*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;transition:background-color .3s,color .3s}.login-page,.app-layout{animation:.4s ease-out pageIn}@keyframes pageIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.boot-loading{background:var(--bg);min-height:100vh;color:var(--text-muted);justify-content:center;align-items:center;font-size:14px;font-weight:500;display:flex}.app-layout{flex-direction:column;min-height:100vh;display:flex}.app-main{flex:1;padding-bottom:64px}:root,[data-theme=light]{--red:#e30613;--red-hover:#c00510;--red-bg:#e306130f;--bg:#f7f5f2;--surface:#fff;--surface-2:#fafaf8;--border:#e5e2dc;--border-focus:#c5c0b8;--text:#1a1a1a;--text-secondary:#5a5650;--text-muted:#9a958d;--accent-green:#16a34a;--accent-green-bg:#16a34a0f;--accent-amber:#d97706;--accent-amber-bg:#d9770614;--error:#dc2626;--error-bg:#fef2f2;--success-bg:#f0fdf4;--radius:10px;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 12px 40px #0000001a}[data-theme=dark]{--red:#ef4444;--red-hover:#dc2626;--red-bg:#ef44441f;--bg:#0f1117;--surface:#1a1d27;--surface-2:#22262f;--border:#2d3140;--border-focus:#3d4250;--text:#e8e8ec;--text-secondary:#a0a4b0;--text-muted:#5a5e6a;--accent-green:#22c55e;--accent-green-bg:#22c55e1a;--accent-amber:#f59e0b;--accent-amber-bg:#f59e0b1f;--error:#f87171;--error-bg:#dc26261f;--success-bg:#16a34a1a;--shadow-sm:0 1px 3px #0003;--shadow-md:0 4px 16px #0000004d;--shadow-lg:0 12px 40px #0006}@media (prefers-color-scheme:dark){:root:not([data-theme]){--red:#ef4444;--red-hover:#dc2626;--red-bg:#ef44441f;--bg:#0f1117;--surface:#1a1d27;--surface-2:#22262f;--border:#2d3140;--border-focus:#3d4250;--text:#e8e8ec;--text-secondary:#a0a4b0;--text-muted:#5a5e6a;--accent-green:#22c55e;--accent-green-bg:#22c55e1a;--accent-amber:#f59e0b;--accent-amber-bg:#f59e0b1f;--error:#f87171;--error-bg:#dc26261f;--success-bg:#16a34a1a;--shadow-sm:0 1px 3px #0003;--shadow-md:0 4px 16px #0000004d;--shadow-lg:0 12px 40px #0006}}:root{--sb-width:248px;--sb-bg:#fff;--sb-border:#ececec;--sb-text:#1a1a1a;--sb-text-secondary:#5a5650;--sb-text-muted:#9a958d;--sb-red:#e30613;--sb-red-bg:#e306130f;--sb-hover:#fafafa}.sidebar{width:var(--sb-width);background:var(--sb-bg);border-right:1px solid var(--sb-border);z-index:30;flex-direction:column;font-family:Geist,ui-sans-serif,system-ui,-apple-system,sans-serif;transition:transform .22s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-brand{border-bottom:1px solid var(--sb-border);padding:22px 22px 18px}.sidebar-wordmark{letter-spacing:1px;color:var(--sb-red);font-family:Work Sans,ui-sans-serif,system-ui,sans-serif;font-size:24px;font-weight:800;line-height:1}.sidebar-nav{flex-direction:column;flex:1;gap:2px;padding:12px;display:flex;overflow-y:auto}.sidebar-item{color:var(--sb-text-secondary);appearance:none;cursor:pointer;text-align:left;background:0 0;border:0;border-left:2px solid #0000;border-radius:8px;align-items:center;gap:12px;width:100%;padding:9px 12px;font-family:inherit;font-size:13.5px;font-weight:500;text-decoration:none;transition:background .14s,color .14s;display:flex}.sidebar-item:hover{background:var(--sb-hover);color:var(--sb-text)}.sidebar-item.is-active{background:var(--sb-red-bg);color:var(--sb-red);border-left-color:var(--sb-red);padding-left:10px;font-weight:600}.sidebar-item-icon{flex:none;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.sidebar-item-label{flex:1}.sidebar-group{flex-direction:column;display:flex}.sidebar-group-head{position:relative}.sidebar-chev-btn{appearance:none;color:var(--sb-text-muted);cursor:pointer;background:0 0;border:0;border-radius:4px;flex:none;justify-content:center;align-items:center;margin-right:-4px;padding:4px;display:inline-flex}.sidebar-chev-btn:hover{color:var(--sb-text);background:#0000000a}.chev{transition:transform .16s}.chev.is-open{transform:rotate(0)}.chev:not(.is-open){transform:rotate(-90deg)}.sidebar-subnav{border-left:1px solid var(--sb-border);flex-direction:column;gap:1px;margin-left:18px;padding:2px 0 4px 14px;display:flex}.sidebar-subitem{color:var(--sb-text-secondary);border-radius:6px;align-items:center;gap:10px;padding:7px 12px;font-size:12.5px;font-weight:500;text-decoration:none;transition:background .14s,color .14s;display:flex}.sidebar-subitem-bullet{opacity:.55;background:currentColor;border-radius:999px;flex:none;width:4px;height:4px}.sidebar-subitem:hover{background:var(--sb-hover);color:var(--sb-text)}.sidebar-subitem.is-active{color:var(--sb-red);background:var(--sb-red-bg);font-weight:600}.sidebar-foot{border-top:1px solid var(--sb-border);flex-direction:column;gap:2px;padding:8px 12px 14px;display:flex}.sidebar-logout{color:var(--sb-text-secondary)}.sidebar-logout:hover{color:var(--sb-red)}.sidebar-scrim{display:none}@media (width<=880px){.sidebar{transform:translate(-100%);box-shadow:0 12px 40px #0000002e}.sidebar.is-open{transform:translate(0)}.sidebar-scrim{z-index:29;background:#0f111773;animation:.2s ease-out scrim-in;display:block;position:fixed;inset:0}@keyframes scrim-in{0%{opacity:0}to{opacity:1}}}.app-layout{color:#1a1a1a;background:#f7f5f2;min-height:100dvh;font-family:Geist,ui-sans-serif,system-ui,-apple-system,sans-serif}.app-main{min-height:100dvh;margin-left:248px;padding:0}.app-topbar{display:none}@media (width<=880px){.app-main{margin-left:0;padding-top:56px}.app-topbar{z-index:20;background:#fff;border-bottom:1px solid #ececec;align-items:center;gap:12px;height:56px;padding:0 14px;display:flex;position:fixed;top:0;left:0;right:0}.hamburger{color:#1a1a1a;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .14s;display:inline-flex}.hamburger:hover{background:#f4f4f5}.topbar-wordmark{letter-spacing:.6px;color:#e30613;font-family:Work Sans,ui-sans-serif,system-ui,sans-serif;font-size:18px;font-weight:800;line-height:1}.topbar-spacer{flex:1}}.app-main{padding-bottom:0}
