/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-a7y3rfstek] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #ffffff;
}

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

.content[b-a7y3rfstek] {
    padding-top: 1.5rem;
}

@media (max-width: 640.98px) {
    .content[b-a7y3rfstek] {
        padding-top: 1rem;
    }
}

.page-watermark[b-a7y3rfstek] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
    max-width: 640px;
    aspect-ratio: 1 / 1;
    background-image: url('/images/logo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.06;
    pointer-events: none;
    z-index: 0;
}

.content[b-a7y3rfstek] {
    position: relative;
    z-index: 1;
}

@media (max-width: 640.98px) {
    .page-watermark[b-a7y3rfstek] {
        width: 85vw;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.main-navbar[b-bjgwk6jawf] {
    background-color: #ffffff;
    padding: 0.75rem 0;
    border-bottom: 3px solid #FF5958;
    box-shadow: 0 2px 6px rgba(1, 36, 75, 0.08);
    position: relative;
}

.navbar-brand[b-bjgwk6jawf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    color: #01244B;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.5px;
    line-height: 1.1;
}

.brand-logo[b-bjgwk6jawf] {
    height: 44px;
    width: auto;
}

.navbar-brand:hover[b-bjgwk6jawf] {
    color: #FF5958;
}

.navbar-toggler[b-bjgwk6jawf] {
    border-color: rgba(1, 36, 75, 0.3);
}

.navbar-toggler-icon[b-bjgwk6jawf] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(1,36,75,0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile: links hidden from the bar entirely, shown only via hamburger */
.nav-links[b-bjgwk6jawf] {
    display: none;
}

.nav-links.mobile-open[b-bjgwk6jawf] {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 6px 12px rgba(1, 36, 75, 0.12);
    padding: 0.75rem 1.5rem 1rem;
    gap: 0.25rem;
    z-index: 1000;
}

[b-bjgwk6jawf] .nav-link {
    color: #01244B !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    border-radius: 4px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

[b-bjgwk6jawf] .nav-link:hover {
    background-color: rgba(255, 89, 88, 0.12);
    color: #FF5958 !important;
}

[b-bjgwk6jawf] .services-btn {
    background-color: #FF5958;
    color: #ffffff !important;
    padding: 0.5rem 1.25rem !important;
}

[b-bjgwk6jawf] .services-btn:hover {
    background-color: #e64443;
    color: #ffffff !important;
}

/* Desktop: links always visible in a row, hamburger hidden, mobile-open state irrelevant */
@media (min-width: 768px) {
    .navbar-toggler[b-bjgwk6jawf] {
        display: none;
    }

    .nav-links[b-bjgwk6jawf], .nav-links.mobile-open[b-bjgwk6jawf] {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
        position: static;
        box-shadow: none;
        padding: 0;
    }
}
/* /Pages/FindWorkshop.razor.rz.scp.css */
.finder-wrap[b-adm75qi0zp] {
    max-width: 560px;
    margin: 2rem auto;
}

.finder-wrap h1[b-adm75qi0zp] {
    color: #01244B;
    font-weight: 700;
}

.finder-input-row[b-adm75qi0zp] {
    display: flex;
    gap: 0.5rem;
    margin-top: 1.25rem;
}

.btn-find[b-adm75qi0zp] {
    background-color: #FF5958;
    color: #ffffff;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    border: none;
    border-radius: 4px;
    white-space: nowrap;
}

.btn-find:hover[b-adm75qi0zp] {
    background-color: #e64443;
}

.btn-find:disabled[b-adm75qi0zp] {
    opacity: 0.6;
}

.match-card[b-adm75qi0zp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-left: 4px solid #FF5958;
    border-radius: 6px;
    padding: 0.85rem 1rem;
    margin-bottom: 0.6rem;
    cursor: pointer;
    transition: box-shadow 0.2s ease;
}

.match-card:hover[b-adm75qi0zp] {
    box-shadow: 0 4px 14px rgba(1, 36, 75, 0.12);
}

.match-name[b-adm75qi0zp] {
    font-weight: 700;
    color: #01244B;
}

.match-distance[b-adm75qi0zp] {
    color: #666666;
    font-size: 0.9rem;
}
/* /Pages/Home.razor.rz.scp.css */
.em-hero[b-floj3y1yy1] {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    background: linear-gradient(135deg, #01244B 0%, #01305f 100%);
    color: #FAF8F5;
    border-radius: 0.75rem;
    padding: 3.5rem 3rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.em-hero-text[b-floj3y1yy1] {
    flex: 1 1 380px;
}

.em-eyebrow[b-floj3y1yy1] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
    color: #E8A184;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.em-hero h1[b-floj3y1yy1] {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.05;
    margin-bottom: 1rem;
    color: #FAF8F5;
}

.em-accent[b-floj3y1yy1] {
    color: #E8663D;
}

.em-lead[b-floj3y1yy1] {
    font-size: 1.1rem;
    color: #D9E1EA;
    max-width: 32rem;
    margin-bottom: 1.75rem;
}

.em-hero-actions[b-floj3y1yy1] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.em-hero-image[b-floj3y1yy1] {
    flex: 1 1 320px;
}

.em-hero-image img[b-floj3y1yy1] {
    width: 100%;
    border-radius: 0.75rem;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    box-shadow: 0 20px 40px rgba(1, 36, 75, 0.35);
}

.em-road-divider[b-floj3y1yy1] {
    height: 2px;
    margin: 3rem 0;
    background-image: repeating-linear-gradient(to right, #C1440E 0, #C1440E 24px, transparent 24px, transparent 44px);
    opacity: 0.4;
}

.em-why h2[b-floj3y1yy1],
.em-story h2[b-floj3y1yy1],
.em-cta h2[b-floj3y1yy1] {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    color: #01244B;
    font-size: 2.1rem;
    margin-bottom: 1.75rem;
}

.em-why-grid[b-floj3y1yy1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.75rem;
}

.em-why-card img[b-floj3y1yy1] {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 0.6rem;
    margin-bottom: 1rem;
}

.em-why-card h5[b-floj3y1yy1] {
    font-weight: 700;
    color: #01244B;
    margin-bottom: 0.4rem;
}

.em-story[b-floj3y1yy1] {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.em-story-text[b-floj3y1yy1] {
    flex: 1 1 380px;
}

.em-story-image[b-floj3y1yy1] {
    flex: 1 1 320px;
}

.em-story-image img[b-floj3y1yy1] {
    width: 100%;
    border-radius: 0.75rem;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.em-cta[b-floj3y1yy1] {
    text-align: center;
    padding: 2.5rem 1rem 3.5rem;
}

.em-cta p[b-floj3y1yy1] {
    color: #4A5568;
    margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
    .em-hero[b-floj3y1yy1] {
        padding: 2.25rem 1.5rem;
    }
    .em-hero h1[b-floj3y1yy1] {
        font-size: 2.25rem;
    }
}
/* /Pages/UserGuide.razor.rz.scp.css */
.guide-category[b-ykergy1z6b] {
    color: #01244B;
    font-weight: 600;
    border-bottom: 2px solid #FF5958;
    padding-bottom: 4px;
}

.guide-flow-card[b-ykergy1z6b] {
    border-left: 4px solid #01244B;
}

.guide-steps li[b-ykergy1z6b] {
    margin-bottom: 10px;
}

.step-note[b-ykergy1z6b] {
    margin-top: 4px;
    margin-left: 4px;
}

.step-note summary[b-ykergy1z6b] {
    cursor: pointer;
    color: #FF5958;
    font-size: 0.85rem;
    font-weight: 500;
}

.step-note p[b-ykergy1z6b] {
    margin: 6px 0 0 0;
    font-size: 0.9rem;
    color: #444;
}
/* /Shared/CashReceipt.razor.rz.scp.css */
.receipt-card[b-kfgcsd5hr5] {
    max-width: 320px;
    border: 1px dashed #01244B;
    border-radius: 4px;
    padding: 16px;
    font-family: 'Courier New', monospace;
    margin-top: 24px;
    background: #fff;
}

.receipt-card h5[b-kfgcsd5hr5] {
    text-align: center;
    margin-bottom: 4px;
    color: #01244B;
}

.receipt-line[b-kfgcsd5hr5] {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    margin: 3px 0;
}

.receipt-divider[b-kfgcsd5hr5] {
    border-top: 1px dashed #999;
    margin: 8px 0;
}
/* /Shared/ChatWidget.razor.rz.scp.css */
.em-chat-fab[b-x882osu9m7] {
    position: fixed;
    right: 1.5rem;
    bottom: 6.5rem;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #01244B;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(1, 36, 75, 0.45);
    z-index: 1050;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.em-chat-fab:hover[b-x882osu9m7],
.em-chat-fab:focus-visible[b-x882osu9m7] {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(1, 36, 75, 0.55);
}

.em-chat-panel[b-x882osu9m7] {
    position: fixed;
    right: 1.5rem;
    bottom: 12rem;
    width: 340px;
    max-width: calc(100vw - 2rem);
    max-height: 480px;
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 20px 40px rgba(1, 36, 75, 0.35);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 1049;
}

.em-chat-header[b-x882osu9m7] {
    background: #01244B;
    color: #fff;
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.em-chat-close[b-x882osu9m7] {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}

.em-chat-messages[b-x882osu9m7] {
    flex: 1;
    overflow-y: auto;
    padding: 0.75rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 200px;
}

.em-chat-msg[b-x882osu9m7] {
    padding: 0.5rem 0.75rem;
    border-radius: 0.6rem;
    max-width: 85%;
    font-size: 0.9rem;
    line-height: 1.35;
}

.em-chat-msg-user[b-x882osu9m7] {
    align-self: flex-end;
    background: #01244B;
    color: #fff;
}

.em-chat-msg-assistant[b-x882osu9m7] {
    align-self: flex-start;
    background: #f1f3f5;
    color: #01244B;
}

.em-chat-typing[b-x882osu9m7] {
    font-style: italic;
    opacity: 0.7;
}

.em-chat-handoff[b-x882osu9m7] {
    padding: 0 1rem 0.5rem;
}

.em-chat-input-row[b-x882osu9m7] {
    display: flex;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-top: 1px solid #e5e5e5;
}

.em-chat-footer[b-x882osu9m7] {
    text-align: center;
    padding: 0 0 0.6rem;
    font-size: 0.8rem;
}
/* /Shared/MechanicTowAlertFab.razor.rz.scp.css */
.em-mechanic-tow-fab[b-aj8gyyc251] {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #C1440E;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(193, 68, 14, 0.45);
    z-index: 1050;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.em-mechanic-tow-fab:hover[b-aj8gyyc251],
.em-mechanic-tow-fab:focus-visible[b-aj8gyyc251] {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(193, 68, 14, 0.55);
}

@keyframes em-mechanic-tow-fab-pulse-b-aj8gyyc251 {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 8px 20px rgba(193, 68, 14, 0.45), 0 0 0 0 rgba(193, 68, 14, 0.6);
    }
    50% {
        transform: scale(1.08);
        box-shadow: 0 8px 20px rgba(193, 68, 14, 0.45), 0 0 0 14px rgba(193, 68, 14, 0);
    }
}

.em-mechanic-tow-fab.flashing[b-aj8gyyc251] {
    animation: em-mechanic-tow-fab-pulse-b-aj8gyyc251 1.4s ease-in-out infinite;
}
/* /Shared/PaidCheckmark.razor.rz.scp.css */
.paid-checkmark-wrap[b-nbeexc9kno] {
    text-align: center;
    padding: 24px 0;
}

.paid-checkmark[b-nbeexc9kno] {
    width: 90px;
    height: 90px;
}

.paid-checkmark-circle[b-nbeexc9kno] {
    stroke: #01244B;
    stroke-dasharray: 283;
    stroke-dashoffset: 283;
    animation: paid-draw-circle-b-nbeexc9kno 0.6s ease-out forwards;
}

.paid-checkmark-check[b-nbeexc9kno] {
    stroke: #FF5958;
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
    animation: paid-draw-check-b-nbeexc9kno 0.35s ease-out 0.55s forwards;
}

.paid-checkmark-message[b-nbeexc9kno] {
    margin-top: 14px;
    font-weight: 600;
    color: #01244B;
    font-size: 1.15rem;
}

@keyframes paid-draw-circle-b-nbeexc9kno {
    to { stroke-dashoffset: 0; }
}

@keyframes paid-draw-check-b-nbeexc9kno {
    to { stroke-dashoffset: 0; }
}
/* /Shared/TowFab.razor.rz.scp.css */
.em-tow-fab[b-xcige9a8wn] {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #C1440E;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(193, 68, 14, 0.45);
    z-index: 1050;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.em-tow-fab:hover[b-xcige9a8wn],
.em-tow-fab:focus-visible[b-xcige9a8wn] {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(193, 68, 14, 0.55);
}
