/* /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: #6c757d;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-m3rz2b98dn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-m3rz2b98dn], article[b-m3rz2b98dn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.mobile-app-shell[b-m3rz2b98dn] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f8fafc;
}

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

.content[b-m3rz2b98dn] {
    max-width: 680px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 5.5rem !important;
}

.app-footer[b-m3rz2b98dn] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #ffffff;
    border-top: 1px solid #d9e2ec;
    box-shadow: 0 -2px 8px rgba(15, 23, 42, 0.08);
    z-index: 10;
    padding-bottom: env(safe-area-inset-bottom);
}

.app-footer[b-m3rz2b98dn]  .footer-link {
    text-align: center;
    padding: 0.9rem 0.25rem;
    color: #64748b;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
}

.app-footer[b-m3rz2b98dn]  .footer-link.active {
    color: #0f766e;
}

@media (min-width: 768px) {
    .content[b-m3rz2b98dn] {
        padding-bottom: 6rem !important;
    }

    .app-footer[b-m3rz2b98dn] {
        max-width: 680px;
        margin: 0 auto;
        border-left: 1px solid #d9e2ec;
        border-right: 1px solid #d9e2ec;
    }
}
/* /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] {
    position: relative;
    width: 100%;
    height: calc(100dvh - 5.5rem);
    overflow: hidden;
}

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

.court-detail[b-u0j39t4393] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border-radius: 1rem 1rem 0 0;
    padding: 1.25rem 1.25rem 2rem;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, .15);
    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: #666;
    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: #555;
    margin: 0 0 1rem;
}

.btn-reserve[b-u0j39t4393] {
    display: inline-block;
    padding: .55rem 1.25rem;
    background: #16a34a;
    color: #fff;
    border: none;
    border-radius: .5rem;
    font-size: .9rem;
    cursor: pointer;
    width: 100%;
    margin-top: .25rem;
}

.btn-reserve:hover[b-u0j39t4393] {
    background: #15803d;
}

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

.map-error[b-u0j39t4393] {
    color: #b91c1c;
    background: rgba(254, 226, 226, .95);
}

.fab-add-court[b-u0j39t4393] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1000;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: #16a34a;
    color: #fff;
    border: none;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
}

.fab-add-court:hover[b-u0j39t4393] {
    background: #15803d;
}

.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 */
.landing[b-1xt1l0nvwn] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1.5rem 0 2rem;
}

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

.landing-logo svg[b-1xt1l0nvwn] {
    width: 5rem;
    height: 5rem;
    filter: drop-shadow(0 4px 12px rgba(132, 204, 22, .45));
}

.landing-title[b-1xt1l0nvwn] {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    letter-spacing: -.5px;
}

.landing-tagline[b-1xt1l0nvwn] {
    font-size: 1.05rem;
    color: #475569;
    margin: 0;
}

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

.landing-feature[b-1xt1l0nvwn] {
    display: flex;
    align-items: flex-start;
    gap: .875rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: .75rem;
    padding: .875rem 1rem;
}

.feature-icon[b-1xt1l0nvwn] {
    font-size: 1.5rem;
    line-height: 1;
    flex-shrink: 0;
    margin-top: .1rem;
}

.landing-feature strong[b-1xt1l0nvwn] {
    display: block;
    font-size: .9rem;
    color: #0f172a;
    margin-bottom: .2rem;
}

.landing-feature p[b-1xt1l0nvwn] {
    margin: 0;
    font-size: .82rem;
    color: #64748b;
    line-height: 1.45;
}

/* ── CTA buttons ── */
.landing-actions[b-1xt1l0nvwn] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.landing-btn[b-1xt1l0nvwn] {
    display: block;
    text-align: center;
    padding: .8rem 1rem;
    border-radius: .625rem;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: opacity .15s;
}

.landing-btn:hover[b-1xt1l0nvwn] {
    opacity: .88;
    text-decoration: none;
}

.landing-btn-primary[b-1xt1l0nvwn] {
    background: #2563eb;
    color: #fff;
    box-shadow: 0 2px 8px rgba(37, 99, 235, .35);
}

.landing-btn-outline[b-1xt1l0nvwn] {
    background: #fff;
    color: #2563eb;
    border: 1.5px solid #2563eb;
}
/* /Pages/Profile.razor.rz.scp.css */
.profile-field[b-wm7utuxlis] {
    display: flex;
    gap: .5rem;
    font-size: .9rem;
}

.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; }

