:root{--primary: #6366f1;--success: #10b981;--warning: #f59e0b;--bg: #f1f5f9;--card: #fff;--text: #0f172a;--muted: #64748b}*{box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);margin:0;line-height:1.5}.container{max-width:1200px;margin:0 auto;padding:1.5rem 1rem}h1{font-size:1.6rem;margin-bottom:1rem}.grid{display:grid;grid-template-columns:1fr 2fr;gap:1rem}@media (max-width: 900px){.grid{grid-template-columns:1fr}}.card{background:var(--card);border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1rem;overflow:hidden;box-shadow:0 1px 3px #0000000f}.card-h{padding:.85rem 1rem;font-weight:600;background:#f8fafc;border-bottom:1px solid #e2e8f0}.card-b{padding:1rem}.btn{display:inline-flex;align-items:center;padding:.4rem .75rem;border-radius:8px;border:none;cursor:pointer;font-size:.85rem;background:var(--primary);color:#fff;margin:.15rem}.btn-sm{font-size:.75rem;padding:.25rem .5rem}.btn-outline{background:#fff;color:var(--primary);border:1px solid var(--primary)}.btn-warn{background:var(--warning)}.btn-ok{background:var(--success)}input{width:100%;padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:8px;margin-bottom:.5rem}.badge{display:inline-block;padding:.1rem .45rem;border-radius:999px;font-size:.7rem;background:#ede9fe;color:#6d28d9;margin-left:.25rem}.agent-tag{background:#dbeafe;color:#1d4ed8}.report{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-radius:12px;padding:1rem;margin-bottom:1rem}.report table{width:100%;font-size:.85rem;border-collapse:collapse}.report th,.report td{padding:.4rem;border-bottom:1px solid rgba(255,255,255,.2);text-align:left}.muted{color:var(--muted);font-size:.85rem}.persona{font-size:.8rem;background:#f8fafc;padding:.5rem;border-radius:6px;margin-top:.35rem}.flash{background:#fef3c7;border:1px solid #fcd34d;padding:.75rem;border-radius:8px;margin-bottom:1rem}.agents-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.agent-chip{background:#eef2ff;border:1px solid #c7d2fe;padding:.35rem .6rem;border-radius:8px;font-size:.8rem}.tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tab{padding:.45rem .85rem;border-radius:8px;border:1px solid #cbd5e1;background:#fff;cursor:pointer;font-size:.85rem}.tab.active{background:var(--primary);color:#fff;border-color:var(--primary)}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1rem}@media (max-width: 768px){.metrics-grid{grid-template-columns:repeat(2,1fr)}}.metric-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.75rem;text-align:center}.metric-val{font-size:1.4rem;font-weight:700;color:var(--primary)}.metric-label{font-size:.75rem;color:var(--muted)}.check{padding:.35rem 0}.check.ok{color:var(--success)}.check.fail{color:#ef4444}.funnel-row{display:grid;grid-template-columns:120px 1fr 80px;gap:.5rem;align-items:center;margin-bottom:.4rem;font-size:.85rem}.bar-wrap{background:#e2e8f0;border-radius:999px;height:8px;overflow:hidden}.bar{background:var(--primary);height:100%;border-radius:999px}.tbl{width:100%;border-collapse:collapse;font-size:.85rem}.tbl th,.tbl td{padding:.4rem;border-bottom:1px solid #eee;text-align:left}.graph-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem;margin-top:.75rem}.graph-node{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.5rem;font-size:.8rem}.benefit-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.5rem}.benefit-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.6rem;font-size:.85rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:#fff;border-radius:12px;padding:1.25rem;max-width:480px;width:90%;max-height:80vh;overflow:auto}.persona-pre{background:#f1f5f9;padding:.75rem;border-radius:8px;font-size:.8rem;white-space:pre-wrap}.live-item{margin-bottom:.4rem;font-size:.85rem}.log-item{margin-bottom:.6rem;border-bottom:1px solid #eee;padding-bottom:.5rem}select{width:100%;padding:.5rem;margin-bottom:.5rem;border-radius:8px;border:1px solid #cbd5e1}.site-footer{margin-top:2.5rem;padding:1.25rem 0 2rem;border-top:1px solid #e2e8f0;text-align:center;font-size:.8rem;color:var(--muted)}.site-footer-icp{margin:0 0 .35rem}.site-footer-icp a{color:var(--muted);text-decoration:none}.site-footer-icp a:hover{color:var(--primary);text-decoration:underline}.site-footer-copy{margin:0}.copy-fallback{display:block;width:100%;margin:.75rem 0 0;padding:.65rem .75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.85rem;line-height:1.45;background:#f8fafc;color:var(--text);resize:none}.work-item{border:1px solid #e2e8f0;border-radius:10px;padding:.85rem 1rem;margin-bottom:.75rem;background:#fafbff}.work-item.awaiting{border-color:#c7d2fe;background:#f5f3ff}.work-h{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:.5rem;font-weight:600}.work-content{white-space:pre-wrap;font-family:inherit;font-size:.85rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.65rem .75rem;margin:.5rem 0;max-height:200px;overflow:auto}.work-actions{display:flex;flex-wrap:wrap;gap:.35rem}.decision-scroll{max-height:420px;overflow:auto}.decision-step{margin-bottom:.5rem;padding:.5rem;background:#f8fafc;border-radius:8px;border-left:3px solid var(--primary)}.decision-session{margin-bottom:.75rem}.decision-session summary{cursor:pointer;font-size:.9rem}.decision-result{margin-top:.5rem;padding:.5rem;background:#eef2ff;border-radius:8px;font-size:.85rem}.decision-h{font-size:.9rem;margin:1rem 0 .5rem;color:var(--text)}.decision-pre{font-size:.75rem;white-space:pre-wrap;word-break:break-word;max-height:160px;overflow:auto;background:#f1f5f9;padding:.5rem;border-radius:6px}.decision-detail summary{cursor:pointer;font-size:.8rem;color:var(--primary)}.ok-badge{background:#d1fae5;color:#065f46}.fail-badge{background:#fee2e2;color:#991b1b}.req-list{margin:.5rem 0 0 1.1rem;font-size:.85rem}.req-list li{margin-bottom:.35rem}.portal-nav{display:flex;gap:.5rem;margin:.75rem 0 1rem;flex-wrap:wrap}.portal-link{padding:.35rem .75rem;border-radius:8px;border:1px solid #cbd5e1;text-decoration:none;color:var(--text);font-size:.85rem}.portal-link.active{background:var(--primary);color:#fff;border-color:var(--primary)}.portal-header h1{margin-bottom:.25rem}.portal-sub{margin:0 0 .5rem}.platform-agent-hint{margin:.5rem 0 1rem}.context-agents{display:flex;flex-direction:column;gap:.65rem}.context-agent{padding:.65rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;border-left:3px solid var(--primary)}.context-agent-role{margin-bottom:.15rem}.auth-wrap .card-b{padding:1.25rem}.auth-card{max-width:420px;margin:0 auto}.auth-card--compact{max-width:360px}.auth-lead{margin:0 0 1rem;color:var(--muted);font-size:.9rem;line-height:1.55}.auth-foot{margin:.75rem 0 0;font-size:.8rem;text-align:center}.auth-form{margin:0}.auth-form .form-field{margin-bottom:.85rem}.auth-form .form-field label{display:block;font-size:.8rem;font-weight:600;color:var(--text);margin-bottom:.35rem}.auth-form input{margin-bottom:0;font-size:.95rem}.auth-submit{width:100%;justify-content:center;padding:.65rem 1rem;margin-top:.25rem;font-size:.95rem}.auth-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}@media (max-width: 768px){.auth-page-grid{grid-template-columns:1fr}}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media (max-width: 600px){.form-row{grid-template-columns:1fr}}.profile-card .card-h .badge{margin-left:.35rem}input[type=password]{letter-spacing:.05em}
