:root{--primary-color:#6c47ff;--primary-light-color:rgba(108,71,255,.1);--primary-dark-color:#5236c059;--secondary-color:#ffb13c;--info-color:#bfbfbf;--black-color:#000;--dark-color:#1f1f1f;--error-color:#bd0000;--warning-color:#fef0c7;--warning-color-500:#fffaeb;--success-color:#2dae00;--background-color:#fbfbfb;--background-light-color:#f5f9fd;--white-color:#fff;--gray-color:#ababab;--gray-light-color:#e5e5e5;--gray-dark-color:#575757;--blue-color:#1badffd4;--primary-gradient:linear-gradient(90deg,#fd8d1b,#fe5d0b);--white-gradient:linear-gradient(90deg,#eee,#00000000,#c1c1c1);--gray-gradient:linear-gradient(90deg,hsla(0,0%,87%,.4),hsla(0,0%,45%,.4));--font-bitter:"Bitter",Georgia,"Times New Roman",serif;--font-bebas-neue:"Bebas Neue","Oswald","Arial Narrow",sans-serif;--font-xxs:0.625rem;--font-xs:0.75rem;--font-sm:0.875rem;--font-base:1rem;--font-lg:1.125rem;--font-xl:1.25rem;--font-2xl:1.5rem;--font-3xl:1.75rem;--font-4xl:2rem;--font-5xl:2.5rem;--font-6xl:3rem;--es-ink-900:#000;--es-ink-850:#101010;--es-ink-800:#1f2023;--es-ink-700:#202020;--es-ink-600:#333;--es-ink-500:#575757;--es-ink-400:#ababab;--es-ink-300:#bfbfbf;--es-ink-200:#e5e5e5;--es-ink-100:#f4f4f4;--es-ink-50:#fbfbfb;--es-paper:#fff;--es-blue-400:#357aff;--es-violet-500:#6c47ff;--es-violet-600:#5236c0;--es-success:#009c35;--es-success-strong:#2dae00;--es-error:#ef4444;--es-error-strong:#bd0000;--es-warning:#b06a00;--es-info:#357aff;--es-accent:#6c47ff;--es-accent-strong:#5236c0;--es-accent-soft:rgba(108,71,255,.1);--es-accent-contrast:#fff;--es-accent-gradient:linear-gradient(90deg,#7a5bff,#5236c0);--es-accent-glow:rgba(108,71,255,.22);--es-bg:#fbfbfb;--es-surface:#fff;--es-surface-sunken:#fbfbfb;--es-surface-raised:#fff;--es-text:#333;--es-text-muted:#575757;--es-text-subtle:#ababab;--es-text-inverse:#fff;--es-border:#e5e5e5;--es-border-strong:#bfbfbf;--es-radius-xs:0.2rem;--es-radius-sm:0.375rem;--es-radius-md:0.625rem;--es-radius-lg:1rem;--es-radius-xl:1.5rem;--es-radius-pill:999px;--es-shadow-xs:0 1px 2px rgba(0,0,0,.06);--es-shadow-sm:0 2px 6px rgba(0,0,0,.07);--es-shadow-3xl:0px 4px 45px rgba(0,0,0,.2);--es-shadow-accent:0 8px 24px var(--es-accent-glow);--es-ease:cubic-bezier(0.22,1,0.36,1);--es-duration:0.2s;--es-font-ui:var(--font-bitter),system-ui,sans-serif;--es-font-serif:var(--font-bitter),Georgia,"Times New Roman",serif;--es-font-display:var(--font-bebas-neue),"Oswald","Arial Narrow",sans-serif;--screen-sm:576px;--screen-md:768px;--screen-lg:1024px;--screen-xl:1340px;--screen-xxl:1600px;--duration-base:0.3s;--duration-long:1s;--timing:cubic-bezier(0.165,0.84,0.44,1)}body,html{padding:0;margin:0;background-color:var(--background-color);color:var(--black-color);font-family:var(--font-bitter),Arial sans-serif}h1,h2,h3,h4,h5,h6,p{margin:0}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.relative{position:relative}@keyframes es-sheen{0%{transform:translateX(-130%)}60%,to{transform:translateX(130%)}}.es-sheen{animation:es-sheen 2.6s var(--es-ease) infinite}@media(prefers-reduced-motion:reduce){.es-sheen{animation:none}}