*{box-sizing:border-box}body{margin:0;font-family:Montserrat,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f7f8fb;color:#121723;letter-spacing:-.01em}a{color:inherit;text-decoration:none}.container{max-width:1100px;margin:0 auto;padding:36px 24px 96px}.card{background:#fff;border:1px solid #e6e9f0;border-radius:16px;padding:22px;margin-bottom:18px;box-shadow:0 12px 40px rgba(26,38,64,.08)}.title{font-size:30px;margin-bottom:6px;font-weight:600}.muted{color:#5b6474}.row{display:flex;gap:16px;flex-wrap:wrap}header{justify-content:space-between;margin-bottom:24px}header,header .brand{display:flex;align-items:center}header .brand{gap:12px}.header-right{display:flex;align-items:center;gap:12px}.logo{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#4c7dff,#37d4ff);display:inline-flex;align-items:center;justify-content:center;color:#0b0c10;font-weight:700}.hero{background:linear-gradient(90deg,#fff,#e7f0ff 45%,#8cb5fb);border:1px solid #e6e9f0;border-radius:20px;padding:28px;margin-bottom:20px}label{font-size:14px}input[type=file],input[type=text]{width:100%;color:#121723}.file-input,input[type=file],input[type=text]{padding:10px 12px;border-radius:10px;border:1px solid #d8dde6;background:#fff}.file-input{display:flex;align-items:center;gap:10px}.file-input input[type=file]{display:none}.file-button{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:10px;border:1px solid #d8dde6;background:#f1f4fa;color:#1f2a3a;font-weight:600;cursor:pointer;white-space:nowrap}.file-name{color:#5b6474;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}input[type=number]{border-radius:10px;border:1px solid #d8dde6}input[type=number],textarea{width:100%;padding:10px 12px;background:#fff;color:#121723}textarea{border-radius:12px;border:1px solid #d8dde6;font-family:inherit;resize:vertical}button{background:#6aa7ff;color:#0b0c10;border:none;border-radius:10px;padding:10px 18px;font-weight:600;cursor:pointer;transition:transform .15s ease,opacity .15s ease}button:disabled{opacity:.5;cursor:not-allowed}button.secondary{background:#f1f4fa;color:#1f2a3a;border:1px solid #d8dde6}.badge{display:inline-flex;padding:4px 10px;border-radius:999px;font-size:12px;background:#eef1f7;color:#4c5668}.progress-list{list-style:none;padding:0;margin:0}.progress-list li{padding:8px 0;border-bottom:1px solid #edf0f6;transition:opacity .2s ease,transform .2s ease;animation:fadeIn .2s ease}.progress-list li.enter{opacity:0;transform:translateY(6px)}.progress-list li.entered{opacity:1;transform:translateY(0)}pre{white-space:pre-wrap;word-break:break-word;background:#f4f6fb;padding:12px;border-radius:10px;border:1px solid #e2e6ef}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:16px;gap:16px}.status-pill{padding:6px 12px;border-radius:999px;background:#f1f4fa;border:1px solid #e1e6f0;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.progress-step{display:flex;align-items:center;gap:10px}.spinner{width:12px;height:12px;border-radius:999px;border:2px solid #d9e3f2;border-top-color:#4c7dff;animation:spin .8s linear infinite}.progress-dot{width:10px;height:10px;border-radius:999px;background:#c8d0df}.progress-dot.running{background:#37d4ff}.progress-dot.completed{background:#38d39f}.progress-dot.failed{background:#ff6b6b}.section-title{font-size:16px;font-weight:600;margin-bottom:8px}.drawer{margin-top:16px;border-top:1px solid #edf0f6;padding-top:12px}.drawer-body{margin-top:8px}.stepper{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:12px;gap:12px;margin-bottom:14px}.stepper-item{display:flex;gap:10px;align-items:center;padding:8px;border-radius:10px;border:1px solid #edf0f6;background:#f8fafc}.stepper-dot{width:10px;height:10px;border-radius:999px;background:#c8d0df}.stepper-dot.running{background:#37d4ff}.stepper-dot.completed{background:#38d39f}.stepper-dot.failed{background:#ff6b6b}.stepper-label{font-weight:600}.shimmer{background:linear-gradient(90deg,rgba(0,0,0,.04) 25%,rgba(0,0,0,.08) 50%,rgba(0,0,0,.04) 75%);background-size:200% 100%;animation:shimmer 1.6s ease-in-out infinite;border-radius:8px;height:10px;width:100%;margin-top:8px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.badge-group{display:flex;gap:8px;flex-wrap:wrap}.badge.severity-high{background:hsla(0,100%,71%,.12);color:#d84b4b;border:1px solid hsla(0,100%,71%,.3)}.badge.severity-medium{background:rgba(255,196,87,.18);color:#b36f00;border:1px solid rgba(255,196,87,.35)}.badge.severity-low{background:rgba(56,211,159,.18);color:#1f8f6f;border:1px solid rgba(56,211,159,.35)}.badge.severity-critical{background:hsla(0,100%,71%,.2);color:#b12f2f;border:1px solid hsla(0,100%,71%,.45)}.json-viewer{border:1px solid #e2e6ef;border-radius:12px;padding:12px;background:#f7f8fb}.json-node{padding:6px 0;border-bottom:1px dashed #e1e6f0}.json-node:last-child{border-bottom:none}.json-key{color:#5b6b82;font-weight:600;font-size:13px}.json-value{color:#1f2a3a;font-size:13px}.json-indent{margin-left:16px;border-left:1px solid #e1e6f0;padding-left:12px}.summary{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.callout{border:1px dashed #dfe4ee;background:#f9fafc;border-radius:12px;padding:14px}.callout-title{font-weight:600;margin-bottom:6px}.artifact-list{gap:8px}.artifact-list,.history-list{display:flex;flex-direction:column}.history-list{gap:10px}.history-item{display:flex;align-items:center;justify-content:space-between;border:1px solid #edf0f6;border-radius:10px;padding:10px 12px;background:#f9fafc}.history-title{font-weight:600}.code-viewer{border:1px solid #e2e6ef;border-radius:12px;overflow:hidden;background:#fff}.code-header{padding:10px 12px;border-bottom:1px solid #edf0f6;background:#f7f8fb;font-weight:600}.code-body{font-family:SF Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;line-height:1.6;max-height:360px;overflow:auto}.code-line{display:grid;grid-template-columns:40px 1fr;padding:2px 10px}.code-line-number{color:#9aa3b2;text-align:right;padding-right:10px}.code-line-text{white-space:pre}.top-finding{border:1px solid #edf0f6;background:#f9fafc;border-radius:12px;padding:14px}.top-title{font-size:18px;font-weight:600;margin-bottom:6px}.markdown{color:#1f2a3a;font-size:13px;line-height:1.6}.markdown p{margin:0 0 10px}.markdown ol,.markdown ul{margin:0 0 10px 18px;padding:0}.markdown code{font-family:SF Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;background:#eef2f7;padding:2px 6px;border-radius:6px}.markdown strong{font-weight:600}.markdown-inline code{font-family:SF Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;background:#eef2f7;padding:2px 6px;border-radius:6px}.chat-card{border:1px solid #e1e6f0;background:radial-gradient(circle at top right,rgba(106,167,255,.08),transparent 45%),#fff}.chat-log,.chat-shell{display:flex;flex-direction:column;gap:12px}.chat-log{border:1px solid #e2e6ef;border-radius:14px;padding:14px;background:#f7f8fb;max-height:360px;overflow:auto}.chat-message{border-radius:14px;padding:10px 12px;border:1px solid transparent;background:#fff;box-shadow:0 6px 18px rgba(20,33,61,.08)}.chat-message.user{align-self:flex-end;background:#e9f1ff;border-color:#d5e4ff}.chat-message.assistant{align-self:flex-start;background:#fff;border-color:#e3e7f1}.chat-role{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#7a8496;margin-bottom:6px}.chat-content{font-size:13px;line-height:1.5;color:#1f2a3a}.chat-json{width:100%}.chat-json-title{font-size:12px;font-weight:600;color:#5b6474;margin-bottom:8px;text-transform:uppercase;letter-spacing:.08em}.chat-loading{opacity:.8}.typing{display:inline-flex;align-items:center;gap:6px}.typing-dot{width:6px;height:6px;border-radius:999px;background:#6aa7ff;animation:typingPulse 1.2s ease-in-out infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}.typing-label{margin-left:8px;font-size:12px;color:#5b6474}.chat-input-row{display:flex;gap:12px;align-items:flex-end}.chat-input-row button{min-width:90px}.chat-empty{display:flex;flex-direction:column;gap:8px}.chat-hints{display:flex;gap:8px;flex-wrap:wrap;align-items:center;font-size:12px;color:#5b6474}.chat-hints code{background:#eef2f7;padding:2px 6px;border-radius:8px;font-family:SF Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.chat-error{color:#b12f2f;font-size:12px}.chat-hint{font-size:12px;color:#5b6474}.chat-meta{font-size:11px}.chat-status{margin-top:8px;display:flex;align-items:center;gap:8px}@media (max-width:720px){.chat-input-row{flex-direction:column;align-items:stretch}}.footer{margin-top:24px;font-size:12px;color:#6f7a8c}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes typingPulse{0%,to{transform:translateY(0);opacity:.4}50%{transform:translateY(-4px);opacity:1}}.ipfs-badge{background:#e8f5e9!important;color:#2e7d32!important;border:1px solid #a5d6a7!important;text-decoration:none;cursor:pointer;transition:background .15s}.ipfs-badge:hover{background:#c8e6c9!important}.ipfs-pin-btn{background:#fff3e0!important;color:#e65100!important;border:1px solid #ffcc80!important;cursor:pointer;transition:background .15s}.ipfs-pin-btn:hover:not(:disabled){background:#ffe0b2!important}.ipfs-pin-btn:disabled{opacity:.6;cursor:not-allowed}.spinner{border:4px solid #e5e7eb;border-left-color:#4f46e5;border-radius:50%;animation:spin 1s linear infinite}.spinner.small{width:1.5rem;height:1.5rem;border-width:2px}.spinner.medium{width:2.5rem;height:2.5rem;border-width:3px}.spinner.large{width:3.5rem;height:3.5rem;border-width:4px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.p-4{padding:1rem}.p-8{padding:2rem}.mt-3{margin-top:.75rem}.text-sm{font-size:.875rem}.text-muted{color:#5b6474}.w-full{width:100%}.inline-flex{display:inline-flex}