@import 'OpenLiveTiming.App.Client.sfykxj98jr.bundle.scp.css';

/* _content/OpenLiveTiming.App/Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-layout[b-7qg9ll4y9o] {
    display: flex;
    min-height: 100vh;
}

.admin-sidebar[b-7qg9ll4y9o] {
    width: 220px;
    background: #161b22;
    border-right: 1px solid #30363d;
    padding: 1rem 0;
    flex-shrink: 0;
}

.admin-brand[b-7qg9ll4y9o] {
    padding: 0 1rem 1rem;
    border-bottom: 1px solid #30363d;
    margin-bottom: 0.5rem;
}

.admin-brand a[b-7qg9ll4y9o] {
    color: #f0f6fc;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
}

.admin-nav[b-7qg9ll4y9o] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.admin-nav-link[b-7qg9ll4y9o] {
    display: block;
    padding: 0.5rem 1rem;
    color: #8b949e;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background 0.15s, color 0.15s;
}

.admin-nav-link:hover[b-7qg9ll4y9o] {
    color: #f0f6fc;
    background: #1f2937;
}

.admin-nav-link.active[b-7qg9ll4y9o] {
    color: #58a6ff;
    background: #1f2937;
    border-left: 3px solid #58a6ff;
    padding-left: calc(1rem - 3px);
}

.admin-nav-divider[b-7qg9ll4y9o] {
    border-top: 1px solid #30363d;
    margin: 0.5rem 0;
}

.admin-nav-user[b-7qg9ll4y9o] {
    display: block;
    padding: 0.5rem 1rem;
    color: #58a6ff;
    font-size: 0.85rem;
    font-weight: 500;
}

.admin-main[b-7qg9ll4y9o] {
    flex: 1;
    padding: 2rem;
    overflow-y: auto;
}
/* _content/OpenLiveTiming.App/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bm81561qdx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-bm81561qdx], article[b-bm81561qdx] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

#blazor-error-ui[b-bm81561qdx] {
    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-bm81561qdx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/OpenLiveTiming.App/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-f0yk2cceqv] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-f0yk2cceqv] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

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

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

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

    .nav-item[b-f0yk2cceqv]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

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

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

.nav-scrollable[b-f0yk2cceqv] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-f0yk2cceqv] {
    display: block;
}

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

    .nav-scrollable[b-f0yk2cceqv] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/OpenLiveTiming.App/Components/Pages/Admin/Dashboard.razor.rz.scp.css */
.admin-card[b-fnoi3svq9u] {
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    transition: border-color 0.2s, transform 0.2s;
}

.admin-card:hover[b-fnoi3svq9u] {
    border-color: #58a6ff;
    transform: translateY(-2px);
}

.admin-card-link[b-fnoi3svq9u] {
    text-decoration: none;
    color: inherit;
    display: block;
}

.admin-card-value[b-fnoi3svq9u] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #58a6ff;
}

.active-value[b-fnoi3svq9u] {
    color: #3fb950;
}

.admin-card-label[b-fnoi3svq9u] {
    font-size: 0.9rem;
    color: #8b949e;
    margin-top: 0.25rem;
}
/* _content/OpenLiveTiming.App/Components/Pages/Admin/Sources.razor.rz.scp.css */
.admin-card[b-dp2u882qg0] {
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
}

.admin-card-value[b-dp2u882qg0] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #58a6ff;
}

.active-value[b-dp2u882qg0] {
    color: #3fb950;
}

.inactive-value[b-dp2u882qg0] {
    color: #f85149;
}

.admin-card-label[b-dp2u882qg0] {
    font-size: 0.9rem;
    color: #8b949e;
    margin-top: 0.25rem;
}

.status-dot[b-dp2u882qg0] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.status-dot.active[b-dp2u882qg0] {
    background: #3fb950;
    box-shadow: 0 0 6px #3fb950;
}

.status-dot.inactive[b-dp2u882qg0] {
    background: #f85149;
}
/* _content/OpenLiveTiming.App/Components/Pages/Admin/UserDetail.razor.rz.scp.css */
.admin-card[b-6pwbot4thm] {
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    transition: border-color 0.2s, transform 0.2s;
}

.admin-card:hover[b-6pwbot4thm] {
    border-color: #58a6ff;
    transform: translateY(-2px);
}

.admin-card-value[b-6pwbot4thm] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #58a6ff;
}

.admin-card-label[b-6pwbot4thm] {
    font-size: 0.9rem;
    color: #8b949e;
    margin-top: 0.25rem;
}

.admin-card-action[b-6pwbot4thm] {
    font-size: 0.8rem;
    color: #58a6ff;
    margin-top: 0.5rem;
    opacity: 0;
    transition: opacity 0.2s;
}

.admin-card:hover .admin-card-action[b-6pwbot4thm] {
    opacity: 1;
}
/* _content/OpenLiveTiming.App/Components/Pages/Auth/Login.razor.rz.scp.css */
.auth-container[b-pyn8qzzqn8] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}

.auth-card[b-pyn8qzzqn8] {
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 10px;
    padding: 2rem;
    width: 100%;
    max-width: 400px;
}
/* _content/OpenLiveTiming.App/Components/Pages/Auth/Register.razor.rz.scp.css */
.auth-container[b-ltyim8ygpt] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}

.auth-card[b-ltyim8ygpt] {
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 10px;
    padding: 2rem;
    width: 100%;
    max-width: 400px;
}
/* _content/OpenLiveTiming.App/Components/Pages/Create.razor.rz.scp.css */
.create-container[b-1dfwgm6qzv] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 80vh;
    padding-top: 3rem;
}

.create-card[b-1dfwgm6qzv] {
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 10px;
    padding: 2rem;
    width: 100%;
    max-width: 560px;
}

.step-indicator[b-1dfwgm6qzv] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #30363d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 600;
    color: #8b949e;
    transition: all 0.2s;
}

.step-indicator.active[b-1dfwgm6qzv] {
    border-color: #58a6ff;
    color: #58a6ff;
    background: rgba(88, 166, 255, 0.1);
}

.step-indicator.completed[b-1dfwgm6qzv] {
    border-color: #238636;
    background: #238636;
    color: #fff;
}

.step-line[b-1dfwgm6qzv] {
    width: 40px;
    height: 2px;
    background: #30363d;
    align-self: center;
    margin: 0 8px;
    transition: background 0.2s;
}

.step-line.completed[b-1dfwgm6qzv] {
    background: #238636;
}

.source-option[b-1dfwgm6qzv] {
    border: 2px solid #30363d;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.source-option:hover[b-1dfwgm6qzv] {
    border-color: #58a6ff;
    background: rgba(88, 166, 255, 0.05);
}

.source-option.selected[b-1dfwgm6qzv] {
    border-color: #58a6ff;
    background: rgba(88, 166, 255, 0.1);
}
/* _content/OpenLiveTiming.App/Components/Pages/Docs/ApiDocs.razor.rz.scp.css */
.docs-container[b-5u6881m2ov] {
    display: flex;
    justify-content: center;
    padding: 2rem 1rem;
}

.docs-card[b-5u6881m2ov] {
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 10px;
    padding: 2rem;
    width: 100%;
    max-width: 900px;
}

.toc[b-5u6881m2ov] {
    background: #0d1117;
    border: 1px solid #21262d;
    border-radius: 8px;
    padding: 1.5rem;
}

.toc ul[b-5u6881m2ov] {
    margin: 0;
    padding-left: 1.2rem;
}

.toc li[b-5u6881m2ov] {
    margin-bottom: 0.3rem;
}

.doc-section[b-5u6881m2ov] {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #21262d;
}

.doc-section:last-of-type[b-5u6881m2ov] {
    border-bottom: none;
}

.doc-section h2[b-5u6881m2ov] {
    color: #58a6ff;
    margin-bottom: 1rem;
}

.doc-section pre[b-5u6881m2ov] {
    background: #0d1117;
    border: 1px solid #21262d;
    border-radius: 6px;
    padding: 1rem;
    overflow-x: auto;
    color: #c9d1d9;
    font-size: 0.8rem;
}

.doc-section code[b-5u6881m2ov] {
    color: #c9d1d9;
}
/* _content/OpenLiveTiming.App/Components/Pages/Home.razor.rz.scp.css */
.home-page[b-uog29fsqxk] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem 3rem;
}

/* ---- Hero ---- */
.hero-section[b-uog29fsqxk] {
    padding: 4rem 0 3rem;
}

.hero-title[b-uog29fsqxk] {
    font-size: 2.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.75rem;
}

.hero-subtitle[b-uog29fsqxk] {
    font-size: 1.25rem;
    color: #ffffffcc;
    margin-bottom: 0.5rem;
}

.hero-description[b-uog29fsqxk] {
    color: #ffffff99;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.hero-cta[b-uog29fsqxk] {
    font-size: 1.15rem;
    font-weight: 600;
    padding: 0.85rem 2.5rem;
}

/* ---- Section titles ---- */
.section-title[b-uog29fsqxk] {
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.25rem;
}

.section-subtitle[b-uog29fsqxk] {
    text-align: center;
    margin-bottom: 2rem;
}

/* ---- Features grid ---- */
.features-section[b-uog29fsqxk] {
    padding: 2rem 0 3rem;
}

.features-grid[b-uog29fsqxk] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}

.feature-card[b-uog29fsqxk] {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border: 1px solid #ffffff14;
    border-radius: 0.75rem;
    padding: 1.5rem;
    transition: border-color 0.2s, transform 0.2s;
}

.feature-card:hover[b-uog29fsqxk] {
    border-color: #ffffff30;
    transform: translateY(-2px);
}

.feature-icon[b-uog29fsqxk] {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
}

.feature-title[b-uog29fsqxk] {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.feature-desc[b-uog29fsqxk] {
    color: #ffffff99;
    font-size: 0.9rem;
    line-height: 1.55;
    margin: 0;
}

.feature-desc a[b-uog29fsqxk] {
    color: #6ea8fe;
}

/* ---- Bottom CTA ---- */
.cta-section[b-uog29fsqxk] {
    padding: 3rem 0 1rem;
    border-top: 1px solid #ffffff14;
}

.cta-title[b-uog29fsqxk] {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

/* ---- Responsive ---- */
@media (max-width: 576px) {
    .hero-title[b-uog29fsqxk] {
        font-size: 2rem;
    }

    .hero-subtitle[b-uog29fsqxk] {
        font-size: 1.05rem;
    }

    .features-grid[b-uog29fsqxk] {
        grid-template-columns: 1fr;
    }
}
/* _content/OpenLiveTiming.App/Components/Pages/VerifyEmail.razor.rz.scp.css */
.verify-container[b-336e144q73] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}

.verify-card[b-336e144q73] {
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 10px;
    padding: 2rem;
    width: 100%;
    max-width: 480px;
}
/* _content/OpenLiveTiming.App/Components/Pages/Welcome.razor.rz.scp.css */
.welcome-container[b-a9vixg8n5p] {
    display: flex;
    justify-content: center;
    padding: 2rem 1rem;
    min-height: 80vh;
}

.welcome-card[b-a9vixg8n5p] {
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 10px;
    padding: 2rem;
    width: 100%;
    max-width: 700px;
}

.info-section[b-a9vixg8n5p] {
    background: #0d1117;
    border: 1px solid #21262d;
    border-radius: 8px;
    padding: 1.5rem;
}

.next-steps[b-a9vixg8n5p] {
    margin-top: 1rem;
}

.next-steps ul[b-a9vixg8n5p],
.next-steps ol[b-a9vixg8n5p] {
    padding-left: 1.2rem;
}

.next-steps li[b-a9vixg8n5p] {
    margin-bottom: 0.5rem;
}

.code-example[b-a9vixg8n5p] {
    background: #0d1117;
    border: 1px solid #21262d;
    border-radius: 6px;
    padding: 1rem;
}

.code-example pre[b-a9vixg8n5p] {
    margin: 0;
    color: #c9d1d9;
    font-size: 0.8rem;
    overflow-x: auto;
}

.code-example code[b-a9vixg8n5p] {
    color: #c9d1d9;
}
