/* /Components/AddCourtModal.razor.rz.scp.css */
.modal-backdrop[b-8wqblkphwt] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, .45);
    display: flex;
    align-items: flex-end;
}

.modal-sheet[b-8wqblkphwt] {
    background: #fff;
    border-radius: 1rem 1rem 0 0;
    width: 100%;
    max-height: 90dvh;
    display: flex;
    flex-direction: column;
    animation: slide-up-b-8wqblkphwt .2s ease-out;
}

@keyframes slide-up-b-8wqblkphwt {
    from { transform: translateY(100%); }
    to   { transform: translateY(0); }
}

.modal-sheet-header[b-8wqblkphwt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem .75rem;
    border-bottom: 1px solid #dee2e6;
    flex-shrink: 0;
}

.modal-close[b-8wqblkphwt] {
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    color: #666;
    cursor: pointer;
    padding: 0;
}

.modal-sheet-body[b-8wqblkphwt] {
    overflow-y: auto;
    padding: 1rem 1.25rem 2rem;
    flex: 1;
}

.search-results-list[b-8wqblkphwt] {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #dee2e6;
    border-radius: .5rem;
    overflow: hidden;
}

.search-results-list li[b-8wqblkphwt] {
    padding: .65rem 1rem;
    font-size: .875rem;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background .1s;
}

.search-results-list li:last-child[b-8wqblkphwt] {
    border-bottom: none;
}

.search-results-list li:hover[b-8wqblkphwt] {
    background: #f8f9fa;
}

.search-results-list li.selected[b-8wqblkphwt] {
    background: #e8f5e9;
    font-weight: 500;
}

.coords-hint[b-8wqblkphwt] {
    color: #6c757d;
}
/* /Components/PendingCourtsPanel.razor.rz.scp.css */
.pending-panel-backdrop[b-5313cxavfp] {
    position: fixed;
    inset: 0;
    z-index: 1500;
    background: rgba(0, 0, 0, .35);
    display: flex;
    align-items: flex-end;
}

.pending-panel[b-5313cxavfp] {
    background: #fff;
    border-radius: 1rem 1rem 0 0;
    width: 100%;
    max-height: 70dvh;
    display: flex;
    flex-direction: column;
    animation: slide-up-b-5313cxavfp .2s ease-out;
}

@keyframes slide-up-b-5313cxavfp {
    from { transform: translateY(100%); }
    to   { transform: translateY(0); }
}

.pending-panel-header[b-5313cxavfp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem .75rem;
    border-bottom: 1px solid #dee2e6;
    flex-shrink: 0;
}

.pending-count-badge[b-5313cxavfp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f59e0b;
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    min-width: 1.2rem;
    height: 1.2rem;
    border-radius: 999px;
    padding: 0 .3rem;
    margin-left: .4rem;
}

.pending-panel-body[b-5313cxavfp] {
    overflow-y: auto;
    padding: .75rem 1.25rem 2rem;
    flex: 1;
}

.pending-court-row[b-5313cxavfp] {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .6rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.pending-court-row:last-child[b-5313cxavfp] {
    border-bottom: none;
}

.pending-court-info[b-5313cxavfp] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.pending-court-name[b-5313cxavfp] {
    font-size: .9rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pending-court-address[b-5313cxavfp] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pending-court-actions[b-5313cxavfp] {
    display: flex;
    flex-shrink: 0;
}
/* /Components/ReservationFormModal.razor.rz.scp.css */
.modal-backdrop[b-7jubgs90bd] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, .45);
    display: flex;
    align-items: flex-end;
}

.modal-sheet[b-7jubgs90bd] {
    background: #fff;
    border-radius: 1rem 1rem 0 0;
    width: 100%;
    max-height: 90dvh;
    display: flex;
    flex-direction: column;
    animation: slide-up-b-7jubgs90bd .2s ease-out;
}

@keyframes slide-up-b-7jubgs90bd {
    from { transform: translateY(100%); }
    to   { transform: translateY(0); }
}

.modal-sheet-header[b-7jubgs90bd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem .75rem;
    border-bottom: 1px solid #dee2e6;
    flex-shrink: 0;
}

.modal-close[b-7jubgs90bd] {
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    color: #666;
    cursor: pointer;
    padding: 0;
}

.modal-sheet-body[b-7jubgs90bd] {
    overflow-y: auto;
    padding: 1rem 1.25rem;
    flex: 1;
}

.modal-sheet-footer[b-7jubgs90bd] {
    display: flex;
    gap: .5rem;
    padding: .75rem 1.25rem 1.25rem;
    border-top: 1px solid #dee2e6;
    flex-shrink: 0;
}

.visibility-options[b-7jubgs90bd] {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.visibility-option[b-7jubgs90bd] {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .45rem .75rem;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    cursor: pointer;
    font-size: .9rem;
    transition: background .1s;
}

.visibility-option input[type="radio"][b-7jubgs90bd] {
    cursor: pointer;
}

.visibility-option.selected[b-7jubgs90bd] {
    background: #eff6ff;
    border-color: #2563eb;
    color: #2563eb;
    font-weight: 500;
}

.friend-checklist[b-7jubgs90bd] {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    max-height: 10rem;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    padding: .25rem 0;
}

.friend-check-item[b-7jubgs90bd] {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .4rem .75rem;
    font-size: .9rem;
    cursor: pointer;
}

.friend-check-item:hover[b-7jubgs90bd] {
    background: #f8f9fa;
}
/* /Components/ReservationMapModal.razor.rz.scp.css */
.modal-backdrop[b-vhp2bfvahb] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, .45);
    display: flex;
    align-items: flex-end;
}

.modal-sheet[b-vhp2bfvahb] {
    background: #fff;
    border-radius: 1rem 1rem 0 0;
    width: 100%;
    max-height: 90dvh;
    display: flex;
    flex-direction: column;
    animation: slide-up-b-vhp2bfvahb .2s ease-out;
}

@keyframes slide-up-b-vhp2bfvahb {
    from { transform: translateY(100%); }
    to   { transform: translateY(0); }
}

.modal-sheet-header[b-vhp2bfvahb] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem 1.25rem .75rem;
    border-bottom: 1px solid #dee2e6;
    flex-shrink: 0;
}

.modal-close[b-vhp2bfvahb] {
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    color: #666;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    margin-left: .75rem;
}

.map-modal-title[b-vhp2bfvahb] {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    min-width: 0;
}

.map-modal-court[b-vhp2bfvahb] {
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.map-modal-address[b-vhp2bfvahb] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.map-modal-body[b-vhp2bfvahb] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

.court-map-embed[b-vhp2bfvahb] {
    width: 100%;
    height: 360px;
    border: none;
    flex-shrink: 0;
}

.map-osm-credit[b-vhp2bfvahb] {
    text-align: right;
    font-size: .75rem;
    padding: .4rem .75rem;
    margin: 0;
    color: #64748b;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.mobile-app-shell[b-m3rz2b98dn] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: var(--background);
}

.mobile-content[b-m3rz2b98dn] {
    flex: 1;
}

.install-banner[b-m3rz2b98dn],
.notification-prompt[b-m3rz2b98dn] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.65rem 1rem;
    font-size: 0.85rem;
    text-align: center;
    background-color: var(--card-bg, #1e2a3a);
    color: var(--foreground, #e2e8f0);
    border-top: 1px solid var(--border, #2d3e50);
}

.content[b-m3rz2b98dn] {
    max-width: 680px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: calc(var(--nav-height) + 1.5rem);
}

/* ── Bottom Navigation ── */
.app-footer[b-m3rz2b98dn] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: var(--card);
    border-top: 1px solid var(--border);
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.4);
    z-index: 50;
    height: var(--nav-height);
    padding-bottom: env(safe-area-inset-bottom);
}

.app-footer[b-m3rz2b98dn]  .footer-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 0.5rem 0.25rem;
    color: var(--muted-fg);
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 500;
    transition: color 0.15s;
}

.app-footer[b-m3rz2b98dn]  .footer-link .nav-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.app-footer[b-m3rz2b98dn]  .footer-link.active {
    color: var(--primary);
}

@media (min-width: 768px) {
    .content[b-m3rz2b98dn] {
        padding-bottom: calc(var(--nav-height) + 2rem);
    }

    .app-footer[b-m3rz2b98dn] {
        max-width: 680px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 1px solid var(--border);
        border-right: 1px solid var(--border);
        border-radius: var(--radius) var(--radius) 0 0;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hlpgtruq8u] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .nav-scrollable[b-hlpgtruq8u] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Courts.razor.rz.scp.css */
.courts-layout[b-u0j39t4393] {
    /* Fixed so it fills the full viewport width regardless of the content container */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* Stop exactly at the bottom nav */
    bottom: var(--nav-height);
    z-index: 1;
    overflow: hidden;
}

#court-map[b-u0j39t4393] {
    width: 100%;
    height: 100%;
}

/* Override Leaflet's default grey background so the map blends with the dark theme */
#court-map :global(.leaflet-container)[b-u0j39t4393] {
    background: #0f1624;
}

.court-detail[b-u0j39t4393] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #1a2236;
    border-radius: 1rem 1rem 0 0;
    padding: 1.25rem 1.25rem 2rem;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, .5);
    border-top: 1px solid #2a3a55;
    animation: slide-up-b-u0j39t4393 .2s ease-out;
}

@keyframes slide-up-b-u0j39t4393 {
    from { transform: translateY(100%); }
    to   { transform: translateY(0); }
}

.detail-close[b-u0j39t4393] {
    position: absolute;
    top: .75rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    color: #7a8ba8;
    cursor: pointer;
    padding: 0;
}

.detail-name[b-u0j39t4393] {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 .35rem;
    padding-right: 2rem;
}

.detail-address[b-u0j39t4393] {
    font-size: .9rem;
    color: #7a8ba8;
    margin: 0 0 1rem;
}

.btn-reserve[b-u0j39t4393] {
    display: inline-block;
    padding: .6rem 1.25rem;
    background: var(--primary);
    color: var(--primary-fg);
    border: none;
    border-radius: .75rem;
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    margin-top: .25rem;
    transition: background .15s;
}

.btn-reserve:hover[b-u0j39t4393] {
    background: var(--primary-dark);
}

.map-overlay[b-u0j39t4393] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: rgba(26, 34, 54, 0.95);
    padding: .75rem 1.25rem;
    border-radius: .5rem;
    font-size: .95rem;
    pointer-events: none;
}

.map-error[b-u0j39t4393] {
    color: #f87171;
    background: rgba(45, 15, 15, .97);
}

.fab-add-court[b-u0j39t4393] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1000;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: var(--primary);
    color: var(--primary-fg);
    border: none;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 8px oklch(0.65 0.15 45 / 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
}

.fab-add-court:hover[b-u0j39t4393] {
    background: var(--primary-dark);
}

.fab-pending-courts[b-u0j39t4393] {
    position: absolute;
    bottom: 1.5rem;
    right: 1rem;
    z-index: 1000;
    min-width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    background: #f59e0b;
    color: #fff;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .3rem;
    padding: 0 .6rem;
    transition: background .15s;
}

.fab-pending-courts:hover[b-u0j39t4393] {
    background: #d97706;
}

.fab-pending-badge[b-u0j39t4393] {
    font-size: .7rem;
    font-weight: 700;
    background: #fff;
    color: #d97706;
    border-radius: 999px;
    min-width: 1.1rem;
    height: 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 .2rem;
}

/* /Pages/Friends.razor.rz.scp.css */
.tab-toggle[b-l6w76nyt9t] {
    display: flex;
    gap: .5rem;
}

.tab-btn[b-l6w76nyt9t] {
    flex: 1;
    padding: .5rem;
    background: #f1f5f9;
    border: 1px solid #dee2e6;
    border-radius: .5rem;
    font-size: .9rem;
    cursor: pointer;
    color: #495057;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
}

.tab-btn.active[b-l6w76nyt9t] {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
    font-weight: 600;
}

.tab-count[b-l6w76nyt9t] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.3rem;
    height: 1.3rem;
    background: rgba(255,255,255,.3);
    border-radius: 50%;
    font-size: .75rem;
    font-weight: 700;
}

.pending-banner[b-l6w76nyt9t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .6rem 1rem;
    background: #fef3c7;
    border: 1px solid #fbbf24;
    border-radius: .5rem;
    font-size: .9rem;
    font-weight: 500;
    cursor: pointer;
    color: #92400e;
}

.pending-chevron[b-l6w76nyt9t] {
    font-size: .75rem;
}

.friend-card[b-l6w76nyt9t] {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .75rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: .625rem;
    cursor: pointer;
}

.friend-card:active[b-l6w76nyt9t] {
    background: #f8fafc;
}

.friend-avatar[b-l6w76nyt9t] {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: #2563eb;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    font-weight: 700;
}

.friend-info[b-l6w76nyt9t] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.friend-name[b-l6w76nyt9t] {
    font-weight: 600;
    font-size: .9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.friend-username[b-l6w76nyt9t] {
    font-size: .8rem;
}

.request-actions[b-l6w76nyt9t] {
    display: flex;
    gap: .4rem;
    flex-shrink: 0;
}

.level-badge-sm[b-l6w76nyt9t] {
    flex-shrink: 0;
    padding: .2rem .55rem;
    background: #16a34a;
    color: #fff;
    border-radius: .375rem;
    font-size: .8rem;
    font-weight: 700;
}

.search-bar[b-l6w76nyt9t] {
    display: flex;
    gap: .5rem;
}

.detail-backdrop[b-l6w76nyt9t] {
    position: fixed;
    inset: 0;
    z-index: 1500;
    background: rgba(0, 0, 0, .45);
}

.friend-detail[b-l6w76nyt9t] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 1rem 1rem 0 0;
    padding: 1.5rem 1.25rem 2.5rem;
    text-align: center;
    animation: slide-up-b-l6w76nyt9t .2s ease-out;
}

@keyframes slide-up-b-l6w76nyt9t {
    from { transform: translateY(100%); }
    to   { transform: translateY(0); }
}

.detail-close[b-l6w76nyt9t] {
    position: absolute;
    top: .75rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    color: #666;
    cursor: pointer;
    padding: 0;
}

.detail-avatar[b-l6w76nyt9t] {
    width: 4rem;
    height: 4rem;
    background: #2563eb;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 auto 1rem;
}

.detail-name[b-l6w76nyt9t] {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 .25rem;
}

.detail-username[b-l6w76nyt9t] {
    font-size: .9rem;
    margin: 0;
}

.level-badge[b-l6w76nyt9t] {
    display: inline-block;
    padding: .35rem .85rem;
    background: #16a34a;
    color: #fff;
    border-radius: .5rem;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .03em;
    min-width: 3.5rem;
    text-align: center;
}
/* /Pages/Home.razor.rz.scp.css */
/* =============================================
   Welcome / Landing page  —  Terra cotta design
   ============================================= */

.welcome-page[b-1xt1l0nvwn] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1rem 0 2.5rem;
    min-height: calc(100dvh - 2rem);
}

/* ── Hero ── */
.welcome-hero[b-1xt1l0nvwn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 2.5rem 1rem 1rem;
}

.welcome-logo img[b-1xt1l0nvwn] {
    width: 5.5rem;
    height: 5.5rem;
    object-fit: contain;
}

.welcome-title[b-1xt1l0nvwn] {
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0;
    color: #e8edf5;
}

.welcome-tagline[b-1xt1l0nvwn] {
    font-size: 1.05rem;
    line-height: 1.55;
    margin: 0;
    color: #7a8ba8;
}

/* ── Feature cards ── */
.welcome-features[b-1xt1l0nvwn] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.welcome-feature[b-1xt1l0nvwn] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.1rem;
    background: #1a2236;
    border: 1px solid #2a3a55;
    border-radius: 1rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.feature-icon-wrap[b-1xt1l0nvwn] {
    width: 40px;
    height: 40px;
    border-radius: 0.75rem;
    background: rgba(199, 109, 78, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-text strong[b-1xt1l0nvwn] {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    color: #e8edf5;
}

.feature-text p[b-1xt1l0nvwn] {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.45;
    color: #7a8ba8;
}

/* ── CTA buttons ── */
.welcome-actions[b-1xt1l0nvwn] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.welcome-cta-btn[b-1xt1l0nvwn] {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.85rem 1rem;
    border-radius: 0.875rem;
    min-height: 50px;
    line-height: 1.6;
    background: oklch(0.65 0.15 45);
    color: oklch(0.98 0.01 45);
    box-shadow: 0 2px 12px oklch(0.65 0.15 45 / 0.35);
    transition: background 0.15s;
}

.welcome-cta-btn:hover[b-1xt1l0nvwn] {
    background: oklch(0.56 0.16 45);
    text-decoration: none;
}

.welcome-btn-outline[b-1xt1l0nvwn] {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 0.75rem 1rem;
    border-radius: 0.875rem;
    font-size: 1rem;
    font-weight: 700;
    min-height: 50px;
    line-height: 1.8;
    border: 1.5px solid oklch(0.65 0.15 45);
    color: oklch(0.65 0.15 45);
    transition: background 0.15s;
}

.welcome-btn-outline:hover[b-1xt1l0nvwn] {
    background: oklch(0.65 0.15 45 / 0.12);
    text-decoration: none;
}

.welcome-footer-note[b-1xt1l0nvwn] {
    text-align: center;
    font-size: 0.75rem;
    margin: 0;
    opacity: 0.7;
    color: #7a8ba8;
}
/* /Pages/Profile.razor.rz.scp.css */
.profile-field[b-wm7utuxlis] {
    display: flex;
    gap: .5rem;
    font-size: .9rem;
    min-width: 0;
}

.profile-field > span:last-child[b-wm7utuxlis] {
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.profile-label[b-wm7utuxlis] {
    color: #6c757d;
    min-width: 5rem;
    flex-shrink: 0;
}

.level-badge[b-wm7utuxlis] {
    display: inline-block;
    padding: .35rem .85rem;
    background: #16a34a;
    color: #fff;
    border-radius: .5rem;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .03em;
    min-width: 3.5rem;
    text-align: center;
}

.level-picker[b-wm7utuxlis] {
    max-height: 11rem;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    padding: .25rem 0;
}

.level-option[b-wm7utuxlis] {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    background: none;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
    font-size: .95rem;
    cursor: pointer;
    color: #212529;
}

.level-option:last-child[b-wm7utuxlis] {
    border-bottom: none;
}

.level-option:hover:not(.active)[b-wm7utuxlis] {
    background: #f8f9fa;
}

.level-option.active[b-wm7utuxlis] {
    background: #2563eb;
    color: #fff;
    font-weight: 600;
}
/* /Pages/Reservations.razor.rz.scp.css */
.page-header[b-2hut5dsrt5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fab-btn[b-2hut5dsrt5] {
    width: 2.5rem;
    height: 2.5rem;
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(37, 99, 235, .4);
    flex-shrink: 0;
}

.fab-btn:hover[b-2hut5dsrt5] {
    background: #1d4ed8;
}

.tab-toggle[b-2hut5dsrt5] {
    display: flex;
    gap: .5rem;
}

.tab-btn[b-2hut5dsrt5] {
    flex: 1;
    padding: .5rem;
    background: #f1f5f9;
    border: 1px solid #dee2e6;
    border-radius: .5rem;
    font-size: .9rem;
    cursor: pointer;
    color: #495057;
}

.tab-btn.active[b-2hut5dsrt5] {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
    font-weight: 600;
}

.res-card[b-2hut5dsrt5] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: .625rem;
    padding: .875rem;
}

.res-card-header[b-2hut5dsrt5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.res-card-header-right[b-2hut5dsrt5] {
    display: flex;
    align-items: center;
    gap: .4rem;
    flex-shrink: 0;
}

.btn-map-icon[b-2hut5dsrt5] {
    background: none;
    border: none;
    padding: 0;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    opacity: .7;
    transition: opacity .15s;
}

.btn-map-icon:hover[b-2hut5dsrt5] {
    opacity: 1;
}
    align-items: flex-start;
    gap: .5rem;
    margin-bottom: .25rem;[b-2hut5dsrt5]
}

.res-court[b-2hut5dsrt5] {
    font-weight: 600;
    font-size: .95rem;
    flex: 1;
}

.vis-badge[b-2hut5dsrt5] {
    flex-shrink: 0;
    padding: .15rem .55rem;
    border-radius: .375rem;
    font-size: .75rem;
    font-weight: 600;
}

.vis-badge.vis-public[b-2hut5dsrt5]              { background: #d1fae5; color: #065f46; }
.vis-badge.vis-friends[b-2hut5dsrt5]             { background: #dbeafe; color: #1e3a8a; }
.vis-badge.vis-friendsoffriends[b-2hut5dsrt5]    { background: #e0e7ff; color: #3730a3; }
.vis-badge.vis-selectedfriends[b-2hut5dsrt5]     { background: #fef3c7; color: #92400e; }

.res-meta[b-2hut5dsrt5] {
    display: flex;
    gap: .5rem;
    font-size: .85rem;
    flex-wrap: wrap;
    margin-bottom: .2rem;
}

.res-date[b-2hut5dsrt5] {
    font-weight: 500;
}

.res-owner[b-2hut5dsrt5] {
    display: flex;
    align-items: center;
}

.level-badge-xs[b-2hut5dsrt5] {
    display: inline-block;
    padding: .1rem .4rem;
    background: #16a34a;
    color: #fff;
    border-radius: .25rem;
    font-size: .72rem;
    font-weight: 700;
}

.res-notes[b-2hut5dsrt5] {
    border-top: 1px solid #f1f5f9;
    padding-top: .4rem;
    font-style: italic;
}

.res-actions[b-2hut5dsrt5] {
    border-top: 1px solid #f1f5f9;
    padding-top: .5rem;
}

.res-confirm[b-2hut5dsrt5] {
    border-top: 1px solid #fee2e2;
    padding-top: .5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .25rem;
}

.pending-banner[b-2hut5dsrt5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fef9c3;
    border: 1px solid #fde68a;
    border-radius: .375rem;
    padding: .4rem .65rem;
    font-size: .82rem;
    font-weight: 600;
    color: #92400e;
    cursor: pointer;
    user-select: none;
}

.pending-chevron[b-2hut5dsrt5] {
    font-size: .7rem;
}

.join-req-row[b-2hut5dsrt5] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .35rem;
    padding: .45rem .25rem;
    border-bottom: 1px solid #f1f5f9;
    font-size: .85rem;
}

.join-req-row:last-child[b-2hut5dsrt5] {
    border-bottom: none;
}

.join-req-name[b-2hut5dsrt5] {
    font-weight: 600;
}

.join-req-msg[b-2hut5dsrt5] {
    color: #64748b;
    font-style: italic;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.join-status-badge[b-2hut5dsrt5] {
    display: inline-block;
    padding: .15rem .55rem;
    border-radius: .375rem;
    font-size: .75rem;
    font-weight: 600;
}

.join-status-badge.pending[b-2hut5dsrt5]  { background: #fef3c7; color: #92400e; }
.join-status-badge.accepted[b-2hut5dsrt5] { background: #d1fae5; color: #065f46; }
.join-status-badge.declined[b-2hut5dsrt5] { background: #fee2e2; color: #991b1b; }

