@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--as-navy: #0F172A;--as-blue: #2563EB;--as-blue-light: #3B82F6;--as-slate: #334155;--as-slate-light: #64748B;--as-gray: #94A3B8;--as-gray-light: #CBD5E1;--as-white: #F8FAFC;--as-bg: #0F172A;--as-card: #1E293B;--as-card-hover: #273548;--as-border: #334155;--as-accent: #38BDF8;--as-green: #22C55E;--as-red: #EF4444;--as-orange: #F97316;--as-yellow: #EAB308}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--as-bg);color:var(--as-white);min-height:100vh;line-height:1.6;margin:0}#root{min-height:100vh;display:flex;flex-direction:column}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fade-in-up{animation:fadeInUp .5s ease-out}.scale-in{animation:scaleIn .4s ease-out}.container{max-width:720px;margin:0 auto;padding:0 24px;width:100%}.container-wide{max-width:960px;margin:0 auto;padding:0 24px;width:100%}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--as-navy)}::-webkit-scrollbar-thumb{background:var(--as-slate);border-radius:3px}.app-header{padding:20px 0;border-bottom:1px solid var(--as-border);background:#0f172af2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0;z-index:100}.app-header .container{display:flex;align-items:center;justify-content:space-between}.logo-text{font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--as-gray)}.logo-text span{color:var(--as-accent)}.landing{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 80px);text-align:center;padding:60px 24px}.landing-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:#2563eb26;border:1px solid rgba(37,99,235,.3);border-radius:100px;font-size:.813rem;font-weight:500;color:var(--as-accent);margin-bottom:32px}.landing h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15;color:var(--as-white);margin-bottom:20px;max-width:680px}.landing h1 .highlight{background:linear-gradient(135deg,var(--as-accent),var(--as-blue-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-subtitle{font-size:clamp(1rem,2.5vw,1.25rem);color:var(--as-gray);max-width:540px;margin-bottom:40px;line-height:1.7}.cta-button{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:var(--as-blue);color:#fff;border:none;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.cta-button:hover{background:var(--as-blue-light);transform:translateY(-1px);box-shadow:0 8px 24px #2563eb4d}.landing-proof{display:flex;gap:32px;margin-top:48px;color:var(--as-gray);font-size:.875rem}.landing-proof div{display:flex;align-items:center;gap:8px}.progress-wrapper{padding:16px 0}.progress-bar-container{display:flex;align-items:center;gap:12px}.progress-bar{flex:1;height:4px;background:var(--as-border);border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--as-blue),var(--as-accent));border-radius:2px;transition:width .4s ease}.progress-text{font-size:.75rem;color:var(--as-gray);white-space:nowrap;min-width:60px;text-align:right}.question-view{min-height:calc(100vh - 120px);display:flex;flex-direction:column;justify-content:center;padding:40px 24px;max-width:720px;margin:0 auto;width:100%}.question-dimension{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--as-accent);margin-bottom:12px}.question-number{font-size:.813rem;color:var(--as-gray);margin-bottom:8px}.question-text{font-size:clamp(1.25rem,3vw,1.625rem);font-weight:700;line-height:1.35;color:var(--as-white);margin-bottom:8px}.question-why{font-size:.813rem;color:var(--as-slate-light);margin-bottom:32px;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.question-why:hover{color:var(--as-gray)}.why-text{font-size:.813rem;color:var(--as-gray);margin-bottom:32px;padding:12px 16px;background:#3341554d;border-radius:8px;border-left:3px solid var(--as-accent)}.options-list{display:flex;flex-direction:column;gap:10px}.option-button{display:flex;align-items:center;gap:14px;padding:16px 20px;background:var(--as-card);border:1px solid var(--as-border);border-radius:12px;color:var(--as-white);font-size:.938rem;font-family:inherit;text-align:left;cursor:pointer;transition:all .15s ease;line-height:1.5}.option-button:hover{background:var(--as-card-hover);border-color:var(--as-blue);transform:translate(4px)}.option-button.selected{background:#2563eb26;border-color:var(--as-blue)}.option-letter{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:var(--as-border);color:var(--as-gray);font-size:.75rem;font-weight:600;flex-shrink:0;transition:all .15s ease}.option-button:hover .option-letter,.option-button.selected .option-letter{background:var(--as-blue);color:#fff}.question-nav{display:flex;justify-content:space-between;align-items:center;margin-top:32px;padding-top:20px}.nav-back{display:flex;align-items:center;gap:6px;padding:10px 16px;background:transparent;border:1px solid var(--as-border);border-radius:8px;color:var(--as-gray);font-size:.875rem;font-family:inherit;cursor:pointer;transition:all .15s ease}.nav-back:hover{border-color:var(--as-slate-light);color:var(--as-white)}.results-preview{min-height:calc(100vh - 80px);padding:60px 24px;max-width:720px;margin:0 auto;width:100%}.results-header{text-align:center;margin-bottom:48px}.results-header h2{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;margin-bottom:12px}.results-header p{color:var(--as-gray);font-size:1rem}.score-gauge{display:flex;flex-direction:column;align-items:center;margin-bottom:48px}.gauge-circle{position:relative;width:200px;height:200px;margin-bottom:16px}.gauge-circle svg{transform:rotate(-90deg);width:200px;height:200px}.gauge-bg{fill:none;stroke:var(--as-border);stroke-width:10}.gauge-fill{fill:none;stroke-width:10;stroke-linecap:round;transition:stroke-dashoffset 1.5s ease-out}.gauge-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.gauge-number{font-size:3rem;font-weight:800;line-height:1}.gauge-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:4px}.score-interpretation{text-align:center;font-size:1rem;color:var(--as-gray);max-width:480px}.result-card{background:var(--as-card);border:1px solid var(--as-border);border-radius:16px;padding:28px;margin-bottom:20px}.result-card-header{display:flex;align-items:flex-start;gap:14px;margin-bottom:14px}.result-card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;flex-shrink:0}.result-card h3{font-size:1.125rem;font-weight:700;line-height:1.3}.result-card-severity{font-size:.688rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:3px 8px;border-radius:4px;margin-top:4px;display:inline-block}.result-card p{color:var(--as-gray);font-size:.938rem;line-height:1.65}.cost-card{background:linear-gradient(135deg,#2563eb1a,#38bdf80d);border:1px solid rgba(37,99,235,.3);border-radius:16px;padding:32px;text-align:center;margin-bottom:20px}.cost-label{font-size:.813rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--as-accent);margin-bottom:8px}.cost-range{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--as-white);margin-bottom:8px}.cost-sublabel{font-size:.875rem;color:var(--as-gray)}.report-teaser{background:var(--as-card);border:1px solid var(--as-blue);border-radius:16px;padding:32px;text-align:center;margin-top:40px}.report-teaser h3{font-size:1.25rem;font-weight:700;margin-bottom:16px}.report-teaser-items{list-style:none;text-align:left;margin-bottom:24px}.report-teaser-items li{display:flex;align-items:flex-start;gap:10px;padding:8px 0;color:var(--as-gray);font-size:.938rem}.report-teaser-items li svg{color:var(--as-green);flex-shrink:0;margin-top:3px}.email-form{display:flex;flex-direction:column;gap:12px;margin-top:8px}.email-input{padding:14px 18px;background:var(--as-navy);border:1px solid var(--as-border);border-radius:10px;color:var(--as-white);font-size:1rem;font-family:inherit;outline:none;transition:border-color .2s}.email-input:focus{border-color:var(--as-blue)}.email-input::placeholder{color:var(--as-slate-light)}.submit-button{padding:14px 24px;background:var(--as-blue);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s}.submit-button:hover{background:var(--as-blue-light)}.submit-button:disabled{opacity:.5;cursor:not-allowed}.email-fine-print{font-size:.75rem;color:var(--as-slate-light);text-align:center}.dimension-bars{margin-top:32px}.dimension-bars h3{font-size:1rem;font-weight:700;margin-bottom:16px}.dimension-bar-item{margin-bottom:14px}.dimension-bar-label{display:flex;justify-content:space-between;margin-bottom:6px;font-size:.813rem}.dimension-bar-label span:first-child{color:var(--as-gray-light);font-weight:500}.dimension-bar-label span:last-child{color:var(--as-gray)}.dimension-bar-track{height:6px;background:var(--as-border);border-radius:3px;overflow:hidden}.dimension-bar-fill{height:100%;border-radius:3px;transition:width 1s ease-out}.app-footer{padding:24px;text-align:center;border-top:1px solid var(--as-border);margin-top:auto}.app-footer p{font-size:.75rem;color:var(--as-slate-light)}.app-footer a{color:var(--as-accent);text-decoration:none}@media(max-width:640px){.landing-proof{flex-direction:column;gap:12px}.question-view{padding:24px 20px}.option-button{padding:14px 16px;font-size:.875rem}.result-card{padding:20px}.cost-card{padding:24px}}.confirmation{min-height:calc(100vh - 80px);display:flex;flex-direction:column;align-items:center;padding:60px 24px;max-width:680px;margin:0 auto}.confirmation-icon{width:64px;height:64px;background:#22c55e26;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.confirmation h2{font-size:1.75rem;font-weight:800;margin-bottom:12px}.confirmation p{color:var(--as-gray);font-size:1rem;line-height:1.7;margin-bottom:8px}.confirmation-cta{margin-top:32px;padding:20px 28px;background:var(--as-card);border:1px solid var(--as-border);border-radius:12px;text-align:left}.confirmation-cta h3{font-size:1rem;font-weight:700;margin-bottom:8px;color:var(--as-accent)}.confirmation-cta p{font-size:.875rem;color:var(--as-gray)}.confirmation-cta .cta-button{margin-top:16px;display:inline-flex}.enhanced-results{width:100%;text-align:left;margin-top:32px}.enhanced-section{margin-bottom:28px}.enhanced-section h3{font-size:1.063rem;font-weight:700;margin-bottom:14px;display:flex;align-items:center;gap:8px}.executive-summary-card{background:linear-gradient(135deg,#2563eb14,#38bdf80a);border:1px solid rgba(37,99,235,.25);border-radius:16px;padding:28px}.executive-summary-card p{font-size:1rem;line-height:1.75;color:var(--as-gray-light)}.action-card{background:var(--as-card);border:1px solid var(--as-green);border-radius:16px;padding:28px}.action-card h3{color:var(--as-green)}.action-card p{font-size:.938rem;line-height:1.7;color:var(--as-gray)}.view-report-button{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,var(--as-blue),var(--as-blue-light));color:#fff;border:none;border-radius:12px;font-size:1.063rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;margin-top:24px;margin-bottom:8px}.view-report-button:hover{transform:translateY(-2px);box-shadow:0 8px 28px #2563eb59}.report-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.report-lightbox{position:relative;width:100%;max-width:780px;max-height:90vh;background:var(--as-navy);border:1px solid var(--as-border);border-radius:20px;overflow:hidden;box-shadow:0 24px 80px #00000080;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.report-close{position:absolute;top:16px;right:16px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--as-card);border:1px solid var(--as-border);border-radius:10px;color:var(--as-gray);cursor:pointer;z-index:10;transition:all .15s ease}.report-close:hover{color:var(--as-white);border-color:var(--as-slate-light)}.report-scroll{overflow-y:auto;max-height:90vh;padding:48px 40px 40px;scrollbar-width:thin;scrollbar-color:var(--as-border) transparent}.report-scroll::-webkit-scrollbar{width:6px}.report-scroll::-webkit-scrollbar-track{background:transparent}.report-scroll::-webkit-scrollbar-thumb{background:var(--as-border);border-radius:3px}.report-page{margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid var(--as-border)}.report-page:last-child{border-bottom:none;margin-bottom:0}.report-page-hero{text-align:center}.report-brand{margin-bottom:32px}.report-brand-logo{font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--as-gray)}.report-brand-logo span{color:var(--as-accent)}.report-brand-sub{font-size:.75rem;color:var(--as-slate-light);margin-top:2px}.report-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;line-height:1.2;color:var(--as-white);margin-bottom:36px}.report-score-section{margin-bottom:36px}.report-gauge{position:relative;width:160px;height:160px;margin:0 auto 12px}.report-gauge svg{transform:rotate(-90deg);width:160px;height:160px}.report-gauge-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.report-gauge-number{font-size:2.5rem;font-weight:800;line-height:1}.report-gauge-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:2px}.report-score-tone{color:var(--as-gray);font-size:.938rem;max-width:480px;margin:0 auto}.report-exec-summary{background:linear-gradient(135deg,#2563eb14,#38bdf80a);border:1px solid rgba(37,99,235,.25);border-radius:16px;padding:24px 28px;text-align:left;margin-top:32px}.report-exec-summary h2{font-size:1rem;font-weight:700;color:var(--as-accent);margin-bottom:10px}.report-exec-summary p{font-size:.938rem;line-height:1.7;color:var(--as-gray-light)}.report-dimensions{text-align:left;margin-top:32px}.report-dimensions h2{font-size:1rem;font-weight:700;margin-bottom:16px;color:var(--as-gray-light)}.report-dim-row{margin-bottom:12px}.report-dim-label{display:flex;justify-content:space-between;font-size:.813rem;margin-bottom:5px}.report-dim-label span:first-child{color:var(--as-gray-light)}.report-dim-track{height:5px;background:var(--as-border);border-radius:3px;overflow:hidden}.report-dim-fill{height:100%;border-radius:3px;transition:width .8s ease-out}.report-section-title{font-size:1.25rem;font-weight:800;margin-bottom:24px;display:flex;align-items:center;gap:10px;color:var(--as-white)}.report-blind-spot{background:var(--as-card);border-left:4px solid;border-radius:0 12px 12px 0;padding:24px;margin-bottom:16px}.report-bs-header{margin-bottom:12px}.report-bs-header h3{font-size:1.063rem;font-weight:700;color:var(--as-white);margin-bottom:6px}.report-bs-badge{display:inline-block;font-size:.688rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;border-radius:4px}.report-blind-spot p{font-size:.875rem;line-height:1.7;color:var(--as-gray)}.report-bs-watch{font-size:.813rem!important;color:var(--as-slate-light)!important;margin-top:10px}.report-cost-hero{background:linear-gradient(135deg,#2563eb1f,#38bdf80f);border:1px solid rgba(37,99,235,.3);border-radius:16px;padding:32px;text-align:center;margin-bottom:20px}.report-cost-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--as-accent);margin-bottom:8px}.report-cost-total{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;color:var(--as-white)}.report-cost-narrative{font-size:.938rem;line-height:1.7;color:var(--as-gray);margin-bottom:24px}.report-cost-breakdown{display:grid;gap:12px}.report-cost-item{background:var(--as-card);border:1px solid var(--as-border);border-radius:12px;padding:20px}.report-cost-item-label{font-size:.813rem;font-weight:600;color:var(--as-gray-light);margin-bottom:4px}.report-cost-item-range{font-size:1.25rem;font-weight:700;color:var(--as-white)}.report-cost-item-detail{font-size:.75rem;color:var(--as-slate-light);margin-top:4px}.report-action-card{background:var(--as-card);border:1px solid var(--as-border);border-radius:12px;padding:24px;margin-bottom:16px}.report-action-weekly{border-color:var(--as-green)}.report-action-badge{display:inline-block;font-size:.688rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:4px;background:#22c55e26;color:var(--as-green);margin-bottom:12px}.report-action-badge-month{background:#2563eb26;color:var(--as-accent)}.report-action-card h3{font-size:1.063rem;font-weight:700;color:var(--as-white);margin-bottom:10px}.report-action-card p{font-size:.875rem;line-height:1.7;color:var(--as-gray)}.report-action-outcome{font-size:.813rem!important;color:var(--as-accent)!important;margin-top:10px}.report-monthly-item{margin-bottom:14px}.report-monthly-item:last-child{margin-bottom:0}.report-monthly-item h4{font-size:.938rem;font-weight:600;color:var(--as-gray-light);margin-bottom:4px}.report-monthly-item p{font-size:.813rem}.report-roadmap{margin-bottom:24px}.report-roadmap-title{font-size:1.125rem;font-weight:700;color:var(--as-white);margin-bottom:24px}.report-roadmap-phase{position:relative;padding-left:28px;margin-bottom:28px}.report-roadmap-phase:last-child{margin-bottom:0}.report-roadmap-phase:before{content:"";position:absolute;left:7px;top:20px;bottom:-28px;width:2px;background:var(--as-border)}.report-roadmap-phase:last-child:before{display:none}.report-roadmap-phase-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;position:relative}.report-roadmap-phase-dot{width:16px;height:16px;border-radius:50%;flex-shrink:0;position:absolute;left:-28px;top:2px;box-shadow:0 0 0 4px var(--as-navy)}.report-roadmap-phase-label{font-size:.688rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.report-roadmap-phase-theme{font-size:1.063rem;font-weight:700;color:var(--as-white);margin-top:2px}.report-roadmap-actions{display:flex;flex-direction:column;gap:10px}.report-roadmap-action{background:var(--as-card);border:1px solid var(--as-border);border-radius:10px;padding:18px 20px}.report-roadmap-action h4{font-size:.875rem;font-weight:600;color:var(--as-gray-light);margin-bottom:6px}.report-roadmap-action p{font-size:.813rem;line-height:1.65;color:var(--as-gray)}.report-roadmap-outcome{display:flex;align-items:center;gap:6px;font-size:.75rem!important;color:var(--as-green)!important;margin-top:8px;font-weight:500}.report-quarterly{border-left:3px solid var(--as-accent);padding:20px 24px;margin-bottom:24px}.report-quarterly h3{font-size:.875rem;font-weight:700;color:var(--as-accent);margin-bottom:10px}.report-quarterly-q{font-size:1.063rem;font-style:italic;line-height:1.6;color:var(--as-gray-light)}.report-bottom-cta{background:var(--as-card);border:1px solid var(--as-blue);border-radius:16px;padding:32px;text-align:center;margin-top:32px}.report-bottom-cta h3{font-size:1.125rem;font-weight:700;margin-bottom:8px;color:var(--as-white)}.report-bottom-cta p{font-size:.875rem;color:var(--as-gray);margin-bottom:16px;line-height:1.6}.report-bottom-cta .cta-button{display:inline-flex}.report-footer{text-align:center;padding-top:24px;margin-top:32px;border-top:1px solid var(--as-border)}.report-footer p{font-size:.75rem;color:var(--as-slate-light)}.report-footer a{color:var(--as-accent);text-decoration:none}@media(max-width:640px){.report-overlay{padding:0}.report-lightbox{max-height:100vh;border-radius:0;max-width:100%}.report-scroll{padding:40px 20px 24px;max-height:100vh}.report-cost-hero{padding:24px 20px}.report-blind-spot,.report-action-card{padding:18px}}.loading-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.loading-content{background:#fff;border-radius:16px;padding:48px;text-align:center;max-width:480px;box-shadow:0 20px 60px #0000004d}.loading-content h2{color:#1a1a2e;margin:24px 0 12px;font-size:1.5rem}.loading-content p{color:#555;margin:0 0 8px;font-size:1rem}.loading-content .loading-subtext{color:#888;font-size:.875rem;font-style:italic}.loading-spinner{width:56px;height:56px;border:4px solid #e0e0e0;border-top-color:#6c5ce7;border-radius:50%;margin:0 auto;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
