/* Credits campaign and account navigation — September 2026. */
.header-identity { display: flex; align-items: center; gap: 16px; min-width: 0; }
.header-sign-in { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; min-height: 44px; padding: 0 13px; border: 1px solid #9d6b53; border-radius: 6px; background: #2e2622; color: #f4ddcb; font: 650 13px var(--sans); text-decoration: none; white-space: nowrap; }
.header-sign-in:hover { background: #443127; border-color: #d99a77; }
.header-sign-in:focus-visible { outline: 2px solid #eaa57b; outline-offset: 3px; }
.profile-menu { position: relative; flex: 0 0 auto; z-index: 190; }
.profile-menu > summary { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; list-style: none; cursor: pointer; }
.profile-menu > summary::-webkit-details-marker { display: none; }
.profile-menu > summary:focus-visible { outline: 2px solid #eaa57b; outline-offset: 4px; }
.profile-avatar { display: inline-grid; width: 40px; height: 40px; place-items: center; border: 1px solid #9d6b53; border-radius: 50%; background: #2e2622; color: #f4ddcb; font: 650 14px var(--sans); letter-spacing: .03em; flex-shrink: 0; }
.profile-avatar svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.profile-options { position: absolute; top: 56px; left: 0; width: min(310px, calc(100vw - 32px)); padding: 22px; border: 1px solid #465053; border-radius: 10px; background: #12191c; box-shadow: 0 22px 60px #0008; color: #f4f1eb; }
.profile-heading { margin: 0 0 10px; font-size: 11px; letter-spacing: .06em; color: #daa084; }
.profile-options > strong { display: block; overflow-wrap: anywhere; font-size: 14px; }
.profile-options > p:not(.profile-heading) { color: #aeb8bb; margin: 8px 0 16px; font-size: 12px; }
.profile-options nav { display: grid; border-top: 1px solid #364044; padding-top: 10px; }
.profile-options nav a, .profile-options nav button { display: flex; width: 100%; min-height: 44px; padding: 10px; align-items: center; border: 0; border-radius: 4px; background: none; text-align: left; color: #f3eee8; font: 500 14px var(--sans); cursor: pointer; }
.profile-options nav a:hover, .profile-options nav button:hover { background: #263034; }
.profile-options .profile-message:empty { display: none; }
.profile-options .profile-message { color: #ffbaa7; }
.account-page-links > .button { display: flex; width: 100%; margin-top: 12px; }
.account-page-links > p { margin: 18px 0 0; }
.header-actions .session-status { display: none; }
.hero.hero-cinematic.hero-credits { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; gap: 36px clamp(28px, 5vw, 86px); height: auto; max-height: none; min-height: 0; padding-top: 126px; padding-bottom: 40px; }
.hero-credits .hero-copy { max-width: 670px; }
.hero-credits .hero-copy > .credits-kicker { color: #e0a181; font: 650 12px var(--sans); letter-spacing: .15em; text-transform: uppercase; margin-bottom: 24px; }
.hero.hero-credits h1 { font-size: clamp(58px, 6.3vw, 98px); line-height: .98; letter-spacing: -.055em; margin-bottom: 26px; }
.hero-credits .hero-copy > p { font-size: 17px; line-height: 1.7; }
.hero-credits .hero-trust { font-size: 11px; gap: 12px 20px; }
.hero-credits .hero-trust span:nth-child(n) { display: inline-block; }
.credits-poster { position: relative; z-index: 1; width: 100%; max-width: 490px; justify-self: end; margin: 0; border: 1px solid #49382b; background: #090a09; box-shadow: 0 24px 80px #0005; }
.credits-poster img { display: block; width: 100%; height: auto; }
.credits-poster figcaption { padding: 13px 16px; color: #bfb3a8; font-size: 11px; text-align: center; border-top: 1px solid #382d26; }
.hero-credits .hero-rail { position: relative; inset: auto; display: grid; grid-column: 1 / -1; grid-template-columns: repeat(4, minmax(0, 1fr)); width: 100%; height: auto; gap: 0; margin: 0; padding: 14px 0 0; border: 0; border-top: 1px solid rgba(238, 241, 239, .17); border-radius: 0; background: transparent; backdrop-filter: none; }
.hero-credits .hero-rail > span { min-width: 0; min-height: 38px; gap: 10px; padding: 8px 16px; border: 0; color: #b6bebf; font-size: 12px; line-height: 1.45; text-align: left; justify-content: flex-start; }
.hero-credits .hero-rail > span:first-child { padding-left: 0; }
.hero-credits .hero-rail > span + span { border-left: 1px solid rgba(238, 241, 239, .12); }
.hero-credits .hero-rail .service-icon { width: 19px; height: 19px; flex: 0 0 19px; fill: none; stroke: #c5977e; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.hero-credits .hero-rail .status-dot { width: 7px; height: 7px; margin: 0 6px; }
.hero-credits .hero-rail strong { font-weight: 600; }
.profile-identity { display: flex; gap: 16px; align-items: center; padding: 26px 0; border-bottom: 1px solid #354146; margin-bottom: 22px; }
.profile-avatar-large { width: 58px; height: 58px; font-size: 21px; }
.profile-identity > div { min-width: 0; }
.profile-identity span:not(.profile-avatar) { display: block; color: #aeb8bb; font-size: 12px; margin-bottom: 5px; }
.profile-identity strong { display: block; font-size: 16px; overflow-wrap: anywhere; }
.password-settings { margin-top: 28px; padding-top: 20px; border-top: 1px solid #354146; scroll-margin-top: 110px; }
.password-settings > summary { cursor: pointer; padding: 10px 0; font-size: 15px; }
.web-password-form { display: grid; gap: 18px; margin-top: 18px; }
.web-password-form label { display: grid; gap: 8px; font-size: 13px; }
.web-password-form input { width: 100%; min-height: 52px; border: 1px solid #465055; border-radius: 5px; background: #0a1114; color: #f4f1eb; padding: 12px 14px; }
.web-password-form > p { margin: 0; font-size: 12px; }
.password-input-wrap { position: relative; display: block; width: 100%; }
.password-input-wrap input { padding-right: 72px !important; }
.password-visibility { position: absolute; right: 5px; top: 50%; transform: translateY(-50%); min-width: 56px; min-height: 40px; padding: 6px 8px; border: 0; background: transparent; color: #e5bba3; font: 600 11px var(--sans); cursor: pointer; }
.account-section .account-entry .password-visibility { color: #794328; }
.account-section .profile-identity span:not(.profile-avatar) { color: #526064; }
.account-view input:focus-visible, .web-password-form input:focus-visible { outline: 2px solid #d7926c; outline-offset: 2px; }
.recovery-service-note { padding: 13px 15px; border: 1px solid #61513f; background: #241f19; color: #e5c4a7; font-size: 13px; line-height: 1.6; }
.recovery-service-note a { text-decoration: underline; }
.model-spec-qwen { box-shadow: inset 0 3px #ba785a; }
@media (min-width: 1281px) { .site-header { grid-template-columns: auto 1fr auto; gap: 22px; } .site-header .nav-links { justify-content: center; gap: clamp(14px, 1.6vw, 26px); } }
@media (max-width: 1100px) { .hero.hero-cinematic.hero-credits { padding-top: 116px; grid-template-columns: 1fr 1fr; gap: 28px; } .hero.hero-credits h1 { font-size: clamp(48px, 6.5vw, 74px); } .hero-credits .hero-actions { flex-wrap: wrap; } }
@media (max-width: 800px) { .site-header .header-contact { display: inline-flex; } }
@media (max-width: 760px) {
  .hero.hero-cinematic.hero-credits { display: flex; flex-direction: column; align-items: stretch; gap: 36px; padding-top: 112px; padding-bottom: 26px; }
  .hero-credits .hero-copy { width: 100%; max-width: none; }
  .hero.hero-credits h1 { font-size: clamp(52px, 11.5vw, 82px); }
  .hero-credits .hero-copy > p { font-size: 16px; }
  .hero-credits .hero-actions { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .hero-credits .hero-actions .button { width: 100%; min-width: 0; }
  .credits-poster { align-self: center; max-width: 450px; }
  .hero-credits .hero-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 14px; padding-top: 12px; }
  .hero-credits .hero-rail > span { min-height: 48px; padding: 8px 0; gap: 8px; font-size: 11px; }
  .hero-credits .hero-rail > span + span { border-left: 0; }
  .hero-credits .hero-rail > span:nth-child(n+3) { border-top: 1px solid rgba(238, 241, 239, .09); }
  .header-identity { gap: 9px; }
  .profile-avatar { width: 36px; height: 36px; }
  .header-identity .brand-symbol { display: none; }
  .header-identity .brand-lockup small { display: none; }
  .header-language-select { display: none !important; }
  .site-header .header-actions { gap: 6px; }
  .header-contact { display: inline-flex; font-size: 11px; padding: 0 5px; }
  .header-actions .billing-button { display: inline-flex; min-width: 66px; min-height: 44px; padding: 0 10px; }
  .profile-identity .profile-avatar-large { width: 52px; height: 52px; }
}
@media (max-width: 420px) {
  .site-header .header-actions { gap: 2px; }
  .header-identity { gap: 6px; }
  .header-sign-in { padding: 0 8px; font-size: 11px; }
  .header-identity .brand-lockup strong { font-size: 10px; }
  .header-actions .billing-button { min-width: 58px; padding: 0 7px; }
  .header-contact { padding: 0 4px; font-size: 10px; min-height: 44px; }
  .header-actions .menu-toggle { width: 36px; min-height: 44px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
[hidden] { display: none !important; }
