/* AIREVIEW member experience v2.2.1 */
.aireview-auth-v22,
.aireview-dashboard-v22 {
  --am-ink: #172033;
  --am-muted: #69748a;
  --am-line: #e2e7f0;
  --am-soft: #f5f7fb;
  --am-blue: #3157e5;
  --am-blue-dark: #203aa9;
  --am-purple: #7957e8;
  --am-cyan: #5bdcf4;
  --am-green: #1a9a70;
  --am-yellow: #ffb800;
  color: var(--am-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

.aireview-auth-v22 *,
.aireview-auth-v22 *::before,
.aireview-auth-v22 *::after,
.aireview-dashboard-v22 *,
.aireview-dashboard-v22 *::before,
.aireview-dashboard-v22 *::after {
  box-sizing: border-box;
}

body.aireview-member-page-v22 .p-page-header,
body.aireview-member-page-v22 .p-single__header,
body.aireview-member-page-v22 .p-single__header-title,
body.aireview-member-page-v22 .c-breadcrumb,
body.aireview-member-page-v22 .p-breadcrumb {
  display: none !important;
}

body.aireview-member-page-v22 .l-container__inner {
  width: 100% !important;
  max-width: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.aireview-member-page-v22 .l-main,
body.aireview-member-page-v22 .l-main:only-child {
  width: 100% !important;
  max-width: 100% !important;
}

body.aireview-member-page-v22 .p-single,
body.aireview-member-page-v22 .p-single__content {
  margin-top: 0 !important;
}

body.aireview-member-page-v22 .l-main:only-child::after {
  display: none !important;
}

body.aireview-auth-page-v22 .post_content,
body.aireview-auth-page-v22 .entry-content,
body.aireview-member-page-v22 .post_content:has(.aireview-dashboard-v22),
body.aireview-member-page-v22 .entry-content:has(.aireview-dashboard-v22) {
  max-width: none !important;
  padding: 0 !important;
}

body.aireview-auth-page-v22 .page_header,
body.aireview-auth-page-v22 .post_title_area,
body.aireview-auth-page-v22 .entry-title,
body.aireview-member-page-v22 .entry-title:has(+ .entry-content .aireview-dashboard-v22) {
  display: none !important;
}

.aireview-auth-v22 {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  padding: 64px 24px 76px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(72, 207, 241, .15), transparent 31%),
    linear-gradient(135deg, #eef2ff 0%, #f8f9fd 46%, #f5f2ff 100%);
}

.aireview-auth-v22::before,
.aireview-auth-v22::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.aireview-auth-v22::before {
  width: 420px;
  height: 420px;
  top: -230px;
  right: -130px;
  background: rgba(89, 92, 231, .09);
}

.aireview-auth-v22::after {
  width: 330px;
  height: 330px;
  left: -170px;
  bottom: -190px;
  background: rgba(64, 206, 235, .1);
}

.aireview-auth-v22__layout {
  width: min(1080px, 100%);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  align-items: center;
  gap: clamp(44px, 8vw, 100px);
  margin-inline: auto;
}

.aireview-auth-v22__intro {
  padding: 34px 0;
}

.aireview-auth-v22__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 64px;
  color: #263a9d !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
  text-decoration: none !important;
}

.aireview-auth-v22__brand span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #3157e5, #7458df);
  font-size: 11px;
  letter-spacing: 0;
  box-shadow: 0 9px 22px rgba(49, 87, 229, .22);
}

.aireview-auth-v22__eyebrow {
  margin: 0 0 11px;
  color: var(--am-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}

.aireview-auth-v22__intro h1 {
  margin: 0;
  color: #162044;
  font-size: clamp(36px, 4.8vw, 52px);
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: -.045em;
}

.aireview-auth-v22__description {
  max-width: 490px;
  margin: 20px 0 28px;
  color: #647087;
  font-size: 15px;
  line-height: 1.85;
}

.aireview-auth-v22__benefits {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aireview-auth-v22__benefits li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
}

.aireview-auth-v22__benefits li > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(49, 87, 229, .14);
  border-radius: 12px;
  color: var(--am-blue);
  background: rgba(255, 255, 255, .78);
  font-size: 18px;
  font-weight: 800;
}

.aireview-auth-v22__benefits strong,
.aireview-auth-v22__benefits small {
  display: block;
}

.aireview-auth-v22__benefits strong {
  color: #27314a;
  font-size: 13px;
}

.aireview-auth-v22__benefits small {
  margin-top: 2px;
  color: #758096;
  font-size: 11px;
}

.aireview-auth-v22__proof {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
  padding-top: 25px;
  border-top: 1px solid rgba(76, 91, 137, .14);
}

.aireview-auth-v22__proof > div {
  display: flex;
  flex-direction: column;
}

.aireview-auth-v22__proof strong {
  color: #253996;
  font-size: 23px;
  font-weight: 850;
  line-height: 1.2;
}

.aireview-auth-v22__proof span,
.aireview-auth-v22__proof p {
  color: #7a8497;
  font-size: 9px;
  font-weight: 700;
}

.aireview-auth-v22__proof p {
  margin: 0 0 0 auto;
  padding: 8px 11px;
  border-radius: 7px;
  background: rgba(255, 255, 255, .64);
}

.aireview-auth-v22__form-column {
  width: 100%;
}

.aireview-auth-v22__card {
  padding: 38px;
  border: 1px solid rgba(210, 218, 234, .9);
  border-radius: 20px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 28px 65px rgba(27, 38, 81, .13);
}

.aireview-auth-v22__card-head {
  margin-bottom: 25px;
}

.aireview-auth-v22__card-head p {
  margin: 0 0 7px;
  color: var(--am-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
}

.aireview-auth-v22__card-head .aireview-member-v22-heading {
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  color: var(--am-ink);
  background: none !important;
  font-size: 28px;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: -.035em;
}

.aireview-auth-v22__card-head > span {
  display: block;
  margin-top: 9px;
  color: #727d91;
  font-size: 11px;
  line-height: 1.7;
}

.aireview-auth-v22 .aireview-social-login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
}

.aireview-auth-v22 .aireview-social-login__button {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 12px;
  border: 1px solid #dfe4ed;
  border-radius: 9px;
  color: #323c51 !important;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.aireview-auth-v22 .aireview-social-login__button:hover {
  border-color: #b9c4d9;
  transform: translateY(-1px);
  box-shadow: 0 7px 18px rgba(30, 42, 80, .08);
}

.aireview-auth-v22 .aireview-social-login__button::before {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  content: "G";
  color: #3974dc;
  background: #f0f4ff;
  font-size: 12px;
  font-weight: 900;
}

.aireview-auth-v22 .aireview-social-login__button--line::before {
  content: "L";
  color: #fff;
  background: #06c755;
}

.aireview-auth-v22__divider {
  position: relative;
  margin: 22px 0;
  color: #9aa3b3;
  font-size: 9px;
  text-align: center;
}

.aireview-auth-v22__divider::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: #e9ecf2;
}

.aireview-auth-v22__divider span {
  position: relative;
  z-index: 1;
  padding: 0 11px;
  background: #fff;
}

.aireview-member-form {
  display: grid;
  gap: 17px;
}

.aireview-member-field {
  display: grid;
  gap: 7px;
  margin: 0;
}

.aireview-member-field > span:first-child,
.aireview-member-field > label,
.aireview-member-field__split {
  color: #344057;
  font-size: 11px;
  font-weight: 800;
}

.aireview-member-field > span:first-child small,
.aireview-member-field > label small {
  margin-left: 5px;
  color: #9099aa;
  font-size: 9px;
  font-weight: 600;
}

.aireview-member-field__split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.aireview-member-field__split b,
.aireview-member-field__split label {
  font-weight: 800;
}

.aireview-member-field__split a {
  color: var(--am-blue) !important;
  font-size: 9px;
  font-weight: 700;
  text-decoration: none !important;
}

.aireview-member-field input[type="text"],
.aireview-member-field input[type="email"],
.aireview-member-field input[type="password"],
.aireview-member-field input[type="url"],
.aireview-member-field textarea {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid #dce2ec;
  border-radius: 9px;
  outline: 0;
  color: var(--am-ink);
  background: #fff;
  font-family: inherit;
  font-size: 13px;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.aireview-member-field textarea {
  min-height: 120px;
  padding-top: 12px;
  resize: vertical;
}

.aireview-member-field input:focus,
.aireview-member-field textarea:focus {
  border-color: var(--am-blue);
  box-shadow: 0 0 0 3px rgba(49, 87, 229, .1);
}

.aireview-password-wrap {
  position: relative;
  display: block;
}

.aireview-password-wrap input {
  padding-right: 57px !important;
}

.aireview-password-wrap button {
  position: absolute;
  top: 50%;
  right: 8px;
  min-width: 42px;
  min-height: 32px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  color: #637087;
  background: #f1f3f7;
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
  transform: translateY(-50%);
}

.aireview-password-strength {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 8px;
}

.aireview-password-strength > i {
  height: 4px;
  overflow: hidden;
  border-radius: 99px;
  background: #e7eaf0;
}

.aireview-password-strength > i::before {
  width: 0;
  height: 100%;
  display: block;
  border-radius: inherit;
  content: "";
  background: #c5cad4;
  transition: width .2s ease, background .2s ease;
}

.aireview-password-strength small {
  color: #929bac;
  font-size: 8px;
}

.aireview-password-strength.is-weak > i::before { width: 32%; background: #e05e66; }
.aireview-password-strength.is-medium > i::before { width: 66%; background: #e6a12d; }
.aireview-password-strength.is-strong > i::before { width: 100%; background: #1b9b70; }
.aireview-password-strength.is-weak small { color: #c34b55; }
.aireview-password-strength.is-medium small { color: #b77a19; }
.aireview-password-strength.is-strong small { color: #16805f; }

.aireview-member-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: #657087;
  font-size: 10px;
  line-height: 1.6;
  cursor: pointer;
}

.aireview-member-check input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--am-blue);
}

.aireview-member-check a {
  color: var(--am-blue) !important;
  font-weight: 700;
}

.aireview-member-submit {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 2px 0 0;
  padding: 0 20px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--am-blue), #514fd4);
  font-family: inherit;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(49, 87, 229, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.aireview-member-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(49, 87, 229, .28);
}

.aireview-member-submit span {
  font-size: 16px;
}

.aireview-auth-v22__microcopy {
  margin: -6px 0 0;
  color: #919aac;
  font-size: 9px;
  text-align: center;
}

.aireview-auth-v22__switch {
  margin: 19px 0 0;
  color: #758096;
  font-size: 11px;
  text-align: center;
}

.aireview-auth-v22__switch a {
  color: var(--am-blue) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.aireview-member-alert {
  margin: 0 0 18px;
  padding: 13px 15px;
  border: 1px solid #dce3ef;
  border-radius: 9px;
  color: #526078;
  background: #f6f8fc;
  font-size: 10px;
  line-height: 1.65;
}

.aireview-member-alert strong,
.aireview-member-alert span {
  display: block;
}

.aireview-member-alert ul {
  margin: 5px 0 0;
  padding-left: 18px;
}

.aireview-member-alert--error {
  border-color: #f1c9cc;
  color: #a3424a;
  background: #fff6f6;
}

.aireview-member-alert--success {
  border-color: #bce5d6;
  color: #187357;
  background: #f0fbf7;
}

.aireview-member-honeypot {
  position: absolute !important;
  left: -99999px !important;
  opacity: 0 !important;
}

/* Dashboard */
.aireview-dashboard-v22 {
  width: min(1180px, calc(100vw - 40px));
  position: relative;
  left: 50%;
  margin: 36px 0 80px;
  transform: translateX(-50%);
}

.aireview-dashboard-v22 > .aireview-member-alert {
  width: 100%;
  margin-bottom: 14px;
}

.aireview-member-alert--welcome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-color: #cbd7ff;
  color: #2a3e9c;
  background: #f1f4ff;
}

.aireview-dashboard-v22__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px 40px;
  padding: 32px 36px;
  overflow: hidden;
  border-radius: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 0%, rgba(100, 221, 246, .22), transparent 31%),
    linear-gradient(128deg, #18255f 0%, #293eaf 100%);
  box-shadow: 0 22px 50px rgba(23, 34, 88, .19);
}

.aireview-dashboard-v22__hero::after {
  width: 320px;
  height: 320px;
  position: absolute;
  right: -160px;
  bottom: -230px;
  border: 55px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  content: "";
}

.aireview-dashboard-v22__identity {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 17px;
}

.aireview-dashboard-v22__avatar {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  color: #263b9e;
  background: #fff;
  font-size: 26px;
  font-weight: 850;
}

.aireview-dashboard-v22__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aireview-dashboard-v22__identity p {
  margin: 0 0 2px;
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
}

.aireview-dashboard-v22__identity h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 3vw, 31px);
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: -.03em;
}

.aireview-dashboard-v22__rank {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}

.aireview-dashboard-v22__rank strong {
  color: #79e4fb;
  font-size: 11px;
}

.aireview-dashboard-v22__rank span {
  padding-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, .24);
  color: rgba(255, 255, 255, .7);
  font-size: 10px;
}

.aireview-dashboard-v22__hero-actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 9px;
}

.aireview-dashboard-v22__hero-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 8px;
  color: #fff !important;
  background: rgba(255, 255, 255, .08);
  font-size: 10px;
  font-weight: 800;
  text-decoration: none !important;
}

.aireview-dashboard-v22__hero-actions a.is-primary {
  border-color: #73ddf4;
  color: #213994 !important;
  background: #73ddf4;
}

.aireview-dashboard-v22__progress {
  grid-column: 1 / 2;
  max-width: 440px;
}

.aireview-dashboard-v22__progress > div:first-child {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, .65);
  font-size: 9px;
}

.aireview-dashboard-v22__progress strong {
  color: #fff;
}

.aireview-dashboard-v22__track {
  height: 6px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, .16);
}

.aireview-dashboard-v22__track i {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, #65ddf6, #a7f0ff);
}

.aireview-dashboard-v22__badges {
  grid-column: 2 / 3;
  justify-self: end;
  align-self: end;
}

.aireview-dashboard-v22__badges .aireview-user-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
}

.aireview-dashboard-v22__badges .aireview-user-badge {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 6px;
  color: rgba(255, 255, 255, .83);
  background: rgba(255, 255, 255, .1);
  font-size: 8px;
}

.aireview-dashboard-v22__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 16px 0 22px;
  border: 1px solid var(--am-line);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 9px 25px rgba(24, 34, 72, .05);
}

.aireview-dashboard-v22__stats > div {
  min-height: 92px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  padding: 21px 15px;
  border-right: 1px solid #e9ecf2;
  text-align: center;
}

.aireview-dashboard-v22__stats > div:last-child {
  border-right: 0;
}

.aireview-dashboard-v22__stats span {
  align-self: center;
  display: block;
  margin-right: 10px;
  color: #788297;
  font-size: 10px;
  font-weight: 700;
}

.aireview-dashboard-v22__stats strong {
  color: #263a9d;
  font-size: 28px;
  font-weight: 850;
  line-height: 1;
}

.aireview-dashboard-v22__stats small {
  color: #929bac;
  font-size: 9px;
}

.aireview-dashboard-v22__body {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
}

.aireview-dashboard-v22__nav {
  position: sticky;
  top: 25px;
  overflow: hidden;
  border: 1px solid var(--am-line);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 9px 25px rgba(24, 34, 72, .045);
}

.aireview-dashboard-v22__nav > button {
  width: 100%;
  min-height: 51px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  border: 0;
  border-bottom: 1px solid #edf0f5;
  color: #5f6a80;
  background: #fff;
  font-family: inherit;
  font-size: 10px;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}

.aireview-dashboard-v22__nav > button:hover,
.aireview-dashboard-v22__nav > button.is-active {
  color: var(--am-blue);
  background: #f2f5ff;
}

.aireview-dashboard-v22__nav > button.is-active::before {
  width: 3px;
  position: absolute;
  inset: 9px auto 9px 0;
  border-radius: 0 4px 4px 0;
  content: "";
  background: var(--am-blue);
}

.aireview-dashboard-v22__nav > button > span {
  width: 22px;
  color: inherit;
  font-size: 16px;
  text-align: center;
}

.aireview-dashboard-v22__nav > button > i {
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  margin-left: auto;
  border-radius: 99px;
  color: #fff;
  background: #e65a68;
  font-size: 8px;
  font-style: normal;
}

.aireview-dashboard-v22__nav-meta {
  padding: 17px 15px;
  border-bottom: 1px solid #edf0f5;
}

.aireview-dashboard-v22__nav-meta p {
  margin: 0 0 8px;
  color: #8a94a6;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
}

.aireview-dashboard-v22__nav-meta > div {
  display: flex;
  gap: 20px;
}

.aireview-dashboard-v22__nav-meta span {
  color: #303b52;
  font-size: 13px;
  font-weight: 850;
}

.aireview-dashboard-v22__nav-meta small {
  display: block;
  color: #8c95a7;
  font-size: 7px;
  font-weight: 600;
}

.aireview-dashboard-v22__logout {
  min-height: 45px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  color: #8b5260 !important;
  font-size: 9px;
  font-weight: 750;
  text-decoration: none !important;
}

.aireview-dashboard-v22__content {
  min-width: 0;
}

.aireview-dashboard-panel {
  display: block;
  margin-bottom: 38px;
  scroll-margin-top: 25px;
}

.aireview-dashboard-v22.is-enhanced .aireview-dashboard-panel {
  display: none;
  margin-bottom: 0;
}

.aireview-dashboard-v22.is-enhanced .aireview-dashboard-panel.is-active {
  display: block;
}

.aireview-dashboard-v22__section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 17px;
}

.aireview-dashboard-v22__section-head--sub {
  margin-top: 32px;
}

.aireview-dashboard-v22__section-head p {
  margin: 0 0 3px;
  color: var(--am-blue);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .15em;
}

.aireview-dashboard-v22__section-head .aireview-member-v22-heading {
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  color: var(--am-ink);
  background: none !important;
  font-size: 21px;
  font-weight: 850;
  line-height: 1.4;
  letter-spacing: -.025em;
}

.aireview-dashboard-v22__section-head .aireview-member-v22-heading + span {
  display: block;
  margin-top: 3px;
  color: #8992a4;
  font-size: 9px;
}

/* Keep parent article heading decorations out of the member UI. */
.post_content .aireview-dashboard-v22 h1,
.post_content .aireview-dashboard-v22 h3 {
  padding: 0 !important;
  transform: none !important;
  background: none !important;
}

.post_content .aireview-dashboard-v22 h1::before,
.post_content .aireview-dashboard-v22 h1::after,
.post_content .aireview-dashboard-v22 h3::before,
.post_content .aireview-dashboard-v22 h3::after {
  display: none !important;
  content: none !important;
}

.aireview-dashboard-v22__section-head > a,
.aireview-dashboard-v22__section-head > button {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid #dce1eb;
  border-radius: 7px;
  color: #59657c !important;
  background: #fff;
  font-family: inherit;
  font-size: 9px;
  font-weight: 800;
  text-decoration: none !important;
  cursor: pointer;
}

.aireview-dashboard-v22__next-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
}

.aireview-dashboard-v22__next-actions > a,
.aireview-dashboard-v22__next-actions > button {
  min-width: 0;
  min-height: 138px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 17px;
  border: 1px solid var(--am-line);
  border-radius: 11px;
  color: var(--am-ink);
  background: #fff;
  font-family: inherit;
  text-align: left;
  text-decoration: none !important;
  cursor: pointer;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.aireview-dashboard-v22__next-actions > a:hover,
.aireview-dashboard-v22__next-actions > button:hover {
  border-color: rgba(49, 87, 229, .35);
  transform: translateY(-2px);
  box-shadow: 0 10px 23px rgba(30, 42, 80, .075);
}

.aireview-dashboard-v22__next-actions span {
  display: inline-flex;
  padding: 4px 7px;
  border-radius: 5px;
  color: #2452ce;
  background: #eaf0ff;
  font-size: 8px;
  font-weight: 850;
}

.aireview-dashboard-v22__next-actions span.is-purple { color: #6b3dc1; background: #f0eaff; }
.aireview-dashboard-v22__next-actions span.is-pink { color: #bc4b78; background: #ffedf4; }

.aireview-dashboard-v22__next-actions strong {
  margin-top: 13px;
  color: #29344a;
  font-size: 11px;
}

.aireview-dashboard-v22__next-actions small {
  margin-top: 2px;
  color: #8992a4;
  font-size: 8px;
}

.aireview-dashboard-v22__next-actions i {
  position: absolute;
  right: 15px;
  bottom: 13px;
  color: var(--am-blue);
  font-size: 14px;
  font-style: normal;
}

.aireview-dashboard-v22__updates,
.aireview-dashboard-v22__review-list {
  overflow: hidden;
  border: 1px solid var(--am-line);
  border-radius: 12px;
  background: #fff;
}

.aireview-dashboard-v22__updates > a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  border-bottom: 1px solid #edf0f5;
  color: var(--am-ink);
  text-decoration: none !important;
}

.aireview-dashboard-v22__updates > a:last-child {
  border-bottom: 0;
}

.aireview-dashboard-v22__updates > a > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e4e8f0;
  border-radius: 9px;
  color: var(--am-blue);
  background: var(--am-soft);
  font-size: 9px;
  font-weight: 850;
}

.aireview-dashboard-v22__updates img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aireview-dashboard-v22__updates strong {
  display: block;
  color: #2c374d;
  font-size: 10px;
}

.aireview-dashboard-v22__updates p {
  margin: 2px 0 0;
  overflow: hidden;
  color: #7a8599;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aireview-dashboard-v22__updates > a > small {
  color: #98a0b0;
  font-size: 8px;
}

.aireview-dashboard-v22__empty {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 35px;
  border: 1px dashed #cfd6e3;
  border-radius: 12px;
  background: #fafbfe;
  text-align: center;
}

.aireview-dashboard-v22__empty > span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 50%;
  color: var(--am-blue);
  background: #eaf0ff;
  font-size: 21px;
}

.aireview-dashboard-v22__empty strong {
  color: #354057;
  font-size: 12px;
}

.aireview-dashboard-v22__empty p {
  max-width: 470px;
  margin: 6px 0 14px;
  color: #808a9c;
  font-size: 9px;
}

.aireview-dashboard-v22__empty a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 7px;
  color: #fff !important;
  background: var(--am-blue);
  font-size: 9px;
  font-weight: 800;
  text-decoration: none !important;
}

.aireview-dashboard-v22__review-list > article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 18px;
  padding: 18px;
  border-bottom: 1px solid #e9edf3;
}

.aireview-dashboard-v22__review-list > article:last-child {
  border-bottom: 0;
}

.aireview-dashboard-v22__review-tool {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--am-ink);
  text-decoration: none !important;
}

.aireview-dashboard-v22__review-tool > img,
.aireview-dashboard-v22__review-tool > span {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e2e7ef;
  border-radius: 10px;
  color: var(--am-blue);
  background: var(--am-soft);
  object-fit: cover;
  font-size: 10px;
  font-weight: 850;
}

.aireview-dashboard-v22__review-tool small {
  display: inline-flex;
  margin-bottom: 2px;
  padding: 2px 6px;
  border-radius: 4px;
  color: #247457;
  background: #e8f8f1;
  font-size: 7px;
  font-weight: 800;
}

.aireview-dashboard-v22__review-tool strong {
  display: block;
  overflow: hidden;
  color: #2c374d;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aireview-dashboard-v22__review-score {
  min-width: 74px;
  text-align: right;
}

.aireview-dashboard-v22__review-score span {
  display: block;
  color: var(--am-yellow);
  font-size: 10px;
  letter-spacing: -2px;
}

.aireview-dashboard-v22__review-score strong {
  color: #344057;
  font-size: 16px;
}

.aireview-dashboard-v22__review-list article > p {
  grid-column: 1 / -1;
  margin: 0;
  color: #6f7a8f;
  font-size: 9px;
  line-height: 1.75;
}

.aireview-dashboard-v22__review-list footer {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 9px;
  border-top: 1px dashed #e0e5ed;
  color: #919aac;
  font-size: 8px;
}

.aireview-dashboard-v22__review-list footer a {
  color: var(--am-blue) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.aireview-dashboard-v22__favorite-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.aireview-dashboard-v22__favorite-grid article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--am-line);
  border-radius: 11px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.aireview-dashboard-v22__favorite-grid article:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(30, 42, 80, .08);
}

.aireview-dashboard-v22__favorite-thumb {
  height: 120px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff !important;
  background: linear-gradient(135deg, #3157e5, #58c7e3);
  font-size: 17px;
  font-weight: 850;
  text-decoration: none !important;
}

.aireview-dashboard-v22__favorite-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aireview-dashboard-v22__favorite-grid article > div {
  padding: 13px;
}

.aireview-dashboard-v22__favorite-grid h3 {
  margin: 0 0 5px;
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aireview-dashboard-v22__favorite-grid h3 a {
  color: #2c374d !important;
  text-decoration: none !important;
}

.aireview-dashboard-v22__favorite-grid p {
  display: -webkit-box;
  min-height: 42px;
  margin: 0 0 8px;
  overflow: hidden;
  color: #7c8698;
  font-size: 8px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.aireview-dashboard-v22__favorite-grid article > div > a {
  color: var(--am-blue) !important;
  font-size: 8px;
  font-weight: 800;
  text-decoration: none !important;
}

.aireview-dashboard-v22__profile-form {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 28px;
  padding: 27px;
  border: 1px solid var(--am-line);
  border-radius: 13px;
  background: #fff;
}

.aireview-dashboard-v22__profile-photo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aireview-dashboard-v22__profile-photo > div {
  width: 105px;
  height: 105px;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-bottom: 13px;
  border: 4px solid #edf1fa;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #3157e5, #7558de);
  font-size: 32px;
  font-weight: 850;
}

.aireview-dashboard-v22__profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aireview-dashboard-v22__profile-photo > label:not(.aireview-member-check) {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border-radius: 7px;
  color: #fff;
  background: var(--am-blue);
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}

.aireview-dashboard-v22__profile-photo > label input {
  display: none;
}

.aireview-dashboard-v22__profile-photo > small {
  margin: 7px 0 13px;
  color: #9099aa;
  font-size: 7px;
  text-align: center;
}

.aireview-dashboard-v22__profile-fields {
  min-width: 0;
  display: grid;
  gap: 17px;
}

.aireview-dashboard-v22__two-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.aireview-member-check--box {
  padding: 13px;
  border: 1px solid #e2e7ef;
  border-radius: 9px;
  background: #f8f9fc;
}

.aireview-member-check--box strong,
.aireview-member-check--box small {
  display: block;
}

.aireview-member-check--box strong {
  color: #3a455b;
  font-size: 10px;
}

.aireview-member-check--box small {
  margin-top: 2px;
  color: #8992a4;
  font-size: 8px;
}

.aireview-dashboard-v22__profile-fields .aireview-member-submit {
  width: auto;
  justify-self: start;
  min-width: 170px;
}

.aireview-dashboard-v22__account {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 13px;
  padding: 17px 20px;
  border: 1px solid var(--am-line);
  border-radius: 11px;
  background: #fff;
}

.aireview-dashboard-v22__account strong,
.aireview-dashboard-v22__account span {
  display: block;
}

.aireview-dashboard-v22__account strong {
  color: #354057;
  font-size: 10px;
}

.aireview-dashboard-v22__account span {
  color: #848e9f;
  font-size: 8px;
}

.aireview-dashboard-v22__account a {
  color: var(--am-blue) !important;
  font-size: 9px;
  font-weight: 800;
  text-decoration: none !important;
}

.aireview-member-login-required {
  max-width: 520px;
  margin: 70px auto;
  padding: 35px;
  border: 1px solid #e1e6ef;
  border-radius: 14px;
  background: #fff;
  text-align: center;
}

.aireview-member-login-required a {
  display: inline-flex;
  padding: 9px 18px;
  border-radius: 7px;
  color: #fff !important;
  background: #3157e5;
  text-decoration: none !important;
}

/* Comfortable reading sizes for account activity and controls. */
.aireview-dashboard-v22__nav > button { font-size: 12px; }
.aireview-dashboard-v22__nav-meta p { font-size: 10px; }
.aireview-dashboard-v22__nav-meta span { font-size: 15px; }
.aireview-dashboard-v22__nav-meta small { font-size: 9px; }
.aireview-dashboard-v22__logout { font-size: 11px; }
.aireview-dashboard-v22__section-head p { font-size: 10px; }
.aireview-dashboard-v22__section-head .aireview-member-v22-heading { font-size: 24px; }
.aireview-dashboard-v22__section-head .aireview-member-v22-heading + span { font-size: 11px; }
.aireview-dashboard-v22__section-head > a,
.aireview-dashboard-v22__section-head > button { font-size: 11px; }
.aireview-dashboard-v22__next-actions span { font-size: 10px; }
.aireview-dashboard-v22__next-actions strong { font-size: 13px; }
.aireview-dashboard-v22__next-actions small { font-size: 10px; }
.aireview-dashboard-v22__updates strong { font-size: 12px; }
.aireview-dashboard-v22__updates p { font-size: 10px; }
.aireview-dashboard-v22__updates > a > small { font-size: 9px; }
.aireview-dashboard-v22__empty strong { font-size: 14px; }
.aireview-dashboard-v22__empty p,
.aireview-dashboard-v22__empty a { font-size: 11px; }
.aireview-dashboard-v22__review-tool small { font-size: 9px; }
.aireview-dashboard-v22__review-tool strong { font-size: 14px; }
.aireview-dashboard-v22__review-list article > p { font-size: 11px; }
.aireview-dashboard-v22__review-list footer { font-size: 10px; }
.aireview-dashboard-v22__favorite-grid h3 { font-size: 13px; }
.aireview-dashboard-v22__favorite-grid p,
.aireview-dashboard-v22__favorite-grid article > div > a { font-size: 10px; }
.aireview-dashboard-v22__account strong { font-size: 12px; }
.aireview-dashboard-v22__account span,
.aireview-dashboard-v22__account a { font-size: 10px; }

/* Public member profile refresh */
body.aireview-member-page-v22 .aireview-user-page {
  min-height: 70vh !important;
  padding: 52px 0 75px !important;
  background: #f5f7fb !important;
}

body.aireview-member-page-v22 .aireview-up-container {
  max-width: 860px !important;
}

body.aireview-member-page-v22 .aup-header,
body.aireview-member-page-v22 .aup-bio-section,
body.aireview-member-page-v22 .aup-review-card,
body.aireview-member-page-v22 .aup-fav-card {
  border: 1px solid #e2e7f0 !important;
  box-shadow: 0 12px 30px rgba(25, 37, 76, .055) !important;
}

body.aireview-member-page-v22 .aup-header {
  padding: 30px !important;
  border-radius: 18px !important;
}

body.aireview-member-page-v22 .aup-follow-btn {
  background: #3157e5 !important;
}

body.aireview-member-page-v22 .aup-rank-bar-fill {
  background: linear-gradient(90deg, #3157e5, #61d1ed) !important;
}

body.aireview-member-page-v22 .aup-tab.active {
  color: #3157e5 !important;
  border-bottom-color: #3157e5 !important;
}

@media (max-width: 1023px) {
  .aireview-auth-v22__layout {
    grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
    gap: 42px;
  }

  .aireview-auth-v22__brand {
    margin-bottom: 42px;
  }

  .aireview-auth-v22__proof {
    flex-wrap: wrap;
  }

  .aireview-auth-v22__proof p {
    width: 100%;
    margin-left: 0;
  }

  .aireview-dashboard-v22__body {
    grid-template-columns: 175px minmax(0, 1fr);
  }

  .aireview-dashboard-v22__next-actions {
    grid-template-columns: 1fr;
  }

  .aireview-dashboard-v22__next-actions > a,
  .aireview-dashboard-v22__next-actions > button {
    min-height: 112px;
  }

  .aireview-dashboard-v22__favorite-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .aireview-auth-v22 {
    padding: 32px 15px 55px;
  }

  .aireview-auth-v22__layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .aireview-auth-v22__intro {
    padding: 0;
  }

  .aireview-auth-v22__brand {
    margin-bottom: 33px;
  }

  .aireview-auth-v22__intro h1 {
    font-size: 36px;
  }

  .aireview-auth-v22__description {
    margin: 16px 0 20px;
    font-size: 13px;
  }

  .aireview-auth-v22__benefits,
  .aireview-auth-v22__proof {
    display: none;
  }

  .aireview-auth-v22__card {
    padding: 27px 20px;
    border-radius: 16px;
  }

  .aireview-auth-v22 .aireview-social-login {
    grid-template-columns: 1fr;
  }

  .aireview-dashboard-v22 {
    width: min(100vw - 24px, 1180px);
    margin-top: 18px;
    margin-bottom: 55px;
  }

  .aireview-member-alert--welcome {
    display: block;
  }

  .aireview-member-alert--welcome span {
    margin-top: 3px;
  }

  .aireview-dashboard-v22__hero {
    grid-template-columns: 1fr;
    padding: 25px 20px;
  }

  .aireview-dashboard-v22__avatar {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
    font-size: 21px;
  }

  .aireview-dashboard-v22__identity h1 {
    font-size: 23px;
  }

  .aireview-dashboard-v22__hero-actions {
    grid-row: 3;
  }

  .aireview-dashboard-v22__hero-actions a {
    flex: 1;
  }

  .aireview-dashboard-v22__progress,
  .aireview-dashboard-v22__badges {
    grid-column: 1;
  }

  .aireview-dashboard-v22__badges {
    justify-self: start;
  }

  .aireview-dashboard-v22__badges .aireview-user-badges {
    justify-content: flex-start;
  }

  .aireview-dashboard-v22__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aireview-dashboard-v22__stats > div {
    min-height: 78px;
    border-bottom: 1px solid #e9ecf2;
  }

  .aireview-dashboard-v22__stats > div:nth-child(2) {
    border-right: 0;
  }

  .aireview-dashboard-v22__stats > div:nth-child(3),
  .aireview-dashboard-v22__stats > div:nth-child(4) {
    border-bottom: 0;
  }

  .aireview-dashboard-v22__stats span {
    margin-right: 5px;
    font-size: 8px;
  }

  .aireview-dashboard-v22__stats strong {
    font-size: 23px;
  }

  .aireview-dashboard-v22__body {
    grid-template-columns: 1fr;
  }

  .aireview-dashboard-v22__nav {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    overflow-x: auto;
    border-radius: 10px;
    scrollbar-width: none;
  }

  .aireview-dashboard-v22__nav::-webkit-scrollbar {
    display: none;
  }

  .aireview-dashboard-v22__nav > button {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 0 13px;
    border-right: 1px solid #edf0f5;
    border-bottom: 0;
  }

  .aireview-dashboard-v22__nav > button.is-active::before {
    width: auto;
    height: 3px;
    inset: auto 9px 0;
    border-radius: 4px 4px 0 0;
  }

  .aireview-dashboard-v22__nav > button > span,
  .aireview-dashboard-v22__nav-meta,
  .aireview-dashboard-v22__logout {
    display: none;
  }

  .aireview-dashboard-v22__section-head {
    align-items: flex-start;
  }

  .aireview-dashboard-v22__section-head .aireview-member-v22-heading {
    font-size: 19px;
  }

  .aireview-dashboard-v22__updates > a {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .aireview-dashboard-v22__updates > a > span {
    width: 38px;
    height: 38px;
  }

  .aireview-dashboard-v22__updates > a > small {
    display: none;
  }

  .aireview-dashboard-v22__review-list > article {
    padding: 15px;
  }

  .aireview-dashboard-v22__review-tool > img,
  .aireview-dashboard-v22__review-tool > span {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }

  .aireview-dashboard-v22__favorite-grid {
    grid-template-columns: 1fr;
  }

  .aireview-dashboard-v22__favorite-grid article {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .aireview-dashboard-v22__favorite-thumb {
    height: 100%;
    min-height: 130px;
  }

  .aireview-dashboard-v22__profile-form {
    grid-template-columns: 1fr;
    padding: 21px 16px;
  }

  .aireview-dashboard-v22__two-fields {
    grid-template-columns: 1fr;
  }

  .aireview-dashboard-v22__profile-fields .aireview-member-submit {
    width: 100%;
  }

  body.aireview-member-page-v22 .aireview-user-page {
    padding-top: 25px !important;
  }
}

@media (max-width: 390px) {
  .aireview-auth-v22__intro h1 {
    font-size: 32px;
  }

  .aireview-dashboard-v22__hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .aireview-dashboard-v22__review-list > article {
    grid-template-columns: 1fr;
  }

  .aireview-dashboard-v22__review-score {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aireview-auth-v22 *,
  .aireview-auth-v22 *::before,
  .aireview-auth-v22 *::after,
  .aireview-dashboard-v22 *,
  .aireview-dashboard-v22 *::before,
  .aireview-dashboard-v22 *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
  }
}
