:root{--bg:#0b0b0e;--s1:#111116;--s2:#18181f;--s3:#22222c;--border:#ffffff12;--border2:#ffffff1f;--accent:#c8a96e;--accent-dim:#c8a96e1f;--red:#e05252;--green:#4ade80;--amber:#facc15;--blue:#60a5fa;--purple:#a78bfa;--text:#e8e4dc;--muted:#e8e4dc6b;--muted2:#e8e4dc2e;--radius:8px;--radius-lg:12px;--sidebar-w:260px;--topbar-h:52px;--detail-w:480px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:var(--bg);height:100%;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:13px}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:2px}a{color:var(--accent);text-decoration:none}button{cursor:pointer;font-family:inherit;transition:all .12s}input,select,textarea{color:var(--text);background:var(--s2);border:1px solid var(--border);border-radius:var(--radius);outline:none;width:100%;padding:7px 10px;font-family:inherit;font-size:12px}input:focus,select:focus,textarea:focus{border-color:var(--accent)}input::placeholder,textarea::placeholder{color:var(--muted2)}
