*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0d0f14;--surface: #161a23;--surface2: #1e2330;--accent: #4f8ef7;--green: #00c896;--red: #ff4757;--text: #e8eaf0;--text-muted: #7a8099;--border: #252a38;--font: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif}html,body{height:100%;background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}a{color:var(--accent)}button,input,select,textarea{font-family:var(--font)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--surface2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.text-green{color:var(--green)!important}.text-red{color:var(--red)!important}.text-muted{color:var(--text-muted)!important}.text-accent{color:var(--accent)!important}.badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:.5px}.badge-green{background:#00c89626;color:var(--green)}.badge-red{background:#ff475726;color:var(--red)}.badge-blue{background:#4f8ef726;color:var(--accent)}.badge-muted{background:var(--surface2);color:var(--text-muted)}
