.nav-account-link {
    color: #d7d2c9;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.nav-account-link:hover { color: var(--gold-light); }
.nav-join { min-width: 90px; }
.mobile-menu form { display: grid; }
.mobile-signout { min-height: 44px; border: 1px solid var(--line); background: transparent; color: #ddd8cf; font: inherit; cursor: pointer; }
.filter-group a.filter-button { display: inline-flex; align-items: center; justify-content: center; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.hero-search-form { display: grid; grid-template-columns: 1fr auto; width: min(560px, 100%); margin-top: 24px; border: 1px solid rgba(226,170,39,.6); border-radius: 5px; background: rgba(5,5,5,.74); backdrop-filter: blur(10px); overflow: hidden; }
.hero-search-form input { min-width: 0; height: 52px; border: 0; padding: 0 16px; outline: 0; background: transparent; color: var(--text); font-size: 14px; }
.hero-search-form input::placeholder { color: #99938a; }
.hero-search-form button { min-width: 112px; border: 0; border-left: 1px solid var(--gold-deep); background: linear-gradient(135deg,#f2bd3d,#c98a0d); color: #090703; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.hero-search-form button:hover { background: linear-gradient(135deg,#ffd15d,#d99a19); }

.profile-trust-status { display: grid; gap: 8px; margin: 18px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); padding: 14px 0; }
.profile-trust-status strong { color: var(--gold-light); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.profile-trust-status span { color: #aaa49a; font-size: 12px; }
.cp-action-claim { border-color: var(--gold) !important; background: rgba(226,170,39,.09) !important; color: var(--gold-light) !important; }
.profile-safety-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 16px; }
.profile-safety-links a { color: #918c84; font-size: 11px; text-decoration: underline; text-underline-offset: 3px; }
.story-safety { margin-top: 18px; }
.story-safety a { color: #9e988e; font-size: 11px; text-decoration: underline; text-underline-offset: 3px; }

.monetization-slot { width: min(1180px,calc(100% - 48px)); min-height: 112px; margin: 48px auto; border: 1px solid var(--line-soft); padding: 12px; background: #0a0a09; }
.monetization-slot > span { display: block; margin-bottom: 8px; color: #77716a; font-size: 9px; letter-spacing: .08em; text-align: center; text-transform: uppercase; }

.policy-hero { border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 0,rgba(226,170,39,.13),transparent 38%),#070707; }
.policy-hero-inner { min-height: 310px; display: flex; flex-direction: column; justify-content: center; padding-block: 54px; }
.policy-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(48px,6vw,82px); font-weight: 400; line-height: 1; letter-spacing: -.03em; }
.policy-hero p { max-width: 720px; margin: 18px 0 0; color: #bcb6ad; font-size: 16px; line-height: 1.7; }
.policy-hero span { margin-top: 18px; color: var(--gold); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.policy-layout { display: grid; grid-template-columns: 240px minmax(0,760px); justify-content: center; gap: clamp(40px,7vw,95px); padding-block: 58px 82px; }
.policy-nav { align-self: start; position: sticky; top: calc(var(--header-h) + var(--ribbon-h) + 24px); border: 1px solid var(--line); padding: 20px; background: #0b0b0a; }
.policy-nav > strong { display: block; margin-bottom: 12px; color: var(--gold); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.policy-nav nav { display: grid; }
.policy-nav a { border-top: 1px solid var(--line-soft); padding: 11px 0; color: #aaa49c; font-size: 13px; }
.policy-nav a.active,.policy-nav a:hover { color: var(--gold-light); }
.policy-content { min-width: 0; }
.policy-content > section { border-bottom: 1px solid var(--line-soft); padding: 0 0 34px; margin-bottom: 34px; }
.policy-content h2 { margin: 0 0 15px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.policy-content p,.policy-content li { color: #bcb7ae; font-size: 15px; line-height: 1.8; }
.policy-content p { margin: 0 0 13px; }
.policy-content ul { margin: 0; padding-left: 21px; }
.policy-content li + li { margin-top: 8px; }
.policy-contact { border: 1px solid var(--line) !important; padding: 25px !important; background: #0d0d0c; }
.policy-contact .button { margin-top: 8px; }

.report-page { padding: 58px 0 82px; background: radial-gradient(circle at 12% 5%,rgba(226,170,39,.08),transparent 32%),var(--bg); }
.report-shell { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(420px,1.2fr); gap: clamp(44px,8vw,100px); align-items: start; }
.report-intro { position: sticky; top: calc(var(--header-h) + var(--ribbon-h) + 26px); }
.report-intro > span { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.report-intro h1 { margin: 12px 0 18px; font-family: var(--serif); font-size: clamp(50px,6vw,78px); font-weight: 400; line-height: .95; }
.report-intro p { color: #bcb6ad; font-size: 15px; line-height: 1.75; }
.report-intro strong { color: var(--text); font-weight: 600; }
.report-note { border-left: 2px solid var(--gold); padding: 12px 15px; background: rgba(226,170,39,.055); }
.report-form { display: grid; gap: 18px; border: 1px solid var(--line); padding: clamp(22px,4vw,38px); background: #0d0d0c; }
.report-form > label { display: grid; gap: 7px; }
.report-form label > span { font-size: 13px; font-weight: 650; }
.report-form input,.report-form select,.report-form textarea { width: 100%; min-height: 49px; border: 1px solid var(--line-soft); border-radius: 3px; padding: 0 13px; background: #11110f; color: var(--text); outline: 0; }
.report-form textarea { padding-block: 12px; resize: vertical; }
.report-form input:focus,.report-form select:focus,.report-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(226,170,39,.1); }
.report-form > p { margin: 0; color: #8f8a82; font-size: 12px; }
.report-form .button { width: 100%; min-height: 50px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; }

.cookie-notice { position: fixed; z-index: 160; right: 20px; bottom: 20px; width: min(410px,calc(100vw - 40px)); border: 1px solid var(--line); padding: 17px; background: rgba(9,9,8,.97); box-shadow: 0 22px 65px rgba(0,0,0,.55); backdrop-filter: blur(15px); }
.cookie-notice p { margin: 0; color: #bdb7ae; font-size: 12px; line-height: 1.6; }
.cookie-notice a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.cookie-notice button { margin-top: 12px; min-height: 38px; border: 1px solid var(--gold-deep); padding: 0 17px; background: transparent; color: var(--gold-light); font-size: 11px; cursor: pointer; }

.member-submit-note { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin: 0 46px; border: 1px solid var(--line); padding: 18px 20px; background: #0d0d0c; }
.member-submit-note div { display: grid; }
.member-submit-note strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.member-submit-note span { color: var(--muted); font-size: 12px; }
.member-submit-note .button { min-height: 42px; white-space: nowrap; }
.submit-progress { display: grid; grid-template-columns: repeat(3,1fr); margin-bottom: 34px; border: 1px solid var(--line-soft); }
.submit-progress span { min-height: 46px; display: grid; place-items: center; border-right: 1px solid var(--line-soft); color: #7f7a73; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.submit-progress span:last-child { border-right: 0; }
.submit-progress span.active { background: rgba(226,170,39,.11); color: var(--gold-light); }
.submit-progress span.complete { color: #8fc49a; }
.submit-wizard-actions { display: flex; justify-content: flex-end; gap: 12px; }
.submit-wizard-actions .button { min-width: 170px; min-height: 50px; }

@media (max-width: 980px) {
    .nav-account-link { display: none; }
    .policy-layout { grid-template-columns: 1fr; }
    .policy-nav { position: static; }
    .policy-nav nav { grid-template-columns: repeat(3,1fr); gap: 0 14px; }
    .report-shell { grid-template-columns: 1fr; }
    .report-intro { position: static; }
}
@media (max-width: 680px) {
    .hero-search-form { grid-template-columns: 1fr; }
    .hero-search-form button { min-height: 46px; border-top: 1px solid var(--gold-deep); border-left: 0; }
    .policy-hero-inner { min-height: 250px; }
    .policy-nav nav { grid-template-columns: repeat(2,1fr); }
    .policy-content h2 { font-size: 25px; }
    .report-page { padding-top: 36px; }
    .member-submit-note { align-items: flex-start; flex-direction: column; margin: 0 24px; }
    .submit-progress { grid-template-columns: 1fr; }
    .submit-progress span { border-right: 0; border-bottom: 1px solid var(--line-soft); }
    .submit-progress span:last-child { border-bottom: 0; }
    .submit-wizard-actions { flex-direction: column; }
    .submit-wizard-actions .button { width: 100%; }
    .monetization-slot { width: calc(100% - 32px); margin-block: 34px; }
}
