/* _content/BZ_PICKLE_RESRV_APP/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0e2q09fu1k] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-0e2q09fu1k] {
    flex: 1;
}

.main-content[b-0e2q09fu1k] {
    width: 100%;
}

.content[b-0e2q09fu1k] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#blazor-error-ui[b-0e2q09fu1k] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-0e2q09fu1k] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Layout/NavMenu.razor.rz.scp.css */
/* Navigation styles are now embedded in NavMenu.razor */
/* This file is kept for future customizations */
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/Admin.razor.rz.scp.css */
:host[b-ym0j6hpfbt] {
    display: block;
}

.admin-page[b-ym0j6hpfbt] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem clamp(1.5rem, 4vw, 3.5rem);
    background: #ffffff;
    color: #0f172a;
}

.eyebrow[b-ym0j6hpfbt] {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.75rem;
    color: #0c6b51;
    margin-bottom: 0.35rem;
}

.motion-shell[b-ym0j6hpfbt] {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    animation: riseFade-b-ym0j6hpfbt 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: var(--delay, 0s);
}

.admin-hero[b-ym0j6hpfbt] {
    background: linear-gradient(135deg, rgba(11, 79, 57, 0.88), rgba(6, 52, 24, 0.94));
    border: 1px solid rgba(12, 107, 81, 0.2);
    border-radius: 1.75rem;
    padding: 2.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.35);
    color: #e6f1ff;
    position: relative;
    overflow: hidden;
}

.admin-hero[b-ym0j6hpfbt]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Crect width='80' height='80' fill='none'/%3E%3Cg stroke='rgba(255,255,255,0.32)' stroke-width='0.8' fill='none'%3E%3Cline x1='0' y1='0' x2='80' y2='0'/%3E%3Cline x1='0' y1='20' x2='80' y2='20'/%3E%3Cline x1='0' y1='40' x2='80' y2='40'/%3E%3Cline x1='0' y1='60' x2='80' y2='60'/%3E%3Cline x1='0' y1='80' x2='80' y2='80'/%3E%3Cline x1='0' y1='0' x2='0' y2='80'/%3E%3Cline x1='20' y1='0' x2='20' y2='80'/%3E%3Cline x1='40' y1='0' x2='40' y2='80'/%3E%3Cline x1='60' y1='0' x2='60' y2='80'/%3E%3Cline x1='80' y1='0' x2='80' y2='80'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 80px 80px;
    opacity: 0.15;
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: 0;
    border-radius: 1.75rem;
}

.admin-hero .eyebrow[b-ym0j6hpfbt] {
    color: #c7ff41;
    position: relative;
    z-index: 1;
}

.admin-hero h1[b-ym0j6hpfbt] {
    font-family: "Space Grotesk", "DM Sans", "Segoe UI", sans-serif;
    font-weight: 600;
    margin-bottom: 0.75rem;
    position: relative;
    z-index: 1;
}

.admin-hero p[b-ym0j6hpfbt] {
    color: rgba(230, 241, 255, 0.88);
    position: relative;
    z-index: 1;
}

.hero-tags[b-ym0j6hpfbt] {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
}

.hero-tags span[b-ym0j6hpfbt] {
    padding: 0.45rem 1.2rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    position: relative;
    z-index: 1;
}

.hero-metrics[b-ym0j6hpfbt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.hero-metrics article[b-ym0j6hpfbt] {
    background: rgba(5, 10, 25, 0.65);
    padding: 1.25rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(12, 107, 81, 0.2);
    backdrop-filter: blur(8px);
    position: relative;
    z-index: 1;
}

.hero-metrics strong[b-ym0j6hpfbt] {
    font-size: 1.8rem;
    display: block;
    margin: 0.35rem 0;
}

.admin-filters[b-ym0j6hpfbt],
.panel[b-ym0j6hpfbt],
.admin-summary article[b-ym0j6hpfbt] {
    background: linear-gradient(160deg, #ffffff 0%, #f5f8ff 100%);
    border: 1px solid #dfe7f3;
    border-radius: 1.25rem;
    box-shadow:
        0 24px 45px rgba(15, 23, 42, 0.14),
        0 8px 18px rgba(15, 23, 42, 0.08);
}

.admin-filters[b-ym0j6hpfbt] {
    padding: 1.75rem;
}

.filter-grid[b-ym0j6hpfbt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    align-items: end;
}

.filter-grid label[b-ym0j6hpfbt],
.filter-grid .label[b-ym0j6hpfbt] {
    font-size: 0.9rem;
    color: #334155;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.date-input[b-ym0j6hpfbt] {
    border-radius: 0.9rem;
    border: 1px solid #cbd5e1;
    padding: 0.7rem 1rem;
    background: #f8fafc;
    color: #0f172a;
}

.chip-row[b-ym0j6hpfbt] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.chip-row button[b-ym0j6hpfbt] {
    border-radius: 999px;
    border: 1px solid #0c6b51;
    background: transparent;
    color: #0c6b51;
    padding: 0.35rem 1rem;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.chip-row button:hover[b-ym0j6hpfbt] {
    background: rgba(199, 255, 65, 0.18);
}

.filter-actions[b-ym0j6hpfbt] {
    display: flex;
    justify-content: flex-end;
}

.btn.primary[b-ym0j6hpfbt] {
    padding: 0.75rem 1.75rem;
    border-radius: 999px;
    border: 1px solid #063418;
    background-color: #063418;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 15px 25px rgba(6, 52, 24, 0.28);
}

.btn.primary:not(:disabled):hover[b-ym0j6hpfbt] {
    background-color: #0c6b51;
    border-color: #0c6b51;
    box-shadow: 0 18px 30px rgba(12, 107, 81, 0.3);
    transform: translateY(-2px);
}

.btn.primary:not(:disabled):active[b-ym0j6hpfbt] {
    background-color: #063418;
    border-color: #063418;
    box-shadow: 0 12px 20px rgba(6, 52, 24, 0.24);
    transform: translateY(0);
}

.btn.primary:disabled[b-ym0j6hpfbt] {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
    background-color: rgba(6, 52, 24, 0.35);
    border-color: rgba(6, 52, 24, 0.35);
    color: rgba(255, 255, 255, 0.8);
}

.btn.ghost[b-ym0j6hpfbt] {
    padding: 0.75rem 1.75rem;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    background: transparent;
    color: #0f172a;
    font-weight: 600;
    cursor: pointer;
}

.admin-summary[b-ym0j6hpfbt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.admin-summary article[b-ym0j6hpfbt] {
    padding: 1.25rem;
}

.admin-summary strong[b-ym0j6hpfbt] {
    font-size: 1.5rem;
    display: block;
    margin: 0.3rem 0;
}

.admin-grid[b-ym0j6hpfbt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.panel[b-ym0j6hpfbt] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pagination[b-ym0j6hpfbt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.85rem;
    color: rgba(15, 23, 42, 0.7);
}

.pagination-actions[b-ym0j6hpfbt] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.panel header[b-ym0j6hpfbt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel header p[b-ym0j6hpfbt] {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.7rem;
    color: #64748b;
    margin-bottom: 0.25rem;
}

.panel header strong[b-ym0j6hpfbt] {
    font-size: 1.1rem;
}

.panel span[b-ym0j6hpfbt] {
    color: #475569;
    font-size: 0.85rem;
}

.panel .empty[b-ym0j6hpfbt] {
    color: #64748b;
    font-size: 0.9rem;
}

.span-2[b-ym0j6hpfbt] {
    grid-column: span 2;
}

@media (max-width: 900px) {
    .span-2[b-ym0j6hpfbt] {
        grid-column: span 1;
    }
}

.trend-columns[b-ym0j6hpfbt] {
    display: flex;
    gap: 0.45rem;
    align-items: flex-end;
    min-height: 200px;
}

.trend-column[b-ym0j6hpfbt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    flex: 1;
}

.trend-column .bar[b-ym0j6hpfbt] {
    width: 18px;
    border-radius: 999px;
    transition: height 0.4s ease;
}

.trend-column .bar.revenue[b-ym0j6hpfbt] {
    background: linear-gradient(180deg, #c7ff41, #0c6b51);
    box-shadow: 0 10px 18px rgba(199, 255, 65, 0.35);
}

.trend-column .bar.bookings[b-ym0j6hpfbt] {
    background: linear-gradient(180deg, #0c6b51, #063418);
    margin-top: -8px;
}

.trend-column span[b-ym0j6hpfbt] {
    font-size: 0.75rem;
    color: #64748b;
}

.chart-legend[b-ym0j6hpfbt] {
    display: flex;
    gap: 0.75rem;
}

.pill[b-ym0j6hpfbt] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.8rem;
    background: #f1f5f9;
    color: #0f172a;
}

.pill.revenue[b-ym0j6hpfbt]::before,
.pill.bookings[b-ym0j6hpfbt]::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.pill.revenue[b-ym0j6hpfbt]::before {
    background: #c7ff41;
}

.pill.bookings[b-ym0j6hpfbt]::before {
    background: #0c6b51;
}

.status-list[b-ym0j6hpfbt],
.payment-list[b-ym0j6hpfbt],
.court-list[b-ym0j6hpfbt],
.activity-feed[b-ym0j6hpfbt] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.status-list li[b-ym0j6hpfbt],
.payment-list li[b-ym0j6hpfbt],
.court-list li[b-ym0j6hpfbt],
.activity-feed li[b-ym0j6hpfbt] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.85rem;
    align-items: center;
}

.status-list .progress[b-ym0j6hpfbt],
.payment-bar[b-ym0j6hpfbt],
.court-bar[b-ym0j6hpfbt] {
    width: 100%;
    height: 0.6rem;
    background: #e2e8f0;
    border-radius: 999px;
    overflow: hidden;
}

.status-list .progress span[b-ym0j6hpfbt],
.payment-bar span[b-ym0j6hpfbt],
.court-bar span[b-ym0j6hpfbt] {
    display: block;
    height: 100%;
    border-radius: inherit;
}

.status-list .progress span[b-ym0j6hpfbt] {
    background: linear-gradient(120deg, #c7ff41, #0c6b51);
}

.payment-bar span[b-ym0j6hpfbt] {
    background: linear-gradient(120deg, #c7ff41, #ffa640);
}

.court-bar span[b-ym0j6hpfbt] {
    background: linear-gradient(120deg, #f472b6, #d946ef);
}

.payment-list .figures[b-ym0j6hpfbt],
.activity-figures[b-ym0j6hpfbt] {
    text-align: right;
}

.payment-list strong[b-ym0j6hpfbt],
.activity-figures strong[b-ym0j6hpfbt],
.court-list strong[b-ym0j6hpfbt],
.status-list strong[b-ym0j6hpfbt] {
    font-size: 0.95rem;
}

.ops-grid[b-ym0j6hpfbt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
}

.ops-grid div[b-ym0j6hpfbt] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1rem;
}

.ops-grid strong[b-ym0j6hpfbt] {
    font-size: 1.4rem;
    display: block;
    margin: 0.3rem 0;
}

.activity-feed li[b-ym0j6hpfbt] {
    grid-template-columns: 120px 1fr auto;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.activity-feed li:last-child[b-ym0j6hpfbt] {
    border-bottom: none;
}

.time-block strong[b-ym0j6hpfbt] {
    font-size: 1rem;
    display: block;
}

.time-block small[b-ym0j6hpfbt] {
    color: #64748b;
}

.activity-body[b-ym0j6hpfbt] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.activity-header[b-ym0j6hpfbt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.activity-meta[b-ym0j6hpfbt] {
    color: #64748b;
    font-size: 0.85rem;
}

.badge[b-ym0j6hpfbt] {
    padding: 0.2rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: 1px solid currentColor;
}

.badge.confirmed[b-ym0j6hpfbt] {
    color: #4ade80;
}

.badge.cancelled[b-ym0j6hpfbt] {
    color: #f87171;
}

.badge.review[b-ym0j6hpfbt] {
    color: #fbbf24;
}

.badge.pending[b-ym0j6hpfbt] {
    color: #93c5fd;
}

.activity-figures small[b-ym0j6hpfbt] {
    color: #64748b;
}

.admin-state[b-ym0j6hpfbt] {
    max-width: 700px;
    margin: 4rem auto;
    padding: 2.5rem;
    text-align: center;
    border-radius: 1.5rem;
    background: rgba(5, 10, 25, 0.85);
    border: 1px solid rgba(123, 163, 255, 0.2);
    color: #e6f1ff;
}

.admin-state.locked[b-ym0j6hpfbt],
.admin-state.warning[b-ym0j6hpfbt] {
    background: linear-gradient(135deg, #040c1c, #091f35);
}

.admin-state.error[b-ym0j6hpfbt] {
    border-color: #f87171;
}

.admin-state.loading[b-ym0j6hpfbt] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.orbital-loader[b-ym0j6hpfbt] {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-top-color: #c7ff41;
    animation: spin-b-ym0j6hpfbt 0.9s linear infinite;
}

@keyframes riseFade-b-ym0j6hpfbt {
    from {
        opacity: 0;
        transform: translate3d(0, 32px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes spin-b-ym0j6hpfbt {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 640px) {
    .admin-page[b-ym0j6hpfbt] {
        padding: 0;
    }

    .admin-hero[b-ym0j6hpfbt],
    .admin-filters[b-ym0j6hpfbt],
    .panel[b-ym0j6hpfbt],
    .admin-summary article[b-ym0j6hpfbt] {
        padding: 1.25rem;
    }

    .activity-feed li[b-ym0j6hpfbt] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .activity-figures[b-ym0j6hpfbt] {
        text-align: left;
    }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/AdminSetup.razor.rz.scp.css */
:host[b-mpqpoj9yna] {
    display: block;
    font-family: "Space Grotesk", "Sora", "Segoe UI", sans-serif;
    color: #0b1528;
}

.motion-seed[b-mpqpoj9yna],
.motion-scale[b-mpqpoj9yna],
.motion-fade[b-mpqpoj9yna] {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    animation-delay: var(--motion-delay, 0s);
    will-change: transform, opacity;
}

.motion-seed[b-mpqpoj9yna] {
    transform: translate3d(0, 20px, 0);
    animation-name: riseIn-b-mpqpoj9yna;
    animation-duration: 0.6s;
}

.motion-scale[b-mpqpoj9yna] {
    transform: scale(0.96);
    animation-name: scaleIn-b-mpqpoj9yna;
    animation-duration: 0.7s;
}

.reschedule-table[b-mpqpoj9yna] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    overflow-x: auto;
}

.reschedule-row[b-mpqpoj9yna] {
    display: grid;
    grid-template-columns: minmax(220px, 1.3fr) 130px 180px 220px;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(6, 52, 24, 0.08);
    background: rgba(6, 52, 24, 0.03);
    align-items: center;
    min-width: 820px;
}

.reschedule-row.header[b-mpqpoj9yna] {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.7rem;
    color: rgba(11, 21, 40, 0.55);
    background: transparent;
    border: none;
}

.reschedule-court-info strong[b-mpqpoj9yna] {
    display: block;
    font-size: 1rem;
}

.reschedule-court-info small[b-mpqpoj9yna] {
    color: rgba(11, 21, 40, 0.6);
}

.reschedule-status-pill[b-mpqpoj9yna] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid transparent;
}

.reschedule-status-pill.is-active[b-mpqpoj9yna] {
    color: #0a7d37;
    background: rgba(10, 125, 55, 0.12);
    border-color: rgba(10, 125, 55, 0.2);
}

.reschedule-status-pill.is-inactive[b-mpqpoj9yna] {
    color: #8f2b2b;
    background: rgba(210, 45, 64, 0.12);
    border-color: rgba(210, 45, 64, 0.18);
}

.reschedule-toggle[b-mpqpoj9yna] {
    justify-self: start;
}

.motion-fade[b-mpqpoj9yna] {
    transform: translate3d(0, 12px, 0);
    animation-name: riseIn-b-mpqpoj9yna;
    animation-duration: 0.55s;
}

.setup-page[b-mpqpoj9yna] {
    background: linear-gradient(180deg, #ffffff, #f4f8ff 70%);
    min-height: 100vh;
    padding: 2.5rem clamp(1.5rem, 4vw, 3.5rem);
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.setup-hero[b-mpqpoj9yna] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    padding: 2.5rem;
    border-radius: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(120deg, #0b4f39 0%, #063418 30%, #063418 70%, #0c6b51 100%);
    box-shadow: 0 35px 60px rgba(6, 52, 24, 0.45);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.setup-hero[b-mpqpoj9yna]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Crect width='80' height='80' fill='none'/%3E%3Cg stroke='rgba(255,255,255,0.32)' stroke-width='0.8' fill='none'%3E%3Cline x1='0' y1='0' x2='80' y2='0'/%3E%3Cline x1='0' y1='20' x2='80' y2='20'/%3E%3Cline x1='0' y1='40' x2='80' y2='40'/%3E%3Cline x1='0' y1='60' x2='80' y2='60'/%3E%3Cline x1='0' y1='80' x2='80' y2='80'/%3E%3Cline x1='0' y1='0' x2='0' y2='80'/%3E%3Cline x1='20' y1='0' x2='20' y2='80'/%3E%3Cline x1='40' y1='0' x2='40' y2='80'/%3E%3Cline x1='60' y1='0' x2='60' y2='80'/%3E%3Cline x1='80' y1='0' x2='80' y2='80'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 80px 80px;
    opacity: 0.15;
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: 0;
    border-radius: 1.75rem;
}

.setup-hero .eyebrow[b-mpqpoj9yna] {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 1;
}

.setup-hero p[b-mpqpoj9yna] {
    color: rgba(255, 255, 255, 0.82);
    position: relative;
    z-index: 1;
}

.setup-hero .hero-actions .btn.secondary[b-mpqpoj9yna] {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #ffffff;
}

.setup-hero .hero-actions .btn.secondary:hover[b-mpqpoj9yna] {
    background: rgba(255, 255, 255, 0.12);
}

.setup-hero .hero-actions .btn.ghost[b-mpqpoj9yna] {
    border-color: rgba(255, 255, 255, 0.45);
    color: #ffffff;
}

.setup-hero .hero-actions .btn.ghost:hover[b-mpqpoj9yna] {
    background: rgba(255, 255, 255, 0.12);
}

.setup-hero .hero-actions .btn.primary[b-mpqpoj9yna] {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.setup-hero .hero-actions .btn.primary:hover:not(:disabled)[b-mpqpoj9yna] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.setup-hero h1[b-mpqpoj9yna] {
    font-size: clamp(2rem, 3vw, 2.6rem);
    margin-bottom: 0.75rem;
    position: relative;
    z-index: 1;
}

.hero-actions[b-mpqpoj9yna] {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.metrics-grid[b-mpqpoj9yna] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
}

.metrics-grid article[b-mpqpoj9yna] {
    padding: 1.25rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    backdrop-filter: blur(14px);
}

.metrics-grid strong[b-mpqpoj9yna] {
    display: block;
    font-size: 1.9rem;
    margin: 0.4rem 0;
    color: #ffffff;
}

.metrics-grid small[b-mpqpoj9yna],
.metrics-grid p[b-mpqpoj9yna] {
    color: rgba(255, 255, 255, 0.85);
}

.setup-grid[b-mpqpoj9yna] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.75rem;
}

.panel[b-mpqpoj9yna] {
    border-radius: 1.5rem;
    border: 1px solid rgba(6, 52, 24, 0.12);
    background: #ffffff;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    box-shadow: 0 24px 35px rgba(6, 52, 24, 0.12);
    min-width: 0;
}

.panel header[b-mpqpoj9yna] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.panel-tools[b-mpqpoj9yna] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    min-width: 0;
    flex: 1 1 100%;
    justify-content: flex-start;
}

.panel-tools .user-count[b-mpqpoj9yna] {
    font-size: 0.85rem;
    color: rgba(11, 21, 40, 0.65);
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
}

.panel-tools .user-count strong[b-mpqpoj9yna] {
    font-size: 1.35rem;
    color: #0b1528;
}

.search-field[b-mpqpoj9yna] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.4rem 0.25rem 0.75rem;
    border-radius: 999px;
    background: rgba(6, 52, 24, 0.06);
    border: 1px solid rgba(6, 52, 24, 0.18);
    min-width: 0;
    width: 100%;
}

.search-field:focus-within[b-mpqpoj9yna] {
    border-color: #0c6b51;
    box-shadow: 0 0 0 3px rgba(12, 107, 81, 0.15);
    background: rgba(255, 255, 255, 0.9);
}

.search-icon[b-mpqpoj9yna] {
    color: rgba(11, 21, 40, 0.45);
    display: flex;
}

.search-field input[b-mpqpoj9yna] {
    border: none;
    background: transparent;
    padding: 0.4rem 0.25rem;
    width: 100%;
    font-size: 0.92rem;
}

.search-field input:focus[b-mpqpoj9yna] {
    outline: none;
}

.search-clear[b-mpqpoj9yna] {
    border: none;
    background: rgba(255, 255, 255, 0.6);
    color: #0c6b51;
    font-weight: 600;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.search-clear:disabled[b-mpqpoj9yna] {
    opacity: 0.5;
    cursor: not-allowed;
}

.search-clear:not(:disabled):hover[b-mpqpoj9yna] {
    background: rgba(199, 255, 65, 0.18);
    color: #0b1528;
}

.panel header p[b-mpqpoj9yna] {
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 0.7rem;
    color: #0c6b51;
    margin-bottom: 0.3rem;
}

.panel span[b-mpqpoj9yna] {
    color: rgba(11, 21, 40, 0.6);
    font-size: 0.85rem;
}

.span-2[b-mpqpoj9yna] {
    grid-column: span 2;
}

.span-full[b-mpqpoj9yna] {
    grid-column: 1 / -1;
}

@media (max-width: 920px) {
    .span-2[b-mpqpoj9yna] {
        grid-column: span 1;
    }
}

.user-table[b-mpqpoj9yna] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    overflow-x: auto;
}

.feedback-table[b-mpqpoj9yna] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    overflow-x: auto;
}

.feedback-row[b-mpqpoj9yna] {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(260px, 2fr) 150px 150px 120px;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(6, 52, 24, 0.08);
    background: rgba(6, 52, 24, 0.03);
    align-items: center;
    min-width: 760px;
}

.feedback-row.header[b-mpqpoj9yna] {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.7rem;
    color: rgba(11, 21, 40, 0.55);
    background: transparent;
    border: none;
}

.feedback-row small[b-mpqpoj9yna] {
    display: block;
    color: rgba(11, 21, 40, 0.6);
}

.feedback-comment[b-mpqpoj9yna] {
    color: #1f2a37;
    font-size: 0.92rem;
    line-height: 1.5;
}

.feedback-meta[b-mpqpoj9yna] {
    color: rgba(11, 21, 40, 0.6);
    font-size: 0.85rem;
}

.feedback-toggle[b-mpqpoj9yna] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #0b1528;
}

.pagination[b-mpqpoj9yna] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.85rem;
    color: rgba(11, 21, 40, 0.6);
}

.pagination-actions[b-mpqpoj9yna] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.user-row[b-mpqpoj9yna] {
    display: grid;
    grid-template-columns: minmax(160px, 1.1fr) minmax(180px, 1.2fr) 150px 1fr 160px 90px;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(6, 52, 24, 0.08);
    background: rgba(6, 52, 24, 0.03);
    align-items: center;
    min-width: 720px;
}

.user-row span[b-mpqpoj9yna],
.feedback-row span[b-mpqpoj9yna],
.price-row span[b-mpqpoj9yna] {
    min-width: 0;
}

.user-row:not(.header) span[b-mpqpoj9yna],
.feedback-row:not(.header) span[b-mpqpoj9yna] {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.user-row.header span[b-mpqpoj9yna],
.feedback-row.header span[b-mpqpoj9yna] {
    white-space: nowrap;
}

.user-row.header[b-mpqpoj9yna] {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.7rem;
    color: rgba(230, 241, 255, 0.6);
    background: transparent;
    border: none;
}

.user-row strong[b-mpqpoj9yna] {
    font-size: 1rem;
}

.user-row small[b-mpqpoj9yna] {
    display: block;
    color: rgba(11, 21, 40, 0.6);
}

.user-row span:last-child[b-mpqpoj9yna] {
    justify-self: flex-end;
}

.user-row select[b-mpqpoj9yna],
.user-row input[b-mpqpoj9yna],
.user-row textarea[b-mpqpoj9yna],
.user-row .input-select[b-mpqpoj9yna] {
    width: 100%;
}

.user-row :global(select)[b-mpqpoj9yna],
.user-row :global(input)[b-mpqpoj9yna],
.form-grid :global(input)[b-mpqpoj9yna] {
    background: #ffffff;
    border: 1px solid rgba(6, 52, 24, 0.25);
    border-radius: 0.75rem;
    color: #0b1528;
    padding: 0.45rem 0.85rem;
    font-size: 0.9rem;
}

.role-select[b-mpqpoj9yna] {
    appearance: none;
    background: linear-gradient(135deg, #f2fbf6, #edf7f2);
    border: 1px solid rgba(6, 52, 24, 0.18);
    border-radius: 999px;
    padding: 0.45rem 2.25rem 0.45rem 0.95rem;
    font-weight: 600;
    color: #0c6b51;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 6px 16px rgba(11, 21, 40, 0.08);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230c6b51' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 0.85rem;
    background-position: right 0.9rem center;
    transition: border 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.role-select:focus-visible[b-mpqpoj9yna] {
    outline: none;
    border-color: #0c6b51;
    box-shadow: 0 0 0 3px rgba(12, 107, 81, 0.15);
    background: linear-gradient(135deg, #f6fff9, #effaf4);
}

.role-select:disabled[b-mpqpoj9yna] {
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none;
}

/* Multi-breakpoint adjustments keep action buttons from spilling into adjacent cards */
@media (max-width: 1100px) {
    .user-table[b-mpqpoj9yna] {
        overflow-x: visible;
    }

    .user-row[b-mpqpoj9yna],
    .user-row.header[b-mpqpoj9yna] {
        min-width: 0;
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }

    .user-row span:nth-child(5)[b-mpqpoj9yna],
    .user-row span:nth-child(6)[b-mpqpoj9yna] {
        grid-column: 1 / -1;
    }

    .user-row span:last-child[b-mpqpoj9yna] {
        justify-self: flex-start;
    }

    .feedback-table[b-mpqpoj9yna] {
        overflow-x: visible;
    }

    .feedback-row[b-mpqpoj9yna],
    .feedback-row.header[b-mpqpoj9yna] {
        min-width: 0;
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }

    .feedback-row span:nth-child(3)[b-mpqpoj9yna],
    .feedback-row span:nth-child(4)[b-mpqpoj9yna],
    .feedback-row span:nth-child(5)[b-mpqpoj9yna] {
        grid-column: 1 / -1;
    }

    .reschedule-table[b-mpqpoj9yna] {
        overflow-x: visible;
    }

    .reschedule-row[b-mpqpoj9yna],
    .reschedule-row.header[b-mpqpoj9yna] {
        min-width: 0;
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }

    .reschedule-row span:nth-child(2)[b-mpqpoj9yna],
    .reschedule-row span:nth-child(3)[b-mpqpoj9yna],
    .reschedule-row span:nth-child(4)[b-mpqpoj9yna],
    .reschedule-row label:nth-child(3)[b-mpqpoj9yna],
    .reschedule-row label:nth-child(4)[b-mpqpoj9yna] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 720px) {
    .user-row.header[b-mpqpoj9yna] {
        display: none;
    }

    .user-row[b-mpqpoj9yna] {
        grid-template-columns: 1fr;
        gap: 0.45rem;
        min-width: 0;
    }

    .user-row span[b-mpqpoj9yna] {
        width: 100%;
    }

    .user-row span:nth-child(3)[b-mpqpoj9yna],
    .user-row span:nth-child(4)[b-mpqpoj9yna],
    .user-row span:nth-child(5)[b-mpqpoj9yna] {
        order: 1;
    }

    .user-row span:last-child[b-mpqpoj9yna] {
        order: 2;
        justify-self: flex-end;
    }

    .reschedule-row.header[b-mpqpoj9yna] {
        display: none;
    }

    .reschedule-row[b-mpqpoj9yna] {
        grid-template-columns: 1fr;
        gap: 0.45rem;
        min-width: 0;
    }

    .reschedule-toggle[b-mpqpoj9yna] {
        justify-self: flex-start;
    }
}

@media (max-width: 640px) {
    .setup-page[b-mpqpoj9yna] {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .setup-grid[b-mpqpoj9yna] {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.25rem;
    }

    .panel[b-mpqpoj9yna] {
        width: 100%;
        padding: 1.25rem;
    }

    .setup-hero[b-mpqpoj9yna] {
        padding: 1.75rem;
    }

    .metrics-grid[b-mpqpoj9yna],
    .hero-actions[b-mpqpoj9yna] {
        display: none;
    }

    .panel header[b-mpqpoj9yna] {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "eyebrow ."
            "title count"
            "search search";
        row-gap: 0.35rem;
        column-gap: 0.75rem;
        align-items: center;
    }

    .panel-tools[b-mpqpoj9yna] {
        display: contents;
    }

    .panel header > div[b-mpqpoj9yna] {
        display: contents;
    }

    .panel header p[b-mpqpoj9yna] {
        margin: 0;
        grid-area: eyebrow;
    }

    .panel header strong[b-mpqpoj9yna] {
        margin: 0;
        grid-area: title;
    }

    .panel-tools .user-count[b-mpqpoj9yna] {
        grid-area: count;
        align-self: end;
        margin-left: 0;
    }

    .search-field[b-mpqpoj9yna] {
        grid-area: search;
        flex: 1 1 100%;
        min-width: 0;
    }
}

@media (max-width: 520px) {
    .search-clear[b-mpqpoj9yna] {
        position: relative;
        width: 32px;
        height: 32px;
        padding: 0;
        border-radius: 50%;
        font-size: 0;
    }

    .search-clear[b-mpqpoj9yna]::before,
    .search-clear[b-mpqpoj9yna]::after {
        content: "";
        position: absolute;
        width: 12px;
        height: 2px;
        background: currentColor;
        left: 50%;
        top: 50%;
        transform-origin: center;
    }

    .search-clear[b-mpqpoj9yna]::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .search-clear[b-mpqpoj9yna]::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
}

.form-grid[b-mpqpoj9yna] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.form-grid.two[b-mpqpoj9yna] {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.price-table[b-mpqpoj9yna] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-bottom: 1.25rem;
    overflow: auto;
}

.price-row[b-mpqpoj9yna] {
    display: grid;
    grid-template-columns: minmax(180px, 1.2fr) minmax(160px, 1fr) 140px 160px;
    gap: 0.75rem;
    padding: 0.75rem 0.9rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(6, 52, 24, 0.12);
    background: rgba(6, 52, 24, 0.03);
    align-items: center;
    min-width: 0;
}

.price-row.header[b-mpqpoj9yna] {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.7rem;
    color: rgba(11, 21, 40, 0.45);
    background: transparent;
    border: none;
    min-width: 0;
}

.price-row.empty[b-mpqpoj9yna] {
    grid-template-columns: 1fr;
    text-align: center;
    color: rgba(11, 21, 40, 0.6);
}

.price-row span:last-child[b-mpqpoj9yna] {
    justify-self: flex-end;
}

.price-row strong[b-mpqpoj9yna] {
    display: block;
    font-size: 0.95rem;
}

.price-subtext[b-mpqpoj9yna] {
    display: block;
    font-size: 0.78rem;
    color: rgba(11, 21, 40, 0.55);
    margin-top: 0.25rem;
}

.price-actions-inline[b-mpqpoj9yna] {
    display: inline-flex;
    gap: 0.5rem;
    justify-self: flex-end;
}

.btn.tiny.danger[b-mpqpoj9yna] {
    background: rgba(210, 45, 64, 0.12);
    color: #b22035;
    border-color: rgba(210, 45, 64, 0.2);
}

.btn.tiny.danger:hover:not(:disabled)[b-mpqpoj9yna] {
    background: rgba(210, 45, 64, 0.18);
}

.price-editor select[b-mpqpoj9yna],
.price-editor input[b-mpqpoj9yna] {
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(6, 52, 24, 0.25);
    border-radius: 0.75rem;
    color: #0b1528;
    padding: 0.45rem 0.85rem;
    font-size: 0.9rem;
}

.price-actions[b-mpqpoj9yna] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.modal-panel.price-modal[b-mpqpoj9yna] {
    max-width: 1200px;
    width: min(1200px, 92vw);
    max-height: min(86vh, 860px);
    overflow: hidden;
}

.price-modal-grid[b-mpqpoj9yna] {
    display: grid;
    grid-template-columns: minmax(320px, 1.1fr) minmax(280px, 1fr);
    gap: 1.5rem;
    align-items: start;
    overflow: hidden;
}

.price-pane[b-mpqpoj9yna] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(6, 52, 24, 0.12);
    background: rgba(6, 52, 24, 0.03);
    min-width: 0;
    overflow: hidden;
}

.price-pane .price-table[b-mpqpoj9yna] {
    min-height: 0;
    max-height: 52vh;
    padding-right: 0.35rem;
}

.price-pane header[b-mpqpoj9yna] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: baseline;
}

@media (max-width: 900px) {
    .price-modal-grid[b-mpqpoj9yna] {
        grid-template-columns: 1fr;
        overflow: visible;
    }

    .price-table[b-mpqpoj9yna] {
        overflow-x: auto;
    }

    .price-row[b-mpqpoj9yna],
    .price-row.header[b-mpqpoj9yna] {
        min-width: 0;
        grid-template-columns: repeat(2, minmax(160px, 1fr));
    }

    .price-row span:last-child[b-mpqpoj9yna] {
        justify-self: flex-start;
    }
}

@media (max-width: 640px) {
    .price-row.header[b-mpqpoj9yna] {
        display: none;
    }

    .price-row[b-mpqpoj9yna] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        min-width: 0;
    }

    .price-row span:last-child[b-mpqpoj9yna] {
        justify-self: flex-start;
    }
}

.form-grid label[b-mpqpoj9yna] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.9rem;
    color: rgba(11, 21, 40, 0.85);
}

.amenity-tokenbox[b-mpqpoj9yna] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 0.75rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(6, 52, 24, 0.2);
    background: #f4f8ff;
}

.amenity-tokens[b-mpqpoj9yna] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    min-height: 2.4rem;
    align-items: center;
}

.amenity-token[b-mpqpoj9yna] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    background: rgba(12, 107, 81, 0.12);
    color: #063418;
    font-weight: 600;
    font-size: 0.82rem;
}

.token-remove[b-mpqpoj9yna] {
    border: none;
    background: transparent;
    font-weight: 700;
    cursor: pointer;
    color: #063418;
}

.token-empty[b-mpqpoj9yna] {
    color: rgba(11, 21, 40, 0.5);
    font-size: 0.85rem;
}

.amenity-actions[b-mpqpoj9yna] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.amenity-select[b-mpqpoj9yna] {
    flex: 1;
    padding: 0.5rem 0.75rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(6, 52, 24, 0.2);
    background: #ffffff;
    color: #0b1528;
}

.image-upload[b-mpqpoj9yna] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    grid-column: 1 / -1;
}

.image-upload-body[b-mpqpoj9yna] {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(220px, 1fr);
    gap: 1rem;
    align-items: center;
}

.image-preview[b-mpqpoj9yna] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    border: 1px dashed rgba(6, 52, 24, 0.2);
    background: rgba(6, 52, 24, 0.04);
    padding: 0.85rem;
    min-height: 140px;
    text-align: center;
    color: rgba(11, 21, 40, 0.6);
}

.image-preview img[b-mpqpoj9yna] {
    max-width: 240px;
    max-height: 180px;
    width: auto;
    height: auto;
    border-radius: 0.85rem;
    object-fit: cover;
}

.image-actions[b-mpqpoj9yna] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    align-items: flex-start;
    width: 100%;
}

.image-actions :global(input[type="file"])[b-mpqpoj9yna] {
    max-width: 100%;
}

.image-actions .btn[b-mpqpoj9yna] {
    width: 100%;
}

.image-actions .status[b-mpqpoj9yna] {
    margin: 0;
}

.inline-message[b-mpqpoj9yna] {
    background: rgba(12, 107, 81, 0.12);
    border: 1px solid rgba(12, 107, 81, 0.35);
    color: #0c6b51;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    font-size: 0.9rem;
}

.inline-message.warning[b-mpqpoj9yna] {
    background: rgba(255, 193, 71, 0.15);
    border-color: rgba(255, 193, 71, 0.5);
    color: #7a4b00;
}

.modal-section[b-mpqpoj9yna] {
    padding: 1.25rem 0 0;
    border-top: 1px solid rgba(6, 52, 24, 0.12);
}

.modal-section:first-of-type[b-mpqpoj9yna] {
    border-top: none;
}

.modal-section > header[b-mpqpoj9yna] {
    margin-bottom: 0.85rem;
}

.modal-section > header p[b-mpqpoj9yna] {
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 0.72rem;
    color: #0c6b51;
    margin: 0 0 0.25rem;
}

.modal-section > header small[b-mpqpoj9yna] {
    color: rgba(11, 21, 40, 0.6);
    font-size: 0.85rem;
}

.court-summary[b-mpqpoj9yna] {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.court-summary li[b-mpqpoj9yna] {
    display: flex;
    justify-content: space-between;
    padding: 0.65rem 0.25rem;
    border-bottom: 1px solid rgba(6, 52, 24, 0.12);
}

.court-summary strong[b-mpqpoj9yna] {
    font-size: 1.2rem;
    color: #063418;
}

.court-list[b-mpqpoj9yna] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.court-list li[b-mpqpoj9yna] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(6, 52, 24, 0.12);
    background: rgba(6, 52, 24, 0.04);
    flex-wrap: wrap;
    min-width: 0;
}

.court-list li > div[b-mpqpoj9yna] {
    min-width: 0;
}

.court-list p[b-mpqpoj9yna],
.court-list small[b-mpqpoj9yna] {
    word-break: break-word;
}

.court-actions[b-mpqpoj9yna] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    min-width: 0;
    width: 100%;
}

.court-actions label[b-mpqpoj9yna] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.85rem;
    min-width: 0;
}

.court-actions select[b-mpqpoj9yna] {
    min-width: 0;
    width: 100%;
    background: #fff;
    color: #0b1528;
    border: 1px solid rgba(6, 52, 24, 0.3);
    border-radius: 0.75rem;
    padding: 0.4rem 0.6rem;
}

.status[b-mpqpoj9yna] {
    color: #0a7d37;
}

.report-grid[b-mpqpoj9yna] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.report-grid h3[b-mpqpoj9yna] {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #0c6b51;
    margin-bottom: 0.5rem;
}

.report-grid ul[b-mpqpoj9yna] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.report-grid li[b-mpqpoj9yna] {
    display: flex;
    justify-content: space-between;
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.btn[b-mpqpoj9yna] {
    border: none;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn.primary[b-mpqpoj9yna] {
    background-color: #063418;
    color: #ffffff;
    padding: 0.75rem 1.6rem;
    border: 1px solid #063418;
    box-shadow: 0 16px 28px rgba(6, 52, 24, 0.25);
}

.btn.primary:not(:disabled):hover[b-mpqpoj9yna] {
    background-color: #0c6b51;
    border-color: #0c6b51;
    box-shadow: 0 20px 32px rgba(12, 107, 81, 0.3);
}

.btn.primary:not(:disabled):active[b-mpqpoj9yna] {
    background-color: #063418;
    border-color: #063418;
    box-shadow: 0 14px 24px rgba(6, 52, 24, 0.22);
}

.btn.secondary[b-mpqpoj9yna] {
    background: rgba(6, 52, 24, 0.08);
    color: #063418;
    padding: 0.75rem 1.6rem;
    border: 1px solid rgba(6, 52, 24, 0.2);
}

.btn.ghost[b-mpqpoj9yna] {
    background: transparent;
    border: 1px solid rgba(6, 52, 24, 0.25);
    color: #063418;
    padding: 0.6rem 1.25rem;
}

.btn.tiny[b-mpqpoj9yna] {
    padding: 0.35rem 0.9rem;
    font-size: 0.8rem;
    background: rgba(12, 107, 81, 0.12);
    color: #063418;
}

.btn:disabled[b-mpqpoj9yna] {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}

.btn:not(:disabled):hover[b-mpqpoj9yna] {
    transform: translateY(-2px);
}

.setup-state[b-mpqpoj9yna] {
    min-height: 60vh;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    background: linear-gradient(180deg, #ffffff, #f4f8ff);
    color: #0b1528;
}

.setup-state.loading[b-mpqpoj9yna] {
    align-items: center;
    text-align: center;
}

.ring[b-mpqpoj9yna] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 3px solid rgba(12, 107, 81, 0.25);
    border-top-color: #0c6b51;
    animation: spin-b-mpqpoj9yna 1s linear infinite;
}

.modal-shell[b-mpqpoj9yna] {
    position: fixed;
    inset: 0;
    background: rgba(11, 21, 40, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    z-index: var(--z-modal-elevated);
}

.modal-panel[b-mpqpoj9yna] {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 2rem;
    width: min(720px, 95vw);
    max-height: min(90dvh, 860px);
    overflow-y: auto;
    box-shadow: 0 35px 60px rgba(6, 52, 24, 0.25);
    border: 1px solid rgba(6, 52, 24, 0.15);
}

.modal-panel .form-grid label[b-mpqpoj9yna] {
    gap: 0.35rem;
}

.modal-panel .form-grid label span[b-mpqpoj9yna] {
    font-weight: 600;
    color: #0b1528;
    font-size: 0.9rem;
    letter-spacing: 0.2px;
}

.modal-panel .form-grid[b-mpqpoj9yna]  input,
.modal-panel .form-grid[b-mpqpoj9yna]  textarea,
.modal-panel .form-grid[b-mpqpoj9yna]  select {
    border-radius: 0.55rem;
    border: 1px solid #c5c5c5;
    padding: 0.85rem 1rem;
    font-size: 0.9rem;
    color: #0b1528;
    transition: all 0.2s ease;
    background: #ffffff;
    font-family: inherit;
}

.modal-panel .form-grid[b-mpqpoj9yna]  input:focus,
.modal-panel .form-grid[b-mpqpoj9yna]  textarea:focus,
.modal-panel .form-grid[b-mpqpoj9yna]  select:focus {
    outline: none;
    border-color: #063418;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(12, 107, 81, 0.12);
}

.modal-panel .form-grid[b-mpqpoj9yna]  input::placeholder,
.modal-panel .form-grid[b-mpqpoj9yna]  textarea::placeholder {
    color: rgba(11, 21, 40, 0.4);
}

.modal-panel header[b-mpqpoj9yna] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.modal-panel header p[b-mpqpoj9yna] {
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 0.7rem;
    color: #0c6b51;
    margin: 0 0 0.25rem;
}

.modal-panel header strong[b-mpqpoj9yna] {
    font-size: 1.6rem;
    color: #0b1528;
    word-break: break-word;
}

.close-btn[b-mpqpoj9yna] {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    color: #0b1528;
}

.modal-actions[b-mpqpoj9yna] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.25rem;
    flex-wrap: wrap;
}

@media (max-width: 700px) {
    .modal-shell[b-mpqpoj9yna] {
        padding: 0.75rem;
        align-items: flex-start;
    }

    .modal-panel[b-mpqpoj9yna] {
        width: 100%;
        max-height: calc(100dvh - 1.5rem);
        padding: 1.25rem;
        border-radius: 1.1rem;
    }

    .form-grid[b-mpqpoj9yna],
    .form-grid.two[b-mpqpoj9yna] {
        grid-template-columns: 1fr;
    }

    .image-upload-body[b-mpqpoj9yna] {
        grid-template-columns: 1fr;
    }

    .modal-actions[b-mpqpoj9yna] {
        justify-content: stretch;
    }

    .modal-actions .btn[b-mpqpoj9yna] {
        width: 100%;
    }
}

.toggle-field[b-mpqpoj9yna] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.toggle-field.full[b-mpqpoj9yna] {
    grid-column: 1 / -1;
    background: rgba(36, 99, 211, 0.08);
    border: 1px solid rgba(36, 99, 211, 0.15);
    border-radius: 1rem;
    padding: 0.85rem 1rem;
}

.toggle-field span[b-mpqpoj9yna] {
    font-size: 0.85rem;
    color: rgba(11, 21, 40, 0.75);
}

.toggle-field label[b-mpqpoj9yna] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #0b1528;
}

@keyframes spin-b-mpqpoj9yna {
    to {
        transform: rotate(360deg);
    }
}

@keyframes riseIn-b-mpqpoj9yna {
    from {
        opacity: 0;
        transform: translate3d(0, 24px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes scaleIn-b-mpqpoj9yna {
    from {
        opacity: 0;
        transform: scale(0.94);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .motion-seed[b-mpqpoj9yna],
    .motion-scale[b-mpqpoj9yna],
    .motion-fade[b-mpqpoj9yna] {
        animation: none;
        opacity: 1;
        transform: none;
    }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/BookingFeedback.razor.rz.scp.css */
:host[b-9vse2h7gaj] {
    display: block;
    min-height: 100vh;
    background: #f4f8ff;
    color: #0b1b2a;
}

.feedback-state[b-9vse2h7gaj] {
    margin: 2.5rem auto;
    max-width: 640px;
    padding: 2.5rem;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    text-align: center;
}

.feedback-state .eyebrow[b-9vse2h7gaj] {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.75rem;
    color: #64748b;
}

.feedback-page[b-9vse2h7gaj] {
    max-width: 980px;
    margin: 2.5rem auto 3.5rem;
    padding: 0 1.5rem;
}

.feedback-hero[b-9vse2h7gaj] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    border-radius: 24px;
    background: linear-gradient(120deg, #0b4f39 0%, #063418 60%, #0c6b51 100%);
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(6, 52, 24, 0.18);
}

.feedback-hero h1[b-9vse2h7gaj] {
    margin: 0.5rem 0 0.5rem;
    font-size: 2rem;
}

.feedback-hero p[b-9vse2h7gaj] {
    margin: 0;
    max-width: 520px;
    color: rgba(255, 255, 255, 0.8);
}

.hero-card[b-9vse2h7gaj] {
    padding: 1.5rem;
    min-width: 220px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-card span[b-9vse2h7gaj] {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(255, 255, 255, 0.7);
}

.hero-card strong[b-9vse2h7gaj] {
    display: block;
    font-size: 1.5rem;
    margin: 0.25rem 0;
}

.hero-card small[b-9vse2h7gaj] {
    color: rgba(255, 255, 255, 0.8);
}

.feedback-grid[b-9vse2h7gaj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.feedback-card[b-9vse2h7gaj] {
    background: #ffffff;
    border-radius: 20px;
    padding: 1.75rem;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.feedback-card h2[b-9vse2h7gaj] {
    margin: 0 0 1rem;
    font-size: 1.25rem;
}

.details-grid[b-9vse2h7gaj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.details-grid span[b-9vse2h7gaj] {
    display: block;
    font-size: 0.8rem;
    color: #64748b;
}

.details-grid strong[b-9vse2h7gaj] {
    font-size: 1rem;
}

.rating-label[b-9vse2h7gaj],
.comment-label span[b-9vse2h7gaj] {
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.rating-row[b-9vse2h7gaj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.rating-button[b-9vse2h7gaj] {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #041427;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.rating-button:hover[b-9vse2h7gaj] {
    border-color: #0c6b51;
    color: #0c6b51;
}

.rating-button.is-active[b-9vse2h7gaj] {
    background: #0c6b51;
    color: #ffffff;
    border-color: #0c6b51;
}

.rating-hint[b-9vse2h7gaj] {
    font-size: 0.9rem;
    color: #475569;
}

.comment-label textarea[b-9vse2h7gaj] {
    width: 100%;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    padding: 0.9rem 1rem;
    resize: vertical;
    font-size: 0.95rem;
    margin-top: 0.4rem;
}

.form-actions[b-9vse2h7gaj] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.inline-message[b-9vse2h7gaj] {
    margin-top: 0.75rem;
    padding: 0.65rem 0.9rem;
    border-radius: 12px;
    font-size: 0.9rem;
}

.inline-message.success[b-9vse2h7gaj] {
    background: #ecfdf3;
    color: #0c6b51;
    border: 1px solid #c7ff41;
}

.inline-message.error[b-9vse2h7gaj] {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.feedback-confirmation[b-9vse2h7gaj] {
    background: #f8fafc;
    border-radius: 16px;
    padding: 1.25rem;
    border: 1px solid #e2e8f0;
}

.feedback-confirmation strong[b-9vse2h7gaj] {
    display: block;
    margin-bottom: 0.35rem;
}

.rating-display[b-9vse2h7gaj],
.comment-display[b-9vse2h7gaj] {
    margin-top: 0.75rem;
}

.rating-display span[b-9vse2h7gaj],
.comment-display span[b-9vse2h7gaj] {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #64748b;
}

.comment-display p[b-9vse2h7gaj] {
    margin: 0.4rem 0 0;
    color: #334155;
}

@media (max-width: 720px) {
    .feedback-hero[b-9vse2h7gaj] {
        padding: 1.5rem;
    }

    .feedback-hero h1[b-9vse2h7gaj] {
        font-size: 1.6rem;
    }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/BookingFeedbackThanks.razor.rz.scp.css */
:host[b-al1vhva7o5] {
    display: block;
    min-height: 100vh;
    background: #f3f5f9;
    color: #0b1b2a;
}

.feedback-thanks[b-al1vhva7o5] {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.5rem;
}

.thanks-card[b-al1vhva7o5] {
    max-width: 520px;
    background: #ffffff;
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.thanks-card .eyebrow[b-al1vhva7o5] {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.75rem;
    color: #64748b;
    margin-bottom: 0.75rem;
}

.thanks-card h1[b-al1vhva7o5] {
    margin: 0 0 0.75rem;
    font-size: 2rem;
}

.thanks-card p[b-al1vhva7o5] {
    margin: 0 0 1.5rem;
    color: #475569;
    line-height: 1.6;
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/Bookings.razor.rz.scp.css */
:host[b-i6u5697zt8] {
    display: block;
    background: #f4f8ff;
    min-height: 100vh;
}

.motion-seed[b-i6u5697zt8],
.motion-scale[b-i6u5697zt8],
.motion-fade[b-i6u5697zt8] {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    animation-delay: var(--motion-delay, 0s);
    will-change: transform, opacity;
}

.motion-seed[b-i6u5697zt8] {
    transform: translate3d(0, 20px, 0);
    animation-name: riseIn-b-i6u5697zt8;
    animation-duration: 0.6s;
}

.motion-scale[b-i6u5697zt8] {
    transform: scale(0.96);
    animation-name: scaleIn-b-i6u5697zt8;
    animation-duration: 0.7s;
}

.motion-fade[b-i6u5697zt8] {
    transform: translate3d(0, 12px, 0);
    animation-name: riseIn-b-i6u5697zt8;
    animation-duration: 0.55s;
}

.bookings-page[b-i6u5697zt8] {
    padding: clamp(1.5rem, 3vw, 3rem);
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.bookings-hero[b-i6u5697zt8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    padding: clamp(1.75rem, 3vw, 2.75rem);
    border-radius: 1.75rem;
    background: radial-gradient(circle at top left, rgba(6, 52, 24, 0.92), rgba(11, 79, 57, 0.9));
    color: #f8fbff;
    box-shadow: 0 25px 65px rgba(5, 24, 48, 0.35);
    position: relative;
    overflow: hidden;
}

.bookings-hero[b-i6u5697zt8]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Crect width='80' height='80' fill='none'/%3E%3Cg stroke='rgba(255,255,255,0.32)' stroke-width='0.8' fill='none'%3E%3Cline x1='0' y1='0' x2='80' y2='0'/%3E%3Cline x1='0' y1='20' x2='80' y2='20'/%3E%3Cline x1='0' y1='40' x2='80' y2='40'/%3E%3Cline x1='0' y1='60' x2='80' y2='60'/%3E%3Cline x1='0' y1='80' x2='80' y2='80'/%3E%3Cline x1='0' y1='0' x2='0' y2='80'/%3E%3Cline x1='20' y1='0' x2='20' y2='80'/%3E%3Cline x1='40' y1='0' x2='40' y2='80'/%3E%3Cline x1='60' y1='0' x2='60' y2='80'/%3E%3Cline x1='80' y1='0' x2='80' y2='80'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 80px 80px;
    opacity: 0.15;
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: 0;
    border-radius: 1.75rem;
}

.hero-copy h1[b-i6u5697zt8] {
    font-size: clamp(2rem, 4vw, 3rem);
    margin: 0.35rem 0 0.75rem;
    position: relative;
    z-index: 1;
}

.hero-copy p[b-i6u5697zt8] {
    margin: 0;
    color: rgba(248, 251, 255, 0.78);
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.hero-actions[b-i6u5697zt8] {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
}

.bookings-hero .btn.primary[b-i6u5697zt8] {
    background: linear-gradient(180deg, #d6ff4f 0%, #b8ff2f 55%, #9ef21a 100%);
    color: #0a1b10;
    border-color: #c9ff3f;
    box-shadow: 0 12px 26px rgba(22, 70, 28, 0.28);
}

.bookings-hero .btn.primary:not(:disabled):hover[b-i6u5697zt8] {
    background: linear-gradient(180deg, #e2ff69 0%, #c6ff3b 55%, #a6f522 100%);
    border-color: #d5ff52;
    box-shadow: 0 14px 28px rgba(22, 70, 28, 0.32);
    transform: translateY(-1px);
}

.bookings-hero .btn.ghost[b-i6u5697zt8] {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.12);
}

.bookings-hero .btn.ghost:hover[b-i6u5697zt8] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.hero-panels[b-i6u5697zt8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.metric-card[b-i6u5697zt8] {
    border-radius: 1.25rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
}

.metric-card span[b-i6u5697zt8] {
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(248, 251, 255, 0.65);
}

.metric-card strong[b-i6u5697zt8] {
    display: block;
    font-size: 2rem;
    margin: 0.35rem 0;
    color: #ffffff;
}

.metric-card small[b-i6u5697zt8] {
    color: rgba(248, 251, 255, 0.78);
}

.bookings-layout[b-i6u5697zt8] {
    display: grid;
    grid-template-columns: minmax(260px, 320px) 1fr;
    gap: 2rem;
    align-items: start;
}

.bookings-insights[b-i6u5697zt8] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.insight-card[b-i6u5697zt8] {
    border-radius: 1.5rem;
    padding: 1.5rem;
    background: #ffffff;
    border: 1px solid rgba(9, 26, 48, 0.08);
    box-shadow: 0 16px 40px rgba(6, 29, 55, 0.08);
}

.insight-card header[b-i6u5697zt8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #54627a;
}

.insight-card.next h3[b-i6u5697zt8],
.insight-card.next p[b-i6u5697zt8] {
    margin: 0;
}

.insight-card.next dl[b-i6u5697zt8] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin: 1rem 0 1.5rem;
}

.insight-card.next dt[b-i6u5697zt8] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
}

.insight-card.next dd[b-i6u5697zt8] {
    margin: 0.15rem 0 0;
    font-weight: 600;
    color: #0f172a;
}

.insight-card.lifetime ul[b-i6u5697zt8] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.insight-card.lifetime li[b-i6u5697zt8] {
    display: flex;
    justify-content: space-between;
    color: #0f172a;
    font-weight: 600;
}

.insight-card.lifetime span[b-i6u5697zt8] {
    font-weight: 500;
    color: #5b677c;
}

.pulse-grid[b-i6u5697zt8] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.pulse-cell[b-i6u5697zt8] {
    border-radius: 1rem;
    padding: 0.85rem;
    border: 1px dashed rgba(4, 16, 31, 0.15);
    text-align: center;
}

.pulse-cell span[b-i6u5697zt8] {
    display: block;
    font-size: 0.75rem;
    color: #5c6475;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.pulse-cell strong[b-i6u5697zt8] {
    display: block;
    margin-top: 0.35rem;
    font-size: 1.1rem;
    color: #0f172a;
}

.pulse-cell.is-booked[b-i6u5697zt8] {
    border-color: rgba(30, 136, 229, 0.45);
    background: rgba(30, 136, 229, 0.08);
}

.bookings-feed[b-i6u5697zt8] {
    border-radius: 1.5rem;
    background: #ffffff;
    border: 1px solid rgba(9, 26, 48, 0.08);
    box-shadow: 0 20px 45px rgba(4, 15, 27, 0.08);
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.feed-toolbar[b-i6u5697zt8] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.filter-chips[b-i6u5697zt8] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.chip[b-i6u5697zt8] {
    border-radius: 999px;
    border: 1px solid rgba(4, 18, 34, 0.15);
    padding: 0.35rem 1.1rem;
    font-weight: 600;
    font-size: 0.85rem;
    background: transparent;
    cursor: pointer;
    transition: all 160ms ease;
}

.chip.is-active[b-i6u5697zt8] {
    border-color: #041731;
    background: rgba(18, 60, 82, 0.12);
}

.result-count[b-i6u5697zt8] {
    font-size: 0.9rem;
    color: #5c6475;
}

.booking-list[b-i6u5697zt8] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.booking-card[b-i6u5697zt8] {
    display: grid;
    grid-template-columns: auto 1fr minmax(140px, 180px);
    border-radius: 1.35rem;
    border: 1px solid rgba(8, 22, 42, 0.08);
    background: linear-gradient(120deg, #ffffff, rgba(243, 247, 252, 0.6));
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(2, 16, 31, 0.08);
}

.booking-card.is-past[b-i6u5697zt8] {
    opacity: 0.85;
}

.card-date[b-i6u5697zt8] {
    padding: 1.5rem 1rem;
    text-align: center;
    border-right: 1px solid rgba(15, 23, 42, 0.08);
    color: #0f172a;
    background: rgba(18, 60, 82, 0.05);
}

.card-date span[b-i6u5697zt8] {
    font-size: 0.9rem;
    letter-spacing: 0.15em;
}

.card-date strong[b-i6u5697zt8] {
    display: block;
    font-size: 2rem;
    margin: 0.1rem 0;
}

.card-date p[b-i6u5697zt8] {
    margin: 0;
    font-size: 0.85rem;
    color: #556070;
}

.card-body[b-i6u5697zt8] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.card-body header[b-i6u5697zt8] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.card-body h3[b-i6u5697zt8] {
    margin: 0;
    font-size: 1.35rem;
}

.card-body .location[b-i6u5697zt8] {
    margin: 0.25rem 0 0;
    color: #5c6475;
}

.booking-number[b-i6u5697zt8] {
    margin: 0.35rem 0 0;
    font-size: 0.85rem;
    font-weight: 600;
    color: #556070;
}

.card-status[b-i6u5697zt8] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    align-items: flex-end;
}

.card-status .amount[b-i6u5697zt8] {
    font-weight: 700;
    font-size: 1.1rem;
}

.card-meta[b-i6u5697zt8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
}

.card-meta span[b-i6u5697zt8] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
}

.card-meta strong[b-i6u5697zt8] {
    display: block;
    margin-top: 0.25rem;
    color: #111827;
}

.session-slots[b-i6u5697zt8] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.slot-item[b-i6u5697zt8] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.5rem;
    background: #f9fafb;
    border-left: 3px solid #0f172a;
    border-radius: 0.25rem;
    font-size: 0.85rem;
}

.slot-item strong[b-i6u5697zt8] {
    font-weight: 600;
    color: #0f172a;
}

.slot-item span[b-i6u5697zt8] {
    font-size: 0.75rem;
    color: #6b7280;
}

.card-actions[b-i6u5697zt8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.card-media[b-i6u5697zt8] {
    min-height: 100%;
    background-size: cover;
    background-position: center;
}

.notes[b-i6u5697zt8] {
    margin: 0;
    padding: 0.8rem 1rem;
    border-left: 4px solid rgba(18, 60, 82, 0.35);
    background: rgba(18, 60, 82, 0.05);
    border-radius: 0.5rem;
    color: #0f172a;
    font-style: italic;
}

.btn[b-i6u5697zt8] {
    border-radius: 999px;
    border: 1px solid transparent;
    padding: 0.55rem 1.4rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 160ms ease;
}

.btn.primary[b-i6u5697zt8] {
    background: linear-gradient(180deg, #d6ff4f 0%, #b8ff2f 55%, #9ef21a 100%);
    color: #0a1b10;
    border-color: #c9ff3f;
    box-shadow: 0 12px 26px rgba(22, 70, 28, 0.28);
}

.btn.primary:not(:disabled):hover[b-i6u5697zt8] {
    background: linear-gradient(180deg, #e2ff69 0%, #c6ff3b 55%, #a6f522 100%);
    border-color: #d5ff52;
    box-shadow: 0 14px 28px rgba(22, 70, 28, 0.32);
    transform: translateY(-2px);
}

.btn.primary:not(:disabled):active[b-i6u5697zt8] {
    background: linear-gradient(180deg, #bdf63a 0%, #a6ed26 60%, #8ee011 100%);
    border-color: #b8f032;
    box-shadow: 0 10px 20px rgba(22, 70, 28, 0.26);
    transform: translateY(0);
}

.btn.primary:disabled[b-i6u5697zt8] {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
    background: linear-gradient(180deg, rgba(214, 255, 79, 0.6) 0%, rgba(184, 255, 47, 0.55) 55%, rgba(158, 242, 26, 0.5) 100%);
    border-color: rgba(201, 255, 63, 0.55);
    color: rgba(10, 27, 16, 0.7);
}

.btn.ghost[b-i6u5697zt8] {
    background: transparent;
    border-color: rgba(4, 18, 34, 0.2);
    color: #041520;
}

.btn.ghost:hover[b-i6u5697zt8] {
    border-color: #041520;
}

.status-pill[b-i6u5697zt8] {
    border-radius: 999px;
    padding: 0.2rem 0.9rem;
    font-size: 0.82rem;
    font-weight: 600;
}

.status-pill.tone-danger[b-i6u5697zt8] {
    background: rgba(220, 67, 67, 0.15);
    color: #a61624;
}

.status-pill.tone-mint[b-i6u5697zt8] {
    background: rgba(22, 163, 74, 0.16);
    color: #0f7b3a;
}

.status-pill.tone-amber[b-i6u5697zt8] {
    background: rgba(251, 191, 36, 0.2);
    color: #92400e;
}

.status-pill.tone-indigo[b-i6u5697zt8] {
    background: rgba(79, 70, 229, 0.15);
    color: #3730a3;
}

.status-pill.tone-muted[b-i6u5697zt8] {
    background: rgba(15, 23, 42, 0.08);
    color: #111827;
}

.bookings-state-card[b-i6u5697zt8] {
    margin: 4rem auto;
    max-width: 640px;
    text-align: center;
    padding: 2.5rem;
    border-radius: 1.5rem;
    background: #ffffff;
    border: 1px solid rgba(9, 26, 48, 0.08);
    box-shadow: 0 25px 65px rgba(3, 12, 24, 0.12);
}

.bookings-state-card .cta-row[b-i6u5697zt8] {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.25rem;
}

.bookings-state-card.loading .loader[b-i6u5697zt8] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 6px solid rgba(4, 18, 34, 0.15);
    border-top-color: #041731;
    margin: 0 auto 1rem;
    animation: spin-b-i6u5697zt8 1s linear infinite;
}

.bookings-empty-rail[b-i6u5697zt8] {
    padding: 2.5rem;
    border: 2px dashed rgba(15, 23, 42, 0.15);
    border-radius: 1.25rem;
    text-align: center;
    color: #475467;
    background: rgba(244, 246, 250, 0.8);
}

@keyframes riseIn-b-i6u5697zt8 {
    from {
        opacity: 0;
        transform: translate3d(0, 24px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes scaleIn-b-i6u5697zt8 {
    from {
        opacity: 0;
        transform: scale(0.94);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes spin-b-i6u5697zt8 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .motion-seed[b-i6u5697zt8],
    .motion-scale[b-i6u5697zt8],
    .motion-fade[b-i6u5697zt8] {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 1024px) {
    .bookings-layout[b-i6u5697zt8] {
        grid-template-columns: 1fr;
    }

    .booking-card[b-i6u5697zt8] {
        grid-template-columns: auto 1fr;
    }

    .card-media[b-i6u5697zt8] {
        display: none;
    }
}

@media (max-width: 640px) {
    .bookings-page[b-i6u5697zt8] {
        padding: 0;
    }

    .bookings-hero[b-i6u5697zt8] {
        display: none;
    }

    .bookings-hero[b-i6u5697zt8] {
        grid-template-columns: 1fr;
    }

    .card-meta[b-i6u5697zt8] {
        grid-template-columns: 1fr;
    }
}

/* Mobile-first layout defaults */
.bookings-page[b-i6u5697zt8] {
    padding: 0;
    gap: 2rem;
}

.bookings-hero[b-i6u5697zt8] {
    grid-template-columns: 1fr;
    padding: 1.75rem;
}

.bookings-layout[b-i6u5697zt8] {
    grid-template-columns: 1fr;
}

.booking-card[b-i6u5697zt8] {
    grid-template-columns: 1fr;
}

.card-meta[b-i6u5697zt8] {
    grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
    .bookings-page[b-i6u5697zt8] {
        padding: clamp(1.5rem, 3vw, 3rem);
        gap: 2.5rem;
    }

    .bookings-hero[b-i6u5697zt8] {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        padding: clamp(1.75rem, 3vw, 2.75rem);
    }

    .bookings-layout[b-i6u5697zt8] {
        grid-template-columns: minmax(260px, 320px) 1fr;
    }

    .booking-card[b-i6u5697zt8] {
        grid-template-columns: auto 1fr minmax(140px, 180px);
    }

    .card-meta[b-i6u5697zt8] {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/BookingVerification.razor.rz.scp.css */
:host[b-omawn7ggpb] {
    display: block;
    min-height: 100vh;
    background: #f4f8ff;
    color: #041427;
}

.motion-seed[b-omawn7ggpb],
.motion-scale[b-omawn7ggpb],
.motion-fade[b-omawn7ggpb] {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    animation-delay: var(--motion-delay, 0s);
    will-change: transform, opacity;
}

.motion-seed[b-omawn7ggpb] {
    transform: translate3d(0, 18px, 0);
    animation-name: riseIn-b-omawn7ggpb;
    animation-duration: 0.6s;
}

.motion-scale[b-omawn7ggpb] {
    transform: scale(0.96);
    animation-name: scaleIn-b-omawn7ggpb;
    animation-duration: 0.7s;
}

.motion-fade[b-omawn7ggpb] {
    transform: translate3d(0, 10px, 0);
    animation-name: riseIn-b-omawn7ggpb;
    animation-duration: 0.55s;
}

.verification-state[b-omawn7ggpb] {
    margin: 2.5rem auto;
    max-width: 680px;
    padding: 2.5rem;
    background: #ffffff;
    border-radius: 1.5rem;
    text-align: center;
    border: 1px solid rgba(6, 52, 24, 0.14);
    box-shadow: 0 18px 38px rgba(6, 52, 24, 0.12);
}

.verification-state .eyebrow[b-omawn7ggpb] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    color: #0c6b51;
    margin-bottom: 0.35rem;
}

.verification-state h1[b-omawn7ggpb] {
    margin: 0.5rem 0 0.85rem;
    font-size: clamp(1.8rem, 3vw, 2.3rem);
}

.verification-state p[b-omawn7ggpb] {
    color: #4a5761;
    line-height: 1.6;
    margin-bottom: 1.6rem;
}

.verification-state.loading[b-omawn7ggpb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.verification-state.locked[b-omawn7ggpb],
.verification-state.warning[b-omawn7ggpb] {
    background: linear-gradient(120deg, #063418, #0b4f39);
    color: white;
}

.verification-state.locked .eyebrow[b-omawn7ggpb],
.verification-state.warning .eyebrow[b-omawn7ggpb] {
    color: rgba(255, 255, 255, 0.75);
}

.verification-state.error[b-omawn7ggpb] {
    border: 1px solid #ef4444;
}

.verification-state .loader[b-omawn7ggpb] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 4px solid rgba(6, 52, 24, 0.15);
    border-top-color: #c7ff41;
    animation: spin-b-omawn7ggpb 1s linear infinite;
}

.verification-page[b-omawn7ggpb] {
    padding: 2rem clamp(1rem, 4vw, 3rem);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.btn[b-omawn7ggpb] {
    border: none;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn.primary[b-omawn7ggpb] {
    background: linear-gradient(135deg, #0c6b51 0%, #063418 100%);
    color: #ffffff;
    padding: 0.75rem 1.6rem;
    border: 1px solid #063418;
    box-shadow: 0 16px 28px rgba(6, 52, 24, 0.3);
}

.btn.primary:not(:disabled):hover[b-omawn7ggpb] {
    background: linear-gradient(135deg, #12906d 0%, #063418 100%);
    border-color: #0b6b4f;
    box-shadow: 0 20px 32px rgba(6, 52, 24, 0.35);
}

.btn.primary:not(:disabled):active[b-omawn7ggpb] {
    background: linear-gradient(135deg, #063418 0%, #052a16 100%);
    border-color: #052a16;
    box-shadow: 0 14px 24px rgba(6, 52, 24, 0.24);
}

.btn.secondary[b-omawn7ggpb] {
    background: rgba(6, 52, 24, 0.08);
    color: #063418;
    padding: 0.75rem 1.6rem;
    border: 1px solid rgba(6, 52, 24, 0.25);
}

.btn.tiny[b-omawn7ggpb] {
    padding: 0.35rem 0.8rem;
    font-size: 0.75rem;
    border-radius: 999px;
}

.btn.secondary.danger[b-omawn7ggpb] {
    background: rgba(205, 70, 70, 0.12);
    color: #b53333;
    border-color: rgba(205, 70, 70, 0.35);
}

.btn.ghost[b-omawn7ggpb] {
    background: transparent;
    border: 1px solid rgba(6, 52, 24, 0.28);
    color: #0c6b51;
    padding: 0.6rem 1.25rem;
}

.btn:disabled[b-omawn7ggpb] {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}

.btn:not(:disabled):hover[b-omawn7ggpb] {
    transform: translateY(-2px);
}

.eyebrow[b-omawn7ggpb] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    color: #0c6b51;
    margin-bottom: 0.35rem;
}

.verification-hero[b-omawn7ggpb] {
    border-radius: 1.6rem;
    padding: 2.2rem 2.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
    color: #f4f8ff;
    background: radial-gradient(circle at top left, #0c6b51, #063418);
    box-shadow: 0 25px 55px rgba(6, 52, 24, 0.45);
}

.verification-hero h1[b-omawn7ggpb] {
    margin: 0.5rem 0 0.8rem;
    font-size: clamp(2.1rem, 3.8vw, 3rem);
}

.verification-hero p[b-omawn7ggpb] {
    color: rgba(244, 248, 255, 0.85);
    max-width: 520px;
    line-height: 1.7;
}

.hero-actions[b-omawn7ggpb] {
    margin-top: 1.2rem;
}

.verification-hero .btn.secondary[b-omawn7ggpb] {
    background: rgba(199, 255, 65, 0.16);
    color: #f4f8ff;
    border-color: rgba(199, 255, 65, 0.45);
    box-shadow: 0 12px 24px rgba(6, 52, 24, 0.25);
}

.verification-hero .btn.secondary:not(:disabled):hover[b-omawn7ggpb] {
    background: rgba(199, 255, 65, 0.28);
    border-color: rgba(199, 255, 65, 0.65);
    box-shadow: 0 16px 30px rgba(6, 52, 24, 0.3);
}

.verification-hero .btn.secondary:disabled[b-omawn7ggpb] {
    color: rgba(244, 248, 255, 0.7);
    background: rgba(199, 255, 65, 0.1);
    border-color: rgba(199, 255, 65, 0.25);
    box-shadow: none;
}

.hero-metrics[b-omawn7ggpb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.hero-metrics article[b-omawn7ggpb] {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    padding: 1.2rem;
    border: 1px solid rgba(199, 255, 65, 0.2);
    backdrop-filter: blur(12px);
}

.hero-metrics strong[b-omawn7ggpb] {
    display: block;
    font-size: 1.7rem;
    margin: 0.35rem 0;
}

.verification-tabs[b-omawn7ggpb] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.tab-chip[b-omawn7ggpb] {
    border-radius: 999px;
    border: 1px solid rgba(6, 52, 24, 0.2);
    padding: 0.5rem 1.4rem;
    font-weight: 700;
    font-size: 0.85rem;
    background: #ffffff;
    color: #063418;
    cursor: pointer;
    transition: all 0.18s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.tab-chip:hover[b-omawn7ggpb] {
    border-color: #0c6b51;
    transform: translateY(-1px);
}

.tab-chip.is-active[b-omawn7ggpb] {
    background: #063418;
    color: #c7ff41;
    border-color: #063418;
    box-shadow: 0 14px 26px rgba(6, 52, 24, 0.3);
}

.tab-badge[b-omawn7ggpb] {
    min-width: 1.4rem;
    height: 1.4rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: #c7ff41;
    color: #063418;
    font-size: 0.7rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(6, 52, 24, 0.25);
}

.verification-layout[b-omawn7ggpb] {
    display: grid;
    grid-template-columns: minmax(260px, 340px) 1fr;
    gap: 2rem;
    align-items: start;
}

.openplay-queue[b-omawn7ggpb] {
    background: #ffffff;
    border-radius: 1.4rem;
    padding: 1.6rem;
    border: 1px solid rgba(6, 52, 24, 0.12);
    box-shadow: 0 18px 40px rgba(6, 52, 24, 0.08);
}

.openplay-queue header[b-omawn7ggpb] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.openplay-queue h2[b-omawn7ggpb] {
    margin: 0.3rem 0 0.2rem;
    font-size: 1.3rem;
}

.openplay-table table[b-omawn7ggpb] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.openplay-table th[b-omawn7ggpb],
.openplay-table td[b-omawn7ggpb] {
    text-align: left;
    padding: 0.55rem 0.4rem;
    border-bottom: 1px solid #e5efe8;
    vertical-align: top;
}

.openplay-sub[b-omawn7ggpb] {
    color: #4a5761;
    font-size: 0.78rem;
}

.openplay-actions[b-omawn7ggpb] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.openplay-error[b-omawn7ggpb] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.openplay-table[b-omawn7ggpb] {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.verification-list[b-omawn7ggpb],
.verification-detail[b-omawn7ggpb] {
    background: #ffffff;
    border-radius: 1.4rem;
    padding: 1.6rem;
    border: 1px solid rgba(6, 52, 24, 0.12);
    box-shadow: 0 18px 40px rgba(6, 52, 24, 0.08);
    min-width: 0;
    box-sizing: border-box;
}

.booking-list[b-omawn7ggpb] {
    width: 100%;
}

.verification-list header[b-omawn7ggpb] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.search-field[b-omawn7ggpb] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.search-field input[b-omawn7ggpb] {
    flex: 1;
    padding: 0.6rem 0.9rem;
    border-radius: 0.75rem;
    border: 1px solid #cbded2;
    font-size: 0.9rem;
}

.search-clear[b-omawn7ggpb] {
    border: 1px solid rgba(6, 52, 24, 0.25);
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
    background: #eef7f0;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.82rem;
    color: #063418;
}

.filter-chips[b-omawn7ggpb] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.chip[b-omawn7ggpb] {
    border-radius: 999px;
    border: 1px solid rgba(6, 52, 24, 0.2);
    padding: 0.35rem 1rem;
    font-weight: 600;
    font-size: 0.82rem;
    background: transparent;
    cursor: pointer;
    transition: all 0.15s ease;
}

.chip.is-active[b-omawn7ggpb] {
    border-color: #0c6b51;
    background: rgba(12, 107, 81, 0.12);
}

.booking-cards[b-omawn7ggpb] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-top: 1.2rem;
    width: 100%;
}

.booking-table[b-omawn7ggpb] {
    margin-top: 1.2rem;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.booking-table table[b-omawn7ggpb] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    min-width: 960px;
}

.booking-table th[b-omawn7ggpb],
.booking-table td[b-omawn7ggpb] {
    text-align: left;
    padding: 0.6rem 0.45rem;
    border-bottom: 1px solid #e5efe8;
    white-space: nowrap;
}

.booking-table tbody tr:hover[b-omawn7ggpb] {
    background: #f2faf5;
}

.booking-number-cell[b-omawn7ggpb] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
}

.booking-reschedule-pill[b-omawn7ggpb] {
    font-size: 0.64rem;
}

.booking-pagination[b-omawn7ggpb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 1rem;
}

.booking-pagination .page-count[b-omawn7ggpb] {
    font-size: 0.85rem;
    color: #4a5761;
    font-weight: 600;
}

.booking-card[b-omawn7ggpb] {
    border: 1px solid rgba(6, 52, 24, 0.16);
    border-radius: 1.1rem;
    padding: 1rem 1.1rem;
    text-align: left;
    background: #f5fbf7;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    transition: all 0.18s ease;
    width: 100%;
    box-sizing: border-box;
}

.booking-card:hover[b-omawn7ggpb] {
    border-color: rgba(12, 107, 81, 0.35);
    transform: translateY(-2px);
}

.booking-card.is-active[b-omawn7ggpb] {
    border-color: #063418;
    background: #e7f6ec;
    box-shadow: 0 10px 25px rgba(6, 52, 24, 0.12);
}

.booking-card h3[b-omawn7ggpb] {
    margin: 0.35rem 0 0.2rem;
    font-size: 1.05rem;
}

.booking-card p[b-omawn7ggpb] {
    margin: 0;
    color: #4a5761;
    font-size: 0.9rem;
}

.booking-meta[b-omawn7ggpb] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    align-items: flex-end;
    font-size: 0.82rem;
    color: #4a5761;
}

.status-pill[b-omawn7ggpb],
.proof-pill[b-omawn7ggpb] {
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.tone-confirmed[b-omawn7ggpb] {
    background: rgba(36, 170, 110, 0.16);
    color: #11854d;
}

.tone-declined[b-omawn7ggpb] {
    background: rgba(217, 77, 77, 0.16);
    color: #b93838;
}

.tone-pending[b-omawn7ggpb] {
    background: rgba(255, 176, 63, 0.18);
    color: #b86a15;
}

.proof-pill.proof-ready[b-omawn7ggpb] {
    background: rgba(12, 107, 81, 0.16);
    color: #0c6b51;
}

.proof-pill.proof-missing[b-omawn7ggpb] {
    background: rgba(120, 130, 150, 0.16);
    color: #4a5761;
}

.proof-meta[b-omawn7ggpb] {
    margin: 0.35rem 0 0.8rem;
    color: #4a5761;
    font-size: 0.82rem;
    font-weight: 600;
}

.tag-pill[b-omawn7ggpb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1px solid transparent;
}

.tag-pill.additional[b-omawn7ggpb] {
    background: rgba(16, 185, 129, 0.16);
    color: #0f7c56;
    border-color: rgba(16, 185, 129, 0.3);
}

.tag-pill.rescheduled[b-omawn7ggpb] {
    background: rgba(12, 107, 81, 0.16);
    color: #0c6b51;
    border-color: rgba(12, 107, 81, 0.3);
}

.tag-pill.neutral[b-omawn7ggpb] {
    background: rgba(120, 130, 150, 0.16);
    color: #4a5761;
    border-color: rgba(120, 130, 150, 0.25);
}

.detail-empty[b-omawn7ggpb] {
    text-align: center;
    padding: 3rem 1.5rem;
    color: #4a5761;
}

.detail-modal[b-omawn7ggpb] {
    position: fixed;
    inset: 0;
    background: rgba(6, 52, 24, 0.66);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    z-index: var(--z-modal);
    backdrop-filter: blur(6px);
}

.detail-modal-card[b-omawn7ggpb] {
    background: #ffffff;
    border-radius: 1.4rem;
    padding: 1.6rem;
    max-width: 1100px;
    width: 100%;
    max-height: 90vh;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    border: 1px solid rgba(6, 52, 24, 0.12);
    box-shadow: 0 24px 50px rgba(6, 52, 24, 0.28);
}

.detail-modal-card header[b-omawn7ggpb] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.2rem;
    align-items: center;
}

.detail-modal-card .close[b-omawn7ggpb] {
    align-self: flex-end;
    background: transparent;
    border: none;
    font-weight: 600;
    cursor: pointer;
    color: #4a5761;
}

.verification-detail header[b-omawn7ggpb] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.2rem;
    align-items: center;
    margin-bottom: 1.2rem;
}

.detail-presence[b-omawn7ggpb] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: -0.2rem 0 1.1rem;
    color: #7a1f1f;
    font-size: 0.82rem;
    background: rgba(220, 38, 38, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.2);
    border-radius: 0.9rem;
    padding: 0.45rem 0.75rem;
    box-shadow: 0 12px 24px rgba(220, 38, 38, 0.12);
}

.presence-label[b-omawn7ggpb] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    font-size: 0.7rem;
    color: #b91c1c;
}

.presence-avatars[b-omawn7ggpb] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.presence-avatar[b-omawn7ggpb] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fee2e2;
    border: 1px solid rgba(220, 38, 38, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #7f1d1d;
    font-size: 0.75rem;
    box-shadow: 0 8px 16px rgba(220, 38, 38, 0.18);
}

.presence-count[b-omawn7ggpb] {
    font-weight: 600;
}

.detail-actions[b-omawn7ggpb] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.inline-message[b-omawn7ggpb] {
    padding: 0.75rem 1rem;
    border-radius: 0.85rem;
    margin-bottom: 1.2rem;
    font-weight: 600;
}

.inline-message.success[b-omawn7ggpb] {
    background: rgba(33, 164, 118, 0.12);
    color: #117a54;
}

.inline-message.error[b-omawn7ggpb] {
    background: rgba(201, 64, 64, 0.12);
    color: #b53333;
}

.detail-grid[b-omawn7ggpb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.detail-card[b-omawn7ggpb] {
    border: 1px solid rgba(6, 52, 24, 0.12);
    border-radius: 1rem;
    padding: 1.2rem;
    background: #f5fbf7;
}

.detail-card h3[b-omawn7ggpb] {
    margin: 0 0 0.8rem;
    font-size: 1rem;
}

.detail-card dl[b-omawn7ggpb] {
    display: grid;
    gap: 0.65rem;
    margin: 0;
}

.detail-card dt[b-omawn7ggpb] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #4a5761;
}

.detail-card dd[b-omawn7ggpb] {
    margin: 0.2rem 0 0;
    font-weight: 600;
    color: #041427;
}

.slots-card[b-omawn7ggpb] {
    border: 1px solid rgba(6, 52, 24, 0.12);
    border-radius: 1rem;
    padding: 1.2rem;
    background: #ffffff;
    margin-bottom: 1.5rem;
}

.payments-card[b-omawn7ggpb] {
    border: 1px solid rgba(6, 52, 24, 0.12);
    border-radius: 1rem;
    padding: 1.2rem;
    background: #ffffff;
    margin-bottom: 1.5rem;
}

.attachments-card[b-omawn7ggpb] {
    border: 1px solid rgba(6, 52, 24, 0.12);
    border-radius: 1rem;
    padding: 1.2rem;
    background: #ffffff;
    margin-bottom: 1.5rem;
}

.attachments-grid[b-omawn7ggpb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-top: 0.6rem;
}

.attachment-item[b-omawn7ggpb] {
    border: 1px solid #dfe9e2;
    border-radius: 0.9rem;
    padding: 0.85rem;
    background: #f5fbf7;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.attachment-item header[b-omawn7ggpb] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 0.82rem;
    color: #4a5761;
}

.attachment-item header strong[b-omawn7ggpb] {
    display: block;
    color: #041427;
    font-size: 0.95rem;
}

.attachment-item img[b-omawn7ggpb] {
    width: 100%;
    max-height: 160px;
    object-fit: cover;
    border-radius: 0.7rem;
    border: 1px solid #dfe9e2;
}

.attachment-doc[b-omawn7ggpb] {
    background: rgba(12, 107, 81, 0.12);
    border-radius: 0.7rem;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    color: #063418;
}

.payments-card table[b-omawn7ggpb] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.payments-card th[b-omawn7ggpb],
.payments-card td[b-omawn7ggpb] {
    text-align: left;
    padding: 0.55rem 0.4rem;
    border-bottom: 1px solid #e5efe8;
}

.payments-card tr[b-omawn7ggpb] {
    cursor: pointer;
    transition: background 0.15s ease;
}

.payments-card tr:hover[b-omawn7ggpb] {
    background: #eef8f1;
}

.payments-card tr.is-selected[b-omawn7ggpb] {
    background: #e0f4e6;
}

.payments-empty[b-omawn7ggpb] {
    margin: 0.4rem 0 0;
    color: #4a5761;
}

.slots-card table[b-omawn7ggpb] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.slots-card th[b-omawn7ggpb],
.slots-card td[b-omawn7ggpb] {
    text-align: left;
    padding: 0.5rem 0.4rem;
    border-bottom: 1px solid #e5efe8;
}

.slot-breakdown-toggle[b-omawn7ggpb] {
    margin-top: 0.85rem;
    width: 100%;
    padding: 0.6rem 0.9rem;
    border-radius: 0.75rem;
    border: 1px dashed rgba(6, 52, 24, 0.35);
    background: rgba(6, 52, 24, 0.08);
    color: #063418;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: all 0.2s ease;
}

.slot-breakdown-toggle:hover[b-omawn7ggpb] {
    border-color: #0c6b51;
    background: rgba(12, 107, 81, 0.14);
    transform: translateY(-1px);
}

.proof-card[b-omawn7ggpb] {
    border: 1px solid rgba(6, 52, 24, 0.12);
    border-radius: 1rem;
    padding: 1.2rem;
    background: #ffffff;
}

.proof-preview[b-omawn7ggpb] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
}

.proof-preview img[b-omawn7ggpb] {
    width: 100%;
    max-height: 280px;
    object-fit: cover;
    border-radius: 0.75rem;
    border: 1px solid #dfe9e2;
}

.proof-doc[b-omawn7ggpb] {
    padding: 1rem;
    border-radius: 0.75rem;
    background: #f2f7f4;
    border: 1px dashed #cddccf;
    width: 100%;
}

.proof-empty[b-omawn7ggpb] {
    padding: 1rem;
    border-radius: 0.75rem;
    background: #f4f6f2;
    color: #4a5761;
    border: 1px dashed #d4dfd6;
}

.proof-modal[b-omawn7ggpb] {
    position: fixed;
    inset: 0;
    background: rgba(6, 52, 24, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    z-index: var(--z-modal);
}

.proof-modal-card[b-omawn7ggpb] {
    background: #ffffff;
    border-radius: 1.2rem;
    padding: 1.5rem;
    max-width: 780px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 85vh;
    overflow: auto;
}

.proof-modal-card img[b-omawn7ggpb],
.proof-modal-card iframe[b-omawn7ggpb] {
    max-height: 70vh;
    border-radius: 0.75rem;
    border: 1px solid #dfe9e2;
}

.proof-modal-card img[b-omawn7ggpb] {
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    align-self: center;
    cursor: zoom-in;
    transition: transform 0.2s ease;
}

.proof-modal-card img.is-zoomed[b-omawn7ggpb] {
    transform: scale(1.6);
    cursor: zoom-out;
}

.proof-modal-card iframe[b-omawn7ggpb] {
    width: 100%;
}

.proof-modal-card iframe[b-omawn7ggpb] {
    min-height: 60vh;
}

.proof-modal-card .close[b-omawn7ggpb] {
    position: sticky;
    top: 0;
    align-self: flex-end;
    background: #ffffff;
    border: none;
    font-weight: 600;
    cursor: pointer;
    padding: 0.25rem 0;
}

.decline-modal[b-omawn7ggpb] {
    position: fixed;
    inset: 0;
    background: rgba(6, 52, 24, 0.68);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    z-index: var(--z-modal-elevated);
    backdrop-filter: blur(6px);
}

.decline-modal-card[b-omawn7ggpb] {
    background: #ffffff;
    border-radius: 1.2rem;
    padding: 1.6rem;
    max-width: 580px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid rgba(6, 52, 24, 0.12);
    box-shadow: 0 24px 50px rgba(6, 52, 24, 0.28);
}

.decline-modal-card header[b-omawn7ggpb] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.decline-modal-card h3[b-omawn7ggpb] {
    margin: 0.4rem 0 0;
    font-size: 1.2rem;
}

.decline-modal-card p[b-omawn7ggpb] {
    margin: 0;
    color: #4a5761;
}

.decline-modal-card .close[b-omawn7ggpb] {
    background: transparent;
    border: none;
    font-weight: 600;
    cursor: pointer;
    color: #4a5761;
}

.decline-form[b-omawn7ggpb] {
    display: grid;
    gap: 0.5rem;
}

.decline-form label[b-omawn7ggpb] {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #4a5761;
    font-weight: 600;
}

.decline-form textarea[b-omawn7ggpb] {
    width: 100%;
    border-radius: 0.85rem;
    border: 1px solid #cbded2;
    padding: 0.75rem 0.9rem;
    font-size: 0.9rem;
    font-family: inherit;
    resize: vertical;
    min-height: 120px;
}

.decline-form select[b-omawn7ggpb] {
    width: 100%;
    border-radius: 0.85rem;
    border: 1px solid #cbded2;
    padding: 0.75rem 2.4rem 0.75rem 0.9rem;
    font-size: 0.9rem;
    font-family: inherit;
    appearance: none;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23063418' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.85rem center;
    background-size: 1rem;
}


.decline-form textarea:focus[b-omawn7ggpb] {
    outline: none;
    border-color: #063418;
    box-shadow: 0 0 0 3px rgba(12, 107, 81, 0.2);
}

.decline-form select:focus[b-omawn7ggpb] {
    outline: none;
    border-color: #063418;
    box-shadow: 0 0 0 3px rgba(12, 107, 81, 0.2);
}

.decline-form small[b-omawn7ggpb] {
    color: #4a5761;
}

.decline-modal-actions[b-omawn7ggpb] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem;
}

.empty-list[b-omawn7ggpb] {
    margin-top: 1.5rem;
    text-align: center;
    color: #4a5761;
}

@media (max-width: 980px) {
    .verification-layout[b-omawn7ggpb] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .verification-hero[b-omawn7ggpb] {
        padding: 1.8rem 1.6rem;
        grid-template-columns: 1fr;
    }

    .hero-metrics[b-omawn7ggpb] {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }

    .verification-tabs[b-omawn7ggpb] {
        flex-wrap: nowrap;
        gap: 0.6rem;
    }

    .tab-chip[b-omawn7ggpb] {
        flex: 1 1 0;
        width: 50%;
        justify-content: space-between;
    }

    .verification-list[b-omawn7ggpb],
    .verification-detail[b-omawn7ggpb],
    .openplay-queue[b-omawn7ggpb] {
        padding: 1.2rem;
    }

    .verification-list[b-omawn7ggpb] {
        overflow: hidden;
    }

    .verification-detail header[b-omawn7ggpb],
    .openplay-queue header[b-omawn7ggpb] {
        align-items: flex-start;
    }

    .detail-actions[b-omawn7ggpb] {
        width: 100%;
        justify-content: flex-start;
    }

    .booking-card[b-omawn7ggpb] {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .booking-meta[b-omawn7ggpb] {
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.5rem;
        width: 100%;
    }

    .payments-card[b-omawn7ggpb],
    .slots-card[b-omawn7ggpb],
    .attachments-card[b-omawn7ggpb] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        min-height: 140px;
    }
}

@media (max-width: 600px) {
    .verification-page[b-omawn7ggpb] {
        padding: 1.2rem 1rem;
    }

    .hero-metrics[b-omawn7ggpb] {
        display: none;
    }

    .verification-hero h1[b-omawn7ggpb] {
        font-size: clamp(1.7rem, 6vw, 2.2rem);
    }

    .hero-actions[b-omawn7ggpb] {
        margin-top: 0.8rem;
    }

    .search-field[b-omawn7ggpb] {
        flex-direction: column;
        align-items: stretch;
    }

    .search-clear[b-omawn7ggpb] {
        width: 100%;
    }

    .detail-grid[b-omawn7ggpb] {
        grid-template-columns: 1fr;
    }

    .attachments-grid[b-omawn7ggpb] {
        grid-template-columns: 1fr;
    }

    .detail-modal[b-omawn7ggpb] {
        padding: 1rem;
        align-items: flex-end;
    }

    .detail-modal-card[b-omawn7ggpb] {
        max-height: 96vh;
        height: 96vh;
        padding: 1.1rem;
        border-radius: 1.1rem;
    }

    .detail-modal-card header[b-omawn7ggpb] {
        align-items: flex-start;
    }

    .payments-card[b-omawn7ggpb],
    .slots-card[b-omawn7ggpb],
    .attachments-card[b-omawn7ggpb] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@keyframes riseIn-b-omawn7ggpb {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes scaleIn-b-omawn7ggpb {
    from {
        opacity: 0;
        transform: scale(0.96);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes spin-b-omawn7ggpb {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .motion-seed[b-omawn7ggpb],
    .motion-scale[b-omawn7ggpb],
    .motion-fade[b-omawn7ggpb] {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

/* Mobile-first layout defaults */
.verification-page[b-omawn7ggpb] {
    padding: 0;
}

.verification-hero[b-omawn7ggpb] {
    grid-template-columns: 1fr;
    padding: 1.6rem;
}

.verification-layout[b-omawn7ggpb] {
    grid-template-columns: 1fr;
}

.verification-state[b-omawn7ggpb] {
    padding: 1.75rem;
    margin: 1.5rem auto;
}

@media (min-width: 980px) {
    .verification-page[b-omawn7ggpb] {
        padding: 2rem clamp(1rem, 4vw, 3rem);
    }

    .verification-hero[b-omawn7ggpb] {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        padding: 2.2rem 2.5rem;
    }

    .verification-layout[b-omawn7ggpb] {
        grid-template-columns: minmax(260px, 340px) 1fr;
    }

    .verification-state[b-omawn7ggpb] {
        padding: 2.5rem;
        margin: 2.5rem auto;
    }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/CourtOperatorSetup.razor.rz.scp.css */
:root[b-lbawu5fvrq] {
    --owner-ink: #041427;
    --owner-sub: #4a5761;
    --owner-blue: #0c6b51;
    --owner-green: #0c6b51;
    --owner-red: #f05c4a;
    --owner-gray: #9aa2af;
    --owner-gold: #ffa640;
    --owner-outline: #c5c5c5;
    --owner-focus: rgba(12, 107, 81, 0.12);
    --owner-shadow: 0 18px 42px rgba(13, 22, 38, 0.14);
    --transition-smooth: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.owner-page[b-lbawu5fvrq] {
    font-family: "Space Grotesk", "Clash Display", sans-serif;
    padding: 2.5rem clamp(1.5rem, 4vw, 3.5rem);
    background: radial-gradient(circle at top left, rgba(12, 107, 81, 0.16), transparent 45%),
                radial-gradient(circle at 80% 10%, rgba(255, 166, 64, 0.14), transparent 45%),
                radial-gradient(circle at 15% 70%, rgba(199, 255, 65, 0.12), transparent 45%),
                #f4f8ff;
    color: var(--owner-ink);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.owner-hero[b-lbawu5fvrq] {
    background: linear-gradient(120deg, #0b4f39 0%, #063418 30%, #063418 70%, #0c6b51 100%);
    color: #f4f8ff;
    padding: 2.5rem;
    border-radius: 1.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    box-shadow: 0 24px 48px rgba(6, 52, 24, 0.35);
}

.owner-hero h1[b-lbawu5fvrq] {
    margin: 0.4rem 0 0;
    font-size: clamp(2rem, 4vw, 2.8rem);
}

.hero-pill[b-lbawu5fvrq] {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 0.6rem 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.7rem;
}

.owner-grid[b-lbawu5fvrq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.operator-grid-top[b-lbawu5fvrq] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.owner-card[b-lbawu5fvrq] {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 1.8rem;
    box-shadow: var(--owner-shadow);
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    border: 1px solid rgba(197, 197, 197, 0.4);
}


.owner-card:hover[b-lbawu5fvrq] {
    box-shadow: 0 20px 50px rgba(13, 22, 38, 0.16);
}

.owner-card h3[b-lbawu5fvrq] {
    margin: 0;
    font-size: 1.3rem;
    color: var(--owner-ink);
    letter-spacing: -0.3px;
}


.form-grid[b-lbawu5fvrq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem 1.4rem;
}

.form-grid label[b-lbawu5fvrq],
.field[b-lbawu5fvrq] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.9rem;
    color: var(--owner-ink);
    width: 100%;
    min-width: 0;
}

.form-grid label span:first-child[b-lbawu5fvrq] {
    font-weight: 600;
    color: var(--owner-ink);
    letter-spacing: 0.2px;
    font-size: 0.9rem;
}

.form-grid .span-2[b-lbawu5fvrq] {
    grid-column: span 2;
}

.field-row[b-lbawu5fvrq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.field-row.span-2[b-lbawu5fvrq] {
    grid-column: span 2;
}

.field-input[b-lbawu5fvrq],
.field-select[b-lbawu5fvrq],
.field-textarea[b-lbawu5fvrq] {
    border-radius: 0.55rem;
    border: 1px solid #c5c5c5;
    padding: 0.85rem 1rem;
    font-size: 0.9rem;
    color: var(--owner-ink);
    transition: all var(--transition-smooth);
    background: #ffffff;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
}

.form-grid input[b-lbawu5fvrq],
.form-grid textarea[b-lbawu5fvrq],
.form-grid select[b-lbawu5fvrq] {
    border-radius: 0.55rem;
    border: 1px solid #c5c5c5;
    padding: 0.85rem 1rem;
    font-size: 0.9rem;
    color: var(--owner-ink);
    transition: all var(--transition-smooth);
    background: #ffffff;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
}

.form-grid input:focus[b-lbawu5fvrq],
.form-grid textarea:focus[b-lbawu5fvrq],
.form-grid select:focus[b-lbawu5fvrq] {
    outline: none;
    border-color: #063418;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(12, 107, 81, 0.12);
}

.field-input:focus[b-lbawu5fvrq],
.field-select:focus[b-lbawu5fvrq],
.field-textarea:focus[b-lbawu5fvrq] {
    outline: none;
    border-color: #063418;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(12, 107, 81, 0.12);
}

.field-textarea[b-lbawu5fvrq] {
    min-height: 110px;
    resize: vertical;
    font-family: inherit;
}

.image-upload[b-lbawu5fvrq] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem 1.2rem;
    border-radius: 1rem;
    border: 1px solid rgba(197, 197, 197, 0.5);
    background: #f9fafc;
}

.image-upload-body[b-lbawu5fvrq] {
    display: grid;
    grid-template-columns: minmax(140px, 180px) 1fr;
    gap: 1rem;
    align-items: center;
}

.image-preview[b-lbawu5fvrq] {
    width: 100%;
    height: 120px;
    border-radius: 0.9rem;
    border: 1px dashed rgba(148, 163, 184, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    overflow: hidden;
    color: var(--owner-sub);
    font-size: 0.85rem;
}

.image-preview img[b-lbawu5fvrq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-actions[b-lbawu5fvrq] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    align-items: flex-start;
}

.booking-rules-card .rules-list[b-lbawu5fvrq] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.booking-rules-card .rule-row[b-lbawu5fvrq] {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 1rem;
    align-items: center;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(197, 197, 197, 0.45);
    background: #f9fafc;
}

.booking-rules-card .rule-meta[b-lbawu5fvrq] {
    display: block;
    margin-top: 0.2rem;
    color: var(--owner-sub);
    font-size: 0.85rem;
}

.booking-rules-card .rule-tags[b-lbawu5fvrq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: flex-end;
}

.booking-rules-card .rule-tags .pill[b-lbawu5fvrq] {
    border-radius: 999px;
    padding: 0.25rem 0.7rem;
    font-size: 0.7rem;
    font-weight: 600;
    background: rgba(12, 107, 81, 0.12);
    color: #063418;
}

.booking-rules-card .rule-tags .pill-muted[b-lbawu5fvrq] {
    background: rgba(148, 163, 184, 0.2);
    color: #64748b;
}

.booking-rules-card .rule-tags .pill-active[b-lbawu5fvrq] {
    background: rgba(12, 107, 81, 0.2);
    color: #063418;
}

.booking-rules-card .rule-form[b-lbawu5fvrq] {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: 1px dashed rgba(148, 163, 184, 0.5);
}


.form-grid label.checkbox[b-lbawu5fvrq] {
    flex-direction: row;
    align-items: center;
    gap: 0.6rem;
    padding: 0.4rem 0.6rem;
    border-radius: 0.6rem;
    background: transparent;
    border: none;
    width: fit-content;
    min-height: 44px;
    cursor: pointer;
    transition: all var(--transition-smooth);
}

.form-grid label.checkbox:hover[b-lbawu5fvrq] {
    background: rgba(12, 107, 81, 0.06);
}

.toggle-input[b-lbawu5fvrq] {
    width: 18px;
    height: 18px;
    accent-color: var(--owner-blue);
    cursor: pointer;
}

.toggle-input:focus[b-lbawu5fvrq] {
    outline: 2px solid var(--owner-blue);
    outline-offset: 2px;
}

.toggle-label[b-lbawu5fvrq] {
    font-weight: 500;
    color: var(--owner-ink);
    cursor: pointer;
    user-select: none;
}

:global(.valid.form-control)[b-lbawu5fvrq],
:global(.valid.form-select)[b-lbawu5fvrq] {
    border-color: #1bb978;
}

:global(.invalid.form-control)[b-lbawu5fvrq],
:global(.invalid.form-select)[b-lbawu5fvrq] {
    border-color: #f05c4a;
}

:global(.invalid.form-control:focus)[b-lbawu5fvrq],
:global(.invalid.form-select:focus)[b-lbawu5fvrq] {
    box-shadow: 0 0 0 3px rgba(240, 92, 74, 0.2), 0 8px 16px rgba(240, 92, 74, 0.1);
}

.form-actions[b-lbawu5fvrq] {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(197, 197, 197, 0.4);
}

:global(.validation-message)[b-lbawu5fvrq] {
    color: var(--owner-red);
    font-size: 0.8rem;
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-weight: 500;
}

.availability-panel[b-lbawu5fvrq] {
    border: 1px solid rgba(197, 197, 197, 0.6);
    border-radius: 1.1rem;
    padding: 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: #f9fafc;
    overflow-x: hidden;
}

.date-controls[b-lbawu5fvrq] {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 0.9rem;
    align-items: center;
}

.circle[b-lbawu5fvrq] {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 2px solid rgba(6, 52, 24, 0.4);
    background: #ffffff;
    font-size: 1.3rem;
    cursor: pointer;
    color: var(--owner-ink);
    transition: all var(--transition-smooth);
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle:hover[b-lbawu5fvrq] {
    border-color: var(--owner-blue);
    transform: translateY(-1px);
}

.date-display[b-lbawu5fvrq] {
    background: #ffffff;
    border-radius: 1rem;
    padding: 0.75rem 1.1rem;
    border: 1px solid rgba(197, 197, 197, 0.6);
}

.date-display strong[b-lbawu5fvrq] {
    display: block;
    color: var(--owner-ink);
    font-size: 0.95rem;
}

.date-display span[b-lbawu5fvrq] {
    font-size: 0.8rem;
    color: var(--owner-sub);
}

.date-input input[b-lbawu5fvrq] {
    border: 1px solid rgba(197, 197, 197, 0.8);
    border-radius: 0.9rem;
    padding: 0.7rem 0.9rem;
    cursor: pointer;
    transition: all var(--transition-smooth);
    background: #ffffff;
}

.date-input input:focus[b-lbawu5fvrq] {
    outline: none;
    border-color: var(--owner-blue);
    box-shadow: 0 0 0 3px rgba(12, 107, 81, 0.15);
}

.availability-header[b-lbawu5fvrq] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
}

.availability-header h4[b-lbawu5fvrq] {
    margin: 0.35rem 0 0.4rem;
    font-size: 1.1rem;
}

.availability-header p[b-lbawu5fvrq] {
    margin: 0;
    color: var(--owner-sub);
    font-size: 0.85rem;
}

.availability-summary[b-lbawu5fvrq] {
    background: #ffffff;
    border-radius: 0.9rem;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(197, 197, 197, 0.6);
    min-width: 180px;
    text-align: right;
}

.availability-summary span[b-lbawu5fvrq] {
    display: block;
    color: var(--owner-sub);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.availability-summary strong[b-lbawu5fvrq] {
    display: block;
    color: var(--owner-ink);
    font-size: 0.95rem;
    margin-top: 0.2rem;
}

.availability-state[b-lbawu5fvrq] {
    padding: 1rem 1.1rem;
    border-radius: 0.9rem;
    background: #ffffff;
    border: 1px dashed rgba(197, 197, 197, 0.8);
    color: var(--owner-sub);
    font-size: 0.9rem;
}

.availability-state.error[b-lbawu5fvrq] {
    border-style: solid;
    color: var(--owner-red);
    background: rgba(240, 92, 74, 0.08);
}

.timeline-grid[b-lbawu5fvrq] {
    border: 2px solid #063418;
    border-radius: 1.5rem;
    overflow: hidden;
    background: #ffffff;
    box-shadow: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.grid-header[b-lbawu5fvrq] {
    display: grid;
    grid-template-columns: minmax(200px, 0.9fr);
    grid-template-rows: 1fr;
    grid-auto-flow: column;
    grid-auto-columns: minmax(110px, 110px);
    grid-auto-rows: 1fr;
    background: linear-gradient(135deg, #effaf4 0%, rgba(244, 255, 249, 0.95) 100%);
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #063418;
    width: max-content;
    min-width: 100%;
}

.grid-header > div[b-lbawu5fvrq] {
    padding: 1rem 1.1rem;
    white-space: nowrap;
}

.grid-body[b-lbawu5fvrq] {
    display: flex;
    flex-direction: column;
}

.slot-row[b-lbawu5fvrq] {
    display: grid;
    grid-template-columns: minmax(200px, 0.9fr);
    grid-template-rows: 1fr;
    grid-auto-flow: column;
    grid-auto-columns: minmax(110px, 110px);
    grid-auto-rows: 1fr;
    border-bottom: 1.5px solid rgba(6, 52, 24, 0.15);
    transition: background var(--transition-smooth);
    column-gap: 0.4rem;
    padding: 0.2rem 0;
    width: max-content;
    min-width: 100%;
}

.slot-row:hover[b-lbawu5fvrq] {
    background: rgba(6, 52, 24, 0.02);
}

.slot-row:last-child[b-lbawu5fvrq] {
    border-bottom: none;
}

.slot-row:nth-child(even) .slot-cell[b-lbawu5fvrq] {
    background: rgba(6, 52, 24, 0.01);
}

.time-col[b-lbawu5fvrq] {
    padding: 1rem 1.1rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    position: sticky;
    left: 0;
    z-index: 4;
    border-right: 1.5px solid rgba(6, 52, 24, 0.15);
    box-shadow: 6px 0 10px rgba(13, 21, 36, 0.06);
}

.period[b-lbawu5fvrq] {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #063418;
    letter-spacing: 0.08em;
}

.time-col strong[b-lbawu5fvrq] {
    color: var(--owner-ink);
}

.time-col small[b-lbawu5fvrq] {
    color: var(--owner-ink);
    opacity: 0.65;
    font-size: 0.8rem;
}

.slot-cell[b-lbawu5fvrq] {
    border: none;
    border-left: 1.5px solid rgba(6, 52, 24, 0.15);
    padding: 0.55rem;
    background: #ffffff;
    cursor: pointer;
    font-weight: 600;
    transition: all var(--transition-smooth);
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    font-size: 0.85rem;
    color: #063418;
    box-sizing: border-box;
    border-radius: 10%;
}

.grid-header[b-lbawu5fvrq],
.grid-body[b-lbawu5fvrq],
.slot-row[b-lbawu5fvrq] {
    min-width: 520px;
}

.grid-header .time-col[b-lbawu5fvrq] {
    position: sticky;
    left: 0;
    z-index: 5;
    background: #f4f8ff;
    border-right: 1.5px solid rgba(6, 52, 24, 0.2);
}

.slot-cell span[b-lbawu5fvrq] {
    font-size: 0.85rem;
    display: block;
}

.slot-cell.is-available[b-lbawu5fvrq] {
    color: #063418;
    background: linear-gradient(135deg, rgba(6, 52, 24, 0.04), rgba(255, 255, 255, 0.98));
}

.slot-cell.is-available:hover[b-lbawu5fvrq] {
    background: linear-gradient(135deg, rgba(12, 107, 81, 0.14), rgba(199, 255, 65, 0.08));
    box-shadow: inset 0 0 0 2px rgba(12, 107, 81, 0.25);
    font-weight: 700;
    z-index: 2;
}

.slot-cell.is-booked[b-lbawu5fvrq] {
    cursor: not-allowed;
    color: var(--owner-ink);
    opacity: 0.35;
    background: linear-gradient(135deg, rgba(6, 52, 24, 0.05), rgba(6, 52, 24, 0.02));
    cursor: not-allowed;
}

.slot-cell.is-reserved[b-lbawu5fvrq] {
    cursor: not-allowed;
    color: #7a4b00;
    background: linear-gradient(135deg, rgba(242, 214, 170, 0.6), rgba(255, 248, 235, 0.95));
    box-shadow: inset 0 0 0 2px rgba(242, 214, 170, 0.8);
}

.slot-cell.is-past[b-lbawu5fvrq] {
    cursor: not-allowed;
    color: var(--owner-ink);
    opacity: 0.25;
    background: rgba(6, 52, 24, 0.02);
    cursor: not-allowed;
}

.slot-cell.is-selected[b-lbawu5fvrq] {
    background: linear-gradient(135deg, rgba(6, 52, 24, 0.12), rgba(12, 107, 81, 0.1));
    box-shadow: inset 0 0 0 2px rgba(6, 52, 24, 0.3);
    color: #063418 !important;
    transform: none;
    font-weight: 900;
    z-index: 3;
    border: 2px solid #063418;
    text-shadow: none;
}

.slot-cell.is-selected span[b-lbawu5fvrq] {
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #063418 !important;
}

.slot-cell.is-selected[b-lbawu5fvrq]::after {
    content: '✓';
    position: absolute;
    top: 3px;
    right: 5px;
    width: 24px;
    height: 24px;
    background: #063418;
    color: #ffffff;
    border: 2px solid #063418;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 900;
    box-shadow: none;
}

.legend-row[b-lbawu5fvrq] {
    display: flex;
    background: linear-gradient(135deg, rgba(6, 52, 24, 0.03), rgba(6, 52, 24, 0.01));
    flex-wrap: wrap;
    font-size: 0.9rem;
    margin: 1rem 0 0;
    padding: 1rem 1.2rem;
    background: linear-gradient(135deg, rgba(6, 52, 24, 0.05), rgba(255, 255, 255, 0.95));
    border-radius: 1rem;
    border: 2px solid #063418;
    color: var(--owner-sub);
}

.legend-row span[b-lbawu5fvrq] {
    display: flex;
    align-items: center;
    background: rgba(6, 52, 24, 0.01);
}

.legend[b-lbawu5fvrq] {
    background: linear-gradient(135deg, rgba(12, 107, 81, 0.14), rgba(199, 255, 65, 0.12));
    box-shadow: inset 0 0 0 2px rgba(12, 107, 81, 0.35);
    color: #063418 !important;
    border-radius: 4px;
    margin-right: 0.5rem;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    font-weight: 700;
    color: #063418 !important;
}

.legend.available[b-lbawu5fvrq] {
    background: linear-gradient(135deg, rgba(6, 52, 24, 0.2), rgba(6, 52, 24, 0.1));
    border: 1px solid rgba(6, 52, 24, 0.25);
}

.legend.selected[b-lbawu5fvrq] {
    background: linear-gradient(135deg, #0b4f39, #0c6b51);
    position: relative;
}

.legend.booked[b-lbawu5fvrq] {
    background: linear-gradient(135deg, rgba(6, 52, 24, 0.2), rgba(6, 52, 24, 0.08));
    border: 1px solid rgba(6, 52, 24, 0.2);
}

.legend.reserved[b-lbawu5fvrq] {
    background: linear-gradient(135deg, rgba(242, 214, 170, 0.9), rgba(255, 243, 226, 0.9));
    border: 1px solid rgba(122, 75, 0, 0.2);
}

.legend.past[b-lbawu5fvrq] {
    background: rgba(6, 52, 24, 0.12);
}

.empty-grid[b-lbawu5fvrq] {
    padding: 1rem;
    text-align: center;
    color: var(--owner-sub);
}
.inline-message[b-lbawu5fvrq] {
    color: #063418;
    background: rgba(12, 107, 81, 0.12);
    padding: 0.8rem 1rem;
    background: linear-gradient(135deg, rgba(6, 52, 24, 0.3), rgba(6, 52, 24, 0.15));
    border: 1px solid rgba(6, 52, 24, 0.3);
    border-left: 3px solid var(--owner-green);
    margin: 0.4rem 0 0;
}
.list-card header[b-lbawu5fvrq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, rgba(6, 52, 24, 0.25), rgba(6, 52, 24, 0.08));
    border: 1px solid rgba(6, 52, 24, 0.2);
    border-radius: 1rem;
    padding: 1rem 1.2rem;
    gap: 1rem;
}

.search-field[b-lbawu5fvrq] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    font-size: 0.9rem;
    color: var(--owner-ink);
}

.search-field span[b-lbawu5fvrq] {
    font-weight: 600;
    color: var(--owner-ink);
}

.search-field input[b-lbawu5fvrq] {
    border-radius: 0.6rem;
    border: 1px solid rgba(197, 197, 197, 0.8);
    padding: 0.7rem 0.9rem;
    font-size: 0.9rem;
    color: var(--owner-ink);
    transition: all var(--transition-smooth);
    background: #ffffff;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
}

.search-field input:focus[b-lbawu5fvrq] {
    outline: none;
    border-color: #063418;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(12, 107, 81, 0.12);
}

.owner-actions[b-lbawu5fvrq] {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.owner-actions .btn[b-lbawu5fvrq] {
    padding: 0.65rem 1.25rem;
}

.results-list[b-lbawu5fvrq] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 0.6rem;
    background: rgba(6, 52, 24, 0.08);
    border-radius: 0.9rem;
}

.result-item[b-lbawu5fvrq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(12, 107, 81, 0.16);
    background: #ffffff;
    cursor: pointer;
    text-align: left;
    transition: all var(--transition-smooth);
}

.result-item:hover[b-lbawu5fvrq] {
    border-color: var(--owner-blue);
    background: rgba(199, 255, 65, 0.18);
}

.result-item.is-selected[b-lbawu5fvrq] {
    border-color: var(--owner-blue);
    background: rgba(12, 107, 81, 0.12);
    box-shadow: 0 6px 16px rgba(12, 107, 81, 0.15);
}

.result-item strong[b-lbawu5fvrq] {
    color: #0c6b51;
    display: block;
}

.result-item span[b-lbawu5fvrq] {
    color: var(--owner-sub);
    font-size: 0.8rem;
    display: block;
}

.pill[b-lbawu5fvrq] {
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    background: rgba(6, 52, 24, 0.1);
    color: #063418;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.feedback-panel[b-lbawu5fvrq] {
    border: 1px solid rgba(197, 197, 197, 0.5);
    border-radius: 1rem;
    padding: 1rem;
    background: #f9fafc;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feedback-header[b-lbawu5fvrq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
}

.feedback-header strong[b-lbawu5fvrq] {
    color: var(--owner-ink);
}

.feedback-header span[b-lbawu5fvrq] {
    color: var(--owner-sub);
    font-size: 0.85rem;
}

.feedback-compose label[b-lbawu5fvrq] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    font-size: 0.9rem;
    color: var(--owner-ink);
}

.feedback-compose textarea[b-lbawu5fvrq] {
    border-radius: 0.6rem;
    border: 1px solid rgba(197, 197, 197, 0.8);
    padding: 0.75rem 0.9rem;
    font-size: 0.9rem;
    color: var(--owner-ink);
    transition: all var(--transition-smooth);
    background: #ffffff;
    font-family: inherit;
    min-height: 110px;
    resize: vertical;
}

.feedback-compose textarea:focus[b-lbawu5fvrq] {
    outline: none;
    border-color: #063418;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(12, 107, 81, 0.12);
}

.feedback-actions[b-lbawu5fvrq] {
    display: flex;
    justify-content: flex-start;
    margin-top: 0.4rem;
}

.feedback-list[b-lbawu5fvrq] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.feedback-item[b-lbawu5fvrq] {
    background: #ffffff;
    border: 1px solid rgba(12, 107, 81, 0.12);
    border-radius: 0.8rem;
    padding: 0.8rem 1rem;
    box-shadow: 0 6px 14px rgba(12, 107, 81, 0.08);
}

.feedback-item small[b-lbawu5fvrq] {
    color: var(--owner-sub);
    font-size: 0.75rem;
    display: block;
    margin-bottom: 0.4rem;
}

.helper[b-lbawu5fvrq] {
    color: var(--owner-sub);
    font-size: 0.85rem;
    margin: 0.3rem 0;
}

.session-list[b-lbawu5fvrq] {
    display: flex;
    flex-direction: column;
    background: rgba(6, 52, 24, 0.08);
    gap: 1rem;
    padding: 1rem;
    border-radius: 1rem;
}

.session-row[b-lbawu5fvrq] {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.2rem;
    background: #ffffff;
    border-radius: 0.9rem;
    border: 1px solid rgba(12, 107, 81, 0.12);
    box-shadow: 0 4px 12px rgba(12, 107, 81, 0.12);
    transition: all var(--transition-smooth);
}

.session-row:hover[b-lbawu5fvrq] {
    border-color: var(--owner-blue);
    background: rgba(199, 255, 65, 0.18);
    box-shadow: 0 6px 16px rgba(12, 107, 81, 0.16);
}

.session-row strong[b-lbawu5fvrq] {
    color: #0c6b51;
    display: block;
}

.session-row p[b-lbawu5fvrq] {
    margin: 0.3rem 0 0;
    color: var(--owner-sub);
    font-size: 0.85rem;
}

.row-actions[b-lbawu5fvrq] {
    display: flex;
    gap: 0.6rem;
}

.slot-count[b-lbawu5fvrq] {
    display: block;
    text-align: right;
    color: var(--owner-sub);
    font-size: 0.85rem;
    font-weight: 500;
}

.status-pill[b-lbawu5fvrq] {
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
}

.status-open[b-lbawu5fvrq] {
    background: var(--owner-green);
}

.status-full[b-lbawu5fvrq] {
    background: var(--owner-red);
}

.status-ongoing[b-lbawu5fvrq] {
    background: var(--owner-blue);
}

.status-completed[b-lbawu5fvrq] {
    background: var(--owner-gray);
}

.status-cancelled[b-lbawu5fvrq] {
    background: #a0a8b6;
}

.status-draft[b-lbawu5fvrq] {
    background: #6b7280;
}

.status-closed[b-lbawu5fvrq] {
    background: #f59e0b;
}

.status-bracket[b-lbawu5fvrq] {
    background: var(--owner-gold);
    color: #1f2937;
}

.tournament-actions[b-lbawu5fvrq] {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.division-stack[b-lbawu5fvrq] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 1.2rem;
    border-radius: 1rem;
    border: 1px solid rgba(197, 197, 197, 0.5);
    background: #f9fafc;
}

.division-header[b-lbawu5fvrq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.division-header h4[b-lbawu5fvrq] {
    margin: 0;
    font-size: 1rem;
}

.division-header p[b-lbawu5fvrq] {
    margin: 0.2rem 0 0;
    color: var(--owner-sub);
    font-size: 0.85rem;
}

.division-row[b-lbawu5fvrq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem 1rem;
    align-items: end;
    padding: 0.8rem;
    border-radius: 0.9rem;
    background: #ffffff;
    border: 1px solid rgba(197, 197, 197, 0.4);
}

.division-actions[b-lbawu5fvrq] {
    display: flex;
    justify-content: flex-end;
    grid-column: span 2;
}

.court-chip-list[b-lbawu5fvrq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.court-chip[b-lbawu5fvrq] {
    border-radius: 999px;
    border: 1px solid rgba(12, 107, 81, 0.3);
    background: #ffffff;
    padding: 0.45rem 0.9rem;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all var(--transition-smooth);
}

.court-chip.is-selected[b-lbawu5fvrq] {
    background: rgba(199, 255, 65, 0.18);
    border-color: var(--owner-blue);
    color: var(--owner-ink);
    font-weight: 600;
}

.owner-state[b-lbawu5fvrq] {
    font-family: "Space Grotesk", "Clash Display", sans-serif;
    padding: 3rem;
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    margin: 2rem auto;
    max-width: 720px;
    text-align: center;
}

.owner-state p[b-lbawu5fvrq] {
    color: var(--owner-sub);
}

.eyebrow[b-lbawu5fvrq] {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.75rem;
    color: #0c6b51;
}

.modal-overlay[b-lbawu5fvrq] {
    position: fixed;
    inset: 0;
    background: rgba(9, 14, 22, 0.45);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 2.5rem 1.5rem;
    z-index: var(--z-modal);
    overflow-y: auto;
    backdrop-filter: blur(8px);
}

.modal-card[b-lbawu5fvrq] {
    width: min(860px, 100%);
    background: #ffffff;
    border-radius: 1.2rem;
    padding: clamp(1.25rem, 2vw, 1.75rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 24px 48px rgba(11, 17, 32, 0.2);
    border: 1px solid rgba(197, 197, 197, 0.5);
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-card .form-grid label[b-lbawu5fvrq] {
    gap: 0.35rem;
}

.modal-card .form-grid label span[b-lbawu5fvrq] {
    font-weight: 600;
    color: #0b1528;
    font-size: 0.9rem;
    letter-spacing: 0.2px;
}

.modal-card .form-grid[b-lbawu5fvrq]  input,
.modal-card .form-grid[b-lbawu5fvrq]  textarea,
.modal-card .form-grid[b-lbawu5fvrq]  select {
    border-radius: 0.55rem;
    border: 1px solid #c5c5c5;
    padding: 0.85rem 1rem;
    font-size: 0.9rem;
    color: #0b1528;
    transition: all 0.2s ease;
    background: #ffffff;
    font-family: inherit;
}

.modal-card .form-grid[b-lbawu5fvrq]  input:focus,
.modal-card .form-grid[b-lbawu5fvrq]  textarea:focus,
.modal-card .form-grid[b-lbawu5fvrq]  select:focus {
    outline: none;
    border-color: #063418;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(12, 107, 81, 0.12);
}

.modal-card .form-grid[b-lbawu5fvrq]  input::placeholder,
.modal-card .form-grid[b-lbawu5fvrq]  textarea::placeholder {
    color: rgba(11, 21, 40, 0.4);
}

.modal-card header[b-lbawu5fvrq] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    border-bottom: 1px solid rgba(197, 197, 197, 0.4);
    padding-bottom: 0.75rem;
}

.modal-card header h3[b-lbawu5fvrq] {
    margin: 0.35rem 0 0;
    font-size: 1.35rem;
}

.modal-card .btn[b-lbawu5fvrq] {
    border: none;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.modal-card .btn.primary[b-lbawu5fvrq] {
    background-color: #063418;
    color: #ffffff;
    padding: 0.75rem 1.6rem;
    border: 1px solid #063418;
    box-shadow: 0 16px 28px rgba(6, 52, 24, 0.25);
}

.modal-card .btn.primary:not(:disabled):hover[b-lbawu5fvrq] {
    background-color: #0c6b51;
    border-color: #0c6b51;
    box-shadow: 0 20px 32px rgba(12, 107, 81, 0.3);
}

.modal-card .btn.primary:not(:disabled):active[b-lbawu5fvrq] {
    background-color: #063418;
    border-color: #063418;
    box-shadow: 0 14px 24px rgba(6, 52, 24, 0.22);
}

.modal-card .btn.ghost[b-lbawu5fvrq] {
    background: transparent;
    border: 1px solid rgba(6, 52, 24, 0.25);
    color: #063418;
    padding: 0.6rem 1.25rem;
    box-shadow: none;
}

.modal-card .btn:not(:disabled):hover[b-lbawu5fvrq] {
    transform: translateY(-2px);
}

.modal-card .btn:disabled[b-lbawu5fvrq] {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}

.modal-close[b-lbawu5fvrq] {
    font-size: 1.9rem;
    line-height: 1;
    padding: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(11, 17, 32, 0.12);
    background: #ffffff;
    box-shadow: 0 6px 14px rgba(12, 42, 58, 0.12);
    transition: all var(--transition-smooth);
}

.modal-card .modal-close[b-lbawu5fvrq] {
    color: #0b1528;
    border: 1px solid rgba(11, 17, 32, 0.12);
    background: #ffffff;
    padding: 0;
}

.modal-close:hover[b-lbawu5fvrq] {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(12, 42, 58, 0.18);
    border-color: rgba(11, 17, 32, 0.22);
}

.btn.primary[b-lbawu5fvrq] {
    border: 1px solid #063418;
    border-radius: 999px;
    padding: 1.1rem 2.8rem;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    background-color: #063418;
    color: #ffffff;
    box-shadow: 0 14px 24px rgba(6, 52, 24, 0.18);
    transition: all var(--transition-smooth);
    letter-spacing: 0.04em;
    text-transform: none;
    font-family: inherit;
    line-height: 1.6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    white-space: nowrap;
}

.btn.primary:hover:not(:disabled)[b-lbawu5fvrq] {
    transform: translateY(-3px);
    box-shadow: 0 18px 28px rgba(12, 107, 81, 0.22);
    background-color: #0c6b51;
    border-color: #0c6b51;
}

.btn.primary:active:not(:disabled)[b-lbawu5fvrq] {
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(6, 52, 24, 0.18);
    background-color: #063418;
    border-color: #063418;
}

.btn.primary:disabled[b-lbawu5fvrq] {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
    background-color: rgba(6, 52, 24, 0.35);
    border-color: rgba(6, 52, 24, 0.35);
    color: rgba(255, 255, 255, 0.8);
    transform: none;
}

.btn.ghost[b-lbawu5fvrq] {
    border: 1px solid var(--owner-outline);
    border-radius: 999px;
    padding: 1rem 2rem;
    background: transparent;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    color: #0b1120;
    transition: all var(--transition-smooth);
    box-shadow: none;
    text-transform: none;
    letter-spacing: 0.02em;
}

.btn.ghost:hover[b-lbawu5fvrq] {
    background: rgba(6, 52, 24, 0.08);
    border-color: #063418;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(6, 52, 24, 0.12);
}

.btn.secondary[b-lbawu5fvrq] {
    border: 1px solid var(--owner-outline);
    border-radius: 999px;
    padding: 1rem 2rem;
    background: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    color: #063418;
    transition: all var(--transition-smooth);
    box-shadow: none;
    text-transform: none;
    letter-spacing: 0.02em;
}

.btn.secondary:hover:not(:disabled)[b-lbawu5fvrq] {
    background: rgba(6, 52, 24, 0.08);
    border-color: #063418;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(6, 52, 24, 0.12);
}

.btn.tiny[b-lbawu5fvrq] {
    border: 1px solid var(--owner-outline);
    border-radius: 999px;
    padding: 0.55rem 1.2rem;
    background: #ffffff;
    font-weight: 600;
    font-size: 0.78rem;
    cursor: pointer;
    color: #0b1120;
    transition: all var(--transition-smooth);
    box-shadow: none;
    text-transform: none;
    letter-spacing: 0.02em;
}

.btn.tiny.edit[b-lbawu5fvrq] {
    background: linear-gradient(135deg, rgba(12, 107, 81, 0.18), rgba(6, 52, 24, 0.08));
    border-color: rgba(12, 107, 81, 0.35);
    color: #063418;
}

.btn.tiny.edit:hover[b-lbawu5fvrq] {
    background: linear-gradient(135deg, rgba(12, 107, 81, 0.28), rgba(6, 52, 24, 0.15));
    border-color: rgba(12, 107, 81, 0.55);
}

.btn.tiny:hover[b-lbawu5fvrq] {
    background: rgba(6, 52, 24, 0.08);
    border-color: #063418;
}

.btn.tiny.ghost[b-lbawu5fvrq] {
    background: transparent;
}


.owner-state.loading .ring[b-lbawu5fvrq] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 4px solid rgba(12, 107, 81, 0.2);
    border-top-color: #0c6b51;
    margin: 0 auto 1rem;
    animation: spin-b-lbawu5fvrq 1s linear infinite;
}

@keyframes spin-b-lbawu5fvrq {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .owner-hero[b-lbawu5fvrq] {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-grid[b-lbawu5fvrq] {
        grid-template-columns: 1fr;
    }

    .form-grid .span-2[b-lbawu5fvrq] {
        grid-column: span 1;
    }

    .field-row[b-lbawu5fvrq] {
        grid-template-columns: 1fr;
    }

    .availability-header[b-lbawu5fvrq] {
        flex-direction: column;
        align-items: flex-start;
    }

    .availability-summary[b-lbawu5fvrq] {
        width: 100%;
        text-align: left;
    }

    .date-controls[b-lbawu5fvrq] {
        grid-template-columns: auto minmax(0, 1fr) auto;
        row-gap: 0.6rem;
    }

    .date-input[b-lbawu5fvrq] {
        grid-column: 1 / -1;
        width: 100%;
    }

    .date-input input[b-lbawu5fvrq] {
        width: 100%;
    }

    .date-display[b-lbawu5fvrq] {
        min-width: 0;
        white-space: normal;
    }

    .session-row[b-lbawu5fvrq] {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .slot-count[b-lbawu5fvrq] {
        text-align: left;
    }

    .row-actions[b-lbawu5fvrq] {
        display: flex;
        gap: 0.5rem;
        width: 100%;
    }

    .btn.tiny[b-lbawu5fvrq] {
        flex: 1;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .owner-page[b-lbawu5fvrq] {
        padding: 0;
        gap: 1.5rem;
    }

    .owner-hero[b-lbawu5fvrq] {
        padding: 1.5rem;
        border-radius: 1.25rem;
    }

    .owner-hero h1[b-lbawu5fvrq] {
        font-size: 1.7rem;
    }

    .owner-grid[b-lbawu5fvrq] {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .operator-grid-top[b-lbawu5fvrq] {
        grid-template-columns: 1fr;
    }

    .owner-card[b-lbawu5fvrq] {
        padding: 1.25rem;
        border-radius: 1.1rem;
    }

    .list-card header[b-lbawu5fvrq] {
        flex-direction: column;
        align-items: flex-start;
    }

    .row-actions[b-lbawu5fvrq] {
        width: 100%;
        flex-wrap: wrap;
    }

    .row-actions .btn[b-lbawu5fvrq] {
        flex: 1 1 auto;
        min-width: 140px;
        justify-content: center;
    }

    .modal-overlay[b-lbawu5fvrq] {
        padding: 1.5rem 1rem;
        align-items: flex-start;
    }

    .modal-card[b-lbawu5fvrq] {
        padding: 1.25rem;
        border-radius: 1rem;
        margin-top: 0.5rem;
    }

    .modal-card header[b-lbawu5fvrq] {
        flex-direction: row;
        align-items: center;
    }

    .date-controls[b-lbawu5fvrq] {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 0.6rem;
        row-gap: 0.6rem;
    }

    .date-display[b-lbawu5fvrq] {
        padding: 0.6rem 0.8rem;
        min-width: 0;
        white-space: normal;
    }

    .date-input[b-lbawu5fvrq] {
        width: 100%;
    }

    .date-input input[b-lbawu5fvrq] {
        width: 100%;
    }

    .availability-panel[b-lbawu5fvrq] {
        padding: 1rem;
    }

    .grid-header[b-lbawu5fvrq],
    .slot-row[b-lbawu5fvrq] {
        grid-template-columns: minmax(96px, 0.7fr);
        grid-template-rows: 1fr;
        grid-auto-flow: column;
        grid-auto-columns: minmax(72px, 1fr);
        grid-auto-rows: 1fr;
        column-gap: 0.4rem;
        width: 100%;
    }

    .timeline-grid[b-lbawu5fvrq] {
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 0.8rem;
    }

    .grid-header[b-lbawu5fvrq],
    .grid-body[b-lbawu5fvrq],
    .slot-row[b-lbawu5fvrq] {
        min-width: 100%;
    }

    .grid-header[b-lbawu5fvrq] {
        position: sticky;
        top: 0;
        z-index: 4;
        background: #ffffff;
    }

    .time-col[b-lbawu5fvrq],
    .slot-cell[b-lbawu5fvrq] {
        padding: 0.35rem;
    }

    .grid-header > div[b-lbawu5fvrq] {
        padding: 0.45rem 0.4rem;
        font-size: 0.6rem;
    }

    .grid-header > div:not(.time-col)[b-lbawu5fvrq] {
        padding-left: 0.7rem;
    }

    .grid-header .time-col[b-lbawu5fvrq] {
        padding-right: 0.7rem;
    }

    .time-col strong[b-lbawu5fvrq] {
        font-size: 0.75rem;
    }

    .time-col small[b-lbawu5fvrq] {
        font-size: 0.6rem;
    }

    .slot-cell[b-lbawu5fvrq] {
        min-height: 36px;
        font-size: 0.65rem;
    }

    .slot-cell span[b-lbawu5fvrq] {
        font-size: 0.65rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .slot-cell.is-selected[b-lbawu5fvrq],
    .slot-cell.is-selected span[b-lbawu5fvrq] {
        font-size: 0.65rem;
        letter-spacing: 0;
    }

    .time-col .period[b-lbawu5fvrq] {
        display: none;
    }

    .grid-header .time-col[b-lbawu5fvrq],
    .slot-row .time-col[b-lbawu5fvrq] {
        position: sticky;
        left: 0;
        z-index: 5;
        background: #ffffff;
        border-right: 1px solid rgba(6, 52, 24, 0.2);
        box-shadow: 6px 0 10px rgba(6, 52, 24, 0.06);
    }

    .grid-header .time-col[b-lbawu5fvrq] {
        z-index: 6;
        background: #ffffff;
    }

    .slot-cell[b-lbawu5fvrq] {
        z-index: 1;
    }

    .form-actions[b-lbawu5fvrq] {
        flex-direction: column;
        align-items: stretch;
    }

    .form-actions .btn[b-lbawu5fvrq] {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .field-input[b-lbawu5fvrq],
    .field-select[b-lbawu5fvrq],
    .field-textarea[b-lbawu5fvrq],
    .btn[b-lbawu5fvrq],
    .session-row[b-lbawu5fvrq],
    .form-grid label.checkbox[b-lbawu5fvrq],
    .owner-card[b-lbawu5fvrq] {
        transition: none;
    }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/CourtOwnerSettings.razor.rz.scp.css */
.owner-settings-page[b-cupbuggtfq] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 3rem;
    display: grid;
    gap: 1.75rem;
}

.settings-hero[b-cupbuggtfq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    background: var(--surface-1);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: var(--shadow-soft);
}

.settings-hero h1[b-cupbuggtfq] {
    font-size: 2rem;
    margin-bottom: 0.35rem;
}

.settings-hero p[b-cupbuggtfq] {
    color: rgba(15, 23, 42, 0.7);
    max-width: 520px;
}

.eyebrow[b-cupbuggtfq] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    color: rgba(15, 23, 42, 0.6);
    margin-bottom: 0.35rem;
}

.hero-metric[b-cupbuggtfq] {
    background: var(--surface-2);
    border-radius: 1.1rem;
    padding: 1.25rem 1.5rem;
    min-width: 140px;
    text-align: center;
}

.hero-metric span[b-cupbuggtfq] {
    display: block;
    font-size: 0.8rem;
    color: rgba(15, 23, 42, 0.6);
}

.hero-metric strong[b-cupbuggtfq] {
    font-size: 1.8rem;
}

.settings-panel[b-cupbuggtfq] {
    background: var(--surface-1);
    border-radius: 1.5rem;
    padding: 1.75rem;
    box-shadow: var(--shadow-soft);
    display: grid;
    gap: 1.25rem;
}

.settings-panel header[b-cupbuggtfq] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.settings-panel h2[b-cupbuggtfq] {
    font-size: 1.5rem;
    margin-bottom: 0.35rem;
}

.settings-panel header p[b-cupbuggtfq] {
    color: rgba(15, 23, 42, 0.7);
    max-width: 520px;
}

.settings-table[b-cupbuggtfq] {
    display: grid;
    gap: 0.75rem;
}

.settings-row[b-cupbuggtfq] {
    display: grid;
    grid-template-columns: minmax(220px, 1.2fr) 140px 180px 220px;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.settings-row.header[b-cupbuggtfq] {
    background: transparent;
    border: none;
    padding: 0 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.7rem;
    color: rgba(15, 23, 42, 0.55);
}

.court-info strong[b-cupbuggtfq] {
    font-size: 1rem;
}

.court-info small[b-cupbuggtfq] {
    display: block;
    font-size: 0.85rem;
    color: rgba(15, 23, 42, 0.6);
}

.status-pill[b-cupbuggtfq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
}

.status-pill.is-active[b-cupbuggtfq] {
    background: rgba(14, 165, 233, 0.12);
    color: #06384a;
}

.status-pill.is-inactive[b-cupbuggtfq] {
    background: rgba(15, 23, 42, 0.08);
    color: rgba(15, 23, 42, 0.65);
}

.toggle-control[b-cupbuggtfq] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #0f172a;
}

.toggle-input[b-cupbuggtfq] {
    width: 18px;
    height: 18px;
    accent-color: var(--accent);
}

.inline-message[b-cupbuggtfq] {
    color: rgba(15, 23, 42, 0.7);
    font-weight: 600;
}

.settings-state[b-cupbuggtfq] {
    max-width: 760px;
    margin: 4rem auto;
    background: var(--surface-1);
    border-radius: 1.5rem;
    padding: 2.5rem;
    text-align: center;
    box-shadow: var(--shadow-soft);
    display: grid;
    gap: 0.75rem;
}

.settings-state p[b-cupbuggtfq] {
    color: rgba(15, 23, 42, 0.7);
}

.settings-state .btn[b-cupbuggtfq] {
    justify-self: center;
}

@media (max-width: 720px) {
    .settings-row[b-cupbuggtfq] {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .settings-row.header[b-cupbuggtfq] {
        display: none;
    }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/Courts.razor.rz.scp.css */
:root[b-mvluz38tv8] {
    --navy: #041427;
    --sea: #063418;
    --aqua: #0c6b51;
    --citrus: #ffa640;
    --moss: #0b4f39;
    --frost: #f4f8ff;
}

.courts-page[b-mvluz38tv8] {
    font-family: 'Space Grotesk', 'Sora', sans-serif;
    padding: 1.2rem clamp(1.5rem, 5vw, 4rem) 2.5rem;
    margin: 0 auto;
    width: min(1240px, 100%);
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    color: var(--navy);
}

.filters-panel[b-mvluz38tv8] {
    background: #ffffff;
    border-radius: 1.2rem;
    padding: 1.1rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid rgba(8, 24, 40, 0.05);
    box-shadow: 0 22px 45px rgba(8, 24, 40, 0.06);
}

.courts-loading[b-mvluz38tv8] {
    background: #ffffff;
    border-radius: 1.4rem;
    padding: 2.5rem 1.5rem;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
    border: 1px solid rgba(8, 24, 40, 0.06);
    box-shadow: 0 20px 50px rgba(8, 24, 40, 0.08);
    text-align: center;
}

.courts-loading .pickleball-loader[b-mvluz38tv8] {
    width: 150px;
    height: 150px;
    filter: drop-shadow(0 18px 32px rgba(8, 24, 40, 0.25));
}

.courts-loading h3[b-mvluz38tv8] {
    font-size: 1.25rem;
    margin: 0;
    color: #102538;
}

.courts-loading p[b-mvluz38tv8] {
    margin: 0;
    color: #5b6b7b;
}

.filters-top[b-mvluz38tv8] {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.65fr) auto;
    gap: 1rem;
    align-items: center;
}

.filters-toggle[b-mvluz38tv8] {
    display: none;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(8, 24, 40, 0.12);
    background: #f8fafc;
    color: #213145;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    justify-self: end;
}

.filters-toggle svg[b-mvluz38tv8] {
    width: 0.9rem;
    height: 0.9rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    transition: transform 0.2s ease;
}

.filters-toggle svg.is-open[b-mvluz38tv8] {
    transform: rotate(180deg);
}

.filters-extra[b-mvluz38tv8] {
    display: block;
}

.filters-top .city-inline[b-mvluz38tv8] {
    display: none;
    align-items: center;
    gap: 0.65rem;
    min-width: 185px;
}

.city-inline select[b-mvluz38tv8] {
    border-radius: 0.85rem;
    padding: 0.5rem 0.9rem;
    border: 1px solid rgba(8, 24, 40, 0.15);
    background: #ffffff;
}

.city-caption[b-mvluz38tv8] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6b7a8d;
}

.filters-bottom[b-mvluz38tv8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: flex-end;
}

.search-control[b-mvluz38tv8] {
    background: #ffffff;
    border: 1px solid rgba(8, 24, 40, 0.08);
    border-radius: 999px;
    padding: 0.55rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.search-control svg[b-mvluz38tv8] {
    width: 1.1rem;
    height: 1.1rem;
    fill: rgba(8, 24, 40, 0.45);
}

.search-control input[b-mvluz38tv8] {
    border: none;
    outline: none;
    width: 100%;
    font-size: 1rem;
    background: transparent;
}

.filter-stats[b-mvluz38tv8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.75rem;
    min-width: 220px;
}

.filter-stats div[b-mvluz38tv8] {
    background: var(--frost);
    border-radius: 0.9rem;
    padding: 0.65rem 0.9rem;
    border: 1px solid rgba(8, 24, 40, 0.06);
}

.filter-stats span[b-mvluz38tv8] {
    display: block;
    font-size: 0.75rem;
    color: #6b7a8d;
}

.filter-stats strong[b-mvluz38tv8] {
    font-size: 1.1rem;
}

.city-select[b-mvluz38tv8] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.9rem;
    min-width: 185px;
}

.city-select select[b-mvluz38tv8] {
    border-radius: 0.85rem;
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(8, 24, 40, 0.15);
    background: #ffffff;
}

.sort-tabs[b-mvluz38tv8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.75rem;
    flex: 1;
}

.sort-tab[b-mvluz38tv8] {
    border-radius: 1rem;
    border: 1px solid rgba(8, 24, 40, 0.12);
    background: #f8fafc;
    padding: 0.75rem 1rem;
    text-align: left;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.sort-tab strong[b-mvluz38tv8] {
    display: block;
    font-size: 0.95rem;
}

.sort-tab span[b-mvluz38tv8] {
    font-size: 0.8rem;
    color: #5c6a7c;
}

.sort-tab.is-active[b-mvluz38tv8] {
    border-color: var(--aqua);
    background: linear-gradient(135deg, rgba(25, 194, 176, 0.15), rgba(25, 194, 176, 0.05));
    box-shadow: 0 12px 28px rgba(25, 194, 176, 0.25);
    transform: translateY(-2px);
}


.courts-grid[b-mvluz38tv8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 420px));
    gap: 1.25rem;
    justify-content: start;
    justify-items: start;
}

.courts-grid.single[b-mvluz38tv8] {
    max-width: 640px;
    margin: 0;
    grid-template-columns: 1fr;
}

.court-card[b-mvluz38tv8] {
    border-radius: 1.5rem;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 25px 45px rgba(8, 24, 40, 0.08);
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    max-width: 420px;
    height: auto;
    width: 100%;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-modal[b-mvluz38tv8] {
    position: fixed;
    inset: 0;
    background: rgba(6, 22, 38, 0.6);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 1.5rem 1rem 6rem;
    z-index: 1400;
    backdrop-filter: blur(6px);
}

.search-modal-card[b-mvluz38tv8] {
    width: min(720px, 100%);
    background: #ffffff;
    border-radius: 1.5rem;
    border: 1px solid rgba(8, 24, 40, 0.1);
    box-shadow: 0 30px 60px rgba(6, 22, 38, 0.25);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.search-modal-card header[b-mvluz38tv8] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.search-modal-eyebrow[b-mvluz38tv8] {
    margin: 0 0 0.35rem;
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #0c6b51;
    font-weight: 700;
}

.search-modal-card h2[b-mvluz38tv8] {
    margin: 0;
    font-size: 1.4rem;
    color: #102538;
}

.search-modal-close[b-mvluz38tv8] {
    border: none;
    background: rgba(8, 24, 40, 0.08);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.4rem;
    color: #102538;
    display: grid;
    place-items: center;
}

.search-modal-body[b-mvluz38tv8] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.search-modal-row[b-mvluz38tv8] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.85rem;
}

.search-modal .city-inline[b-mvluz38tv8] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.search-modal .city-inline.is-visible[b-mvluz38tv8] {
    display: flex;
}

.search-modal footer[b-mvluz38tv8] {
    display: flex;
    justify-content: flex-end;
}

.modal-apply[b-mvluz38tv8] {
    border: none;
    border-radius: 999px;
    padding: 0.7rem 1.6rem;
    font-weight: 700;
    background: #063418;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(6, 52, 24, 0.25);
}

.court-card:not(.skeleton)[b-mvluz38tv8] {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
    animation: cardEnter-b-mvluz38tv8 0.65s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.courts-grid .court-card:nth-child(1)[b-mvluz38tv8] {
    animation-delay: 0.05s;
}

.courts-grid .court-card:nth-child(2)[b-mvluz38tv8] {
    animation-delay: 0.1s;
}

.courts-grid .court-card:nth-child(3)[b-mvluz38tv8] {
    animation-delay: 0.15s;
}

.courts-grid .court-card:nth-child(4)[b-mvluz38tv8] {
    animation-delay: 0.2s;
}

.courts-grid .court-card:nth-child(5)[b-mvluz38tv8] {
    animation-delay: 0.25s;
}

.courts-grid .court-card:nth-child(6)[b-mvluz38tv8] {
    animation-delay: 0.3s;
}

.courts-grid .court-card:nth-child(7)[b-mvluz38tv8] {
    animation-delay: 0.35s;
}

.courts-grid .court-card:nth-child(8)[b-mvluz38tv8] {
    animation-delay: 0.4s;
}

.courts-grid .court-card:nth-child(n+9)[b-mvluz38tv8] {
    animation-delay: 0.45s;
}

.court-card:hover[b-mvluz38tv8] {
    transform: translateY(-6px);
    border-color: rgba(12, 107, 81, 0.6);
    box-shadow: 0 30px 55px rgba(6, 52, 24, 0.18);
}

.court-card.is-highlighted[b-mvluz38tv8] {
    border-color: var(--citrus);
    box-shadow: 0 35px 60px rgba(255, 166, 64, 0.35);
}

.card-media[b-mvluz38tv8] {
    position: relative;
    min-height: 180px;
    background: #063418;
}

.card-media img[b-mvluz38tv8] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-badges[b-mvluz38tv8] {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    display: flex;
    gap: 0.4rem;
}

.pill[b-mvluz38tv8] {
    display: inline-flex;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    backdrop-filter: blur(6px);
    background: rgba(8, 24, 40, 0.6);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.rate-pill[b-mvluz38tv8] {
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    background: rgba(8, 24, 40, 0.8);
    color: #ffffff;
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
}

.card-body[b-mvluz38tv8] {
    padding: 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.card-heading[b-mvluz38tv8] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.card-eyebrow[b-mvluz38tv8] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    color: #7a8698;
    margin: 0 0 0.2rem 0;
}

.card-heading h3[b-mvluz38tv8] {
    margin: 0;
    font-size: 1.35rem;
}

.card-location[b-mvluz38tv8] {
    margin: 0.2rem 0 0 0;
    color: #5c6a7c;
}

.card-meta[b-mvluz38tv8] {
    text-align: right;
    font-size: 0.9rem;
    color: #0c6b51;
    font-weight: 600;
}

.amenities[b-mvluz38tv8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.amenity-chip[b-mvluz38tv8] {
    padding: 0.35rem 0.75rem;
    border-radius: 0.75rem;
    background: rgba(12, 107, 81, 0.12);
    color: var(--moss);
    font-size: 0.8rem;
    font-weight: 600;
}

.card-actions[b-mvluz38tv8] {
    display: flex;
    justify-content: flex-start;
    gap: 0.6rem;
    align-items: center;
}

.ghost-button[b-mvluz38tv8],
.primary-button[b-mvluz38tv8] {
    min-width: 0;
    border-radius: 0.85rem;
    padding: 0.65rem 0.95rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.ghost-button[b-mvluz38tv8] {
    background: rgba(8, 24, 40, 0.05);
    color: var(--navy);
    text-align: center;
}

.primary-button[b-mvluz38tv8] {
    border: 1px solid #063418;
    border-radius: 999px;
    padding: 0.7rem 1.25rem;
    font-size: 0.85rem;
    background-color: #063418;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(6, 52, 24, 0.28);
    letter-spacing: 0.02em;
    text-transform: none;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    white-space: nowrap;
    min-width: 120px;
    max-width: 160px;
}

.ghost-button:hover[b-mvluz38tv8] {
    transform: translateY(-2px);
}

.primary-button:hover[b-mvluz38tv8] {
    transform: translateY(-3px);
    background-color: #0c6b51;
    border-color: #0c6b51;
    box-shadow: 0 22px 36px rgba(12, 107, 81, 0.35);
}

.primary-button:active[b-mvluz38tv8] {
    transform: translateY(-1px);
    background-color: #063418;
    border-color: #063418;
    box-shadow: 0 12px 24px rgba(6, 52, 24, 0.35);
}

.state-card[b-mvluz38tv8] {
    border-radius: 1.25rem;
    padding: 2rem;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 25px 45px rgba(8, 24, 40, 0.08);
}

.state-card.error[b-mvluz38tv8] {
    border: 1px solid rgba(240, 65, 65, 0.3);
}

.state-card.empty[b-mvluz38tv8] {
    border: 1px solid rgba(12, 107, 81, 0.3);
}

.state-card button[b-mvluz38tv8] {
    margin-top: 1rem;
    border: none;
    border-radius: 999px;
    padding: 0.65rem 1.5rem;
    background: var(--aqua);
    color: #012121;
    font-weight: 600;
    cursor: pointer;
}

.court-card.skeleton[b-mvluz38tv8] {
    pointer-events: none;
    animation: pulse-b-mvluz38tv8 1.4s ease-in-out infinite;
}

.court-card.skeleton .card-media[b-mvluz38tv8] {
    min-height: 140px;
    background: linear-gradient(90deg, #e3e8f0 25%, #f4f6fb 37%, #e3e8f0 63%);
    background-size: 400% 100%;
}

.skeleton-line[b-mvluz38tv8] {
    height: 0.8rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #e3e8f0 25%, #f4f6fb 37%, #e3e8f0 63%);
    background-size: 400% 100%;
}

.skeleton-line.short[b-mvluz38tv8] {
    width: 60%;
}

@keyframes cardEnter-b-mvluz38tv8 {
    0% {
        opacity: 0;
        transform: translateY(24px) scale(0.98);
    }
    60% {
        opacity: 1;
        transform: translateY(-2px) scale(1);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes pulse-b-mvluz38tv8 {
    0% {
        opacity: 0.9;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 0.9;
    }
}

@media (max-width: 992px) {
    .filters-top[b-mvluz38tv8],
    .filters-bottom[b-mvluz38tv8] {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 640px) {
    .courts-page[b-mvluz38tv8] {
        padding: 0;
    }

    .filters-panel[b-mvluz38tv8] {
        display: none;
    }

    .filters-panel[b-mvluz38tv8],
    .card-body[b-mvluz38tv8] {
        padding: 1.25rem;
    }
}

/* Mobile-first layout defaults */
.courts-page[b-mvluz38tv8] {
    padding: 0;
    padding-bottom: calc(6rem + env(safe-area-inset-bottom, 0px));
    width: 100%;
    margin: 0;
}

.filters-top[b-mvluz38tv8] {
    grid-template-columns: 1fr;
    align-items: stretch;
}

.filters-toggle[b-mvluz38tv8] {
    display: inline-flex;
    justify-self: center;
    margin: 0 auto;
}

.filters-extra[b-mvluz38tv8] {
    display: none;
    gap: 1rem;
}

.filters-panel.is-open .filters-extra[b-mvluz38tv8] {
    display: flex;
    flex-direction: column;
}

.filters-panel.is-open .filters-top .city-inline[b-mvluz38tv8] {
    display: flex;
}

.filters-top.extras-row[b-mvluz38tv8] {
    grid-template-columns: 1fr;
}

.filter-stats[b-mvluz38tv8] {
    min-width: 0;
}

.filters-bottom[b-mvluz38tv8] {
    flex-direction: column;
    align-items: stretch;
}

.courts-grid[b-mvluz38tv8] {
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
}

.court-card[b-mvluz38tv8] {
    max-width: 100%;
}

.card-actions[b-mvluz38tv8] {
    justify-content: flex-start;
    gap: 0.5rem;
}

@media (min-width: 992px) {
    .courts-page[b-mvluz38tv8] {
        padding: 1.2rem clamp(1.5rem, 5vw, 4rem) 2.5rem;
        margin: 0 auto;
        width: min(1240px, 100%);
    }

    .filters-top[b-mvluz38tv8] {
        grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.65fr) auto;
        align-items: center;
    }

    .filters-top .city-inline[b-mvluz38tv8] {
        display: flex;
    }

    .filters-toggle[b-mvluz38tv8] {
        display: none;
    }

    .filters-extra[b-mvluz38tv8] {
        display: block;
    }

    .filters-bottom[b-mvluz38tv8] {
        flex-direction: row;
        align-items: flex-end;
    }

    .courts-grid[b-mvluz38tv8] {
        grid-template-columns: repeat(auto-fit, minmax(260px, 420px));
        justify-content: start;
        justify-items: start;
    }

    .court-card[b-mvluz38tv8] {
        max-width: 420px;
    }

    .card-actions[b-mvluz38tv8] {
        justify-content: flex-start;
    }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/CourtSchedule.razor.rz.scp.css */
:host[b-pd7uwcgx1d] {
    display: block;
    min-height: 100vh;
    color: #0b1b2a;
    background: radial-gradient(circle at 15% 10%, rgba(12, 107, 81, 0.16), transparent 40%),
                radial-gradient(circle at 80% 20%, rgba(199, 255, 65, 0.14), transparent 42%),
                #f4f8ff;
}

.motion-seed[b-pd7uwcgx1d],
.motion-scale[b-pd7uwcgx1d],
.motion-fade[b-pd7uwcgx1d] {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    animation-delay: var(--motion-delay, 0s);
    will-change: transform, opacity;
}

.motion-seed[b-pd7uwcgx1d] {
    transform: translate3d(0, 16px, 0);
    animation-name: riseIn-b-pd7uwcgx1d;
    animation-duration: 0.6s;
}

.motion-scale[b-pd7uwcgx1d] {
    transform: scale(0.97);
    animation-name: scaleIn-b-pd7uwcgx1d;
    animation-duration: 0.65s;
}

.motion-fade[b-pd7uwcgx1d] {
    transform: translate3d(0, 10px, 0);
    animation-name: riseIn-b-pd7uwcgx1d;
    animation-duration: 0.55s;
}

@keyframes riseIn-b-pd7uwcgx1d {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes scaleIn-b-pd7uwcgx1d {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.schedule-page[b-pd7uwcgx1d] {
    font-family: "Space Grotesk", "DM Sans", "Segoe UI", sans-serif;
    padding: clamp(1.5rem, 3vw, 3rem);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.schedule-state[b-pd7uwcgx1d] {
    max-width: 640px;
    margin: 2.5rem auto;
    background: #ffffff;
    border-radius: 1.4rem;
    padding: 2.25rem;
    border: 1px solid rgba(12, 26, 40, 0.12);
    box-shadow: 0 18px 40px rgba(6, 16, 26, 0.08);
    text-align: center;
    display: grid;
    gap: 0.75rem;
}

.schedule-state .eyebrow[b-pd7uwcgx1d] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    color: #617089;
}

.schedule-state.locked[b-pd7uwcgx1d],
.schedule-state.warning[b-pd7uwcgx1d] {
    background: linear-gradient(120deg, #0b4f39, #063418);
    color: #ffffff;
}

.schedule-state.locked .eyebrow[b-pd7uwcgx1d],
.schedule-state.warning .eyebrow[b-pd7uwcgx1d] {
    color: rgba(255, 255, 255, 0.75);
}

.schedule-state.error[b-pd7uwcgx1d] {
    border-color: rgba(210, 66, 66, 0.45);
}

.schedule-state.loading[b-pd7uwcgx1d] {
    align-items: center;
    justify-items: center;
    text-align: center;
}

.schedule-state.loading .loader[b-pd7uwcgx1d] {
    margin: 0 auto;
}

.loader[b-pd7uwcgx1d] {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 4px solid rgba(12, 26, 40, 0.15);
    border-top-color: #ffa640;
    animation: spin-b-pd7uwcgx1d 1s linear infinite;
}

@keyframes spin-b-pd7uwcgx1d {
    to {
        transform: rotate(360deg);
    }
}

.btn[b-pd7uwcgx1d] {
    border: none;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding: 0.65rem 1.4rem;
}

.btn.primary[b-pd7uwcgx1d] {
    background: #063418;
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(6, 52, 24, 0.28);
}

.btn.primary:not(:disabled):hover[b-pd7uwcgx1d] {
    background: #0c6b51;
    box-shadow: 0 20px 34px rgba(12, 107, 81, 0.3);
}

.btn.ghost[b-pd7uwcgx1d] {
    background: transparent;
    color: #063418;
    border: 1px solid rgba(6, 52, 24, 0.24);
}

.btn:disabled[b-pd7uwcgx1d] {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}

.btn:not(:disabled):hover[b-pd7uwcgx1d] {
    transform: translateY(-1px);
}

.eyebrow[b-pd7uwcgx1d] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.4rem;
}

.schedule-hero[b-pd7uwcgx1d] {
    border-radius: 1.6rem;
    padding: 2.2rem 2.5rem;
    display: grid;
    grid-template-columns: minmax(240px, 1.2fr) minmax(240px, 1fr);
    gap: 2rem;
    color: #f5f9ff;
    background: linear-gradient(135deg, #0b4f39 0%, #063418 60%, #0c6b51 100%);
    box-shadow: 0 25px 55px rgba(6, 52, 24, 0.45);
    position: relative;
    overflow: hidden;
}

.schedule-hero[b-pd7uwcgx1d]::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), transparent 40%),
                      radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.08), transparent 35%);
    opacity: 0.6;
    pointer-events: none;
}

.schedule-hero h1[b-pd7uwcgx1d] {
    margin: 0.5rem 0 0.8rem;
    font-size: clamp(2rem, 4vw, 3rem);
    position: relative;
    z-index: 1;
}

.schedule-hero p[b-pd7uwcgx1d] {
    color: rgba(245, 248, 255, 0.82);
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

.hero-tags[b-pd7uwcgx1d] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.3rem;
    position: relative;
    z-index: 1;
}

.hero-tag[b-pd7uwcgx1d] {
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hero-metrics[b-pd7uwcgx1d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.metric-card[b-pd7uwcgx1d] {
    border-radius: 1.2rem;
    padding: 1.2rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.metric-card span[b-pd7uwcgx1d] {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(248, 251, 255, 0.7);
}

.metric-card strong[b-pd7uwcgx1d] {
    display: block;
    font-size: 1.8rem;
    margin: 0.35rem 0;
    color: #ffffff;
}

.metric-card small[b-pd7uwcgx1d] {
    color: rgba(248, 251, 255, 0.78);
}

.schedule-controls[b-pd7uwcgx1d] {
    background: #ffffff;
    border-radius: 1.4rem;
    padding: 1.6rem;
    box-shadow: 0 16px 40px rgba(9, 26, 48, 0.08);
    display: grid;
    gap: 1.2rem;
}

.control-row[b-pd7uwcgx1d] {
    display: grid;
    grid-template-columns: minmax(220px, 1.1fr) minmax(170px, 0.6fr) minmax(240px, 1.2fr) auto;
    gap: 1rem;
    align-items: end;
}

.field[b-pd7uwcgx1d] {
    display: grid;
    gap: 0.4rem;
    font-weight: 600;
    color: #0b1b2a;
}

.field input[b-pd7uwcgx1d],
.field select[b-pd7uwcgx1d] {
    width: 100%;
    border-radius: 0.85rem;
    border: 1px solid #d6ddea;
    padding: 0.75rem 0.9rem;
    font-size: 0.95rem;
    font-family: inherit;
    background: #ffffff;
}

.field input:focus[b-pd7uwcgx1d],
.field select:focus[b-pd7uwcgx1d] {
    outline: none;
    border-color: #041731;
    box-shadow: 0 0 0 3px rgba(18, 60, 82, 0.15);
}

.control-actions[b-pd7uwcgx1d] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: flex-end;
}

.filter-row[b-pd7uwcgx1d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.chip-group[b-pd7uwcgx1d] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.chip[b-pd7uwcgx1d] {
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
    border: 1px solid rgba(18, 60, 82, 0.18);
    background: rgba(18, 60, 82, 0.06);
    font-size: 0.8rem;
    font-weight: 600;
    color: #041731;
    cursor: pointer;
    transition: all 0.2s ease;
}

.chip.is-active[b-pd7uwcgx1d] {
    background: #041731;
    color: #ffffff;
    border-color: #041731;
}

.summary-strip[b-pd7uwcgx1d] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.9rem;
    color: #4a5568;
    font-weight: 600;
}

.summary-strip strong[b-pd7uwcgx1d] {
    color: #0b1b2a;
}

.schedule-grid[b-pd7uwcgx1d] {
    display: grid;
    grid-template-columns: minmax(240px, 300px) 1fr;
    gap: 1.6rem;
    align-items: start;
}

.court-panel[b-pd7uwcgx1d] {
    background: #ffffff;
    border-radius: 1.4rem;
    padding: 1.5rem;
    box-shadow: 0 16px 40px rgba(9, 26, 48, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.court-panel header[b-pd7uwcgx1d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.court-panel h2[b-pd7uwcgx1d] {
    margin: 0.3rem 0 0;
    font-size: 1.3rem;
}

.panel-pill[b-pd7uwcgx1d] {
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(18, 60, 82, 0.08);
    color: #041731;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.court-list[b-pd7uwcgx1d] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.court-item[b-pd7uwcgx1d] {
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    padding: 0.85rem;
    text-align: left;
    background: #f9fbff;
    display: grid;
    gap: 0.55rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.court-item:hover[b-pd7uwcgx1d] {
    border-color: rgba(18, 60, 82, 0.4);
    transform: translateY(-2px);
}

.court-item.is-active[b-pd7uwcgx1d] {
    border-color: #041731;
    background: rgba(18, 60, 82, 0.1);
}

.court-meta strong[b-pd7uwcgx1d] {
    display: block;
    color: #0b1b2a;
}

.court-meta span[b-pd7uwcgx1d] {
    color: #64748b;
    font-size: 0.85rem;
}

.court-stats[b-pd7uwcgx1d] {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #425466;
    font-weight: 600;
}

.court-bar[b-pd7uwcgx1d] {
    height: 6px;
    background: rgba(18, 60, 82, 0.12);
    border-radius: 999px;
    overflow: hidden;
}

.court-bar span[b-pd7uwcgx1d] {
    display: block;
    height: 100%;
    width: var(--fill, 0%);
    background: linear-gradient(135deg, #041731, #06384a);
}

.schedule-list[b-pd7uwcgx1d] {
    background: #ffffff;
    border-radius: 1.4rem;
    padding: 1.6rem;
    box-shadow: 0 16px 40px rgba(9, 26, 48, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.schedule-list.is-loading[b-pd7uwcgx1d] {
    opacity: 0.75;
}

.list-header[b-pd7uwcgx1d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.list-status[b-pd7uwcgx1d] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.list-header h2[b-pd7uwcgx1d] {
    margin: 0.3rem 0 0;
    font-size: 1.4rem;
}

.list-count[b-pd7uwcgx1d] {
    font-weight: 700;
    color: #041731;
}

.list-loading[b-pd7uwcgx1d] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #52637a;
}

.mini-loader[b-pd7uwcgx1d] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid rgba(18, 60, 82, 0.2);
    border-top-color: #041731;
    animation: spin-b-pd7uwcgx1d 0.9s linear infinite;
}

.empty-list[b-pd7uwcgx1d] {
    padding: 2rem;
    border-radius: 1rem;
    background: #f8fafc;
    border: 1px dashed #d8e1ec;
    text-align: center;
    color: #5a6b81;
}

.court-section[b-pd7uwcgx1d] {
    display: grid;
    gap: 0.9rem;
}

.court-header[b-pd7uwcgx1d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.court-header h3[b-pd7uwcgx1d] {
    margin: 0.2rem 0;
    font-size: 1.2rem;
}

.court-header span[b-pd7uwcgx1d] {
    color: #64748b;
    font-size: 0.9rem;
}

.section-pill[b-pd7uwcgx1d] {
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
    color: #0b1b2a;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.booking-rows[b-pd7uwcgx1d] {
    display: grid;
    gap: 0.8rem;
}

.booking-row[b-pd7uwcgx1d] {
    display: grid;
    grid-template-columns: 130px 1fr 160px;
    gap: 1rem;
    align-items: start;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.time-block[b-pd7uwcgx1d] {
    display: grid;
    gap: 0.35rem;
    font-weight: 700;
    color: #0b1b2a;
}

.time-block .duration[b-pd7uwcgx1d] {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 600;
}

.booking-info strong[b-pd7uwcgx1d] {
    display: block;
    font-size: 1rem;
}

.booking-info .meta[b-pd7uwcgx1d] {
    display: block;
    font-size: 0.85rem;
    color: #64748b;
    margin-top: 0.2rem;
}

.meta-row[b-pd7uwcgx1d] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.4rem;
    font-size: 0.8rem;
    color: #4a5568;
    font-weight: 600;
}

.notes[b-pd7uwcgx1d] {
    margin-top: 0.6rem;
    padding: 0.6rem 0.75rem;
    border-radius: 0.75rem;
    background: rgba(245, 158, 11, 0.12);
    color: #92400e;
    font-size: 0.82rem;
    font-weight: 600;
}

.status-block[b-pd7uwcgx1d] {
    display: grid;
    justify-items: end;
    gap: 0.5rem;
    text-align: right;
}

.status-pill[b-pd7uwcgx1d] {
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.status-confirmed[b-pd7uwcgx1d] {
    background: rgba(34, 197, 94, 0.16);
    color: #15803d;
}

.status-pending[b-pd7uwcgx1d] {
    background: rgba(249, 115, 22, 0.16);
    color: #c2410c;
}

.status-declined[b-pd7uwcgx1d] {
    background: rgba(239, 68, 68, 0.16);
    color: #b91c1c;
}

.status-neutral[b-pd7uwcgx1d] {
    background: rgba(15, 23, 42, 0.08);
    color: #475569;
}

.amount[b-pd7uwcgx1d] {
    font-weight: 700;
    color: #0b1b2a;
}

@media (max-width: 1100px) {
    .schedule-hero[b-pd7uwcgx1d] {
        grid-template-columns: 1fr;
    }

    .schedule-grid[b-pd7uwcgx1d] {
        grid-template-columns: 1fr;
    }

    .court-list[b-pd7uwcgx1d] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media (max-width: 900px) {
    .control-row[b-pd7uwcgx1d] {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .control-actions[b-pd7uwcgx1d] {
        justify-content: flex-start;
    }

    .booking-row[b-pd7uwcgx1d] {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .status-block[b-pd7uwcgx1d] {
        justify-items: start;
        text-align: left;
    }
}

@media (max-width: 600px) {
    .schedule-page[b-pd7uwcgx1d] {
        padding: 0.85rem;
    }

    .schedule-hero[b-pd7uwcgx1d] {
        padding: 1.6rem;
    }

    .schedule-hero[b-pd7uwcgx1d],
    .schedule-controls[b-pd7uwcgx1d],
    .schedule-list[b-pd7uwcgx1d] {
        width: 100%;
    }

    .hero-metrics[b-pd7uwcgx1d] {
        display: none;
    }

    .control-actions[b-pd7uwcgx1d] {
        display: none;
    }

    .court-panel[b-pd7uwcgx1d] {
        display: none;
    }

    .schedule-controls[b-pd7uwcgx1d],
    .schedule-list[b-pd7uwcgx1d],
    .court-panel[b-pd7uwcgx1d] {
        padding: 1.2rem;
    }
}

@media print {
    :global(.navbar)[b-pd7uwcgx1d],
    :global(.nav-scrim)[b-pd7uwcgx1d],
    .schedule-controls[b-pd7uwcgx1d],
    .court-panel[b-pd7uwcgx1d],
    .hero-tags[b-pd7uwcgx1d] {
        display: none !important;
    }

    :host[b-pd7uwcgx1d] {
        background: #ffffff;
    }

    .schedule-page[b-pd7uwcgx1d] {
        padding: 0;
    }

    .schedule-hero[b-pd7uwcgx1d] {
        color: #0b1b2a;
        background: #ffffff;
        box-shadow: none;
        border: 1px solid #e2e8f0;
    }

    .metric-card[b-pd7uwcgx1d] {
        background: #f8fafc;
        color: #0b1b2a;
        border-color: #e2e8f0;
        box-shadow: none;
    }

    .metric-card span[b-pd7uwcgx1d],
    .metric-card small[b-pd7uwcgx1d] {
        color: #475569;
    }

    .schedule-list[b-pd7uwcgx1d] {
        box-shadow: none;
        border: 1px solid #e2e8f0;
    }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/Faq.razor.rz.scp.css */
:host[b-vj3d0s1o5g] {
  display: block;
  font-family: "Space Grotesk", "Suisse Intl", "Segoe UI", sans-serif;
  color: #041427;
}

section[b-vj3d0s1o5g] {
  margin-bottom: 3.5rem;
}

.faq-hero[b-vj3d0s1o5g] {
  background: radial-gradient(circle at 15% 20%, rgba(199, 255, 65, 0.18), transparent 65%),
              linear-gradient(120deg, #063418, #0b4f39 60%, #0c6b51);
  color: #f4f8ff;
  border-radius: 1.75rem;
  padding: 3.5rem clamp(1.5rem, 5vw, 4rem);
  box-shadow: 0 40px 80px rgba(6, 52, 24, 0.45);
}

.hero-label[b-vj3d0s1o5g] {
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 0.75rem;
  opacity: 0.7;
  margin-bottom: 0.75rem;
}

.hero-title[b-vj3d0s1o5g] {
  font-size: clamp(2.25rem, 6vw, 3.4rem);
  margin-bottom: 0.5rem;
}

.hero-summary[b-vj3d0s1o5g] {
  max-width: 720px;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.hero-actions[b-vj3d0s1o5g] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.btn-primary[b-vj3d0s1o5g],
.btn-ghost[b-vj3d0s1o5g] {
  border-radius: 999px;
  padding: 0.85rem 1.95rem;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid transparent;
  transition: transform 0.25s, box-shadow 0.25s;
}

.btn-primary[b-vj3d0s1o5g] {
  background: linear-gradient(120deg, #c7ff41, #9bff2f);
  color: #063418;
  box-shadow: 0 18px 40px rgba(6, 52, 24, 0.35);
}

.btn-primary:hover[b-vj3d0s1o5g] {
  transform: translateY(-2px);
}

.btn-ghost[b-vj3d0s1o5g] {
  border-color: rgba(244, 248, 255, 0.4);
  color: #f4f8ff;
}

.info-grid[b-vj3d0s1o5g] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
}

.info-card[b-vj3d0s1o5g] {
  background: #ffffff;
  padding: 1.75rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(6, 52, 24, 0.12);
  box-shadow: 0 15px 35px rgba(6, 52, 24, 0.08);
}

.info-label[b-vj3d0s1o5g] {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #0c6b51;
}

.info-card h3[b-vj3d0s1o5g] {
  margin: 0.4rem 0 0.5rem;
}

.info-body[b-vj3d0s1o5g] {
  margin-bottom: 0.75rem;
  color: #4a5761;
}

.info-meta[b-vj3d0s1o5g] {
  font-size: 0.85rem;
  color: #4a5761;
}

.rate-matrix[b-vj3d0s1o5g] {
  background: linear-gradient(135deg, rgba(6, 52, 24, 0.05), rgba(12, 107, 81, 0.08));
  border-radius: 1.75rem;
  padding: 3rem clamp(1.5rem, 5vw, 3.5rem);
}

.section-heading[b-vj3d0s1o5g] {
  max-width: 640px;
  margin-bottom: 2rem;
}

.eyebrow[b-vj3d0s1o5g] {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.75rem;
  color: #0c6b51;
  margin-bottom: 0.5rem;
}

.rate-grid[b-vj3d0s1o5g] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.rate-card[b-vj3d0s1o5g] {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 2rem;
  border: 1px solid rgba(6, 52, 24, 0.12);
}

.rate-label[b-vj3d0s1o5g] {
  font-weight: 600;
  color: #041427;
}

.rate-value[b-vj3d0s1o5g] {
  font-size: 2rem;
  font-weight: 700;
  color: #0c6b51;
}

.rate-frequency[b-vj3d0s1o5g] {
  color: #4a5761;
  margin-bottom: 1rem;
}

.rate-card ul[b-vj3d0s1o5g],
.faq-item ul[b-vj3d0s1o5g] {
  padding-left: 1.1rem;
  color: #4a5761;
}

.rate-card li[b-vj3d0s1o5g] {
  margin-bottom: 0.35rem;
}

.faq-stack[b-vj3d0s1o5g] {
  padding: 2rem 0;
}

.faq-list[b-vj3d0s1o5g] {
  display: grid;
  gap: 1.25rem;
}

.faq-item[b-vj3d0s1o5g] {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 1.75rem;
  border: 1px solid rgba(6, 52, 24, 0.12);
  box-shadow: 0 12px 30px rgba(6, 52, 24, 0.08);
}

.faq-item header[b-vj3d0s1o5g] {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.faq-number[b-vj3d0s1o5g] {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffa640;
}

.contact-pane[b-vj3d0s1o5g] {
  background: #063418;
  color: #f4f8ff;
  border-radius: 1.5rem;
  padding: 2.5rem clamp(1.5rem, 5vw, 3rem);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.contact-details[b-vj3d0s1o5g] {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.contact-label[b-vj3d0s1o5g] {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  opacity: 0.7;
}

.contact-name[b-vj3d0s1o5g] {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0.25rem 0;
}

.contact-link[b-vj3d0s1o5g] {
  display: block;
  color: #c7ff41;
  text-decoration: none;
  font-weight: 600;
  margin-top: 0.25rem;
}

@media (max-width: 720px) {
  .faq-item header[b-vj3d0s1o5g] {
    flex-direction: column;
  }

  .contact-pane[b-vj3d0s1o5g] {
    flex-direction: column;
  }
}

/* Mobile-first layout defaults */
.faq-hero[b-vj3d0s1o5g] {
  padding: 2rem 1.25rem;
}

.info-grid[b-vj3d0s1o5g],
.rate-grid[b-vj3d0s1o5g] {
  grid-template-columns: 1fr;
}

.rate-matrix[b-vj3d0s1o5g] {
  padding: 2rem 1.25rem;
}

.contact-pane[b-vj3d0s1o5g] {
  flex-direction: column;
}

@media (min-width: 900px) {
  .faq-hero[b-vj3d0s1o5g] {
    padding: 3.5rem clamp(1.5rem, 5vw, 4rem);
  }

  .info-grid[b-vj3d0s1o5g] {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }

  .rate-grid[b-vj3d0s1o5g] {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .rate-matrix[b-vj3d0s1o5g] {
    padding: 3rem clamp(1.5rem, 5vw, 3.5rem);
  }

  .contact-pane[b-vj3d0s1o5g] {
    flex-direction: row;
  }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/Finance.razor.rz.scp.css */
:host[b-ipth5uiyll] {
    display: block;
}

.motion-seed[b-ipth5uiyll],
.motion-scale[b-ipth5uiyll],
.motion-fade[b-ipth5uiyll] {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    animation-delay: var(--motion-delay, 0s);
    will-change: transform, opacity;
}

.motion-seed[b-ipth5uiyll] {
    transform: translate3d(0, 20px, 0);
    animation-name: riseIn-b-ipth5uiyll;
    animation-duration: 0.6s;
}

.motion-scale[b-ipth5uiyll] {
    transform: scale(0.96);
    animation-name: scaleIn-b-ipth5uiyll;
    animation-duration: 0.7s;
}

.motion-fade[b-ipth5uiyll] {
    transform: translate3d(0, 12px, 0);
    animation-name: riseIn-b-ipth5uiyll;
    animation-duration: 0.55s;
}

.finance-page[b-ipth5uiyll] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem clamp(1rem, 4vw, 3rem);
    color: #041427;
}

.eyebrow[b-ipth5uiyll] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    color: #0c6b51;
    margin-bottom: 0.4rem;
}

.finance-hero[b-ipth5uiyll] {
    background: radial-gradient(circle at top left, #0c6b51, #063418);
    color: white;
    padding: 2rem 2.5rem;
    border-radius: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
    box-shadow: 0 25px 45px rgba(6, 52, 24, 0.45);
    position: relative;
    overflow: hidden;
}

.finance-hero[b-ipth5uiyll]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Crect width='80' height='80' fill='none'/%3E%3Cg stroke='rgba(255,255,255,0.32)' stroke-width='0.8' fill='none'%3E%3Cline x1='0' y1='0' x2='80' y2='0'/%3E%3Cline x1='0' y1='20' x2='80' y2='20'/%3E%3Cline x1='0' y1='40' x2='80' y2='40'/%3E%3Cline x1='0' y1='60' x2='80' y2='60'/%3E%3Cline x1='0' y1='80' x2='80' y2='80'/%3E%3Cline x1='0' y1='0' x2='0' y2='80'/%3E%3Cline x1='20' y1='0' x2='20' y2='80'/%3E%3Cline x1='40' y1='0' x2='40' y2='80'/%3E%3Cline x1='60' y1='0' x2='60' y2='80'/%3E%3Cline x1='80' y1='0' x2='80' y2='80'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 80px 80px;
    opacity: 0.15;
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: 0;
    border-radius: 1.5rem;
}

.finance-hero h1[b-ipth5uiyll] {
    font-family: 'Space Grotesk', 'General Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 0.8rem;
    position: relative;
    z-index: 1;
}

.finance-hero p[b-ipth5uiyll] {
    max-width: 560px;
    color: rgba(244, 248, 255, 0.85);
    position: relative;
    z-index: 1;
}

.hero-tags[b-ipth5uiyll] {
    margin-top: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
}

.hero-tags span[b-ipth5uiyll] {
    padding: 0.35rem 1rem;
    border-radius: 999px;
    background: rgba(199, 255, 65, 0.12);
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.hero-metrics[b-ipth5uiyll] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.hero-metrics article[b-ipth5uiyll] {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    padding: 1.25rem;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(199, 255, 65, 0.22);
}

.hero-metrics strong[b-ipth5uiyll] {
    display: block;
    font-size: 1.7rem;
    margin: 0.3rem 0;
}

.finance-filters[b-ipth5uiyll] {
    background: white;
    border-radius: 1.25rem;
    padding: 1.5rem;
    box-shadow: 0 18px 40px rgba(6, 52, 24, 0.1);
}

.filter-grid[b-ipth5uiyll] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    align-items: end;
}

.filter-grid label[b-ipth5uiyll] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: #041427;
}

.date-input[b-ipth5uiyll] {
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid #cbded2;
    font-size: 0.95rem;
}

.chip-row[b-ipth5uiyll] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.chip-row button[b-ipth5uiyll] {
    border: 1px solid #0c6b51;
    background: transparent;
    color: #0c6b51;
    border-radius: 999px;
    padding: 0.35rem 1rem;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.chip-row button:hover[b-ipth5uiyll] {
    background: #0c6b51;
    color: white;
}

.filter-actions[b-ipth5uiyll] {
    display: flex;
    justify-content: flex-end;
}

.btn.primary[b-ipth5uiyll] {
    background: linear-gradient(135deg, #0c6b51 0%, #063418 100%);
    color: #ffffff;
    border: 1px solid #063418;
    border-radius: 999px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    cursor: pointer;
}

.btn.primary:not(:disabled):hover[b-ipth5uiyll] {
    background: linear-gradient(135deg, #12906d 0%, #063418 100%);
    border-color: #0b6b4f;
    box-shadow: 0 16px 26px rgba(6, 52, 24, 0.3);
    transform: translateY(-2px);
}

.btn.primary:not(:disabled):active[b-ipth5uiyll] {
    background: linear-gradient(135deg, #063418 0%, #052a16 100%);
    border-color: #052a16;
    box-shadow: 0 10px 18px rgba(6, 52, 24, 0.22);
    transform: translateY(0);
}

.btn.primary:disabled[b-ipth5uiyll] {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
    background-color: rgba(6, 52, 24, 0.35);
    border-color: rgba(6, 52, 24, 0.35);
    color: rgba(255, 255, 255, 0.8);
}

.btn.ghost[b-ipth5uiyll] {
    background: transparent;
    border: 1px solid rgba(6, 52, 24, 0.3);
    color: #063418;
    border-radius: 999px;
    padding: 0.65rem 1.5rem;
    font-weight: 600;
    cursor: pointer;
}

.finance-metric-grid[b-ipth5uiyll] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.finance-metric-grid article[b-ipth5uiyll] {
    background: white;
    border-radius: 1rem;
    padding: 1.25rem;
    border: 1px solid #dfe9e2;
}

.finance-metric-grid strong[b-ipth5uiyll] {
    display: block;
    font-size: 1.4rem;
    margin: 0.4rem 0;
    color: #041427;
}

.finance-visuals[b-ipth5uiyll] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
}

.chart-panel[b-ipth5uiyll] {
    min-height: 320px;
}

.trend-chart[b-ipth5uiyll] {
    width: 100%;
    height: 220px;
    display: block;
    border-radius: 0.9rem;
    background: linear-gradient(180deg, #f4fff7 0%, #ffffff 100%);
    border: 1px solid #dcece2;
}

.trend-line[b-ipth5uiyll] {
    fill: none;
    stroke: #0c6b51;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.trend-dot[b-ipth5uiyll] {
    fill: #c7ff41;
    stroke: #063418;
    stroke-width: 1.5;
}

.trend-legend[b-ipth5uiyll] {
    margin-top: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.trend-legend span[b-ipth5uiyll] {
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    background: #eef7f1;
    color: #0b4f39;
}

.weekday-bars[b-ipth5uiyll],
.mini-rank-list[b-ipth5uiyll] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.weekday-bars li[b-ipth5uiyll] {
    display: grid;
    grid-template-columns: 1.3fr 1fr auto;
    gap: 0.65rem;
    align-items: center;
}

.weekday-bars .progress[b-ipth5uiyll] {
    width: 100%;
    height: 0.65rem;
    border-radius: 999px;
    background: #e2eee7;
    overflow: hidden;
}

.weekday-bars .bar[b-ipth5uiyll] {
    height: 100%;
    background: linear-gradient(120deg, #0c6b51, #12906d);
}

.mini-rank-list li[b-ipth5uiyll] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid #e1ece5;
    border-radius: 0.85rem;
    padding: 0.75rem 0.9rem;
    background: #fbfefd;
}

.mini-rank-list strong[b-ipth5uiyll] {
    color: #063418;
    font-size: 0.95rem;
}

.daily-table.compact th[b-ipth5uiyll],
.daily-table.compact td[b-ipth5uiyll] {
    padding: 0.45rem 0.2rem;
}

.muted[b-ipth5uiyll] {
    color: #4b5c53;
    font-size: 0.92rem;
}

.finance-insights[b-ipth5uiyll] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.panel[b-ipth5uiyll] {
    background: white;
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid #dfe9e2;
    box-shadow: 0 12px 25px rgba(6, 52, 24, 0.08);
}

.panel header[b-ipth5uiyll] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.panel header p[b-ipth5uiyll] {
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    color: #0c6b51;
    margin-bottom: 0.25rem;
}

.occupancy-list[b-ipth5uiyll],
.payment-list[b-ipth5uiyll] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.occupancy-list li[b-ipth5uiyll],
.payment-list li[b-ipth5uiyll] {
    display: grid;
    grid-template-columns: 2fr 1fr auto;
    gap: 0.75rem;
    align-items: center;
}

.occupancy-list .progress[b-ipth5uiyll] {
    width: 100%;
    height: 0.6rem;
    border-radius: 999px;
    background: #e2eee7;
    overflow: hidden;
}

.occupancy-list .bar[b-ipth5uiyll] {
    height: 100%;
    background: linear-gradient(120deg, #0c6b51, #063418);
}

.payment-figures[b-ipth5uiyll] {
    text-align: right;
    display: flex;
    flex-direction: column;
}

.payment-mix-chart[b-ipth5uiyll] {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto 1rem;
}

.pie-chart[b-ipth5uiyll] {
    width: 180px;
    height: 180px;
    display: block;
}

.pie-center-label[b-ipth5uiyll] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.pie-center-label span[b-ipth5uiyll] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #4f675b;
}

.pie-center-label strong[b-ipth5uiyll] {
    color: #063418;
    font-size: 1rem;
}

.legend-dot[b-ipth5uiyll] {
    position: relative;
    padding-left: 0.8rem;
}

.legend-dot[b-ipth5uiyll]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--legend-color, #0c6b51);
}

.payment-figures span[b-ipth5uiyll] {
    font-weight: 600;
    color: #041427;
}

.daily-table[b-ipth5uiyll] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.daily-table th[b-ipth5uiyll],
.daily-table td[b-ipth5uiyll] {
    padding: 0.4rem 0.2rem;
    border-bottom: 1px dashed #dfe9e2;
}

.finance-table[b-ipth5uiyll] {
    background: white;
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid #dfe9e2;
    box-shadow: 0 12px 25px rgba(6, 52, 24, 0.08);
}

.finance-table header[b-ipth5uiyll] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.table-scroll[b-ipth5uiyll] {
    overflow-x: auto;
}

.finance-table table[b-ipth5uiyll] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    min-width: 960px;
}

.finance-table th[b-ipth5uiyll] {
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.75rem;
    color: #4a5761;
    padding-bottom: 0.75rem;
}

.finance-table td[b-ipth5uiyll] {
    padding: 0.75rem 0;
    border-bottom: 1px solid #eef4ef;
}

.finance-state[b-ipth5uiyll] {
    margin: 2rem auto;
    max-width: 640px;
    text-align: center;
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 18px 35px rgba(6, 52, 24, 0.12);
}

.finance-state.loading[b-ipth5uiyll] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.finance-state.locked[b-ipth5uiyll],
.finance-state.warning[b-ipth5uiyll] {
    background: linear-gradient(120deg, #063418, #0b4f39);
    color: white;
}

.finance-state.locked .eyebrow[b-ipth5uiyll],
.finance-state.warning .eyebrow[b-ipth5uiyll] {
    color: rgba(255, 255, 255, 0.75);
}

.finance-state.error[b-ipth5uiyll] {
    border: 1px solid #ef4444;
}

.finance-state .loader[b-ipth5uiyll] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 4px solid rgba(6, 52, 24, 0.15);
    border-top-color: #c7ff41;
    animation: spin-b-ipth5uiyll 1s linear infinite;
}

@keyframes riseIn-b-ipth5uiyll {
    from {
        opacity: 0;
        transform: translate3d(0, 24px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes scaleIn-b-ipth5uiyll {
    from {
        opacity: 0;
        transform: scale(0.94);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes spin-b-ipth5uiyll {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .motion-seed[b-ipth5uiyll],
    .motion-scale[b-ipth5uiyll],
    .motion-fade[b-ipth5uiyll] {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 768px) {
    .finance-page[b-ipth5uiyll] {
        padding: 0;
    }

    .finance-hero[b-ipth5uiyll],
    .finance-filters[b-ipth5uiyll],
    .panel[b-ipth5uiyll],
    .finance-table[b-ipth5uiyll] {
        padding: 1.25rem;
    }

    .finance-table table[b-ipth5uiyll] {
        min-width: 720px;
    }

    .weekday-bars li[b-ipth5uiyll] {
        grid-template-columns: 1fr;
        gap: 0.45rem;
    }

    .trend-chart[b-ipth5uiyll] {
        height: 180px;
    }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/Home.razor.rz.scp.css */
.hero-banner[b-97o38cxkwz] {
  background: linear-gradient(120deg, #0b4f39 0%, #063418 30%, #063418 70%, #0c6b51 100%);
  color: #f4f8ff;
  padding: 8rem 1.55rem;
  position: relative;
  overflow: hidden;
}

.hero-banner[b-97o38cxkwz]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Crect width='80' height='80' fill='none'/%3E%3Cg stroke='rgba(255,255,255,0.32)' stroke-width='0.8' fill='none'%3E%3Cline x1='0' y1='0' x2='80' y2='0'/%3E%3Cline x1='0' y1='20' x2='80' y2='20'/%3E%3Cline x1='0' y1='40' x2='80' y2='40'/%3E%3Cline x1='0' y1='60' x2='80' y2='60'/%3E%3Cline x1='0' y1='80' x2='80' y2='80'/%3E%3Cline x1='0' y1='0' x2='0' y2='80'/%3E%3Cline x1='20' y1='0' x2='20' y2='80'/%3E%3Cline x1='40' y1='0' x2='40' y2='80'/%3E%3Cline x1='60' y1='0' x2='60' y2='80'/%3E%3Cline x1='80' y1='0' x2='80' y2='80'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 80px 80px;
  opacity: 0.15;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
}

.hero-content[b-97o38cxkwz] {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero-eyebrow[b-97o38cxkwz] {
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-size: 0.85rem;
  color: rgba(244, 248, 255, 0.7);
  margin-bottom: 0.5rem;
}

.hero-title[b-97o38cxkwz] {
  animation: slideInDown-b-97o38cxkwz 1.1s ease-out;
  font-size: clamp(2.5rem, 6vw, 3.8rem);
  font-weight: 800;
  margin-bottom: 0.75rem;
  line-height: 1.15;
}

.hero-subtitle[b-97o38cxkwz] {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  opacity: 0.95;
  line-height: 1.7;
  max-width: 720px;
}

.hero-badges[b-97o38cxkwz] {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.hero-badge[b-97o38cxkwz] {
  border: none;
  border-radius: 999px;
  padding: 0.4rem 1.25rem;
  font-size: 0.85rem;
  letter-spacing: 0.05rem;
}

.hero-buttons[b-97o38cxkwz] {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-primary-large[b-97o38cxkwz] {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: linear-gradient(120deg, #c7ff41 0%, #9fe45f 100%);
  color: #041427;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1.05rem;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 2px solid transparent;
  box-shadow: 0 15px 35px rgba(80, 180, 90, 0.35);
}

.btn-primary-large:hover[b-97o38cxkwz] {
  transform: translateY(-3px);
  box-shadow: 0 20px 45px rgba(80, 180, 90, 0.45);
}

.btn-secondary[b-97o38cxkwz] {
  display: inline-block;
  padding: 1rem 2.5rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  color: #f4f8ff;
  border: 2px solid rgba(244, 248, 255, 0.4);
  transition: background 0.3s, transform 0.3s;
}

.btn-secondary:hover[b-97o38cxkwz] {
  background: rgba(244, 248, 255, 0.12);
  transform: translateY(-3px);
}

@keyframes slideInDown-b-97o38cxkwz {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.subtitle[b-97o38cxkwz] {
  font-size: 1.15rem;
  color: #4f5d6a;
  margin-bottom: 3rem;
}

.modern-feature-card[b-97o38cxkwz] {
  background: #eefbf7;
  padding: 2rem;
  border-radius: 1.25rem;
  text-align: center;
  border: 1px solid rgba(6, 56, 74, 0.12);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.modern-feature-card:hover[b-97o38cxkwz] {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px rgba(5, 25, 40, 0.12);
  border-color: rgba(199, 255, 65, 0.6);
}

.feature-icon-bg[b-97o38cxkwz] {
  width: 60px;
  height: 60px;
  background: linear-gradient(140deg, #06384a 0%, #0c6b51 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.feature-icon[b-97o38cxkwz] {
  font-size: 2rem;
}

.modern-feature-card h3[b-97o38cxkwz] {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #0f1a24;
}

.modern-feature-card p[b-97o38cxkwz] {
  color: #56616f;
  font-size: 0.95rem;
  line-height: 1.6;
}

.option-section[b-97o38cxkwz] {
  background: linear-gradient(135deg, rgba(4, 23, 49, 0.08) 0%, rgba(6, 56, 74, 0.12) 100%);
  padding: 4rem 1.25rem;
}

.option-card[b-97o38cxkwz] {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(5, 23, 38, 0.08);
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.option-card:hover[b-97o38cxkwz] {
  border-color: rgba(255, 166, 64, 0.6);
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(3, 20, 30, 0.12);
}

.option-card.featured[b-97o38cxkwz] {
  border-color: rgba(255, 166, 64, 0.85);
  box-shadow: 0 30px 55px rgba(12, 59, 66, 0.25);
}

.option-badge[b-97o38cxkwz] {
  position: absolute;
  top: -12px;
  left: 24px;
  background: rgba(199, 255, 65, 0.2);
  color: #041427;
  padding: 0.4rem 1.1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

.option-badge.featured-badge[b-97o38cxkwz] {
  background: #ffa640;
  color: #041427;
}

.option-card h3[b-97o38cxkwz] {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1rem 0 0.5rem 0;
  color: #0f1a24;
}

.option-price[b-97o38cxkwz] {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0c6b51;
  line-height: 1;
}

.option-period[b-97o38cxkwz] {
  color: #74808d;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.option-features[b-97o38cxkwz] {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  text-align: left;
}

.option-features li[b-97o38cxkwz] {
  padding: 0.5rem 0;
  color: #4b5563;
  font-size: 0.95rem;
}

.btn-option[b-97o38cxkwz] {
  display: inline-block;
  width: 100%;
  padding: 0.85rem 1.5rem;
  background: rgba(4, 23, 49, 0.06);
  color: #041427;
  text-decoration: none;
  border-radius: 0.75rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent;
  transition: transform 0.3s, border-color 0.3s;
  margin-top: 1.25rem;
}

.btn-option:hover[b-97o38cxkwz] {
  border-color: rgba(6, 56, 74, 0.35);
  transform: translateY(-2px);
}

.btn-option.featured-btn[b-97o38cxkwz] {
  background: linear-gradient(120deg, #c7ff41 0%, #ffa640 100%);
  color: #051627;
}

.testimonial-card[b-97o38cxkwz] {
  background: #ffffff;
  padding: 2rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(6, 23, 38, 0.08);
  box-shadow: 0 15px 30px rgba(5, 16, 24, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.rules-callout[b-97o38cxkwz] {
  position: relative;
}

.rules-card[b-97o38cxkwz] {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  padding: 2.75rem;
  border-radius: 1.75rem;
  background: linear-gradient(130deg, rgba(4, 23, 49, 0.08) 0%, rgba(6, 56, 74, 0.16) 45%, rgba(255, 166, 64, 0.22) 100%);
  border: 1px solid rgba(6, 23, 38, 0.08);
  box-shadow: 0 25px 50px rgba(5, 16, 24, 0.12);
  overflow: hidden;
  position: relative;
}

.rules-card[b-97o38cxkwz]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 15%, rgba(199, 255, 65, 0.18), transparent 55%);
  opacity: 0.8;
  pointer-events: none;
}

.rules-text[b-97o38cxkwz] {
  flex: 1 1 45%;
  position: relative;
  z-index: 1;
}

.rules-eyebrow[b-97o38cxkwz] {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 0.8rem;
  color: rgba(6, 56, 74, 0.7);
  margin-bottom: 0.6rem;
  font-weight: 700;
}

.rules-title[b-97o38cxkwz] {
  margin-bottom: 1rem;
}

.rules-description[b-97o38cxkwz] {
  font-size: 1.05rem;
  color: #3b4b58;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.rules-tags[b-97o38cxkwz] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.rules-tags span[b-97o38cxkwz] {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(4, 23, 49, 0.08);
  color: #06384a;
  font-size: 0.85rem;
  font-weight: 600;
}

.rules-media[b-97o38cxkwz] {
  flex: 1 1 55%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.rules-frame[b-97o38cxkwz] {
  position: relative;
  padding: 1.2rem;
  border-radius: 1.5rem;
  background: #f9fafb;
  box-shadow: 0 18px 40px rgba(5, 16, 24, 0.2);
  border: 1px solid rgba(12, 107, 81, 0.28);
  animation: floatRulePoster-b-97o38cxkwz 6s ease-in-out infinite;
}

.rules-frame[b-97o38cxkwz]::before {
  content: "";
  position: absolute;
  inset: 0.65rem;
  border-radius: 1.2rem;
  border: 1px dashed rgba(6, 56, 74, 0.28);
  pointer-events: none;
}

.rules-frame img[b-97o38cxkwz] {
  display: block;
  max-width: min(360px, 80vw);
  width: 100%;
  height: auto;
  border-radius: 1rem;
  animation: rulePosterReveal-b-97o38cxkwz 1.2s ease forwards;
}

@keyframes floatRulePoster-b-97o38cxkwz {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes rulePosterReveal-b-97o38cxkwz {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.testimonial-card:hover[b-97o38cxkwz] {
  transform: translateY(-5px);
  box-shadow: 0 25px 45px rgba(3, 16, 24, 0.15);
}

.stars[b-97o38cxkwz] {
  color: #ffa640;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.testimonial-card p[b-97o38cxkwz] {
  color: #374151;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-style: italic;
}

.testimonial-author[b-97o38cxkwz] {
  color: #0f5f73;
  font-weight: 700;
  font-size: 0.95rem;
}

.final-cta[b-97o38cxkwz] {
  background: linear-gradient(120deg, #0b4f39 0%, #063418 30%, #063418 70%, #0c6b51 100%);
  padding: 4rem 1.25rem;
  text-align: center;
  color: #f4f8ff;
}

.scroll-reveal[b-97o38cxkwz] {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.scroll-reveal.is-visible[b-97o38cxkwz] {
  opacity: 1;
  transform: translateY(0);
}

.scroll-reveal-stagger > *[b-97o38cxkwz] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.scroll-reveal-stagger.is-visible > *[b-97o38cxkwz] {
  opacity: 1;
  transform: translateY(0);
}

.scroll-reveal-stagger.is-visible > :nth-child(1)[b-97o38cxkwz] { transition-delay: 0.05s; }
.scroll-reveal-stagger.is-visible > :nth-child(2)[b-97o38cxkwz] { transition-delay: 0.12s; }
.scroll-reveal-stagger.is-visible > :nth-child(3)[b-97o38cxkwz] { transition-delay: 0.19s; }
.scroll-reveal-stagger.is-visible > :nth-child(4)[b-97o38cxkwz] { transition-delay: 0.26s; }
.scroll-reveal-stagger.is-visible > :nth-child(5)[b-97o38cxkwz] { transition-delay: 0.33s; }
.scroll-reveal-stagger.is-visible > :nth-child(6)[b-97o38cxkwz] { transition-delay: 0.4s; }

.cta-wrapper[b-97o38cxkwz] {
  max-width: 620px;
  margin: 0 auto;
}

.cta-wrapper h2[b-97o38cxkwz] {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.cta-wrapper p[b-97o38cxkwz] {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .hero-title[b-97o38cxkwz] {
    font-size: 2.5rem;
  }

  .hero-buttons[b-97o38cxkwz] {
    flex-direction: column;
  }

  .btn-primary-large[b-97o38cxkwz],
  .btn-secondary[b-97o38cxkwz] {
    width: 100%;
    text-align: center;
  }

  .option-card.featured[b-97o38cxkwz] {
    transform: none;
  }

  .rules-card[b-97o38cxkwz] {
    flex-direction: column;
    padding: 1.5rem 0;
    text-align: center;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }

  .rules-text[b-97o38cxkwz] {
    flex-basis: auto;
  }

  .rules-media[b-97o38cxkwz] {
    flex-basis: auto;
    width: 100%;
  }

  .rules-frame[b-97o38cxkwz] {
    padding: 0.8rem;
    max-width: 100%;
  }

  .rules-frame img[b-97o38cxkwz] {
    max-width: 100%;
  }

  .rules-tags[b-97o38cxkwz] {
    justify-content: center;
  }

  .final-cta[b-97o38cxkwz] {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 0.25rem 1rem 4rem 1rem;
    margin-top: -2rem;
  }

  .cta-wrapper h2[b-97o38cxkwz] {
    font-size: 1.8rem;
  }

  .cta-wrapper p[b-97o38cxkwz] {
    font-size: 1rem;
  }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/OpenPlayDetails.razor.rz.scp.css */
:root[b-gih6aqyoc0] {
    --details-ink: #041427;
    --details-sub: #4a5761;
    --details-blue: #063418;
    --details-green: #0c6b51;
    --details-red: #f05c4a;
    --details-gray: #9aa2af;
    --details-highlight: #ffa640;
    --details-shadow: rgba(6, 52, 24, 0.18);
}

.details-page[b-gih6aqyoc0] {
    font-family: "Sora", "Space Grotesk", "Clash Display", sans-serif;
    padding: 2.75rem clamp(1.5rem, 5vw, 4rem) 3.5rem;
    background: radial-gradient(circle at 15% 15%, rgba(255, 166, 64, 0.12), transparent 48%),
                radial-gradient(circle at 80% 20%, rgba(12, 107, 81, 0.12), transparent 45%),
                linear-gradient(180deg, #f4f8ff 0%, #eef6f2 100%);
    color: var(--details-ink);
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: min(1240px, 100%);
}

.details-hero[b-gih6aqyoc0] {
    background: linear-gradient(120deg, #0b4f39 0%, #063418 30%, #063418 70%, #0c6b51 100%);
    color: #f4f8ff;
    padding: clamp(2rem, 4vw, 2.8rem);
    border-radius: 2rem;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 2rem;
    position: relative;
    box-shadow: 0 28px 60px rgba(6, 52, 24, 0.45);
    overflow: hidden;
}

.details-hero[b-gih6aqyoc0]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--hero-image);
    background-size: cover;
    background-position: center;
    opacity: 0.35;
    transform: scale(1.02);
    pointer-events: none;
}

.details-hero[b-gih6aqyoc0]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(140deg, rgba(6, 52, 24, 0.75), rgba(12, 107, 81, 0.55)),
                radial-gradient(circle at 75% 20%, rgba(255, 166, 64, 0.18), transparent 45%),
                radial-gradient(circle at 10% 80%, rgba(199, 255, 65, 0.2), transparent 40%);
    opacity: 1;
    pointer-events: none;
}

.hero-copy[b-gih6aqyoc0],
.hero-side[b-gih6aqyoc0] {
    position: relative;
    z-index: 1;
}

.details-hero h1[b-gih6aqyoc0] {
    margin: 0.4rem 0 0.6rem;
    font-size: clamp(2.1rem, 4vw, 3rem);
    letter-spacing: -0.02em;
}

.hero-meta[b-gih6aqyoc0] {
    margin: 0;
    color: rgba(244, 248, 255, 0.8);
    font-size: 1rem;
}

.hero-stats[b-gih6aqyoc0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    margin-top: 1.6rem;
}

.stat[b-gih6aqyoc0] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    padding: 0.9rem 1rem;
    backdrop-filter: blur(12px);
}

.stat span[b-gih6aqyoc0] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(244, 248, 255, 0.6);
}

.stat strong[b-gih6aqyoc0] {
    display: block;
    margin-top: 0.4rem;
    font-size: 1.1rem;
}

.hero-side[b-gih6aqyoc0] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.2rem;
}

.hero-time[b-gih6aqyoc0] {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 1.2rem;
    padding: 1.1rem 1.3rem;
    text-align: right;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 12px 30px rgba(11, 18, 32, 0.25);
}

.hero-time span[b-gih6aqyoc0] {
    display: block;
    font-size: 0.85rem;
    color: rgba(244, 248, 255, 0.7);
    margin-bottom: 0.35rem;
}

.hero-time strong[b-gih6aqyoc0] {
    font-size: 1.1rem;
}

.details-body[b-gih6aqyoc0] {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 1.6rem;
}

.details-card[b-gih6aqyoc0] {
    background: #ffffff;
    border-radius: 1.7rem;
    padding: 1.9rem;
    box-shadow: 0 20px 45px var(--details-shadow);
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    animation: floatIn-b-gih6aqyoc0 0.6s ease both;
}

.details-card h3[b-gih6aqyoc0] {
    margin: 0;
    font-size: 1.3rem;
}

.card-sub[b-gih6aqyoc0] {
    margin: 0.35rem 0 0;
    color: var(--details-sub);
    font-size: 0.9rem;
}

.card-header[b-gih6aqyoc0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.tag[b-gih6aqyoc0] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 166, 64, 0.2);
    color: #b06b00;
    font-weight: 600;
}

.detail-list[b-gih6aqyoc0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.85rem 1.2rem;
}

.detail-item[b-gih6aqyoc0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.detail-item span[b-gih6aqyoc0] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--details-sub);
}

.detail-item strong[b-gih6aqyoc0] {
    font-size: 0.95rem;
}

.session-highlights[b-gih6aqyoc0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.8rem;
}

.highlight[b-gih6aqyoc0] {
    background: linear-gradient(140deg, rgba(12, 107, 81, 0.1), rgba(199, 255, 65, 0.12));
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    padding: 0.85rem 1rem;
}

.highlight span[b-gih6aqyoc0] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--details-sub);
}

.highlight strong[b-gih6aqyoc0] {
    display: block;
    margin-top: 0.4rem;
    font-size: 1.2rem;
    color: var(--details-ink);
}

.highlight small[b-gih6aqyoc0] {
    display: block;
    margin-top: 0.2rem;
    color: var(--details-sub);
    font-size: 0.75rem;
}

.detail-notes[b-gih6aqyoc0] {
    margin: 0;
    color: var(--details-sub);
    line-height: 1.6;
    background: rgba(15, 23, 42, 0.03);
    padding: 1rem;
    border-radius: 1rem;
    display: grid;
    gap: 0.35rem;
}

.detail-notes span[b-gih6aqyoc0] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--details-sub);
}

.detail-notes p[b-gih6aqyoc0] {
    margin: 0;
}

.details-extras[b-gih6aqyoc0] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
}

.location-card .card-header[b-gih6aqyoc0] {
    align-items: flex-start;
}

.pill-link[b-gih6aqyoc0] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(6, 52, 24, 0.2);
    color: var(--details-ink);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.8rem;
    background: #ffffff;
}

.pill-link:hover[b-gih6aqyoc0] {
    border-color: rgba(6, 52, 24, 0.45);
}

.map-shell[b-gih6aqyoc0] {
    border-radius: 1.2rem;
    overflow: hidden;
    border: 1px solid rgba(6, 52, 24, 0.12);
    min-height: 220px;
    background: rgba(6, 52, 24, 0.03);
}

.openplay-map[b-gih6aqyoc0] {
    width: 100%;
    height: 240px;
}

.map-fallback[b-gih6aqyoc0] {
    display: grid;
    place-items: center;
    height: 240px;
    color: var(--details-sub);
    font-size: 0.95rem;
}

.host-row[b-gih6aqyoc0] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.host-avatar[b-gih6aqyoc0] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(12, 107, 81, 0.12);
    color: var(--details-blue);
    display: grid;
    place-items: center;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.host-row strong[b-gih6aqyoc0] {
    display: block;
    font-size: 1rem;
    color: var(--details-ink);
}

.host-actions[b-gih6aqyoc0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.host-meta[b-gih6aqyoc0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.8rem;
}

.host-meta span[b-gih6aqyoc0] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--details-sub);
}

.host-meta strong[b-gih6aqyoc0] {
    display: block;
    margin-top: 0.3rem;
    color: var(--details-ink);
    font-size: 1rem;
}

.participant-list[b-gih6aqyoc0] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.6rem;
}

.participant-list li[b-gih6aqyoc0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0.75rem;
    border-radius: 0.9rem;
    background: rgba(15, 23, 42, 0.03);
}

.participant-list img[b-gih6aqyoc0],
.avatar-fallback[b-gih6aqyoc0] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.avatar-fallback[b-gih6aqyoc0] {
    display: grid;
    place-items: center;
    background: rgba(255, 166, 64, 0.22);
    color: #7a4b00;
    font-weight: 700;
}

.comments-card .pinned-note[b-gih6aqyoc0] {
    margin-top: 1rem;
    padding: 0.9rem;
    border-radius: 0.9rem;
    background: rgba(12, 107, 81, 0.08);
    border: 1px solid rgba(12, 107, 81, 0.2);
    display: grid;
    gap: 0.35rem;
}

.pinned-note span[b-gih6aqyoc0] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--details-sub);
}

.pinned-note strong[b-gih6aqyoc0] {
    color: var(--details-ink);
}

.pinned-note p[b-gih6aqyoc0] {
    margin: 0;
    color: var(--details-sub);
}

.action-card p[b-gih6aqyoc0] {
    margin: 0;
    color: var(--details-sub);
}

.form-grid[b-gih6aqyoc0] {
    display: grid;
    gap: 1rem;
}

.form-grid label[b-gih6aqyoc0] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    font-size: 0.85rem;
    color: var(--details-sub);
}

.form-grid input[b-gih6aqyoc0],
.form-grid select[b-gih6aqyoc0] {
    padding: 0.75rem 0.95rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(6, 52, 24, 0.2);
    background: #f4f8ff;
    color: var(--details-ink);
}

.inline-message[b-gih6aqyoc0] {
    color: #063418;
    background: rgba(12, 107, 81, 0.12);
    padding: 0.6rem 0.8rem;
    border-radius: 0.75rem;
    font-size: 0.85rem;
}

.inline-hint[b-gih6aqyoc0] {
    margin-top: 0.4rem;
    color: #a13f32;
    font-size: 0.85rem;
}

.warning-note[b-gih6aqyoc0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 0.9rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(240, 92, 74, 0.35);
    background: rgba(240, 92, 74, 0.12);
    color: #7a2b22;
    font-size: 0.85rem;
    line-height: 1.4;
}

.warning-note strong[b-gih6aqyoc0] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.7rem;
    color: #a13f32;
}

.status-pill[b-gih6aqyoc0] {
    padding: 0.4rem 1rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ffffff;
}

.status-open[b-gih6aqyoc0] {
    background: var(--details-green);
}

.status-full[b-gih6aqyoc0] {
    background: var(--details-red);
}

.status-ongoing[b-gih6aqyoc0] {
    background: var(--details-blue);
}

.status-completed[b-gih6aqyoc0] {
    background: var(--details-gray);
}

.status-cancelled[b-gih6aqyoc0] {
    background: #a0a8b6;
}

.details-state[b-gih6aqyoc0] {
    font-family: "Sora", "Space Grotesk", "Clash Display", sans-serif;
    padding: 3rem;
    border-radius: 1.6rem;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    margin: 2rem auto;
    max-width: 720px;
    text-align: center;
}

.details-state p[b-gih6aqyoc0] {
    color: var(--details-sub);
}

.eyebrow[b-gih6aqyoc0] {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.75rem;
    color: #c7ff41;
}

.btn.primary[b-gih6aqyoc0] {
    padding: 0.75rem 1.6rem;
    border-radius: 999px;
    border: none;
    background: #063418;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
}

.btn.primary:disabled[b-gih6aqyoc0] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn.ghost[b-gih6aqyoc0] {
    padding: 0.7rem 1.5rem;
    border-radius: 999px;
    border: 1px solid #063418;
    background: transparent;
    color: #063418;
    font-weight: 600;
    cursor: pointer;
}

.details-state.loading .ring[b-gih6aqyoc0] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 4px solid rgba(12, 107, 81, 0.2);
    border-top-color: #0c6b51;
    margin: 0 auto 1rem;
    animation: spin-b-gih6aqyoc0 1s linear infinite;
}

@keyframes spin-b-gih6aqyoc0 {
    to {
        transform: rotate(360deg);
    }
}

@keyframes floatIn-b-gih6aqyoc0 {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.openplay-modal[b-gih6aqyoc0] {
    position: fixed;
    inset: 0;
    background: rgba(10, 18, 32, 0.55);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: calc(2.5rem + env(safe-area-inset-top)) 1.5rem 2.5rem;
    z-index: var(--z-modal);
    overflow-y: auto;
    backdrop-filter: blur(6px);
}

.openplay-modal-card[b-gih6aqyoc0] {
    width: min(880px, 100%);
    background: #ffffff;
    border-radius: 1.6rem;
    padding: 1.5rem;
    box-shadow: 0 30px 70px var(--details-shadow);
}

.openplay-modal-grid[b-gih6aqyoc0] {
    display: grid;
    grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
    gap: 1.4rem;
}

.openplay-modal-aside[b-gih6aqyoc0] {
    background: #f4f8ff;
    border-radius: 1.2rem;
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.modal-summary span[b-gih6aqyoc0] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--details-sub);
}

.modal-summary strong[b-gih6aqyoc0] {
    font-size: 1.4rem;
    display: block;
    margin-top: 0.4rem;
    color: var(--details-ink);
}

.modal-summary p[b-gih6aqyoc0] {
    margin: 0.4rem 0 0;
    color: var(--details-sub);
}

.modal-total[b-gih6aqyoc0] {
    margin-top: 1rem;
    padding: 0.9rem;
    border-radius: 0.9rem;
    background: #ffffff;
    border: 1px solid rgba(6, 52, 24, 0.12);
}

.modal-total span[b-gih6aqyoc0] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--details-sub);
}

.modal-total strong[b-gih6aqyoc0] {
    display: block;
    font-size: 1.5rem;
    margin-top: 0.35rem;
    color: var(--details-ink);
}

.modal-detail-list[b-gih6aqyoc0] {
    display: grid;
    gap: 0.75rem;
}

.modal-detail[b-gih6aqyoc0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(6, 52, 24, 0.12);
}

.modal-detail span[b-gih6aqyoc0] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--details-sub);
}

.modal-detail strong[b-gih6aqyoc0] {
    font-size: 0.95rem;
    color: var(--details-ink);
}

.openplay-modal-pane[b-gih6aqyoc0] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.openplay-modal-pane header[b-gih6aqyoc0] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.openplay-modal-pane header h3[b-gih6aqyoc0] {
    margin: 0;
    font-size: 1.3rem;
    color: var(--details-ink);
}

.openplay-modal-pane .icon[b-gih6aqyoc0] {
    border: none;
    background: transparent;
    font-size: 1.6rem;
    cursor: pointer;
    color: var(--details-sub);
}

.openplay-modal-pane .icon:hover[b-gih6aqyoc0] {
    color: var(--details-ink);
}

.openplay-modal-body[b-gih6aqyoc0] {
    display: grid;
    gap: 1rem;
}

.openplay-modal-body label[b-gih6aqyoc0] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    font-size: 0.85rem;
    color: var(--details-sub);
}

.openplay-modal-body input[b-gih6aqyoc0],
.openplay-modal-body select[b-gih6aqyoc0] {
    padding: 0.75rem 0.95rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(6, 52, 24, 0.2);
    background: #f4f8ff;
    color: var(--details-ink);
}

.payment-card[b-gih6aqyoc0] {
    background: #f4f8ff;
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid rgba(6, 52, 24, 0.12);
    display: grid;
    gap: 0.35rem;
}

.payment-card span[b-gih6aqyoc0] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--details-sub);
}

.payment-card strong[b-gih6aqyoc0] {
    font-size: 1.4rem;
    color: var(--details-ink);
}

.payment-card p[b-gih6aqyoc0] {
    margin: 0;
    font-size: 0.85rem;
    color: var(--details-sub);
}

.payment-card.qr-card[b-gih6aqyoc0] {
    background: #ffffff;
    border-style: dashed;
}

.payment-card .qr-download[b-gih6aqyoc0] {
    margin-top: 0.3rem;
}

.qr-shell[b-gih6aqyoc0] {
    background: #f4f8ff;
    border-radius: 0.9rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
}

.qr-shell img[b-gih6aqyoc0] {
    width: 180px;
    height: 180px;
    object-fit: contain;
}

.qr-shell .muted[b-gih6aqyoc0] {
    color: var(--details-sub);
    font-size: 0.85rem;
    text-align: center;
}

.file-upload small[b-gih6aqyoc0] {
    font-size: 0.75rem;
    color: var(--details-sub);
}

.file-upload .status-message[b-gih6aqyoc0] {
    color: #063418;
    background: rgba(12, 107, 81, 0.12);
    padding: 0.45rem 0.6rem;
    border-radius: 0.6rem;
}

.confirm[b-gih6aqyoc0] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.85rem;
    color: var(--details-sub);
}

.confirm input[b-gih6aqyoc0] {
    margin-top: 0.2rem;
}

.modal-actions[b-gih6aqyoc0] {
    display: flex;
    justify-content: flex-end;
    gap: 0.8rem;
}

.mobile-tabs[b-gih6aqyoc0] {
    display: none;
    gap: 0.6rem;
    padding: 0.35rem;
    border-radius: 999px;
    background: rgba(6, 52, 24, 0.08);
    border: 1px solid rgba(6, 52, 24, 0.12);
}

.mobile-tab[b-gih6aqyoc0] {
    flex: 1 1 0;
    border: none;
    background: transparent;
    color: var(--details-sub);
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mobile-tab.is-active[b-gih6aqyoc0] {
    background: #063418;
    color: #ffffff;
    box-shadow: 0 12px 25px rgba(6, 52, 24, 0.25);
}

@media (max-width: 960px) {
    .details-hero[b-gih6aqyoc0] {
        grid-template-columns: 1fr;
    }

    .hero-side[b-gih6aqyoc0] {
        align-items: flex-start;
    }

    .details-body[b-gih6aqyoc0] {
        grid-template-columns: 1fr;
    }

    .details-extras[b-gih6aqyoc0] {
        grid-template-columns: 1fr;
    }

    .openplay-modal[b-gih6aqyoc0] {
        padding: 1.5rem 1rem;
    }

    .openplay-modal-grid[b-gih6aqyoc0] {
        grid-template-columns: 1fr;
    }
}

/* Mobile-first layout defaults */
.details-page[b-gih6aqyoc0] {
    padding: 0;
    margin: 0;
    width: 100%;
}

.details-hero[b-gih6aqyoc0] {
    grid-template-columns: 1fr;
    padding: 1.75rem;
}

.hero-side[b-gih6aqyoc0] {
    align-items: flex-start;
}

.details-body[b-gih6aqyoc0],
.details-extras[b-gih6aqyoc0] {
    grid-template-columns: 1fr;
}

@media (max-width: 960px) {
    .mobile-tabs[b-gih6aqyoc0] {
        display: flex;
    }

    .hero-stats[b-gih6aqyoc0],
    .hero-time[b-gih6aqyoc0],
    .status-pill[b-gih6aqyoc0] {
        display: none;
    }

    .details-body[b-gih6aqyoc0],
    .details-extras[b-gih6aqyoc0] {
        display: contents;
    }

    .details-page[data-mobile-tab="details"] .tab-reservation[b-gih6aqyoc0],
    .details-page[data-mobile-tab="details"] .tab-participants[b-gih6aqyoc0] {
        display: none;
    }

    .details-page[data-mobile-tab="reservation"] .tab-details[b-gih6aqyoc0],
    .details-page[data-mobile-tab="reservation"] .tab-participants[b-gih6aqyoc0] {
        display: none;
    }

    .details-page[data-mobile-tab="participants"] .tab-details[b-gih6aqyoc0],
    .details-page[data-mobile-tab="participants"] .tab-reservation[b-gih6aqyoc0] {
        display: none;
    }
}

@media (min-width: 960px) {
    .details-page[b-gih6aqyoc0] {
        padding: 2.75rem clamp(1.5rem, 5vw, 4rem) 3.5rem;
        margin: 0 auto;
        width: min(1240px, 100%);
    }

    .details-hero[b-gih6aqyoc0] {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
        padding: clamp(2rem, 4vw, 2.8rem);
    }

    .hero-side[b-gih6aqyoc0] {
        align-items: flex-end;
    }

    .details-body[b-gih6aqyoc0] {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    }

    .details-extras[b-gih6aqyoc0] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/OpenPlayList.razor.rz.scp.css */
:root[b-ql8njubg62] {
    --openplay-ink: #041427;
    --openplay-sub: #4a5761;
    --openplay-mint: #0c6b51;
    --openplay-amber: #ffa640;
    --openplay-blue: #063418;
    --openplay-gray: #8a93a2;
    --openplay-card: #ffffff;
    --openplay-glow: rgba(12, 107, 81, 0.18);
}

.openplay-page[b-ql8njubg62] {
    font-family: "Space Grotesk", "Clash Display", sans-serif;
    padding: 1.2rem clamp(1.5rem, 5vw, 4rem) 2.5rem;
    background: radial-gradient(circle at top left, rgba(12, 107, 81, 0.12), transparent 45%),
                radial-gradient(circle at 80% 10%, rgba(199, 255, 65, 0.12), transparent 40%),
                #f4f8ff;
    margin: 0 auto;
    width: min(1240px, 100%);
    color: var(--openplay-ink);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.openplay-hero[b-ql8njubg62] {
    background: linear-gradient(120deg, #0b4f39 0%, #063418 30%, #063418 70%, #0c6b51 100%);
    color: #f7fbff;
    padding: 2.5rem;
    border-radius: 1.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(6, 52, 24, 0.28);
}

.openplay-search[b-ql8njubg62] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background: #ffffff;
    border-radius: 1.2rem;
    padding: 0.85rem 1.1rem;
    border: 1px solid rgba(8, 24, 40, 0.08);
    box-shadow: 0 16px 35px rgba(8, 24, 40, 0.06);
}

.openplay-search .search-control[b-ql8njubg62] {
    background: #ffffff;
    border: 1px solid rgba(8, 24, 40, 0.08);
    border-radius: 999px;
    padding: 0.55rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.openplay-search .search-control svg[b-ql8njubg62] {
    width: 1.1rem;
    height: 1.1rem;
    fill: rgba(8, 24, 40, 0.45);
}

.openplay-search .search-control input[b-ql8njubg62] {
    border: none;
    outline: none;
    width: 100%;
    font-size: 1rem;
    background: transparent;
}

.openplay-search .search-meta[b-ql8njubg62] {
    font-size: 0.85rem;
    color: var(--openplay-sub);
    font-weight: 600;
    white-space: nowrap;
}

.openplay-hero[b-ql8njubg62]::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px);
    background-size: 14px 14px;
    opacity: 0.25;
    pointer-events: none;
}

.openplay-hero h1[b-ql8njubg62] {
    margin: 0.4rem 0 0;
    font-size: clamp(2rem, 4vw, 2.8rem);
}

.openplay-hero p[b-ql8njubg62] {
    margin: 0.4rem 0 0;
    color: rgba(255, 255, 255, 0.78);
}

.hero-pill[b-ql8njubg62] {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 0.6rem 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.7rem;
    position: relative;
    z-index: 1;
}

.openplay-grid[b-ql8njubg62] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}

.openplay-card[b-ql8njubg62] {
    background: #ffffff;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 25px 45px rgba(8, 24, 40, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid transparent;
    max-width: 420px;
    max-height: 560px;
    width: 100%;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    color: inherit;
}

.openplay-card:hover[b-ql8njubg62] {
    transform: translateY(-6px);
    border-color: rgba(12, 107, 81, 0.6);
    box-shadow: 0 30px 55px rgba(8, 24, 40, 0.15);
}

.openplay-card:focus-visible[b-ql8njubg62] {
    outline: 3px solid rgba(12, 107, 81, 0.5);
    outline-offset: 4px;
}

.card-media[b-ql8njubg62] {
    position: relative;
    min-height: 180px;
    background: #063418;
}

.card-media img[b-ql8njubg62] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-badges[b-ql8njubg62] {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.pill[b-ql8njubg62] {
    display: inline-flex;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    backdrop-filter: blur(6px);
    background: rgba(8, 24, 40, 0.6);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.rate-pill[b-ql8njubg62] {
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    background: rgba(8, 24, 40, 0.8);
    color: #ffffff;
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
}

.card-body[b-ql8njubg62] {
    padding: 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.card-heading[b-ql8njubg62] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.card-eyebrow[b-ql8njubg62] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    color: #7a8698;
    margin: 0 0 0.2rem 0;
}

.openplay-card h3[b-ql8njubg62] {
    margin: 0;
    font-size: 1.35rem;
}

.card-location[b-ql8njubg62] {
    margin: 0.2rem 0 0 0;
    color: #5c6a7c;
}

.card-details[b-ql8njubg62] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
}

.card-details span[b-ql8njubg62] {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--openplay-sub);
    margin-bottom: 0.3rem;
}

.card-details strong[b-ql8njubg62] {
    font-size: 0.95rem;
}

.card-footer[b-ql8njubg62] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.slot-line[b-ql8njubg62] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
    color: var(--openplay-sub);
}

.slot-count[b-ql8njubg62] {
    font-weight: 600;
}

.card-actions[b-ql8njubg62] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.joined-pill[b-ql8njubg62] {
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    background: rgba(199, 255, 65, 0.2);
    color: #063418;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.status-pill[b-ql8njubg62] {
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ffffff;
    white-space: nowrap;
}

.status-open[b-ql8njubg62] {
    background: var(--openplay-mint);
}

.status-full[b-ql8njubg62] {
    background: #f05945;
}

.status-ongoing[b-ql8njubg62] {
    background: var(--openplay-blue);
}

.status-completed[b-ql8njubg62] {
    background: var(--openplay-gray);
}

.status-cancelled[b-ql8njubg62] {
    background: #a0a8b6;
}

.openplay-state[b-ql8njubg62] {
    font-family: "Space Grotesk", "Clash Display", sans-serif;
    padding: 3rem;
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    margin: 2rem auto;
    max-width: 720px;
    text-align: center;
}

.openplay-state p[b-ql8njubg62] {
    color: var(--openplay-sub);
}

.eyebrow[b-ql8njubg62] {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.75rem;
    color: #0c6b51;
}

.btn.primary[b-ql8njubg62] {
    padding: 0.75rem 1.6rem;
    border-radius: 999px;
    border: none;
    background: #063418;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
}

.btn.ghost[b-ql8njubg62] {
    padding: 0.7rem 1.5rem;
    border-radius: 999px;
    border: 1px solid #063418;
    background: transparent;
    color: #063418;
    font-weight: 600;
    cursor: pointer;
}

.openplay-state.loading .ring[b-ql8njubg62] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 4px solid rgba(12, 107, 81, 0.2);
    border-top-color: #0c6b51;
    margin: 0 auto 1rem;
    animation: spin-b-ql8njubg62 1s linear infinite;
}

@keyframes spin-b-ql8njubg62 {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .openplay-hero[b-ql8njubg62] {
        display: none;
    }

    .openplay-hero[b-ql8njubg62] {
        flex-direction: column;
        align-items: flex-start;
    }

    .openplay-search[b-ql8njubg62] {
        flex-direction: column;
        align-items: stretch;
    }

    .card-actions[b-ql8njubg62] {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Mobile-first layout defaults */
.openplay-page[b-ql8njubg62] {
    padding: 0;
    width: 100%;
}

.openplay-hero[b-ql8njubg62] {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.6rem;
}

.openplay-search[b-ql8njubg62] {
    flex-direction: column;
    align-items: stretch;
}

.openplay-grid[b-ql8njubg62] {
    grid-template-columns: 1fr;
}

.card-actions[b-ql8njubg62] {
    flex-direction: column;
    align-items: flex-start;
}

@media (min-width: 900px) {
    .openplay-page[b-ql8njubg62] {
        padding: 1.2rem clamp(1.5rem, 5vw, 4rem) 2.5rem;
        margin: 0 auto;
        width: min(1240px, 100%);
    }

    .openplay-hero[b-ql8njubg62] {
        flex-direction: row;
        align-items: center;
        padding: 2.5rem;
    }

    .openplay-search[b-ql8njubg62] {
        flex-direction: row;
        align-items: center;
    }

    .openplay-grid[b-ql8njubg62] {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }

    .card-actions[b-ql8njubg62] {
        flex-direction: row;
        align-items: center;
    }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/OwnerBooking.razor.rz.scp.css */
:host[b-cex3fg41iw] {
    display: block;
    min-height: 100vh;
    background: #f3f5f9;
    color: #0b1b2a;
    padding: 2rem clamp(1rem, 4vw, 3rem);
}

.owner-booking[b-cex3fg41iw] {
    display: grid;
    gap: 1.5rem;
}

.owner-booking header[b-cex3fg41iw] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.owner-card[b-cex3fg41iw] {
    background: #ffffff;
    border-radius: 1.2rem;
    padding: 1.6rem;
    border: 1px solid rgba(12, 26, 40, 0.12);
    box-shadow: 0 18px 40px rgba(6, 16, 26, 0.08);
    display: grid;
    gap: 1.2rem;
}

.owner-state[b-cex3fg41iw] {
    max-width: 560px;
    margin: 2.5rem auto;
    background: #ffffff;
    border-radius: 1.2rem;
    padding: 2rem;
    border: 1px solid rgba(12, 26, 40, 0.12);
    box-shadow: 0 18px 40px rgba(6, 16, 26, 0.08);
    text-align: center;
}

.owner-state .eyebrow[b-cex3fg41iw] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    color: #617089;
    margin-bottom: 0.5rem;
}

.search-field[b-cex3fg41iw] {
    display: grid;
    gap: 0.4rem;
    font-weight: 600;
}

.search-field input[b-cex3fg41iw] {
    width: 100%;
    border-radius: 0.85rem;
    border: 1px solid #d6ddea;
    padding: 0.75rem 0.9rem;
    font-size: 0.95rem;
    font-family: inherit;
}

.search-field input:focus[b-cex3fg41iw] {
    outline: none;
    border-color: #041731;
    box-shadow: 0 0 0 3px rgba(18, 60, 82, 0.15);
}

.owner-actions[b-cex3fg41iw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.results-list[b-cex3fg41iw] {
    display: grid;
    gap: 0.75rem;
}

.result-item[b-cex3fg41iw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 1rem;
    border-radius: 0.9rem;
    border: 1px solid #e3e9f3;
    background: #f9fbff;
    text-align: left;
    cursor: pointer;
    transition: all 0.18s ease;
}

.result-item:hover[b-cex3fg41iw] {
    border-color: #041731;
    transform: translateY(-1px);
}

.result-item strong[b-cex3fg41iw] {
    display: block;
    color: #0b1b2a;
}

.result-item span[b-cex3fg41iw] {
    color: #58657a;
    font-size: 0.85rem;
}

.result-item.is-selected[b-cex3fg41iw] {
    border-color: #041731;
    background: rgba(18, 60, 82, 0.1);
}

.pill[b-cex3fg41iw] {
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background: rgba(18, 60, 82, 0.12);
    color: #041731;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.owner-footer[b-cex3fg41iw] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid #eef1f6;
    padding-top: 1rem;
}

.feedback-panel[b-cex3fg41iw] {
    border-top: 1px solid #eef1f6;
    padding-top: 1rem;
    display: grid;
    gap: 1rem;
}

.feedback-header[b-cex3fg41iw] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.feedback-header span[b-cex3fg41iw] {
    display: block;
    font-size: 0.85rem;
    color: #66718a;
}

.feedback-compose label[b-cex3fg41iw] {
    display: grid;
    gap: 0.4rem;
    font-weight: 600;
}

.feedback-compose textarea[b-cex3fg41iw] {
    width: 100%;
    border-radius: 0.85rem;
    border: 1px solid #d6ddea;
    padding: 0.75rem 0.9rem;
    font-size: 0.95rem;
    font-family: inherit;
    resize: vertical;
    min-height: 110px;
}

.feedback-compose textarea:focus[b-cex3fg41iw] {
    outline: none;
    border-color: #041731;
    box-shadow: 0 0 0 3px rgba(18, 60, 82, 0.15);
}

.feedback-actions[b-cex3fg41iw] {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.75rem;
}

.feedback-list[b-cex3fg41iw] {
    display: grid;
    gap: 0.75rem;
}

.feedback-item[b-cex3fg41iw] {
    background: #f8fafc;
    border-radius: 0.9rem;
    border: 1px solid #e5eaf2;
    padding: 0.85rem 1rem;
    display: grid;
    gap: 0.4rem;
}

.feedback-item small[b-cex3fg41iw] {
    color: #64748b;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.helper[b-cex3fg41iw] {
    color: #66718a;
}

.inline-message[b-cex3fg41iw] {
    padding: 0.6rem 0.85rem;
    border-radius: 0.75rem;
    background: rgba(18, 60, 82, 0.08);
    color: #041731;
    font-weight: 600;
}

@media (max-width: 720px) {
    .owner-footer[b-cex3fg41iw] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/OwnerFinanceBookingDate.razor.rz.scp.css */
:host[b-mq24b2lwa7] {
    display: block;
}

.motion-seed[b-mq24b2lwa7],
.motion-scale[b-mq24b2lwa7],
.motion-fade[b-mq24b2lwa7] {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    animation-delay: var(--motion-delay, 0s);
    will-change: transform, opacity;
}

.motion-seed[b-mq24b2lwa7] {
    transform: translate3d(0, 20px, 0);
    animation-name: riseIn-b-mq24b2lwa7;
    animation-duration: 0.6s;
}

.motion-scale[b-mq24b2lwa7] {
    transform: scale(0.96);
    animation-name: scaleIn-b-mq24b2lwa7;
    animation-duration: 0.7s;
}

.motion-fade[b-mq24b2lwa7] {
    transform: translate3d(0, 12px, 0);
    animation-name: riseIn-b-mq24b2lwa7;
    animation-duration: 0.55s;
}

.finance-page[b-mq24b2lwa7] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem clamp(1rem, 4vw, 3rem);
    color: #041427;
}

.eyebrow[b-mq24b2lwa7] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    color: #0c6b51;
    margin-bottom: 0.4rem;
}

.finance-hero[b-mq24b2lwa7] {
    background: radial-gradient(circle at top left, #0c6b51, #063418);
    color: white;
    padding: 2rem 2.5rem;
    border-radius: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
    box-shadow: 0 25px 45px rgba(6, 52, 24, 0.45);
    position: relative;
    overflow: hidden;
}

.finance-hero[b-mq24b2lwa7]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Crect width='80' height='80' fill='none'/%3E%3Cg stroke='rgba(255,255,255,0.32)' stroke-width='0.8' fill='none'%3E%3Cline x1='0' y1='0' x2='80' y2='0'/%3E%3Cline x1='0' y1='20' x2='80' y2='20'/%3E%3Cline x1='0' y1='40' x2='80' y2='40'/%3E%3Cline x1='0' y1='60' x2='80' y2='60'/%3E%3Cline x1='0' y1='80' x2='80' y2='80'/%3E%3Cline x1='0' y1='0' x2='0' y2='80'/%3E%3Cline x1='20' y1='0' x2='20' y2='80'/%3E%3Cline x1='40' y1='0' x2='40' y2='80'/%3E%3Cline x1='60' y1='0' x2='60' y2='80'/%3E%3Cline x1='80' y1='0' x2='80' y2='80'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 80px 80px;
    opacity: 0.15;
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: 0;
    border-radius: 1.5rem;
}

.finance-hero h1[b-mq24b2lwa7] {
    font-family: 'Space Grotesk', 'General Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 0.8rem;
    position: relative;
    z-index: 1;
}

.finance-hero p[b-mq24b2lwa7] {
    max-width: 560px;
    color: rgba(244, 248, 255, 0.85);
    position: relative;
    z-index: 1;
}

.hero-tags[b-mq24b2lwa7] {
    margin-top: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
}

.hero-tags span[b-mq24b2lwa7] {
    padding: 0.35rem 1rem;
    border-radius: 999px;
    background: rgba(199, 255, 65, 0.12);
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.hero-metrics[b-mq24b2lwa7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.hero-metrics article[b-mq24b2lwa7] {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    padding: 1.25rem;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(199, 255, 65, 0.22);
}

.hero-metrics strong[b-mq24b2lwa7] {
    display: block;
    font-size: 1.7rem;
    margin: 0.3rem 0;
}

.finance-filters[b-mq24b2lwa7] {
    background: white;
    border-radius: 1.25rem;
    padding: 1.5rem;
    box-shadow: 0 18px 40px rgba(6, 52, 24, 0.1);
}

.filter-grid[b-mq24b2lwa7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    align-items: end;
}

.filter-grid label[b-mq24b2lwa7] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: #041427;
}

.date-input[b-mq24b2lwa7] {
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid #cbded2;
    font-size: 0.95rem;
}

.chip-row[b-mq24b2lwa7] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.chip-row button[b-mq24b2lwa7] {
    border: 1px solid #0c6b51;
    background: transparent;
    color: #0c6b51;
    border-radius: 999px;
    padding: 0.35rem 1rem;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.chip-row button:hover[b-mq24b2lwa7] {
    background: #0c6b51;
    color: white;
}

.filter-actions[b-mq24b2lwa7] {
    display: flex;
    justify-content: flex-end;
}

.btn.primary[b-mq24b2lwa7] {
    background: linear-gradient(135deg, #0c6b51 0%, #063418 100%);
    color: #ffffff;
    border: 1px solid #063418;
    border-radius: 999px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    cursor: pointer;
}

.btn.primary:not(:disabled):hover[b-mq24b2lwa7] {
    background: linear-gradient(135deg, #12906d 0%, #063418 100%);
    border-color: #0b6b4f;
    box-shadow: 0 16px 26px rgba(6, 52, 24, 0.3);
    transform: translateY(-2px);
}

.btn.primary:not(:disabled):active[b-mq24b2lwa7] {
    background: linear-gradient(135deg, #063418 0%, #052a16 100%);
    border-color: #052a16;
    box-shadow: 0 10px 18px rgba(6, 52, 24, 0.22);
    transform: translateY(0);
}

.btn.primary:disabled[b-mq24b2lwa7] {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
    background-color: rgba(6, 52, 24, 0.35);
    border-color: rgba(6, 52, 24, 0.35);
    color: rgba(255, 255, 255, 0.8);
}

.btn.ghost[b-mq24b2lwa7] {
    background: transparent;
    border: 1px solid rgba(6, 52, 24, 0.3);
    color: #063418;
    border-radius: 999px;
    padding: 0.65rem 1.5rem;
    font-weight: 600;
    cursor: pointer;
}

.finance-metric-grid[b-mq24b2lwa7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.finance-metric-grid article[b-mq24b2lwa7] {
    background: white;
    border-radius: 1rem;
    padding: 1.25rem;
    border: 1px solid #dfe9e2;
}

.finance-metric-grid strong[b-mq24b2lwa7] {
    display: block;
    font-size: 1.4rem;
    margin: 0.4rem 0;
    color: #041427;
}

.finance-visuals[b-mq24b2lwa7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
}

.chart-panel[b-mq24b2lwa7] {
    min-height: 320px;
}

.trend-chart[b-mq24b2lwa7] {
    width: 100%;
    height: 220px;
    display: block;
    border-radius: 0.9rem;
    background: linear-gradient(180deg, #f4fff7 0%, #ffffff 100%);
    border: 1px solid #dcece2;
}

.trend-line[b-mq24b2lwa7] {
    fill: none;
    stroke: #0c6b51;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.trend-dot[b-mq24b2lwa7] {
    fill: #c7ff41;
    stroke: #063418;
    stroke-width: 1.5;
}

.trend-legend[b-mq24b2lwa7] {
    margin-top: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.trend-legend span[b-mq24b2lwa7] {
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    background: #eef7f1;
    color: #0b4f39;
}

.weekday-bars[b-mq24b2lwa7],
.mini-rank-list[b-mq24b2lwa7] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.weekday-bars li[b-mq24b2lwa7] {
    display: grid;
    grid-template-columns: 1.3fr 1fr auto;
    gap: 0.65rem;
    align-items: center;
}

.weekday-bars .progress[b-mq24b2lwa7] {
    width: 100%;
    height: 0.65rem;
    border-radius: 999px;
    background: #e2eee7;
    overflow: hidden;
}

.weekday-bars .bar[b-mq24b2lwa7] {
    height: 100%;
    background: linear-gradient(120deg, #0c6b51, #12906d);
}

.mini-rank-list li[b-mq24b2lwa7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid #e1ece5;
    border-radius: 0.85rem;
    padding: 0.75rem 0.9rem;
    background: #fbfefd;
}

.mini-rank-list strong[b-mq24b2lwa7] {
    color: #063418;
    font-size: 0.95rem;
}

.daily-table.compact th[b-mq24b2lwa7],
.daily-table.compact td[b-mq24b2lwa7] {
    padding: 0.45rem 0.2rem;
}

.muted[b-mq24b2lwa7] {
    color: #4b5c53;
    font-size: 0.92rem;
}

.finance-insights[b-mq24b2lwa7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.panel[b-mq24b2lwa7] {
    background: white;
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid #dfe9e2;
    box-shadow: 0 12px 25px rgba(6, 52, 24, 0.08);
}

.panel header[b-mq24b2lwa7] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.panel header p[b-mq24b2lwa7] {
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    color: #0c6b51;
    margin-bottom: 0.25rem;
}

.occupancy-list[b-mq24b2lwa7],
.payment-list[b-mq24b2lwa7] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.occupancy-list li[b-mq24b2lwa7],
.payment-list li[b-mq24b2lwa7] {
    display: grid;
    grid-template-columns: 2fr 1fr auto;
    gap: 0.75rem;
    align-items: center;
}

.occupancy-list .progress[b-mq24b2lwa7] {
    width: 100%;
    height: 0.6rem;
    border-radius: 999px;
    background: #e2eee7;
    overflow: hidden;
}

.occupancy-list .bar[b-mq24b2lwa7] {
    height: 100%;
    background: linear-gradient(120deg, #0c6b51, #063418);
}

.payment-figures[b-mq24b2lwa7] {
    text-align: right;
    display: flex;
    flex-direction: column;
}

.payment-mix-chart[b-mq24b2lwa7] {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto 1rem;
}

.pie-chart[b-mq24b2lwa7] {
    width: 180px;
    height: 180px;
    display: block;
}

.pie-center-label[b-mq24b2lwa7] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.pie-center-label span[b-mq24b2lwa7] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #4f675b;
}

.pie-center-label strong[b-mq24b2lwa7] {
    color: #063418;
    font-size: 1rem;
}

.legend-dot[b-mq24b2lwa7] {
    position: relative;
    padding-left: 0.8rem;
}

.legend-dot[b-mq24b2lwa7]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--legend-color, #0c6b51);
}

.payment-figures span[b-mq24b2lwa7] {
    font-weight: 600;
    color: #041427;
}

.daily-table[b-mq24b2lwa7] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.daily-table th[b-mq24b2lwa7],
.daily-table td[b-mq24b2lwa7] {
    padding: 0.4rem 0.2rem;
    border-bottom: 1px dashed #dfe9e2;
}

.finance-table[b-mq24b2lwa7] {
    background: white;
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid #dfe9e2;
    box-shadow: 0 12px 25px rgba(6, 52, 24, 0.08);
}

.finance-table header[b-mq24b2lwa7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.table-scroll[b-mq24b2lwa7] {
    overflow-x: auto;
}

.finance-table table[b-mq24b2lwa7] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    min-width: 960px;
}

.finance-table th[b-mq24b2lwa7] {
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.75rem;
    color: #4a5761;
    padding-bottom: 0.75rem;
}

.finance-table td[b-mq24b2lwa7] {
    padding: 0.75rem 0;
    border-bottom: 1px solid #eef4ef;
}

.finance-state[b-mq24b2lwa7] {
    margin: 2rem auto;
    max-width: 640px;
    text-align: center;
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 18px 35px rgba(6, 52, 24, 0.12);
}

.finance-state.loading[b-mq24b2lwa7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.finance-state.locked[b-mq24b2lwa7],
.finance-state.warning[b-mq24b2lwa7] {
    background: linear-gradient(120deg, #063418, #0b4f39);
    color: white;
}

.finance-state.locked .eyebrow[b-mq24b2lwa7],
.finance-state.warning .eyebrow[b-mq24b2lwa7] {
    color: rgba(255, 255, 255, 0.75);
}

.finance-state.error[b-mq24b2lwa7] {
    border: 1px solid #ef4444;
}

.finance-state .loader[b-mq24b2lwa7] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 4px solid rgba(6, 52, 24, 0.15);
    border-top-color: #c7ff41;
    animation: spin-b-mq24b2lwa7 1s linear infinite;
}

@keyframes riseIn-b-mq24b2lwa7 {
    from {
        opacity: 0;
        transform: translate3d(0, 24px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes scaleIn-b-mq24b2lwa7 {
    from {
        opacity: 0;
        transform: scale(0.94);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes spin-b-mq24b2lwa7 {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .motion-seed[b-mq24b2lwa7],
    .motion-scale[b-mq24b2lwa7],
    .motion-fade[b-mq24b2lwa7] {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 768px) {
    .finance-page[b-mq24b2lwa7] {
        padding: 0;
    }

    .finance-hero[b-mq24b2lwa7],
    .finance-filters[b-mq24b2lwa7],
    .panel[b-mq24b2lwa7],
    .finance-table[b-mq24b2lwa7] {
        padding: 1.25rem;
    }

    .finance-table table[b-mq24b2lwa7] {
        min-width: 720px;
    }

    .weekday-bars li[b-mq24b2lwa7] {
        grid-template-columns: 1fr;
        gap: 0.45rem;
    }

    .trend-chart[b-mq24b2lwa7] {
        height: 180px;
    }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/PlayerHome.razor.rz.scp.css */
:root[b-cuw8tl0939] {
    --ink: #041427;
    --frost: #f4f8ff;
    --ocean: #0c6b51;
    --mint: #c7ff41;
    --deep: #063418;
}

.player-home[b-cuw8tl0939] {
    font-family: 'Space Grotesk', 'General Sans', sans-serif;
    padding: 2.5rem 0;
    background: radial-gradient(circle at top, rgba(12, 107, 81, 0.18), transparent 40%),
                radial-gradient(circle at 20% 20%, rgba(199, 255, 65, 0.18), transparent 45%);
    color: var(--ink);
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.playerhome-locked[b-cuw8tl0939] {
    min-height: 80vh;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at top, rgba(12, 107, 81, 0.12), transparent 55%);
    font-family: 'Space Grotesk', 'General Sans', sans-serif;
}

.locked-card[b-cuw8tl0939] {
    background: #ffffff;
    padding: 3rem;
    border-radius: 1.5rem;
    max-width: 460px;
    text-align: center;
    box-shadow: 0 35px 60px rgba(6, 52, 24, 0.12);
}

.hero[b-cuw8tl0939] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding: 2.5rem;
    border-radius: 1.75rem;
    background: linear-gradient(135deg, #063418, #0b4f39 55%, #0c6b51);
    color: #ffffff;
    animation: float-in-b-cuw8tl0939 0.6s ease;
    position: relative;
    overflow: hidden;
}

.hero[b-cuw8tl0939]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Crect width='80' height='80' fill='none'/%3E%3Cg stroke='rgba(255,255,255,0.32)' stroke-width='0.8' fill='none'%3E%3Cline x1='0' y1='0' x2='80' y2='0'/%3E%3Cline x1='0' y1='20' x2='80' y2='20'/%3E%3Cline x1='0' y1='40' x2='80' y2='40'/%3E%3Cline x1='0' y1='60' x2='80' y2='60'/%3E%3Cline x1='0' y1='80' x2='80' y2='80'/%3E%3Cline x1='0' y1='0' x2='0' y2='80'/%3E%3Cline x1='20' y1='0' x2='20' y2='80'/%3E%3Cline x1='40' y1='0' x2='40' y2='80'/%3E%3Cline x1='60' y1='0' x2='60' y2='80'/%3E%3Cline x1='80' y1='0' x2='80' y2='80'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 80px 80px;
    opacity: 0.15;
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: 0;
    border-radius: 1.75rem;
}

.hero-copy[b-cuw8tl0939] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    position: relative;
    z-index: 1;
}

.hero-eyebrow[b-cuw8tl0939] {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.8rem;
    color: rgba(199, 255, 65, 0.8);
}

.hero h1[b-cuw8tl0939] {
    font-size: clamp(2.4rem, 4vw, 3rem);
    letter-spacing: -0.03em;
    margin: 0;
}

.hero-subcopy[b-cuw8tl0939] {
    color: rgba(244, 248, 255, 0.85);
    max-width: 34rem;
}

.hero-actions[b-cuw8tl0939] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-metrics[b-cuw8tl0939] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.metric-card[b-cuw8tl0939] {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    padding: 1rem 1.2rem;
    backdrop-filter: blur(6px);
}

.metric-card strong[b-cuw8tl0939] {
    display: block;
    font-size: 1.4rem;
    margin: 0.4rem 0;
}

.metric-label[b-cuw8tl0939], .metric-sub[b-cuw8tl0939] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.hero-panel[b-cuw8tl0939] {
    background: rgba(6, 52, 24, 0.85);
    border-radius: 1.5rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 1;
}

.panel-header[b-cuw8tl0939] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel-body h3[b-cuw8tl0939] {
    margin: 0 0 0.3rem 0;
}

.session-meta[b-cuw8tl0939] {
    color: rgba(255, 255, 255, 0.65);
}

.session-status[b-cuw8tl0939] {
    display: flex;
    gap: 0.6rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.module[b-cuw8tl0939] {
    background: linear-gradient(135deg, #ffffff, #f1f8f3);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 35px 60px rgba(6, 52, 24, 0.1);
}

.module-head[b-cuw8tl0939] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.module-head h2[b-cuw8tl0939] {
    margin: 0.25rem 0 0 0;
    font-size: 1.7rem;
}

.eyebrow-tag[b-cuw8tl0939] {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.75rem;
    color: #0c6b51;
}

.quick-grid[b-cuw8tl0939] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1.5rem;
}

.quick-card[b-cuw8tl0939] {
    border-radius: 1.25rem;
    padding: 1.8rem;
    background: linear-gradient(135deg, rgba(6, 52, 24, 0.04), rgba(6, 52, 24, 0.12));
    position: relative;
    overflow: hidden;
}

.quick-card[b-cuw8tl0939]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, transparent, var(--card-accent));
    opacity: 0.25;
    pointer-events: none;
}

.quick-card h3[b-cuw8tl0939] {
    margin: 0.4rem 0;
}

.chip[b-cuw8tl0939] {
    display: inline-flex;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: rgba(6, 52, 24, 0.08);
    font-size: 0.75rem;
    font-weight: 600;
    color: #063418;
}

.link-arrow[b-cuw8tl0939] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: none;
    border: none;
    color: var(--ocean);
    font-weight: 600;
    cursor: pointer;
    margin-top: 1.2rem;
    text-decoration: none;
}

.link-arrow span[b-cuw8tl0939] {
    transition: transform 0.2s ease;
}

.link-arrow:hover span[b-cuw8tl0939] {
    transform: translateX(4px);
}

.dual-module[b-cuw8tl0939] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    background: none;
    box-shadow: none;
    padding: 0;
}

.dual-module .panel[b-cuw8tl0939] {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 30px 45px rgba(6, 52, 24, 0.08);
}

.upcoming-list[b-cuw8tl0939] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.openplay-card[b-cuw8tl0939] {
    padding: 1.2rem;
    border: 1px solid rgba(6, 52, 24, 0.12);
    border-radius: 1.25rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.slot-date[b-cuw8tl0939] {
    font-weight: 600;
    color: #4a5761;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.slot-meta[b-cuw8tl0939] {
    color: #4a5761;
}

.slot-tags[b-cuw8tl0939] {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    flex-wrap: wrap;
}

.pill[b-cuw8tl0939] {
    display: inline-flex;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-size: 0.75rem;
    background: rgba(6, 52, 24, 0.08);
    color: #063418;
    font-weight: 600;
}

/* Ensure pill tags stay legible on dark overlays */
.hero-panel .pill[b-cuw8tl0939],
.spotlight-overlay .pill[b-cuw8tl0939] {
    background: rgba(255, 255, 255, 0.18);
    color: #f7fbff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
}

.pill-live[b-cuw8tl0939] {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.pill-status[b-cuw8tl0939] {
    color: #ffffff;
    background: var(--pill-status-color, #0c6b51);
}

.stat-grid[b-cuw8tl0939] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.stat-card[b-cuw8tl0939] {
    border-radius: 1.25rem;
    padding: 1.25rem;
    background: #063418;
    color: #ffffff;
}

.stat-card strong[b-cuw8tl0939] {
    font-size: 1.8rem;
    display: block;
    margin: 0.25rem 0;
}

.stat-label[b-cuw8tl0939] {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    color: rgba(199, 255, 65, 0.7);
}

.trend-stack[b-cuw8tl0939] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.trend-row[b-cuw8tl0939] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.trend-label p[b-cuw8tl0939] {
    margin: 0;
    font-weight: 600;
}

.trend-label span[b-cuw8tl0939] {
    color: #4a5761;
    font-size: 0.85rem;
}

.trend-bar[b-cuw8tl0939] {
    flex: 1;
    height: 0.65rem;
    background: #e2eee7;
    border-radius: 999px;
    position: relative;
    overflow: hidden;
}

.trend-fill[b-cuw8tl0939] {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, #0c6b51, #063418);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #ffffff;
    font-size: 0.65rem;
    padding-right: 0.35rem;
}

.spotlight-grid[b-cuw8tl0939] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.spotlight-card[b-cuw8tl0939] {
    border-radius: 1.5rem;
    min-height: 280px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.spotlight-overlay[b-cuw8tl0939] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem;
    background: linear-gradient(180deg, rgba(6, 52, 24, 0.45), rgba(6, 52, 24, 0.9));
    color: #ffffff;
}

.spotlight-top[b-cuw8tl0939] {
    display: flex;
    gap: 0.5rem;
}

.spotlight-bottom[b-cuw8tl0939] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rate[b-cuw8tl0939] {
    font-size: 1.4rem;
    font-weight: 600;
}

.link-arrow.light[b-cuw8tl0939] {
    color: #ffffff;
}

.community-grid[b-cuw8tl0939] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.2rem;
}

.community-card[b-cuw8tl0939] {
    padding: 1.4rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(6, 52, 24, 0.12);
    display: flex;
    gap: 1rem;
}

.avatar[b-cuw8tl0939] {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    display: grid;
    place-items: center;
    color: #041427;
    font-weight: 700;
}

.community-head[b-cuw8tl0939] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.community-head h3[b-cuw8tl0939] {
    margin: 0;
}

.community-head span[b-cuw8tl0939] {
    font-size: 0.85rem;
    color: #4a5761;
}

.community-host[b-cuw8tl0939] {
    margin: 0.2rem 0;
    color: #4a5761;
    font-size: 0.9rem;
}

.community-summary[b-cuw8tl0939] {
    margin: 0;
    color: #041427;
    line-height: 1.4;
}

.btn[b-cuw8tl0939] {
    border: none;
    border-radius: 999px;
    padding: 0.85rem 1.6rem;
    font-weight: 600;
    cursor: pointer;
}

.btn-primary[b-cuw8tl0939] {
    background: linear-gradient(135deg, var(--mint), var(--ocean));
    color: #063418;
}

.btn-ghost[b-cuw8tl0939] {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.text-link[b-cuw8tl0939] {
    background: none;
    border: none;
    color: var(--ocean);
    font-weight: 600;
    cursor: pointer;
}

@keyframes float-in-b-cuw8tl0939 {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .hero[b-cuw8tl0939],
    .module[b-cuw8tl0939],
    .dual-module .panel[b-cuw8tl0939] {
        padding: 1.5rem;
    }

    .hero-actions[b-cuw8tl0939] {
        flex-direction: column;
    }

    .hero-metrics[b-cuw8tl0939],
    .hero-panel[b-cuw8tl0939] {
        display: none;
    }
}

/* Mobile-first layout defaults */
.player-home[b-cuw8tl0939] {
    padding: 0;
    gap: 1.75rem;
}

.hero[b-cuw8tl0939] {
    grid-template-columns: 1fr;
    padding: 1.5rem;
    gap: 1.5rem;
}

.hero-actions[b-cuw8tl0939] {
    flex-direction: column;
    align-items: stretch;
}

.hero-metrics[b-cuw8tl0939] {
    grid-template-columns: 1fr;
}

.module[b-cuw8tl0939],
.dual-module .panel[b-cuw8tl0939] {
    padding: 1.5rem;
}

.quick-grid[b-cuw8tl0939],
.dual-module[b-cuw8tl0939],
.stat-grid[b-cuw8tl0939],
.spotlight-grid[b-cuw8tl0939] {
    grid-template-columns: 1fr;
}

@media (min-width: 900px) {
    .player-home[b-cuw8tl0939] {
        padding: 2.5rem 0;
        gap: 2.5rem;
    }

    .hero[b-cuw8tl0939] {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        padding: 2.5rem;
        gap: 2rem;
    }

    .hero-actions[b-cuw8tl0939] {
        flex-direction: row;
        align-items: center;
    }

    .hero-metrics[b-cuw8tl0939] {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .module[b-cuw8tl0939],
    .dual-module .panel[b-cuw8tl0939] {
        padding: 2rem;
    }

    .quick-grid[b-cuw8tl0939] {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    }

    .dual-module[b-cuw8tl0939] {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .stat-grid[b-cuw8tl0939] {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }

    .spotlight-grid[b-cuw8tl0939] {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/Profile.razor.rz.scp.css */
.profile-page[b-fslolu4em9] {
    min-height: 100vh;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    color: #1b1f24;
    padding: 3.5rem 1.5rem 4rem;
    font-family: "DM Sans", "Segoe UI", sans-serif;
}

.profile-hero[b-fslolu4em9] {
    max-width: 1100px;
    margin: 0 auto 2.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    align-items: stretch;
}

.hero-copy[b-fslolu4em9] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero-copy h1[b-fslolu4em9] {
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    margin: 0;
}

.hero-subcopy[b-fslolu4em9] {
    max-width: 520px;
    opacity: 0.85;
    line-height: 1.6;
}

.eyebrow[b-fslolu4em9] {
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-size: 0.75rem;
    color: #6b7280;
}

.hero-badges[b-fslolu4em9] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero-badge[b-fslolu4em9] {
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 999px;
    padding: 0.45rem 1.2rem;
    font-size: 0.85rem;
}

.hero-card[b-fslolu4em9] {
    background: #fbfdff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 1.5rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    position: relative;
    overflow: hidden;
}

.hero-card[b-fslolu4em9]::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -60px;
    top: -60px;
    background: radial-gradient(circle, rgba(255, 206, 121, 0.25) 0%, transparent 70%);
}

.avatar-shell[b-fslolu4em9] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c7ff41, #ffa640);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #05232d;
    overflow: hidden;
}

.avatar-shell img[b-fslolu4em9] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-actions[b-fslolu4em9] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hint[b-fslolu4em9] {
    font-size: 0.85rem;
    opacity: 0.7;
}

.profile-grid[b-fslolu4em9] {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.panel[b-fslolu4em9] {
    background: #fbfdff;
    border-radius: 1.5rem;
    padding: 2rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.12);
}

.panel.accent[b-fslolu4em9] {
    background: linear-gradient(140deg, #fbfdff 0%, #f1f4f8 70%);
}

.panel-header h2[b-fslolu4em9] {
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    font-size: 1.6rem;
    margin: 0.25rem 0 0;
}

.panel-subcopy[b-fslolu4em9] {
    margin-top: 0.85rem;
    opacity: 0.85;
    line-height: 1.5;
}

.form-grid[b-fslolu4em9] {
    display: grid;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.field label[b-fslolu4em9] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.input[b-fslolu4em9] {
    width: 100%;
    padding: 0.8rem 1rem;
    border-radius: 0.8rem;
    border: 1px solid #d7dbe0;
    background: #ffffff;
    color: #1b1f24;
    font-family: "DM Sans", "Segoe UI", sans-serif;
}

.input:focus[b-fslolu4em9] {
    outline: none;
    border-color: #1f7a4f;
    box-shadow: 0 0 0 3px rgba(31, 122, 79, 0.18);
}

.form-actions[b-fslolu4em9] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.status[b-fslolu4em9] {
    font-size: 0.9rem;
}

.status-success[b-fslolu4em9] {
    color: #0f7a4f;
}

.status-error[b-fslolu4em9] {
    color: #d14343;
}

.btn[b-fslolu4em9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.8rem 1.6rem;
    border-radius: 0.9rem;
    border: none;
    font-weight: 700;
    cursor: pointer;
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

.btn-primary[b-fslolu4em9] {
    border: 1px solid #041731;
    background-color: #041731;
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(18, 60, 82, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.btn-primary:hover:not(:disabled)[b-fslolu4em9] {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(18, 60, 82, 0.28);
    background-color: #06384a;
    border-color: #06384a;
}

.btn-primary:active:not(:disabled)[b-fslolu4em9] {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(18, 60, 82, 0.2);
    background-color: #041731;
    border-color: #041731;
}

.btn-primary:disabled[b-fslolu4em9] {
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none;
    background-color: rgba(18, 60, 82, 0.35);
    border-color: rgba(18, 60, 82, 0.35);
}

.btn-ghost[b-fslolu4em9] {
    background: #f2f4f7;
    color: #1b1f24;
    border: 1px solid #d7dbe0;
}

.btn-ghost input[type="file"][b-fslolu4em9] {
    display: none;
}

.hero-actions[b-fslolu4em9]  input[type="file"] {
    display: none;
}

.stat-stack[b-fslolu4em9] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.stat-row[b-fslolu4em9] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.95rem;
}

.status-pill[b-fslolu4em9] {
    background: rgba(31, 122, 79, 0.12);
    color: #0f7a4f;
    padding: 0.2rem 0.8rem;
    border-radius: 999px;
    font-size: 0.8rem;
}

.support-card[b-fslolu4em9] {
    margin-top: 2rem;
    background: #f6f8fb;
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}

.profile-locked[b-fslolu4em9] {
    min-height: 100vh;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1.5rem;
    color: #1b1f24;
}

.locked-card[b-fslolu4em9] {
    max-width: 420px;
    text-align: center;
    background: #fbfdff;
    padding: 2.5rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.12);
}

@media (max-width: 768px) {
    .profile-page[b-fslolu4em9] {
        padding: 2.5rem 1.2rem 3rem;
    }

    .hero-card[b-fslolu4em9] {
        padding: 1.5rem;
    }

    .form-actions[b-fslolu4em9] {
        flex-direction: column;
        align-items: flex-start;
    }

    .stat-row[b-fslolu4em9] {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Mobile-first layout defaults */
.profile-page[b-fslolu4em9] {
    padding: 2.5rem 1.25rem 3rem;
}

.profile-hero[b-fslolu4em9] {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.profile-grid[b-fslolu4em9] {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.form-actions[b-fslolu4em9] {
    flex-direction: column;
    align-items: flex-start;
}

@media (min-width: 900px) {
    .profile-page[b-fslolu4em9] {
        padding: 3.5rem 1.5rem 4rem;
    }

    .profile-hero[b-fslolu4em9] {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 2rem;
    }

    .profile-grid[b-fslolu4em9] {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
    }

    .form-actions[b-fslolu4em9] {
        flex-direction: row;
        align-items: center;
    }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/Reservation.razor.rz.scp.css */
:global(:root)[b-shtympz8iu] {
    --ink: #041427;
    --deep: #063418;
    --primary: #063418;
    --primary-light: #0c6b51;
    --accent: #ffa640;
    --openplay-ink: #041427;
    --openplay-sub: #4a5761;
    --openplay-mint: #0c6b51;
    --openplay-amber: #ffa640;
    --openplay-blue: #063418;
    --openplay-gray: #8a93a2;
    --openplay-card: #ffffff;
    --openplay-glow: rgba(12, 107, 81, 0.18);
}

.reservation-hero[b-shtympz8iu] {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(240px, 1fr);
    gap: 2.5rem;
    padding: 3rem 2.5rem;
    margin: 0 auto;
    max-width: 1400px;
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(244, 248, 255, 0.95) 0%, rgba(236, 246, 238, 0.9) 100%);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(20px);
}

.reservation-loading[b-shtympz8iu] {
    background: #ffffff;
    border-radius: 2rem;
    padding: 3rem 2.5rem;
    margin: 2rem auto 0;
    max-width: 1400px;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
    text-align: center;
}

.reservation-loading .pickleball-loader[b-shtympz8iu] {
    width: 170px;
    height: 170px;
}

.reservation-loading h3[b-shtympz8iu] {
    font-size: 1.35rem;
    margin: 0;
    color: var(--deep);
}

.reservation-loading p[b-shtympz8iu] {
    margin: 0;
    color: rgba(13, 21, 36, 0.75);
}

.open-play[b-shtympz8iu] {
    font-family: "Space Grotesk", "Clash Display", sans-serif;
    color: var(--openplay-ink);
    margin: 0 auto;
    width: min(1240px, 100%);
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1.2rem clamp(1.5rem, 5vw, 4rem) 2.5rem;
}

.open-play .openplay-header[b-shtympz8iu] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.5rem 0;
}

.open-play .openplay-header h3[b-shtympz8iu] {
    margin: 0;
    font-size: 1.35rem;
    color: var(--openplay-ink);
}

.open-play .openplay-header p[b-shtympz8iu] {
    margin: 0;
    color: var(--openplay-sub);
}

.open-play .openplay-grid[b-shtympz8iu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}

.open-play .openplay-card[b-shtympz8iu] {
    background: #ffffff;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 25px 45px rgba(8, 24, 40, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid transparent;
    max-width: 420px;
    max-height: 560px;
    width: 100%;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    color: inherit;
}

.open-play .openplay-card:hover[b-shtympz8iu] {
    transform: translateY(-6px);
    border-color: rgba(12, 107, 81, 0.6);
    box-shadow: 0 30px 55px rgba(6, 52, 24, 0.15);
}

.open-play .openplay-card:focus-visible[b-shtympz8iu] {
    outline: 3px solid rgba(12, 107, 81, 0.5);
    outline-offset: 4px;
}

.open-play .card-media[b-shtympz8iu] {
    position: relative;
    min-height: 180px;
    background: #063418;
}

.open-play .card-media img[b-shtympz8iu] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.open-play .card-badges[b-shtympz8iu] {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.open-play .pill[b-shtympz8iu] {
    display: inline-flex;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    backdrop-filter: blur(6px);
    background: rgba(8, 24, 40, 0.6);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.open-play .rate-pill[b-shtympz8iu] {
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    background: rgba(8, 24, 40, 0.8);
    color: #ffffff;
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
}

.open-play .card-body[b-shtympz8iu] {
    padding: 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: left;
}

.open-play .card-heading[b-shtympz8iu] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.open-play .card-eyebrow[b-shtympz8iu] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    color: #7a8698;
    margin: 0 0 0.2rem 0;
}

.open-play h3[b-shtympz8iu] {
    margin: 0;
    font-size: 1.35rem;
}

.open-play .card-location[b-shtympz8iu] {
    margin: 0.2rem 0 0 0;
    color: #5c6a7c;
}

.open-play .card-details[b-shtympz8iu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    text-align: left;
}

.open-play .card-details span[b-shtympz8iu] {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--openplay-sub);
    margin-bottom: 0.3rem;
}

.open-play .card-details strong[b-shtympz8iu] {
    font-size: 0.95rem;
}

.open-play .card-footer[b-shtympz8iu] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.open-play .slot-line[b-shtympz8iu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
    color: var(--openplay-sub);
}

.open-play .slot-count[b-shtympz8iu] {
    font-weight: 600;
}

.open-play .card-actions[b-shtympz8iu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.open-play .joined-pill[b-shtympz8iu] {
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    background: rgba(199, 255, 65, 0.2);
    color: #063418;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.open-play .status-pill[b-shtympz8iu] {
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ffffff;
    white-space: nowrap;
}

.open-play .status-open[b-shtympz8iu] {
    background: var(--openplay-mint);
}

.open-play .status-full[b-shtympz8iu] {
    background: #f05945;
}

.open-play .status-ongoing[b-shtympz8iu] {
    background: var(--openplay-blue);
}

.open-play .status-completed[b-shtympz8iu] {
    background: var(--openplay-gray);
}

.open-play .status-cancelled[b-shtympz8iu] {
    background: #a0a8b6;
}

.open-play .openplay-state[b-shtympz8iu] {
    padding: 3rem;
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    margin: 2rem auto;
    max-width: 720px;
    text-align: center;
}

.open-play .openplay-state p[b-shtympz8iu] {
    color: var(--openplay-sub);
}

.open-play .eyebrow[b-shtympz8iu] {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.75rem;
    color: #0c6b51;
}

.open-play .btn.primary[b-shtympz8iu] {
    padding: 0.75rem 1.6rem;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(6, 52, 24, 0.25);
}

.open-play .btn.ghost[b-shtympz8iu] {
    padding: 0.7rem 1.5rem;
    border-radius: 999px;
    border: 1px solid rgba(6, 52, 24, 0.45);
    background: rgba(6, 52, 24, 0.06);
    color: var(--primary);
    font-weight: 600;
    cursor: pointer;
}

.open-play .openplay-state.loading .ring[b-shtympz8iu] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 4px solid rgba(12, 107, 81, 0.2);
    border-top-color: #0c6b51;
    margin: 0 auto 1rem;
    animation: spin-b-shtympz8iu 1s linear infinite;
}

@keyframes spin-b-shtympz8iu {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .open-play .card-actions[b-shtympz8iu] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (min-width: 900px) {
    .open-play[b-shtympz8iu] {
        padding: 1.2rem clamp(1.5rem, 5vw, 4rem) 2.5rem;
        margin: 0 auto;
        width: min(1240px, 100%);
    }

    .open-play .card-actions[b-shtympz8iu] {
        flex-direction: row;
        align-items: center;
    }
}

.stepper[b-shtympz8iu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    background: #ffffff;
    border-radius: 999px;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
}

.select-field[b-shtympz8iu] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 0.85rem;
    border-radius: 16px;
    border: 1px solid rgba(6, 52, 24, 0.18);
    background: linear-gradient(135deg, rgba(6, 52, 24, 0.08) 0%, rgba(255, 255, 255, 0.95) 60%);
    box-shadow: 0 12px 28px rgba(6, 52, 24, 0.12);
}

.select-field span[b-shtympz8iu] {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(6, 52, 24, 0.7);
    font-weight: 700;
}

.select-field select[b-shtympz8iu] {
    appearance: none;
    width: 100%;
    border-radius: 12px;
    border: 1.5px solid rgba(6, 52, 24, 0.35);
    background-color: #ffffff;
    padding: 0.7rem 2.6rem 0.7rem 0.9rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--ink);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23063418' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.9rem center;
    background-size: 1.1rem;
}

.select-field select:focus[b-shtympz8iu] {
    outline: none;
    border-color: rgba(6, 52, 24, 0.65);
    box-shadow: 0 0 0 3px rgba(12, 107, 81, 0.18);
}

.select-field small[b-shtympz8iu] {
    color: rgba(13, 21, 36, 0.7);
    font-size: 0.82rem;
}

.step-node[b-shtympz8iu] {
    flex: 1;
    border: 1px solid var(--border-light);
    border-radius: 999px;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #f7f9fb;
    font-weight: 600;
    font-size: 0.92rem;
    cursor: pointer;
    transition: all var(--transition-smooth);
    color: rgba(13, 21, 36, 0.75);
    justify-content: flex-start;
}

.step-node .index[b-shtympz8iu] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid var(--border-light);
    display: grid;
    place-items: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--ink);
    background: #ffffff;
    transition: all var(--transition-smooth);
}

.step-node:hover[b-shtympz8iu] {
    border-color: var(--primary);
    color: var(--ink);
}

.step-node.is-active[b-shtympz8iu] {
    border-color: var(--primary);
    background: rgba(6, 52, 24, 0.08);
    color: var(--ink);
}

.step-node.is-active .index[b-shtympz8iu] {
    background: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
    box-shadow: 0 6px 14px rgba(6, 52, 24, 0.25);
}

.step-node.is-complete[b-shtympz8iu] {
    border-color: rgba(6, 52, 24, 0.35);
    background: rgba(6, 52, 24, 0.08);
    color: var(--ink);
}

.step-node.is-complete .index[b-shtympz8iu] {
    background: #ffffff;
    border-color: rgba(6, 52, 24, 0.35);
    color: var(--primary);
}

.step-connector[b-shtympz8iu] {
    flex: 0 0 42px;
    height: 2px;
    background: var(--border-light);
    border-radius: 999px;
    transition: background var(--transition-smooth);
}

.step-connector.is-complete[b-shtympz8iu] {
    background: var(--primary);
}

.hero-text h1[b-shtympz8iu] {
    font-size: clamp(2rem, 3.2vw, 3rem);
    margin: 0;
    line-height: 1.15;
    color: var(--deep);
}

.hero-text p[b-shtympz8iu] {
    max-width: 540px;
    color: rgba(13, 21, 36, 0.82);
    font-size: 1.05rem;
    line-height: 1.75;
    margin: 1rem 0 0;
}

.hero-chips[b-shtympz8iu] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.8rem;
}

.chip-button[b-shtympz8iu] {
    border: 1px solid var(--border-light);
    border-radius: 0.6rem;
    padding: 0.95rem 1.4rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    min-width: 140px;
    cursor: pointer;
    transition: all var(--transition-smooth);
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--ink);
    box-shadow: 0 2px 8px rgba(8, 16, 31, 0.08);
}

.chip-button:hover:not(:disabled)[b-shtympz8iu] {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-color: var(--primary);
}

.chip-button span[b-shtympz8iu] {
    font-weight: 500;
    font-size: 0.8rem;
    color: var(--ink);
    opacity: 0.6;
    margin-top: 0.25rem;
}

.chip-button.is-active[b-shtympz8iu] {
    box-shadow: 0 6px 18px rgba(8, 16, 31, 0.16);
    border-color: var(--primary);
    background: linear-gradient(140deg, #ffffff, var(--accent-soft));
    transform: translateY(-2px);
}

.chip-button:disabled[b-shtympz8iu] {
    opacity: 0.4;
    cursor: not-allowed;
}

.hero-highlight[b-shtympz8iu] {
    display: grid;
    gap: 1.2rem;
}

.hero-card[b-shtympz8iu] {
    padding: 1.8rem;
    border-radius: 1.5rem;
    background: linear-gradient(145deg, rgba(6, 52, 24, 0.08) 0%, rgba(244, 248, 255, 0.75) 100%);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
    transition: all var(--transition-smooth);
    position: relative;
    overflow: hidden;
}

.hero-card[b-shtympz8iu]::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(12, 107, 81, 0.12), transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.hero-card > *[b-shtympz8iu] {
    position: relative;
    z-index: 1;
}

.hero-card:hover[b-shtympz8iu] {
    transform: translateY(-2px);
    box-shadow: none;
    border-color: var(--primary);
}

.hero-card span[b-shtympz8iu] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--accent);
    font-weight: 700;
    display: block;
}

.hero-card strong[b-shtympz8iu] {
    display: block;
    font-size: 2.8rem;
    margin: 0.4rem 0 0.2rem;
    color: var(--deep);
    font-weight: 700;
}

.hero-card p[b-shtympz8iu] {
    margin: 0;
    color: var(--ink);
    opacity: 0.68;
    font-size: 0.85rem;
    line-height: 1.4;
}

.mobile-tabs[b-shtympz8iu] {
    display: none;
    gap: 0.6rem;
    margin: 1rem 0 0.5rem;
    padding: 0.35rem;
    border-radius: 999px;
    background: rgba(6, 52, 24, 0.08);
    border: 1px solid rgba(6, 52, 24, 0.12);
}

.mobile-tab[b-shtympz8iu] {
    flex: 1 1 0;
    border: none;
    background: transparent;
    padding: 0.55rem 0.9rem;
    font-weight: 600;
    font-size: 0.85rem;
    color: rgba(13, 21, 36, 0.65);
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mobile-tab.is-active[b-shtympz8iu] {
    background: #063418;
    color: #ffffff;
    box-shadow: 0 12px 25px rgba(6, 52, 24, 0.25);
}

@keyframes tabPanelEnter-b-shtympz8iu {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.inline-alert[b-shtympz8iu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    padding: 1.2rem 1.5rem;
    border-radius: 1.25rem;
    border: 2px solid var(--primary);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(245, 249, 253, 0.9));
    box-shadow: none;
}

.inline-alert.success[b-shtympz8iu] {
    border-color: rgba(13, 115, 119, 0.2);
    background: linear-gradient(135deg, rgba(13, 115, 119, 0.08), rgba(245, 249, 253, 0.95));
}

.inline-alert.error[b-shtympz8iu] {
    border-color: rgba(0, 82, 88, 0.3);
    background: linear-gradient(135deg, rgba(0, 82, 88, 0.08), rgba(245, 253, 254, 0.95));
}

.warning-note[b-shtympz8iu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 0.9rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(205, 90, 82, 0.35);
    background: rgba(205, 90, 82, 0.12);
    color: #6c2a24;
    font-size: 0.85rem;
    line-height: 1.4;
}

.warning-note strong[b-shtympz8iu] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.7rem;
    color: #a13f32;
}

.inline-alert .ghost[b-shtympz8iu] {
    border: none;
    background: transparent;
    font-weight: 600;
    cursor: pointer;
    color: var(--primary);
    transition: all var(--transition-fast);
    padding: 0.4rem 0.8rem;
}

.inline-alert .ghost:hover[b-shtympz8iu] {
    opacity: 0.7;
}

.notify-overlay[b-shtympz8iu] {
    position: fixed;
    inset: 0;
    background: rgba(8, 16, 31, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    z-index: var(--z-notify);
    backdrop-filter: blur(6px);
}

.notify-panel[b-shtympz8iu] {
    width: min(520px, 100%);
    border-radius: 1.5rem;
    padding: 1.75rem;
    border: 1px solid var(--border-light);
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(248, 245, 236, 0.95));
    box-shadow: 0 25px 65px rgba(8, 16, 31, 0.35);
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.2rem;
    align-items: flex-start;
    animation: notifyIn-b-shtympz8iu 280ms var(--transition-smooth) forwards;
}


.notify-panel.is-success[b-shtympz8iu] {
    border-color: rgba(48, 164, 134, 0.4);
    background: linear-gradient(130deg, rgba(65, 176, 143, 0.18), rgba(255, 255, 255, 0.96));
    box-shadow: 0 25px 65px rgba(48, 164, 134, 0.25);
}

.notify-panel.is-error[b-shtympz8iu] {
    border-color: rgba(205, 90, 82, 0.45);
    background: linear-gradient(130deg, rgba(226, 111, 104, 0.18), rgba(255, 255, 255, 0.96));
    box-shadow: 0 25px 65px rgba(205, 90, 82, 0.25);
}

.notify-icon[b-shtympz8iu] {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: var(--ink);
    color: #ffffff;
    font-size: 1.5rem;
    display: grid;
    place-items: center;
    font-weight: 700;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
}

.notify-panel.is-success .notify-icon[b-shtympz8iu] {
    background: rgba(48, 164, 134, 0.95);
}

.notify-panel.is-error .notify-icon[b-shtympz8iu] {
    background: rgba(205, 90, 82, 0.95);
}

.notify-copy strong[b-shtympz8iu] {
    display: block;
    font-size: 1.15rem;
    margin-bottom: 0.35rem;
    color: var(--deep);
}

.notify-copy p[b-shtympz8iu] {
    margin: 0;
    color: rgba(13, 21, 36, 0.75);
    line-height: 1.5;
}

.notify-panel .ghost[b-shtympz8iu] {
    border: 1px solid var(--border-light);
    border-radius: 999px;
    padding: 0.45rem 1rem;
    font-weight: 600;
    color: var(--primary);
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all var(--transition-fast);
}

.notify-panel .ghost:hover[b-shtympz8iu] {
    border-color: var(--primary);
    color: var(--ink);
}

@keyframes notifyIn-b-shtympz8iu {
    from {
        opacity: 0;
        transform: translateY(24px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.state-card[b-shtympz8iu] {
    padding: 2.5rem;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, var(--surface) 0%, rgba(245, 249, 253, 0.95) 100%);
    border: 2px solid var(--primary);
    text-align: center;
    box-shadow: none;
}

.state-card button[b-shtympz8iu] {
    margin-top: 1.5rem;
    padding: 0.9rem 2rem;
    border-radius: 999px;
    border: 2px solid var(--primary);
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: white;
    box-shadow: none;
    transition: all var(--transition-smooth);
    letter-spacing: 0.5px;
}

.state-card button:hover[b-shtympz8iu] {
    transform: translateY(-2px);
    box-shadow: none;
    border-color: var(--primary);
}

.reservation-layout[b-shtympz8iu] {
    display: grid;
    grid-template-columns: minmax(340px, 1fr) minmax(500px, 1.5fr);
    gap: 2rem;
    margin-top: 1rem;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.profile-column[b-shtympz8iu],
.booking-column[b-shtympz8iu] {
    background: linear-gradient(135deg, #ffffff, var(--surface));
    border-radius: 1.8rem;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.profile-column[b-shtympz8iu] {
    display: flex;
    flex-direction: column;
}

.profile-column.skeleton[b-shtympz8iu],
.booking-column.skeleton[b-shtympz8iu] {
    min-height: 480px;
    background: linear-gradient(90deg, #e8f0f6 25%, #f2f7fb 50%, #e8f0f6 75%);
    background-size: 400% 100%;
    animation: shimmer-b-shtympz8iu 1.6s infinite;
}

.profile-media[b-shtympz8iu] {
    position: relative;
    height: 280px;
    background: linear-gradient(135deg, #0D1F35 0%, #0A1628 100%);
    overflow: hidden;
}

.media-back[b-shtympz8iu] {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: rgba(13, 21, 36, 0.6);
    color: #ffffff;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
    box-shadow: 0 10px 24px rgba(8, 16, 31, 0.35);
}

.media-back:hover[b-shtympz8iu] {
    background: rgba(13, 21, 36, 0.8);
}

.profile-media[b-shtympz8iu]::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 30%, rgba(13, 115, 119, 0.1), transparent 50%);
    z-index: 1;
}

.profile-media img[b-shtympz8iu] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.media-badges[b-shtympz8iu] {
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    z-index: 2;
}

.pill[b-shtympz8iu] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--ink);
    font-weight: 700;
    font-size: 0.8rem;
    box-shadow: none;
    border: 2px solid var(--primary);
}

.profile-body[b-shtympz8iu] {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    flex: 1;
}

.profile-body h1[b-shtympz8iu] {
    margin: 0;
    font-size: 1.8rem;
    color: var(--ink);
}

.profile-body .location[b-shtympz8iu] {
    margin: 0.3rem 0 0;
    color: var(--ink);
    opacity: 0.65;
    font-size: 0.95rem;
}

.meta-grid[b-shtympz8iu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.9rem;
    margin-top: 0.5rem;
}

.meta-grid div[b-shtympz8iu] {
    padding: 1rem 1.1rem;
    border-radius: 1.1rem;
    background: linear-gradient(135deg, rgba(13, 115, 119, 0.06), rgba(255, 255, 255, 0.95));
    border: 2px solid var(--primary);
    transition: all var(--transition-smooth);
}

.meta-grid div:hover[b-shtympz8iu] {
    border-color: var(--primary);
    background: linear-gradient(135deg, rgba(13, 115, 119, 0.12), rgba(255, 255, 255, 0.98));
}

.meta-grid span[b-shtympz8iu] {
    display: block;
    font-size: 0.8rem;
    color: var(--ink);
    opacity: 0.65;
    margin-bottom: 0.3rem;
}

.meta-grid strong[b-shtympz8iu] {
    color: var(--primary);
    font-weight: 700;
}

.about-card[b-shtympz8iu],
.contact-card[b-shtympz8iu] {
    padding: 1.3rem;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, rgba(13, 115, 119, 0.04), rgba(255, 255, 255, 0.95));
    border: 2px solid var(--primary);
    transition: all var(--transition-smooth);
}

.details-panel[b-shtympz8iu] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.about-card:hover[b-shtympz8iu],
.contact-card:hover[b-shtympz8iu] {
    border-color: var(--primary);
    box-shadow: var(--shadow-sm);
}

.about-card h3[b-shtympz8iu],
.contact-card h3[b-shtympz8iu] {
    margin-top: 0;
    margin-bottom: 0.75rem;
    color: var(--ink);
    font-size: 1rem;
}

.contact-header[b-shtympz8iu] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.contact-header h3[b-shtympz8iu] {
    margin-bottom: 0.35rem;
}

.contact-sub[b-shtympz8iu] {
    margin: 0;
    color: var(--ink);
    opacity: 0.6;
    font-size: 0.85rem;
}

.about-card p[b-shtympz8iu],
.contact-card p[b-shtympz8iu] {
    margin: 0 0 0.5rem;
    color: var(--ink);
    opacity: 0.72;
    line-height: 1.6;
}

.amenities[b-shtympz8iu] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0;
    list-style: none;
    margin: 0.5rem 0 0;
}

.amenities li[b-shtympz8iu] {
    padding: 0.4rem 0.9rem;
    border-radius: 0.9rem;
    background: linear-gradient(135deg, rgba(13, 115, 119, 0.12), rgba(168, 230, 225, 0.08));
    font-weight: 600;
    font-size: 0.8rem;
    color: var(--primary);
    border: 1px solid rgba(13, 115, 119, 0.15);
}

.contact-grid[b-shtympz8iu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.85rem;
    margin: 0.75rem 0 0;
}

.contact-grid div span:first-child[b-shtympz8iu] {
    display: block;
    font-size: 0.8rem;
    color: var(--ink);
    opacity: 0.65;
    margin-bottom: 0.25rem;
}

.contact-grid strong[b-shtympz8iu] {
    color: var(--ink);
    font-weight: 700;
}

.map-shell[b-shtympz8iu] {
    margin-top: 1rem;
    border-radius: 1.1rem;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    min-height: 200px;
    background: rgba(15, 23, 42, 0.03);
}

.reservation-map[b-shtympz8iu] {
    width: 100%;
    height: 220px;
}

.map-fallback[b-shtympz8iu] {
    display: grid;
    place-items: center;
    height: 220px;
    color: var(--ink);
    opacity: 0.6;
    font-size: 0.9rem;
}

.booking-column[b-shtympz8iu] {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background: #ffffff;
}

.panel-header[b-shtympz8iu] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
}

.panel-header > div:first-child[b-shtympz8iu] {
    flex: 1;
}

.panel-header h2[b-shtympz8iu] {
    font-size: 1.75rem;
    margin: 0.25rem 0 0;
}

.eyebrow[b-shtympz8iu] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    color: var(--primary);
    margin: 0 0 0.35rem 0;
    font-weight: 700;
}

.view-switch[b-shtympz8iu] {
    display: inline-flex;
    border-radius: 999px;
    padding: 0.4rem;
    background: var(--fog);
    gap: 0.4rem;
    border: 2px solid var(--primary);
}

.view-switch button[b-shtympz8iu] {
    border: none;
    background: transparent;
    border-radius: 999px;
    padding: 0.6rem 1rem;
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--ink);
    opacity: 0.6;
    cursor: pointer;
    transition: all var(--transition-smooth);
}

.view-switch button:hover[b-shtympz8iu] {
    opacity: 0.8;
}

.view-switch button.is-active[b-shtympz8iu] {
    background: #ffffff;
    color: var(--primary);
    opacity: 1;
    box-shadow: var(--shadow-sm);
}

.mode-switch[b-shtympz8iu] {
    display: inline-flex;
    gap: 0.6rem;
    border-bottom: 2px solid rgba(6, 52, 24, 0.15);
    padding: 0.2rem 0;
    background: transparent;
    margin: 0.8rem 0 0.6rem;
}

.mode-switch button[b-shtympz8iu] {
    border: none;
    border-radius: 0.6rem 0.6rem 0 0;
    background: transparent;
    padding: 0.7rem 1.3rem;
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    color: rgba(13, 21, 36, 0.6);
    cursor: pointer;
    transition: all var(--transition-smooth);
    position: relative;
}

.mode-switch button:hover[b-shtympz8iu] {
    opacity: 0.85;
}

.mode-switch button.is-active[b-shtympz8iu] {
    color: var(--primary);
    opacity: 1;
}

.mode-switch button.is-active[b-shtympz8iu]::after {
    content: '';
    position: absolute;
    left: 0.35rem;
    right: 0.35rem;
    bottom: -0.2rem;
    height: 3px;
    border-radius: 999px;
    background: var(--primary);
}

.date-controls[b-shtympz8iu] {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 0.9rem;
    align-items: center;
}

.circle[b-shtympz8iu] {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 2px solid var(--primary);
    background: #ffffff;
    font-size: 1.3rem;
    cursor: pointer;
    color: var(--primary);
    transition: all var(--transition-smooth);
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle:hover[b-shtympz8iu] {
    border-color: var(--primary);
    background: rgba(6, 52, 24, 0.08);
    transform: scale(1.05);
}

.date-display[b-shtympz8iu] {
    background: linear-gradient(135deg, rgba(6, 52, 24, 0.06), rgba(255, 255, 255, 0.95));
    border-radius: 1rem;
    padding: 0.75rem 1.2rem;
    border: 2px solid var(--primary);
}

.date-display strong[b-shtympz8iu] {
    color: var(--ink);
}

.date-display span[b-shtympz8iu] {
    font-size: 0.85rem;
    color: var(--ink);
    opacity: 0.65;
}

.date-input input[b-shtympz8iu] {
    border: 2px solid var(--primary);
    border-radius: 1rem;
    padding: 0.7rem 1rem;
    cursor: pointer;
    transition: all var(--transition-smooth);
}

.date-input input:focus[b-shtympz8iu] {
    outline: none;
    border-color: var(--primary);
    box-shadow: none;
}

.rate-chips[b-shtympz8iu] {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.whole-day-panel[b-shtympz8iu] {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
    gap: 1.5rem;
    align-items: start;
}

.calendar-card[b-shtympz8iu] {
    border: 2px solid var(--primary);
    border-radius: 1.5rem;
    background: #ffffff;
    padding: 1.25rem;
    box-shadow: none;
}

.calendar-header[b-shtympz8iu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.calendar-header strong[b-shtympz8iu] {
    font-size: 1rem;
    color: var(--ink);
}

.calendar-grid[b-shtympz8iu] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.4rem;
}

.calendar-label[b-shtympz8iu] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--primary);
    text-align: center;
}

.calendar-day[b-shtympz8iu] {
    border: 1.5px solid var(--border-light);
    border-radius: 0.9rem;
    background: #ffffff;
    padding: 0.55rem 0;
    font-weight: 700;
    color: var(--ink);
    cursor: pointer;
    transition: all var(--transition-smooth);
}

.calendar-day:hover:not(.is-disabled)[b-shtympz8iu] {
    border-color: var(--primary);
    transform: translateY(-1px);
}

.calendar-day.is-selected[b-shtympz8iu] {
    background: var(--accent);
    border-color: var(--accent);
    color: #ffffff;
}

.calendar-day.is-focus[b-shtympz8iu] {
    box-shadow: inset 0 0 0 2px rgba(6, 52, 24, 0.35);
}

.calendar-day.is-today[b-shtympz8iu] {
    box-shadow: inset 0 0 0 2px rgba(6, 52, 24, 0.3);
}

.calendar-day.is-outside[b-shtympz8iu] {
    color: rgba(13, 21, 36, 0.4);
}

.calendar-day.is-disabled[b-shtympz8iu] {
    opacity: 0.35;
    cursor: not-allowed;
}

.whole-day-summary[b-shtympz8iu] {
    border: 2px solid var(--primary);
    border-radius: 1.5rem;
    padding: 1.4rem;
    background: linear-gradient(135deg, rgba(248, 245, 236, 0.9), rgba(255, 255, 255, 0.95));
    display: grid;
    gap: 1rem;
}

.whole-day-summary h3[b-shtympz8iu] {
    margin: 0.3rem 0 0.2rem;
    color: var(--ink);
}

.summary-metrics[b-shtympz8iu] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 0.8rem;
}

.summary-metrics span[b-shtympz8iu] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--primary);
    font-weight: 700;
}

.summary-metrics strong[b-shtympz8iu] {
    display: block;
    font-size: 1.1rem;
    color: var(--ink);
    margin-top: 0.3rem;
}

.chip[b-shtympz8iu] {
    display: inline-flex;
    flex-direction: column;
    padding: 0.55rem 1rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(13, 115, 119, 0.12), rgba(168, 230, 225, 0.08));
    color: var(--primary);
    font-weight: 700;
    font-size: 0.85rem;
    border: 2px solid var(--primary);
    transition: all var(--transition-smooth);
}

.chip small[b-shtympz8iu] {
    font-weight: 500;
    color: var(--ink);
    opacity: 0.65;
    font-size: 0.75rem;
    margin-top: 0.2rem;
}

.chip.muted[b-shtympz8iu] {
    background: rgba(13, 115, 119, 0.04);
    border-color: rgba(13, 115, 119, 0.08);
    color: var(--ink);
    opacity: 0.65;
}

.timeline-grid[b-shtympz8iu] {
    border: 2px solid var(--primary);
    border-radius: 1.5rem;
    overflow: hidden;
    background: #ffffff;
    box-shadow: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.grid-header[b-shtympz8iu] {
    display: grid;
    grid-template-columns: minmax(200px, 0.9fr);
    grid-template-rows: 1fr;
    grid-auto-flow: column;
    grid-auto-columns: minmax(110px, 110px);
    grid-auto-rows: 1fr;
    background: linear-gradient(135deg, var(--fog) 0%, rgba(245, 249, 253, 0.95) 100%);
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--primary);
    width: max-content;
    min-width: 100%;
}

.grid-header > div[b-shtympz8iu] {
    padding: 1rem 1.1rem;
    white-space: nowrap;
}

.grid-body[b-shtympz8iu] {
    display: flex;
    flex-direction: column;
}

.slot-row[b-shtympz8iu] {
    display: grid;
    grid-template-columns: minmax(200px, 0.9fr);
    grid-template-rows: 1fr;
    grid-auto-flow: column;
    grid-auto-columns: minmax(110px, 110px);
    grid-auto-rows: 1fr;
    border-bottom: 1.5px solid var(--border-light);
    transition: background var(--transition-fast);
    column-gap: 0.4rem;
    padding: 0.2rem 0;
    width: max-content;
    min-width: 100%;
}

.slot-row:hover[b-shtympz8iu] {
    background: rgba(6, 52, 24, 0.03);
}

.slot-row:last-child[b-shtympz8iu] {
    border-bottom: none;
}

.slot-row:nth-child(even) .slot-cell[b-shtympz8iu] {
    background: rgba(6, 52, 24, 0.015);
}

.time-col[b-shtympz8iu] {
    padding: 1rem 1.1rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    position: sticky;
    left: 0;
    z-index: 4;
    border-right: 1.5px solid var(--border-light);
    box-shadow: 6px 0 10px rgba(13, 21, 36, 0.06);
}

.period[b-shtympz8iu] {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 0.08em;
}

.time-col strong[b-shtympz8iu] {
    color: var(--ink);
}

.time-col small[b-shtympz8iu] {
    color: var(--ink);
    opacity: 0.65;
    font-size: 0.8rem;
}

.slot-cell[b-shtympz8iu] {
    border: none;
    border-left: 1.5px solid var(--border-light);
    padding: 0.55rem;
    background: #ffffff;
    cursor: pointer;
    font-weight: 600;
    transition: all var(--transition-smooth);
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    font-size: 0.85rem;
    color: var(--primary);
    box-sizing: border-box;
    border-radius: 10%;
}

.slot-cell span[b-shtympz8iu] {
    display: block;
    font-size: 0.85rem;
}

.slot-cell.is-available[b-shtympz8iu] {
    color: var(--primary);
    background: linear-gradient(135deg, rgba(6, 52, 24, 0.03), rgba(255, 255, 255, 0.98));
}

.slot-cell.is-available:hover[b-shtympz8iu] {
    background: linear-gradient(135deg, rgba(12, 107, 81, 0.18), rgba(199, 255, 65, 0.08));
    transform: none;
    box-shadow: inset 0 0 0 2px rgba(12, 107, 81, 0.35);
    font-weight: 700;
    z-index: 2;
}

.slot-cell.is-booked[b-shtympz8iu] {
    cursor: not-allowed;
    color: var(--ink);
    opacity: 0.35;
    background: linear-gradient(135deg, rgba(6, 52, 24, 0.05), rgba(6, 52, 24, 0.02));
}

.slot-cell.is-reserved[b-shtympz8iu] {
    cursor: not-allowed;
    color: #7a4b00;
    background: linear-gradient(135deg, rgba(242, 214, 170, 0.6), rgba(255, 248, 235, 0.95));
    box-shadow: inset 0 0 0 2px rgba(242, 214, 170, 0.8);
}

.slot-cell.is-past[b-shtympz8iu] {
    cursor: not-allowed;
    color: var(--ink);
    opacity: 0.25;
    background: rgba(6, 52, 24, 0.02);
}

.slot-cell.is-selected[b-shtympz8iu] {
    background: linear-gradient(135deg, rgba(6, 52, 24, 0.12), rgba(12, 107, 81, 0.12));
    box-shadow: inset 0 0 0 2px rgba(6, 52, 24, 0.35);
    color: var(--deep) !important;
    transform: none;
    font-weight: 900;
    z-index: 3;
    border: 2px solid var(--primary);
    text-shadow: none;
}

.slot-cell.is-selected span[b-shtympz8iu] {
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: var(--deep) !important;
}

.slot-cell.is-selected[b-shtympz8iu]::before {
    content: '✓';
    position: absolute;
    top: 3px;
    right: 5px;
    width: 24px;
    height: 24px;
    background: var(--primary);
    color: white;
    border: 2px solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 900;
    box-shadow: none;
}

.legend-row[b-shtympz8iu] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    font-size: 0.9rem;
    margin: 1rem 0 0;
    padding: 1rem 1.2rem;
    background: linear-gradient(135deg, rgba(6, 52, 24, 0.06), rgba(255, 255, 255, 0.95));
    border-radius: 1rem;
    border: 2px solid var(--primary);
}

.legend[b-shtympz8iu] {
    display: inline-flex;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    margin-right: 0.5rem;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    font-weight: 700;
}

.legend.available[b-shtympz8iu] {
    background: linear-gradient(135deg, rgba(12, 107, 81, 0.3), rgba(12, 107, 81, 0.15));
    border: 1px solid rgba(12, 107, 81, 0.35);
}

.legend.selected[b-shtympz8iu] {
    background: linear-gradient(135deg, #0c6b51, #063418);
    position: relative;
}

.legend.selected[b-shtympz8iu]::after {
    content: '✓';
    color: white;
    font-size: 0.7rem;
}

.legend.booked[b-shtympz8iu] {
    background: rgba(6, 52, 24, 0.18);
    border: 1px solid rgba(6, 52, 24, 0.28);
}

.legend.reserved[b-shtympz8iu] {
    background: linear-gradient(135deg, rgba(242, 214, 170, 0.9), rgba(255, 243, 226, 0.9));
    border: 1px solid rgba(122, 75, 0, 0.2);
}

.legend.past[b-shtympz8iu] {
    background: rgba(6, 52, 24, 0.08);
    border: 1px solid rgba(6, 52, 24, 0.18);
}

.hold-countdown[b-shtympz8iu] {
    margin-top: 0.35rem;
    color: #7a4b00;
    font-size: 0.9rem;
    font-weight: 600;
}

.legend + span[b-shtympz8iu] {
    font-weight: 600;
    color: var(--ink);
}

.muted[b-shtympz8iu] {
    color: var(--ink);
    opacity: 0.65;
    font-size: 0.9rem;
}

.summary-card[b-shtympz8iu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.5rem;
    padding: 2rem 2.5rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(244, 248, 255, 0.95) 0%, rgba(233, 248, 238, 0.95) 100%);
    border: 1px solid var(--border-light);
    transition: all var(--transition-smooth);
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
}

.summary-card[b-shtympz8iu]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(120deg, rgba(12, 107, 81, 0.16), transparent 70%);
    z-index: 0;
}

.summary-card > *[b-shtympz8iu] {
    position: relative;
    z-index: 1;
}


.summary-card > div:first-child[b-shtympz8iu] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}


.summary-card h3[b-shtympz8iu] {
    margin: 0;
    font-size: 1.35rem;
    letter-spacing: -0.01em;
    text-transform: none;
}

.summary-card p[b-shtympz8iu] {
    margin: 0;
    color: rgba(13, 21, 36, 0.75);
    font-size: 0.95rem;
    line-height: 1.4;
    font-weight: 600;
}

.summary-card p strong[b-shtympz8iu] {
    color: var(--primary-light);
    font-weight: 700;
    font-size: 1.05rem;
}

.summary-card .primary[b-shtympz8iu],
.whole-day-summary .primary[b-shtympz8iu],
.modal-pane .primary[b-shtympz8iu] {
    background: linear-gradient(180deg, #d6ff4f 0%, #b8ff2f 55%, #9ef21a 100%);
    border-color: #c9ff3f;
    color: #0a1b10;
    box-shadow: 0 16px 32px rgba(20, 60, 25, 0.25);
    text-shadow: none;
}

.summary-card .primary:hover:not(:disabled)[b-shtympz8iu],
.whole-day-summary .primary:hover:not(:disabled)[b-shtympz8iu],
.modal-pane .primary:hover:not(:disabled)[b-shtympz8iu] {
    background: linear-gradient(180deg, #e2ff69 0%, #c6ff3b 55%, #a6f522 100%);
    border-color: #d5ff52;
}

.primary[b-shtympz8iu] {
    border: 1px solid var(--primary, #041731);
    border-radius: 999px;
    padding: 1.1rem 2.8rem;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);
    color: #ffffff;
    box-shadow: var(--shadow-md);
    transition: all var(--transition-smooth);
    letter-spacing: 0.04em;
    text-transform: none;
    font-family: var(--font-body);
    line-height: 1.6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(2, 14, 7, 0.35);
}

.primary:hover:not(:disabled)[b-shtympz8iu] {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    background: linear-gradient(135deg, #138a69 0%, #063418 100%);
    border-color: #0f7a5c;
}

.primary:active:not(:disabled)[b-shtympz8iu] {
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
    background: linear-gradient(135deg, #063418 0%, #052a16 100%);
    border-color: #052a16;
}

.primary:disabled[b-shtympz8iu] {
    cursor: not-allowed;
    box-shadow: none;
    background: linear-gradient(180deg, rgba(214, 255, 79, 0.65) 0%, rgba(184, 255, 47, 0.6) 55%, rgba(158, 242, 26, 0.55) 100%);
    border-color: rgba(201, 255, 63, 0.6);
    color: rgba(10, 27, 16, 0.75);
    transform: none;
}

.open-play[b-shtympz8iu] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: #ffffff;
    border: 2px dashed var(--primary);
    text-align: center;
}

.booking-modal[b-shtympz8iu] {
    position: fixed;
    inset: 0;
    background: rgba(10, 22, 40, 0.4);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: calc(2.5rem + env(safe-area-inset-top)) 1.5rem 1.5rem;
    z-index: var(--z-modal);
    overflow-y: auto;
    pointer-events: auto;
    backdrop-filter: blur(8px);
    animation: fadeIn-b-shtympz8iu var(--transition-smooth);
}

@keyframes fadeIn-b-shtympz8iu {
    from {
        opacity: 0;
        backdrop-filter: blur(0px);
    }
    to {
        opacity: 1;
        backdrop-filter: blur(8px);
    }
}

.modal-card[b-shtympz8iu] {
    width: min(720px, 100%);
    background: linear-gradient(140deg, #ffffff 0%, rgba(252, 251, 247, 0.95) 100%);
    border-radius: 1rem;
    padding: clamp(1.25rem, 2vw, 1.75rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-light);
    overflow: hidden;
    position: relative;
    animation: slideUp-b-shtympz8iu var(--transition-smooth);
}

.terms-modal .modal-card[b-shtympz8iu] {
    width: min(780px, 100%);
}

.terms-modal .modal-body[b-shtympz8iu] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.terms-modal .modal-card header[b-shtympz8iu] {
    background: linear-gradient(120deg, #0b4f39 0%, #063418 30%, #063418 70%, #0c6b51 100%);
    border-bottom: none;
    border-radius: 0.85rem;
    padding: 0.9rem 1rem;
    color: #f4f8ff;
}

.terms-modal .modal-card header .eyebrow[b-shtympz8iu] {
    color: #f4f8ff;
    font-size: 1rem;
    letter-spacing: 0.12em;
}

.terms-modal .modal-card header h3[b-shtympz8iu] {
    color: #f4f8ff;
    font-size: 0.95rem;
    font-weight: 500;
}

.terms-modal .modal-card header .icon[b-shtympz8iu] {
    color: #f4f8ff;
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.12);
}

.terms-list[b-shtympz8iu] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.terms-list li[b-shtympz8iu] {
    display: grid;
    grid-template-columns: 2rem 1fr;
    gap: 0.85rem;
    align-items: flex-start;
}

.terms-index[b-shtympz8iu] {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: var(--primary);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.terms-list strong[b-shtympz8iu] {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--deep);
}

.terms-list p[b-shtympz8iu] {
    margin: 0;
    color: rgba(13, 21, 36, 0.75);
}

.terms-callout[b-shtympz8iu] {
    border-radius: 0.9rem;
    border: 1px solid rgba(255, 166, 64, 0.5);
    background: rgba(255, 166, 64, 0.12);
    padding: 0.9rem 1rem;
    display: grid;
    gap: 0.35rem;
}

.terms-callout strong[b-shtympz8iu] {
    color: #9a4b00;
}

.terms-confirm[b-shtympz8iu] {
    margin-top: 0.5rem;
}

.terms-footer[b-shtympz8iu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    border-top: 1px solid var(--border-light);
    padding-top: 1rem;
}

.terms-footer .primary[b-shtympz8iu] {
    background: linear-gradient(180deg, #d6ff4f 0%, #b8ff2f 55%, #9ef21a 100%);
    border-color: #c9ff3f;
    color: #0a1b10;
    box-shadow: 0 16px 32px rgba(20, 60, 25, 0.25);
    text-shadow: none;
}

.terms-footer .primary:disabled[b-shtympz8iu] {
    background: rgba(6, 52, 24, 0.08);
    border-color: rgba(6, 52, 24, 0.25);
    color: rgba(6, 52, 24, 0.45);
    box-shadow: none;
}

.terms-footer .ghost[b-shtympz8iu] {
    border: 1px solid rgba(6, 52, 24, 0.25);
    border-radius: 999px;
    padding: 0.9rem 1.8rem;
    background: rgba(6, 52, 24, 0.05);
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    color: var(--primary);
    transition: all var(--transition-smooth);
    box-shadow: none;
    text-transform: none;
    letter-spacing: 0.02em;
}

.terms-footer .ghost:hover[b-shtympz8iu] {
    background: rgba(6, 52, 24, 0.12);
    border-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

@keyframes slideUp-b-shtympz8iu {
    from {
        transform: translateY(40px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-card header[b-shtympz8iu] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: sticky;
    top: 0;
    background: linear-gradient(120deg, #ffffff 0%, #f8f4ea 100%);
    padding: 0 0 0.75rem 0;
    margin: 0 0 0.75rem 0;
    z-index: 2;
    gap: 0.85rem;
    border-bottom: 1px solid var(--border-light);
}

.modal-card header h3[b-shtympz8iu] {
    font-size: 1.35rem;
    margin: 0;
}

.modal-body[b-shtympz8iu] {
    flex: 1;
    overflow-y: auto;
    padding-right: 0.5rem;
    margin-right: -0.5rem;
    min-height: 0;
}

[b-shtympz8iu]::-webkit-scrollbar {
    width: 6px;
}

[b-shtympz8iu]::-webkit-scrollbar-track {
    background: transparent;
}

[b-shtympz8iu]::-webkit-scrollbar-thumb {
    background: rgba(13, 115, 119, 0.2);
    border-radius: 3px;
}

[b-shtympz8iu]::-webkit-scrollbar-thumb:hover {
    background: rgba(13, 115, 119, 0.4);
}

.modal-grid[b-shtympz8iu] {
    display: grid;
    grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.4fr);
    gap: 1.25rem;
}

.modal-aside[b-shtympz8iu] {
    background: #f9fafb;
    border: none;
    border-radius: 1rem;
    padding: 0.9rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

.aside-head[b-shtympz8iu] {
    padding: 0.9rem;
    background: #ffffff;
    border-radius: 1rem;
    border: none;
    color: var(--ink);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.aside-head span[b-shtympz8iu] {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--primary);
    font-weight: 900;
    display: block;
    margin-bottom: 0.3rem;
}

.aside-head strong[b-shtympz8iu] {
    font-size: 2rem;
    display: block;
    margin: 0.4rem 0 0.2rem;
    color: var(--ink);
    font-weight: 900;
    letter-spacing: -0.02em;
}

.aside-head p[b-shtympz8iu] {
    margin: 0.45rem 0 0;
    color: rgba(10, 22, 40, 0.75);
    font-size: 0.85rem;
    line-height: 1.5;
    font-weight: 600;
}

.aside-section[b-shtympz8iu] {
    background: #ffffff;
    border-radius: 0.9rem;
    padding: 0.8rem;
    border: none;
    transition: all var(--transition-smooth);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.aside-section.muted[b-shtympz8iu] {
    background: #f5f5f5;
}

.aside-section-header[b-shtympz8iu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #e5e5e5;
}

.aside-section h5[b-shtympz8iu] {
    margin: 0;
    font-size: 1rem;
    color: var(--ink);
    font-weight: 800;
    letter-spacing: 0.3px;
}

.text-link[b-shtympz8iu] {
    border: none;
    background: transparent;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
    cursor: pointer;
    transition: all var(--transition-fast);
    opacity: 0.8;
}

.text-link:hover[b-shtympz8iu] {
    opacity: 1;
    text-decoration: underline;
}

.modal-pane[b-shtympz8iu] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0; /* Prevent stepper/payment content from getting clipped */
}

.aside-slot-list[b-shtympz8iu] {
    list-style: none;
    min-width: 0;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.aside-slot-list li[b-shtympz8iu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--ink);
    font-size: 0.9rem;
    padding: 0.6rem 0.75rem;
    border-radius: 0.65rem;
    background: #ffffff;
    border: none;
    transition: all var(--transition-smooth);
    position: relative;
    padding-left: 2.1rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.aside-slot-list li[b-shtympz8iu]::before {
    content: '✓';
    position: absolute;
    left: 0.6rem;
    width: 20px;
    height: 20px;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.7rem;
    box-shadow: 0 2px 4px rgba(0, 82, 88, 0.18);
}

.aside-slot-list li:hover[b-shtympz8iu] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
    background: #f9fafb;
}

.aside-slot-list li > div[b-shtympz8iu] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    flex: 1;
}

.aside-slot-list li strong[b-shtympz8iu] {
    display: block;
    color: var(--primary);
    font-weight: 800;
    font-size: 0.95rem;
}

.aside-slot-list li span[b-shtympz8iu] {
    color: var(--ink);
    opacity: 0.75;
    font-size: 0.75rem;
}

.slot-toggle[b-shtympz8iu] {
    width: 100%;
    margin-top: 0.65rem;
    padding: 0.6rem 0.9rem;
    border-radius: 0.65rem;
    border: 1px dashed rgba(6, 52, 24, 0.35);
    background: rgba(6, 52, 24, 0.08);
    color: var(--primary);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: all var(--transition-smooth);
}

.slot-toggle:hover[b-shtympz8iu] {
    border-color: var(--primary);
    background: rgba(6, 52, 24, 0.14);
    transform: translateY(-1px);
}

.slot-toggle.is-summary[b-shtympz8iu] {
    margin-top: 0.9rem;
    background: rgba(6, 52, 24, 0.12);
    border-color: rgba(6, 52, 24, 0.45);
    color: var(--primary);
}

.pill-link[b-shtympz8iu] {
    display: inline-flex;
    margin-top: 0.4rem;
    padding: 0.5rem 1rem;
    border-radius: 0.6rem;
    border: none;
    font-weight: 600;
    font-size: 0.75rem;
    color: var(--primary);
    text-decoration: none;
    margin-right: 0.4rem;
    background: #f0f8f9;
    transition: all var(--transition-smooth);
    cursor: pointer;
}

.pill-link:hover[b-shtympz8iu] {
    background: #e0f0f2;
    transform: translateY(-1px);
}

.modal-card header .icon[b-shtympz8iu] {
    border: none;
    background: #f5f5f5;
    width: 32px;
    height: 32px;
    border-radius: 0.5rem;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-fast);
    color: var(--ink);
    flex-shrink: 0;
}

.modal-card header .icon:hover[b-shtympz8iu] {
    background: #e8e8e8;
    transform: scale(1.05);
}

.stepper[b-shtympz8iu] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0 0.75rem;
}

.stepper .step-node[b-shtympz8iu] {
    border: none;
    background: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    min-width: 0;
    cursor: pointer;
    color: rgba(13, 21, 36, 0.6);
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
}

.stepper .step-node:focus-visible[b-shtympz8iu] {
    outline: 2px solid var(--primary, #041731);
    outline-offset: 4px;
    border-radius: 0.75rem;
}

.stepper .step-node .index[b-shtympz8iu] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #dfe4f2;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--primary, #041731);
    transition: all var(--transition-smooth);
}

.stepper .step-node span:last-child[b-shtympz8iu] {
    font-size: 0.8rem;
    transition: color var(--transition-fast);
}

.stepper .step-node.is-active .index[b-shtympz8iu] {
    background: var(--primary, #041731);
    color: #ffffff;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px rgba(6, 52, 24, 0.35);
}

.stepper .step-node.is-active span:last-child[b-shtympz8iu],
.stepper .step-node.is-complete span:last-child[b-shtympz8iu] {
    color: var(--primary, #041731);
}

.stepper .step-node.is-complete .index[b-shtympz8iu] {
    background: #ffffff;
    border-color: var(--primary, #041731);
    color: var(--primary, #041731);
}

.step-connector[b-shtympz8iu] {
    flex: 1;
    height: 2px;
    border-radius: 999px;
    background: rgba(6, 52, 24, 0.25);
}

.step-connector.is-complete[b-shtympz8iu] {
    background: var(--primary, #041731);
}

.step-panel[b-shtympz8iu] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    animation: fadeIn-b-shtympz8iu var(--transition-smooth);
}

.step-panel.payment[b-shtympz8iu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.2rem;
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
}

.step-panel.payment .pay-card[b-shtympz8iu] {
    height: 100%;
    margin: 0;
}

.step-panel.payment .file-upload[b-shtympz8iu],
.step-panel.payment .confirm[b-shtympz8iu] {
    grid-column: 1 / -1;
}

.form-grid .invoice-grid[b-shtympz8iu] {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.9rem;
    padding-top: 0.2rem;
}

.step-panel.payment .confirm[b-shtympz8iu] {
    padding-top: 0.4rem;
}

.step-panel.payment label[b-shtympz8iu] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.step-panel.payment label > span[b-shtympz8iu] {
    font-weight: 600;
    color: var(--ink);
    font-size: 0.9rem;
    letter-spacing: 0.2px;
}

.step-panel.payment select[b-shtympz8iu] {
    border-radius: 0.65rem;
    border: 1px solid #cfcfcf;
    padding: 0.8rem 2.2rem 0.8rem 1rem;
    font-size: 0.92rem;
    color: var(--ink);
    background: #ffffff;
    font-family: inherit;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%),
        linear-gradient(135deg, var(--ink) 50%, transparent 50%),
        linear-gradient(to right, #e6e6e6, #e6e6e6);
    background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px),
        calc(100% - 2.2rem) 50%;
    background-size: 6px 6px, 6px 6px, 1px 60%;
    background-repeat: no-repeat;
    transition: all var(--transition-smooth);
}

.step-panel.payment select:focus[b-shtympz8iu] {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(0, 82, 88, 0.12);
}

.step-panel h4[b-shtympz8iu] {
    font-size: 1.15rem;
    margin: 0 0 1rem 0;
    color: var(--ink);
    font-weight: 700;
    letter-spacing: 0.2px;
}

.slot-list[b-shtympz8iu] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.slot-list li[b-shtympz8iu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    background: #ffffff;
    border: none;
    transition: all var(--transition-smooth);
    position: relative;
    padding-left: 2.4rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.slot-list li[b-shtympz8iu]::before {
    content: '📍';
    position: absolute;
    left: 0.85rem;
    font-size: 1rem;
}

.slot-list li:hover[b-shtympz8iu] {
    background: #f9fafb;
    transform: translateX(2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.slot-list li > div:first-child[b-shtympz8iu] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    flex: 1;
}

.slot-list strong[b-shtympz8iu] {
    display: block;
    color: var(--primary);
    font-weight: 800;
    font-size: 1rem;
}

.slot-list li span:not(:first-child)[b-shtympz8iu] {
    color: var(--ink);
    opacity: 0.7;
    font-size: 0.85rem;
    font-weight: 500;
}

.slot-list .price[b-shtympz8iu] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.3rem;
}

.slot-list .price span[b-shtympz8iu] {
    font-weight: 800;
    color: var(--primary);
    font-size: 1.15rem !important;
    opacity: 1 !important;
}

.slot-group-list[b-shtympz8iu] {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.slot-group[b-shtympz8iu] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.slot-group-title[b-shtympz8iu] {
    font-weight: 700;
    color: var(--ink);
    letter-spacing: 0.02em;
    font-size: 0.95rem;
}

.slot-group .slot-list[b-shtympz8iu] {
    gap: 0.7rem;
}

.totals[b-shtympz8iu] {
    border-top: 1px solid #e5e5e5;
    padding-top: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
    background: transparent;
    padding: 0.75rem 0 0 0;
    border-radius: 0;
    border: none;
}

.totals > div[b-shtympz8iu] {
    display: flex;
    justify-content: space-between;
    font-size: 0.95rem;
    align-items: center;
}

.totals > div span:first-child[b-shtympz8iu] {
    color: var(--ink);
    opacity: 0.75;
    font-weight: 600;
}

.totals > div strong[b-shtympz8iu] {
    color: var(--ink);
    font-weight: 800;
    font-size: 1.1rem;
}

.totals .grand[b-shtympz8iu] {
    border-top: 2px solid #f0f0f0;
    padding-top: 1rem;
    margin-top: 0;
    background: transparent;
    padding: 1rem 0;
    border-radius: 0;
    gap: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.totals .grand span:first-child[b-shtympz8iu] {
    font-weight: 800;
    color: var(--primary);
    opacity: 0.95;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
}

.totals .grand strong[b-shtympz8iu] {
    color: var(--ink);
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.form-grid label[b-shtympz8iu] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.form-grid label span[b-shtympz8iu] {
    font-weight: 600;
    color: var(--ink);
    font-size: 0.9rem;
    letter-spacing: 0.2px;
}

.form-grid input[b-shtympz8iu],
.form-grid textarea[b-shtympz8iu] {
    border-radius: 0.55rem;
    border: 1px solid #c5c5c5;
    padding: 0.85rem 1rem;
    font-size: 0.9rem;
    color: var(--ink);
    transition: all var(--transition-smooth);
    background: #ffffff;
    font-family: inherit;
}

.form-grid input:focus[b-shtympz8iu],
.form-grid textarea:focus[b-shtympz8iu] {
    outline: none;
    border-color: var(--primary);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 82, 88, 0.12);
}

.form-grid textarea[b-shtympz8iu] {
    min-height: 110px;
    resize: vertical;
    font-family: inherit;
}

.form-grid .field-error[b-shtympz8iu] {
    color: #b91c1c;
    font-size: 0.82rem;
    font-weight: 600;
}

.form-grid .required-indicator[b-shtympz8iu] {
    color: #b91c1c;
    font-weight: 700;
    margin-left: 0.2rem;
}

.reservation-types[b-shtympz8iu] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.reservation-types > span[b-shtympz8iu] {
    font-weight: 600;
    color: var(--ink);
}

.type-grid[b-shtympz8iu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.6rem;
}

.type-pill[b-shtympz8iu] {
    text-align: left;
    border-radius: 0.6rem;
    padding: 1rem 1.1rem;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    cursor: pointer;
    transition: all var(--transition-smooth);
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.type-pill:hover[b-shtympz8iu] {
    border-color: var(--primary);
    background: #f8f8f8;
    box-shadow: 0 3px 10px rgba(0, 82, 88, 0.12);
    transform: translateY(-1px);
}

.type-pill strong[b-shtympz8iu] {
    font-size: 0.9rem;
    color: var(--ink);
    font-weight: 700;
}

.type-pill small[b-shtympz8iu] {
    color: var(--ink);
    opacity: 0.65;
    font-size: 0.8rem;
}

.type-pill.is-active[b-shtympz8iu] {
    border-color: var(--primary);
    background: #f0f8f9;
    box-shadow: 0 4px 12px rgba(0, 82, 88, 0.15);
}

.type-pill.is-active strong[b-shtympz8iu] {
    color: var(--primary);
}

.pay-card[b-shtympz8iu] {
    padding: 1.3rem;
    border-radius: 0.8rem;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all var(--transition-smooth);
}

.pay-card:hover[b-shtympz8iu] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.pay-card.qr-card[b-shtympz8iu] {
    align-items: center;
    text-align: center;
    gap: 0.6rem;
}

.pay-card.bank-card[b-shtympz8iu] {
    align-items: stretch;
    text-align: left;
    gap: 0.6rem;
}

.bank-list[b-shtympz8iu] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-top: 0.2rem;
}

.bank-item[b-shtympz8iu] {
    border: 1px dashed #d5d5d5;
    border-radius: 0.7rem;
    padding: 0.7rem 0.8rem;
    background: #f9fafb;
}

.bank-item strong[b-shtympz8iu] {
    font-size: 0.95rem;
    color: var(--ink);
}

.bank-meta[b-shtympz8iu] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    font-size: 0.9rem;
    color: rgba(13, 21, 36, 0.75);
}

.pay-card .qr-download[b-shtympz8iu] {
    margin-top: 0.35rem;
}

.qr-shell[b-shtympz8iu] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem;
    border-radius: 0.8rem;
    background: #f8fafc;
    border: 1px dashed #d5d5d5;
    min-height: 190px;
}

.qr-shell img[b-shtympz8iu] {
    width: 180px;
    height: 180px;
    object-fit: contain;
}

.qr-shell .muted[b-shtympz8iu] {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(13, 21, 36, 0.7);
}

.pay-card h4[b-shtympz8iu] {
    margin-top: 0;
    color: var(--ink);
}

.file-upload[b-shtympz8iu] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.file-upload input[b-shtympz8iu] {
    border: 2px dashed #d5d5d5;
    border-radius: 0.8rem;
    padding: 1.5rem 0.9rem;
    background: #f9fafb;
    cursor: pointer;
    transition: all var(--transition-smooth);
    color: var(--ink);
    font-size: 0.9rem;
}

.file-upload input[b-shtympz8iu]::file-selector-button {
    margin-right: 0.75rem;
    border: 1px solid rgba(6, 52, 24, 0.25);
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
    background: rgba(6, 52, 24, 0.08);
    color: var(--primary);
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-smooth);
}

.file-upload input[b-shtympz8iu]::file-selector-button:hover {
    background: rgba(6, 52, 24, 0.14);
    border-color: var(--primary);
}

.file-upload input:hover[b-shtympz8iu] {
    border-color: var(--primary);
    background: #f0f8f9;
}

.file-upload input:focus[b-shtympz8iu] {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(0, 82, 88, 0.08);
}

.file-upload small[b-shtympz8iu] {
    color: rgba(13, 21, 36, 0.68);
    font-size: 0.82rem;
}

.file-upload .status-message[b-shtympz8iu] {
    color: var(--primary);
    font-weight: 600;
}

.confirm[b-shtympz8iu] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    margin: 0.5rem 0 0;
}

.confirm.invoice-request[b-shtympz8iu] {
    background: rgba(220, 38, 38, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.2);
    border-left: 4px solid #dc2626;
    border-radius: 0.85rem;
    padding: 0.65rem 0.85rem;
    box-shadow: 0 10px 24px rgba(220, 38, 38, 0.12);
}

.confirm.invoice-request span[b-shtympz8iu] {
    color: #7f1d1d;
    font-weight: 700;
}

.confirm input[b-shtympz8iu] {
    margin-top: 0.2rem;
    accent-color: var(--primary);
    transform: scale(1.05);
}

.modal-pane footer[b-shtympz8iu] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1.5rem;
    border-radius: 0.9rem;
    border: 1px solid var(--border-light);
    background: linear-gradient(135deg, #ffffff 0%, rgba(233, 248, 238, 0.95) 100%);
    box-shadow: var(--shadow-sm);
}

.modal-pane footer .ghost[b-shtympz8iu] {
    border: 1px solid rgba(6, 52, 24, 0.25);
    border-radius: 999px;
    padding: 1rem 2rem;
    background: rgba(6, 52, 24, 0.05);
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    color: var(--primary);
    transition: all var(--transition-smooth);
    box-shadow: none;
    text-transform: none;
    letter-spacing: 0.02em;
}

.modal-pane footer .ghost:hover[b-shtympz8iu] {
    background: rgba(6, 52, 24, 0.12);
    border-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.empty-grid[b-shtympz8iu] {
    padding: 2rem;
    text-align: center;
    font-weight: 600;
    color: var(--ink);
    opacity: 0.65;
}

@media (max-width: 900px) {
    .modal-grid[b-shtympz8iu] {
        grid-template-columns: 1fr;
    }

    .modal-aside[b-shtympz8iu] {
        order: 2;
    }

    .modal-pane[b-shtympz8iu] {
        order: 1;
    }
    
    .reservation-layout[b-shtympz8iu] {
        gap: 1.5rem;
    }
}

@keyframes shimmer-b-shtympz8iu {
    0% {
        background-position: -400px 0;
    }
    100% {
        background-position: 400px 0;
    }
}

@media (max-width: 1100px) {
    .reservation-hero[b-shtympz8iu] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .reservation-layout[b-shtympz8iu] {
        grid-template-columns: 1fr;
    }
    
    .panel-header[b-shtympz8iu] {
        flex-direction: column;
    }

    .whole-day-panel[b-shtympz8iu] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .reservation-page[b-shtympz8iu] {
        padding: 1.5rem 0 2.5rem;
    }
    
    .reservation-hero[b-shtympz8iu] {
        padding: 2rem 1.5rem;
        margin: 0 1rem;
    }
    
    .booking-column[b-shtympz8iu],
    .profile-body[b-shtympz8iu] {
        padding: 1.5rem;
    }
    
    .profile-media[b-shtympz8iu] {
        height: 220px;
    }
    
    .body[b-shtympz8iu] {
        gap: 1.2rem;
    }
    
    .modal-grid[b-shtympz8iu] {
        gap: 1.5rem;
    }
    
    .grid-header[b-shtympz8iu],
    .slot-row[b-shtympz8iu] {
        grid-template-columns: minmax(140px, 1fr) repeat(auto-fit, minmax(80px, 1fr));
    }
    
    .date-controls[b-shtympz8iu] {
        gap: 0.6rem;
    }
    
    .hero-chips[b-shtympz8iu] {
        gap: 0.6rem;
    }
    
    .chip-button[b-shtympz8iu] {
        min-width: 110px;
        font-size: 0.9rem;
    }
}

@media (max-width: 640px) {
    .reservation-page[b-shtympz8iu] {
        padding: 1rem 0 2rem;
        gap: 1.5rem;
    }

    .reservation-hero[b-shtympz8iu] {
        display: none;
    }

    .mobile-tabs[b-shtympz8iu] {
        display: flex;
    }

    .tab-panel[b-shtympz8iu] {
        display: none;
    }

    .tab-panel.is-active[b-shtympz8iu] {
        display: block;
        animation: tabPanelEnter-b-shtympz8iu 0.25s ease-out;
    }
    
    .hero-text h1[b-shtympz8iu] {
        font-size: 1.45rem;
    }

    .booking-column[b-shtympz8iu],
    .profile-body[b-shtympz8iu] {
        padding: 1.25rem;
    }
    
    .modal-card[b-shtympz8iu] {
        padding: 1.2rem;
        border-radius: 1.5rem;
    }
    
    .modal-card header[b-shtympz8iu] {
        gap: 0.75rem;
    }
    
    .modal-card header h3[b-shtympz8iu] {
        font-size: 1.2rem;
    }

    .modal-aside[b-shtympz8iu] {
        display: none;
    }

    .media-back[b-shtympz8iu] {
        display: inline-flex;
    }
    
    .stepper[b-shtympz8iu] {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 0.3rem;
    }

    .stepper .step-node[b-shtympz8iu] {
        gap: 0.2rem;
    }

    .stepper .step-node .index[b-shtympz8iu] {
        width: 26px;
        height: 26px;
        font-size: 0.75rem;
    }

    .stepper .step-node span:last-child[b-shtympz8iu] {
        font-size: 0.7rem;
    }

    .step-connector[b-shtympz8iu] {
        flex: 0 0 18px;
    }
    
    .profile-media[b-shtympz8iu] {
        height: 180px;
    }
    
    .profile-body h1[b-shtympz8iu] {
        font-size: 1.5rem;
    }

    .grid-header[b-shtympz8iu],
    .slot-row[b-shtympz8iu] {
        grid-template-columns: minmax(96px, 0.7fr);
        grid-template-rows: 1fr;
        grid-auto-flow: column;
        grid-auto-columns: minmax(72px, 1fr);
        grid-auto-rows: 1fr;
        column-gap: 0.4rem;
        width: 100%;
    }

    .timeline-grid[b-shtympz8iu] {
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 0.8rem;
    }

    .timeline-toggle[b-shtympz8iu] {
        position: sticky;
        left: 0;
        z-index: 6;
        background: #f1f4f7;
        border-color: rgba(6, 52, 24, 0.4);
        box-shadow: 0 8px 18px rgba(8, 16, 31, 0.12);
    }

    .grid-header[b-shtympz8iu],
    .grid-body[b-shtympz8iu],
    .slot-row[b-shtympz8iu] {
        min-width: 100%;
    }

    .grid-header[b-shtympz8iu] {
        position: sticky;
        top: 0;
        z-index: 4;
        background: #ffffff;
    }
    
    .time-col[b-shtympz8iu],
    .slot-cell[b-shtympz8iu] {
        padding: 0.3rem;
    }

    .grid-header > div[b-shtympz8iu] {
        padding: 0.45rem 0.4rem;
        font-size: 0.6rem;
    }

    .grid-header > div:not(.time-col)[b-shtympz8iu] {
        padding-left: 0.7rem;
    }

    .grid-header .time-col[b-shtympz8iu] {
        padding-right: 0.7rem;
    }

    .time-col strong[b-shtympz8iu] {
        font-size: 0.75rem;
    }

    .time-col small[b-shtympz8iu] {
        font-size: 0.6rem;
    }

    .slot-cell[b-shtympz8iu] {
        min-height: 36px;
        font-size: 0.65rem;
    }

    .slot-cell span[b-shtympz8iu] {
        font-size: 0.65rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .slot-cell.is-selected[b-shtympz8iu],
    .slot-cell.is-selected span[b-shtympz8iu] {
        font-size: 0.65rem;
        letter-spacing: 0;
    }

    .time-col .period[b-shtympz8iu] {
        display: none;
    }

    .grid-header .time-col[b-shtympz8iu],
    .slot-row .time-col[b-shtympz8iu] {
        position: sticky;
        left: 0;
        z-index: 5;
        background: #ffffff;
        border-right: 1px solid var(--border-light);
        box-shadow: 6px 0 10px rgba(13, 21, 36, 0.06);
    }

    .grid-header .time-col[b-shtympz8iu] {
        z-index: 6;
        background: #ffffff;
    }

    .slot-cell[b-shtympz8iu] {
        z-index: 1;
    }
    
    .panel-header[b-shtympz8iu] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .date-controls[b-shtympz8iu] {
        grid-template-columns: auto 1fr auto;
        gap: 0.5rem;
    }
    
    .date-input[b-shtympz8iu] {
        display: none;
    }
    
    .circle[b-shtympz8iu] {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
    
    .rate-chips[b-shtympz8iu] {
        gap: 0.4rem;
    }
    
    .chip[b-shtympz8iu] {
        padding: 0.4rem 0.75rem;
        font-size: 0.75rem;
    }
    
    .summary-card[b-shtympz8iu] {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }

    .legend-row[b-shtympz8iu] {
        justify-content: center;
    }
    
    .type-grid[b-shtympz8iu] {
        grid-template-columns: 1fr;
    }
    
    .reservation-layout[b-shtympz8iu] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .meta-grid[b-shtympz8iu] {
        grid-template-columns: 1fr;
        display: none;
    }
    
    .contact-grid[b-shtympz8iu] {
        grid-template-columns: 1fr;
    }
    
    .hero-highlight[b-shtympz8iu] {
        gap: 1rem;
    }
    
    footer[b-shtympz8iu] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .modal-pane footer[b-shtympz8iu] {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 0.6rem;
        padding: 1rem;
    }
    
    .modal-pane footer button[b-shtympz8iu] {
        width: auto;
        flex: 1 1 0;
        min-width: 0;
        padding: 0.75rem 1rem;
        font-size: 0.85rem;
        white-space: nowrap;
    }
}

/* Mobile-first layout defaults */
.reservation-page[b-shtympz8iu] {
    padding: 1rem 0 2rem;
    gap: 1.5rem;
}

.reservation-hero[b-shtympz8iu] {
    grid-template-columns: 1fr;
    padding: 1.5rem;
    margin: 0 0.75rem;
    gap: 1.5rem;
}

.reservation-layout[b-shtympz8iu] {
    grid-template-columns: 1fr;
}

.stepper[b-shtympz8iu] {
    flex-direction: column;
    align-items: stretch;
}

@media (max-width: 640px) {
    .stepper[b-shtympz8iu] {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 0.3rem;
    }

    .step-connector[b-shtympz8iu] {
        align-self: center;
    }
}

@media (min-width: 1100px) {
    .reservation-page[b-shtympz8iu] {
        padding: 1.5rem 0 2.5rem;
    }

    .reservation-hero[b-shtympz8iu] {
        grid-template-columns: minmax(0, 1.5fr) minmax(240px, 1fr);
        padding: 3rem 2.5rem;
        margin: 0 auto;
        max-width: 1400px;
        gap: 2.5rem;
    }

    .reservation-layout[b-shtympz8iu] {
        grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
    }

    .reservation-layout .booking-column[b-shtympz8iu] {
        order: 1;
    }

    .reservation-layout .profile-column[b-shtympz8iu] {
        order: 2;
    }

    .hero-highlight[b-shtympz8iu] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stepper[b-shtympz8iu] {
        flex-direction: row;
        align-items: center;
    }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/SignIn.razor.rz.scp.css */
*[b-klzdyg3p4r] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.signin-container[b-klzdyg3p4r] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(135deg, #061f12 0%, #063418 100%);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    margin: 0;
    padding: 0;
}

/* Left Section */
.signin-left[b-klzdyg3p4r] {
    background: linear-gradient(135deg, rgba(6, 34, 20, 0.96) 0%, rgba(6, 52, 24, 0.94) 55%, rgba(12, 107, 81, 0.9) 100%),
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="4" height="4" patternUnits="userSpaceOnUse"><path d="M 4 0 L 0 0 0 4" fill="none" stroke="rgba(255,255,255,0.04)" stroke-width="0.4"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    position: relative;
    overflow: hidden;
    animation: slideInLeft-b-klzdyg3p4r 0.8s ease-out;
}

.signin-left[b-klzdyg3p4r]::before {
    content: '';
    position: absolute;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(255, 166, 64, 0.22) 0%, transparent 70%);
    border-radius: 50%;
    top: -110px;
    right: -120px;
}

.signin-brand[b-klzdyg3p4r] {
    position: relative;
    z-index: 2;
    margin-bottom: 1.5rem;
}

.brand-logo[b-klzdyg3p4r] {
    display: flex;
    align-items: center;
    gap: 0;
    text-decoration: none;
    color: white;
}

.signin-logo[b-klzdyg3p4r] {
    height: 15rem;
    width: auto;
    filter: none;
}

.brand-stack[b-klzdyg3p4r] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-name[b-klzdyg3p4r] {
    font-size: 1.6rem;
    font-weight: 800;
    color: #c7ff41;
}

.brand-tagline[b-klzdyg3p4r] {
    font-size: 0.8rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.signin-content[b-klzdyg3p4r] {
    position: relative;
    z-index: 2;
}

.signin-heading[b-klzdyg3p4r] {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.signin-description[b-klzdyg3p4r] {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.feature-badges[b-klzdyg3p4r] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.feature-badge[b-klzdyg3p4r] {
    background: rgba(255, 255, 255, 0.12);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s;
}

.feature-badge:hover[b-klzdyg3p4r] {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Right Section - Form */
.signin-right[b-klzdyg3p4r] {
    background: white;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signin-form-wrapper[b-klzdyg3p4r] {
    width: 100%;
    max-width: 400px;
}

.signin-mobile-brand[b-klzdyg3p4r] {
    display: none;
    justify-content: center;
    margin-bottom: 1rem;
}

.signin-mobile-brand .brand-logo[b-klzdyg3p4r] {
    color: #03131d;
}

.signin-mobile-brand .signin-logo[b-klzdyg3p4r] {
    height: 6rem;
    filter: none;
}

.signin-mobile-brand .brand-name[b-klzdyg3p4r] {
    color: #03131d;
    font-size: 1.35rem;
}

.signin-tabs[b-klzdyg3p4r] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.signin-tab[b-klzdyg3p4r] {
    background: none;
    border: none;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1rem 0;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
    position: relative;
    bottom: -1px;
}

.signin-tab:hover[b-klzdyg3p4r] {
    color: #333;
}

.signin-tab.active[b-klzdyg3p4r] {
    color: #03131d;
    border-bottom-color: #ffa640;
}

.signin-tab-content[b-klzdyg3p4r] {
    display: none;
}

.signin-tab-content.active[b-klzdyg3p4r] {
    display: block;
    animation: fadeIn-b-klzdyg3p4r 0.3s ease-in;
}

@keyframes fadeIn-b-klzdyg3p4r {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft-b-klzdyg3p4r {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.form-title[b-klzdyg3p4r] {
    font-size: 1.25rem;
    font-weight: 800;
    color: #333;
    margin-bottom: 0.25rem;
}

.form-subtitle[b-klzdyg3p4r] {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 1rem;
    font-size: 0.85rem;
}

.oauth-button[b-klzdyg3p4r] {
    width: 100%;
    background: #f5f5f5;
    border: 2px solid #ddd;
    color: #333;
    padding: 0.65rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.3s;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.oauth-button:hover[b-klzdyg3p4r] {
    background: #efefef;
    border-color: #ccc;
}

.divider[b-klzdyg3p4r] {
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.75rem;
    margin: 1rem 0;
    position: relative;
}

.divider[b-klzdyg3p4r]::before,
.divider[b-klzdyg3p4r]::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.divider[b-klzdyg3p4r]::before {
    left: 0;
}

.divider[b-klzdyg3p4r]::after {
    right: 0;
}

.signin-form[b-klzdyg3p4r] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.form-group[b-klzdyg3p4r] {
    display: flex;
    flex-direction: column;
}

.form-group label[b-klzdyg3p4r] {
    color: #333;
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 0.8rem;
}

.form-group input[b-klzdyg3p4r] {
    background: #f5f5f5;
    border: 2px solid #ddd;
    color: #333;
    -webkit-text-fill-color: #1f2933;
    color-scheme: light;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: all 0.3s;
}

.form-group input:-webkit-autofill[b-klzdyg3p4r],
.form-group input:-webkit-autofill:hover[b-klzdyg3p4r],
.form-group input:-webkit-autofill:focus[b-klzdyg3p4r] {
    -webkit-text-fill-color: #1f2933;
    transition: background-color 5000s ease-in-out 0s;
}

.form-group input[b-klzdyg3p4r]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.form-group input:focus[b-klzdyg3p4r] {
    outline: none;
    background: white;
    border-color: #12d6a0;
    box-shadow: 0 0 0 3px rgba(18, 214, 160, 0.16);
}

.password-hint[b-klzdyg3p4r] {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.55);
    margin-top: 0.35rem;
}

.password-strength[b-klzdyg3p4r] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 0.4rem;
}

.password-strength-track[b-klzdyg3p4r] {
    flex: 1;
    height: 0.35rem;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    overflow: hidden;
}

.password-strength-fill[b-klzdyg3p4r] {
    height: 100%;
    width: 0;
    background: #f87171;
    transition: width 0.2s ease, background-color 0.2s ease;
}

.password-strength-fill.strength-weak[b-klzdyg3p4r] {
    width: 33%;
    background: #f87171;
}

.password-strength-fill.strength-moderate[b-klzdyg3p4r] {
    width: 66%;
    background: #fbbf24;
}

.password-strength-fill.strength-strong[b-klzdyg3p4r] {
    width: 100%;
    background: #34d399;
}

.password-strength-label[b-klzdyg3p4r] {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
    min-width: 4.5rem;
    text-align: right;
}

.password-strength-label.strength-weak[b-klzdyg3p4r] {
    color: #e11d48;
}

.password-strength-label.strength-moderate[b-klzdyg3p4r] {
    color: #d97706;
}

.password-strength-label.strength-strong[b-klzdyg3p4r] {
    color: #16a34a;
}

.password-input-wrapper[b-klzdyg3p4r] {
    position: relative;
    display: flex;
    align-items: center;
}

.password-input-wrapper input[b-klzdyg3p4r] {
    width: 100%;
    padding-right: 2.5rem;
}

.password-toggle[b-klzdyg3p4r] {
    position: absolute;
    right: 0.75rem;
    background: none;
    border: none;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
}

.password-toggle:hover[b-klzdyg3p4r] {
    color: #333;
}

.signin-button[b-klzdyg3p4r] {
    background: linear-gradient(120deg, #c7ff41 0%, #9fe45f 100%);
    color: #031424;
    border: none;
    padding: 0.85rem;
    border-radius: 0.9rem;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 0.25rem;
    box-shadow: 0 15px 40px rgba(80, 180, 90, 0.35);
}

.signin-button:hover[b-klzdyg3p4r] {
    transform: translateY(-2px);
    box-shadow: 0 20px 45px rgba(80, 180, 90, 0.45);
}

.signin-footer[b-klzdyg3p4r] {
    text-align: center;
    margin-top: 0.75rem;
}

.signin-footer a[b-klzdyg3p4r] {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.signin-footer a:hover[b-klzdyg3p4r] {
    color: #ffa640;
}

.forgot-link[b-klzdyg3p4r] {
    font-weight: 600;
}

.forgot-overlay[b-klzdyg3p4r] {
    position: fixed;
    inset: 0;
    background: rgba(3, 10, 20, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    z-index: 50;
}

.forgot-card[b-klzdyg3p4r] {
    width: min(92vw, 420px);
    background: linear-gradient(145deg, #0b2a18 0%, #0f3a21 100%);
    color: #f8fafc;
    border-radius: 1.1rem;
    padding: 1.75rem 1.5rem;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 50px rgba(2, 10, 18, 0.5);
}

.forgot-close[b-klzdyg3p4r] {
    position: absolute;
    top: 0.9rem;
    right: 1rem;
    background: none;
    border: none;
    color: rgba(248, 250, 252, 0.8);
    font-size: 1.1rem;
    cursor: pointer;
}

.forgot-title[b-klzdyg3p4r] {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.forgot-subtitle[b-klzdyg3p4r] {
    color: rgba(248, 250, 252, 0.75);
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.forgot-field[b-klzdyg3p4r] {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.85rem;
}

.forgot-field label[b-klzdyg3p4r] {
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: rgba(248, 250, 252, 0.85);
}

.forgot-input[b-klzdyg3p4r] {
    background: rgba(6, 20, 32, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #f8fafc;
    padding: 0.55rem 0.75rem;
    border-radius: 0.6rem;
    font-size: 0.95rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.forgot-input[b-klzdyg3p4r]::placeholder {
    color: rgba(248, 250, 252, 0.5);
}

.forgot-input:focus[b-klzdyg3p4r] {
    outline: none;
    border-color: rgba(199, 255, 65, 0.7);
    box-shadow: 0 0 0 3px rgba(199, 255, 65, 0.18);
}

.forgot-card .password-toggle[b-klzdyg3p4r] {
    color: rgba(248, 250, 252, 0.7);
}

.forgot-card .password-toggle:hover[b-klzdyg3p4r] {
    color: #f8fafc;
}

.forgot-card .password-hint[b-klzdyg3p4r] {
    color: rgba(248, 250, 252, 0.75);
}

.forgot-card .password-strength-track[b-klzdyg3p4r] {
    background: rgba(255, 255, 255, 0.18);
}

.forgot-code[b-klzdyg3p4r] {
    text-align: center;
    letter-spacing: 0.4rem;
    font-weight: 700;
}

.forgot-actions[b-klzdyg3p4r] {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.forgot-primary[b-klzdyg3p4r],
.forgot-secondary[b-klzdyg3p4r] {
    border: none;
    border-radius: 0.7rem;
    padding: 0.7rem 1rem;
    font-weight: 700;
    cursor: pointer;
    flex: 1;
}

.forgot-primary[b-klzdyg3p4r] {
    background: linear-gradient(120deg, #c7ff41, #63d46f);
    color: #031424;
}

.forgot-secondary[b-klzdyg3p4r] {
    background: rgba(255, 255, 255, 0.12);
    color: #f8fafc;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.forgot-primary:disabled[b-klzdyg3p4r],
.forgot-secondary:disabled[b-klzdyg3p4r] {
    opacity: 0.65;
    cursor: default;
}

.forgot-link-button[b-klzdyg3p4r] {
    margin-top: 0.75rem;
    background: none;
    border: none;
    color: rgba(248, 250, 252, 0.8);
    font-size: 0.85rem;
    text-decoration: underline;
    cursor: pointer;
}

.forgot-link-button:disabled[b-klzdyg3p4r] {
    opacity: 0.6;
    cursor: default;
}

.forgot-alert[b-klzdyg3p4r] {
    padding: 0.6rem 0.75rem;
    border-radius: 0.6rem;
    margin-bottom: 0.85rem;
    font-size: 0.8rem;
    font-weight: 600;
}

.forgot-alert.success[b-klzdyg3p4r] {
    background: rgba(76, 175, 80, 0.15);
    color: #b6f3c2;
    border: 1px solid rgba(76, 175, 80, 0.35);
}

.forgot-alert.error[b-klzdyg3p4r] {
    background: rgba(239, 68, 68, 0.18);
    color: #fecaca;
    border: 1px solid rgba(239, 68, 68, 0.35);
}

.forgot-note[b-klzdyg3p4r] {
    font-size: 0.75rem;
    color: rgba(248, 250, 252, 0.7);
    margin: 0.35rem 0 0.75rem;
}

.signin-powered[b-klzdyg3p4r] {
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.75rem;
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
}

.powered-logo-link[b-klzdyg3p4r] {
    display: inline-flex;
    align-items: center;
    margin-left: 0.5rem;
    text-decoration: none;
    transition: opacity 0.3s;
}

.powered-logo-link:hover[b-klzdyg3p4r] {
    opacity: 0.8;
}

.powered-logo[b-klzdyg3p4r] {
    height: 1.6rem;
    width: auto;
    opacity: 0.8;
}

.alert[b-klzdyg3p4r] {
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    font-weight: 500;
}

.alert-success[b-klzdyg3p4r] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-error[b-klzdyg3p4r] {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Responsive */
@media (max-width: 768px) {
    .signin-container[b-klzdyg3p4r] {
        grid-template-columns: 1fr;
    }

    .signin-left[b-klzdyg3p4r] {
        display: none;
    }

    .signin-right[b-klzdyg3p4r] {
        background: linear-gradient(135deg, rgba(4, 18, 34, 0.96) 0%, rgba(8, 47, 54, 0.94) 55%, rgba(12, 90, 70, 0.9) 100%),
                    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="4" height="4" patternUnits="userSpaceOnUse"><path d="M 4 0 L 0 0 0 4" fill="none" stroke="rgba(255,255,255,0.04)" stroke-width="0.4"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
        display: grid;
        place-items: center;
        padding: 1.5rem;
    }

    .signin-form-wrapper[b-klzdyg3p4r] {
        background: rgba(5, 18, 30, 0.7);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 1.25rem;
        padding: 1.75rem 1.5rem;
        box-shadow: 0 20px 45px rgba(2, 10, 18, 0.45);
        width: min(88vw, 400px);
        margin: 0 auto;
    }

    .signin-mobile-brand .brand-logo[b-klzdyg3p4r] {
        color: #f8fafc;
    }

    .signin-mobile-brand .signin-logo[b-klzdyg3p4r] {
        height: 8rem;
        filter: none;
    }

    .signin-mobile-brand .brand-name[b-klzdyg3p4r] {
        color: #c7ff41;
    }

    .signin-tabs[b-klzdyg3p4r] {
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }

    .signin-tab[b-klzdyg3p4r] {
        color: rgba(248, 250, 252, 0.65);
    }

    .signin-tab:hover[b-klzdyg3p4r] {
        color: #f8fafc;
    }

    .signin-tab.active[b-klzdyg3p4r] {
        color: #f8fafc;
        border-bottom-color: #c7ff41;
    }

    .form-title[b-klzdyg3p4r] {
        color: #f8fafc;
    }

    .form-subtitle[b-klzdyg3p4r] {
        color: rgba(248, 250, 252, 0.75);
    }

    .divider[b-klzdyg3p4r] {
        color: rgba(248, 250, 252, 0.6);
    }

    .form-group label[b-klzdyg3p4r] {
        color: rgba(248, 250, 252, 0.85);
    }

    .form-group input[b-klzdyg3p4r] {
        background-color: rgba(6, 20, 32, 0.88);
        appearance: none;
        -webkit-appearance: none;
        color: #f8fafc;
        -webkit-text-fill-color: #f8fafc;
        color-scheme: dark;
        border-color: rgba(255, 255, 255, 0.2);
        caret-color: #f8fafc;
    }

    .form-group input:focus[b-klzdyg3p4r] {
        background-color: rgba(6, 20, 32, 0.88);
        color: #f8fafc;
        -webkit-text-fill-color: #f8fafc;
    }

    .form-group input[b-klzdyg3p4r]::placeholder {
        color: rgba(248, 250, 252, 0.55);
    }

    .form-group input:-webkit-autofill[b-klzdyg3p4r],
    .form-group input:-webkit-autofill:hover[b-klzdyg3p4r],
    .form-group input:-webkit-autofill:focus[b-klzdyg3p4r] {
        -webkit-text-fill-color: #f8fafc;
        box-shadow: 0 0 0 1000px rgba(6, 20, 32, 0.88) inset;
        caret-color: #f8fafc;
    }

    .password-toggle[b-klzdyg3p4r] {
        color: rgba(248, 250, 252, 0.7);
    }

    .signin-footer a[b-klzdyg3p4r] {
        color: rgba(248, 250, 252, 0.7);
    }

    .signin-powered[b-klzdyg3p4r] {
        color: rgba(248, 250, 252, 0.6);
    }

    .powered-logo[b-klzdyg3p4r] {
        height: 1.1rem;
    }

    .signin-mobile-brand[b-klzdyg3p4r] {
        display: flex;
    }

    .signin-heading[b-klzdyg3p4r] {
        font-size: 2rem;
    }

    .form-title[b-klzdyg3p4r] {
        font-size: 1.25rem;
    }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/TournamentDetails.razor.rz.scp.css */
:root[b-gawpseg1cq] {
    --td-ink: #0b1220;
    --td-sub: #52637a;
    --td-border: rgba(148, 163, 184, 0.25);
    --td-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.tournament-details-page[b-gawpseg1cq] {
    font-family: "Space Grotesk", "Clash Display", sans-serif;
    padding: 2.5rem clamp(1.5rem, 4vw, 3.5rem) 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.details-tabs[b-gawpseg1cq] {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.tab-list[b-gawpseg1cq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.5rem;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid var(--td-border);
    box-shadow: var(--td-shadow);
}

.tab-chip[b-gawpseg1cq] {
    border: none;
    background: transparent;
    color: var(--td-sub);
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.55rem 1.1rem;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.tab-chip.is-active[b-gawpseg1cq] {
    background: #063418;
    color: #ffffff;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}

.tab-panel[b-gawpseg1cq] {
    display: none;
}

.tab-panel.is-active[b-gawpseg1cq] {
    display: block;
}

.overview-stack[b-gawpseg1cq] {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.tab-card[b-gawpseg1cq] {
    background: #ffffff;
    border-radius: 24px;
    padding: 1.8rem;
    border: 1px solid var(--td-border);
    box-shadow: var(--td-shadow);
}

.tab-card h3[b-gawpseg1cq] {
    margin: 0 0 0.6rem;
}

.tab-muted[b-gawpseg1cq] {
    margin: 0;
    color: var(--td-sub);
}

.details-hero[b-gawpseg1cq] {
    border-radius: 32px;
    padding: 2.8rem;
    background: linear-gradient(135deg, rgba(11, 79, 57, 0.92), rgba(6, 52, 24, 0.92));
    color: #f8fafc;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.32);
}

.details-hero[b-gawpseg1cq]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(11, 79, 57, 0.65), rgba(6, 52, 24, 0.7)),
                var(--hero-image, radial-gradient(circle at top left, rgba(16, 185, 129, 0.3), transparent 55%));
    background-size: cover;
    background-position: center;
    opacity: 0.9;
}

.details-hero > *[b-gawpseg1cq] {
    position: relative;
    z-index: 1;
}

.hero-copy h1[b-gawpseg1cq] {
    margin: 0.6rem 0 0.8rem;
    font-size: clamp(2.4rem, 4vw, 3.4rem);
}

.hero-meta[b-gawpseg1cq] {
    color: rgba(226, 232, 240, 0.82);
    margin-bottom: 1.5rem;
}

.hero-stats[b-gawpseg1cq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
}

.stat[b-gawpseg1cq] {
    background: rgba(15, 23, 42, 0.4);
    border-radius: 16px;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.stat span[b-gawpseg1cq] {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(226, 232, 240, 0.7);
}

.stat strong[b-gawpseg1cq] {
    display: block;
    margin-top: 0.35rem;
    font-size: 1rem;
}

.hero-side[b-gawpseg1cq] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-content: start;
}

.hero-register[b-gawpseg1cq] {
    display: inline-flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: linear-gradient(120deg, #c7ff41 0%, #9fe45f 100%);
    box-shadow: 0 14px 30px rgba(80, 180, 90, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: auto;
    color: #041427;
    text-decoration: none;
}

.hero-register:hover[b-gawpseg1cq] {
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(80, 180, 90, 0.4);
}

.hero-register:disabled[b-gawpseg1cq] {
    background: rgba(148, 163, 184, 0.2);
    border-color: rgba(148, 163, 184, 0.35);
    color: rgba(226, 232, 240, 0.7);
    box-shadow: none;
    transform: none;
    cursor: not-allowed;
}

.hero-time[b-gawpseg1cq],
.hero-fee[b-gawpseg1cq] {
    background: rgba(15, 23, 42, 0.4);
    border-radius: 16px;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.hero-time span[b-gawpseg1cq],
.hero-fee span[b-gawpseg1cq] {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(226, 232, 240, 0.7);
}

.hero-time strong[b-gawpseg1cq],
.hero-fee strong[b-gawpseg1cq] {
    display: block;
    margin-top: 0.35rem;
    font-size: 1rem;
}

.details-body[b-gawpseg1cq] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.details-card[b-gawpseg1cq] {
    background: #ffffff;
    border-radius: 24px;
    padding: 2rem;
    border: 1px solid var(--td-border);
    box-shadow: var(--td-shadow);
}

.register-card[b-gawpseg1cq] {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-color: rgba(15, 23, 42, 0.08);
    scroll-margin-top: 6rem;
}

.register-card:target[b-gawpseg1cq],
.register-card.is-targeted[b-gawpseg1cq] {
    border-color: rgba(199, 255, 65, 0.45);
    box-shadow: 0 0 0 3px rgba(199, 255, 65, 0.2), var(--td-shadow);
}

.register-card .card-header[b-gawpseg1cq] {
    align-items: flex-start;
}

.register-card .tag[b-gawpseg1cq] {
    background: rgba(199, 255, 65, 0.18);
    color: #063418;
    border: 1px solid rgba(12, 107, 81, 0.18);
}

.card-header[b-gawpseg1cq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.tag[b-gawpseg1cq] {
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
    font-size: 0.75rem;
    font-weight: 600;
}

.detail-list[b-gawpseg1cq] {
    margin-top: 1.4rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
}

.detail-item span[b-gawpseg1cq] {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--td-sub);
}

.detail-item strong[b-gawpseg1cq] {
    display: block;
    margin-top: 0.3rem;
}

.detail-notes[b-gawpseg1cq] {
    margin-top: 1.5rem;
    color: var(--td-sub);
}

.detail-notes span[b-gawpseg1cq] {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    margin-bottom: 0.4rem;
}

.form-grid[b-gawpseg1cq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.field[b-gawpseg1cq] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.field span[b-gawpseg1cq] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #51607a;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.register-card[b-gawpseg1cq]  .field-input,
.register-card[b-gawpseg1cq]  .field-select {
    width: 100%;
    height: 46px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    padding: 0 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    font-family: inherit;
    color: #0b1220;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.register-card[b-gawpseg1cq]  .field-input:focus,
.register-card[b-gawpseg1cq]  .field-select:focus {
    outline: none;
    border-color: rgba(6, 44, 64, 0.7);
    box-shadow: 0 0 0 3px rgba(6, 44, 64, 0.15), 0 10px 22px rgba(15, 23, 42, 0.1);
}

.register-card[b-gawpseg1cq]  .field-input::placeholder {
    color: #9aa7b4;
    font-weight: 500;
}

.register-card[b-gawpseg1cq]  .field-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20'%3E%3Cpath d='M5 7l5 5 5-5' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.6rem;
}

.form-actions[b-gawpseg1cq] {
    margin-top: 1.2rem;
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.register-card .btn.primary[b-gawpseg1cq] {
    background: #062c40;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(6, 44, 64, 0.2);
}

.register-card .btn.primary:hover[b-gawpseg1cq] {
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(6, 44, 64, 0.25);
}

.division-panel[b-gawpseg1cq] {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.section-header h3[b-gawpseg1cq] {
    margin: 0;
}

.section-header p[b-gawpseg1cq] {
    margin: 0.4rem 0 0;
    color: var(--td-sub);
}

.division-grid[b-gawpseg1cq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.2rem;
}

.division-card[b-gawpseg1cq] {
    background: #ffffff;
    border-radius: 20px;
    padding: 1.4rem;
    border: 1px solid var(--td-border);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.division-header[b-gawpseg1cq] {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
}

.division-header h4[b-gawpseg1cq] {
    margin: 0 0 0.2rem;
}

.division-header p[b-gawpseg1cq] {
    margin: 0;
    color: var(--td-sub);
}

.division-meta[b-gawpseg1cq] {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: var(--td-sub);
}

.status-pill[b-gawpseg1cq] {
    border-radius: 999px;
    padding: 0.3rem 0.75rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: 1px solid transparent;
}

.registration-pill[b-gawpseg1cq] {
    padding: 0.25rem 0.65rem;
    font-size: 0.65rem;
    letter-spacing: 0.06em;
}

.status-draft[b-gawpseg1cq] {
    background: rgba(148, 163, 184, 0.2);
    color: #475569;
}

.status-open[b-gawpseg1cq] {
    background: rgba(16, 185, 129, 0.2);
    color: #047857;
}

.status-closed[b-gawpseg1cq] {
    background: rgba(245, 158, 11, 0.2);
    color: #b45309;
    border-color: rgba(245, 158, 11, 0.35);
}

.status-pending[b-gawpseg1cq] {
    background: rgba(245, 158, 11, 0.16);
    color: #b45309;
    border-color: rgba(245, 158, 11, 0.3);
}

.status-waitlisted[b-gawpseg1cq] {
    background: rgba(239, 68, 68, 0.14);
    color: #b91c1c;
    border-color: rgba(239, 68, 68, 0.25);
}

.status-bracket[b-gawpseg1cq] {
    background: rgba(12, 107, 81, 0.2);
    color: #0c6b51;
}

.status-ongoing[b-gawpseg1cq] {
    background: rgba(6, 52, 24, 0.2);
    color: #063418;
}

.status-completed[b-gawpseg1cq] {
    background: rgba(15, 23, 42, 0.12);
    color: #334155;
}

.inline-message[b-gawpseg1cq] {
    margin-top: 0.8rem;
    background: rgba(16, 185, 129, 0.12);
    border-radius: 0.8rem;
    padding: 0.8rem 1rem;
    color: #047857;
}

.details-state[b-gawpseg1cq] {
    font-family: "Space Grotesk", "Clash Display", sans-serif;
    padding: 3rem;
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: var(--td-shadow);
    margin: 2rem auto;
    max-width: 720px;
    text-align: center;
}

.details-state p[b-gawpseg1cq] {
    color: var(--td-sub);
}

@media (min-width: 900px) {
    .details-hero[b-gawpseg1cq] {
        grid-template-columns: 1.2fr 0.8fr;
    }

    .details-body[b-gawpseg1cq] {
        grid-template-columns: 1.1fr 0.9fr;
    }
}

@media (max-width: 640px) {
    .tournament-details-page[b-gawpseg1cq] {
        padding: 2rem 1.2rem 3rem;
    }

    .hero-copy h1[b-gawpseg1cq] {
        font-size: 2rem;
    }

    .details-tabs[b-gawpseg1cq] {
        margin-left: -1.2rem;
        margin-right: -1.2rem;
    }

    .details-hero[b-gawpseg1cq] {
        margin-left: -1.2rem;
        margin-right: -1.2rem;
        border-radius: 0;
    }

    .tab-list[b-gawpseg1cq] {
        gap: 0.4rem;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .tab-list[b-gawpseg1cq]::-webkit-scrollbar {
        display: none;
    }

    .tab-chip[b-gawpseg1cq] {
        padding: 0.5rem 0.85rem;
        font-size: 0.85rem;
    }

    .stat strong[b-gawpseg1cq],
    .hero-time strong[b-gawpseg1cq],
    .hero-fee strong[b-gawpseg1cq] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.9rem;
    }

    .form-grid[b-gawpseg1cq] {
        grid-template-columns: 1fr;
    }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Pages/Tournaments.razor.rz.scp.css */
.tournaments-page[b-gu1hwpb7fe] {
    --tour-ink: #0b1220;
    --tour-sub: #5a6b85;
    --tour-border: rgba(148, 163, 184, 0.25);
    --tour-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    font-family: "Space Grotesk", "Clash Display", sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 4rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.tournaments-hero[b-gu1hwpb7fe] {
    position: relative;
    border-radius: 18px;
    padding: 2.2rem 2.5rem;
    background: linear-gradient(135deg, #0b4f39 0%, #063418 55%, #0c6b51 100%);
    color: #f8fafc;
    overflow: hidden;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.tournaments-hero[b-gu1hwpb7fe]::before,
.tournaments-hero[b-gu1hwpb7fe]::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.tournaments-hero[b-gu1hwpb7fe]::before {
    background-image:
        radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 0),
        radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 0);
    background-size: 18px 18px, 36px 36px;
    background-position: 0 0, 10px 12px;
    opacity: 0.45;
}

.tournaments-hero[b-gu1hwpb7fe]::after {
    background: radial-gradient(circle at 15% 20%, rgba(199, 255, 65, 0.18), transparent 55%);
    opacity: 0.6;
}

.hero-copy[b-gu1hwpb7fe] {
    position: relative;
    z-index: 1;
}

.hero-copy h1[b-gu1hwpb7fe] {
    margin: 0 0 0.4rem;
    font-size: clamp(2.1rem, 4vw, 3rem);
    letter-spacing: -0.02em;
}

.hero-copy p[b-gu1hwpb7fe] {
    margin: 0;
    color: rgba(226, 232, 240, 0.85);
    font-weight: 600;
}


.tournaments-toolbar[b-gu1hwpb7fe] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    background: #ffffff;
    border-radius: 16px;
    padding: 1rem 1.2rem;
    border: 1px solid var(--tour-border);
    box-shadow: var(--tour-shadow);
}

.search-field[b-gu1hwpb7fe] {
    flex: 1 1 260px;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 12px;
    padding: 0.55rem 0.9rem;
}

.search-input[b-gu1hwpb7fe] {
    border: none;
    background: transparent;
    font-size: 0.95rem;
    width: 100%;
    color: var(--tour-ink);
    outline: none;
}

.toolbar-actions[b-gu1hwpb7fe] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.select-field[b-gu1hwpb7fe] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    padding: 0.45rem 0.75rem;
}

.select-input[b-gu1hwpb7fe] {
    border: none;
    background: transparent;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--tour-ink);
    outline: none;
}

.field-icon[b-gu1hwpb7fe] {
    width: 1rem;
    height: 1rem;
    color: #64748b;
    display: inline-flex;
}

.field-icon svg[b-gu1hwpb7fe] {
    width: 100%;
    height: 100%;
}

.clear-filters[b-gu1hwpb7fe] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: #ffffff;
    color: #64748b;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.clear-filters:disabled[b-gu1hwpb7fe] {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.clear-filters:not(:disabled):hover[b-gu1hwpb7fe] {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.tournaments-results[b-gu1hwpb7fe] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.tournaments-state[b-gu1hwpb7fe] {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px dashed rgba(148, 163, 184, 0.4);
    color: var(--tour-sub);
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    align-items: flex-start;
}

.action-btn[b-gu1hwpb7fe] {
    border: none;
    border-radius: 999px;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    background: #063418;
    color: #ffffff;
    cursor: pointer;
}

.tournaments-grid[b-gu1hwpb7fe] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.2rem;
}

.tournament-card[b-gu1hwpb7fe] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid var(--tour-border);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
    max-width: 560px;
    width: 100%;
}

.tournament-card:hover[b-gu1hwpb7fe] {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

.card-media[b-gu1hwpb7fe] {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.card-media.is-empty[b-gu1hwpb7fe] {
    background: linear-gradient(130deg, rgba(15, 23, 42, 0.12), rgba(59, 130, 246, 0.16));
}

.card-date[b-gu1hwpb7fe] {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    background: rgba(15, 23, 42, 0.8);
    color: #ffffff;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.card-body[b-gu1hwpb7fe] {
    padding: 1.2rem 1.3rem 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.card-header[b-gu1hwpb7fe] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
}

.card-header h3[b-gu1hwpb7fe] {
    margin: 0;
    font-size: 1.05rem;
    color: var(--tour-ink);
}

.card-location[b-gu1hwpb7fe] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    color: var(--tour-sub);
    font-size: 0.9rem;
}

.location-dot[b-gu1hwpb7fe] {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #0c6b51;
}

.card-tags[b-gu1hwpb7fe] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.card-tags span[b-gu1hwpb7fe] {
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    padding: 0.3rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--tour-ink);
}

.status-pill[b-gu1hwpb7fe] {
    border-radius: 999px;
    padding: 0.25rem 0.7rem;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.status-draft[b-gu1hwpb7fe] {
    background: rgba(148, 163, 184, 0.2);
    color: #475569;
}

.status-open[b-gu1hwpb7fe] {
    background: rgba(16, 185, 129, 0.2);
    color: #047857;
}

.status-closed[b-gu1hwpb7fe] {
    background: rgba(245, 158, 11, 0.2);
    color: #b45309;
}

.status-bracket[b-gu1hwpb7fe] {
    background: rgba(12, 107, 81, 0.2);
    color: #0c6b51;
}

.status-ongoing[b-gu1hwpb7fe] {
    background: rgba(6, 52, 24, 0.2);
    color: #063418;
}

.status-completed[b-gu1hwpb7fe] {
    background: rgba(15, 23, 42, 0.12);
    color: #334155;
}

@media (max-width: 900px) {
    .tournaments-hero[b-gu1hwpb7fe] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .tournaments-page[b-gu1hwpb7fe] {
        padding: 2rem 1.1rem 3rem;
    }

    .tournaments-hero[b-gu1hwpb7fe] {
        margin-left: -1.1rem;
        margin-right: -1.1rem;
        border-radius: 0;
    }

    .tournaments-toolbar[b-gu1hwpb7fe] {
        padding: 1rem;
    }

    .toolbar-actions[b-gu1hwpb7fe] {
        width: 100%;
        justify-content: space-between;
    }

    .select-field[b-gu1hwpb7fe] {
        flex: 1 1 140px;
        justify-content: space-between;
    }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/Shared/PickleballLoader.razor.rz.scp.css */
.pickleball-loader[b-tge4vmmbho] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  filter: drop-shadow(0 22px 45px rgba(8, 24, 40, 0.28));
}

.pickleball-loader__ball[b-tge4vmmbho] {
  width: 100%;
  height: 100%;
  transform-origin: center;
  animation: loader-spin-b-tge4vmmbho 4s linear infinite, loader-bounce-b-tge4vmmbho 2s cubic-bezier(0.36, 0, 0.66, -0.56) infinite;
}

@keyframes loader-spin-b-tge4vmmbho {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes loader-bounce-b-tge4vmmbho {
  0% { transform: translateY(0); }
  20% { transform: translateY(-80px); }
  40% { transform: translateY(0); }
  55% { transform: translateY(-50px); }
  70% { transform: translateY(0); }
  82% { transform: translateY(-25px); }
  100% { transform: translateY(0); }
}
/* _content/BZ_PICKLE_RESRV_APP/Components/UserProfile.razor.rz.scp.css */
.profile-menu[b-btepil70e6] {
    position: relative;
}

.profile-button[b-btepil70e6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.profile-button:hover[b-btepil70e6] {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
}

.profile-avatar[b-btepil70e6] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: linear-gradient(135deg, #c7ff41 0%, #ffa640 100%);
    color: #041427;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.85rem;
    overflow: hidden;
}

.profile-avatar img[b-btepil70e6] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-copy[b-btepil70e6] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.profile-name[b-btepil70e6] {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.role-chip[b-btepil70e6] {
    margin-top: 0.1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: rgba(199, 255, 65, 0.18);
    color: #c7ff41;
    border-radius: 0.75rem;
    padding: 0.1rem 0.5rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.dropdown-icon[b-btepil70e6] {
    transition: transform 0.3s;
}

.profile-button.active .dropdown-icon[b-btepil70e6] {
    transform: rotate(180deg);
}

.profile-dropdown[b-btepil70e6] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    z-index: 1000;
    overflow: hidden;
    animation: slideDown-b-btepil70e6 0.2s ease-out;
}

.profile-scrim[b-btepil70e6] {
    position: fixed;
    inset: 0;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    z-index: 900;
}

@keyframes slideDown-b-btepil70e6 {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-item[b-btepil70e6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    color: #333;
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    transition: background 0.2s;
    font-size: 0.95rem;
}

.dropdown-item:hover[b-btepil70e6] {
    background: #f5f5f5;
}

.logout-item[b-btepil70e6] {
    color: #dc3545;
    border-top: 1px solid #eee;
}

.logout-item:hover[b-btepil70e6] {
    background: #fff5f5;
}

@media (max-width: 768px) {
    .profile-name[b-btepil70e6] {
        display: none;
    }

    .role-chip[b-btepil70e6] {
        display: none;
    }

    .profile-button[b-btepil70e6] {
        padding: 0.5rem 0.75rem;
    }

    .profile-dropdown[b-btepil70e6] {
        right: -50%;
        left: auto;
    }
}

/* Mobile-first defaults */
.profile-name[b-btepil70e6],
.role-chip[b-btepil70e6] {
    display: none;
}

.profile-button[b-btepil70e6] {
    padding: 0.5rem 0.75rem;
}

.profile-dropdown[b-btepil70e6] {
    right: -50%;
    left: auto;
}

@media (min-width: 768px) {
    .profile-name[b-btepil70e6],
    .role-chip[b-btepil70e6] {
        display: inline-flex;
    }

    .profile-button[b-btepil70e6] {
        padding: 0.5rem 1rem;
    }

    .profile-dropdown[b-btepil70e6] {
        right: 0;
    }
}
