/* /Components/LeaguesList.razor.rz.scp.css */
.leagues-grid[b-ltgi3y0qn8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.league-card[b-ltgi3y0qn8] {
    border: 1px solid #ddd;
    border-radius: 1rem;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: white;
}

.league-card:hover[b-ltgi3y0qn8] {
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-o4xkbut314] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-o4xkbut314], article[b-o4xkbut314] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-j1utd9fljh] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.bi[b-j1utd9fljh] {
    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-j1utd9fljh] {
    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-j1utd9fljh] {
    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-j1utd9fljh] {
    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-j1utd9fljh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

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

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

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

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

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

    .nav-scrollable[b-j1utd9fljh] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
.dashboard-container[b-aum4xvdopm] {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 1rem;
}

.dashboard-header[b-aum4xvdopm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.create-league-button[b-aum4xvdopm] {
    background-color: #2563eb;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: bold;
    cursor: pointer;
}

.create-league-button:hover[b-aum4xvdopm] {
    background-color: #1d4ed8;
}

.modal-overlay[b-aum4xvdopm] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-aum4xvdopm] {
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.league-input[b-aum4xvdopm] {
    width: 100%;
    padding: 0.75rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
}

.modal-actions[b-aum4xvdopm] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.cancel-button[b-aum4xvdopm] {
    background-color: #e5e7eb;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
}

.cancel-button:hover[b-aum4xvdopm] {
    background-color: #d1d5db;
}
/* /Pages/Home.razor.rz.scp.css */
.home-container[b-inkrdrshpp] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1E3A8A;
    text-align: center;
    padding: 0;
    margin: 0;
}

/* Hero */
.hero[b-inkrdrshpp] {
    background: linear-gradient(135deg, #1E3A8A, #27499F);
    color: white;
    padding: 4rem 1rem;
}

    .hero .app-title[b-inkrdrshpp] {
        font-size: 3rem;
        margin-bottom: 0.5rem;
    }

    .hero .tagline[b-inkrdrshpp] {
        font-size: 1.5rem;
        font-weight: bold;
        color: #FBBF24;
        margin-bottom: 1rem;
    }

.hero-subtext[b-inkrdrshpp] {
    max-width: 600px;
    margin: 0 auto 2rem;
}

.cta-button[b-inkrdrshpp] {
    background-color: #FBBF24;
    color: #1E3A8A;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    cursor: pointer;
}

    .cta-button:hover[b-inkrdrshpp] {
        background-color: #FFD85C;
    }

/* Features */
.features[b-inkrdrshpp] {
    padding: 3rem 1rem;
    background-color: #f9f9f9;
}

.feature-grid[b-inkrdrshpp] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2rem;
}

.feature[b-inkrdrshpp] {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 1.5rem;
    width: 250px;
}

    .feature h3[b-inkrdrshpp] {
        color: #1E3A8A;
    }

/* How It Works */
.how-it-works[b-inkrdrshpp] {
    padding: 3rem 1rem;
}

.steps[b-inkrdrshpp] {
    list-style: none;
    padding: 0;
    font-size: 1.1rem;
}

    .steps li[b-inkrdrshpp] {
        margin: 1rem 0;
    }

/* Call to Action */
.cta[b-inkrdrshpp] {
    background: #1E3A8A;
    color: white;
    padding: 3rem 1rem;
}

    .cta h2[b-inkrdrshpp] {
        margin-bottom: 1rem;
    }

.cta-button[b-inkrdrshpp] {
    background-color: #FBBF24;
}

/* Footer */
footer[b-inkrdrshpp] {
    background: #F3F4F6;
    padding: 1rem;
    font-size: 0.9rem;
    color: #555;
}
/* /Pages/League.razor.rz.scp.css */
body[b-w85a788euj] {
}
/* Layout */
.league-page-container[b-w85a788euj] {
    max-width: 900px;
    margin: 2rem auto;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Header */
.league-header[b-w85a788euj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #f3f4f6;
    padding-bottom: 1rem;
}

    .league-header h1[b-w85a788euj] {
        font-size: 2rem;
        margin: 0;
        color: #111827;
    }

.league-meta[b-w85a788euj] {
    color: #6b7280;
    font-size: 0.95rem;
}

.back-button[b-w85a788euj] {
    background: #e5e7eb;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
    font-weight: 500;
}

    .back-button:hover[b-w85a788euj] {
        background: #d1d5db;
    }

/* Overview Card */
.league-info-card[b-w85a788euj] {
    background: white;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

    .league-info-card h2[b-w85a788euj] {
        margin-bottom: 0.75rem;
        font-size: 1.25rem;
        color: #1f2937;
    }

/* Standings Section */
.league-standings h2[b-w85a788euj] {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #1f2937;
}

.table-container[b-w85a788euj] {
    overflow-x: auto;
    background: white;
    border-radius: 1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.standings-table[b-w85a788euj] {
    width: 100%;
    border-collapse: collapse;
    min-width: 400px;
}

    .standings-table th[b-w85a788euj],
    .standings-table td[b-w85a788euj] {
        text-align: left;
        padding: 0.75rem 1rem;
        border-bottom: 1px solid #e5e7eb;
    }

    .standings-table th[b-w85a788euj] {
        background-color: #f9fafb;
        color: #374151;
        font-weight: 600;
    }

    .standings-table tr:hover td[b-w85a788euj] {
        background-color: #f3f4f6;
    }

.leader-row td[b-w85a788euj] {
    font-weight: 600;
    color: #2563eb;
}

.empty-state[b-w85a788euj] {
    padding: 1rem;
    color: #6b7280;
}

/* Loading */
.loading-state[b-w85a788euj] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    color: #6b7280;
    font-style: italic;
}

/* Responsive */
@media (max-width: 640px) {
    .league-header[b-w85a788euj] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .standings-table th[b-w85a788euj], .standings-table td[b-w85a788euj] {
        padding: 0.5rem;
    }
}
