@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.lp-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#f7f8fa;padding:0 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.lp-brand{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.lp-icon{width:56px;height:56px;background:#ff6b35;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.lp-app-name{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:#0d1b2a;margin:0;line-height:1.3}.lp-subtitle{font-size:.875rem;color:var(--ti-gray-500);margin-top:.25rem}.lp-acronym{font-size:.875rem;font-weight:600;color:var(--ti-orange);margin-top:.15rem;letter-spacing:.05em}.lp-card{background:#fff;border-radius:16px;box-shadow:0 8px 40px #00000014;border-top:4px solid #FF6B35;padding:1.5rem;width:100%;max-width:400px}.lp-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:.875rem;padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1rem}.lp-newpw-msg{color:#4b5563;font-size:.875rem;margin-bottom:1rem}.lp-form{display:flex;flex-direction:column;gap:1rem}.lp-field{display:flex;flex-direction:column}.lp-label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.lp-form input{width:100%;padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;font-size:.875rem;color:#111;font-family:Inter,sans-serif}.lp-form input::placeholder{color:#9ca3af}.lp-form input:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px #ff6b35}.lp-form input:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.lp-submit{width:100%;padding:.625rem 1rem;border:none;border-radius:.5rem;background:#ff6b35;color:#fff;font-size:.875rem;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;transition:background .15s}.lp-submit:hover{background:#e85a25}.lp-submit:disabled{opacity:.5;cursor:not-allowed}.lp-google-btn{width:100%;padding:.7rem 1rem;border:1px solid #dadce0;border-radius:.5rem;background:#fff;color:#3c4043;font-size:.9rem;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;transition:background .15s,box-shadow .15s;display:flex;align-items:center;justify-content:center}.lp-google-btn:hover{background:#f7f8f8;box-shadow:0 1px 3px #00000014}.lp-toggle-native{display:block;width:100%;margin-top:1rem;padding:0;border:none;background:none;color:#6c757d;font-size:.8rem;cursor:pointer;text-decoration:underline;text-align:center}.lp-toggle-native:hover{color:#495057}.lp-divider{display:flex;align-items:center;margin-bottom:1rem;color:#9ca3af;font-size:.8rem}.lp-divider:before,.lp-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.lp-divider span{padding:0 .75rem}:root{--ti-navy: #0d1b2a;--ti-navy-light: #1b2d45;--ti-navy-mid: #162238;--ti-orange: #FF6B35;--ti-orange-hover: #e85a25;--ti-orange-light: #fff0e8;--ti-gray-50: #f7f8fa;--ti-gray-100: #eef0f4;--ti-gray-200: #dde1e8;--ti-gray-300: #c4c9d4;--ti-gray-500: #6c757d;--ti-gray-700: #3a3f47;--ti-white: #ffffff;--ti-green: #27ae60;--ti-red: #e74c3c;--ti-yellow: #f39c12;--ti-radius: 10px;--ti-shadow: 0 2px 12px rgba(13,27,42,.07)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--ti-gray-50);color:var(--ti-navy);line-height:1.6}.app{max-width:1600px;margin:0 auto;padding:2rem}h1{font-size:1.8rem;margin-bottom:1.5rem;color:var(--ti-navy)}h1 b{color:var(--ti-orange)}h2{font-size:1.3rem;margin-bottom:1rem;color:var(--ti-navy)}.upload-section{background:var(--ti-white);border-radius:var(--ti-radius);padding:1.5rem;margin-bottom:2rem;box-shadow:var(--ti-shadow);border-top:3px solid var(--ti-orange)}.mode-toggle{display:flex;gap:0;margin-bottom:.75rem}.mode-btn{padding:.5rem 1.2rem;border:1px solid var(--ti-gray-200);background:var(--ti-gray-50);font-size:.9rem;cursor:pointer;color:var(--ti-gray-500);transition:all .15s}.mode-btn:first-child{border-radius:8px 0 0 8px}.mode-btn:last-child{border-radius:0 8px 8px 0;border-left:none}.mode-btn.active{background:var(--ti-navy);color:var(--ti-white);border-color:var(--ti-navy)}.mode-btn:hover:not(.active){background:var(--ti-gray-100)}.paste-area{width:100%;padding:.6rem .8rem;border:1px solid var(--ti-gray-200);border-radius:8px;font-size:.9rem;font-family:JetBrains Mono,monospace;resize:vertical;min-height:120px}.paste-area:focus{outline:none;border-color:var(--ti-orange);box-shadow:0 0 0 2px #ff6b3526}.upload-form{display:flex;flex-direction:column;gap:.75rem}.upload-form input[type=text]{padding:.6rem .8rem;border:1px solid var(--ti-gray-200);border-radius:8px;font-size:.95rem}.upload-form input[type=text]:focus{outline:none;border-color:var(--ti-orange);box-shadow:0 0 0 2px #ff6b3526}.upload-form input[type=file]{font-size:.95rem}.field-wrapper{position:relative;display:flex;align-items:center}.field-wrapper input[type=text]{flex:1;padding:.6rem .8rem;border:1px solid var(--ti-gray-200);border-radius:8px;font-size:.95rem}.auto-filled-badge{position:absolute;right:.6rem;font-size:.7rem;color:var(--ti-orange);background:var(--ti-orange-light);padding:.1rem .45rem;border-radius:4px;pointer-events:none;font-weight:600}.project-type-select{padding:.6rem .8rem;border:1px solid var(--ti-gray-200);border-radius:8px;font-size:.95rem;background:var(--ti-white);color:var(--ti-navy)}.project-type-select:focus{outline:none;border-color:var(--ti-orange);box-shadow:0 0 0 2px #ff6b3526}.upload-btn{padding:.7rem 1.5rem;background:var(--ti-orange);color:var(--ti-white);border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;align-self:flex-start;transition:background .2s,transform .1s}.upload-btn:hover{background:var(--ti-orange-hover)}.upload-btn:active{transform:scale(.98)}.upload-btn:disabled{background:var(--ti-gray-300);cursor:not-allowed}.status-msg{padding:.6rem .8rem;border-radius:8px;font-size:.9rem;margin-top:.5rem}.status-msg.success{background:#d4edda;color:#155724}.status-msg.error{background:#f8d7da;color:#721c24}.status-msg.loading{background:#fff3cd;color:#856404}.reports-section{background:var(--ti-white);border-radius:var(--ti-radius);padding:1.5rem;box-shadow:var(--ti-shadow)}.customer-group{border:1px solid var(--ti-gray-100);border-radius:8px;margin-bottom:.75rem;overflow:hidden}.customer-header{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1rem;background:var(--ti-gray-50);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s}.customer-header:hover{background:var(--ti-gray-100)}.customer-name{font-weight:600;font-size:1rem}.report-count{font-size:.85rem;color:var(--ti-gray-500);background:var(--ti-gray-100);padding:.15rem .6rem;border-radius:12px}.chevron{font-size:.8rem;transition:transform .2s;color:var(--ti-orange)}.chevron.open{transform:rotate(90deg)}.project-group{border-top:1px solid var(--ti-gray-100)}.project-header{display:flex;align-items:center;padding:.6rem 1rem .6rem 1.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s}.project-header:hover{background:var(--ti-gray-50)}.project-name{font-weight:500;font-size:.95rem;color:var(--ti-gray-700)}.project-type-badge{font-size:.7rem;color:var(--ti-orange);background:var(--ti-orange-light);padding:.1rem .5rem;border-radius:4px;font-weight:600}.project-group .report-item{padding-left:2.5rem}.report-list{padding:0}.report-item{display:flex;flex-direction:column;gap:.4rem;padding:.7rem 1rem .7rem 1.5rem;border-top:1px solid var(--ti-gray-100);font-size:.9rem}.report-item:hover{background:var(--ti-gray-50)}.report-info{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.report-date{color:var(--ti-gray-500);font-size:.85rem;min-width:90px}.report-meeting-name{font-weight:500;font-size:.9rem;color:var(--ti-navy)}.report-actions{display:flex;gap:.4rem}.report-score{font-size:.8rem;padding:.15rem .5rem;border-radius:6px;font-weight:600}.score-excellent{background:#d4edda;color:#155724}.score-good{background:#fff3cd;color:#856404}.score-needs-improvement{background:#ffeeba;color:#856404}.score-poor{background:#f8d7da;color:#721c24}.view-btn{padding:.3rem .8rem;background:var(--ti-gray-100);border:none;border-radius:6px;font-size:.85rem;cursor:pointer;color:var(--ti-navy);transition:background .15s}.view-btn:hover{background:var(--ti-gray-200)}.view-btn.transcript-btn{background:var(--ti-orange-light);color:var(--ti-orange);font-weight:500}.view-btn.transcript-btn:hover{background:#ffe0cc}.delete-btn{padding:.3rem .6rem;background:#fff0f0;border:1px solid #f5c6cb;border-radius:6px;font-size:.8rem;cursor:pointer;color:var(--ti-red);transition:background .15s}.delete-btn:hover{background:#f8d7da}.empty-state{text-align:center;padding:2rem;color:var(--ti-gray-500)}.sort-toggle{display:flex;gap:0;border:1px solid var(--ti-gray-200);border-radius:8px;overflow:hidden}.sort-btn{padding:.3rem .8rem;border:none;background:var(--ti-gray-50);font-size:.8rem;cursor:pointer;color:var(--ti-gray-500);transition:background .15s,color .15s}.sort-btn:not(:last-child){border-right:1px solid var(--ti-gray-200)}.sort-btn.active{background:var(--ti-navy);color:var(--ti-white)}.sort-btn:hover:not(.active){background:var(--ti-gray-100)}.refresh-btn{padding:.4rem 1rem;background:var(--ti-gray-100);border:none;border-radius:8px;font-size:.85rem;cursor:pointer;margin-left:auto;transition:background .15s}.refresh-btn:hover{background:var(--ti-gray-200)}.jobs-list{display:flex;flex-direction:column;gap:.5rem}.job-item{background:var(--ti-white);border:1px solid var(--ti-gray-100);border-radius:8px;padding:.8rem 1rem;border-left:4px solid var(--ti-gray-500)}.job-item.job-completed{border-left-color:var(--ti-green)}.job-item.job-failed{border-left-color:var(--ti-red)}.job-item.job-processing{border-left-color:var(--ti-yellow)}.job-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.4rem}.job-status-icon{font-size:1.1rem}.job-status-text{font-weight:600;font-size:.9rem;text-transform:capitalize}.job-id{font-family:JetBrains Mono,monospace;font-size:.8rem;color:var(--ti-gray-500)}.job-filename{font-size:.85rem;color:var(--ti-gray-700)}.job-details{display:flex;align-items:center;gap:.8rem;font-size:.85rem;flex-wrap:wrap}.job-time{color:var(--ti-gray-500)}.job-customer{color:var(--ti-orange);font-weight:600}.job-error{color:var(--ti-red);font-size:.8rem;max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0d1b2a99;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:var(--ti-white);border-radius:var(--ti-radius);padding:1.5rem;width:100%;max-width:480px;box-shadow:0 8px 32px #0d1b2a33}.modal-content h2{margin-bottom:1rem}.modal-label{display:flex;flex-direction:column;gap:.3rem;font-size:.9rem;font-weight:500;color:var(--ti-gray-700)}.modal-label input[type=text]{padding:.6rem .8rem;border:1px solid var(--ti-gray-200);border-radius:8px;font-size:.95rem}.field-error{font-size:.8rem;color:var(--ti-red);font-weight:400}.modal-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.5rem}.field-disabled{background:var(--ti-gray-50)!important;color:var(--ti-gray-300)!important;cursor:not-allowed;opacity:.65}.upload-form input[type=text]:disabled{background:var(--ti-gray-50);color:var(--ti-gray-300);cursor:not-allowed;opacity:.65}.upload-form select:disabled{background:var(--ti-gray-50);color:var(--ti-gray-300);cursor:not-allowed;opacity:.65}.autodetect-spinner{display:flex;align-items:center;gap:.5rem;padding:.5rem .8rem;margin-top:.5rem;font-size:.9rem;color:var(--ti-orange)}.spinner{display:inline-block;width:16px;height:16px;border:2px solid var(--ti-gray-200);border-top-color:var(--ti-orange);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.autodetect-warning{padding:.6rem .8rem;border-radius:8px;font-size:.9rem;margin-top:.5rem;background:#fff3cd;color:#856404;border:1px solid #ffc107}.main-layout{display:grid;grid-template-columns:1fr 320px;gap:1.5rem;align-items:start}.main-left{min-width:0}.main-right{position:sticky;top:1rem}.processing-panel{background:var(--ti-white);border-radius:var(--ti-radius);padding:1.25rem;box-shadow:var(--ti-shadow)}.processing-jobs{display:flex;flex-direction:column;gap:.6rem}.processing-job-item{border:1px solid var(--ti-gray-100);border-radius:8px;padding:.7rem .8rem;border-left:4px solid var(--ti-yellow);transition:opacity .4s,border-color .3s}.processing-job-item.pj-completed{border-left-color:var(--ti-green);opacity:.6}.processing-job-item.pj-failed{border-left-color:var(--ti-red)}.processing-job-item.pj-processing{border-left-color:var(--ti-orange);animation:pulse-border 2s ease-in-out infinite}@keyframes pulse-border{0%,to{border-left-color:var(--ti-orange)}50%{border-left-color:var(--ti-orange-hover)}}.pj-header{display:flex;align-items:center;gap:.4rem;margin-bottom:.3rem}.pj-icon{font-size:1rem}.pj-status{font-weight:600;font-size:.8rem;text-transform:capitalize}.pj-customer{font-size:.85rem;color:var(--ti-orange);font-weight:600}.pj-detail{font-size:.8rem;color:var(--ti-gray-700)}.pj-error{font-size:.78rem;color:var(--ti-red);margin-top:.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pj-time{font-size:.75rem;color:var(--ti-gray-500);margin-top:.2rem}@media(max-width:900px){.main-layout{grid-template-columns:1fr}.main-right{position:static}}.app-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--ti-gray-100)}.app-header h1{margin-bottom:0}.user-bar{display:flex;align-items:center;gap:.75rem}.user-name{font-size:.85rem;color:var(--ti-gray-500)}.month-group{border-top:1px solid var(--ti-gray-100)}.month-header{display:flex;align-items:center;padding:.6rem 1rem .6rem 1.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s}.month-header:hover{background:var(--ti-gray-50)}.month-label{font-weight:500;font-size:.95rem;color:var(--ti-gray-700)}.month-calls{padding:0}.call-entry{display:flex;flex-direction:column;gap:.3rem;padding:.7rem 1rem .7rem 2.5rem;border-top:1px solid var(--ti-gray-100);font-size:.9rem}.call-entry:hover{background:var(--ti-gray-50)}.call-meta-row{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.call-display-id-badge{cursor:pointer;font-family:JetBrains Mono,monospace}.meeting-type-badge{background:var(--ti-gray-100);color:var(--ti-gray-700)}.call-score{display:inline-flex;align-items:center;gap:.3rem;font-size:.85rem;color:var(--ti-gray-700);font-weight:500}.score-dot{display:inline-block;width:8px;height:8px;border-radius:50%}.call-risk-count{font-size:.8rem;color:var(--ti-red);font-weight:500}.call-summary-row{font-size:.85rem;color:#6c757d;font-style:italic;line-height:1.4;padding-left:0}.call-actions-row{display:flex;gap:.4rem;margin-top:.2rem}.customer-months{padding:0}.sow-split-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.sow-split-dialog{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;width:95vw;max-width:1200px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.sow-split-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #e9ecef}.sow-split-header h3{margin:0;font-size:1.1rem;color:#0d1b2a}.sow-split-close{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#6c757d;padding:.25rem .5rem;border-radius:4px}.sow-split-close:hover{background:#f0f0f0}.sow-split-body{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem 1.5rem;overflow:hidden;flex:1;min-height:0}.sow-split-transcript{overflow-y:auto;border:1px solid #e9ecef;border-radius:8px;max-height:60vh}.numbered-transcript{margin:0;padding:.5rem;font-family:SF Mono,Fira Code,monospace;font-size:.75rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.transcript-line{display:flex;gap:.5rem}.numbered-transcript .ln{color:#adb5bd;min-width:3ch;text-align:right;-webkit-user-select:none;user-select:none;flex-shrink:0}.line-text{flex:1}.sow-split-editor{overflow-y:auto;max-height:60vh}.section-rows{display:flex;flex-direction:column;gap:.75rem}.section-editor-row{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;padding:.6rem;border:1px solid #e9ecef;border-radius:8px;background:#f8f9fa}.section-editor-row.has-error{border-color:#e74c3c;background:#fdf2f2}.section-name-input{flex:1;min-width:100px;padding:.3rem .5rem;border:1px solid #dee2e6;border-radius:4px;font-size:.85rem}.section-line-input{width:60px;padding:.3rem .4rem;border:1px solid #dee2e6;border-radius:4px;font-size:.85rem;text-align:center}.section-dash{color:#6c757d;font-weight:500}.line-count-badge{background:#e3edf7;color:#2e86ab;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:500;white-space:nowrap}.merge-btn{background:none;border:1px solid #dee2e6;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;cursor:pointer;color:#6c757d}.merge-btn:hover{background:#e9ecef}.remove-section-btn{background:none;border:none;color:#e74c3c;cursor:pointer;font-size:.9rem;padding:.2rem .4rem;border-radius:4px}.remove-section-btn:hover{background:#fdf2f2}.section-error{width:100%;font-size:.75rem;color:#e74c3c;margin-top:.2rem}.add-section-btn{margin-top:.75rem;background:none;border:1px dashed #dee2e6;border-radius:8px;padding:.5rem 1rem;width:100%;cursor:pointer;color:#6c757d;font-size:.85rem}.add-section-btn:hover{background:#f8f9fa;border-color:#adb5bd}.sow-split-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e9ecef}.line-range-chip{display:inline-block;font-size:.75rem;background:#e3edf7;color:#2e86ab;padding:2px 8px;border-radius:12px;margin-left:.3rem;font-weight:500}
