.account-page { background: var(--soft); min-height: 100vh; }
.account-header { align-items: center; background: white; border-bottom: 1px solid var(--line); display: flex; height: 78px; justify-content: space-between; padding: 0 max(28px, calc((100vw - 1180px) / 2)); }
.account-header .brand { width: 150px; }.account-header .brand img { width: 150px; }
.account-shell { margin: 0 auto; max-width: 1120px; padding: 74px 28px; }
.account-card { background: white; border-radius: 24px; box-shadow: var(--shadow); max-width: 560px; padding: 42px; }
.account-card h1, .dashboard-hero h1 { font-size: clamp(42px, 6vw, 68px); letter-spacing: -.06em; line-height: .98; margin: 16px 0 20px; }
.account-card h1 em, .dashboard-hero h1 em { color: var(--forest); font-style: normal; }
.account-copy { color: var(--muted); font-size: 16px; line-height: 1.6; max-width: 460px; }
.account-form { display: grid; gap: 18px; margin-top: 35px; }.account-form label { display: grid; gap: 8px; }.account-form label span { font-size: 12px; font-weight: 700; }
.account-form input { background: var(--soft); border: 1px solid transparent; border-radius: 10px; color: var(--ink); font-size: 15px; outline: 0; padding: 16px; }.account-form input:focus { background: white; border-color: var(--forest); }
.account-form .button { border: 0; cursor: pointer; margin-top: 8px; width: 100%; }.account-help { color: var(--muted); font-size: 13px; margin: 25px 0 0; }.account-help a { color: var(--ink); font-weight: 700; }
.account-message { border-radius: 10px; font-size: 13px; line-height: 1.5; margin-top: 18px; padding: 13px 16px; }.account-message.error { background: #fff0ec; color: #b7482d; }.account-message.success { background: #efffc2; color: var(--forest); }
.dashboard-shell { margin: 0 auto; max-width: 1180px; padding: 72px 28px 100px; }.dashboard-hero { align-items: end; display: flex; justify-content: space-between; margin-bottom: 42px; }.dashboard-hero h1 { margin-bottom: 0; }.dashboard-hero .eyebrow { margin-bottom: 16px; }
.dashboard-logout { background: none; border: 0; color: var(--muted); cursor: pointer; font-size: 13px; }.dashboard-logout:hover { color: var(--ink); }
.dashboard-status { align-items: center; display: flex; gap: 10px; margin-top: 20px; }.status-dot { background: var(--lime); border-radius: 50%; height: 10px; width: 10px; }.status-text { color: var(--muted); font-size: 13px; }
.dashboard-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }.dashboard-panel { background: white; border-radius: 18px; min-height: 170px; padding: 25px; }.dashboard-panel h2 { font-size: 19px; letter-spacing: -.04em; margin: 0 0 22px; }.dashboard-panel p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 7px 0 0; }.dashboard-panel strong { display: block; font-size: 25px; letter-spacing: -.05em; }.dashboard-panel small { color: var(--muted); font-size: 12px; }
.dashboard-panel.wide { grid-column: span 2; }.dashboard-panel.dark { background: var(--forest); color: white; }.dashboard-panel.dark p, .dashboard-panel.dark small { color: rgba(255,255,255,.68); }.dashboard-panel.dark strong { color: var(--lime); }.dashboard-panel .button { margin-top: 22px; }.dashboard-detail { border-top: 1px solid var(--line); display: grid; gap: 14px; grid-template-columns: 1fr 1fr; padding-top: 18px; }.dashboard-detail div { display: grid; gap: 5px; }.dashboard-detail span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.dashboard-detail b { font-size: 14px; font-weight: 600; }
.dashboard-empty { color: var(--muted); padding: 40px 0; text-align: center; }.dashboard-loading { color: var(--muted); font-size: 14px; }
@media (max-width: 700px) { .account-header { height: 70px; padding: 0 20px; }.account-header .brand, .account-header .brand img { width: 135px; }.account-shell, .dashboard-shell { padding: 45px 20px 70px; }.account-card { border-radius: 18px; padding: 28px 22px; }.dashboard-hero { align-items: start; display: block; }.dashboard-logout { margin-top: 22px; padding: 0; }.dashboard-grid { grid-template-columns: 1fr; }.dashboard-panel.wide { grid-column: auto; }.dashboard-detail { grid-template-columns: 1fr; } }
