@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500&display=swap";body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fafafa}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#fafafa;color:#171717;line-height:1.5}.bento-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(120px,auto);gap:20px;max-width:1400px;margin:40px auto;padding:20px}.bento-box{background:#fff;border-radius:24px;padding:24px;box-shadow:0 4px 12px #00000005;transition:all .2s ease;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.02)}.bento-box:hover{box-shadow:0 12px 24px #0000000a;transform:translateY(-2px);border-color:#6366f11a}.bento-box:nth-child(1){grid-column:span 1;grid-row:span 1}.bento-box:nth-child(2){grid-column:span 2;grid-row:span 2}.bento-box:nth-child(3){grid-column:span 1;grid-row:span 1;display:flex;align-items:center;justify-content:center;position:relative}.bento-box:nth-child(4){grid-column:span 2;grid-row:span 1}.bento-box:nth-child(5){grid-column:span 1;grid-row:span 1}.bento-box:nth-child(6){grid-column:span 2;grid-row:span 2}.bento-box:nth-child(7){grid-column:span 2;grid-row:span 1}.bento-box:nth-child(8){grid-column:span 2;grid-row:span 1}.bento-box:nth-child(9){grid-column:span 4;grid-row:span 1}h2,h3{font-weight:600;letter-spacing:-.02em}h2{font-size:1.25rem}h3{font-size:1.125rem;margin-bottom:16px}.brand{background:#0a0a0a;color:#fff;display:flex;flex-direction:row;align-items:center;gap:12px}.brand-logo{width:48px;height:auto}.brand-text{display:flex;flex-direction:column;justify-content:center}.brand-leta{font-size:1.5rem;font-weight:700;letter-spacing:-.03em;line-height:1.2}.brand-sync{font-size:.75rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:#ffffffb3}.environment-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.environment-icon{width:24px;height:24px;display:flex;align-items:center}.environment-content{display:flex;flex-direction:column;gap:12px;flex:1}.environment-content.horizontal{flex-direction:row;justify-content:space-between;gap:32px}.environment-content.horizontal .stat{flex-direction:column;gap:6px}.stat{display:flex;justify-content:space-between;align-items:baseline}.stat-label{font-size:.875rem;color:#666}.stat-value{font-size:1.25rem;font-weight:600;font-family:IBM Plex Mono,monospace}.digital{border-top:4px solid #06b6d4}.human{border-top:4px solid #f59e0b}.operational{border-top:4px solid #6b7280}.sync-pulse{background:linear-gradient(145deg,#f5f3ff,#fff);position:relative;overflow:hidden}.sync-icon{width:32px;height:32px;color:#6366f1;animation:spin 8s linear infinite}.sync-text{font-size:.75rem;font-weight:600;letter-spacing:.2em;color:#6366f1;margin-top:4px}.pulse-ring{position:absolute;width:100%;height:100%;border-radius:24px;border:2px solid #6366f1;opacity:0;animation:pulse 2s ease-out infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{transform:scale(.95);opacity:.5}to{transform:scale(1.1);opacity:0}}.sync-layer{background:linear-gradient(145deg,#f5f3ff,#fff);border:1px solid rgba(99,102,241,.2)}.sync-phases{display:flex;flex-direction:column;justify-content:space-between;gap:0;margin:8px 0;flex:1}.phase-row{display:flex;align-items:flex-start;gap:24px}.phase-step{display:flex;flex-direction:column;align-items:flex-start;width:120px;min-width:120px;flex-shrink:0}.phase-title{font-size:1.25rem;font-weight:800;color:#6366f1;letter-spacing:.1em;text-transform:uppercase}.phase-arrow{color:#6366f1;font-size:1.75rem;font-weight:400;line-height:1;margin:4px 0;text-align:center;width:120px}.phase-points{flex:1;list-style:none;display:flex;flex-direction:column;justify-content:center;gap:3px;font-size:.9375rem;color:#555;padding:4px 0;margin:0 auto}.phase-points li:before{content:"·";margin-right:6px;color:#6366f1;font-weight:700}.phase-points li.indent-1{padding-left:24px}.phase-points li.indent-2{padding-left:48px}.phase-points li.indent-3{padding-left:72px}.phase-points li.ai-ready-badge{color:#22c55e;font-weight:600;margin-top:4px}.phase-points li.ai-ready-badge:before{content:"✓";color:#22c55e}.sync-tagline{font-size:.8125rem;color:#6366f1;font-weight:500;margin-top:auto}.sync-score{background:#0a0a0a;color:#fff}.score-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.score-badge{font-size:.75rem;padding:4px 8px;background:#ffffff1a;border-radius:100px;letter-spacing:.05em}.score-display{display:flex;align-items:center;gap:24px}.score-gauge{position:relative;width:100px;height:100px;display:flex;align-items:center;justify-content:center}.gauge{width:100%;height:100%;transform:rotate(-90deg)}.gauge-bg{stroke:#ffffff1a}.gauge-fill{stroke:#6366f1;transition:stroke-dashoffset .5s ease}.score-number{position:absolute;font-size:2rem;font-weight:700;font-family:IBM Plex Mono,monospace;color:#fff}.score-meta{display:flex;flex-direction:column;gap:8px}.score-environment{font-size:.875rem;display:flex;align-items:center;gap:6px;color:#fffc}.env-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.env-dot.human{background:#f59e0b}.env-dot.digital{background:#06b6d4}.env-dot.ops{background:#6b7280}.has-tooltip{position:relative;cursor:help;border-bottom:1px dotted #999}.has-tooltip:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:0;width:240px;padding:10px 12px;background:#0a0a0a;color:#ffffffe6;font-size:.75rem;font-weight:400;line-height:1.5;border-radius:10px;box-shadow:0 8px 24px #00000026;pointer-events:none;opacity:0;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease;z-index:100}.has-tooltip:hover:after{opacity:1;transform:translateY(0)}.metrics-link{display:block;font-size:.75rem;color:#a5b4fc;text-decoration:none;margin-top:12px;padding-top:8px;border-top:1px solid rgba(255,255,255,.1);transition:color .2s ease}.metrics-link:hover{color:#fff;text-decoration:underline}.dashboard-actions{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1);display:flex;gap:16px;flex-wrap:wrap}.dashboard-action-link{background:none;border:none;color:#a5b4fc;font-size:.75rem;cursor:pointer;padding:0;text-decoration:underline}.dashboard-action-link:hover{color:#fff}.cost-production{background:#fff}.ratio-control{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.ratio-item{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:8px 0;border-bottom:1px solid #f0f0f0}.ratio-label{font-size:.875rem;color:#666}.ratio-value{font-weight:600;font-family:IBM Plex Mono,monospace}.ratio-delta{font-size:.75rem;padding:2px 6px;border-radius:100px;background:#f0fdf4;color:#166534}.ratio-delta.negative{background:#fef2f2;color:#991b1b}.ratio-delta.neutral{background:#f3f4f6;color:#374151}.cta-banner{background:linear-gradient(145deg,#f5f3ff,#fff);border:1px solid #6366f1;display:flex;align-items:center;justify-content:space-between;flex-direction:row}.cta-text{font-size:1.125rem;font-weight:500}.cta-emphasis{font-weight:700;color:#0a0a0a}.cta-button{background:#fff;border:1px solid #e6e6e6;padding:10px 20px;border-radius:40px;font-size:.875rem;font-weight:500;color:#171717;cursor:pointer;transition:all .2s ease}.cta-button:hover{background:#fafafa;border-color:#6366f1}.cta-button.primary{background:#0a0a0a;color:#fff;border:none}.cta-button.primary:hover{background:#6366f1}a.cta-button{text-decoration:none;display:inline-block}.landing-page{max-width:560px;margin:60px auto;padding:0 24px;text-align:center}.landing-brand{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:32px}.landing-brand-logo{width:72px;height:auto}.landing-brand-text{display:flex;flex-direction:column;justify-content:center;text-align:left}.landing-brand-name{font-size:2.5rem;font-weight:700;letter-spacing:-.03em;color:#0a0a0a;line-height:1.1}.landing-brand-tag{font-size:.875rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:#999;line-height:1}.landing-subheading{font-size:1.125rem;font-weight:400;color:#666;max-width:440px;margin:0 auto 32px;line-height:1.6}.landing-tagline{font-size:.875rem;color:#999;font-style:italic;margin-bottom:48px}.landing-dimensions{max-width:400px;margin:0 auto 40px;text-align:left}.landing-dimensions-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#6366f1;margin-bottom:16px;text-align:left}.landing-dimension-row{display:flex;align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid #f0f0f0}.landing-dimension-icon{color:#6366f1;flex-shrink:0;width:20px;height:20px}.landing-dimension-label{font-size:1.125rem;font-weight:600;color:#171717;display:block}.landing-dimension-desc{font-size:1.0625rem;color:#666;display:block}.landing-restore{margin-top:8px;font-size:.8125rem;color:#999}.landing-restore-btn{background:none;border:none;color:#6366f1;font-size:.8125rem;cursor:pointer;padding:0;text-decoration:underline}@media(max-width:1024px){.bento-grid{gap:16px;padding:16px}.score-display{flex-direction:column;align-items:flex-start}}@media(max-width:768px){.bento-grid{grid-template-columns:1fr}.bento-box:nth-child(n){grid-column:span 1!important;grid-row:span auto!important}.cta-banner{flex-direction:column;gap:16px;align-items:flex-start}.phase-row{flex-direction:column;gap:4px}.phase-step{flex-direction:row;gap:8px;min-width:auto}.phase-arrow{display:none}}.monospace{font-family:IBM Plex Mono,monospace}.contact-page{max-width:560px;margin:60px auto;padding:0 20px}.back-link{display:inline-block;font-size:.875rem;color:#6366f1;text-decoration:none;margin-bottom:32px}.back-link:hover{text-decoration:underline}.contact-page h1{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;margin-bottom:8px}.contact-subtitle{color:#666;margin-bottom:32px}.contact-note,.confirmation-note{font-size:.875rem;color:#666}.contact-note{margin:-16px 0 24px}.contact-form{display:flex;flex-direction:column;gap:20px}.honeypot-field{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.contact-form label{display:flex;flex-direction:column;gap:6px;font-size:.875rem;font-weight:500;color:#171717}.contact-form .optional{font-weight:400;color:#999}.contact-form input,.contact-form textarea{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9375rem;padding:10px 14px;border:1px solid #e6e6e6;border-radius:12px;outline:none;transition:border-color .2s ease}.contact-form input:focus,.contact-form textarea:focus{border-color:#6366f1}.contact-form textarea{resize:vertical}.contact-form .cta-button{align-self:flex-start;margin-top:4px}.contact-form .cta-button:disabled{opacity:.7;cursor:wait}.form-error{margin:-4px 0 0;font-size:.875rem;color:#b42318}.support-line{margin-top:32px;font-size:.875rem;color:#666}.support-line a{color:#6366f1;text-decoration:none}.support-line a:hover{text-decoration:underline}.thank-you{text-align:center;padding:60px 0}.thank-you h1{margin-bottom:12px}.thank-you p{color:#666;margin-bottom:24px}.thank-you .confirmation-note{margin:-12px 0 24px}.audit-page{max-width:720px;margin:40px auto;padding:0 20px 60px}.audit-page .back-link{display:inline-block;font-size:.875rem;color:#6366f1;text-decoration:none;margin-bottom:32px}.audit-page .back-link:hover{text-decoration:underline}.step-progress{display:flex;align-items:center;gap:8px;margin-bottom:40px}.step-dot{width:32px;height:32px;border-radius:50%;border:2px solid #e6e6e6;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:#999;transition:all .2s ease;flex-shrink:0}.step-dot.active{border-color:#6366f1;background:#6366f1;color:#fff}.step-dot.completed{border-color:#6366f1;background:#f5f3ff;color:#6366f1}.step-line{flex:1;height:2px;background:#e6e6e6;transition:background .2s ease}.step-line.completed{background:#6366f1}.step-header{margin-bottom:28px}.step-header h1{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;margin-bottom:6px}.step-header p{color:#666;font-size:.9375rem}.audit-form{display:flex;flex-direction:column;gap:24px}.field-group{display:flex;flex-direction:column;gap:6px}.field-group label{font-size:.875rem;font-weight:500;color:#171717}.field-group .optional{font-weight:400;color:#999}.field-group select,.field-group input,.field-group textarea{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9375rem;padding:10px 14px;border:1px solid #e6e6e6;border-radius:12px;outline:none;transition:border-color .2s ease;background:#fff}.field-group select:focus,.field-group input:focus,.field-group textarea:focus{border-color:#6366f1}.field-group textarea{resize:vertical}.tool-category{margin-bottom:20px}.tool-category-label{font-size:.875rem;font-weight:600;color:#171717;margin-bottom:10px;text-transform:capitalize}.chip-group{display:flex;flex-wrap:wrap;gap:8px}.chip{padding:8px 16px;border-radius:100px;border:1px solid #e6e6e6;background:#fff;font-size:.8125rem;font-weight:500;color:#444;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}.chip:hover{border-color:#6366f1;background:#faf9ff}.chip.selected{border-color:#6366f1;background:#6366f1;color:#fff}.chip.chip-none.selected{background:#f3f4f6;color:#666;border-color:#d1d5db}.workflow-question{margin-bottom:24px}.workflow-question-label{font-size:.875rem;font-weight:600;color:#171717;margin-bottom:10px}.radio-group{display:flex;flex-direction:column;gap:8px}.radio-option{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid #e6e6e6;border-radius:12px;cursor:pointer;transition:all .15s ease;font-size:.875rem}.radio-option:hover{border-color:#6366f1;background:#faf9ff}.radio-option.selected{border-color:#6366f1;background:#f5f3ff}.radio-option input[type=radio]{accent-color:#6366f1}.step-nav{display:flex;justify-content:space-between;align-items:center;margin-top:32px;gap:12px}.btn-back{background:none;border:1px solid #e6e6e6;padding:10px 24px;border-radius:40px;font-size:.875rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease}.btn-back:hover{border-color:#999;color:#171717}.btn-next{background:#0a0a0a;color:#fff;border:none;padding:10px 28px;border-radius:40px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-left:auto}.btn-next:hover{background:#6366f1}.results-dashboard{display:flex;flex-direction:column;gap:24px}.results-hero{background:#0a0a0a;border-radius:24px;padding:32px;color:#fff;display:flex;align-items:center;gap:32px}.results-gauge{position:relative;width:140px;height:140px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.results-gauge .gauge{width:100%;height:100%;transform:rotate(-90deg)}.results-gauge .gauge-bg{stroke:#ffffff1a}.results-gauge .gauge-fill{transition:stroke-dashoffset 1s ease}.results-gauge .results-score-number{position:absolute;font-size:2.5rem;font-weight:700;font-family:IBM Plex Mono,monospace;color:#fff}.results-score-meta h2{font-size:1.5rem;margin-bottom:4px}.results-category-badge{display:inline-block;padding:4px 12px;border-radius:100px;font-size:.8125rem;font-weight:600;margin-bottom:12px}.results-category-badge.optimized{background:#22c55e33;color:#4ade80}.results-category-badge.good-start{background:#6366f133;color:#a5b4fc}.results-category-badge.needs-work{background:#f59e0b33;color:#fbbf24}.results-category-badge.critical-gaps{background:#ef444433;color:#f87171}.results-waste{font-size:.875rem;color:#ffffffb3;line-height:1.6}.results-waste strong{color:#fff;font-family:IBM Plex Mono,monospace}.insight-cards{display:grid;grid-template-columns:1fr;gap:16px}.insight-card{background:#fff;border-radius:16px;padding:20px;border:1px solid rgba(0,0,0,.04);box-shadow:0 2px 8px #00000005}.insight-card-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6366f1;margin-bottom:8px}.insight-card-body{font-size:.875rem;color:#444;line-height:1.6;white-space:pre-line}.recommendations-section h3{font-size:1.125rem;font-weight:600;margin-bottom:16px}.rec-cards{display:flex;flex-direction:column;gap:12px}.rec-card{background:#fff;border-radius:16px;padding:20px;border:1px solid rgba(0,0,0,.04);box-shadow:0 2px 8px #00000005}.rec-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;gap:12px}.rec-card-title{font-size:.9375rem;font-weight:600;color:#171717}.rec-badges{display:flex;gap:6px;flex-shrink:0}.rec-badge{font-size:.6875rem;padding:3px 8px;border-radius:100px;font-weight:600;white-space:nowrap}.rec-badge.impact,.rec-badge.effort-low{background:#f0fdf4;color:#166534}.rec-badge.effort-medium{background:#fefce8;color:#854d0e}.rec-badge.effort-high{background:#fef2f2;color:#991b1b}.rec-card-desc{font-size:.8125rem;color:#666;line-height:1.5}.confidence-note{font-size:.8125rem;color:#999;text-align:center;padding:12px 0;font-style:italic}.followup-section{background:linear-gradient(145deg,#f5f3ff,#fff);border:1px solid rgba(99,102,241,.2);border-radius:24px;padding:28px;text-align:center}.followup-section h3{font-size:1.125rem;font-weight:600;margin-bottom:8px}.followup-section p{font-size:.875rem;color:#666;margin-bottom:20px}.followup-form{display:flex;flex-direction:column;gap:14px;max-width:400px;margin:0 auto;text-align:left}.followup-form input{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9375rem;padding:10px 14px;border:1px solid #e6e6e6;border-radius:12px;outline:none;transition:border-color .2s ease}.followup-form input:focus{border-color:#6366f1}.followup-confirm{text-align:center;padding:12px 0;color:#166534;font-weight:500;font-size:.9375rem}.restart-link{display:block;text-align:center;font-size:.875rem;color:#6366f1;text-decoration:none;margin-top:8px}.restart-link:hover{text-decoration:underline}@media(max-width:640px){.results-hero{flex-direction:column;text-align:center}.results-gauge{width:120px;height:120px}.results-gauge .results-score-number{font-size:2rem}.rec-card-header,.step-nav{flex-direction:column}.btn-next{width:100%;text-align:center;margin-left:0}.btn-back{width:100%;text-align:center}}.score-explainer-page{min-height:100vh;background:#fafafa;padding:40px 20px 64px}.score-explainer-shell{max-width:760px;margin:0 auto}.score-explainer-brand{display:flex;align-items:center;gap:14px;margin-bottom:24px}.score-explainer-logo{width:56px;height:auto}.score-explainer-brand-text{display:flex;flex-direction:column;justify-content:center}.score-explainer-name{font-size:2rem;font-weight:700;letter-spacing:-.03em;line-height:1.1;color:#0a0a0a}.score-explainer-tag{font-size:.75rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:#6366f1;line-height:1}.score-explainer-back{display:inline-flex;margin-bottom:20px;color:#6366f1;text-decoration:none;font-size:.9375rem;font-weight:500}.score-explainer-card{background:#fff;border:1px solid rgba(99,102,241,.12);border-radius:24px;padding:32px;box-shadow:0 12px 32px #0000000a}.score-explainer-kicker{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#6366f1;margin-bottom:12px}.score-explainer-card h1{font-size:clamp(2rem,4vw,2.75rem);line-height:1.05;margin-bottom:16px}.score-explainer-intro{color:#555;font-size:1.05rem;line-height:1.7;margin-bottom:28px}.score-explainer-section+.score-explainer-section{margin-top:28px}.score-explainer-section h2{font-size:1.1rem;margin-bottom:10px}.score-explainer-section p{color:#555;line-height:1.7}.score-explainer-list{display:grid;gap:12px}.score-explainer-list div{display:grid;gap:4px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.score-explainer-list strong{color:#171717;font-size:.95rem}.score-explainer-list span{color:#555;font-size:.9375rem;line-height:1.6}@media(max-width:640px){.score-explainer-card{padding:24px}.score-explainer-brand{align-items:center}}
