.dashboard-container{max-width:1120px;margin:0 auto;padding:2.5rem 1.5rem 4rem;display:flex;flex-direction:column;gap:1.5rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.dashboard-header h1{margin:0 0 .5rem}.panel{background:#fff;border-radius:14px;padding:1.5rem;box-shadow:0 10px 25px #0f172a14}.filters{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.filters label{display:flex;flex-direction:column;gap:.35rem;min-width:220px}.filters select{border-radius:8px;border:1px solid #d3dce6;padding:.55rem .75rem;font-size:.95rem;background-color:#f8fafc}.label{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.ghost{border:1px solid #d3dce6;border-radius:8px;padding:.5rem .85rem;background:#f8fafc;color:#1e293b;cursor:pointer;font-size:.9rem;transition:background .2s ease}.ghost:hover{background:#e2e8f0}.secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:.55rem 1.25rem;background:#e2e8f0;color:#1e293b;text-decoration:none;border:none;cursor:pointer;font-size:.95rem;transition:background .2s ease}.secondary:hover{background:#d7dee8}.primary{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:.6rem 1.2rem;background:#2563eb;color:#fff;border:none;cursor:pointer;font-size:.95rem;box-shadow:0 10px 20px #2563eb40;transition:background .2s ease,transform .2s ease}.primary:hover{background:#1d4ed8;transform:translateY(-1px)}.primary:disabled{background:#9bb5f3;cursor:not-allowed;box-shadow:none}.link{background:transparent;border:none;padding:0;color:#2563eb;cursor:pointer;text-decoration:underline;font-size:.95rem}.muted{color:#64748b}.error-text{color:#b91c1c}.scenario-table{display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.scenario-table-header,.scenario-row{display:grid;grid-template-columns:2fr 1fr 1.2fr 1.2fr;gap:1rem;padding:1rem 1.25rem;align-items:center}.scenario-table-header{background:#f1f5f9;font-weight:600;color:#1e293b}.scenario-row{border-top:1px solid #e2e8f0;background:#fff;cursor:pointer;text-align:left;transition:background .15s ease,transform .15s ease}.scenario-row:hover{background:#f8fafc;transform:translate(2px)}.scenario-row span{display:flex;align-items:center;gap:.5rem}.scenario-title{font-weight:600}select{color:#1f2937}.scenario-row span{color:#475569}.empty-state{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.status-pill{display:inline-flex;align-items:center;justify-content:center;padding:.3rem .7rem;border-radius:999px;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.status-pill.pending{background:#2563eb1f;color:#1d4ed8}.status-pill.reviewed{background:#16a34a1f;color:#15803d}.status-pill.unknown{background:#94a3b833;color:#475569}.status-pill.processing{background:#eab3082e;color:#b45309}.status-pill.completed{background:#16a34a24;color:#15803d}.status-pill.failed{background:#f871712e;color:#b91c1c}.detail-card{display:flex;flex-direction:column;gap:1.5rem}.detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.detail-header h1{margin:.35rem 0 .5rem}.detail-actions{display:flex;gap:.75rem;align-items:center}.header-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.file-chip{display:inline-flex;align-items:baseline;gap:.35rem;padding:.35rem .85rem;border-radius:999px;border:1px solid #e2e8f0;background:#f1f5f9;font-size:.85rem;color:#1e293b}.file-chip strong{font-weight:600;color:#0f172a}.detail-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;padding:1rem;border-radius:12px;background:#f8fafc}.meta-label{text-transform:uppercase;font-size:.7rem;letter-spacing:.04em;color:#475569}.meta-link{color:#2563eb;text-decoration:none;display:inline-flex;align-items:center;gap:.3rem}.meta-link:hover{text-decoration:underline}.external-icon{font-size:.8rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.markdown-list{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.5rem;color:#1f2937}.processing-state{display:flex;flex-direction:column;gap:.75rem}.spinner{width:36px;height:36px;border-radius:50%;border:4px solid rgba(37,99,235,.2);border-top-color:#2563eb;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.detail-section{display:flex;flex-direction:column;gap:.75rem}.detail-section h2{margin:0}.detail-section ul{padding-left:1.25rem;margin:0;display:flex;flex-direction:column;gap:.5rem}.detail-tabs{display:flex;align-items:center;gap:.5rem;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem}.detail-tab{border:none;background:transparent;padding:.45rem .85rem;border-radius:10px;font-size:.95rem;font-weight:600;color:#64748b;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;transition:color .2s ease,background .2s ease}.detail-tab.active{color:#1d4ed8;background:#2563eb1f}.detail-tab:not(.active):hover{color:#1f2937;background:#94a3b829}.detail-tab .tab-badge{font-size:.7rem;font-weight:500;color:#94a3b8;background:#94a3b833;border-radius:999px;padding:.1rem .5rem}.detail-body{display:flex;flex-direction:column;gap:1.5rem}.hero-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.hero-section{background:#fff;border-radius:16px;padding:1.4rem 1.5rem;border:1px solid #e2e8f0;box-shadow:0 14px 24px #0f172a14;display:flex;flex-direction:column;gap:.9rem}.hero-section h2{margin:0;font-size:1.15rem;color:#1f2937}.hero-section p{margin:0;font-size:1.05rem;line-height:1.6;color:#1f2937}.hero-section ul{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.6rem}.highlight-list{list-style:disc;padding-left:1.25rem;margin:0;display:flex;flex-direction:column;gap:.6rem;color:#1f2937}.highlight-list li::marker{color:#1d4ed8}.subdued-section{background:#f8fafc;border-radius:14px;border:1px dashed #cbd5f5;padding:1.2rem 1.4rem;display:flex;flex-direction:column;gap:.8rem}.section-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.section-header h3{margin:0;font-size:1rem;color:#0f172a}.toggle{border:none;background:#94a3b82e;border-radius:999px;padding:.35rem .85rem;font-size:.85rem;font-weight:600;color:#1e293b;cursor:pointer;transition:background .2s ease;display:inline-flex;align-items:center;gap:.35rem}.toggle:hover{background:#94a3b84d}.muted-list{list-style:disc;padding-left:1.25rem;margin:0;display:flex;flex-direction:column;gap:.5rem;color:#475569}.tech-body{display:flex;flex-direction:column;gap:1.1rem}.tech-panel{border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem 1.5rem;background:#fff;display:flex;flex-direction:column;gap:.8rem;box-shadow:0 12px 20px #94a3b824}.tech-panel-header{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.tech-panel-header h3,.tech-panel h3{margin:0;font-size:1.05rem;color:#1f2937}.text-block{margin:0;white-space:pre-wrap;line-height:1.6;color:#1f2937}.trace-block{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;background:#f8fafc;border-radius:10px;padding:.75rem .9rem;margin:0;white-space:pre-wrap;overflow:auto}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;justify-content:center;align-items:flex-start;padding:4vh 1.5rem;overflow-y:auto;z-index:1000}.modal-panel{width:min(720px,calc(100% - 2rem));max-height:92vh;overflow-y:auto;background:#fff;border-radius:18px;box-shadow:0 30px 50px #0f172a33;padding:1.75rem;display:flex;flex-direction:column;gap:1.5rem}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.modal-header h2{margin:0 0 .35rem}.icon-button{border:none;background:transparent;font-size:1.6rem;line-height:1;cursor:pointer;color:#475569}.icon-button:hover{color:#1f2937}.modal-form{display:flex;flex-direction:column;gap:1.5rem}.modal-grid{display:grid;gap:1.2rem}.modal-field{display:flex;flex-direction:column;gap:.5rem}.modal-field input,.modal-field textarea,.modal-field select{border-radius:8px;border:1px solid #d3dce6;padding:.65rem .75rem;font-size:.95rem}.file-picker input[type=file]{display:none}.modal-field textarea{resize:vertical}.small{font-size:.8rem}.info-box{display:flex;gap:.5rem;align-items:center;padding:.75rem 1rem;border-radius:10px;background:#eef2ff;color:#312e81}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.banner{padding:.85rem 1rem;border-radius:10px;font-size:.9rem}.error-banner{background:#f8717126;color:#b91c1c;border:1px solid rgba(248,113,113,.35)}@media (max-width: 900px){.scenario-table-header,.scenario-row{grid-template-columns:2fr 1fr}.scenario-table-header span:nth-child(3),.scenario-table-header span:nth-child(4),.scenario-row span:nth-child(3),.scenario-row span:nth-child(4){display:none}}@media (max-width: 720px){.dashboard-header{flex-direction:column;align-items:flex-start}.filters{flex-direction:column;align-items:stretch}.filters label{width:100%}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background-color:#f5f5f5}body{margin:0;min-height:100vh;background-color:#f5f5f5}*{box-sizing:border-box}a{color:inherit}
