:root{color-scheme:light;--page: #fafafa;--surface: #fff;--text: #1a1a1a;--text-secondary: #555;--text-muted: #888;--hairline: #e2e8f0;--input-border: #ccc;--accent: #2b6cb0;--accent-disabled: #9bb6d1;--chart-border: #cfe3cf;--error: #b00020;font-family:system-ui,-apple-system,sans-serif;color:var(--text);background:var(--page)}:root[data-theme=dark]{color-scheme:dark;--page: #0d0d0d;--surface: #1a1a19;--text: #ffffff;--text-secondary: #c3c2b7;--text-muted: #898781;--hairline: #2c2c2a;--input-border: #383835;--accent: #3987e5;--accent-disabled: #274766;--chart-border: #2c2c2a;--error: #f28b82}body{margin:0}.layout{display:flex;align-items:stretch;height:100vh;height:100dvh}.sidebar{display:flex;flex-direction:column;flex:0 0 22rem;box-sizing:border-box;padding:2rem 1.5rem;border-right:1px solid var(--hairline);background:var(--surface);overflow-y:auto}.versions{margin:0;padding-top:1.5rem;color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem}.theme-toggle{display:flex;width:fit-content;margin-top:1.5rem;border:1px solid var(--hairline);border-radius:6px;overflow:hidden}.theme-toggle button{padding:.3rem .75rem;font-size:.8rem;font-weight:600;color:var(--text-secondary);background:transparent;border:none;border-radius:0}.theme-toggle button+button{border-left:1px solid var(--hairline)}.theme-toggle button.active{color:#fff;background:var(--accent)}.results{flex:1 1 auto;box-sizing:border-box;min-width:0;padding:2rem;overflow-x:auto;overflow-y:auto}.results-placeholder{color:var(--text-muted);font-size:.95rem}.results>*{margin-top:0}@media(max-width:800px){.layout{flex-direction:column}.sidebar{flex-basis:auto;border-right:none;border-bottom:1px solid var(--hairline)}}h1{margin-top:0;margin-bottom:.25rem}.tagline{margin:0;font-size:.85rem;color:var(--text-secondary)}.references{margin-top:auto;padding:.75rem 1rem;background:var(--page);border:1px solid var(--hairline);border-radius:6px;font-size:.8rem;color:var(--text-secondary)}.references p{margin:0}.references-intro{margin-bottom:.5rem;font-weight:600}.references ul{margin:0;padding-left:1.1rem}.references li{margin:.7rem 0}.references li:last-child{margin-bottom:0}.ref-authors{font-weight:600}.ref-venue{font-style:italic;color:var(--text-muted)}.references .ref-links{margin-top:.15rem;font-size:.75rem}.ref-links a{white-space:nowrap}.contacts{margin-top:1rem;font-size:.85rem;color:var(--text-secondary)}.contacts p{margin:0}.contacts-title{font-weight:600}.run-form{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;margin-bottom:1.5rem}.run-form label{display:flex;flex-direction:column;gap:.25rem;font-weight:600}.run-form input{padding:.5rem;font-size:1rem;border:1px solid var(--input-border);border-radius:6px}button{padding:.6rem 1rem;font-size:1rem;font-weight:600;color:#fff;background:var(--accent);border:none;border-radius:6px;cursor:pointer}button:disabled{background:var(--accent-disabled);cursor:progress}.progress{margin-top:1.5rem}.progress-track{height:.6rem;background:var(--hairline);border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:var(--accent);border-radius:999px;transition:width .3s ease}.progress-track.indeterminate .progress-fill{width:30%;animation:progress-slide 1.2s ease-in-out infinite}@keyframes progress-slide{0%{margin-left:-30%}to{margin-left:100%}}.progress-label{margin:.4rem 0 0;font-size:.9rem;color:var(--text-secondary)}.result{display:flex;flex-direction:column;gap:1.5rem}.result-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.result-header h2{margin:0;font-size:1.25rem}.result-meta{margin-left:.75rem;font-weight:400;color:var(--text-muted)}.download-menu{position:relative;flex-shrink:0}.download-popup{position:absolute;top:calc(100% + .5rem);right:0;z-index:10;min-width:20rem;padding:1rem;background:var(--surface);border:1px solid var(--hairline);border-radius:6px;box-shadow:0 6px 24px #0000002e}.download-section{margin:0 0 .5rem;font-size:.75rem;font-weight:600;letter-spacing:.05em;color:var(--text-muted)}.download-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.4rem 1.25rem;margin-bottom:1rem}.download-grid label{display:flex;align-items:center;gap:.4rem;font-size:.9rem;white-space:nowrap;cursor:pointer}.download-grid sub,.download-grid sup{line-height:0}.download-popup .error{margin:0 0 .75rem;font-size:.85rem}.download-popup>button{width:100%}.ne-charts{margin:0;background:var(--surface);border:1px solid var(--chart-border);border-radius:6px;padding:.5rem}.ne-charts h3{margin:.75rem 0 0;text-align:center;font-size:1rem;color:var(--text)}.ne-charts section{margin:0}.atmo-row{display:flex;align-items:stretch}.atmo-row .atmo-temp{flex:0 0 25%;min-width:0}.atmo-row .atmo-conc{flex:1 1 auto;min-width:0}.ne-charts .hint{margin:.25rem 0 .25rem .5rem;color:var(--text-muted);font-size:.8rem}.error{margin-top:1.5rem;color:var(--error)}
