.app-shell[data-v-d4492613]{flex-direction:column;height:100%;display:flex}.topbar[data-v-d4492613]{background:var(--surface);border-bottom:1px solid var(--border);align-items:center;gap:1.25rem;padding:.75rem 1.25rem;display:flex}.brand[data-v-d4492613]{letter-spacing:.02em;font-weight:700}.nav[data-v-d4492613]{gap:1rem;display:flex}.nav a[data-v-d4492613]{color:var(--text-muted)}.nav a.router-link-active[data-v-d4492613]{color:var(--text)}.spacer[data-v-d4492613]{flex:1}.me[data-v-d4492613]{align-items:center;gap:.5rem;display:flex}.me-photo[data-v-d4492613]{object-fit:cover;border-radius:50%;width:28px;height:28px}.theme-toggle[data-v-d4492613]{padding:.4rem .55rem;font-size:1rem;line-height:1}.content[data-v-d4492613]{flex:1;overflow:auto}:root{--bg:#121212;--surface:#1c1c1c;--surface-2:#2a2a2a;--border:#353535;--text:#ededed;--text-muted:#9a9a9a;--primary:#d4af37;--primary-hover:#e6c14d;--on-primary:#1a1a1a;--danger:#ef4444;--shadow:0 8px 28px #00000073;--radius:8px}:root[data-theme=light]{--bg:#f3f4f6;--surface:#fff;--surface-2:#eceef1;--border:#d7dbe0;--text:#1b1e23;--text-muted:#656c76;--primary:#b8901f;--primary-hover:#a37d16;--on-primary:#fff;--danger:#dc2626;--shadow:0 8px 28px #141a2829}*{box-sizing:border-box}:root.theme-transition,:root.theme-transition *,:root.theme-transition :before,:root.theme-transition :after{transition:background-color .3s,border-color .3s,color .3s,box-shadow .3s,fill .3s!important}*{scrollbar-width:thin;scrollbar-color:var(--surface-2) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--surface-2);background-clip:padding-box;border:2px solid #0000;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--border);background-clip:padding-box;border:2px solid #0000}::-webkit-scrollbar-corner{background:0 0}html,body,#app{height:100%;margin:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overflow:hidden}a{color:var(--primary);text-decoration:none}button{font:inherit;cursor:pointer;border-radius:var(--radius);background:var(--primary);color:var(--on-primary);border:none;padding:.55rem 1rem;font-weight:600;transition:background .15s}button:hover{background:var(--primary-hover)}button:disabled{opacity:.5;cursor:not-allowed}button.ghost{color:var(--text-muted);background:0 0;font-weight:400}button.ghost:hover{background:var(--surface-2);color:var(--text)}input,textarea,select{font:inherit;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);padding:.55rem .7rem}input:focus,textarea:focus,select:focus{outline:2px solid var(--primary);outline-offset:-1px}.field{flex-direction:column;gap:.35rem;margin-bottom:1rem;display:flex}.field label{color:var(--text-muted);font-size:.85rem}.error{color:var(--danger);font-size:.9rem}.muted{color:var(--text-muted)}
