:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f5f7ff;background:#030712;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--section-bg: rgba(255, 255, 255, .03)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;overflow-x:hidden;background:radial-gradient(circle at top left,rgba(94,231,255,.12),transparent 30%),var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}#root{min-height:100vh}.app-shell{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{width:min(1200px,calc(100% - 2rem));margin:0 auto}.section{padding:90px 24px;position:relative}.section-heading{margin-bottom:1.8rem;max-width:760px}.section-heading h2{font-size:clamp(2rem,3vw,2.6rem);line-height:1.2;margin:0 0 .7rem}.section-heading p{color:var(--muted);font-size:1rem;line-height:1.7;max-width:760px}.gradient-text{background:linear-gradient(90deg,var(--cyan),var(--blue),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.glass{background:#081424c7;border:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 24px 45px #00000047}.grid{display:grid;gap:1.15rem}.card{border-radius:1.25rem;padding:1.25rem;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.card:hover{transform:translateY(-6px);border-color:#5ee7ff80;box-shadow:0 22px 45px #00000047}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:999px;padding:.9rem 1.3rem;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(90deg,var(--cyan),var(--blue));color:#02040a;font-weight:700;box-shadow:0 10px 25px #5ee7ff4d}.btn-secondary{background:#ffffff14;color:var(--text);border:1px solid rgba(255,255,255,.14)}.select{width:100%;padding:.9rem 1rem;border-radius:.9rem;border:1px solid rgba(255,255,255,.14);background:#121a2a;color:#fff;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;transition:.25s}.select:hover{border-color:#44d7ff}.select:focus{border-color:#44d7ff;box-shadow:0 0 0 3px #44d7ff2e}.select option{background:#121a2a;color:#fff;padding:12px}.input,.textarea{width:100%;padding:.9rem 1rem;border-radius:.9rem;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:var(--text)}.input::placeholder,.textarea::placeholder{color:#8ca0bf}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:.9rem;border-bottom:1px solid rgba(255,255,255,.1);text-align:left}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:.35rem .7rem;font-size:.8rem;background:#5ee7ff24;color:var(--cyan)}.muted-copy{color:var(--muted);line-height:1.8;margin:0}.nav-shell{position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(255,255,255,.09);padding:.95rem 0}.nav-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:76px}.brand-mark{display:flex;align-items:center;gap:.8rem;font-weight:700;white-space:nowrap;font-size:1rem}.brand-logo{width:44px;height:44px;object-fit:contain;border-radius:.9rem;background:#5ee7ff24;padding:.3rem}.brand-title{font-size:.98rem}.brand-subtitle{font-size:.78rem;color:var(--muted);font-weight:500}.desktop-nav{display:flex;align-items:center;gap:1.1rem}.nav-link{color:#dbe5f2;font-size:.95rem;transition:color .2s ease}.nav-link:hover,.nav-link.active{color:var(--cyan)}.nav-cta{padding:.8rem 1rem}.mobile-nav-toggle{padding:.7rem;display:none}.mobile-drawer{padding-bottom:.75rem}.mobile-menu-card{border-radius:1rem;padding:1rem;display:flex;flex-direction:column;gap:.8rem;animation:slideDown .2s ease}.hero{position:relative;min-height:calc(100vh - 76px);display:flex;align-items:center;overflow:hidden;background:#030712;padding:120px 0 80px}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#030712b8;z-index:1}.hero-radial{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(94,231,255,.18),transparent 35%),radial-gradient(circle at bottom left,rgba(141,91,255,.16),transparent 30%);z-index:1}.hero-grid{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 120px)}.hero-copy-block{max-width:820px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center}.hero-copy-block h1{font-size:clamp(2.5rem,4vw,3.8rem);line-height:1.1;margin:1rem auto;max-width:760px}.hero-copy{color:var(--muted);font-size:1.1rem;line-height:1.8;max-width:680px;margin:0 auto;text-align:center}.hero-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-top:2rem}.hero-stats{display:grid;grid-template-columns:repeat(4,170px);justify-content:center;gap:1rem;margin-top:2rem}.hero-stat-card{border-radius:1rem;padding:.85rem;display:flex;flex-direction:column;gap:.25rem}.hero-stat-card strong{font-size:1.05rem;color:var(--cyan)}.hero-stat-card span{color:var(--muted);font-size:.9rem}.brand-strip{margin-top:2rem;padding:1rem 1.2rem;border:1px solid rgba(255,255,255,.08);border-radius:1.2rem;background:#ffffff0a;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.brand-row{display:flex;flex-wrap:wrap;gap:.75rem}.brand-pill{padding:.55rem .8rem;border-radius:999px;background:#5ee7ff1f;color:#dce8f7;font-size:.9rem}.hero-visual-card{position:relative;min-height:480px;border-radius:1.75rem;padding:1rem;background:#030814b8;border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 55px #00000059;overflow:hidden}.hero-dashboard-image{width:100%;height:100%;object-fit:contain;display:block}.hero-visual-badge{position:absolute;z-index:3;padding:.5rem .7rem;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);color:#f8fbff;font-size:.8rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-badge-top{top:1rem;left:1rem}.hero-badge-right{top:1rem;right:1rem}.hero-badge-bottom{bottom:1rem;left:1rem}.hero-visual-label{position:absolute;left:1rem;bottom:1rem;right:1rem;text-align:center;font-weight:700;color:#f8fbff;z-index:3;text-shadow:0 6px 18px rgba(0,0,0,.4)}.about-grid{grid-template-columns:1.1fr .9fr;align-items:start}.feature-stack{display:grid;gap:1rem}.feature-card{min-height:150px}.feature-icon{font-size:1.4rem;margin-bottom:.65rem}.cards-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.cards-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cards-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.25rem}.stat-card{display:flex;flex-direction:column;gap:.25rem;text-align:center}.stat-card strong{font-size:1.3rem;color:var(--cyan)}.stat-card span{color:var(--muted)}.brand-strip{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1rem 1.2rem;border-radius:1.2rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.section-eyebrow{margin:0;color:var(--cyan);font-size:.92rem;font-weight:600}.program-card{display:flex;flex-direction:column;gap:.8rem;min-height:240px}.meta-pill{padding:.35rem .5rem;border-radius:999px;background:#ffffff0d;color:#dce8f7;font-size:.8rem}.chip-row{display:flex;flex-wrap:wrap;gap:.75rem}.chip{padding:.7rem .95rem;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#dce8f7}.timeline-shell{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:1rem;border-radius:1.35rem}.timeline-step-card{display:flex;gap:.8rem;align-items:flex-start;padding:1rem;border-radius:1.1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.timeline-icon-wrap{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:999px;background:#5ee7ff29;color:var(--cyan);margin-top:.15rem;flex-shrink:0}.timeline-step-card h3,.project-card h3,.workshop-card h3,.innovation-card h3,.outcome-card h3{margin:0 0 .35rem}.project-card,.workshop-card,.innovation-card,.outcome-card{min-height:210px}.project-visual{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:1rem;background:#5ee7ff24;color:var(--cyan);margin-bottom:.9rem}.project-badge{display:inline-flex;padding:.35rem .6rem;border-radius:999px;background:#5ee7ff24;color:var(--cyan);font-size:.8rem;margin-bottom:.8rem}.workshop-top{display:flex;justify-content:space-between;gap:.6rem;align-items:center;margin-bottom:.75rem}.workshop-meta-row{display:flex;flex-wrap:wrap;gap:.7rem;color:var(--muted);font-size:.92rem;margin:.8rem 0 1rem}.workshop-meta-row span{display:inline-flex;align-items:center;gap:.35rem}.innovation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.innovation-icon-wrap{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:1rem;background:#5ee7ff24;color:var(--cyan);margin-bottom:.8rem}.cta-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem}.cta-card h3{margin:.5rem 0}.cta-card p{color:var(--muted);line-height:1.7}.page-hero-card{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;margin-bottom:1.4rem;padding:1.2rem 1.3rem;border-radius:1.3rem}.page-hero-card h3{margin:.45rem 0 .5rem;font-size:clamp(1.15rem,2vw,1.45rem)}.page-hero-card p{color:var(--muted);line-height:1.7;margin:0}.page-pill-stack{display:flex;flex-wrap:wrap;gap:.65rem}.page-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .7rem;border-radius:999px;background:#5ee7ff1f;color:#dce8f7;font-size:.9rem}.program-card{display:flex;flex-direction:column;gap:.8rem;min-height:270px}.program-top{display:flex;justify-content:space-between;align-items:center}.program-icon-wrap{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:.9rem;background:#5ee7ff26;color:var(--cyan)}.program-card h3{margin:0}.program-card p{color:var(--muted);line-height:1.7;margin:0}.program-badge{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .6rem;border-radius:999px;background:#5ee7ff24;color:var(--cyan);font-size:.8rem}.program-meta{display:flex;flex-wrap:wrap;gap:.5rem}.meta-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .5rem;border-radius:999px;background:#ffffff0d;color:#dce8f7;font-size:.8rem}.program-card .btn{margin-top:auto;width:max-content}.program-card-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:auto}.program-card-actions .btn{margin-top:0}.empty-state{display:grid;place-items:center;min-height:140px;text-align:center;color:var(--muted)}.cta-card{display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer-shell{margin-top:2rem;padding:4rem 0 1.6rem;background:linear-gradient(180deg,#081424f5,#030712fa);border-top:1px solid rgba(94,231,255,.16)}.footer-grid{display:grid;grid-template-columns:1.4fr .9fr .8fr 1.1fr;gap:1.3rem}.footer-card{padding:1rem 0}.footer-card h3,.footer-card h4{margin-top:0;margin-bottom:.8rem}.footer-card p,.footer-card li{color:var(--muted);line-height:1.8}.footer-note{margin-top:.7rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem}.footer-links li{display:flex;align-items:center;gap:.5rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);color:var(--muted);font-size:.95rem}.footer-bottom-links{display:flex;gap:1rem}.status-new{color:var(--cyan)}.status-contacted{color:#8d5bff}.status-converted{color:#4ade80}.status-closed{color:#f59e0b}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 980px){.hero-grid,.about-grid{grid-template-columns:1fr}.hero-stats,.stats-grid,.cards-grid-4,.innovation-grid,.timeline-shell,.cards-grid-3,.cards-grid-2,.footer-grid,.hero-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 900px){.desktop-nav{display:none}.mobile-nav-toggle{display:inline-flex}}@media (max-width: 768px){.section{padding:70px 20px}.hero-copy-block h1{font-size:clamp(2.2rem,8vw,2.9rem)}.hero-stats,.stats-grid,.cards-grid-4,.cards-grid-3,.cards-grid-2,.innovation-grid,.timeline-shell,.footer-grid,.hero-visual-grid{grid-template-columns:1fr}.cta-card,.footer-bottom,.brand-strip{flex-direction:column;align-items:flex-start}.hero-actions{flex-direction:column}}@media (max-width: 560px){.section{padding:56px 16px}.container{width:min(100%,calc(100% - 1rem))}.hero-copy-block h1{font-size:clamp(2rem,10vw,2.4rem)}}.profile-menu-wrap{position:relative}.profile-trigger{min-width:180px}.profile-dropdown{position:absolute;right:0;top:calc(100% + .8rem);min-width:220px;border-radius:1rem;padding:.65rem;display:flex;flex-direction:column;gap:.25rem;z-index:35}.profile-link{display:flex;align-items:center;padding:.75rem .8rem;border-radius:.8rem;color:var(--text)}.profile-link:hover{background:#ffffff0f}.profile-logout{background:transparent;border:none;text-align:left;cursor:pointer}.program-thumb-wrap{width:100%}.program-thumb{width:100%;height:190px;object-fit:cover;border-radius:1rem;border:1px solid rgba(255,255,255,.09)}.program-thumb-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#5ee7ff1a,#8d5bff26);color:var(--cyan)}.muted-price{text-decoration:line-through;color:var(--muted)}.program-details-shell{display:grid;gap:1.25rem}.program-details-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:1rem;align-items:center}.program-hero-image{width:100%;border-radius:1rem;min-height:320px;object-fit:cover}.program-price-box{display:flex;align-items:baseline;gap:.75rem;margin:1rem 0}.program-price-box strong{font-size:2rem;color:var(--cyan)}.program-price-box span{color:var(--muted);text-decoration:line-through}.program-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.detail-list{list-style:none;margin:0;padding:0;display:grid;gap:.6rem}.detail-list li{display:flex;align-items:flex-start;gap:.45rem;color:var(--muted)}.module-stack{display:grid;gap:.75rem}.module-card,.lesson-card{padding:.85rem;border-radius:1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.dashboard-shell{display:grid;grid-template-columns:300px minmax(0,1fr);min-height:calc(100vh - 76px)}.dashboard-sidebar{padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem;position:sticky;top:76px;align-self:start;min-height:calc(100vh - 76px)}.dashboard-sidebar h2{margin:.35rem 0}.dashboard-nav{display:flex;flex-direction:column;gap:.45rem}.dashboard-link{padding:.8rem .9rem;border-radius:.85rem;color:var(--text)}.dashboard-link.active,.dashboard-link:hover{background:#5ee7ff1f;color:var(--cyan)}.dashboard-content{padding:1.5rem}.dashboard-page{display:grid;gap:1rem}.page-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.dashboard-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.metric-card{display:flex;flex-direction:column;gap:.25rem}.metric-card strong{font-size:1.5rem;color:var(--cyan)}.metric-card span{color:var(--muted)}.table-card{padding:.5rem}.table-actions{display:flex;flex-wrap:wrap;gap:.5rem}.form-grid{display:grid;gap:.9rem}.field{display:grid;gap:.45rem}.field span{color:var(--muted);font-size:.9rem}.checkbox-row{display:inline-flex;align-items:center;gap:.5rem;color:var(--text)}.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.auth-copy{min-height:100%}.auth-form{display:grid;gap:.9rem}.auth-divider{text-align:center;color:var(--muted)}.form-error{color:#f87171;margin:0}.builder-section{display:grid;gap:.8rem}.builder-header{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.builder-stack{display:grid;gap:.8rem}.builder-card{display:grid;gap:.75rem}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:var(--text);cursor:pointer}.success-card{display:grid;gap:.9rem;justify-items:start}.settings-pre{margin:0;white-space:pre-wrap;word-break:break-word;color:var(--muted)}.auth-section{padding-top:70px}.auth-shell{display:grid;grid-template-columns:1.05fr .95fr;gap:1.25rem;align-items:stretch}.auth-intro,.auth-card{padding:1.5rem;border-radius:1.4rem}.auth-intro h1,.auth-card h2{margin:.65rem 0 .7rem}.auth-points{display:grid;gap:.8rem;margin-top:1.35rem}.auth-point{display:flex;align-items:center;gap:.65rem;padding:.85rem .95rem;border-radius:1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);color:#dbe5f2}.auth-card{display:grid;gap:.95rem}.auth-two-col{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.auth-row-between{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.auth-link{color:var(--cyan);font-size:.93rem}.auth-submit,.auth-alt-btn{width:100%}.auth-footer-note{text-align:center}.form-success{color:#6ee7b7;margin:0}.auth-terms{margin-top:.25rem}.profile-avatar{width:26px;height:26px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#5ee7ff29}.profile-avatar img{width:100%;height:100%;object-fit:cover}.media-picker{display:grid;gap:.85rem;padding:1rem;border-radius:1.1rem;background:#ffffff0a}.media-picker-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap}.media-picker-label{display:block;color:var(--muted);font-size:.92rem;margin-bottom:.2rem}.media-picker-helper{margin:0;color:var(--muted);font-size:.86rem;line-height:1.6}.media-picker-toggle,.media-upload-row,.media-url-row{display:flex;flex-wrap:wrap;gap:.65rem}.media-preview-wrap{width:100%;overflow:hidden;border-radius:1rem;border:1px solid rgba(255,255,255,.09);background:#03071273}.media-preview{width:100%;max-height:240px;object-fit:cover;display:block}.media-picker-empty{display:inline-flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.9rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 980px){.dashboard-shell,.program-details-hero,.auth-grid,.program-details-grid,.dashboard-metrics{grid-template-columns:1fr}}@media (max-width: 768px){.dashboard-shell{grid-template-columns:1fr}.dashboard-sidebar{position:relative;top:auto;min-height:auto}.auth-shell,.auth-two-col{grid-template-columns:1fr}.auth-row-between,.media-picker-header{flex-direction:column}}:root{--bg: #030712;--bg-soft: rgba(7, 19, 36, .8);--border: rgba(255, 255, 255, .12);--text: #f8fbff;--muted: #9aa9c2;--cyan: #5ee7ff;--blue: #6b8cff;--purple: #8d5bff}
