@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap");:root{--cream:#fff8f0;--ink:#1a1030;--muted:#6e6684;--card:#fff;--line:#f0e7dc;--coral:#ff5c8a;--violet:#7c4dff;--tangerine:#ff8a3d;--mint:#00d4a0;--yellow:#ffd23f;--sky:#43c6ff;--bg:var(--cream);--accent:#7c4dff;--accent2:#ff5c8a;--success:#00d4a0;--grad:linear-gradient(135deg,#ff5c8a,#7c4dff);--field:#fbf7f1}.dash-theme{--bg:#08030f;--card:#160c31;--line:hsla(0,0%,100%,.1);--ink:#f6f3fc;--muted:#a89fce;--accent:#8b5cff;--accent2:#ff4d7d;--coral:#ff4d7d;--violet:#8b5cff;--mint:#00e5ac;--tangerine:#ff8a3d;--success:#00e5ac;--field:#1e1444;--grad:linear-gradient(100deg,#ff4d7d,#ff8a3d 42%,#8b5cff 92%);background:var(--bg);color:var(--ink);min-height:100vh}.dash-theme a{color:var(--accent)}.dash-theme input,.dash-theme select,.dash-theme textarea{color:var(--ink)}.dash-theme input::placeholder,.dash-theme textarea::placeholder{color:#8479a8}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}.display,h1,h2,h3{font-family:Bricolage Grotesque,Inter,sans-serif;letter-spacing:-.02em}a{color:var(--violet)}.grad-text{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}.badge-r{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:var(--grad);color:#fff;font-family:Bricolage Grotesque;font-weight:800;position:relative}.badge-r:after{content:"";position:absolute;top:-3px;right:-3px;width:11px;height:11px;border-radius:50%;background:var(--yellow)}