@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#fafafa;--color-surface:#fff;--color-surface-hover:#f5f5f5;--color-border:#00000014;--color-border-light:#0000000a;--color-text:#111827;--color-text-muted:#6b7280;--color-text-dim:#9ca3af;--color-accent:#e85102;--color-accent-hover:#c44301;--color-danger:#ef4444;--color-success:#10b981;--color-white:#fff;--panel-bg-start:#f5f5f5;--panel-bg-end:#e8e8e8;--panel-overlay:#00000008;--panel-border-overlay:#0000000f;--panel-text:#111827;--panel-text-muted:#6b7280;--panel-dot:#d4d4d8;--panel-dot-active:#111827;--panel-shadow:-20px 0 60px #00000014}.dark{--color-bg:#0a0a0a;--color-surface:#121212;--color-surface-hover:#1c1c1c;--color-border:#2a2a2a;--color-border-light:#1a1a1a;--color-text:#fafafa;--color-text-muted:#9ca3af;--color-text-dim:#6b7280;--color-accent:#e85102;--color-accent-hover:#ff6b20;--color-danger:#ef4444;--color-success:#10b981;--color-white:#fff;--panel-bg-start:#09090b;--panel-bg-end:#18181b;--panel-overlay:#ffffff08;--panel-border-overlay:#ffffff0f;--panel-text:#fafafa;--panel-text-muted:#a1a1aa;--panel-dot:#a1a1aa;--panel-dot-active:#fafafa;--panel-shadow:-20px 0 60px #00000080}html,body,#root{background:var(--color-bg);width:100%;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--color-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}input[type=range]{cursor:pointer;border-radius:2px;height:4px}textarea{font-family:inherit}input:focus,textarea:focus,select:focus{outline:none}button{transition:background .15s,border-color .15s,color .15s,opacity .15s}
