@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)}*{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)}