:root{--bg:#1a1b26;--surface:#1e2030;--card:#24283b;--card-high:#2a2f45;--border:#2e3354;--border-mid:#414868;--accent:#7aa2f7;--accent-hover:#89b4fa;--accent-dim:#2a3a6e;--green:#9ece6a;--orange:#e0af68;--red:#f7768e;--text:#c0caf5;--text-dim:#a9b1d6;--subtext:#565f89;--input-bg:#181924}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden}body{background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif;font-size:13px;line-height:1.4}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-mid);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--subtext)}button{cursor:pointer;border:1px solid var(--border-mid);border-bottom:2px solid var(--border);background:var(--card);color:var(--text);border-radius:6px;padding:7px 16px;font-family:inherit;font-size:12px;font-weight:500;transition:background .1s,border-color .1s}button:hover{background:var(--card-high);border-color:var(--accent)}button:active{background:var(--accent-dim);border-bottom-width:1px}button:disabled{color:var(--subtext);border-color:var(--border);background:var(--surface);cursor:default}button.accent{background:var(--accent);color:var(--bg);border:none;border-bottom:2px solid #4f72c9;font-weight:700}button.accent:hover{background:var(--accent-hover)}button.accent:active{background:#6b93e8;border-bottom-width:1px}button.danger{color:var(--red);border:1px solid var(--red);background:0 0;border-bottom:2px solid #8a3a48}button.danger:hover{background:var(--red);color:var(--bg);font-weight:600}button.small{border-bottom-width:1px;border-radius:4px;padding:3px 10px;font-size:11px}input[type=text],input[type=number],input[type=password],select,textarea{background:var(--input-bg);color:var(--text);border:1px solid var(--border-mid);border-radius:6px;outline:none;width:100%;padding:7px 10px;font-family:inherit;font-size:13px;transition:border-color .1s}input:focus,select:focus,textarea:focus{border-color:var(--accent);border-width:2px;padding:6px 9px}input::placeholder,textarea::placeholder{color:var(--subtext)}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23565f89' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;padding-right:28px}.lbl-section{color:var(--accent);letter-spacing:1.5px;text-transform:uppercase;font-size:10px;font-weight:700}.lbl-field{color:var(--text-dim);margin-bottom:3px;font-size:11px;font-weight:500;display:block}.lbl-hint{color:var(--subtext);font-size:11px}.sep-h{background:var(--border);flex-shrink:0;height:1px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:8px}.modal-backdrop{z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border:1px solid var(--border-mid);border-radius:10px;flex-direction:column;gap:12px;padding:20px;display:flex;box-shadow:0 20px 60px #00000080}
