:root{color-scheme:light;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--surface: #0f172a;--surface-raised: #111c34;--surface-muted: #16233f;--card: #152240;--primary: #8b5cf6;--primary-strong: #7c3aed;--text: #f8fafc;--text-muted: rgba(248, 250, 252, .72);--border: rgba(148, 163, 184, .2);--danger: #f87171;--success: #4ade80}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,#1e293b,#020617 60%);color:var(--text)}#root{min-height:100vh}.app-shell{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 4rem;display:flex;flex-direction:column;gap:1.5rem;font-size:.95rem}.hero{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.hero h1{margin:.4rem 0 0;font-size:clamp(1.8rem,3vw,2.6rem)}.hero .subtitle{color:var(--text-muted);max-width:52ch}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}.unit-toggle{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;color:var(--text-muted)}.unit-toggle button{background:var(--surface-muted);border:1px solid transparent}.unit-toggle button.active{border-color:var(--primary)}.hero-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.hero-buttons button{min-width:150px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;color:var(--text-muted);margin:0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.panel{background:var(--surface-raised);border:1px solid var(--border);border-radius:24px;padding:1.75rem;display:flex;flex-direction:column;gap:1rem}.panel>header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.panel h2,.panel h3,.panel h4{margin:.2rem 0}.status{font-size:.85rem;padding:.35rem .75rem;border-radius:999px;border:1px solid var(--border);background:var(--surface-muted);color:var(--text-muted)}.status-loading{color:#facc15}.status-success{color:var(--success)}.status-error{color:var(--danger)}.analyze-form{display:flex;flex-direction:column;gap:.75rem}textarea{width:100%;border-radius:18px;border:1px solid var(--border);background:#0b1221;color:var(--text);font-family:inherit;font-size:1rem;padding:1rem 1.25rem;resize:vertical}textarea:focus{outline:2px solid var(--primary);outline-offset:2px}.form-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.model-select{display:flex;flex-direction:column;gap:.15rem;min-width:180px}.model-select label{font-size:.8rem;color:var(--text-muted)}.model-select select{border-radius:999px;border:1px solid var(--border);background:#0b1221;color:inherit;padding:.4rem .75rem;font-size:.95rem}button{border:none;border-radius:999px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;background:var(--primary);color:#fff;cursor:pointer;transition:background .15s ease,transform .15s ease}button:disabled{cursor:not-allowed;opacity:.4}button:not(:disabled):hover{background:var(--primary-strong)}button:not(:disabled):active{transform:translateY(1px)}button.ghost{background:transparent;border:1px solid var(--border);color:var(--text);padding:.5rem 1rem}button.ghost:hover{background:#ffffff0d}.hint{color:var(--text-muted);font-size:.85rem}.badge{display:inline-flex;align-items:center;padding:.15rem .6rem;border-radius:999px;font-size:.75rem;border:1px solid var(--border);margin-left:.5rem;color:var(--text)}.badge-inline{background:#6366f133;border-color:#6366f180}.info-banner{border-radius:16px;border:1px solid var(--border);padding:.75rem 1rem;background:#6366f126;color:var(--text)}.error{background:#f871711f;border:1px solid rgba(248,113,113,.4);border-radius:14px;padding:.75rem 1rem;color:var(--danger);margin:0}.error p{margin:0 0 .5rem}.error button{width:fit-content}.error.compact{padding:.5rem .75rem}.results{display:flex;flex-direction:column;gap:1.25rem}.yield-card{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding:1.25rem;border-radius:20px;border:1px solid var(--border);background:var(--card)}.yield-card h3{margin:.1rem 0}.yield-meta{max-width:280px}.yield-health{display:inline-flex;margin-top:.5rem;padding:.25rem .75rem;border-radius:999px;font-size:.85rem}.yield-health-ok{background:#4ade8024;color:var(--success)}.yield-health-warn{background:#f9731626;color:#fb923c}.confidence{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .75rem;border-radius:999px;background:#4ade8024;color:var(--success);font-size:.85rem}.reason{color:var(--text-muted);margin-top:.5rem}.checks-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.check{padding:.75rem 1rem;border-radius:16px;border:1px solid var(--border);background:var(--surface-muted);font-size:.9rem}.check-ok{border-color:#4ade804d}.check-warn{border-color:#f8b40080;background:#fbbf241a}.two-column{display:grid;gap:1rem 1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.two-column ul,.two-column ol{margin:.5rem 0 0;padding-left:1.4rem}.two-column li{margin-bottom:.45rem}.muted{color:var(--text-muted);font-size:.85rem}.party-size{display:flex;flex-direction:column;gap:.35rem}.party-size input{width:130px;border-radius:999px;border:1px solid var(--border);background:#0b1221;color:inherit;padding:.5rem .75rem;font-size:1rem}.override-card{border-radius:18px;border:1px solid var(--border);padding:1rem 1.25rem;background:var(--surface-muted);display:flex;flex-direction:column;gap:.5rem}.override-controls{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.override-controls input{width:160px;border-radius:999px;border:1px solid var(--border);background:#0b1221;color:inherit;padding:.5rem .75rem;font-size:1rem}.placeholder{border-radius:18px;border:1px dashed var(--border);padding:1rem;color:var(--text-muted)}.scaling{background:var(--surface)}.scaling-content{display:flex;flex-direction:column;gap:1.5rem}.scaling-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.input-row{display:flex;gap:.5rem;align-items:center}.scaling input,.scaling select{width:100%;border-radius:999px;border:1px solid var(--border);background:#0b1221;color:inherit;padding:.5rem .9rem;font-size:1rem;font-family:inherit}.scaling select{max-width:150px;border-radius:999px}.scale-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;border:1px solid var(--border);border-radius:22px;padding:1rem 1.25rem;background:var(--surface-muted)}.scaled-results ul{margin:.75rem 0 0;padding-left:1.25rem}.scaled-results li{margin-bottom:.4rem}.scaled-line{display:flex;flex-direction:column;gap:.35rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.scaled-line:last-child{border-bottom:none}.scaled-override{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.scaled-override label{font-size:.8rem;color:var(--text-muted)}.scaled-override input{width:120px;border-radius:999px;border:1px solid var(--border);background:#0b1221;color:inherit;padding:.4rem .75rem;font-size:.95rem}.scaled-line .approx{margin-left:.5rem}@media(max-width:720px){.panel>header{flex-direction:column}button{width:100%;justify-content:center}}
