@charset "UTF-8";:root{--bg: #182123;--sidebar-bg: #131a1c;--surface: #212c2e;--surface-elevated: #2a3739;--border: rgba(255, 255, 255, .06);--border-strong: rgba(255, 255, 255, .14);--accent: #8fbcb2;--accent-hover: #a3cbc2;--text: #e2e8e8;--muted: #82918f;--accent-rgb: 143, 188, 178;--on-accent: #0f1416;--success: #93c4a8;--success-rgb: 147, 196, 168;--warning: #d8b98f;--warning-rgb: 216, 185, 143;--danger: #cf8f8f;--danger-rgb: 207, 143, 143}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}
