/* _content/FastPadel.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-39ule03zav] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-39ule03zav] {
    flex: 1;
}

.sidebar[b-39ule03zav] {
    background-color: #000000;
    background-image: linear-gradient(180deg, #050505 0%, #121212 100%);
}

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

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

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

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

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

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

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

    .sidebar[b-39ule03zav] {
        width: 350px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

#blazor-error-ui[b-39ule03zav] {
    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-39ule03zav] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/FastPadel.WebApp/Components/Layout/NavMenu.razor.rz.scp.css */
/* --- ESTILOS DE LA BARRA SUPERIOR (M�VIL) --- */

.top-row[b-7cxocclahp] {
    min-height: 3.5rem;
    background-color: #000000;
    border-bottom: 1px solid #333;
}

.navbar-brand[b-7cxocclahp] {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.bi[b-7cxocclahp] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.nav-item[b-7cxocclahp]  a:hover .bi,
.nav-item[b-7cxocclahp]  a.active .bi {
    opacity: 1;
}

.bi-house-door-fill-nav-menu[b-7cxocclahp] {
    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-person-fill-nav-menu[b-7cxocclahp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-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-7cxocclahp] {
    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-7cxocclahp] {
    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");
}

/* --- ITEMS DEL MEN� --- */

.nav-item[b-7cxocclahp] {
    font-size: 0.95rem;
    padding-bottom: 0.2rem;
}

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

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

    .nav-item[b-7cxocclahp]  .nav-link {
        color: #aaaaaa;
        background: none;
        border: none;
        border-radius: 0;
    }
/* _content/FastPadel.WebApp/Components/Pages/CourtBooking.razor.rz.scp.css */
.booking-container[b-w7qw6gfpk5] {
    color: #fff;
    min-height: 100vh;
}

.date-picker-dark[b-w7qw6gfpk5] {
    background-color: #121212;
    color: white;
    border: 1px solid #333;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    color-scheme: dark;
}

.court-card[b-w7qw6gfpk5] {
    background-color: #121212;
    border: 1px solid #333;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .court-card:hover[b-w7qw6gfpk5] {
        border-color: #666;
    }

    .court-card.active[b-w7qw6gfpk5] {
        background-color: #fff;
        color: #000;
        border-color: #fff;
    }

        .court-card.active .text-muted[b-w7qw6gfpk5] {
            color: #666 !important;
        }

.time-slot[b-w7qw6gfpk5] {
    background-color: transparent;
    border: 1px solid #444;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}

    .time-slot:hover:not(.disabled)[b-w7qw6gfpk5] {
        border-color: #fff;
    }

    .time-slot.selected[b-w7qw6gfpk5] {
        background-color: #fff;
        color: #000;
        border-color: #fff;
        font-weight: bold;
    }

    .time-slot.disabled[b-w7qw6gfpk5] {
        background-color: #000;
        color: #333;
        border-color: #222;
        cursor: not-allowed;
        text-decoration: line-through;
    }

.booking-summary[b-w7qw6gfpk5] {
    background-color: #121212;
    border-top: 1px solid #333;
}
/* _content/FastPadel.WebApp/Components/Pages/Home.razor.rz.scp.css */
.hero-section-premium[b-dzvm5xhyck] {
    background-image: url('/images/padel-court.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #000;
    color: white;
    overflow: hidden;
}

.hero-overlay[b-dzvm5xhyck] {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-content[b-dzvm5xhyck] {
    position: relative;
    z-index: 2;
}

.card-premium[b-dzvm5xhyck] {
    background-color: #121212;
    border: 1px solid #333;
    color: #fff;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

    .card-premium:hover[b-dzvm5xhyck] {
        transform: translateY(-5px);
        border-color: #fff;
    }

.feature-icon-mono[b-dzvm5xhyck] {
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
}

/* Ajuste para los botones para que sean B&N */
.btn-premium-white[b-dzvm5xhyck] {
    background-color: #fff;
    color: #000;
    border: 2px solid #fff;
    font-weight: 600;
}

    .btn-premium-white:hover[b-dzvm5xhyck] {
        background-color: #e6e6e6;
        border-color: #e6e6e6;
    }

.btn-premium-outline[b-dzvm5xhyck] {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 600;
}

.btn-premium-outline:hover[b-dzvm5xhyck] {
    background-color: #fff;
    color: #000;
}
/* _content/FastPadel.WebApp/Components/Pages/UserManager.razor.rz.scp.css */
/* --- DARK MODE --- */
.manage-header[b-9kinfz837c] {
    background: linear-gradient(180deg, #1a1a1a 0%, #000000 100%);
    border-bottom: 1px solid #333;
    padding-top: 3rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.icon-circle[b-9kinfz837c] {
    width: 60px;
    height: 60px;
    background-color: #333;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 1.5rem;
    color: white;
}

.stat-card[b-9kinfz837c] {
    background-color: #121212;
    border: 1px solid #333;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    height: 100%;
}

/* --- FORMS --- */
.form-label[b-9kinfz837c] {
    color: #bbb;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
}

[b-9kinfz837c] .form-control-dark {
    background-color: #222 !important;
    border: 1px solid #444 !important;
    color: #fff;
    padding: 8px 12px;
}

[b-9kinfz837c] .form-control-dark:focus {
    background-color: #2a2a2a;
    color: #fff;
    border-color: #fff;
    box-shadow: none;
}

[b-9kinfz837c] .form-control-dark:disabled,
[b-9kinfz837c] .form-control-dark[readonly] {
    background-color: #1a1a1a;
    color: #666;
    border-color: #333;
}

/* --- BUTTONS --- */
.btn-action[b-9kinfz837c] {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 8px 16px;
}

.btn-action:hover:not(:disabled)[b-9kinfz837c] {
    background-color: #e0e0e0;
}

.btn-secondary-dark[b-9kinfz837c] {
    background-color: transparent;
    border: 1px solid #555;
    color: #fff;
    font-size: 0.8rem;
}

.btn-secondary-dark:hover[b-9kinfz837c] {
    background-color: #222;
    border-color: #fff;
}

/* --- SCROLL AREA --- */
.table-scroll-container[b-9kinfz837c] {
    max-height: 600px;
    overflow-y: auto;
    border: 1px solid #222;
    border-radius: 6px;
}

.table-scroll-container[b-9kinfz837c]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.table-scroll-container[b-9kinfz837c]::-webkit-scrollbar-track {
    background: #1a1a1a;
}

.table-scroll-container[b-9kinfz837c]::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 4px;
}

.table-scroll-container[b-9kinfz837c]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* --- TABLE DARK MODE --- */
.table-dark-custom[b-9kinfz837c] {
    width: 100%;
    margin-bottom: 0;
    color: #e0e0e0;
    border-collapse: collapse;
}

.table-dark-custom> :not(caption)>*>*[b-9kinfz837c] {
    background-color: transparent;
    color: inherit;
    border-bottom: 1px solid #333;
    padding: 1rem 0.75rem;
    vertical-align: middle;
}

.table-dark-custom thead th[b-9kinfz837c] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #121212;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    border-bottom: 2px solid #444;
    font-weight: 600;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.table-dark-custom tbody tr:hover[b-9kinfz837c] {
    background-color: rgba(255, 255, 255, 0.05) !important;
}

/* --- ACTIONS --- */
.actions-cell[b-9kinfz837c] {
    white-space: nowrap;
}

.btn-icon-action[b-9kinfz837c] {
    background: #222;
    border: 1px solid #444;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.btn-icon-action:hover[b-9kinfz837c] {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.btn-icon-action.edit:hover[b-9kinfz837c] {
    background: #ffc107;
    color: #000;
    border-color: #ffc107;
}

.btn-icon-action.delete:hover[b-9kinfz837c] {
    background: #dc3545;
    color: white;
    border-color: #dc3545;
}

/* --- MODAL --- */
.modal-overlay[b-9kinfz837c] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
}

.modal-content-dark[b-9kinfz837c] {
    background-color: #1a1a1a;
    border: 1px solid #444;
    color: white;
    padding: 2rem;
    border-radius: 12px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
}

.modal-content-dark.modal-lg-custom[b-9kinfz837c] {
    max-width: 600px;
}

/* --- SWITCH --- */
.custom-switch .form-check-input[b-9kinfz837c] {
    width: 3em;
    height: 1.5em;
    background-color: #222;
    border: 1px solid #444;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.custom-switch .form-check-input:checked[b-9kinfz837c] {
    background-color: #28a745;
    border-color: #28a745;
}

.custom-switch .form-check-input:focus[b-9kinfz837c] {
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-switch .form-check-label[b-9kinfz837c] {
    cursor: pointer;
    user-select: none;
    color: #e0e0e0;
    font-weight: 500;
}
/* _content/FastPadel.WebApp/Components/Pages/UserProfile.razor.rz.scp.css */
/* --- HEADER --- */
.profile-header[b-gyfwmq33eb] {
    background: linear-gradient(180deg, #1a1a1a 0%, #000000 100%);
    border-bottom: 1px solid #333;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.avatar-circle[b-gyfwmq33eb] {
    width: 120px;
    height: 120px;
    background-color: #333;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.stat-card[b-gyfwmq33eb] {
    background-color: #121212;
    border: 1px solid #333;
    color: white;
    height: 100%;
    transition: transform 0.2s;
}

.points-display[b-gyfwmq33eb] {
    font-family: 'Courier New', monospace;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1;
}

.level-badge[b-gyfwmq33eb] {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.progress-minimal[b-gyfwmq33eb] {
    height: 6px;
    background-color: #333;
    border-radius: 3px;
    overflow: hidden;
}

.progress-bar-white[b-gyfwmq33eb] {
    background-color: #fff;
}

.card-history-fixed[b-gyfwmq33eb] {
    height: 280px; 
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card-history-body[b-gyfwmq33eb] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 0;
}

.history-item-compact[b-gyfwmq33eb] {
    padding: 12px 15px;
    border-bottom: 1px solid #222;
    transition: background-color 0.2s;
}

    .history-item-compact:hover[b-gyfwmq33eb] {
        background-color: rgba(255,255,255,0.05);
    }

.card-history-body[b-gyfwmq33eb]::-webkit-scrollbar {
    width: 6px;
}

.card-history-body[b-gyfwmq33eb]::-webkit-scrollbar-track {
    background: #121212;
}

.card-history-body[b-gyfwmq33eb]::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.loading-container[b-gyfwmq33eb] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    color: white;
    flex-direction: column;
}
