*{box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;--font-ui: "Inter", "Segoe UI", Roboto, Arial, sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg-primary: #f8fafc;--bg-secondary: #ffffff;--bg-tertiary: #f1f5f9;--text-primary: #0f172a;--text-secondary: #475569;--text-tertiary: #64748b;--border-color: #e2e8f0;--border-color-dark: #cbd5e1;--hover-bg: #f1f5f9;--scrollbar-track: #f1f5f9;--scrollbar-thumb: #cbd5e1;--scrollbar-thumb-hover: #94a3b8;--primary-color: #0891b2;--primary-hover: #0e7490;--primary-light: #f0fdfa;--brand-red: #a83c39;--success-color: #16a34a;--success-light: #f0fdf4;--success-muted: #86efac;--warning-color: #b45309;--warning-light: #fffbeb;--warning-muted: #fcd34d;--danger-color: #dc2626;--danger-light: #fef2f2;--danger-muted: #fca5a5;--info-color: #4f46e5;--info-light: #eef2ff;--info-muted: #a5b4fc;--card-shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .06);--card-shadow-hover: 0 4px 6px rgba(0, 0, 0, .07), 0 2px 4px rgba(0, 0, 0, .06)}[data-theme=dark]{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-tertiary: #94a3b8;--border-color: #334155;--border-color-dark: #475569;--hover-bg: #334155;--scrollbar-track: #1e293b;--scrollbar-thumb: #475569;--scrollbar-thumb-hover: #64748b;--primary-color: #94a8d0;--primary-hover: #7b93c1;--primary-light: #1e2a3e;--success-color: #6ee7b7;--success-light: #14532d;--success-muted: #047857;--warning-color: #fcd34d;--warning-light: #422006;--warning-muted: #a16207;--danger-color: #fca5a5;--danger-light: #450a0a;--danger-muted: #991b1b;--info-color: #c7d2fe;--info-light: #1e1b4b;--info-muted: #4338ca;--card-shadow: 0 1px 3px rgba(0, 0, 0, .3), 0 1px 2px rgba(0, 0, 0, .2);--card-shadow-hover: 0 4px 6px rgba(0, 0, 0, .3), 0 2px 4px rgba(0, 0, 0, .2)}body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}#root{min-height:100vh}button{font-family:inherit}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:var(--scrollbar-track)}*::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}*::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.theme-toggle{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;margin:1rem 1.5rem;border:none;border-radius:8px;background:#ffffff1a;color:#ffffffe6;font-size:.875rem;cursor:pointer;transition:all .2s;width:calc(100% - 3rem)}.theme-toggle:hover{background:#ffffff26;color:#fff}.theme-icon{font-size:1.25rem}.theme-label{flex:1;text-align:left}@media (max-width: 768px){.theme-toggle{margin:1rem;width:calc(100% - 2rem);font-size:.75rem;padding:.625rem .875rem}.theme-icon{font-size:1rem}}.brand-logo{display:inline-block;font-family:Consolas,SF Mono,Menlo,Roboto Mono,monospace;font-weight:800;letter-spacing:.06em;line-height:1;color:var(--brand-red, #a83c39);white-space:nowrap;-webkit-user-select:none;user-select:none}.brand-logo.brand-logo-lg{font-size:2.5rem}.sidebar{--sb-bg: #0f1728;--sb-border: rgba(148, 163, 184, .12);--sb-text: #e7ecf4;--sb-text-muted: #97a5ba;--sb-hover: rgba(51, 94, 145, .16);--sb-active: rgba(38, 92, 138, .3);--sb-active-ind: #3b82f6;--sb-focus: rgba(59, 130, 246, .55);width:224px;background:var(--sb-bg);color:var(--sb-text);display:flex;flex-direction:column;box-shadow:1px 0 #0003;height:100vh;position:sticky;top:0;border-right:1px solid var(--sb-border)}.sidebar-header{padding:1rem 1rem .8125rem;border-bottom:1px solid var(--sb-border);flex-shrink:0}.sidebar-title{font-size:1.5rem;margin:0 0 .1875rem;line-height:1}.sidebar-subtitle{font-size:.75rem;margin:0;color:var(--sb-text-muted);line-height:1.35;letter-spacing:.01em}.sidebar-role{display:inline-block;margin-top:.5rem;padding:.125rem .4375rem;font-size:.625rem;font-weight:600;color:#e7ecf4b8;background:#94a3b81f;border:1px solid rgba(148,163,184,.14);border-radius:4px;letter-spacing:.03em;text-transform:uppercase}.sidebar-nav{padding:.5rem;flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:2px}.nav-item{position:relative;display:flex;align-items:center;gap:.6875rem;height:42px;padding:0 .625rem;border:none;background:transparent;color:var(--sb-text-muted);font-size:.84rem;line-height:1.2;text-align:left;text-decoration:none;border-radius:8px;cursor:pointer;transition:background-color .16s ease,color .16s ease}.nav-item:hover{background:var(--sb-hover);color:var(--sb-text)}.nav-item.active{background:var(--sb-active);color:#fff;font-weight:600}.nav-item.active:before{content:"";position:absolute;left:4px;top:9px;bottom:9px;width:3px;border-radius:3px;background:var(--sb-active-ind)}.nav-item:focus-visible{outline:2px solid var(--sb-focus);outline-offset:-2px}.nav-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-ic{flex-shrink:0;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;color:rgb(var(--tone));background:rgba(var(--tone),.1);border:1px solid rgba(var(--tone),.22);transition:background-color .16s ease,border-color .16s ease}.nav-item:hover .nav-ic{border-color:rgba(var(--tone),.3)}.nav-item.active .nav-ic{background:rgba(var(--tone),.16);border-color:rgba(var(--tone),.36)}.tone-amber{--tone: 217, 162, 74}.tone-rose{--tone: 209, 116, 140}.tone-sky{--tone: 95, 168, 216}.tone-sand{--tone: 201, 177, 131}.tone-coral{--tone: 224, 138, 111}.tone-green{--tone: 109, 191, 146}.tone-violet{--tone: 143, 143, 230}.tone-slate{--tone: 138, 160, 189}.sidebar-footer{padding:.625rem .5rem .75rem;border-top:1px solid var(--sb-border);margin-top:auto;flex-shrink:0;display:flex;flex-direction:column;gap:.4375rem}.nav-item--footer{height:38px}.logout-btn{width:100%;padding:.4375rem .75rem;background:#ef44441f;border:1px solid rgba(239,68,68,.25);border-radius:6px;color:#fca5a5;font-size:.75rem;font-weight:500;cursor:pointer;transition:background-color .16s ease,color .16s ease,border-color .16s ease}.logout-btn:hover{background:#ef444433;border-color:#ef444466;color:#fecaca}.logout-btn:focus-visible{outline:2px solid var(--sb-focus);outline-offset:2px}@media (max-width: 768px){.sidebar{width:100%;height:auto;position:relative}.sidebar-header{padding:.75rem .875rem}.sidebar-nav{flex-direction:row;overflow-x:auto;padding:.5rem;gap:4px}.nav-item{flex-direction:column;gap:.25rem;height:auto;padding:.5rem .625rem;font-size:.6875rem;min-width:84px}.nav-item.active:before{left:10px;right:10px;top:auto;bottom:3px;width:auto;height:3px}.nav-label{flex:none}.sidebar-footer{padding:.625rem .75rem;border-top:none;border-right:1px solid var(--sb-border)}}.layout{display:flex;min-height:100vh;background-color:var(--bg-primary)}.main-content{flex:1;padding:2rem;overflow-y:auto}.placeholder{background:var(--bg-secondary);border-radius:8px;padding:3rem;text-align:center;box-shadow:0 1px 3px #0000001a}.placeholder h2{margin:0 0 1rem;color:var(--text-primary)}.placeholder p{margin:0;color:var(--text-tertiary)}@media (max-width: 768px){.layout{flex-direction:column}.main-content{padding:1rem}}
