.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-special-ads-1{--card-accent: #f97316}.card-special-ads-1 .card-icon{background:#fff7ed;color:#ea580c}.card-special-ads-2{--card-accent: #d97706}.card-special-ads-2 .card-icon{background:#fffbeb;color:#b45309}.card-special-ads-3{--card-accent: #10b981}.card-special-ads-3 .card-icon{background:#ecfdf5;color:#059669}.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}}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-solid,.fab,.far,.fas{--_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa-display,inline-block);font-family:var(--_fa-family);font-feature-settings:normal;font-style:normal;font-synthesis:none;font-variant:normal;font-weight:var(--fa-style,900);line-height:1;text-align:center;text-rendering:auto;width:var(--fa-width,1.25em)}:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)/""}@supports not (content:""/""){:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)}}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-width-auto{--fa-width:auto}.fa-fw,.fa-width-fixed{--fa-width:1.25em}.fa-ul{list-style-type:none;margin-inline-start:var(--fa-li-margin,2.5em);padding-inline-start:0}.fa-ul>li{position:relative}.fa-li{inset-inline-start:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.0625em) var(--fa-border-style,solid) var(--fa-border-color,#eee);box-sizing:var(--fa-border-box-sizing,content-box);padding:var(--fa-border-padding,.1875em .25em)}.fa-pull-left,.fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin,.3em)}.fa-pull-end,.fa-pull-right{float:inline-end;margin-inline-start:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media(prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation:none!important;transition:none!important}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{--fa-width:100%;inset:0;position:absolute;text-align:center;width:var(--fa-width);z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0{--fa:"0"}.fa-1{--fa:"1"}.fa-2{--fa:"2"}.fa-3{--fa:"3"}.fa-4{--fa:"4"}.fa-5{--fa:"5"}.fa-6{--fa:"6"}.fa-7{--fa:"7"}.fa-8{--fa:"8"}.fa-9{--fa:"9"}.fa-exclamation{--fa:"!"}.fa-hashtag{--fa:"#"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"$"}.fa-percent,.fa-percentage{--fa:"%"}.fa-asterisk{--fa:"*"}.fa-add,.fa-plus{--fa:"+"}.fa-less-than{--fa:"<"}.fa-equals{--fa:"="}.fa-greater-than{--fa:">"}.fa-question{--fa:"?"}.fa-at{--fa:"@"}.fa-a{--fa:"A"}.fa-b{--fa:"B"}.fa-c{--fa:"C"}.fa-d{--fa:"D"}.fa-e{--fa:"E"}.fa-f{--fa:"F"}.fa-g{--fa:"G"}.fa-h{--fa:"H"}.fa-i{--fa:"I"}.fa-j{--fa:"J"}.fa-k{--fa:"K"}.fa-l{--fa:"L"}.fa-m{--fa:"M"}.fa-n{--fa:"N"}.fa-o{--fa:"O"}.fa-p{--fa:"P"}.fa-q{--fa:"Q"}.fa-r{--fa:"R"}.fa-s{--fa:"S"}.fa-t{--fa:"T"}.fa-u{--fa:"U"}.fa-v{--fa:"V"}.fa-w{--fa:"W"}.fa-x{--fa:"X"}.fa-y{--fa:"Y"}.fa-z{--fa:"Z"}.fa-faucet{--fa:""}.fa-faucet-drip{--fa:""}.fa-house-chimney-window{--fa:""}.fa-house-signal{--fa:""}.fa-temperature-arrow-down,.fa-temperature-down{--fa:""}.fa-temperature-arrow-up,.fa-temperature-up{--fa:""}.fa-trailer{--fa:""}.fa-bacteria{--fa:""}.fa-bacterium{--fa:""}.fa-box-tissue{--fa:""}.fa-hand-holding-medical{--fa:""}.fa-hand-sparkles{--fa:""}.fa-hands-bubbles,.fa-hands-wash{--fa:""}.fa-handshake-alt-slash,.fa-handshake-simple-slash,.fa-handshake-slash{--fa:""}.fa-head-side-cough{--fa:""}.fa-head-side-cough-slash{--fa:""}.fa-head-side-mask{--fa:""}.fa-head-side-virus{--fa:""}.fa-house-chimney-user{--fa:""}.fa-house-laptop,.fa-laptop-house{--fa:""}.fa-lungs-virus{--fa:""}.fa-people-arrows,.fa-people-arrows-left-right{--fa:""}.fa-plane-slash{--fa:""}.fa-pump-medical{--fa:""}.fa-pump-soap{--fa:""}.fa-shield-virus{--fa:""}.fa-sink{--fa:""}.fa-soap{--fa:""}.fa-stopwatch-20{--fa:""}.fa-shop-slash,.fa-store-alt-slash{--fa:""}.fa-store-slash{--fa:""}.fa-toilet-paper-slash{--fa:""}.fa-users-slash{--fa:""}.fa-virus{--fa:""}.fa-virus-slash{--fa:""}.fa-viruses{--fa:""}.fa-vest{--fa:""}.fa-vest-patches{--fa:""}.fa-arrow-trend-down{--fa:""}.fa-arrow-trend-up{--fa:""}.fa-arrow-up-from-bracket{--fa:""}.fa-austral-sign{--fa:""}.fa-baht-sign{--fa:""}.fa-bitcoin-sign{--fa:""}.fa-bolt-lightning{--fa:""}.fa-book-bookmark{--fa:""}.fa-camera-rotate{--fa:""}.fa-cedi-sign{--fa:""}.fa-chart-column{--fa:""}.fa-chart-gantt{--fa:""}.fa-clapperboard{--fa:""}.fa-closed-captioning-slash{--fa:""}.fa-clover{--fa:""}.fa-code-compare{--fa:""}.fa-code-fork{--fa:""}.fa-code-pull-request{--fa:""}.fa-colon-sign{--fa:""}.fa-cruzeiro-sign{--fa:""}.fa-display{--fa:""}.fa-dong-sign{--fa:""}.fa-elevator{--fa:""}.fa-filter-circle-xmark{--fa:""}.fa-florin-sign{--fa:""}.fa-folder-closed{--fa:""}.fa-franc-sign{--fa:""}.fa-guarani-sign{--fa:""}.fa-gun{--fa:""}.fa-hands-clapping{--fa:""}.fa-home-user,.fa-house-user{--fa:""}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:""}.fa-kip-sign{--fa:""}.fa-lari-sign{--fa:""}.fa-litecoin-sign{--fa:""}.fa-manat-sign{--fa:""}.fa-mask-face{--fa:""}.fa-mill-sign{--fa:""}.fa-money-bills{--fa:""}.fa-naira-sign{--fa:""}.fa-notdef{--fa:""}.fa-panorama{--fa:""}.fa-peseta-sign{--fa:""}.fa-peso-sign{--fa:""}.fa-plane-up{--fa:""}.fa-rupiah-sign{--fa:""}.fa-stairs{--fa:""}.fa-timeline{--fa:""}.fa-truck-front{--fa:""}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:""}.fa-vault{--fa:""}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:""}.fa-wheat-alt,.fa-wheat-awn{--fa:""}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:""}.fa-bangladeshi-taka-sign{--fa:""}.fa-bowl-rice{--fa:""}.fa-person-pregnant{--fa:""}.fa-home-lg,.fa-house-chimney{--fa:""}.fa-house-crack{--fa:""}.fa-house-medical{--fa:""}.fa-cent-sign{--fa:""}.fa-plus-minus{--fa:""}.fa-sailboat{--fa:""}.fa-section{--fa:""}.fa-shrimp{--fa:""}.fa-brazilian-real-sign{--fa:""}.fa-chart-simple{--fa:""}.fa-diagram-next{--fa:""}.fa-diagram-predecessor{--fa:""}.fa-diagram-successor{--fa:""}.fa-earth-oceania,.fa-globe-oceania{--fa:""}.fa-bug-slash{--fa:""}.fa-file-circle-plus{--fa:""}.fa-shop-lock{--fa:""}.fa-virus-covid{--fa:""}.fa-virus-covid-slash{--fa:""}.fa-anchor-circle-check{--fa:""}.fa-anchor-circle-exclamation{--fa:""}.fa-anchor-circle-xmark{--fa:""}.fa-anchor-lock{--fa:""}.fa-arrow-down-up-across-line{--fa:""}.fa-arrow-down-up-lock{--fa:""}.fa-arrow-right-to-city{--fa:""}.fa-arrow-up-from-ground-water{--fa:""}.fa-arrow-up-from-water-pump{--fa:""}.fa-arrow-up-right-dots{--fa:""}.fa-arrows-down-to-line{--fa:""}.fa-arrows-down-to-people{--fa:""}.fa-arrows-left-right-to-line{--fa:""}.fa-arrows-spin{--fa:""}.fa-arrows-split-up-and-left{--fa:""}.fa-arrows-to-circle{--fa:""}.fa-arrows-to-dot{--fa:""}.fa-arrows-to-eye{--fa:""}.fa-arrows-turn-right{--fa:""}.fa-arrows-turn-to-dots{--fa:""}.fa-arrows-up-to-line{--fa:""}.fa-bore-hole{--fa:""}.fa-bottle-droplet{--fa:""}.fa-bottle-water{--fa:""}.fa-bowl-food{--fa:""}.fa-boxes-packing{--fa:""}.fa-bridge{--fa:""}.fa-bridge-circle-check{--fa:""}.fa-bridge-circle-exclamation{--fa:""}.fa-bridge-circle-xmark{--fa:""}.fa-bridge-lock{--fa:""}.fa-bridge-water{--fa:""}.fa-bucket{--fa:""}.fa-bugs{--fa:""}.fa-building-circle-arrow-right{--fa:""}.fa-building-circle-check{--fa:""}.fa-building-circle-exclamation{--fa:""}.fa-building-circle-xmark{--fa:""}.fa-building-flag{--fa:""}.fa-building-lock{--fa:""}.fa-building-ngo{--fa:""}.fa-building-shield{--fa:""}.fa-building-un{--fa:""}.fa-building-user{--fa:""}.fa-building-wheat{--fa:""}.fa-burst{--fa:""}.fa-car-on{--fa:""}.fa-car-tunnel{--fa:""}.fa-child-combatant,.fa-child-rifle{--fa:""}.fa-children{--fa:""}.fa-circle-nodes{--fa:""}.fa-clipboard-question{--fa:""}.fa-cloud-showers-water{--fa:""}.fa-computer{--fa:""}.fa-cubes-stacked{--fa:""}.fa-envelope-circle-check{--fa:""}.fa-explosion{--fa:""}.fa-ferry{--fa:""}.fa-file-circle-exclamation{--fa:""}.fa-file-circle-minus{--fa:""}.fa-file-circle-question{--fa:""}.fa-file-shield{--fa:""}.fa-fire-burner{--fa:""}.fa-fish-fins{--fa:""}.fa-flask-vial{--fa:""}.fa-glass-water{--fa:""}.fa-glass-water-droplet{--fa:""}.fa-group-arrows-rotate{--fa:""}.fa-hand-holding-hand{--fa:""}.fa-handcuffs{--fa:""}.fa-hands-bound{--fa:""}.fa-hands-holding-child{--fa:""}.fa-hands-holding-circle{--fa:""}.fa-heart-circle-bolt{--fa:""}.fa-heart-circle-check{--fa:""}.fa-heart-circle-exclamation{--fa:""}.fa-heart-circle-minus{--fa:""}.fa-heart-circle-plus{--fa:""}.fa-heart-circle-xmark{--fa:""}.fa-helicopter-symbol{--fa:""}.fa-helmet-un{--fa:""}.fa-hill-avalanche{--fa:""}.fa-hill-rockslide{--fa:""}.fa-house-circle-check{--fa:""}.fa-house-circle-exclamation{--fa:""}.fa-house-circle-xmark{--fa:""}.fa-house-fire{--fa:""}.fa-house-flag{--fa:""}.fa-house-flood-water{--fa:""}.fa-house-flood-water-circle-arrow-right{--fa:""}.fa-house-lock{--fa:""}.fa-house-medical-circle-check{--fa:""}.fa-house-medical-circle-exclamation{--fa:""}.fa-house-medical-circle-xmark{--fa:""}.fa-house-medical-flag{--fa:""}.fa-house-tsunami{--fa:""}.fa-jar{--fa:""}.fa-jar-wheat{--fa:""}.fa-jet-fighter-up{--fa:""}.fa-jug-detergent{--fa:""}.fa-kitchen-set{--fa:""}.fa-land-mine-on{--fa:""}.fa-landmark-flag{--fa:""}.fa-laptop-file{--fa:""}.fa-lines-leaning{--fa:""}.fa-location-pin-lock{--fa:""}.fa-locust{--fa:""}.fa-magnifying-glass-arrow-right{--fa:""}.fa-magnifying-glass-chart{--fa:""}.fa-mars-and-venus-burst{--fa:""}.fa-mask-ventilator{--fa:""}.fa-mattress-pillow{--fa:""}.fa-mobile-retro{--fa:""}.fa-money-bill-transfer{--fa:""}.fa-money-bill-trend-up{--fa:""}.fa-money-bill-wheat{--fa:""}.fa-mosquito{--fa:""}.fa-mosquito-net{--fa:""}.fa-mound{--fa:""}.fa-mountain-city{--fa:""}.fa-mountain-sun{--fa:""}.fa-oil-well{--fa:""}.fa-people-group{--fa:""}.fa-people-line{--fa:""}.fa-people-pulling{--fa:""}.fa-people-robbery{--fa:""}.fa-people-roof{--fa:""}.fa-person-arrow-down-to-line{--fa:""}.fa-person-arrow-up-from-line{--fa:""}.fa-person-breastfeeding{--fa:""}.fa-person-burst{--fa:""}.fa-person-cane{--fa:""}.fa-person-chalkboard{--fa:""}.fa-person-circle-check{--fa:""}.fa-person-circle-exclamation{--fa:""}.fa-person-circle-minus{--fa:""}.fa-person-circle-plus{--fa:""}.fa-person-circle-question{--fa:""}.fa-person-circle-xmark{--fa:""}.fa-person-dress-burst{--fa:""}.fa-person-drowning{--fa:""}.fa-person-falling{--fa:""}.fa-person-falling-burst{--fa:""}.fa-person-half-dress{--fa:""}.fa-person-harassing{--fa:""}.fa-person-military-pointing{--fa:""}.fa-person-military-rifle{--fa:""}.fa-person-military-to-person{--fa:""}.fa-person-rays{--fa:""}.fa-person-rifle{--fa:""}.fa-person-shelter{--fa:""}.fa-person-walking-arrow-loop-left{--fa:""}.fa-person-walking-arrow-right{--fa:""}.fa-person-walking-dashed-line-arrow-right{--fa:""}.fa-person-walking-luggage{--fa:""}.fa-plane-circle-check{--fa:""}.fa-plane-circle-exclamation{--fa:""}.fa-plane-circle-xmark{--fa:""}.fa-plane-lock{--fa:""}.fa-plate-wheat{--fa:""}.fa-plug-circle-bolt{--fa:""}.fa-plug-circle-check{--fa:""}.fa-plug-circle-exclamation{--fa:""}.fa-plug-circle-minus{--fa:""}.fa-plug-circle-plus{--fa:""}.fa-plug-circle-xmark{--fa:""}.fa-ranking-star{--fa:""}.fa-road-barrier{--fa:""}.fa-road-bridge{--fa:""}.fa-road-circle-check{--fa:""}.fa-road-circle-exclamation{--fa:""}.fa-road-circle-xmark{--fa:""}.fa-road-lock{--fa:""}.fa-road-spikes{--fa:""}.fa-rug{--fa:""}.fa-sack-xmark{--fa:""}.fa-school-circle-check{--fa:""}.fa-school-circle-exclamation{--fa:""}.fa-school-circle-xmark{--fa:""}.fa-school-flag{--fa:""}.fa-school-lock{--fa:""}.fa-sheet-plastic{--fa:""}.fa-shield-cat{--fa:""}.fa-shield-dog{--fa:""}.fa-shield-heart{--fa:""}.fa-square-nfi{--fa:""}.fa-square-person-confined{--fa:""}.fa-square-virus{--fa:""}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:""}.fa-sun-plant-wilt{--fa:""}.fa-tarp{--fa:""}.fa-tarp-droplet{--fa:""}.fa-tent{--fa:""}.fa-tent-arrow-down-to-line{--fa:""}.fa-tent-arrow-left-right{--fa:""}.fa-tent-arrow-turn-left{--fa:""}.fa-tent-arrows-down{--fa:""}.fa-tents{--fa:""}.fa-toilet-portable{--fa:""}.fa-toilets-portable{--fa:""}.fa-tower-cell{--fa:""}.fa-tower-observation{--fa:""}.fa-tree-city{--fa:""}.fa-trowel{--fa:""}.fa-trowel-bricks{--fa:""}.fa-truck-arrow-right{--fa:""}.fa-truck-droplet{--fa:""}.fa-truck-field{--fa:""}.fa-truck-field-un{--fa:""}.fa-truck-plane{--fa:""}.fa-users-between-lines{--fa:""}.fa-users-line{--fa:""}.fa-users-rays{--fa:""}.fa-users-rectangle{--fa:""}.fa-users-viewfinder{--fa:""}.fa-vial-circle-check{--fa:""}.fa-vial-virus{--fa:""}.fa-wheat-awn-circle-exclamation{--fa:""}.fa-worm{--fa:""}.fa-xmarks-lines{--fa:""}.fa-child-dress{--fa:""}.fa-child-reaching{--fa:""}.fa-file-circle-check{--fa:""}.fa-file-circle-xmark{--fa:""}.fa-person-through-window{--fa:""}.fa-plant-wilt{--fa:""}.fa-stapler{--fa:""}.fa-train-tram{--fa:""}.fa-table-cells-column-lock{--fa:""}.fa-table-cells-row-lock{--fa:""}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:""}.fa-table-cells-row-unlock{--fa:""}.fa-chart-diagram{--fa:""}.fa-comment-nodes{--fa:""}.fa-file-fragment{--fa:""}.fa-file-half-dashed{--fa:""}.fa-hexagon-nodes{--fa:""}.fa-hexagon-nodes-bolt{--fa:""}.fa-square-binary{--fa:""}.fa-pentagon{--fa:""}.fa-non-binary{--fa:""}.fa-spiral{--fa:""}.fa-picture-in-picture{--fa:""}.fa-mobile-vibrate{--fa:""}.fa-single-quote-left{--fa:""}.fa-single-quote-right{--fa:""}.fa-bus-side{--fa:""}.fa-heptagon,.fa-septagon{--fa:""}.fa-aquarius{--fa:""}.fa-aries{--fa:""}.fa-cancer{--fa:""}.fa-capricorn{--fa:""}.fa-gemini{--fa:""}.fa-leo{--fa:""}.fa-libra{--fa:""}.fa-pisces{--fa:""}.fa-sagittarius{--fa:""}.fa-scorpio{--fa:""}.fa-taurus{--fa:""}.fa-virgo{--fa:""}.fa-glass-martini,.fa-martini-glass-empty{--fa:""}.fa-music{--fa:""}.fa-magnifying-glass,.fa-search{--fa:""}.fa-heart{--fa:""}.fa-star{--fa:""}.fa-user,.fa-user-alt,.fa-user-large{--fa:""}.fa-film,.fa-film-alt,.fa-film-simple{--fa:""}.fa-table-cells-large,.fa-th-large{--fa:""}.fa-table-cells,.fa-th{--fa:""}.fa-table-list,.fa-th-list{--fa:""}.fa-check{--fa:""}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:""}.fa-magnifying-glass-plus,.fa-search-plus{--fa:""}.fa-magnifying-glass-minus,.fa-search-minus{--fa:""}.fa-power-off{--fa:""}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:""}.fa-cog,.fa-gear{--fa:""}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:""}.fa-clock,.fa-clock-four{--fa:""}.fa-road{--fa:""}.fa-download{--fa:""}.fa-inbox{--fa:""}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:""}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:""}.fa-list-alt,.fa-rectangle-list{--fa:""}.fa-lock{--fa:""}.fa-flag{--fa:""}.fa-headphones,.fa-headphones-alt,.fa-headphones-simple{--fa:""}.fa-volume-off{--fa:""}.fa-volume-down,.fa-volume-low{--fa:""}.fa-volume-high,.fa-volume-up{--fa:""}.fa-qrcode{--fa:""}.fa-barcode{--fa:""}.fa-tag{--fa:""}.fa-tags{--fa:""}.fa-book{--fa:""}.fa-bookmark{--fa:""}.fa-print{--fa:""}.fa-camera,.fa-camera-alt{--fa:""}.fa-font{--fa:""}.fa-bold{--fa:""}.fa-italic{--fa:""}.fa-text-height{--fa:""}.fa-text-width{--fa:""}.fa-align-left{--fa:""}.fa-align-center{--fa:""}.fa-align-right{--fa:""}.fa-align-justify{--fa:""}.fa-list,.fa-list-squares{--fa:""}.fa-dedent,.fa-outdent{--fa:""}.fa-indent{--fa:""}.fa-video,.fa-video-camera{--fa:""}.fa-image{--fa:""}.fa-location-pin,.fa-map-marker{--fa:""}.fa-adjust,.fa-circle-half-stroke{--fa:""}.fa-droplet,.fa-tint{--fa:""}.fa-edit,.fa-pen-to-square{--fa:""}.fa-arrows,.fa-arrows-up-down-left-right{--fa:""}.fa-backward-step,.fa-step-backward{--fa:""}.fa-backward-fast,.fa-fast-backward{--fa:""}.fa-backward{--fa:""}.fa-play{--fa:""}.fa-pause{--fa:""}.fa-stop{--fa:""}.fa-forward{--fa:""}.fa-fast-forward,.fa-forward-fast{--fa:""}.fa-forward-step,.fa-step-forward{--fa:""}.fa-eject{--fa:""}.fa-chevron-left{--fa:""}.fa-chevron-right{--fa:""}.fa-circle-plus,.fa-plus-circle{--fa:""}.fa-circle-minus,.fa-minus-circle{--fa:""}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:""}.fa-check-circle,.fa-circle-check{--fa:""}.fa-circle-question,.fa-question-circle{--fa:""}.fa-circle-info,.fa-info-circle{--fa:""}.fa-crosshairs{--fa:""}.fa-ban,.fa-cancel{--fa:""}.fa-arrow-left{--fa:""}.fa-arrow-right{--fa:""}.fa-arrow-up{--fa:""}.fa-arrow-down{--fa:""}.fa-mail-forward,.fa-share{--fa:""}.fa-expand{--fa:""}.fa-compress{--fa:""}.fa-minus,.fa-subtract{--fa:""}.fa-circle-exclamation,.fa-exclamation-circle{--fa:""}.fa-gift{--fa:""}.fa-leaf{--fa:""}.fa-fire{--fa:""}.fa-eye{--fa:""}.fa-eye-slash{--fa:""}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:""}.fa-plane{--fa:""}.fa-calendar-alt,.fa-calendar-days{--fa:""}.fa-random,.fa-shuffle{--fa:""}.fa-comment{--fa:""}.fa-magnet{--fa:""}.fa-chevron-up{--fa:""}.fa-chevron-down{--fa:""}.fa-retweet{--fa:""}.fa-cart-shopping,.fa-shopping-cart{--fa:""}.fa-folder,.fa-folder-blank{--fa:""}.fa-folder-open{--fa:""}.fa-arrows-up-down,.fa-arrows-v{--fa:""}.fa-arrows-h,.fa-arrows-left-right{--fa:""}.fa-bar-chart,.fa-chart-bar{--fa:""}.fa-camera-retro{--fa:""}.fa-key{--fa:""}.fa-cogs,.fa-gears{--fa:""}.fa-comments{--fa:""}.fa-star-half{--fa:""}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:""}.fa-thumb-tack,.fa-thumbtack{--fa:""}.fa-arrow-up-right-from-square,.fa-external-link{--fa:""}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:""}.fa-trophy{--fa:""}.fa-upload{--fa:""}.fa-lemon{--fa:""}.fa-phone{--fa:""}.fa-phone-square,.fa-square-phone{--fa:""}.fa-unlock{--fa:""}.fa-credit-card,.fa-credit-card-alt{--fa:""}.fa-feed,.fa-rss{--fa:""}.fa-hard-drive,.fa-hdd{--fa:""}.fa-bullhorn{--fa:""}.fa-certificate{--fa:""}.fa-hand-point-right{--fa:""}.fa-hand-point-left{--fa:""}.fa-hand-point-up{--fa:""}.fa-hand-point-down{--fa:""}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:""}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:""}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:""}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:""}.fa-globe{--fa:""}.fa-wrench{--fa:""}.fa-list-check,.fa-tasks{--fa:""}.fa-filter{--fa:""}.fa-briefcase{--fa:""}.fa-arrows-alt,.fa-up-down-left-right{--fa:""}.fa-users{--fa:""}.fa-chain,.fa-link{--fa:""}.fa-cloud{--fa:""}.fa-flask{--fa:""}.fa-cut,.fa-scissors{--fa:""}.fa-copy{--fa:""}.fa-paperclip{--fa:""}.fa-floppy-disk,.fa-save{--fa:""}.fa-square{--fa:""}.fa-bars,.fa-navicon{--fa:""}.fa-list-dots,.fa-list-ul{--fa:""}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:""}.fa-strikethrough{--fa:""}.fa-underline{--fa:""}.fa-table{--fa:""}.fa-magic,.fa-wand-magic{--fa:""}.fa-truck{--fa:""}.fa-money-bill{--fa:""}.fa-caret-down{--fa:""}.fa-caret-up{--fa:""}.fa-caret-left{--fa:""}.fa-caret-right{--fa:""}.fa-columns,.fa-table-columns{--fa:""}.fa-sort,.fa-unsorted{--fa:""}.fa-sort-desc,.fa-sort-down{--fa:""}.fa-sort-asc,.fa-sort-up{--fa:""}.fa-envelope{--fa:""}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:""}.fa-gavel,.fa-legal{--fa:""}.fa-bolt,.fa-zap{--fa:""}.fa-sitemap{--fa:""}.fa-umbrella{--fa:""}.fa-file-clipboard,.fa-paste{--fa:""}.fa-lightbulb{--fa:""}.fa-arrow-right-arrow-left,.fa-exchange{--fa:""}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:""}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:""}.fa-user-doctor,.fa-user-md{--fa:""}.fa-stethoscope{--fa:""}.fa-suitcase{--fa:""}.fa-bell{--fa:""}.fa-coffee,.fa-mug-saucer{--fa:""}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:""}.fa-ambulance,.fa-truck-medical{--fa:""}.fa-medkit,.fa-suitcase-medical{--fa:""}.fa-fighter-jet,.fa-jet-fighter{--fa:""}.fa-beer,.fa-beer-mug-empty{--fa:""}.fa-h-square,.fa-square-h{--fa:""}.fa-plus-square,.fa-square-plus{--fa:""}.fa-angle-double-left,.fa-angles-left{--fa:""}.fa-angle-double-right,.fa-angles-right{--fa:""}.fa-angle-double-up,.fa-angles-up{--fa:""}.fa-angle-double-down,.fa-angles-down{--fa:""}.fa-angle-left{--fa:""}.fa-angle-right{--fa:""}.fa-angle-up{--fa:""}.fa-angle-down{--fa:""}.fa-laptop{--fa:""}.fa-tablet-button{--fa:""}.fa-mobile-button{--fa:""}.fa-quote-left,.fa-quote-left-alt{--fa:""}.fa-quote-right,.fa-quote-right-alt{--fa:""}.fa-spinner{--fa:""}.fa-circle{--fa:""}.fa-face-smile,.fa-smile{--fa:""}.fa-face-frown,.fa-frown{--fa:""}.fa-face-meh,.fa-meh{--fa:""}.fa-gamepad{--fa:""}.fa-keyboard{--fa:""}.fa-flag-checkered{--fa:""}.fa-terminal{--fa:""}.fa-code{--fa:""}.fa-mail-reply-all,.fa-reply-all{--fa:""}.fa-location-arrow{--fa:""}.fa-crop{--fa:""}.fa-code-branch{--fa:""}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:""}.fa-info{--fa:""}.fa-superscript{--fa:""}.fa-subscript{--fa:""}.fa-eraser{--fa:""}.fa-puzzle-piece{--fa:""}.fa-microphone{--fa:""}.fa-microphone-slash{--fa:""}.fa-shield,.fa-shield-blank{--fa:""}.fa-calendar{--fa:""}.fa-fire-extinguisher{--fa:""}.fa-rocket{--fa:""}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:""}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:""}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:""}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:""}.fa-anchor{--fa:""}.fa-unlock-alt,.fa-unlock-keyhole{--fa:""}.fa-bullseye{--fa:""}.fa-ellipsis,.fa-ellipsis-h{--fa:""}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:""}.fa-rss-square,.fa-square-rss{--fa:""}.fa-circle-play,.fa-play-circle{--fa:""}.fa-ticket{--fa:""}.fa-minus-square,.fa-square-minus{--fa:""}.fa-arrow-turn-up,.fa-level-up{--fa:""}.fa-arrow-turn-down,.fa-level-down{--fa:""}.fa-check-square,.fa-square-check{--fa:""}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:""}.fa-external-link-square,.fa-square-arrow-up-right{--fa:""}.fa-share-from-square,.fa-share-square{--fa:""}.fa-compass{--fa:""}.fa-caret-square-down,.fa-square-caret-down{--fa:""}.fa-caret-square-up,.fa-square-caret-up{--fa:""}.fa-caret-square-right,.fa-square-caret-right{--fa:""}.fa-eur,.fa-euro,.fa-euro-sign{--fa:""}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:""}.fa-rupee,.fa-rupee-sign{--fa:""}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:""}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:""}.fa-krw,.fa-won,.fa-won-sign{--fa:""}.fa-file{--fa:""}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:""}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:""}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:""}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:""}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:""}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:""}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:""}.fa-thumbs-up{--fa:""}.fa-thumbs-down{--fa:""}.fa-arrow-down-long,.fa-long-arrow-down{--fa:""}.fa-arrow-up-long,.fa-long-arrow-up{--fa:""}.fa-arrow-left-long,.fa-long-arrow-left{--fa:""}.fa-arrow-right-long,.fa-long-arrow-right{--fa:""}.fa-female,.fa-person-dress{--fa:""}.fa-male,.fa-person{--fa:""}.fa-sun{--fa:""}.fa-moon{--fa:""}.fa-archive,.fa-box-archive{--fa:""}.fa-bug{--fa:""}.fa-caret-square-left,.fa-square-caret-left{--fa:""}.fa-circle-dot,.fa-dot-circle{--fa:""}.fa-wheelchair{--fa:""}.fa-lira-sign{--fa:""}.fa-shuttle-space,.fa-space-shuttle{--fa:""}.fa-envelope-square,.fa-square-envelope{--fa:""}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:""}.fa-graduation-cap,.fa-mortar-board{--fa:""}.fa-language{--fa:""}.fa-fax{--fa:""}.fa-building{--fa:""}.fa-child{--fa:""}.fa-paw{--fa:""}.fa-cube{--fa:""}.fa-cubes{--fa:""}.fa-recycle{--fa:""}.fa-automobile,.fa-car{--fa:""}.fa-cab,.fa-taxi{--fa:""}.fa-tree{--fa:""}.fa-database{--fa:""}.fa-file-pdf{--fa:""}.fa-file-word{--fa:""}.fa-file-excel{--fa:""}.fa-file-powerpoint{--fa:""}.fa-file-image{--fa:""}.fa-file-archive,.fa-file-zipper{--fa:""}.fa-file-audio{--fa:""}.fa-file-video{--fa:""}.fa-file-code{--fa:""}.fa-life-ring{--fa:""}.fa-circle-notch{--fa:""}.fa-paper-plane{--fa:""}.fa-clock-rotate-left,.fa-history{--fa:""}.fa-header,.fa-heading{--fa:""}.fa-paragraph{--fa:""}.fa-sliders,.fa-sliders-h{--fa:""}.fa-share-alt,.fa-share-nodes{--fa:""}.fa-share-alt-square,.fa-square-share-nodes{--fa:""}.fa-bomb{--fa:""}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:""}.fa-teletype,.fa-tty{--fa:""}.fa-binoculars{--fa:""}.fa-plug{--fa:""}.fa-newspaper{--fa:""}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:""}.fa-calculator{--fa:""}.fa-bell-slash{--fa:""}.fa-trash{--fa:""}.fa-copyright{--fa:""}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:""}.fa-paint-brush,.fa-paintbrush{--fa:""}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:""}.fa-area-chart,.fa-chart-area{--fa:""}.fa-chart-pie,.fa-pie-chart{--fa:""}.fa-chart-line,.fa-line-chart{--fa:""}.fa-toggle-off{--fa:""}.fa-toggle-on{--fa:""}.fa-bicycle{--fa:""}.fa-bus{--fa:""}.fa-closed-captioning{--fa:""}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:""}.fa-cart-plus{--fa:""}.fa-cart-arrow-down{--fa:""}.fa-diamond{--fa:""}.fa-ship{--fa:""}.fa-user-secret{--fa:""}.fa-motorcycle{--fa:""}.fa-street-view{--fa:""}.fa-heart-pulse,.fa-heartbeat{--fa:""}.fa-venus{--fa:""}.fa-mars{--fa:""}.fa-mercury{--fa:""}.fa-mars-and-venus{--fa:""}.fa-transgender,.fa-transgender-alt{--fa:""}.fa-venus-double{--fa:""}.fa-mars-double{--fa:""}.fa-venus-mars{--fa:""}.fa-mars-stroke{--fa:""}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:""}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:""}.fa-neuter{--fa:""}.fa-genderless{--fa:""}.fa-server{--fa:""}.fa-user-plus{--fa:""}.fa-user-times,.fa-user-xmark{--fa:""}.fa-bed{--fa:""}.fa-train{--fa:""}.fa-subway,.fa-train-subway{--fa:""}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:""}.fa-battery-4,.fa-battery-three-quarters{--fa:""}.fa-battery-3,.fa-battery-half{--fa:""}.fa-battery-2,.fa-battery-quarter{--fa:""}.fa-battery-0,.fa-battery-empty{--fa:""}.fa-arrow-pointer,.fa-mouse-pointer{--fa:""}.fa-i-cursor{--fa:""}.fa-object-group{--fa:""}.fa-object-ungroup{--fa:""}.fa-note-sticky,.fa-sticky-note{--fa:""}.fa-clone{--fa:""}.fa-balance-scale,.fa-scale-balanced{--fa:""}.fa-hourglass-1,.fa-hourglass-start{--fa:""}.fa-hourglass-2,.fa-hourglass-half{--fa:""}.fa-hourglass-3,.fa-hourglass-end{--fa:""}.fa-hourglass,.fa-hourglass-empty{--fa:""}.fa-hand-back-fist,.fa-hand-rock{--fa:""}.fa-hand,.fa-hand-paper{--fa:""}.fa-hand-scissors{--fa:""}.fa-hand-lizard{--fa:""}.fa-hand-spock{--fa:""}.fa-hand-pointer{--fa:""}.fa-hand-peace{--fa:""}.fa-trademark{--fa:""}.fa-registered{--fa:""}.fa-television,.fa-tv,.fa-tv-alt{--fa:""}.fa-calendar-plus{--fa:""}.fa-calendar-minus{--fa:""}.fa-calendar-times,.fa-calendar-xmark{--fa:""}.fa-calendar-check{--fa:""}.fa-industry{--fa:""}.fa-map-pin{--fa:""}.fa-map-signs,.fa-signs-post{--fa:""}.fa-map{--fa:""}.fa-comment-alt,.fa-message{--fa:""}.fa-circle-pause,.fa-pause-circle{--fa:""}.fa-circle-stop,.fa-stop-circle{--fa:""}.fa-bag-shopping,.fa-shopping-bag{--fa:""}.fa-basket-shopping,.fa-shopping-basket{--fa:""}.fa-universal-access{--fa:""}.fa-blind,.fa-person-walking-with-cane{--fa:""}.fa-audio-description{--fa:""}.fa-phone-volume,.fa-volume-control-phone{--fa:""}.fa-braille{--fa:""}.fa-assistive-listening-systems,.fa-ear-listen{--fa:""}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:""}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:""}.fa-hands,.fa-sign-language,.fa-signing{--fa:""}.fa-eye-low-vision,.fa-low-vision{--fa:""}.fa-handshake,.fa-handshake-alt,.fa-handshake-simple{--fa:""}.fa-envelope-open{--fa:""}.fa-address-book,.fa-contact-book{--fa:""}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:""}.fa-circle-user,.fa-user-circle{--fa:""}.fa-id-badge{--fa:""}.fa-drivers-license,.fa-id-card{--fa:""}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:""}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:""}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:""}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:""}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:""}.fa-shower{--fa:""}.fa-bath,.fa-bathtub{--fa:""}.fa-podcast{--fa:""}.fa-window-maximize{--fa:""}.fa-window-minimize{--fa:""}.fa-window-restore{--fa:""}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:""}.fa-microchip{--fa:""}.fa-snowflake{--fa:""}.fa-spoon,.fa-utensil-spoon{--fa:""}.fa-cutlery,.fa-utensils{--fa:""}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:""}.fa-trash-alt,.fa-trash-can{--fa:""}.fa-rotate,.fa-sync-alt{--fa:""}.fa-stopwatch{--fa:""}.fa-right-from-bracket,.fa-sign-out-alt{--fa:""}.fa-right-to-bracket,.fa-sign-in-alt{--fa:""}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:""}.fa-poo{--fa:""}.fa-images{--fa:""}.fa-pencil,.fa-pencil-alt{--fa:""}.fa-pen{--fa:""}.fa-pen-alt,.fa-pen-clip{--fa:""}.fa-octagon{--fa:""}.fa-down-long,.fa-long-arrow-alt-down{--fa:""}.fa-left-long,.fa-long-arrow-alt-left{--fa:""}.fa-long-arrow-alt-right,.fa-right-long{--fa:""}.fa-long-arrow-alt-up,.fa-up-long{--fa:""}.fa-hexagon{--fa:""}.fa-file-edit,.fa-file-pen{--fa:""}.fa-expand-arrows-alt,.fa-maximize{--fa:""}.fa-clipboard{--fa:""}.fa-arrows-alt-h,.fa-left-right{--fa:""}.fa-arrows-alt-v,.fa-up-down{--fa:""}.fa-alarm-clock{--fa:""}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:""}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:""}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:""}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:""}.fa-external-link-alt,.fa-up-right-from-square{--fa:""}.fa-external-link-square-alt,.fa-square-up-right{--fa:""}.fa-exchange-alt,.fa-right-left{--fa:""}.fa-repeat{--fa:""}.fa-code-commit{--fa:""}.fa-code-merge{--fa:""}.fa-desktop,.fa-desktop-alt{--fa:""}.fa-gem{--fa:""}.fa-level-down-alt,.fa-turn-down{--fa:""}.fa-level-up-alt,.fa-turn-up{--fa:""}.fa-lock-open{--fa:""}.fa-location-dot,.fa-map-marker-alt{--fa:""}.fa-microphone-alt,.fa-microphone-lines{--fa:""}.fa-mobile-alt,.fa-mobile-screen-button{--fa:""}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:""}.fa-mobile-android-alt,.fa-mobile-screen{--fa:""}.fa-money-bill-1,.fa-money-bill-alt{--fa:""}.fa-phone-slash{--fa:""}.fa-image-portrait,.fa-portrait{--fa:""}.fa-mail-reply,.fa-reply{--fa:""}.fa-shield-alt,.fa-shield-halved{--fa:""}.fa-tablet-alt,.fa-tablet-screen-button{--fa:""}.fa-tablet,.fa-tablet-android{--fa:""}.fa-ticket-alt,.fa-ticket-simple{--fa:""}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:""}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:""}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:""}.fa-baseball-bat-ball{--fa:""}.fa-baseball,.fa-baseball-ball{--fa:""}.fa-basketball,.fa-basketball-ball{--fa:""}.fa-bowling-ball{--fa:""}.fa-chess{--fa:""}.fa-chess-bishop{--fa:""}.fa-chess-board{--fa:""}.fa-chess-king{--fa:""}.fa-chess-knight{--fa:""}.fa-chess-pawn{--fa:""}.fa-chess-queen{--fa:""}.fa-chess-rook{--fa:""}.fa-dumbbell{--fa:""}.fa-football,.fa-football-ball{--fa:""}.fa-golf-ball,.fa-golf-ball-tee{--fa:""}.fa-hockey-puck{--fa:""}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:""}.fa-square-full{--fa:""}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:""}.fa-volleyball,.fa-volleyball-ball{--fa:""}.fa-allergies,.fa-hand-dots{--fa:""}.fa-band-aid,.fa-bandage{--fa:""}.fa-box{--fa:""}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:""}.fa-briefcase-medical{--fa:""}.fa-burn,.fa-fire-flame-simple{--fa:""}.fa-capsules{--fa:""}.fa-clipboard-check{--fa:""}.fa-clipboard-list{--fa:""}.fa-diagnoses,.fa-person-dots-from-line{--fa:""}.fa-dna{--fa:""}.fa-dolly,.fa-dolly-box{--fa:""}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:""}.fa-file-medical{--fa:""}.fa-file-medical-alt,.fa-file-waveform{--fa:""}.fa-first-aid,.fa-kit-medical{--fa:""}.fa-circle-h,.fa-hospital-symbol{--fa:""}.fa-id-card-alt,.fa-id-card-clip{--fa:""}.fa-notes-medical{--fa:""}.fa-pallet{--fa:""}.fa-pills{--fa:""}.fa-prescription-bottle{--fa:""}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:""}.fa-bed-pulse,.fa-procedures{--fa:""}.fa-shipping-fast,.fa-truck-fast{--fa:""}.fa-smoking{--fa:""}.fa-syringe{--fa:""}.fa-tablets{--fa:""}.fa-thermometer{--fa:""}.fa-vial{--fa:""}.fa-vials{--fa:""}.fa-warehouse{--fa:""}.fa-weight,.fa-weight-scale{--fa:""}.fa-x-ray{--fa:""}.fa-box-open{--fa:""}.fa-comment-dots,.fa-commenting{--fa:""}.fa-comment-slash{--fa:""}.fa-couch{--fa:""}.fa-circle-dollar-to-slot,.fa-donate{--fa:""}.fa-dove{--fa:""}.fa-hand-holding{--fa:""}.fa-hand-holding-heart{--fa:""}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:""}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:""}.fa-hands-holding{--fa:""}.fa-hands-helping,.fa-handshake-angle{--fa:""}.fa-parachute-box{--fa:""}.fa-people-carry,.fa-people-carry-box{--fa:""}.fa-piggy-bank{--fa:""}.fa-ribbon{--fa:""}.fa-route{--fa:""}.fa-seedling,.fa-sprout{--fa:""}.fa-sign,.fa-sign-hanging{--fa:""}.fa-face-smile-wink,.fa-smile-wink{--fa:""}.fa-tape{--fa:""}.fa-truck-loading,.fa-truck-ramp-box{--fa:""}.fa-truck-moving{--fa:""}.fa-video-slash{--fa:""}.fa-wine-glass{--fa:""}.fa-user-astronaut{--fa:""}.fa-user-check{--fa:""}.fa-user-clock{--fa:""}.fa-user-cog,.fa-user-gear{--fa:""}.fa-user-edit,.fa-user-pen{--fa:""}.fa-user-friends,.fa-user-group{--fa:""}.fa-user-graduate{--fa:""}.fa-user-lock{--fa:""}.fa-user-minus{--fa:""}.fa-user-ninja{--fa:""}.fa-user-shield{--fa:""}.fa-user-alt-slash,.fa-user-large-slash,.fa-user-slash{--fa:""}.fa-user-tag{--fa:""}.fa-user-tie{--fa:""}.fa-users-cog,.fa-users-gear{--fa:""}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:""}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:""}.fa-blender{--fa:""}.fa-book-open{--fa:""}.fa-broadcast-tower,.fa-tower-broadcast{--fa:""}.fa-broom{--fa:""}.fa-blackboard,.fa-chalkboard{--fa:""}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:""}.fa-church{--fa:""}.fa-coins{--fa:""}.fa-compact-disc{--fa:""}.fa-crow{--fa:""}.fa-crown{--fa:""}.fa-dice{--fa:""}.fa-dice-five{--fa:""}.fa-dice-four{--fa:""}.fa-dice-one{--fa:""}.fa-dice-six{--fa:""}.fa-dice-three{--fa:""}.fa-dice-two{--fa:""}.fa-divide{--fa:""}.fa-door-closed{--fa:""}.fa-door-open{--fa:""}.fa-feather{--fa:""}.fa-frog{--fa:""}.fa-gas-pump{--fa:""}.fa-glasses{--fa:""}.fa-greater-than-equal{--fa:""}.fa-helicopter{--fa:""}.fa-infinity{--fa:""}.fa-kiwi-bird{--fa:""}.fa-less-than-equal{--fa:""}.fa-memory{--fa:""}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:""}.fa-money-bill-wave{--fa:""}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:""}.fa-money-check{--fa:""}.fa-money-check-alt,.fa-money-check-dollar{--fa:""}.fa-not-equal{--fa:""}.fa-palette{--fa:""}.fa-parking,.fa-square-parking{--fa:""}.fa-diagram-project,.fa-project-diagram{--fa:""}.fa-receipt{--fa:""}.fa-robot{--fa:""}.fa-ruler{--fa:""}.fa-ruler-combined{--fa:""}.fa-ruler-horizontal{--fa:""}.fa-ruler-vertical{--fa:""}.fa-school{--fa:""}.fa-screwdriver{--fa:""}.fa-shoe-prints{--fa:""}.fa-skull{--fa:""}.fa-ban-smoking,.fa-smoking-ban{--fa:""}.fa-store{--fa:""}.fa-shop,.fa-store-alt{--fa:""}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:""}.fa-stroopwafel{--fa:""}.fa-toolbox{--fa:""}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:""}.fa-person-walking,.fa-walking{--fa:""}.fa-wallet{--fa:""}.fa-angry,.fa-face-angry{--fa:""}.fa-archway{--fa:""}.fa-atlas,.fa-book-atlas{--fa:""}.fa-award{--fa:""}.fa-backspace,.fa-delete-left{--fa:""}.fa-bezier-curve{--fa:""}.fa-bong{--fa:""}.fa-brush{--fa:""}.fa-bus-alt,.fa-bus-simple{--fa:""}.fa-cannabis{--fa:""}.fa-check-double{--fa:""}.fa-cocktail,.fa-martini-glass-citrus{--fa:""}.fa-bell-concierge,.fa-concierge-bell{--fa:""}.fa-cookie{--fa:""}.fa-cookie-bite{--fa:""}.fa-crop-alt,.fa-crop-simple{--fa:""}.fa-digital-tachograph,.fa-tachograph-digital{--fa:""}.fa-dizzy,.fa-face-dizzy{--fa:""}.fa-compass-drafting,.fa-drafting-compass{--fa:""}.fa-drum{--fa:""}.fa-drum-steelpan{--fa:""}.fa-feather-alt,.fa-feather-pointed{--fa:""}.fa-file-contract{--fa:""}.fa-file-arrow-down,.fa-file-download{--fa:""}.fa-arrow-right-from-file,.fa-file-export{--fa:""}.fa-arrow-right-to-file,.fa-file-import{--fa:""}.fa-file-invoice{--fa:""}.fa-file-invoice-dollar{--fa:""}.fa-file-prescription{--fa:""}.fa-file-signature{--fa:""}.fa-file-arrow-up,.fa-file-upload{--fa:""}.fa-fill{--fa:""}.fa-fill-drip{--fa:""}.fa-fingerprint{--fa:""}.fa-fish{--fa:""}.fa-face-flushed,.fa-flushed{--fa:""}.fa-face-frown-open,.fa-frown-open{--fa:""}.fa-glass-martini-alt,.fa-martini-glass{--fa:""}.fa-earth-africa,.fa-globe-africa{--fa:""}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:""}.fa-earth-asia,.fa-globe-asia{--fa:""}.fa-face-grimace,.fa-grimace{--fa:""}.fa-face-grin,.fa-grin{--fa:""}.fa-face-grin-wide,.fa-grin-alt{--fa:""}.fa-face-grin-beam,.fa-grin-beam{--fa:""}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:""}.fa-face-grin-hearts,.fa-grin-hearts{--fa:""}.fa-face-grin-squint,.fa-grin-squint{--fa:""}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:""}.fa-face-grin-stars,.fa-grin-stars{--fa:""}.fa-face-grin-tears,.fa-grin-tears{--fa:""}.fa-face-grin-tongue,.fa-grin-tongue{--fa:""}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:""}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:""}.fa-face-grin-wink,.fa-grin-wink{--fa:""}.fa-grid-horizontal,.fa-grip,.fa-grip-horizontal{--fa:""}.fa-grid-vertical,.fa-grip-vertical{--fa:""}.fa-headset{--fa:""}.fa-highlighter{--fa:""}.fa-hot-tub,.fa-hot-tub-person{--fa:""}.fa-hotel{--fa:""}.fa-joint{--fa:""}.fa-face-kiss,.fa-kiss{--fa:""}.fa-face-kiss-beam,.fa-kiss-beam{--fa:""}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:""}.fa-face-laugh,.fa-laugh{--fa:""}.fa-face-laugh-beam,.fa-laugh-beam{--fa:""}.fa-face-laugh-squint,.fa-laugh-squint{--fa:""}.fa-face-laugh-wink,.fa-laugh-wink{--fa:""}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:""}.fa-map-location,.fa-map-marked{--fa:""}.fa-map-location-dot,.fa-map-marked-alt{--fa:""}.fa-marker{--fa:""}.fa-medal{--fa:""}.fa-face-meh-blank,.fa-meh-blank{--fa:""}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:""}.fa-monument{--fa:""}.fa-mortar-pestle{--fa:""}.fa-paint-roller{--fa:""}.fa-passport{--fa:""}.fa-pen-fancy{--fa:""}.fa-pen-nib{--fa:""}.fa-pen-ruler,.fa-pencil-ruler{--fa:""}.fa-plane-arrival{--fa:""}.fa-plane-departure{--fa:""}.fa-prescription{--fa:""}.fa-face-sad-cry,.fa-sad-cry{--fa:""}.fa-face-sad-tear,.fa-sad-tear{--fa:""}.fa-shuttle-van,.fa-van-shuttle{--fa:""}.fa-signature{--fa:""}.fa-face-smile-beam,.fa-smile-beam{--fa:""}.fa-solar-panel{--fa:""}.fa-spa{--fa:""}.fa-splotch{--fa:""}.fa-spray-can{--fa:""}.fa-stamp{--fa:""}.fa-star-half-alt,.fa-star-half-stroke{--fa:""}.fa-suitcase-rolling{--fa:""}.fa-face-surprise,.fa-surprise{--fa:""}.fa-swatchbook{--fa:""}.fa-person-swimming,.fa-swimmer{--fa:""}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:""}.fa-droplet-slash,.fa-tint-slash{--fa:""}.fa-face-tired,.fa-tired{--fa:""}.fa-tooth{--fa:""}.fa-umbrella-beach{--fa:""}.fa-weight-hanging{--fa:""}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:""}.fa-air-freshener,.fa-spray-can-sparkles{--fa:""}.fa-apple-alt,.fa-apple-whole{--fa:""}.fa-atom{--fa:""}.fa-bone{--fa:""}.fa-book-open-reader,.fa-book-reader{--fa:""}.fa-brain{--fa:""}.fa-car-alt,.fa-car-rear{--fa:""}.fa-battery-car,.fa-car-battery{--fa:""}.fa-car-burst,.fa-car-crash{--fa:""}.fa-car-side{--fa:""}.fa-charging-station{--fa:""}.fa-diamond-turn-right,.fa-directions{--fa:""}.fa-draw-polygon,.fa-vector-polygon{--fa:""}.fa-laptop-code{--fa:""}.fa-layer-group{--fa:""}.fa-location,.fa-location-crosshairs{--fa:""}.fa-lungs{--fa:""}.fa-microscope{--fa:""}.fa-oil-can{--fa:""}.fa-poop{--fa:""}.fa-shapes,.fa-triangle-circle-square{--fa:""}.fa-star-of-life{--fa:""}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:""}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:""}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:""}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:""}.fa-teeth{--fa:""}.fa-teeth-open{--fa:""}.fa-masks-theater,.fa-theater-masks{--fa:""}.fa-traffic-light{--fa:""}.fa-truck-monster{--fa:""}.fa-truck-pickup{--fa:""}.fa-ad,.fa-rectangle-ad{--fa:""}.fa-ankh{--fa:""}.fa-bible,.fa-book-bible{--fa:""}.fa-briefcase-clock,.fa-business-time{--fa:""}.fa-city{--fa:""}.fa-comment-dollar{--fa:""}.fa-comments-dollar{--fa:""}.fa-cross{--fa:""}.fa-dharmachakra{--fa:""}.fa-envelope-open-text{--fa:""}.fa-folder-minus{--fa:""}.fa-folder-plus{--fa:""}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:""}.fa-gopuram{--fa:""}.fa-hamsa{--fa:""}.fa-bahai,.fa-haykal{--fa:""}.fa-jedi{--fa:""}.fa-book-journal-whills,.fa-journal-whills{--fa:""}.fa-kaaba{--fa:""}.fa-khanda{--fa:""}.fa-landmark{--fa:""}.fa-envelopes-bulk,.fa-mail-bulk{--fa:""}.fa-menorah{--fa:""}.fa-mosque{--fa:""}.fa-om{--fa:""}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:""}.fa-peace{--fa:""}.fa-place-of-worship{--fa:""}.fa-poll,.fa-square-poll-vertical{--fa:""}.fa-poll-h,.fa-square-poll-horizontal{--fa:""}.fa-person-praying,.fa-pray{--fa:""}.fa-hands-praying,.fa-praying-hands{--fa:""}.fa-book-quran,.fa-quran{--fa:""}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:""}.fa-magnifying-glass-location,.fa-search-location{--fa:""}.fa-socks{--fa:""}.fa-square-root-alt,.fa-square-root-variable{--fa:""}.fa-star-and-crescent{--fa:""}.fa-star-of-david{--fa:""}.fa-synagogue{--fa:""}.fa-scroll-torah,.fa-torah{--fa:""}.fa-torii-gate{--fa:""}.fa-vihara{--fa:""}.fa-volume,.fa-volume-medium{--fa:""}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:""}.fa-yin-yang{--fa:""}.fa-blender-phone{--fa:""}.fa-book-dead,.fa-book-skull{--fa:""}.fa-campground{--fa:""}.fa-cat{--fa:""}.fa-chair{--fa:""}.fa-cloud-moon{--fa:""}.fa-cloud-sun{--fa:""}.fa-cow{--fa:""}.fa-dice-d20{--fa:""}.fa-dice-d6{--fa:""}.fa-dog{--fa:""}.fa-dragon{--fa:""}.fa-drumstick-bite{--fa:""}.fa-dungeon{--fa:""}.fa-file-csv{--fa:""}.fa-fist-raised,.fa-hand-fist{--fa:""}.fa-ghost{--fa:""}.fa-hammer{--fa:""}.fa-hanukiah{--fa:""}.fa-hat-wizard{--fa:""}.fa-hiking,.fa-person-hiking{--fa:""}.fa-hippo{--fa:""}.fa-horse{--fa:""}.fa-house-chimney-crack,.fa-house-damage{--fa:""}.fa-hryvnia,.fa-hryvnia-sign{--fa:""}.fa-mask{--fa:""}.fa-mountain{--fa:""}.fa-network-wired{--fa:""}.fa-otter{--fa:""}.fa-ring{--fa:""}.fa-person-running,.fa-running{--fa:""}.fa-scroll{--fa:""}.fa-skull-crossbones{--fa:""}.fa-slash{--fa:""}.fa-spider{--fa:""}.fa-toilet-paper,.fa-toilet-paper-alt,.fa-toilet-paper-blank{--fa:""}.fa-tractor{--fa:""}.fa-user-injured{--fa:""}.fa-vr-cardboard{--fa:""}.fa-wand-sparkles{--fa:""}.fa-wind{--fa:""}.fa-wine-bottle{--fa:""}.fa-cloud-meatball{--fa:""}.fa-cloud-moon-rain{--fa:""}.fa-cloud-rain{--fa:""}.fa-cloud-showers-heavy{--fa:""}.fa-cloud-sun-rain{--fa:""}.fa-democrat{--fa:""}.fa-flag-usa{--fa:""}.fa-hurricane{--fa:""}.fa-landmark-alt,.fa-landmark-dome{--fa:""}.fa-meteor{--fa:""}.fa-person-booth{--fa:""}.fa-poo-bolt,.fa-poo-storm{--fa:""}.fa-rainbow{--fa:""}.fa-republican{--fa:""}.fa-smog{--fa:""}.fa-temperature-high{--fa:""}.fa-temperature-low{--fa:""}.fa-cloud-bolt,.fa-thunderstorm{--fa:""}.fa-tornado{--fa:""}.fa-volcano{--fa:""}.fa-check-to-slot,.fa-vote-yea{--fa:""}.fa-water{--fa:""}.fa-baby{--fa:""}.fa-baby-carriage,.fa-carriage-baby{--fa:""}.fa-biohazard{--fa:""}.fa-blog{--fa:""}.fa-calendar-day{--fa:""}.fa-calendar-week{--fa:""}.fa-candy-cane{--fa:""}.fa-carrot{--fa:""}.fa-cash-register{--fa:""}.fa-compress-arrows-alt,.fa-minimize{--fa:""}.fa-dumpster{--fa:""}.fa-dumpster-fire{--fa:""}.fa-ethernet{--fa:""}.fa-gifts{--fa:""}.fa-champagne-glasses,.fa-glass-cheers{--fa:""}.fa-glass-whiskey,.fa-whiskey-glass{--fa:""}.fa-earth-europe,.fa-globe-europe{--fa:""}.fa-grip-lines{--fa:""}.fa-grip-lines-vertical{--fa:""}.fa-guitar{--fa:""}.fa-heart-broken,.fa-heart-crack{--fa:""}.fa-holly-berry{--fa:""}.fa-horse-head{--fa:""}.fa-icicles{--fa:""}.fa-igloo{--fa:""}.fa-mitten{--fa:""}.fa-mug-hot{--fa:""}.fa-radiation{--fa:""}.fa-circle-radiation,.fa-radiation-alt{--fa:""}.fa-restroom{--fa:""}.fa-satellite{--fa:""}.fa-satellite-dish{--fa:""}.fa-sd-card{--fa:""}.fa-sim-card{--fa:""}.fa-person-skating,.fa-skating{--fa:""}.fa-person-skiing,.fa-skiing{--fa:""}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:""}.fa-sleigh{--fa:""}.fa-comment-sms,.fa-sms{--fa:""}.fa-person-snowboarding,.fa-snowboarding{--fa:""}.fa-snowman{--fa:""}.fa-snowplow{--fa:""}.fa-tenge,.fa-tenge-sign{--fa:""}.fa-toilet{--fa:""}.fa-screwdriver-wrench,.fa-tools{--fa:""}.fa-cable-car,.fa-tram{--fa:""}.fa-fire-alt,.fa-fire-flame-curved{--fa:""}.fa-bacon{--fa:""}.fa-book-medical{--fa:""}.fa-bread-slice{--fa:""}.fa-cheese{--fa:""}.fa-clinic-medical,.fa-house-chimney-medical{--fa:""}.fa-clipboard-user{--fa:""}.fa-comment-medical{--fa:""}.fa-crutch{--fa:""}.fa-disease{--fa:""}.fa-egg{--fa:""}.fa-folder-tree{--fa:""}.fa-burger,.fa-hamburger{--fa:""}.fa-hand-middle-finger{--fa:""}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:""}.fa-hospital-user{--fa:""}.fa-hotdog{--fa:""}.fa-ice-cream{--fa:""}.fa-laptop-medical{--fa:""}.fa-pager{--fa:""}.fa-pepper-hot{--fa:""}.fa-pizza-slice{--fa:""}.fa-sack-dollar{--fa:""}.fa-book-tanakh,.fa-tanakh{--fa:""}.fa-bars-progress,.fa-tasks-alt{--fa:""}.fa-trash-arrow-up,.fa-trash-restore{--fa:""}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:""}.fa-user-nurse{--fa:""}.fa-wave-square{--fa:""}.fa-biking,.fa-person-biking{--fa:""}.fa-border-all{--fa:""}.fa-border-none{--fa:""}.fa-border-style,.fa-border-top-left{--fa:""}.fa-digging,.fa-person-digging{--fa:""}.fa-fan{--fa:""}.fa-heart-music-camera-bolt,.fa-icons{--fa:""}.fa-phone-alt,.fa-phone-flip{--fa:""}.fa-phone-square-alt,.fa-square-phone-flip{--fa:""}.fa-photo-film,.fa-photo-video{--fa:""}.fa-remove-format,.fa-text-slash{--fa:""}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:""}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:""}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:""}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:""}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:""}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:""}.fa-spell-check{--fa:""}.fa-voicemail{--fa:""}.fa-hat-cowboy{--fa:""}.fa-hat-cowboy-side{--fa:""}.fa-computer-mouse,.fa-mouse{--fa:""}.fa-radio{--fa:""}.fa-record-vinyl{--fa:""}.fa-walkie-talkie{--fa:""}.fa-caravan{--fa:""}:host,:root{--fa-family-brands:"Font Awesome 7 Brands";--fa-font-brands:normal 400 1em/1 var(--fa-family-brands)}@font-face{font-family:"Font Awesome 7 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-brands-400-BP5tdqmh.woff2)}.fa-brands,.fa-classic.fa-brands,.fab{--fa-family:var(--fa-family-brands);--fa-style:400}.fa-firefox-browser{--fa:""}.fa-ideal{--fa:""}.fa-microblog{--fa:""}.fa-pied-piper-square,.fa-square-pied-piper{--fa:""}.fa-unity{--fa:""}.fa-dailymotion{--fa:""}.fa-instagram-square,.fa-square-instagram{--fa:""}.fa-mixer{--fa:""}.fa-shopify{--fa:""}.fa-deezer{--fa:""}.fa-edge-legacy{--fa:""}.fa-google-pay{--fa:""}.fa-rust{--fa:""}.fa-tiktok{--fa:""}.fa-unsplash{--fa:""}.fa-cloudflare{--fa:""}.fa-guilded{--fa:""}.fa-hive{--fa:""}.fa-42-group,.fa-innosoft{--fa:""}.fa-instalod{--fa:""}.fa-octopus-deploy{--fa:""}.fa-perbyte{--fa:""}.fa-uncharted{--fa:""}.fa-watchman-monitoring{--fa:""}.fa-wodu{--fa:""}.fa-wirsindhandwerk,.fa-wsh{--fa:""}.fa-bots{--fa:""}.fa-cmplid{--fa:""}.fa-bilibili{--fa:""}.fa-golang{--fa:""}.fa-pix{--fa:""}.fa-sitrox{--fa:""}.fa-hashnode{--fa:""}.fa-meta{--fa:""}.fa-padlet{--fa:""}.fa-nfc-directional{--fa:""}.fa-nfc-symbol{--fa:""}.fa-screenpal{--fa:""}.fa-space-awesome{--fa:""}.fa-square-font-awesome{--fa:""}.fa-gitlab-square,.fa-square-gitlab{--fa:""}.fa-odysee{--fa:""}.fa-stubber{--fa:""}.fa-debian{--fa:""}.fa-shoelace{--fa:""}.fa-threads{--fa:""}.fa-square-threads{--fa:""}.fa-square-x-twitter{--fa:""}.fa-x-twitter{--fa:""}.fa-opensuse{--fa:""}.fa-letterboxd{--fa:""}.fa-square-letterboxd{--fa:""}.fa-mintbit{--fa:""}.fa-google-scholar{--fa:""}.fa-brave{--fa:""}.fa-brave-reverse{--fa:""}.fa-pixiv{--fa:""}.fa-upwork{--fa:""}.fa-webflow{--fa:""}.fa-signal-messenger{--fa:""}.fa-bluesky{--fa:""}.fa-jxl{--fa:""}.fa-square-upwork{--fa:""}.fa-web-awesome{--fa:""}.fa-square-web-awesome{--fa:""}.fa-square-web-awesome-stroke{--fa:""}.fa-dart-lang{--fa:""}.fa-flutter{--fa:""}.fa-files-pinwheel{--fa:""}.fa-css{--fa:""}.fa-square-bluesky{--fa:""}.fa-openai{--fa:""}.fa-square-linkedin{--fa:""}.fa-cash-app{--fa:""}.fa-disqus{--fa:""}.fa-11ty,.fa-eleventy{--fa:""}.fa-kakao-talk{--fa:""}.fa-linktree{--fa:""}.fa-notion{--fa:""}.fa-pandora{--fa:""}.fa-pixelfed{--fa:""}.fa-tidal{--fa:""}.fa-vsco{--fa:""}.fa-w3c{--fa:""}.fa-lumon{--fa:""}.fa-lumon-drop{--fa:""}.fa-square-figma{--fa:""}.fa-tex{--fa:""}.fa-duolingo{--fa:""}.fa-supportnow{--fa:""}.fa-tor-browser{--fa:""}.fa-typescript{--fa:""}.fa-square-deskpro{--fa:""}.fa-circle-zulip{--fa:""}.fa-julia{--fa:""}.fa-zulip{--fa:""}.fa-unison{--fa:""}.fa-bgg,.fa-board-game-geek{--fa:""}.fa-ko-fi{--fa:""}.fa-kubernetes{--fa:""}.fa-postgresql{--fa:""}.fa-scaleway{--fa:""}.fa-venmo{--fa:""}.fa-venmo-v{--fa:""}.fa-unreal-engine{--fa:""}.fa-globaleaks{--fa:""}.fa-solana{--fa:""}.fa-threema{--fa:""}.fa-forgejo{--fa:""}.fa-claude{--fa:""}.fa-gitee{--fa:""}.fa-xmpp{--fa:""}.fa-fediverse{--fa:""}.fa-tailwind-css{--fa:""}.fa-arch-linux{--fa:""}.fa-svelte{--fa:""}.fa-hugging-face{--fa:""}.fa-leetcode{--fa:""}.fa-openstreetmap{--fa:""}.fa-ultralytics{--fa:""}.fa-ultralytics-hub{--fa:""}.fa-ultralytics-yolo{--fa:""}.fa-obsidian{--fa:""}.fa-zoom{--fa:""}.fa-vim{--fa:""}.fa-symfonycasts{--fa:""}.fa-square-twitter,.fa-twitter-square{--fa:""}.fa-facebook-square,.fa-square-facebook{--fa:""}.fa-linkedin{--fa:""}.fa-github-square,.fa-square-github{--fa:""}.fa-twitter{--fa:""}.fa-facebook{--fa:""}.fa-github{--fa:""}.fa-pinterest{--fa:""}.fa-pinterest-square,.fa-square-pinterest{--fa:""}.fa-google-plus-square,.fa-square-google-plus{--fa:""}.fa-google-plus-g{--fa:""}.fa-linkedin-in{--fa:""}.fa-github-alt{--fa:""}.fa-maxcdn{--fa:""}.fa-html5{--fa:""}.fa-css3{--fa:""}.fa-btc{--fa:""}.fa-youtube{--fa:""}.fa-xing{--fa:""}.fa-square-xing,.fa-xing-square{--fa:""}.fa-dropbox{--fa:""}.fa-stack-overflow{--fa:""}.fa-instagram{--fa:""}.fa-flickr{--fa:""}.fa-adn{--fa:""}.fa-bitbucket{--fa:""}.fa-tumblr{--fa:""}.fa-square-tumblr,.fa-tumblr-square{--fa:""}.fa-apple{--fa:""}.fa-windows{--fa:""}.fa-android{--fa:""}.fa-linux{--fa:""}.fa-dribbble{--fa:""}.fa-skype{--fa:""}.fa-foursquare{--fa:""}.fa-trello{--fa:""}.fa-gratipay{--fa:""}.fa-vk{--fa:""}.fa-weibo{--fa:""}.fa-renren{--fa:""}.fa-pagelines{--fa:""}.fa-stack-exchange{--fa:""}.fa-square-vimeo,.fa-vimeo-square{--fa:""}.fa-slack,.fa-slack-hash{--fa:""}.fa-wordpress{--fa:""}.fa-openid{--fa:""}.fa-yahoo{--fa:""}.fa-google{--fa:""}.fa-reddit{--fa:""}.fa-reddit-square,.fa-square-reddit{--fa:""}.fa-stumbleupon-circle{--fa:""}.fa-stumbleupon{--fa:""}.fa-delicious{--fa:""}.fa-digg{--fa:""}.fa-pied-piper-pp{--fa:""}.fa-pied-piper-alt{--fa:""}.fa-drupal{--fa:""}.fa-joomla{--fa:""}.fa-behance{--fa:""}.fa-behance-square,.fa-square-behance{--fa:""}.fa-steam{--fa:""}.fa-square-steam,.fa-steam-square{--fa:""}.fa-spotify{--fa:""}.fa-deviantart{--fa:""}.fa-soundcloud{--fa:""}.fa-vine{--fa:""}.fa-codepen{--fa:""}.fa-jsfiddle{--fa:""}.fa-rebel{--fa:""}.fa-empire{--fa:""}.fa-git-square,.fa-square-git{--fa:""}.fa-git{--fa:""}.fa-hacker-news{--fa:""}.fa-tencent-weibo{--fa:""}.fa-qq{--fa:""}.fa-weixin{--fa:""}.fa-slideshare{--fa:""}.fa-twitch{--fa:""}.fa-yelp{--fa:""}.fa-paypal{--fa:""}.fa-google-wallet{--fa:""}.fa-cc-visa{--fa:""}.fa-cc-mastercard{--fa:""}.fa-cc-discover{--fa:""}.fa-cc-amex{--fa:""}.fa-cc-paypal{--fa:""}.fa-cc-stripe{--fa:""}.fa-lastfm{--fa:""}.fa-lastfm-square,.fa-square-lastfm{--fa:""}.fa-ioxhost{--fa:""}.fa-angellist{--fa:""}.fa-buysellads{--fa:""}.fa-connectdevelop{--fa:""}.fa-dashcube{--fa:""}.fa-forumbee{--fa:""}.fa-leanpub{--fa:""}.fa-sellsy{--fa:""}.fa-shirtsinbulk{--fa:""}.fa-simplybuilt{--fa:""}.fa-skyatlas{--fa:""}.fa-pinterest-p{--fa:""}.fa-whatsapp{--fa:""}.fa-viacoin{--fa:""}.fa-medium,.fa-medium-m{--fa:""}.fa-y-combinator{--fa:""}.fa-optin-monster{--fa:""}.fa-opencart{--fa:""}.fa-expeditedssl{--fa:""}.fa-cc-jcb{--fa:""}.fa-cc-diners-club{--fa:""}.fa-creative-commons{--fa:""}.fa-gg{--fa:""}.fa-gg-circle{--fa:""}.fa-odnoklassniki{--fa:""}.fa-odnoklassniki-square,.fa-square-odnoklassniki{--fa:""}.fa-get-pocket{--fa:""}.fa-wikipedia-w{--fa:""}.fa-safari{--fa:""}.fa-chrome{--fa:""}.fa-firefox{--fa:""}.fa-opera{--fa:""}.fa-internet-explorer{--fa:""}.fa-contao{--fa:""}.fa-500px{--fa:""}.fa-amazon{--fa:""}.fa-houzz{--fa:""}.fa-vimeo-v{--fa:""}.fa-black-tie{--fa:""}.fa-fonticons{--fa:""}.fa-reddit-alien{--fa:""}.fa-edge{--fa:""}.fa-codiepie{--fa:""}.fa-modx{--fa:""}.fa-fort-awesome{--fa:""}.fa-usb{--fa:""}.fa-product-hunt{--fa:""}.fa-mixcloud{--fa:""}.fa-scribd{--fa:""}.fa-bluetooth{--fa:""}.fa-bluetooth-b{--fa:""}.fa-gitlab{--fa:""}.fa-wpbeginner{--fa:""}.fa-wpforms{--fa:""}.fa-envira{--fa:""}.fa-glide{--fa:""}.fa-glide-g{--fa:""}.fa-viadeo{--fa:""}.fa-square-viadeo,.fa-viadeo-square{--fa:""}.fa-snapchat,.fa-snapchat-ghost{--fa:""}.fa-snapchat-square,.fa-square-snapchat{--fa:""}.fa-pied-piper{--fa:""}.fa-first-order{--fa:""}.fa-yoast{--fa:""}.fa-themeisle{--fa:""}.fa-google-plus{--fa:""}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:""}.fa-linode{--fa:""}.fa-quora{--fa:""}.fa-free-code-camp{--fa:""}.fa-telegram,.fa-telegram-plane{--fa:""}.fa-bandcamp{--fa:""}.fa-grav{--fa:""}.fa-etsy{--fa:""}.fa-imdb{--fa:""}.fa-ravelry{--fa:""}.fa-sellcast{--fa:""}.fa-superpowers{--fa:""}.fa-wpexplorer{--fa:""}.fa-meetup{--fa:""}.fa-font-awesome-alt,.fa-square-font-awesome-stroke{--fa:""}.fa-accessible-icon{--fa:""}.fa-accusoft{--fa:""}.fa-adversal{--fa:""}.fa-affiliatetheme{--fa:""}.fa-algolia{--fa:""}.fa-amilia{--fa:""}.fa-angrycreative{--fa:""}.fa-app-store{--fa:""}.fa-app-store-ios{--fa:""}.fa-apper{--fa:""}.fa-asymmetrik{--fa:""}.fa-audible{--fa:""}.fa-avianex{--fa:""}.fa-aws{--fa:""}.fa-bimobject{--fa:""}.fa-bitcoin{--fa:""}.fa-bity{--fa:""}.fa-blackberry{--fa:""}.fa-blogger{--fa:""}.fa-blogger-b{--fa:""}.fa-buromobelexperte{--fa:""}.fa-centercode{--fa:""}.fa-cloudscale{--fa:""}.fa-cloudsmith{--fa:""}.fa-cloudversify{--fa:""}.fa-cpanel{--fa:""}.fa-css3-alt{--fa:""}.fa-cuttlefish{--fa:""}.fa-d-and-d{--fa:""}.fa-deploydog{--fa:""}.fa-deskpro{--fa:""}.fa-digital-ocean{--fa:""}.fa-discord{--fa:""}.fa-discourse{--fa:""}.fa-dochub{--fa:""}.fa-docker{--fa:""}.fa-draft2digital{--fa:""}.fa-dribbble-square,.fa-square-dribbble{--fa:""}.fa-dyalog{--fa:""}.fa-earlybirds{--fa:""}.fa-erlang{--fa:""}.fa-facebook-f{--fa:""}.fa-facebook-messenger{--fa:""}.fa-firstdraft{--fa:""}.fa-fonticons-fi{--fa:""}.fa-fort-awesome-alt{--fa:""}.fa-freebsd{--fa:""}.fa-gitkraken{--fa:""}.fa-gofore{--fa:""}.fa-goodreads{--fa:""}.fa-goodreads-g{--fa:""}.fa-google-drive{--fa:""}.fa-google-play{--fa:""}.fa-gripfire{--fa:""}.fa-grunt{--fa:""}.fa-gulp{--fa:""}.fa-hacker-news-square,.fa-square-hacker-news{--fa:""}.fa-hire-a-helper{--fa:""}.fa-hotjar{--fa:""}.fa-hubspot{--fa:""}.fa-itunes{--fa:""}.fa-itunes-note{--fa:""}.fa-jenkins{--fa:""}.fa-joget{--fa:""}.fa-js{--fa:""}.fa-js-square,.fa-square-js{--fa:""}.fa-keycdn{--fa:""}.fa-kickstarter,.fa-square-kickstarter{--fa:""}.fa-kickstarter-k{--fa:""}.fa-laravel{--fa:""}.fa-line{--fa:""}.fa-lyft{--fa:""}.fa-magento{--fa:""}.fa-medapps{--fa:""}.fa-medrt{--fa:""}.fa-microsoft{--fa:""}.fa-mix{--fa:""}.fa-mizuni{--fa:""}.fa-monero{--fa:""}.fa-napster{--fa:""}.fa-node-js{--fa:""}.fa-npm{--fa:""}.fa-ns8{--fa:""}.fa-nutritionix{--fa:""}.fa-page4{--fa:""}.fa-palfed{--fa:""}.fa-patreon{--fa:""}.fa-periscope{--fa:""}.fa-phabricator{--fa:""}.fa-phoenix-framework{--fa:""}.fa-playstation{--fa:""}.fa-pushed{--fa:""}.fa-python{--fa:""}.fa-red-river{--fa:""}.fa-rendact,.fa-wpressr{--fa:""}.fa-replyd{--fa:""}.fa-resolving{--fa:""}.fa-rocketchat{--fa:""}.fa-rockrms{--fa:""}.fa-schlix{--fa:""}.fa-searchengin{--fa:""}.fa-servicestack{--fa:""}.fa-sistrix{--fa:""}.fa-speakap{--fa:""}.fa-staylinked{--fa:""}.fa-steam-symbol{--fa:""}.fa-sticker-mule{--fa:""}.fa-studiovinari{--fa:""}.fa-supple{--fa:""}.fa-uber{--fa:""}.fa-uikit{--fa:""}.fa-uniregistry{--fa:""}.fa-untappd{--fa:""}.fa-ussunnah{--fa:""}.fa-vaadin{--fa:""}.fa-viber{--fa:""}.fa-vimeo{--fa:""}.fa-vnv{--fa:""}.fa-square-whatsapp,.fa-whatsapp-square{--fa:""}.fa-whmcs{--fa:""}.fa-wordpress-simple{--fa:""}.fa-xbox{--fa:""}.fa-yandex{--fa:""}.fa-yandex-international{--fa:""}.fa-apple-pay{--fa:""}.fa-cc-apple-pay{--fa:""}.fa-fly{--fa:""}.fa-node{--fa:""}.fa-osi{--fa:""}.fa-react{--fa:""}.fa-autoprefixer{--fa:""}.fa-less{--fa:""}.fa-sass{--fa:""}.fa-vuejs{--fa:""}.fa-angular{--fa:""}.fa-aviato{--fa:""}.fa-ember{--fa:""}.fa-gitter{--fa:""}.fa-hooli{--fa:""}.fa-strava{--fa:""}.fa-stripe{--fa:""}.fa-stripe-s{--fa:""}.fa-typo3{--fa:""}.fa-amazon-pay{--fa:""}.fa-cc-amazon-pay{--fa:""}.fa-ethereum{--fa:""}.fa-korvue{--fa:""}.fa-elementor{--fa:""}.fa-square-youtube,.fa-youtube-square{--fa:""}.fa-flipboard{--fa:""}.fa-hips{--fa:""}.fa-php{--fa:""}.fa-quinscape{--fa:""}.fa-readme{--fa:""}.fa-java{--fa:""}.fa-pied-piper-hat{--fa:""}.fa-creative-commons-by{--fa:""}.fa-creative-commons-nc{--fa:""}.fa-creative-commons-nc-eu{--fa:""}.fa-creative-commons-nc-jp{--fa:""}.fa-creative-commons-nd{--fa:""}.fa-creative-commons-pd{--fa:""}.fa-creative-commons-pd-alt{--fa:""}.fa-creative-commons-remix{--fa:""}.fa-creative-commons-sa{--fa:""}.fa-creative-commons-sampling{--fa:""}.fa-creative-commons-sampling-plus{--fa:""}.fa-creative-commons-share{--fa:""}.fa-creative-commons-zero{--fa:""}.fa-ebay{--fa:""}.fa-keybase{--fa:""}.fa-mastodon{--fa:""}.fa-r-project{--fa:""}.fa-researchgate{--fa:""}.fa-teamspeak{--fa:""}.fa-first-order-alt{--fa:""}.fa-fulcrum{--fa:""}.fa-galactic-republic{--fa:""}.fa-galactic-senate{--fa:""}.fa-jedi-order{--fa:""}.fa-mandalorian{--fa:""}.fa-old-republic{--fa:""}.fa-phoenix-squadron{--fa:""}.fa-sith{--fa:""}.fa-trade-federation{--fa:""}.fa-wolf-pack-battalion{--fa:""}.fa-hornbill{--fa:""}.fa-mailchimp{--fa:""}.fa-megaport{--fa:""}.fa-nimblr{--fa:""}.fa-rev{--fa:""}.fa-shopware{--fa:""}.fa-squarespace{--fa:""}.fa-themeco{--fa:""}.fa-weebly{--fa:""}.fa-wix{--fa:""}.fa-ello{--fa:""}.fa-hackerrank{--fa:""}.fa-kaggle{--fa:""}.fa-markdown{--fa:""}.fa-neos{--fa:""}.fa-zhihu{--fa:""}.fa-alipay{--fa:""}.fa-the-red-yeti{--fa:""}.fa-critical-role{--fa:""}.fa-d-and-d-beyond{--fa:""}.fa-dev{--fa:""}.fa-fantasy-flight-games{--fa:""}.fa-wizards-of-the-coast{--fa:""}.fa-think-peaks{--fa:""}.fa-reacteurope{--fa:""}.fa-artstation{--fa:""}.fa-atlassian{--fa:""}.fa-canadian-maple-leaf{--fa:""}.fa-centos{--fa:""}.fa-confluence{--fa:""}.fa-dhl{--fa:""}.fa-diaspora{--fa:""}.fa-fedex{--fa:""}.fa-fedora{--fa:""}.fa-figma{--fa:""}.fa-intercom{--fa:""}.fa-invision{--fa:""}.fa-jira{--fa:""}.fa-mendeley{--fa:""}.fa-raspberry-pi{--fa:""}.fa-redhat{--fa:""}.fa-sketch{--fa:""}.fa-sourcetree{--fa:""}.fa-suse{--fa:""}.fa-ubuntu{--fa:""}.fa-ups{--fa:""}.fa-usps{--fa:""}.fa-yarn{--fa:""}.fa-airbnb{--fa:""}.fa-battle-net{--fa:""}.fa-bootstrap{--fa:""}.fa-buffer{--fa:""}.fa-chromecast{--fa:""}.fa-evernote{--fa:""}.fa-itch-io{--fa:""}.fa-salesforce{--fa:""}.fa-speaker-deck{--fa:""}.fa-symfony{--fa:""}.fa-waze{--fa:""}.fa-yammer{--fa:""}.fa-git-alt{--fa:""}.fa-stackpath{--fa:""}.fa-cotton-bureau{--fa:""}.fa-buy-n-large{--fa:""}.fa-mdb{--fa:""}.fa-orcid{--fa:""}.fa-swift{--fa:""}.fa-umbraco{--fa:""}:host,:root{--fa-font-regular:normal 400 1em/1 var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-regular-400-nyy7hhHF.woff2)}.far{--fa-family:var(--fa-family-classic)}.fa-regular,.far{--fa-style:400}:host,:root{--fa-family-classic:"Font Awesome 7 Free";--fa-font-solid:normal 900 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:900;font-display:block;src:url(/assets/fa-solid-900-DRAAbZTg.woff2)}.fas{--fa-style:900}.fa-classic,.fas{--fa-family:var(--fa-family-classic)}.fa-solid{--fa-style:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(/assets/fa-brands-400-BP5tdqmh.woff2) format("woff2")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(/assets/fa-solid-900-DRAAbZTg.woff2) format("woff2")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(/assets/fa-regular-400-nyy7hhHF.woff2) format("woff2")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-solid-900-DRAAbZTg.woff2) format("woff2")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-brands-400-BP5tdqmh.woff2) format("woff2")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-regular-400-nyy7hhHF.woff2) format("woff2");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:FontAwesome;font-display:block;src:url(data:font/woff2;base64,d09GMk9UVE8AAA/AAAkAAAAAIi4AAA96A4IBAAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQGBmADgRwFiH0AghwHIA22GYUWERHVtH4B/lDAjaHYgPoVT5hsjC2GsZOptOo4yG1beUwR0nj95m5PABbwbw2JNax38ckISWbne6e7NGkzk5t5OtHQ3cQ8E/PgGvBDzYt/8QhfU4ejmw2Ss9r09ODR8l+jtYRSiPjXDe99ioYEJUDICo/AKRIyLZY6g5gb/PN/87fWu+WdLMNMQ049kLkaPl7+P/y/v9+nWsmNny3MZBwpLqIEUgAky2qXQQErAgUkO66A7tm25ybn+/+f01wNrP4u+ymgSuyUUAViDYIh+sbxjfg7VhAd9qRMKrF3BXKBn855NnSt1CQjTJVaYd8BQ++4R20XeJIX0rz/77Q39M65gAwmQQlbFrQfpVQXybLleWPJapb8e0cJ2kLz93Ol/TnMFXfLEn8JhNvbIjqxeXc/2UyOckA5ppQ4m+s0TQFBETgCdMAOCDy5CnvyZI2s0R1fW2MoL1G22ZTgudtjtLzMDwQDEbaWAQIgP8dqAADFS+AKknqe8PfkvO+55v/v91aE9ccAKkA2RADE+AeSboL/4wqvKi8xDkDqIzmV79ZGM7PdnQuhj8FJqIll79DSibQ0sXKXNYRdbRM+GMI2h5rF8zfdMYePtw55PPcmlAgg+mPASPzPwbDv2T3wmL2ThoUXekNwkpY0BDfbwiXSMFqxE24q9TkmWPiKJWh1mORCjilyAEspDGAZW6uwGlensDojrVodGva61vh0aarhKE8bTPCvj1hCK2OYlJVmTImPHEtVTOpYJrK8sJqcmo3VuRet1WnsdOEDcaFhM0UROOQM9KUY5Gdm9T7gPCofd4U7+x9sjlHuZL2RXfHXxYIE8CDvQm6Fk3RDXoiGY+XZ/TOFY9Kk3RCH0nr09srjn4kEqTL9zhy1p4myH+zr56tZWU8/1lvhZTacuYP5Yetw7YwTiDabHECYm7DHjCNR+QyItYjOF8TBoDvl5YcXSOcmKyfPyC0bNnnFhztFF1iXFjO+NknRNJIdlcuQLapKjOCOgXyxwzxWzyqXfZNWqpU/Y/EqBwhFdgdzldTRYQcscirRDqZxtltBIFQcvARqqfPTm9ROQCWXmvAvz+f4mSs4WoOqjmV+MH6r8TTUUn358W2SWZ78vFRvCl7xm11KSkyjY9Zp5ekkhxApAugJxGikosIHs68GiuU/TIwqCywCNlePWfOWfegrUWfqfXZ9wX1xJZZVUaWVN6utxf0m/XN+A0frVZpvr+YYS5WYTP/dyOA2+1jFSuYzlzm0UkIxBYTgjxv2qGr1a33Xe73VE93VHd3WKa2XqzQ0z5i4ND6pAgLVADGAdvICQA+g9DADoyUxaiEZtSRHrSjL/tD/6rdLdWfrbvLaZWUZ628lFTILA4iDzuUuRCDT4zLb9EbNNYDla7prkJb1sf9ps4yByalXLAjno1iDBtIQnk3bt02oZFNS9mGZTLrcFFwuLYcChHY/sdf2tT871c4E9dWb7St8ZWAVxoYfosuJThqeTcueyV1byeNebq+zTldTt9Nbrz8d5hvEG+w16DOMMNxmFGjcVr7HJHKCff1U74jp+nDiWA34AMvXbSjGL/mcxCInGJy+yzwieJF/QXkmwevg9kD53IWNr56dXTHoimkCpx95BLQQ2PxpPpwUV7AFs1Ndo/hfIZh1bJf//v7+Tyj/CT8H3F7A6qmRdgvmMJN2ioW3vZwaYedQL8RNM/O+veVnYH7v9oP5KOyePoBHb+2zIOh0TVD6jONQU9chTV3NEW4mF4VRA0FDA6gRQpnrmRk36EyA73QmLZcDIp2KLDrPqLohc8EhNFtkZE0jyrrGFmN8zNssYeZEJb9VGKGUWXsLkusQmHw/NN1aDVSQDjHXiFlNjOAbroZ8UhfqEVL9nGJP6bpouAIM0lpUyxoihzlDYnQRqe1CUGflRMzbwnKeTGaAqYTQkMV26jweXMYppyDld84jjBqk4oMY8c033Bcj54/JRjgquMTgyBZWMiaNdOECEAMqLkQL5aTRd1h+kIp3SqkDjgI1g5Tk7yLHKacge+vnpnYQKEqpWoaIE2uS1Ml9cKriqrXTBqEEkG0uhcxhNlmmr0Xm3rAWayZV1JQ/KNNVsjN28Y5E7DJbzQZVMSWFKP0dJSXo/7kumXvgf2oJsBI9mQs0tQTGdQlzNUzTUAQoNoE9qz8S+rGufAQyulFq0lpzdbFwf9PZiSkrzYVCwWpdR7DS7IF3L+9f1yMGRZlkLMKQmdJ/1f46jGqaXR3YWhJYu87qJBc0m1RUMczWRag5ADqhkPqxhrDNPT/9UmSkSJfSMvJebDBZ9FdCLUYCv6csAum7yIgZJHSL6fwevL/oN0AP8WsklRyKAJ3g2fB4R6ALyHyUE8EEEuoJmqCGgdCsZtKkGvO8Of70iHhdREid5AMRwUww5Px2EgNkUUlugQRMCSY3ccUbajibX9FEMflNwXQiaqhimrwH4UjnrohSQhM+6lwHbsbDXzobbWNw86+H/znDNiTnVUcM9fYFXauhcs/kUBiETGrooeTa2vWvw27pTjrjFDLT/1sl93DjuteQlbHMGWVs8lqy8qOXl9+MRjp2nQASXcfCwyS5acIVKHjPUa8RjXeMBLjn/fu9yJgF/iaMoK74TfDZTpnSPUd1G4GX8PAX/x9xCS8tengWmzYgucYT8wU0t4ngls/hJGctpOJVoFq+Af2/cjDAPOHFk5P/XXpRtmELfEfS+bCOuQ4L3+ofEPfS5QCO5j0gXqW1urWOvHzQgTEMChC0U5jeEF+pkSyBhwhZI1vB7pTubtmwbzYhsME5PPU0eZ4JHIB5iXSSzwQS0iiHfb0oOtqxA8KUCmMeVEVKnAFvdIPFrkHWdsaZZ8CdZmvR14f0tPqjH2aUMLBmHIMRM7cma2PXWcI9+fDjlrmy0n2PVAr5vPaq06NZRkE2prXUDp0urwStChuHTdAtxMblrCnopM02RUxamAxiQ9KBKEocT1fET438EjShE8NXvGEtoh6YDHprnclg171EKLGCR+PPfF83UQfieAqsqKjjyhMl42Wt1+nrdtq3oT5Q51+AD00vabZETGwF0ZUtwWPqSqkHjF/zNXpgTbmxtQKODCq1o4VYSjmDCqKkdNqxYybf3g1fU1+zn0tjtFC2i5zauLBZqnIy1oRUhWzw1PpO1Y3ttKP6SfenNESUlHAtQyzQ7tqsnhW0mCS7PGnWQGnUeouHk0g+jHIpIjJyBzRtDZKLeLgHpc7RsAHsyZgdFnuoR8VOGyIDBzzuNNh1ioYW0PM7yStZxQrID0pp3LYTOyGW8hAZWL3VDjufx21DyNsDt27Es84ZPD9EQ8+T7UFkoPvBKNAQ92jLGfgvepGe6LSXIUis3EtBzjbcAB1DIyVOPpnD/pL++RY/WOzCaKGWnWJP7OUvObwn95DNskVG3cZsF3DvCrLBsPAC1PQQPEQUQ+mY4YzRMxNiaPTQcMLoohtqQUPcyLb3fvGOd7GVfHe5K5a8/Ed/ykZevPjjwtxSg2cExzbOeBbkwA48oLjxw9S6IoYgMJ8gsBq3mCqdf7AWzJLBuAOon+WzFGuEuTYcmZ63tygjDccd5M4nYCb7CocF7eT21Pn5rcEDbnaBK8Jauy0EN4DpZRzRRBRBr8d2RLEQie1CjLGULGLDYIXjA15A+2aeAHHigrGhIeliSoEZabBS6f92e9V+u+AjssKtDmvtmPF8XzW4mK3Yjy2PFsH4J+gIgcgEM2W5Kuj402ANx98gYiHuqnNLs20OtnU2zKsTx6NC+d7t7TNl4Fe3eOmmBcGje/bDrfQobMQu+hhCuEWFNZVgpUTQj694JRR0xXzTXiBWa94133YEOZ8g2v3oST/dRLVc0wGk3P/Dq1qtwgk5C4aE7AeJ85mB0WZkuVNaoCSNcAokS5qtjChLI0IPv5C2wYKYYYiZQFBMOz8jcE3cRmwlBMmCxvemqCNKqnNiB0ZXuYAY7mJSyAsccSuDpEenPwY148TvIb0r+J1+Nh5z7/EsX5DjAnOXk53zfdiCdHdy4okUClpOHQZYjyNeQDAbMAYj7DzVcPVh/oW95zAe/qHfXg71Icy35j3ZZl6EozfaAnSSPk58/YSdeJo5P0R0diuoJig8c8KlBsGEKNNUBk1AXZg+NKMpT544MVFItVHHGTCeyCISgu3UrSkxgWBAWgGzZRrBy6oWFkKR3078RIoYB2oKmz4yvJhOZQfHx7Ai8VVBVpooRyclzD4Xbkio0vMA5h+lyy6DlPw95hjdRkoecIx4/32yXClc2HHBGQpQeYS8xOZgzR6b9Nmmm7RingP6d+XxPMTK2+i+X8a86u3VTkGSd9Btms/tBmbqc7tJZD4QHUG/ziucMMeV0QALuDtPj2Bfo1weLkthULQns/b3xTszkWYdCpr7SiNHGgLhiQYzSf4FHNtCoOd6vJWj4WPjBEYkT+Rr9CuUdtAvS8N2xbUXOc6/AC9IHV3IF4mffcqtvrshSTer1EhEsK9bfC+YzDpfHCDXTSeDXIqy+76U68B9QXXsD9AghNe1+MyoYulcg42ntu1cijpoVx1igYRhdXYGtWFas3EO3NewAytz/ZQ6dDs4uoaUnisYqoGspTbUQP2wGfXmebN8jgnqUA4WftVwjw0EIVVq1Vq1Vt/V6xzCtlsj00hU9RI9Xpnc6wV2rmUc9ct7vge2d7Pa8T4dZvJz7ROTlfokrXjjF2VvYgwQ5Z4o6y9bgeMVHJhbbgGNXj5gWN9FeJHy+2lvfhnrQ+R74/HhjGd7qeKkMSoIbgmLXjmJxBITn06HgmG5GD5pOFwsykRAO0K1XsR7ieaQxuiGi0RxTi8o9oNIsKjtGtHUcjb6JZ4ejDU9fh31Si+e/6iafqQRveddM+n0RRWJKwxcCLHJ8gXuIdK8typ0irQ1nLQMdUM2WwbuehNVZTPS1+1k7M0nH0cI61v3uczwg1fzOmnipATlkET+cFAkW3NIF4NvCophKNliuYvw9Fv+b4MU7N54i5ossf6MSeZV3cjCVlBbKJOBvWA7H25HjdPBbKkKDfhJiWeKM5/wrS5zFnFKTo4AcYXYH/OPAHoSBQVVDX3Tw7c/wREG1W8yF45ZRQbm+i95nnWVo4CiM8dBEcP/nhUAusB6Ay5eHL3U8LzEFApKd4wclOln8LzAZAMuPoKocMXxvA0MWmYK4AerUihX68tt1RUQhNduTIqo/0KYKE3GBQOcsgRK44Kbji8fn3D78asKctf4Dn52GZMFqb1cVUs9l6/MqUM5ohSxJcOGHxomvGnomRokmAUpuK1ekAED) format("woff2");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}*{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,[data-theme=dark] .card-special-ads-1 .card-icon{background:#f973161f}[data-theme=dark] .card-special-ads-2 .card-icon{background:#d977061f}[data-theme=dark] .card-special-ads-3 .card-icon{background:#10b9811f}[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}
