:root{--teal-900:#0b4d57;--teal-800:#0b6a76;--teal-700:#0f8892;--teal-600:#16a1a8;--teal-200:#c9f0ee;--pink-600:#f28ab2;--pink-500:#f3a2c2;--pink-200:#ffd8e7;--cream:#fff6f9;--ink:#0f1c22;--muted:#4f5e66;--white:#fff;--shadow:0 20px 60px #0a2a331f;--radius-lg:28px;--radius-md:18px;--radius-sm:12px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-space),system-ui,sans-serif;color:var(--ink);background:radial-gradient(circle at top,#fff0f6 0%,#fef6fb 30%,#f4fbfb 100%);min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit}main{flex-direction:column;gap:80px;padding:36px 5vw 120px;display:flex}header{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff6f9cc;border-bottom:1px solid #0f889214;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;padding:18px 5vw;display:flex}.brand{flex-direction:column;gap:6px;display:flex}.brand h1{font-family:var(--font-fraunces),serif;letter-spacing:-.02em;font-size:24px}.brand span{color:var(--muted);font-size:13px}.lang-toggle{border:1px solid #0f889233;border-radius:999px;display:inline-flex;overflow:hidden}.lang-toggle a{color:var(--teal-800);background:0 0;padding:8px 14px;font-size:13px;font-weight:600}.lang-toggle a.active{background:var(--teal-700);color:#fff}.hero{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:center;gap:36px;display:grid}.hero h2{font-family:var(--font-fraunces),serif;letter-spacing:-.02em;font-size:clamp(36px,5vw,64px)}.hero p{color:var(--muted);max-width:520px;font-size:18px;line-height:1.6}.hero-card{color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow);background:linear-gradient(135deg,#0f8892e6,#f28ab2d9);padding:28px}.hero-card h3{margin-bottom:10px;font-size:18px;font-weight:600}.hero-card .amount{font-family:var(--font-fraunces),serif;margin:6px 0 12px;font-size:48px}.progress{background:#fff3;border-radius:999px;height:12px;overflow:hidden}.progress span{background:#fff;border-radius:999px;height:100%;display:block}.cta-row{flex-wrap:wrap;gap:16px;margin-top:22px;display:flex}.btn{cursor:pointer;border:1px solid #0000;border-radius:999px;padding:12px 20px;font-weight:600;transition:transform .2s,box-shadow .2s}.btn.primary{background:var(--teal-800);color:#fff;box-shadow:0 10px 24px #0f889240}.btn.secondary{border-color:var(--teal-700);color:var(--teal-800);background:0 0}.btn:hover{transform:translateY(-2px)}.section{border-radius:var(--radius-lg);box-shadow:var(--shadow);background:#fff;padding:32px}.section h3{font-family:var(--font-fraunces),serif;margin-bottom:16px;font-size:28px}.grid-2,.item-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;display:grid}.item-card{border-radius:var(--radius-md);background:#fff;border:1px solid #0f889214;flex-direction:column;gap:12px;padding:16px;display:flex}.item-card img{aspect-ratio:4/3;object-fit:cover;border-radius:14px;width:100%}.item-card h4{font-size:18px}.item-card p{color:var(--muted);line-height:1.5}.item-meta{color:var(--muted);justify-content:space-between;font-size:13px;display:flex}.stock-bar{background:#eef6f7;border-radius:999px;height:8px;overflow:hidden}.stock-bar span{background:var(--pink-500);height:100%;display:block}.experience-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-top:24px;display:grid}.experience-grid--featured,.experience-grid--capped{grid-template-columns:repeat(auto-fill,minmax(260px,300px))}.experience-card{border-radius:var(--radius-md);background:#fff;border:1px solid #0f889214;flex-direction:column;display:flex;overflow:hidden}.experience-card-image{aspect-ratio:4/3;object-fit:cover;width:100%}.experience-card-body{flex-direction:column;gap:10px;padding:16px;display:flex}.experience-card-category{color:var(--teal-700);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.experience-card-title{font-size:18px;font-weight:600;line-height:1.3}.experience-card-contributor{color:var(--muted);font-size:14px}.experience-card-meta{color:var(--muted);gap:12px;font-size:13px;display:flex}.experience-card-price{color:var(--teal-800);font-size:18px;font-weight:700}.top-nav{align-items:center;gap:20px;display:flex}.top-nav a{color:var(--muted);font-size:14px;font-weight:500}.top-nav a:hover,.top-nav a.active{color:var(--teal-800)}.sidebar{z-index:20;background:#fff;flex-direction:column;gap:16px;width:min(420px,90vw);height:100vh;padding:26px;transition:transform .3s;display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-20px 0 60px #0a2a3326}.sidebar.open{transform:translate(0)}.sidebar header{background:0 0;border:none;padding:0;position:static}.side-field{flex-direction:column;gap:6px;display:flex}.side-field input,.side-field select,.side-field textarea{border:1px solid #0f889233;border-radius:12px;padding:10px 12px;font-family:inherit}.badge{color:var(--teal-800);background:#eef9f8;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.milestones{flex-direction:column;gap:10px;display:flex}.milestone{background:#ffd8e766;border:1px dashed #f28ab299;border-radius:14px;padding:12px 14px;font-size:14px}.feed{gap:10px;display:grid}.feed-item{background:#f7fcfb;border-radius:12px;justify-content:space-between;gap:10px;padding:10px 12px;font-size:13px;display:flex}.footer{text-align:center;color:var(--muted);padding-top:40px;font-size:14px}.countdown-hero{text-align:center;flex-direction:column;align-items:center;gap:32px;display:flex}.countdown-hero .hero-card,.countdown-hero .countdown-hero-text{max-width:640px}.countdown-hero p{margin-left:auto;margin-right:auto}.countdown-hero .cta-row{justify-content:center}.countdown-card{flex-direction:column;gap:16px;width:100%;display:flex}.countdown-timer{border-radius:var(--radius-lg);background:#fffffff2;justify-content:center;align-items:center;gap:8px;margin:24px 0;padding:24px 32px;display:inline-flex;box-shadow:0 20px 60px #0a2a3326}.countdown-unit{text-align:center;min-width:64px}.countdown-number{font-family:var(--font-fraunces),serif;font-size:clamp(36px,6vw,56px);font-weight:600;line-height:1.1}.countdown-label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-top:4px;font-size:11px}.countdown-sep{color:var(--teal-700);opacity:.7;font-size:clamp(28px,4vw,42px);font-weight:300;line-height:1}.countdown-live{color:var(--muted);font-size:14px}.countdown-perks-preview{margin-top:12px}.countdown-perks-preview ul{gap:6px;margin-top:10px;padding-left:0;list-style:none;display:grid}.countdown-perks-preview li{color:var(--white);opacity:.9;font-size:14px}.countdown-process-section .countdown-process-subtitle{color:var(--muted);margin-bottom:24px;font-size:18px;line-height:1.45}.countdown-process-cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-bottom:24px;display:grid}.countdown-process-card{border-radius:var(--radius-md);background:#f7fcfb;border:1px solid #0f88921f;flex-direction:column;gap:12px;padding:20px;display:flex}.countdown-process-card-graphic{justify-content:center;align-items:center;min-height:80px;display:flex}.countdown-process-card-graphic img{object-fit:contain;width:100%;max-width:120px;height:auto}.countdown-process-card h4{color:var(--teal-800);margin-bottom:10px;font-size:18px;font-weight:600}.countdown-process-card p{color:var(--muted);margin:0;font-size:15px;line-height:1.5}.countdown-prelaunch-line{color:var(--muted);margin-bottom:20px;font-size:15px;font-style:italic}.countdown-process-section .cta-row{flex-wrap:wrap;gap:12px}.contact-card{border-radius:var(--radius-md);background:#f7fcfb;border:1px solid #0f889229;padding:20px;box-shadow:0 12px 32px #0a2a330f}.contact-intro{color:var(--muted);margin-bottom:14px;font-size:14px}.contact-form{flex-direction:column;gap:12px;display:flex}.contact-success{color:var(--teal-800);font-size:14px;font-weight:600}.campaign-block-section{text-align:center}.campaign-block-grid{grid-template-columns:1fr;align-items:start;gap:24px;display:grid}@media (min-width:560px){.campaign-block-grid{grid-template-columns:auto 1fr}}.campaign-logo-link{margin-bottom:20px;display:inline-block}.campaign-logo{width:auto;max-height:56px;display:block}.campaign-link{color:var(--teal-700);font-weight:600}.campaign-link:hover{text-decoration:underline}.apply-hero{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.apply-hero h2{font-family:var(--font-fraunces),serif;letter-spacing:-.02em;font-size:clamp(32px,5vw,48px)}.apply-hero .trust-line{color:var(--muted);font-size:13px}.apply-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.apply-card{border-radius:var(--radius-md);background:#f7fcfb;border:1px solid #0f88921f;padding:20px}.apply-card h4{margin-bottom:8px;font-size:16px}.apply-card p{color:var(--muted);font-size:14px;line-height:1.5}.apply-steps{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px;display:grid}.apply-step{flex-direction:column;gap:8px;display:flex}.apply-step strong{font-size:16px}.apply-step p{color:var(--muted);font-size:14px;line-height:1.5}.apply-checklist ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.apply-checklist li{color:var(--ink);padding-left:24px;font-size:14px;list-style:none;position:relative}.apply-checklist li:before{content:"✓";color:var(--teal-700);font-weight:700;position:absolute;left:0}.apply-form-group{border:none;flex-direction:column;gap:16px;margin:0;padding:0;display:flex}.apply-form-group>legend,.apply-form-group>.group-title{color:var(--teal-800);margin-bottom:4px;font-size:15px;font-weight:600}.apply-field{flex-direction:column;gap:6px;display:flex}.apply-field input,.apply-field select,.apply-field textarea{border-radius:var(--radius-sm);border:1px solid #0f889240;padding:10px 12px;font-family:inherit}.apply-field input:focus,.apply-field select:focus,.apply-field textarea:focus{border-color:var(--teal-600);outline:none;box-shadow:0 0 0 2px #0f889226}.apply-field .field-error{color:#c53030;font-size:13px}.apply-field .field-helper,.field-helper{color:var(--muted);font-size:13px}.honeypot{opacity:0;pointer-events:none;position:absolute;left:-9999px}@media (max-width:720px){main{padding:24px 6vw 120px}.hero-card .amount{font-size:38px}.nav{flex-direction:column;align-items:flex-start;gap:14px}}
@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1e219c03c996efbd-s.ba7d7329.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b35b0dbffda7f2c4-s.0c27b1b4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(../media/03bda585a99c6450-s.p.ad37b9d9.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1e219c03c996efbd-s.ba7d7329.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b35b0dbffda7f2c4-s.0c27b1b4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(../media/03bda585a99c6450-s.p.ad37b9d9.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1e219c03c996efbd-s.ba7d7329.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b35b0dbffda7f2c4-s.0c27b1b4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(../media/03bda585a99c6450-s.p.ad37b9d9.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces Fallback;src:local(Times New Roman);ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.0%;size-adjust:115.45%}.fraunces_af611f19-module__j66A2G__className{font-family:Fraunces,Fraunces Fallback;font-style:normal}.fraunces_af611f19-module__j66A2G__variable{--font-fraunces:"Fraunces","Fraunces Fallback"}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_8f8533f2-module__K8fPEG__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_8f8533f2-module__K8fPEG__variable{--font-space:"Space Grotesk","Space Grotesk Fallback"}
