:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #25483d; background: #f4f2e8; }
* { box-sizing: border-box; }
body { margin: 0; }
[hidden] { display: none !important; }
.access-shell { max-width: 1320px; min-height: 100svh; padding: 34px 64px 22px; margin: auto; display: flex; flex-direction: column; }
.access-header, .access-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.bureau-brand { display: flex; align-items: center; gap: 12px; font-size: 12px; line-height: 1.4; }
.bureau-brand strong { font-size: 17px; letter-spacing: -.4px; }
.bureau-stamp { font: 11px ui-monospace, monospace; color: #617164; border: 1px solid #ccd1c3; border-radius: 30px; padding: 9px 15px; }
.access-main { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .85fr); gap: 68px; align-items: center; flex: 1; padding: 54px 0; }
.bureau-story { min-width: 0; }
.eyebrow, .step-label { font: 10px ui-monospace, monospace; letter-spacing: 1.6px; text-transform: uppercase; }
.eyebrow { margin: 0 0 21px; color: #637565; line-height: 1.8; }
h1 { font-size: clamp(42px, 4.8vw, 64px); line-height: 1.02; font-weight: 750; letter-spacing: -3px; margin: 0 0 18px; }
h1 span { color: #708c62; }
.story-intro { color: #617164; font-size: 15px; line-height: 1.65; margin: 0; }
.bureau-art { margin: 7px -24px -3px; animation: arrive .7s ease-out both; }
.bureau-art img { display: block; width: 100%; height: auto; }
.case-note { display: flex; align-items: center; justify-content: center; gap: 9px; font: 11px ui-monospace, monospace; color: #617164; margin: 8px 0 0; }
.case-dot { width: 6px; height: 6px; background: #bd744e; border-radius: 50%; flex: 0 0 auto; }
.login-panel { padding: 34px; border: 1px solid #e0e2d7; border-radius: 22px; background: #fffef9; box-shadow: 0 16px 48px #354c3c08; min-width: 0; }
.panel-kicker { display: flex; gap: 8px; align-items: center; font-size: 11px; font-weight: 650; padding-bottom: 24px; margin-bottom: 28px; border-bottom: 1px solid #e5e7dd; }
.tiny-sock { color: #af683f; font-size: 23px; line-height: 16px; }
.step-label { margin: 0 0 12px; color: #74846e; font-size: 9px; }
h2 { font-size: 30px; letter-spacing: -1px; line-height: 1.15; margin: 0 0 14px; }
.muted { font-size: 13px; color: #637064; line-height: 1.7; margin: 0 0 24px; }
.stacked-form, label { display: flex; flex-direction: column; }
.stacked-form { gap: 15px; }
label { gap: 8px; font-size: 12px; font-weight: 650; color: #3f5547; }
input { width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid #d6dcd0; border-radius: 8px; background: #fffefa; color: #25483d; font: inherit; font-size: 16px; }
input:focus { outline: 3px solid #dce8d6; border-color: #658366; }
.button { width: 100%; min-height: 46px; border: 1px solid transparent; border-radius: 8px; background: #285447; color: #fffef9; font: inherit; font-size: 13px; font-weight: 650; cursor: pointer; padding: 12px 16px; display: flex; align-items: center; justify-content: center; gap: 18px; text-decoration: none; }
.button.primary:hover { background: #1e4237; }
.button.primary { margin-top: 3px; }
.button:focus-visible, summary:focus-visible { outline: 3px solid #b88b42; outline-offset: 4px; }
.button:disabled { opacity: .7; cursor: wait; }
.button.secondary { background: transparent; color: #285447; border-color: #d6dcd0; }
.button.text-button { background: transparent; color: #566a58; min-height: 40px; padding: 8px; font-size: 12px; }
.panel-footer { margin-top: 28px; border-top: 1px solid #e5e7dd; padding-top: 19px; color: #677561; text-align: center; font-size: 10px; line-height: 1.7; }
.access-footer { color: #6a7664; font: 10px ui-monospace, monospace; border-top: 1px solid #dce0d1; padding-top: 18px; }
.otp-input { text-align: center; letter-spacing: .5em; font-size: 24px; padding-left: 24px; }
.input-hint { font-size: 11px; color: #637064; margin: -5px 0 0; line-height: 1.5; }
.recovery-option { margin-top: 22px; color: #53664f; font-size: 12px; }
.recovery-option summary { cursor: pointer; padding: 6px 0; }
.recovery-form { padding-top: 15px; }
.restart-form { margin-top: 10px; }
.message, .errorlist { margin: 0 0 18px; padding: 12px; border: 1px solid #e7c4b3; border-radius: 8px; background: #fff0e8; color: #853c23; font-size: 12px; line-height: 1.6; list-style: none; }
@keyframes arrive { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 1450px) { .access-main { gap: 100px; } }
@media (max-width: 960px) { .access-shell { padding: 24px 32px; } .access-main { gap: 28px; grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr); } h1 { font-size: 46px; letter-spacing: -2px; } .eyebrow { font-size: 9px; letter-spacing: 1px; } .login-panel { padding: 28px; } .case-note { font-size: 9px; } }
@media (max-width: 700px) { .access-shell { padding: 20px; } .bureau-stamp { display: none; } .access-main { display: flex; flex-direction: column; gap: 26px; padding: 34px 0; } .bureau-story { width: 100%; text-align: center; } .eyebrow { margin-bottom: 12px; font-size: 8px; } h1 { font-size: 38px; letter-spacing: -1.8px; } h1 br { display: none; } .story-intro { font-size: 13px; } .bureau-art { max-width: 260px; margin: 0 auto -4px; } .case-note { display: none; } .login-panel { width: 100%; max-width: 420px; padding: 26px; } .panel-kicker { padding-bottom: 18px; margin-bottom: 22px; } .access-footer { justify-content: center; text-align: center; line-height: 1.7; } .access-footer span:last-child { display: none; } }
@media (prefers-reduced-motion: reduce) { .bureau-art { animation: none; } }
@media (min-width: 701px) and (max-height: 820px) { .access-main { padding: 26px 0; } h1 { font-size: 48px; letter-spacing: -2px; } .bureau-art { max-width: 480px; margin: 8px 0 0; } .case-note { justify-content: flex-start; } }

@media (max-width: 700px) { .bureau-story { position: relative; padding-right: 125px; min-height: 145px; text-align: left; } .eyebrow { width: calc(100% + 125px); font-size: 7px; } h1 { font-size: 32px; } .story-intro { display: none; } .bureau-art { position: absolute; width: 145px; right: -14px; top: 28px; margin: 0; } }
