* { box-sizing: border-box; }
:root { color-scheme: light; --ink: #142a32; --muted: #60747b; --line: #d9e5e7; --paper: #fff; --wash: #eef6f5; --teal: #087c75; --teal-dark: #075f5a; --danger: #9d2924; }
body { margin: 0; background: radial-gradient(circle at top, #d8eeeb 0, var(--wash) 36%, #f7faf9 100%); color: var(--ink); font: 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; min-height: 100vh; }
button { border: 0; border-radius: 8px; padding: 11px 17px; background: var(--teal); color: #fff; cursor: pointer; font: inherit; font-weight: 750; }
button:hover { background: var(--teal-dark); }
button:disabled { cursor: wait; opacity: .65; }
.account-shell { display: grid; min-height: 100vh; place-items: center; padding: 24px; }
.account-card { width: min(100%, 520px); border: 1px solid var(--line); border-radius: 16px; padding: 30px; background: rgba(255, 255, 255, .94); box-shadow: 0 18px 55px rgba(22, 55, 61, .12); }
.eyebrow { margin: 0 0 6px; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2 { margin: 0 0 10px; line-height: 1.15; }
h1 { font-size: clamp(29px, 6vw, 43px); letter-spacing: -.035em; }
h2 { font-size: 20px; }
.lead { margin: 0 0 24px; color: var(--muted); font-size: 18px; }
.fine-print { margin: 20px 0 0; color: var(--muted); font-size: 12px; }
.message { margin: 0 0 18px; border-radius: 8px; padding: 10px 12px; }
.message.error { background: #f8dcda; color: var(--danger); }
.enrollment { margin-top: 24px; border-top: 1px solid var(--line); padding-top: 22px; }
.account-bar { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; background: #102e38; }
.account-bar > a { color: #fff; font-weight: 800; text-decoration: none; }
.account-bar form { margin: 0; }
.account-bar .quiet { border: 1px solid #56737b; padding: 7px 12px; background: transparent; }
.home-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 34px 0; }
.welcome { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.entitlement { border-radius: 999px; padding: 5px 11px; font-size: 12px; font-weight: 800; }
.entitlement.active { background: #d4f0e3; color: #17623f; }
.entitlement.pending { background: #fff0c7; color: #795900; }
.home-placeholder { width: 100%; }
@media (max-width: 620px) { .welcome { align-items: flex-start; flex-direction: column; } .account-card { padding: 23px; } }
