@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--bg:#0f1117;--surface:#181c27;--surface-2:#1f2436;--border:#2a2f42;--border-2:#363c52;--gold:#c9a96e;--gold-dim:#9b7d4f;--gold-bg:hsla(39,46%,61%,.08);--text:#f0ede8;--text-muted:#7a8196;--text-dim:#5a6180;--green:#4caf8a;--red:#e05858;--orange:#e87d3e;--blue:#5b8dee;--purple:#9b7ae8;--sidebar-w:220px;--topbar-h:52px;--radius-sm:4px;--radius:8px;--radius-lg:12px;--font:"Inter",system-ui,sans-serif;--font-mono:"JetBrains Mono","Fira Code",monospace;--shadow:0 2px 8px rgba(0,0,0,.4);--shadow-lg:0 8px 32px rgba(0,0,0,.5)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--gold);text-decoration:none}a:hover{text-decoration:underline}h1{font-size:1.5rem;letter-spacing:-.025em}h1,h2{font-weight:600}h2{font-size:1.25rem;letter-spacing:-.02em}h3{font-size:1rem}h3,h4{font-weight:600}h4{font-size:.875rem}p{color:var(--text-muted)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-dim)}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.text-muted{color:var(--text-muted)}.text-gold{color:var(--gold)}.text-green{color:var(--green)}.text-red{color:var(--red)}.text-orange{color:var(--orange)}.mono{font-family:var(--font-mono);font-size:.85em}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.skeleton{background:linear-gradient(90deg,var(--surface-2) 0,var(--border) 50%,var(--surface-2) 100%);background-size:600px 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-sm)}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}@media (max-width:640px){.form-grid{grid-template-columns:1fr}}.page-grid-2col{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}@media (max-width:768px){.page-grid-2col{grid-template-columns:1fr}}.Shell_shell__1PLVh{display:flex;height:100vh;overflow:hidden}.Shell_sidebar__EpDHw{width:var(--sidebar-w);min-width:var(--sidebar-w);background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow-y:auto;flex-shrink:0}.Shell_logo__FQPGX{padding:20px 16px 16px;border-bottom:1px solid var(--border)}.Shell_logoMark__aOhZs{font-size:1.1rem;font-weight:700;color:var(--gold);letter-spacing:-.01em}.Shell_logoSub__UAtpn{font-size:.7rem;color:var(--text-dim);margin-top:2px;font-weight:500;text-transform:uppercase;letter-spacing:.08em}.Shell_nav__E3fQy{flex:1 1;padding:12px 8px;display:flex;flex-direction:column;gap:2px}.Shell_navSection__Nea5h{margin-top:16px;margin-bottom:4px;padding:0 8px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim)}.Shell_navLink__wfZjT{display:flex;align-items:center;gap:8px;padding:7px 10px;min-height:44px;border-radius:var(--radius-sm);color:var(--text-muted);font-size:.875rem;font-weight:500;transition:background .12s,color .12s;cursor:pointer;text-decoration:none}.Shell_navLink__wfZjT:hover{background:var(--surface-2);color:var(--text);text-decoration:none}.Shell_navLink__wfZjT.Shell_active__NuCLJ{background:var(--gold-bg);color:var(--gold)}.Shell_navIcon__Z4lYF{font-size:1rem;width:18px;text-align:center;flex-shrink:0}.Shell_userStrip__kud1g{padding:12px 16px;border-top:1px solid var(--border);display:flex;align-items:center;gap:10px}.Shell_userAvatar__uWFNu{width:28px;height:28px;border-radius:50%;background:var(--gold-bg);border:1px solid var(--gold-dim);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:var(--gold);flex-shrink:0}.Shell_userInfo__HK1xX{flex:1 1;min-width:0}.Shell_userName__E3OBT{font-size:.8rem;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Shell_userRole__4Zzd4{font-size:.7rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em}.Shell_logoutBtn__VkY_8{background:none;border:none;color:var(--text-dim);cursor:pointer;padding:8px;min-width:44px;min-height:44px;border-radius:6px;font-size:1rem;line-height:1;transition:color .12s,background .12s;flex-shrink:0;display:flex;align-items:center;justify-content:center}.Shell_logoutBtn__VkY_8:hover{color:var(--red,#f87171);background:hsla(0,91%,71%,.08)}.Shell_main__77GlC{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.Shell_topbar__oGNvS{height:var(--topbar-h);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 24px;gap:16px;background:var(--surface);flex-shrink:0}.Shell_topbarTitle__oEtbO{font-size:.9rem;font-weight:600;color:var(--text-muted)}.Shell_topbarSpacer__qMImc{flex:1 1}.Shell_content__yYLi5{flex:1 1;overflow-y:auto;padding:24px}