.navbar{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#000c;border-bottom:1px solid #ffffff1a;padding:1rem 0;position:sticky;top:0}.navbar-container{justify-content:space-between;align-items:center;display:flex}.navbar-logo{font-family:var(--font-heading);letter-spacing:.05em;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.text-white{color:#fff}.text-accent{color:var(--accent)}.logo-badge{font-family:var(--font-mono);border:1px solid var(--accent);color:var(--accent);letter-spacing:.05em;padding:.2rem .4rem;font-size:.6rem}.navbar-links{gap:2rem;display:flex}.navbar-links a{font-family:var(--font-body);color:#999;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500;transition:color .2s}.navbar-links a:hover,.navbar-links a:active{color:var(--accent)}.navbar-actions{align-items:center;gap:1.5rem;display:flex}.login-link{font-family:var(--font-body);color:#999;text-transform:uppercase;font-size:.875rem;font-weight:500;transition:color .2s}.login-link:hover{color:#fff}
.waitlist-form-container{width:100%;max-width:480px}.waitlist-form{gap:.5rem;width:100%;display:flex}.waitlist-input{color:var(--foreground);font-family:var(--font-body);background:#0a0a0a80;border:1px solid #333;border-radius:0;outline:none;flex:1;padding:0 1.25rem;font-size:1rem;transition:all .2s}.waitlist-input:focus{border-color:var(--accent)}.waitlist-input:disabled{opacity:.7;cursor:not-allowed}.waitlist-submit{white-space:nowrap}.waitlist-message{font-family:var(--font-body);text-align:left;margin-top:.75rem;font-size:.875rem}.waitlist-message.success{color:#10b981}.waitlist-message.error{color:#ef4444}@media (max-width:480px){.waitlist-form{flex-direction:column}.waitlist-input{height:3rem}}
.hero{background:radial-gradient(circle,#d4874e1a 0%,#0000 60%);padding:8rem 0 6rem}.hero-container{text-align:center;flex-direction:column;align-items:center;display:flex}.hero-subtitle{color:var(--accent);font-family:var(--font-mono);letter-spacing:.1em;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;font-size:.875rem;display:flex}.hero-subtitle .line{background-color:var(--accent);opacity:.5;width:40px;height:1px}.hero-title{letter-spacing:.02em;margin-bottom:1.5rem;font-size:5.5rem;font-weight:700;line-height:1}.hero-title-break{display:none}.hero-description{color:#999;max-width:600px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.hero-actions{justify-content:center;gap:1rem;margin-bottom:5rem;display:flex}.hero-terminal-wrapper{perspective:1000px;width:100%;max-width:800px;margin:0 auto}.hero-terminal{text-align:left;background:#0a0a0a;border:1px solid #ffffff1a;border-radius:8px;transition:transform .3s;overflow:hidden;transform:rotateX(2deg);box-shadow:0 20px 50px #00000080,0 0 0 1px #ffffff0d}.hero-terminal:hover{transform:rotateX(0)}.terminal-header{background:#111;border-bottom:1px solid #ffffff1a;align-items:center;padding:.75rem 1rem;display:flex}.terminal-dots{gap:.5rem;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot.red{background-color:#ff5f56}.dot.yellow{background-color:#ffbd2e}.dot.green{background-color:#27c93f}.terminal-title{text-align:center;font-family:var(--font-mono);color:#666;flex:1;font-size:.75rem}.terminal-body{font-family:var(--font-mono);padding:1.5rem;font-size:.9rem;line-height:1.5}.terminal-line{margin-bottom:.25rem;display:flex}.text-green{color:#4ade80}.text-gray{color:#6b7280}.mt-2{margin-top:1rem}.font-bold{font-weight:700}@media (max-width:768px){.hero-title{font-size:3.5rem}.hero-actions{flex-direction:column}}
.tracks-section{background-color:#050505}.tracks-header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.tracks-header-right{color:#999;text-align:right;max-width:400px;padding-bottom:.5rem;font-size:1.125rem;line-height:1.6}.tracks-tabs{gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex;overflow-x:auto}.track-tab{color:#999;white-space:nowrap;background:#000;border:1px solid #fff3;padding:1rem 2rem;font-weight:600;transition:all .2s}.track-tab:hover{color:#ccc;border-color:#fff6}.track-tab.active{background:var(--accent);color:#000;border-color:var(--accent)}.track-content-panel{background:#0a0a0a;border:1px solid #ffffff1a;border-radius:4px;display:flex}.track-left,.track-right{flex:1;padding:4rem}.track-divider{background:#ffffff1a;width:1px}.track-tag{color:var(--accent);font-family:var(--font-mono);margin-bottom:1rem;font-size:.875rem;display:block}.track-title{text-transform:none;margin-bottom:1.5rem;font-size:3rem}.track-desc{color:#999;margin-bottom:3rem;font-size:1.125rem;line-height:1.6}.skills-subtitle,.progress-subtitle{color:var(--accent);font-family:var(--font-mono);margin-bottom:1rem;font-size:.75rem;display:block}.skills-badges{flex-wrap:wrap;gap:.75rem;margin-bottom:3rem;display:flex}.skill-badge{border:1px solid var(--accent);color:var(--accent);font-family:var(--font-mono);background:#111;padding:.5rem 1rem;font-size:.75rem}.track-meta{gap:4rem;display:flex}.meta-label{color:#666;margin-bottom:.5rem;font-size:.875rem;display:block}.meta-value{font-family:var(--font-heading);font-size:2rem;font-weight:600}.meta-value.text-accent{font-family:var(--font-body);font-size:1.125rem}.progress-list{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}.progress-header{justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;display:flex}.progress-label,.progress-status{color:#999}.text-white{color:#fff}.text-green{color:#4ade80;font-weight:700}.progress-bar{background:#222;border-radius:2px;height:4px;overflow:hidden}.progress-fill{background:var(--accent);height:100%}.progress-item.disabled .progress-label{color:#666}.start-track-btn{width:100%}@media (max-width:992px){.track-content-panel{flex-direction:column}.track-divider{width:100%;height:1px}.tracks-header{flex-direction:column;align-items:flex-start;gap:1rem}.tracks-header-right{text-align:left}}@media (max-width:768px){.track-left,.track-right{padding:2rem}}
.how-it-works{background-color:#050505}.text-center{text-align:center}.mb-16{margin-bottom:4rem}.steps-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.step-card{background:#0a0a0a;border:1px solid #ffffff0d;border-radius:4px;padding:3rem 2.5rem}.step-header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.step-num{font-family:var(--font-mono);color:#333;font-size:2rem;line-height:1}.step-title{text-transform:none;margin-bottom:1.5rem;font-size:2rem}.step-desc{color:#999;font-size:1.125rem;line-height:1.6}@media (max-width:992px){.steps-grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}}
.pricing-section{background-color:#050505}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:center;gap:2rem;display:grid}.pricing-card{background:#0a0a0a;border:1px solid #ffffff0d;border-radius:4px;flex-direction:column;height:100%;padding:3rem 2rem;display:flex}.pricing-card.highlighted{border:1px solid var(--accent);transform:scale(1.05);box-shadow:0 0 40px #d4874e1a}.tier-label{font-family:var(--font-mono);margin-bottom:1.5rem;font-size:.75rem;font-weight:600;display:block}.text-gray{color:#666}.tier-price{margin-bottom:1rem}.price-amount{font-family:var(--font-heading);color:#fff;font-size:3.5rem;font-weight:700}.price-period{color:#999;margin-left:.5rem;font-size:1rem}.tier-desc{color:#999;margin-bottom:2.5rem;font-size:.875rem}.tier-features{flex:1;margin-bottom:3rem;list-style:none}.tier-features li{color:#ccc;align-items:center;margin-bottom:1rem;font-size:.875rem;display:flex}.feature-bullet{color:var(--accent);margin-right:.75rem;font-size:.5rem}.tier-btn{width:100%}@media (max-width:992px){.pricing-grid{grid-template-columns:1fr;gap:3rem;max-width:400px;margin:0 auto}.pricing-card.highlighted{transform:scale(1)}}
.bottom-cta{text-align:center;background:radial-gradient(circle,#d4874e0d 0%,#0000 70%);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:8rem 0}.bottom-cta-container{flex-direction:column;align-items:center;display:flex}.cta-title{margin-bottom:2rem;font-size:4.5rem;font-weight:700;line-height:1}.cta-desc{color:#999;max-width:600px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.cta-actions{justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.cta-title{font-size:3rem}.cta-actions{flex-direction:column}}
.footer{background-color:#000;padding:6rem 0 2rem}.footer-top{flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-bottom:4rem;display:flex}.footer-brand{max-width:300px}.mb-4{margin-bottom:1rem;display:flex}.footer-desc{color:#666;font-size:.875rem;line-height:1.6}.footer-links-group{flex-direction:column;gap:.75rem;display:flex}.footer-heading{color:var(--accent);font-family:var(--font-mono);margin-bottom:1rem;font-size:.75rem}.footer-links-group a{color:#999;font-size:.875rem;transition:color .2s}.footer-links-group a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.copyright{color:#666;font-size:.875rem;font-family:var(--font-mono)}.legal-links{gap:1.5rem;display:flex}.legal-links a{color:#666;font-size:.875rem;transition:color .2s}.legal-links a:hover{color:#fff}@media (max-width:768px){.footer-top{flex-direction:column}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}
