:root{color-scheme:light;font-family:Inter,system-ui,sans-serif;background:#f3f4f6;color:#0f172a;--primary-blue: #3b82f6;--surface: #ffffff;--surface-muted: #eff6ff;--text-primary: #0f172a;--text-on-primary: #ffffff}*{box-sizing:border-box}body,html,#root{margin:0;min-height:100%}body{background:#eef2ff}.app-shell{display:flex;min-height:100vh;flex-direction:column}.header-bar{background:var(--primary-blue);color:var(--text-on-primary);display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;gap:1rem}.brand{display:flex;align-items:center;gap:.75rem}.brand-logo{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.75rem;background:var(--surface);color:var(--primary-blue);font-weight:700}.header-nav button{background:transparent;border:1px solid rgba(255,255,255,.18);color:#f8fafc;padding:.55rem .9rem;border-radius:.65rem;cursor:pointer;transition:background .2s ease}.header-nav button:hover{background:#ffffff14}.header-actions{display:flex;align-items:center;gap:1rem}.user-menu{position:relative}.page-body{display:grid;grid-template-columns:280px 1fr;gap:1.5rem;padding:1.5rem;flex:1}.left-panel{background:var(--surface);border:1px solid rgba(59,130,246,.18);border-radius:1rem;padding:1.25rem;display:flex;flex-direction:column;gap:1.5rem}.panel-section h2{margin:0 0 .9rem;font-size:.95rem;letter-spacing:.02em;text-transform:uppercase;color:var(--primary-blue)}.left-panel ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.left-panel li{padding:.85rem 1rem;border-radius:.85rem;background:var(--surface-muted);color:var(--text-primary);cursor:pointer;transition:transform .15s ease,background .15s ease}.left-panel li:hover{background:#3b82f61f;transform:translate(2px)}.status-chip{display:inline-flex;padding:.55rem .8rem;border-radius:999px;font-size:.85rem;font-weight:600}.status-chip.success{color:var(--primary-blue);background:#3b82f61f}.content-area{display:flex;flex-direction:column;gap:1.25rem}.hero-panel{background:linear-gradient(135deg,#3b82f61f,#3b82f60a);padding:2rem;border-radius:1rem;min-height:220px;box-shadow:0 20px 60px #0f172a14}.hero-panel h1{margin:0;font-size:clamp(2rem,3vw,2.75rem);line-height:1.05}.hero-panel p{margin:1rem 0 0;color:#334155;max-width:44rem}.footer-bar{background:var(--primary-blue);color:var(--text-on-primary);padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.footer-bar small{color:#ffffffd9}.dashboard-shell{background:#f7f4ec;min-height:100vh}.dashboard-header{background:linear-gradient(135deg,#fff,#f7f4ec);border-bottom:1px solid #e3ddc9;box-shadow:0 2px 8px #00000008}.dashboard-content{padding:2rem 0}.panel-card{border:1px solid #e3ddc9}.footer-root{background:linear-gradient(135deg,#f7f4ec,#fff);border-top:1px solid #e3ddc9}
