/*!
 * CSS2You Framework v1.0.0
 * Modern, Fast, Responsive CSS Framework
 * Licensed under MIT
 */*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--c2y-primary:#00ff80;--c2y-secondary:#351fd5;--c2y-success:#00ff80;--c2y-warning:#f59e0b;--c2y-danger:#ef4444;--c2y-info:#06b6d4;--c2y-light:#f3f4f6;--c2y-dark:#1f2937;--c2y-white:#fff;--c2y-black:#000;--c2y-gray-50:#f9fafb;--c2y-gray-100:#f3f4f6;--c2y-gray-200:#e5e7eb;--c2y-gray-300:#d1d5db;--c2y-gray-400:#9ca3af;--c2y-gray-500:#6b7280;--c2y-gray-600:#4b5563;--c2y-gray-700:#374151;--c2y-gray-800:#1f2937;--c2y-gray-900:#111827;--c2y-space-1:.25rem;--c2y-space-2:.5rem;--c2y-space-3:.75rem;--c2y-space-4:1rem;--c2y-space-5:1.25rem;--c2y-space-6:1.5rem;--c2y-space-8:2rem;--c2y-space-10:2.5rem;--c2y-space-12:3rem;--c2y-space-16:4rem;--c2y-space-20:5rem;--c2y-space-22:6rem;--c2y-space-24:7rem;--c2y-space-28:8rem;--c2y-space-32:9rem;--c2y-space-36:10rem;--c2y-space-48:11rem;--c2y-space-56:12rem;--c2y-space-64:14rem;--c2y-font-sans:"Host Grotesk",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--c2y-font-serif:Georgia,Cambria,"Times New Roman",Times,serif;--c2y-font-mono:ui-monospace,"Cascadia Code","Source Code Pro",Menlo,Monaco,"Courier New",monospace;--c2y-text-xs:clamp(.75rem,.7rem + .25vw,1rem);--c2y-text-sm:clamp(.875rem,.8rem + .3vw,1.125rem);--c2y-text-base:clamp(1rem,.9rem + .5vw,1.375rem);--c2y-text-lg:clamp(1.125rem,1rem + .6vw,1.5rem);--c2y-text-xl:clamp(1.25rem,1.1rem + .75vw,1.75rem);--c2y-text-2xl:clamp(1.5rem,1.3rem + 1vw,2.25rem);--c2y-text-3xl:clamp(1.875rem,1.6rem + 1.4vw,3rem);--c2y-text-4xl:clamp(2.25rem,1.8rem + 2.25vw,4rem);--c2y-text-5xl:clamp(3rem,2.5rem + 2.5vw,5rem);--c2y-text-6xl:clamp(3.75rem,3rem + 3.75vw,6rem);--c2y-text-7xl:clamp(4.5rem,3.5rem + 5vw,7.5rem);--c2y-text-8xl:clamp(6rem,4.5rem + 7.5vw,10rem);--c2y-text-9xl:clamp(8rem,6rem + 10vw,12.5rem);--c2y-text-10xl:clamp(10rem,7.5rem + 12.5vw,15rem);--c2y-text-11xl:clamp(12rem,9rem + 15vw,17.5rem);--c2y-text-12xl:clamp(14rem,10.5rem + 17.5vw,20rem);--c2y-radius-sm:.125rem;--c2y-radius-md:.375rem;--c2y-radius-lg:.5rem;--c2y-radius-xl:.75rem;--c2y-radius-2xl:1rem;--c2y-radius-full:9999px;--c2y-shadow-sm:0 1px 2px 0 #0000000d;--c2y-shadow-md:0 4px 6px -1px #0000001a;--c2y-shadow-lg:0 10px 15px -3px #0000001a;--c2y-shadow-xl:0 20px 25px -5px #0000001a;--c2y-transition-fast:.15s cubic-bezier(.4,0,.2,1);--c2y-transition-base:.25s cubic-bezier(.4,0,.2,1);--c2y-transition-slow:.35s cubic-bezier(.4,0,.2,1);--c2y-container-sm:640px;--c2y-container-md:768px;--c2y-container-lg:1024px;--c2y-container-xl:1280px;--c2y-container-2xl:1536px}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--c2y-light:#1f2937;--c2y-dark:#f3f4f6}}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-size:16px}body{font-family:var(--c2y-font-sans);font-size:var(--c2y-text-base);min-height:100vh;min-height:100dvh}:focus-visible{outline:2px solid var(--c2y-primary);outline-offset:2px}:focus:not(:focus-visible){outline:none}.container{width:100%;padding-inline:var(--c2y-space-4);margin-inline-start:auto;margin-inline-end:auto;container:main/inline-size}.container-sm{max-width:var(--c2y-container-sm)}.container-md{max-width:var(--c2y-container-md)}.container-lg{max-width:var(--c2y-container-lg)}.container-xl{max-width:var(--c2y-container-xl)}.container-2xl{max-width:var(--c2y-container-2xl)}.grid{gap:var(--c2y-space-4);display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-auto-fit{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr))}.grid-auto-fill{grid-template-columns:repeat(auto-fill,minmax(min(100%,250px),1fr))}.flex{gap:var(--c2y-space-4);display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-1{gap:var(--c2y-space-1)}.gap-2{gap:var(--c2y-space-2)}.gap-3{gap:var(--c2y-space-3)}.gap-4{gap:var(--c2y-space-4)}.gap-6{gap:var(--c2y-space-6)}.gap-8{gap:var(--c2y-space-8)}.subgrid{grid-template-columns:subgrid;grid-template-rows:subgrid;display:grid}@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:hidden{display:none}.sm\:block{display:block}}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:hidden{display:none}.md\:block{display:block}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:hidden{display:none}.lg\:block{display:block}}h1,h2,h3,h4,h5,h6{margin-block-end:var(--c2y-space-4);font-weight:700;line-height:1.2}h1{font-size:var(--c2y-text-5xl)}h2{font-size:var(--c2y-text-4xl)}h3{font-size:var(--c2y-text-3xl)}h4{font-size:var(--c2y-text-2xl)}h5{font-size:var(--c2y-text-xl)}h6{font-size:var(--c2y-text-lg)}p{margin-block-end:var(--c2y-space-4)}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.btn{justify-content:center;align-items:center;gap:var(--c2y-space-2);padding:var(--c2y-space-3)var(--c2y-space-6);font-size:var(--c2y-text-base);text-align:center;border-radius:var(--c2y-radius-full);cursor:pointer;transition:all var(--c2y-transition-base);-webkit-user-select:none;user-select:none;white-space:nowrap;-webkit-border-radius:var(--c2y-radius-full);-moz-border-radius:var(--c2y-radius-full);-ms-border-radius:var(--c2y-radius-full);-o-border-radius:var(--c2y-radius-full);border:none;font-weight:500;line-height:1;text-decoration:none;display:inline-flex}.btn:hover{box-shadow:var(--c2y-shadow-md);transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background-color:var(--c2y-primary);color:var(--c2y-black)}.btn-primary:hover{background-color:color-mix(in srgb,var(--c2y-primary)85%,black)}.btn-secondary{background-color:var(--c2y-secondary);color:var(--c2y-white)}.btn-secondary:hover{background-color:color-mix(in srgb,var(--c2y-secondary)85%,black)}.btn-success{background-color:var(--c2y-success);color:var(--c2y-white)}.btn-danger{background-color:var(--c2y-danger);color:var(--c2y-white)}.btn-outline{color:var(--c2y-primary);border:2px solid var(--c2y-primary);background-color:#0000}.btn-outline:hover{background-color:var(--c2y-primary);color:var(--c2y-white)}.btn-sm{padding:var(--c2y-space-2)var(--c2y-space-4);font-size:var(--c2y-text-sm)}.btn-lg{padding:var(--c2y-space-4)var(--c2y-space-8);font-size:var(--c2y-text-lg)}.card{background-color:var(--c2y-white);border-radius:var(--c2y-radius-xl);box-shadow:var(--c2y-shadow-md);transition:all var(--c2y-transition-base);overflow:hidden}.card:hover{box-shadow:var(--c2y-shadow-xl);transform:translateY(-2px)}.card-body{padding:var(--c2y-space-6)}.card-header{padding:var(--c2y-space-6);border-bottom:1px solid var(--c2y-gray-200);font-weight:600}.card-footer{padding:var(--c2y-space-6);border-top:1px solid var(--c2y-gray-200);background-color:var(--c2y-gray-50)}.form-group{margin-block-end:var(--c2y-space-4)}.form-label{color:var(--c2y-gray-700);margin-block-end:var(--c2y-space-2);font-weight:500;display:block}.form-control{width:100%;padding:var(--c2y-space-3)var(--c2y-space-4);font-size:var(--c2y-text-base);color:var(--c2y-gray-900);background-color:var(--c2y-white);border:1px solid var(--c2y-gray-300);border-radius:var(--c2y-radius-lg);transition:all var(--c2y-transition-base);line-height:1.5;display:block}.form-control:focus{border-color:var(--c2y-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--c2y-primary)10%,transparent);outline:none}.form-control::placeholder{color:var(--c2y-gray-400)}input[type=checkbox],input[type=radio]{width:1.25rem;height:1.25rem;accent-color:var(--c2y-primary);cursor:pointer}.p-0{padding:0}.p-1{padding:var(--c2y-space-1)}.p-2{padding:var(--c2y-space-2)}.p-3{padding:var(--c2y-space-3)}.p-4{padding:var(--c2y-space-4)}.p-6{padding:var(--c2y-space-6)}.p-8{padding:var(--c2y-space-8)}.px-2{padding-inline:var(--c2y-space-2)}.px-4{padding-inline:var(--c2y-space-4)}.px-6{padding-inline:var(--c2y-space-6)}.py-2{padding-block:var(--c2y-space-2)}.py-4{padding-block:var(--c2y-space-4)}.py-6{padding-block:var(--c2y-space-6)}.py-8{padding-block:var(--c2y-space-8)}.py-10{padding-block:var(--c2y-space-10)}.py-12{padding-block:var(--c2y-space-12)}.py-16{padding-block:var(--c2y-space-16)}.py-20{padding-block:var(--c2y-space-20)}.py-22{padding-block:var(--c2y-space-22)}.py-24{padding-block:var(--c2y-space-24)}.py-28{padding-block:var(--c2y-space-28)}.py-32{padding-block:var(--c2y-space-32)}.py-36{padding-block:var(--c2y-space-36)}.py-48{padding-block:var(--c2y-space-48)}.py-56{padding-block:var(--c2y-space-56)}.py-64{padding-block:var(--c2y-space-64)}.m-0{margin:0}.m-1{margin:var(--c2y-space-1)}.m-2{margin:var(--c2y-space-2)}.m-4{margin:var(--c2y-space-4)}.m-6{margin:var(--c2y-space-6)}.m-auto{margin:auto}.mx-auto{margin-inline-start:auto;margin-inline-end:auto}.my-4{margin-block:var(--c2y-space-4)}.my-6{margin-block:var(--c2y-space-6)}.text-primary{color:var(--c2y-primary)}.text-secondary{color:var(--c2y-secondary)}.text-success{color:var(--c2y-success)}.text-danger{color:var(--c2y-danger)}.text-muted{color:var(--c2y-gray-500)}.text-white{color:var(--c2y-white)}.text-black{color:var(--c2y-black)}.bg-primary{background-color:var(--c2y-primary)}.bg-light{background-color:var(--c2y-light)}.bg-dark{background-color:var(--c2y-dark)}.bg-white{background-color:var(--c2y-white)}.bg-black{background-color:var(--c2y-black)}.rounded{border-radius:var(--c2y-radius-md)}.rounded-lg{border-radius:var(--c2y-radius-lg)}.rounded-xl{border-radius:var(--c2y-radius-xl)}.rounded-full{border-radius:var(--c2y-radius-full)}.shadow-sm{box-shadow:var(--c2y-shadow-sm)}.shadow-md{box-shadow:var(--c2y-shadow-md)}.shadow-lg{box-shadow:var(--c2y-shadow-lg)}.shadow-xl{box-shadow:var(--c2y-shadow-xl)}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.hidden{display:none}.w-full{width:100%}.w-auto{width:auto}.card:has(img){padding:0}:-webkit-any(h1,h2,h3,h4,h5,h6):first-child{margin-block-start:0}:-moz-any(h1,h2,h3,h4,h5,h6):first-child{margin-block-start:0}:is(h1,h2,h3,h4,h5,h6):first-child{margin-block-start:0}.w-fluid-3xs{width:max(48px,min(5vh,64px))}.w-fluid-2xs{width:max(64px,min(10vh,128px))}.w-fluid-xs{width:max(150px,min(40vw,300px))}.w-fluid-sm{width:max(200px,min(50vw,400px))}.w-fluid-md{width:max(300px,min(60vw,600px))}.w-fluid-lg{width:max(400px,min(70vw,800px))}.w-fluid-xl{width:max(500px,min(80vw,1000px))}.h-fluid-3xs{height:max(48px,min(5vh,64px))}.h-fluid-2xs{height:max(64px,min(10vh,128px))}.h-fluid-xs{height:max(150px,min(20vh,300px))}.h-fluid-sm{height:max(200px,min(30vh,400px))}.h-fluid-md{height:max(300px,min(50vh,600px))}.h-fluid-lg{height:max(400px,min(70vh,800px))}.w-screen{width:100dvw}.w-screen-90{width:90dvw}.w-screen-75{width:75dvw}.w-screen-50{width:50dvw}.w-screen-33{width:33.333dvw}.h-screen{height:100dvh}.h-screen-90{height:90dvh}.h-screen-75{height:75dvh}.h-screen-50{height:50dvh}.h-screen-small{height:100svh}.h-screen-large{height:100lvh}.aspect-square{aspect-ratio:1}.aspect-video{aspect-ratio:16/9}.aspect-wide{aspect-ratio:21/9}.aspect-cinema{aspect-ratio:2.35}.aspect-portrait{aspect-ratio:3/4}.aspect-photo{aspect-ratio:4/3}.w-container-25{width:25cqw}.w-container-50{width:50cqw}.w-container-75{width:75cqw}.w-container-100{width:100cqw}.h-container-25{height:25cqh}.h-container-50{height:50cqh}.h-container-75{height:75cqh}.w-fit{width:-moz-fit-content;width:fit-content}.w-max{width:max-content}.w-min{width:min-content}.h-fit{height:-moz-fit-content;height:fit-content}.h-max{height:max-content}.h-min{height:min-content}.min-w-0{min-width:0}.min-w-full{min-width:100%}.min-w-screen{min-width:100dvw}.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-full{max-width:100%}.max-w-screen{max-width:100dvw}.max-w-none{max-width:none}.min-h-0{min-height:0}.min-h-full{min-height:100%}.min-h-screen{min-height:100dvh}.max-h-screen{max-height:100dvh}.max-h-full{max-height:100%}.max-h-none{max-height:none}.inline-size-auto{inline-size:auto}.inline-size-full{inline-size:100%}.inline-size-fit{inline-size:-moz-fit-content;inline-size:fit-content}.block-size-auto{block-size:auto}.block-size-full{block-size:100%}.block-size-screen{block-size:100dvh}.w-1\/2{width:50%}.w-1\/3{width:33.333%}.w-2\/3{width:66.666%}.w-1\/4{width:25%}.w-3\/4{width:75%}.w-1\/5{width:20%}.w-2\/5{width:40%}.w-3\/5{width:60%}.w-4\/5{width:80%}.h-1\/2{height:50%}.h-1\/3{height:33.333%}.h-2\/3{height:66.666%}.h-1\/4{height:25%}.h-3\/4{height:75%}@media (min-width:640px){.sm\:w-screen{width:100dvw}.sm\:w-screen-50{width:50dvw}.sm\:h-screen{height:100dvh}.sm\:aspect-video{aspect-ratio:16/9}.sm\:max-w-lg{max-width:32rem}}@media (min-width:768px){.md\:w-screen{width:100dvw}.md\:w-screen-50{width:50dvw}.md\:h-screen{height:100dvh}.md\:aspect-video{aspect-ratio:16/9}.md\:max-w-xl{max-width:36rem}}@media (min-width:1024px){.lg\:w-screen{width:100dvw}.lg\:w-screen-50{width:50dvw}.lg\:h-screen{height:100dvh}.lg\:aspect-video{aspect-ratio:16/9}.lg\:max-w-2xl{max-width:42rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn var(--c2y-transition-slow)ease-out}@supports (animation-timeline:scroll()){.scroll-fade{animation:linear both fadeIn;animation-timeline:view();animation-range:entry cover 30%}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@container main (width>=640px){.cq-sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@container main (width>=768px){.cq-md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.btn-primary-light{background-color:color-mix(in srgb,var(--c2y-primary)15%,white);color:var(--c2y-primary)}.btn-primary-light:hover{background-color:color-mix(in srgb,var(--c2y-primary)25%,white)}.prose-invert,.prose-invert p,.prose-invert h1,.prose-invert h2,.prose-invert h3{color:#fff!important}.skip-to-content{color:#fff;z-index:100;background:#000;padding:8px 16px;text-decoration:none;transition:top .3s;position:absolute;top:-40px;left:0}.skip-to-content:focus{top:0}.text-xs{font-size:var(--c2y-text-xs)}.text-sm{font-size:var(--c2y-text-sm)}.text-base{font-size:var(--c2y-text-base)}.text-lg{font-size:var(--c2y-text-lg)}.text-xl{font-size:var(--c2y-text-xl)}.text-2xl{font-size:var(--c2y-text-2xl)}.text-3xl{font-size:var(--c2y-text-3xl)}.text-4xl{font-size:var(--c2y-text-4xl)}.text-5xl{font-size:var(--c2y-text-5xl)}.text-6xl{font-size:var(--c2y-text-6xl)}.text-7xl{font-size:var(--c2y-text-7xl)}.text-8xl{font-size:var(--c2y-text-8xl)}.text-9xl{font-size:var(--c2y-text-9xl)}.text-10xl{font-size:var(--c2y-text-10xl)}.text-11xl{font-size:var(--c2y-text-11xl)}.text-12xl{font-size:var(--c2y-text-12xl)}@media (min-width:640px){.sm\:text-xs{font-size:var(--c2y-text-xs)}.sm\:text-sm{font-size:var(--c2y-text-sm)}.sm\:text-base{font-size:var(--c2y-text-base)}.sm\:text-lg{font-size:var(--c2y-text-lg)}.sm\:text-xl{font-size:var(--c2y-text-xl)}.sm\:text-2xl{font-size:var(--c2y-text-2xl)}.sm\:text-3xl{font-size:var(--c2y-text-3xl)}.sm\:text-4xl{font-size:var(--c2y-text-4xl)}.sm\:text-5xl{font-size:var(--c2y-text-5xl)}.sm\:text-6xl{font-size:var(--c2y-text-6xl)}.sm\:text-7xl{font-size:var(--c2y-text-7xl)}.sm\:text-8xl{font-size:var(--c2y-text-8xl)}.sm\:text-9xl{font-size:var(--c2y-text-9xl)}.sm\:text-10xl{font-size:var(--c2y-text-10xl)}.sm\:text-11xl{font-size:var(--c2y-text-11xl)}.sm\:text-12xl{font-size:var(--c2y-text-12xl)}}@media (min-width:768px){.md\:text-xs{font-size:var(--c2y-text-xs)}.md\:text-sm{font-size:var(--c2y-text-sm)}.md\:text-base{font-size:var(--c2y-text-base)}.md\:text-lg{font-size:var(--c2y-text-lg)}.md\:text-xl{font-size:var(--c2y-text-xl)}.md\:text-2xl{font-size:var(--c2y-text-2xl)}.md\:text-3xl{font-size:var(--c2y-text-3xl)}.md\:text-4xl{font-size:var(--c2y-text-4xl)}.md\:text-5xl{font-size:var(--c2y-text-5xl)}.md\:text-6xl{font-size:var(--c2y-text-6xl)}.md\:text-7xl{font-size:var(--c2y-text-7xl)}.md\:text-8xl{font-size:var(--c2y-text-8xl)}.md\:text-9xl{font-size:var(--c2y-text-9xl)}.md\:text-10xl{font-size:var(--c2y-text-10xl)}.md\:text-11xl{font-size:var(--c2y-text-11xl)}.md\:text-12xl{font-size:var(--c2y-text-12xl)}}@media (min-width:1024px){.lg\:text-xs{font-size:var(--c2y-text-xs)}.lg\:text-sm{font-size:var(--c2y-text-sm)}.lg\:text-base{font-size:var(--c2y-text-base)}.lg\:text-lg{font-size:var(--c2y-text-lg)}.lg\:text-xl{font-size:var(--c2y-text-xl)}.lg\:text-2xl{font-size:var(--c2y-text-2xl)}.lg\:text-3xl{font-size:var(--c2y-text-3xl)}.lg\:text-4xl{font-size:var(--c2y-text-4xl)}.lg\:text-5xl{font-size:var(--c2y-text-5xl)}.lg\:text-6xl{font-size:var(--c2y-text-6xl)}.lg\:text-7xl{font-size:var(--c2y-text-7xl)}.lg\:text-8xl{font-size:var(--c2y-text-8xl)}.lg\:text-9xl{font-size:var(--c2y-text-9xl)}.lg\:text-10xl{font-size:var(--c2y-text-10xl)}.lg\:text-11xl{font-size:var(--c2y-text-11xl)}.lg\:text-12xl{font-size:var(--c2y-text-12xl)}}@media (min-width:1280px){.xl\:text-xs{font-size:var(--c2y-text-xs)}.xl\:text-sm{font-size:var(--c2y-text-sm)}.xl\:text-base{font-size:var(--c2y-text-base)}.xl\:text-lg{font-size:var(--c2y-text-lg)}.xl\:text-xl{font-size:var(--c2y-text-xl)}.xl\:text-2xl{font-size:var(--c2y-text-2xl)}.xl\:text-3xl{font-size:var(--c2y-text-3xl)}.xl\:text-4xl{font-size:var(--c2y-text-4xl)}.xl\:text-5xl{font-size:var(--c2y-text-5xl)}.xl\:text-6xl{font-size:var(--c2y-text-6xl)}.xl\:text-7xl{font-size:var(--c2y-text-7xl)}.xl\:text-8xl{font-size:var(--c2y-text-8xl)}.xl\:text-9xl{font-size:var(--c2y-text-9xl)}.xl\:text-10xl{font-size:var(--c2y-text-10xl)}.xl\:text-11xl{font-size:var(--c2y-text-11xl)}.xl\:text-12xl{font-size:var(--c2y-text-12xl)}}@media (min-width:1536px){.\32xl\:text-xs{font-size:var(--c2y-text-xs)}.\32xl\:text-sm{font-size:var(--c2y-text-sm)}.\32xl\:text-base{font-size:var(--c2y-text-base)}.\32xl\:text-lg{font-size:var(--c2y-text-lg)}.\32xl\:text-xl{font-size:var(--c2y-text-xl)}.\32xl\:text-2xl{font-size:var(--c2y-text-2xl)}.\32xl\:text-3xl{font-size:var(--c2y-text-3xl)}.\32xl\:text-4xl{font-size:var(--c2y-text-4xl)}.\32xl\:text-5xl{font-size:var(--c2y-text-5xl)}.\32xl\:text-6xl{font-size:var(--c2y-text-6xl)}.\32xl\:text-7xl{font-size:var(--c2y-text-7xl)}.\32xl\:text-8xl{font-size:var(--c2y-text-8xl)}.\32xl\:text-9xl{font-size:var(--c2y-text-9xl)}.\32xl\:text-10xl{font-size:var(--c2y-text-10xl)}.\32xl\:text-11xl{font-size:var(--c2y-text-11xl)}.\32xl\:text-12xl{font-size:var(--c2y-text-12xl)}}@media (min-width:640px){.sm\:w-container-25{width:25cqw}.sm\:w-container-50{width:50cqw}.sm\:w-container-75{width:75cqw}.sm\:w-container-100{width:100cqw}.sm\:h-container-25{height:25cqh}.sm\:h-container-50{height:50cqh}.sm\:h-container-75{height:75cqh}.sm\:h-container-100{height:100cqh}}@media (min-width:768px){.md\:w-container-25{width:25cqw}.md\:w-container-50{width:50cqw}.md\:w-container-75{width:75cqw}.md\:w-container-100{width:100cqw}.md\:h-container-25{height:25cqh}.md\:h-container-50{height:50cqh}.md\:h-container-75{height:75cqh}.md\:h-container-100{height:100cqh}}@media (min-width:1024px){.lg\:w-container-25{width:25cqw}.lg\:w-container-50{width:50cqw}.lg\:w-container-75{width:75cqw}.lg\:w-container-100{width:100cqw}.lg\:h-container-25{height:25cqh}.lg\:h-container-50{height:50cqh}.lg\:h-container-75{height:75cqh}.lg\:h-container-100{height:100cqh}}@media (min-width:1280px){.xl\:w-container-25{width:25cqw}.xl\:w-container-50{width:50cqw}.xl\:w-container-75{width:75cqw}.xl\:w-container-100{width:100cqw}.xl\:h-container-25{height:25cqh}.xl\:h-container-50{height:50cqh}.xl\:h-container-75{height:75cqh}.xl\:h-container-100{height:100cqh}}@media (min-width:1536px){.\xl\:w-container-25{width:25cqw}.\xl\:w-container-50{width:50cqw}.\xl\:w-container-75{width:75cqw}.\xl\:w-container-100{width:100cqw}.\xl\:h-container-25{height:25cqh}.\xl\:h-container-50{height:50cqh}.\xl\:h-container-75{height:75cqh}.\xl\:h-container-100{height:100cqh}}.center-content{justify-content:center;align-items:center;display:flex}.center-top{justify-content:center;align-items:flex-start;display:flex}.center-bottom{justify-content:center;align-items:flex-end;display:flex}.center-h{justify-content:center;display:flex}.center-v{align-items:center;display:flex}.place-center{place-items:center;display:grid}.place-top{place-items:center start;display:grid}.place-bottom{place-items:center end;display:grid}.h-50vh{min-height:50vh}.h-75vh{min-height:75vh}.h-screen{min-height:100vh}.arrow-icon{color:var(--c2y-black);width:max(32px,min(5vw,64px));height:max(32px,min(5vw,64px));transition:transform .3s;display:block}@keyframes arrowPulse{0%,to{transform:translate(0)}50%{transform:translate(8px)}}.arrow-icon.animate{animation:2s ease-in-out infinite arrowPulse}.arrow-icon-inline{flex-shrink:0;width:max(24px,min(4vw,48px));height:max(24px,min(4vw,48px));display:inline-block}@keyframes slideRight{0%,to{transform:translate(0)}50%{transform:translate(12px)}}.animate-slide-right{animation:1.5s ease-in-out infinite slideRight}@media (max-width:768px){.arrow-icon-inline{width:20px;height:20px}}#create-toggle:checked~label{display:none}#create-toggle:checked~div{opacity:1;pointer-events:auto}#menu-toggle:checked~label{display:none}#menu-toggle:checked~div{opacity:1;pointer-events:auto}.menu-overlay{z-index:40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;pointer-events:none;background:#fffc;transition:opacity .5s;position:fixed;inset:0}.menu-icon{cursor:pointer;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.hamburger-line{background:currentColor;width:1.5rem;height:.25rem;display:block}.close-icon{width:1.5rem;height:1.5rem;position:relative}.close-icon:before,.close-icon:after{content:"";background:#000;width:100%;height:.25rem;position:absolute;top:50%;left:0;transform:translateY(-50%)}.close-icon:before{transform:translateY(-50%)rotate(45deg)}.close-icon:after{transform:translateY(-50%)rotate(-45deg)}.menu-panel{background:#fff;width:100%;max-width:300px;height:100vh;position:absolute;top:0;right:0}.menu-link{transition:color .2s}.menu-link:hover{color:var(--c2y-primary)}body{overflow-y:auto!important}.nav-link[data-astro-cid-pux6a34n]{color:#000;white-space:nowrap;padding:.5rem 1rem;font-size:1rem;font-weight:700;text-decoration:none;transition:color .4s}@media (max-width:1279px){.nav-link[data-astro-cid-pux6a34n]{font-size:.9375rem}}.toggle-btn[data-astro-cid-pux6a34n]{color:#fff;cursor:pointer;white-space:nowrap;background:#000;border:none;border-radius:100px;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;transition:all .3s}@media (max-width:1279px){.toggle-btn[data-astro-cid-pux6a34n]{padding:.625rem 1.25rem;font-size:.875rem}}.mobile-nav-link[data-astro-cid-pux6a34n]{color:#000;border-bottom:1px solid #f3f4f6;padding:1rem 0;font-size:1.125rem;font-weight:600;text-decoration:none;transition:color .2s,transform .2s;display:block}@media (max-width:1023px) and (min-width:640px){.mobile-nav-link[data-astro-cid-pux6a34n]{font-size:1rem}}@media (max-width:639px){.mobile-nav-link[data-astro-cid-pux6a34n]{font-size:.9375rem}}.mobile-section-title[data-astro-cid-pux6a34n]{text-transform:uppercase;letter-spacing:.1em;color:#6b7280;margin-top:2rem;margin-bottom:1rem;font-size:.75rem;font-weight:700}.mobile-section-title[data-astro-cid-pux6a34n]:first-child{margin-top:0}.main-nav[data-astro-cid-pux6a34n]{z-index:1000;background:#fff;transition:background-color .4s,color .4s;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #0000000d}.nav-inner[data-astro-cid-pux6a34n]{padding-top:1rem;padding-bottom:1rem}@media (max-width:1023px){.nav-inner[data-astro-cid-pux6a34n]{padding-top:.75rem;padding-bottom:.75rem}}.main-nav[data-astro-cid-pux6a34n].dark-mode{background:#000}.nav-link[data-astro-cid-pux6a34n]:hover{color:#351fd5}.main-nav[data-astro-cid-pux6a34n].dark-mode .nav-link[data-astro-cid-pux6a34n]{color:#fff}.logo-img[data-astro-cid-pux6a34n]{height:2.5rem;transition:filter .4s;display:block}@media (max-width:1023px){.logo-img[data-astro-cid-pux6a34n]{height:2rem}}.main-nav[data-astro-cid-pux6a34n].dark-mode .logo-img[data-astro-cid-pux6a34n]{filter:brightness(0)invert()}.toggle-btn[data-astro-cid-pux6a34n]:hover{background:#1f1f1f;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.main-nav[data-astro-cid-pux6a34n].dark-mode .toggle-btn[data-astro-cid-pux6a34n]{color:#000;background:#fff}.main-nav[data-astro-cid-pux6a34n].dark-mode .toggle-btn[data-astro-cid-pux6a34n]:hover{background:#f0f0f0}.menu-links[data-astro-cid-pux6a34n]{align-items:center;gap:.25rem;display:flex}.menu-links[data-astro-cid-pux6a34n].hidden{display:none}.desktop-menu[data-astro-cid-pux6a34n]{align-items:center;gap:1rem;display:flex}.mobile-menu-btn[data-astro-cid-pux6a34n]{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:.5rem;display:none}.hamburger-line[data-astro-cid-pux6a34n]{background:#000;border-radius:2px;width:28px;height:3px;transition:all .3s}.main-nav[data-astro-cid-pux6a34n].dark-mode .hamburger-line[data-astro-cid-pux6a34n]{background:#fff}.mobile-menu-btn[data-astro-cid-pux6a34n].active .hamburger-line[data-astro-cid-pux6a34n]:first-child{transform:rotate(45deg)translateY(10px)}.mobile-menu-btn[data-astro-cid-pux6a34n].active .hamburger-line[data-astro-cid-pux6a34n]:nth-child(2){opacity:0}.mobile-menu-btn[data-astro-cid-pux6a34n].active .hamburger-line[data-astro-cid-pux6a34n]:nth-child(3){transform:rotate(-45deg)translateY(-10px)}.mobile-menu-overlay[data-astro-cid-pux6a34n]{z-index:999;opacity:0;pointer-events:none;background:#fff;padding:1.5rem 0;transition:opacity .3s;position:fixed;inset:60px 0 0;overflow-y:auto}@media (min-width:1024px){.mobile-menu-overlay[data-astro-cid-pux6a34n]{top:72px}}.mobile-menu-overlay[data-astro-cid-pux6a34n].active{opacity:1;pointer-events:auto}.mobile-nav-link[data-astro-cid-pux6a34n]:hover{color:#00ff80;transform:translate(8px)}@media (max-width:1023px){.desktop-menu[data-astro-cid-pux6a34n]{display:none}.mobile-menu-btn[data-astro-cid-pux6a34n]{display:flex}}@media (min-width:1024px){.mobile-menu-overlay[data-astro-cid-pux6a34n]{display:none}}.nav-spacer[data-astro-cid-pux6a34n]{height:60px}@media (min-width:1024px){.nav-spacer[data-astro-cid-pux6a34n]{height:72px}}
