:root{--background:#fff9f8;--surface:#fff;--surface-soft:#fff1f3;--surface-alt:#f8f4ff;--text:#24171d;--text-soft:#75656c;--brand:#e94f70;--brand-dark:#cf3558;--accent:#7a4ce0;--peach:#ffb187;--mint:#45aa91;--border:#efdde2;--border-strong:#dfc7ce;--danger:#c93655;--success:#23856f;--shadow-sm:0 8px 24px rgba(70,29,43,.07);--shadow-md:0 18px 48px rgba(70,29,43,.12);--shadow-brand:0 12px 28px rgba(233,79,112,.25);--radius-sm:.85rem;--radius-md:1.25rem;--radius-lg:1.8rem;--radius-xl:2.4rem;--container:1180px;--ease:cubic-bezier(.22,1,.36,1);--section:clamp(4rem,8vw,7rem)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img,svg,canvas{max-width:100%}[hidden]{display:none!important}h1,h2,h3,p{overflow-wrap:anywhere}.icon{width:1.25rem;height:1.25rem;display:inline-block;flex:0 0 auto}.icon-sm{width:1rem;height:1rem}.icon-xl{width:3.5rem;height:3.5rem}

/* Consistent scrollbars across the application. */
*{scrollbar-width:thin;scrollbar-color:rgba(122,76,224,.55) rgba(239,221,226,.55)}
*::-webkit-scrollbar{width:10px;height:10px}
*::-webkit-scrollbar-track{background:rgba(239,221,226,.48);border-radius:999px}
*::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--brand),var(--accent));border:2px solid rgba(255,255,255,.82);border-radius:999px}
*::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--brand-dark),#6840c5)}
