.client-page { min-height: 100vh; background: #F5F8FC; }
.client-header { width: min(1100px, calc(100% - 48px)); margin: 0 auto; min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.client-header img { display: block; width: 180px; }
.client-header > a:last-child { text-decoration: none; color: var(--ink-soft); font-size: .9rem; font-weight: 600; }
.client-main { width: min(1100px, calc(100% - 48px)); margin: 0 auto; padding: 74px 0 100px; }
.client-intro { max-width: 680px; margin-bottom: 42px; }
.client-intro h1 { font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1.1; margin: 15px 0 18px; }
.client-intro p { color: var(--ink-soft); font-size: 1.05rem; }
.client-box { max-width: 750px; padding: 42px; background: var(--panel); border: 1px solid var(--line); border-top: 4px solid var(--brass); box-shadow: var(--shadow-soft); }
.client-box-copy h2, .client-dashboard h2 { margin: 10px 0; font-size: 1.8rem; }
.client-box-copy p { margin: 0 0 28px; color: var(--ink-soft); }
.client-icon { font-size: 1.9rem; color: var(--wood); }
.client-box form { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.client-box label { font-size: .9rem; font-weight: 700; }
.client-box input { width: 100%; max-width: 480px; min-height: 52px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: #fff; }
.client-box input:focus-visible { outline: 2px solid var(--brass); outline-offset: 2px; }
.client-box button:disabled { opacity: .6; cursor: wait; }
.client-status { min-height: 1.5em; margin: 18px 0 0; color: var(--sage-deep); font-size: .9rem; }
.client-status.error { color: #a73830; }
.client-small { margin: 28px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .85rem; }
.client-small a { color: var(--ink); font-weight: 600; }
.dashboard-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 26px; }
.dashboard-heading p { margin: 0; color: var(--ink-soft); }
.client-logout { border: 0; background: none; color: var(--ink); text-decoration: underline; cursor: pointer; }
.client-requests { display: grid; gap: 12px; margin-bottom: 26px; }
.client-request { border: 1px solid var(--line); background: var(--paper); padding: 20px; }
.client-request strong { display: block; font-size: 1.04rem; }
.client-request span { display: block; font-size: .83rem; color: var(--ink-soft); margin-top: 5px; }
.client-empty { color: var(--ink-soft); }
.client-help { margin-top: 36px; padding: 26px 30px; display: flex; align-items: center; justify-content: space-between; gap: 26px; background: #EAF0F7; }
.client-help strong, .client-help span { display: block; }
.client-help span { margin-top: 4px; color: var(--ink-soft); font-size: .9rem; }
.client-help a { flex: none; font-weight: 700; color: var(--ink); }
.client-footer { padding: 26px 24px; text-align: center; color: var(--ink-soft); font-size: .82rem; border-top: 1px solid var(--line); }
.client-footer a { color: var(--ink); }
.choice-page { background: #F3F6FB; }
.choice-page .client-header { min-height: 88px; }
.choice-main { width: 100%; max-width: none; padding: 0 0 100px; }
.choice-hero { padding: 70px max(24px, calc((100vw - 1100px) / 2)) 108px; color: #fff; background: radial-gradient(circle at 86% 20%, rgba(216,170,53,.22), transparent 27%), radial-gradient(circle at 12% 100%, rgba(51,112,165,.25), transparent 30%), #092848; }
.choice-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #F5D986; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.choice-eyebrow span { font-size: 1.15rem; }
.choice-hero h1 { max-width: 730px; margin: 19px 0 18px; font-size: clamp(2.5rem, 5vw, 4.25rem); line-height: 1.08; color: #fff; }
.choice-hero p { max-width: 600px; margin: 0; font-size: 1.08rem; color: #DAE5F1; }
.choice-section { width: min(1100px, calc(100% - 48px)); margin: -56px auto 0; position: relative; }
.choice-section-heading { display: flex; justify-content: space-between; align-items: center; padding: 0 4px 14px; color: #fff; font-size: .77rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.choice-section-heading span:last-child { color: #D9C28D; }
.access-choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.access-choice { min-height: 358px; padding: 34px; display: flex; flex-direction: column; align-items: stretch; text-decoration: none; background: var(--panel); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 24px 55px rgba(7,29,56,.12); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.access-choice:hover { transform: translateY(-5px); box-shadow: 0 30px 65px rgba(7,29,56,.2); border-color: #BA9C55; }
.access-choice:focus-visible { outline: 3px solid var(--brass); outline-offset: 4px; }
.access-choice-top { display: flex; align-items: flex-start; justify-content: space-between; }
.access-choice-icon { width: 13px; height: 13px; display: grid; place-items: center; border-radius: 4px; background: #EAF2F9; color: var(--navy); }
.access-choice-icon svg { width: 6px; height: 6px; }
.access-choice-icon-staff { background: #FFF3D8; color: #A07316; }
.access-choice-number { color: #A4B2C4; font-family: "Fraunces", Georgia, serif; font-size: 1.2rem; }
.access-choice-content { display: flex; flex-direction: column; margin: 30px 0 26px; }
.access-choice-content small { color: #986910; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; font-size: .72rem; }
.access-choice-content strong { margin: 6px 0 10px; color: var(--ink); font-family: "Fraunces", Georgia, serif; font-size: 2rem; line-height: 1.15; }
.access-choice-content > span { max-width: 330px; color: var(--ink-soft); font-size: .95rem; }
.access-choice-button { margin-top: auto; padding: 14px 19px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-radius: 7px; background: #0B294F; color: #fff; font-size: .92rem; font-weight: 700; }
.choice-staff .access-choice-button { background: #F3E3B6; color: #493916; }
.access-choice:hover .access-choice-button { background: #174477; }
.choice-staff:hover .access-choice-button { background: #EBCB77; }
.choice-note { max-width: 860px; margin: 26px 4px 0; color: var(--ink-soft); font-size: .86rem; }
.choice-note span { color: var(--navy); margin-right: 5px; }
@media (max-width: 780px) { .choice-hero { padding-bottom: 94px; } .access-choices { grid-template-columns: 1fr; } .access-choice { min-height: 320px; } }
@media (max-width: 680px) { .choice-section { width: min(100% - 32px, 1100px); } .choice-hero { padding: 56px 16px 90px; } .choice-hero p { font-size: 1rem; } .access-choice { padding: 26px; } .choice-section-heading { font-size: .7rem; } }
@media (max-width: 680px) { .client-header,.client-main { width: min(100% - 32px, 1100px); } .client-header img { width: 145px; } .client-main { padding: 45px 0 80px; } .client-box { padding: 28px 20px; } .client-box form .button { width: 100%; } .client-help,.dashboard-heading { flex-direction: column; align-items: flex-start; } }
@media (max-width: 680px) { .choice-page .choice-main { width: 100%; max-width: none; padding: 0 0 80px; } }
