@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";:root{--primary-blue:#1c5ee3;--primary-hover:#154cbd;--text-main:#111827;--text-muted:#6b7280;--bg-left:#f9f9fa;--bg-right:#fff;--border-color:#d1d5db;--input-focus:#3b82f6;--bg-body:#fff}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-body);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif}a{color:var(--primary-blue);font-weight:500;text-decoration:none;transition:color .2s}a:hover{color:var(--primary-hover)}.login-root{background-color:#fff;width:100%;min-height:100vh;font-family:Inter,sans-serif;display:flex}.login-left{background-color:#fff;flex:1;justify-content:center;align-items:center;display:flex}.illustration-wrapper{text-align:center;max-width:600px;padding:2rem}.illustration-placeholder img{border-radius:20px;width:100%;max-width:550px;height:auto}.login-right{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.login-form-box{width:100%;max-width:440px}.login-logo-container{flex-direction:column;align-items:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.welcome-text{color:#334155;text-transform:uppercase;letter-spacing:.1em;opacity:.8;margin:0;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:500}.login-logo{object-fit:contain;max-width:320px;height:auto}.form-title{color:var(--text-main);text-align:center;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.form-subtitle{color:var(--text-muted);text-align:center;margin-bottom:3rem;font-size:1.1rem}.auth-form{flex-direction:column;gap:1.5rem;display:flex}.input-field{flex-direction:column;gap:.5rem;display:flex}.input-field label{color:var(--text-main);font-size:.9rem;font-weight:600}.input-field input{border:1px solid var(--border-color);height:52px;color:var(--text-main);border-radius:8px;outline:none;padding:0 1rem;font-size:1rem;transition:all .2s}.input-field input:focus{border-color:var(--primary-blue);box-shadow:0 0 0 4px #1c5ee30d}.submit-btn{background-color:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;height:52px;margin-top:1.5rem;font-size:1.05rem;font-weight:600;transition:all .2s}.submit-btn:hover{background-color:var(--primary-hover)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.eye-toggle{cursor:pointer;opacity:.6;background:0 0;border:none;align-items:center;padding:0;display:flex}.error-alert{color:#b91c1c;text-align:center;background-color:#fef2f2;border:1px solid #fee2e2;border-radius:8px;margin-bottom:1.5rem;padding:.8rem 1rem;font-size:.9rem}@media (width<=1024px){.login-container{flex-direction:column}.login-left{padding:3rem 1rem 0}.login-right{padding:2rem 1rem 3rem}}.dashboard-container{background-color:var(--bg-left);flex-direction:column;height:100vh;max-height:100vh;display:flex;overflow:hidden}.top-nav{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:64px;padding:0 1.5rem;display:flex;box-shadow:0 1px 3px #0000000d}.nav-left{align-items:center;gap:.75rem;width:250px;display:flex}.logo-icon{background:var(--primary-blue);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.logo-text{color:#111827;font-size:1.1rem;font-weight:700}.nav-center{flex:1;justify-content:center;display:flex}.search-bar{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;align-items:center;width:100%;max-width:500px;height:40px;padding:0 1rem;display:flex}.search-icon{color:#9ca3af;margin-right:.5rem}.search-input{background:0 0;border:none;outline:none;width:100%;font-size:.9rem}.search-input::placeholder{color:#9ca3af}.nav-right{justify-content:flex-end;align-items:center;gap:1.5rem;width:250px;display:flex}.icon-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;position:relative}.badge{color:#fff;pointer-events:none;background:#ef4444;border:2px solid #fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 3px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.profile-circle{cursor:pointer;background:linear-gradient(135deg,#6366f1,#ec4899);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative}.profile-wrapper{position:relative}.profile-dropdown{z-index:999;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:220px;animation:.15s fadeSlideIn;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 8px 30px #0000001f}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.profile-dropdown-header{background:#f9fafb;align-items:center;gap:.75rem;padding:1rem;display:flex}.profile-avatar-large{color:#fff;background:linear-gradient(135deg,#6366f1,#ec4899);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;font-weight:700;display:flex}.profile-name{color:#111827;margin:0;font-size:.9rem;font-weight:600}.profile-email{color:#6b7280;word-break:break-all;margin:0;font-size:.78rem}.profile-divider{border:none;border-top:1px solid #f3f4f6;margin:0}.profile-logout-btn{text-align:left;color:#ef4444;cursor:pointer;background:0 0;border:none;width:100%;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:background .15s}.profile-logout-btn:hover{background:#fef2f2}.notif-wrapper{position:relative}.notif-dropdown{z-index:999;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:260px;animation:.15s fadeSlideIn;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 8px 30px #0000001f}.notif-header{color:#111827;background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.9rem;font-weight:700;display:flex}.notif-close-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;align-items:center;display:flex}.notif-empty{color:#6b7280;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;font-size:.85rem;display:flex}.notif-list{max-height:260px;margin:0;padding:0;list-style:none;overflow-y:auto}.notif-item{border-bottom:1px solid #f3f4f6;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;display:flex}.notif-item:last-child{border-bottom:none}.notif-dot{background:var(--primary-blue);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px}.notif-text{color:#374151;margin:0 0 2px;font-size:.85rem}.notif-time{color:#9ca3af;font-size:.75rem}.dashboard-content{flex:1;grid-template-columns:1fr 1.3fr 1fr;gap:1.5rem;padding:.5rem 1.5rem;display:grid;overflow:hidden}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;display:flex;box-shadow:0 1px 2px #0000000d}.card-header{justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.card-title{letter-spacing:.05em;color:#111827;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;display:flex}.text-blue{color:var(--primary-blue)}.text-green{color:#10b981}.bg-green-light{background:#d1fae5}.bg-blue-light{background:#dbeafe}.bg-gray-light{background:#f3f4f6}.text-btn{color:var(--primary-blue);cursor:pointer;background:0 0;border:none;align-items:center;font-size:.75rem;font-weight:600;display:flex}.mr-2{margin-right:.5rem}.ml-1{margin-left:.25rem}.mt-4{margin-top:1rem}.pb-4{padding-bottom:1rem}.border-b{border-bottom:1px solid #f3f4f6}.transcription-card{height:100%;padding:1.5rem;position:relative;overflow:hidden}.transcription-timeline{flex:1;padding-bottom:60px;padding-right:8px;overflow-y:auto}.transcription-timeline::-webkit-scrollbar{width:5px}.transcription-timeline::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.time-status{justify-content:space-between;margin-bottom:.5rem;font-size:.75rem;display:flex}.time{color:#9ca3af;font-weight:500}.status{align-items:center;gap:.25rem;font-weight:600;display:flex}.confirmed{color:#10b981}.processing{color:var(--primary-blue)}.dot{border-radius:50%;width:6px;height:6px}.confirmed-dot{background:#10b981}.processing-dot{background:var(--primary-blue)}.message-box{color:#374151;border-radius:8px;padding:1.25rem;font-size:.95rem;line-height:1.5}.bg-gray{background:#f9fafb}.bg-white{background:#fff}.border-blue{border:1px solid #bfdbfe;box-shadow:0 0 0 4px #eff6ff}.cursor-blink{width:2px;color:var(--primary-blue);animation:1s step-end infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}.sync-footer{background:#fdfdfd;border-top:1px solid #f3f4f6;border-bottom-right-radius:12px;border-bottom-left-radius:12px;justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-size:.8rem;display:flex;position:absolute;bottom:0;left:0;right:0}.sync-status{color:#f97316;align-items:center;gap:.5rem;font-weight:500;display:flex}.voice-assistant-card{flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex;position:relative;overflow:hidden}.assistant-content{z-index:2;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.ripple-container{justify-content:center;align-items:center;width:140px;height:140px;margin-bottom:.75rem;display:flex;position:relative}.mic-button-large{background:var(--primary-blue);z-index:3;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;box-shadow:0 4px 14px #1c5ee366}.ripple{background:var(--primary-blue);opacity:.1;border-radius:50%;animation:2s ease-out infinite ripple-anim;position:absolute}.ripple-1{width:100px;height:100px;animation-delay:0s}.ripple-2{opacity:.05;width:140px;height:140px;animation-delay:1s}@keyframes ripple-anim{0%{opacity:.2;transform:scale(.5)}to{opacity:0;transform:scale(1)}}.listening-text{color:#111827;margin-bottom:1rem;font-size:2rem;font-weight:700}.subtitle-text{color:#6b7280;text-align:center;margin-bottom:2rem;font-size:1.1rem}.ask-task-btn{color:#334155;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:24px;align-items:center;padding:.45rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.ask-task-btn:hover{background:#eef2f7;transform:translateY(-1px);box-shadow:0 2px 4px #00000014}.sound-waves{align-items:center;gap:6px;height:50px;margin-top:2.5rem;display:flex}.wave{background:#bfdbfe;border-radius:3px;width:6px;height:4px;transition:height .3s;animation:1s ease-in-out infinite paused bounce}.sound-waves.listening{align-items:flex-end}.sound-waves.listening .wave{animation-play-state:running}.sound-waves.listening .wave.w-1{height:20px;animation-delay:.1s}.sound-waves.listening .wave.w-2{background:#93c5fd;height:40px;animation-delay:.3s}.sound-waves.listening .wave.w-3{background:#60a5fa;height:60px;animation-delay:.5s}.sound-waves.listening .wave.w-4{height:30px;animation-delay:.2s}.sound-waves.listening .wave.w-5{background:#60a5fa;height:50px;animation-delay:.4s}.sound-waves.listening .wave.w-6{background:#93c5fd;height:35px;animation-delay:.6s}.sound-waves.listening .wave.w-7{height:15px;animation-delay:.1s}@keyframes bounce{0%,to{transform:scaleY(.8)}50%{transform:scaleY(1.2)}}.right-section{flex-direction:column;gap:1.5rem;height:100%;display:flex;overflow:hidden}.recent-actions-card{flex:1;padding:1.5rem;overflow:hidden}.card-heading{color:#111827;font-size:1.1rem;font-weight:700}.hubspot-badge{color:#ef4444;background:#fee2e2;border-radius:4px;padding:.25rem .5rem;font-size:.65rem;font-weight:700}.action-list{flex-direction:column;flex:1;gap:1.5rem;margin-top:1.5rem;padding-right:5px;display:flex;overflow-y:auto}.action-list::-webkit-scrollbar{width:4px}.action-list::-webkit-scrollbar-thumb{background:#f1f5f9;border-radius:10px}.action-item{gap:1rem;display:flex}.icon-circle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.action-details h4{color:#111827;margin-bottom:.15rem;font-size:.9rem;font-weight:600}.action-details p{color:#6b7280;margin-bottom:.25rem;font-size:.85rem}.time-ago{color:#9ca3af;font-size:.75rem}.view-all{text-align:center;margin-top:2rem}.btn-abort{color:#ef4444;cursor:pointer;background:#fdf2f2;border:1px solid #fee2e2;border-radius:24px;align-items:center;padding:.45rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.btn-abort:hover{background:#fef2f2;transform:translateY(-1px);box-shadow:0 2px 4px #00000014}.manual-edit-box{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:1rem;padding:1rem;animation:.2s ease-out slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.manual-edit-box h4{color:#374151;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.75rem;font-size:.85rem;font-weight:600}.edit-textarea{box-sizing:border-box;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;min-height:100px;padding:.75rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.edit-textarea:focus{border-color:var(--primary-blue);box-shadow:0 0 0 3px #2563eb1a}.edit-grid{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem;display:grid}.edit-input{box-sizing:border-box;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;padding:.5rem .75rem;font-size:.85rem;transition:border-color .2s}.edit-input:focus{border-color:var(--primary-blue)}.span-2{grid-column:span 2}.edit-actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.btn-discard{color:#4b5563;cursor:pointer;background:#e5e7eb;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;transition:background .2s}.btn-discard:hover{background:#d1d5db}.btn-save{background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;transition:opacity .2s}.btn-save:hover{opacity:.9}.proactive-card{background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;flex-shrink:0;padding:1rem 1.5rem}.suggestion-header{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.suggestion-header h4{color:var(--primary-blue);font-size:.95rem;font-weight:700}.suggestion-text{color:#374151;font-size:.9rem;line-height:1.5}@media (width<=1024px){.dashboard-content{grid-template-columns:1fr}}.inline-table-widget{background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;margin-bottom:1rem;overflow:hidden}.table-header-row{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.table-header-row span{color:#334155;font-size:.9rem;font-weight:600}.btn-csv{color:#fff;cursor:pointer;text-transform:uppercase;background:#2e2e48;border:none;border-radius:6px;padding:.4rem .8rem;font-size:.75rem;font-weight:600}.table-scroll-container{max-height:300px;overflow:auto}.inline-table{border-collapse:collapse;width:100%;font-size:.8rem}.inline-table th{text-align:left;color:#64748b;background:#f1f5f9;border-bottom:1px solid #e2e8f0;padding:.6rem .8rem;font-weight:600;position:sticky;top:0}.inline-table td{color:#334155;border-bottom:1px solid #f1f5f9;padding:.6rem .8rem}.hubspot-link{color:#ba1d7b;font-weight:500;text-decoration:none}.hubspot-link:hover{text-decoration:underline}.table-scroll-container::-webkit-scrollbar{width:6px;height:6px}.table-scroll-container::-webkit-scrollbar-track{background:#f8fafc}.table-scroll-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.contacts-page{background-color:var(--bg-right);flex-direction:column;min-height:100vh;display:flex;position:relative}.center-assistant{justify-content:center;align-items:center;display:flex}.assistant-pill{background:#fff;border:1px solid #e5e7eb;border-radius:30px;align-items:center;padding:4px;display:flex;box-shadow:0 0 15px #1c5ee326}.pill-icon-circle{background:var(--primary-blue);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-right:4px;display:flex}.pill-btn{background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:16px;align-items:center;height:32px;padding:0 16px;font-size:.85rem;font-weight:600;display:flex}.contacts-content{flex-direction:column;flex:1;padding:2rem;display:flex}.contacts-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.header-title{align-items:center;gap:1rem;display:flex}.header-title h1{color:#111827;align-items:center;gap:.5rem;font-size:1.75rem;font-weight:700;display:flex}.record-count{color:#6b7280;background:#f3f4f6;border-radius:12px;padding:.25rem .75rem;font-size:.85rem;font-weight:500}.create-contact-btn{background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600}.tabs-container{border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem;display:flex}.tab{color:#6b7280;cursor:pointer;border-bottom:2px solid #0000;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600}.tab.active{color:var(--primary-blue);border-bottom-color:var(--primary-blue)}.filters-toolbar{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.filter-group{align-items:center;gap:.5rem;display:flex}.icon-btn-border{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;justify-content:center;align-items:center;width:36px;height:32px;display:flex}.filter-dropdown{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;align-items:center;gap:.5rem;height:32px;padding:0 .75rem;font-size:.85rem;font-weight:500;display:flex}.filter-more{color:var(--primary-blue);cursor:pointer;background:0 0;border:none;margin-left:.5rem;font-size:.85rem;font-weight:600}.action-icons{gap:.5rem;display:flex}.icon-btn-simple{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:4px}.search-toolbar{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.table-search{background:#fff;border:1px solid #d1d5db;border-radius:4px;align-items:center;width:300px;height:36px;padding:0 .75rem;display:flex}.table-search input{border:none;outline:none;width:100%;margin-left:.5rem;font-size:.9rem}.table-search input::placeholder{color:#9ca3af}.secondary-actions{gap:.75rem;display:flex}.btn-secondary{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;height:36px;padding:0 1rem;font-size:.85rem;font-weight:600}.table-container{border:1px solid #e5e7eb;border-radius:6px;flex:1;margin-bottom:1.5rem;overflow:hidden}.contacts-table{border-collapse:collapse;text-align:left;width:100%}.contacts-table th,.contacts-table td{border-bottom:1px solid #e5e7eb;padding:1rem;font-size:.9rem}.contacts-table th{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;background:#f9fafb;font-size:.75rem;font-weight:600}.th-checkbox,.td-checkbox{text-align:center;width:48px}.custom-checkbox{width:16px;height:16px;accent-color:var(--primary-blue);cursor:pointer;border:1px solid #d1d5db;border-radius:3px}.sortable{cursor:pointer}.sort-arrows{margin-left:2px;font-size:.9rem}.contact-name-cell{align-items:center;gap:.75rem;display:flex}.avatar-initials{width:32px;height:32px;color:var(--primary-blue);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.name-text{color:var(--primary-blue);cursor:pointer;font-weight:600;transition:opacity .2s,-webkit-text-decoration .2s,text-decoration .2s}.name-text:hover{opacity:.8;text-decoration:underline}.text-gray{color:#4b5563}.text-blue.link{cursor:pointer;font-weight:600}.status-badge{letter-spacing:.05em;text-transform:uppercase;border-radius:12px;padding:.25rem .6rem;font-size:.7rem;font-weight:700}.status-new{color:#059669;background:#d1fae5}.status-progress{color:#2563eb;background:#dbeafe}.status-open{color:#4b5563;background:#f3f4f6}.status-nurture{color:#ea580c;background:#ffedd5}.status-converted{color:#16a34a;background:#dcfce7}.status-followup{color:#7c3aed;background:#ede9fe}.th-actions,.td-actions{text-align:right;width:48px}.more-btn{color:#9ca3af;cursor:pointer;background:0 0;border:none}.pagination-container{justify-content:space-between;align-items:center;padding-bottom:2rem;display:flex}.pagination-pages{align-items:center;gap:.25rem;display:flex}.page-nav,.page-number{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:4px;justify-content:center;align-items:center;min-width:32px;height:32px;font-size:.9rem;display:flex}.page-nav.disabled{color:#d1d5db;cursor:not-allowed}.page-number.active{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue);font-weight:600}.page-dots{color:#9ca3af;padding:0 .5rem}.pagination-show{color:#6b7280;align-items:center;gap:.75rem;font-size:.9rem;display:flex}.show-dropdown{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.9rem;display:flex}.beta-badge{color:#fff;letter-spacing:.05em;background:#111827;padding:.5rem 1rem;font-size:.65rem;font-weight:700;position:absolute;bottom:0;left:0}.profile-circle{cursor:pointer;background:linear-gradient(135deg,#6366f1,#ec4899);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.profile-initials-text{color:#fff;letter-spacing:.05em;-webkit-user-select:none;user-select:none;font-size:.75rem;font-weight:700}.return-to-voice-fab{color:#fff;cursor:pointer;z-index:100;background:linear-gradient(135deg,#1c5ee3,#6366f1);border:none;border-radius:50px;align-items:center;gap:.6rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;transition:transform .2s,box-shadow .2s;animation:2.5s ease-in-out infinite fabPulse;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #1c5ee373}.return-to-voice-fab:hover{transform:translateY(-2px);box-shadow:0 8px 28px #1c5ee38c}@keyframes fabPulse{0%,to{box-shadow:0 4px 20px #1c5ee373}50%{box-shadow:0 4px 32px #1c5ee3bf}}.profile-page{background-color:#f4f5f7;flex-direction:column;min-height:100vh;display:flex}.active-glow{box-shadow:0 0 15px #1c5ee366}.blue-circle{border:1px solid var(--primary-blue);background:#fff}.blue-circle svg{color:var(--primary-blue)!important}.blue-btn{background:var(--primary-blue);color:#fff}.profile-content{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:1.5rem}.two-column-layout{grid-template-columns:350px 1fr;gap:1.5rem;display:grid}.profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem 1.5rem;box-shadow:0 1px 3px #0000000d}.profile-header-center{text-align:center;border-bottom:1px solid #e5e7eb;flex-direction:column;align-items:center;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.large-avatar{background:#ffedd5;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1rem;display:flex;box-shadow:0 0 0 2px #ffedd5}.user-icon-orange{color:#ea580c}.profile-header-center h2{color:#111827;margin-bottom:.25rem;font-size:1.3rem;font-weight:700}.job-title{color:#6b7280;margin-bottom:1rem;font-size:.9rem}.badge-row{gap:.5rem;display:flex}.badge-green{color:#16a34a;letter-spacing:.05em;background:#dcfce7;border-radius:4px;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.badge-blue{color:#2563eb;letter-spacing:.05em;background:#dbeafe;border-radius:4px;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.profile-details{flex-direction:column;gap:1rem;display:flex}.detail-row{justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.detail-label{color:#6b7280;letter-spacing:.05em;font-weight:600}.detail-value{color:#111827}.text-blue{color:var(--primary-blue);font-weight:500;text-decoration:none}.font-semibold{font-weight:600}.owner-value{background:#f9fafb;border-radius:20px;align-items:center;gap:.5rem;padding:.2rem .6rem;display:flex}.small-avatar{background:var(--primary-blue);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.6rem;font-weight:700;display:flex}.tabs-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000d}.inner-tabs{border-bottom:1px solid #e5e7eb;padding:0 1.5rem;display:flex}.inner-tab{color:#6b7280;cursor:pointer;border-bottom:2px solid #0000;margin-bottom:-1px;padding:1.25rem 1.5rem;font-size:.95rem;font-weight:600}.inner-tab.active{color:var(--primary-blue);border-bottom-color:var(--primary-blue)}.timeline-container{padding:1.5rem 2rem}.timeline-section{position:relative}.section-title{color:#6b7280;letter-spacing:.1em;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:700;display:flex}.orange-dot{background:#ea580c}.gray-dot{background:#d1d5db}.timeline-item{margin-bottom:2rem;padding-left:2rem;position:relative}.timeline-line{background:#e5e7eb;width:2px;position:absolute;top:14px;bottom:-40px;left:3px}.timeline-item:last-child .timeline-line{display:none}.item-marker{z-index:2;background:#fff;border:2px solid;border-radius:50%;width:8px;height:8px;position:absolute;top:12px;left:0}.marker-red{border-color:#ef4444}.marker-gray{background:#9ca3af;border-color:#9ca3af}.marker-blue{border-color:var(--primary-blue);background:var(--primary-blue)}.marker-blue-light{background:#93c5fd;border-color:#93c5fd}.action-card{border-radius:8px;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.bg-red-light{background:#fef2f2}.action-left{align-items:center;gap:1rem;display:flex}.icon-circle{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.text-red{color:#ef4444}.border-red{border:1px solid #fca5a5}.uppercase{text-transform:uppercase}.text-xs{margin-top:4px;font-size:.75rem;display:block}.action-text h5{color:#7f1d1d;font-size:.95rem;font-weight:600}.btn-outline-red{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #fca5a5;border-radius:4px;padding:.4rem 1rem;font-size:.8rem;font-weight:600}.past-card{padding-bottom:.5rem}.past-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.past-title{align-items:center;gap:.75rem;display:flex}.past-title strong{letter-spacing:.05em;color:#374151;font-size:.75rem;font-weight:700}.past-time{color:#9ca3af;font-size:.75rem}.past-author{color:#6b7280;font-size:.75rem;font-weight:500}.past-body{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.past-body p{color:#374151;font-size:.9rem;line-height:1.5}.past-footer{align-items:center;gap:1.5rem;margin-top:1rem;display:flex}.footer-item{align-items:center;font-size:.8rem;font-weight:600;display:flex}.text-orange{color:#ea580c}.mr-1{margin-right:.25rem}.audio-player{align-items:center;gap:1rem;padding:.5rem 0;display:flex}.play-btn{background:var(--primary-blue);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.audio-track{background:#e5e7eb;border-radius:2px;flex:1;height:4px;position:relative}.audio-progress{background:var(--primary-blue);border-radius:2px;width:60%;position:absolute;top:0;bottom:0;left:0}.audio-time{color:#6b7280;font-size:.75rem;font-weight:600}.transcript-text{color:#4b5563;font-size:.9rem;line-height:1.5}.bg-gray-50{background:#f9fafb}.border-transparent{border-color:#0000}.profile-footer{background:#fff;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.footer-left{align-items:center;display:flex}.text-gray-400{color:#9ca3af}.mt-8{margin-top:2rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mt-3{margin-top:.75rem}.p-3{padding:.75rem}.usage-root{background-color:#f8fafc;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif}.usage-main{padding:2rem 5%}.usage-root .top-nav{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:.75rem 5%;display:flex}.usage-root .nav-left,.usage-root .nav-right{align-items:center;gap:1rem;display:flex}.usage-root .logo-icon{background:#ba1d7b;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.usage-root .logo-text{color:#1e293b;font-size:1.25rem;font-weight:700}.usage-root .header-pill{color:#ba1d7b;background:#ba1d7b15;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:flex}.filter-section-original{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.agent-select-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.75rem;padding:.5rem 1rem;display:flex;box-shadow:0 1px 2px #0000000d}.select-container{flex-direction:column;display:flex}.select-container label{color:#64748b;font-size:.7rem;font-weight:500}.select-container select{color:#1e293b;background:0 0;border:none;outline:none;font-size:.9rem;font-weight:600}.period-group{background:#f1f5f9;border-radius:10px;padding:3px;display:flex}.period-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s}.period-btn.active{color:#fff;background:#ba1d7b;box-shadow:0 4px 6px -1px #ba1d7b33}.stats-grid-original{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.stat-card-original{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 2px 4px #00000005}.stat-icon-wrapper-original{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stat-info-original{flex-direction:column;display:flex}.stat-label{color:#64748b;font-size:.85rem;font-weight:500}.stat-value{color:#0f172a;font-size:1.5rem;font-weight:700}.charts-grid-original{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;display:grid}.chart-card-original{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;box-shadow:0 2px 4px #00000005}.chart-card-original h3{color:#334155;margin-bottom:1.5rem;font-size:1rem;font-weight:600}.chart-wrapper-original{height:250px}.usage-root .notif-wrapper,.usage-root .profile-wrapper{position:relative}.usage-root .notif-dropdown,.usage-root .profile-dropdown{z-index:100;background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:280px;padding:.5rem 0;position:absolute;top:120%;right:0;box-shadow:0 10px 15px -3px #0000001a}.usage-root .profile-header{align-items:center;gap:.75rem;padding:1rem;display:flex}.usage-root .profile-circle-small{color:#fff;background:#ba1d7b;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.usage-root .profile-dropdown button{text-align:left;color:#dc2626;cursor:pointer;background:0 0;border:none;width:100%;padding:.75rem 1rem;font-weight:600}.usage-root .profile-dropdown button:hover{background:#fef2f2}@media (width<=768px){.filter-section-original{flex-direction:column;align-items:stretch}}
