:root{--bg: #0f0f11;--surface: #18181c;--surface2: #222228;--surface3: #2a2a32;--border: #333340;--text: #e8e8f0;--text2: #9090a8;--text3: #606075;--accent: #f0a500;--accent2: #f07800;--red: #e84040;--green: #2ecc71;--yellow: #f0c040;--blue: #4090f0;--purple: #9060f0}[data-theme=light]{--bg: #f4f4f8;--surface: #ffffff;--surface2: #ededf2;--surface3: #e2e2ea;--border: #d0d0dc;--text: #18181c;--text2: #555566;--text3: #888899;--accent: #c98000;--accent2: #e07000;--red: #cc2222;--green: #1a9e54;--yellow: #c08800;--blue: #2060d0;--purple: #6040c0}*{box-sizing:border-box;margin:0;padding:0}body{font-family:IBM Plex Sans,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;font-size:14px;overflow:hidden}button{cursor:pointer;font-family:inherit}a{text-decoration:none;color:inherit}input,select,textarea{background:var(--surface2);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:7px 10px;font-family:IBM Plex Sans,sans-serif;font-size:13px;outline:none;transition:border-color .15s;width:100%}input:focus,select:focus,textarea:focus{border-color:var(--accent)}input::placeholder,textarea::placeholder{color:var(--text3)}select{cursor:pointer}textarea{resize:vertical;min-height:80px;line-height:1.5}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text3)}.btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:6px;border:none;font-size:13px;font-weight:500;font-family:inherit;transition:all .15s;white-space:nowrap;cursor:pointer}.btn-primary{background:var(--accent);color:#000}.btn-primary:hover{background:var(--accent2)}.btn-ghost{background:var(--surface2);color:var(--text2);border:1px solid var(--border)}.btn-ghost:hover{color:var(--text);background:var(--surface3)}.btn-danger{background:#e840401f;color:var(--red);border:1px solid rgba(232,64,64,.3)}.btn-danger:hover{background:#e8404033}.btn-sm{padding:4px 9px;font-size:12px}.btn:disabled{opacity:.45;cursor:not-allowed}.mono{font-family:IBM Plex Mono,monospace}@media (max-width: 768px){body{overflow:auto}.sidebar-collapsed{display:none!important}.mobile-header{display:flex!important}.layout-root{flex-direction:column}.sidebar{position:fixed!important;top:0;left:0;right:0;bottom:0;z-index:1000;transform:translate(-100%);transition:transform .25s ease;width:260px!important;min-width:260px!important}.sidebar.open{transform:translate(0)}.sidebar-overlay{display:block!important;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:999}}@media (min-width: 769px){.mobile-only,.sidebar-overlay,.mobile-header{display:none!important}}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 600px){.grid-2col,.grid-3col{grid-template-columns:1fr!important}}
