:root{color-scheme:light;--bg: #f4f1ea;--bg-soft: rgba(255, 255, 255, .72);--surface: rgba(255, 252, 247, .88);--surface-strong: #fffaf2;--border: rgba(28, 57, 49, .12);--text: #1d2e2a;--muted: #60716b;--brand: #145a46;--brand-soft: #d9efe8;--warning: #a05a10;--warning-soft: #fff0df;--danger: #9d3325;--danger-soft: #ffe8e2;--shadow: 0 20px 60px rgba(32, 48, 43, .08);--radius-lg: 28px;--radius-md: 18px;--radius-sm: 12px;--font-heading: "Space Grotesk", "Avenir Next Condensed", "Trebuchet MS", sans-serif;--font-body: "IBM Plex Sans", "Avenir Next", "Segoe UI", sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:radial-gradient(circle at top left,rgba(20,90,70,.18),transparent 34%),radial-gradient(circle at 85% 15%,rgba(219,177,112,.22),transparent 22%),linear-gradient(180deg,#f7f4ee,#efe7dc);color:var(--text);font-family:var(--font-body)}button,input,textarea{font:inherit}.page-shell{position:relative;padding:32px 24px 56px;overflow:hidden}.page-background{position:absolute;inset:0;background:linear-gradient(120deg,rgba(20,90,70,.08),transparent 42%),radial-gradient(circle at bottom right,rgba(232,195,138,.18),transparent 30%);pointer-events:none}.hero,.dashboard{position:relative;z-index:1}.hero{max-width:1280px;margin:0 auto 24px;padding:36px;border:1px solid rgba(255,255,255,.45);border-radius:36px;background:linear-gradient(135deg,#fffbf6f0,#f4faf6eb);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:rise-in .7s ease-out both}.hero__copy{max-width:760px}.hero h1,.card h2,.problem-card h3,.measure-card h3,.final-summary h3{margin:0;font-family:var(--font-heading);letter-spacing:-.03em}.hero h1{margin-top:18px;font-size:clamp(2.4rem,5vw,4.25rem);line-height:.95}.hero p{margin:16px 0 0;max-width:640px;font-size:1.05rem;line-height:1.7;color:var(--muted)}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.hero__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px}.dashboard{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:20px;max-width:1280px;margin:0 auto}.card{display:flex;flex-direction:column;gap:20px;min-width:0;padding:28px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:rise-in .7s ease-out both}.card--accent{background:linear-gradient(135deg,#145a46f0,#1d2e2aeb),var(--surface);color:#f7fbf9}.card--accent .metric,.card--accent .empty-state,.card--accent .final-summary__note{background:#ffffff14;color:#f7fbf9}.card--accent .metric__label,.card--accent .card__description,.card--accent p{color:#f7fbf9db}.card--span-6{grid-column:span 6}.card--span-12{grid-column:span 12}.card__header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.card__title-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.card__header h2{font-size:1.55rem}.card__description{margin:10px 0 0;color:var(--muted);line-height:1.6}.card__actions{flex-shrink:0}.card__body{display:flex;flex-direction:column;gap:18px}.wizard-stepper{display:flex;flex-direction:column;gap:14px;margin-bottom:6px}.wizard-stepper__line{position:relative;height:6px;margin:0 38px;border-radius:999px;background:#145a4624;overflow:hidden}.wizard-stepper__fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(135deg,#145a46,#76c5b2);transition:width .22s ease}.wizard-stepper__items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.wizard-step{display:flex;flex-direction:column;align-items:center;gap:10px;border:0;background:transparent;padding:0;color:var(--muted);cursor:pointer;text-align:center;transition:opacity .16s ease,transform .16s ease}.wizard-step:hover:not(:disabled){transform:translateY(-1px)}.wizard-step:disabled{cursor:not-allowed;opacity:.72}.wizard-step__dot{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;border:2px solid rgba(20,90,70,.22);background:#f8fbf8;color:var(--muted);font-size:.76rem;font-weight:800;line-height:1}.wizard-step__copy{display:flex;flex-direction:column;gap:2px}.wizard-step__label{color:var(--text);font-weight:700}.wizard-step__hint{font-size:.84rem}.wizard-step--current .wizard-step__dot{width:28px;height:28px;border-color:var(--brand);background:var(--brand);color:#f7fbf9;box-shadow:0 0 0 8px #145a461a}.wizard-step--complete .wizard-step__dot{border-color:#4aa58e;background:#dff4ed;color:var(--brand)}.wizard-shell{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.95fr);gap:18px;align-items:start}.wizard-main,.wizard-aside{min-width:0}.wizard-panel,.wizard-summary{display:flex;flex-direction:column;gap:18px;min-width:0;padding:22px;border-radius:24px;border:1px solid rgba(29,46,42,.08);background:linear-gradient(180deg,#ffffffd6,#f7fbf9c2)}.wizard-panel__eyebrow{margin:0;color:var(--brand);font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.wizard-panel h3,.wizard-summary h3{margin:0;font-family:var(--font-heading);letter-spacing:-.03em;font-size:1.7rem}.wizard-panel__description,.wizard-summary__header p,.field-help{margin:0;color:var(--muted);line-height:1.65}.field-help code{font-size:.92em;padding:2px 6px;border-radius:999px;background:#145a4614;color:var(--brand)}.wizard-nav{display:flex;justify-content:space-between;gap:12px;margin-top:6px}.wizard-nav--end{justify-content:flex-end}.wizard-summary__header{display:flex;flex-direction:column;gap:8px}.wizard-summary__stack{display:grid;gap:12px}.wizard-summary-card{display:flex;flex-direction:column;gap:10px;padding:16px;border-radius:var(--radius-md);border:1px solid rgba(29,46,42,.08);background:#ffffffb8}.wizard-summary-card--complete{background:linear-gradient(135deg,#d9efe8d1,#ffffffd6)}.wizard-summary-card__top{display:flex;justify-content:space-between;gap:12px;align-items:center}.wizard-summary-card strong{font-size:1rem}.wizard-summary-card p{margin:0;color:var(--muted);line-height:1.55}.csv-dropzone{position:relative;overflow:hidden;border:2px dashed rgba(118,163,172,.75);border-radius:24px;background:linear-gradient(180deg,#d7e9f0f2,#e0eef3e6);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.csv-dropzone--active{border-color:#387f8fd1;box-shadow:0 0 0 6px #54a4ba1f;transform:translateY(-1px)}.csv-dropzone__input{position:absolute;inset:0;opacity:0;pointer-events:none}.csv-dropzone__content{display:flex;flex-direction:column;gap:22px;align-items:center;justify-content:center;min-height:320px;padding:32px 24px;text-align:center}.csv-dropzone__icon{position:relative;width:92px;height:92px;color:#5c919ceb}.csv-dropzone__copy{display:flex;flex-direction:column;gap:8px;align-items:center}.csv-dropzone__copy h4{margin:0;font-family:var(--font-heading);letter-spacing:-.03em;font-size:1.7rem}.csv-dropzone__copy p{margin:0;max-width:38ch;color:var(--muted);line-height:1.65}.csv-dropzone__icon-arrow{position:absolute;left:50%;top:10px;width:8px;height:46px;margin-left:-4px;border-radius:999px;background:currentColor}.csv-dropzone__icon-arrow:after{content:"";position:absolute;left:50%;bottom:-1px;width:22px;height:22px;margin-left:-11px;border-right:8px solid currentColor;border-bottom:8px solid currentColor;transform:rotate(45deg)}.csv-dropzone__icon-tray{position:absolute;left:50%;bottom:12px;width:60px;height:26px;margin-left:-30px;border:6px solid currentColor;border-top:0;border-radius:0 0 8px 8px}.csv-dropzone__actions,.csv-dropzone__meta{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;align-items:center}.button--upload{background:linear-gradient(135deg,#39b7d7,#4fc6dd);color:#f7fbf9}.field-grid,.detail-grid,.panel-grid,.measure-grid{display:grid;gap:14px}.field-grid,.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-grid--tight,.panel-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.measure-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.field-group{display:flex;flex-direction:column;gap:8px}.field-group label{font-size:.92rem;font-weight:700;color:var(--muted)}input,textarea{width:100%;border:1px solid rgba(29,46,42,.12);border-radius:var(--radius-md);background:#ffffffc7;color:var(--text);padding:14px 16px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}textarea{min-height:240px;resize:vertical;line-height:1.55}input:focus,textarea:focus{outline:none;border-color:#145a4673;box-shadow:0 0 0 4px #145a4614;transform:translateY(-1px)}.button-row,.badge-stack{display:flex;flex-wrap:wrap;gap:12px}.button{border:0;border-radius:999px;padding:13px 18px;font-weight:700;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #145a462e}.button:disabled{cursor:not-allowed;opacity:.6}.button--primary{background:linear-gradient(135deg,#145a46,#1f7a60);color:#f7fbf9}.button--secondary{background:#145a4614;color:var(--brand)}.badge{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:5px 10px;border-radius:999px;font-size:.8rem;font-weight:700;letter-spacing:.01em}.badge--neutral,.badge--outline{border:1px solid rgba(29,46,42,.14);background:#ffffffb8;color:var(--text)}.badge--info{background:#145a461f;color:var(--brand)}.badge--success{background:var(--brand-soft);color:var(--brand)}.badge--warning{background:var(--warning-soft);color:var(--warning)}.badge--danger{background:var(--danger-soft);color:var(--danger)}.metric,.empty-state{min-width:0;padding:16px;border-radius:var(--radius-md);background:var(--bg-soft);border:1px solid rgba(29,46,42,.06)}.metric__label{display:block;color:var(--muted);font-size:.86rem;margin-bottom:10px}.metric__value{display:block;min-width:0;font-size:1rem;line-height:1.45;word-break:break-word}.empty-state{color:var(--muted);line-height:1.6}.error-message{margin:0;padding:14px 16px;border-radius:var(--radius-md);background:var(--danger-soft);color:var(--danger);font-weight:600}.problem-card,.measure-card{display:flex;flex-direction:column;gap:14px;padding:20px;border-radius:22px;border:1px solid rgba(29,46,42,.08);background:#ffffffbd;box-shadow:0 16px 40px #20302b0d;animation:rise-in .7s ease-out both;animation-delay:calc(var(--index, 0) * 60ms)}.problem-card__header,.measure-card__top,.final-summary{display:flex;justify-content:space-between;gap:16px}.problem-card p,.measure-card p,.table-note,.final-summary__note{margin:0;line-height:1.6}.problem-card ul,.measure-card ul{margin:0;padding-left:18px;color:var(--muted);line-height:1.6}.problem-card__recommendation{font-weight:700;color:var(--text)}.assumptions strong{display:block;margin-bottom:8px}.table-wrapper{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:860px}th,td{padding:16px;border-bottom:1px solid rgba(29,46,42,.1);text-align:left;vertical-align:top}thead th{color:var(--muted);font-size:.84rem;text-transform:uppercase;letter-spacing:.04em}.row--recommended{background:#145a4614}.table-subtitle{margin-top:8px;color:var(--muted);line-height:1.5}.table-note{margin-top:14px;color:var(--muted)}.final-summary{align-items:flex-start}.final-summary__note{padding:16px 18px;border-radius:var(--radius-md)}@keyframes rise-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1080px){.card--span-6,.card--span-12{grid-column:span 12}.hero__metrics,.panel-grid,.measure-grid,.detail-grid--tight{grid-template-columns:repeat(2,minmax(0,1fr))}.wizard-shell{grid-template-columns:1fr}}@media(max-width:760px){.page-shell{padding:18px 14px 36px}.hero,.card{padding:22px;border-radius:24px}.hero__metrics,.field-grid,.detail-grid,.panel-grid,.measure-grid,.detail-grid--tight{grid-template-columns:1fr}.wizard-stepper__line{margin:0 18px}.wizard-step__label{font-size:.92rem}.wizard-step__hint{font-size:.76rem}.wizard-nav,.wizard-summary-card__top,.csv-dropzone__actions{flex-direction:column;align-items:stretch}.card__header,.problem-card__header,.measure-card__top,.final-summary{flex-direction:column}table{min-width:720px}}
