@import"https://api.fontshare.com/v2/css?f[]=satoshi@500,600,700,900&display=swap";:root{--primary: #ff5733;--primary-light: rgba(255, 87, 51, .12);--secondary: #222222;--theme-color: #ff5733;--surface: #ffffff;--bg: #F8F9FF;--text: #1a1a1a;--muted: #6b7280;--success: #16a34a;--success-bg: #dcfce7;--warning: #d97706;--warning-bg: #fef3c7;--danger: #dc2626;--danger-bg: #fee2e2;--info: #1e40af;--info-bg: #dbeafe;--border: #e5e7eb;--radius: 12px;--radius-sm: 8px;--shadow: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .12);--safe-bottom: env(safe-area-inset-bottom, 0px);--nav-h: 64px}@supports (color: color-mix(in srgb,red,blue)){:root{--primary-light: color-mix(in srgb, var(--primary) 12%, white)}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;overscroll-behavior:none}@media (min-width: 600px){body{background:#E9ECF3}}a{color:var(--primary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:48px;padding:0 20px;border-radius:var(--radius);border:none;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;transition:opacity .15s,transform .1s;-webkit-tap-highlight-color:transparent}.btn:active{transform:scale(.97)}.btn-primary{background:var(--primary);color:#fff}.btn-secondary{background:#fff;color:var(--text);border:1.5px solid var(--border)}.btn-danger{background:var(--danger);color:#fff}.btn-warning{background:var(--warning);color:#fff}.btn-block{width:100%}.btn:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px}.card-interactive{cursor:pointer;transition:box-shadow .15s}.card-interactive:active{box-shadow:var(--shadow-md)}.chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.3px;text-transform:uppercase}.chip-cash{background:var(--warning-bg);color:#92400e}.chip-online{background:var(--success-bg);color:#166534}.chip-ordered,.chip-preparing{background:var(--warning-bg);color:#92400e}.chip-way{background:var(--info-bg);color:var(--info)}.chip-delivered{background:var(--success-bg);color:#166534}.chip-cancelled,.chip-rejected{background:var(--danger-bg);color:#991b1b}.chip-available{background:var(--success-bg);color:#166534}.chip-offline{background:var(--border);color:var(--muted)}.chip-working{background:var(--warning-bg);color:#92400e}.mobile-app-container{min-height:100vh;display:flex;flex-direction:column}@media (min-width: 600px){.mobile-app-container{max-width:480px;margin:0 auto;background:var(--surface);box-shadow:0 0 0 1px var(--border),0 12px 40px #0000001f}}.page{min-height:100vh;padding:16px 16px calc(var(--nav-h) + 12px + var(--safe-bottom))}.page-nested{padding-bottom:calc(var(--nav-h) + 24px + var(--safe-bottom))}.page-full{padding:0}.page-title{font-size:22px;font-weight:700;margin:0 0 16px}.section-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--muted);margin:20px 0 8px}.muted{color:var(--muted);font-size:13px}.text-sm{font-size:13px}.text-xs{font-size:11px}.text-success{color:var(--success)}.text-warning{color:var(--warning)}.text-danger{color:var(--danger)}.fw-600{font-weight:600}.fw-700{font-weight:700}.divider{height:1px;background:var(--border);margin:12px 0}.back-link{display:inline-flex;align-items:center;gap:4px;margin-bottom:12px;color:var(--primary);text-decoration:none;font-size:14px;font-weight:500}.empty-state{text-align:center;padding:60px 20px;color:var(--muted)}.empty-state .empty-icon{font-size:48px;margin-bottom:12px}.empty-state h3{margin:0 0 6px;font-size:17px;color:var(--text)}.empty-state p{margin:0;font-size:14px}.sheet-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:100;display:flex;align-items:flex-end;animation:fadeIn .15s ease}@media (min-width: 600px){.sheet-backdrop{left:50%;right:auto;transform:translate(-50%);width:100%;max-width:480px}}.sheet{background:var(--surface);width:100%;border-radius:20px 20px 0 0;padding:8px 16px calc(24px + var(--safe-bottom));animation:slideUp .2s ease}.sheet .sheet-handle{width:40px;height:4px;background:var(--border);border-radius:2px;margin:0 auto 16px}.sheet h3{font-size:18px;font-weight:700;margin:0 0 6px}.sheet p{margin:0 0 16px}.sheet .btn+.btn{margin-top:8px}.sticky-cta{position:fixed;left:0;right:0;bottom:calc(var(--nav-h) + var(--safe-bottom));padding:10px 16px;background:linear-gradient(to top,var(--bg) 70%,transparent);z-index:50}@media (min-width: 600px){.sticky-cta{left:50%;right:auto;transform:translate(-50%);width:100%;max-width:480px}}.row{display:flex;align-items:center}.row-sb{display:flex;align-items:center;justify-content:space-between}.row-gap{gap:8px}.col-gap{display:flex;flex-direction:column;gap:8px}.menu-item{display:flex;align-items:center;justify-content:space-between;padding:16px;margin-bottom:8px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);text-decoration:none;color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.menu-item .menu-item-left{display:flex;align-items:center;gap:12px}.menu-item .menu-item-icon{width:40px;height:40px;border-radius:10px;background:var(--primary-light);display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0}.menu-item .menu-item-label{font-weight:600;font-size:15px}.menu-item .menu-item-sub{font-size:12px;color:var(--muted)}.menu-item .menu-item-right{color:var(--muted)}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg,var(--border) 25%,#f0f0f0 50%,var(--border) 75%);background-size:800px 100%;animation:shimmer 1.4s infinite;border-radius:6px}.skeleton-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px;min-height:90px;margin-bottom:10px}.skel-line{height:14px;margin-bottom:8px;background:linear-gradient(90deg,var(--border) 25%,#f0f0f0 50%,var(--border) 75%);background-size:800px 100%;animation:shimmer 1.4s infinite;border-radius:6px}.skel-line-sm{height:11px;width:60%}.skel-circle{border-radius:50%}.timeline{display:flex;align-items:flex-start;gap:0;margin:0 0 16px;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x mandatory}.timeline::-webkit-scrollbar{display:none}.timeline .tl-step{flex:1;display:flex;flex-direction:column;align-items:center;min-width:64px;position:relative}.timeline .tl-step:before{content:"";position:absolute;top:15px;left:calc(50% + 15px);right:calc(-50% + 15px);height:2px;background:var(--border);z-index:0}.timeline .tl-step:last-child:before{display:none}.timeline .tl-step.done:before{background:var(--primary)}.timeline .tl-step .tl-dot{width:30px;height:30px;border-radius:50%;border:2px solid var(--border);background:var(--surface);display:flex;align-items:center;justify-content:center;z-index:1;font-size:12px;transition:all .2s}.timeline .tl-step.done .tl-dot{background:var(--primary);border-color:var(--primary);color:#fff}.timeline .tl-step.current .tl-dot{background:var(--primary-light);border-color:var(--primary);border-width:3px}.timeline .tl-step .tl-label{font-size:10px;font-weight:600;text-align:center;margin-top:6px;color:var(--muted);text-transform:uppercase;letter-spacing:.3px;max-width:60px;line-height:1.2}.timeline .tl-step.done .tl-label,.timeline .tl-step.current .tl-label{color:var(--text)}.info-row{display:flex;align-items:flex-start;gap:10px;padding:8px 0;border-bottom:1px solid var(--border)}.info-row:last-child{border-bottom:none}.info-row .info-icon{color:var(--muted);flex-shrink:0;padding-top:2px}.info-row .info-body{flex:1}.info-row .info-label{font-size:12px;color:var(--muted)}.info-row .info-value{font-size:14px;font-weight:500}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px}.stat-card .stat-label{font-size:12px;color:var(--muted);margin-bottom:4px}.stat-card .stat-value{font-size:24px;font-weight:700;line-height:1.1}.stat-card .stat-sub{font-size:12px;color:var(--muted);margin-top:2px}.segments{display:flex;background:var(--border);border-radius:10px;padding:3px;gap:3px;margin-bottom:16px}.segments button{flex:1;min-height:38px;border:none;background:transparent;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s;color:var(--muted)}.segments button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 4px #0000001a}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin .8s linear infinite}.price-row{display:flex;justify-content:space-between;padding:7px 0;font-size:14px;border-bottom:1px dashed var(--border)}.price-row:last-child{border-bottom:none;font-weight:700;font-size:15px}.price-row span:last-child{font-weight:500}@keyframes gx-toast-in{0%{transform:translate3d(-50%,-24px,0) scale(.95);opacity:0}to{transform:translate3d(-50%,0,0) scale(1);opacity:1}}.driver-grid-theme .toast-container{display:flex!important;flex-direction:column!important;align-items:center!important;left:50%!important;transform:translate(-50%)!important;width:calc(100% - 32px)!important;max-width:340px!important;top:24px!important;pointer-events:none!important;z-index:99999!important}.driver-grid-theme .toast-container .ngx-toastr{position:relative!important;left:50%!important;transform:translate3d(-50%,0,0)!important;color:#0f172a!important;border-radius:18px!important;box-shadow:0 16px 36px #0b132b1f,0 4px 12px #0b132b0a!important;padding:14px 18px 14px 58px!important;font-family:Manrope,Inter,sans-serif!important;min-height:64px!important;display:flex!important;align-items:center!important;margin-bottom:10px!important;background-image:none!important;animation:gx-toast-in .3s cubic-bezier(.16,1,.3,1) forwards!important;width:100%!important;max-width:340px!important;box-sizing:border-box!important;pointer-events:auto!important;opacity:1!important}.driver-grid-theme .toast-container .ngx-toastr:hover{box-shadow:0 20px 48px #0b132b29,0 8px 16px #0b132b0f!important}.driver-grid-theme .toast-success{background:rgba(240,253,244,.96)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border:1.5px solid #86EFAC!important}.driver-grid-theme .toast-error{background:rgba(254,242,242,.96)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border:1.5px solid #FECACA!important}.driver-grid-theme .toast-warning{background:rgba(255,251,235,.96)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border:1.5px solid #FDE68A!important}.driver-grid-theme .toast-info{background:rgba(239,246,255,.96)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border:1.5px solid #BFDBFE!important}.driver-grid-theme .toast-container .ngx-toastr:before{content:""!important;position:absolute!important;left:16px!important;top:50%!important;transform:translateY(-50%)!important;width:28px!important;height:28px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;background-size:14px!important;background-repeat:no-repeat!important;background-position:center!important}.driver-grid-theme .toast-success:before{background-color:#10b9811f!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2310B981' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E")!important}.driver-grid-theme .toast-error:before{background-color:#ef44441f!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23EF4444' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E")!important}.driver-grid-theme .toast-warning:before{background-color:#f59e0b1f!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F59E0B' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'%3E%3C/path%3E%3Cline x1='12' y1='9' x2='12' y2='13'%3E%3C/line%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'%3E%3C/line%3E%3C/svg%3E")!important}.driver-grid-theme .toast-info:before{background-color:#3b82f61f!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233B82F6' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='16' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'%3E%3C/line%3E%3C/svg%3E")!important}.driver-grid-theme .toast-container .ngx-toastr .toast-title{font-size:15px!important;font-weight:800!important;color:#0f172a!important;margin-bottom:2px!important;line-height:1.3!important}.driver-grid-theme .toast-container .ngx-toastr .toast-message{font-size:13.5px!important;font-weight:600!important;color:#334155!important;line-height:1.4!important}body.driver-list-theme #toast-container>div.ngx-toastr{background:linear-gradient(180deg,#FFFCF5 0%,#FDFBEE 100%)!important;border:1px solid rgba(212,175,55,.4)!important;border-radius:18px!important;padding:16px 16px 16px 20px!important;margin-top:12px!important;box-shadow:0 12px 48px #1f26471a,0 4px 16px #d4af3714,inset 0 1px 1px #ffffffe6!important;color:#1f2647!important;position:relative;overflow:hidden;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background-image:none!important}body.driver-list-theme #toast-container>div.ngx-toastr .toast-title{font-family:Inter,sans-serif!important;font-size:14px!important;font-weight:700!important;color:#1f2647!important;margin-bottom:2px!important}body.driver-list-theme #toast-container>div.ngx-toastr .toast-message{font-family:Inter,sans-serif!important;font-size:13px!important;font-weight:500!important;color:#64748b!important;line-height:1.4!important}body.driver-list-theme #toast-container>div.ngx-toastr:before{content:"";position:absolute;top:0;left:0;bottom:0;width:4px;border-radius:18px 0 0 18px}body.driver-list-theme #toast-container>div.ngx-toastr:after{position:absolute;left:20px;top:16px;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:12px}body.driver-list-theme #toast-container>div.ngx-toastr{padding-left:56px!important}body.driver-list-theme #toast-container>div.toast-error{background:linear-gradient(180deg,#FFFCF5 0%,#FFF5F5 100%)!important;border-color:#991b1b26!important}body.driver-list-theme #toast-container>div.toast-error .toast-title{color:#991b1b!important}body.driver-list-theme #toast-container>div.toast-error:before{background:#991B1B}body.driver-list-theme #toast-container>div.toast-error:after{content:"\2715";background:rgba(153,27,27,.1);color:#991b1b;font-weight:800}body.driver-list-theme #toast-container>div.toast-success{background:linear-gradient(180deg,#FFFCF5 0%,#F5FDF7 100%)!important;border-color:#16a34a33!important}body.driver-list-theme #toast-container>div.toast-success .toast-title{color:#166534!important}body.driver-list-theme #toast-container>div.toast-success:before{background:#16A34A}body.driver-list-theme #toast-container>div.toast-success:after{content:"\2713";background:rgba(22,163,74,.1);color:#16a34a;font-weight:800;font-size:14px}body.driver-list-theme #toast-container>div.toast-warning{background:linear-gradient(180deg,#FFFCF5 0%,#FDFBEE 100%)!important;border-color:#d4af3766!important}body.driver-list-theme #toast-container>div.toast-warning .toast-title{color:#92400e!important}body.driver-list-theme #toast-container>div.toast-warning:before{background:#DEBB4C}body.driver-list-theme #toast-container>div.toast-warning:after{content:"!";background:rgba(222,187,76,.15);color:#b45309;font-weight:800;font-size:14px}body.driver-list-theme #toast-container>div.toast-info{background:linear-gradient(180deg,#FFFCF5 0%,#F8FAFC 100%)!important;border-color:#33415526!important}body.driver-list-theme #toast-container>div.toast-info .toast-title{color:#1e293b!important}body.driver-list-theme #toast-container>div.toast-info:before{background:#475569}body.driver-list-theme #toast-container>div.toast-info:after{content:"i";background:rgba(71,85,105,.1);color:#334155;font-weight:800;font-size:14px;font-family:serif}.driver-list-theme{min-height:100vh;background:#FCFAF7;color:#1f2647}.driver-list-theme .list-theme-container{min-height:100vh;background:#FCFAF7;color:#1f2647;font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}.driver-list-theme .lx-page-content{padding:0 20px 24px!important}.driver-list-theme h1,.driver-list-theme h2,.driver-list-theme h3,.driver-list-theme h4,.driver-list-theme h5,.driver-list-theme h6,.driver-list-theme .page-title,.driver-list-theme .lx-hero-title,.driver-list-theme .lx-heading,.driver-list-theme .gx-heading{font-family:Roboto,sans-serif!important;font-weight:700!important;color:#1b2033!important}.driver-list-theme .lx-type-hero{font-family:Roboto,sans-serif;font-size:28px;font-weight:700;line-height:1.3;letter-spacing:-.5px;margin:0 0 8px;color:#1b2033}.driver-list-theme .lx-type-title{font-size:20px;font-weight:700;line-height:1.4;color:#1b2033;margin:0}.driver-list-theme .lx-type-subtitle{font-size:14px;font-weight:500;line-height:1.5;color:#5e6472;margin:0}.driver-list-theme .lx-type-body{font-size:15px;font-weight:500;line-height:1.5;color:#1f2647;margin:0}.driver-list-theme .lx-type-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#5e6472;margin:0}.driver-list-theme .lx-card,.driver-list-theme .lx-floating-card,.driver-list-theme .lx-action-item,.driver-list-theme .lx-transaction-card,.driver-list-theme .lx-group,.driver-list-theme .lx-empty-state,.driver-list-theme .cod-row,.driver-list-theme .menu-item,.driver-list-theme .stat-card,.driver-list-theme .card,.driver-list-theme .gx-card{background:#FFFDF9!important;border:1px solid #EAE6DF!important;border-radius:16px!important;box-shadow:0 4px 16px #9476230a,inset 0 1px #ffffffd9!important;transition:transform .2s cubic-bezier(.25,.46,.45,.94),box-shadow .2s ease,background-color .2s ease!important}.driver-list-theme .card,.driver-list-theme .detail-section,.driver-list-theme .gx-card,.driver-list-theme .lx-card{padding:20px 24px!important;display:flex!important;flex-direction:column!important;gap:16px!important}.driver-list-theme .lx-card:hover,.driver-list-theme .lx-floating-card:hover,.driver-list-theme .lx-action-item:hover,.driver-list-theme .lx-transaction-card:hover,.driver-list-theme .cod-row:hover,.driver-list-theme .menu-item:hover,.driver-list-theme .card-interactive:hover{box-shadow:0 8px 24px #94762312,inset 0 1px #ffffffd9!important;transform:translateY(-2px)!important}.driver-list-theme .lx-card:active,.driver-list-theme .lx-floating-card:active,.driver-list-theme .lx-action-item:active,.driver-list-theme .lx-transaction-card:active,.driver-list-theme .cod-row:active,.driver-list-theme .menu-item:active,.driver-list-theme .card-interactive:active{transform:scale(.99) translateY(0)!important;box-shadow:0 2px 8px #94762308,inset 0 1px #ffffffd9!important}.driver-list-theme .menu-item{background:#FFFFFF!important;border:1px solid rgba(212,175,55,.15)!important;border-radius:18px!important;padding:20px!important;box-shadow:0 4px 12px #94762305,inset 0 1px 1px #fffc!important;margin-bottom:12px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;transition:all .2s ease!important}.driver-list-theme .menu-item:hover{transform:translateY(-2px)!important;border-color:#d4af374d!important;box-shadow:0 8px 24px #9476230f,inset 0 1px 1px #ffffffe6!important}.driver-list-theme .menu-item:active{transform:scale(.99) translateY(0)!important;box-shadow:0 2px 8px #94762308,inset 0 1px 1px #fffc!important}.driver-list-theme .menu-item .menu-item-left{display:flex!important;align-items:center!important;gap:16px!important}.driver-list-theme .menu-item .menu-item-icon{width:44px!important;height:44px!important;border-radius:12px!important;background:rgba(212,175,55,.08)!important;color:#d4af37!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.driver-list-theme .menu-item .menu-item-icon.menu-item-icon--gold{background:rgba(222,187,76,.08)!important;color:#c29e30!important}.driver-list-theme .menu-item .menu-item-icon.menu-item-icon--amber{background:rgba(245,158,11,.08)!important;color:#e28a12!important}.driver-list-theme .menu-item .menu-item-icon.menu-item-icon--orange{background:rgba(249,115,22,.08)!important;color:#ea580c!important}.driver-list-theme .menu-item .menu-item-icon.menu-item-icon--green{background:rgba(34,197,94,.08)!important;color:#16a34a!important}.driver-list-theme .menu-item .menu-item-label{font-family:Roboto,sans-serif!important;font-weight:700!important;font-size:16px!important;color:#1b2033!important;margin:0 0 2px!important}.driver-list-theme .menu-item .menu-item-sub{font-family:Roboto,sans-serif!important;font-size:13px!important;color:#5e6472!important;margin:0!important;font-weight:500!important}.driver-list-theme .menu-item .menu-item-right{color:#d4af37!important;transition:transform .2s ease!important}.driver-list-theme .menu-item:hover .menu-item-right{transform:translate(3px)!important}.driver-list-theme .detail-section-title,.driver-list-theme .gx-label{font-family:Roboto,sans-serif!important;font-size:18px!important;font-weight:700!important;color:#1b2033!important;margin:0!important;display:flex!important;align-items:center!important;gap:12px!important}.driver-list-theme .detail-section-title lucide-icon,.driver-list-theme .gx-label lucide-icon{color:#d4af37!important}.driver-list-theme .customer-name{font-family:Roboto,sans-serif!important;font-size:22px!important;font-weight:700!important;color:#1b2033!important;margin:0!important;letter-spacing:-.3px!important}.driver-list-theme .location-address{font-family:Roboto,sans-serif!important;font-size:15px!important;color:#1f2647!important;line-height:1.5!important;margin:0!important;font-weight:500!important}.driver-list-theme .location-meta{font-family:Roboto,sans-serif!important;font-size:14px!important;color:#5e6472!important;line-height:1.4!important;margin:0!important}.driver-list-theme .divider{background:#EAE6DF!important}.driver-list-theme .lx-btn,.driver-list-theme .lx-cta-primary,.driver-list-theme .lx-cta-secondary,.driver-list-theme .btn{height:48px;border-radius:18px;font-size:15px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s cubic-bezier(.25,.46,.45,.94);-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.driver-list-theme .lx-btn-primary,.driver-list-theme .lx-cta-primary,.driver-list-theme .btn-primary{background:linear-gradient(135deg,#D4AF37 0%,#B8972E 100%)!important;color:#1b2033!important;border:1px solid rgba(212,175,55,.5)!important;box-shadow:0 4px 16px #94762347,inset 0 1px #ffffff52!important}.driver-list-theme .lx-btn-primary:hover,.driver-list-theme .lx-cta-primary:hover,.driver-list-theme .btn-primary:hover{background:linear-gradient(135deg,#C9A832 0%,#A8862A 100%)!important;box-shadow:0 6px 20px #9476235c,inset 0 1px #ffffff47!important;transform:translateY(-1px)}.driver-list-theme .lx-btn-primary:active,.driver-list-theme .lx-cta-primary:active,.driver-list-theme .btn-primary:active{transform:scale(.98) translateY(0)!important;box-shadow:0 2px 8px #94762333!important}.driver-list-theme .lx-btn-primary:disabled,.driver-list-theme .lx-cta-primary:disabled,.driver-list-theme .btn-primary:disabled{opacity:.45!important;cursor:not-allowed!important;pointer-events:none!important}.driver-list-theme .lx-btn-secondary,.driver-list-theme .lx-cta-secondary,.driver-list-theme .btn-secondary{background:#FFFDF9!important;color:#1f2647!important;border:1px solid rgba(212,175,55,.25)!important;box-shadow:0 2px 6px #94762308!important}.driver-list-theme .lx-btn-secondary:hover,.driver-list-theme .lx-cta-secondary:hover,.driver-list-theme .btn-secondary:hover{background:#FAF5E6!important;transform:translateY(-.5px)}.driver-list-theme .lx-btn-secondary:active,.driver-list-theme .lx-cta-secondary:active,.driver-list-theme .btn-secondary:active{transform:scale(.98) translateY(0)!important}.driver-list-theme .lx-btn-text,.driver-list-theme .back-link,.driver-list-theme .lx-back-btn{background:transparent!important;color:#d4af37!important;border:none!important;font-size:14px!important;font-weight:600!important;display:inline-flex!important;align-items:center!important;gap:4px!important;padding:6px 0!important;text-decoration:none!important;cursor:pointer!important;box-shadow:none!important}.driver-list-theme .lx-btn-text:hover,.driver-list-theme .back-link:hover,.driver-list-theme .lx-back-btn:hover{color:#e6c567!important;transform:none!important}.driver-list-theme .form-group{display:flex!important;flex-direction:column!important;gap:8px!important;margin-bottom:24px!important}.driver-list-theme .form-group label,.driver-list-theme .form-group .form-label{font-family:Roboto,sans-serif!important;font-size:13px!important;font-weight:700!important;color:#1b2033!important;letter-spacing:.5px!important;text-transform:uppercase!important}.driver-list-theme .lx-input-filled,.driver-list-theme .input-group{display:flex!important;align-items:center!important;height:56px!important;background:#FAF7F0!important;border:1px solid rgba(212,175,55,.25)!important;border-radius:12px!important;padding:0 16px!important;gap:12px!important;transition:all .2s cubic-bezier(.2,.8,.2,1)!important;box-shadow:inset 0 2px 4px #1f264705!important}.driver-list-theme .lx-input-filled.focused,.driver-list-theme .input-group.focused,.driver-list-theme .lx-input-filled:focus-within,.driver-list-theme .input-group:focus-within{background:#FFFDF9!important;border-color:#d4af37!important;box-shadow:0 0 0 4px #d4af371f,inset 0 2px 4px #1f264703!important}.driver-list-theme .lx-input-filled input,.driver-list-theme .input-group input{flex:1;min-width:0;width:100%;background:transparent!important;border:none!important;outline:none!important;font-size:16px!important;font-weight:500!important;color:#1b2033!important;letter-spacing:.2px!important}.driver-list-theme .lx-input-filled input::placeholder,.driver-list-theme .input-group input::placeholder{color:#5e6472!important;opacity:.7!important}.driver-list-theme .lx-badge,.driver-list-theme .chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:700;letter-spacing:.3px;text-transform:uppercase}.driver-list-theme .lx-badge-success,.driver-list-theme .lx-chip-green,.driver-list-theme .chip-online,.driver-list-theme .chip-delivered,.driver-list-theme .chip-available,.driver-list-theme .badge-settled{background:#EEF7F2!important;color:#2f7c4e!important}.driver-list-theme .lx-badge-warning,.driver-list-theme .lx-badge-amber,.driver-list-theme .lx-chip-amber,.driver-list-theme .chip-cash,.driver-list-theme .chip-ordered,.driver-list-theme .chip-preparing,.driver-list-theme .chip-working,.driver-list-theme .badge-pending{background:#FFF8E7!important;color:#b28300!important}.driver-list-theme .lx-badge-danger,.driver-list-theme .chip-cancelled,.driver-list-theme .chip-rejected{background:#FEF2F2!important;color:#b91c1c!important}.driver-list-theme .lx-badge-info,.driver-list-theme .chip-way{background:#EFF6FF!important;color:#1d4ed8!important}.driver-list-theme .chip-offline{background:#EAE6DF!important;color:#5e6472!important}.driver-list-theme .lx-hero,.driver-list-theme .lx-subpage-hero,.driver-list-theme .lx-compact-hero,.driver-list-theme .lx-hero-slate,.driver-list-theme .gx-subpage-hero{position:relative;overflow:hidden;padding:48px 16px 28px;background:linear-gradient(160deg,#FFFDF9 0%,#FAF7F0 55%,#F5EFE0 100%)!important;border-bottom:1px solid #EAE6DF!important;color:#1b2033!important;border-radius:0 0 16px 16px!important;box-shadow:0 4px 20px #94762308!important}.driver-list-theme .lx-hero-title,.driver-list-theme .lx-heading,.driver-list-theme .gx-heading{color:#1b2033!important;margin:0}.driver-list-theme .lx-icon-circle,.driver-list-theme .menu-item-icon,.driver-list-theme .stat-icon,.driver-list-theme .lx-tc-icon,.driver-list-theme .lx-empty-icon,.driver-list-theme .cod-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:rgba(212,175,55,.12)!important;color:#d4af37!important}.driver-list-theme .segments,.driver-list-theme .gx-segments{display:flex;background:#EAE3D2!important;border-radius:10px!important;padding:3px!important;margin:16px 16px 0!important}.driver-list-theme .gx-segment,.driver-list-theme .segments button{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;border-radius:8px;font-size:13px;font-weight:700;color:#5e6472!important;background:transparent!important;border:none!important;cursor:pointer;transition:all .2s ease;box-shadow:none!important}.driver-list-theme .gx-segment.active,.driver-list-theme .segments button.active{background:#FFFDF9!important;color:#1b2033!important;box-shadow:0 2px 8px #9476230d!important}.driver-list-theme .lx-segments{display:flex;background:#FDFBEE!important;border:1px solid rgba(212,175,55,.25)!important;border-radius:12px!important;padding:6px!important;margin:20px!important;box-shadow:inset 0 2px 4px #00000005,0 1px 2px #9476230d!important}@media (max-width: 360px){.driver-list-theme .lx-segments{margin:16px 20px 20px!important}}@media (min-width: 440px){.driver-list-theme .lx-segments{margin:24px 20px 20px!important}}.driver-list-theme .lx-segment{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px!important;border-radius:8px!important;font-family:Roboto,sans-serif!important;font-size:13px!important;font-weight:600!important;color:#1f264799!important;background:transparent!important;border:1px solid transparent!important;cursor:pointer;transition:all .3s cubic-bezier(.2,.8,.2,1)!important;box-shadow:none!important}.driver-list-theme .lx-segment.active{background:linear-gradient(180deg,#FFFFFF 0%,#FDFBEE 100%)!important;color:#1b2033!important;border:1px solid rgba(212,175,55,.4)!important;box-shadow:0 4px 12px #d4af3714,0 2px 4px #1f26470a,inset 0 1px 1px #fff!important;font-weight:700!important}.driver-list-theme .bottom-nav-list{position:relative;background:linear-gradient(180deg,#FFFDF9 0%,#FAF7F0 100%)!important;border:1px solid rgba(212,175,55,.35)!important;border-bottom-color:#94762359!important;box-shadow:inset 0 1px #fffffff2,0 -8px 24px #1f26470a,0 4px 16px #9476230f!important}.driver-list-theme .bottom-nav-list:before{content:"";position:absolute;inset:0;background-image:url(/assets/list/wave-noise.svg);background-size:150px 150px;opacity:.08;pointer-events:none;z-index:0;border-radius:inherit}.driver-list-theme .bottom-nav-list .list-nav-tab{position:relative;z-index:1;color:#5e6472!important;font-weight:600;transition:all .25s cubic-bezier(.2,.8,.2,1)}.driver-list-theme .bottom-nav-list .list-nav-tab .nav-icon{color:#5e6472!important;background:transparent!important;border:1px solid transparent!important;transition:all .25s cubic-bezier(.2,.8,.2,1)}.driver-list-theme .bottom-nav-list .list-nav-tab .active-indicator{transition:transform .25s cubic-bezier(.2,.8,.2,1),opacity .25s ease!important}.driver-list-theme .bottom-nav-list .list-nav-tab.active{color:#1b2033!important;transform:translateY(-2px) scale(1.02)}.driver-list-theme .bottom-nav-list .list-nav-tab.active .nav-icon{background:linear-gradient(180deg,#FDFBEE 0%,#EFE1C5 100%)!important;box-shadow:0 4px 16px #d4af3740,0 2px 4px #1f26470d,inset 0 1px 1px #fff!important;border:1px solid rgba(212,175,55,.65)!important;color:#1b2033!important}.driver-list-theme .bottom-nav-list .list-nav-tab.active .active-indicator{background:linear-gradient(90deg,transparent,rgba(212,175,55,.95),transparent)!important;height:3px!important;bottom:2px!important;border-radius:4px!important;opacity:1!important;box-shadow:0 -2px 10px #d4af3773!important}.driver-list-theme .detail-timeline{padding:24px 20px 32px!important}.driver-list-theme .timeline{margin-top:24px!important}.driver-list-theme .timeline .tl-step:before{top:16px!important;height:4px!important;border-radius:2px!important;background:rgba(212,175,55,.2)!important;box-shadow:inset 0 1px 2px #1f26470d!important}.driver-list-theme .timeline .tl-step.done:before{background:linear-gradient(90deg,#D4AF37,rgba(212,175,55,.6))!important;box-shadow:inset 0 1px 1px #ffffff4d!important}.driver-list-theme .timeline .tl-step .tl-dot{width:36px!important;height:36px!important;border:4px solid #FFFDF9!important;background:#FAF7F0!important;color:#5e6472!important;box-shadow:inset 0 2px 4px #1f26470d,0 0 0 1px #d4af3733!important}.driver-list-theme .timeline .tl-step .tl-dot lucide-icon{width:16px!important;height:16px!important}.driver-list-theme .timeline .tl-step.done .tl-dot{background:linear-gradient(135deg,#E6C567 0%,#D4AF37 100%)!important;border-color:#fffdf9!important;color:#fcfaf7!important;box-shadow:0 4px 12px #d4af374d,inset 0 2px 4px #fff6!important}.driver-list-theme .timeline .tl-step.current .tl-dot{background:#FFFDF9!important;border-color:#fffdf9!important;color:#1b2033!important;box-shadow:inset 0 2px 4px #fffc,0 0 0 2px #d4af37,0 4px 12px #94762326!important}.driver-list-theme .timeline .tl-step .tl-label{font-family:Roboto,sans-serif!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.5px!important;color:#5e6472!important;margin-top:12px!important}.driver-list-theme .timeline .tl-step.done .tl-label{color:#d4af37!important}.driver-list-theme .timeline .tl-step.current .tl-label{color:#1b2033!important;font-size:12px!important}.driver-list-theme .item-list{margin-bottom:24px!important;border-bottom:1px dashed rgba(212,175,55,.4)!important;padding-bottom:16px!important}.driver-list-theme .item-list .price-row{padding:12px 0!important;display:flex!important;justify-content:space-between!important}.driver-list-theme .item-list .price-row .item-name{font-family:Roboto,sans-serif!important;font-size:17px!important;font-weight:700!important;color:#1b2033!important}.driver-list-theme .item-list .price-row .item-price{font-family:Roboto,sans-serif!important;font-size:16px!important;font-weight:700!important;color:#1b2033!important}.driver-list-theme .payment-summary .price-row{padding:8px 0!important;font-size:15px!important;color:#5e6472!important;display:flex!important;justify-content:space-between!important}.driver-list-theme .payment-summary .price-row span:last-child{color:#1f2647!important;font-weight:600!important}.driver-list-theme .payment-summary .price-row.total-row{margin-top:16px!important;padding-top:16px!important;border-top:1px solid rgba(212,175,55,.3)!important}.driver-list-theme .payment-summary .price-row.total-row span:first-child{font-family:Roboto,sans-serif!important;font-size:20px!important;font-weight:700!important;color:#1b2033!important}.driver-list-theme .payment-summary .price-row.total-row strong,.driver-list-theme .payment-summary .price-row.total-row span:last-child{font-family:Roboto,sans-serif!important;font-size:24px!important;font-weight:700!important;color:#d4af37!important}.driver-list-theme .sheet,.driver-list-theme .gx-sheet{background:#FCFAF7!important;border-radius:24px 24px 0 0!important;padding:24px 24px calc(32px + var(--safe-bottom))!important;box-shadow:0 -10px 40px #1f264714,inset 0 1px #ffffffe6!important}.driver-list-theme .sheet .sheet-handle,.driver-list-theme .gx-sheet .sheet-handle,.driver-list-theme .sheet .gx-sheet-handle,.driver-list-theme .gx-sheet .gx-sheet-handle{width:48px!important;height:5px!important;background:rgba(212,175,55,.3)!important;border-radius:4px!important;margin:0 auto 24px!important}.driver-list-theme .sheet h3,.driver-list-theme .gx-sheet h3,.driver-list-theme .sheet .gx-sheet-title,.driver-list-theme .gx-sheet .gx-sheet-title{font-family:Roboto,sans-serif!important;font-size:22px!important;font-weight:700!important;color:#1b2033!important;text-align:center!important;margin-bottom:12px!important}.driver-list-theme .sheet p,.driver-list-theme .gx-sheet p,.driver-list-theme .sheet .gx-sheet-desc,.driver-list-theme .gx-sheet .gx-sheet-desc{font-family:Roboto,sans-serif!important;font-size:15px!important;color:#5e6472!important;text-align:center!important;margin-bottom:24px!important;line-height:1.5!important}.driver-list-theme .lx-sticky-bar,.driver-list-theme .sticky-cta{background:linear-gradient(to top,#fcfaf7 60%,rgba(252,250,247,0))!important;padding:24px 20px 20px!important;border:none!important;box-shadow:none!important}.driver-list-theme .lx-sticky-bar .sticky-cta-content,.driver-list-theme .sticky-cta .sticky-cta-content{background:#FFFDF9!important;border:1px solid #EAE6DF!important;border-radius:20px!important;padding:16px!important;box-shadow:0 10px 30px #1f264714,inset 0 1px #ffffffe6!important;display:flex!important;flex-direction:column!important;gap:12px!important}.driver-list-theme .lx-sticky-bar .sticky-cta-content .btn,.driver-list-theme .sticky-cta .sticky-cta-content .btn{margin-top:0!important}.driver-list-theme .action-btns{display:flex!important;gap:12px!important}.driver-list-theme .action-btns .btn{flex:1!important;min-height:52px!important;font-family:Roboto,sans-serif!important;font-size:15px!important;font-weight:700!important;border-radius:18px!important;box-shadow:0 4px 12px #9476230d!important;border:1px solid rgba(212,175,55,.2)!important}.driver-list-theme .action-btns .btn .btn-icon-wrapper{color:#d4af37!important}.driver-list-theme .lx-editorial-order{position:relative;background:radial-gradient(circle at 100% 0%,rgba(212,175,55,.05) 0%,transparent 40%),radial-gradient(circle at 0% 100%,rgba(212,175,55,.04) 0%,transparent 40%),radial-gradient(circle at 50% 15%,rgba(222,187,76,.08) 0%,transparent 60%),linear-gradient(180deg,#FFFCF5 0%,#FDFBEE 100%)!important;border:1px solid rgba(212,175,55,.45)!important;border-radius:12px!important;padding:16px 20px 0!important;margin-bottom:14px!important;box-shadow:0 4px 16px #9476230a,0 2px 4px #1f264705,inset 0 1px 1px #ffffffe6!important;cursor:pointer;transition:all .25s cubic-bezier(.25,.46,.45,.94)!important;z-index:1}@media (max-width: 360px){.driver-list-theme .lx-editorial-order{padding:14px 16px 0!important;margin-bottom:12px!important}}@media (min-width: 412px){.driver-list-theme .lx-editorial-order{padding:18px 24px 0!important;margin-bottom:16px!important}}.driver-list-theme .lx-editorial-order:hover{box-shadow:0 8px 32px #9476230a,0 2px 4px #1f264705,inset 0 1px 1px #fff!important;transform:translateY(-2px)!important;border-color:#d4af3740!important}.driver-list-theme .lx-editorial-order:active{transform:scale(.985) translateY(0)!important;box-shadow:0 2px 10px #94762305,inset 0 1px 1px #fffc!important}.driver-list-theme .lx-eo-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.driver-list-theme .lx-eo-header-left{display:flex;align-items:center;gap:8px}.driver-list-theme .lx-eo-ref{font-family:Roboto,sans-serif!important;font-size:11px!important;font-weight:700!important;color:#947623b3!important;letter-spacing:.08em!important;text-transform:uppercase!important}.driver-list-theme .lx-eo-new-badge{font-size:10px!important;font-weight:800!important;color:#d4af37!important;background:rgba(212,175,55,.1)!important;padding:2px 6px!important;border-radius:4px!important;text-transform:uppercase!important;letter-spacing:.05em!important}.driver-list-theme .lx-eo-main-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;gap:12px}.driver-list-theme .lx-eo-restaurant{font-family:Roboto,sans-serif!important;font-size:26px!important;font-weight:700!important;color:#1b2033!important;line-height:1.2!important;letter-spacing:-.01em!important;margin:0!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.driver-list-theme .lx-eo-amount{font-family:Roboto,sans-serif!important;font-size:20px!important;font-weight:800!important;color:#d4af37!important;line-height:1.2!important;flex-shrink:0;margin-top:3px;text-shadow:0 0 16px rgba(212,175,55,.25)!important}.driver-list-theme .lx-eo-info{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.driver-list-theme .lx-eo-customer{font-family:Roboto,sans-serif!important;font-size:18px!important;font-weight:600!important;color:#1b2033!important;margin:0!important}.driver-list-theme .lx-eo-meta{font-family:Roboto,sans-serif!important;font-size:15px!important;font-weight:400!important;color:#5e6472!important;margin:0!important;display:inline-flex!important;align-items:center!important;gap:8px!important}.driver-list-theme .lx-eo-meta lucide-icon{margin-right:2px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;height:16px!important;width:16px!important}.driver-list-theme .lx-eo-footer{display:flex;justify-content:flex-end;align-items:center;padding:0 0 20px;margin:0;border-top:1px solid rgba(212,175,55,.05)}.driver-list-theme .lx-eo-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:38px;padding:0 18px;border-radius:99px;background:linear-gradient(180deg,#EAD186 0%,#DDBF58 100%)!important;color:#1b2033!important;font-size:13px;font-weight:700;letter-spacing:.02em;border:1px solid rgba(188,155,60,.5)!important;box-shadow:0 2px 6px #94762314,inset 0 1px 2px #ffffff80!important;cursor:pointer;transition:all .2s cubic-bezier(.25,.46,.45,.94);margin-right:15px}.driver-list-theme .lx-eo-cta-btn:hover{box-shadow:0 4px 12px #bc9b3c2e,inset 0 1px 1px #ffffff80!important;transform:translateY(-1px)!important;background:linear-gradient(135deg,#D8B74A 0%,#C29E30 100%)!important}.driver-list-theme .lx-eo-cta-btn:active{transform:scale(.97) translateY(0);box-shadow:0 2px 8px #9476231a,inset 0 1px 1px #fff3}.driver-list-theme .lx-eo-cta-btn lucide-icon{margin-top:1px;transition:transform .2s ease}.driver-list-theme .lx-eo-cta-btn:hover lucide-icon{transform:translate(2px)}.driver-list-theme .lx-editorial-order--active{background:radial-gradient(circle at top,#FCF8F2 0%,#F8F3E9 100%)!important;border:1px solid rgba(212,175,55,.45)!important;box-shadow:0 12px 32px #bc9b3c14,0 4px 12px #1f264708,inset 0 1px 2px #fffcf5!important}.driver-list-theme .lx-editorial-order--active .lx-eo-amount{color:#d4af37!important}.driver-list-theme .lx-editorial-order--active .lx-eo-status{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:800;color:#15803d!important;text-transform:uppercase;letter-spacing:.05em;background:rgba(34,197,94,.12)!important;padding:4px 8px;border-radius:4px;border:1px solid rgba(34,197,94,.25)}.driver-list-theme .lx-editorial-order--active .lx-eo-status:before{content:"";width:5px;height:5px;border-radius:50%;background:#16A34A!important}.driver-list-theme .lx-oc-eyebrow{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.driver-list-theme .lx-oc-status{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#d4af37}.driver-list-theme .lx-oc-status--history{color:#5e6472}.driver-list-theme .lx-oc-order-id{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#5e6472}.driver-list-theme .lx-oc-title{font-family:Roboto,sans-serif!important;font-size:clamp(1.3rem,5.5vw,1.625rem);font-weight:400;color:#1b2033;line-height:1.15;letter-spacing:-.01em;margin:0 0 4px;word-break:break-word}.driver-list-theme .lx-oc-amount{font-size:2rem;font-weight:800;color:#1b2033;letter-spacing:-.04em;line-height:1;margin:0 0 16px}.driver-list-theme .lx-oc-divider{height:1px;border:none;border-top:1px dashed rgba(212,175,55,.35);margin:0 0 12px}.driver-list-theme .lx-oc-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:13px;font-weight:500;color:#5e6472;margin-bottom:14px}.driver-list-theme .lx-oc-meta-sep{color:#94762359;font-size:12px}.driver-list-theme .lx-oc-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(212,175,55,.12);padding:12px 0 16px;gap:12px}.driver-list-theme .lx-oc-badge{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border-radius:99px;font-size:12px;font-weight:700;letter-spacing:.03em}.driver-list-theme .lx-oc-badge--cash{background:#FFF8E7;color:#b28300;border:1px solid rgba(212,175,55,.22)}.driver-list-theme .lx-oc-badge--online,.driver-list-theme .lx-oc-badge--settled{background:#EEF7F2;color:#2f7c4e;border:1px solid rgba(47,124,78,.15)}.driver-list-theme .lx-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center}.driver-list-theme .lx-empty .lx-empty-title{font-size:18px;font-weight:700;color:#1b2033;margin:16px 0 6px}.driver-list-theme .lx-empty .lx-empty-subtitle{font-size:14px;color:#5e6472;margin:0}.driver-list-theme .cod-highlight-card{background:#FFF8E7!important;border:1px solid rgba(212,175,55,.22)!important;color:#b28300!important}.driver-list-theme .cod-highlight-card .cod-highlight-icon{background:#FFFDF9!important;color:#b28300!important;box-shadow:0 4px 12px #d4af3714!important}.driver-list-theme .cod-highlight-card .cod-highlight-title,.driver-list-theme .cod-highlight-card .cod-highlight-amount{color:#b28300!important}.driver-list-theme .cod-highlight-card .cod-highlight-sub{color:#947623cc!important}.driver-list-theme .stat-tile{background:#FFFDF9!important;border:1px solid #EAE6DF!important;border-radius:12px!important;box-shadow:0 4px 16px #9476230a,inset 0 1px #ffffffd9!important}.driver-list-theme .stat-tile .stat-tile-icon{background:rgba(212,175,55,.12)!important;color:#d4af37!important}.driver-list-theme .settlement-item{background:#FFFDF9!important;border:1px solid #EAE6DF!important;border-radius:12px!important}.driver-list-theme .settlement-item .settlement-left .settlement-icon{background:#EEF7F2!important;color:#2f7c4e!important}.driver-list-theme .settlement-item .settlement-right .settlement-amount{color:#2f7c4e!important}.driver-list-theme .pending-note{background:#FFF8E7!important;border:1px solid rgba(212,175,55,.22)!important;color:#b28300!important}.driver-list-theme .profile-header-card{background:linear-gradient(160deg,#FFFDF9 0%,#FAF7F0 55%,#F5EFE0 100%)!important;border:1px solid #EAE6DF!important;box-shadow:0 8px 24px #9476230a!important;color:#1b2033!important}.driver-list-theme .profile-header-card .profile-name,.driver-list-theme .profile-header-card .profile-id{color:#1b2033!important}.driver-list-theme .pwa-banner{background:#FFFDF9!important;border:1px solid #EAE6DF!important;border-left:4px solid #D4AF37!important;border-radius:12px!important;margin:16px 16px 0!important;padding:16px!important;box-shadow:0 10px 25px #9476230a,inset 0 1px #ffffffd9!important}.driver-list-theme .pwa-banner .pwa-banner-text{color:#5e6472!important}.driver-list-theme .pwa-banner .pwa-banner-text lucide-icon{color:#d4af37!important}.driver-list-theme .pwa-banner .pwa-banner-text span{color:#1b2033!important;font-family:Roboto,sans-serif!important;font-weight:700!important;font-size:14px!important}.driver-list-theme .pwa-banner .btn-install{background:#1F2647!important;color:#fcfaf7!important;border:1px solid rgba(212,175,55,.4)!important;border-radius:18px!important;padding:8px 16px!important;font-size:13px!important;font-weight:800!important;box-shadow:0 4px 12px #1f264714!important;cursor:pointer!important;transition:all .2s ease!important;height:38px!important}.driver-list-theme .pwa-banner .btn-install:hover{background:#1B2033!important}.driver-list-theme .pwa-banner .btn-install:active{transform:scale(.95)!important}.driver-list-theme .pwa-banner .btn-dismiss{background:#FAF6EC!important;border:1px solid #EAE6DF!important;color:#5e6472!important;width:36px!important;height:36px!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .2s ease!important}.driver-list-theme .pwa-banner .btn-dismiss:hover{background:#FAF5E6!important;color:#1b2033!important}.driver-list-theme .pwa-banner .btn-dismiss:active{transform:scale(.95)!important}.driver-list-theme .timeline{padding-top:16px!important;padding-bottom:16px!important;overflow:visible!important}.driver-list-theme .timeline .tl-step:before{top:20px!important;height:2px!important}.driver-list-theme .timeline .tl-step.done:before{background:linear-gradient(90deg,#DEBB4C,rgba(212,175,55,.6))!important}.driver-list-theme .timeline .tl-step .tl-dot{width:40px!important;height:40px!important}.driver-list-theme .timeline .tl-step.done .tl-dot{background:linear-gradient(135deg,#DEBB4C 0%,#CAA536 100%)!important}.driver-list-theme .timeline .tl-step .tl-label{margin-top:16px!important;font-size:10px!important;letter-spacing:0!important;white-space:normal!important;word-wrap:break-word!important;max-width:60px!important;text-align:center!important;line-height:1.2!important}.driver-list-theme .timeline .tl-step.current .tl-label{font-size:10px!important}.driver-list-theme .status-badge{padding:6px 12px!important;border-radius:8px!important;font-size:11px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.05em!important;font-family:Roboto,sans-serif!important}.driver-list-theme .detail-section-title{display:flex;align-items:center;gap:6px!important}.driver-list-theme .detail-section-title lucide-icon{margin-right:0!important}.driver-list-theme .action-btns .btn{gap:4px!important}.driver-list-theme .action-btns .btn .btn-icon-wrapper{margin-right:0!important}.driver-list-theme .detail-section:nth-of-type(1),.driver-list-theme .detail-section:nth-of-type(4){box-shadow:0 12px 32px #94762314,inset 0 1px 2px #fff!important;border-color:#d4af374d!important}.driver-list-theme .detail-section:nth-of-type(2),.driver-list-theme .detail-section:nth-of-type(3){box-shadow:0 4px 16px #94762308,inset 0 1px 1px #fffc!important;border-color:#d4af3726!important;background:linear-gradient(180deg,#FFFFFF 0%,#FCFAF5 100%)!important}.driver-list-theme .lx-hub-hero-card{background:radial-gradient(circle at top,#FCF8F0 0%,#F5EFEB 100%)!important;border:1px solid rgba(212,175,55,.35)!important;border-radius:16px;padding:32px 24px;text-align:center;box-shadow:0 12px 36px #bc9b3c1f,inset 0 1px 2px #fff!important;margin-bottom:20px}.driver-list-theme .lx-hub-hero-card .lx-hub-hero-label{font-family:Roboto,sans-serif;font-size:18px;font-weight:600;color:#1b2033;margin:0 0 10px;letter-spacing:.02em}.driver-list-theme .lx-hub-hero-card .lx-hub-hero-amount{font-size:42px;font-weight:800;color:#1b2033;letter-spacing:-1px;margin:0;font-family:Roboto,sans-serif;text-shadow:0 0 12px rgba(212,175,55,.25)}.driver-list-theme .lx-hub-hero-card .lx-hub-hero-divider{width:48px;height:1px;background:rgba(212,175,55,.4);margin:16px auto}.driver-list-theme .lx-hub-hero-card .lx-hub-hero-sub{font-size:13px;color:#5e6472;margin:0;font-weight:500}.driver-list-theme .lx-hub-secondary-row{display:flex;gap:12px;margin-bottom:20px}.driver-list-theme .lx-hub-secondary-row .lx-hub-sec-card{flex:1;text-decoration:none;padding:20px 18px!important;border-radius:12px;transition:all .2s ease}.driver-list-theme .lx-hub-secondary-row .lx-hub-sec-card .lx-hub-sec-header{display:flex;align-items:center;gap:6px;margin-bottom:12px!important}.driver-list-theme .lx-hub-secondary-row .lx-hub-sec-card .lx-hub-sec-title{font-family:Roboto,sans-serif;font-size:15px;font-weight:600;color:#1b2033;margin:0}.driver-list-theme .lx-hub-secondary-row .lx-hub-sec-card .lx-hub-sec-amount{font-size:22px!important;font-weight:800;margin:0 0 2px}.driver-list-theme .lx-hub-secondary-row .lx-hub-sec-card .lx-hub-sec-desc{font-size:11px;color:#5e6472;margin:0;font-weight:500}.driver-list-theme .lx-hub-secondary-row .lx-hub-sec-card.lx-hub-sec-card--amber{background:#FFFDF9!important;border:1px solid rgba(212,175,55,.25)!important;box-shadow:0 4px 16px #d4af370a,inset 0 1px 1px #fff!important}.driver-list-theme .lx-hub-secondary-row .lx-hub-sec-card.lx-hub-sec-card--amber .lx-hub-sec-icon{color:#debb4c!important}.driver-list-theme .lx-hub-secondary-row .lx-hub-sec-card.lx-hub-sec-card--amber .lx-hub-sec-amount{color:#c29e30!important}.driver-list-theme .lx-hub-secondary-row .lx-hub-sec-card.lx-hub-sec-card--amber:hover{transform:translateY(-2px);border-color:#d4af3766!important;box-shadow:0 8px 24px #d4af3714,inset 0 1px 1px #fff!important}.driver-list-theme .lx-hub-secondary-row .lx-hub-sec-card.lx-hub-sec-card--green{background:#F9FCFA!important;border:1px solid rgba(47,124,78,.15)!important;box-shadow:0 4px 16px #2f7c4e08,inset 0 1px 1px #fff!important}.driver-list-theme .lx-hub-secondary-row .lx-hub-sec-card.lx-hub-sec-card--green .lx-hub-sec-icon,.driver-list-theme .lx-hub-secondary-row .lx-hub-sec-card.lx-hub-sec-card--green .lx-hub-sec-amount{color:#2f7c4e!important}.driver-list-theme .lx-hub-secondary-row .lx-hub-sec-card.lx-hub-sec-card--green:hover{transform:translateY(-2px);border-color:#2f7c4e4d!important;box-shadow:0 8px 24px #2f7c4e0f,inset 0 1px 1px #fff!important}.driver-list-theme .lx-hub-activity-card{background:#FFFFFF;border:1px solid rgba(212,175,55,.15);border-radius:12px;padding:20px;box-shadow:0 4px 16px #94762308,inset 0 1px 1px #fffc;margin-bottom:24px}.driver-list-theme .lx-hub-activity-card .lx-hub-activity-title{font-family:Roboto,sans-serif;font-size:16px;font-weight:600;color:#1b2033;margin:0 0 16px}.driver-list-theme .lx-hub-activity-card .lx-hub-activity-chips{display:flex;flex-direction:column;gap:8px}.driver-list-theme .lx-hub-activity-card .lx-hub-activity-chips .lx-hub-chip{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;background:#FAF8F5!important;border:1px solid rgba(212,175,55,.12)!important;border-radius:99px!important;padding:10px 16px!important;gap:12px!important}.driver-list-theme .lx-hub-activity-card .lx-hub-activity-chips .lx-hub-chip .lx-hub-chip-icon{color:#debb4c!important;flex-shrink:0}.driver-list-theme .lx-hub-activity-card .lx-hub-activity-chips .lx-hub-chip .lx-hub-chip-val{font-size:15px!important;font-weight:700!important;color:#1b2033!important;margin-bottom:0!important}.driver-list-theme .lx-hub-activity-card .lx-hub-activity-chips .lx-hub-chip .lx-hub-chip-lbl{font-size:13px!important;color:#5e6472!important;text-transform:none!important;letter-spacing:0!important}.driver-list-theme .lx-work-hero-card{background:radial-gradient(circle at top,#FCF8F0 0%,#F5EFEB 100%)!important;border:1px solid rgba(212,175,55,.35);border-radius:16px;padding:32px 18px!important;text-align:center;box-shadow:0 12px 36px #bc9b3c1f,inset 0 1px 2px #fff;margin-bottom:24px}.driver-list-theme .lx-work-hero-card .lx-work-hero-title{font-family:Roboto,sans-serif;font-size:18px;font-weight:600;color:#1b2033;margin:0 0 24px}.driver-list-theme .lx-work-hero-card .lx-home-stats-card{background:radial-gradient(circle at top,#FCF8F0 0%,#F5EFEB 100%)!important;border:1px solid rgba(212,175,55,.35)!important;border-radius:16px!important;padding:24px 14px!important;margin:-24px 20px 24px!important;box-shadow:0 12px 36px #bc9b3c14,inset 0 1px 2px #fff!important;position:relative;z-index:2}.driver-list-theme .lx-work-hero-card .lx-metric-columns{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;margin-bottom:24px!important;padding:0!important}.driver-list-theme .lx-work-hero-card .lx-metric-columns .lx-metric-col{flex:1!important;min-width:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;padding:0!important}.driver-list-theme .lx-work-hero-card .lx-metric-columns .lx-metric-col .lx-metric-val{font-family:Roboto,sans-serif!important;font-size:clamp(18px,4.8vw,26px)!important;font-weight:800!important;color:#1b2033!important;letter-spacing:-.5px!important;line-height:1.2!important;margin-bottom:6px!important;text-shadow:0 0 12px rgba(212,175,55,.15)!important;white-space:nowrap!important;word-break:keep-all!important;overflow:visible!important;text-overflow:clip!important;display:block!important;width:100%!important}.driver-list-theme .lx-work-hero-card .lx-metric-columns .lx-metric-col .lx-metric-lbl{font-size:10px!important;font-weight:600!important;color:#5e6472!important;text-transform:uppercase!important;letter-spacing:.2px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;width:100%!important}.driver-list-theme .lx-work-hero-card .lx-metric-columns .lx-metric-divider{width:1px!important;height:24px!important;background:rgba(212,175,55,.2)!important;flex-shrink:0!important;margin:0 10px!important}.driver-list-theme .lx-work-hero-card .lx-work-hero-sub{font-size:11px;color:#94a3b866;margin:0;font-style:italic}.driver-list-theme .lx-work-highlights-card{background:#FFFFFF;border:1px solid rgba(212,175,55,.15);border-radius:12px;padding:20px;box-shadow:0 4px 16px #94762308,inset 0 1px 1px #fffc;margin-bottom:24px}.driver-list-theme .lx-work-highlights-card .lx-work-hl-title{font-family:Roboto,sans-serif;font-size:16px;font-weight:600;color:#1b2033;margin:0 0 16px}.driver-list-theme .lx-work-highlights-card .lx-work-hl-rows{display:flex;flex-direction:column;gap:0}.driver-list-theme .lx-work-highlights-card .lx-work-hl-rows .lx-work-hl-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px dashed rgba(212,175,55,.15)}.driver-list-theme .lx-work-highlights-card .lx-work-hl-rows .lx-work-hl-row:last-child{border-bottom:none;padding-bottom:0}.driver-list-theme .lx-work-highlights-card .lx-work-hl-rows .lx-work-hl-row:first-child{padding-top:0}.driver-list-theme .lx-work-highlights-card .lx-work-hl-rows .lx-work-hl-row .lx-work-hl-label{font-size:13px;color:#1f2647;font-weight:500;display:flex;align-items:center}.driver-list-theme .lx-work-highlights-card .lx-work-hl-rows .lx-work-hl-row .lx-work-hl-value{font-size:14px;font-weight:700;color:#1b2033}.driver-list-theme .lx-work-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px}.driver-list-theme .lx-work-grid .lx-work-grid-card{background:#FFFFFF!important;border:1px solid rgba(212,175,55,.12)!important;border-radius:12px!important;padding:14px 16px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;height:80px!important;box-shadow:0 4px 12px #94762305,inset 0 1px 1px #fffc!important}.driver-list-theme .lx-work-grid .lx-work-grid-card .lx-wg-header{display:flex;align-items:center;gap:6px;margin-bottom:4px}.driver-list-theme .lx-work-grid .lx-work-grid-card .lx-wg-header .lx-wg-icon{color:#debb4c!important;flex-shrink:0}.driver-list-theme .lx-work-grid .lx-work-grid-card .lx-wg-header .lx-wg-lbl{font-size:11px!important;font-weight:600!important;color:#5e6472!important;text-transform:uppercase!important;letter-spacing:.5px!important}.driver-list-theme .lx-work-grid .lx-work-grid-card .lx-wg-val{font-size:18px!important;font-weight:800!important;color:#1b2033!important;margin:0!important;line-height:1.2!important}.driver-list-theme .lx-breakdown-cards{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.driver-list-theme .lx-breakdown-cards .lx-breakdown-card{background:#FFFFFF!important;border:1px solid rgba(212,175,55,.15)!important;border-radius:12px!important;padding:20px!important;box-shadow:0 4px 16px #94762308,inset 0 1px 1px #fffc!important}.driver-list-theme .lx-breakdown-cards .lx-breakdown-card .lx-bd-header{display:flex;align-items:center;gap:8px;margin-bottom:16px;border-bottom:1px solid rgba(212,175,55,.08);padding-bottom:10px}.driver-list-theme .lx-breakdown-cards .lx-breakdown-card .lx-bd-header .lx-bd-icon{color:#debb4c!important}.driver-list-theme .lx-breakdown-cards .lx-breakdown-card .lx-bd-header .lx-bd-title{font-family:Roboto,sans-serif;font-size:16px;font-weight:600;color:#1b2033;margin:0}.driver-list-theme .lx-breakdown-cards .lx-breakdown-card .lx-bd-rows{display:flex;flex-direction:column;gap:10px}.driver-list-theme .lx-breakdown-cards .lx-breakdown-card .lx-bd-rows .lx-bd-row{display:flex;justify-content:space-between;align-items:center}.driver-list-theme .lx-breakdown-cards .lx-breakdown-card .lx-bd-rows .lx-bd-row .lx-bd-label{font-size:13px;color:#5e6472;font-weight:500}.driver-list-theme .lx-breakdown-cards .lx-breakdown-card .lx-bd-rows .lx-bd-row .lx-bd-val{font-size:14px;font-weight:700;color:#1b2033}.driver-list-theme .lx-cod-hero-card{background:radial-gradient(circle at top,#FCF8F0 0%,#F5EFEB 100%)!important;border:1px solid rgba(212,175,55,.35)!important;border-radius:16px;padding:32px 24px;text-align:center;box-shadow:0 12px 36px #bc9b3c1f,inset 0 1px 2px #fff!important;margin-bottom:24px}.driver-list-theme .lx-cod-hero-card .lx-cod-hero-label{font-family:Roboto,sans-serif;font-size:18px;font-weight:600;color:#1b2033;margin:0 0 10px;letter-spacing:.02em}.driver-list-theme .lx-cod-hero-card .lx-cod-hero-amount{font-size:42px;font-weight:800;letter-spacing:-1px;margin:0 0 8px;font-family:Roboto,sans-serif;text-shadow:0 0 12px rgba(212,175,55,.2)}.driver-list-theme .lx-cod-hero-card .lx-cod-hero-sub{font-size:13px;color:#5e6472;margin:0 0 32px;font-weight:500}.driver-list-theme .lx-cod-hero-card .lx-cod-hero-stats{display:flex;justify-content:center;gap:32px;border-top:1px dashed rgba(212,175,55,.2);padding-top:20px}.driver-list-theme .lx-cod-hero-card .lx-cod-hero-stats .lx-cod-hero-stat{display:flex;flex-direction:column;align-items:center}.driver-list-theme .lx-cod-hero-card .lx-cod-hero-stats .lx-cod-hero-stat .lx-cod-hero-lbl{font-size:11px;font-weight:600;color:#5e6472;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.driver-list-theme .lx-cod-hero-card .lx-cod-hero-stats .lx-cod-hero-stat .lx-cod-hero-val{font-size:15px;font-weight:700;color:#1b2033}.driver-list-theme .lx-cod-alert{display:flex;align-items:center;justify-content:space-between;background:#FFFBEB;border:1px solid #FDE68A;border-radius:12px;padding:16px;box-shadow:0 4px 12px #f59e0b0d;margin-bottom:24px}.driver-list-theme .lx-cod-alert .lx-cod-alert-content .lx-cod-alert-title{font-size:14px;font-weight:700;color:#92400e;margin:0 0 4px}.driver-list-theme .lx-cod-alert .lx-cod-alert-content .lx-cod-alert-desc{font-size:12px;color:#b45309;margin:0}.driver-list-theme .lx-cod-alert .lx-cod-alert-amount{font-size:18px;font-weight:800;color:#92400e;background:rgba(245,158,11,.1);padding:8px 12px;border-radius:8px}.driver-list-theme .lx-profile-hero{background:linear-gradient(180deg,#FFFCF5 0%,#FDFBEE 100%)!important;border:1px solid rgba(212,175,55,.4)!important;border-radius:16px!important;padding:24px 20px!important;margin:16px 16px 24px!important;display:flex;flex-direction:column;align-items:center;box-shadow:0 8px 32px #d4af3714,0 2px 8px #1f264708,inset 0 1px 1px #ffffffe6!important;position:relative;overflow:hidden}.driver-list-theme .lx-profile-hero:before{content:"";position:absolute;top:-50px;left:-50px;right:-50px;height:150px;background:radial-gradient(ellipse at top center,rgba(212,175,55,.15) 0%,transparent 70%);pointer-events:none}.driver-list-theme .lx-profile-hero .lx-ph-avatar{width:80px;height:80px;border-radius:50%;border:2px solid rgba(212,175,55,.5);padding:3px;margin-bottom:16px;position:relative;z-index:1}.driver-list-theme .lx-profile-hero .lx-ph-avatar img,.driver-list-theme .lx-profile-hero .lx-ph-avatar .lx-ph-initials,.driver-list-theme .lx-profile-hero .lx-ph-avatar .lx-ph-fallback{width:100%;height:100%;border-radius:50%;object-fit:cover;background:#F4EEDF;display:flex;align-items:center;justify-content:center;color:#d4af37;font-family:Roboto,sans-serif;font-size:28px;font-weight:700;box-shadow:inset 0 2px 4px #d4af3726}.driver-list-theme .lx-profile-hero .lx-ph-name{font-family:Roboto,sans-serif;font-size:24px;font-weight:700;color:#1b2033;margin:0 0 4px;line-height:1.2;z-index:1}.driver-list-theme .lx-profile-hero .lx-ph-id{font-family:Roboto,sans-serif;font-size:14px;font-weight:600;color:#5e6472;margin:0 0 16px;letter-spacing:.02em;z-index:1}.driver-list-theme .lx-profile-hero .lx-ph-status{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.2);border-radius:99px;font-size:13px;font-weight:700;color:#16a34a;z-index:1}.driver-list-theme .lx-profile-hero .lx-ph-status:before{content:"";width:6px;height:6px;border-radius:50%;background:#16A34A;box-shadow:0 0 6px #22c55e99}.driver-list-theme .lx-profile-hero .lx-ph-status.lx-ph-status--offline{background:rgba(148,163,184,.1);border:1px solid rgba(148,163,184,.2);color:#64748b}.driver-list-theme .lx-profile-hero .lx-ph-status.lx-ph-status--offline:before{background:#64748B;box-shadow:none}.driver-list-theme .lx-profile-hero .lx-ph-member{width:100%;margin-top:20px;padding-top:16px;border-top:1px solid rgba(212,175,55,.2);text-align:center;font-size:13px;font-weight:600;color:#d4af37;display:flex;align-items:center;justify-content:center;gap:6px;z-index:1}.driver-list-theme .lx-profile-card{background:linear-gradient(180deg,#FFFCF5 0%,#FDFBEE 100%)!important;border:1px solid rgba(212,175,55,.35)!important;border-radius:12px!important;padding:20px!important;margin:0 16px 24px!important;box-shadow:0 4px 16px #9476230a,inset 0 1px 1px #ffffffe6!important}.driver-list-theme .lx-pc-title{font-family:Roboto,sans-serif!important;font-size:12px!important;font-weight:800!important;color:#947623cc!important;text-transform:uppercase!important;letter-spacing:.1em!important;margin:0 0 16px!important}.driver-list-theme .lx-pc-row{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid rgba(212,175,55,.15)}.driver-list-theme .lx-pc-row:first-of-type{padding-top:0}.driver-list-theme .lx-pc-row:last-child{padding-bottom:0;border-bottom:none}.driver-list-theme .lx-pc-row .lx-pc-icon{color:#947623b3!important;margin-top:2px;display:flex;align-items:center;justify-content:center}.driver-list-theme .lx-pc-row .lx-pc-content{flex:1;min-width:0}.driver-list-theme .lx-pc-row .lx-pc-label{font-size:13px!important;font-weight:600!important;color:#5e6472!important;margin:0 0 4px!important}.driver-list-theme .lx-pc-row .lx-pc-value{font-size:16px!important;font-weight:600!important;color:#1b2033!important;margin:0!important;line-height:1.4!important}.driver-list-theme .lx-pc-doc-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid rgba(212,175,55,.15)}.driver-list-theme .lx-pc-doc-row:first-of-type{padding-top:0}.driver-list-theme .lx-pc-doc-row:last-child{padding-bottom:0;border-bottom:none}.driver-list-theme .lx-pc-doc-row .lx-pc-doc-left{display:flex;align-items:center;gap:12px}.driver-list-theme .lx-pc-doc-row .lx-pc-doc-left .lx-pc-icon{color:#947623b3;display:flex;align-items:center}.driver-list-theme .lx-pc-doc-row .lx-pc-doc-left .lx-pc-doc-name{font-size:15px;font-weight:600;color:#1b2033}.driver-list-theme .lx-pc-doc-row .lx-pc-doc-status{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:700}.driver-list-theme .lx-pc-doc-row .lx-pc-doc-status.lx-pc-doc-status--ok{background:rgba(34,197,94,.1);color:#16a34a}.driver-list-theme .lx-pc-doc-row .lx-pc-doc-status.lx-pc-doc-status--missing{background:rgba(239,68,68,.1);color:#dc2626}@keyframes lx-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes lx-fade-in{0%{opacity:0}to{opacity:1}}@keyframes lx-slide-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.lx-skeleton{background:linear-gradient(90deg,#f8fafc 25%,#f1f5f9 50%,#f8fafc 75%)!important;background-size:200% 100%;animation:lx-shimmer 1.3s infinite;border-radius:8px}.lx-logout-sheet{background:linear-gradient(180deg,#FDFBEE 0%,#FFFCF5 100%);border-radius:28px 28px 0 0;padding:16px 24px calc(16px + var(--safe-bottom, 0px));position:absolute;bottom:0;left:0;right:0;transform:translateY(100%);animation:lx-slide-up .4s cubic-bezier(.16,1,.3,1) forwards;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 -8px 32px #1f26471a,inset 0 1px 1px #ffffffe6}.lx-logout-sheet .lx-ls-handle{width:36px;height:4px;background:rgba(212,175,55,.3);border-radius:2px;margin-bottom:24px;box-shadow:0 1px 3px #d4af3733}.lx-logout-sheet .lx-ls-icon-wrap{width:56px;height:56px;background:#FFFCF5;border:1px solid rgba(212,175,55,.35);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#991b1b;margin-bottom:28px;box-shadow:0 4px 16px #d4af371f}.lx-logout-sheet .lx-ls-title{font-family:Roboto,sans-serif;font-size:20px;font-weight:800;color:#1f2647;margin-bottom:8px;letter-spacing:-.3px}.lx-logout-sheet .lx-ls-desc{font-size:14px;line-height:1.5;color:#64748b;margin-bottom:24px}.lx-logout-sheet .lx-ls-actions{width:100%;display:flex;flex-direction:column;align-items:center;gap:12px}.lx-logout-sheet .lx-ls-btn-logout{width:100%;height:52px;border-radius:99px;background:#FDFBEE;color:#dc2626;border:1px solid rgba(212,175,55,.4);font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #d4af3726;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.lx-logout-sheet .lx-ls-btn-logout:active{transform:scale(.97);background:rgba(220,38,38,.05);box-shadow:0 6px 16px #d4af3740}.lx-logout-sheet .lx-ls-btn-cancel{height:40px;background:transparent;border:none;color:#475569;font-size:13px;font-weight:600;cursor:pointer;transition:color .2s ease}.lx-logout-sheet .lx-ls-btn-cancel:active{color:#d4af37}.lx-logout-sheet .item-list .price-row.lx-sub-item{padding:2px 0 2px 20px!important;border:none!important}.lx-logout-sheet .item-list .price-row.lx-sub-item .item-name,.lx-logout-sheet .item-list .price-row.lx-sub-item .item-price{font-size:13px!important;color:#94a3b8!important;font-weight:500!important}body.driver-minimal-theme{--nav-h: 74px;--mn-space-4: 4px;--mn-space-8: 8px;--mn-space-12: 12px;--mn-space-16: 16px;--mn-space-20: 20px;--mn-space-24: 24px;--mn-space-32: 32px;--mn-space-40: 40px;--mn-color-surface: #FFFFFF;--mn-color-surface-raised: #FAFAFA;--mn-color-primary: #FF6B00;--mn-color-primary-light: rgba(255, 107, 0, .1);--mn-color-text-primary: #111827;--mn-color-text-secondary: #374151;--mn-color-text-tertiary: #6B7280;--mn-color-border: #E5E7EB;--mn-shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--mn-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--mn-shadow-card: 0 8px 24px rgba(0, 0, 0, .04), 0 2px 8px rgba(0, 0, 0, .02);--mn-shadow-raised: 0 10px 30px rgba(255, 120, 0, .08);--mn-transition-default: all .25s cubic-bezier(.16, 1, .3, 1);background-color:#fffdf9;background-image:radial-gradient(circle at 50% 10%,rgba(255,107,0,.08) 0%,rgba(255,253,249,0) 65%),radial-gradient(circle at 90% 0%,rgba(255,107,0,.05) 0%,transparent 50%),radial-gradient(circle at 10% 20%,transparent 80%,rgba(255,107,0,.02) 80.5%,transparent 81.5%),linear-gradient(90deg,rgba(0,0,0,.02) 1px,transparent 1px),linear-gradient(rgba(0,0,0,.02) 1px,transparent 1px);background-size:100% 100%,100% 100%,100% 100%,40px 40px,40px 40px;background-attachment:fixed;color:var(--sf-on-surface, #111827);font-family:var(--sf-font, "Satoshi", system-ui, sans-serif)}body.driver-minimal-theme .shell-main,body.driver-minimal-theme .page,body.driver-minimal-theme .page-nested,body.driver-minimal-theme .profile-container,body.driver-minimal-theme .earnings-container,body.driver-minimal-theme .mn-page,body.driver-minimal-theme .mn-orders-page{background:transparent!important;background-color:transparent!important}body.driver-minimal-theme .mobile-app-container{background:transparent!important;box-shadow:none}@media (min-width: 600px){body.driver-minimal-theme .mobile-app-container{border:1px solid var(--minimal-border, #E5E7EB);box-shadow:0 24px 64px #0000000a;border-radius:24px;overflow:hidden;margin-top:24px;margin-bottom:24px;min-height:calc(100vh - 48px);background:#FFFDF9!important;background-image:radial-gradient(circle at 50% 10%,rgba(255,107,0,.08) 0%,rgba(255,253,249,0) 65%),radial-gradient(circle at 90% 0%,rgba(255,107,0,.05) 0%,transparent 50%),radial-gradient(circle at 10% 20%,transparent 80%,rgba(255,107,0,.02) 80.5%,transparent 81.5%),linear-gradient(90deg,rgba(0,0,0,.02) 1px,transparent 1px),linear-gradient(rgba(0,0,0,.02) 1px,transparent 1px)!important;background-size:100% 100%,100% 100%,100% 100%,40px 40px,40px 40px!important}}body.driver-minimal-theme #toast-container>div.ngx-toastr{background:#FFFFFF!important;border:1px solid var(--minimal-border, #E5E7EB)!important;border-radius:12px!important;padding:16px 16px 16px 20px!important;margin-top:12px!important;box-shadow:0 4px 12px #0000000d,0 2px 4px #00000005!important;color:var(--sf-on-surface, #111827)!important;position:relative;overflow:hidden;background-image:none!important}body.driver-minimal-theme #toast-container>div.ngx-toastr .toast-title{font-family:var(--sf-font)!important;font-size:14px!important;font-weight:600!important;color:var(--sf-on-surface, #111827)!important;margin-bottom:2px!important}body.driver-minimal-theme #toast-container>div.ngx-toastr .toast-message{font-family:var(--sf-font)!important;font-size:13px!important;font-weight:400!important;color:var(--minimal-text-secondary, #6B7280)!important;line-height:1.4!important}body.driver-minimal-theme #toast-container>div.ngx-toastr:after{position:absolute;left:20px;top:16px;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--sf-font);font-size:12px}body.driver-minimal-theme #toast-container>div.ngx-toastr{padding-left:56px!important}body.driver-minimal-theme #toast-container>div.toast-error{border-left:4px solid var(--minimal-danger, #DC2626)!important}body.driver-minimal-theme #toast-container>div.toast-error .toast-title{color:var(--minimal-danger, #DC2626)!important}body.driver-minimal-theme #toast-container>div.toast-error:after{content:"\2715";background:rgba(220,38,38,.1);color:var(--minimal-danger, #DC2626);font-weight:600}body.driver-minimal-theme #toast-container>div.toast-success{border-left:4px solid var(--minimal-success, #16A34A)!important}body.driver-minimal-theme #toast-container>div.toast-success .toast-title{color:var(--minimal-success, #16A34A)!important}body.driver-minimal-theme #toast-container>div.toast-success:after{content:"\2713";background:rgba(22,163,74,.1);color:var(--minimal-success, #16A34A);font-weight:600;font-size:14px}body.driver-minimal-theme #toast-container>div.toast-warning{border-left:4px solid var(--minimal-warning, #F59E0B)!important}body.driver-minimal-theme #toast-container>div.toast-warning .toast-title{color:var(--minimal-warning, #F59E0B)!important}body.driver-minimal-theme #toast-container>div.toast-warning:after{content:"!";background:rgba(245,158,11,.1);color:var(--minimal-warning, #F59E0B);font-weight:600;font-size:14px}body.driver-minimal-theme #toast-container>div.toast-info{border-left:4px solid var(--minimal-text-secondary, #6B7280)!important}body.driver-minimal-theme #toast-container>div.toast-info .toast-title{color:var(--minimal-text-secondary, #6B7280)!important}body.driver-minimal-theme #toast-container>div.toast-info:after{content:"i";background:rgba(107,114,128,.1);color:var(--minimal-text-secondary, #6B7280);font-weight:600;font-size:14px;font-family:serif}body.driver-minimal-theme .mn-ambient-bg{position:absolute;inset:0;pointer-events:none;z-index:0;background-color:#fffdf9;background-image:radial-gradient(circle at 50% 10%,rgba(255,107,0,.08) 0%,rgba(255,253,249,0) 65%),radial-gradient(circle at 90% 0%,rgba(255,107,0,.05) 0%,transparent 50%),radial-gradient(circle at 10% 20%,transparent 80%,rgba(255,107,0,.02) 80.5%,transparent 81.5%),linear-gradient(90deg,rgba(0,0,0,.02) 1px,transparent 1px),linear-gradient(rgba(0,0,0,.02) 1px,transparent 1px);background-size:100% 100%,100% 100%,100% 100%,40px 40px,40px 40px}body.driver-minimal-theme .mn-ambient-bg:after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(0,0,0,.04) 1px,transparent 1px);background-size:10px 10px;opacity:.1;mask-image:radial-gradient(circle at 50% 50%,black 0%,transparent 80%);-webkit-mask-image:radial-gradient(circle at 50% 50%,black 0%,transparent 80%)}body.driver-minimal-theme .mn-elegant-divider{position:relative;z-index:1;width:calc(100% - 48px);height:1px;background:linear-gradient(90deg,rgba(17,24,39,0) 0%,rgba(17,24,39,.08) 50%,rgba(17,24,39,0) 100%);margin:0 auto}body.driver-minimal-theme .mn-content-flow{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;padding:32px 24px 24px;width:100%}body.driver-minimal-theme .mn-step-transition{display:flex;flex-direction:column;flex:1;animation:mnSlideFade .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes mnSlideFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}body.driver-minimal-theme .mn-typography-group{text-align:center;margin-bottom:32px}body.driver-minimal-theme .mn-step-title{font-size:20px;font-weight:700;color:#111827;margin:0 0 8px;letter-spacing:-.3px}body.driver-minimal-theme .mn-step-desc{font-size:15px;font-weight:400;color:#374151;line-height:1.5;margin:0}body.driver-minimal-theme .mn-strong{color:#111827;font-weight:600}body.driver-minimal-theme .mn-input-surface{display:flex;align-items:center;height:60px;background:#FFFFFF;border:1.5px solid transparent;border-radius:18px;box-shadow:0 10px 30px #ff780014;transition:all .25s cubic-bezier(.16,1,.3,1);margin-bottom:24px;position:relative}body.driver-minimal-theme .mn-input-surface:before{content:"";position:absolute;inset:0;border-radius:18px;border:1px solid #ECECEC;pointer-events:none;transition:border-color .18s ease,border-width .18s ease,box-shadow .18s ease;z-index:2}body.driver-minimal-theme .mn-input-surface.mn-focused{background:#FFFFFF;box-shadow:0 8px 24px #ff7a001f,inset 0 1px #fff;transform:translateY(-1px)}body.driver-minimal-theme .mn-input-surface.mn-focused:before{border-width:1.5px;border-color:#ff8a2a;box-shadow:0 0 0 3px #ff7a0014}body.driver-minimal-theme .mn-input-surface:has(.mn-input-core.ng-valid){box-shadow:0 6px 16px #ff7a000f;transition:all .18s ease}body.driver-minimal-theme .mn-input-surface:has(.mn-input-core.ng-valid):before{border-color:#ff8a2a99;border-width:1.5px}body.driver-minimal-theme .mn-country-selector{display:flex;align-items:center;height:100%;padding:0 0 0 20px;position:relative;z-index:1;gap:10px}body.driver-minimal-theme .mn-flag{font-size:16px;font-weight:600;color:#111827;display:inline-flex;align-items:center;line-height:1}body.driver-minimal-theme .mn-flag-dropdown{color:#a1a1aa;display:inline-flex;align-items:center;transform:rotate(90deg);line-height:1;margin-top:1px}body.driver-minimal-theme .mn-dial-code{font-size:16px;font-weight:600;color:#111827;display:inline-flex;align-items:center;line-height:1}body.driver-minimal-theme .mn-selector-divider{width:1px;height:20px;background:rgba(255,107,0,.25);margin:0 12px;align-self:center}body.driver-minimal-theme .mn-input-core{position:relative;z-index:1;flex:1;min-width:0;height:100%;border:none;background:transparent;outline:none;padding:0 16px 0 0;font-size:18px;font-weight:600;color:#111827;letter-spacing:.5px}body.driver-minimal-theme .mn-input-core::selection{background:rgba(255,122,0,.18);color:#111827}body.driver-minimal-theme .mn-input-core::-moz-selection{background:rgba(255,122,0,.18);color:#111827}body.driver-minimal-theme .mn-input-core:-webkit-autofill,body.driver-minimal-theme .mn-input-core:-webkit-autofill:hover,body.driver-minimal-theme .mn-input-core:-webkit-autofill:focus,body.driver-minimal-theme .mn-input-core:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px #ffffff inset!important;-webkit-text-fill-color:#111827!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}body.driver-minimal-theme .mn-input-core::placeholder{color:#8e8e93;font-weight:500;letter-spacing:normal}body.driver-minimal-theme .mn-validation-error{font-size:13px;font-weight:500;color:#ef4444;margin-top:-16px;margin-bottom:16px;padding-left:16px}body.driver-minimal-theme .mn-validation-error.mn-otp-error{text-align:center;padding-left:0;margin-top:-20px;margin-bottom:24px}body.driver-minimal-theme .mn-status-area{margin-bottom:32px;display:flex;justify-content:center}body.driver-minimal-theme .mn-status-card{display:flex;align-items:center;justify-content:center;gap:8px;height:34px;padding:0 16px;border-radius:17px;font-size:13px;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1)}body.driver-minimal-theme .mn-status-card.mn-waiting{background:rgba(113,113,122,.05);border:1px solid rgba(113,113,122,.08);color:#71717a}body.driver-minimal-theme .mn-status-card.mn-waiting .mn-status-dot{width:8px;height:8px;border:1.5px solid #71717A;background:transparent;border-radius:50%;animation:mnDotPulse 1.5s infinite ease-in-out}body.driver-minimal-theme .mn-status-card.mn-loading{background:rgba(255,107,0,.04);border:1px solid rgba(255,107,0,.1);color:#ff6b00}body.driver-minimal-theme .mn-status-card.mn-loading .mn-spin{animation:mn-spin-kf 1s linear infinite}body.driver-minimal-theme .mn-status-card.mn-verified{background:rgba(16,185,129,.05);border:1px solid rgba(16,185,129,.12);color:#10b981}body.driver-minimal-theme .mn-status-card.mn-verified .mn-check-icon{color:#10b981}body.driver-minimal-theme .mn-status-card.mn-error{background:rgba(239,68,68,.05);border:1px solid rgba(239,68,68,.12);color:#ef4444}body.driver-minimal-theme .mn-status-card.mn-error .mn-error-icon{color:#ef4444}@keyframes mnDotPulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.1)}}body.driver-minimal-theme .mn-action-area{margin-bottom:24px;position:relative}body.driver-minimal-theme .mn-btn-primary{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;width:100%;height:60px;background:linear-gradient(180deg,rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 50%),linear-gradient(180deg,#FF8C22 0%,#FF6F00 100%);border:1.5px solid rgba(255,255,255,.25);color:#fff;border-radius:18px;padding:0 20px 0 24px;cursor:pointer;box-shadow:0 10px 24px #ff6f0038,inset 0 1px #ffffff59;transition:all .25s cubic-bezier(.16,1,.3,1);overflow:hidden;animation:mnBtnGlowPulse 3s ease-in-out infinite}body.driver-minimal-theme .mn-btn-primary:before{content:"";position:absolute;inset:0;background-image:radial-gradient(#ffffff 1px,transparent 1px);background-size:12px 12px;opacity:.15;pointer-events:none;z-index:0;transition:opacity .25s ease}body.driver-minimal-theme .mn-btn-primary:disabled{opacity:.63;cursor:not-allowed;box-shadow:0 8px 16px -4px #ff6f0026;animation:none;pointer-events:none}body.driver-minimal-theme .mn-btn-primary:disabled .mn-btn-arrow{background:rgba(255,255,255,.28);border-color:#ffffff73;box-shadow:0 0 6px #fff3}body.driver-minimal-theme .mn-btn-primary:not(:disabled):hover{background:linear-gradient(180deg,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 50%),linear-gradient(180deg,#FF9A47 0%,#FF7F0F 100%);transform:translateY(-1px);box-shadow:0 14px 28px #ff6f0052,inset 0 1.5px 1.5px #ffffff73}body.driver-minimal-theme .mn-btn-primary:not(:disabled):hover .mn-btn-arrow{transform:scale(1.08) translate(2px);background:rgba(255,255,255,.22);box-shadow:0 0 10px #fff6,0 4px 8px #00000014}body.driver-minimal-theme .mn-btn-primary:not(:disabled):active{transform:translateY(1px);box-shadow:0 4px 12px -2px #ff55004d,inset 0 2px 4px #00000026;transition-duration:.1s}body.driver-minimal-theme .mn-btn-primary:not(:disabled):active .mn-btn-arrow{transform:scale(.95)}@keyframes mnBtnGlowPulse{0%,to{box-shadow:0 10px 24px #ff6f0038,inset 0 1px #ffffff59}50%{box-shadow:0 14px 28px #ff6f0047,inset 0 1px #ffffff59}}body.driver-minimal-theme .mn-btn-label{position:relative;z-index:1;font-size:16px;font-weight:700;letter-spacing:0}body.driver-minimal-theme .mn-btn-arrow{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.2);box-shadow:0 2px 4px #0000000d;transition:transform .25s cubic-bezier(.16,1,.3,1)}body.driver-minimal-theme .mn-btn-arrow::ng-deep svg{width:16px;height:16px}body.driver-minimal-theme .mn-spin{position:relative;z-index:1;transition:transform .25s cubic-bezier(.16,1,.3,1)}body.driver-minimal-theme .mn-otp-surface{display:flex;gap:12px;margin-bottom:32px;justify-content:center;transition:opacity .25s ease-in-out}body.driver-minimal-theme .mn-otp-surface.mn-disabled{opacity:.85;pointer-events:none}body.driver-minimal-theme .mn-otp-surface.mn-shake{animation:mnShakeError .5s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0);backface-visibility:hidden;perspective:1000px}body.driver-minimal-theme .mn-otp-surface.mn-shake .mn-otp-core{border-color:#ef4444!important;box-shadow:0 0 10px #ef444426!important}@keyframes mnShakeError{10%,90%{transform:translate3d(-2px,0,0)}20%,80%{transform:translate3d(4px,0,0)}30%,50%,70%{transform:translate3d(-6px,0,0)}40%,60%{transform:translate3d(6px,0,0)}}body.driver-minimal-theme .mn-otp-core{width:54px;flex:0 0 54px;height:68px;text-align:center;font-size:32px;font-weight:600;color:#111827;background:#FFFFFF;border:1px solid #D9E1EA;border-radius:16px;outline:none;box-shadow:0 4px 10px #00000005;transform:scale(.9);transition:border-color .12s ease,transform .12s cubic-bezier(.34,1.56,.64,1),box-shadow .12s ease,background .12s ease}body.driver-minimal-theme .mn-otp-core::selection{background:rgba(255,122,0,.18);color:#111827}body.driver-minimal-theme .mn-otp-core::-moz-selection{background:rgba(255,122,0,.18);color:#111827}body.driver-minimal-theme .mn-otp-core:focus{background:#FFFFFF;border:2px solid #FF7A00!important;box-shadow:0 0 0 4px #ff7a001f!important;transform:scale(1)}body.driver-minimal-theme .mn-otp-core.ng-valid{background:#FFFFFF;border-color:#e5eaf0;font-weight:700;transform:scale(1);box-shadow:0 4px 12px #00000008}body.driver-minimal-theme .mn-footer-actions{display:flex;align-items:center;justify-content:center;margin-top:16px;gap:32px}body.driver-minimal-theme .mn-btn-text{background:none;border:none;font-size:14px;font-weight:600;color:#71717a;cursor:pointer;transition:all .2s ease}body.driver-minimal-theme .mn-btn-text:hover{color:#111827}body.driver-minimal-theme .mn-btn-text:disabled{color:#a1a1aa;cursor:not-allowed}body.driver-minimal-theme .mn-btn-text.mn-active-text{color:#ff6b00;font-weight:700;opacity:1}body.driver-minimal-theme .mn-btn-text.mn-muted-text{opacity:.5}body.driver-minimal-theme .mn-btn-text .mn-timer-text{opacity:.8;display:inline-block;transition:opacity .2s ease-in-out,color .2s ease-in-out}body.driver-minimal-theme .mn-btn-text .mn-timer-text.mn-resend-active{animation:mnResendFadeIn .2s ease-out forwards;color:#ff6b00;font-weight:700;opacity:1}@keyframes mnResendFadeIn{0%{opacity:.5;transform:scale(.97)}to{opacity:1;transform:scale(1)}}body.driver-minimal-theme .mn-dot-separator{width:4px;height:4px;border-radius:50%;background:#D4D4D8}body.driver-minimal-theme .mn-spacer{flex:1}body.driver-minimal-theme .mn-footer-wrapper{position:relative;z-index:1;display:flex;justify-content:center;padding:24px;background:transparent}body.driver-minimal-theme .mn-version-text{display:flex;align-items:center;gap:16px;width:100%;max-width:280px;justify-content:center;font-size:12px;font-weight:500;color:#9ca3af;letter-spacing:0}body.driver-minimal-theme .mn-version-text:before,body.driver-minimal-theme .mn-version-text:after{content:"";flex:1;height:1px;background:#FFEAD5}body.driver-minimal-theme .mn-spin{animation:mn-spin-kf 1s linear infinite}@keyframes mn-spin-kf{to{transform:rotate(360deg)}}body.driver-minimal-theme .mn-card{background:var(--mn-color-surface);border-radius:24px;padding:var(--mn-space-20);box-shadow:var(--mn-shadow-card);border:1px solid var(--mn-color-border);transition:var(--mn-transition-default)}body.driver-minimal-theme .mn-surface-raised{background:#FFFFFF!important;border-radius:20px!important;border:1px solid #E7E7E7!important;box-shadow:0 6px 18px #0000000d!important;transition:var(--mn-transition-default)}body.driver-minimal-theme .mn-chip{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 16px;border-radius:16px;font-size:13px;font-weight:600;line-height:1}body.driver-minimal-theme .mn-chip.mn-chip-success{background:rgba(16,185,129,.1);color:var(--minimal-success)}body.driver-minimal-theme .mn-chip.mn-chip-warning{background:rgba(245,158,11,.1);color:var(--minimal-warning)}body.driver-minimal-theme .mn-chip.mn-chip-error{background:rgba(239,68,68,.1);color:var(--minimal-danger)}body.driver-minimal-theme .mn-chip.mn-chip-neutral{background:rgba(107,114,128,.1);color:var(--minimal-text-secondary)}body.driver-minimal-theme .profile-section,body.driver-minimal-theme .lx-profile-card,body.driver-minimal-theme .earnings-card,body.driver-minimal-theme .summary-kpi-card,body.driver-minimal-theme .card{background:#FFFFFF!important;border-radius:20px!important;border:1px solid #E7E7E7!important;box-shadow:0 6px 18px #0000000d!important;padding:16px!important;margin-bottom:24px!important}body.driver-minimal-theme .info-row,body.driver-minimal-theme .doc-item{border-bottom:1px solid #E7E7E7!important}body.driver-minimal-theme .info-icon-wrapper{background:#FFF3EB!important;color:#ff6b00!important}body.driver-minimal-theme .profile-header-card,body.driver-minimal-theme .gx-subpage-hero,body.driver-minimal-theme .gx-hero,body.driver-minimal-theme .lx-hero,body.driver-minimal-theme .page-header{position:relative!important;padding:24px 20px 16px!important;background:linear-gradient(180deg,rgba(255,253,249,.9) 0%,rgba(255,248,242,.5) 100%)!important;border-radius:0 0 24px 24px!important;border-bottom:1px solid #E7E7E7!important;box-shadow:none!important;color:#111827!important;overflow:hidden!important}body.driver-minimal-theme .profile-header-card:after,body.driver-minimal-theme .gx-subpage-hero:after,body.driver-minimal-theme .gx-hero:after,body.driver-minimal-theme .lx-hero:after,body.driver-minimal-theme .page-header:after{content:""!important;position:absolute!important;top:-40px!important;left:-20px!important;width:280px!important;height:200px!important;background:radial-gradient(circle at 20% 40%,rgba(255,107,0,.12) 0%,transparent 60%),radial-gradient(circle at 80% 20%,rgba(255,138,76,.08) 0%,transparent 50%)!important;z-index:1!important;pointer-events:none!important}body.driver-minimal-theme .profile-header-card .profile-name,body.driver-minimal-theme .gx-subpage-hero .profile-name,body.driver-minimal-theme .gx-hero .profile-name,body.driver-minimal-theme .lx-hero .profile-name,body.driver-minimal-theme .page-header .profile-name,body.driver-minimal-theme .profile-header-card .gx-profile-name,body.driver-minimal-theme .gx-subpage-hero .gx-profile-name,body.driver-minimal-theme .gx-hero .gx-profile-name,body.driver-minimal-theme .lx-hero .gx-profile-name,body.driver-minimal-theme .page-header .gx-profile-name,body.driver-minimal-theme .profile-header-card .page-title,body.driver-minimal-theme .gx-subpage-hero .page-title,body.driver-minimal-theme .gx-hero .page-title,body.driver-minimal-theme .lx-hero .page-title,body.driver-minimal-theme .page-header .page-title,body.driver-minimal-theme .profile-header-card .gx-heading,body.driver-minimal-theme .gx-subpage-hero .gx-heading,body.driver-minimal-theme .gx-hero .gx-heading,body.driver-minimal-theme .lx-hero .gx-heading,body.driver-minimal-theme .page-header .gx-heading{color:#111827!important;font-size:24px!important;font-weight:800!important;margin:0!important;position:relative!important;z-index:2!important}body.driver-minimal-theme .profile-header-card .profile-id,body.driver-minimal-theme .gx-subpage-hero .profile-id,body.driver-minimal-theme .gx-hero .profile-id,body.driver-minimal-theme .lx-hero .profile-id,body.driver-minimal-theme .page-header .profile-id,body.driver-minimal-theme .profile-header-card .gx-profile-id,body.driver-minimal-theme .gx-subpage-hero .gx-profile-id,body.driver-minimal-theme .gx-hero .gx-profile-id,body.driver-minimal-theme .lx-hero .gx-profile-id,body.driver-minimal-theme .page-header .gx-profile-id{color:#6b7280!important;margin:4px 0 0!important;position:relative!important;z-index:2!important}body.driver-minimal-theme .page-nested:not(:has(.page-header)){padding-top:100px!important;position:relative}body.driver-minimal-theme .page-nested:not(:has(.page-header)):before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;height:90px!important;background:linear-gradient(180deg,rgba(255,253,249,.9) 0%,rgba(255,248,242,.5) 100%)!important;border-radius:0 0 24px 24px!important;border-bottom:1px solid #E7E7E7!important;z-index:1!important}body.driver-minimal-theme .page-nested:not(:has(.page-header)):after{content:""!important;position:absolute!important;top:-40px!important;left:-20px!important;width:280px!important;height:130px!important;background:radial-gradient(circle at 20% 40%,rgba(255,107,0,.12) 0%,transparent 60%),radial-gradient(circle at 80% 20%,rgba(255,138,76,.08) 0%,transparent 50%)!important;z-index:2!important;pointer-events:none!important}body.driver-minimal-theme .page-nested:not(:has(.page-header)) .back-link,body.driver-minimal-theme .page-nested:not(:has(.page-header)) .back-btn{position:absolute!important;top:12px!important;left:32px!important;color:#ff6b00!important;font-weight:600!important;font-size:14px!important;z-index:3!important;margin:0!important;display:flex!important;align-items:center!important;text-decoration:none!important}body.driver-minimal-theme .page-nested:not(:has(.page-header)) .page-title{position:absolute!important;top:40px!important;left:32px!important;font-size:24px!important;font-weight:800!important;color:#111827!important;margin:0!important;z-index:3!important}body.driver-minimal-theme .mn-header-hero{position:relative!important;padding:32px 32px 28px!important;background:#FFFDFC!important;border-bottom:1px solid #E7E7E7!important;border-radius:0 0 24px 24px!important;box-shadow:0 4px 20px #ff6b0008!important;overflow:hidden!important;box-sizing:border-box!important;display:block!important}body.driver-minimal-theme .mn-header-hero:before{content:""!important;position:absolute!important;inset:0!important;background:radial-gradient(circle at 90% -20%,rgba(255,107,0,.08) 0%,transparent 60%),radial-gradient(circle at 10% 20%,rgba(255,138,76,.04) 0%,transparent 50%)!important;z-index:1!important;pointer-events:none!important}body.driver-minimal-theme .mn-header-content{position:relative!important;z-index:2!important}body.driver-minimal-theme .mn-header-title{grid-column:2!important;grid-row:1!important;align-self:center!important;margin:0!important;font-size:32px!important;font-weight:700!important;color:#111827!important;letter-spacing:-.5px!important;line-height:1.15!important}body.driver-minimal-theme .mn-header-subtitle{grid-column:2!important;grid-row:2!important;margin:4px 0 0!important;font-size:13px!important;font-weight:500!important;color:#6b7280!important;line-height:1.2!important}body.driver-minimal-theme .mn-header-back{display:inline-flex!important;align-items:center!important;color:#f97316!important;font-weight:500!important;font-size:14px!important;text-decoration:none!important;margin-bottom:12px!important;cursor:pointer!important;transition:opacity .15s!important}body.driver-minimal-theme .mn-header-back:hover,body.driver-minimal-theme .mn-header-back:active{color:#e66000!important}body.driver-minimal-theme .mn-header-back:active{opacity:.7!important}body.driver-minimal-theme .mn-header-back lucide-icon{margin-right:4px!important}body.driver-minimal-theme .mn-header-top-row{display:grid!important;grid-template-columns:40px 1fr auto!important;grid-template-rows:auto auto!important;column-gap:6px!important;row-gap:0!important;align-items:center!important;margin-bottom:0!important}body.driver-minimal-theme .mn-header-back-icon{grid-column:1!important;grid-row:1!important;align-self:center!important;display:flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;border-radius:50%!important;color:#ff6b00!important;text-decoration:none!important;cursor:pointer!important;flex-shrink:0!important;transition:background .15s ease,color .15s ease!important;-webkit-tap-highlight-color:transparent!important}body.driver-minimal-theme .mn-header-back-icon:hover{background:rgba(255,107,0,.08)!important}body.driver-minimal-theme .mn-header-back-icon:active{background:rgba(255,107,0,.16)!important;color:#e66000!important}body.driver-minimal-theme .mn-status-pill{grid-column:3!important;grid-row:1 / span 2!important;align-self:center!important;justify-self:end!important}.toast-center-center{top:50%;left:50%;transform:translate(-50%,-50%)}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}.toast-title{font-weight:700}.toast-message{word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;text-shadow:0 1px 0 #ffffff}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0}.toast-container{pointer-events:none;position:fixed;z-index:999999}.toast-container *{box-sizing:border-box}.toast-container .ngx-toastr{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;background-size:24px;box-shadow:0 0 12px #999;color:#fff}.toast-container .ngx-toastr:hover{box-shadow:0 0 12px #000;opacity:1;cursor:pointer}.toast-info{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+)}.toast-error{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+)}.toast-success{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==)}.toast-warning{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==)}.toast-container.toast-top-center .ngx-toastr,.toast-container.toast-bottom-center .ngx-toastr{width:300px;margin-left:auto;margin-right:auto}.toast-container.toast-top-full-width .ngx-toastr,.toast-container.toast-bottom-full-width .ngx-toastr{width:96%;margin-left:auto;margin-right:auto}.ngx-toastr{background-color:#030303;pointer-events:auto}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4}@media all and (max-width: 240px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:11em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 241px) and (max-width: 480px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:18em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 481px) and (max-width: 768px){.toast-container .ngx-toastr.div{padding:15px 15px 15px 50px;width:25em}}
