@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}h1,h2,h3{letter-spacing:0;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}.coverage-card{flex-direction:column;gap:.85rem;display:flex}.coverage-card-header{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.coverage-card h2{color:var(--text-main);margin:0;font-size:1rem}.coverage-card p{color:var(--text-muted);margin:.2rem 0 0;font-size:.78rem}.coverage-toggle-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;display:grid}.coverage-toggle{border:1px solid var(--border);color:var(--text-main);min-height:64px;box-shadow:none;background:#f8fafc;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;padding:.65rem .5rem;display:flex}.coverage-toggle.active{color:#047857;background:#ecfdf5;border-color:#10b981}.coverage-toggle span{font-size:.78rem;font-weight:800}.coverage-toggle strong{text-transform:uppercase;color:inherit;font-size:.68rem}.coverage-toggle:disabled{opacity:.65}.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}.rider-app-container .btn-primary{color:#fff;background:#3b82f6;border:none;border-radius:8px;padding:.6rem 1.25rem;font-size:.95rem;font-weight:600}.rider-app-container .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}.rider-app-container .btn-danger{color:#fff;background:#ef4444;border:none}.rider-app-container .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}
