:root{--color-primary:#862fe7;--color-primary-dark:#5f259e;--color-lavender:#ebdafd;--color-lavender-light:#bd8ff0;--color-pink:#ff5fe4;--color-pink-dark:#e22ba4;--color-amber:#dc5f05;--color-text:#111827;--color-text-secondary:#3f4654;--color-text-muted:#6b7589;--color-background:#fff;--color-background-soft:#f1f5f9;--color-border:#d8e0ea;--color-mint:#d6fcf4;--radius-nav:8px;--radius-button:12px;--radius-image:16px;--radius-card:24px;--radius-featured:40px;--radius-pill:9999px;--shadow-card:0 20px 40px #7c3aed26;--shadow-inset:#0b3d7929 0 0 0 1px inset;--shadow-floating:0px 12px 32px #862fe70a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--color-text);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Bricolage Grotesque,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input[type=range]{-webkit-appearance:none;background:var(--color-border);border-radius:2px;outline:none;width:100%;height:4px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--color-primary);cursor:pointer;border-radius:50%;width:20px;height:20px;transition:transform .15s;box-shadow:0 0 0 3px #fff,0 2px 8px #862fe74d}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15)}input[type=range]::-moz-range-thumb{background:var(--color-primary);cursor:pointer;border:3px solid #fff;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 8px #862fe74d}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}
