/* /Components/AddressView.razor.rz.scp.css */
.gr-address-block[b-jcg1hq52bj] {
    font-size: 0.95rem;
    color: #111827;
    line-height: 1.55;
}

.gr-address-block > div[b-jcg1hq52bj] {
    word-break: break-word;
}
/* /Components/CategoryNav.razor.rz.scp.css */
.gr-catnav[b-n975v6au8k] {
    display: none;
    align-items: center;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
}

.gr-catnav[b-n975v6au8k]::-webkit-scrollbar {
    display: none;
}

@media (min-width: 960px) {
    .gr-catnav[b-n975v6au8k] {
        display: flex;
    }
}

.gr-catnav-tab[b-n975v6au8k] {
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 8px 14px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.15s ease, border-color 0.15s ease;
    display: flex;
}

.gr-catnav-tab:hover[b-n975v6au8k] {
    opacity: 1;
    border-bottom-color: #1F2937;
}

.gr-catnav-label[b-n975v6au8k] {
    font-size: 0.72rem;
    font-weight: 600;
    color: #1F2937;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.gr-catnav-skel[b-n975v6au8k] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 8px 14px;
    opacity: 0.4;
}
/* /Components/EquipmentCard.razor.rz.scp.css */
.gr-card[b-63sli1xqdt] {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 10px;
    outline: none;
}

.gr-card:focus-visible .gr-card-media[b-63sli1xqdt] {
    box-shadow: 0 0 0 2px #EA580C;
}

.gr-card-media[b-63sli1xqdt] {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    overflow: hidden;
    background-color: #F3F4F6;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gr-card:hover .gr-card-media[b-63sli1xqdt] {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(17, 24, 39, 0.12);
}

.gr-card-media img[b-63sli1xqdt] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gr-card:hover .gr-card-media img[b-63sli1xqdt] {
    transform: scale(1.04);
}

.gr-card-media-placeholder[b-63sli1xqdt] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F3F4F6;
}

.gr-card-badge[b-63sli1xqdt] {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: white;
    color: #111827;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(17, 24, 39, 0.12);
    letter-spacing: 0.01em;
}

.gr-card-heart[b-63sli1xqdt] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: 0;
    padding: 6px;
    cursor: pointer;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease, background-color 0.15s ease;
    /*
        White heart icon needs a soft scrim to stay legible on bright photos.
        drop-shadow on the icon would clip inside MudIcon's SVG viewBox, so
        a backdrop gradient is the cleaner option.
    */
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.gr-card-heart:hover[b-63sli1xqdt] {
    transform: scale(1.1);
    background-color: rgba(255, 255, 255, 0.15);
}

.gr-card-body[b-63sli1xqdt] {
    padding: 2px 2px 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gr-card-row1[b-63sli1xqdt] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.gr-card-title[b-63sli1xqdt] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #111827;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.gr-card-rating[b-63sli1xqdt] {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 0.88rem;
    font-weight: 500;
    color: #111827;
    white-space: nowrap;
    flex-shrink: 0;
}

.gr-card-meta[b-63sli1xqdt] {
    font-size: 0.86rem;
    color: #6B7280;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gr-card-price[b-63sli1xqdt] {
    margin-top: 6px;
    color: #111827;
    line-height: 1.3;
}

.gr-card-price-amount[b-63sli1xqdt] {
    font-size: 0.95rem;
    font-weight: 700;
}

.gr-card-price-unit[b-63sli1xqdt] {
    font-size: 0.9rem;
    font-weight: 400;
    color: #1F2937;
}
/* /Components/EquipmentGroup.razor.rz.scp.css */
.gr-group[b-1w3nvedq0n] {
    margin-bottom: 56px;
}

.gr-group-head[b-1w3nvedq0n] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.gr-group-title[b-1w3nvedq0n] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.gr-group-subtitle[b-1w3nvedq0n] {
    margin: 6px 0 0;
    font-size: 0.95rem;
    color: #6B7280;
    line-height: 1.4;
}

.gr-group-seeall[b-1w3nvedq0n] {
    flex-shrink: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #111827;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.gr-group-grid[b-1w3nvedq0n] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 18px;
}

@media (min-width: 600px) {
    .gr-group-grid[b-1w3nvedq0n] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .gr-group-grid[b-1w3nvedq0n] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .gr-group-grid[b-1w3nvedq0n] {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1500px) {
    .gr-group-grid[b-1w3nvedq0n] {
        grid-template-columns: repeat(5, 1fr);
    }
}
/* /Components/InfoRow.razor.rz.scp.css */
.gr-info-row[b-8h9wov069a] {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #F3F4F6;
    align-items: flex-start;
}

.gr-info-row:last-child[b-8h9wov069a] {
    border-bottom: 0;
}

.gr-info-label[b-8h9wov069a] {
    font-size: 0.85rem;
    color: #6B7280;
    font-weight: 500;
    padding-top: 1px;
}

.gr-info-value[b-8h9wov069a] {
    font-size: 0.95rem;
    color: #111827;
    line-height: 1.4;
    word-break: break-word;
}

.gr-info-multiline[b-8h9wov069a] {
    white-space: pre-wrap;
}

.gr-info-empty[b-8h9wov069a] {
    font-size: 0.9rem;
    color: #9CA3AF;
    font-style: italic;
}

@media (max-width: 600px) {
    .gr-info-row[b-8h9wov069a] {
        grid-template-columns: 1fr;
        gap: 2px;
    }
    .gr-info-label[b-8h9wov069a] {
        font-size: 0.78rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }
}
/* /Components/LocalePicker.razor.rz.scp.css */
.gr-locale-btn[b-hv76wo1436] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.15s ease;
}

.gr-locale-btn:hover[b-hv76wo1436] {
    background-color: #F3F4F6;
}

.gr-locale-item[b-hv76wo1436] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 160px;
}

.gr-locale-code[b-hv76wo1436] {
    font-weight: 700;
    color: #111827;
    font-size: 0.8rem;
    background-color: #F3F4F6;
    padding: 2px 6px;
    border-radius: 4px;
}

.gr-locale-label[b-hv76wo1436] {
    color: #1F2937;
    font-size: 0.92rem;
}
/* /Components/SearchBar.razor.rz.scp.css */
.gr-search[b-swxh4rf8xr] {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
}

/* ---------- Desktop pill ---------- */

.gr-search-desktop[b-swxh4rf8xr] {
    display: none;
    align-items: stretch;
    background-color: white;
    border: 1px solid #E5E7EB;
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
    overflow: hidden;
    transition: box-shadow 0.2s ease;
    height: 68px;
}

.gr-search-desktop:hover[b-swxh4rf8xr] {
    box-shadow: 0 14px 36px rgba(17, 24, 39, 0.12);
}

.gr-search-seg[b-swxh4rf8xr] {
    flex: 1 1 0;
    background: transparent;
    border: 0;
    padding: 14px 26px;
    text-align: left;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    border-radius: 999px;
    transition: background-color 0.15s ease;
}

.gr-search-seg:hover[b-swxh4rf8xr] {
    background-color: #F3F4F6;
}

.gr-search-seg-active[b-swxh4rf8xr],
.gr-search-seg-active:hover[b-swxh4rf8xr] {
    background-color: white;
    box-shadow: 0 4px 14px rgba(17, 24, 39, 0.10);
}

.gr-search-seg-last[b-swxh4rf8xr] {
    flex: 1.2 1 0;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding-right: 8px;
}

.gr-search-seg-last .gr-search-seg-text[b-swxh4rf8xr] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
}

.gr-search-label[b-swxh4rf8xr] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #111827;
    letter-spacing: 0.01em;
}

.gr-search-input[b-swxh4rf8xr] {
    background: transparent;
    border: 0;
    outline: none;
    padding: 2px 0;
    font-size: 0.9rem;
    color: #1F2937;
    width: 100%;
    line-height: 1.3;
}

.gr-search-input[b-swxh4rf8xr]::placeholder {
    color: #9CA3AF;
    font-weight: 400;
}

.gr-search-divider[b-swxh4rf8xr] {
    width: 1px;
    background-color: #E5E7EB;
    margin: 14px 0;
    flex-shrink: 0;
    align-self: stretch;
}

/*
    Hide the divider on either side of an active segment so the active pill's
    own shadow has room to read as a separate raised surface. Mirrors Airbnb's
    behaviour.
*/
.gr-search-seg-active + .gr-search-divider[b-swxh4rf8xr],
.gr-search-divider:has(+ .gr-search-seg-active)[b-swxh4rf8xr] {
    background-color: transparent;
}

.gr-search-button[b-swxh4rf8xr] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
    background-color: #EA580C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.15s ease, transform 0.15s ease, width 0.2s ease;
}

.gr-search-button:hover[b-swxh4rf8xr] {
    background-color: #C2410C;
    transform: scale(1.04);
}

.gr-search-seg-active.gr-search-seg-last .gr-search-button[b-swxh4rf8xr] {
    width: 110px;
    border-radius: 999px;
}

.gr-search-seg-active.gr-search-seg-last .gr-search-button[b-swxh4rf8xr]::after {
    content: "Search";
    color: white;
    font-weight: 600;
    margin-left: 6px;
    font-size: 0.9rem;
}

/* ---------- Mobile bar ---------- */

.gr-search-mobile[b-swxh4rf8xr] {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: white;
    border: 1px solid #E5E7EB;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.08);
    padding: 10px 12px 10px 18px;
}

.gr-search-mobile-input[b-swxh4rf8xr] {
    flex: 1 1 auto;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 0.95rem;
    color: #1F2937;
    min-width: 0;
}

.gr-search-mobile-input[b-swxh4rf8xr]::placeholder {
    color: #9CA3AF;
}

.gr-search-mobile-go[b-swxh4rf8xr] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #EA580C;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.gr-search-mobile-go:hover[b-swxh4rf8xr] {
    background-color: #C2410C;
}

/*
    Viewport switch lives at the bottom so it overrides both
    `.gr-search-desktop { display: none }` and `.gr-search-mobile { display: flex }`
    at ≥768px. Media queries don't add specificity — source order does the work.
*/
@media (min-width: 768px) {
    .gr-search-desktop[b-swxh4rf8xr] {
        display: flex;
    }
    .gr-search-mobile[b-swxh4rf8xr] {
        display: none;
    }
}
/* /Layout/PublicLayout.razor.rz.scp.css */
/*
    Hide the "List your equipment" inline button under 600px to keep the
    AppBar uncluttered on phones. The action stays reachable via the user
    menu / sign-in flow, so this is a presentation-only collapse.
*/
.gr-hide-sm[b-wnm6fnlbhu] {
    display: inline-flex;
}

@media (max-width: 600px) {
    .gr-hide-sm[b-wnm6fnlbhu] {
        display: none !important;
    }
}
/* /Pages/BecomeSupplier.razor.rz.scp.css */
.gr-payout-card[b-boda27nm5e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding: 18px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    background-color: #FAFAFB;
}
/* /Pages/Home.razor.rz.scp.css */
/* ---------- Page padding ---------- */

.gr-page-pad[b-uurnbo9rll] {
    padding-left: 5%;
    padding-right: 5%;
}

@media (min-width: 1600px) {
    .gr-page-pad[b-uurnbo9rll] {
        padding-left: 80px;
        padding-right: 80px;
    }
}

/* ---------- Hero / search ---------- */

.gr-hero[b-uurnbo9rll] {
    padding: 56px 5% 40px;
    text-align: center;
    background: linear-gradient(180deg, #FAFAF9 0%, #FFFFFF 100%);
    border-bottom: 1px solid #F3F4F6;
}

.gr-hero-inner[b-uurnbo9rll] {
    max-width: 920px;
    margin: 0 auto;
}

.gr-hero-title[b-uurnbo9rll] {
    margin: 0 0 12px;
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.gr-hero-subtitle[b-uurnbo9rll] {
    margin: 0 auto 32px;
    max-width: 640px;
    font-size: 1.05rem;
    color: #4B5563;
    line-height: 1.5;
}

/* ---------- Section heads (browse-by-category) ---------- */

.gr-section-head[b-uurnbo9rll] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.gr-section-title[b-uurnbo9rll] {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.01em;
}

.gr-section-subtitle[b-uurnbo9rll] {
    margin: 6px 0 0;
    font-size: 0.95rem;
    color: #6B7280;
}

.gr-section-link[b-uurnbo9rll] {
    flex-shrink: 0;
    font-size: 0.95rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

/* ---------- Category tiles ---------- */

.gr-cat-grid[b-uurnbo9rll] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

@media (min-width: 720px) {
    .gr-cat-grid[b-uurnbo9rll] {
        grid-template-columns: repeat(3, 1fr);
    }
}

.gr-cat-tile[b-uurnbo9rll] {
    cursor: pointer;
    border-radius: 16px;
    background: linear-gradient(135deg, #FFF7ED 0%, #FFEDD5 100%);
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.gr-cat-tile:hover[b-uurnbo9rll] {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(234, 88, 12, 0.14);
}

.gr-cat-tile-title[b-uurnbo9rll] {
    font-size: 1rem;
    font-weight: 600;
    color: #1F2937;
    line-height: 1.3;
}

.gr-cat-tile-desc[b-uurnbo9rll] {
    font-size: 0.82rem;
    color: #6B7280;
    margin-top: 2px;
    line-height: 1.35;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ---------- Loading skeletons ---------- */

.gr-skel-group[b-uurnbo9rll] {
    margin-bottom: 56px;
}

.gr-skel-grid[b-uurnbo9rll] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 18px;
}

@media (min-width: 600px) { .gr-skel-grid[b-uurnbo9rll] { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .gr-skel-grid[b-uurnbo9rll] { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1200px) { .gr-skel-grid[b-uurnbo9rll] { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1500px) { .gr-skel-grid[b-uurnbo9rll] { grid-template-columns: repeat(5, 1fr); } }

/* ---------- Trust band ---------- */

.gr-trust[b-uurnbo9rll] {
    background-color: #FAFAF9;
    padding: 64px 0;
}

.gr-trust-inner[b-uurnbo9rll] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
}

@media (min-width: 768px) {
    .gr-trust-inner[b-uurnbo9rll] {
        grid-template-columns: repeat(3, 1fr);
    }
}

.gr-trust-item h3[b-uurnbo9rll] {
    margin: 12px 0 4px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #111827;
}

.gr-trust-item p[b-uurnbo9rll] {
    margin: 0 auto;
    max-width: 280px;
    font-size: 0.9rem;
    color: #6B7280;
    line-height: 1.5;
}

/* ---------- Owner CTA ---------- */

.gr-owner-card[b-uurnbo9rll] {
    background: linear-gradient(135deg, #111827 0%, #1F2937 100%);
    color: white;
    border-radius: 24px;
    overflow: hidden;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: center;
}

@media (min-width: 768px) {
    .gr-owner-card[b-uurnbo9rll] {
        grid-template-columns: 2fr 1fr;
    }
}

.gr-owner-text h2[b-uurnbo9rll] {
    margin: 0;
    font-size: 1.7rem;
    font-weight: 700;
    color: white;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.gr-owner-text p[b-uurnbo9rll] {
    margin: 12px 0 0;
    max-width: 540px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    line-height: 1.5;
}

.gr-owner-cta[b-uurnbo9rll] {
    display: flex;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .gr-owner-cta[b-uurnbo9rll] {
        justify-content: flex-end;
    }
}

/*
    !important needed: MudBlazor's MudButton CSS has higher specificity
    (.mud-button-root) than a single-class selector, even with the scope
    attribute. Without !important, our pill-shape and padding lose to MudBlazor's.
*/
.gr-pill-btn[b-uurnbo9rll] {
    border-radius: 999px !important;
    padding: 10px 26px !important;
}
/* /Pages/Owner/ListingEditor.razor.rz.scp.css */
.gr-card-section[b-66l9jcqoey] {
    border: 1px solid #E5E7EB;
    border-radius: 16px;
}

.gap-2[b-66l9jcqoey] {
    gap: 8px;
}

.gap-3[b-66l9jcqoey] {
    gap: 12px;
}
/* /Pages/Profile.razor.rz.scp.css */
.gr-section[b-i48ejqg27h] {
    border: 1px solid #E5E7EB;
    border-radius: 16px;
}

/* Right-align the supplier action on small+ viewports — MudGrid already
   stacks on xs. */
.justify-sm-end[b-i48ejqg27h] {
    justify-content: flex-start;
}

@media (min-width: 600px) {
    .justify-sm-end[b-i48ejqg27h] {
        justify-content: flex-end;
    }
}

.gap-2[b-i48ejqg27h] {
    gap: 8px;
}
