*{margin:0;padding:0}.driver-table .ant-table-thead>tr>th,.driver-table .ant-table-tbody>tr>td{color:#000!important;background-color:#fff!important}.driver-table .ant-table-tbody>tr:hover>td{background-color:#f5f5f5!important}:root{--bg-color: #F3F4F6;--panel-bg: #FFFFFF;--panel-border: #E5E7EB;--panel-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);--accent-color: #2563EB;--accent-hover: #1D4ED8;--accent-light: #EFF6FF;--secondary-accent: #60A5FA;--accent-green: #10B981;--text-primary: #0F172A;--text-secondary: #475569;--text-muted: #94A3B8;--module-bg: #FFFFFF;--module-hover: #F1F5F9;--input-bg: #FFFFFF;--input-border: #E5E7EB;--nav-active-bg: #2563EB;--nav-active-text: #FFFFFF}::-webkit-scrollbar{width:14px;height:14px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:7px;border:3px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:#ffffff80;background-clip:content-box}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-color);background-image:none;color:var(--text-primary);overflow:hidden!important}#root{width:100%;height:100%;overflow:hidden}.dashboard{display:grid;grid-template-columns:1fr;grid-template-rows:80px 1fr auto 30px;grid-template-areas:"header" "main" "bottom" "footer";min-height:100vh;height:100vh;overflow:hidden;width:100%;max-width:100vw;zoom:1;gap:10px;padding:5px;box-sizing:border-box}.main-content{grid-area:main;background:var(--panel-bg);border:1px solid var(--panel-border);box-shadow:var(--panel-shadow);border-radius:8px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:relative;overflow:hidden;margin-top:0;margin-bottom:0;height:auto;min-height:0}.dashboard-footer{grid-area:footer;text-align:center;color:#2563eb;font-size:.9rem;font-weight:600;display:flex;align-items:center;justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:0;z-index:10}.header{grid-area:header;background:#fff;border-bottom:2px solid #2563EB;box-shadow:0 4px 6px -1px #2563eb1a;display:flex;align-items:center;justify-content:space-between;padding:0 10px;gap:5px;position:relative;width:100%;border-radius:10px;z-index:10}.header-left{display:flex;align-items:center;gap:30px;flex:1;min-width:0}.logo-section{display:flex;align-items:center;gap:0;flex-shrink:0}.logo-section img{margin-right:0;height:60px;width:auto;display:block}.logo-text{font-size:1.1rem;font-weight:700;color:var(--text-primary);letter-spacing:1px;white-space:nowrap}.logo-text-full{display:inline}.logo-text-short{display:none}.module-carousel{display:flex;gap:12px;overflow-x:auto;padding:10px 5px;scrollbar-width:none;flex:1}.module-carousel::-webkit-scrollbar{display:none}.user-profile{display:flex;align-items:center;gap:10px;background:#f3f4f6;padding:8px 15px;border-radius:20px;border:1px solid #E5E7EB;font-size:1rem;font-weight:600;color:var(--text-primary);white-space:nowrap;flex-shrink:0}.module-card{background:#fff;padding:10px 20px;border-radius:30px;white-space:nowrap;font-size:.95rem;font-weight:600;color:var(--text-secondary);border:1px solid #E5E7EB;transition:all .2s ease;cursor:pointer;text-transform:uppercase;letter-spacing:.5px}.module-card:hover{background:var(--module-hover);color:#2563eb;transform:translateY(-2px);box-shadow:0 5px 15px #00c6ff66}.module-card.active-module{background:#f3f4f6;color:var(--text-primary);box-shadow:none;border-color:#e5e7eb}.main-content{grid-area:main;background:var(--panel-bg);border:1px solid var(--panel-border);box-shadow:var(--panel-shadow);border-radius:8px;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;position:relative;overflow:hidden;margin-top:0;height:calc(100vh - 276px)}.webview-container{width:100%;flex:1;overflow-x:auto;overflow-y:auto}table{width:100%;border-collapse:separate;border-spacing:0 2px;padding:10px}th{padding:10px;text-align:left;background:#f3f4f6;color:var(--text-secondary);text-transform:uppercase;font-size:.6rem;font-weight:700;letter-spacing:.5px;border-radius:5px;border-bottom:2px solid #E5E7EB}td{padding:8px 10px;background:#fff;border-top:1px solid #F3F4F6;border-bottom:1px solid #F3F4F6;color:var(--text-primary);font-weight:400;font-size:.6rem}tr:hover td{background:#f9fafb}.data-table-aligned{border-collapse:collapse!important;border-spacing:0!important}.data-table-aligned th,.data-table-aligned td{padding:8px 10px!important;border-radius:0!important;box-sizing:border-box!important}.sidebar{display:none!important;grid-area:sidebar}.customer-logo,.filter-section{display:none}.bottom-panels{grid-area:bottom;display:flex;gap:15px;margin-bottom:2px}.panel{flex:1;background:var(--panel-bg);border:2px solid var(--accent-color);box-shadow:var(--panel-shadow);border-radius:12px;padding:7px 15px;display:flex;flex-direction:column;margin-bottom:2px}.query-panel{flex:4}.suggestions-panel{flex:6;background:#fff}.panel-title{font-size:1.5rem;margin-bottom:8px;font-weight:600;color:#2563eb;display:flex;align-items:center;gap:8px}.query-input{flex:1;background:#dbeafe;border:1px solid #E5E7EB;border-radius:8px;color:#1e40af;padding:10px;resize:none;font-family:inherit;font-size:1.3rem;font-weight:500;transition:all .2s;overflow:hidden}.query-input::placeholder{color:var(--text-muted)}.query-input:focus{outline:none;background:#fff;border-color:var(--accent-color);box-shadow:0 0 0 3px #2563eb1a}.voice-mic-btn{background:#2563eb;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s ease;align-self:center;box-shadow:0 2px 6px #2563eb4d}.voice-mic-btn:hover{transform:scale(1.08);box-shadow:0 4px 10px #2563eb66}.voice-mic-btn.recording{background:#ef4444;animation:pulse-recording 1s ease-in-out infinite;box-shadow:0 0 #ef444480}.voice-mic-btn.has-error{border:2px solid #F59E0B}@keyframes pulse-recording{0%{box-shadow:0 0 #ef444480}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}.send-button{transition:all .2s ease}.send-button:hover{transform:scale(1.08);box-shadow:0 4px 10px #2563eb66!important}.suggestions-list{display:flex;flex-wrap:wrap;gap:12px;max-height:88px;overflow-y:auto;padding-right:5px}.suggestion-chip{background:#eff6ff;border:1px solid transparent;padding:8px 16px;border-radius:25px;font-size:1rem;cursor:pointer;transition:.2s;color:#1e40af;font-weight:600}.suggestion-chip:hover{background:#dbeafe;color:#1e40af;border-color:transparent;transform:translateY(-1px);font-weight:600;box-shadow:0 2px 4px #0000000d}.main-content,.webview-container,.webview-container>div,.webview-container iframe{overflow:hidden}.webview-container{overflow-y:auto;overflow-x:hidden}.dataTables_scrollBody{overflow-y:hidden!important;overflow-x:auto!important}.dataTables_scrollBody::-webkit-scrollbar{width:0!important;display:none!important}.module-card.has-prompt{border-color:var(--accent-green);position:relative}.module-card.has-prompt:after{content:"●";position:absolute;top:5px;right:8px;font-size:8px;color:var(--accent-green)}.modal-overlay{position:fixed;inset:0;background:#0f172a66;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-content{background:#fff;padding:25px;border-radius:12px;min-width:450px;max-width:600px;border:1px solid #E5E7EB;box-shadow:0 10px 25px #0000001a}.modal-content h3{margin-top:0;margin-bottom:10px;color:var(--text-primary);font-size:1.3rem}.modal-content textarea{width:100%;min-height:100px;padding:12px;border-radius:8px;background:#f9fafb;color:var(--text-primary);border:1px solid #E5E7EB;font-family:inherit;font-size:1rem;resize:vertical}.modal-content textarea:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px #2563eb1a}.modal-buttons{display:flex;gap:10px;margin-top:20px;justify-content:flex-end}.modal-buttons button{padding:10px 24px;border-radius:6px;border:none;cursor:pointer;font-weight:600;transition:all .2s}.modal-btn-save{background:var(--accent-color);color:#fff}.modal-btn-save:hover{background:var(--accent-hover);transform:translateY(-1px)}.modal-btn-clear{background:#f3f4f6;color:var(--text-secondary);border:1px solid #E5E7EB!important}.modal-btn-clear:hover{background:#e5e7eb;color:var(--text-primary)}.modal-btn-cancel{background:#ffffff1a;color:#fff}.modal-btn-cancel:hover{background:#fff3}.modal-btn-delete{background:#f44;color:#fff;margin-right:auto}.modal-btn-delete:hover{background:#c00}.modal-close-icon{position:absolute;top:15px;right:15px;background:none;border:none;color:#94a3b8;font-size:24px;cursor:pointer;line-height:1;padding:0;transition:color .2s ease}.modal-close-icon:hover{color:#ef4444}.module-dropdown-mobile{flex:1;min-width:80px;max-width:220px}.module-dropdown-mobile.ant-select .ant-select-selector,.module-dropdown-mobile .ant-select-selector{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:20px!important;min-height:40px!important;height:40px!important;padding:0 15px!important;display:flex!important;align-items:center!important;color:#fff!important}.module-dropdown-mobile.ant-select .ant-select-selection-item,.module-dropdown-mobile .ant-select-selection-item,.module-dropdown-mobile .ant-select-selection-item span{color:#fff!important;font-weight:600!important;font-size:1rem!important;line-height:40px!important;padding-inline-end:20px!important}.module-dropdown-mobile .ant-select-selection-search-input{color:#fff!important;font-weight:500!important}.module-dropdown-mobile.ant-select .ant-select-arrow,.module-dropdown-mobile .ant-select-arrow{color:#fff!important;font-size:10px!important}.module-dropdown-mobile.ant-select:hover .ant-select-selector,.module-dropdown-mobile:hover .ant-select-selector,.module-dropdown-mobile.ant-select-focused .ant-select-selector{border-color:var(--module-hover)!important;background:#ffffff26!important}.ant-select-dropdown{background:#036!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:8px!important}.ant-select-item{color:#fff!important;font-weight:600!important;font-size:1rem!important;padding:10px 15px!important;min-height:44px!important}.ant-select-item:hover,.ant-select-item-option-active{background:#00c6ff33!important}.ant-select-item-option-selected{background:var(--module-hover)!important;color:#fff!important}.user-name-text{display:inline}.user-menu-name{pointer-events:none}.language-select{background:#dbeafe;border:1px solid transparent;border-radius:20px;padding:6px 12px;color:#1e40af;font-size:.85rem;font-weight:600;cursor:pointer;outline:none;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.language-select:hover{background:#e5e7eb;transform:translateY(-1px)}.language-select:focus{border-color:var(--accent-color);box-shadow:0 0 0 2px #2563eb33}.live-transcript-popup{position:absolute;bottom:100%;left:0;margin-bottom:10px;background:#fff;color:var(--text-primary);padding:8px 12px;border-radius:8px;border:1px solid #E2E8F0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;font-size:1rem;font-weight:600;z-index:20;max-width:100%;word-wrap:break-word;animation:fadeIn .2s ease-out}.transcript-arrow{position:absolute;bottom:-6px;left:20px;width:12px;height:12px;background:#fff;border-bottom:1px solid #E2E8F0;border-right:1px solid #E2E8F0;transform:rotate(45deg)}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1200px)and (min-width:769px){.header{padding:0 10px;gap:10px}.header-left{gap:15px;justify-content:space-between}.logo-text{font-size:1.2rem}.module-card{padding:8px 12px;font-size:.8rem}.user-profile{padding:6px 12px;font-size:.9rem}.panel-title{font-size:1.2rem}.query-input{font-size:1rem}.suggestion-chip{padding:6px 12px;font-size:.9rem}}@media(max-width:768px)and (min-width:551px){.dashboard{padding:5px;gap:4px;grid-template-rows:auto 1fr auto 25px}.header{flex-wrap:wrap;height:auto;padding:4px;gap:10px}.header-left{flex-wrap:nowrap;justify-content:space-between;gap:10px;width:100%}.module-dropdown-mobile.ant-select .ant-select-selection-item,.module-dropdown-mobile .ant-select-selection-item,.module-dropdown-mobile .ant-select-selection-item span{font-size:10px!important}.logo-section{flex-shrink:0}.logo-section img{height:40px}.logo-text{font-size:1.1rem}.module-carousel{width:100%;overflow-x:auto;justify-content:flex-start;padding:5px 0;gap:8px;-webkit-overflow-scrolling:touch}.module-card{padding:8px 12px;font-size:.75rem;flex-shrink:0;min-height:40px}.user-profile{padding:6px 12px;font-size:.85rem}.main-content{height:calc(100vh - 270px)}.bottom-panels{flex-direction:column;gap:4px;margin:0}.panel{padding:6px 8px}.suggestions-panel{max-height:100px;overflow-y:auto}.panel-title{font-size:1.1rem;margin-bottom:4px}.query-input{font-size:1rem;padding:4px;height:30px;min-height:30px}.send-button{width:32px!important;height:32px!important}.send-button svg{width:16px!important;height:16px!important}.voice-mic-btn{width:32px!important;height:32px!important;min-width:32px!important}.voice-mic-btn svg{width:16px!important;height:16px!important}.suggestions-list{max-height:100px}.suggestion-chip{padding:4px 8px;font-size:.85rem;min-height:28px;font-weight:400}.modal-content{width:90%;max-width:450px;padding:15px}.dashboard-footer{font-size:.8rem}}@media(max-width:550px)and (min-width:441px){.user-name-text{display:none}.dashboard{padding:4px;gap:6px;grid-template-rows:auto 1fr auto 22px}.header{flex-direction:row;flex-wrap:wrap;height:auto;padding:4px;gap:8px;border-radius:8px;justify-content:space-between;align-items:center}.header-left{flex:1;flex-wrap:nowrap;justify-content:space-between;gap:8px}.logo-text-full{display:none}.logo-text-short{display:inline}.module-dropdown-mobile.ant-select .ant-select-selection-item,.module-dropdown-mobile .ant-select-selection-item,.module-dropdown-mobile .ant-select-selection-item span{font-size:10px!important}.logo-section{flex-shrink:0}.logo-section img{height:40px}.logo-text{font-size:1.1rem}.module-carousel{width:100%;overflow-x:auto;justify-content:flex-start;gap:6px;padding:6px 0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.module-carousel::-webkit-scrollbar{display:none}.module-card{padding:10px 12px;font-size:.7rem;flex-shrink:0;min-height:44px;display:flex;align-items:center;white-space:nowrap}.user-profile{padding:8px 12px;font-size:.85rem;height:34px;min-height:34px}.main-content{height:calc(100vh - 275px);border-radius:8px}.webview-container{overflow-x:auto}th{padding:6px 4px;font-size:.6rem}td{padding:5px 4px;font-size:.6rem}.bottom-panels{flex-direction:column;gap:4px;margin:0}.panel{padding:6px 8px;border-radius:8px}.suggestions-panel{max-height:100px;overflow-y:auto}.panel-title{font-size:1rem;margin-bottom:4px}.query-input{font-size:.95rem;padding:4px;height:30px;min-height:30px;border-radius:8px}.send-button{width:32px!important;height:32px!important}.send-button svg{width:16px!important;height:16px!important}.voice-mic-btn{width:32px!important;height:32px!important;min-width:32px!important}.voice-mic-btn svg{width:16px!important;height:16px!important}.suggestions-list{max-height:85px;gap:6px}.suggestion-chip{padding:4px 8px;font-size:.85rem;min-height:28px;font-weight:400}.modal-overlay{padding:10px}.modal-content{width:100%;max-width:none;padding:15px;border-radius:10px}.modal-content h3{font-size:1.1rem}.modal-content textarea{font-size:.95rem;min-height:80px}.modal-buttons{flex-wrap:wrap;gap:8px}.modal-buttons button{flex:1 1 45%;min-height:44px;padding:10px;font-size:.9rem}.modal-close-icon{top:10px;right:10px;font-size:20px}.dashboard-footer{font-size:.7rem;padding:0 5px}}@media(max-width:440px){.user-name-text{display:none}.dashboard{padding:3px;gap:5px;grid-template-rows:auto 1fr auto 20px}.header{flex-direction:row;flex-wrap:wrap;height:auto;padding:4px;gap:6px;border-radius:6px;justify-content:space-between;align-items:center}.header-left{flex:1;flex-wrap:nowrap;justify-content:space-between;gap:6px}.logo-text-full{display:none}.logo-text-short{display:inline}.module-dropdown-mobile.ant-select .ant-select-selection-item,.module-dropdown-mobile .ant-select-selection-item,.module-dropdown-mobile .ant-select-selection-item span{font-size:10px!important}.logo-section img{width:50px;height:auto}.logo-text{font-size:1.1rem}.module-carousel{width:100%;overflow-x:auto;justify-content:flex-start;gap:5px;padding:5px 0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.module-carousel::-webkit-scrollbar{display:none}.module-card{padding:8px 10px;font-size:.65rem;flex-shrink:0;min-height:40px}.user-profile{padding:6px 10px;font-size:.8rem;height:34px;min-height:34px;min-width:50px;gap:2px}.main-content{height:calc(100vh - 262px);border-radius:6px}th{padding:5px 3px;font-size:.55rem}td{padding:4px 3px;font-size:.55rem}.bottom-panels{flex-direction:column;gap:4px;margin:0}.panel{padding:6px 8px;border-radius:6px}.suggestions-panel{max-height:100px;overflow-y:auto}.panel-title{font-size:.9rem;margin-bottom:4px}.query-input{font-size:.9rem;padding:4px;height:30px;min-height:30px;border-radius:6px}.send-button{width:32px!important;height:32px!important}.send-button svg{width:16px!important;height:16px!important}.voice-mic-btn{width:32px!important;height:32px!important;min-width:32px!important}.voice-mic-btn svg{width:16px!important;height:16px!important}.suggestions-list{max-height:75px;gap:5px}.suggestion-chip{padding:4px 8px;font-size:.85rem;min-height:28px;font-weight:400}.modal-overlay{padding:8px}.modal-content{width:100%;max-width:none;padding:12px;border-radius:8px}.modal-content h3{font-size:1rem}.modal-content textarea{font-size:.9rem;min-height:70px}.modal-buttons{flex-wrap:wrap;gap:6px}.modal-buttons button{flex:1 1 45%;min-height:40px;padding:8px;font-size:.85rem}.modal-close-icon{top:8px;right:8px;font-size:18px}.dashboard-footer{font-size:.65rem;padding:0 4px}}body{background-color:#f3f4f6;font-family:Inter,system-ui,-apple-system,sans-serif;height:100vh;display:flex;align-items:center;justify-content:center;margin:0}.container{width:100%}.panel-default{margin-top:20px;width:60%;margin-left:auto;margin-right:auto;background-color:#fff;border:1px solid #E5E7EB;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;color:#0f172a}.panel-heading{background-color:#f3f4f6!important;border-bottom:1px solid #E5E7EB;text-align:center;padding:20px;border-radius:12px 12px 0 0}.panel-heading img{margin-bottom:10px}.panel-heading h1{font-size:3.5rem;font-weight:700;color:#2563eb;margin:10px 0;letter-spacing:-.05rem}.panel-body{padding:40px}.form-group label{color:#ccc;font-weight:600;font-size:1.5rem}.form-control{background-color:#fff;border:1px solid #E5E7EB;color:#0f172a;border-radius:8px;height:60px;font-size:1.5rem;transition:all .2s}.form-control:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;background-color:#fff;color:#0f172a;outline:none}.btn-primary{background-color:#2563eb;border-color:#2563eb;font-weight:600;padding:15px;font-size:1.5rem;border-radius:8px;transition:all .2s;margin-top:15px;color:#fff}.btn-primary:hover,.btn-primary:focus{background-color:#1d4ed8;border-color:#1d4ed8;box-shadow:0 4px 6px -1px #2563eb33}.panel-footer{background-color:#0003;border-top:1px solid rgba(255,255,255,.05);border-bottom-right-radius:12px;border-bottom-left-radius:12px;padding:20px;font-size:1.4rem}.footer{text-align:center;color:#ffffff80;margin-top:25px;font-size:1.3rem}@media(max-width:1200px)and (min-width:769px){.panel-default{width:70%}.panel-heading h1{font-size:2.5rem}}@media(max-width:768px)and (min-width:551px){.panel-default{width:85%}.panel-heading h1{font-size:2rem}.panel-body{padding:25px}.form-group label{font-size:1.1rem}.form-control{height:48px;font-size:1.1rem}.btn-primary{font-size:1.1rem;padding:12px;min-height:48px}.panel-footer,.footer{font-size:1rem}}@media(max-width:550px)and (min-width:441px){.panel-default{width:100%;margin-top:10px;border-radius:10px}.panel-heading{padding:15px}.panel-heading img{max-width:80px}.panel-heading h1{font-size:1.5rem;letter-spacing:1px}.panel-body{padding:15px}.form-group{margin-bottom:15px}.form-group label{font-size:1rem}.form-control{height:48px;font-size:1rem;min-height:44px;padding:10px}.btn-primary{font-size:1rem;padding:14px;min-height:48px}.panel-footer{font-size:.95rem;padding:15px}.footer{font-size:.9rem;margin-top:15px}}@media(max-width:440px){.panel-default{width:100%;margin-top:8px;border-radius:8px}.panel-heading{padding:12px}.panel-heading img{max-width:70px}.panel-heading h1{font-size:1.3rem;letter-spacing:.5px}.panel-body{padding:12px}.form-group{margin-bottom:12px}.form-group label{font-size:.9rem}.form-control{height:44px;font-size:.9rem;min-height:40px;padding:8px}.btn-primary{font-size:.9rem;padding:12px;min-height:44px}.panel-footer{font-size:.85rem;padding:12px}.footer{font-size:.8rem;margin-top:12px}}
