@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Mono:wght@400;500&display=swap);.dpr-layout{background:#f0f4f8;display:flex;font-family:DM Sans,Segoe UI,sans-serif;height:100vh;overflow:hidden}.dpr-sidebar{background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto;width:260px}.dpr-sidebar-logo{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;gap:10px;padding:18px 16px}.dpr-logo-sq{background:linear-gradient(135deg,#0ea5e9,#3b82f6);border-radius:10px;color:#fff;display:grid;flex-shrink:0;font-size:13px;font-weight:800;height:36px;place-items:center;width:36px}.dpr-logo-title{color:#1e293b;font-size:13px;font-weight:700}.dpr-logo-sub{color:#94a3b8;font-family:monospace;font-size:10px;margin-top:1px}.dpr-sidebar-section{padding:12px 12px 4px}.dpr-section-label{color:#94a3b8;font-family:monospace;font-size:10px;letter-spacing:.1em;margin-bottom:8px;text-transform:uppercase}.dpr-quick-btn{align-items:flex-start;background:none;border:1px solid #0000;border-radius:8px;cursor:pointer;display:flex;gap:8px;margin-bottom:3px;padding:8px 10px;text-align:left;transition:background .15s,border-color .15s;width:100%}.dpr-quick-btn:hover{background:#f0f9ff;border-color:#bae6fd}.dpr-quick-icon{flex-shrink:0;font-size:13px;margin-top:1px}.dpr-quick-text{color:#64748b;font-size:11.5px;line-height:1.4}.dpr-sidebar-tables{border-top:1px solid #e2e8f0;margin-top:auto;padding:12px}.dpr-table-chip{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:8px;margin-bottom:4px;padding:7px 10px}.dpr-table-dot{border-radius:50%;flex-shrink:0;height:6px;width:6px}.dpr-table-name{color:#64748b;font-family:monospace;font-size:11px}.dpr-table-count{color:#94a3b8;font-size:10px;margin-left:auto}.dpr-main{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.dpr-topbar{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;display:flex;flex-shrink:0;justify-content:space-between;padding:12px 22px}.dpr-topbar-title{color:#1e293b;font-size:14px;font-weight:700}.dpr-topbar-sub{color:#94a3b8;margin-top:1px}.dpr-status-pill,.dpr-topbar-sub{font-family:monospace;font-size:11px}.dpr-status-pill{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:20px;color:#10b981;display:flex;gap:6px;padding:4px 12px}.dpr-status-dot{animation:blink 2s infinite;background:#10b981;border-radius:50%;height:6px;width:6px}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.dpr-chat-area{display:flex;flex:1 1;flex-direction:column;gap:18px;overflow-y:auto;padding:20px}.dpr-chat-area::-webkit-scrollbar{width:5px}.dpr-chat-area::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.dpr-welcome{align-items:center;display:flex;flex-direction:column;gap:12px;padding:50px 20px 30px;text-align:center}.dpr-welcome-icon{background:linear-gradient(135deg,#e0f2fe,#eff6ff);border:1.5px solid #bae6fd;border-radius:18px;display:grid;font-size:26px;height:60px;place-items:center;width:60px}.dpr-welcome h2{color:#1e293b;font-size:22px;font-weight:700}.dpr-welcome p{color:#64748b;font-size:13px;line-height:1.6;max-width:400px}.dpr-welcome-tags{display:flex;flex-wrap:wrap;gap:7px;justify-content:center;margin-top:4px}.dpr-welcome-tag{background:#fff;border:1px solid #cbd5e1;border-radius:20px;color:#64748b;font-size:11px;padding:4px 12px}.dpr-msg{display:flex;gap:10px}.dpr-msg-user{flex-direction:row-reverse}.dpr-msg-avatar{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:9px;display:grid;flex-shrink:0;font-size:13px;height:30px;place-items:center;width:30px}.dpr-msg-body{flex:1 1;min-width:0}.dpr-bubble{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000d;font-size:13px;line-height:1.7;max-width:100%;padding:12px 16px}.dpr-bubble-user{background:linear-gradient(135deg,#0ea5e9,#3b82f6);border:none;box-shadow:0 4px 12px #0ea5e933;color:#fff;display:inline-block;margin-left:auto;max-width:72%}.dpr-bubble-error{background:#ef44440a;border-color:#ef44444d}.dpr-highlight{background:linear-gradient(135deg,#f0fdf4,#f0f9ff);border:1px solid #a7f3d0;border-radius:8px;color:#065f46;font-size:13px;font-weight:700;gap:8px;margin-bottom:10px;padding:9px 12px}.dpr-highlight,.dpr-typing{align-items:center;display:flex}.dpr-typing{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000d;gap:6px;padding:12px 14px;width:-webkit-fit-content;width:fit-content}.dpr-dot{animation:bounce 1.2s infinite;background:#0ea5e9;border-radius:50%;height:6px;width:6px}.dpr-dot:nth-child(2){animation-delay:.2s}.dpr-dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.dpr-view-toggle{display:flex;flex-wrap:wrap;gap:5px;margin:8px 0}.dpr-vt-btn{align-items:center;background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;color:#64748b;cursor:pointer;display:inline-flex;font-family:monospace;font-size:11px;gap:3px;padding:4px 10px;transition:all .15s}.dpr-vt-btn:hover{background:#e0f2fe;border-color:#7dd3fc;color:#0ea5e9}.dpr-vt-btn.active{background:#0ea5e9;border-color:#0ea5e9;color:#fff}.dpr-chart-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-top:8px;padding:16px}.dpr-chart-title{color:#64748b;font-family:monospace;font-size:11px;font-weight:700;letter-spacing:.06em;margin-bottom:12px;text-transform:uppercase}.dpr-tbl-wrap{border:1px solid #e2e8f0;border-radius:10px;margin-top:8px;overflow:hidden}.dpr-tbl-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:8px 14px}.dpr-tbl-header span{color:#64748b;font-family:monospace;font-size:11px;font-weight:600}.dpr-tbl-scroll{max-height:320px;overflow-x:auto;overflow-y:auto}.dpr-table{border-collapse:collapse;font-size:12px;width:100%}.dpr-table thead th{background:#f1f5f9;border-bottom:2px solid #cbd5e1;color:#64748b;font-family:monospace;font-size:10px;letter-spacing:.06em;padding:8px 12px;position:-webkit-sticky;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap}.dpr-table tbody tr{border-bottom:1px solid #f1f5f9}.dpr-table tbody tr:nth-child(2n){background:#fafbfc}.dpr-table tbody tr:hover{background:#f0f9ff}.dpr-table tbody td{color:#1e293b;font-family:monospace;max-width:200px;overflow:hidden;padding:7px 12px;text-overflow:ellipsis;white-space:nowrap}.dpr-sql-chip{align-items:center;background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;color:#64748b;cursor:pointer;display:inline-flex;font-family:monospace;font-size:10px;gap:4px;padding:4px 10px;transition:color .15s}.dpr-sql-chip:hover{border-color:#bae6fd;color:#0ea5e9}.dpr-dl-btn{align-items:center;background:#f0fdf4;border:1px solid #a7f3d0;border-radius:6px;color:#059669;cursor:pointer;display:inline-flex;font-family:monospace;font-size:11px;gap:5px;margin-left:5px;padding:4px 12px;transition:background .15s}.dpr-dl-btn:hover{background:#dcfce7}.dpr-dl-pdf{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.dpr-dl-pdf:hover{background:#dbeafe}.dpr-sql-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#0369a1;font-family:monospace;font-size:10px;margin-top:6px;padding:10px 12px;white-space:pre-wrap;word-break:break-all}.dpr-input-area{background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -2px 8px #0000000a;flex-shrink:0;padding:12px 22px 16px}.dpr-input-wrap{align-items:flex-end;background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:14px;display:flex;gap:8px;padding:8px 8px 8px 14px;transition:border-color .2s,box-shadow .2s}.dpr-input-wrap:focus-within{background:#fff;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}.dpr-input{background:#0000;border:none;color:#1e293b;flex:1 1;font-family:DM Sans,sans-serif;font-size:13px;line-height:1.5;max-height:100px;min-height:22px;outline:none}.dpr-input::placeholder{color:#94a3b8}.dpr-send-btn{background:linear-gradient(135deg,#0ea5e9,#3b82f6);border:none;border-radius:9px;box-shadow:0 3px 8px #0ea5e94d;color:#fff;cursor:pointer;display:grid;flex-shrink:0;font-size:15px;height:36px;place-items:center;transition:opacity .2s,transform .15s;width:36px}.dpr-send-btn:hover:not(:disabled){opacity:.9;transform:scale(1.05)}.dpr-send-btn:disabled{cursor:not-allowed;opacity:.4}.dpr-input-hint{color:#94a3b8;font-family:monospace;font-size:11px;margin-top:6px;text-align:center}@media(max-width:768px){.dpr-sidebar{display:none}.dpr-chat-area{padding:12px}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background:#f7f8fa;color:#1a1d23;font-family:DM Sans,Segoe UI,sans-serif;font-size:14px}.topbar{background:#1a1d23;gap:16px;height:56px;padding:0 28px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.topbar,.topbar-left{align-items:center;display:flex}.topbar-left{gap:12px}.logo{color:#fff;font-size:15px;font-weight:700;letter-spacing:-.5px}.logo-sub{color:#ffffff59;font-size:12px}.topbar-nav{display:flex;gap:4px;margin:0 auto}.nav-btn{background:#0000;border:none;border-radius:6px;color:#fff9;cursor:pointer;font-family:inherit;font-size:13px;font-weight:500;padding:6px 18px;transition:all .15s}.nav-btn:hover{background:#ffffff14;color:#fff}.nav-btn.active{background:#fff;color:#1a1d23}.topbar-right{align-items:center;display:flex;gap:8px}.status-dot{border-radius:50%;height:8px;width:8px}.status-dot.live{background:#22c55e}.status-dot.offline{background:#ef4444}.status-label{color:#ffffff80;font-size:12px}.main{margin:0 auto;max-width:1180px;padding:32px 24px}.page-header{margin-bottom:28px}.page-header h1{font-size:22px;font-weight:700;letter-spacing:-.5px;margin-bottom:4px}.page-header p{color:#6b7280;font-size:13px}.upload-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:20px}.upload-card{background:#fff;border:2px dashed #e5e7eb;border-radius:14px;cursor:pointer;padding:32px 24px;text-align:center;transition:border-color .2s,background .2s}.upload-card:hover{border-color:#9ca3af}.upload-card.done{background:#f0fdf4;border-color:#22c55e;border-style:solid}.upload-card.error{background:#fef2f2;border-color:#ef4444;border-style:solid}.upload-icon{font-size:40px;margin-bottom:12px}.upload-title{color:#1a1d23;font-size:15px;font-weight:600;margin-bottom:6px}.upload-sub{color:#9ca3af;font-size:12px;line-height:1.5}.format-note{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;color:#6b7280;font-size:12.5px;line-height:1.7;padding:14px 18px}.kpi-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,1fr);margin-bottom:24px}.kpi-card{background:#fff;border:1px solid #e5e7eb;border-left:4px solid;border-radius:12px;padding:18px 20px}.kpi-val{color:#1a1d23;font-size:22px;font-weight:700;letter-spacing:-1px}.kpi-label{color:#9ca3af;font-size:11px;letter-spacing:.06em;margin-top:5px;text-transform:uppercase}.kpi-sub{color:#6b7280;font-size:12px;margin-top:4px}.filter-bar{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.filter-label{color:#6b7280;font-size:13px;font-weight:500}.date-select,.filter-bar select{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-family:inherit;font-size:13px;padding:7px 12px}.table-section{margin-bottom:24px}.table-wrap{border-radius:0 0 10px 10px;overflow-x:auto}.section-head{align-items:center;background:#f8fafc;border-left:4px solid #374151;border-radius:8px 8px 0 0;color:#374151;display:flex;font-size:13px;font-weight:700;gap:10px;padding:10px 14px}.section-head.dark{background:#1a1d23;border-left-color:#fff;color:#fff}.data-table{border-collapse:collapse;font-size:13px;width:100%}.data-table th{background:#374151;color:#fff;font-size:11px;font-weight:600;padding:9px 12px;text-align:right;white-space:nowrap}.data-table th.left{text-align:left}.data-table th.center{text-align:center}.data-table td{font-feature-settings:"tnum";border-bottom:1px solid #f3f4f6;font-variant-numeric:tabular-nums;padding:8px 12px;text-align:right}.data-table td.left{text-align:left}.data-table td.center{text-align:center}.data-table td.muted{color:#9ca3af;font-size:11.5px}.data-table tr:hover td{background:#f9fafb}.data-table td.bold{font-weight:600}.data-table td.green{color:#16a34a}.data-table td.amber{color:#d97706}.data-table td.blue{color:#2563eb}.zero{color:#d1d5db}.center{text-align:center!important}.mail-layout{grid-gap:20px;display:grid;gap:20px;grid-template-columns:340px 1fr}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.card-title{color:#374151;font-size:13px;font-weight:600;margin-bottom:14px}.card label{color:#6b7280;display:block;font-size:12px;margin-bottom:5px}.card input{border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-family:inherit;font-size:13px;margin-bottom:12px;padding:9px 12px;width:100%}.card input:focus{border-color:#0000;outline:2px solid #3b82f6}.full-width{width:100%}.draft-textarea{border:1px solid #e5e7eb;border-radius:8px;color:#374151;flex:1 1;font-family:DM Mono,Courier New,monospace;font-size:12.5px;line-height:1.75;min-height:200px;padding:14px;resize:vertical;width:100%}.draft-textarea:focus{border-color:#0000;outline:2px solid #3b82f6}.draft-actions{display:flex;flex-wrap:wrap;gap:10px}.success-bar{background:#ecfdf5;border:1px solid #bbf7d0;border-radius:8px;color:#15803d}.error-bar,.success-bar{font-size:13px;padding:10px 14px}.error-bar{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c}.btn-primary{background:#1a1d23;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;padding:9px 20px;transition:opacity .15s}.btn-primary:hover{opacity:.85}.btn-primary:disabled{cursor:not-allowed;opacity:.5}.btn-green{background:#16a34a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;padding:9px 20px}.btn-green:disabled{cursor:not-allowed;opacity:.5}.btn-outline{background:#0000;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-family:inherit;font-size:13px;font-weight:500;padding:8px 18px}.btn-outline:hover{background:#f9fafb}.btn-danger{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;cursor:pointer;font-family:inherit;font-size:13px;font-weight:500;padding:8px 16px;transition:all .15s}.btn-danger:hover{background:#fee2e2}.btn-danger:disabled{cursor:not-allowed;opacity:.5}.chip{border-radius:20px;display:inline-block;font-size:11.5px;font-weight:500;padding:3px 10px}.chip.green{background:#dcfce7;color:#15803d}.chip.red{background:#fee2e2;color:#b91c1c}.chip.gray{background:#f3f4f6;color:#6b7280}.badge{border-radius:12px;display:inline-block;font-size:11px;font-weight:600;padding:2px 8px}.how-it-works{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;flex-wrap:wrap;gap:8px;margin-bottom:24px;padding:20px 24px}.hiw-step,.how-it-works{align-items:center;display:flex}.hiw-step{gap:10px}.hiw-num{align-items:center;background:#1a1d23;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:12px;font-weight:700;height:28px;justify-content:center;width:28px}.hiw-text{color:#374151;font-size:12px;line-height:1.5}.hiw-arrow{color:#9ca3af;font-size:18px}.date-filter-bar{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;padding:12px 16px}.mode-toggle{border:1px solid #e5e7eb;border-radius:8px;display:flex;overflow:hidden}.mode-btn{background:#fff;border:none;color:#6b7280;cursor:pointer;font-family:inherit;font-size:12px;font-weight:500;padding:6px 14px;transition:all .15s}.mode-btn.active{background:#1a1d23;color:#fff}.date-input{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-family:inherit;font-size:13px;padding:5px 10px}@media(max-width:900px){.kpi-grid,.mail-layout,.upload-grid{grid-template-columns:1fr}.main{padding:20px 16px}}
/*# sourceMappingURL=main.1aa6dfd5.css.map*/