.glass-header{-webkit-backdrop-filter:blur(20px)saturate(180%);background:#ffffffd1;border-bottom:1px solid #0000000f}.header-logo{width:auto;height:32px}.landing{background:#fafaf8;flex-direction:column;min-height:calc(100vh - 60px);display:flex}html{scroll-behavior:smooth}.landing-hero{text-align:center;background:linear-gradient(#fafaf8 0%,#f5f4f2 100%);padding:3.5rem 2rem 3rem;position:relative;overflow:hidden}.hero-glow{pointer-events:none;filter:blur(80px);border-radius:50%;position:absolute}.hero-glow--orange{background:radial-gradient(circle,#ff603824 0%,#0000 70%);width:500px;height:500px;top:-15%;right:-8%}.hero-glow--teal{background:radial-gradient(circle,#20d4bc1a 0%,#0000 70%);width:450px;height:450px;bottom:-20%;left:-5%}.hero-content{z-index:1;max-width:1040px;margin:0 auto;position:relative}.hero-badge{-webkit-backdrop-filter:blur(12px);color:var(--gray-600);letter-spacing:.02em;background:#fffc;border:1px solid #0000000f;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem .4rem .65rem;font-size:.78rem;font-weight:500;display:inline-flex}.hero-badge-dot{background:var(--teal);border-radius:50%;width:7px;height:7px;animation:2.5s ease-in-out infinite pulse-dot;box-shadow:0 0 8px #20d4bc80}@keyframes pulse-dot{0%,to{opacity:1;box-shadow:0 0 8px #20d4bc80}50%{opacity:.6;box-shadow:0 0 16px #20d4bccc}}.hero-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--gray-500);margin-bottom:1.25rem;font-size:clamp(.82rem,1.3vw,.95rem);font-weight:600}.landing-hero h1{letter-spacing:-.03em;color:var(--gray-900);margin-bottom:1.5rem;padding-bottom:.05em;font-size:clamp(2.8rem,5.8vw,4.8rem);font-weight:800;line-height:1.15}.gradient-text{color:var(--orange);background:linear-gradient(90deg,#ff6038 0% 35%,#d9587a 42%,#7c5bbf 50%,#3aadba 58%,#20d4bc 65% 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media (forced-colors:active){.gradient-text{background:0 0;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset}}.hero-subtitle-lead{color:var(--gray-800);letter-spacing:-.01em;margin-bottom:1.5rem;font-size:clamp(1.05rem,1.8vw,1.3rem);font-weight:600;line-height:1.5}.hero-subtitle-body{color:var(--gray-500);max-width:920px;margin:1.5rem auto 0;font-size:clamp(.95rem,1.5vw,1.1rem);font-weight:400;line-height:1.75}.hero-divider{opacity:.85;background:linear-gradient(90deg,#ff6038 0% 35%,#d9587a 42%,#7c5bbf 50%,#3aadba 58%,#20d4bc 65% 100%);border-radius:3px;width:80px;height:3px;margin:0 auto}.hero-cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.btn-hero-primary{background:var(--orange);color:var(--white);border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .3s cubic-bezier(.23,1,.32,1),box-shadow .3s cubic-bezier(.23,1,.32,1);display:inline-flex;position:relative;overflow:hidden}.btn-hero-primary:hover{color:var(--white);transform:translateY(-2px);box-shadow:0 12px 35px #ff60384d,0 4px 12px #ff603826}.btn-hero-primary:active{transform:translateY(0)}.btn-hero-primary:after{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-hero-primary:hover:after{left:100%}.btn-hero-secondary{color:var(--gray-700);background:0 0;border:1.5px solid #0000001f;border-radius:12px;align-items:center;gap:.4rem;padding:.85rem 1.75rem;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.23,1,.32,1);display:inline-flex}.btn-hero-secondary:hover{border-color:var(--teal);color:var(--teal-dark);transform:translateY(-2px);box-shadow:0 8px 25px #20d4bc1a}.hero-nav-cards{grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:1280px;margin:2.5rem auto 0;display:grid}.hero-nav-card{-webkit-backdrop-filter:blur(12px);text-align:left;background:#ffffffbf;border:1.5px solid #0000000f;border-left:3px solid #0000;border-radius:16px;align-items:center;gap:.85rem;padding:1.1rem 1.25rem;text-decoration:none;transition:all .35s cubic-bezier(.23,1,.32,1);display:flex}.hero-nav-card--teal{border-left-color:var(--teal);background:linear-gradient(135deg,#20d4bc0a,#ffffffbf)}.hero-nav-card--indigo{background:linear-gradient(135deg,#4f46e50a,#ffffffbf);border-left-color:#4f46e5}.hero-nav-card--amber{background:linear-gradient(135deg,#d977060a,#ffffffbf);border-left-color:#d97706}.hero-nav-card--violet{border-left-color:var(--violet);background:linear-gradient(135deg,#8b5cf60a,#ffffffbf)}.hero-nav-card:hover{border-color:#0000001a;transform:translateY(-3px);box-shadow:0 12px 32px #00000014}.hero-nav-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .35s cubic-bezier(.23,1,.32,1);display:flex}.hero-nav-icon svg{width:20px;height:20px}.hero-nav-icon--teal{color:var(--teal-dark);background:#20d4bc1a}.hero-nav-icon--indigo{color:#4338ca;background:#4f46e514}.hero-nav-icon--amber{color:#b45309;background:#d9770614}.hero-nav-icon--violet{color:#6d28d9;background:#8b5cf614}.hero-nav-card:hover .hero-nav-icon--teal{background:var(--teal);color:var(--white);box-shadow:0 4px 12px #20d4bc4d}.hero-nav-card:hover .hero-nav-icon--indigo{color:var(--white);background:#4f46e5;box-shadow:0 4px 12px #4f46e54d}.hero-nav-card:hover .hero-nav-icon--amber{color:var(--white);background:#d97706;box-shadow:0 4px 12px #d977064d}.hero-nav-card:hover .hero-nav-icon--violet{background:var(--violet);color:var(--white);box-shadow:0 4px 12px #8b5cf64d}.hero-nav-text{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.hero-nav-label{color:var(--gray-800);font-size:.9rem;font-weight:650;line-height:1.2}.hero-nav-desc{color:var(--gray-400);font-size:.76rem;line-height:1.3}.hero-nav-card--teal:hover .hero-nav-label{color:#1a7a73}.hero-nav-card--indigo:hover .hero-nav-label{color:#3730a3}.hero-nav-card--amber:hover .hero-nav-label{color:#92400e}.hero-nav-card--violet:hover .hero-nav-label{color:#5b21b6}.hero-nav-arrow{width:18px;height:18px;color:var(--gray-300);flex-shrink:0;transition:all .35s cubic-bezier(.23,1,.32,1)}.hero-nav-card:hover .hero-nav-arrow{transform:translateY(3px)}.hero-nav-card--teal:hover .hero-nav-arrow{color:var(--teal)}.hero-nav-card--indigo:hover .hero-nav-arrow{color:#4f46e5}.hero-nav-card--amber:hover .hero-nav-arrow{color:#d97706}.hero-nav-card--violet:hover .hero-nav-arrow{color:var(--violet)}.modes-section{background:#f5f4f2;border-top:1px solid #0000000f;padding:3rem 2rem 5rem;scroll-margin-top:60px;box-shadow:inset 0 1px 3px #00000008}.modes-header{text-align:center;margin-bottom:2rem}.section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:block}.modes-header h2{letter-spacing:-.02em;color:var(--gray-900);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1.15}.mode-panel{border:1px solid #0000000f;border-left:4px solid var(--gray-300);background:#ffffff80;border-radius:20px;max-width:1020px;margin:0 auto 2rem;padding:1.75rem 2rem 2rem;scroll-margin-top:80px}.mode-panel-header{margin-bottom:1.5rem}.mode-panel-title{color:var(--gray-700);letter-spacing:-.01em;margin:0 0 .25rem;font-size:1.1rem;font-weight:600}.mode-panel-desc{color:var(--gray-400);margin:0;font-size:.875rem;line-height:1.5}.mode-panel--coaches{border-left-color:var(--teal);background:linear-gradient(135deg,#2dafa708,#ffffff80)}.mode-panel--coaches .mode-panel-title{color:#1a7a73}.mode-panel--designers{background:linear-gradient(135deg,#4f46e508,#ffffff80);border-left-color:#4f46e5}.mode-panel--designers .mode-panel-title{color:#3730a3}.mode-panel--orgs{background:linear-gradient(135deg,#d9770608,#ffffff80);border-left-color:#d97706}.mode-panel--orgs .mode-panel-title{color:#92400e}.mode-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.mode-grid--single{grid-template-columns:1fr;max-width:480px}.mode-grid--full{grid-template-columns:1fr}.mode-card{-webkit-backdrop-filter:blur(20px);cursor:pointer;background:#ffffffb3;border:1.5px solid #0000000f;border-radius:24px;transition:transform .4s cubic-bezier(.23,1,.32,1),box-shadow .4s cubic-bezier(.23,1,.32,1),border-color .4s;position:relative;overflow:hidden}.mode-card:hover{border-color:#0000001a;transform:translateY(-8px);box-shadow:0 28px 70px #00000014,0 8px 24px #00000008}.mode-card--mentor{background:linear-gradient(160deg,#ffffffe6 0%,#20d4bc0f 100%)}.mode-card--mentor:after{content:"";pointer-events:none;background:repeating-linear-gradient(-45deg,#0000,#0000 4px,#20d4bc0d 4px 5px);border-radius:12px;width:80px;height:80px;transition:all .5s;position:absolute;bottom:24px;right:24px}.mode-card--mentor:hover:after{background:repeating-linear-gradient(-45deg,#0000,#0000 4px,#20d4bc1a 4px 5px);width:100px;height:100px}.mode-card--mentor:hover{border-color:#20d4bc40;box-shadow:0 28px 70px #20d4bc1a,0 8px 24px #20d4bc0d}.mode-card--practice{background:linear-gradient(160deg,#ffffffe6 0%,#ff60380d 100%)}.mode-card--practice:after{content:"";pointer-events:none;background-image:radial-gradient(circle,#ff60381a 2.5px,#0000 2.5px);background-size:14px 14px;border-radius:10px;width:64px;height:64px;transition:all .5s;position:absolute;bottom:20px;right:20px}.mode-card--practice:hover:after{background-image:radial-gradient(circle,#ff603829 2.5px,#0000 2.5px);width:84px;height:84px}.mode-card--practice:hover{border-color:#ff603833;box-shadow:0 28px 70px #ff603814,0 8px 24px #ff60380a}.mode-card-accent{width:100%;height:5px}.mode-card-accent--teal{background:linear-gradient(90deg, var(--teal), var(--teal-light))}.mode-card-accent--orange{background:linear-gradient(90deg, var(--orange), var(--orange-light))}.mode-card-accent--indigo{background:linear-gradient(90deg,#4f46e5,#818cf8)}.mode-card-accent--rose{background:linear-gradient(90deg,#e11d48,#fb7185)}.mode-card-accent--amber{background:linear-gradient(90deg,#d97706,#f59e0b)}.mode-card-inner{flex-direction:column;height:100%;padding:2.25rem 2.25rem 2.5rem;display:flex}.mode-card-head{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.mode-card-icon{border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;transition:all .4s cubic-bezier(.23,1,.32,1);display:flex}.mode-card-icon svg{width:24px;height:24px}.mode-card-icon--teal{color:var(--teal-dark);background:#20d4bc1a}.mode-card-icon--orange{color:var(--orange);background:#ff603814}.mode-card-icon--indigo{color:#4338ca;background:#4f46e514}.mode-card-icon--rose{color:#9f1239;background:#e11d4814}.mode-card-icon--amber{color:#b45309;background:#d9770614}.mode-card:hover .mode-card-icon--teal{background:var(--teal);color:var(--white);box-shadow:0 8px 24px #20d4bc59}.mode-card:hover .mode-card-icon--orange{background:var(--orange);color:var(--white)}.mode-card:hover .mode-card-icon--indigo{color:var(--white);background:#4f46e5;box-shadow:0 8px 24px #4f46e559}.mode-card:hover .mode-card-icon--rose{color:var(--white);background:#e11d48;box-shadow:0 8px 24px #1d4ed859}.mode-card:hover .mode-card-icon--amber{color:var(--white);background:#d97706;box-shadow:0 8px 24px #d9770659}.mode-card-tag{text-transform:uppercase;letter-spacing:.08em;border-radius:999px;padding:.3rem .75rem;font-size:.7rem;font-weight:600}.mode-card-tag--teal{color:var(--teal-dark);background:#20d4bc1a}.mode-card-tag--orange{color:var(--orange);background:#ff603814}.mode-card-tag--indigo{color:#4338ca;background:#4f46e514}.mode-card-tag--rose{color:#9f1239;background:#e11d4814}.mode-card-tag--amber{color:#92400e;background:#d9770614}.mode-card h3{color:var(--gray-900);letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.5rem;font-weight:700;line-height:1.2}.mode-card p{color:var(--gray-500);margin-bottom:1.5rem;font-size:.92rem;line-height:1.7}.mode-card-features{flex-direction:column;flex:1;gap:.6rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.mode-card-features li{color:var(--gray-600);align-items:center;gap:.5rem;font-size:.85rem;line-height:1.4;display:flex}.mode-card-features li svg{color:var(--teal);flex-shrink:0}.mode-card-cta{align-items:center;gap:.4rem;margin-top:auto;font-size:.92rem;font-weight:600;transition:all .3s cubic-bezier(.23,1,.32,1);display:inline-flex}.mode-card-cta--teal{color:var(--teal-dark)}.mode-card-cta--orange{color:var(--orange)}.mode-card-cta--indigo{color:#4338ca}.mode-card-cta--rose{color:#e11d48}.mode-card:hover .mode-card-cta{transform:translate(6px)}.mode-card-cta-btn{border-radius:10px;align-items:center;gap:.5rem;margin-top:auto;padding:.65rem 1.5rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.23,1,.32,1);display:inline-flex}.mode-card-cta-btn--amber{color:var(--white);background:#d97706;align-self:flex-start}.mode-card-cta-btn--amber:hover{color:var(--white);background:#b45309;transform:translateY(-2px);box-shadow:0 8px 24px #d977064d}.mode-card--enterprise{cursor:default;background:linear-gradient(160deg,#ffffffe6 0%,#d977060d 100%)}.mode-card--enterprise:after{content:"";pointer-events:none;background:repeating-linear-gradient(45deg,#0000,#0000 5px,#d977060a 5px 6px);border-radius:12px;width:90px;height:90px;transition:all .5s;position:absolute;bottom:24px;right:24px}.mode-card--enterprise:hover:after{background:repeating-linear-gradient(45deg,#0000,#0000 5px,#d9770614 5px 6px);width:110px;height:110px}.mode-card--enterprise:hover{border-color:#d9770633;box-shadow:0 28px 70px #d9770614,0 8px 24px #d977060a}.mode-card-accent--violet{background:linear-gradient(90deg,#8b5cf6,#fb923c,#22c55e,#e879f9,#facc15);height:6px}.ym-title{font-size:1.55rem;font-weight:800}.ym-title-accent{background:linear-gradient(90deg,#8b5cf6 0%,#fb923c 25%,#22c55e 50%,#e879f9 75%,#facc15 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.mode-card-icon--violet{color:#7c3aed;background:linear-gradient(135deg,#8b5cf638,#fb923c29,#facc1524)}.mode-card:hover .mode-card-icon--violet{color:var(--white);background:linear-gradient(135deg,#8b5cf6,#fb923c,#facc15);box-shadow:0 8px 24px #8b5cf666,0 4px 12px #fb923c4d}.mode-card-tag--violet{color:#fff;letter-spacing:.3px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:1px solid #8b5cf666;font-weight:600}.mode-card-cta-btn--violet{color:var(--white);background:#8b5cf6;align-self:flex-start}.mode-card-cta-btn--violet:hover{color:var(--white);background:#7c3aed;transform:translateY(-2px);box-shadow:0 4px 20px #8b5cf666}.mode-card--youngminds{cursor:default;background:radial-gradient(at 95% 10%,#facc1538 0%,#0000 40%),radial-gradient(at 5% 85%,#facc1529 0%,#0000 40%),radial-gradient(at 50% 30%,#fbbf241a 0%,#0000 50%),radial-gradient(at 80% 60%,#8b5cf60f 0%,#0000 30%),linear-gradient(160deg,#ffffffeb 0%,#fef9e6d9 40%,#fef3c7b3 70%,#fde68a80 100%);border:1.5px solid #facc1559;overflow:hidden}.mode-card--youngminds:before{content:"";pointer-events:none;background:radial-gradient(circle,#fb923c33 0%,#e879f91f 35%,#0000 65%);border-radius:50%;width:220px;height:220px;transition:all .5s;position:absolute;top:-30px;right:-30px}.mode-card--youngminds:after{content:"";pointer-events:none;background:repeating-linear-gradient(45deg,#0000,#0000 4px,#6d28d929 4px 5px),repeating-linear-gradient(-45deg,#0000,#0000 4px,#facc152e 4px 5px);border-radius:16px;width:120px;height:120px;transition:all .5s;position:absolute;bottom:16px;right:16px}.mode-card--youngminds:hover:before{background:radial-gradient(circle,#fb923c47 0%,#e879f924 35%,#0000 65%);width:260px;height:260px}.mode-card--youngminds:hover:after{background:repeating-linear-gradient(45deg,#0000,#0000 4px,#6d28d93d 4px 5px),repeating-linear-gradient(-45deg,#0000,#0000 4px,#facc1542 4px 5px);width:140px;height:140px}.mode-card--youngminds:hover{border-color:#facc1580;box-shadow:0 28px 70px #facc1529,0 12px 32px #fb923c1a,0 4px 16px #8b5cf614,0 0 40px #facc151a}.mode-card--youngminds .mode-card-features li svg{stroke:#8b5cf6}.mode-card--youngminds .mode-card-features li:nth-child(2) svg{stroke:#fb923c}.mode-card--youngminds .mode-card-features li:nth-child(3) svg{stroke:#e879f9}.mode-card--youngminds .mode-card-features li:nth-child(4) svg{stroke:#22c55e}.landing-footer{background:var(--white);border-top:1px solid #0000000f;padding:2.5rem 2rem}.footer-inner{text-align:center;max-width:1200px;margin:0 auto}.footer-logo-link{margin-bottom:1.25rem;transition:opacity .2s;display:inline-block}.footer-logo-link:hover{opacity:.7}.footer-logo-full{opacity:.85;width:auto;height:60px}.footer-disclaimer{color:var(--gray-400);max-width:560px;margin:0 auto;font-size:.72rem;line-height:1.6}.animate-in{opacity:0;transition:opacity .7s cubic-bezier(.23,1,.32,1),transform .7s cubic-bezier(.23,1,.32,1);transform:translateY(28px)}.animate-in.visible{opacity:1;transform:none}.mode-grid .animate-in.visible:first-child{transition-delay:0s}.mode-grid .animate-in.visible:nth-child(2){transition-delay:.15s}.hero-content .animate-in.visible:first-child{transition-delay:0s}.hero-content .animate-in.visible:nth-child(2){transition-delay:.1s}.hero-content .animate-in.visible:nth-child(3){transition-delay:.2s}.hero-content .animate-in.visible:nth-child(4){transition-delay:.3s}.hero-content .animate-in.visible:nth-child(5){transition-delay:.4s}.hero-content .animate-in.visible:nth-child(6){transition-delay:.5s}@media (width<=960px){.hero-nav-cards{grid-template-columns:repeat(2,1fr);max-width:600px}}@media (width<=768px){.mode-grid{grid-template-columns:1fr;gap:1.5rem;max-width:520px}.landing-hero{padding:4rem 1.5rem 3.5rem}.modes-section{padding:3rem 1.5rem 4rem}.mode-panel{padding:1.25rem 1.25rem 1.5rem}.hero-nav-cards{grid-template-columns:1fr;gap:.75rem;max-width:360px}}@media (width<=640px){.landing-hero{padding:3rem 1.25rem 2.5rem}.landing-hero h1{font-size:2rem}.hero-badge{font-size:.72rem}.hero-cta{flex-direction:column;gap:.75rem}.btn-hero-primary,.btn-hero-secondary{justify-content:center;width:100%}.mode-card-inner{padding:1.5rem 1.5rem 1.75rem}.modes-header{margin-bottom:2rem}.hero-glow--orange{width:300px;height:300px}.hero-glow--teal{width:250px;height:250px}}.cta-section{background:#f5f4f2;padding:0 2rem 1.5rem}.cta-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:720px;margin:0 auto;display:grid}.cta-card{text-align:center;background:#ffffffb3;border:1px solid #0000000f;border-radius:16px;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s}.cta-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0000000f}.cta-card-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;display:flex}.cta-card--code .cta-card-icon{color:var(--teal);background:#20d4bc1a}.cta-card--subscribe .cta-card-icon{color:var(--orange);background:#ff60381a}.cta-card h3{color:var(--gray-900);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.cta-card p{color:var(--gray-500);margin-bottom:1.25rem;font-size:.85rem;line-height:1.6}.cta-card .btn{padding:.6rem 1.5rem;font-size:.85rem}.mode-card--locked{opacity:.88;cursor:pointer}.mode-card--locked:hover{opacity:1}.mode-card-lock-badge{width:28px;height:28px;color:var(--gray-400);z-index:2;background:#6b728014;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:.75rem;right:.75rem}.mode-card-cta-btn--teal{background:var(--teal-dark);color:var(--white);align-self:flex-start}.mode-card-cta-btn--teal:hover{color:var(--white);background:#0d9488;transform:translateY(-2px);box-shadow:0 8px 24px #0d94884d}.mode-card-cta-btn--orange{background:var(--orange);color:var(--white);align-self:flex-start}.mode-card-cta-btn--orange:hover{color:var(--white);background:#e54e2a;transform:translateY(-2px);box-shadow:0 8px 24px #ff60384d}.mode-card-cta-btn--indigo{color:var(--white);background:#4338ca;align-self:flex-start}.mode-card-cta-btn--indigo:hover{color:var(--white);background:#3730a3;transform:translateY(-2px);box-shadow:0 8px 24px #4338ca4d}.mode-card-cta-btn--rose{color:var(--white);background:#e11d48;align-self:flex-start}.mode-card-cta-btn--rose:hover{color:var(--white);background:#be123c;transform:translateY(-2px);box-shadow:0 8px 24px #e11d484d}.mode-card-cta-btn--muted{color:var(--gray-500);border:1px solid var(--gray-200);cursor:default;background:0 0;align-self:flex-start;font-size:.82rem}.mode-card-cta-btn--muted:hover{box-shadow:none;transform:none}.sandbox-modal{z-index:10000;opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .25s;display:flex;position:fixed;inset:0}.sandbox-modal--open{opacity:1;pointer-events:auto}.sandbox-modal-backdrop{-webkit-backdrop-filter:blur(6px);background:#00000040;position:absolute;inset:0}.sandbox-modal-content{background:#fff;border-radius:16px;width:100%;max-width:680px;max-height:90vh;padding:2rem 2.25rem 1.5rem;transition:transform .3s cubic-bezier(.23,1,.32,1);position:relative;overflow-y:auto;transform:translateY(20px)scale(.97);box-shadow:0 25px 80px #00000026}.sandbox-modal--open .sandbox-modal-content{transform:translateY(0)scale(1)}.sandbox-modal-close{width:32px;height:32px;color:var(--gray-500);cursor:pointer;background:#0000000a;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;transition:background .15s;display:flex;position:absolute;top:.75rem;right:.75rem}.sandbox-modal-close:hover{background:#00000014}.sandbox-modal-header{margin-bottom:1rem}.sandbox-modal-tag{text-transform:uppercase;letter-spacing:.05em;border-radius:4px;margin-bottom:.5rem;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.sandbox-modal-title{color:var(--gray-900);margin:0;font-size:1.5rem;font-weight:700;line-height:1.3}.sandbox-modal-desc{color:var(--gray-600);margin:0 0 1rem;font-size:.9rem;line-height:1.6}.sandbox-modal-section{margin-bottom:1rem}.sandbox-modal-section-title{text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);margin:0 0 .5rem;font-size:.82rem;font-weight:600}.sandbox-modal-features{gap:.4rem;margin:0;padding:0;list-style:none;display:grid}.sandbox-modal-features li{color:var(--gray-700);align-items:center;gap:.5rem;font-size:.88rem;line-height:1.4;display:flex}.sandbox-modal-who{color:var(--gray-600);margin:0;font-size:.88rem;line-height:1.6}.sandbox-modal-crossref{color:var(--gray-500);margin:0 0 .25rem;font-size:.85rem;line-height:1.5}.sandbox-modal-actions{border-top:1px solid var(--gray-100);margin-top:1.25rem;padding-top:1rem}.sandbox-modal-cta{border-radius:8px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.sandbox-modal-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00000026}.sandbox-modal-cta--muted{color:var(--gray-500);border:1px solid var(--gray-200);cursor:default;background:0 0;font-size:.85rem}.sandbox-modal-cta--muted:hover{box-shadow:none;transform:none}.sandbox-modal-active{overflow:hidden}@media (width<=640px){.sandbox-modal-content{max-height:90vh;margin:1rem;padding:1.5rem 1.25rem 1.25rem}.sandbox-modal-title{font-size:1.25rem}.cta-grid{grid-template-columns:1fr;gap:1rem}.cta-card{padding:1.5rem 1.25rem}}.landing-toast{opacity:0;z-index:9999;text-align:center;border-radius:10px;max-width:90%;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:opacity .3s,transform .3s;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)translateY(20px)}.landing-toast.visible{opacity:1;transform:translate(-50%)translateY(0)}.landing-toast--success{color:#fff;background:#10b981}.landing-toast--info{background:var(--gray-700,#374151);color:#fff}@media (width<=480px){.landing-hero{padding:2.5rem 1rem 2rem}.landing-hero h1{font-size:1.65rem}.landing-hero .hero-subtitle{font-size:.88rem}.mode-card-inner{padding:1.25rem 1.25rem 1.5rem}.mode-card-title{font-size:1.05rem}.cta-section{padding:0 1rem 1.5rem}.cta-card{padding:1.25rem 1rem}.hero-glow--orange,.hero-glow--teal{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.animate-in{opacity:1;transform:none}}.hamburger{cursor:pointer;z-index:102;background:0 0;border:none;padding:.5rem;display:none}.hamburger svg{width:24px;height:24px;stroke:var(--gray-700)}.mobile-menu{z-index:10001;background:#fff;border-radius:16px;flex-direction:column;gap:0;width:240px;padding:.5rem 1.5rem;display:none;position:fixed;top:60px;right:1rem;box-shadow:0 8px 40px #00000026}.mobile-menu.open{display:flex}.mobile-menu a{color:var(--gray-700);border-bottom:1px solid var(--gray-200);padding:.85rem 0;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .2s;display:block}.mobile-menu a:hover{color:var(--orange)}.mobile-menu a:last-child{color:var(--teal);border-bottom:none;font-weight:600}.menu-overlay{z-index:10000;background:0 0;display:none;position:fixed;inset:0}.menu-overlay.open{display:block}@media (width<=768px){.hamburger{display:flex}.header-actions{display:none}.header-logo{height:28px}.header-lab-link{font-size:.9rem}}
