:root{--font-primary:var(--font-satoshi),-apple-system,BlinkMacSystemFont,system-ui,sans-serif;--font-display:var(--font-satoshi),var(--font-primary);--section-title-font:var(--font-primary);--section-title-size:var(--fs-3xl);--section-title-weight:700;--section-title-spacing:-0.02em;--section-subtitle-font:var(--font-primary);--section-subtitle-size:var(--fs-lg);--section-subtitle-weight:400;--section-subtitle-color:var(--color-text-muted);--fs-xs:clamp(0.75rem,0.7rem + 0.25vw,0.875rem);--fs-sm:clamp(0.875rem,0.8rem + 0.375vw,1rem);--fs-base:clamp(1rem,0.9rem + 0.5vw,1.125rem);--fs-lg:clamp(1.125rem,1rem + 0.625vw,1.25rem);--fs-xl:clamp(1.25rem,1.1rem + 0.75vw,1.5rem);--fs-2xl:clamp(1.5rem,1.3rem + 1vw,2rem);--fs-3xl:clamp(2rem,1.8rem + 1.25vw,2.5rem);--fs-4xl:clamp(2.5rem,2.3rem + 1.5vw,3rem);--lh-tight:1.2;--lh-base:1.5;--lh-loose:1.7;--space-3xs:clamp(0.25rem,0.2rem + 0.25vw,0.375rem);--space-2xs:clamp(0.5rem,0.4rem + 0.5vw,0.75rem);--space-xs:clamp(0.75rem,0.6rem + 0.75vw,1rem);--space-sm:clamp(1rem,0.8rem + 1vw,1.5rem);--space-md:clamp(1.5rem,1.2rem + 1.5vw,2rem);--space-lg:clamp(2rem,1.6rem + 2vw,3rem);--space-xl:clamp(3rem,2.4rem + 3vw,4rem);--space-2xl:clamp(4rem,3.2rem + 4vw,6rem);--color-blue:#4169e1;--color-blue-hover:#5277e5;--color-blue-dark:#001b3f;--color-green:#90c090;--color-green-hover:#a0d0a0;--color-red:#ff6b6b;--color-red-hover:#ff8080;--color-dark:#1e1e1e;--color-dark-lighter:#2a2a2a;--color-dark-darker:#0a0a0a;--color-white:#fff;--color-white-muted:hsla(0,0%,100%,.7);--color-text:var(--color-white);--color-text-muted:var(--color-white-muted);--color-background:var(--color-dark);--color-primary:var(--color-blue);--color-primary-hover:var(--color-blue-hover);--color-primary-dark:var(--color-blue-dark);--color-accent:var(--color-green);--color-accent-hover:var(--color-green-hover);--color-danger:var(--color-red);--color-danger-hover:var(--color-red-hover);--radius-sm:0.25rem;--radius-md:0.5rem;--radius-lg:1rem;--radius-full:9999px;--bp-sm:40em;--bp-md:48em;--bp-lg:64em;--bp-xl:80em;--bp-2xl:96em;--container-sm:640px;--container-md:768px;--container-lg:1024px;--container-xl:1280px;--button-height-sm:40px;--button-height-base:44px;--button-height-lg:52px;--button-font-weight:500;--button-transition:all 0.2s cubic-bezier(0.4,0,0.2,1);--button-shadow:0 4px 20px rgba(65,105,225,.25);--button-shadow-hover:0 6px 25px rgba(65,105,225,.35)}body{font-family:var(--font-primary);font-size:var(--fs-base);line-height:var(--lh-base);color:var(--color-text);background:var(--color-background)}@media(max-width:48em){body{scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;font-feature-settings:"cv02","cv03","cv04","cv11";font-variation-settings:normal;-webkit-font-smoothing:antialiased}@media(max-width:48em){html{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}}h1,h2,h3,h4,h5{font-family:var(--font-primary);line-height:var(--lh-tight);font-weight:700}h1{font-size:var(--fs-4xl)}h2{font-size:var(--fs-3xl)}h3{font-size:var(--fs-2xl)}h4{font-size:var(--fs-xl)}h5{font-size:var(--fs-lg)}p{margin-bottom:var(--space-2xs)}img,video{max-width:100%;height:auto}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:var(--space-sm);padding-right:var(--space-sm);max-width:var(--container-lg)}.grid{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}@media(min-width:var(--bp-sm )){.grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:var(--bp-md )){.grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:var(--bp-lg )){.grid{grid-template-columns:repeat(4,1fr)}}.flex{display:flex;gap:var(--space-sm)}.flex-col{flex-direction:column}.flex-center{align-items:center;justify-content:center}.flex-between{justify-content:space-between}.text-center{text-align:center}.text-right{text-align:right}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.w-full{width:100%}.h-full{height:100%}.button,button[class*=button]{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2xs);height:var(--button-height-base);padding:0 var(--space-sm);border-radius:var(--radius-md);font-size:var(--fs-base);font-weight:var(--button-font-weight);transition:var(--button-transition);border:none;cursor:pointer;font-family:var(--font-primary);min-width:140px;position:relative;overflow:hidden}.button:before,button[class*=button]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,hsla(0,0%,100%,.2),transparent);transition:.5s}.button:hover:before,button[class*=button]:hover:before{left:100%}.button.large,button[class*=button].large{height:var(--button-height-lg);padding:0 var(--space-md);font-size:var(--fs-lg);min-width:180px}.button.small,button[class*=button].small{height:var(--button-height-sm);padding:0 var(--space-xs);font-size:var(--fs-sm);min-width:120px}.button.primary,button[class*=button].primary{background:var(--color-primary);color:var(--color-white)}.button.primary:hover,button[class*=button].primary:hover{background:var(--color-primary-hover)}.button.primary.with-shadow,button[class*=button].primary.with-shadow{box-shadow:var(--button-shadow)}.button.primary.with-shadow:hover,button[class*=button].primary.with-shadow:hover{box-shadow:var(--button-shadow-hover)}.button.secondary,button[class*=button].secondary{background:var(--color-dark-lighter);color:var(--color-white)}.button.secondary:hover,button[class*=button].secondary:hover{background:var(--color-dark)}.button.secondary.outline,button[class*=button].secondary.outline{background:transparent;border:2px solid var(--color-accent)}.button.secondary.outline:hover,button[class*=button].secondary.outline:hover{border-color:var(--color-accent-hover);background:hsla(0,0%,100%,.05)}.button.full-width,button[class*=button].full-width{width:100%;min-width:unset}.button svg,button[class*=button] svg{width:18px;height:18px}.button svg:first-child,button[class*=button] svg:first-child{margin-right:var(--space-3xs)}.button svg:last-child,button[class*=button] svg:last-child{margin-left:var(--space-3xs)}.button.icon-only,button[class*=button].icon-only{padding:0;width:var(--button-height-base);min-width:var(--button-height-base)}.button.icon-only.large,button[class*=button].icon-only.large{width:var(--button-height-lg);min-width:var(--button-height-lg)}.button.icon-only.large svg,button[class*=button].icon-only.large svg{width:24px;height:24px}.button.icon-only.small,button[class*=button].icon-only.small{width:var(--button-height-sm);min-width:var(--button-height-sm)}.button.icon-only.small svg,button[class*=button].icon-only.small svg{width:16px;height:16px}.button:disabled,button[class*=button]:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}@media(max-width:768px){.button,button[class*=button]{min-width:unset;width:100%}.button.large,button[class*=button].large{height:var(--button-height-base);font-size:var(--fs-base);padding:0 var(--space-sm)}.button.icon-only,button[class*=button].icon-only{width:var(--button-height-base);min-width:var(--button-height-base)}}.button-group{display:flex;gap:var(--space-sm)}.button-group.vertical{flex-direction:column}.button-group.wrap{flex-wrap:wrap}.button-group.center{justify-content:center}.button-group.end{justify-content:flex-end}@media(max-width:768px){.button-group{flex-direction:column;width:100%;gap:var(--space-xs)}.button-group.maintain-horizontal{flex-direction:row}.button-group.maintain-horizontal .button{width:auto;flex:1 1}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out forwards}html.loading body{opacity:0}html.loaded body{opacity:1;transition:opacity .3s ease}