*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8fafc;color:#1f2937;min-height:100vh}.sidebar{position:fixed;top:0;left:0;width:240px;height:100vh;background:#04071d;border-right:1px solid #0C1327;display:flex;flex-direction:column;z-index:100}.sidebar-brand{padding:20px 18px;border-bottom:1px solid #0C1327;display:flex;align-items:center;gap:12px}.sidebar-logo{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,#155eef,#1898ff);display:flex;align-items:center;justify-content:center;font-family:"DM Serif Display",serif;font-size:20px;color:#04071d;flex-shrink:0}.sidebar-brand-text{display:flex;flex-direction:column}.sidebar-brand-title{font-size:13px;font-weight:600;color:#fff;letter-spacing:-.2px}.sidebar-brand-sub{font-size:11px;color:#e4ecff;margin-top:2px}.sidebar-nav{flex:1;padding:12px 8px;display:flex;flex-direction:column;gap:2px}.sidebar-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:#e4ecff;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s;border:none;background:none;width:100%;text-align:left}.sidebar-link:hover,.sidebar-link.active{background:#0e162a;color:#fff}.sidebar-link.active:before{content:"";display:block;width:3px;height:18px;border-radius:2px;background:linear-gradient(135deg,#155eef,#1898ff);margin-right:-2px}.sidebar-link svg{width:18px;height:18px;flex-shrink:0;opacity:.7}.sidebar-link.active svg,.sidebar-link:hover svg{opacity:1}.sidebar-footer{padding:14px 16px;border-top:1px solid #0C1327}.sidebar-user{display:flex;align-items:center;gap:10px;margin-bottom:10px}.sidebar-user-avatar{width:30px;height:30px;border-radius:50%;background:#0e162a;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#155eef}.sidebar-user-name{font-size:12px;color:#e4ecff;font-weight:500}.main-content{margin-left:240px;min-height:100vh;flex:1}.page-header{background:#fff;border-bottom:1px solid hsl(214 32% 91%);padding:18px 28px;display:flex;justify-content:space-between;align-items:center}.page-title{font-size:18px;font-weight:700;color:#1f2937}.page-title span{font-family:"DM Serif Display",serif;color:#155eef}.container{max-width:1100px;margin:0 auto;padding:24px 28px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:13px;color:#65758b;margin-bottom:6px;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 14px;background:#fff;border:1px solid hsl(214 32% 91%);border-radius:8px;color:#1f2937;font-size:14px;font-family:Inter,sans-serif;transition:border-color .15s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#155eef;box-shadow:0 0 0 3px #155eef1f}.form-group textarea{resize:vertical;min-height:120px;font-family:SF Mono,Fira Code,monospace;font-size:12px}.btn{padding:10px 20px;border-radius:8px;border:none;cursor:pointer;font-size:14px;font-weight:500;transition:all .15s;font-family:Inter,sans-serif;display:inline-flex;align-items:center;gap:6px}.btn-primary{background:linear-gradient(135deg,#155eef,#1898ff);color:#fff;font-weight:600}.btn-primary:hover{filter:brightness(1.08)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#fff;border:1px solid hsl(214 32% 91%);color:#1f2937}.btn-secondary:hover{background:#f8fafc;border-color:#65758b}.btn-sm{padding:6px 12px;font-size:12px}.btn-danger{background:#fff;border:1px solid hsl(214 32% 91%);color:#ef4444}.btn-danger:hover{background:#fef2f2;border-color:#ef4444}.error-msg{color:#ef4444;font-size:13px;margin-top:8px;text-align:center}.card{background:#fff;border:1px solid hsl(214 32% 91%);border-radius:12px;padding:20px;margin-bottom:16px;box-shadow:0 1px 3px #0000000f}.card h3{font-size:16px;margin-bottom:12px;color:#1f2937}.call-item{display:grid;grid-template-columns:1fr 120px 80px 100px 70px 70px 140px;align-items:center;padding:14px 16px;border-bottom:1px solid hsl(214 32% 91%);gap:12px}.call-item:last-child{border-bottom:none}.call-item:hover{background:#f8fafc}.call-header{font-weight:600;color:#65758b;font-size:12px;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc}.call-header:hover{background:#f8fafc}.call-closer{font-weight:600;color:#1f2937}.call-date{color:#65758b;font-size:13px}.call-score{font-size:18px;font-weight:700}.score-high{color:#10b77f}.score-mid{color:#f49b0b}.score-low{color:#ef4444}.score-zero{color:#65758b}.status-badge{padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;display:inline-block}.status-pending{background:#fffbeb;color:#f49b0b}.status-analyzing{background:#eef2ff;color:#6366f1}.status-completed{background:#ecfdf5;color:#10b77f}.status-error{background:#fef2f2;color:#ef4444}.disposition-badge{padding:3px 8px;border-radius:8px;font-size:10px;font-weight:600;background:#f8fafc;border:1px solid hsl(214 32% 91%);color:#65758b}.source-badge{padding:3px 8px;border-radius:8px;font-size:10px;font-weight:600;display:inline-block}.source-manual{background:#f0f4ff;color:#155eef}.source-dialerio{background:#ecfdf5;color:#10b77f}.source-webhook{background:#fdf4ff;color:#a855f7}.ghl-badge{padding:3px 8px;border-radius:8px;font-size:10px;font-weight:600;background:#ecfdf5;color:#10b77f}.sync-bar{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:10px 16px;background:#fff;border:1px solid hsl(214 32% 91%);border-radius:10px;font-size:13px}.sync-bar .sync-status{color:#65758b;flex:1}.sync-bar .sync-time{font-weight:600;color:#1f2937}.score-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;margin-top:12px}.score-card{background:#f8fafc;border:1px solid hsl(214 32% 91%);border-radius:10px;padding:14px;text-align:center}.score-card .category-name{font-size:12px;color:#65758b;margin-bottom:6px;text-transform:uppercase;letter-spacing:.3px;font-weight:600}.score-card .category-score{font-size:28px;font-weight:700;margin-bottom:4px}.score-card .category-explanation{font-size:11px;color:#65758b;line-height:1.4;text-align:left}.overall-score-display{text-align:center}.overall-circle{width:100px;height:100px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:32px;font-weight:800;border:4px solid;margin-bottom:8px;background:#fff}.leaderboard-item{display:grid;grid-template-columns:40px 1fr 80px;align-items:center;padding:16px;border-bottom:1px solid hsl(214 32% 91%);gap:16px}.leaderboard-item:last-child{border-bottom:none}.leaderboard-item:hover{background:#f8fafc}.rank{font-size:20px;font-weight:800;color:#155eef;text-align:center}.leaderboard-name{font-size:16px;font-weight:600;color:#1f2937}.leaderboard-calls{font-size:12px;color:#65758b}.leaderboard-score{font-size:24px;font-weight:700;text-align:right}.leaderboard-categories{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.cat-pill{background:#f8fafc;border:1px solid hsl(214 32% 91%);border-radius:6px;padding:3px 8px;font-size:11px}.cat-pill .cat-label{color:#65758b}.cat-pill .cat-val{font-weight:600;margin-left:4px}.summary-box{background:#fff;border:1px solid hsl(214 32% 91%);border-left:3px solid #155eef;padding:16px;border-radius:0 8px 8px 0;margin:12px 0;box-shadow:0 1px 3px #0000000f}.summary-box h4{color:#155eef;font-size:13px;margin-bottom:6px;text-transform:uppercase;letter-spacing:.3px}.summary-box p{font-size:14px;line-height:1.6;color:#1f2937;white-space:pre-wrap}.strength-text{border-left-color:#10b77f}.strength-text h4{color:#10b77f}.improve-text{border-left-color:#ef4444}.improve-text h4{color:#ef4444}.comments-text{border-left-color:#1faabd}.comments-text h4{color:#1faabd}.stats-bar{display:flex;gap:16px;margin-bottom:20px;flex-wrap:wrap}.stat-card{background:#fff;border:1px solid hsl(214 32% 91%);border-radius:10px;padding:14px 20px;flex:1;min-width:120px;text-align:center;box-shadow:0 1px 3px #0000000f}.stat-card .stat-value{font-size:24px;font-weight:700;color:#155eef}.stat-card .stat-label{font-size:11px;color:#65758b;margin-top:4px;text-transform:uppercase;font-weight:600;letter-spacing:.3px}.spinner{display:inline-block;width:20px;height:20px;border:2px solid hsl(214 32% 91%);border-top-color:#155eef;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:60px 20px;color:#65758b}.empty-state h3{font-size:18px;margin-bottom:8px;color:#1f2937}a{color:#155eef;text-decoration:none}a:hover{text-decoration:underline;color:#1898ff}.audio-player{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#0e162a;border-radius:10px;margin-bottom:16px}.audio-unavailable{justify-content:center;padding:16px}.audio-play-btn{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#155eef,#1898ff);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:filter .15s}.audio-play-btn:hover{filter:brightness(1.15)}.audio-time{font-size:12px;color:#e4ecff;font-variant-numeric:tabular-nums;min-width:36px;text-align:center}.audio-scrub{flex:1;height:6px;background:#1a2340;border-radius:3px;cursor:pointer;position:relative;overflow:hidden}.audio-scrub-fill{height:100%;background:linear-gradient(90deg,#155eef,#1898ff);border-radius:3px;transition:width .1s linear}.audio-speed-btn{padding:4px 8px;border-radius:6px;background:#1a2340;border:1px solid #2a3555;color:#e4ecff;font-size:11px;font-weight:600;cursor:pointer;transition:all .15s}.audio-speed-btn:hover{background:#2a3555}.transcript-view{max-height:400px;overflow-y:auto;border:1px solid hsl(214 32% 91%);border-radius:8px;padding:8px;background:#f8fafc}.transcript-segment{padding:6px 10px;border-radius:6px;margin-bottom:2px;font-size:13px;line-height:1.5;transition:background .15s}.transcript-segment:hover{background:#e1e7ef}.transcript-active{background:#155eef14;border-left:3px solid #155eef}.transcript-dialer .transcript-text{color:#1f2937}.transcript-prospect .transcript-text{color:#1faabd}.transcript-time{font-size:11px;color:#65758b;margin-right:8px;font-variant-numeric:tabular-nums;font-weight:600}.transcript-empty{text-align:center;padding:20px;color:#65758b;font-size:13px}.filter-bar{background:#fff;border:1px solid hsl(214 32% 91%);border-radius:10px;padding:16px;margin-bottom:16px}.filter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.filter-group label{display:block;font-size:12px;font-weight:600;color:#65758b;text-transform:uppercase;letter-spacing:.3px;margin-bottom:6px}.filter-presets{display:flex;gap:4px;flex-wrap:wrap}.filter-preset-btn{padding:4px 8px!important;font-size:11px!important}.filter-input{padding:6px 10px;border:1px solid hsl(214 32% 91%);border-radius:6px;font-size:13px;color:#1f2937;font-family:Inter,sans-serif}.filter-input:focus{outline:none;border-color:#155eef}.filter-select{padding:4px 8px;border:1px solid hsl(214 32% 91%);border-radius:6px;font-size:12px;width:100%}.chart-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.chart-card{padding:20px}@media(max-width:1100px){.chart-grid{grid-template-columns:1fr}}@media(max-width:900px){.sidebar{width:200px}.main-content{margin-left:200px}}@media(max-width:768px){.sidebar{display:none}.main-content{margin-left:0}.call-item{grid-template-columns:1fr 1fr;gap:8px}.call-header{display:none}.score-grid{grid-template-columns:1fr 1fr}.stats-bar{flex-direction:column}.filter-row,.chart-grid{grid-template-columns:1fr}}
