@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box}:root{--accent:#5a3fe1;--accent-hover:#4730c8;--accent-light:#ede9fd;--bg:#f9fafb;--surface:#fff;--border:#e5e7eb;--text:#111827;--text-s:#6b7280;--text-h:#9ca3af;--success:#16a34a;--warning:#d97706;--error:#dc2626}html,body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px}#root{min-height:100vh}button,input{font-family:inherit}input:focus{outline:none;box-shadow:0 0 0 3px #5a3fe11f;border-color:var(--accent)!important}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-h)}.jelly{--uib-size:40px;--uib-speed:.8s;--uib-color:#5a3fe1;height:calc(var(--uib-size) / 2);width:var(--uib-size);filter:url(#uib-jelly-ooze);animation:jelly-rotate calc(var(--uib-speed) * 2) linear infinite;position:relative}.jelly:before,.jelly:after{content:"";background:var(--uib-color);border-radius:100%;width:50%;height:100%;position:absolute;top:0%;left:25%}.jelly:before{animation:jelly-shift-left var(--uib-speed) ease infinite}.jelly:after{animation:jelly-shift-right var(--uib-speed) ease infinite}@keyframes jelly-rotate{0%,49.999%,to{transform:none}50%,99.999%{transform:rotate(90deg)}}@keyframes jelly-shift-left{0%,to{transform:translate(0%)}50%{transform:scale(.65)translate(-75%)}}@keyframes jelly-shift-right{0%,to{transform:translate(0%)}50%{transform:scale(.65)translate(75%)}}
