:root{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#17212b;background:#f3f6f8}*{box-sizing:border-box}body{margin:0;min-height:100vh}.shell{min-height:100vh;display:grid;place-items:center;padding:24px}.panel{width:min(100%,420px);padding:48px 40px;background:#fff;border:1px solid #d9e1e7;border-radius:8px;box-shadow:0 16px 40px #17212b12}.mark{width:48px;height:48px;display:grid;place-items:center;border-radius:8px;background:#1677ff;color:#fff;font-weight:700;font-size:18px}.eyebrow{margin:28px 0 8px;color:#607080;font-size:12px;letter-spacing:1.2px}h1{margin:0;font-size:32px;letter-spacing:0}.message{min-height:48px;margin:16px 0 28px;color:#607080;line-height:1.6}.button,.secondary{display:block;width:100%;padding:12px 16px;border-radius:6px;text-align:center;font-size:15px;cursor:pointer;text-decoration:none}.button{border:1px solid #1677ff;background:#1677ff;color:#fff}.secondary{margin-top:12px;border:1px solid #c8d2da;background:#fff;color:#334454}
.dashboard-shell{min-height:100vh}.topbar{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 32px;background:#fff;border-bottom:1px solid #d9e1e7}.brand{display:flex;align-items:center;gap:12px;font-weight:650}.brand-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:6px;background:#1677ff;color:#fff;font-size:13px}.logout-button{padding:8px 14px;border:1px solid #c8d2da;border-radius:6px;background:#fff;color:#334454;cursor:pointer}.dashboard-content{max-width:1100px;margin:0 auto;padding:72px 32px}.dashboard-content .eyebrow{margin:0 0 10px}.dashboard-content h1{font-size:38px}.dashboard-copy{margin:12px 0 40px;color:#607080;font-size:16px}.empty-state{max-width:640px;padding:36px 0;border-top:1px solid #d9e1e7}.empty-icon{color:#1677ff;font-size:30px}.empty-state h2{margin:18px 0 8px;font-size:22px}.empty-state p{margin:0;color:#607080;line-height:1.7}@media(max-width:600px){.topbar{padding:0 18px}.dashboard-content{padding:48px 20px}.dashboard-content h1{font-size:30px}}
