*{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:630;color:#272727;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 - 275px)}.webview-container{width:100%;flex:1;overflow-x:hidden!important;overflow-y:auto}.results-container{overflow-x:hidden!important}.results-container::-webkit-scrollbar:vertical{width:14px}.results-container::-webkit-scrollbar:horizontal{height:0!important;display:none!important}.results-container::-webkit-scrollbar-thumb:vertical{background-color:#2563eb;border-radius:7px;border:3px solid transparent;background-clip:content-box}.results-container::-webkit-scrollbar-thumb:vertical:hover{background-color:#1d4ed8}.results-container::-webkit-scrollbar-track:vertical{background:#0000000d}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-block;max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.user-menu-name{pointer-events:none}.user-menu-name span{display:inline-block;white-space:normal;word-break:break-word;color:#0f172a!important;font-weight:400!important;font-size:12px!important}.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:1rem}}@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.collapsed{max-height:40px;min-height:40px;overflow:hidden;cursor:pointer;flex:0 0 auto;padding:8px 12px;transition:all .3s ease}.panel.collapsed .panel-title{margin-bottom:0;font-size:12.2px;opacity:1}.panel.collapsed>*:not(.panel-title){display:none!important}.panel.collapsed .panel-title>div{display:none!important}.panel:not(.collapsed){flex:1;max-height:none;overflow:visible;transition:all .3s ease;min-height:117px}.panel:not(.collapsed) .panel-title{font-size:12.2px}.panel:not(.collapsed) .query-input{font-size:1.1rem}.panel:not(.collapsed) .suggestion-chip{font-size:1rem}.panel:not(.collapsed) .language-select{font-size:.95rem}.panel:not(.collapsed) .panel-title span{font-size:1rem}.panel:not(.collapsed).suggestions-panel{overflow-y:auto}.panel-title{font-size:1.1rem;margin-bottom:4px}.query-input{font-size:1rem;padding:4px;height:auto;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:1.2rem;min-height:28px;font-weight:400}.modal-content{width:90%;max-width:450px;padding:15px}.dashboard-footer{font-size:.9rem}}@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 - 262px);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.collapsed{max-height:36px;min-height:36px;overflow:hidden;cursor:pointer;flex:0 0 auto;padding:6px 8px;transition:all .3s ease}.panel.collapsed .panel-title{margin-bottom:0;font-size:12.2px;opacity:1}.panel.collapsed>*:not(.panel-title){display:none!important}.panel.collapsed .panel-title>div{display:none!important}.panel:not(.collapsed){flex:1;max-height:none;min-height:117px;transition:all .3s ease}.panel:not(.collapsed) .panel-title{font-size:12.2px}.panel:not(.collapsed) .query-input{font-size:1.05rem}.panel:not(.collapsed) .suggestion-chip{font-size:.95rem}.panel:not(.collapsed) .language-select{font-size:.9rem}.panel:not(.collapsed) .panel-title span{font-size:.95rem}.panel:not(.collapsed).suggestions-panel{overflow-y:auto}.panel-title{font-size:1rem;margin-bottom:4px}.query-input{font-size:.95rem;padding:4px;height:auto;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:1.2rem;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:.85rem;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 - 250px);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.collapsed{max-height:34px;min-height:34px;overflow:hidden;cursor:pointer;flex:0 0 auto;padding:6px 8px;transition:all .3s ease}.panel.collapsed .panel-title{margin-bottom:0;font-size:12.2px;opacity:1}.panel.collapsed>*:not(.panel-title){display:none!important}.panel.collapsed .panel-title>div{display:none!important}.panel:not(.collapsed){flex:1;max-height:none;min-height:117px;transition:all .3s ease}.panel:not(.collapsed) .panel-title{font-size:12.2px}.panel:not(.collapsed) .query-input{font-size:1rem}.panel:not(.collapsed) .suggestion-chip{font-size:.9rem}.panel:not(.collapsed) .language-select{font-size:.85rem}.panel:not(.collapsed) .panel-title span{font-size:.9rem}.panel:not(.collapsed).suggestions-panel{overflow-y:auto}.panel-title{font-size:.9rem;margin-bottom:4px}.query-input{font-size:.9rem;padding:4px;height:auto;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:1.25rem;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:.75rem;padding:0 1px;white-space:normal;flex-wrap:wrap}}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!important;font-size:1.3rem!important;padding-right:5px;min-width:68px}.form-control{background-color:#fff;border:1px solid #E5E7EB;color:#0f172a;border-radius:8px;height:60px;font-size:1.3rem!important;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}}.driver-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)}.driver-modal-content{background:var(--panel-bg, #FFFFFF);border-radius:12px;width:92%;max-width:1100px;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000026;border:2px solid var(--accent-color, #2563EB);overflow:hidden;font-family:Inter,system-ui,-apple-system,sans-serif;position:relative}.driver-modal-header{background:linear-gradient(135deg,#2563eb,#3b82f6);padding:14px 24px;display:flex;justify-content:space-between;align-items:center}.driver-modal-header h2{margin:0;font-size:1.15rem;color:#fff;font-weight:700;letter-spacing:.5px}.driver-modal-close{background:#fff3;border:none;font-size:1.3rem;cursor:pointer;color:#fff;line-height:1;padding:2px 8px;border-radius:6px;transition:all .2s}.driver-modal-close:hover{background:#ef4444e6;color:#fff}.driver-modal-body{padding:24px 28px;overflow-y:auto;flex:1;background:#fff}.driver-modal-body::-webkit-scrollbar{width:10px}.driver-modal-body::-webkit-scrollbar-track{background:#00000008}.driver-modal-body::-webkit-scrollbar-thumb{background-color:#2563eb;border-radius:7px;border:3px solid transparent;background-clip:content-box}.driver-modal-body::-webkit-scrollbar-thumb:hover{background-color:#1d4ed8;background-clip:content-box}.driver-form{display:flex;flex-direction:column;gap:16px}.driver-form-section-title{font-size:.85rem;font-weight:700;color:#2563eb;text-transform:uppercase;letter-spacing:.5px;padding-bottom:6px;border-bottom:2px solid #EFF6FF;margin-top:8px}.driver-form-row{display:flex;gap:24px;align-items:flex-start}.driver-form-row.two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.driver-form-column{flex:1;display:flex;flex-direction:column;gap:14px}.form-group{display:flex;align-items:center;justify-content:flex-start}.form-group.full-width{flex-direction:row;align-items:flex-start;width:100%}.driver-modal-content .form-group label{width:165px;font-size:.85rem!important;color:var(--text-secondary, #475569)!important;text-align:left;flex-shrink:0;font-weight:600!important}.required{color:#ef4444;margin-left:2px;font-weight:700}.driver-modal-content .form-group input[type=text],.driver-modal-content .form-group input[type=email],.driver-modal-content .form-group input[type=date],.driver-modal-content .form-group select,.driver-modal-content .form-group textarea{flex:1;padding:8px 12px;border:1px solid var(--input-border, #E5E7EB);border-radius:8px;font-size:.88rem!important;font-family:Inter,system-ui,-apple-system,sans-serif;background:#f9fafb;color:var(--text-primary, #0F172A)!important;transition:all .2s ease;height:auto!important}.form-group input[type=text]:hover,.form-group input[type=email]:hover,.form-group input[type=date]:hover,.form-group select:hover,.form-group textarea:hover{border-color:#93c5fd}.form-group input[type=text]:focus,.form-group input[type=email]:focus,.form-group input[type=date]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;background:#fff;border-color:var(--accent-color, #2563EB);box-shadow:0 0 0 3px #2563eb1a}.form-group select{cursor:pointer;appearance:auto}.form-group textarea{resize:vertical;min-height:60px}.form-group input+input{margin-top:8px!important}.photo-column{flex:0 0 165px;align-items:center;background:#eff6ff;padding:14px;border:2px dashed #93C5FD;border-radius:12px;margin-left:auto;transition:border-color .2s}.photo-column:hover,.photo-column.dragging{border-color:#2563eb;background:#dbeafe}.photo-placeholder{width:120px;height:130px;background:linear-gradient(180deg,#dbeafe,#e0e7ff);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64748b;margin-bottom:12px}.photo-placeholder svg{width:56px;height:56px;color:#93c5fd}.photo-placeholder span{font-size:.8rem;font-weight:700;margin-top:8px;letter-spacing:.8px;color:#64748b}.driver-photo-img{width:100%;height:100%;object-fit:cover;border-radius:8px}.file-input-wrapper{width:100%;text-align:center}.file-input-wrapper input[type=file]{font-size:.75rem;width:100%;color:#475569}.file-input-wrapper input[type=file]::file-selector-button{padding:5px 10px;border-radius:6px;border:1px solid #E5E7EB;background:#fff;color:#475569;cursor:pointer;font-size:.73rem;font-weight:600;margin-right:6px;transition:all .2s}.file-input-wrapper input[type=file]::file-selector-button:hover{background:#eff6ff;border-color:#2563eb;color:#2563eb}.checkboxes{display:flex;gap:50px;align-items:center;margin-top:12px;border-top:2px solid #EFF6FF;padding-top:18px}.checkbox-group{display:flex;align-items:center;justify-content:flex-start;gap:10px}.checkbox-group label{width:auto;margin:0;font-weight:600;color:var(--text-primary, #0F172A)}.checkbox-group input[type=checkbox]{width:18px;height:18px;accent-color:#2563EB;cursor:pointer;border-radius:4px}.driver-modal-footer{padding:14px 28px;background:#f9fafb;border-top:1px solid #E5E7EB;display:flex;justify-content:center;gap:12px}.driver-modal-footer button{padding:10px 28px;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Inter,system-ui,-apple-system,sans-serif}.btn-save{background:var(--accent-color, #2563EB);color:#fff;border:none;box-shadow:0 2px 4px #2563eb4d}.btn-save:hover{background:var(--accent-hover, #1D4ED8);transform:translateY(-1px);box-shadow:0 4px 8px #2563eb66}.btn-cancel{background:#f3f4f6;color:var(--text-secondary, #475569);border:1px solid #E5E7EB}.btn-cancel:hover{background:#e5e7eb;color:var(--text-primary, #0F172A)}.driver-modal-split{display:flex;gap:24px;align-items:flex-start}.driver-modal-split .driver-form{flex:3;min-width:0}.driver-doc-upload-panel{flex:1;min-width:280px;max-width:320px;display:flex;flex-direction:column;gap:14px;position:sticky;top:0}.doc-upload-card{background:#f9fafb;border:2px dashed #CBD5E1;border-radius:16px;padding:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;transition:all .2s ease;position:relative;min-height:140px;width:100%}.doc-upload-card:hover,.doc-upload-card.dragging{border-color:#2563eb;background:#f0f7ff;transform:scale(1.01)}.doc-upload-label{font-size:1.15rem;font-weight:800;color:#1e293b;text-align:center;margin-bottom:0}.doc-upload-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;margin:8px 0}.drag-drop-text{font-size:.95rem;color:#94a3b8;font-weight:400;margin-bottom:0}.file-icon-placeholder{display:flex;align-items:center;justify-content:center;color:#e2e8f0;width:56px;height:56px}.file-info-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;margin:10px 0;width:100%}.file-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:54px}.file-extension-tag{position:absolute;bottom:12px;left:50%;transform:translate(-50%);background:#2563eb;color:#fff;font-size:.75rem;font-weight:900;padding:2px 6px;border-radius:4px;text-transform:uppercase;line-height:1.2;box-shadow:0 2px 4px #2563eb4d}.file-name-text{font-size:1.2rem;color:#475569;font-weight:500;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.doc-upload-btn-container{position:absolute;bottom:12px;right:12px}.doc-upload-btn{background:#2563eb;color:#fff!important;padding:8px 18px;border-radius:12px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #2563eb33}.doc-upload-btn:hover{background:#1d4ed8;box-shadow:0 6px 14px #2563eb4d}.remove-doc-btn{position:absolute;top:12px;right:12px;background:#ef44441a;color:#ef4444;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.3rem;transition:all .2s;z-index:10}.add-doc-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;background:#eff6ff;color:var(--accent-color, #2563EB);border:1px dashed var(--accent-color, #2563EB);border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;margin-bottom:8px}.add-doc-btn:hover{background:#dbeafe;color:#1e40af;border-style:solid}.remove-doc-btn{position:absolute;top:6px;right:6px;background:#fee2e2;color:#ef4444;border:none;border-radius:4px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;line-height:1;cursor:pointer;transition:all .2s;padding:0}.remove-doc-btn:hover{background:#ef4444;color:#fff}.extraction-loading-overlay{position:absolute;inset:0;background:#ffffffd9;display:flex;align-items:center;justify-content:center;z-index:1500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:12px}.extraction-loading-content{display:flex;flex-direction:column;align-items:center;gap:16px}.extraction-spinner{width:50px;height:50px;border:5px solid #EFF6FF;border-top:5px solid #2563EB;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.extraction-loading-content p{margin:0;font-size:1rem;font-weight:600;color:#1e40af;letter-spacing:.3px}
