:root{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#172033;background:#f5f7fb}*{box-sizing:border-box}body{margin:0}.shell{max-width:980px;margin:0 auto;padding:24px}.card{background:#fff;border:1px solid #e6e9f0;border-radius:22px;box-shadow:0 18px 50px rgba(23,32,51,.08);padding:26px;margin:18px 0}.top{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}.brand{font-size:24px;font-weight:800}.muted{color:#6d7688}.input,textarea{width:100%;font:inherit;border:1px solid #d9deea;border-radius:14px;padding:14px 16px;background:#fff}textarea{min-height:130px;resize:vertical}.btn{border:0;border-radius:14px;padding:13px 18px;font-weight:750;cursor:pointer;background:#1d4ed8;color:white}.btn.secondary{background:#eef2ff;color:#1d4ed8}.btn.ghost{background:#f7f8fb;color:#293348}.btn:disabled{opacity:.5;cursor:not-allowed}.row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.choice{display:block;width:100%;text-align:left;background:#f7f9fd;border:1px solid #e3e8f2;border-radius:16px;padding:14px 16px;margin:10px 0;cursor:pointer}.choice input{margin-right:10px}.choice:hover{border-color:#93b4ff}.progress{height:12px;background:#e7ebf3;border-radius:99px;overflow:hidden}.bar{height:100%;background:linear-gradient(90deg,#2563eb,#06b6d4);border-radius:99px;transition:width .25s}.pill{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eef6ff;color:#1d4ed8;font-weight:700;font-size:13px}.phase{border-left:4px solid #e5e7eb;padding:6px 0 6px 12px;color:#6b7280}.phase.done{border-color:#22c55e;color:#166534}.phase.active{border-color:#2563eb;color:#1d4ed8;font-weight:800}.grid{display:grid;grid-template-columns:280px 1fr;gap:18px}.admin{font-size:13px;white-space:pre-wrap;background:#0f172a;color:#dbeafe;border-radius:16px;padding:16px;overflow:auto;max-height:420px}.notice{background:#fff7ed;border:1px solid #fed7aa;border-radius:16px;padding:12px;color:#9a3412}.ok{background:#ecfdf5;border:1px solid #bbf7d0;color:#166534;border-radius:16px;padding:12px}.conversation{display:flex;flex-direction:column;gap:14px}.bubble{max-width:92%;border-radius:20px;padding:16px 18px}.bubble.assistant{align-self:flex-start;background:#f0f5ff;border:1px solid #dbe7ff}.bubble.client{align-self:flex-end;background:#f8fafc;border:1px solid #e2e8f0;width:92%}.bubble h2{margin:10px 0 6px}.phase{transition:.2s ease}.phase.active{background:#eef6ff;border-radius:0 12px 12px 0}.la-ok,.la-warn,.la-advice{border-radius:14px;padding:10px 14px;margin:6px 0;font-size:14px;line-height:1.5}.la-ok{background:#ecfdf5;border:1px solid #bbf7d0;color:#166534}.la-warn{background:#fff7ed;border:1px solid #fed7aa;color:#92400e}.la-advice{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}@media(max-width:800px){.grid{grid-template-columns:1fr}.shell{padding:12px}.card{padding:18px;border-radius:18px}}