.normal-account-page {
  background: #f6f3ff;
  color: #101018;
  font-family: Roboto, sans-serif;
}

.nu-hero {
  width: 100%;
  background: radial-gradient(circle at top left, rgba(255,211,88,.18), transparent 28%), linear-gradient(135deg, #1a1237 0%, #070b16 100%);
  color: #fff;
  padding: clamp(34px, 5vw, 58px) 18px;
}

.nu-hero-inner,
.nu-shell {
  max-width: 1180px;
  margin: 0 auto;
}

.nu-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  gap: 24px;
  align-items: center;
}

.nu-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f4c542;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.nu-hero h1 {
  color: #fff !important;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  margin: 0 0 12px;
  letter-spacing: -.04em;
}

.nu-hero p {
  color: rgba(255,255,255,.78);
  max-width: 680px;
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

.nu-hero-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}

.nu-hero-card strong,
.nu-hero-card span,
.nu-hero-card a { display: block; }
.nu-hero-card strong { color: #fff; font-size: 18px; margin-bottom: 5px; }
.nu-hero-card span { color: rgba(255,255,255,.7); font-size: 14px; word-break: break-word; }
.nu-hero-card a { color: #f4c542; margin-top: 14px; text-decoration: none; font-weight: 700; }

.nu-shell { padding: 22px 18px 42px; }

.nu-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: -42px 0 22px;
  position: relative;
  z-index: 2;
}

.nu-stats div,
.nu-card {
  background: #fff;
  border: 1px solid rgba(27, 23, 45, .08);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(22, 14, 60, .08);
}

.nu-stats div { padding: 16px 18px; }
.nu-stats strong { display: block; font-size: 25px; color: #1b1437; line-height: 1; }
.nu-stats span { display: block; color: #687083; font-size: 13px; margin-top: 6px; }

.nu-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
}

.nu-main,
.nu-side { display: grid; gap: 18px; }
.nu-card { padding: clamp(18px, 2vw, 24px); }
.nu-card-head { margin-bottom: 16px; }
.nu-card h2,
.nu-card-head h2 {
  color: #101018 !important;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 7px;
  letter-spacing: -.02em;
}
.nu-card-head p { color: #697184; margin: 0; font-size: 14px; line-height: 1.5; }

.nu-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.nu-profile-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(27, 23, 45, .08);
  border-radius: 16px;
  background: #fbfbff;
}

.nu-profile-img { display: block; width: 92px; height: 110px; border-radius: 13px; overflow: hidden; background: #eee; }
.nu-profile-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nu-profile-type { color: #8a6500; background: #fff2be; padding: 4px 8px; border-radius: 999px; font-size: 11px; font-weight: 700; display: inline-flex; margin-bottom: 8px; }
.nu-profile-card h3 { font-size: 16px; margin: 0 0 6px; line-height: 1.2; }
.nu-profile-card h3 a { color: #120d20; text-decoration: none; }
.nu-profile-card p { color: #697184; font-size: 13px; margin: 0 0 10px; }
.nu-profile-link { color: #7a1607; font-weight: 800; font-size: 13px; text-decoration: none; }

.nu-empty {
  border: 1px dashed rgba(27, 23, 45, .16);
  border-radius: 16px;
  padding: 18px;
  color: #687083;
  background: #fbfbff;
}

.nu-preferences { display: grid; gap: 13px; }
.nu-preferences label { display: grid; gap: 7px; color: #101018; font-weight: 700; font-size: 13px; }
.nu-preferences input[type="text"] {
  width: 100%;
  border: 1px solid rgba(27,23,45,.14);
  border-radius: 12px;
  padding: 12px 13px;
  color: #101018;
  background: #fff;
}
.nu-check { grid-template-columns: 18px 1fr !important; align-items: start; font-weight: 500 !important; color: #4f5668 !important; }
.nu-check input { margin-top: 2px; }
.nu-preferences button {
  border: 0;
  border-radius: 12px;
  padding: 12px 14px;
  background: #7b1b0b;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.nu-preferences button:disabled { opacity: .65; cursor: wait; }
.nu-save-status { min-height: 18px; color: #687083; margin: 0; font-size: 13px; }

.nu-help-card { display: grid; gap: 10px; }
.nu-help-card a {
  display: block;
  padding: 11px 12px;
  border-radius: 12px;
  background: #f6f3ff;
  color: #1b1437;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 900px) {
  .nu-hero-inner,
  .nu-grid { grid-template-columns: 1fr; }
  .nu-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: -30px; }
}

@media (max-width: 640px) {
  .nu-hero { padding: 30px 14px 44px; }
  .nu-shell { padding: 18px 12px 34px; }
  .nu-stats,
  .nu-profile-grid { grid-template-columns: 1fr; }
  .nu-profile-card { grid-template-columns: 84px minmax(0, 1fr); }
  .nu-profile-img { width: 84px; height: 102px; }
}

.bsr-normal-user-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9998;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px;
  background: rgba(8, 10, 20, .88);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
}
.bsr-normal-user-actions button,
.bsr-normal-user-actions .bsr-member-action,
.bsr-normal-user-actions .gallery-unlocked {
  border: 0;
  border-radius: 999px;
  padding: 10px 13px;
  font: 700 13px/1 Roboto, sans-serif;
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,.12);
  cursor: pointer;
  white-space: nowrap;
}
.bsr-normal-user-actions .btn-favorite.favorited,
.bsr-normal-user-actions .gallery-unlocked {
  background: #f4c542;
  color: #16110a;
}
.bsr-normal-user-actions .btn-unlock { background: #7a1b0b; }
.bsr-normal-user-actions .bsr-review-action { background: #ffffff; color: #16110a; }
@media (max-width: 640px) {
  .bsr-normal-user-actions {
    left: 10px;
    right: 10px;
    bottom: 10px;
    justify-content: center;
    border-radius: 16px;
  }
  .bsr-normal-user-actions button,
  .bsr-normal-user-actions .bsr-member-action,
  .bsr-normal-user-actions .gallery-unlocked {
    padding: 9px 10px;
    font-size: 12px;
  }
}

/* Saved-profile-only review controls */
.bsr-normal-user-actions .bsr-review-locked {
  background: rgba(244, 197, 66, .18);
  color: #f4c542;
  cursor: help;
}
.bsr-review-panel {
  position: fixed;
  right: 18px;
  bottom: 86px;
  z-index: 9999;
  width: min(380px, calc(100vw - 28px));
  padding: 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, .12);
  box-shadow: 0 24px 70px rgba(0,0,0,.25);
  color: #111827;
}
.bsr-review-panel[hidden] { display: none !important; }
.bsr-review-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.bsr-review-panel__head strong {
  color: #111827;
  font: 700 18px/1.2 Roboto, sans-serif;
}
.bsr-review-panel__close {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: #f3f4f6;
  color: #111827;
  font: 700 20px/1 Roboto, sans-serif;
  cursor: pointer;
}
.bsr-review-panel p {
  margin: 0 0 12px;
  color: #475569;
  font: 400 13px/1.5 Roboto, sans-serif;
}
.bsr-review-stars {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}
.bsr-review-stars label {
  cursor: pointer;
}
.bsr-review-stars input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.bsr-review-stars span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 8px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  color: #b45309;
  font: 700 12px/1 Roboto, sans-serif;
}
.bsr-review-stars input:checked + span {
  border-color: #f4c542;
  background: #fff7d6;
}
.bsr-ajax-review-form textarea {
  width: 100%;
  min-height: 110px;
  resize: vertical;
  border: 1px solid #d1d5db;
  border-radius: 14px;
  padding: 12px;
  color: #111827;
  background: #ffffff;
  font: 400 14px/1.5 Roboto, sans-serif;
}
.bsr-review-submit {
  width: 100%;
  margin-top: 10px;
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  background: linear-gradient(135deg, #7a1b0b, #b45309);
  color: #ffffff;
  font: 700 14px/1 Roboto, sans-serif;
  cursor: pointer;
}
.sd-review-gate {
  padding: 16px;
  border-radius: 16px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #7c2d12;
}
.sd-review-gate strong {
  display: block;
  color: #7c2d12;
  font: 700 16px/1.2 Roboto, sans-serif;
  margin-bottom: 6px;
}
.sd-review-gate p {
  margin: 0 0 10px;
  color: #9a3412;
}
.sd-review-gate a,
.sd-review-gate .btn-favorite {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  background: #7a1b0b;
  color: #ffffff;
  text-decoration: none;
  font: 700 13px/1 Roboto, sans-serif;
  cursor: pointer;
}
.sd-review-note {
  color: #475569;
  font: 400 13px/1.5 Roboto, sans-serif;
}
@media (max-width: 640px) {
  .bsr-review-panel {
    left: 10px;
    right: 10px;
    bottom: 76px;
    width: auto;
    border-radius: 16px;
  }
}

/* Reliable inline review feedback */
.bsr-review-inline-notice {
  position: fixed;
  right: 18px;
  bottom: 156px;
  z-index: 10001;
  max-width: min(380px, calc(100vw - 28px));
  padding: 12px 14px;
  border-radius: 14px;
  color: #ffffff;
  font: 600 13px/1.4 Roboto, sans-serif;
  box-shadow: 0 18px 50px rgba(0,0,0,.28);
}
.bsr-review-inline-notice.is-success { background: #047857; }
.bsr-review-inline-notice.is-error { background: #b91c1c; }
@media (max-width: 640px) {
  .bsr-review-inline-notice {
    left: 10px;
    right: 10px;
    bottom: 182px;
  }
}

/* Edge-to-edge premium normal user dashboard */
.normal-account-page {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(244,197,66,.16), transparent 26%),
    radial-gradient(circle at 92% 12%, rgba(104,72,255,.13), transparent 30%),
    #f4f1ff;
}

.normal-account-page .nu-hero {
  padding: clamp(38px, 5vw, 70px) clamp(16px, 3vw, 34px) clamp(54px, 6vw, 88px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.normal-account-page .nu-hero-inner,
.normal-account-page .nu-shell {
  width: 100%;
  max-width: none;
}

.normal-account-page .nu-hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
}

.normal-account-page .nu-edge-shell {
  padding: 0 clamp(14px, 2.5vw, 32px) clamp(42px, 5vw, 70px);
  margin-top: -38px;
}

.normal-account-page .nu-stats {
  margin: 0 0 14px;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
}

.normal-account-page .nu-stats div {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
}

.nu-dashboard-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px;
  margin: 0 0 16px;
  border-radius: 22px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(27,23,45,.08);
  box-shadow: 0 18px 50px rgba(22,14,60,.07);
  scrollbar-width: none;
}
.nu-dashboard-tabs::-webkit-scrollbar { display: none; }
.nu-dashboard-tabs a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(27,23,45,.08);
  color: #1b1437;
  text-decoration: none;
  font: 700 13px/1 Roboto, sans-serif;
}
.nu-dashboard-tabs a:hover {
  background: #1b1437;
  color: #fff;
}

.normal-account-page .nu-dashboard-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 18px;
  align-items: start;
}
.normal-account-page .nu-dashboard-main,
.normal-account-page .nu-dashboard-side {
  display: grid;
  gap: 18px;
}

.normal-account-page .nu-card {
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(27,23,45,.08);
  box-shadow: 0 22px 60px rgba(22,14,60,.08);
}
.normal-account-page .nu-card-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(27,23,45,.07);
}
.normal-account-page .nu-card-head h2,
.normal-account-page .nu-help-card h2 {
  position: relative;
  padding-left: 14px;
}
.normal-account-page .nu-card-head h2::before,
.normal-account-page .nu-help-card h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f4c542, #7a1b0b);
}

.normal-account-page .nu-profile-grid {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.normal-account-page .nu-profile-card {
  grid-template-columns: 104px minmax(0,1fr);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #fbf9ff);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.normal-account-page .nu-profile-card:hover {
  transform: translateY(-2px);
  border-color: rgba(244,197,66,.55);
  box-shadow: 0 18px 42px rgba(22,14,60,.11);
}
.normal-account-page .nu-profile-img {
  width: 104px;
  height: 126px;
  border-radius: 16px;
}
.normal-account-page .nu-profile-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #7a1b0b;
  color: #fff !important;
}
.normal-account-page .nu-empty {
  min-height: 92px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff, #fbf7e8);
}
.normal-account-page .nu-preferences button {
  background: linear-gradient(135deg, #7a1b0b, #b45309);
}
.normal-account-page .nu-help-card a:hover {
  background: #1b1437;
  color: #fff;
}

@media (min-width: 1500px) {
  .normal-account-page .nu-dashboard-layout {
    grid-template-columns: minmax(0, 1fr) 380px;
  }
  .normal-account-page .nu-profile-grid {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }
}

@media (max-width: 1024px) {
  .normal-account-page .nu-hero-inner,
  .normal-account-page .nu-dashboard-layout {
    grid-template-columns: 1fr;
  }
  .normal-account-page .nu-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .normal-account-page .nu-edge-shell {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -28px;
  }
  .normal-account-page .nu-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .normal-account-page .nu-stats div {
    min-height: 82px;
    padding: 13px;
    border-radius: 18px;
  }
  .normal-account-page .nu-stats strong { font-size: 22px; }
  .nu-dashboard-tabs {
    border-radius: 18px;
    gap: 7px;
    padding: 8px;
  }
  .nu-dashboard-tabs a {
    min-height: 36px;
    padding: 9px 12px;
    font-size: 12px;
  }
  .normal-account-page .nu-card {
    border-radius: 20px;
  }
  .normal-account-page .nu-card-head {
    display: block;
  }
  .normal-account-page .nu-profile-grid {
    grid-template-columns: 1fr;
  }
  .normal-account-page .nu-profile-card {
    grid-template-columns: 92px minmax(0,1fr);
  }
  .normal-account-page .nu-profile-img {
    width: 92px;
    height: 112px;
  }
}
