:root{--primary: #0F766E;--primary-dark: #115E59;--primary-surface: #CCFBF1;--health: #15803D;--financial: #B45309;--danger: #B91C1C;--bg: #FAFAF9;--surface: #FFFFFF;--surface-muted: #F5F5F4;--border: #E7E5E4;--text-primary: #1C1917;--text-secondary: #57534E;--text-muted: #A8A29E}*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text-primary);line-height:1.5}.portal{max-width:1080px;margin:0 auto;padding:32px 24px}.brand{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--border)}.brand-logo{width:40px;height:40px;border-radius:20px;background:var(--primary-surface);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--primary-dark)}.brand h1{margin:0;font-size:22px;font-weight:700}.brand .meta{color:var(--text-secondary);font-size:13px}.gate{text-align:center;padding:64px 24px}.gate h2{margin-top:16px}.gate p{color:var(--text-secondary)}.gate.error h2{color:var(--danger)}.section{margin-top:32px}.section-title{font-size:16px;font-weight:600;margin:0 0 12px;display:flex;align-items:center;gap:8px}.section-title .dot{width:8px;height:8px;border-radius:4px}.section-title .dot.primary{background:var(--primary)}.section-title .dot.health{background:var(--health)}.section-title .dot.financial{background:var(--financial)}.card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:14px 16px;margin-bottom:8px}.card .card-title{font-weight:600}.card .card-meta{color:var(--text-secondary);font-size:13px;margin-top:4px}.muted{color:var(--text-secondary)}.muted-sm{color:var(--text-muted);font-size:12px}.banner{background:var(--primary-surface);color:var(--primary-dark);border-radius:8px;padding:12px 16px;margin-bottom:16px;font-size:14px}.spinner{display:inline-block;width:24px;height:24px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
