:root{--surface-0: #f7f6f2;--surface-1: #f1efe8;--surface-2: #ffffff;--text-primary: #1c1c1a;--text-secondary: #5f5e5a;--text-muted: #908f88;--border: rgba(0, 0, 0, .1);--border-strong: rgba(0, 0, 0, .18);--text-accent: #185fa5;--bg-accent: #e6f1fb;--border-accent: #378add;--text-success: #3b6d11;--bg-success: #eaf3de;--text-danger: #a32d2d;--bg-danger: #fcebeb;--text-warning: #854f0b;--bg-warning: #faeeda;--radius: 8px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}[data-theme=dark]{--surface-0: #1c1b19;--surface-1: #262523;--surface-2: #302f2c;--text-primary: #f1efe8;--text-secondary: #b4b2a9;--text-muted: #888780;--border: rgba(255, 255, 255, .12);--border-strong: rgba(255, 255, 255, .22);--text-accent: #85b7eb;--bg-accent: #11314d;--border-accent: #378add;--text-success: #97c459;--bg-success: #1e2c10;--text-danger: #f09595;--bg-danger: #3a1414;--text-warning: #efb45a;--bg-warning: #38280c}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font-sans);background:var(--surface-0);color:var(--text-primary);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer;background:transparent;border:.5px solid var(--border-strong);border-radius:var(--radius);color:var(--text-primary);padding:6px 12px;font-size:13px;transition:background .12s ease,transform .06s ease}button:hover{background:var(--surface-1)}button:active{transform:scale(.98)}button:focus-visible{outline:none;box-shadow:0 0 0 2px var(--text-accent)}input,select,textarea{font-family:inherit;font-size:13px;background:var(--surface-2);border:.5px solid var(--border-strong);border-radius:var(--radius);color:var(--text-primary);padding:8px 10px}input:focus,select:focus,textarea:focus{outline:none;box-shadow:0 0 0 2px var(--text-accent)}table{border-collapse:collapse;width:100%}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.spin{animation:none}}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--text-success);display:inline-block}.pulse{animation:pulse 1.6s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}@media(prefers-reduced-motion:reduce){.pulse{animation:none}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:6px}
