:root{--teal-50:#f0fdfa;--teal-100:#ccfbf1;--teal-200:#99f6e4;--teal-300:#5eead4;--teal-400:#2dd4bf;--teal-500:#14b8a6;--teal-600:#0d9488;--teal-700:#0f766e;--teal-800:#115e59;--teal-900:#134e4a;--orange-50:#fff7ed;--orange-100:#ffedd5;--orange-200:#fed7aa;--orange-300:#fdba74;--orange-400:#fb923c;--orange-500:#f97316;--orange-600:#ea580c;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--accent:var(--teal-600);--accent-light:var(--teal-100);--accent-dark:var(--teal-800);--accent-warm:var(--orange-500);--accent-warm-light:var(--orange-100);--bg:#fff;--bg-alt:var(--gray-50);--bg-card:#fff;--text:var(--gray-700);--text-heading:var(--gray-900);--text-muted:var(--gray-500);--border:var(--gray-200);--shadow-sm:0 1px 2px #0000000d;--shadow:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000a;--radius-sm:6px;--radius:12px;--radius-lg:16px;--radius-xl:24px;--font-display:"Space Grotesk", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;font-family:var(--font-body);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;margin:0}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--text-heading);font-weight:600;line-height:1.2}h1{letter-spacing:-.02em;font-size:3.5rem}h2{letter-spacing:-.01em;font-size:2.25rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{line-height:1.7}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--teal-700)}button{font-family:var(--font-body);cursor:pointer;background:0 0;border:none}img{max-width:100%;height:auto}.container{max-width:1200px;padding:0 var(--space-6);margin:0 auto}.section{padding:var(--space-20) 0}.section-alt{padding:var(--space-20) 0;background:var(--bg-alt)}.badge{align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3);letter-spacing:.02em;border-radius:100px;font-size:.8125rem;font-weight:600;display:inline-flex}.badge-teal{background:var(--teal-100);color:var(--teal-700)}.badge-orange{background:var(--orange-100);color:var(--orange-600)}.btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);border-radius:var(--radius-sm);font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--teal-700);color:#fff}.btn-secondary{color:var(--accent);border:2px solid var(--accent);background:#fff}.btn-secondary:hover{background:var(--teal-50);color:var(--accent)}.btn-warm{background:var(--accent-warm);color:#fff}.btn-warm:hover{background:var(--orange-600);color:#fff}.btn-lg{padding:var(--space-4) var(--space-8);border-radius:var(--radius);font-size:1.125rem}@media (width<=768px){h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.25rem}.container{padding:0 var(--space-4)}.section,.section-alt{padding:var(--space-12) 0}}main{flex:1}.header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#fffffff2;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:var(--space-8);height:64px;display:flex}.header-logo{align-items:center;gap:var(--space-2);color:var(--text-heading);font-family:var(--font-display);flex-shrink:0;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.header-logo:hover{color:var(--text-heading)}.header-logo-icon{width:32px;height:32px}.header-logo-accent{color:var(--accent)}.header-nav{align-items:center;gap:var(--space-8);display:flex}.header-nav a{color:var(--text);font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s}.header-nav a:hover{color:var(--accent)}.header-actions{align-items:center;gap:var(--space-3);display:flex}.btn-sm{padding:var(--space-2) var(--space-4);font-size:.875rem}.header-menu-toggle{padding:var(--space-2);display:none}.hamburger{flex-direction:column;gap:5px;width:24px;display:flex}.hamburger span{background:var(--text-heading);border-radius:2px;height:2px;transition:all .3s;display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.header-menu-toggle{display:block}.header-nav{border-bottom:1px solid var(--border);padding:var(--space-4);gap:var(--space-4);background:#fff;flex-direction:column;display:none;position:absolute;top:64px;left:0;right:0}.header-nav.open{display:flex}.header-actions{display:none}}.footer{background:var(--gray-900);color:var(--gray-400);padding:var(--space-16) 0 var(--space-8)}.footer-inner{gap:var(--space-12);flex-direction:column;display:flex}.footer-brand{max-width:400px}.footer-logo{align-items:center;gap:var(--space-2);font-family:var(--font-display);color:#fff;margin-bottom:var(--space-3);font-size:1.25rem;font-weight:700;display:flex}.footer-logo-icon{width:28px;height:28px}.footer-tagline{font-size:.9375rem;line-height:1.6}.footer-links{gap:var(--space-8);grid-template-columns:repeat(3,1fr);display:grid}.footer-col h4{color:#fff;text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-4);font-size:.875rem}.footer-col{gap:var(--space-2);flex-direction:column;display:flex}.footer-col a{color:var(--gray-400);font-size:.9375rem;text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--teal-400)}.footer-bottom{border-top:1px solid var(--gray-700);padding-top:var(--space-6);justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.footer-bottom a{color:var(--teal-400)}.footer-updated{color:var(--gray-500);font-style:italic}@media (width<=768px){.footer-links{gap:var(--space-6);grid-template-columns:1fr}.footer-bottom{gap:var(--space-2);text-align:center;flex-direction:column}}.hero{padding:var(--space-24) 0 var(--space-16);text-align:center;position:relative;overflow:hidden}.hero-inner{z-index:1;position:relative}.hero-badge{margin-bottom:var(--space-6)}.hero-title{letter-spacing:-.03em;margin-bottom:var(--space-6);font-size:4.5rem;font-weight:700;line-height:1.05}.hero-gradient{background:linear-gradient(135deg, var(--teal-600), var(--teal-400));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text);max-width:640px;margin:0 auto var(--space-8);font-size:1.25rem;line-height:1.7}.hero-ctas{gap:var(--space-4);margin-bottom:var(--space-12);flex-wrap:wrap;justify-content:center;display:flex}.hero-stats{justify-content:center;align-items:center;gap:var(--space-8);padding:var(--space-6) var(--space-8);background:var(--gray-50);border-radius:var(--radius-lg);display:inline-flex}.hero-stat{align-items:center;gap:var(--space-1);flex-direction:column;display:flex}.hero-stat-number{font-family:var(--font-display);color:var(--accent);font-size:1.5rem;font-weight:700}.hero-stat-label{color:var(--text-muted);font-size:.8125rem;font-weight:500}.hero-stat-divider{background:var(--border);width:1px;height:40px}.hero-bg{z-index:0;pointer-events:none;position:absolute;inset:0}.hero-orb{filter:blur(80px);opacity:.15;border-radius:50%;position:absolute}.hero-orb-1{background:var(--teal-400);width:600px;height:600px;top:-200px;right:-100px}.hero-orb-2{background:var(--orange-400);width:400px;height:400px;bottom:-100px;left:-100px}.why-section{text-align:center}.why-header{margin-bottom:var(--space-10)}.why-header h2{margin:var(--space-4) 0}.why-description{max-width:600px;color:var(--text);margin:0 auto}.why-grid{gap:var(--space-6);max-width:800px;margin:0 auto var(--space-8);text-align:left;grid-template-columns:1fr 1fr;display:grid}.why-card{padding:var(--space-8);border-radius:var(--radius-lg);border:1px solid var(--border)}.why-card h3{margin-bottom:var(--space-4);font-size:1.125rem}.why-card ul{gap:var(--space-3);flex-direction:column;padding:0;list-style:none;display:flex}.why-card li{align-items:center;gap:var(--space-2);font-size:.9375rem;display:flex}.why-card li:before{content:"";border-radius:50%;flex-shrink:0;width:8px;height:8px}.why-card-ai{background:var(--gray-50)}.why-card-ai li:before{background:var(--gray-400)}.why-card-ai h3{color:var(--gray-500)}.why-card-human{background:var(--teal-50);border-color:var(--teal-200)}.why-card-human li:before{background:var(--teal-500)}.why-card-human h3{color:var(--teal-700)}.why-cta{margin-top:var(--space-4)}.tracks-header{text-align:center;margin-bottom:var(--space-10)}.tracks-header h2{margin:var(--space-4) 0}.tracks-header p{color:var(--text);max-width:560px;margin:0 auto}.tracks-grid{gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.track-card{padding:var(--space-6);border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-card);color:var(--text);flex-direction:column;text-decoration:none;transition:all .2s;display:flex}.track-card:hover{border-color:var(--track-color);box-shadow:0 8px 24px -8px color-mix(in srgb, var(--track-color) 20%, transparent);color:var(--text);transform:translateY(-2px)}.track-card-icon{margin-bottom:var(--space-3);font-size:2rem}.track-card-title{margin-bottom:var(--space-2);color:var(--track-color);font-size:1.125rem}.track-card-desc{margin-bottom:var(--space-4);flex:1;font-size:.875rem;line-height:1.6}.track-card-meta{gap:var(--space-4);color:var(--text-muted);font-size:.8125rem;font-weight:500;display:flex}.age-header{text-align:center;margin-bottom:var(--space-10)}.age-header h2{margin:var(--space-4) 0}.age-header p{color:var(--text);max-width:560px;margin:0 auto}.age-grid{gap:var(--space-6);grid-template-columns:repeat(4,1fr);display:grid}.age-card{background:var(--bg-card);padding:var(--space-6);border-radius:var(--radius-lg);border:1px solid var(--border);text-align:center;color:var(--text);text-decoration:none;transition:all .2s}.age-card:hover{border-color:var(--accent);color:var(--text);transform:translateY(-2px)}.age-card-grade{font-family:var(--font-display);color:var(--accent);margin-bottom:var(--space-1);font-size:2rem;font-weight:700}.age-card-range{color:var(--text-muted);margin-bottom:var(--space-3);font-size:.875rem;font-weight:600}.age-card-desc{font-size:.875rem;line-height:1.5}.testimonials-header{text-align:center;margin-bottom:var(--space-10)}.testimonials-header h2{margin:var(--space-4) 0}.testimonials-grid{gap:var(--space-6);grid-template-columns:repeat(2,1fr);display:grid}.testimonial-card{padding:var(--space-6);border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-card)}.testimonial-quote{color:var(--text);margin-bottom:var(--space-5);font-size:1rem;font-style:italic;line-height:1.7}.testimonial-author{align-items:center;gap:var(--space-3);display:flex}.testimonial-avatar{background:var(--teal-100);width:40px;height:40px;color:var(--teal-700);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8125rem;font-weight:700;display:flex}.testimonial-name{color:var(--text-heading);font-size:.9375rem;font-weight:600}.testimonial-role{color:var(--text-muted);font-size:.8125rem}.cta-section{background:linear-gradient(135deg, var(--teal-700), var(--teal-600));padding:var(--space-20) 0;text-align:center}.cta-inner h2{color:#fff;margin-bottom:var(--space-4)}.cta-inner p{color:var(--teal-100);max-width:500px;margin:0 auto var(--space-8);font-size:1.125rem}.cta-buttons{gap:var(--space-4);flex-wrap:wrap;justify-content:center;display:flex}@media (width<=768px){.hero{padding:var(--space-12) 0 var(--space-10)}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.0625rem}.hero-stats{gap:var(--space-4);padding:var(--space-4) var(--space-6);flex-direction:column}.hero-stat-divider{width:40px;height:1px}.why-grid{grid-template-columns:1fr}.age-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr}}.curriculum-hero{background:var(--gray-50);padding:var(--space-16) 0;text-align:center}.curriculum-hero h1{margin:var(--space-4) 0}.curriculum-hero p{color:var(--text);max-width:500px;margin:0 auto;font-size:1.125rem}.filter-group{margin-bottom:var(--space-6)}.filter-group h3{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:var(--space-3);font-size:.875rem}.filter-chips{gap:var(--space-2);flex-wrap:wrap;display:flex}.filter-chip{padding:var(--space-2) var(--space-4);border:1px solid var(--border);background:var(--bg-card);color:var(--text);cursor:pointer;border-radius:100px;font-size:.875rem;font-weight:500;transition:all .2s}.filter-chip:hover{border-color:var(--accent);color:var(--accent)}.filter-chip.active{background:var(--accent);color:#fff;border-color:var(--accent)}.curriculum-grid{gap:var(--space-6);margin-top:var(--space-8);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.curriculum-column-header{padding:var(--space-5);border-radius:var(--radius) var(--radius) 0 0;background:var(--track-color-light);text-align:center}.curriculum-column-icon{font-size:1.5rem}.curriculum-column-header h3{color:var(--track-color);margin:var(--space-1) 0;font-size:1.125rem}.curriculum-column-count{color:var(--text-muted);font-size:.8125rem}.curriculum-courses{gap:var(--space-4);padding-top:var(--space-4);flex-direction:column;display:flex}.course-card{padding:var(--space-5);border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);color:var(--text);flex-direction:column;text-decoration:none;transition:all .2s;display:flex}.course-card:hover{border-color:var(--track-color);box-shadow:var(--shadow);color:var(--text);transform:translateY(-1px)}.course-card-top{margin-bottom:var(--space-2);justify-content:space-between;align-items:center;display:flex}.course-card-age{font-family:var(--font-display);color:var(--track-color);font-size:.9375rem;font-weight:700}.course-card-range{color:var(--text-muted);font-size:.75rem}.course-card-title{margin-bottom:var(--space-2);font-size:1.0625rem}.course-card-desc{margin-bottom:var(--space-3);flex:1;font-size:.875rem;line-height:1.6}.course-card-skills{gap:var(--space-1);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.course-skill-tag{background:var(--gray-100);color:var(--text-muted);border-radius:100px;padding:2px 8px;font-size:.6875rem;font-weight:500}.course-card-footer{color:var(--text-muted);border-top:1px solid var(--gray-100);padding-top:var(--space-3);justify-content:space-between;align-items:center;font-size:.8125rem;display:flex}.course-card-arrow{color:var(--track-color);font-weight:600}@media (width<=768px){.curriculum-grid{grid-template-columns:1fr}}.course-detail-breadcrumb{background:var(--gray-50);padding:var(--space-3) 0;font-size:.875rem}.course-detail-breadcrumb a{color:var(--text-muted)}.course-detail-breadcrumb a:hover{color:var(--accent)}.breadcrumb-sep{margin:0 var(--space-2);color:var(--gray-300)}.course-detail-hero{background:var(--track-color-light);padding:var(--space-12) 0}.course-detail-meta{align-items:center;gap:var(--space-2);margin-bottom:var(--space-4);font-size:.9375rem;display:flex}.course-detail-icon{font-size:1.25rem}.course-detail-track-name{color:var(--track-color);font-weight:600}.course-detail-divider{color:var(--gray-300)}.course-detail-age{color:var(--text-muted)}.course-detail-hero h1{margin-bottom:var(--space-4);font-size:2.5rem}.course-detail-desc{max-width:600px;margin-bottom:var(--space-6);font-size:1.125rem;line-height:1.7}.course-detail-skills-list{gap:var(--space-2);flex-wrap:wrap;display:flex}.course-detail-skill{padding:var(--space-1) var(--space-3);color:var(--track-color);background:#fffc;border-radius:100px;font-size:.8125rem;font-weight:600}.course-detail-body{gap:var(--space-10);padding:var(--space-10) var(--space-6);grid-template-columns:1fr 360px;display:grid}.course-detail-section h2{margin-bottom:var(--space-6)}.lessons-list{gap:var(--space-4);flex-direction:column;display:flex}.lesson-item{gap:var(--space-4);padding:var(--space-5);border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);display:flex}.lesson-number{background:var(--teal-100);width:36px;height:36px;color:var(--teal-700);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.lesson-title{margin-bottom:var(--space-1)}.lesson-meta{gap:var(--space-4);color:var(--text-muted);font-size:.8125rem;display:flex}.lesson-type{font-weight:500}.course-detail-sidebar{gap:var(--space-6);flex-direction:column;display:flex}.ai-cant-callout{padding:var(--space-5);border-radius:var(--radius);background:var(--orange-50);border:1px solid var(--orange-200)}.ai-cant-header{align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);color:var(--orange-600);display:flex}.ai-cant-header h3{color:var(--orange-600);font-size:1rem}.ai-cant-callout p{color:var(--gray-600);font-size:.9375rem;line-height:1.6}.sidebar-card{padding:var(--space-5);border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card)}.sidebar-card h3{margin-bottom:var(--space-3);font-size:1rem}.sidebar-card p{color:var(--text);font-size:.875rem;line-height:1.6}.sidebar-stats{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.sidebar-stat{flex-direction:column;gap:2px;display:flex}.sidebar-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem}.sidebar-stat-value{font-family:var(--font-display);color:var(--text-heading);font-weight:600}.sidebar-courses{gap:var(--space-2);flex-direction:column;display:flex}.sidebar-course-link{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--text);justify-content:space-between;align-items:center;font-size:.875rem;text-decoration:none;transition:background .2s;display:flex}.sidebar-course-link:hover{background:var(--gray-50);color:var(--accent)}.sidebar-course-age{color:var(--text-muted);font-size:.75rem;font-weight:600}@media (width<=768px){.course-detail-body{gap:var(--space-6);grid-template-columns:1fr}.course-detail-hero h1{font-size:1.75rem}}.assessment-intro{padding:var(--space-24) 0;text-align:center;background:linear-gradient(180deg, var(--orange-50) 0%, var(--bg) 100%)}.assessment-intro-inner{max-width:640px;margin:0 auto}.assessment-intro h1{margin:var(--space-4) 0;font-size:2.75rem}.assessment-intro p{color:var(--text);margin-bottom:var(--space-8);font-size:1.125rem}.assessment-intro-details{justify-content:center;gap:var(--space-8);margin-bottom:var(--space-8);display:flex}.assessment-detail{align-items:center;gap:var(--space-2);color:var(--text-muted);font-weight:500;display:flex}.assessment-detail-icon{font-size:1.25rem}.assessment-quiz{padding:var(--space-12) 0;align-items:center;min-height:70vh;display:flex}.assessment-quiz-inner{max-width:700px;margin:0 auto}.assessment-progress{margin-bottom:var(--space-8)}.assessment-progress-bar{background:var(--gray-100);height:6px;margin-bottom:var(--space-2);border-radius:3px;overflow:hidden}.assessment-progress-fill{background:var(--accent);border-radius:3px;height:100%;transition:width .3s}.assessment-progress-text{color:var(--text-muted);font-size:.8125rem;font-weight:500}.assessment-scenario{margin-bottom:var(--space-8);font-size:1.5rem;line-height:1.4}.assessment-options{gap:var(--space-3);flex-direction:column;display:flex}.assessment-option{align-items:flex-start;gap:var(--space-4);padding:var(--space-4) var(--space-5);border:2px solid var(--border);border-radius:var(--radius);background:var(--bg-card);text-align:left;color:var(--text);cursor:pointer;font-size:1rem;line-height:1.6;transition:all .2s;display:flex}.assessment-option:hover{border-color:var(--accent);background:var(--teal-50)}.assessment-option-letter{background:var(--gray-100);width:32px;height:32px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.assessment-option:hover .assessment-option-letter{background:var(--accent);color:#fff}.results-header{text-align:center;margin-bottom:var(--space-12)}.results-header h1{margin:var(--space-4) 0}.results-header p{color:var(--text);font-size:1.125rem}.results-layout{gap:var(--space-10);grid-template-columns:320px 1fr;align-items:start;display:grid}.results-radar{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-6);justify-content:center;align-items:center;display:flex}.radar-chart{width:100%;max-width:280px}.results-top-track{align-items:center;gap:var(--space-4);padding:var(--space-5);background:var(--teal-50);border-radius:var(--radius);margin-bottom:var(--space-6);display:flex}.results-top-icon{font-size:2rem}.results-top-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.75rem;font-weight:600}.results-top-track h3{color:var(--teal-700)}.results-bars{gap:var(--space-4);margin-bottom:var(--space-8);flex-direction:column;display:flex}.results-bar-header{align-items:center;gap:var(--space-2);margin-bottom:var(--space-1);display:flex}.results-bar-icon{font-size:1rem}.results-bar-name{flex:1;font-size:.9375rem;font-weight:600}.results-bar-pct{font-family:var(--font-display);color:var(--text-heading);font-weight:700}.results-bar-track{background:var(--gray-100);border-radius:4px;height:8px;overflow:hidden}.results-bar-fill{border-radius:4px;height:100%;transition:width .5s}.results-recommendation{padding:var(--space-5);border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card)}.results-recommendation h4{margin-bottom:var(--space-2)}.results-recommendation p{margin-bottom:var(--space-4);font-size:.9375rem}.results-rec-actions{gap:var(--space-3);flex-wrap:wrap;display:flex}@media (width<=768px){.assessment-intro h1{font-size:2rem}.assessment-intro-details{align-items:center;gap:var(--space-3);flex-direction:column}.results-layout{grid-template-columns:1fr}.results-radar{order:1}.results-scores{order:2}}.tracker-hero{background:var(--gray-50);padding:var(--space-16) 0;text-align:center}.tracker-hero h1{margin:var(--space-4) 0}.tracker-hero p{color:var(--text);max-width:600px;margin:0 auto var(--space-8);font-size:1.125rem}.tracker-stats{gap:var(--space-8);background:var(--bg-card);padding:var(--space-5) var(--space-8);border-radius:var(--radius-lg);border:1px solid var(--border);display:inline-flex}.tracker-stat{align-items:center;gap:var(--space-1);flex-direction:column;display:flex}.tracker-stat-number{font-family:var(--font-display);font-size:1.5rem;font-weight:700}.tracker-stat-red{color:var(--gray-500)}.tracker-stat-green{color:var(--teal-600)}.tracker-stat-label{color:var(--text-muted);font-size:.8125rem;font-weight:500}.tracker-columns{gap:var(--space-8);grid-template-columns:1fr 1fr;display:grid}.tracker-column-header{align-items:center;gap:var(--space-3);padding:var(--space-5);border-radius:var(--radius) var(--radius) 0 0;margin-bottom:var(--space-4);display:flex}.tracker-column-header h2{flex:1;font-size:1.25rem}.tracker-column-count{font-size:.8125rem;font-weight:500}.tracker-column-can{background:var(--gray-100);color:var(--gray-600)}.tracker-column-can h2{color:var(--gray-600)}.tracker-column-cant{background:var(--teal-50);color:var(--teal-700)}.tracker-column-cant h2{color:var(--teal-700)}.tracker-items{gap:var(--space-3);flex-direction:column;display:flex}.tracker-item{padding:var(--space-4);border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card)}.tracker-item-header{align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);display:flex}.tracker-item-status{letter-spacing:.04em;border-radius:4px;padding:2px 8px;font-size:.6875rem;font-weight:700}.tracker-status-can{background:var(--gray-100);color:var(--gray-600)}.tracker-status-cant{background:var(--teal-100);color:var(--teal-700)}.tracker-item-confidence{font-size:.75rem;font-weight:500}.conf-high{color:var(--teal-600)}.conf-medium{color:var(--orange-500)}.conf-low{color:var(--gray-400)}.tracker-item-skill{margin-bottom:var(--space-2);font-size:1rem}.tracker-item-notes{color:var(--text-muted);margin-bottom:var(--space-2);font-size:.8125rem;line-height:1.5}.tracker-item-date{color:var(--gray-400);font-size:.75rem}.tracker-item-cant{border-left:3px solid var(--teal-500)}.tracker-methodology{margin-top:var(--space-12);padding:var(--space-8);background:var(--gray-50);border-radius:var(--radius-lg);text-align:center}.tracker-methodology h3{margin-bottom:var(--space-4)}.tracker-methodology p{max-width:700px;margin:0 auto;font-size:.9375rem;line-height:1.7}@media (width<=768px){.tracker-columns{grid-template-columns:1fr}.tracker-stats{gap:var(--space-3);flex-direction:column}}
