.verification-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px;background:#0a0e17;background-image:radial-gradient(ellipse at 20% 50%,rgba(15,40,80,.5) 0%,transparent 60%),radial-gradient(ellipse at 80% 50%,rgba(10,30,60,.4) 0%,transparent 60%)}.verification-wrapper{width:100%;max-width:400px;animation:fadeUp .6s ease-out}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.logo-section{text-align:center;margin-bottom:32px}.logo-img{width:220px;height:auto;filter:drop-shadow(0 4px 24px rgba(0,0,0,.5))}.verification-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:36px 32px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.card-content{display:flex;flex-direction:column;gap:24px}.code-label{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#ffffff80;text-align:center;margin:0;letter-spacing:.3px}.verification-form{display:flex;flex-direction:column;gap:24px}.code-inputs-wrapper{display:flex;justify-content:center;gap:10px}.code-input{width:52px;height:58px;padding:0;border:1.5px solid rgba(255,255,255,.12);border-radius:12px;font-family:Inter,monospace;font-size:24px;font-weight:700;color:#fff;background:#ffffff0a;text-align:center;transition:all .2s ease;caret-color:#e8850c}.code-input::placeholder{color:#ffffff1a}.code-input:focus{outline:none;border-color:#e8850c;box-shadow:0 0 0 3px #e8850c26;background:#e8850c0a}.code-input.filled{border-color:#e8850c80;background:#e8850c0f}.code-input.error{border-color:#ef4444;background:#ef444414;animation:shake .4s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.code-input:disabled{opacity:.4;cursor:not-allowed}.btn-verify{padding:14px 24px;background:linear-gradient(135deg,#e8850c,#d4700a);color:#fff;border:none;border-radius:12px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-height:48px;letter-spacing:.3px}.btn-verify:hover:not(:disabled){background:linear-gradient(135deg,#f0920f,#e8850c);box-shadow:0 6px 20px #e8850c59;transform:translateY(-1px)}.btn-verify:active:not(:disabled){transform:translateY(0)}.btn-verify:disabled{opacity:.5;cursor:not-allowed}.spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.alert{padding:12px 16px;border-radius:10px;display:flex;align-items:center;gap:10px;font-family:Inter,sans-serif;font-size:13px;animation:fadeIn .3s ease-out}.alert p{margin:0;flex:1}.alert-error{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#fca5a5}.alert-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.2);color:#86efac}@media(max-width:480px){.verification-page{padding:16px}.logo-img{width:180px}.verification-card{padding:28px 24px}.code-inputs-wrapper{gap:6px}.code-input{width:46px;height:52px;font-size:22px}}@media(max-width:360px){.logo-img{width:160px}.verification-card{padding:24px 20px}.code-input{width:40px;height:46px;font-size:20px;border-radius:10px}.code-inputs-wrapper{gap:5px}}.toast-container{position:fixed;top:16px;right:16px;z-index:99999;display:flex;flex-direction:column;gap:10px;max-width:400px;width:calc(100vw - 32px);pointer-events:none}.toast{pointer-events:all;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:toast-in .35s cubic-bezier(.21,1.02,.73,1) forwards}.toast-leave{animation:toast-out .3s cubic-bezier(.06,.71,.55,1) forwards}.toast-body{display:flex;align-items:flex-start;gap:12px;padding:14px 16px}.toast-icon{font-size:18px;margin-top:1px;flex-shrink:0}.toast-message{flex:1;font-size:14px;line-height:1.45;font-weight:500;word-break:break-word}.toast-close{background:none;border:none;cursor:pointer;padding:2px;opacity:.5;transition:opacity .2s;flex-shrink:0;font-size:12px;color:inherit}.toast-close:hover{opacity:1}.toast-success{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-left:4px solid #10b981;color:#065f46}.toast-error{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-left:4px solid #ef4444;color:#991b1b}.toast-warning{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-left:4px solid #f59e0b;color:#92400e}.toast-info{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-left:4px solid #3b82f6;color:#1e40af}.toast-confirm{background:linear-gradient(135deg,#faf5ff,#ede9fe);border-left:4px solid #8b5cf6;color:#5b21b6}.toast-actions{display:flex;gap:8px;padding:0 16px 14px;justify-content:flex-end}.toast-btn{padding:7px 20px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;border:none;transition:all .15s}.toast-btn-cancel{background:#0000000f;color:#64748b}.toast-btn-cancel:hover{background:#0000001a}.toast-btn-confirm{background:#8b5cf6;color:#fff}.toast-btn-confirm:hover{background:#7c3aed}@keyframes toast-in{0%{opacity:0;transform:translate(100%) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes toast-out{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(100%) scale(.95)}}@media(max-width:480px){.toast-container{top:8px;right:8px;width:calc(100vw - 16px)}}.sidebar-overlay{position:fixed;inset:0;background:#0000;opacity:0;visibility:hidden;transition:background .3s ease,opacity .3s ease,visibility .3s ease;z-index:1100}.sidebar-overlay.open{background:#00000080;opacity:1;visibility:visible}.sidebar{position:fixed;top:0;left:-320px;width:300px;height:100vh;background:#fff;box-shadow:4px 0 20px #0000001a;transition:left .4s cubic-bezier(.4,0,.2,1);z-index:1101;display:flex;flex-direction:column}.sidebar.open{left:0;box-shadow:4px 0 40px #0003}.sidebar-header{padding:24px;background:linear-gradient(135deg,#1a56db,#1e3a8a);color:#fff;display:flex;justify-content:space-between;align-items:flex-start;transition:transform .3s ease}.sidebar.open .sidebar-header{transform:translateY(0)}.sidebar-user{display:flex;align-items:center;gap:12px}.sidebar-avatar{width:50px;height:50px;border-radius:50%;border:2px solid rgba(255,255,255,.3);transition:transform .3s ease}.sidebar.open .sidebar-avatar{transform:scale(1)}.sidebar-user-info h3{margin:0;font-size:16px;font-weight:600;transition:transform .3s ease}.sidebar.open .sidebar-user-info h3{transform:translate(0)}.sidebar-user-info p{margin:4px 0 0;font-size:13px;opacity:.8;transition:opacity .3s ease}.sidebar.open .sidebar-user-info p{opacity:1}.sidebar-close{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;opacity:0;transform:rotate(-90deg)}.sidebar.open .sidebar-close{opacity:1;transform:rotate(0)}.sidebar-close:hover{background:#ffffff4d}.sidebar-nav{flex:1;padding:16px;overflow-y:auto;opacity:0;transform:translateY(20px);transition:opacity .3s ease .1s,transform .3s ease .1s}.sidebar.open .sidebar-nav{opacity:1;transform:translateY(0)}.sidebar-item{display:flex;align-items:center;gap:14px;width:100%;padding:14px 16px;border:none;background:transparent;border-radius:12px;cursor:pointer;color:#64748b;font-size:15px;text-align:left;transition:all .2s;margin-bottom:4px;transform:translate(-20px);opacity:0}.sidebar.open .sidebar-item{transform:translate(0);opacity:1}.sidebar.open .sidebar-item:nth-child(1){transition-delay:.1s}.sidebar.open .sidebar-item:nth-child(2){transition-delay:.15s}.sidebar.open .sidebar-item:nth-child(3){transition-delay:.2s}.sidebar.open .sidebar-item:nth-child(4){transition-delay:.25s}.sidebar.open .sidebar-item:nth-child(5){transition-delay:.3s}.sidebar.open .sidebar-item:nth-child(6){transition-delay:.35s}.sidebar.open .sidebar-item:nth-child(7){transition-delay:.4s}.sidebar-item i{width:20px;text-align:center;font-size:18px;transition:transform .2s}.sidebar-item:hover{background:#f1f5f9;color:#1a1a2e}.sidebar-item:hover i{transform:scale(1.1)}.sidebar-item.active{background:#eff6ff;color:#1a56db;font-weight:600}.sidebar-item.active i{color:#1a56db}.sidebar-footer{padding:16px;border-top:1px solid #e5e7eb;opacity:0;transform:translateY(20px);transition:opacity .3s ease .2s,transform .3s ease .2s}.sidebar.open .sidebar-footer{opacity:1;transform:translateY(0)}.sidebar-item.logout{color:#dc2626;transform:translate(-20px);opacity:0;transition:all .3s ease .25s,transform .3s ease .25s,opacity .3s ease .25s}.sidebar.open .sidebar-item.logout{transform:translate(0);opacity:1}.sidebar-item.logout:hover{background:#fee2e2;color:#dc2626}body.sidebar-open{overflow:hidden}body.sidebar-open .message-search-header,body.sidebar-open .cargo-watcher-header,body.sidebar-open .dashboard-header,body.sidebar-open .profile-header,.message-search-header,.cargo-watcher-header,.dashboard-header,.profile-header{z-index:1000}@media(max-width:768px){.sidebar{width:280px;left:-300px}.sidebar.open{left:0}.sidebar-header{padding:20px}.sidebar-avatar{width:45px;height:45px}.sidebar-nav{padding:12px}.sidebar-item{padding:12px 14px;font-size:14px}.sidebar-item i{font-size:16px}}@media(max-width:480px){.sidebar{width:260px}.sidebar-header{padding:16px}.sidebar-avatar{width:40px;height:40px}.sidebar-user-info h3{font-size:15px}.sidebar-user-info p{font-size:12px}.sidebar-close{width:28px;height:28px}}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.sidebar-nav::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#94a3b8}.theme-toggle-btn{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:1px solid #e5e7eb;background:#f8fafc;border-radius:12px;cursor:pointer;color:#374151;font-size:14px;font-weight:500;text-align:left;transition:all .2s;margin-bottom:8px}.theme-toggle-btn i{width:20px;text-align:center;font-size:16px;color:#6366f1;flex-shrink:0}.theme-toggle-btn span{flex:1}.theme-toggle-btn:hover{background:#f1f5f9;border-color:#d1d5db}.toggle-switch{width:36px;height:20px;background:#d1d5db;border-radius:10px;position:relative;transition:background .25s ease;flex-shrink:0}.toggle-switch.on{background:#1a56db}.toggle-knob{position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .25s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 4px #0003}.toggle-switch.on .toggle-knob{transform:translate(16px)}[data-theme=dark] .sidebar{background:#0f1624;box-shadow:4px 0 20px #0006}[data-theme=dark] .sidebar.open{box-shadow:4px 0 40px #00000080}[data-theme=dark] .sidebar-nav{scrollbar-color:#1a56db #0f1624}[data-theme=dark] .sidebar-nav::-webkit-scrollbar-thumb{background:#1a56db}[data-theme=dark] .sidebar-item{color:#e8eaf099}[data-theme=dark] .sidebar-item.active{background:#1a56db33;color:#6d9ef5}[data-theme=dark] .sidebar-footer{border-top:1px solid rgba(255,255,255,.08)}[data-theme=dark] .theme-toggle-btn{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);color:#e8eaf0b3}[data-theme=dark] .theme-toggle-btn:hover{background:#ffffff14;border-color:#ffffff26}[data-theme=dark] .theme-toggle-btn i{color:#e8b654}[data-theme=dark] .toggle-switch{background:#1a56db}[data-theme=dark] .toggle-knob{background:#fff}.dashboard-page{padding-top:80px}.dashboard-container{min-height:100vh;display:flex;flex-direction:column}.dashboard-header{position:fixed;top:0;left:0;right:0;background:#ffffffd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:16px 32px;border-bottom:1px solid rgba(0,0,0,.06);display:flex;justify-content:space-between;align-items:center;z-index:1000}.header-content{display:flex;align-items:center;gap:14px}.menu-btn{width:42px;height:42px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:17px;transition:all .2s;flex-shrink:0}.menu-btn:hover{background:#f1f5f9;color:#1a56db;border-color:#d1d5db}.header-text{display:flex;flex-direction:column;gap:1px}.header-title{font-size:20px;font-weight:700;color:#111827;letter-spacing:-.4px;display:flex;align-items:center;gap:10px;line-height:1.3}.header-title i{font-size:20px;color:#1a56db}.header-subtitle{font-size:13px;color:#9ca3af;font-weight:400;line-height:1.3}.user-info{display:flex;align-items:center;gap:10px;cursor:pointer;padding:6px 12px 6px 6px;border-radius:100px;transition:background .2s;border:1px solid transparent}.user-info:hover{background:#f3f4f6;border-color:#e5e7eb}.user-avatar{width:36px;height:36px;border-radius:50%;border:2px solid #e5e7eb}.user-name{font-size:14px;font-weight:600;color:#374151}.dashboard-main{flex:1;padding:32px;max-width:1200px;margin:0 auto;width:100%}.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@keyframes cardIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.menu-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000000a,0 1px 2px #00000005;text-decoration:none;color:inherit;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:14px;position:relative;overflow:hidden;border:1px solid #f0f0f5;cursor:pointer;animation:cardIn .4s ease-out both}.menu-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--card-accent, #1a56db);transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.4,0,.2,1)}.menu-card:hover{box-shadow:0 8px 24px #00000014,0 2px 8px #0000000a;transform:translateY(-3px);border-color:#e0e5ed}.menu-card:hover:before{transform:scaleX(1)}.menu-card:active{transform:translateY(-1px)}.card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;transition:transform .25s}.menu-card:hover .card-icon{transform:scale(1.08)}.card-cargo{--card-accent: #ec4899}.card-cargo .card-icon{background:#fdf2f8;color:#ec4899}.card-vehicle{--card-accent: #6366f1}.card-vehicle .card-icon{background:#eef2ff;color:#6366f1}.card-search{--card-accent: #22c55e}.card-search .card-icon{background:#f0fdf4;color:#16a34a}.card-search-international{--card-accent: #06b6d4}.card-search-international .card-icon{background:#ecfeff;color:#0891b2}.card-special-ads{--card-accent: #f97316}.card-special-ads .card-icon{background:#fff7ed;color:#ea580c}.card-loads{--card-accent: #22c55e}.card-loads .card-icon{background:#f0fdf4;color:#16a34a}.card-my-loads{--card-accent: #3b82f6}.card-my-loads .card-icon{background:#eff6ff;color:#2563eb}.card-team{--card-accent: #a855f7}.card-team .card-icon{background:#faf5ff;color:#9333ea}.card-cargo-watcher{--card-accent: #0ea5e9}.card-cargo-watcher .card-icon{background:#f0f9ff;color:#0284c7}.card-send{--card-accent: #3b82f6}.card-send .card-icon{background:#eff6ff;color:#2563eb}.card-history{--card-accent: #f97316}.card-history .card-icon{background:#fff7ed;color:#ea580c}.card-broadcast{--card-accent: #ec4899}.card-broadcast .card-icon{background:#fdf2f8;color:#db2777}.card-accounts{--card-accent: #8b5cf6}.card-accounts .card-icon{background:#f5f3ff;color:#7c3aed}.card-xarita{--card-accent: #10b981}.card-xarita .card-icon{background:#ecfdf5;color:#059669}.card-video-darslar{--card-accent: #8b5cf6}.card-video-darslar .card-icon{background:#f5f3ff;color:#7c3aed}.card-title{font-size:15px;font-weight:650;color:#111827;letter-spacing:-.2px;transition:color .2s}.menu-card:hover .card-title{color:var(--card-accent, #1a56db)}.card-description{font-size:13px;color:#9ca3af;line-height:1.5}.card-badge{display:inline-flex;align-items:center;background:#f3f4f6;color:#4b5563;padding:5px 12px;border-radius:100px;font-size:12px;font-weight:600;width:fit-content;transition:all .25s}.menu-card:hover .card-badge{background:var(--card-accent, #1a56db);color:#fff}.dashboard-footer{padding:20px 32px;text-align:center;border-top:1px solid #f0f0f5;margin-top:auto}.dashboard-footer p{font-size:12px;color:#c4c4c4;margin:0}@media(max-width:1024px){.dashboard-main{padding:24px}.menu-grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media(max-width:768px){.dashboard-page{padding-top:72px}.dashboard-header{padding:12px 16px}.header-title{font-size:17px}.header-title i{font-size:18px}.header-subtitle{font-size:12px}.dashboard-main{padding:16px}.menu-grid{grid-template-columns:repeat(2,1fr);gap:12px}.menu-card{padding:18px;gap:10px;border-radius:14px}.card-icon{width:42px;height:42px;font-size:18px;border-radius:10px}.card-title{font-size:14px}.card-description{font-size:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}@media(max-width:480px){.dashboard-page{padding-top:64px}.dashboard-header{padding:10px 14px}.header-title{font-size:16px;gap:8px}.header-title i{font-size:16px}.header-subtitle{display:none}.dashboard-main{padding:12px}.menu-grid{grid-template-columns:repeat(2,1fr);gap:10px}.menu-card{padding:16px;gap:8px;border-radius:12px}.card-icon{width:38px;height:38px;font-size:16px;border-radius:10px}.card-title{font-size:13px}.card-description{font-size:11px}.card-badge{font-size:11px;padding:3px 8px}.menu-card:hover{transform:none}.menu-card:active{transform:scale(.98)}}@media(max-width:380px){.menu-grid{grid-template-columns:1fr 1fr;gap:8px}.menu-card{padding:14px;gap:6px}.card-icon{width:36px;height:36px;font-size:15px}.card-title{font-size:12px}.card-description{display:none}}.ws-widget{border:1.5px solid #e5e7eb;border-radius:16px;padding:20px 24px;margin-bottom:20px;transition:border-color .3s,background .3s}.ws-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:10px}.ws-title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#1e293b}.ws-title i{font-size:16px;color:#0052cc}.ws-color-badge{font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px;letter-spacing:.3px}.ws-timer{display:flex;align-items:center;gap:16px;font-size:13px}.ws-timer-elapsed{display:flex;align-items:center;gap:6px;font-weight:700;font-size:20px;font-variant-numeric:tabular-nums;color:#1e293b;font-family:Courier New,monospace}.ws-timer-remaining{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;font-variant-numeric:tabular-nums;font-family:Courier New,monospace}.ws-progress-row{margin-bottom:12px}.ws-progress-labels{display:flex;justify-content:space-between;font-size:13px;color:#4b5563;margin-bottom:8px}.ws-progress-bar{height:10px;background:#e5e7eb;border-radius:99px;overflow:hidden;position:relative}.ws-progress-fill{height:100%;border-radius:99px;transition:width .5s ease}.ws-progress-pct{font-size:12px;font-weight:600;color:#6b7280;display:block;text-align:right;margin-top:4px}.ws-plan-row{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280;background:#f8fafc;padding:8px 12px;border-radius:8px;margin-bottom:14px}.ws-plan-row i{color:#0052cc}.ws-btn{width:100%;padding:12px 20px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;margin-top:4px}.ws-btn:disabled{opacity:.6;cursor:not-allowed}.ws-btn-start{background:linear-gradient(135deg,#0052cc,#0070f3);color:#fff}.ws-btn-start:hover:not(:disabled){background:linear-gradient(135deg,#003d99,#0052cc);transform:translateY(-1px);box-shadow:0 4px 12px #0052cc4d}.ws-btn-end{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff}.ws-btn-end:hover:not(:disabled){background:linear-gradient(135deg,#b91c1c,#dc2626);transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.ws-btn-cancel{background:#f1f5f9;color:#374151;flex:1}.ws-btn-confirm{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;flex:1}.ws-blocked{display:flex;align-items:center;gap:8px;background:#fef2f2;border:1px solid #fca5a5;border-radius:10px;padding:12px 16px;color:#dc2626;font-size:14px;font-weight:500;margin-top:4px}.ws-ended{display:flex;align-items:center;gap:8px;background:#f0fdf4;border:1px solid #86efac;border-radius:10px;padding:12px 16px;color:#16a34a;font-size:14px;font-weight:500;margin-top:4px}.ws-offhours{display:flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px 16px;color:#64748b;font-size:14px;margin-top:4px}.ws-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.ws-modal{background:#fff;border-radius:20px;padding:32px 28px;max-width:420px;width:100%;text-align:center;box-shadow:0 20px 60px #0003}.ws-modal-icon{width:64px;height:64px;background:#fff7ed;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:28px;color:#f59e0b}.ws-modal h3{font-size:18px;font-weight:700;color:#1e293b;margin-bottom:10px}.ws-modal p{font-size:14px;color:#4b5563;margin-bottom:16px;line-height:1.6}.ws-modal-warn{background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;padding:10px 14px;font-size:13px;color:#c2410c;margin-bottom:20px;display:flex;align-items:flex-start;gap:8px;text-align:left}.ws-modal-actions{display:flex;gap:10px}[data-theme=dark] .ws-widget{background:#111827!important;border-color:#1f2937!important}[data-theme=dark] .ws-title,[data-theme=dark] .ws-timer-elapsed{color:#f1f5f9}[data-theme=dark] .ws-progress-labels{color:#9ca3af}[data-theme=dark] .ws-progress-bar{background:#1f2937}[data-theme=dark] .ws-progress-pct{color:#6b7280}[data-theme=dark] .ws-plan-row{background:#1a2235;color:#9ca3af}[data-theme=dark] .ws-plan-row strong{color:#e2e8f0}[data-theme=dark] .ws-ended{background:#052e16;border-color:#166534;color:#4ade80}[data-theme=dark] .ws-offhours{background:#1a2235;border-color:#1f2937;color:#6b7280}[data-theme=dark] .ws-blocked{background:#2d0a0a;border-color:#7f1d1d;color:#f87171}[data-theme=dark] .ws-modal{background:#111827}[data-theme=dark] .ws-modal h3{color:#f1f5f9}[data-theme=dark] .ws-modal p{color:#9ca3af}[data-theme=dark] .ws-modal-icon{background:#1c1a0a}[data-theme=dark] .ws-modal-warn{background:#1c1200;border-color:#854d0e;color:#fb923c}[data-theme=dark] .ws-btn-cancel{background:#1f2937;color:#e2e8f0}[data-theme=dark] .ws-color-badge{opacity:.9}.team-page{min-height:100vh;background:#f4f7fb;padding-top:100px}.team-page .dashboard-container{flex:1;display:flex;flex-direction:column}.team-page .logout-btn{font-size:16px;transition:all .2s ease}.team-page .logout-btn:hover{background:#0052cc;color:#fff;border-color:#0052cc}.team-page .dashboard-footer{background:#fff;padding:24px 40px;text-align:center;border-top:1px solid #d6dce0;margin-top:auto}.team-page .dashboard-footer p{font-size:12px;color:#999;margin:0}.team-page .dashboard-main{flex:1;padding:24px 40px;max-width:1200px;margin:0 auto;width:100%;animation:fadeIn .5s ease-in;position:relative;z-index:1}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.back-link{margin-bottom:24px;animation:slideInLeft .4s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.team-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:32px;animation:slideInUp .6s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.stat-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 12px #00000014;display:flex;align-items:center;gap:16px;transition:all .3s ease;position:relative;overflow:hidden;cursor:pointer}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0052cc,#0041a3);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.stat-card:hover:before{transform:scaleX(1)}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0052cc26}.stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;background:#0052cc1a;color:#0052cc;transition:all .3s ease}.stat-card:hover .stat-icon{transform:scale(1.1) rotate(5deg)}.stat-icon.active{background:#22c55e1a;color:#22c55e}.stat-icon.pending{background:#f973161a;color:#f97316}.stat-icon.task{background:#a855f71a;color:#a855f7}.stat-info{flex:1}.stat-info h3{font-size:28px;font-weight:700;color:#1a1f36;margin:0;line-height:1;transition:color .3s ease}.stat-card:hover .stat-info h3{color:#0052cc}.stat-info p{font-size:14px;color:#666d7d;margin:4px 0 0;font-weight:500}.action-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap;animation:fadeInScale .5s ease-out .2s both}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.btn-add-member{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#0052cc,#0041a3);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0052cc4d;position:relative;overflow:hidden}.btn-add-member:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn-add-member:hover:before{width:300px;height:300px}.btn-add-member:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0052cc66}.btn-add-member:active{transform:translateY(0)}.btn-add-member i{font-size:16px;transition:transform .3s ease}.btn-add-member:hover i{transform:rotate(90deg)}.search-box{display:flex;align-items:center;gap:12px;background:#fff;padding:10px 16px;border-radius:8px;border:2px solid #e5e7eb;flex:1;max-width:400px;transition:all .3s ease;position:relative}.search-box:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#0052cc,#0041a3);transform:scaleX(0);transition:transform .3s ease}.search-box:focus-within{border-color:#0052cc;box-shadow:0 0 0 3px #0052cc1a}.search-box:focus-within:after{transform:scaleX(1)}.search-box i{color:#666d7d;font-size:16px;transition:color .3s ease}.search-box:focus-within i{color:#0052cc}.search-box input{border:none;outline:none;flex:1;font-size:14px;color:#1a1f36;background:transparent}.search-box input::placeholder{color:#9ca3af;transition:color .3s ease}.search-box input:focus::placeholder{color:#cbd5e0}.team-members{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.member-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 12px #00000014;display:flex;align-items:center;gap:16px;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden}.member-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,82,204,.05),transparent);transition:left .5s ease}.member-card:hover:before{left:100%}.member-card:hover{border-color:#0052cc;box-shadow:0 8px 24px #0052cc26;transform:translateY(-4px)}.member-avatar{position:relative;flex-shrink:0}.member-avatar img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #f0f3f7;transition:all .3s ease}.member-card:hover .member-avatar img{border-color:#0052cc;transform:scale(1.05)}.status-badge{position:absolute;bottom:2px;right:2px;width:16px;height:16px;border-radius:50%;border:3px solid white;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.status-badge.online{background:#22c55e;box-shadow:0 0 8px #22c55e80}.status-badge.away{background:#f97316;box-shadow:0 0 8px #f9731680}.status-badge.offline{background:#9ca3af;animation:none}.member-info{flex:1;min-width:0}.member-name{font-size:16px;font-weight:700;color:#1a1f36;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .3s ease}.member-card:hover .member-name{color:#0052cc}.member-role{font-size:13px;color:#666d7d;margin:0 0 8px;font-weight:500}.member-stats{display:flex;gap:12px;font-size:12px;color:#666d7d}.member-stats span{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#f8fafb;border-radius:6px;transition:all .3s ease}.member-card:hover .member-stats span{background:#f0f3f7}.member-stats i{color:#f97316;font-size:11px}.member-stats i.fa-star{color:#fbbf24}.member-actions{display:flex;gap:8px;flex-shrink:0}.btn-icon{width:36px;height:36px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#666d7d;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:all .3s ease;position:relative;overflow:hidden}.btn-icon:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#0052cc33;transform:translate(-50%,-50%);transition:width .4s,height .4s}.btn-icon:hover:before{width:100px;height:100px}.btn-icon:hover{background:#0052cc;color:#fff;border-color:#0052cc;transform:scale(1.1)}.btn-icon:active{transform:scale(.95)}.btn-icon i{position:relative;z-index:1}@media(max-width:1024px){.team-page .dashboard-main{padding:32px 24px}.cargo-dispatcher-card{padding:18px;margin-bottom:18px}.cd-info{gap:14px}.cd-info img{width:52px;height:52px}.cd-info h3{font-size:17px}.cd-info p{font-size:13px}.cd-call{width:44px;height:44px}.team-stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.team-members{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.member-card{padding:20px}}@media(max-width:768px){.team-page{padding-top:80px}.team-page .dashboard-header{padding:16px 20px}.cargo-dispatcher-card{padding:16px;margin-bottom:16px;border-radius:12px}.cd-header{font-size:12px;margin-bottom:10px}.cd-info{gap:12px;flex-wrap:nowrap}.cd-info img{width:48px;height:48px}.cd-info h3{font-size:16px}.cd-info p{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cd-call{width:40px;height:40px;flex-shrink:0}.cd-call i{font-size:14px}.team-page .header-title{font-size:22px}.team-page .header-title i{font-size:26px}.team-page .header-subtitle{font-size:13px}.team-page .user-name{font-size:14px}.team-page .dashboard-main{padding:24px 16px}.team-page .dashboard-footer{padding:20px 16px}.team-stats{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{padding:16px;gap:12px}.stat-icon{width:48px;height:48px;font-size:20px}.stat-info h3{font-size:24px}.stat-info p{font-size:12px}.action-bar{flex-direction:column;align-items:stretch;gap:12px}.search-box{max-width:100%;order:2}.btn-add-member{order:1}.team-members{grid-template-columns:1fr;gap:16px}.member-card{padding:20px;gap:14px}.member-actions{flex-wrap:wrap}.member-avatar img{width:60px;height:60px}.status-badge{width:14px;height:14px}}@media(max-width:480px){.team-page{padding-top:72px}.team-page .dashboard-header{padding:12px 16px;gap:10px}.cargo-dispatcher-card{padding:14px;margin-bottom:14px;border-radius:10px}.cd-header{font-size:11px;margin-bottom:8px;gap:6px}.cd-info{gap:10px;flex-wrap:nowrap}.cd-info img{width:44px;height:44px}.cd-info>div{flex:1;min-width:0}.cd-info h3{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cd-info p{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cd-call{width:36px;height:36px;flex-shrink:0}.cd-call i{font-size:13px}.team-page .header-title{font-size:18px;gap:8px}.team-page .header-title i{font-size:22px}.team-page .header-subtitle{font-size:12px}.team-page .user-name{font-size:13px}.team-page .logout-btn{padding:6px 10px;font-size:14px}.team-page .dashboard-main,.team-page .dashboard-footer{padding:16px 12px}.team-page .dashboard-footer p{font-size:11px}.back-button{margin-bottom:16px}.btn-back{padding:8px 16px;font-size:13px}.team-stats{grid-template-columns:1fr;gap:10px}.stat-card{padding:14px;gap:10px}.stat-icon{width:44px;height:44px;font-size:18px}.stat-info h3{font-size:20px}.stat-info p{font-size:11px}.btn-add-member{width:100%;justify-content:center;padding:10px 20px;font-size:13px}.search-box{padding:8px 12px}.search-box input{font-size:13px}.member-card{padding:16px;flex-direction:column;text-align:center;gap:12px}.member-avatar{align-self:center}.member-avatar img{width:56px;height:56px}.status-badge{width:14px;height:14px}.member-info{text-align:center}.member-name{font-size:15px;white-space:normal}.member-role{font-size:12px}.member-stats{justify-content:center;font-size:11px;flex-wrap:wrap}.member-stats span{padding:3px 6px}.member-actions{flex-direction:row;justify-content:center;width:100%;gap:6px}.btn-icon{width:32px;height:32px;font-size:12px}}@media(max-width:360px){.team-page{padding-top:64px}.team-page .dashboard-header{padding:10px 12px}.cargo-dispatcher-card{padding:12px;margin-bottom:12px;border-radius:8px}.cd-header{font-size:10px;margin-bottom:8px;gap:4px}.cd-header i{font-size:11px}.cd-info{gap:8px}.cd-info img{width:40px;height:40px}.cd-info>div{flex:1;min-width:0}.cd-info h3{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cd-info p{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cd-call{width:32px;height:32px}.cd-call i{font-size:12px}.team-page .header-title{font-size:16px;gap:6px}.team-page .header-title i{font-size:20px}.team-page .header-subtitle{font-size:11px}.team-page .user-name{font-size:12px}.team-page .logout-btn{padding:5px 8px;font-size:13px}.team-page .dashboard-main{padding:12px 10px}.team-stats{gap:8px}.stat-card{padding:12px}.stat-icon{width:40px;height:40px;font-size:16px}.stat-info h3{font-size:18px}.stat-info p{font-size:10px}.btn-add-member{padding:8px 16px;font-size:12px}.member-card{padding:14px;gap:10px}.member-avatar img{width:52px;height:52px}.status-badge{width:12px;height:12px}.member-name{font-size:14px}.member-role{font-size:11px}.btn-icon{width:30px;height:30px;font-size:11px}}@media(max-width:768px)and (orientation:landscape){.team-page{padding-top:72px}.team-page .dashboard-header{padding:10px 20px}.cargo-dispatcher-card{padding:14px;margin-bottom:14px}.cd-header{font-size:11px;margin-bottom:8px}.cd-info{gap:10px}.cd-info img{width:44px;height:44px}.cd-info h3{font-size:15px}.cd-info p{font-size:12px}.cd-call{width:38px;height:38px}.team-page .header-title{font-size:20px}.team-page .header-subtitle{display:none}.team-stats{grid-template-columns:repeat(4,1fr)}.stat-card{padding:12px}.stat-icon{width:40px;height:40px;font-size:18px}.stat-info h3{font-size:20px}.stat-info p{font-size:11px}.team-members{grid-template-columns:repeat(2,1fr)}.member-card{flex-direction:row;text-align:left}.member-info{text-align:left}.member-stats{justify-content:flex-start}}.loading{display:flex;justify-content:center;align-items:center;min-height:400px}.loading:after{content:"";width:40px;height:40px;border:4px solid #f0f3f7;border-top-color:#0052cc;border-radius:50%;animation:spin 1s linear infinite}.cargo-dispatcher-card{background:linear-gradient(135deg,#a855f7,#7c3aed);border-radius:16px;padding:20px;margin-bottom:20px;color:#fff;box-shadow:0 4px 16px #a855f733;transition:all .3s ease;position:relative;z-index:10}.cargo-dispatcher-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #a855f74d}.cd-header{display:flex;align-items:center;gap:8px;font-size:13px;opacity:.9;margin-bottom:12px}.cd-info{display:flex;align-items:center;gap:16px}.cd-info img{width:56px;height:56px;border-radius:50%;border:3px solid rgba(255,255,255,.3)}.cd-info h3{margin:0;font-size:18px;font-weight:600}.cd-info p{margin:4px 0 0;font-size:14px;opacity:.9}.cd-call{margin-left:auto;width:48px;height:48px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:background .2s}.cd-call:hover{background:#ffffff4d}.empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:16px;border:1px solid #e6edf6}.empty-state i{font-size:48px;color:#d1d5db;margin-bottom:16px}.empty-state p{color:#6b7280;font-size:16px;margin:0}.chat-page{padding-top:100px;height:100vh;display:flex;flex-direction:column}.chat-container{min-height:100vh;display:flex;flex-direction:column}.chat-header{position:fixed;top:0;left:0;right:0;background:#fff;padding:16px 24px;box-shadow:0 2px 12px #00000014,0 0 1px #0000000a;display:flex;justify-content:space-between;align-items:center;z-index:1000}.chat-header-left{display:flex;align-items:center;gap:16px}.btn-back-chat{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f0f3f7;border:none;border-radius:10px;color:#0052cc;cursor:pointer;transition:all .2s ease;font-size:16px}.btn-back-chat:hover{background:#0052cc;color:#fff}.chat-user-info{display:flex;align-items:center;gap:12px}.chat-avatar{position:relative}.chat-avatar img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #f0f3f7}.chat-avatar .status-indicator{position:absolute;bottom:2px;right:2px;width:12px;height:12px;border-radius:50%;border:2px solid white;background:#22c55e}.chat-avatar .status-indicator.offline{background:#9ca3af}.chat-avatar .status-indicator.away{background:#f97316}.chat-user-details h2{font-size:16px;font-weight:700;color:#1a1f36;margin:0}.chat-user-details p{font-size:13px;color:#22c55e;margin:2px 0 0;font-weight:500}.chat-user-details p.offline{color:#9ca3af}.chat-user-details p.away{color:#f97316}.chat-header-actions{display:flex;gap:8px}.btn-header-action{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f0f3f7;border:1px solid #e5e7eb;border-radius:10px;color:#666d7d;cursor:pointer;transition:all .2s ease;font-size:16px}.btn-header-action:hover{background:#0052cc;color:#fff;border-color:#0052cc}.chat-main{flex:1;display:flex;flex-direction:column;max-width:900px;margin:0 auto;width:100%;padding:0 16px}.messages-container{flex:1;overflow-y:auto;padding:24px 0;display:flex;flex-direction:column}.message-group{display:flex;flex-direction:column;margin-top:2px}.message-group.sent{align-items:flex-end}.message-group.received{align-items:flex-start}.message-group.first-in-group{margin-top:16px}.message-group:first-child{margin-top:0}.message{max-width:70%;padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.5;position:relative;animation:messageIn .3s ease-out}@keyframes messageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.sent{background:linear-gradient(135deg,#0052cc,#0041a3);color:#fff;border-bottom-right-radius:4px}.message.received{background:#fff;color:#1a1f36;border-bottom-left-radius:4px;box-shadow:0 2px 8px #00000014}.message-time{font-size:11px;color:#9ca3af;margin-top:4px;padding:0 4px}.message-group.sent .message-time{text-align:right}.date-divider{display:flex;align-items:center;justify-content:center;padding:16px 0}.date-divider span{background:#f0f3f7;color:#666d7d;font-size:12px;font-weight:600;padding:6px 16px;border-radius:20px}.typing-indicator{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fff;border-radius:16px 16px 16px 4px;box-shadow:0 2px 8px #00000014;width:fit-content}.typing-dots{display:flex;gap:4px}.typing-dots span{width:8px;height:8px;background:#0052cc;border-radius:50%;animation:typingBounce 1.4s ease-in-out infinite}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.chat-input-container{padding:16px 0 24px;background:linear-gradient(to top,#f8fafb 0%,transparent 100%)}.chat-input-wrapper{display:flex;align-items:flex-end;gap:12px;background:#fff;padding:8px 12px;border-radius:24px;box-shadow:0 2px 12px #00000014;border:2px solid #e5e7eb;transition:all .3s ease}.chat-input-wrapper:focus-within{border-color:#0052cc;box-shadow:0 4px 20px #0052cc26}.btn-attach{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f0f3f7;border:none;border-radius:50%;color:#666d7d;cursor:pointer;transition:all .2s ease;font-size:16px;flex-shrink:0}.btn-attach:hover{background:#e5e7eb;color:#0052cc}.chat-input{flex:1;border:none;outline:none;font-size:15px;color:#1a1f36;resize:none;max-height:120px;min-height:24px;line-height:1.5;padding:8px 12px;font-family:inherit;background:transparent}.chat-input::placeholder{color:#9ca3af}.chat-input:focus{outline:none;box-shadow:none}.btn-emoji{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;color:#666d7d;cursor:pointer;transition:all .2s ease;font-size:20px;flex-shrink:0}.btn-emoji:hover{color:#f97316;transform:scale(1.1)}.btn-send{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:linear-gradient(135deg,#0052cc,#0041a3);border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease;font-size:16px;flex-shrink:0}.btn-send:hover{transform:scale(1.05);box-shadow:0 4px 12px #0052cc66}.btn-send:active{transform:scale(.95)}.btn-send:disabled{background:#b3d4ff;cursor:not-allowed;transform:none;box-shadow:none}.online-users-sidebar{position:fixed;right:0;top:88px;bottom:0;width:280px;background:#fff;box-shadow:-2px 0 12px #00000014;padding:24px 16px;overflow-y:auto;transform:translate(100%);transition:transform .3s ease;z-index:999}.online-users-sidebar.open{transform:translate(0)}.sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.sidebar-header h3{font-size:16px;font-weight:700;color:#1a1f36;margin:0}.btn-close-sidebar{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f0f3f7;border:none;border-radius:8px;color:#666d7d;cursor:pointer;transition:all .2s ease}.btn-close-sidebar:hover{background:#e5e7eb;color:#1a1f36}.online-users-list{display:flex;flex-direction:column;gap:8px}.online-user-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;cursor:pointer;transition:all .2s ease}.online-user-item:hover{background:#f0f3f7}.online-user-item.active{background:#0052cc1a}.online-user-avatar{position:relative}.online-user-avatar img{width:40px;height:40px;border-radius:50%}.online-user-avatar .status-dot{position:absolute;bottom:0;right:0;width:10px;height:10px;border-radius:50%;border:2px solid white;background:#22c55e}.online-user-info h4{font-size:14px;font-weight:600;color:#1a1f36;margin:0}.online-user-info p{font-size:12px;color:#666d7d;margin:2px 0 0}.empty-chat{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#666d7d}.empty-chat-icon{width:80px;height:80px;background:#f0f3f7;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;color:#0052cc}.empty-chat h3{font-size:18px;font-weight:600;color:#1a1f36;margin:0}.empty-chat p{font-size:14px;margin:0;text-align:center;max-width:300px}@media(max-width:768px){.chat-page{padding-top:80px}.chat-header{padding:12px 16px}.chat-avatar img{width:40px;height:40px}.chat-user-details h2{font-size:14px}.chat-user-details p{font-size:12px}.btn-back-chat,.btn-header-action{width:36px;height:36px;font-size:14px}.chat-main{padding:0 12px}.message{max-width:85%;padding:10px 14px;font-size:14px}.chat-input-wrapper{padding:10px 12px}.btn-attach,.btn-emoji{width:36px;height:36px}.btn-send{width:40px;height:40px}.online-users-sidebar{width:100%}}@media(max-width:480px){.chat-header-actions{gap:4px}.chat-user-info{gap:10px}.message{max-width:90%}.chat-input{font-size:14px}}.profile-page{min-height:100vh;background:linear-gradient(135deg,#f8fafb,#e8f4f8);padding-top:100px}.profile-container{max-width:800px;margin:0 auto;padding:20px}.btn-back{display:none}.back-link{margin-bottom:24px}.btn-back-link{display:inline-flex;align-items:center;gap:8px;padding:0;background:transparent;color:#0052cc;text-decoration:none;font-weight:500;font-size:15px;transition:all .3s ease;border:none;cursor:pointer}.btn-back-link:hover{color:#0041a3;transform:translate(-4px)}.user-info{display:flex;align-items:center;gap:12px;cursor:pointer;padding:8px 12px;border-radius:12px;transition:all .2s}.user-avatar{width:40px;height:40px;border-radius:50%;border:2px solid #e5e7eb}.user-name{font-weight:500;color:#1a1a2e}.logout-btn{width:40px;height:40px;border-radius:10px;border:none;background:#fee2e2;color:#dc2626;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.logout-btn:hover{background:#fecaca}.profile-main{display:flex;flex-direction:column}.profile-card{background:#fff;border-radius:20px;padding:40px;width:100%;box-shadow:0 4px 20px #00000014}.profile-avatar{position:relative;width:120px;height:120px;margin:0 auto 20px}.profile-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:4px solid #e5e7eb}.profile-avatar .status-badge{position:absolute;bottom:8px;right:8px;width:20px;height:20px;border-radius:50%;border:3px solid white}.profile-avatar .status-badge.online{background:#22c55e}.profile-avatar .status-badge.offline{background:#9ca3af}.profile-info{text-align:center;margin-bottom:30px}.profile-info h2{font-size:24px;font-weight:600;color:#1a1a2e;margin:0 0 8px}.role-badge{display:inline-block;padding:6px 16px;background:#e0f2fe;color:#0369a1;border-radius:20px;font-size:14px;font-weight:500}.alert{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;margin-bottom:20px}.alert-success{background:#d1fae5;color:#065f46}.alert-error{background:#fee2e2;color:#991b1b}.alert-icon{font-size:18px}.profile-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group input{padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:16px;transition:all .2s}.form-group input:focus{outline:none;border-color:#0052cc;box-shadow:0 0 0 3px #0052cc1a}.form-group input:disabled{background:#f8fafc;color:#64748b;cursor:not-allowed}.form-group input.disabled{background:#f1f5f9}.form-group small{font-size:12px;color:#94a3b8}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:10px}.btn{padding:12px 24px;border-radius:10px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px;border:none}.btn-secondary{background:#f1f5f9;color:#64748b}.btn-secondary:hover{background:#e2e8f0}@media(max-width:600px){.profile-container{padding:16px}.profile-card{padding:24px}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn{width:100%;justify-content:center}}@media(max-width:768px){.profile-page{padding-top:72px}.profile-header{padding:0 16px}.profile-header .header-content{height:64px}.profile-container{padding:16px}.header-left{gap:12px}.header-left h1{font-size:18px}.menu-btn{width:40px;height:40px}.btn-back,.user-avatar{width:36px;height:36px}.user-name{display:none}.logout-btn{width:36px;height:36px}.profile-card{padding:24px 20px;border-radius:16px}.profile-avatar{width:100px;height:100px;margin-bottom:16px}.profile-avatar .status-badge{width:16px;height:16px;bottom:6px;right:6px}.profile-info h2{font-size:20px}.role-badge{padding:5px 14px;font-size:13px}.profile-form{gap:16px}.form-group label{font-size:13px}.form-group input{padding:10px 14px;font-size:15px}.form-group small{font-size:11px}.btn{padding:10px 20px;font-size:15px}}@media(max-width:480px){.profile-page{background:#f8fafb;padding-top:64px}.profile-header{padding:0 12px}.profile-header .header-content{height:56px}.profile-container{padding:12px}.header-left{gap:8px}.header-left h1{font-size:16px}.menu-btn{width:36px;height:36px;font-size:16px}.btn-back{width:32px;height:32px;border-radius:8px}.user-avatar{width:32px;height:32px}.logout-btn{width:32px;height:32px;border-radius:8px}.profile-card{padding:20px 16px;border-radius:14px}.profile-avatar{width:80px;height:80px;margin-bottom:12px}.profile-avatar img{border-width:3px}.profile-avatar .status-badge{width:14px;height:14px;bottom:4px;right:4px;border-width:2px}.profile-info{margin-bottom:20px}.profile-info h2{font-size:18px;margin-bottom:6px}.role-badge{padding:4px 12px;font-size:12px;border-radius:16px}.alert{padding:10px 12px;gap:10px;border-radius:8px;margin-bottom:16px}.alert-icon{font-size:16px}.alert p{font-size:13px}.profile-form,.form-row{gap:14px}.form-group{gap:6px}.form-group label{font-size:12px}.form-group input{padding:10px 12px;font-size:14px;border-radius:8px;border-width:1.5px}.form-group small{font-size:10px}.form-actions{gap:10px;margin-top:6px}.btn{padding:10px 16px;font-size:14px;border-radius:8px;gap:6px}.btn i{font-size:14px}}@media(max-width:360px){.profile-page{padding-top:56px}.profile-header .header-content{height:48px}.profile-container{padding:10px}.header-left h1{font-size:14px}.menu-btn{width:32px;height:32px;font-size:14px}.btn-back,.user-avatar,.logout-btn{width:28px;height:28px}.profile-card{padding:16px 14px;border-radius:12px}.profile-avatar{width:70px;height:70px}.profile-info h2{font-size:16px}.role-badge{font-size:11px;padding:3px 10px}.form-group label{font-size:11px}.form-group input{padding:8px 10px;font-size:13px}.btn{padding:8px 14px;font-size:13px}}.driver-form-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafb,#e8f4f8);padding:40px 16px}.driver-form-container{width:100%;max-width:960px;background:#fff;border-radius:20px;box-shadow:0 20px 45px #0f172a14;padding:36px}.driver-form-title{font-size:28px;font-weight:700;color:#1a1f36;margin-bottom:8px;display:flex;align-items:center;gap:12px}.driver-form-subtitle{color:#64748b;margin-bottom:32px;font-size:15px}.driver-form{display:flex;flex-direction:column;gap:28px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.form-group{display:flex;flex-direction:column;gap:10px}.form-group label{font-size:14px;font-weight:600;color:#1a1f36}.form-group input,.form-group select{padding:12px 14px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;color:#1a1f36;font-size:15px;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26;background:#fff}.form-group input::placeholder{color:#94a3b8}.form-actions{display:flex;justify-content:flex-end}.btn-submit{background:#2563eb;color:#fff;border:none;border-radius:12px;padding:14px 28px;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 12px 30px #2563eb38;transition:transform .2s ease,box-shadow .2s ease}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 16px 40px #2563eb4d}@media(max-width:768px){.driver-form-container{padding:24px}.driver-form-title{font-size:24px}}.cargo-card{background:#fff;border-radius:14px;padding:18px 20px;border:1px solid #e5e7eb;transition:all .2s;margin-bottom:10px;position:relative;overflow:hidden}.cargo-card:hover{box-shadow:0 4px 16px #00000012}.status-indicator{display:none}.status-badge-corner{position:absolute;top:12px;right:14px;padding:3px 10px;border-radius:20px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:2}.status-badge-corner.new{background:#dcfce7;color:#16a34a;animation:badgePulse 2s ease-in-out infinite}.status-badge-corner.seen{background:#f1f5f9;color:#64748b}.status-badge-corner.saved{background:#dbeafe;color:#2563eb}@keyframes badgePulse{0%,to{box-shadow:0 0 #22c55e66}50%{box-shadow:0 0 0 6px #22c55e00}}.cargo-content{margin-bottom:12px;position:relative;z-index:1;padding-right:70px;min-height:20px}.cargo-message{font-size:14px;line-height:1.6;color:#1e293b;margin:0;word-wrap:break-word;white-space:pre-wrap;display:block}.cargo-time{display:flex;align-items:center;gap:6px;font-size:12px;color:#94a3b8;margin-bottom:14px;padding-top:10px;border-top:1px solid #f1f5f9}.cargo-time i{color:#cbd5e1;width:14px;font-size:11px}.cargo-card-actions{display:flex;gap:6px}.btn-action{flex:1;padding:8px 10px;border:none;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center;gap:5px}.btn-action i{font-size:12px}.btn-mark-seen{background:#dcfce7;color:#16a34a}.btn-mark-seen:hover{background:#bbf7d0}.btn-save{background:#e0f2fe;color:#0369a1}.btn-save:hover{background:#bae6fd}.btn-remove{background:#f1f5f9;color:#64748b}.btn-remove:hover{background:#e2e8f0}@media(max-width:768px){.cargo-card{padding:14px 16px}.cargo-card-actions{flex-direction:column}.btn-action{width:100%}}.cargo-watcher-page{min-height:100vh;background:linear-gradient(135deg,#f8fafb,#e8f4f8);padding-top:100px}.cargo-watcher-container{max-width:1400px;margin:0 auto;padding:20px}.cargo-watcher-header{position:fixed;top:0;left:0;right:0;background:#fff;box-shadow:0 2px 12px #00000014;z-index:1000;padding:0 24px}.cargo-watcher-header .header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;height:72px}.cargo-watcher-page .header-title{font-size:28px;font-weight:700;color:#0052cc;letter-spacing:-.5px;display:flex;align-items:center;gap:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.cargo-watcher-page .header-title i{font-size:32px;flex-shrink:0}.cargo-watcher-page .header-subtitle{font-size:14px;color:#666d7d;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-btn{width:44px;height:44px;border-radius:12px;border:none;background:#f1f5f9;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .2s;flex-shrink:0}.menu-btn:hover{background:#e2e8f0;color:#0052cc}.cargo-watcher-main{display:flex;flex-direction:column}.back-link{margin-bottom:20px}.btn-back-link{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#f1f5f9;color:#64748b;border:none;border-radius:10px;cursor:pointer;font-size:15px;font-weight:500;transition:all .2s}.btn-back-link:hover{background:#e2e8f0;transform:translate(-4px)}.btn-back-link:active{transform:translate(-2px)}.btn-back-link i{font-size:14px}@media(max-width:768px){.back-link{margin-bottom:16px}.btn-back-link{padding:10px 14px;font-size:14px}}@media(max-width:960px){.cargo-watcher-page .header-title{font-size:22px;gap:10px}.cargo-watcher-page .header-title i{font-size:24px}.cargo-watcher-page .header-subtitle{font-size:13px;display:block!important}.header-left{gap:12px}}@media(max-width:768px){.cargo-watcher-page{padding-top:72px}.cargo-watcher-container{padding:16px}.cargo-watcher-header{padding:0 16px}.cargo-watcher-header .header-content{height:64px}.header-left{gap:10px}.cargo-watcher-page .header-title{font-size:18px;gap:8px}.cargo-watcher-page .header-title i{font-size:20px}.cargo-watcher-page .header-subtitle{font-size:12px;display:block!important}.menu-btn{width:40px;height:40px}.user-name{display:none}.user-avatar,.logout-btn{width:36px;height:36px}}@media(max-width:640px){.cargo-watcher-page .header-title{font-size:16px;gap:6px}.cargo-watcher-page .header-title i{font-size:18px}.cargo-watcher-page .header-subtitle{font-size:11px;display:none}.header-left{gap:8px}}@media(max-width:480px){.cargo-watcher-page{padding-top:64px}.cargo-watcher-container{padding:12px}.cargo-watcher-header{padding:0 12px}.cargo-watcher-header .header-content{height:56px}.cargo-watcher-page .header-title{font-size:16px;gap:6px}.cargo-watcher-page .header-title i{font-size:18px}.menu-btn{width:36px;height:36px;font-size:16px}.user-avatar,.logout-btn{width:32px;height:32px}}@media(max-width:360px){.cargo-watcher-page{padding-top:56px}.cargo-watcher-header .header-content{height:48px}.cargo-watcher-container{padding:10px}.cargo-watcher-page .header-title{font-size:15px;gap:4px}.cargo-watcher-page .header-title i{font-size:16px}.menu-btn{width:32px;height:32px;font-size:14px}.user-avatar,.logout-btn{width:28px;height:28px}}.cargo-watcher-content{display:flex;flex-direction:column;gap:24px}.cargo-watcher-grid{display:grid;grid-template-columns:400px 1fr;gap:24px;align-items:start}.sections-container{display:flex;flex-direction:column;gap:24px}.form-section{width:100%;max-width:500px;margin:0 auto}@media(max-width:768px){.form-section{max-width:100%;margin:0}}@media(min-width:1201px){.cargo-watcher-content{display:grid;grid-template-columns:400px 1fr;gap:24px;align-items:start}.form-section{position:sticky;top:100px;height:fit-content;max-width:none;margin:0}}@media(min-width:1201px)and (max-width:1400px){.cargo-watcher-container{padding:24px}}.form-card{background:#fff;border-radius:20px;padding:32px;box-shadow:0 4px 20px #00000014;margin-bottom:20px}.form-title{font-size:22px;font-weight:700;color:#1a1a2e;margin-bottom:8px}.form-subtitle{font-size:14px;color:#64748b;margin-bottom:24px}.cargo-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:500;color:#64748b}.form-group select,.form-group input{padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:15px;transition:all .2s;width:100%}.form-group select:focus,.form-group input:focus{outline:none;border-color:#0052cc;box-shadow:0 0 0 3px #0052cc1a}.checkbox-group{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:8px}.checkbox-group.horizontal{display:flex;gap:20px}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#64748b;padding:8px;border-radius:8px;transition:all .2s}.checkbox-label:hover{background:#f8fafc}.checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:#0052cc}.checkbox-text{font-size:14px;color:#1a1a2e}.form-actions{margin-top:10px}.btn{padding:14px 28px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:10px;border:none;width:100%}.btn-primary{background:linear-gradient(135deg,#0052cc,#0747a6);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0052cc4d}.btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.list-section{background:#fff;border-radius:20px;padding:32px;box-shadow:0 4px 20px #00000014}.list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.list-title{font-size:22px;font-weight:700;color:#1a1a2e}.list-actions{display:flex;gap:12px}.btn-refresh{padding:10px 20px;background:#f1f5f9;color:#64748b;border:none;border-radius:10px;cursor:pointer;font-size:15px;font-weight:500;display:flex;align-items:center;gap:8px;transition:all .2s}.btn-refresh:hover{background:#e2e8f0;color:#0052cc}.cargo-list,.watches-list{display:flex;flex-direction:column;gap:16px}.watch-card{background:#fff;border-radius:16px;padding:20px;border:2px solid #e5e7eb;transition:all .3s}.watch-card.active{border-color:#22c55e;background:linear-gradient(to right,#fff,#f0fdf4)}.watch-card.inactive{border-color:#94a3b8;opacity:.7;background:#f8fafc}.watch-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.watch-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.watch-keywords{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#1a1a2e}.watch-keywords i{color:#0052cc}.watch-status{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.watch-status.active{background:#d1fae5;color:#065f46}.watch-status.inactive{background:#f1f5f9;color:#64748b}.watch-info{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.watch-meta{display:flex;align-items:center;gap:6px;font-size:14px;color:#64748b}.watch-meta i{color:#94a3b8;width:16px}.watch-actions{display:flex;gap:8px}.btn-watch-toggle,.btn-watch-delete{flex:1;padding:10px 16px;border:none;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:6px}.btn-watch-toggle{background:#e0f2fe;color:#0369a1}.btn-watch-toggle:hover{background:#bae6fd}.btn-watch-delete{background:#fee2e2;color:#dc2626}.btn-watch-delete:hover{background:#fecaca}.list-title i{margin-right:8px;color:#0052cc}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#94a3b8}.empty-state i{font-size:48px;margin-bottom:16px;color:#cbd5e1}.empty-state h3{font-size:18px;font-weight:600;margin-bottom:8px;color:#64748b}.empty-state p{font-size:14px;color:#94a3b8}.new-match{border-left:4px solid #22c55e;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #22c55e66}70%{box-shadow:0 0 0 10px #22c55e00}to{box-shadow:0 0 #22c55e00}}@media(min-width:769px)and (max-width:1200px){.cargo-watcher-container{max-width:900px;padding:20px}.cargo-watcher-content{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}.form-section{max-width:100%;margin:0;position:sticky;top:100px;height:fit-content}.form-card{padding:24px 20px;margin-bottom:0}.form-title{font-size:20px;margin-bottom:6px}.form-subtitle{font-size:13px;margin-bottom:20px}.cargo-form{gap:18px}.form-group{gap:8px}.form-group label{font-size:13px}.form-group input,.form-group select{padding:12px 14px;font-size:15px}.checkbox-group.horizontal{gap:16px}.checkbox-label{padding:10px 12px}.checkbox-label input[type=checkbox]{width:18px;height:18px}.checkbox-text{font-size:14px}.btn{padding:14px 20px;font-size:15px;min-height:48px}.sections-container{gap:20px}}@media(max-width:1200px){.cargo-watcher-grid{grid-template-columns:1fr;gap:20px}.form-section{position:static}.form-card{margin-bottom:0}.cargo-watcher-content,.sections-container{gap:20px}}@media(max-width:992px){.cargo-watcher-grid{gap:16px}.list-section{padding:28px 24px}}@media(max-width:768px){.cargo-watcher-page{padding-top:72px}.cargo-watcher-container{padding:16px}.cargo-watcher-main{padding-top:0}.cargo-watcher-content{gap:16px}.cargo-watcher-header{padding:0 16px}.cargo-watcher-header .header-content{height:64px}.header-left{gap:10px}.menu-btn{width:40px;height:40px}.user-avatar,.logout-btn{width:36px;height:36px}.form-card{padding:20px 16px;border-radius:16px;box-shadow:0 2px 12px #0000000f;margin-bottom:0}.list-section{padding:24px 20px;border-radius:16px}.form-title{font-size:20px;margin-bottom:6px;line-height:1.3}.form-subtitle{font-size:13px;margin-bottom:20px;line-height:1.5}.list-title{font-size:20px}.cargo-form{gap:18px}.form-group{gap:10px}.form-group label{font-size:13px;font-weight:600}.form-group input,.form-group select{padding:14px 16px;font-size:16px;border-radius:12px;-webkit-appearance:none;appearance:none}.form-group input:focus,.form-group select:focus{box-shadow:0 0 0 4px #0052cc14}.form-row{grid-template-columns:1fr;gap:18px}.checkbox-group{grid-template-columns:1fr}.checkbox-group.horizontal{flex-direction:column;gap:10px;margin-top:4px}.checkbox-label{padding:12px 14px;border-radius:10px;background:#f8fafc;border:1px solid #e5e7eb;transition:all .2s}.checkbox-label:hover{background:#f1f5f9;border-color:#cbd5e1}.checkbox-label input[type=checkbox]{width:20px;height:20px;flex-shrink:0}.checkbox-text{font-size:15px;font-weight:500}.form-actions{margin-top:4px}.btn{padding:16px 24px;font-size:16px;border-radius:12px;min-height:52px;font-weight:600}.btn-primary{box-shadow:0 4px 12px #0052cc33}.btn-primary:active{transform:translateY(0);box-shadow:0 2px 8px #0052cc26}.cargo-list,.watches-list{gap:12px}.watch-info{flex-direction:column;gap:12px}.watch-actions{flex-direction:column}.btn-watch-toggle,.btn-watch-delete{width:100%}.list-header{flex-direction:column;align-items:flex-start;gap:16px}.list-actions{width:100%}.btn-refresh{width:100%;justify-content:center}}@media(max-width:480px){.cargo-watcher-page{padding-top:64px}.cargo-watcher-container{padding:12px}.cargo-watcher-header{padding:0 12px}.cargo-watcher-header .header-content{height:56px}.menu-btn{width:36px;height:36px;font-size:16px}.user-avatar,.logout-btn{width:32px;height:32px}.form-card{padding:18px 14px;border-radius:14px}.list-section{padding:20px 16px;border-radius:14px}.form-title,.list-title{font-size:18px}.form-card{padding:18px 14px}.form-title{font-size:18px}.form-subtitle{font-size:12px;margin-bottom:18px}.form-group input,.form-group select{padding:13px 14px;font-size:16px}.checkbox-label{padding:11px 12px}.checkbox-label input[type=checkbox]{width:18px;height:18px}.checkbox-text{font-size:14px}.btn{padding:15px 20px;font-size:15px;min-height:50px}.form-group{gap:6px}.form-group label{font-size:12px}.form-group select,.form-group input{padding:10px 12px;font-size:14px}.empty-state{padding:40px 16px}.empty-state i{font-size:36px}.empty-state h3{font-size:16px}}.help-text{font-size:12px;color:#94a3b8;margin-top:4px}.cargo-info{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.cargo-type,.cargo-route,.cargo-time,.cargo-keywords{display:flex;align-items:center;gap:8px;font-size:14px;color:#64748b}.cargo-type i,.cargo-route i,.cargo-time i,.cargo-keywords i{color:#94a3b8;width:16px}.cargo-type span{font-weight:500;color:#1a1a2e}.cargo-phone{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f8fafc;border-radius:10px;font-size:15px;font-weight:500;color:#1a1a2e;margin-bottom:16px}.cargo-phone i{color:#22c55e}.error-banner{background:linear-gradient(135deg,#ff5252,#f44336);color:#fff;padding:16px 24px;border-radius:12px;margin-bottom:20px;display:flex;align-items:center;gap:12px;box-shadow:0 4px 12px #f4433633;animation:slideDown .3s ease-out}.error-banner i{font-size:20px}.error-banner span{flex:1;font-weight:500}.error-banner button{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.error-banner button:hover{background:#ffffff4d}.loading-state{text-align:center;padding:60px 20px;color:#7a8699}.loading-state i{font-size:48px;color:#0052cc;margin-bottom:16px}.loading-state p{font-size:16px;margin:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.cargo-results-page{min-height:100vh;background:linear-gradient(135deg,#f8fafb,#e8f4f8);padding-top:100px}.cargo-results-container{max-width:900px;margin:0 auto;padding:20px}.cargo-results-main{display:flex;flex-direction:column}.results-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:20px}.filter-tabs{display:flex;gap:8px;flex-wrap:wrap}.filter-tab{padding:8px 16px;border-radius:20px;border:2px solid #e5e7eb;background:#fff;color:#64748b;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px}.filter-tab:hover{border-color:#0052cc;color:#0052cc}.filter-tab.active{background:#0052cc;border-color:#0052cc;color:#fff}.tab-count{background:#ef4444;color:#fff;font-size:11px;font-weight:700;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center}.filter-tab.active .tab-count{background:#ffffff4d}.new-badge{background:#ef4444;color:#fff;font-size:13px;font-weight:700;padding:2px 8px;border-radius:12px;margin-left:8px;animation:pulse-badge 2s infinite}@keyframes pulse-badge{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.results-list-wrapper{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 20px #00000014}.results-count-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e5e7eb;font-size:14px;color:#64748b}.results-list{display:flex;flex-direction:column;gap:12px}.result-item-wrapper{position:relative}.result-item-wrapper:hover{transform:none}.result-keywords-tag{position:absolute;top:12px;left:12px;background:#0052cc1a;color:#0052cc;font-size:11px;font-weight:600;padding:4px 10px;border-radius:8px;display:flex;align-items:center;gap:4px;z-index:5;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:24px;padding-top:20px;border-top:1px solid #e5e7eb}.pagination-btn{width:40px;height:40px;border-radius:10px;border:2px solid #e5e7eb;background:#fff;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.pagination-btn:hover:not(:disabled){border-color:#0052cc;color:#0052cc}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-info{font-size:14px;font-weight:500;color:#64748b}.result-detail-card{background:#fff;border-radius:20px;padding:32px;box-shadow:0 4px 20px #00000014}.result-detail-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.detail-status-badge{padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.detail-status-badge.new{background:#d1fae5;color:#065f46}.detail-status-badge.seen{background:#f1f5f9;color:#64748b}.detail-status-badge.saved{background:#dbeafe;color:#1e40af}.detail-status-badge.archived{background:#f3f4f6;color:#9ca3af}.detail-saved-badge{padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;background:#fef3c7;color:#92400e;display:flex;align-items:center;gap:6px}.result-detail-content{background:#f8fafb;border-radius:16px;padding:24px;margin-bottom:20px;border-left:4px solid #0052cc}.result-detail-content p{font-size:16px;line-height:1.7;color:#1a1a2e;white-space:pre-wrap;word-break:break-word;margin:0}.result-detail-clean{background:#f0fdf4;border-radius:16px;padding:20px;margin-bottom:20px;border-left:4px solid #22c55e}.result-detail-clean h4{font-size:13px;font-weight:600;color:#065f46;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}.result-detail-clean p{font-size:14px;line-height:1.6;color:#374151;white-space:pre-wrap;word-break:break-word;margin:0}.result-detail-meta{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px;padding:16px 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.detail-meta-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#64748b}.detail-meta-item i{color:#94a3b8;width:16px}.result-detail-actions{display:flex;gap:12px}.btn-save-detail{background:linear-gradient(135deg,#0052cc,#0747a6);color:#fff;flex:1}.btn-save-detail:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0052cc4d}.btn-archive-detail{background:#f1f5f9;color:#64748b;flex:1}.btn-archive-detail:hover{background:#e2e8f0;color:#ef4444}@media(max-width:768px){.cargo-results-page{padding-top:72px}.cargo-results-container{padding:16px}.results-toolbar{flex-direction:column;align-items:flex-start}.filter-tabs{width:100%;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:4px}.filter-tab{white-space:nowrap;flex-shrink:0}.results-list-wrapper{padding:16px;border-radius:16px}.result-detail-card{padding:20px;border-radius:16px}.result-detail-content{padding:16px}.result-detail-actions{flex-direction:column}.result-detail-meta{flex-direction:column;gap:12px}.result-keywords-tag{display:none}}@media(max-width:480px){.cargo-results-page{padding-top:64px}.cargo-results-container{padding:12px}.results-list-wrapper{padding:14px;border-radius:14px}.results-count-bar{flex-direction:column;gap:8px;align-items:flex-start}.result-detail-card{padding:16px}}.page-wrapper{min-height:100vh;background:linear-gradient(135deg,#f8fafb,#e8f4f8);padding-top:100px}.main-content{min-height:100vh;display:flex;flex-direction:column}.page-header{position:fixed;top:0;left:0;right:0;background:#fff;box-shadow:0 2px 12px #00000014;z-index:1000;padding:0 24px}.page-header .header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;height:72px}.header-left{display:flex;align-items:center;gap:16px;flex:1;min-width:0}.page-header h1.header-title{font-size:28px;font-weight:700;color:#0052cc;letter-spacing:-.5px;display:flex;align-items:center;gap:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.page-header h1.header-title i{font-size:32px;flex-shrink:0}.page-header .header-subtitle{font-size:14px;color:#666d7d;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-btn{width:44px;height:44px;border-radius:12px;border:none;background:#f1f5f9;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;transition:all .2s;flex-shrink:0}.menu-btn:hover{background:#e2e8f0;color:#1a1f36}.user-info{display:flex;align-items:center;gap:12px;cursor:pointer;padding:8px 12px;border-radius:12px;transition:all .2s;flex-shrink:0}.user-info:hover{background:#f8fafc}.user-avatar{width:40px;height:40px;border-radius:50%;border:2px solid #e5e7eb;flex-shrink:0}.user-name{font-weight:500;color:#1a1a2e;font-size:15px;white-space:nowrap}.logout-btn{width:40px;height:40px;border-radius:10px;border:none;background:#f0f3f7;color:#0052cc;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.logout-btn:hover{background:#e2e8f0}.driver-applications{flex:1;padding:32px;max-width:1400px;margin:0 auto;width:100%}.filter-section{display:flex;gap:12px;margin-bottom:32px;flex-wrap:wrap}.filter-btn{padding:12px 24px;border-radius:12px;border:2px solid #e2e8f0;background:#fff;color:#64748b;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.filter-btn:hover{border-color:#cbd5e1;background:#f8fafc}.filter-btn.active{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 4px 12px #2563eb33}.loading{text-align:center;padding:60px 20px;font-size:18px;color:#64748b}.empty-state{text-align:center;padding:80px 20px;color:#94a3b8}.empty-icon{font-size:64px;margin-bottom:16px}.empty-state p{font-size:18px;margin:0}.applications-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:24px}.application-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px #0000000f;transition:all .3s;border:2px solid transparent}.application-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px);border-color:#e2e8f0}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #f1f5f9}.applicant-info{display:flex;gap:12px;align-items:center}.avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;flex-shrink:0}.applicant-info h3{margin:0 0 4px;font-size:18px;font-weight:700;color:#1a1f36}.phone{margin:0;font-size:14px;color:#64748b}.status-badge{padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;white-space:nowrap}.badge-pending{background:#fef3c7;color:#92400e}.badge-approved{background:#d1fae5;color:#065f46}.badge-rejected{background:#fee2e2;color:#991b1b}.card-body{display:flex;flex-direction:column;gap:14px;margin-bottom:20px}.info-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.label{font-size:14px;color:#64748b;font-weight:500;white-space:nowrap;display:flex;align-items:center;gap:6px}.label i{color:#94a3b8;font-size:14px}.value{font-size:14px;color:#1a1f36;text-align:right;flex:1;word-break:break-word}.value.notes{background:#f1f5f9;padding:8px 12px;border-radius:8px;margin-top:4px}.card-actions,.notes-section{display:flex;flex-direction:column;gap:12px}.notes-section textarea{width:100%;min-height:80px;padding:12px;border:2px solid #e2e8f0;border-radius:12px;font-size:14px;resize:vertical;background:#f8fafc;transition:all .2s}.notes-section textarea:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.action-buttons{display:flex;gap:12px;flex-wrap:wrap}.btn-approve,.btn-reject,.btn-delete,.btn-cancel{flex:1;min-width:140px;padding:12px 20px;border-radius:12px;border:none;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.btn-approve{background:#22c55e;color:#fff;box-shadow:0 4px 12px #22c55e33}.btn-approve:hover{background:#16a34a;transform:translateY(-2px);box-shadow:0 6px 16px #22c55e4d}.btn-reject{background:#ef4444;color:#fff;box-shadow:0 4px 12px #ef444433}.btn-reject:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 6px 16px #ef44444d}.btn-delete{background:#f1f5f9;color:#dc2626;border:2px solid #fee2e2}.btn-delete:hover{background:#fee2e2;border-color:#fecaca;transform:translateY(-2px)}.btn-cancel{background:#f1f5f9;color:#64748b;border:2px solid #e2e8f0}.btn-cancel:hover{background:#e2e8f0;color:#475569}@media(max-width:1200px){.applications-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}}@media(max-width:768px){.page-wrapper{padding-top:72px}.page-header{padding:16px}.page-header .header-content{height:64px}.page-header h1.header-title{font-size:22px}.page-header h1.header-title i{font-size:24px}.page-header .header-subtitle{font-size:13px}.menu-btn{width:40px;height:40px;font-size:18px}.user-avatar,.logout-btn{width:36px;height:36px}.driver-applications{padding:20px 16px}.filter-section{gap:8px;margin-bottom:24px}.filter-btn{padding:10px 18px;font-size:14px}.applications-grid{grid-template-columns:1fr;gap:16px}.application-card{padding:20px}.avatar{width:48px;height:48px;font-size:20px}.applicant-info h3{font-size:16px}.phone{font-size:13px}.status-badge{padding:5px 12px;font-size:12px}.label,.value{font-size:13px}.action-buttons{flex-direction:column}.btn-approve,.btn-reject,.btn-delete,.btn-cancel{width:100%;min-width:unset}}@media(max-width:480px){.page-wrapper{padding-top:64px}.page-header{padding:12px;gap:12px}.page-header .header-content{height:56px}.page-header h1.header-title{font-size:18px}.page-header h1.header-title i{font-size:20px}.page-header .header-subtitle{font-size:12px}.menu-btn{width:36px;height:36px;font-size:16px}.user-avatar,.logout-btn{width:32px;height:32px}.driver-applications{padding:16px 12px}.filter-section{gap:6px}.filter-btn{padding:8px 14px;font-size:13px;flex:1 1 auto;min-width:calc(50% - 3px)}.application-card{padding:16px}.card-header{flex-direction:column;gap:12px;align-items:flex-start}.status-badge{align-self:flex-start}.avatar{width:44px;height:44px;font-size:18px}.applicant-info h3{font-size:15px}.info-row{flex-direction:column;gap:4px}.value{text-align:left}.empty-icon{font-size:48px}.empty-state p{font-size:16px}}body.sidebar-open .page-header{z-index:997}.msearch-page{min-height:100vh;background:#f4f7fb;padding-top:100px}.msearch-main{max-width:800px;margin:0 auto;padding:16px 20px 40px}.msearch-bar{display:flex;gap:8px;margin-bottom:12px}.msearch-input-wrap{flex:1;position:relative;display:flex;align-items:center}.msearch-input-wrap i{position:absolute;left:14px;color:#94a3b8;font-size:14px}.msearch-input-wrap input{width:100%;padding:12px 38px 12px 40px;border:1.5px solid #e2e8f0;border-radius:12px;font-size:14px;background:#fff;color:#1e293b;transition:border-color .15s;font-family:inherit}.msearch-input-wrap input:focus{outline:none;border-color:#0052cc}.msearch-clear{position:absolute;right:10px;background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;font-size:13px}.msearch-go{width:44px;height:44px;border:none;border-radius:12px;background:#0052cc;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;transition:background .15s}.msearch-go:hover{background:#003d99}.msearch-filter-toggle{width:44px;height:44px;border:1.5px solid #e2e8f0;border-radius:12px;background:#fff;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;position:relative;transition:all .15s}.msearch-filter-toggle.active{border-color:#0052cc;color:#0052cc;background:#eef4ff}.filter-badge{position:absolute;top:-5px;right:-5px;width:18px;height:18px;background:#ef4444;color:#fff;border-radius:50%;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.msearch-filters{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:14px 16px;margin-bottom:12px;animation:slideDown .15s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.msearch-filters-row{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap}.mfilter{display:flex;flex-direction:column;gap:4px;flex:1;min-width:110px}.mfilter-sm{max-width:80px;min-width:70px;flex:0}.mfilter label{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.3px}.mfilter select,.mfilter input{padding:8px 10px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:13px;background:#fff;color:#1e293b;font-family:inherit;transition:border-color .15s}.mfilter select:focus,.mfilter input:focus{outline:none;border-color:#0052cc}.mfilter select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;padding-right:28px}.mfilter-clear{padding:8px 14px;border:none;border-radius:8px;background:#fef2f2;color:#dc2626;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;display:flex;align-items:center;gap:4px;transition:background .15s}.mfilter-clear:hover{background:#fee2e2}.msearch-info-bar{display:flex;justify-content:space-between;align-items:center;padding:0 2px;margin-bottom:12px}.msearch-count{font-size:13px;color:#64748b;font-weight:500}.msearch-query{color:#94a3b8}.msearch-refresh{width:32px;height:32px;border:none;border-radius:8px;background:transparent;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:13px;transition:all .15s}.msearch-refresh:hover{background:#f1f5f9;color:#64748b}.msearch-loading{display:flex;justify-content:center;padding:60px 0}.msearch-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#0052cc;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.msearch-results{display:flex;flex-direction:column;gap:8px}.msg-card{background:#fff;border-radius:12px;padding:16px 18px;border:1px solid #e8ecf1;transition:box-shadow .15s;position:relative}.msg-card:hover{box-shadow:0 2px 12px #0000000f}.msg-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.msg-route{display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px;color:#1e293b}.msg-route i{color:#cbd5e1;font-size:12px}.msg-city.from{color:#0052cc}.msg-city.to{color:#7c3aed}.msg-time{font-size:11px;color:#94a3b8;white-space:nowrap}.msg-body{font-size:14px;line-height:1.65;color:#334155;margin-bottom:12px;word-wrap:break-word;white-space:pre-wrap;position:relative;transition:max-height .25s ease}.msg-body-collapsed{max-height:3.3em;overflow:hidden;cursor:pointer}.msg-body-collapsed:after{content:"";position:absolute;bottom:0;left:0;right:0;height:24px;background:linear-gradient(transparent,#fff);pointer-events:none}.msg-expand-hint{position:absolute;bottom:0;right:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:10px;z-index:1}.msg-body mark{background:#fef08a;color:#1e293b;padding:1px 3px;border-radius:3px}.msg-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.msg-tag{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500;text-decoration:none}.msg-tag i{font-size:10px}.tag-ton{background:#ecfdf5;color:#059669}.tag-vehicle{background:#f5f3ff;color:#7c3aed}.tag-phone{background:#eff6ff;color:#2563eb;cursor:pointer;transition:background .15s}.tag-phone:hover{background:#dbeafe}.msg-actions{display:flex;gap:6px;position:absolute;bottom:16px;right:18px}.msg-btn{width:34px;height:34px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:13px;transition:all .15s;text-decoration:none}.msg-btn:hover{background:#f8fafc}.msg-btn-call{color:#059669;border-color:#d1fae5}.msg-btn-call:hover{background:#ecfdf5}.msg-btn-copy.copied{color:#059669;border-color:#d1fae5;background:#ecfdf5}.msearch-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px;padding:12px 0}.pg-btn{width:38px;height:38px;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:13px;transition:all .15s}.pg-btn:hover:not(:disabled){border-color:#0052cc;color:#0052cc}.pg-btn:disabled{opacity:.35;cursor:not-allowed}.pg-info{font-size:13px;font-weight:600;color:#64748b;min-width:60px;text-align:center}.msearch-empty{text-align:center;padding:60px 20px;color:#cbd5e1}.msearch-empty i{font-size:40px;margin-bottom:12px;display:block}.msearch-empty p{font-size:14px;color:#94a3b8;margin:0}@media(max-width:768px){.msearch-page{padding-top:90px}.msearch-main{padding:12px 14px 40px}.msearch-filters-row{flex-direction:column;gap:8px}.mfilter,.mfilter-sm{max-width:100%;min-width:100%}.msg-top{flex-direction:column;align-items:flex-start;gap:4px}.msg-actions{position:static;margin-top:10px}}@media(max-width:480px){.msearch-page{padding-top:80px}}.loads-page{min-height:100vh;background:#f4f7fb;padding-top:100px}.loads-container{flex:1;display:flex;flex-direction:column;padding-top:1.3rem}.loads-page .dashboard-header{flex-direction:row;align-items:center}.loads-page .header-right{flex-shrink:0;margin-left:auto}.team-stats{background:#fff;padding:14px 20px;border-bottom:1px solid #e6edf6}.stats-grid{display:flex;gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.stats-grid::-webkit-scrollbar{display:none}.stat-card{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e6edf6;border-radius:10px;padding:10px 12px;min-width:0;flex-shrink:0;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.stat-card:hover{border-color:#b8c9e0;background:#f0f5fb;box-shadow:0 2px 8px #0052cc14}.stat-card:active{transform:scale(.98)}.stat-avatar{width:34px;height:34px;border-radius:8px;background:linear-gradient(135deg,#0052cc,#2684ff);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.stat-info{display:flex;flex-direction:column;min-width:0}.stat-name{font-weight:600;color:#0b1f3a;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px;line-height:1.2}.stat-counts{display:flex;gap:8px;font-size:11px;font-weight:600}.stat-counts .new{color:#0052cc;display:flex;align-items:center;gap:4px}.stat-counts .transit{color:#d97706;display:flex;align-items:center;gap:4px}.stat-counts i{font-size:5px}.stat-arrow{color:#c0c9d6;font-size:10px;flex-shrink:0;margin-left:auto;transition:color .2s}.stat-card:hover .stat-arrow{color:#0052cc}.filters{display:flex;gap:6px;padding:10px 20px;background:#fff;border-bottom:1px solid #e6edf6;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.filters button{padding:6px 14px;border:1px solid #e6edf6;border-radius:20px;background:#fff;cursor:pointer;font-weight:500;color:#5b6b7f;font-size:13px;white-space:nowrap;flex-shrink:0;transition:all .15s;position:relative;display:inline-flex;align-items:center;gap:6px}.filters button.active{background:#0052cc;color:#fff;border-color:#0052cc}.filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:10px;font-size:11px;font-weight:700;line-height:1}.filter-count.all{background:#eef2ff;color:#4f46e5}.filter-count.new{background:#dbeafe;color:#2563eb}.filter-count.transit{background:#fef3c7;color:#d97706}.filter-count.delivered{background:#d1fae5;color:#059669}.filter-count.canceled{background:#fee2e2;color:#dc2626}.filters button.active .filter-count{background:#ffffff40;color:#fff}.loads-main{flex:1;padding:16px 20px}.loading,.empty{text-align:center;padding:40px;color:#5b6b7f}.loads-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px}.load-card{background:#fff;border:1px solid #e6edf6;border-radius:12px;padding:14px 16px;transition:box-shadow .2s}.load-card:hover{box-shadow:0 2px 12px #0000000f}.load-card.urgent{border-color:#f59e0b;background:#fffbeb}.load-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.load-id{font-weight:700;color:#0b1f3a;font-size:15px}.load-status{padding:3px 10px;border-radius:12px;color:#fff;font-size:11px;font-weight:600}.timer-warning{background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;padding:6px 10px;margin-bottom:10px;display:flex;align-items:center;gap:6px;color:#92400e;font-size:12px;font-weight:600}.load-route{font-size:14px;color:#0052cc;font-weight:600;margin-bottom:4px}.load-desc{font-size:13px;color:#5b6b7f;margin:0 0 10px}.assigned-info{display:flex;gap:8px;align-items:center;font-size:13px;color:#059669;margin-bottom:6px;background:#ecfdf5;padding:6px 10px;border-radius:6px}.load-client{display:flex;gap:8px;align-items:center;font-size:13px;color:#5b6b7f;margin-bottom:6px}.load-client a{color:#0052cc;text-decoration:none}.load-date{font-size:12px;color:#8b9ab0;margin-bottom:10px}.load-actions{display:flex;gap:8px;flex-wrap:wrap}.load-actions button{flex:1;padding:7px 10px;border:1px solid #e6edf6;border-radius:8px;background:#fff;cursor:pointer;font-weight:500;font-size:13px;display:flex;align-items:center;justify-content:center;gap:6px;min-width:80px;transition:all .15s}.load-actions button:hover{background:#f4f7fb}.load-actions button.primary{background:#0052cc;color:#fff;border-color:#0052cc}.load-actions button.success{background:#10b981;color:#fff;border-color:#10b981}.load-actions button.danger{color:#ef4444;border-color:#fecaca}.driver-info{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:8px 10px;margin-bottom:10px}.driver-row{font-size:13px;color:#166534;display:flex;align-items:center;gap:8px;margin-bottom:3px}.driver-row:last-child{margin-bottom:0}.no-driver{background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;padding:8px 10px;font-size:13px;color:#92400e;margin-bottom:10px;display:flex;align-items:center;gap:8px}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .15s ease}.modal-content{background:#fff;border-radius:16px;padding:24px;width:100%;max-width:400px;max-height:90vh;overflow-y:auto;scrollbar-width:none}.modal-content::-webkit-scrollbar{display:none}.modal-content h3{margin:0 0 8px;color:#0b1f3a}.modal-hint{margin:0 0 16px;font-size:13px;color:#f59e0b}.form-group label{display:block;font-size:13px;font-weight:600;color:#5b6b7f;margin-bottom:5px}.form-group input{width:100%;padding:9px 12px;border:1px solid #e6edf6;border-radius:10px;font-size:14px;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#0052cc}.modal-actions{display:flex;gap:12px;margin-top:18px}.modal-actions button{flex:1}.dispatcher-modal{background:#fff;border-radius:16px;width:100%;max-width:480px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .2s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.dm-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #e6edf6;flex-shrink:0}.dm-dispatcher-info{display:flex;align-items:center;gap:14px;min-width:0}.dm-avatar{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#0052cc,#2684ff);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.dm-header h3{margin:0 0 4px;font-size:16px;color:#0b1f3a;font-weight:700}.dm-badges{display:flex;gap:8px}.dm-badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px}.dm-badge.blue{background:#eff6ff;color:#2563eb}.dm-badge.amber{background:#fffbeb;color:#d97706}.dm-close{width:36px;height:36px;border-radius:10px;border:1px solid #e6edf6;background:#fff;color:#5b6b7f;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;transition:all .15s}.dm-close:hover{background:#f4f7fb;color:#ef4444;border-color:#fecaca}.dm-body{flex:1;overflow-y:auto;padding:16px 20px;-webkit-overflow-scrolling:touch}.dm-loading{text-align:center;padding:40px 20px;color:#5b6b7f;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px}.dm-empty{text-align:center;padding:40px 20px;color:#8b9ab0;display:flex;flex-direction:column;align-items:center;gap:8px}.dm-empty i{font-size:28px;color:#d1d5db}.dm-loads-list{display:flex;flex-direction:column;gap:10px}.dm-load-item{background:#f8fafc;border:1px solid #e6edf6;border-radius:10px;padding:12px 14px;transition:border-color .15s}.dm-load-item:hover{border-color:#c7d5e8}.dm-load-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.dm-load-id{font-weight:700;color:#0b1f3a;font-size:14px}.dm-load-status{padding:2px 8px;border-radius:10px;color:#fff;font-size:10px;font-weight:600}.dm-load-route{font-size:13px;color:#0052cc;font-weight:600;margin-bottom:4px;display:flex;align-items:center;gap:6px}.dm-load-route i{font-size:11px;color:#8b9ab0}.dm-load-desc{font-size:12px;color:#5b6b7f;margin-bottom:6px;line-height:1.4}.dm-load-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:11px;color:#8b9ab0}.dm-load-meta span{display:flex;align-items:center;gap:4px}.dm-load-meta i{font-size:10px}@media(max-width:768px){.loads-page{padding-top:80px}.loads-page .dashboard-header{padding:16px 20px;flex-direction:row;align-items:center}.loads-page .header-subtitle{display:none}.team-stats{padding:10px 16px}.filters{padding:8px 16px;gap:6px}.filters button{padding:5px 12px;font-size:12px}.loads-main{padding:12px 16px}.loads-grid{grid-template-columns:1fr;gap:10px}.load-card{padding:12px 14px}.dispatcher-modal{max-height:85vh;border-radius:16px 16px 0 0;max-width:100%}.modal-overlay{align-items:flex-end;padding:0}.dm-header{padding:14px 16px}.dm-avatar{width:38px;height:38px;font-size:17px;border-radius:10px}.dm-header h3{font-size:14px}.dm-body{padding:12px 16px}.dm-load-item{padding:10px 12px}}@media(min-width:769px)and (max-width:1024px){.loads-grid{grid-template-columns:repeat(2,1fr);gap:12px}.dispatcher-modal{max-width:460px}}@media(max-width:480px){.loads-page{padding-top:72px}.loads-page .dashboard-header{padding:12px 16px;flex-direction:row;align-items:center;gap:10px}.loads-page .header-title{font-size:18px;gap:8px}.loads-page .header-title i{font-size:22px}.loads-page .btn-primary{padding:7px 12px;font-size:12px}}@media(max-width:360px){.loads-page{padding-top:64px}.loads-page .dashboard-header{padding:10px 12px;flex-direction:row;align-items:center}.loads-page .header-title{font-size:16px;gap:6px}.loads-page .header-title i{font-size:20px}.loads-page .btn-primary{padding:6px 10px;font-size:11px}}@media(min-width:1025px){.loads-grid{grid-template-columns:repeat(3,1fr)}}.fee-payer-selector{display:flex;gap:8px}.fee-payer-selector .payer-btn{flex:1;padding:12px 8px;border:2px solid #cbd5e1;border-radius:10px;background:#fff;color:#334155;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:5px}.fee-payer-selector .payer-btn i{font-size:18px;color:#64748b}.fee-payer-selector .payer-btn:hover{border-color:#6366f1;background:#f5f3ff}.fee-payer-selector .payer-btn.active{border-color:#6366f1;background:#ede9fe;color:#4338ca}.fee-payer-selector .payer-btn.active i{color:#6366f1}.create-load-page{min-height:100vh;background:#f4f7fb;padding-top:100px}.create-load-container{flex:1;display:flex;flex-direction:column}.create-load-header{background:#fff;padding:16px 20px;border-bottom:1px solid #e6edf6;display:flex;align-items:center;gap:16px}.create-load-header h1{margin:0;font-size:20px;color:#0b1f3a}.create-load-main{flex:1;padding:20px;display:flex;justify-content:center}.create-load-form{background:#fff;border:1px solid #e6edf6;border-radius:16px;padding:24px;width:100%;max-width:600px}.form-section{margin-bottom:24px}.form-section h3{margin:0 0 16px;font-size:15px;color:#0b1f3a;padding-bottom:8px;border-bottom:1px solid #e6edf6}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{margin-bottom:16px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 12px;border:1px solid #e6edf6;border-radius:10px;font-size:14px;box-sizing:border-box;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#0052cc}.type-tabs{display:flex;gap:8px;margin-bottom:16px}.type-tabs button{flex:1;padding:10px;border:1px solid #e6edf6;border-radius:10px;background:#fff;cursor:pointer;font-weight:600;color:#5b6b7f}.type-tabs button.active{background:#0052cc;color:#fff;border-color:#0052cc}.error-msg{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:12px;border-radius:10px;margin-bottom:16px;font-size:14px}.form-actions{display:flex;gap:12px;justify-content:flex-end}.btn-primary{background:#0052cc;color:#fff;border:0;padding:12px 24px;border-radius:10px;cursor:pointer;font-weight:600}.btn-primary:disabled{opacity:.6}.btn-secondary{background:#fff;color:#0b1f3a;border:1px solid #e6edf6;padding:12px 24px;border-radius:10px;cursor:pointer;font-weight:600}@media(max-width:640px){.form-row{grid-template-columns:1fr}}.broadcast-container{min-height:100vh;background:linear-gradient(135deg,#f8fafb,#f0f3f7);padding-top:100px}.broadcast-main{max-width:1200px;margin:0 auto;padding:20px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.stat-card{background:#fff;border-radius:16px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 8px #0000000f;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px}.stat-icon.total{background:linear-gradient(135deg,#e0f2fe,#bae6fd);color:#0369a1}.stat-icon.pending{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.stat-icon.success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#059669}.stat-icon.error{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626}.stat-value{font-size:24px;font-weight:700;color:#1a1f36}.stat-label{font-size:13px;color:#64748b}.active-broadcast-panel{background:#fff;border-radius:20px;padding:24px;margin-bottom:24px;box-shadow:0 4px 20px #0052cc1f;border:2px solid #0052cc;animation:panelAppear .4s ease}@keyframes panelAppear{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.active-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.active-title{display:flex;align-items:center;gap:12px}.active-title h3{font-size:18px;font-weight:600;color:#1a1f36}.pulse-dot{width:12px;height:12px;border-radius:50%;background:#059669;position:relative;flex-shrink:0}.pulse-dot:after{content:"";position:absolute;inset:-4px;border-radius:50%;background:#0596694d;animation:pulse 1.5s ease infinite}.pulse-dot.paused{background:#d97706}.pulse-dot.paused:after{background:#d977064d;animation:none}@keyframes pulse{0%{transform:scale(1);opacity:1}to{transform:scale(1.8);opacity:0}}.active-account{display:flex;align-items:center;gap:6px;font-size:14px;color:#64748b;background:#f1f5f9;padding:6px 14px;border-radius:20px}.progress-section{margin-bottom:20px}.progress-bar-container{width:100%;height:10px;background:#e5e7eb;border-radius:10px;overflow:hidden;margin-bottom:8px}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#0052cc,#0747a6);border-radius:10px;transition:width .5s ease;position:relative}.progress-bar-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.progress-info{display:flex;justify-content:space-between;font-size:13px;color:#64748b;font-weight:500}.active-stats-row{display:flex;gap:16px;margin-bottom:16px}.active-stat{flex:1;display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:12px;background:#f8fafb}.active-stat i{font-size:18px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px}.active-stat.sent i{background:#d1fae5;color:#059669}.active-stat.failed i{background:#fee2e2;color:#dc2626}.active-stat.groups i{background:#e0f2fe;color:#0369a1}.active-stat div{display:flex;flex-direction:column}.active-stat-value{font-size:20px;font-weight:700;color:#1a1f36}.active-stat-label{font-size:12px;color:#64748b}.current-group{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#f0f9ff;border-radius:10px;font-size:13px;color:#0369a1;margin-bottom:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.current-group i{animation:arrowBounce 1s ease infinite}@keyframes arrowBounce{0%,to{transform:translate(0)}50%{transform:translate(4px)}}.active-message-preview{background:#f8fafb;border-radius:12px;padding:14px 16px;margin-bottom:16px}.preview-label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:6px}.active-message-preview p{font-size:14px;color:#374151;line-height:1.5;margin:0;white-space:pre-wrap;word-break:break-word}.active-error{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fee2e2;border-radius:10px;color:#dc2626;font-size:14px;margin-bottom:16px}.active-controls{display:flex;gap:12px}.control-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.control-btn:disabled{opacity:.6;cursor:not-allowed}.pause-btn{background:#fef3c7;color:#b45309}.pause-btn:hover:not(:disabled){background:#fde68a}.resume-btn{background:#d1fae5;color:#047857}.resume-btn:hover:not(:disabled){background:#a7f3d0}.stop-btn{background:#fee2e2;color:#dc2626}.stop-btn:hover:not(:disabled){background:#fecaca}.tabs{display:flex;gap:8px;margin-bottom:20px;background:#fff;padding:8px;border-radius:12px;box-shadow:0 2px 8px #0000000f}.tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border:none;background:transparent;border-radius:8px;cursor:pointer;font-size:15px;font-weight:500;color:#64748b;transition:all .2s}.tab:hover{background:#f1f5f9;color:#1a1f36}.tab.active{background:linear-gradient(135deg,#0052cc,#0747a6);color:#fff}.form-card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 20px #00000014}.form-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.form-header i{font-size:24px;color:#0052cc}.form-header h2{font-size:20px;font-weight:600;color:#1a1f36}.alert-warning{background:#fef3c7;color:#b45309}.form-group{margin-bottom:20px}.form-group label{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:14px;font-weight:600;color:#374151}.form-group label i{color:#0052cc}.form-group select,.form-group textarea{width:100%;padding:14px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:15px;color:#1a1f36;background:#f8fafb;transition:all .2s;font-family:inherit}.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#0052cc;background:#fff;box-shadow:0 0 0 4px #0052cc1a}.form-group select:disabled,.form-group textarea:disabled{opacity:.6;cursor:not-allowed}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:20px;padding-right:44px}.form-group textarea{resize:vertical;min-height:150px;line-height:1.6}.char-count{text-align:right;font-size:12px;color:#94a3b8;margin-top:6px}.send-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;background:linear-gradient(135deg,#0052cc,#0747a6);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #0052cc4d}.send-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #0052cc66}.send-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:60px 20px;color:#64748b;font-size:16px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#94a3b8}.empty-state i{font-size:48px;margin-bottom:16px}.empty-state p{font-size:16px}.history-list{display:flex;flex-direction:column;gap:16px}.history-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 8px #0000000f;transition:transform .2s,box-shadow .2s;position:relative}.history-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.history-card>.status-badge{position:absolute;top:18px;right:20px}.history-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-right:110px}.history-account{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#1a1f36}.history-account i{color:#0052cc}.status-badge{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:25px;font-size:13px;font-weight:600;white-space:nowrap;line-height:1}.status-running{background:#d1fae5;color:#047857}.status-paused{background:#fef3c7;color:#b45309}.status-completed{background:#d1fae5;color:#047857}.status-failed{background:#fee2e2;color:#b91c1c}.status-stopped,.status-cancelled{background:#e5e7eb;color:#4b5563}.status-pending{background:#fef3c7;color:#b45309}.history-message{font-size:14px;color:#64748b;line-height:1.6;margin-bottom:16px;padding:12px;background:#f8fafb;border-radius:10px}.history-stats{display:flex;gap:20px;margin-bottom:16px}.history-stat{display:flex;align-items:center;gap:6px;font-size:13px;color:#64748b}.history-stat .text-success{color:#059669}.history-stat .text-error{color:#dc2626}.history-footer{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid #e5e7eb}.history-time{display:flex;align-items:center;gap:6px;font-size:13px;color:#94a3b8}.cancel-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#fee2e2;color:#dc2626;border:none;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.cancel-btn:hover{background:#fecaca}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}.active-stats-row{flex-wrap:wrap}.active-stat{min-width:calc(50% - 8px)}}@media(max-width:768px){.broadcast-main{padding:16px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{padding:16px}.stat-icon{width:42px;height:42px;font-size:18px}.stat-value{font-size:20px}.active-broadcast-panel{padding:20px}.active-header{flex-direction:column;align-items:flex-start;gap:10px}.active-stats-row{flex-direction:column}.active-stat{min-width:100%}.active-controls{flex-direction:column}.form-card{padding:20px;border-radius:16px}.tabs{padding:6px}.tab{padding:10px 16px;font-size:14px}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr 1fr;gap:10px}.stat-card{padding:14px;gap:12px}.stat-icon{width:38px;height:38px;font-size:16px;border-radius:10px}.stat-value{font-size:18px}.stat-label{font-size:12px}.form-card{padding:16px}.form-header h2{font-size:18px}.form-group select,.form-group textarea{padding:12px 14px;font-size:14px}.send-btn{padding:14px 20px;font-size:15px}.history-card{padding:16px}.history-stats{flex-direction:column;gap:8px}.history-footer{flex-direction:column;gap:12px;align-items:flex-start}.cancel-btn{width:100%;justify-content:center}}.accounts-container{min-height:100vh;background:linear-gradient(135deg,#f8fafb,#f0f3f7);padding-top:100px}.accounts-header{background:linear-gradient(135deg,#0052cc,#0747a6);padding:0 20px;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0052cc33}.accounts-header .header-content{max-width:1200px;margin:0 auto;height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px}.accounts-header h1{color:#fff;font-size:20px;font-weight:600;flex:1}.accounts-header .menu-btn{background:#ffffff26;border:none;color:#fff;width:40px;height:40px;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .2s}.accounts-header .menu-btn:hover{background:#ffffff40}.accounts-header .user-info{display:flex;align-items:center;gap:10px;background:#ffffff1a;padding:6px 12px;border-radius:20px}.accounts-header .user-avatar{width:32px;height:32px;border-radius:50%;border:2px solid rgba(255,255,255,.3)}.accounts-header .user-name{color:#fff;font-size:14px;font-weight:500}.accounts-main{max-width:800px;margin:0 auto;padding:20px}.accounts-info-card{background:linear-gradient(135deg,#08c,#06a);border-radius:20px;padding:24px;display:flex;align-items:center;gap:20px;margin-bottom:24px;color:#fff;box-shadow:0 4px 20px #0088cc4d}.info-icon{width:60px;height:60px;background:#fff3;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0}.info-content h3{font-size:18px;font-weight:600;margin-bottom:6px}.info-content p{font-size:14px;opacity:.9;line-height:1.5}.alert{display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:12px;margin-bottom:20px;font-size:14px;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-error{background:#fee2e2;color:#dc2626}.alert-success{background:#d1fae5;color:#059669}.accounts-grid{display:flex;flex-direction:column;gap:12px}.loading-state{display:flex;align-items:center;justify-content:center;gap:12px;padding:60px 20px;color:#64748b;font-size:16px}.account-card{background:#fff;border-radius:16px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 8px #0000000f;transition:transform .2s,box-shadow .2s}.account-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.account-avatar{width:50px;height:50px;background:linear-gradient(135deg,#08c,#06a);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;flex-shrink:0}.account-info{flex:1;display:flex;flex-direction:column;gap:4px}.account-phone{font-size:16px;font-weight:600;color:#1a1f36}.account-date{font-size:13px;color:#94a3b8}.account-delete{width:40px;height:40px;border:none;background:#fee2e2;color:#dc2626;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .2s}.account-delete:hover{background:#fecaca;transform:scale(1.05)}.add-account-card{background:#fff;border:2px dashed #d1d5db;border-radius:16px;padding:30px 20px;display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;transition:all .2s}.add-account-card:hover{border-color:#0052cc;background:#f0f7ff}.add-icon{width:50px;height:50px;background:linear-gradient(135deg,#0052cc,#0747a6);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px}.add-account-card span{font-size:15px;font-weight:500;color:#64748b}.add-account-card:hover span{color:#0052cc}.accounts-summary{margin-top:24px;padding:16px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f}.summary-item{display:flex;align-items:center;gap:10px;font-size:14px;color:#64748b}.summary-item i{color:#0052cc}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:24px;width:100%;max-width:420px;padding:32px;position:relative;animation:slideUp .3s ease;max-height:90vh;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:none;background:#f1f5f9;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:16px;transition:all .2s}.modal-close:hover{background:#e2e8f0;color:#1a1f36}.modal-header{text-align:center;margin-bottom:24px}.modal-icon{width:70px;height:70px;background:linear-gradient(135deg,#08c,#06a);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:32px;margin:0 auto 16px}.modal-header h2{font-size:22px;font-weight:600;color:#1a1f36}.step-indicator{display:flex;align-items:center;justify-content:center;margin-bottom:28px}.step{display:flex;flex-direction:column;align-items:center;gap:6px}.step-number{width:32px;height:32px;border-radius:50%;background:#e2e8f0;color:#94a3b8;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s}.step span{font-size:12px;color:#94a3b8;transition:all .3s}.step.active .step-number{background:linear-gradient(135deg,#0052cc,#0747a6);color:#fff}.step.active span{color:#0052cc;font-weight:500}.step.completed .step-number{background:#10b981;color:#fff}.step.completed span{color:#10b981}.step-line{width:40px;height:2px;background:#e2e8f0;margin:0 8px 20px}.modal-content .form-group{margin-bottom:20px}.modal-content .form-group label{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:14px;font-weight:600;color:#374151}.modal-content .form-group label i{color:#0052cc}.modal-content .form-group input{width:100%;padding:14px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;color:#1a1f36;background:#f8fafb;transition:all .2s}.modal-content .form-group input:focus{outline:none;border-color:#0052cc;background:#fff;box-shadow:0 0 0 4px #0052cc1a}.form-hint{display:block;margin-top:6px;font-size:12px;color:#94a3b8}.submit-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;background:linear-gradient(135deg,#0052cc,#0747a6);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #0052cc4d}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #0052cc66}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.back-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background:transparent;color:#64748b;border:none;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;margin-top:12px}.back-btn:hover{background:#f1f5f9;color:#1a1f36}.modal-content .alert{margin-bottom:16px}@media(max-width:768px){.accounts-header .header-content{height:56px}.accounts-header h1{font-size:18px}.accounts-header .user-avatar{display:none}.accounts-main{padding:16px}.accounts-info-card{flex-direction:column;text-align:center;padding:20px}.info-icon{width:50px;height:50px;font-size:24px}.modal-content{padding:24px;margin:10px;border-radius:20px}.modal-icon{width:60px;height:60px;font-size:28px}.step-line{width:30px}}@media(max-width:480px){.accounts-header .user-info{display:none}.account-card{padding:16px}.account-avatar{width:44px;height:44px;font-size:20px}.account-phone{font-size:15px}.add-account-card{padding:24px 16px}.add-icon{width:44px;height:44px;font-size:18px}.modal-content{padding:20px}.modal-header h2{font-size:20px}.step span{font-size:11px}.step-number{width:28px;height:28px;font-size:12px}.step-line{width:24px}.modal-content .form-group input{padding:12px 14px;font-size:15px}.submit-btn{padding:14px 20px;font-size:15px}}.login-method-tabs{display:flex;gap:8px;margin-bottom:20px;border-bottom:2px solid #e5e7eb;padding-bottom:0}.method-tab{flex:1;padding:10px 16px;background:transparent;border:none;border-bottom:3px solid transparent;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;margin-bottom:-2px}.method-tab:hover{color:#0052cc}.method-tab.active{color:#0052cc;border-bottom-color:#0052cc;font-weight:600}.qr-login-section{text-align:center}.qr-start{padding:16px 0}.qr-description{color:#4b5563;font-size:14px;line-height:1.6;margin-bottom:20px;text-align:left;background:#f0f7ff;padding:12px 16px;border-radius:8px;border-left:3px solid #0052cc}.qr-display{display:flex;flex-direction:column;align-items:center;gap:12px;padding:8px 0}.qr-canvas-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;box-shadow:0 2px 8px #00000014}.qr-hint{color:#374151;font-size:13px;font-weight:500;margin:0}.qr-waiting{color:#6b7280;font-size:13px;margin:0;display:flex;align-items:center;gap:6px}.account-card--expired{border:1.5px solid #fca5a5;background:#fff5f5}.account-avatar--expired{background:#fee2e2;color:#ef4444}.account-status{display:flex;align-items:center;gap:5px;font-size:12px;margin-top:4px;font-weight:500}.account-status--expired{color:#ef4444}.account-status--active{color:#10b981}.account-status--checking{color:#6b7280}.summary-item--warning{color:#f59e0b;background:#fffbeb;border:1px solid #fde68a;padding:8px 12px;border-radius:8px}.vt-container{padding:16px;max-width:1200px;margin:0 auto}.vt-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#6b7280}.vt-loading i{font-size:2rem;color:#3b82f6;margin-bottom:12px}.vt-empty{text-align:center;padding:60px 20px;color:#9ca3af}.vt-empty i{font-size:3rem;margin-bottom:16px;display:block}.vt-empty h3{font-size:1.1rem;color:#6b7280;margin-bottom:8px}.vt-empty p{font-size:.85rem}.vt-grid{display:flex;flex-direction:column;gap:12px}.vt-card{display:flex;align-items:center;gap:14px;background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 3px #00000014;cursor:pointer;transition:all .2s;border:1px solid #e5e7eb}.vt-card:active{transform:scale(.98)}.vt-card-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#3b82f6,#6366f1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.vt-card-icon i{color:#fff;font-size:1.2rem}.vt-card-body{flex:1;min-width:0}.vt-card-title{font-size:.95rem;font-weight:600;color:#1f2937;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vt-card-desc{font-size:.8rem;color:#6b7280;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vt-card-meta{display:flex;gap:12px;font-size:.75rem;color:#9ca3af}.vt-card-meta i{margin-right:3px}.vt-card-arrow{flex-shrink:0;color:#d1d5db}.vt-back-btn{background:none;border:none;color:#3b82f6;font-size:1.1rem;padding:8px;cursor:pointer;border-radius:8px;transition:background .2s}.vt-back-btn:active{background:#3b82f61a}.vt-detail-layout{display:flex;flex-direction:column;gap:16px}.vt-player-section{width:100%}.vt-player{background:#000;border-radius:12px;overflow:hidden}.vt-video{width:100%;max-height:50vh;display:block;background:#000}.vt-image{width:100%;max-height:50vh;object-fit:contain;display:block;background:#f3f4f6}.vt-player-info{padding:14px 16px;background:#fff;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 12px 12px}.vt-player-info h2{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 4px}.vt-player-info p{font-size:.85rem;color:#6b7280;margin:0 0 6px}.vt-player-size{font-size:.75rem;color:#9ca3af}.vt-playlist{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}.vt-playlist-title{padding:12px 16px;font-size:.9rem;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb;margin:0}.vt-playlist-title i{margin-right:6px;color:#6b7280}.vt-playlist-items{max-height:400px;overflow-y:auto}.vt-playlist-item{display:flex;align-items:center;gap:10px;padding:10px 16px;cursor:pointer;transition:background .15s;border-bottom:1px solid #f3f4f6}.vt-playlist-item:last-child{border-bottom:none}.vt-playlist-item:active{background:#eff6ff}.vt-playlist-item.active{background:#eff6ff;border-left:3px solid #3b82f6}.vt-playlist-num{width:22px;height:22px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;color:#6b7280;flex-shrink:0}.vt-playlist-item.active .vt-playlist-num{background:#3b82f6;color:#fff}.vt-playlist-thumb{width:36px;height:36px;border-radius:8px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vt-playlist-thumb i{color:#9ca3af;font-size:.85rem}.vt-playlist-item.active .vt-playlist-thumb{background:#dbeafe}.vt-playlist-item.active .vt-playlist-thumb i{color:#3b82f6}.vt-playlist-meta{flex:1;min-width:0}.vt-playlist-item-title{display:block;font-size:.85rem;font-weight:500;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vt-playlist-item-size{display:block;font-size:.7rem;color:#9ca3af;margin-top:2px}@media(min-width:768px){.vt-detail-layout{flex-direction:row}.vt-player-section{flex:1;min-width:0}.vt-playlist{width:300px;flex-shrink:0}.vt-playlist-items,.vt-video,.vt-image{max-height:60vh}}.map-page{padding-top:90px;height:100vh;display:flex;flex-direction:column}.map-container{flex:1;display:flex;position:relative;overflow:hidden}.map-view{flex:1;z-index:1}.map-panel{position:absolute;top:2rem;left:12px;bottom:12px;width:360px;background:#fff;border-radius:16px;box-shadow:0 4px 24px #0000001f,0 0 1px #00000014;z-index:800;display:flex;flex-direction:column;overflow:hidden;transition:width .3s ease,opacity .3s ease}.map-panel.collapsed{width:44px;border-radius:12px}.map-panel-toggle{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:50%;background:#fff;border:none;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:12px;z-index:10;transition:all .2s}.map-panel.collapsed .map-panel-toggle{right:4px;top:4px}.map-panel-toggle:hover{background:#0052cc;color:#fff}.map-panel-tabs{display:flex;border-bottom:1px solid #e5e7eb;padding:4px;gap:2px;flex-shrink:0}.map-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 8px;border:none;background:transparent;border-radius:10px;cursor:pointer;color:#64748b;font-size:13px;font-weight:500;transition:all .2s}.map-tab:hover{background:#f1f5f9;color:#1a1f36}.map-tab.active{background:#0052cc;color:#fff}.map-tab i{font-size:14px}.map-panel-body{flex:1;overflow-y:auto;padding:16px}.map-search-box{position:relative;display:flex;align-items:center}.map-search-icon{position:absolute;left:12px;color:#94a3b8;font-size:14px;pointer-events:none}.map-search-input{width:100%;padding:12px 36px 12px 38px;border:2px solid #e5e7eb;border-radius:12px;font-size:14px;color:#1a1f36;background:#f8fafc;transition:all .2s}.map-search-input:focus{outline:none;border-color:#0052cc;background:#fff;box-shadow:0 0 0 3px #0052cc1a}.map-search-spinner{position:absolute;right:12px;color:#0052cc;font-size:14px}.map-search-clear{position:absolute;right:10px;width:24px;height:24px;border-radius:50%;border:none;background:#e5e7eb;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:10px;transition:all .2s}.map-search-clear:hover{background:#ef4444;color:#fff}.map-search-results{margin-top:8px;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;max-height:240px;overflow-y:auto}.map-search-result-item{width:100%;display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border:none;background:#fff;cursor:pointer;text-align:left;font-size:13px;color:#374151;line-height:1.4;transition:background .15s;border-bottom:1px solid #f1f5f9}.map-search-result-item:last-child{border-bottom:none}.map-search-result-item:hover{background:#f0f7ff}.map-search-result-item i{color:#0052cc;margin-top:3px;flex-shrink:0}.map-locate-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;margin-top:12px;border:2px solid #e5e7eb;border-radius:12px;background:#fff;color:#1a1f36;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.map-locate-btn:hover:not(:disabled){border-color:#0052cc;color:#0052cc;background:#f0f7ff}.map-locate-btn:disabled{opacity:.6;cursor:not-allowed}.map-locate-btn i{font-size:16px}.map-search-hint{display:flex;align-items:center;gap:8px;margin-top:16px;padding:10px 12px;background:#f0f7ff;border-radius:10px;color:#0052cc;font-size:12px}.map-search-hint i{flex-shrink:0}.map-directions-panel{display:flex;flex-direction:column;gap:12px}.map-direction-field{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#f8fafc;border-radius:12px;border:1px solid #e5e7eb}.map-direction-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.map-direction-dot.start{background:#22c55e;box-shadow:0 0 0 3px #22c55e33}.map-direction-dot.end{background:#ef4444;box-shadow:0 0 0 3px #ef444433}.map-direction-input-wrap{flex:1;min-width:0}.map-direction-label{display:block;font-size:11px;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.map-direction-value{display:block;font-size:13px;color:#1a1f36;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-direction-pick{width:36px;height:36px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;transition:all .2s}.map-direction-pick:hover,.map-direction-pick.active{background:#0052cc;color:#fff;border-color:#0052cc}.map-route-loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;color:#0052cc;font-size:13px}.map-route-info{display:flex;gap:12px;padding:14px;background:linear-gradient(135deg,#0052cc,#0041a3);border-radius:12px;color:#fff}.map-route-stat{flex:1;display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600}.map-route-stat i{font-size:16px;opacity:.8}.map-direction-actions{display:flex;flex-direction:column;gap:8px}.map-gmaps-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;border:none;border-radius:10px;background:#f0f7ff;color:#0052cc;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.map-gmaps-btn:hover{background:#0052cc;color:#fff}.map-clear-route-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;border:1px solid #fecaca;border-radius:10px;background:#fef2f2;color:#ef4444;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.map-clear-route-btn:hover{background:#ef4444;color:#fff;border-color:#ef4444}.map-direction-hint{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;color:#92400e;font-size:12px;animation:pulse-hint 1.5s infinite}@keyframes pulse-hint{0%,to{opacity:1}50%{opacity:.7}}.map-saved-panel{display:flex;flex-direction:column;gap:12px}.map-save-form{padding:14px;background:#f0f7ff;border-radius:12px;display:flex;flex-direction:column;gap:10px;border:1px solid #bfdbfe}.map-save-coords{font-size:12px;color:#0052cc;display:flex;align-items:center;gap:6px}.map-save-input{width:100%;padding:10px 12px;border:2px solid #e5e7eb;border-radius:10px;font-size:14px;color:#1a1f36;transition:border-color .2s}.map-save-input:focus{outline:none;border-color:#0052cc}.map-save-form-actions{display:flex;gap:8px}.map-save-confirm-btn{flex:1;padding:8px;border:none;border-radius:8px;background:#0052cc;color:#fff;font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .2s}.map-save-confirm-btn:hover:not(:disabled){background:#0041a3}.map-save-confirm-btn:disabled{opacity:.5;cursor:not-allowed}.map-save-cancel-btn{padding:8px 14px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#64748b;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s}.map-save-cancel-btn:hover{border-color:#ef4444;color:#ef4444}.map-saved-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:40px 20px;text-align:center;color:#94a3b8}.map-saved-empty i{font-size:32px;color:#cbd5e1}.map-saved-empty p{font-size:14px;font-weight:600;color:#64748b}.map-saved-empty span{font-size:12px}.map-saved-list{display:flex;flex-direction:column;gap:6px}.map-saved-item{display:flex;align-items:center;gap:4px;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;transition:border-color .2s}.map-saved-item:hover{border-color:#0052cc}.map-saved-item-main{flex:1;display:flex;align-items:center;gap:10px;padding:10px 12px;border:none;background:#fff;cursor:pointer;text-align:left;min-width:0}.map-saved-item-main i{color:#0052cc;font-size:14px;flex-shrink:0}.map-saved-item-info{min-width:0}.map-saved-item-info strong{display:block;font-size:13px;color:#1a1f36;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-saved-item-info span{display:block;font-size:11px;color:#94a3b8}.map-saved-item-delete{padding:10px 12px;border:none;background:transparent;color:#cbd5e1;cursor:pointer;font-size:13px;transition:color .2s;flex-shrink:0}.map-saved-item-delete:hover{color:#ef4444}.map-click-marker{background:none;border:none;color:#ef4444;font-size:28px;text-shadow:0 2px 4px rgba(0,0,0,.3);display:flex;align-items:flex-end;justify-content:center}.map-search-marker{background:none;border:none;color:#0052cc;font-size:32px;text-shadow:0 2px 4px rgba(0,0,0,.3);display:flex;align-items:flex-end;justify-content:center}.map-user-marker{background:none;border:none}.map-user-dot{width:16px;height:16px;background:#0052cc;border:3px solid white;border-radius:50%;box-shadow:0 0 0 3px #0052cc4d,0 2px 6px #0000004d;animation:user-pulse 2s infinite}@keyframes user-pulse{0%{box-shadow:0 0 0 3px #0052cc4d,0 2px 6px #0000004d}50%{box-shadow:0 0 0 8px #0052cc1a,0 2px 6px #0000004d}to{box-shadow:0 0 0 3px #0052cc4d,0 2px 6px #0000004d}}.map-route-start-marker{background:none;border:none;color:#22c55e;font-size:26px;text-shadow:0 2px 4px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center}.map-route-end-marker{background:none;border:none;color:#ef4444;font-size:26px;text-shadow:0 2px 4px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center}.map-custom-popup .leaflet-popup-content-wrapper{border-radius:12px;box-shadow:0 4px 16px #0000001f;padding:0}.map-custom-popup .leaflet-popup-content{margin:0;padding:0}.map-custom-popup .leaflet-popup-tip{box-shadow:0 2px 4px #0000001a}.map-popup-content{padding:12px 14px}.map-popup-content strong{font-size:13px;color:#1a1f36;line-height:1.4;display:block}.map-popup-coords{font-size:12px;color:#64748b;margin-top:4px;font-family:monospace}.map-popup-btns{display:flex;flex-wrap:wrap;gap:4px;margin-top:10px}.map-popup-btn{padding:5px 8px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;font-size:11px;cursor:pointer;display:flex;align-items:center;gap:4px;transition:all .15s;white-space:nowrap}.map-popup-btn:hover{border-color:#0052cc;color:#0052cc;background:#f0f7ff}.map-popup-btn-save:hover{border-color:#f59e0b;color:#f59e0b;background:#fffbeb}.map-popup-btn-route:hover{border-color:#22c55e;color:#22c55e;background:#f0fdf4}.map-popup-btn-remove{color:#94a3b8}.map-popup-btn-remove:hover{border-color:#ef4444;color:#ef4444;background:#fef2f2}@media(max-width:768px){.map-page{padding-top:140px}.map-panel{inset:auto 0 0;width:100%;max-height:55vh;border-radius:20px 20px 0 0;transition:max-height .3s ease}.map-panel.collapsed{width:100%;max-height:48px;border-radius:20px 20px 0 0}.map-panel-toggle{top:-18px;right:auto;left:50%;transform:translate(-50%);width:44px;height:28px;border-radius:14px}.map-panel.collapsed .map-panel-toggle{top:-18px;right:auto;left:50%}.map-panel-toggle i{transform:rotate(-90deg)}.map-panel.collapsed .map-panel-toggle i{transform:rotate(90deg)}.map-tab span{display:none}.map-tab{padding:12px;font-size:16px}.map-tab i{font-size:16px}}@media(max-width:480px){.map-page{padding-top:130px}.map-panel{max-height:60vh}.map-panel-body{padding:12px}.map-search-input{font-size:16px;padding:10px 36px 10px 38px}.dashboard-header{padding:10px 12px!important}}.vehicles-page{min-height:100vh;background:linear-gradient(135deg,#f4f7fb,#eef2f7);padding-top:100px}.vehicles-main{max-width:1400px;margin:0 auto;padding:24px 40px}.vehicles-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px}.stat-card{background:#fff;border-radius:16px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 12px #0000000f;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.stat-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.stat-total .stat-icon{background:#eef2ff;color:#4f46e5}.stat-active .stat-icon{background:#ecfdf5;color:#10b981}.stat-pending .stat-icon{background:#fffbeb;color:#f59e0b}.stat-inactive .stat-icon{background:#f3f4f6;color:#6b7280}.stat-info{display:flex;flex-direction:column}.stat-number{font-size:26px;font-weight:700;color:#0b1f3a;line-height:1.1}.stat-label{font-size:13px;color:#8892a4;font-weight:500}.vehicles-layout{display:grid;grid-template-columns:420px 1fr;gap:24px;align-items:flex-start}.form-card{background:#fff;border-radius:20px;box-shadow:0 2px 16px #0000000f;overflow:hidden;position:sticky;top:110px}.form-card-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;cursor:pointer;border-bottom:1px solid #f0f3f7;transition:background .15s}.form-card-header:hover{background:#f8fafc}.form-card-header h2{font-size:17px;font-weight:600;color:#0b1f3a;margin:0;display:flex;align-items:center;gap:8px}.form-card-header h2 i{color:#0052cc}.toggle-icon{color:#94a3b8;font-size:14px;transition:transform .2s}.vehicle-form{padding:24px}.form-section-title{font-size:13px;font-weight:600;color:#0052cc;text-transform:uppercase;letter-spacing:.5px;margin:20px 0 12px;padding-bottom:8px;border-bottom:1px solid #e6edf6;display:flex;align-items:center;gap:8px}.form-section-title:first-of-type{margin-top:0}.form-section-title i{font-size:14px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-group{margin-bottom:14px}.form-group label{display:block;font-size:13px;font-weight:600;color:#5b6b7f;margin-bottom:6px}.required{color:#ef4444}.form-group input,.form-group select{width:100%;padding:10px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:14px;color:#0b1f3a;transition:all .2s;background:#fafbfc;font-family:inherit;box-sizing:border-box}.form-group input:focus,.form-group select:focus{outline:none;border-color:#0052cc;box-shadow:0 0 0 3px #0052cc1a;background:#fff}.form-group input::placeholder{color:#b0b8c9}.form-alert{padding:12px 16px;border-radius:10px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px;margin-bottom:16px}.form-alert-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.form-alert-success{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.form-actions{display:flex;gap:10px;margin-top:20px}.btn-submit{flex:1;padding:12px 20px;background:linear-gradient(135deg,#0052cc,#0747a6);color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;font-family:inherit}.btn-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #0052cc4d}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.btn-cancel{padding:12px 20px;background:#f1f5f9;color:#64748b;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s;font-family:inherit}.btn-cancel:hover{background:#e2e8f0}.vehicles-list-section{background:#fff;border-radius:20px;box-shadow:0 2px 16px #0000000f;overflow:hidden}.list-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f0f3f7}.list-header h2{font-size:17px;font-weight:600;color:#0b1f3a;margin:0;display:flex;align-items:center;gap:10px}.list-header h2 i{color:#0052cc}.filter-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;background:#eef2ff;color:#4f46e5;border-radius:20px;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s}.filter-badge:hover{background:#e0e7ff}.list-search{display:flex;align-items:center;gap:8px;background:#f1f5f9;border-radius:10px;padding:8px 14px;max-width:240px}.list-search i{color:#94a3b8;font-size:14px}.list-search input{border:none;background:transparent;outline:none;font-size:14px;color:#0b1f3a;width:100%;font-family:inherit}.list-loading,.list-empty{padding:60px 24px;text-align:center;color:#94a3b8}.list-loading i,.list-empty i{font-size:40px;margin-bottom:12px;display:block}.list-empty p,.list-loading p{font-size:15px;margin:0}.btn-add-first{margin-top:16px;padding:10px 20px;background:#0052cc;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .2s;font-family:inherit}.btn-add-first:hover{background:#0747a6}.drivers-list{padding:16px;display:flex;flex-direction:column;gap:12px}.driver-card{border:1.5px solid #eef2f7;border-radius:16px;padding:18px 20px;transition:all .2s}.driver-card:hover{border-color:#d0d7e3;box-shadow:0 4px 16px #0000000f}.driver-card-top{display:flex;align-items:center;gap:14px}.driver-avatar{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#0052cc,#4f46e5);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;flex-shrink:0;text-transform:uppercase}.driver-info{flex:1;min-width:0}.driver-info h3{font-size:16px;font-weight:600;color:#0b1f3a;margin:0 0 2px}.driver-plate{font-size:13px;color:#64748b;display:flex;align-items:center;gap:6px}.driver-plate i{font-size:12px}.driver-status-wrap{position:relative;flex-shrink:0}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;border:none;cursor:pointer;transition:all .15s;font-family:inherit}.status-badge:hover{filter:brightness(.95)}.status-badge .fa-caret-down{font-size:11px;opacity:.6;margin-left:2px}.status-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 30px #00000026;padding:6px;min-width:160px;z-index:100}.status-option{display:flex;align-items:center;gap:10px;padding:10px 14px;width:100%;border:none;background:transparent;border-radius:8px;font-size:14px;color:#374151;cursor:pointer;transition:background .15s;font-family:inherit}.status-option:hover{background:#f1f5f9}.status-option.current{background:#eef2ff;font-weight:600}.driver-details{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:14px;padding-top:14px;border-top:1px solid #f0f3f7}.detail-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#5b6b7f}.detail-item i{color:#94a3b8;font-size:13px;width:16px;text-align:center}.driver-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding-top:12px;border-top:1px solid #f0f3f7}.driver-date{font-size:12px;color:#94a3b8;display:flex;align-items:center;gap:6px}.driver-actions{display:flex;gap:6px}.btn-edit,.btn-delete{width:34px;height:34px;border-radius:10px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:all .2s}.btn-edit{background:#eef2ff;color:#4f46e5}.btn-edit:hover{background:#e0e7ff}.btn-delete{background:#fef2f2;color:#ef4444}.btn-delete:hover{background:#fee2e2}@media(max-width:1024px){.vehicles-layout{grid-template-columns:1fr}.form-card{position:static}}@media(max-width:768px){.vehicles-page{padding-top:140px}.vehicles-main{padding:16px}.vehicles-stats{grid-template-columns:repeat(2,1fr);gap:10px}.stat-card{padding:14px;gap:12px}.stat-icon{width:40px;height:40px;font-size:16px}.stat-number{font-size:22px}.form-row{grid-template-columns:1fr}.list-header{flex-direction:column;gap:12px;align-items:flex-start}.list-search{max-width:100%;width:100%}.driver-card-top{flex-wrap:wrap}.driver-status-wrap{width:100%;margin-top:8px}.status-badge{width:100%;justify-content:center}}@media(max-width:480px){.vehicles-page{padding-top:130px}.vehicles-stats{grid-template-columns:1fr 1fr;gap:8px}.stat-card{padding:12px}.stat-number{font-size:20px}.vehicle-form{padding:16px}.drivers-list{padding:10px}.driver-card{padding:14px}}.motivation-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:99998;animation:motivationSlideUp .4s ease-out;pointer-events:auto;max-width:520px;width:calc(100% - 32px)}.motivation-toast-inner{display:flex;align-items:center;gap:12px;padding:14px 20px;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 32px #667eea59;color:#fff}.motivation-icon{font-size:24px;flex-shrink:0}.motivation-text{margin:0;font-size:14px;line-height:1.5;font-weight:500}.motivation-close{position:absolute;top:6px;right:10px;background:none;border:none;color:#ffffffb3;font-size:20px;cursor:pointer;padding:0;line-height:1}.motivation-close:hover{color:#fff}@keyframes motivationSlideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(max-width:480px){.motivation-toast{bottom:16px;max-width:100%;width:calc(100% - 24px)}.motivation-toast-inner{padding:12px 16px}.motivation-text{font-size:13px}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f4f6fa;color:#1a1f36;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#f0f3f7;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#0052cc,#0041a3);border-radius:10px;border:2px solid #f0f3f7}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#0041a3,#003380)}*{scrollbar-width:thin;scrollbar-color:#0052cc #f0f3f7}html{scroll-behavior:smooth}*:focus{outline:2px solid #0052cc;outline-offset:2px}.chat-input:focus,.chat-input-wrapper *:focus{outline:none}@media(max-width:768px){.dashboard-header{padding:12px 16px!important}.dashboard-header .header-content{gap:8px}.dashboard-header .user-info{gap:8px;padding:6px 8px}.dashboard-header .user-avatar{display:none}.dashboard-header .user-name{font-size:14px}.dashboard-header .logout-btn{padding:6px 10px;font-size:14px}}@media(max-width:480px){.dashboard-header .user-info{display:none}}[data-theme=dark] body{background:#0a0e17;color:#e8eaf0}[data-theme=dark] ::-webkit-scrollbar-track{background:#0f1624}[data-theme=dark] ::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#1a56db,#1241a3);border-color:#0f1624}[data-theme=dark] *{scrollbar-color:#1a56db #0f1624}[data-theme=dark] .dashboard-header,[data-theme=dark] .chat-header,[data-theme=dark] .cargo-watcher-header,[data-theme=dark] .message-search-header,[data-theme=dark] .profile-header,[data-theme=dark] .loads-header,[data-theme=dark] .team-header,[data-theme=dark] .broadcast-header,[data-theme=dark] .accounts-header,[data-theme=dark] .vehicles-header,[data-theme=dark] .map-header,[data-theme=dark] .driver-form-header,[data-theme=dark] .da-header,[data-theme=dark] .cr-header,[data-theme=dark] .video-header{background:#0a0e17eb;border-bottom:1px solid rgba(255,255,255,.08)}[data-theme=dark] .header-title{color:#e8eaf0}[data-theme=dark] .header-title i{color:#6d9ef5}[data-theme=dark] .header-subtitle{color:#e8eaf066}[data-theme=dark] .user-name{color:#e8eaf0cc}[data-theme=dark] .user-info:hover{background:#ffffff0f;border-color:#ffffff14}[data-theme=dark] .menu-btn,[data-theme=dark] .btn-back,[data-theme=dark] .btn-back-chat,[data-theme=dark] .btn-header-action,[data-theme=dark] .btn-attach,[data-theme=dark] .btn-close-sidebar,[data-theme=dark] .msearch-filter-toggle,[data-theme=dark] .msearch-refresh,[data-theme=dark] .msg-btn,[data-theme=dark] .pg-btn,[data-theme=dark] .dm-close,[data-theme=dark] .btn-back-link{background:#ffffff0f;border-color:#ffffff1a;color:#e8eaf0b3}[data-theme=dark] .menu-btn:hover,[data-theme=dark] .btn-header-action:hover,[data-theme=dark] .btn-attach:hover,[data-theme=dark] .btn-close-sidebar:hover,[data-theme=dark] .msearch-refresh:hover,[data-theme=dark] .msg-btn:hover,[data-theme=dark] .pg-btn:hover:not(:disabled),[data-theme=dark] .dm-close:hover{background:#ffffff1a;border-color:#ffffff26;color:#e8eaf0}[data-theme=dark] .btn-back-chat:hover{background:#1a56db;color:#fff}[data-theme=dark] .btn-back-link{background:transparent;border:none;color:#6d9ef5}[data-theme=dark] .btn-back-link:hover{color:#93b4f7}[data-theme=dark] .logout-btn{background:#dc262626;color:#f87171}[data-theme=dark] .logout-btn:hover{background:#dc262640}[data-theme=dark] .btn-secondary{background:#ffffff14;color:#e8eaf0b3}[data-theme=dark] .btn-secondary:hover{background:#ffffff1f}[data-theme=dark] .dashboard-page,[data-theme=dark] .loads-page,[data-theme=dark] .msearch-page,[data-theme=dark] .cargo-watcher-page,[data-theme=dark] .cargo-results-page,[data-theme=dark] .broadcast-page,[data-theme=dark] .accounts-page,[data-theme=dark] .vehicles-page,[data-theme=dark] .da-page,[data-theme=dark] .team-page,[data-theme=dark] .driver-form-page,[data-theme=dark] .maxsus-page,[data-theme=dark] .video-page,[data-theme=dark] .map-page,[data-theme=dark] .profile-page,[data-theme=dark] .chat-page,[data-theme=dark] .chat-container{background:#0a0e17}[data-theme=dark] .menu-card{background:#0f1624;border-color:#ffffff14;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .menu-card:hover{box-shadow:0 8px 24px #0000004d;border-color:#ffffff24}[data-theme=dark] .card-title{color:#e8eaf0}[data-theme=dark] .card-description{color:#e8eaf080}[data-theme=dark] .card-badge{background:#ffffff14;color:#e8eaf099}[data-theme=dark] .menu-card:hover .card-badge{background:var(--card-accent, #1a56db);color:#fff}[data-theme=dark] .dashboard-footer{border-top:1px solid rgba(255,255,255,.06)}[data-theme=dark] .dashboard-footer p{color:#e8eaf040}[data-theme=dark] .card-cargo .card-icon{background:#ec48991f}[data-theme=dark] .card-vehicle .card-icon{background:#6366f11f}[data-theme=dark] .card-search .card-icon{background:#22c55e1f}[data-theme=dark] .card-search-international .card-icon{background:#06b6d41f}[data-theme=dark] .card-special-ads .card-icon{background:#f973161f}[data-theme=dark] .card-loads .card-icon{background:#22c55e1f}[data-theme=dark] .card-my-loads .card-icon{background:#3b82f61f}[data-theme=dark] .card-team .card-icon{background:#a855f71f}[data-theme=dark] .card-cargo-watcher .card-icon{background:#0ea5e91f}[data-theme=dark] .card-send .card-icon{background:#3b82f61f}[data-theme=dark] .card-history .card-icon{background:#f973161f}[data-theme=dark] .card-broadcast .card-icon{background:#ec48991f}[data-theme=dark] .card-accounts .card-icon{background:#8b5cf61f}[data-theme=dark] .card-xarita .card-icon{background:#10b9811f}[data-theme=dark] .card-video-darslar .card-icon{background:#8b5cf61f}[data-theme=dark] .team-stats{background:#0f1624;border-bottom:1px solid rgba(255,255,255,.08)}[data-theme=dark] .stat-card{background:#ffffff0a;border-color:#ffffff14}[data-theme=dark] .stat-card:hover{background:#ffffff12;border-color:#ffffff24;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .stat-name{color:#e8eaf0}[data-theme=dark] .stat-arrow{color:#ffffff40}[data-theme=dark] .stat-card:hover .stat-arrow{color:#6d9ef5}[data-theme=dark] .filters{background:#0f1624;border-bottom:1px solid rgba(255,255,255,.08)}[data-theme=dark] .filters button{background:transparent;border-color:#ffffff1a;color:#e8eaf099}[data-theme=dark] .filters button:hover{background:#ffffff0f;color:#e8eaf0}[data-theme=dark] .filters button.active{background:#0052cc;color:#fff;border-color:#0052cc}[data-theme=dark] .filter-count.all{background:#4f46e533;color:#a5b4fc}[data-theme=dark] .filter-count.new{background:#2563eb33;color:#93c5fd}[data-theme=dark] .filter-count.transit{background:#d9770633;color:#fcd34d}[data-theme=dark] .filter-count.delivered{background:#05966933;color:#6ee7b7}[data-theme=dark] .filter-count.canceled{background:#dc262633;color:#fca5a5}[data-theme=dark] .load-card{background:#0f1624;border-color:#ffffff14}[data-theme=dark] .load-card.urgent{background:#f59e0b12;border-color:#f59e0b40}[data-theme=dark] .load-card:hover{box-shadow:0 2px 12px #0000004d}[data-theme=dark] .load-id{color:#e8eaf0}[data-theme=dark] .load-desc{color:#e8eaf08c}[data-theme=dark] .load-date{color:#e8eaf066}[data-theme=dark] .load-client{color:#e8eaf08c}[data-theme=dark] .load-actions button{background:#ffffff0a;border-color:#ffffff1a;color:#e8eaf0a6}[data-theme=dark] .load-actions button:hover{background:#ffffff14}[data-theme=dark] .load-actions button.primary{background:#0052cc;color:#fff;border-color:#0052cc}[data-theme=dark] .load-actions button.success{background:#059669;color:#fff;border-color:#059669}[data-theme=dark] .load-actions button.danger{color:#f87171;border-color:#f871714d}[data-theme=dark] .assigned-info{background:#0596691a;color:#6ee7b7}[data-theme=dark] .driver-info{background:#16653426;border-color:#bbf7d026}[data-theme=dark] .driver-row{color:#86efac}[data-theme=dark] .no-driver,[data-theme=dark] .timer-warning{background:#d977061a;border-color:#fcd34d33;color:#fcd34d}[data-theme=dark] .loading,[data-theme=dark] .empty{color:#e8eaf066}[data-theme=dark] .modal-content{background:#141d2e;color:#e8eaf0}[data-theme=dark] .modal-content h3{color:#e8eaf0}[data-theme=dark] .modal-hint{color:#fbbf24}[data-theme=dark] .dispatcher-modal{background:#141d2e}[data-theme=dark] .dm-header{border-bottom:1px solid rgba(255,255,255,.08)}[data-theme=dark] .dm-header h3{color:#e8eaf0}[data-theme=dark] .dm-badge.blue{background:#2563eb33;color:#93c5fd}[data-theme=dark] .dm-badge.amber{background:#d9770633;color:#fbbf24}[data-theme=dark] .dm-load-item{background:#ffffff08;border-color:#ffffff14}[data-theme=dark] .dm-load-item:hover{border-color:#ffffff24}[data-theme=dark] .dm-load-id{color:#e8eaf0}[data-theme=dark] .dm-load-desc{color:#e8eaf08c}[data-theme=dark] .dm-load-meta,[data-theme=dark] .dm-loading,[data-theme=dark] .dm-empty{color:#e8eaf066}[data-theme=dark] .dm-empty i{color:#ffffff26}[data-theme=dark] .form-group input,[data-theme=dark] .form-group select,[data-theme=dark] .form-group textarea,[data-theme=dark] .msearch-input-wrap input,[data-theme=dark] .mfilter input,[data-theme=dark] .mfilter select{background:#ffffff0a;border-color:#ffffff1a;color:#e8eaf0}[data-theme=dark] .form-group input:focus,[data-theme=dark] .form-group select:focus,[data-theme=dark] .form-group textarea:focus,[data-theme=dark] .msearch-input-wrap input:focus,[data-theme=dark] .mfilter input:focus,[data-theme=dark] .mfilter select:focus{border-color:#1a56db;box-shadow:0 0 0 3px #1a56db33}[data-theme=dark] .form-group input::placeholder,[data-theme=dark] .msearch-input-wrap input::placeholder{color:#e8eaf040}[data-theme=dark] .form-group input:disabled,[data-theme=dark] .form-group input.disabled{background:#ffffff05;color:#e8eaf04d}[data-theme=dark] .form-group label{color:#e8eaf08c}[data-theme=dark] .form-group small{color:#e8eaf059}[data-theme=dark] .mfilter label{color:#e8eaf066}[data-theme=dark] .msearch-filters{background:#0f1624;border-color:#ffffff1a}[data-theme=dark] .msearch-filter-toggle.active{background:#1a56db26;border-color:#1a56db;color:#6d9ef5}[data-theme=dark] .mfilter-clear{background:#dc26261a;color:#f87171}[data-theme=dark] .mfilter-clear:hover{background:#dc262633}[data-theme=dark] .msearch-spinner{border-color:#ffffff1a;border-top-color:#1a56db}[data-theme=dark] .msg-card:hover{box-shadow:0 2px 12px #0000004d}[data-theme=dark] .msg-route{color:#e8eaf0}[data-theme=dark] .msg-body{color:#e8eaf0bf}[data-theme=dark] .msg-body-collapsed:after{background:linear-gradient(transparent,#0f1624)}[data-theme=dark] .msg-body mark{background:#faf02833;color:#e8eaf0}[data-theme=dark] .msg-time{color:#e8eaf059}[data-theme=dark] .tag-ton{background:#05966926;color:#6ee7b7}[data-theme=dark] .tag-vehicle{background:#7c3aed26;color:#c4b5fd}[data-theme=dark] .tag-phone{background:#2563eb26;color:#93c5fd}[data-theme=dark] .tag-phone:hover{background:#2563eb40}[data-theme=dark] .msg-btn-call{color:#6ee7b7;border-color:#10b98133}[data-theme=dark] .msg-btn-call:hover{background:#10b9811a}[data-theme=dark] .msearch-count{color:#e8eaf080}[data-theme=dark] .msearch-empty{color:#ffffff26}[data-theme=dark] .msearch-empty p{color:#e8eaf066}[data-theme=dark] .date-divider span{background:#141d2e;color:#e8eaf066}[data-theme=dark] .chat-input-container{background:linear-gradient(to top,#0a0e17 0%,transparent 100%)}[data-theme=dark] .chat-input-wrapper{background:#0f1624;border-color:#ffffff1a}[data-theme=dark] .chat-input-wrapper:focus-within{border-color:#1a56db;box-shadow:0 4px 20px #1a56db33}[data-theme=dark] .chat-input{color:#e8eaf0;background:transparent}[data-theme=dark] .chat-input::placeholder{color:#e8eaf040}[data-theme=dark] .typing-indicator{background:#141d2e;box-shadow:0 2px 8px #0003}[data-theme=dark] .online-users-sidebar{background:#0f1624;box-shadow:-2px 0 12px #0000004d}[data-theme=dark] .online-user-item:hover{background:#ffffff0f}[data-theme=dark] .online-user-item.active{background:#1a56db26}[data-theme=dark] .online-user-info h4{color:#e8eaf0}[data-theme=dark] .online-user-info p{color:#e8eaf080}[data-theme=dark] .empty-chat{color:#e8eaf066}[data-theme=dark] .empty-chat h3{color:#e8eaf0}[data-theme=dark] .empty-chat-icon{background:#ffffff0f;color:#6d9ef5}[data-theme=dark] .chat-avatar img{border-color:#ffffff1a}[data-theme=dark] .chat-avatar .status-indicator,[data-theme=dark] .online-user-avatar .status-dot{border-color:#0f1624}[data-theme=dark] .chat-user-details h2{color:#e8eaf0}[data-theme=dark] .profile-card{background:#0f1624;box-shadow:0 4px 20px #0000004d}[data-theme=dark] .role-badge{background:#0369a133;color:#7dd3fc}[data-theme=dark] .profile-avatar img{border-color:#ffffff1f}[data-theme=dark] .profile-avatar .status-badge{border-color:#0f1624}[data-theme=dark] .user-avatar{border-color:#ffffff1f}[data-theme=dark] .stat-counts .new{color:#6d9ef5}[data-theme=dark] .stat-counts .transit{color:#fbbf24}[data-theme=dark] .online-users-sidebar .sidebar-header{background:transparent}[data-theme=dark] .online-users-sidebar .sidebar-header h3{color:#e8eaf0}[data-theme=dark] .bc-card,[data-theme=dark] .account-card,[data-theme=dark] .vehicle-card,[data-theme=dark] .team-member-card,[data-theme=dark] .da-card,[data-theme=dark] .result-card,[data-theme=dark] .cargo-card,[data-theme=dark] .create-card,[data-theme=dark] .video-card,[data-theme=dark] .tutorial-card{background:#0f1624;border-color:#ffffff14}[data-theme=dark] .bc-card:hover,[data-theme=dark] .account-card:hover,[data-theme=dark] .vehicle-card:hover,[data-theme=dark] .team-member-card:hover,[data-theme=dark] .da-card:hover,[data-theme=dark] .result-card:hover,[data-theme=dark] .cargo-card:hover,[data-theme=dark] .video-card:hover,[data-theme=dark] .tutorial-card:hover{box-shadow:0 4px 16px #0000004d;border-color:#ffffff24}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4{color:#e8eaf0}[data-theme=dark] p,[data-theme=dark] label{color:#e8eaf0b3}[data-theme=dark] .dm-header,[data-theme=dark] .dm-body{border-color:#ffffff14}[data-theme=dark] .btn-back-link{background:transparent!important;border:none!important;color:#6d9ef5}[data-theme=dark] .map-container,[data-theme=dark] .leaflet-container{filter:brightness(.85) contrast(1.1) saturate(.9)}[data-theme=dark] .sidebar{background:#0f1624;box-shadow:4px 0 30px #00000080}[data-theme=dark] .sidebar.open{box-shadow:4px 0 50px #000000b3}[data-theme=dark] .sidebar-item{color:#e8eaf08c}[data-theme=dark] .sidebar-item i{color:#e8eaf059}[data-theme=dark] .sidebar-item:hover{background:#ffffff0f;color:#e8eaf0}[data-theme=dark] .sidebar-item:hover i{color:#e8eaf0b3}[data-theme=dark] .sidebar-item.active{background:#1a56db26;color:#6d9ef5}[data-theme=dark] .sidebar-item.active i{color:#6d9ef5}[data-theme=dark] .sidebar-footer{border-top-color:#ffffff14}[data-theme=dark] .sidebar-item.logout{color:#f87171}[data-theme=dark] .sidebar-item.logout:hover{background:#dc262626;color:#f87171}[data-theme=dark] .sidebar-nav::-webkit-scrollbar-track{background:#0f1624}[data-theme=dark] .sidebar-nav::-webkit-scrollbar-thumb{background:#ffffff1a}[data-theme=dark] .theme-toggle-btn{color:#e8eaf08c}[data-theme=dark] .theme-toggle-btn:hover{background:#ffffff0f}[data-theme=dark] .toggle-switch{background:#ffffff26}[data-theme=dark] .toggle-switch.on{background:#1a56db}[data-theme=dark] .search-box{background:#0f1624;border-color:#ffffff1a}[data-theme=dark] .search-box:focus-within{border-color:#1a56db;box-shadow:0 0 0 3px #1a56db26}[data-theme=dark] .search-box i{color:#e8eaf059}[data-theme=dark] .search-box:focus-within i{color:#6d9ef5}[data-theme=dark] .search-box input{color:#e8eaf0;background:transparent}[data-theme=dark] .search-box input::placeholder{color:#e8eaf040}[data-theme=dark] .search-box:after{background:linear-gradient(90deg,#1a56db,#3b82f6)}[data-theme=dark] .stat-card{background:#0f1624;border-color:#ffffff14;box-shadow:0 2px 12px #0000004d}[data-theme=dark] .stat-card:hover{box-shadow:0 8px 24px #0006;border-color:#ffffff24}[data-theme=dark] .stat-card:before{background:linear-gradient(90deg,#1a56db,#3b82f6)}[data-theme=dark] .stat-info h3{color:#e8eaf0}[data-theme=dark] .stat-card:hover .stat-info h3{color:#6d9ef5}[data-theme=dark] .stat-info p{color:#e8eaf073}[data-theme=dark] .stat-icon{background:#0052cc26;color:#6d9ef5}[data-theme=dark] .stat-icon.active{background:#22c55e26;color:#6ee7b7}[data-theme=dark] .stat-icon.pending{background:#f9731626;color:#fdba74}[data-theme=dark] .stat-icon.task{background:#a855f726;color:#c4b5fd}[data-theme=dark] .member-card{background:#0f1624;border-color:#ffffff14;box-shadow:0 2px 12px #0000004d}[data-theme=dark] .member-card:hover{border-color:#1a56db66;box-shadow:0 8px 24px #0006}[data-theme=dark] .member-card:before{background:linear-gradient(90deg,transparent,rgba(26,86,219,.08),transparent)}[data-theme=dark] .member-avatar img{border-color:#ffffff1a}[data-theme=dark] .member-card:hover .member-avatar img{border-color:#1a56db}[data-theme=dark] .member-name{color:#e8eaf0}[data-theme=dark] .member-card:hover .member-name{color:#6d9ef5}[data-theme=dark] .member-role,[data-theme=dark] .member-stats{color:#e8eaf073}[data-theme=dark] .member-stats span{background:#ffffff0a;color:#e8eaf08c}[data-theme=dark] .member-card:hover .member-stats span{background:#ffffff12}[data-theme=dark] .member-stats i{color:#fdba74}[data-theme=dark] .status-badge{border-color:#0f1624}[data-theme=dark] .btn-icon{background:#ffffff0a;border-color:#ffffff1a;color:#e8eaf080}[data-theme=dark] .btn-icon:hover{background:#1a56db;color:#fff;border-color:#1a56db}[data-theme=dark] .empty-state{background:#0f1624;border-radius:16px;border:1px solid rgba(255,255,255,.06)}[data-theme=dark] .empty-state i{color:#ffffff1a}[data-theme=dark] .empty-state p{color:#e8eaf059}[data-theme=dark] .cargo-dispatcher-card{background:#0f1624;border-color:#ffffff14}[data-theme=dark] .cargo-dispatcher-card:hover{border-color:#a855f74d}[data-theme=dark] .cd-header{color:#e8eaf099}[data-theme=dark] .cd-info h3{color:#e8eaf0}[data-theme=dark] .cd-info p{color:#e8eaf080}[data-theme=dark] .cd-call{background:#a855f726;color:#c4b5fd}[data-theme=dark] .team-section-title{color:#e8eaf080;border-top-color:#ffffff0f}[data-theme=dark] .accounts-page,[data-theme=dark] .accounts-container{background:#0a0e17}[data-theme=dark] .account-card{background:#0f1624;border-color:#ffffff14;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .account-card:hover{box-shadow:0 4px 16px #0006;border-color:#ffffff24}[data-theme=dark] .account-info h3{color:#e8eaf0}[data-theme=dark] .account-info p,[data-theme=dark] .account-phone,[data-theme=dark] .account-date,[data-theme=dark] .account-status{color:#e8eaf080}[data-theme=dark] .add-account-card{background:#ffffff08;border-color:#ffffff14;color:#e8eaf066}[data-theme=dark] .add-account-card:hover{background:#ffffff0f;border-color:#1a56db4d;color:#6d9ef5}[data-theme=dark] .add-icon{color:#e8eaf04d}[data-theme=dark] .add-account-card:hover .add-icon{color:#6d9ef5}[data-theme=dark] .accounts-info-card{background:#0f1624;border-color:#ffffff14}[data-theme=dark] .accounts-summary{background:#ffffff08;border-color:#ffffff0f}[data-theme=dark] .account-delete{color:#f87171b3}[data-theme=dark] .account-delete:hover{color:#f87171}[data-theme=dark] .back-btn{background:#ffffff0f;color:#e8eaf0b3;border-color:#ffffff1a}[data-theme=dark] .back-btn:hover{background:#ffffff1a}[data-theme=dark] .broadcast-page,[data-theme=dark] .broadcast-container{background:#0a0e17}[data-theme=dark] .broadcast-main{background:transparent}[data-theme=dark] .bc-card,[data-theme=dark] .bc-stat-card{background:#0f1624;border-color:#ffffff14;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .bc-card:hover{box-shadow:0 4px 16px #0006;border-color:#ffffff24}[data-theme=dark] .stat-value{color:#e8eaf0}[data-theme=dark] .stat-label{color:#e8eaf080}[data-theme=dark] .stat-icon.total{background:#0369a126;color:#7dd3fc}[data-theme=dark] .stat-icon.pending{background:#d9770626;color:#fcd34d}[data-theme=dark] .stat-icon.success{background:#05966926;color:#6ee7b7}[data-theme=dark] .stat-icon.error{background:#dc262626;color:#fca5a5}[data-theme=dark] .bc-progress-bar{background:#ffffff0f}[data-theme=dark] .bc-name,[data-theme=dark] .bc-phone,[data-theme=dark] .bc-title{color:#e8eaf0}[data-theme=dark] .bc-detail,[data-theme=dark] .bc-date,[data-theme=dark] .bc-info{color:#e8eaf080}[data-theme=dark] .active-broadcast-panel{background:#0f1624;border-color:#1a56db4d;box-shadow:0 4px 20px #0052cc1a}[data-theme=dark] .active-header,[data-theme=dark] .active-title{color:#e8eaf0}[data-theme=dark] .active-stat-label{color:#e8eaf073}[data-theme=dark] .active-stat-value{color:#e8eaf0}[data-theme=dark] .active-error{background:#ef44441a;color:#fca5a5}[data-theme=dark] .active-message-preview{background:#ffffff08;border-color:#ffffff14;color:#e8eaf099}[data-theme=dark] .control-btn{background:#ffffff0a;border-color:#ffffff1a;color:#e8eaf099}[data-theme=dark] .control-btn:hover{background:#ffffff14;color:#e8eaf0}[data-theme=dark] .cancel-btn{background:#dc26261a;color:#f87171;border-color:#dc262633}[data-theme=dark] .cancel-btn:hover{background:#dc262633}[data-theme=dark] .active-account{background:#ffffff08;border-color:#ffffff0f;color:#e8eaf099}[data-theme=dark] .current-group{background:#ffffff08;color:#e8eaf080}[data-theme=dark] .char-count{color:#e8eaf059}[data-theme=dark] .cargo-watcher-page,[data-theme=dark] .cargo-watcher-container{background:#0a0e17}[data-theme=dark] .cargo-watcher-content,[data-theme=dark] .cargo-watcher-main{background:transparent}[data-theme=dark] .cargo-form{background:#0f1624;border-color:#ffffff14}[data-theme=dark] .cargo-list{background:transparent}[data-theme=dark] .checkbox-label{color:#e8eaf0b3}[data-theme=dark] .checkbox-text{color:#e8eaf080}[data-theme=dark] .btn-watch-toggle,[data-theme=dark] .btn-watch-delete{background:#ffffff0a;border-color:#ffffff1a;color:#e8eaf099}[data-theme=dark] .btn-watch-toggle:hover,[data-theme=dark] .btn-watch-delete:hover{background:#ffffff14}[data-theme=dark] .btn-refresh{background:#ffffff0a;border-color:#ffffff1a;color:#e8eaf099}[data-theme=dark] .btn-refresh:hover{background:#ffffff14}[data-theme=dark] .cargo-card{background:#0f1624;border-color:#ffffff14}[data-theme=dark] .cargo-card:hover{box-shadow:0 4px 16px #0000004d;border-color:#ffffff24}[data-theme=dark] .cargo-content h3{color:#e8eaf0}[data-theme=dark] .cargo-message{color:#e8eaf099}[data-theme=dark] .cargo-time{color:#e8eaf059}[data-theme=dark] .cargo-card-actions button{color:#e8eaf080}[data-theme=dark] .cargo-card-actions button:hover{color:#6d9ef5}[data-theme=dark] .cargo-results-page{background:#0a0e17}[data-theme=dark] .cargo-results-container,[data-theme=dark] .cargo-results-main{background:transparent}[data-theme=dark] .filter-tabs button,[data-theme=dark] .result-tab{background:transparent;border-color:#ffffff14;color:#e8eaf080}[data-theme=dark] .filter-tabs button.active,[data-theme=dark] .result-tab.active{background:#0052cc;color:#fff;border-color:#0052cc}[data-theme=dark] .result-card{background:#0f1624;border-color:#ffffff14;box-shadow:0 4px 20px #0003}[data-theme=dark] .result-card:hover{box-shadow:0 4px 20px #00000059;border-color:#ffffff24}[data-theme=dark] .new-badge{background:#ef444426;color:#fca5a5}[data-theme=dark] .pagination-btn{background:#ffffff0a;border-color:#ffffff14;color:#e8eaf080}[data-theme=dark] .pagination-btn:hover:not(:disabled){background:#ffffff0f}[data-theme=dark] .pagination-info{color:#e8eaf066}[data-theme=dark] .error-banner{background:#ef44441a;border-color:#ef444433;color:#fca5a5}[data-theme=dark] .driver-applications,[data-theme=dark] .da-page{background:#0a0e17}[data-theme=dark] .application-card,[data-theme=dark] .da-card{background:#0f1624;border-color:#ffffff14}[data-theme=dark] .application-card:hover,[data-theme=dark] .da-card:hover{box-shadow:0 4px 16px #0000004d;border-color:#ffffff24}[data-theme=dark] .card-header{background:#ffffff08;border-bottom-color:#ffffff0f}[data-theme=dark] .card-body{background:transparent}[data-theme=dark] .applicant-info h3{color:#e8eaf0}[data-theme=dark] .applicant-info p,[data-theme=dark] .applicant-info span{color:#e8eaf080}[data-theme=dark] .card-actions{border-top-color:#ffffff0f}[data-theme=dark] .btn-approve{background:#22c55e26;color:#6ee7b7;border-color:#22c55e33}[data-theme=dark] .btn-approve:hover{background:#22c55e40}[data-theme=dark] .btn-reject,[data-theme=dark] .btn-delete{background:#ef44441a;color:#fca5a5;border-color:#ef444433}[data-theme=dark] .btn-reject:hover,[data-theme=dark] .btn-delete:hover{background:#ef444433}[data-theme=dark] .btn-cancel{background:#ffffff0a;color:#e8eaf099;border-color:#ffffff1a}[data-theme=dark] .applications-grid{background:transparent}[data-theme=dark] .action-buttons button{border-color:#ffffff1a}[data-theme=dark] .empty-icon{color:#ffffff1a}[data-theme=dark] .driver-form-page{background:#0a0e17}[data-theme=dark] .driver-form-container,[data-theme=dark] .driver-form{background:#0f1624;box-shadow:0 20px 45px #0006}[data-theme=dark] .driver-form-title{color:#e8eaf0}[data-theme=dark] .driver-form-subtitle{color:#e8eaf073}[data-theme=dark] .create-load-page,[data-theme=dark] .create-cargo-page{background:#0a0e17}[data-theme=dark] .create-load-header,[data-theme=dark] .create-cargo-header{background:#0a0e17f2!important;border-bottom-color:#ffffff14}[data-theme=dark] .create-load-header h1,[data-theme=dark] .create-cargo-header h1{color:#e8eaf0}[data-theme=dark] .create-load-form,[data-theme=dark] .create-cargo-form,[data-theme=dark] .create-card{background:#0f1624;border-color:#ffffff14}[data-theme=dark] .create-load-container,[data-theme=dark] .create-load-main{background:transparent}[data-theme=dark] .form-section h3{color:#e8eaf0;border-bottom-color:#ffffff14}[data-theme=dark] .type-tabs button{background:#ffffff0a;border-color:#ffffff14;color:#e8eaf080}[data-theme=dark] .type-tabs button.active{background:#0052cc;color:#fff;border-color:#0052cc}[data-theme=dark] .error-msg{background:#ef44441a;border-color:#ef444433;color:#fca5a5}[data-theme=dark] .vehicles-page{background:#0a0e17}[data-theme=dark] .vehicle-card,[data-theme=dark] .driver-card{background:#0f1624;border-color:#ffffff14;box-shadow:0 2px 12px #0000004d}[data-theme=dark] .vehicle-card:hover,[data-theme=dark] .driver-card:hover{box-shadow:0 6px 20px #0006;border-color:#ffffff24}[data-theme=dark] .driver-card-top{border-bottom-color:#ffffff0f}[data-theme=dark] .driver-card-footer{border-top-color:#ffffff0f;background:#ffffff05}[data-theme=dark] .driver-info h3,[data-theme=dark] .driver-plate{color:#e8eaf0}[data-theme=dark] .driver-info p,[data-theme=dark] .driver-date,[data-theme=dark] .driver-details span{color:#e8eaf080}[data-theme=dark] .driver-status-wrap span{background:#ffffff0f;color:#e8eaf099}[data-theme=dark] .detail-item{background:#ffffff08;border-color:#ffffff0f}[data-theme=dark] .detail-item span:first-child{color:#e8eaf066}[data-theme=dark] .detail-item span:last-child{color:#e8eaf0}[data-theme=dark] .drivers-list{background:transparent}[data-theme=dark] .btn-edit{background:#ffffff0a;border-color:#ffffff1a;color:#e8eaf099}[data-theme=dark] .btn-edit:hover{background:#1a56db26;color:#6d9ef5}[data-theme=dark] .btn-submit{background:#0052cc;color:#fff}[data-theme=dark] .btn-add-first{background:#ffffff08;border-color:#ffffff14;color:#e8eaf066}[data-theme=dark] .btn-add-first:hover{border-color:#1a56db4d;color:#6d9ef5}[data-theme=dark] .stat-total .stat-icon{background:#4f46e526;color:#a5b4fc}[data-theme=dark] .stat-active .stat-icon{background:#10b98126;color:#6ee7b7}[data-theme=dark] .stat-pending .stat-icon{background:#f59e0b26;color:#fcd34d}[data-theme=dark] .stat-inactive .stat-icon{background:#6b728026;color:#9ca3af}[data-theme=dark] .video-page,[data-theme=dark] .page-wrapper{background:#0a0e17}[data-theme=dark] .main-content{background:transparent}[data-theme=dark] .vt-card{background:#0f1624;border-color:#ffffff14;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .vt-card:hover{box-shadow:0 4px 16px #0006;border-color:#ffffff24}[data-theme=dark] .vt-card-body{background:transparent}[data-theme=dark] .vt-card-title{color:#e8eaf0}[data-theme=dark] .vt-card-desc{color:#e8eaf080}[data-theme=dark] .vt-card-meta{color:#e8eaf059}[data-theme=dark] .vt-card-arrow{color:#e8eaf04d}[data-theme=dark] .vt-card:hover .vt-card-arrow{color:#6d9ef5}[data-theme=dark] .vt-card-icon{background:#3b82f626;color:#93c5fd}[data-theme=dark] .vt-loading,[data-theme=dark] .vt-empty{color:#e8eaf066}[data-theme=dark] .vt-container{background:transparent}[data-theme=dark] .vt-back-btn{color:#6d9ef5}[data-theme=dark] .vt-detail-layout{background:transparent}[data-theme=dark] .vt-player-section{background:#0f1624;border-color:#ffffff14}[data-theme=dark] .vt-player-info h2{color:#e8eaf0}[data-theme=dark] .vt-player-info p{color:#e8eaf080}[data-theme=dark] .vt-playlist{background:#0f1624;border-color:#ffffff14}[data-theme=dark] .vt-playlist-item-size{background:#ffffff08;border-color:#ffffff0f;color:#e8eaf099}[data-theme=dark] .vt-playlist-item-size:hover{background:#ffffff0f}[data-theme=dark] .vt-playlist-item-size.active{background:#1a56db26;border-color:#1a56db4d;color:#6d9ef5}[data-theme=dark] .map-page{background:#0a0e17}[data-theme=dark] .map-sidebar,[data-theme=dark] .map-panel{background:#0f1624;border-color:#ffffff14;box-shadow:0 4px 24px #0006}[data-theme=dark] .map-tab{color:#e8eaf080}[data-theme=dark] .map-tab.active,[data-theme=dark] .map-tab:hover{background:#ffffff0f;color:#e8eaf0}[data-theme=dark] .map-search input{background:#ffffff0a;border-color:#ffffff1a;color:#e8eaf0}[data-theme=dark] .map-search input::placeholder{color:#e8eaf040}[data-theme=dark] .map-btn{background:#141d2e;border-color:#ffffff1a;color:#e8eaf0b3;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .map-btn:hover{background:#ffffff14}[data-theme=dark] .map-btn.active{background:#0052cc;color:#fff}[data-theme=dark] .map-direction-field input{background:#ffffff0a;border-color:#ffffff1a;color:#e8eaf0}[data-theme=dark] .map-direction-hint{color:#e8eaf059}[data-theme=dark] .map-direction-dot{background:#ffffff1a}[data-theme=dark] .map-direction-actions button{background:#ffffff0a;border-color:#ffffff1a;color:#e8eaf099}[data-theme=dark] .map-clear-route-btn{background:#ef44441a;color:#fca5a5;border-color:#ef444433}[data-theme=dark] .maxsus-page,[data-theme=dark] .international-page{background:#0a0e17}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background:#ffffff0a!important;border-color:#ffffff1a!important;color:#e8eaf0!important}[data-theme=dark] input:focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus{border-color:#1a56db!important;box-shadow:0 0 0 3px #1a56db26!important;outline:none!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#e8eaf040!important}[data-theme=dark] input:disabled,[data-theme=dark] select:disabled,[data-theme=dark] textarea:disabled{background:#ffffff05!important;color:#e8eaf040!important}[data-theme=dark] option{background:#141d2e;color:#e8eaf0}[data-theme=dark] .alert-success{background:#10b9811a;color:#6ee7b7;border:1px solid rgba(16,185,129,.2)}[data-theme=dark] .alert-error{background:#ef44441a;color:#fca5a5;border:1px solid rgba(239,68,68,.2)}[data-theme=dark] .alert-warning{background:#d977061a;color:#fcd34d;border:1px solid rgba(217,119,6,.2)}[data-theme=dark] table{border-color:#ffffff14}[data-theme=dark] th{background:#ffffff0a;color:#e8eaf099;border-color:#ffffff14}[data-theme=dark] td{border-color:#ffffff0f;color:#e8eaf0cc}[data-theme=dark] tr:hover td{background:#ffffff08}[data-theme=dark] .modal-overlay{background:#000000b3}[data-theme=dark] .modal-content,[data-theme=dark] .modal-body,[data-theme=dark] .modal-card{background:#141d2e;border-color:#ffffff1a;color:#e8eaf0}[data-theme=dark] .modal-header{border-bottom-color:#ffffff14}[data-theme=dark] .modal-footer{border-top-color:#ffffff14}[data-theme=dark] .modal-close{color:#e8eaf080}[data-theme=dark] .modal-close:hover{color:#e8eaf0}[data-theme=dark] .btn-primary{background:#0052cc;color:#fff}[data-theme=dark] .btn-primary:hover{background:#003d99}[data-theme=dark] .btn-secondary{background:#ffffff0f;color:#e8eaf0b3;border-color:#ffffff1a}[data-theme=dark] .btn-secondary:hover{background:#ffffff1a}[data-theme=dark] .btn-danger{background:#dc262626;color:#f87171;border-color:#dc262633}[data-theme=dark] .btn-danger:hover{background:#dc262640}[data-theme=dark] .edit-btn{background:#ffffff0a;border-color:#ffffff1a;color:#e8eaf099}[data-theme=dark] .edit-btn:hover{background:#1a56db26;color:#6d9ef5}[data-theme=dark] .pagination button,[data-theme=dark] .pg-btn{background:#ffffff0a;border-color:#ffffff14;color:#e8eaf080}[data-theme=dark] .pagination button.active,[data-theme=dark] .pg-btn.active{background:#0052cc;color:#fff;border-color:#0052cc}[data-theme=dark] .pagination button:hover:not(.active):not(:disabled),[data-theme=dark] .pg-btn:hover:not(.active):not(:disabled){background:#ffffff0f}[data-theme=dark] .pagination button:disabled,[data-theme=dark] .pg-btn:disabled{opacity:.3}[data-theme=dark] .dropdown-menu,[data-theme=dark] .dropdown-content{background:#141d2e;border-color:#ffffff1a;box-shadow:0 8px 32px #00000080}[data-theme=dark] .dropdown-item{color:#e8eaf0b3}[data-theme=dark] .dropdown-item:hover{background:#ffffff0f;color:#e8eaf0}[data-theme=dark] *:focus{outline-color:#1a56db}[data-theme=dark] hr{border-color:#ffffff0f}[data-theme=dark] a{color:#6d9ef5}[data-theme=dark] a:hover{color:#93b8f8}[data-theme=dark] .forbidden-page,[data-theme=dark] .notfound-page{background:#0a0e17;color:#e8eaf0}[data-theme=dark] .profile-page{background:#0a0e17}[data-theme=dark] .profile-card,[data-theme=dark] .profile-container{background:#0f1624;box-shadow:0 4px 20px #0000004d}[data-theme=dark] .profile-main,[data-theme=dark] .profile-form{background:transparent}[data-theme=dark] .profile-info h2{color:#e8eaf0}[data-theme=dark] .profile-info p{color:#e8eaf080}[data-theme=dark] .msearch-page{background:#0a0e17}[data-theme=dark] .msearch-bar{background:#0f1624;border-color:#ffffff1a}[data-theme=dark] .msearch-bar input{background:transparent!important}[data-theme=dark] .msearch-clear{color:#e8eaf04d}[data-theme=dark] .msearch-clear:hover{color:#e8eaf0}[data-theme=dark] .filter-badge{background:#ef444426;color:#fca5a5}[data-theme=dark] .msearch-filters-row{background:transparent}[data-theme=dark] .mfilter-sm label{color:#e8eaf066}[data-theme=dark] .from{color:#e8eaf073}[data-theme=dark] .loads-page{background:#0a0e17}[data-theme=dark] .loads-search input{background:#ffffff0a!important;border-color:#ffffff1a!important;color:#e8eaf0!important}[data-theme=dark] .load-number,[data-theme=dark] .load-route{color:#e8eaf0}[data-theme=dark] .load-info,[data-theme=dark] .load-details span{color:#e8eaf080}.error-page{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:#f8fafb;padding:20px;text-align:center}.error-icon-wrap{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;font-size:32px}.error-icon-wrap.warning{background:#fef3c7;color:#f59e0b}.error-icon-wrap.danger{background:#fee2e2;color:#ef4444}.error-page-title{font-size:28px;font-weight:700;color:#1f2937;margin-bottom:12px}.error-page-text{font-size:16px;color:#6b7280;margin-bottom:32px;max-width:400px}.error-page-btn{padding:12px 28px;background:#0052cc;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:background .2s}.error-page-btn:hover{background:#003d99}.modal-hint{color:#666;margin-bottom:20px}[data-theme=dark] .error-page{background:#0a0e17}[data-theme=dark] .error-icon-wrap.warning{background:#f59e0b26;color:#fbbf24}[data-theme=dark] .error-icon-wrap.danger{background:#ef444426;color:#f87171}[data-theme=dark] .error-page-title{color:#e8eaf0}[data-theme=dark] .error-page-text,[data-theme=dark] .modal-hint{color:#e8eaf080}[data-theme=dark] .progress-bar-fill{opacity:.9}[data-theme=dark] .form-card,[data-theme=dark] .history-card,[data-theme=dark] .watch-card,[data-theme=dark] .list-section,[data-theme=dark] .vehicles-list-section{background:#0f1624;border-color:#ffffff14;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .form-card:hover,[data-theme=dark] .history-card:hover,[data-theme=dark] .watch-card:hover{box-shadow:0 4px 16px #0006;border-color:#ffffff24}[data-theme=dark] .tab{background:transparent;color:#e8eaf080;border-color:#ffffff14}[data-theme=dark] .tab:hover{background:#ffffff0a;color:#e8eaf0}[data-theme=dark] .tab.active{background:linear-gradient(135deg,#0052cc,#0747a6);color:#fff}[data-theme=dark] .message.received{background:#141d2e;color:#e8eaf0;box-shadow:0 2px 8px #0003}[data-theme=dark] .msg-card{background:#0f1624;border-color:#ffffff14}[data-theme=dark] .msg-card:hover{box-shadow:0 2px 12px #0000004d;border-color:#ffffff24}.load-fee{display:flex;align-items:center;gap:8px;padding:6px 10px;background:#f0fdf4;border-radius:8px;font-size:13px;color:#15803d;font-weight:500;margin-top:4px}.load-fee i{color:#22c55e;font-size:12px}[data-theme=dark] .load-fee{background:#22c55e14;color:#6ee7b7}[data-theme=dark] .load-fee i{color:#6ee7b7}
