.glass-header{background:#ffffffd1;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(0,0,0,.06)}.header-logo{height:32px;width:auto}.landing{min-height:calc(100vh - 60px);display:flex;flex-direction:column;background:#fafaf8}html{scroll-behavior:smooth}.landing-hero{position:relative;overflow:hidden;padding:3.5rem 2rem 3rem;text-align:center;background:linear-gradient(180deg,#fafaf8,#f5f4f2)}.hero-glow{position:absolute;border-radius:50%;pointer-events:none;filter:blur(80px)}.hero-glow--orange{top:-15%;right:-8%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,96,56,.14) 0%,transparent 70%)}.hero-glow--teal{bottom:-20%;left:-5%;width:450px;height:450px;background:radial-gradient(circle,rgba(32,212,188,.1) 0%,transparent 70%)}.hero-content{position:relative;z-index:1;max-width:1040px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem .4rem .65rem;background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.06);border-radius:999px;font-size:.78rem;font-weight:500;color:var(--gray-600);margin-bottom:2rem;letter-spacing:.02em}.hero-badge-dot{width:7px;height:7px;border-radius:50%;background:var(--teal);box-shadow:0 0 8px #20d4bc80;animation:pulse-dot 2.5s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;box-shadow:0 0 8px #20d4bc80}50%{opacity:.6;box-shadow:0 0 16px #20d4bccc}}.hero-eyebrow{font-size:clamp(.82rem,1.3vw,.95rem);font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gray-500);margin-bottom:1.25rem}.landing-hero h1{font-size:clamp(2.8rem,5.8vw,4.8rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;padding-bottom:.05em;color:var(--gray-900);margin-bottom:1.5rem}.gradient-text{background:linear-gradient(90deg,#ff6038,#ff6038 35%,#d9587a 42%,#7c5bbf,#3aadba 58%,#20d4bc 65%,#20d4bc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle-lead{font-size:clamp(1.05rem,1.8vw,1.3rem);color:var(--gray-800);font-weight:600;line-height:1.5;margin-bottom:1.5rem;letter-spacing:-.01em}.hero-subtitle-body{font-size:clamp(.95rem,1.5vw,1.1rem);color:var(--gray-500);font-weight:400;line-height:1.75;max-width:920px;margin:1.5rem auto 0}.hero-divider{width:80px;height:3px;margin:0 auto;border-radius:3px;background:linear-gradient(90deg,#ff6038,#ff6038 35%,#d9587a 42%,#7c5bbf,#3aadba 58%,#20d4bc 65%,#20d4bc);opacity:.85}.hero-cta{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.btn-hero-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;background:var(--orange);color:var(--white);font-family:Montserrat,sans-serif;font-weight:600;font-size:.95rem;border-radius:12px;text-decoration:none;position:relative;overflow:hidden;transition:transform .3s cubic-bezier(.23,1,.32,1),box-shadow .3s cubic-bezier(.23,1,.32,1)}.btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 12px 35px #ff60384d,0 4px 12px #ff603826;color:var(--white)}.btn-hero-primary:active{transform:translateY(0)}.btn-hero-primary:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transition:left .5s ease}.btn-hero-primary:hover:after{left:100%}.btn-hero-secondary{display:inline-flex;align-items:center;gap:.4rem;padding:.85rem 1.75rem;font-family:Montserrat,sans-serif;font-weight:600;font-size:.95rem;color:var(--gray-700);background:transparent;border:1.5px solid rgba(0,0,0,.12);border-radius:12px;text-decoration:none;transition:all .3s cubic-bezier(.23,1,.32,1)}.btn-hero-secondary:hover{border-color:var(--teal);color:var(--teal-dark);transform:translateY(-2px);box-shadow:0 8px 25px #20d4bc1a}.hero-nav-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1000px;margin:2.5rem auto 0}.hero-nav-card{display:flex;align-items:center;gap:.85rem;padding:1.1rem 1.25rem;border-radius:16px;border:1.5px solid rgba(0,0,0,.06);border-left:3px solid transparent;background:#ffffffbf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);text-decoration:none;transition:all .35s cubic-bezier(.23,1,.32,1);text-align:left}.hero-nav-card--teal{border-left-color:var(--teal);background:linear-gradient(135deg,#20d4bc0a,#ffffffbf)}.hero-nav-card--indigo{border-left-color:#4f46e5;background:linear-gradient(135deg,#4f46e50a,#ffffffbf)}.hero-nav-card--amber{border-left-color:#d97706;background:linear-gradient(135deg,#d977060a,#ffffffbf)}.hero-nav-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #00000014;border-color:#0000001a}.hero-nav-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .35s cubic-bezier(.23,1,.32,1)}.hero-nav-icon svg{width:20px;height:20px}.hero-nav-icon--teal{background:#20d4bc1a;color:var(--teal-dark)}.hero-nav-icon--indigo{background:#4f46e514;color:#4338ca}.hero-nav-icon--amber{background:#d9770614;color:#b45309}.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{background:#4f46e5;color:var(--white);box-shadow:0 4px 12px #4f46e54d}.hero-nav-card:hover .hero-nav-icon--amber{background:#d97706;color:var(--white);box-shadow:0 4px 12px #d977064d}.hero-nav-text{display:flex;flex-direction:column;gap:.1rem;flex:1;min-width:0}.hero-nav-label{font-size:.9rem;font-weight:650;color:var(--gray-800);line-height:1.2}.hero-nav-desc{font-size:.76rem;color:var(--gray-400);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-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}.modes-section{padding:3rem 2rem 5rem;background:#f5f4f2;scroll-margin-top:60px;border-top:1px solid rgba(0,0,0,.06);box-shadow:inset 0 1px 3px #00000008}.modes-header{text-align:center;margin-bottom:2rem}.section-label{display:block;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:.75rem}.modes-header h2{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;color:var(--gray-900)}.mode-panel{max-width:1020px;margin:0 auto 2rem;padding:1.75rem 2rem 2rem;border-radius:20px;border:1px solid rgba(0,0,0,.06);border-left:4px solid var(--gray-300);background:#ffffff80;scroll-margin-top:80px}.mode-panel-header{margin-bottom:1.5rem}.mode-panel-title{font-size:1.1rem;font-weight:600;color:var(--gray-700);letter-spacing:-.01em;margin:0 0 .25rem}.mode-panel-desc{font-size:.875rem;color:var(--gray-400);margin:0;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{border-left-color:#4f46e5;background:linear-gradient(135deg,#4f46e508,#ffffff80)}.mode-panel--designers .mode-panel-title{color:#3730a3}.mode-panel--orgs{border-left-color:#d97706;background:linear-gradient(135deg,#d9770608,#ffffff80)}.mode-panel--orgs .mode-panel-title{color:#92400e}.mode-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.mode-grid--single{grid-template-columns:1fr;max-width:480px}.mode-grid--full{grid-template-columns:1fr}.mode-card{position:relative;background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1.5px solid rgba(0,0,0,.06);border-radius:24px;overflow:hidden;cursor:pointer;transition:transform .4s cubic-bezier(.23,1,.32,1),box-shadow .4s cubic-bezier(.23,1,.32,1),border-color .4s ease}.mode-card:hover{transform:translateY(-8px);box-shadow:0 28px 70px #00000014,0 8px 24px #00000008;border-color:#0000001a}.mode-card--mentor{background:linear-gradient(160deg,#ffffffe6,#20d4bc0f)}.mode-card--mentor:after{content:"";position:absolute;bottom:24px;right:24px;width:80px;height:80px;background:repeating-linear-gradient(-45deg,transparent,transparent 4px,rgba(32,212,188,.05) 4px,rgba(32,212,188,.05) 5px);border-radius:12px;pointer-events:none;transition:all .5s ease}.mode-card--mentor:hover:after{width:100px;height:100px;background:repeating-linear-gradient(-45deg,transparent,transparent 4px,rgba(32,212,188,.1) 4px,rgba(32,212,188,.1) 5px)}.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,#ff60380d)}.mode-card--practice:after{content:"";position:absolute;bottom:20px;right:20px;width:64px;height:64px;background-image:radial-gradient(circle,rgba(255,96,56,.1) 2.5px,transparent 2.5px);background-size:14px 14px;border-radius:10px;pointer-events:none;transition:all .5s ease}.mode-card--practice:hover:after{width:84px;height:84px;background-image:radial-gradient(circle,rgba(255,96,56,.16) 2.5px,transparent 2.5px)}.mode-card--practice:hover{border-color:#ff603833;box-shadow:0 28px 70px #ff603814,0 8px 24px #ff60380a}.mode-card-accent{height:5px;width:100%}.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{padding:2.25rem 2.25rem 2.5rem;display:flex;flex-direction:column;height:100%}.mode-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.mode-card-icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.23,1,.32,1)}.mode-card-icon svg{width:24px;height:24px}.mode-card-icon--teal{background:#20d4bc1a;color:var(--teal-dark)}.mode-card-icon--orange{background:#ff603814;color:var(--orange)}.mode-card-icon--indigo{background:#4f46e514;color:#4338ca}.mode-card-icon--rose{background:#e11d4814;color:#9f1239}.mode-card-icon--amber{background:#d9770614;color:#b45309}.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{background:#4f46e5;color:var(--white);box-shadow:0 8px 24px #4f46e559}.mode-card:hover .mode-card-icon--rose{background:#e11d48;color:var(--white);box-shadow:0 8px 24px #1d4ed859}.mode-card:hover .mode-card-icon--amber{background:#d97706;color:var(--white);box-shadow:0 8px 24px #d9770659}.mode-card-tag{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:.3rem .75rem;border-radius:999px}.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{font-size:1.5rem;font-weight:700;line-height:1.2;color:var(--gray-900);margin-bottom:.75rem;letter-spacing:-.01em}.mode-card p{font-size:.92rem;line-height:1.7;color:var(--gray-500);margin-bottom:1.5rem}.mode-card-features{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.6rem;flex:1}.mode-card-features li{font-size:.85rem;display:flex;align-items:center;gap:.5rem;color:var(--gray-600);line-height:1.4}.mode-card-features li svg{flex-shrink:0;color:var(--teal)}.mode-card-cta{font-size:.92rem;font-weight:600;display:inline-flex;align-items:center;gap:.4rem;transition:all .3s cubic-bezier(.23,1,.32,1);margin-top:auto}.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{display:inline-flex;align-items:center;gap:.5rem;font-size:.92rem;font-weight:600;padding:.65rem 1.5rem;border-radius:10px;text-decoration:none;margin-top:auto;transition:all .3s cubic-bezier(.23,1,.32,1)}.mode-card-cta-btn--amber{background:#d97706;color:var(--white);align-self:flex-start}.mode-card-cta-btn--amber:hover{background:#b45309;color:var(--white);transform:translateY(-2px);box-shadow:0 8px 24px #d977064d}.mode-card--enterprise{background:linear-gradient(160deg,#ffffffe6,#d977060d);cursor:default}.mode-card--enterprise:after{content:"";position:absolute;bottom:24px;right:24px;width:90px;height:90px;background:repeating-linear-gradient(45deg,transparent,transparent 5px,rgba(217,119,6,.04) 5px,rgba(217,119,6,.04) 6px);border-radius:12px;pointer-events:none;transition:all .5s ease}.mode-card--enterprise:hover:after{width:110px;height:110px;background:repeating-linear-gradient(45deg,transparent,transparent 5px,rgba(217,119,6,.08) 5px,rgba(217,119,6,.08) 6px)}.mode-card--enterprise:hover{border-color:#d9770633;box-shadow:0 28px 70px #d9770614,0 8px 24px #d977060a}.landing-footer{padding:2.5rem 2rem;background:var(--white);border-top:1px solid rgba(0,0,0,.06)}.footer-inner{max-width:1200px;margin:0 auto;text-align:center}.footer-logo-link{display:inline-block;margin-bottom:1.25rem;transition:opacity .2s ease}.footer-logo-link:hover{opacity:.7}.footer-logo-full{height:60px;width:auto;opacity:.85}.footer-disclaimer{font-size:.72rem;color:var(--gray-400);max-width:560px;margin:0 auto;line-height:1.6}.animate-in{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.23,1,.32,1),transform .7s cubic-bezier(.23,1,.32,1)}.animate-in.visible{opacity:1;transform:translateY(0)}.mode-grid .animate-in.visible:nth-child(1){transition-delay:0ms}.mode-grid .animate-in.visible:nth-child(2){transition-delay:.15s}.hero-content .animate-in.visible:nth-child(1){transition-delay:0ms}.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 (max-width: 768px){.mode-grid{grid-template-columns:1fr;max-width:520px;gap:1.5rem}.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;max-width:360px;gap:.75rem}}@media (max-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{width:100%;justify-content:center}.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{padding:0 2rem 1.5rem;background:#f5f4f2}.cta-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:720px;margin:0 auto}.cta-card{text-align:center;padding:2rem 1.5rem;border-radius:16px;background:#ffffffb3;border:1px solid rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease}.cta-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0000000f}.cta-card-icon{width:48px;height:48px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;border-radius:12px}.cta-card--code .cta-card-icon{background:#20d4bc1a;color:var(--teal)}.cta-card--subscribe .cta-card-icon{background:#ff60381a;color:var(--orange)}.cta-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--gray-900)}.cta-card p{font-size:.85rem;color:var(--gray-500);line-height:1.6;margin-bottom:1.25rem}.cta-card .btn{font-size:.85rem;padding:.6rem 1.5rem}.mode-card--locked{opacity:.85}.mode-card--locked .mode-card-cta{opacity:.7}.mode-card--locked .mode-card-cta svg{opacity:.6}@media (max-width: 640px){.cta-grid{grid-template-columns:1fr;gap:1rem}.cta-card{padding:1.5rem 1.25rem}}.sandbox-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .25s ease}.sandbox-modal--open{opacity:1;pointer-events:auto}.sandbox-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000040;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.sandbox-modal-content{position:relative;background:#fff;border-radius:16px;padding:2rem 2.25rem 1.5rem;width:100%;max-width:680px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 80px #00000026;transform:translateY(20px) scale(.97);transition:transform .3s cubic-bezier(.23,1,.32,1)}.sandbox-modal--open .sandbox-modal-content{transform:translateY(0) scale(1)}.sandbox-modal-close{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px;border-radius:50%;border:none;background:#0000000a;color:var(--gray-500);font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.sandbox-modal-close:hover{background:#00000014}.sandbox-modal-header{margin-bottom:1rem}.sandbox-modal-tag{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .6rem;border-radius:4px;margin-bottom:.5rem}.sandbox-modal-title{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin:0;line-height:1.3}.sandbox-modal-desc{font-size:.9rem;line-height:1.6;color:var(--gray-600);margin:0 0 1rem}.sandbox-modal-section{margin-bottom:1rem}.sandbox-modal-section-title{font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);margin:0 0 .5rem}.sandbox-modal-features{list-style:none;padding:0;margin:0;display:grid;gap:.4rem}.sandbox-modal-features li{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:var(--gray-700);line-height:1.4}.sandbox-modal-crossref{font-size:.85rem;line-height:1.5;color:var(--gray-500);margin:0 0 .25rem}.sandbox-modal-actions{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--gray-100)}.sandbox-modal-cta{display:inline-flex;align-items:center;gap:.5rem;font-size:.92rem;font-weight:600;padding:.65rem 1.25rem;border-radius:8px;text-decoration:none;transition:all .2s ease}.sandbox-modal-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00000026}.sandbox-modal-active{overflow:hidden}@media (max-width: 640px){.sandbox-modal-content{margin:1rem;padding:1.5rem 1.25rem 1.25rem;max-height:90vh}.sandbox-modal-title{font-size:1.25rem}.sandbox-modal-cta{font-size:.82rem;padding:.6rem 1rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.animate-in{opacity:1;transform:none}}
