*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f7fa;color:#1a1a2e;line-height:1.6}.app{max-width:1200px;margin:0 auto;padding:0 20px 40px}.header{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:2px solid #e2e8f0;margin-bottom:24px;flex-wrap:wrap;gap:12px}.header h1{font-size:24px;color:#1a1a2e}.header-right{display:flex;align-items:center;gap:16px;font-size:14px;flex-wrap:wrap}.report-header{flex-direction:column;align-items:stretch;gap:8px;position:sticky;top:0;background:#fff;z-index:100;margin-left:-20px;margin-right:-20px;padding:16px 20px;box-shadow:0 1px 3px #0000000f}.report-header-top h1{font-size:22px}.report-identity{display:flex;gap:24px;flex-wrap:wrap}.identity-item{font-size:13px}.identity-item label{color:#94a3b8;margin-right:6px}.identity-item code{font-family:SF Mono,Monaco,monospace;font-size:12px;background:#f1f5f9;padding:2px 6px;border-radius:4px}.company{color:#64748b}.balance{font-weight:600;color:#22c55e}.balance.low{color:#ef4444}.balance-warning{color:#ef4444;font-size:12px}.loading-text{color:#94a3b8}.tabs{display:flex;gap:4px;margin-bottom:24px;background:#fff;border-radius:8px;padding:4px;box-shadow:0 1px 3px #0000000f}.tabs button{padding:10px 24px;border:none;background:transparent;border-radius:6px;cursor:pointer;font-size:14px;color:#64748b;transition:all .2s}.tabs button.active{background:#1a1a2e;color:#fff}.tabs button:disabled{opacity:.4;cursor:not-allowed}.search-form{background:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 3px #0000000f}.search-form h2{font-size:20px;margin-bottom:24px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-bottom:24px}.form-group label{display:block;font-size:13px;font-weight:600;color:#475569;margin-bottom:6px}.form-group input{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.api-selector{margin-bottom:24px}.api-header{display:flex;align-items:center;gap:12px;margin-bottom:12px;font-size:13px;font-weight:600;color:#475569}.price-tag{margin-left:auto;color:#3b82f6;font-weight:500}.api-grid{display:flex;flex-wrap:wrap;gap:8px}.api-chip{display:flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:13px;transition:all .2s}.api-chip.selected{border-color:#3b82f6;background:#eff6ff}.api-chip input{display:none}.chip-price{color:#94a3b8;font-size:12px}.btn-primary{width:100%;padding:14px;border:none;border-radius:8px;background:#1a1a2e;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}.btn-primary:hover{background:#2d2d4a}.btn-primary:disabled{background:#94a3b8;cursor:not-allowed}.btn-sm{padding:6px 14px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;font-size:13px;cursor:pointer}.btn-sm:disabled{opacity:.4;cursor:not-allowed}.btn-link{padding:0;border:none;background:none;color:#3b82f6;cursor:pointer;font-size:13px;text-decoration:underline}.btn-link:hover{color:#1d4ed8}.error-msg{padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px;margin-bottom:16px}.report-view{display:flex;flex-direction:column;gap:20px}.verdict-card{padding:24px;border-radius:12px;border:2px solid #e2e8f0}.verdict-pass{border-color:#22c55e;background:#f0fdf4}.verdict-review{border-color:#eab308;background:#fefce8}.verdict-reject{border-color:#ef4444;background:#fef2f2}.verdict-main{display:flex;align-items:center;gap:16px;margin-bottom:12px}.verdict-score{font-size:24px;font-weight:700}.verdict-flags{display:flex;flex-direction:column;gap:6px}.flag-item{font-size:14px;padding:6px 0}.flag-pass{color:#16a34a}.flag-review{color:#a16207}.flag-reject{color:#dc2626}.risk-badge{display:inline-block;padding:4px 16px;border-radius:20px;color:#fff;font-size:14px;font-weight:600}.risk-badge-sm{padding:2px 10px;font-size:12px}.report-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000f}.report-section h3{font-size:18px;margin-bottom:20px;color:#1e293b}.report-section h4{font-size:14px;margin:16px 0 8px;color:#64748b}.report-section h4:before{content:"🟢 "}.sub-section{margin-top:20px;padding-top:16px;border-top:1px solid #f1f5f9}.sub-section:first-child{margin-top:0;padding-top:0;border-top:none}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.info-card{padding:14px;border:1px solid #f1f5f9;border-radius:8px;background:#fafbfc}.card-label{font-size:12px;color:#94a3b8;margin-bottom:4px}.card-value{font-size:15px;font-weight:600}.text-pass{color:#16a34a}.text-reject{color:#dc2626}.text-review{color:#a16207}.tag-cloud{display:flex;flex-wrap:wrap;gap:8px}.tag{padding:6px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:20px;font-size:13px;color:#dc2626}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px}th{text-align:left;padding:10px 12px;background:#f8fafc;color:#64748b;font-weight:600;border-bottom:2px solid #e2e8f0}td{padding:10px 12px;border-bottom:1px solid #f1f5f9}.mono{font-family:SF Mono,Monaco,monospace;font-size:12px}.result-tags{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.result-tag-item{padding:3px 8px;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;font-size:11px;color:#dc2626;line-height:1.4;white-space:nowrap}.report-footer{text-align:right;font-size:13px;color:#94a3b8}.report-footer code{background:#f1f5f9;padding:2px 8px;border-radius:4px;font-size:12px}.empty-state{text-align:center;padding:60px 20px;color:#94a3b8;font-size:16px}.history-list{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000f}.history-list h2{font-size:20px;margin-bottom:16px}.score-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:20px}.score-card{padding:20px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0}.score-main{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.score-label{font-size:13px;color:#64748b}.score-value{font-size:36px;font-weight:700;color:#1a1a2e;line-height:1.1}.score-meta{font-size:13px;color:#94a3b8;margin-bottom:8px}.footnote{font-size:11px;color:#94a3b8;line-height:1.5;margin-top:8px;padding-top:8px;border-top:1px solid #f1f5f9}.query-count-row{margin-top:12px;padding:12px;background:#f8fafc;border-radius:8px}.query-count-headers{display:flex;gap:24px}.query-count-item{flex:1;min-width:100px}.ts-table-block{margin-top:16px}.ts-table-block:first-child{margin-top:0}.loan-table{width:100%;border-collapse:collapse;font-size:13px}.loan-table th{text-align:center;padding:10px 12px;background:#f8fafc;color:#64748b;font-weight:600;border-bottom:2px solid #e2e8f0;font-size:12px}.loan-table th:first-child{text-align:left}.loan-table td{text-align:center;padding:10px 12px;border-bottom:1px solid #f1f5f9}.loan-table td:first-child{text-align:left;font-weight:500;color:#334155}.row-label-cell{font-weight:500;color:#334155}.body-popover-wrap{position:relative}.body-popover-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500}.body-popover{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:501;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000002e;max-width:640px;width:90vw;max-height:70vh;display:flex;flex-direction:column;overflow:hidden;animation:body-popover-in .15s ease}@keyframes body-popover-in{0%{opacity:0;transform:translate(-50%,-50%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.body-popover-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0;font-size:14px;font-weight:600;color:#1e293b;flex-shrink:0}.body-popover-close{border:none;background:none;font-size:16px;color:#94a3b8;cursor:pointer;padding:2px 4px;line-height:1}.body-popover-close:hover{color:#475569}.body-text{font-size:13px;line-height:1.8;color:#475569;padding:20px;overflow-y:auto;white-space:pre-wrap;word-break:break-word;min-height:0;flex:1 1 auto}.action-cell{display:flex;gap:12px;align-items:center}.stale-hint{color:#94a3b8;font-size:12px;font-style:italic}.api-chip.queried{background:#f8fafc}.chip-tag{font-size:10px;padding:1px 6px;border-radius:4px;background:#e2e8f0;color:#64748b}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;padding:32px;max-width:600px;width:90vw;max-height:80vh;overflow-y:auto;box-shadow:0 8px 30px #00000026}.modal-content h3{font-size:18px;margin-bottom:8px}.modal-desc{font-size:14px;color:#64748b;margin-bottom:20px}.modal-footer{display:flex;align-items:center;justify-content:space-between;margin-top:24px;padding-top:16px;border-top:1px solid #f1f5f9}.modal-actions{display:flex;gap:8px;align-items:center}.pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:20px;padding-top:16px;border-top:1px solid #f1f5f9}.page-info{font-size:13px;color:#64748b}.search-form+.history-list{margin-top:24px}.batch-section{margin-top:28px;padding-top:24px;border-top:2px solid #e2e8f0}.batch-section h3{font-size:18px;margin-bottom:6px}.batch-desc{font-size:13px;color:#94a3b8;margin-bottom:12px}.batch-textarea{width:100%;padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-family:SF Mono,Monaco,monospace;font-size:13px;line-height:1.8;resize:vertical;transition:border-color .2s}.batch-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.batch-textarea:disabled{background:#f8fafc;color:#94a3b8}.batch-actions{display:flex;gap:12px;align-items:center;margin-top:12px}.batch-errors{margin-top:12px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px}.batch-error-title{font-size:13px;font-weight:600;color:#dc2626;margin-bottom:6px}.batch-error-item{font-size:13px;color:#dc2626;padding:2px 0;font-family:SF Mono,Monaco,monospace}.batch-preview{margin-top:12px}.batch-preview-title{font-size:13px;color:#64748b;margin-bottom:8px}.batch-progress{margin-top:12px}.progress-bar-wrap{width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.progress-bar-fill{height:100%;background:#3b82f6;border-radius:3px;transition:width .3s ease}.progress-text{font-size:13px;color:#64748b;margin-top:6px}.batch-summary{margin-top:12px;padding:10px 14px;border-radius:8px;font-size:14px;font-weight:500}.batch-summary-ok{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.batch-summary-warn{background:#fefce8;color:#a16207;border:1px solid #fef08a}.duplicate-badge{display:inline-block;padding:1px 8px;margin-left:6px;border-radius:10px;background:#fff7ed;color:#ea580c;border:1px solid #fed7aa;font-size:11px;font-weight:500;vertical-align:middle}.page-size-select{padding:5px 8px;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;color:#475569;background:#fff;cursor:pointer}.page-size-select:focus{outline:none;border-color:#3b82f6}.not-queried-badge{display:inline-block;padding:2px 10px;margin-left:10px;border-radius:10px;background:#fff7ed;color:#ea580c;border:1px solid #fed7aa;font-size:12px;font-weight:500;vertical-align:middle}.text-muted{color:#94a3b8;font-size:14px}.customer-query-page{max-width:480px;margin:0 auto;padding:24px 16px 48px;font-size:16px;min-height:100vh;min-height:100dvh;background:#fff}.customer-query-page .page-title{font-size:22px;font-weight:700;color:#1a1a2e;text-align:center;margin-bottom:4px}.customer-query-page .page-subtitle{font-size:14px;color:#64748b;text-align:center;margin-bottom:32px}.customer-query-page .form-group{margin-bottom:16px}.customer-query-page .form-group label{display:block;font-size:14px;font-weight:600;color:#334155;margin-bottom:6px}.customer-query-page .form-group input{width:100%;height:48px;font-size:16px;padding:12px 16px;border:1.5px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#1e293b;box-sizing:border-box;outline:none;transition:border-color .2s;-webkit-appearance:none}.customer-query-page .form-group input:focus{border-color:#3b82f6;background:#fff}.customer-query-page .form-group input::placeholder{color:#94a3b8}.customer-query-page .field-error{font-size:12px;color:#ef4444;margin-top:4px}.preset-selector{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.preset-card{display:flex;align-items:flex-start;gap:12px;padding:16px;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:border-color .2s,background .2s;min-height:48px;-webkit-tap-highlight-color:transparent}.preset-card.selected{border-color:#3b82f6;background:#eff6ff}.preset-card .preset-radio{width:22px;height:22px;border-radius:50%;border:2px solid #cbd5e1;flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center;transition:border-color .2s}.preset-card.selected .preset-radio{border-color:#3b82f6}.preset-card.selected .preset-radio:after{content:"";width:12px;height:12px;background:#3b82f6;border-radius:50%}.preset-card .preset-body{flex:1;min-width:0}.preset-card .preset-title{font-size:16px;font-weight:600;color:#1e293b}.preset-card .preset-desc{font-size:13px;color:#94a3b8;margin-top:2px}.preset-card .preset-badge{display:inline-block;margin-left:8px;padding:2px 8px;background:#f0fdf4;color:#16a34a;border-radius:4px;font-size:11px;font-weight:600;vertical-align:text-bottom}.auth-checkbox{display:flex;align-items:center;gap:8px;font-size:14px;color:#475569;margin-bottom:20px;cursor:pointer;min-height:44px;-webkit-tap-highlight-color:transparent;flex-wrap:wrap}.auth-checkbox input[type=checkbox]{width:20px;height:20px;accent-color:#3b82f6;flex-shrink:0}.auth-link{color:#3b82f6;text-decoration:underline;font-weight:500;border:none;background:none;padding:0;font-size:14px;cursor:pointer}.customer-query-page .btn-submit{width:100%;height:52px;border:none;border-radius:12px;background:linear-gradient(135deg,#1a1a2e,#2d2d4a);color:#fff;font-size:17px;font-weight:600;cursor:pointer;transition:opacity .2s,transform .1s;-webkit-appearance:none}.customer-query-page .btn-submit:active:not(:disabled){transform:scale(.98)}.customer-query-page .btn-submit:disabled{opacity:.4;cursor:not-allowed}.query-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px 0;color:#64748b;font-size:15px}.query-loading .spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:customer-spin .8s linear infinite}@keyframes customer-spin{to{transform:rotate(360deg)}}.query-error{padding:14px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;font-size:14px;margin-top:16px}.query-result{margin-top:32px;padding-top:24px;border-top:2px solid #e2e8f0}.agreement-modal-body{font-size:14px;line-height:1.8;color:#334155;max-height:50vh;overflow-y:auto;padding:8px 0;-webkit-overflow-scrolling:touch}.agreement-modal-body h3{font-size:17px;margin:16px 0 8px}.agreement-modal-body h3:first-child{margin-top:0}.agreement-modal-body p{margin:6px 0}@media(max-width:768px){.customer-query-page .report-section{padding:14px;border-radius:10px}.customer-query-page .report-section h3{font-size:16px;margin-bottom:12px}.customer-query-page .card-grid{grid-template-columns:1fr;gap:8px}.customer-query-page .info-card{padding:12px}.customer-query-page .card-value{font-size:15px}.customer-query-page table{font-size:12px}.customer-query-page th,.customer-query-page td{padding:8px 6px}.customer-query-page .score-cards{grid-template-columns:1fr}.customer-query-page .score-value{font-size:28px}.customer-query-page .tag-cloud{gap:6px}.customer-query-page .tag{font-size:12px;padding:4px 10px}.customer-query-page .body-popover{width:94vw;max-width:none;max-height:80vh}.customer-query-page{padding-bottom:calc(48px + env(safe-area-inset-bottom,0px))}}@media(max-width:374px){.customer-query-page{padding:16px 12px 32px;font-size:15px}.customer-query-page .page-title{font-size:20px}.customer-query-page .form-group input{height:44px;font-size:15px}}
