:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#0f1419;--surface:#1a2332;--border:#2d3a4d;--text:#e8eef7;--muted:#9aa8bc;--accent:#3b82f6;--accent-hover:#2563eb;--warning-bg:#3d2f14;--error-bg:#3d1a1a;color:var(--text);background:var(--bg);font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*,:before,:after{box-sizing:border-box}body{min-height:100vh;margin:0}#root{min-height:100vh}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-header{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.app-title{margin:0;font-size:1.25rem;font-weight:600}.app-main{flex:1;width:min(1100px,100%);margin:0 auto;padding:1.5rem}.app-header-actions{gap:.5rem;display:flex}.button{cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.95rem}.button-primary{background:var(--accent);color:#fff}.button-primary:hover{background:var(--accent-hover)}.button-secondary{color:var(--text);border:1px solid var(--border);background:0 0}.landing{text-align:center;margin-top:3rem}.landing h2{margin-bottom:.5rem}.muted{color:var(--muted)}.status-message{text-align:center;margin-top:3rem}.panel{border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.5rem}.panel-warning{background:var(--warning-bg)}.panel-error{background:var(--error-bg)}.dashboard-heading h2{margin:0 0 .25rem}.profile-tabs{flex-wrap:wrap;gap:.5rem;margin:1.25rem 0;display:flex}.profile-tab{background:var(--surface);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:999px;padding:.4rem .9rem}.profile-tab-active{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 20%, var(--surface))}.section-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.section-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem}.section-title{margin:0 0 .75rem;font-size:1.05rem}.link-list{margin:0;padding:0;list-style:none}.link-item+.link-item{margin-top:.35rem}.link-anchor{color:var(--accent);text-decoration:none}.link-anchor:hover{text-decoration:underline}.link-hidden{opacity:.55;font-style:italic}code{background:var(--bg);border-radius:4px;padding:.1rem .35rem;font-size:.85em}
