:root{--bg:#0b1020;--panel:#11182b;--panel-2:#16203a;--text:#edf2f7;--muted:#94a3b8;--border:#24304d;--accent:#7c3aed;--accent-2:#8b5cf6;--good:#10b981;--warn:#f59e0b;--bad:#ef4444}*{box-sizing:border-box}body,html{margin:0;padding:0;background:radial-gradient(circle at top,#18233e,var(--bg) 45%);color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}p{line-height:1.6}h1,h2,h3{margin:0}.page-shell{max-width:1100px;margin:0 auto;padding:48px 20px 72px}.hero,.section-header{margin-bottom:24px}.hero h1,.section-header h1{font-size:clamp(2rem,5vw,3.2rem);line-height:1.05;margin-bottom:12px}.hero-copy,.muted{color:var(--muted)}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;color:#c4b5fd;margin-bottom:10px}.card{background:linear-gradient(180deg,rgba(17,24,43,.96),rgba(12,18,32,.96));border:1px solid var(--border);border-radius:18px;padding:20px;box-shadow:0 12px 40px rgba(0,0,0,.18)}.form-grid,.stack,.stack-sm{display:grid;grid-gap:16px;gap:16px}.grid-two{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-top:20px}.label{display:block;margin-bottom:8px;color:#cbd5e1;font-size:.95rem}.input{width:100%;border:1px solid var(--border);background:var(--panel-2);color:var(--text);border-radius:12px;padding:12px 14px;font:inherit}.textarea{min-height:180px;resize:vertical}.button{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:12px;border:none;font-weight:700;font:inherit;cursor:pointer;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:white}.button.secondary{background:transparent;border:1px solid var(--border)}.button.danger{background:rgba(239,68,68,.14);border:1px solid rgba(239,68,68,.35);color:#fecaca}.error{color:#fca5a5}.actions-inline,.history-row{display:flex;gap:12px;align-items:flex-start;justify-content:space-between}.history-item h2{margin-bottom:8px;font-size:1.15rem}.history-link{display:block;flex:1 1}.history-meta,.result-meta{margin-bottom:14px}.history-actions{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.badge{text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:800;border-radius:999px;padding:8px 10px;border:1px solid}.badge.large{width:-moz-fit-content;width:fit-content;font-size:.66rem;padding:6px 8px}.badge.go{color:#6ee7b7}.badge.conditional_go{color:#fcd34d}.badge.no_go{color:#fca5a5}.badge.market{color:#93c5fd}.badge.product{color:#c4b5fd}.badge.controlling{color:#f9a8d4}.badge.devil{color:#fca5a5}.badge.opportunity{color:#fdba74}.badge.strategy{color:#86efac}.badge.mode-badge{color:#cbd5e1;border-color:#475569;background:rgba(71,85,105,.18)}.list{margin:0;padding-left:18px;display:grid;grid-gap:10px;gap:10px}.score-row{display:grid;grid-gap:6px;gap:6px}.score-header{display:flex;justify-content:space-between;gap:10px;color:#dbe4f0}.score-track{width:100%;height:10px;border-radius:999px;background:#1f2a44;overflow:hidden}.score-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#60a5fa,#8b5cf6)}.debate-section{margin-top:20px}.debate-turn{padding:16px;border:1px solid var(--border);border-radius:14px;background:rgba(22,32,58,.55)}.debate-meta{display:flex;align-items:center;gap:10px;margin-bottom:10px}.debate-turn-number{color:var(--muted);font-size:.9rem}.auth-shell{min-height:100vh;display:grid;place-items:center}.auth-card{width:min(100%,480px)}.verdict-hero{border-radius:18px;padding:36px 32px;text-align:center;margin-bottom:20px;border:1px solid transparent}.verdict-hero.go{background:rgba(16,185,129,.08);border-color:rgba(16,185,129,.28)}.verdict-hero.conditional_go{background:rgba(245,158,11,.08);border-color:rgba(245,158,11,.28)}.verdict-hero.no_go{background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.28)}.verdict-hero-label{font-size:clamp(2rem,6vw,3.5rem);font-weight:900;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.verdict-hero.go .verdict-hero-label{color:#10b981}.verdict-hero.conditional_go .verdict-hero-label{color:#f59e0b}.verdict-hero.no_go .verdict-hero-label{color:#ef4444}.verdict-hero-rationale{color:var(--muted);max-width:680px;margin:0 auto;line-height:1.6}.result-list{list-style:none;padding:0}.result-list li{padding:6px 0 6px 20px;position:relative;line-height:1.5}.result-list li:before{content:"";position:absolute;left:0;top:11px;width:8px;height:8px;border-radius:50%}.result-list--good li:before{background:#10b981}.result-list--bad li:before{background:#ef4444}.result-list--warn li:before{background:#f59e0b}.next-step-text{font-size:1.05rem;font-weight:500;color:var(--text)}.result-actions-bottom{display:flex;gap:12px;margin-top:24px}.debate-live-shell{max-width:740px;margin:0 auto}.debate-live-header{margin-bottom:28px}.debate-progress{display:flex;align-items:center;gap:14px;margin-top:10px}.debate-progress-count{color:var(--muted);font-size:.9rem;white-space:nowrap;min-width:70px}.debate-progress-bar{flex:1 1;height:6px;background:#1f2a44;border-radius:999px;overflow:hidden}.debate-progress-fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:999px;transition:width .4s ease}.debate-turns-live{display:grid;grid-gap:12px;gap:12px}.debate-turn-live{padding:16px;border-radius:14px;border:1px solid var(--border);background:rgba(22,32,58,.55);animation:slideIn .3s ease}.debate-turn-live-meta{display:flex;align-items:center;gap:10px;margin-bottom:10px}.debate-turn-live-number{color:var(--muted);font-size:.85rem}.debate-turn-live p{margin:0;line-height:1.6;color:#dbe4f0}.debate-waiting{display:flex;align-items:center;gap:10px;margin-top:16px;color:var(--muted);font-size:.9rem}.debate-waiting-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:pulse 1.2s infinite}.synthesizing-indicator{display:flex;align-items:center;gap:8px;margin-top:20px;padding:14px 18px;border-radius:12px;border:1px solid rgba(124,58,237,.3);background:rgba(124,58,237,.08)}.synthesizing-dot{width:7px;height:7px;border-radius:50%;background:var(--accent-2);animation:bounce 1s infinite}.synthesizing-dot:nth-child(2){animation-delay:.15s}.synthesizing-dot:nth-child(3){animation-delay:.3s}.synthesizing-label{color:#c4b5fd;font-size:.95rem;margin-left:4px}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media (max-width:800px){.grid-two{grid-template-columns:1fr}.actions-inline,.history-row{flex-direction:column}.verdict-hero{padding:24px 20px}}@keyframes spin{to{transform:rotate(1turn)}}.rebuild-trigger{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 28px;background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-top:24px}.rebuild-trigger-text h2{margin-bottom:4px}.rebuild-loading{display:flex;flex-direction:column;gap:8px;min-width:200px}.rebuild-loading-bar{height:4px;background:var(--border);border-radius:2px;overflow:hidden}.rebuild-loading-fill{height:100%;width:40%;background:var(--text);border-radius:2px;animation:rebuild-slide 1.4s ease-in-out infinite}.rebuild-loading-label{font-size:.78rem}@keyframes rebuild-slide{0%{transform:translateX(-100%)}50%{transform:translateX(250%)}to{transform:translateX(-100%)}}.rebuild-card{margin-top:24px}.rebuild-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}.rebuild-header h2{margin:0}.rebuild-header-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.rebuild-badge-category{background:rgba(99,102,241,.12);color:#818cf8}.rebuild-preamble-toggle{background:none;border:1px solid var(--border);border-radius:6px;padding:4px 10px;font-size:.78rem;color:var(--muted);cursor:pointer}.rebuild-preamble-toggle:hover{border-color:var(--text);color:var(--text)}.rebuild-preamble{padding:14px 16px;background:var(--bg);border:1px solid var(--border);border-radius:8px;margin-bottom:20px;display:flex;flex-direction:column;gap:12px}.rebuild-buyer-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.rebuild-buyer-cell{display:flex;flex-direction:column;gap:3px}.rebuild-buyer-cell p{font-size:.82rem;margin:0;color:var(--text)}.rebuild-category-rationale{font-size:.82rem;margin:0;padding-top:8px;border-top:1px solid var(--border)}.rebuild-target-group{font-size:.82rem;margin:4px 0 10px}.rebuild-action-text{background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:14px 16px;font-size:.88rem;line-height:1.65;margin-bottom:10px}.rebuild-action-text p{margin:0 0 6px}.rebuild-action-text ol,.rebuild-action-text ul{margin:6px 0 10px;padding-left:20px}.rebuild-action-text li{margin-bottom:4px;line-height:1.55}.action-ol{margin:6px 0 10px}.action-ol-item{margin:0 0 5px!important;padding-left:4px;line-height:1.55}.rebuild-grid{gap:20px;margin-top:16px}.rebuild-grid,.rebuild-item{display:flex;flex-direction:column}.rebuild-item{gap:6px}.rebuild-item--highlight{padding:14px 16px;background:rgba(245,158,11,.08);border-left:3px solid #f59e0b;border-radius:6px}.rebuild-label{font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.rebuild-thresholds{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.rebuild-threshold{display:flex;flex-direction:column;gap:6px;padding:14px 16px;border-radius:6px}.rebuild-threshold--success{background:rgba(16,185,129,.08);border-left:3px solid #10b981}.rebuild-threshold--fail{background:rgba(239,68,68,.08);border-left:3px solid #ef4444}.rebuild-assignment{padding:16px;background:var(--bg);border:1px solid var(--border);border-radius:8px}.rebuild-assignment-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px;font-size:.85rem}.rebuild-message-block{display:flex;flex-direction:column;gap:10px}.rebuild-message-text{font-family:inherit;font-size:.9rem;line-height:1.6;white-space:pre-wrap;background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:14px 16px;margin:0;color:var(--text)}.rebuild-message-edit{display:flex;flex-direction:column;gap:10px}.rebuild-edit-actions{display:flex;gap:8px}.button.small{padding:6px 14px;font-size:.8rem}.rebuild-outcome{flex-direction:column;margin-top:24px;padding-top:20px;border-top:1px solid var(--border)}.rebuild-outcome,.rebuild-outcome-buttons{display:flex;gap:10px}.rebuild-outcome-btn{flex:1 1;padding:10px;border-radius:6px;font-size:.8rem;font-weight:700;letter-spacing:.05em;cursor:pointer;border:2px solid transparent;background:var(--surface);transition:background .15s,border-color .15s}.rebuild-outcome-btn--success{border-color:#10b981;color:#10b981}.rebuild-outcome-btn--success:hover{background:rgba(16,185,129,.1)}.rebuild-outcome-btn--partial{border-color:#f59e0b;color:#f59e0b}.rebuild-outcome-btn--partial:hover{background:rgba(245,158,11,.1)}.rebuild-outcome-btn--fail{border-color:#ef4444;color:#ef4444}.rebuild-outcome-btn--fail:hover{background:rgba(239,68,68,.1)}.rebuild-outcome-btn:disabled{opacity:.5;cursor:not-allowed}.rebuild-outcome-result{display:inline-block;padding:8px 16px;border-radius:6px;font-size:.85rem;font-weight:700;letter-spacing:.04em}.rebuild-outcome-result--success{background:rgba(16,185,129,.12);color:#10b981}.rebuild-outcome-result--partial{background:rgba(245,158,11,.12);color:#f59e0b}.rebuild-outcome-result--fail{background:rgba(239,68,68,.12);color:#ef4444}@media (max-width:800px){.rebuild-trigger{flex-direction:column;align-items:flex-start}.rebuild-preamble,.rebuild-thresholds{grid-template-columns:1fr}}