/* /Components/AuthGuard.razor.rz.scp.css */
.auth-guard-loading[b-jqt9sg7ymn] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #0a0a0f;
}

.guard-spinner[b-jqt9sg7ymn] {
    width: 36px;
    height: 36px;
    border: 3px solid rgba(124, 58, 237, 0.2);
    border-top-color: #7c3aed;
    border-radius: 50%;
    animation: spin-b-jqt9sg7ymn 0.7s linear infinite;
}

@keyframes spin-b-jqt9sg7ymn {
    to { transform: rotate(360deg); }
}
/* /Components/LanguageSwitcher.razor.rz.scp.css */
.lang-switcher[b-j1doogqncn] {
    display: flex;
    gap: 0.2rem;
    align-items: center;
}

.lang-btn[b-j1doogqncn] {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #888;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.3rem 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    transition: all 0.2s ease;
    letter-spacing: 0.03em;
}

.lang-btn:hover[b-j1doogqncn] {
    color: #ccc;
    border-color: rgba(255, 255, 255, 0.15);
}

.lang-btn.active[b-j1doogqncn] {
    color: #C026D3;
    border-color: rgba(192, 38, 211, 0.35);
    background: rgba(192, 38, 211, 0.08);
}

.lang-flag[b-j1doogqncn] {
    font-size: 0.9rem;
    line-height: 1;
}

.lang-code[b-j1doogqncn] {
    font-size: 0.7rem;
    font-weight: 700;
}
/* /Components/Sidebar.razor.rz.scp.css */
.sidebar[b-ab7dwnlko5] {
    width: 240px;
    min-height: 100vh;
    background: #0d0d16;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
    padding: 1.75rem 1.25rem;
    position: sticky;
    top: 0;
    flex-shrink: 0;
}

.sidebar-logo[b-ab7dwnlko5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2.5rem;
    padding: 0 0.5rem;
}

.logo-icon[b-ab7dwnlko5] {
    font-size: 1.1rem;
}

.sidebar-nav[b-ab7dwnlko5] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.sidebar-link[b-ab7dwnlko5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 0.75rem;
    border-radius: 10px;
    color: #a1a1aa;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.15s ease;
}

.sidebar-link svg[b-ab7dwnlko5] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.sidebar-link:hover[b-ab7dwnlko5] {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.sidebar-link.active[b-ab7dwnlko5] {
    background: rgba(124, 58, 237, 0.15);
    color: #a78bfa;
}

.sidebar-link.active svg[b-ab7dwnlko5] {
    stroke: #a78bfa;
}

.sidebar-spacer[b-ab7dwnlko5] {
    flex: 1;
}

.sidebar-footer[b-ab7dwnlko5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
}

.sidebar-user[b-ab7dwnlko5] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex: 1;
    min-width: 0;
}

.user-avatar[b-ab7dwnlko5] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    color: #ffffff;
    flex-shrink: 0;
}

.user-details[b-ab7dwnlko5] {
    min-width: 0;
}

.user-name[b-ab7dwnlko5] {
    font-size: 0.82rem;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-role[b-ab7dwnlko5] {
    font-size: 0.72rem;
    color: #a1a1aa;
}

.logout-btn[b-ab7dwnlko5] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.3rem;
    color: #71717a;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.15s ease;
    flex-shrink: 0;
}

.logout-btn:hover[b-ab7dwnlko5] {
    color: #ef4444;
}

.logout-btn svg[b-ab7dwnlko5] {
    width: 17px;
    height: 17px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-jnp5hf5omy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jnp5hf5omy] {
    flex: 1;
}

.sidebar[b-jnp5hf5omy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-jnp5hf5omy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jnp5hf5omy]  a, .top-row[b-jnp5hf5omy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-jnp5hf5omy]  a:hover, .top-row[b-jnp5hf5omy]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-jnp5hf5omy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-jnp5hf5omy] {
        justify-content: space-between;
    }

    .top-row[b-jnp5hf5omy]  a, .top-row[b-jnp5hf5omy]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jnp5hf5omy] {
        flex-direction: row;
    }

    .sidebar[b-jnp5hf5omy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jnp5hf5omy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jnp5hf5omy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jnp5hf5omy], article[b-jnp5hf5omy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ya43zpt2le] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ya43zpt2le] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ya43zpt2le] {
    font-size: 1.1rem;
}

.bi[b-ya43zpt2le] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ya43zpt2le] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ya43zpt2le] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ya43zpt2le] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-ya43zpt2le] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ya43zpt2le] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ya43zpt2le] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ya43zpt2le]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ya43zpt2le]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ya43zpt2le]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ya43zpt2le] {
        display: none;
    }

    .collapse[b-ya43zpt2le] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-ya43zpt2le] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
.dashboard-page[b-4101xvhg8t] {
    display: flex;
    min-height: 100vh;
    background: #0a0a0f;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.dashboard-main[b-4101xvhg8t] {
    flex: 1;
    padding: 2.5rem 3rem;
    overflow-y: auto;
    min-width: 0;
}

/* Loading */
.page-loading[b-4101xvhg8t] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60vh;
}

/* Header */
.dash-header[b-4101xvhg8t] {
    margin-bottom: 2rem;
}

.greeting[b-4101xvhg8t] {
    font-size: 1.9rem;
    font-weight: 700;
    margin: 0 0 0.3rem;
    color: #ffffff;
}

.greeting-sub[b-4101xvhg8t] {
    font-size: 1rem;
    color: #a1a1aa;
    margin: 0;
}

/* ── Booking Card ── */
.booking-card[b-4101xvhg8t] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 18px;
    padding: 2rem;
    max-width: 520px;
    margin-bottom: 2.5rem;
}

.booking-title[b-4101xvhg8t] {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 1.5rem;
    color: #ffffff;
}

.address-inputs[b-4101xvhg8t] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 0.25rem 0;
    margin-bottom: 1.25rem;
}

.address-row[b-4101xvhg8t] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
}

.addr-divider[b-4101xvhg8t] {
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
    margin: 0 1rem;
}

.addr-dot[b-4101xvhg8t] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.pickup-dot[b-4101xvhg8t] {
    background: #7c3aed;
    box-shadow: 0 0 6px rgba(124, 58, 237, 0.6);
}

.dropoff-dot[b-4101xvhg8t] {
    background: #10b981;
    box-shadow: 0 0 6px rgba(16, 185, 129, 0.5);
}

.addr-input[b-4101xvhg8t] {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 0.95rem;
    caret-color: #7c3aed;
}

.addr-input[b-4101xvhg8t]::placeholder {
    color: #52525b;
}

/* Ride Type Selector */
.ride-type-selector[b-4101xvhg8t] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.ride-type-btn[b-4101xvhg8t] {
    flex: 1;
    padding: 0.55rem 0.5rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: #a1a1aa;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
}

.ride-type-btn:hover[b-4101xvhg8t] {
    border-color: rgba(124, 58, 237, 0.4);
    color: #c4b5fd;
}

.ride-type-btn.active[b-4101xvhg8t] {
    background: rgba(124, 58, 237, 0.15);
    border-color: rgba(124, 58, 237, 0.5);
    color: #a78bfa;
}

/* Booking Error */
.booking-error[b-4101xvhg8t] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.25);
    border-radius: 8px;
    color: #fca5a5;
    font-size: 0.85rem;
    padding: 0.65rem 0.9rem;
    margin-bottom: 1rem;
}

/* Request Button */
.request-btn[b-4101xvhg8t] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem;
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s ease, transform 0.1s ease;
}

.request-btn:hover:not(:disabled)[b-4101xvhg8t] {
    opacity: 0.9;
    transform: translateY(-1px);
}

.request-btn:disabled[b-4101xvhg8t] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-arrow[b-4101xvhg8t] {
    font-size: 1.1rem;
}

/* ── Active Ride Card ── */
.active-ride-card[b-4101xvhg8t] {
    background: rgba(124, 58, 237, 0.07);
    border: 1px solid rgba(124, 58, 237, 0.25);
    border-radius: 18px;
    padding: 1.5rem;
    max-width: 520px;
    margin-bottom: 2.5rem;
}

.arc-header[b-4101xvhg8t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.arc-label[b-4101xvhg8t] {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #a78bfa;
}

.arc-route[b-4101xvhg8t] {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 1rem;
}

.arc-point[b-4101xvhg8t] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: #e4e4e7;
    padding: 0.4rem 0;
}

.arc-line[b-4101xvhg8t] {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.15);
    margin-left: 4.5px;
}

.arc-meta[b-4101xvhg8t] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 0.9rem;
    margin-top: 0.5rem;
}

.arc-fare[b-4101xvhg8t] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #a78bfa;
}

.arc-driver[b-4101xvhg8t] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    color: #a1a1aa;
}

.driver-rating[b-4101xvhg8t] {
    color: #fbbf24;
}

.cancel-ride-btn[b-4101xvhg8t] {
    margin-top: 1rem;
    width: 100%;
    padding: 0.6rem;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 8px;
    color: #fca5a5;
    font-size: 0.88rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s ease;
}

.cancel-ride-btn:hover:not(:disabled)[b-4101xvhg8t] {
    background: rgba(239, 68, 68, 0.2);
}

.cancel-ride-btn:disabled[b-4101xvhg8t] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ── Status Badges ── */
.status-badge[b-4101xvhg8t] {
    display: inline-block;
    padding: 0.2rem 0.65rem;
    border-radius: 99px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: capitalize;
}

.status-blue[b-4101xvhg8t] { background: rgba(59, 130, 246, 0.15); color: #93c5fd; }
.status-yellow[b-4101xvhg8t] { background: rgba(245, 158, 11, 0.15); color: #fde68a; }
.status-orange[b-4101xvhg8t] { background: rgba(249, 115, 22, 0.15); color: #fed7aa; }
.status-green[b-4101xvhg8t] { background: rgba(16, 185, 129, 0.15); color: #6ee7b7; }
.status-gray[b-4101xvhg8t] { background: rgba(113, 113, 122, 0.15); color: #a1a1aa; }
.status-red[b-4101xvhg8t] { background: rgba(239, 68, 68, 0.15); color: #fca5a5; }

/* ── Recent Section ── */
.recent-section[b-4101xvhg8t] {
    max-width: 520px;
}

.section-heading[b-4101xvhg8t] {
    font-size: 1rem;
    font-weight: 600;
    color: #a1a1aa;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 0.85rem;
}

.rides-list[b-4101xvhg8t] {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 0.85rem;
}

.ride-row[b-4101xvhg8t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 1.1rem;
    gap: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    transition: background 0.12s ease;
}

.ride-row:last-child[b-4101xvhg8t] { border-bottom: none; }
.ride-row:hover[b-4101xvhg8t] { background: rgba(255, 255, 255, 0.03); }

.ride-route[b-4101xvhg8t] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.88rem;
    min-width: 0;
    flex: 1;
}

.ride-from[b-4101xvhg8t], .ride-to[b-4101xvhg8t] {
    color: #e4e4e7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}

.route-arrow[b-4101xvhg8t] {
    color: #52525b;
    flex-shrink: 0;
}

.ride-meta[b-4101xvhg8t] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.ride-fare[b-4101xvhg8t] {
    font-size: 0.88rem;
    font-weight: 600;
    color: #ffffff;
}

.ride-date[b-4101xvhg8t] {
    font-size: 0.8rem;
    color: #71717a;
}

.view-all-link[b-4101xvhg8t] {
    font-size: 0.85rem;
    color: #7c3aed;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s;
}

.view-all-link:hover[b-4101xvhg8t] { color: #a78bfa; }

/* ── Availability Card (Driver) ── */
.availability-card[b-4101xvhg8t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 18px;
    max-width: 520px;
    margin-bottom: 2rem;
    border: 1px solid;
    transition: all 0.25s ease;
}

.availability-card.online[b-4101xvhg8t] {
    background: rgba(16, 185, 129, 0.07);
    border-color: rgba(16, 185, 129, 0.25);
}

.availability-card.offline[b-4101xvhg8t] {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.07);
}

.avail-info[b-4101xvhg8t] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.avail-status-dot[b-4101xvhg8t] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.online .avail-status-dot[b-4101xvhg8t] {
    background: #10b981;
    box-shadow: 0 0 8px rgba(16, 185, 129, 0.7);
    animation: pulse-dot-b-4101xvhg8t 1.5s ease-in-out infinite;
}

.offline .avail-status-dot[b-4101xvhg8t] {
    background: #52525b;
}

@keyframes pulse-dot-b-4101xvhg8t {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.avail-title[b-4101xvhg8t] {
    font-size: 0.9rem;
    color: #e4e4e7;
}

.avail-sub[b-4101xvhg8t] {
    font-size: 0.8rem;
    color: #71717a;
    margin-top: 0.15rem;
}

.avail-toggle-btn[b-4101xvhg8t] {
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.15s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.avail-toggle-btn.go-online[b-4101xvhg8t] {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
}

.avail-toggle-btn.go-offline[b-4101xvhg8t] {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #fca5a5;
}

/* ── Waiting Card ── */
.waiting-card[b-4101xvhg8t] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    max-width: 520px;
    margin-bottom: 2rem;
    color: #a1a1aa;
    font-size: 0.9rem;
}

.waiting-pulse[b-4101xvhg8t] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #7c3aed;
    animation: pulse-dot-b-4101xvhg8t 1.2s ease-in-out infinite;
    flex-shrink: 0;
}

/* Responsive */
@@media (max-width: 768px) {
    .dashboard-main[b-4101xvhg8t] {
        padding: 1.5rem 1.25rem;
    }

    .greeting[b-4101xvhg8t] {
        font-size: 1.5rem;
    }

    .booking-card[b-4101xvhg8t],
    .active-ride-card[b-4101xvhg8t],
    .availability-card[b-4101xvhg8t],
    .recent-section[b-4101xvhg8t] {
        max-width: 100%;
    }

    .availability-card[b-4101xvhg8t] {
        flex-direction: column;
        align-items: flex-start;
    }

    .avail-toggle-btn[b-4101xvhg8t] {
        width: 100%;
        text-align: center;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.landing-page[b-z10skveaze] {
    min-height: 100vh;
    background-color: #000;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Header Styles */
.header[b-z10skveaze] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 4rem;
    position: relative;
    z-index: 10;
}

.logo[b-z10skveaze] {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.nav-menu[b-z10skveaze] {
    display: flex;
    gap: 2.5rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.nav-link[b-z10skveaze] {
    color: #888;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
}

.nav-link:hover[b-z10skveaze] {
    color: #fff;
}

.header-actions[b-z10skveaze] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.language-selector[b-z10skveaze] {
    position: relative;
    color: #888;
    font-size: 0.9rem;
    cursor: pointer;
    user-select: none;
}

.selected-language[b-z10skveaze] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.6rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}

.language-selector:hover .selected-language[b-z10skveaze] {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.08);
}

.language-selector.open .selected-language[b-z10skveaze] {
    border-color: rgba(255, 255, 255, 0.3);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-arrow[b-z10skveaze] {
    font-size: 0.7rem;
    transition: transform 0.3s ease;
    margin-left: 0.2rem;
}

.language-selector.open .dropdown-arrow[b-z10skveaze] {
    transform: rotate(180deg);
}

.language-dropdown[b-z10skveaze] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgba(20, 20, 20, 0.98);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.language-selector.open .language-dropdown[b-z10skveaze] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-option[b-z10skveaze] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #888;
}

.language-option:hover[b-z10skveaze] {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.language-option.active[b-z10skveaze] {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.lang-code[b-z10skveaze] {
    font-weight: 600;
}

.lang-name[b-z10skveaze] {
    font-weight: 400;
}

.log-in-link[b-z10skveaze] {
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    position: relative;
    transition: color 0.3s ease;
}

.log-in-link[b-z10skveaze]::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.log-in-link:hover[b-z10skveaze]::after {
    width: 100%;
}

.sign-up-btn[b-z10skveaze] {
    display: inline-block;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    padding: 0.7rem 1.8rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

.sign-up-btn[b-z10skveaze]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.sign-up-btn:hover[b-z10skveaze] {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}

.sign-up-btn:hover[b-z10skveaze]::before {
    width: 300px;
    height: 300px;
}

.sign-up-btn:active[b-z10skveaze] {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.2);
}

/* Main Content */
.main-content[b-z10skveaze] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 4rem 2rem 4rem;
    max-width: 1400px;
    margin: 0 auto;
}

.content-left[b-z10skveaze] {
    flex: 1;
    max-width: 600px;
}

.availability-badge[b-z10skveaze] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: rgba(255, 255, 255, 0.08);
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    font-size: 0.85rem;
    color: #ccc;
    margin-bottom: 2.5rem;
}

.status-dot[b-z10skveaze] {
    width: 8px;
    height: 8px;
    background-color: #22c55e;
    border-radius: 50%;
    position: relative;
    animation: pulse-b-z10skveaze 2s ease-in-out infinite;
}

.status-dot[b-z10skveaze]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #22c55e;
    border-radius: 50%;
    opacity: 0.4;
    animation: pulse-ring-b-z10skveaze 2s ease-in-out infinite;
}

@keyframes pulse-b-z10skveaze {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes pulse-ring-b-z10skveaze {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0.4;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.hero-title[b-z10skveaze] {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 1.5rem 0;
    letter-spacing: -3px;
}

.hero-subtitle[b-z10skveaze] {
    font-size: 1.1rem;
    color: #999;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

.action-buttons[b-z10skveaze] {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 4rem;
}

.btn-primary[b-z10skveaze] {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

.btn-primary[b-z10skveaze]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.05);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-primary:hover[b-z10skveaze] {
    background-color: #f0f0f0;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

.btn-primary:hover[b-z10skveaze]::before {
    width: 400px;
    height: 400px;
}

.btn-primary:hover .arrow[b-z10skveaze] {
    transform: translateX(5px);
}

.btn-primary:active[b-z10skveaze] {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

.btn-primary .arrow[b-z10skveaze] {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.btn-secondary[b-z10skveaze] {
    background-color: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-secondary[b-z10skveaze]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.btn-secondary:hover[b-z10skveaze] {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.1);
}

.btn-secondary:hover[b-z10skveaze]::before {
    left: 100%;
}

.btn-secondary:active[b-z10skveaze] {
    transform: translateY(-1px);
}

/* Stats */
.stats[b-z10skveaze] {
    display: flex;
    gap: 4rem;
}

.stat-item[b-z10skveaze] {
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
    cursor: default;
}

.stat-item:hover[b-z10skveaze] {
    transform: translateY(-5px);
}

.stat-item:hover .stat-value[b-z10skveaze] {
    color: #22c55e;
}

.stat-value[b-z10skveaze] {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    transition: color 0.3s ease;
}

.stat-label[b-z10skveaze] {
    font-size: 0.9rem;
    color: #666;
}

/* Phone Mockup */
.content-right[b-z10skveaze] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-mockup[b-z10skveaze] {
    position: relative;
    perspective: 1000px;
}

.phone-frame[b-z10skveaze] {
    width: 320px;
    height: 650px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 45px;
    padding: 12px;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5);
    position: relative;
}

.phone-notch[b-z10skveaze] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 30px;
    background-color: #000;
    border-radius: 0 0 20px 20px;
    z-index: 2;
}

.phone-screen[b-z10skveaze] {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(40px);
}

.phone-content[b-z10skveaze] {
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    padding: 20px;
    backdrop-filter: blur(20px);
}

.location-input[b-z10skveaze] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: #ccc;
}

.location-input.active[b-z10skveaze] {
    color: #fff;
}

.location-dot[b-z10skveaze] {
    width: 10px;
    height: 10px;
    background-color: #22c55e;
    border-radius: 50%;
}

.location-dot-empty[b-z10skveaze] {
    width: 10px;
    height: 10px;
    border: 2px solid #666;
    border-radius: 50%;
}

.confirm-btn[b-z10skveaze] {
    width: 100%;
    background-color: #fff;
    color: #000;
    border: none;
    padding: 15px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.confirm-btn[b-z10skveaze]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.05);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.confirm-btn:hover[b-z10skveaze] {
    background-color: #f0f0f0;
    transform: scale(0.98);
}

.confirm-btn:hover[b-z10skveaze]::before {
    width: 300px;
    height: 300px;
}

.confirm-btn:active[b-z10skveaze] {
    transform: scale(0.96);
}

/* How It Works Section */
.how-it-works[b-z10skveaze] {
    padding: 8rem 4rem;
    text-align: center;
    background-color: #000;
}

.section-label[b-z10skveaze] {
    color: #22c55e;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.section-title[b-z10skveaze] {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5rem;
    letter-spacing: -1px;
}

.steps-container[b-z10skveaze] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.step-card[b-z10skveaze] {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.step-card:hover[b-z10skveaze] {
    transform: translateY(-10px);
}

.step-icon-wrapper[b-z10skveaze] {
    position: relative;
    margin-bottom: 2rem;
}

.step-number[b-z10skveaze] {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 0.75rem;
    color: #666;
    font-weight: 600;
}

.step-icon[b-z10skveaze] {
    width: 80px;
    height: 80px;
    background-color: rgba(34, 197, 94, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #22c55e;
    transition: all 0.3s ease;
}

.step-card:hover .step-icon[b-z10skveaze] {
    background-color: rgba(34, 197, 94, 0.2);
    transform: scale(1.1);
}

.step-icon svg[b-z10skveaze] {
    width: 35px;
    height: 35px;
}

.step-title[b-z10skveaze] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

.step-description[b-z10skveaze] {
    font-size: 1rem;
    color: #999;
    line-height: 1.6;
}

/* Services Section */
.services-section[b-z10skveaze] {
    padding: 8rem 4rem;
    background-color: #f8f8f8;
}

.services-section .section-label[b-z10skveaze] {
    color: #16a34a;
}

.services-section .section-title[b-z10skveaze] {
    color: #000;
}

.services-grid[b-z10skveaze] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.service-card[b-z10skveaze] {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-card:hover[b-z10skveaze] {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.service-image[b-z10skveaze] {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.service-image img[b-z10skveaze] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card:hover .service-image img[b-z10skveaze] {
    transform: scale(1.1);
}

.service-content[b-z10skveaze] {
    padding: 2rem;
}

.service-icon-title[b-z10skveaze] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.service-icon[b-z10skveaze] {
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

.service-icon svg[b-z10skveaze] {
    width: 22px;
    height: 22px;
}

.service-title[b-z10skveaze] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    flex-grow: 1;
}

.service-arrow[b-z10skveaze] {
    width: 24px;
    height: 24px;
    color: #000;
    transition: transform 0.3s ease;
}

.service-card:hover .service-arrow[b-z10skveaze] {
    transform: translate(5px, -5px);
}

.service-description[b-z10skveaze] {
    font-size: 1rem;
    color: #444;
    line-height: 1.6;
}

/* CTA Section */
.cta-section[b-z10skveaze] {
    padding: 6rem 4rem;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 40px;
    margin: 4rem;
}

.cta-container[b-z10skveaze] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    gap: 4rem;
}

.cta-content[b-z10skveaze] {
    flex: 1;
}

.cta-title[b-z10skveaze] {
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -2px;
}

.cta-highlight[b-z10skveaze] {
    color: #22c55e;
}

.cta-subtitle[b-z10skveaze] {
    font-size: 1.1rem;
    color: #999;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

.download-btn[b-z10skveaze] {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
}

.download-btn svg[b-z10skveaze] {
    width: 20px;
    height: 20px;
}

.download-btn:hover[b-z10skveaze] {
    background-color: #f0f0f0;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.download-btn .arrow-right[b-z10skveaze] {
    transition: transform 0.3s ease;
}

.download-btn:hover .arrow-right[b-z10skveaze] {
    transform: translateX(5px);
}

.store-badges[b-z10skveaze] {
    display: flex;
    gap: 1.5rem;
}

.store-badge[b-z10skveaze] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.store-badge:hover[b-z10skveaze] {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.store-badge svg[b-z10skveaze] {
    width: 28px;
    height: 28px;
    color: #fff;
}

.store-text[b-z10skveaze] {
    display: flex;
    flex-direction: column;
}

.store-label[b-z10skveaze] {
    font-size: 0.7rem;
    color: #888;
    text-transform: uppercase;
}

.store-name[b-z10skveaze] {
    font-size: 0.95rem;
    color: #fff;
    font-weight: 600;
}

.cta-phone[b-z10skveaze] {
    flex: 1;
    display: flex;
    justify-content: center;
}

.cta-phone-frame[b-z10skveaze] {
    width: 300px;
    height: 600px;
    background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
    border-radius: 40px;
    padding: 15px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
    position: relative;
}

.cta-phone-notch[b-z10skveaze] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 28px;
    background-color: #000;
    border-radius: 0 0 18px 18px;
    z-index: 2;
}

.cta-phone-screen[b-z10skveaze] {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #3a3a3a 0%, #2a2a2a 100%);
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 30px;
}

.delivery-notification[b-z10skveaze] {
    width: 100%;
    background-color: #22c55e;
    padding: 20px;
    border-radius: 16px;
    animation: slideUp-b-z10skveaze 1.5s ease-in-out infinite;
}

.notification-text[b-z10skveaze] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.3rem;
}

.notification-time[b-z10skveaze] {
    font-size: 0.95rem;
    color: rgba(0, 0, 0, 0.7);
}

@keyframes slideUp-b-z10skveaze {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Footer */
.footer[b-z10skveaze] {
    background-color: #000;
    color: #fff;
    padding: 4rem 4rem 2rem 4rem;
}

.footer-content[b-z10skveaze] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto 3rem auto;
}

.footer-column[b-z10skveaze] {
    display: flex;
    flex-direction: column;
}

.footer-logo[b-z10skveaze] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-tagline[b-z10skveaze] {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-heading[b-z10skveaze] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.footer-links[b-z10skveaze] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li[b-z10skveaze] {
    margin-bottom: 0.8rem;
}

.footer-links a[b-z10skveaze] {
    color: #666;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-links a:hover[b-z10skveaze] {
    color: #fff;
}

.footer-bottom[b-z10skveaze] {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #666;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .main-content[b-z10skveaze] {
        flex-direction: column;
        text-align: center;
    }

    .nav-menu[b-z10skveaze] {
        position: static;
        transform: none;
    }

    .header[b-z10skveaze] {
        flex-direction: column;
        gap: 2rem;
    }

    .content-left[b-z10skveaze] {
        max-width: 100%;
    }

    .hero-title[b-z10skveaze] {
        font-size: 4rem;
    }

    .action-buttons[b-z10skveaze] {
        justify-content: center;
    }

    .stats[b-z10skveaze] {
        justify-content: center;
    }

    .content-right[b-z10skveaze] {
        margin-top: 4rem;
    }

    .steps-container[b-z10skveaze] {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .services-grid[b-z10skveaze] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .cta-container[b-z10skveaze] {
        flex-direction: column;
        text-align: center;
    }

    .store-badges[b-z10skveaze] {
        justify-content: center;
    }

    .footer-content[b-z10skveaze] {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .header[b-z10skveaze] {
        padding: 1rem 2rem;
    }

    .main-content[b-z10skveaze] {
        padding: 2rem 2rem;
    }

    .nav-menu[b-z10skveaze] {
        flex-wrap: wrap;
        gap: 1.5rem;
        justify-content: center;
    }

    .hero-title[b-z10skveaze] {
        font-size: 3rem;
    }

    .stats[b-z10skveaze] {
        gap: 2rem;
    }

    .phone-frame[b-z10skveaze] {
        width: 280px;
        height: 570px;
    }

    .how-it-works[b-z10skveaze] {
        padding: 4rem 2rem;
    }

    .section-title[b-z10skveaze] {
        font-size: 2.5rem;
    }

    .services-section[b-z10skveaze] {
        padding: 4rem 2rem;
    }

    .cta-section[b-z10skveaze] {
        padding: 3rem 2rem;
        margin: 2rem 1rem;
        border-radius: 30px;
    }

    .cta-title[b-z10skveaze] {
        font-size: 2.5rem;
    }

    .cta-phone-frame[b-z10skveaze] {
        width: 250px;
        height: 500px;
    }

    .store-badges[b-z10skveaze] {
        flex-direction: column;
        align-items: center;
    }

    .footer[b-z10skveaze] {
        padding: 3rem 2rem 2rem 2rem;
    }

    .footer-content[b-z10skveaze] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
/* /Pages/Login.razor.rz.scp.css */
/* Auth Pages Styles - Dark Theme with Purple Accent */

.auth-page[b-u0w9qfj2g1] {
    min-height: 100vh;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0a1a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.auth-container[b-u0w9qfj2g1] {
    width: 100%;
    max-width: 440px;
    animation: fadeIn-b-u0w9qfj2g1 0.5s ease;
}

@keyframes fadeIn-b-u0w9qfj2g1 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.auth-header[b-u0w9qfj2g1] {
    text-align: center;
    margin-bottom: 3rem;
}

.lang-switcher-wrap[b-u0w9qfj2g1] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
    margin-top: -1.5rem;
}

.auth-header .logo[b-u0w9qfj2g1] {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2.5rem;
    letter-spacing: -1px;
}

.auth-header h2[b-u0w9qfj2g1] {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
}

.auth-header p[b-u0w9qfj2g1] {
    font-size: 1rem;
    color: #888;
    font-weight: 400;
}

.auth-form[b-u0w9qfj2g1] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.social-btn[b-u0w9qfj2g1] {
    width: 100%;
    padding: 0.875rem 1.25rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    min-height: 52px;
}

.social-btn:hover:not(:disabled)[b-u0w9qfj2g1] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.22);
    transform: translateY(-1px);
}

.google-btn:hover:not(:disabled)[b-u0w9qfj2g1] {
    border-color: rgba(66, 133, 244, 0.45);
}

.facebook-btn:hover:not(:disabled)[b-u0w9qfj2g1] {
    border-color: rgba(24, 119, 242, 0.45);
}

.social-btn:active:not(:disabled)[b-u0w9qfj2g1] {
    transform: translateY(0);
}

.social-btn:disabled[b-u0w9qfj2g1] {
    opacity: 0.6;
    cursor: not-allowed;
}

.social-icon[b-u0w9qfj2g1] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.divider[b-u0w9qfj2g1] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #555;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: lowercase;
}

.divider[b-u0w9qfj2g1]::before,
.divider[b-u0w9qfj2g1]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.form-row[b-u0w9qfj2g1] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group[b-u0w9qfj2g1] {
    display: flex;
    flex-direction: column;
}

.form-input[b-u0w9qfj2g1] {
    width: 100%;
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.form-input[b-u0w9qfj2g1]::placeholder {
    color: #666;
}

.form-input:focus[b-u0w9qfj2g1] {
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    border-color: #C026D3;
    box-shadow: 0 0 0 4px rgba(192, 38, 211, 0.1);
}

.form-input option[b-u0w9qfj2g1] {
    background-color: #1a1a1a;
    color: #fff;
}

.error-message[b-u0w9qfj2g1] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 10px;
    padding: 0.875rem 1.25rem;
    color: #EF4444;
    font-size: 0.875rem;
    animation: shake-b-u0w9qfj2g1 0.4s ease;
}

@keyframes shake-b-u0w9qfj2g1 {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    75% { transform: translateX(10px); }
}

.submit-btn[b-u0w9qfj2g1] {
    width: 100%;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #C026D3 0%, #9333EA 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
    box-shadow: 0 8px 24px rgba(192, 38, 211, 0.4);
    position: relative;
    overflow: hidden;
}

.submit-btn[b-u0w9qfj2g1]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.submit-btn:hover:not(:disabled)[b-u0w9qfj2g1] {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(192, 38, 211, 0.5);
}

.submit-btn:hover:not(:disabled)[b-u0w9qfj2g1]::before {
    left: 100%;
}

.submit-btn:active:not(:disabled)[b-u0w9qfj2g1] {
    transform: translateY(0);
}

.submit-btn:disabled[b-u0w9qfj2g1] {
    opacity: 0.6;
    cursor: not-allowed;
}

.auth-footer[b-u0w9qfj2g1] {
    text-align: center;
    margin-top: 2rem;
    color: #888;
    font-size: 0.95rem;
}

.auth-link[b-u0w9qfj2g1] {
    color: #C026D3;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.auth-link:hover[b-u0w9qfj2g1] {
    color: #E879F9;
    text-decoration: underline;
}

.back-home[b-u0w9qfj2g1] {
    text-align: center;
    margin-top: 2.5rem;
}

.back-link[b-u0w9qfj2g1] {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.back-link:hover[b-u0w9qfj2g1] {
    color: #999;
}

/* Responsive Design */
@media (max-width: 640px) {
    .auth-page[b-u0w9qfj2g1] {
        padding: 1.5rem;
    }

    .auth-header .logo[b-u0w9qfj2g1] {
        font-size: 2.5rem;
    }

    .auth-header h2[b-u0w9qfj2g1] {
        font-size: 1.75rem;
    }

    .form-row[b-u0w9qfj2g1] {
        grid-template-columns: 1fr;
    }

    .submit-btn[b-u0w9qfj2g1] {
        font-size: 1rem;
    }
}

/* /Pages/Register.razor.rz.scp.css */
/* Auth Pages Styles - Dark Theme with Purple Accent */

.auth-page[b-1iea60zb4h] {
    min-height: 100vh;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0a1a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.auth-container[b-1iea60zb4h] {
    width: 100%;
    max-width: 440px;
    animation: fadeIn-b-1iea60zb4h 0.5s ease;
}

@keyframes fadeIn-b-1iea60zb4h {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.auth-header[b-1iea60zb4h] {
    text-align: center;
    margin-bottom: 3rem;
}

.lang-switcher-wrap[b-1iea60zb4h] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
    margin-top: -1.5rem;
}

.auth-header .logo[b-1iea60zb4h] {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2.5rem;
    letter-spacing: -1px;
}

.auth-header h2[b-1iea60zb4h] {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
}

.auth-header p[b-1iea60zb4h] {
    font-size: 1rem;
    color: #888;
    font-weight: 400;
}

.auth-form[b-1iea60zb4h] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.social-btn[b-1iea60zb4h] {
    width: 100%;
    padding: 0.875rem 1.25rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    min-height: 52px;
}

.social-btn:hover:not(:disabled)[b-1iea60zb4h] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.22);
    transform: translateY(-1px);
}

.google-btn:hover:not(:disabled)[b-1iea60zb4h] {
    border-color: rgba(66, 133, 244, 0.45);
}

.facebook-btn:hover:not(:disabled)[b-1iea60zb4h] {
    border-color: rgba(24, 119, 242, 0.45);
}

.social-btn:active:not(:disabled)[b-1iea60zb4h] {
    transform: translateY(0);
}

.social-btn:disabled[b-1iea60zb4h] {
    opacity: 0.6;
    cursor: not-allowed;
}

.social-icon[b-1iea60zb4h] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.divider[b-1iea60zb4h] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #555;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: lowercase;
}

.divider[b-1iea60zb4h]::before,
.divider[b-1iea60zb4h]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.form-row[b-1iea60zb4h] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group[b-1iea60zb4h] {
    display: flex;
    flex-direction: column;
}

.form-input[b-1iea60zb4h] {
    width: 100%;
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.form-input[b-1iea60zb4h]::placeholder {
    color: #666;
}

.form-input:focus[b-1iea60zb4h] {
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    border-color: #C026D3;
    box-shadow: 0 0 0 4px rgba(192, 38, 211, 0.1);
}

.form-input option[b-1iea60zb4h] {
    background-color: #1a1a1a;
    color: #fff;
}

.error-message[b-1iea60zb4h] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 10px;
    padding: 0.875rem 1.25rem;
    color: #EF4444;
    font-size: 0.875rem;
    animation: shake-b-1iea60zb4h 0.4s ease;
}

@keyframes shake-b-1iea60zb4h {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    75% { transform: translateX(10px); }
}

.submit-btn[b-1iea60zb4h] {
    width: 100%;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #C026D3 0%, #9333EA 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
    box-shadow: 0 8px 24px rgba(192, 38, 211, 0.4);
    position: relative;
    overflow: hidden;
}

.submit-btn[b-1iea60zb4h]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.submit-btn:hover:not(:disabled)[b-1iea60zb4h] {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(192, 38, 211, 0.5);
}

.submit-btn:hover:not(:disabled)[b-1iea60zb4h]::before {
    left: 100%;
}

.submit-btn:active:not(:disabled)[b-1iea60zb4h] {
    transform: translateY(0);
}

.submit-btn:disabled[b-1iea60zb4h] {
    opacity: 0.6;
    cursor: not-allowed;
}

.auth-footer[b-1iea60zb4h] {
    text-align: center;
    margin-top: 2rem;
    color: #888;
    font-size: 0.95rem;
}

.auth-link[b-1iea60zb4h] {
    color: #C026D3;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.auth-link:hover[b-1iea60zb4h] {
    color: #E879F9;
    text-decoration: underline;
}

.back-home[b-1iea60zb4h] {
    text-align: center;
    margin-top: 2.5rem;
}

.back-link[b-1iea60zb4h] {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.back-link:hover[b-1iea60zb4h] {
    color: #999;
}

/* Responsive Design */
@media (max-width: 640px) {
    .auth-page[b-1iea60zb4h] {
        padding: 1.5rem;
    }

    .auth-header .logo[b-1iea60zb4h] {
        font-size: 2.5rem;
    }

    .auth-header h2[b-1iea60zb4h] {
        font-size: 1.75rem;
    }

    .form-row[b-1iea60zb4h] {
        grid-template-columns: 1fr;
    }

    .submit-btn[b-1iea60zb4h] {
        font-size: 1rem;
    }
}

/* /Pages/RideHistory.razor.rz.scp.css */
.dashboard-page[b-4x2e3e48f7] {
    display: flex;
    min-height: 100vh;
    background: #0a0a0f;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.dashboard-main[b-4x2e3e48f7] {
    flex: 1;
    padding: 2.5rem 3rem;
    overflow-y: auto;
    min-width: 0;
}

.page-title[b-4x2e3e48f7] {
    font-size: 1.9rem;
    font-weight: 700;
    margin: 0 0 0.3rem;
}

.greeting-sub[b-4x2e3e48f7] {
    font-size: 1rem;
    color: #a1a1aa;
    margin: 0 0 2rem;
}

/* Filter Bar */
.filter-bar[b-4x2e3e48f7] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.75rem;
    flex-wrap: wrap;
}

.filter-btn[b-4x2e3e48f7] {
    padding: 0.45rem 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 99px;
    color: #a1a1aa;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
}

.filter-btn:hover[b-4x2e3e48f7] {
    border-color: rgba(124, 58, 237, 0.4);
    color: #c4b5fd;
}

.filter-btn.active[b-4x2e3e48f7] {
    background: rgba(124, 58, 237, 0.15);
    border-color: rgba(124, 58, 237, 0.5);
    color: #a78bfa;
}

/* Loading / Empty */
.page-loading[b-4x2e3e48f7] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40vh;
}

.empty-state[b-4x2e3e48f7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 4rem 2rem;
    color: #52525b;
}

.empty-state svg[b-4x2e3e48f7] {
    width: 48px;
    height: 48px;
}

.empty-state p[b-4x2e3e48f7] {
    font-size: 1rem;
    margin: 0;
}

/* History List */
.history-list[b-4x2e3e48f7] {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    overflow: hidden;
    max-width: 800px;
}

.history-row[b-4x2e3e48f7] {
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    align-items: center;
    gap: 1.5rem;
    padding: 1.1rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    transition: background 0.12s ease;
}

.history-row:last-child[b-4x2e3e48f7] {
    border-bottom: none;
}

.history-row:hover[b-4x2e3e48f7] {
    background: rgba(255, 255, 255, 0.02);
}

/* Route Column */
.history-route[b-4x2e3e48f7] {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
}

.history-point[b-4x2e3e48f7] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.history-line[b-4x2e3e48f7] {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.1);
    margin-left: 4.5px;
    margin: 2px 0 2px 4.5px;
}

.addr-dot[b-4x2e3e48f7] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
}

.pickup-dot[b-4x2e3e48f7] {
    background: #7c3aed;
}

.dropoff-dot[b-4x2e3e48f7] {
    background: #10b981;
}

.addr-text[b-4x2e3e48f7] {
    font-size: 0.85rem;
    color: #e4e4e7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 260px;
}

/* Info Column */
.history-info[b-4x2e3e48f7] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 120px;
}

.history-top[b-4x2e3e48f7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.history-type[b-4x2e3e48f7] {
    font-size: 0.75rem;
    color: #71717a;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.1rem 0.5rem;
    border-radius: 99px;
}

.history-driver[b-4x2e3e48f7] {
    font-size: 0.78rem;
    color: #a1a1aa;
}

.history-date[b-4x2e3e48f7] {
    font-size: 0.78rem;
    color: #71717a;
}

/* Fare Column */
.history-fare[b-4x2e3e48f7] {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    white-space: nowrap;
}

.fare-value[b-4x2e3e48f7] {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
}

.fare-est[b-4x2e3e48f7] {
    font-size: 0.72rem;
    color: #71717a;
}

/* Status Badges */
.status-badge[b-4x2e3e48f7] {
    display: inline-block;
    padding: 0.18rem 0.6rem;
    border-radius: 99px;
    font-size: 0.72rem;
    font-weight: 600;
    white-space: nowrap;
}

.status-blue[b-4x2e3e48f7] { background: rgba(59, 130, 246, 0.15); color: #93c5fd; }
.status-yellow[b-4x2e3e48f7] { background: rgba(245, 158, 11, 0.15); color: #fde68a; }
.status-orange[b-4x2e3e48f7] { background: rgba(249, 115, 22, 0.15); color: #fed7aa; }
.status-green[b-4x2e3e48f7] { background: rgba(16, 185, 129, 0.15); color: #6ee7b7; }
.status-gray[b-4x2e3e48f7] { background: rgba(113, 113, 122, 0.15); color: #a1a1aa; }
.status-red[b-4x2e3e48f7] { background: rgba(239, 68, 68, 0.15); color: #fca5a5; }

/* Cancel button */
.cancel-ride-btn[b-4x2e3e48f7] {
    padding: 0.4rem 0.9rem;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 8px;
    color: #fca5a5;
    font-size: 0.82rem;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s ease;
}

.cancel-ride-btn:hover:not(:disabled)[b-4x2e3e48f7] {
    background: rgba(239, 68, 68, 0.2);
}

.cancel-ride-btn:disabled[b-4x2e3e48f7] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Responsive */
@@media (max-width: 768px) {
    .dashboard-main[b-4x2e3e48f7] {
        padding: 1.5rem 1.25rem;
    }

    .history-row[b-4x2e3e48f7] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .addr-text[b-4x2e3e48f7] {
        max-width: 100%;
    }
}
