@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-gradient:linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);--surface:#ffffffbf;--surface-hover:#ffffffe6;--border:#ffffff80;--text-main:#0f172a;--text-muted:#64748b;--primary:#3b82f6;--primary-hover:#2563eb;--danger:#ef4444;--success:#10b981;--warning:#f59e0b;--radius-lg:24px;--radius-md:12px;--shadow-sm:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-lg:0 20px 40px -5px #0000000d, 0 8px 10px -2px #00000005;--shadow-glow:0 0 20px #3b82f666}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-gradient);min-height:100vh;color:var(--text-main);-webkit-font-smoothing:antialiased;background-attachment:fixed;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;position:relative}body:before,body:after{content:"";z-index:-1;filter:blur(120px);opacity:.6;border-radius:50%;width:50vw;height:50vw;animation:20s ease-in-out infinite alternate float;position:fixed}body:before{background:#3b82f633;top:-10%;left:-10%}body:after{background:#10b98126;animation-delay:-10s;bottom:-10%;right:-10%}@keyframes float{0%{transform:translate(0)scale(1)}to{transform:translate(5%,5%)scale(1.05)}}h1,h2,h3{letter-spacing:-.03em;font-weight:700}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{overscroll-behavior:none;touch-action:pan-y;width:100%;height:100%;position:fixed;overflow:hidden}#root{flex-direction:column;width:100%;height:100dvh;display:flex;overflow:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0000001f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#0003}input:focus-visible,select:focus-visible,button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media (width<=768px){button,a,[role=button]{min-height:44px}}.layout{z-index:1;flex-direction:column;gap:2.5rem;width:min(1200px,92vw);margin:0 auto;padding:2.5rem 0;display:flex;position:relative}@media (width<=600px){.layout{width:100%;padding:0}}.topbar{background:var(--surface);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;padding:1.5rem 2.5rem;display:flex}.topbar-content{align-items:center;gap:1rem;display:flex}.avatar{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:flex}.topbar h1{background:linear-gradient(135deg,#0f172a,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:1.5rem}.topbar p{color:var(--text-muted);font-size:.95rem;font-weight:500}.grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:2rem;display:grid}.card{background:var(--surface);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:2rem;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-4px);box-shadow:0 30px 60px -10px #0000001a}.card h2{color:var(--text-main);align-items:center;gap:.6rem;margin-bottom:1.5rem;font-size:1.25rem;display:flex}.form{flex-direction:column;gap:1.25rem;display:flex}input,select{border-radius:var(--radius-md);width:100%;color:var(--text-main);background:#ffffffe6;border:1px solid #0000001a;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .2s}input:focus,select:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 4px #3b82f626}button{border-radius:var(--radius-md);background:var(--primary);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.6rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}button:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}button:active{transform:translateY(0)}.btn-logout{color:var(--text-main);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #0000001a}.btn-logout:hover{color:var(--danger);background:#f8fafc;box-shadow:0 8px 20px #0000000d}.list{flex-direction:column;gap:1rem;display:flex}.list li{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fffc;border:1px solid #0000000d;flex-direction:column;gap:.35rem;padding:1.25rem 1.5rem;transition:transform .2s;display:flex;position:relative}.list li:hover{transform:translate(4px)}.list li span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.list li strong{color:var(--text-main);align-items:center;gap:.5rem;font-size:1.15rem;display:flex}.list li em{color:var(--text-muted);font-size:.95rem;font-style:normal}.tag{text-transform:uppercase;border-radius:9999px;padding:.35rem .85rem;font-size:.75rem;font-weight:700;position:absolute;top:1.25rem;right:1.25rem}.tag-CREATED{color:#0284c7;background:#e0f2fe}.tag-ACCEPTED{color:#059669;background:#dcfce7}.tag-PICKED_UP{color:#854d0e;background:#fef08a}.tag-DELIVERED{color:#6b21a8;background:#e9d5ff}.tag-SETTLED{color:#475569;background:#f1f5f9}.notice{border-radius:var(--radius-md);color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:1rem 1.5rem;font-weight:500;display:flex}.btn-green{background:var(--success)}.btn-green:hover{background:#059669;box-shadow:0 8px 20px #10b9814d}.btn-yellow{background:var(--warning);color:#fff}.btn-yellow:hover{background:#d97706;box-shadow:0 8px 20px #f59e0b4d}.btn-orange{color:#fff;background:#f97316}.btn-orange:hover{background:#ea580c;box-shadow:0 8px 20px #f973164d}.btn-blue{color:#fff;background:#3b82f6}.btn-blue:hover{background:#2563eb;box-shadow:0 8px 20px #3b82f64d}.btn-purple{color:#fff;background:#8b5cf6}.btn-purple:hover{background:#7c3aed;box-shadow:0 8px 20px #8b5cf64d}.btn-red{background:var(--danger)}.btn-red:hover{background:#dc2626;box-shadow:0 8px 20px #ef44444d}.race-item{animation:2s infinite pulse-border;border-left:8px solid var(--primary)!important;background:#fff!important}@keyframes pulse-border{0%,to{border-left-color:var(--primary)}50%{border-left-color:#93c5fd}}.race-btn{text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#3b82f6,#6366f1);margin-top:1rem;padding:1.1rem;font-size:1.15rem;animation:2s infinite pulse-shadow}@keyframes pulse-shadow{0%{box-shadow:0 0 #3b82f680}70%{box-shadow:0 0 0 15px #3b82f600}to{box-shadow:0 0 #3b82f600}}.auth-container{overscroll-behavior:contain;flex-direction:column;flex:1;justify-content:center;width:100%;max-width:440px;margin:auto;display:flex;overflow-y:auto}.auth-container .card{padding:3rem 2.5rem}.auth-logo{width:160px;margin:0 auto 1.5rem;display:block}.auth-container h2{text-align:center;margin-bottom:2rem;font-size:2rem}@media (width<=600px){.layout.auth-container{justify-content:center;width:100%;padding:.5rem}.auth-container .card{border-radius:16px;padding:1.25rem 1rem}.auth-logo{width:140px;margin:0 auto .5rem}.auth-container h2{margin-bottom:1rem;font-size:1.4rem}.form{gap:.75rem}input,select{height:48px;padding:.7rem 1rem;font-size:.95rem}button{height:48px;padding:.7rem 1rem}}.empty-state{text-align:center;color:var(--text-muted);border-radius:var(--radius-md);border:2px dashed #0000000d;padding:3rem 1rem;font-weight:500}.pulse-dot{background:#10b981;border-radius:50%;width:12px;height:12px;animation:2s infinite pulse-green;display:inline-block}@keyframes pulse-green{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 #10b98100}}.switch{cursor:pointer;background:#cbd5e1;border-radius:36px;width:64px;height:36px;transition:all .3s;position:relative;box-shadow:inset 0 2px 4px #0000001a}.switch.on{background:var(--success)}.switch .knob{background:#fff;border-radius:50%;width:28px;height:28px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:absolute;top:4px;left:4px;box-shadow:0 2px 6px #0003}.switch.on .knob{transform:translate(28px)}button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none!important;transform:none!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.rider-app-container{background:var(--bg);flex-direction:column;width:100%;height:100%;margin:0;padding:0;display:flex;position:relative;overflow:hidden}.rider-header{padding:.75rem 1rem;padding-top:max(.75rem, env(safe-area-inset-top));background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);z-index:10;flex-direction:column;flex-shrink:0;gap:0;display:flex}.header-top{justify-content:space-between;align-items:center;width:100%;display:flex}.rider-header h1{color:var(--text-main);margin:0;font-size:1.25rem;font-weight:700}.status-dot{background-color:var(--success);width:12px;height:12px;box-shadow:0 0 8px var(--success);border-radius:50%;animation:2s infinite pulse}.rider-content{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:1rem;padding-bottom:calc(5rem + env(safe-area-inset-bottom));flex-grow:1;overflow:hidden auto}.glass-card{background:var(--surface);-webkit-backdrop-filter:blur(12px);border:1px solid #0000000d;border-radius:14px;padding:1rem;box-shadow:0 4px 15px #00000008}.mb-4{margin-bottom:.75rem}.bottom-nav{-webkit-backdrop-filter:blur(20px);padding:.75rem 0 calc(.75rem + env(safe-area-inset-bottom));z-index:50;background:#ffffffd9;border-top:1px solid #00000014;justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 30px #0000000a}.nav-item{color:#94a3b8;cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:.25rem 1rem;font-size:.75rem;font-weight:600;transition:color .2s,transform .2s;display:flex;box-shadow:none!important}.nav-item:hover,.nav-item:active{box-shadow:none;background:0 0;transform:scale(.95)}.nav-item.active{color:#3b82f6}.nav-item svg{stroke-width:2.2px;width:24px;height:24px}.fade-in{animation:.3s cubic-bezier(.16,1,.3,1) forwards fadeIn}.btn-primary{color:#fff;background:#3b82f6;border:none;border-radius:8px;padding:.6rem 1.25rem;font-size:.95rem;font-weight:600}.btn-full{border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:1rem;font-weight:600;display:flex}.btn-danger{color:#fff;background:#ef4444;border:none}.btn-yellow{color:#fff;background:#f59e0b;border:none}.active-trip-item{border:1px solid var(--border);background:#fff;border-radius:12px;margin-bottom:1rem;padding:1.25rem}.trip-header{justify-content:space-between;align-items:flex-start;display:flex}.price-badge{color:#047857;background:#10b9811a;border-radius:20px;padding:.25rem .75rem;font-weight:700}.tag-status{background:var(--bg);color:var(--text-main);letter-spacing:.05em;border-radius:6px;padding:.25rem .5rem;font-size:.75rem;font-weight:700;display:inline-block}.stats-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem 1rem;display:flex}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.stat-value{color:var(--text-main);font-size:2rem;font-weight:800}.text-accent{color:#10b981}.history-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.history-item:last-child{border-bottom:none}.profile-card{text-align:center;flex-direction:column;align-items:center;padding:1.25rem .75rem;display:flex}.avatar-large{color:#fff;background:linear-gradient(135deg,#3b82f6,#60a5fa);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:1.5rem;display:flex;box-shadow:0 10px 25px #3b82f64d}.avatar-large svg{width:44px;height:44px}.role-chip{color:#475569;background:#f1f5f9;border-radius:20px;margin-top:.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600}.profile-info-block{border:1px solid var(--border);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:.85rem 1rem;display:flex}.rest-container{width:100%;height:100%;box-shadow:none;background:0 0;border:none;border-radius:0;margin:0;display:flex;overflow:hidden}.rest-sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;width:260px;height:100%;padding:1.5rem 1rem;display:flex}.sidebar-nav{flex-direction:column;flex-grow:1;gap:.5rem;display:flex}.side-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:.75rem;padding:1rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.side-btn:hover{color:#3b82f6;background:#3b82f60d}.side-btn.active{color:#fff;background:#3b82f6;box-shadow:0 4px 15px #3b82f64d}.side-btn svg{width:20px;height:20px}.active-fleet-widget{color:#047857;background:#10b9811a;border:1px solid #10b98133;border-radius:12px;align-items:center;gap:1rem;padding:1rem;display:flex}.rest-main{background:#fff6;flex-direction:column;flex-grow:1;height:100%;display:flex}.main-header{padding:2rem 2.5rem 1rem;padding-top:max(2rem, env(safe-area-inset-top));border-bottom:1px solid #0000000d}.main-header h1{color:var(--text-main);margin:0;font-size:1.5rem}.scroll-content{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex-grow:1;padding:2rem 2.5rem;overflow:hidden auto}.form-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.transit-item{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;margin-bottom:1rem;padding:1rem}.ti-header{justify-content:space-between;align-items:center;display:flex}.debt-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.debt-card{padding:1.5rem;transition:all .3s}.debt-header{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.debt-details{border-top:1px dashed var(--border);margin-top:1.5rem;padding-top:1.5rem;animation:.3s slideDown}.detail-item{border-bottom:1px solid #00000008;justify-content:space-between;padding:.75rem 0;display:flex}.mt-4{margin-top:1.5rem}.table-list{flex-direction:column;width:100%;display:flex}.table-header,.table-row{grid-template-columns:.7fr 1.2fr 1.5fr .8fr .8fr;align-items:center;padding:1rem;display:grid}.table-header{color:var(--text-muted);border-bottom:2px solid var(--border);text-transform:uppercase;font-size:.85rem;font-weight:600}.table-row{border-bottom:1px solid var(--border);background:#fff;border-radius:8px;margin-top:.25rem}.text-success{color:#10b981;font-weight:600}.text-warning{color:#f59e0b;font-weight:600}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.rest-mobile-header{display:none}.rest-desktop-title{color:var(--text-main);margin:0;font-size:1.5rem;display:block}.rest-mobile-nav{display:none}@media (width<=768px){.rest-container{flex-direction:column}.rest-sidebar{display:none}.rest-main{height:100%}.main-header{padding:.75rem 1rem;padding-top:max(.75rem, env(safe-area-inset-top))}.rest-mobile-header{justify-content:space-between;align-items:center;display:flex}.rest-desktop-title{display:none}.scroll-content{padding:1rem;padding-bottom:calc(5rem + env(safe-area-inset-bottom))}.rest-mobile-nav{-webkit-backdrop-filter:blur(20px);padding:.6rem 0 calc(.6rem + env(safe-area-inset-bottom));z-index:50;background:#ffffffeb;border-top:1px solid #00000014;justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000000a}.rmn-item{color:#94a3b8;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;padding:.25rem .75rem;font-size:.7rem;font-weight:600;display:flex;position:relative;box-shadow:none!important}.rmn-item:hover,.rmn-item:active{box-shadow:none;background:0 0;transform:none}.rmn-item.active{color:#3b82f6}.rmn-item svg{width:22px;height:22px}.rmn-badge{color:#fff;background:#ef4444;border-radius:8px;padding:1px 5px;font-size:.6rem;font-weight:700;position:absolute;top:-2px;right:0}.grid,.debt-grid{grid-template-columns:1fr!important}.table-header,.table-row{grid-template-columns:.5fr 1fr 1fr .6fr .7fr;padding:.6rem .5rem;font-size:.8rem}}.quick-zones-grid{flex-direction:column;gap:.6rem;margin-top:1rem;display:flex}.zone-btn{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;flex-direction:row;align-items:center;gap:.875rem;width:100%;padding:.9rem 1.1rem;transition:all .18s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 3px #0000000d}.zone-btn:hover{transform:translate(4px);box-shadow:0 4px 16px #0000001a}.zone-btn:active{transform:translate(2px);box-shadow:0 2px 6px #00000014}.zone-btn-dot{border-radius:50%;flex-shrink:0;width:11px;height:11px}.zone-btn strong{color:var(--text-main);text-align:left;word-break:break-word;flex:1;font-size:.95rem;font-weight:700;line-height:1.35}.zone-btn-pts{white-space:nowrap;border-radius:20px;flex-shrink:0;padding:.25rem .65rem;font-size:.8rem;font-weight:700}.zone-btn-arrow{opacity:.35;color:var(--text-muted);flex-shrink:0}.btn-green{border-color:#10b98159}.btn-green .zone-btn-dot{background:#10b981}.btn-green .zone-btn-pts{color:#065f46;background:#ecfdf5}.btn-green:hover{background:#ecfdf5;border-color:#10b981;box-shadow:0 4px 16px #10b98133}.btn-yellow{border-color:#f59e0b59}.btn-yellow .zone-btn-dot{background:#f59e0b}.btn-yellow .zone-btn-pts{color:#92400e;background:#fffbeb}.btn-yellow:hover{background:#fffbeb;border-color:#f59e0b;box-shadow:0 4px 16px #f59e0b33}.btn-orange{border-color:#f9731659}.btn-orange .zone-btn-dot{background:#f97316}.btn-orange .zone-btn-pts{color:#9a3412;background:#fff7ed}.btn-orange:hover{background:#fff7ed;border-color:#f97316;box-shadow:0 4px 16px #f9731633}.btn-blue{border-color:#3b82f659}.btn-blue .zone-btn-dot{background:#3b82f6}.btn-blue .zone-btn-pts{color:#1e40af;background:#eff6ff}.btn-blue:hover{background:#eff6ff;border-color:#3b82f6;box-shadow:0 4px 16px #3b82f633}.btn-purple{border-color:#8b5cf659}.btn-purple .zone-btn-dot{background:#8b5cf6}.btn-purple .zone-btn-pts{color:#5b21b6;background:#faf5ff}.btn-purple:hover{background:#faf5ff;border-color:#8b5cf6;box-shadow:0 4px 16px #8b5cf633}.btn-red{border-color:#ef444459}.btn-red .zone-btn-dot{background:#ef4444}.btn-red .zone-btn-pts{color:#991b1b;background:#fef2f2}.btn-red:hover{background:#fef2f2;border-color:#ef4444;box-shadow:0 4px 16px #ef444433}.zone-item:hover{background-color:#f8fafc}
