/* User-area compatibility layer for the shared light design system. */
body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--site-bg,#f4f7fb);color:var(--site-text,#142033)}
a{color:var(--site-accent,#2563eb);text-decoration:none}.shell{max-width:1080px;margin:0 auto;padding:24px}.grid{display:grid;gap:16px}.two{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.card{padding:22px;background:#fff;border:1px solid var(--site-border,#dbe5f1);border-radius:20px;box-shadow:var(--site-shadow-soft,0 8px 24px rgba(24,39,75,.07))}.field,input,textarea,select{width:100%;box-sizing:border-box;padding:13px 14px;color:var(--site-text,#142033);background:#fff;border:1px solid var(--site-border-strong,#b8c8dd);border-radius:13px;font:inherit}.field:focus,input:focus,textarea:focus,select:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 4px rgba(37,99,235,.12)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;font-weight:900;color:#1f334d;cursor:pointer;background:#fff;border:1px solid var(--site-border-strong,#b8c8dd);border-radius:14px;box-shadow:var(--site-shadow-soft,0 8px 24px rgba(24,39,75,.07))}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#1d4ed8;color:#fff}.tiny{font-size:.86rem;color:var(--site-muted,#63758d)}.error{color:#991b1b}.success{color:#166534}.dashboard-layout{display:grid;grid-template-columns:2fr 1fr;gap:20px}.dashboard-main,.dashboard-sidebar{display:flex;flex-direction:column;gap:20px}.dashboard-eyebrow{margin-bottom:8px;text-transform:uppercase;letter-spacing:.08em;color:#2563eb;font-weight:900}.dashboard-title{margin:0;font-size:clamp(2rem,4vw,2.8rem);font-weight:900;line-height:1.06;letter-spacing:-.04em}.dashboard-subtitle{margin:10px 0 0;color:var(--site-muted,#63758d)}.stat-card{padding:20px}.stat-label{margin:0 0 10px;text-transform:uppercase;letter-spacing:.06em;color:#2563eb;font-weight:900}.stat-value{font-size:2.4rem;font-weight:900;line-height:1;color:#172554}.dashboard-panel{padding:20px}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.panel-header h2{margin:0;font-size:1.2rem}.layout-list{display:flex;flex-direction:column;gap:10px}.layout-row{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid #eef2f7}.layout-row:first-child{padding-top:0;border-top:none}.layout-name{font-weight:800;color:#142033}.layout-date{color:#64748b;white-space:nowrap}.quick-links{display:grid;gap:12px}.empty-state{padding:20px 0;color:#64748b}@media (max-width:900px){.dashboard-layout{grid-template-columns:1fr}.dashboard-sidebar .card{padding:18px}}
