*{box-sizing:border-box;margin:0;padding:0}body{background:#0a0a0f;color:#e8e8e8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.app{display:flex;flex-direction:column;min-height:100vh}.header{background:#0f0f15;border-bottom:1px solid #1a1a25;color:#fff;justify-content:space-between;padding:.75rem 2rem}.header,.header h1{align-items:center;display:flex}.header h1{font-size:1.1rem;font-weight:500;gap:.4rem;letter-spacing:-.3px}.header nav{display:flex;gap:.25rem}.header nav a{border-radius:6px;color:#6b7280;font-size:.82rem;padding:.4rem .75rem;text-decoration:none;transition:all .15s}.header nav a:hover{background:#1a1a25;color:#d1d5db}.header nav a.active{background:#1f1f2e;color:#fff}.user-info{color:#6b7280;font-size:.78rem;gap:.6rem}.user-avatar,.user-info{align-items:center;display:flex}.user-avatar{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:6px;color:#fff;font-size:.7rem;font-weight:600;height:28px;justify-content:center;width:28px}.main{flex:1 1;margin:0 auto;max-width:1060px;padding:1.75rem 2rem;width:100%}.card{background:#12121a;border:1px solid #1e1e2d;border-radius:12px;margin-bottom:1.25rem;padding:1.5rem}.card h2{color:#f3f4f6;font-size:1rem;font-weight:500;margin-bottom:.75rem}.drop-zone{background:#0f0f18;border:1.5px dashed #2a2a3d;border-radius:12px;cursor:pointer;padding:3rem 2rem;text-align:center;transition:all .2s}.drop-zone.active,.drop-zone:hover{background:#6366f108;border-color:#6366f1}.drop-zone.has-file{background:#10b98108;border-color:#10b981}.drop-zone .icon{font-size:2rem;margin-bottom:.5rem;opacity:.8}.file-selected{color:#10b981;font-weight:500}.btn{border:none;border-radius:8px;cursor:pointer;font-size:.85rem;font-weight:500;padding:.55rem 1.3rem;transition:all .15s}.btn-primary{background:#6366f1;color:#fff}.btn-primary:hover{background:#5558e6;box-shadow:0 4px 16px #6366f140}.btn-primary:disabled{box-shadow:none;cursor:not-allowed;opacity:.35}.progress-bar{background:#1e1e2d;border-radius:2px;height:3px;margin:1rem 0;overflow:hidden}.progress-fill{animation:shimmer 2s infinite;background:linear-gradient(90deg,#6366f1,#8b5cf6);height:100%;transition:width .3s}@keyframes shimmer{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.progress-label{color:#6b7280;font-size:.78rem}.agent-steps{margin-top:1.25rem}.agent-step{align-items:flex-start;border-left:1px solid #1e1e2d;display:flex;gap:.75rem;margin-left:.4rem;padding:.6rem 0 .6rem 1.25rem;position:relative}.agent-step:before{background:#1e1e2d;border:1.5px solid #3a3a4d;border-radius:50%;content:"";height:7px;left:-4px;position:absolute;top:.85rem;width:7px}.agent-step.active:before{animation:pulse 1.5s infinite;background:#6366f1;border-color:#6366f1;box-shadow:0 0 8px #6366f199}.agent-step.done:before{background:#10b981;border-color:#10b981}.agent-step.error:before{background:#ef4444;border-color:#ef4444}@keyframes pulse{0%,to{box-shadow:0 0 4px #6366f14d}50%{box-shadow:0 0 10px #6366f1b3}}.agent-step-label{color:#8b5cf6;font-size:.72rem;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.agent-step-desc{color:#6b7280;font-size:.82rem;margin-top:.15rem}.agent-step.active .agent-step-desc{color:#d1d5db}.agent-step.done .agent-step-label{color:#10b981}.agent-step.done .agent-step-desc{color:#4b5563}.result-summary{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));margin-bottom:1.25rem}.stat-card{background:#12121a;border:1px solid #1e1e2d;border-radius:10px;border-top:2px solid #2a2a3d;padding:1rem .75rem;text-align:center}.stat-card.accept{border-top-color:#10b981}.stat-card.challenge{border-top-color:#ef4444}.stat-card.total{border-top-color:#6366f1}.stat-card.waiver{border-top-color:#f59e0b}.stat-label{color:#4b5563;font-size:.62rem;font-weight:500;letter-spacing:.6px;text-transform:uppercase}.stat-value{color:#f3f4f6;font-size:1.25rem;font-weight:600;margin-top:.15rem}.line-item{background:#0f0f18;border:1px solid #1e1e2d;border-left:3px solid #2a2a3d;border-radius:8px;margin-bottom:.5rem;padding:.8rem 1rem;transition:background .1s}.line-item:hover{background:#14141f}.line-item.accept{border-left-color:#10b981}.line-item.challenge{border-left-color:#ef4444}.line-item.review{border-left-color:#f59e0b}.line-item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.25rem}.badge{border-radius:4px;font-size:.6rem;font-weight:600;letter-spacing:.3px;padding:.15rem .45rem;text-transform:uppercase}.badge.accept{background:#10b9811f;color:#10b981}.badge.challenge{background:#ef44441f;color:#ef4444}.badge.review{background:#f59e0b1f;color:#f59e0b}.line-item-reason{color:#6b7280;font-size:.78rem;margin-top:.25rem}.tabs{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:1.25rem}.tab{background:#0000;border:1px solid #1e1e2d;border-radius:6px;color:#6b7280;cursor:pointer;font-size:.78rem;padding:.4rem .8rem;transition:all .12s}.tab:hover{background:#1a1a25;color:#d1d5db}.tab.active{background:#1f1f2e;border-color:#2a2a3d;color:#fff}.tab.tab-accept.active{background:#10b9811f;border-color:#10b9814d;color:#10b981}.tab.tab-challenge.active{background:#ef44441f;border-color:#ef44444d;color:#ef4444}.tab.tab-review.active{background:#f59e0b1f;border-color:#f59e0b4d;color:#f59e0b}.decision-list{display:flex;flex-direction:column;gap:.6rem}.decision-card{background:#0f0f18;border:1px solid #1e1e2d;border-left:3px solid #2a2a3d;border-radius:8px;padding:.9rem 1rem;transition:all .1s}.decision-card:hover{background:#14141f}.decision-card.accepted,.decision-card.approved{border-left-color:#10b981}.decision-card.challenged{border-left-color:#ef4444}.decision-card.review,.decision-card.triaged{border-left-color:#f59e0b}.decision-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.35rem}.decision-card-body{display:flex;flex-direction:column;gap:.25rem}.decision-meta{color:#4b5563;display:flex;font-size:.72rem;gap:1.25rem}.decision-amounts{color:#9ca3af;display:flex;font-size:.78rem;gap:1.25rem;margin-top:.15rem}.decision-card.expanded{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.expand-icon{color:#4b5563;font-size:.6rem;margin-right:.4rem}.expanded-detail{background:#0c0c14;border:1px solid #1e1e2d;border-radius:0 0 8px 8px;border-top:none;margin-bottom:.6rem;padding:1rem}.detail-section{margin-bottom:1rem}.detail-section h4{color:#6b7280;font-size:.7rem;font-weight:500;letter-spacing:.5px;margin-bottom:.4rem;text-transform:uppercase}.detail-grid{grid-gap:.35rem;color:#9ca3af;display:grid;font-size:.78rem;gap:.35rem;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.status-badge{border-radius:4px;font-size:.65rem;font-weight:500;padding:.15rem .45rem}.status-badge.triaged{background:#10b9811f;color:#10b981}.status-badge.extracted{background:#6366f11f;color:#6366f1}.status-badge.processing{background:#f59e0b1f;color:#f59e0b}.status-badge.error{background:#ef44441f;color:#ef4444}.login-container{align-items:center;background:#0a0a0f;display:flex;justify-content:center;min-height:100vh}.login-card{background:#12121a;border:1px solid #1e1e2d;border-radius:16px;max-width:360px;padding:2.5rem;text-align:center;width:100%}.login-card h2{color:#f3f4f6;font-size:1.15rem;font-weight:500;margin-bottom:.25rem}.login-card p{color:#4b5563;font-size:.8rem;margin-bottom:1.5rem}.form-group{margin-bottom:.9rem;text-align:left}.form-group label{color:#6b7280;display:block;font-size:.72rem;font-weight:500;margin-bottom:.3rem}.form-group input{background:#0a0a0f;border:1px solid #1e1e2d;border-radius:8px;color:#e8e8e8;font-size:.85rem;padding:.6rem .8rem;transition:border-color .15s;width:100%}.form-group input:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a;outline:none}.empty-state{color:#4b5563;padding:3rem;text-align:center}.action-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.action-card{background:#12121a;border:1px solid #1e1e2d;border-radius:12px;cursor:pointer;padding:1.5rem;text-align:center;transition:all .2s}.action-card:hover{border-color:#6366f1;box-shadow:0 8px 24px #6366f114;transform:translateY(-2px)}.action-icon{font-size:1.75rem;margin-bottom:.6rem}.action-card h3{color:#f3f4f6;font-size:.9rem;font-weight:500;margin-bottom:.3rem}.action-card p{color:#6b7280;font-size:.75rem}.btn-decision{background:#0000;border:1px solid #1e1e2d;border-radius:5px;color:#6b7280;cursor:pointer;font-size:.72rem;padding:.25rem .6rem;transition:all .12s}.btn-decision:hover{background:#1a1a25}.btn-decision.active-accept{background:#10b9811f;border-color:#10b981;color:#10b981;font-weight:600}.btn-decision.active-challenge{background:#ef44441f;border-color:#ef4444;color:#ef4444;font-weight:600}.agent-thinking{align-items:center;color:#8b5cf6;display:flex;font-size:.78rem;font-weight:500;gap:.4rem;padding:.4rem 0}.agent-thinking .dots span{animation:blink 1.4s infinite both;font-size:1.1rem}.agent-thinking .dots span:nth-child(2){animation-delay:.2s}.agent-thinking .dots span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.15}40%{opacity:1}}.agent-log{background:#0a0a0f;border:1px solid #1e1e2d;border-radius:8px;color:#6b7280;font-family:JetBrains Mono,SF Mono,Fira Code,monospace;font-size:.7rem;line-height:1.7;margin-top:1rem;max-height:180px;overflow-y:auto;padding:.85rem 1rem}.agent-log-entry{padding:.1rem 0}.agent-log-entry .timestamp{color:#374151;margin-right:.4rem}.agent-log-entry .agent-name{color:#8b5cf6;font-weight:500}.agent-log-entry .message{color:#6b7280}.agent-log-entry.success .message{color:#10b981}.agent-log-entry.error .message{color:#ef4444}.btn-download{background:#6366f114;border:1px solid #2a2a3d;border-radius:5px;color:#8b5cf6;cursor:pointer;font-size:.68rem;font-weight:500;letter-spacing:.2px;padding:.25rem .55rem;transition:all .12s}.btn-download:hover{background:#6366f126;border-color:#6366f1;color:#a78bfa}
/*# sourceMappingURL=main.356a5b14.css.map*/