*,*: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)}.loading-banner,.loading-state{position:fixed!important;inset:20px auto auto 50%!important;z-index:2000!important;transform:translate(-50%)!important;margin:0!important;padding:10px 14px!important;border-radius:999px!important;border:1px solid var(--border)!important;background:#161a23eb!important;box-shadow:0 16px 40px #00000047!important;color:var(--text-muted)!important;pointer-events:none!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.loading-banner,.loading-state{display:inline-flex!important;align-items:center!important;gap:10px!important}.loading-dot,.spinner{width:10px!important;height:10px!important;border-radius:50%!important;background:var(--accent)!important;box-shadow:0 0 0 5px #4f8ef724!important;animation:pulse 1.2s ease-in-out infinite!important;flex:0 0 auto!important}@keyframes pulse{0%,to{transform:scale(.92);opacity:.72}50%{transform:scale(1.08);opacity:1}}
