*,:before,:after{box-sizing:border-box}:root{--font-sans:"DM Sans", system-ui, sans-serif;--font-display:"Instrument Serif", Georgia, serif;--bg-deep:#070b10;--bg-base:#0c1219;--bg-surface:#121a24;--bg-elevated:#1a2433;--bg-hover:#222f42;--border:#ffffff14;--border-strong:#ffffff24;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--accent:#2dd4bf;--accent-dim:#2dd4bf26;--accent-glow:#2dd4bf59;--sky:#38bdf8;--sky-dim:#38bdf81f;--success:#4ade80;--warning:#fbbf24;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--shadow-soft:0 4px 24px #00000059;--shadow-card:0 8px 40px #00000073;font-family:var(--font-sans);color:var(--text-primary);background:var(--bg-deep);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5}html{scroll-behavior:smooth}body{background:radial-gradient(ellipse 80% 50% at 50% -20%, #2dd4bf1f, transparent), radial-gradient(ellipse 60% 40% at 100% 0%, #38bdf814, transparent), var(--bg-deep);min-height:100svh;margin:0}#root{min-height:100svh}button{font-family:inherit}a{color:inherit;text-decoration:none}.app{flex-direction:column;min-height:100svh;display:flex}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{z-index:100;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#070b10bf;position:sticky;top:0}.header__inner{justify-content:space-between;align-items:center;gap:1rem;height:4rem;display:flex}.brand{align-items:center;gap:.75rem;display:flex}.brand__mark{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--accent), var(--sky));width:2.25rem;height:2.25rem;box-shadow:0 0 20px var(--accent-glow);justify-content:center;align-items:center;display:flex}.brand__mark svg{width:1.15rem;height:1.15rem;color:var(--bg-deep)}.brand__name{letter-spacing:-.02em;font-size:1.05rem;font-weight:600}.brand__name span{color:var(--accent)}.nav{background:var(--bg-surface);border:1px solid var(--border);border-radius:999px;gap:.25rem;padding:.25rem;display:flex}.nav__link{color:var(--text-secondary);border-radius:999px;padding:.4rem 1rem;font-size:.875rem;font-weight:500;transition:color .2s,background .2s}.nav__link--active{color:var(--text-primary);background:var(--bg-elevated)}.header__badge{letter-spacing:.06em;text-transform:uppercase;color:var(--accent);background:var(--accent-dim);border:1px solid #2dd4bf59;border-radius:999px;padding:.35rem .75rem;font-size:.75rem;font-weight:600;display:none}@media (width>=768px){.header__badge{display:inline-flex}.nav{display:flex}}@media (width<=767px){.nav{display:none}}.hero{text-align:center;padding:4rem 0 3rem}.hero__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero__eyebrow:before{content:"";background:var(--accent);width:1.5rem;height:1px}.hero__title{font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 1.25rem;max-width:18ch;margin-inline:auto;font-size:clamp(2.5rem,6vw,4rem);font-weight:400;line-height:1.1}.hero__title em{color:var(--accent);font-style:italic}.hero__subtitle{color:var(--text-secondary);max-width:42rem;margin:0 auto 2.5rem;font-size:clamp(1rem,2.5vw,1.15rem);line-height:1.65}.hero__stats{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:52rem;margin:0 auto;display:grid}@media (width>=640px){.hero__stats{grid-template-columns:repeat(4,1fr)}}.stat-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);text-align:left;padding:1.25rem 1rem;transition:border-color .2s,transform .2s}.stat-card:hover{border-color:var(--border-strong);transform:translateY(-2px)}.stat-card__value{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.stat-card__value--accent{color:var(--accent)}.stat-card__label{color:var(--text-muted);font-size:.8rem;line-height:1.3}.pipeline-section{padding:2rem 0 3rem}.story-section{padding:0 0 3rem}.section-header{text-align:center;margin-bottom:2.5rem}.section-header__title{font-family:var(--font-display);margin:0 0 .5rem;font-size:1.75rem;font-weight:400}.section-header__desc{color:var(--text-secondary);margin:0;font-size:.95rem}.pipeline{flex-direction:column;gap:0;display:flex;position:relative}@media (width>=900px){.pipeline{flex-direction:row;align-items:stretch;gap:0}}.pipeline-step{text-align:center;flex-direction:column;flex:1;align-items:center;padding:1.5rem 1rem;display:flex;position:relative}.pipeline-step__icon{border-radius:var(--radius-md);background:var(--bg-elevated);border:1px solid var(--border);width:3rem;height:3rem;color:var(--accent);justify-content:center;align-items:center;margin-bottom:1rem;transition:box-shadow .25s,border-color .25s;display:flex}.pipeline-step:hover .pipeline-step__icon{box-shadow:0 0 24px var(--accent-dim);border-color:#2dd4bf66}.pipeline-step--active .pipeline-step__icon{border-color:var(--accent);background:var(--accent-dim);box-shadow:0 0 28px var(--accent-glow);color:var(--accent)}.pipeline-step--done .pipeline-step__icon{color:var(--success);border-color:#4ade8073}.pipeline-step--active .pipeline-step__title,.pipeline-step--done .pipeline-step__title{color:var(--text-primary)}.pipeline-step__number{letter-spacing:.1em;color:var(--text-muted);margin-top:-.5rem;font-size:.65rem;font-weight:700;position:absolute;top:1rem;left:50%;transform:translate(-50%)}.pipeline-step__title{margin:0 0 .35rem;font-size:.95rem;font-weight:600}.pipeline-step__desc{color:var(--text-muted);max-width:12rem;margin:0;font-size:.8rem;line-height:1.4}.pipeline-step__connector{background:linear-gradient(90deg, var(--border-strong), transparent);z-index:1;width:1rem;height:1px;display:none;position:absolute;top:2.65rem;right:-.5rem}@media (width>=900px){.pipeline-step:not(:last-child) .pipeline-step__connector{width:calc(100% - 3rem);display:block;left:calc(50% + 1.5rem);right:0}}@media (width<=899px){.pipeline-step:not(:last-child):after{content:"";background:var(--border);width:1px;height:1.5rem;position:absolute;bottom:0;left:50%;transform:translate(-50%)}}.story-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=900px){.story-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.story-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.1rem 1.15rem}.story-card--highlight{background:linear-gradient(180deg, #2dd4bf14, var(--bg-surface));border-color:#2dd4bf59}.story-card--full{grid-column:1/-1}.story-card__title{margin:0 0 .75rem;font-size:.98rem;font-weight:600}.story-card__text{color:var(--text-secondary);margin:0 0 .75rem;font-size:.86rem;line-height:1.55}.story-card__text:last-child{margin-bottom:0}.story-card__status{margin-top:.85rem}.story-list,.story-bullets{gap:.65rem;margin:0;padding-left:1.1rem;display:grid}.story-list li,.story-bullets li{color:var(--text-secondary);font-size:.84rem;line-height:1.5}.story-bullets strong{color:var(--text-primary)}.example-list{grid-template-columns:1fr;gap:.85rem;display:grid}@media (width>=900px){.example-list{grid-template-columns:repeat(3,minmax(0,1fr))}}.example-item{background:var(--bg-base);border:1px solid var(--border);border-radius:var(--radius-md);padding:.85rem}.example-item__title{margin:0 0 .6rem;font-size:.88rem;font-weight:600}.example-item__label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .25rem;font-size:.68rem;font-weight:700}.example-item__value{color:var(--text-secondary);margin:0 0 .55rem;font-family:ui-monospace,monospace;font-size:.73rem;line-height:1.45}.example-item__why{color:var(--text-secondary);margin:0;font-size:.78rem;line-height:1.45}.walkthrough-view{flex-direction:column;gap:.9rem;display:flex}.walkthrough-view__intro{color:var(--text-secondary);margin:0;font-size:.84rem}.workspace-section{padding:1rem 0 4rem}.workspace{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);gap:1.5rem;padding:1.5rem;display:grid}@media (width>=960px){.workspace{grid-template-columns:340px 1fr;gap:1.75rem;padding:1.75rem}}.workspace__sidebar{flex-direction:column;gap:1.25rem;display:flex}.workspace__label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .5rem;font-size:.7rem;font-weight:700}.upload-zone{border:2px dashed var(--border-strong);border-radius:var(--radius-lg);text-align:center;cursor:default;background:#0003;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:200px;padding:2rem 1.5rem;display:flex}.upload-zone__icon{background:var(--sky-dim);width:3.5rem;height:3.5rem;color:var(--sky);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.upload-zone__title{margin:0 0 .35rem;font-size:1rem;font-weight:600}.upload-zone__hint{color:var(--text-muted);margin:0 0 1rem;font-size:.85rem}.upload-zone__file{color:var(--text-secondary);background:var(--bg-elevated);border-radius:var(--radius-sm);border:1px solid var(--border);align-items:center;gap:.5rem;padding:.4rem .75rem;font-family:ui-monospace,monospace;font-size:.8rem;display:inline-flex}.btn{border-radius:var(--radius-md);cursor:not-allowed;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem 1.25rem;font-size:.95rem;font-weight:600;transition:opacity .2s,transform .2s;display:inline-flex}.btn--primary{color:var(--bg-deep);background:linear-gradient(135deg, var(--accent), #14b8a6);cursor:pointer;opacity:1}.btn--primary:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.btn--primary:disabled{opacity:.65;cursor:not-allowed;transform:none}.btn--ghost:not(:disabled){opacity:1;cursor:pointer}.btn--ghost:not(:disabled):hover{background:var(--bg-hover);border-color:var(--border-strong)}.btn__spinner{border:2px solid #070b1040;border-top-color:var(--bg-deep);border-radius:50%;width:1rem;height:1rem;animation:.7s linear infinite spin}.btn__spinner--large{border-color:var(--border-strong);border-top-color:var(--accent);width:2rem;height:2rem}@keyframes spin{to{transform:rotate(360deg)}}.btn--ghost{color:var(--text-secondary);border:1px solid var(--border);opacity:.7;background:0 0;padding:.65rem 1rem;font-size:.875rem}.workspace__actions{flex-direction:column;gap:.5rem;display:flex}.preview-panel{background:var(--bg-base);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;min-height:420px;display:flex;overflow:hidden}.preview-tabs{border-bottom:1px solid var(--border);background:var(--bg-elevated);gap:0;padding:.35rem .35rem 0;display:flex}.preview-tab{color:var(--text-muted);border-radius:var(--radius-sm) var(--radius-sm) 0 0;cursor:default;background:0 0;border:none;flex:1;padding:.65rem 1rem;font-size:.85rem;font-weight:500}.preview-tab--active{color:var(--text-primary);background:var(--bg-base);border:1px solid var(--border);border-bottom-color:var(--bg-base);margin-bottom:-1px}.preview-tab:not(:disabled){cursor:pointer}.preview-tab:not(:disabled):hover{color:var(--text-secondary)}.preview-tab:disabled{opacity:.45;cursor:not-allowed}.preview-tab__dot{vertical-align:middle;border-radius:50%;width:6px;height:6px;margin-right:.4rem;display:inline-block}.preview-tab__dot--raw{background:var(--warning)}.preview-tab__dot--clean{background:var(--success)}.preview-tab__dot--report{background:var(--sky)}.preview-tab__dot--walkthrough{background:#c084fc}.preview-body{flex-direction:column;flex:1;padding:1.25rem;display:flex}.preview-placeholder{text-align:center;border:1px dashed var(--border);border-radius:var(--radius-md);background:#00000026;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.preview-placeholder__icon{color:var(--text-muted);opacity:.5;margin-bottom:1rem}.preview-placeholder__title{color:var(--text-secondary);margin:0 0 .35rem;font-size:.95rem;font-weight:600}.preview-placeholder__text{color:var(--text-muted);max-width:22rem;margin:0;font-size:.85rem;line-height:1.5}.table-skeleton{width:100%;display:none}.preview-body--skeleton .preview-placeholder{display:none}.preview-body--skeleton .table-skeleton{display:block}.skeleton-row{border-bottom:1px solid var(--border);grid-template-columns:1.2fr 1.5fr 1fr .8fr;gap:1rem;padding:.65rem 0;display:grid}.skeleton-row--header span{background:var(--bg-hover);opacity:.8;border-radius:4px;height:.65rem}.skeleton-row span{background:var(--bg-elevated);border-radius:4px;height:.55rem}.skeleton-row span:nth-child(odd){opacity:.6}.footer{border-top:1px solid var(--border);margin-top:auto;padding:1.5rem 0 2rem}.footer__inner{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}@media (width>=640px){.footer__inner{text-align:left;flex-direction:row;justify-content:space-between}}.footer__text{color:var(--text-muted);margin:0;font-size:.8rem}.footer__stack{color:var(--text-muted);font-family:ui-monospace,monospace;font-size:.75rem}.upload-zone--ready{background:#2dd4bf0d;border-color:#2dd4bf59}.run-summary{background:var(--bg-base);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem}.run-summary__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.run-summary__list li{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.run-summary__list strong{color:var(--text-primary);font-weight:600}.alert{border-radius:var(--radius-md);margin-bottom:1rem;padding:.85rem 1rem;font-size:.875rem}.alert strong{margin-bottom:.25rem;display:block}.alert p{margin:0;line-height:1.45}.alert--error{color:#fecaca;background:#f871711a;border:1px solid #f8717159}.alert--success{color:#99f6e4;background:#2dd4bf1a;border:1px solid #2dd4bf59}.alert__hint{font-size:.8rem;color:var(--text-muted)!important;margin-top:.5rem!important}.alert code{color:var(--accent);font-family:ui-monospace,monospace;font-size:.78rem}.preview-loading{color:var(--text-secondary);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;min-height:280px;display:flex}.preview-body--loading .preview-placeholder,.preview-body--loading .data-table-wrap,.preview-body--loading .report-view{display:none}.data-table-wrap{flex-direction:column;flex:1;min-height:0;display:flex}.data-table__meta{color:var(--text-muted);margin:0 0 .75rem;font-size:.8rem}.data-table-scroll{border:1px solid var(--border);border-radius:var(--radius-md);flex:1;overflow:auto}.data-table{border-collapse:collapse;text-align:left;width:100%;font-size:.8rem}.data-table th,.data-table td{border-bottom:1px solid var(--border);white-space:nowrap;padding:.6rem .85rem}.data-table th{background:var(--bg-elevated);color:var(--text-secondary);text-transform:capitalize;z-index:1;font-weight:600;position:sticky;top:0}.data-table tbody tr:hover{background:#ffffff05}.data-table td{color:var(--text-primary);font-family:ui-monospace,monospace;font-size:.75rem}.report-view{flex-direction:column;flex:1;min-height:0;display:flex}.report-view__content{color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius-md);white-space:pre-wrap;background:#00000040;flex:1;margin:0;padding:1rem 1.15rem;font-family:ui-monospace,monospace;font-size:.78rem;line-height:1.55;overflow:auto}
