:root{--bg: #0d0d0f;--bg2: #14141a;--bg3: #1c1c26;--border: #2a2a38;--text: #e8e8f0;--text2: #9090a8;--text3: #5a5a70;--accent: #7c5cfc;--accent-dim: #4a3699;--green: #22c55e;--yellow: #facc15;--red: #ef4444;--radius: 10px;--shadow: 0 2px 16px rgba(0,0,0,.45)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);min-height:100dvh;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;border:none;font-family:inherit;font-size:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit}.card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;border-radius:7px;font-weight:500;transition:opacity .15s,background .15s}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{opacity:.85}.btn-ghost{background:transparent;color:var(--text2);border:1px solid var(--border)}.btn-ghost:hover{background:var(--bg3)}.badge{display:inline-block;padding:.2rem .55rem;border-radius:99px;font-size:.72rem;font-weight:600;letter-spacing:.03em}.badge-green{background:#14532d;color:var(--green)}.badge-yellow{background:#422006;color:var(--yellow)}.badge-red{background:#450a0a;color:var(--red)}.stat-tile{display:flex;flex-direction:column;gap:.3rem}.stat-tile .label{font-size:.72rem;color:var(--text3);letter-spacing:.05em;text-transform:uppercase}.stat-tile .value{font-size:1.8rem;font-weight:700;line-height:1}.stat-tile .sub{font-size:.8rem;color:var(--text2)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.app-shell.svelte-12qhfyh{display:flex;min-height:100dvh}.sidebar.svelte-12qhfyh{width:200px;flex-shrink:0;background:var(--bg2);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:1.25rem 0;position:sticky;top:0;height:100dvh}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.6rem;padding:0 1.1rem 1.5rem;border-bottom:1px solid var(--border);margin-bottom:.75rem}.logo-icon.svelte-12qhfyh{font-size:1.4rem}.logo-text.svelte-12qhfyh{font-weight:700;font-size:.95rem;letter-spacing:-.01em;color:var(--accent)}.nav-list.svelte-12qhfyh{list-style:none;flex:1}.nav-item.svelte-12qhfyh{display:flex;align-items:center;gap:.65rem;padding:.65rem 1.1rem;color:var(--text2);font-size:.88rem;transition:background .12s,color .12s;border-radius:0}.nav-item.svelte-12qhfyh:hover{background:var(--bg3);color:var(--text);text-decoration:none}.nav-item.active.svelte-12qhfyh{color:var(--accent);background:color-mix(in srgb,var(--accent) 12%,transparent)}.nav-icon.svelte-12qhfyh{width:1.1rem;text-align:center}.nav-sep.svelte-12qhfyh{height:1px;background:var(--border);margin:.5rem .75rem}.nav-logout.svelte-12qhfyh{width:100%;background:none;border:none;cursor:pointer;text-align:left;color:var(--red);opacity:.75}.nav-logout.svelte-12qhfyh:hover{background:color-mix(in srgb,var(--red) 10%,transparent);opacity:1}.content.svelte-12qhfyh{flex:1;overflow-y:auto;padding:2rem}
