:root {
    --ink: #191219;
    --ink-soft: #332730;
    --muted: #746a72;
    --pink: #ef4f91;
    --pink-dark: #d73b7a;
    --rose: #ff74ab;
    --blush: #fff0f6;
    --cream: #fff9f7;
    --white: #ffffff;
    --line: #eadfe4;
    --dark: #181017;
    --success: #227148;
    --success-bg: #eaf8ef;
    --warning: #865413;
    --warning-bg: #fff6dc;
    --danger: #9b293b;
    --danger-bg: #fff0f2;
    --shadow: 0 24px 60px rgba(70, 28, 49, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img, video { max-width: 100%; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 880px; }
.skip-link { position: fixed; left: 12px; top: -80px; background: var(--dark); color: #fff; padding: 12px 16px; z-index: 100; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.site-header { background: #050505; position: relative; z-index: 20; border-bottom: 1px solid #2d222a; }
.header-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: block; width: 286px; background: #050505; border-radius: 10px; padding: 4px 9px; overflow: hidden; line-height: 0; }
.brand img { width: 100%; height: 58px; display: block; object-fit: cover; object-position: center; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.text-button { border: 0; background: transparent; text-decoration: none; color: #493f47; font-size: 14px; cursor: pointer; }
.main-nav > a, .main-nav .text-button { color: #fff; font-size: 16px; font-weight: 600; }
.main-nav > a:hover, .main-nav .text-button:hover, .main-nav > a[aria-current="page"] { color: var(--rose); }
.main-nav > a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 7px; }
.text-button:hover, .quiet-link:hover { color: var(--pink-dark); }
.nav-form { display: inline-flex; margin: 0; }
.menu-toggle { display: none; border: 1px solid #765365; background: #181017; color: #fff; border-radius: 8px; padding: 9px 12px; font-size: 16px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 10px; padding: 15px 22px; background: var(--pink); color: #fff !important; font-size: 14px; font-weight: 800; text-decoration: none; cursor: pointer; box-shadow: 0 12px 26px rgba(239, 79, 145, .2); transition: transform .18s ease, background .18s ease; }
.button:hover { background: var(--pink-dark); transform: translateY(-1px); }
.button:disabled { background: #c9bdc4; box-shadow: none; cursor: not-allowed; transform: none; }
.button.small { padding: 11px 16px; font-size: 12px; }
.button.tiny { padding: 8px 12px; font-size: 11px; box-shadow: none; }
.button.full { width: 100%; }
.button.secondary { background: var(--ink-soft); }
.quiet-link { font-size: 13px; font-weight: 700; text-decoration: none; }
.light-link { color: #fff; }
.kicker { margin: 0; color: var(--pink); font-size: 11px; font-weight: 900; letter-spacing: 2px; }
.fine-print { margin: 32px auto 0; max-width: 760px; text-align: center; color: #8c8188; font-size: 11px; }

.flash-stack { position: relative; z-index: 25; }
.flash { margin-top: 14px; padding: 13px 16px; border-radius: 10px; font-size: 13px; border: 1px solid transparent; }
.flash-success { color: var(--success); background: var(--success-bg); border-color: #c8ebd5; }
.flash-error { color: var(--danger); background: var(--danger-bg); border-color: #f2cbd2; }
.flash-info { color: #44516e; background: #eef3ff; border-color: #d5def3; }

.hero { overflow: hidden; }
.hero-grid { min-height: 660px; padding-block: 55px 80px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 50px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0; padding: 8px 13px; border-radius: 99px; background: var(--blush); color: var(--pink-dark); font-size: 11px; font-weight: 800; letter-spacing: 1px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 5px rgba(239, 79, 145, .12); }
.hero h1, .member-hero h1, .admin-hero h1, .help-hero h1, .error-card h1 { margin: 22px 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(48px, 6vw, 72px); line-height: 1.02; letter-spacing: -3px; }
.hero h1 em, .dark-section h2 em { color: var(--pink); font-weight: 400; }
.lead { max-width: 610px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin: 32px 0; }
.trust-note { display: flex; align-items: center; gap: 13px; margin-top: 42px; }
.trust-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.trust-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--dark); color: var(--pink); font-weight: 900; }
.hero-card-wrap { min-height: 510px; position: relative; display: grid; place-items: center; }
.hero-orbit { position: absolute; width: 470px; height: 470px; border-radius: 50%; background: radial-gradient(circle, #ffd8e6 0, #ffeef4 48%, transparent 70%); }
.sample-card { width: 355px; position: relative; z-index: 2; margin: 0; padding: 12px; border-radius: 23px; background: #fff; box-shadow: 0 35px 70px rgba(70, 27, 48, .18); transform: rotate(1.5deg); }
.sample-photo { height: 365px; overflow: hidden; position: relative; display: grid; place-items: center; border-radius: 15px; background: radial-gradient(circle at 50% 34%, #ffc1d8 0 13%, transparent 14%), radial-gradient(ellipse at 50% 100%, #171017 0 43%, transparent 44%), linear-gradient(150deg, #321b29, #a63c6a 60%, #f792b9); }
.sample-initials { color: rgba(255,255,255,.72); font: 58px Georgia, serif; }
.verified-pill { position: absolute; left: 15px; top: 15px; border-radius: 99px; padding: 8px 12px; background: #fff; color: var(--ink); font-size: 10px; font-weight: 800; }
.sample-play { width: 62px; height: 62px; display: grid; place-items: center; position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(20,10,17,.5); color: #fff; }
.sample-info { padding: 15px 9px 7px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.sample-info strong, .sample-info small { display: block; }
.sample-info strong { font-family: Georgia, serif; font-size: 15px; }
.sample-info small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.voice-wave { color: var(--pink); }
.floating-proof { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 13px 15px; border-radius: 12px; background: #fff; box-shadow: 0 16px 38px rgba(70, 27, 48, .15); }
.floating-proof b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: var(--blush); color: var(--pink); }
.floating-proof strong, .floating-proof small { display: block; }
.floating-proof strong { font-size: 11px; }.floating-proof small { color: var(--muted); font-size: 9px; }
.proof-human { left: 0; top: 18%; }.proof-private { right: 0; bottom: 16%; }

.proof-strip { background: #21151f; color: #fff; }
.proof-grid { min-height: 105px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.proof-grid > div { display: flex; align-items: center; gap: 12px; padding-inline: 30px; border-right: 1px solid #493340; }
.proof-grid > div:first-child { padding-left: 0; }.proof-grid > div:last-child { border: 0; }
.proof-grid strong { color: var(--rose); font: 29px Georgia, serif; }.proof-grid span { color: #d7cdd4; font-size: 11px; }

.section { padding-block: 110px; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 100px; }
.section-heading h2, .dark-section h2, .package-intro h2 { margin: 13px 0 0; font: 46px/1.14 Georgia, serif; letter-spacing: -1.5px; }
.section-heading > p, .package-intro > p, .dark-section .safety-grid > div > p { color: var(--muted); line-height: 1.75; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 65px; }
.steps-grid article { min-height: 270px; position: relative; padding: 26px 23px; border: 1px solid #f0e7eb; border-radius: 14px; background: #fff; }
.steps-grid article > span { position: absolute; right: 17px; top: 15px; color: #d7ccd2; font-size: 10px; }
.steps-grid article > b { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; background: var(--blush); color: var(--pink); }
.steps-grid h3 { margin: 43px 0 10px; font: 20px Georgia, serif; }.steps-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.dark-section { padding-block: 105px; background: var(--dark); color: #fff; }
.safety-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 125px; }
.dark-section .safety-grid > div > p { color: #c8bcc5; margin-block: 28px; }
.dark-section a { color: var(--rose); font-size: 13px; font-weight: 800; }
.safety-list article { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 22px 0; border-top: 1px solid #44303e; }
.safety-list article > span { color: var(--pink); font-size: 10px; }.safety-list h3 { margin: 0; font: 19px Georgia, serif; }.safety-list p { margin: 7px 0 0; color: #b8abb4; font-size: 12px; line-height: 1.55; }

.packages { display: grid; grid-template-columns: 330px 1fr; gap: 70px; align-items: center; }
.package-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.package-cards article { min-height: 230px; padding: 26px 20px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.package-cards article.featured { transform: translateY(-8px); border-color: var(--pink); box-shadow: var(--shadow); }
.package-cards span { color: var(--pink); font-size: 10px; font-weight: 900; letter-spacing: 1.5px; }
.package-cards h3 { margin: 18px 0 0; font: 37px Georgia, serif; }.package-cards p { margin: 3px 0 30px; color: var(--muted); font-size: 10px; }.package-cards strong { font-size: 12px; line-height: 1.6; }
.center-action { grid-column: 1/-1; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; }.center-action small { color: var(--muted); }

.site-footer { background: #0f0a0e; color: #fff; }
.footer-grid { min-height: 190px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 55px; }
.footer-logo { width: 270px; height: 58px; object-fit: cover; }.footer-grid > div > p { margin: 8px 0 0; color: #d9ccd5; font: 15px Georgia, serif; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }.footer-links a { color: #c2b6bf; font-size: 11px; text-decoration: none; }.footer-note { color: #9d9099; font-size: 10px; line-height: 1.6; }

/* Authentication */
.auth-section { min-height: 700px; display: grid; place-items: center; padding: 70px 24px 100px; background: radial-gradient(circle at 15% 20%, #ffe0eb 0, transparent 31%), var(--cream); }
.auth-shell { width: min(940px, 100%); display: grid; grid-template-columns: 1fr 460px; gap: 70px; align-items: center; }
.auth-copy h1 { margin: 14px 0; font: 48px/1.07 Georgia, serif; letter-spacing: -1.5px; }.auth-copy > p:not(.kicker) { color: var(--muted); line-height: 1.7; }
.auth-assurance { display: flex; gap: 13px; margin-top: 35px; }.auth-assurance > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--dark); color: var(--pink); }.auth-assurance strong, .auth-assurance small { display: block; }.auth-assurance strong { font-size: 12px; }.auth-assurance small { margin-top: 5px; color: var(--muted); font-size: 10px; }
.form-card { padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
label { display: block; margin-top: 17px; color: #3d333b; font-size: 11px; font-weight: 800; }
.form-card label { font-size: 15px; line-height: 1.45; }
.form-card input, .form-card select, .form-card textarea { padding: 15px 16px; font-size: 17px; }
.form-card .button { min-height: 52px; font-size: 16px; }
label small { color: var(--muted); font-weight: 400; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 9px; outline: none; background: #fff; color: var(--ink); }
textarea { resize: vertical; line-height: 1.6; }
input:focus, select:focus, textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(239,79,145,.11); }
.check-label { display: flex; align-items: flex-start; gap: 10px; font-weight: 400; line-height: 1.5; }.check-label input { width: 17px; height: 17px; flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--pink); }
.password-hint { margin: 7px 0 0; color: var(--muted); font-size: 10px; }.password-hint.valid { color: var(--success); }
.form-card .button { margin-top: 22px; }.form-foot, .form-between { margin: 16px 0 0; text-align: center; color: var(--muted); font-size: 14px; line-height: 1.5; }.form-foot a, .form-between a { color: var(--pink-dark); font-weight: 800; }
.closed-panel { text-align: center; }.closed-panel > span { width: 50px; height: 50px; display: grid; place-items: center; margin: 0 auto 14px; border-radius: 13px; background: var(--dark); color: var(--pink); }.closed-panel h2 { margin: 0 0 10px; font: 25px Georgia, serif; }.closed-panel p { color: var(--muted); font-size: 12px; line-height: 1.65; }
.secondary-form { margin-top: 12px; text-align: center; }.code-input { text-align: center; letter-spacing: 9px; font-size: 27px; font-weight: 800; }

/* Member application */
.member-hero, .admin-hero, .help-hero { background: var(--dark); color: #fff; }
.member-heading { min-height: 245px; padding-block: 52px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.member-hero.compact .member-heading, .admin-hero.compact .wrap { min-height: 190px; }
.member-hero h1, .admin-hero h1, .help-hero h1 { margin: 11px 0; font-size: 48px; letter-spacing: -1.5px; }.member-heading p, .admin-hero p, .help-hero p { max-width: 760px; margin: 0; color: #c7bbc4; }
.member-section, .admin-section { padding-block: 55px 90px; }
.status-badge { display: inline-flex; align-items: center; width: max-content; padding: 7px 10px; border-radius: 99px; background: #f0e9ed; color: #62565e; font-size: 9px; font-weight: 900; letter-spacing: .6px; text-transform: uppercase; }
.status-approved, .status-passed { background: var(--success-bg); color: var(--success); }.status-rejected, .status-suspended { background: var(--danger-bg); color: var(--danger); }.status-under_review, .status-pending, .status-verification_pending { background: #eef3ff; color: #415b93; }.status-changes_requested { background: var(--warning-bg); color: var(--warning); }
.status-beta_exempt { background: var(--warning-bg); color: var(--warning); }
.member-heading > .status-badge { padding: 10px 14px; }
.review-message { margin-bottom: 20px; padding: 18px 20px; border: 1px solid #efd9ad; border-radius: 12px; background: var(--warning-bg); color: #654818; }.review-message p { margin-bottom: 0; }
.progress-card, .admin-panel { border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 18px 45px rgba(70, 28, 49, .06); }
.progress-top { padding: 25px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }.progress-top span, .progress-top strong { display: block; }.progress-top span { color: var(--pink); font-size: 9px; font-weight: 900; letter-spacing: 1.4px; }.progress-top strong { margin-top: 5px; font: 20px Georgia, serif; }
.progress-track { width: 250px; height: 7px; overflow: hidden; border-radius: 99px; background: #eee5ea; }.progress-track span { height: 100%; background: var(--pink); border-radius: inherit; }.progress-width-0{width:0}.progress-width-1{width:25%}.progress-width-2{width:50%}.progress-width-3{width:75%}.progress-width-4{width:100%}
.journey-grid { display: grid; grid-template-columns: 1fr 1fr; }.journey-grid article { min-height: 170px; display: flex; gap: 16px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.journey-grid article:nth-child(even) { border-right: 0; }.journey-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.journey-grid article > span { width: 31px; height: 31px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #f1e9ed; color: #74666f; font-size: 11px; font-weight: 900; }.journey-grid article.complete > span { background: var(--success-bg); color: var(--success); }.journey-grid h3 { margin: 3px 0 7px; font: 18px Georgia, serif; }.journey-grid p, .journey-grid small { color: var(--muted); font-size: 11px; }.journey-grid p { margin: 0 0 10px; }.journey-grid a { color: var(--pink-dark); font-size: 11px; font-weight: 800; }
.journey-grid article.beta-deferred > span { background: var(--warning-bg); color: var(--warning); }
.submit-panel { margin-top: 22px; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }.submit-panel h2 { margin: 0 0 6px; font: 24px Georgia, serif; }.submit-panel p { margin: 0; color: var(--muted); font-size: 12px; }.success-panel { background: var(--success-bg); border-color: #c8ead4; }.large-check { color: var(--success); font-size: 40px; }.queue-mark { color: var(--pink); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }

.profile-form { display: grid; gap: 24px; }.form-section { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }.form-section-heading { display: flex; gap: 16px; margin-bottom: 25px; }.form-section-heading > span { width: 35px; height: 35px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; background: var(--blush); color: var(--pink); font-size: 10px; font-weight: 900; }.form-section-heading h2 { margin: 0; font: 23px Georgia, serif; }.form-section-heading p { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }.full-field { grid-column: 1/-1; }.sticky-actions { position: sticky; bottom: 14px; z-index: 5; padding: 16px 18px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }.sticky-actions span { color: var(--muted); font-size: 11px; }

.media-requirements { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.media-requirements article { padding: 21px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }.media-requirements article.complete { border-color: #bfe5ce; background: var(--success-bg); }.media-requirements strong, .media-requirements span, .media-requirements small { display: block; }.media-requirements strong { color: var(--pink-dark); font: 20px Georgia, serif; }.media-requirements span { margin-top: 5px; font-weight: 800; font-size: 12px; }.media-requirements small { margin-top: 9px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.upload-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px; }.upload-card { padding: 25px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }.upload-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: var(--blush); color: var(--pink); font-weight: 900; }.upload-card h2 { margin: 24px 0 7px; font: 20px Georgia, serif; }.upload-card p { min-height: 76px; color: var(--muted); font-size: 10px; line-height: 1.55; }.file-label { overflow: hidden; display: block; padding: 10px; border: 1px dashed #d8c9d1; border-radius: 8px; background: #fffafd; text-align: center; cursor: pointer; }.file-label input { padding: 7px 0 0; border: 0; font-size: 9px; }.upload-card .button { width: 100%; margin-top: 12px; }
.media-list { margin-top: 45px; }.list-heading h2 { margin: 7px 0 22px; font: 28px Georgia, serif; }.media-items, .review-media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.media-items article, .review-media-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #fff; }.media-preview, .review-media { min-height: 190px; display: grid; place-items: center; background: #20141d; }.media-preview img, .review-media img { width: 100%; height: 230px; object-fit: cover; }.media-preview video, .review-media video { width: 100%; max-height: 260px; }.media-preview audio, .review-media audio { width: 90%; }.media-meta { padding: 13px; display: flex; justify-content: space-between; align-items: center; }.media-items article > p { padding: 0 13px; color: var(--danger); font-size: 10px; }.media-items form { padding: 0 13px 13px; }.danger-link { border: 0; background: transparent; color: var(--danger); font-size: 10px; font-weight: 800; cursor: pointer; }

.account-card { display: grid; grid-template-columns: 55px 1fr; gap: 18px; margin-bottom: 17px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }.account-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 13px; background: var(--blush); color: var(--pink); font-size: 21px; }.account-card h2 { margin: 1px 0 8px; font: 23px Georgia, serif; }.account-card p { color: var(--muted); font-size: 12px; line-height: 1.65; }.account-card a { color: var(--pink-dark); font-size: 12px; font-weight: 800; }

/* Administration */
.admin-body { background: #f7f3f5; }.admin-hero > .wrap { min-height: 245px; padding-block: 52px; display: flex; flex-direction: column; justify-content: center; }.admin-hero h1 { margin: 10px 0; }.admin-section { padding-top: 35px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 22px; }.stat-grid article { min-height: 185px; padding: 26px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }.stat-grid span, .stat-grid strong, .stat-grid small, .stat-grid a { display: block; }.stat-grid span { color: var(--muted); font-size: 14px; line-height: 1.35; font-weight: 800; letter-spacing: .35px; text-transform: uppercase; }.stat-grid strong { margin: 14px 0 20px; font: 44px Georgia, serif; }.stat-grid a { color: var(--pink-dark); font-size: 14px; line-height: 1.45; font-weight: 800; }.stat-grid a:hover { text-decoration-thickness: 2px; }.stat-grid small { color: var(--muted); font-size: 14px; line-height: 1.45; }
.admin-panel { box-shadow: none; }.panel-heading { min-height: 90px; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }.panel-heading h2 { margin: 5px 0 0; font: 23px Georgia, serif; }.panel-heading > a { color: var(--pink-dark); font-size: 14px; font-weight: 800; }.panel-heading > span { color: var(--muted); font-size: 14px; }
.table-wrap { overflow-x: auto; }table { width: 100%; border-collapse: collapse; }th, td { padding: 15px 18px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }th { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .7px; }td { font-size: 14px; }td strong, td small { display: block; }td small { margin-top: 4px; color: var(--muted); font-size: 12px; }
.empty-state { padding: 60px 20px; text-align: center; }.empty-state > span { color: var(--success); font-size: 35px; }.empty-state h3 { margin: 10px 0 5px; font: 23px Georgia, serif; }.empty-state p { color: var(--muted); font-size: 11px; }
.filter-tabs { display: flex; gap: 6px; margin-bottom: 15px; overflow-x: auto; }.filter-tabs a { padding: 9px 13px; border: 1px solid var(--line); border-radius: 99px; background: #fff; color: var(--muted); font-size: 10px; text-decoration: none; white-space: nowrap; }.filter-tabs a.active { background: var(--dark); color: #fff; border-color: var(--dark); }
.review-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 20px; align-items: start; }.review-layout > div { display: grid; gap: 20px; }.review-section { overflow: hidden; }.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin: 0; }.detail-grid div { padding: 17px 22px; border-bottom: 1px solid var(--line); }.detail-grid dt, .long-answer span { color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .6px; }.detail-grid dd { margin: 5px 0 0; font-size: 12px; }.long-answer { padding: 18px 22px; border-bottom: 1px solid var(--line); }.long-answer p { margin: 7px 0 0; color: #4d424a; font-size: 12px; line-height: 1.65; }
.review-media-grid { padding: 18px; grid-template-columns: repeat(2, 1fr); }.review-controls { padding: 0 12px 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }.review-controls input { grid-column: 1/-1; margin: 0; padding: 9px; font-size: 10px; }
.approve-button, .reject-button, .changes-button { border: 0; border-radius: 8px; padding: 9px 11px; color: #fff; font-size: 10px; font-weight: 800; cursor: pointer; }.approve-button { background: var(--success); }.reject-button { background: var(--danger); }.changes-button { background: #b67519; }.wide { width: 100%; margin-top: 8px; padding: 12px; }
.review-layout aside { display: grid; gap: 18px; position: sticky; top: 18px; }.side-panel { padding: 23px; }.side-panel h2 { margin: 8px 0; font: 25px Georgia, serif; }.side-panel > p:not(.kicker) { color: var(--muted); font-size: 11px; line-height: 1.6; }.check-list { padding: 0; list-style: none; }.check-list li { padding: 6px 0; font-size: 11px; }.check-list li:before { content: '✓'; margin-right: 8px; color: var(--success); }.stacked-form label { margin-top: 13px; }.stacked-form .button { margin-top: 16px; }
.beta-notice { margin-top: 18px; padding: 15px; border: 1px solid #efd9ad; border-radius: 10px; background: var(--warning-bg); color: #654818; }.beta-notice strong, .beta-notice span { display: block; }.beta-notice strong { font-size: 14px; }.beta-notice span { margin-top: 5px; font-size: 13px; line-height: 1.55; }.beta-check-list li:before { color: var(--warning); }
.beta-override-label { display: flex; align-items: flex-start; gap: 11px; margin: 18px 0 12px; padding: 15px; border: 1px solid #efd9ad; border-radius: 10px; background: var(--warning-bg); cursor: pointer; }.beta-override-label input { width: 20px; height: 20px; flex: 0 0 20px; margin: 2px 0 0; accent-color: var(--warning); }.beta-override-label strong, .beta-override-label small { display: block; }.beta-override-label strong { color: #654818; font-size: 14px; }.beta-override-label small { margin-top: 5px; color: #755b2f; font-size: 13px; line-height: 1.5; }
.security-card { padding: 30px; }.security-card h2 { margin: 9px 0; font: 29px Georgia, serif; }.security-card > p:not(.kicker) { color: var(--muted); font-size: 12px; line-height: 1.65; }.security-check { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 15px; background: var(--success-bg); color: var(--success); font-size: 25px; font-weight: 900; }.security-steps { padding-left: 21px; color: #4e434b; font-size: 12px; line-height: 1.7; }.secret-key { margin: 22px 0; padding: 17px; border-radius: 11px; background: var(--dark); color: #fff; }.secret-key span, .secret-key code { display: block; }.secret-key span { margin-bottom: 8px; color: #cbbfc7; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }.secret-key code { color: var(--rose); font-size: 17px; word-break: break-all; }.technical-detail { margin-bottom: 18px; color: var(--muted); font-size: 10px; }.technical-detail code { display: block; margin-top: 8px; padding: 10px; background: #f5f0f3; word-break: break-all; }.totp-form { max-width: 420px; }.recovery-codes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 22px 0; }.recovery-codes code { padding: 11px; border-radius: 7px; background: #f5f0f3; text-align: center; font-weight: 800; letter-spacing: 1px; }
.switch-label { display: flex; align-items: flex-start; gap: 13px; margin: 22px 0; padding: 17px; border: 1px solid var(--line); border-radius: 11px; background: #fffafd; }.switch-label input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--pink); }.switch-label strong, .switch-label small { display: block; }.switch-label small { margin-top: 4px; line-height: 1.5; }.settings-grid { margin-bottom: 18px; }.setting-status { margin: 20px 0; padding: 16px; border-left: 3px solid var(--pink); background: var(--blush); }.setting-status span, .setting-status strong, .setting-status small { display: block; }.setting-status span { color: var(--muted); font-size: 9px; text-transform: uppercase; }.setting-status strong { margin: 4px 0; }.setting-status small { color: var(--muted); font-size: 10px; }

/* Help and errors */
.help-heading { min-height: 330px; display: flex; flex-direction: column; justify-content: center; }.help-heading p:last-child { max-width: 680px; }.help-layout { display: grid; grid-template-columns: 1fr 390px; gap: 55px; align-items: start; }.faq-list details { border-top: 1px solid var(--line); padding: 20px 3px; }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { cursor: pointer; font: 20px Georgia, serif; }.faq-list details p { color: var(--muted); font-size: 12px; line-height: 1.7; }
.chatbot-card { overflow: hidden; position: sticky; top: 20px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: var(--shadow); }.chatbot-head { padding: 16px; display: flex; gap: 10px; align-items: center; background: var(--dark); color: #fff; }.chatbot-head > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: var(--pink); }.chatbot-head strong, .chatbot-head small { display: block; }.chatbot-head strong { font-size: 11px; }.chatbot-head small { color: #cfc2ca; font-size: 8px; }.chat-messages { height: 310px; overflow-y: auto; padding: 15px; background: #fffafd; }.bot-message, .user-message { max-width: 86%; margin-bottom: 10px; padding: 10px 12px; border-radius: 11px; font-size: 10px; line-height: 1.55; }.bot-message { background: #fff; border: 1px solid var(--line); }.user-message { margin-left: auto; background: var(--pink); color: #fff; }.chat-form { display: grid; grid-template-columns: 1fr 42px; padding: 10px; border-top: 1px solid var(--line); }.chat-form input { margin: 0; }.chat-form button { border: 0; border-radius: 9px; background: var(--pink); color: #fff; cursor: pointer; }.chat-escalate { margin: 0; padding: 0 15px 14px; color: var(--muted); font-size: 9px; }.chat-escalate a { color: var(--pink-dark); font-weight: 800; }
.error-section { min-height: 650px; display: grid; place-items: center; padding: 40px 20px; }.error-card { max-width: 610px; text-align: center; }.error-card > span { width: 55px; height: 55px; display: grid; place-items: center; margin: auto; border-radius: 15px; background: var(--dark); color: var(--pink); }.error-card h1 { font-size: 46px; }.error-card > p:not(.kicker) { color: var(--muted); line-height: 1.7; }.error-card > div { display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 25px; }

/* Readability baseline for administration and member journeys */
.main-nav > a { text-decoration: none; }
.footer-links a { font-size: 13px; line-height: 1.5; }
.footer-note { color: #c2b6bf; font-size: 12px; line-height: 1.7; }
.button.small { font-size: 14px; }
.button.tiny { font-size: 13px; }
.auth-assurance strong { font-size: 14px; }
.auth-assurance small, .password-hint { font-size: 12px; line-height: 1.5; }
.closed-panel p { font-size: 14px; }

.status-badge { font-size: 11px; }
.progress-top span { font-size: 11px; }
.journey-grid p, .journey-grid small, .journey-grid a { font-size: 13px; line-height: 1.55; }
.submit-panel p { font-size: 14px; line-height: 1.55; }
.queue-mark { font-size: 13px; }
.form-section-heading > span { font-size: 12px; }
.form-section-heading p, .sticky-actions span { font-size: 13px; line-height: 1.55; }
.member-section label { font-size: 14px; line-height: 1.45; }
.member-section label small { font-size: 13px; }
.media-requirements span { font-size: 14px; }
.media-requirements small { font-size: 12px; line-height: 1.55; }
.upload-card p { font-size: 13px; line-height: 1.6; }
.file-label input { font-size: 12px; }
.media-items article > p, .danger-link { font-size: 12px; line-height: 1.5; }
.account-card p, .account-card a { font-size: 14px; }

.empty-state p { font-size: 13px; }
.filter-tabs a { padding: 10px 15px; font-size: 12px; font-weight: 700; }
.detail-grid dt, .long-answer span { font-size: 11px; }
.detail-grid dd, .long-answer p { font-size: 14px; }
.review-controls input, .approve-button, .reject-button, .changes-button { font-size: 12px; }
.side-panel > p:not(.kicker), .check-list li { font-size: 13px; }
.security-card > p:not(.kicker) { font-size: 14px; line-height: 1.7; }
.security-card .button.small { font-size: 14px; }
.admin-section label { font-size: 13px; line-height: 1.45; }
.switch-label strong, .switch-label small { font-size: 13px; line-height: 1.55; }
.settings-grid label, .settings-grid label small { font-size: 13px; line-height: 1.55; }
.setting-status span { font-size: 11px; }
.setting-status strong { font-size: 18px; }
.setting-status small { font-size: 12px; line-height: 1.55; }

.faq-list details p { font-size: 14px; }
.chatbot-head strong { font-size: 13px; }
.chatbot-head small { font-size: 11px; line-height: 1.4; }
.bot-message, .user-message { font-size: 13px; line-height: 1.6; }
.chat-escalate { font-size: 12px; line-height: 1.5; }

/* Homepage trust messages are primary selling points, never fine print */
.eyebrow { font-size: 13px; }
.hero-actions .quiet-link { font-size: 15px; }
.trust-note { gap: 16px; }
.trust-note p { font-size: 16px; line-height: 1.55; }
.trust-note strong { color: var(--ink); font-size: 18px; }
.trust-icon { width: 48px; height: 48px; flex: 0 0 48px; font-size: 20px; }
.verified-pill { font-size: 12px; }
.sample-info strong { font-size: 20px; }
.sample-info small { font-size: 15px; line-height: 1.45; }
.floating-proof { gap: 12px; padding: 15px 17px; }
.floating-proof b { width: 44px; height: 44px; font-size: 19px; }
.floating-proof strong { font-size: 14px; }
.floating-proof small { font-size: 12px; line-height: 1.4; }

.proof-grid { min-height: 135px; }
.proof-grid > div { gap: 16px; }
.proof-grid strong { font-size: 38px; }
.proof-grid span { font-size: 15px; line-height: 1.4; }
.section-heading .kicker { font-size: 15px; }
.section-heading > p { font-size: 18px; line-height: 1.75; }
.steps-grid article { min-height: 320px; padding: 30px 26px; }
.steps-grid article > span { font-size: 12px; }
.steps-grid article > b { width: 64px; height: 64px; font-size: 23px; }
.steps-grid h3 { margin-top: 38px; font-size: 24px; line-height: 1.25; }
.steps-grid p { font-size: 16px; line-height: 1.65; }
.fine-print { max-width: 850px; color: #191219; font-size: 13px; line-height: 1.65; }

.dark-section a { font-size: 15px; }
.safety-list article > span { font-size: 12px; }
.safety-list p { font-size: 14px; line-height: 1.6; }
.package-cards span { font-size: 12px; }
.package-cards p { font-size: 13px; }
.package-cards strong { font-size: 14px; }
.center-action small { font-size: 13px; }

@media (max-width: 1000px) {
    .hero-grid { grid-template-columns: 1fr; text-align: center; }.lead { margin-inline: auto; }.hero-actions, .trust-note { justify-content: center; }.hero-card-wrap { margin-top: 20px; }
    .section-heading, .safety-grid, .packages { grid-template-columns: 1fr; gap: 42px; }.package-intro { max-width: 650px; }.steps-grid { grid-template-columns: 1fr 1fr; }.proof-grid { grid-template-columns: 1fr 1fr; padding-block: 18px; }.proof-grid > div { padding: 14px !important; border: 0; }
    .auth-shell { grid-template-columns: 1fr; max-width: 560px; gap: 35px; }.auth-copy { text-align: center; }.auth-assurance { justify-content: center; }
    .upload-grid { grid-template-columns: 1fr; }.upload-card p { min-height: auto; }.review-layout { grid-template-columns: 1fr; }.review-layout aside { position: static; grid-template-columns: 1fr 1fr; }.stat-grid { grid-template-columns: 1fr 1fr; }.help-layout { grid-template-columns: 1fr; }.chatbot-card { position: static; max-width: 560px; }
    .footer-grid { grid-template-columns: 1fr 1fr; padding-block: 45px; }.footer-note { grid-column: 1/-1; }
}

@media (max-width: 760px) {
    .wrap { width: min(100% - 28px, 1180px); }.header-inner { min-height: 74px; }.brand { width: 205px; padding: 2px 6px; }.brand img { height: 43px; }.menu-toggle { display: block; }.main-nav { display: none; position: absolute; left: 14px; right: 14px; top: 68px; padding: 18px; flex-direction: column; align-items: stretch; gap: 14px; border: 1px solid #3a2933; border-radius: 13px; background: #050505; box-shadow: var(--shadow); }.main-nav.open { display: flex; }.main-nav .button { width: 100%; }.nav-form { display: block; }
    .hero-grid { min-height: 580px; padding-block: 55px; }.hero h1 { font-size: 48px; }.hero-actions { flex-direction: column; }.hero-card-wrap { min-height: 430px; }.hero-orbit { width: 390px; height: 390px; }.sample-card { width: 290px; }.sample-photo { height: 295px; }.floating-proof { display: none; }
    .section { padding-block: 75px; }.section-heading h2, .dark-section h2, .package-intro h2 { font-size: 37px; }.steps-grid, .package-cards, .media-requirements, .media-items, .review-media-grid { grid-template-columns: 1fr; }.package-cards article.featured { transform: none; }.packages { gap: 35px; }
    .footer-grid { grid-template-columns: 1fr; gap: 25px; text-align: center; }.footer-note { grid-column: auto; }.footer-links { align-items: center; }.footer-logo { width: 250px; }
    .auth-section { padding: 48px 14px 75px; }.auth-copy h1 { font-size: 39px; }.form-card { padding: 25px 20px; }
    .member-heading { min-height: 215px; padding-block: 42px; flex-direction: column; align-items: flex-start; justify-content: center; }.member-hero h1, .admin-hero h1, .help-hero h1 { font-size: 39px; }.progress-top { align-items: stretch; flex-direction: column; }.progress-track { width: 100%; }.journey-grid { grid-template-columns: 1fr; }.journey-grid article { border-right: 0; border-bottom: 1px solid var(--line) !important; }.journey-grid article:last-child { border-bottom: 0 !important; }.submit-panel, .sticky-actions { align-items: stretch; flex-direction: column; }.sticky-actions { position: static; }.form-grid { grid-template-columns: 1fr; }.full-field { grid-column: auto; }.form-section { padding: 23px 18px; }
    .stat-grid { grid-template-columns: 1fr; }.review-layout aside { grid-template-columns: 1fr; }.detail-grid { grid-template-columns: 1fr; }.account-card { grid-template-columns: 1fr; }.table-wrap table { min-width: 760px; }.help-heading { min-height: 260px; }
}
