:root{--bg-page: #0e0e10;--bg-panel: #15151a;--bg-card: #1c1c22;--bg-card-hover: #22222a;--bg-input: #101013;--accent: #e6e6e8;--accent-dim: #2c2c34;--accent-text: #d4d4d8;--success: #3dd9a8;--success-dim: #173a30;--warning: #e8a13d;--danger: #e8584b;--danger-dim: #3a1f1c;--text-primary: #ededf0;--text-secondary: #9c9ca6;--text-muted: #5e5e68;--border: #2a2a32;--border-strong: #3a3a44;--font-ui: "Inter", -apple-system, sans-serif;--font-mono: "JetBrains Mono", "SF Mono", monospace;--radius: 10px;--radius-sm: 6px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;overflow:hidden}body{background:var(--bg-page);color:var(--text-primary);font-family:var(--font-ui);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}textarea,input{font-family:inherit}::selection{background:var(--accent-dim)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}@keyframes hb-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes hb-pulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes hb-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes hb-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes hb-progress-fake{0%{width:0%}8%{width:22%}20%{width:42%}35%{width:58%}55%{width:72%}75%{width:81%}to{width:87%}}
