/* _content/TheStack.Web/Components/Layout/HeaderTitle.razor.rz.scp.css */
.thestack-title-btn[b-zvrm6izdce] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
}

.thestack-title[b-zvrm6izdce] {
    font-weight: 900;
    font-size: 1.5rem;
    color: #000000;
    margin: 0;
    letter-spacing: 1px;
}
/* _content/TheStack.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.thestack-layout[b-256oxn39gq] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffff;
}

.thestack-content-area[b-256oxn39gq] {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 1200px) {
    .thestack-content-area[b-256oxn39gq] {
        grid-template-columns: 160px 1fr 160px;
        gap: 1.5rem;
        padding: 0 1rem;
    }

    .thestack-main[b-256oxn39gq] {
        grid-column: 2;
    }
}

.thestack-header[b-256oxn39gq] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 768px) {
    .thestack-header[b-256oxn39gq] {
        padding: 0.75rem 1rem;
    }
}

.thestack-header-right[b-256oxn39gq] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
}

.powered-by-logo[b-256oxn39gq] {
    height: 36px;
    width: auto;
}

.help-btn[b-256oxn39gq] {
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #374151;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-btn:hover[b-256oxn39gq] {
    background: #e5e7eb;
}

.thestack-main[b-256oxn39gq] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.75rem 1rem 3.5rem;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    overflow-y: auto;
}

/* Bottom Navigation */
.thestack-bottom-nav[b-256oxn39gq] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
    padding: 0.5rem 0;
    z-index: 100;
}

.nav-item[b-256oxn39gq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #9ca3af;
    font-size: 0.7rem;
    padding: 0.25rem 1rem;
    border-radius: 0.5rem;
    transition: color 0.2s;
}

.nav-item.active[b-256oxn39gq] {
    color: #2563eb;
}

.nav-item:hover[b-256oxn39gq] {
    color: #2563eb;
}

.nav-icon[b-256oxn39gq] {
    font-size: 1.25rem;
    margin-bottom: 0.15rem;
}

.nav-label[b-256oxn39gq] {
    font-weight: 600;
}

#blazor-error-ui[b-256oxn39gq] {
    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-256oxn39gq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 400px) {
    

    .powered-by-logo[b-256oxn39gq] {
        height: 24px;
        width: auto;
    }

    .thestack-title[b-256oxn39gq] {
        font-size: 1rem;
    }

}
/* _content/TheStack.Web/Components/Layout/VariantToggle.razor.rz.scp.css */
.header-nav-wrapper[b-z332rr4jbv] {
    display: contents;
}

.header-left[b-z332rr4jbv] {
    display: flex;
    align-items: center;
}

.header-center[b-z332rr4jbv] {
    display: flex;
    justify-content: center;
}

.thestack-title-btn[b-z332rr4jbv] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.thestack-title[b-z332rr4jbv] {
    font-weight: 900;
    font-size: 1.2rem;
    color: #000000;
    margin: 0;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .thestack-title[b-z332rr4jbv] {
        font-size: 1.5rem;
    }
}

.variant-toggle[b-z332rr4jbv] {
    display: flex;
    align-items: center;
    background: #f3f4f6;
    border-radius: 2rem;
    padding: 0.2rem 0.15rem;
    gap: 0;
}

.variant-btn[b-z332rr4jbv] {
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 0.65rem;
    color: #13bc13;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding: 0.3rem 0.4rem;
    border-radius: 2rem;
    transition: all 0.25s ease;
    cursor: pointer;
}

@media (min-width: 768px) {
    .variant-btn[b-z332rr4jbv] {
        font-size: 0.75rem;
        letter-spacing: 1px;
        padding: 0.35rem 0.75rem;
    }
}

.variant-btn:hover[b-z332rr4jbv] {
    color: #0fa00f;
}

.variant-btn.active[b-z332rr4jbv] {
    background: #13bc13;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
/* _content/TheStack.Web/Components/Pages/Admin/AdminHome.razor.rz.scp.css */
/* Admin Page Layout */
.admin-page[b-aqnsdk15q8] {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem 1rem;
    font-family: 'Archivo Narrow', sans-serif;
}

/* Header */
.admin-header[b-aqnsdk15q8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.admin-title[b-aqnsdk15q8] {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #1a365d;
}

.admin-settings-btn[b-aqnsdk15q8] {
    background: none;
    border: none;
    cursor: pointer;
    color: #374151;
    padding: 0.25rem;
}

/* Content Area */
.admin-content[b-aqnsdk15q8] {
    text-align: center;
}

.section-eyebrow[b-aqnsdk15q8] {
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #6b7280;
    margin-bottom: 0.25rem;
}

.page-title[b-aqnsdk15q8] {
    font-size: 2rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 2rem;
}

/* Section Numbers */
.section-number[b-aqnsdk15q8] {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #374151;
    text-align: left;
    margin-bottom: 0.75rem;
}

/* Upload Zone */
.content-section[b-aqnsdk15q8] {
    margin-bottom: 2.5rem;
}

.upload-zone[b-aqnsdk15q8] {
    border: 2px solid #111;
    padding: 1.25rem;
}

.upload-label[b-aqnsdk15q8] {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #6b7280;
    text-align: left;
    margin-bottom: 1rem;
}

.upload-dropzone[b-aqnsdk15q8] {
    border: 2px dashed #d1d5db;
    border-radius: 0.5rem;
    padding: 2rem 1rem;
    text-align: center;
    margin-bottom: 1rem;
}

.upload-icon[b-aqnsdk15q8] {
    color: #6b7280;
    margin-bottom: 0.75rem;
}

.upload-text[b-aqnsdk15q8] {
    font-size: 0.8rem;
    color: #6b7280;
}

.browse-link[b-aqnsdk15q8] {
    color: #2563eb;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
}

[b-aqnsdk15q8] .file-input-hidden {
    display: none;
}

.btn-upload[b-aqnsdk15q8] {
    width: 100%;
    padding: 0.85rem 1rem;
    background: #111;
    color: #fff;
    border: none;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-upload:disabled[b-aqnsdk15q8] {
    opacity: 0.5;
    cursor: not-allowed;
}

.info-msg[b-aqnsdk15q8] {
    color: #2563eb;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

.success-msg[b-aqnsdk15q8] {
    color: #16a34a;
    font-weight: 600;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

.error-msg[b-aqnsdk15q8] {
    color: #dc2626;
    font-weight: 600;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

/* Content Repository */
.repo-header[b-aqnsdk15q8] {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 0;
}

.repo-header .repo-col[b-aqnsdk15q8] {
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #6b7280;
    text-transform: uppercase;
}

.repo-row[b-aqnsdk15q8] {
    display: flex;
    align-items: center;
    padding: 0.85rem 0;
    border: 1.5px solid #e5e7eb;
    border-top: none;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.repo-row:first-of-type[b-aqnsdk15q8] {
    border-top: 1.5px solid #e5e7eb;
    margin-top: 0.5rem;
}

.repo-col.col-date[b-aqnsdk15q8] {
    flex: 1;
    text-align: left;
    font-size: 0.85rem;
    font-weight: 500;
    color: #111;
}

.repo-col.col-status[b-aqnsdk15q8] {
    flex: 1;
    text-align: center;
}

.repo-col.col-actions[b-aqnsdk15q8] {
    flex: 0.5;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    align-items: center;
}

/* Status Badges */
.status-badge[b-aqnsdk15q8] {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    text-transform: uppercase;
}

.status-published[b-aqnsdk15q8] {
    background: #dcfce7;
    color: #16a34a;
}

.status-draft[b-aqnsdk15q8] {
    background: #f3f4f6;
    color: #6b7280;
    border: 1px solid #d1d5db;
}

.status-archived[b-aqnsdk15q8] {
    background: #dbeafe;
    color: #2563eb;
}

/* Action Icons */
.action-icon[b-aqnsdk15q8] {
    background: none;
    border: none;
    cursor: pointer;
    color: #374151;
    padding: 0.2rem;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.action-icon:hover[b-aqnsdk15q8] {
    color: #111;
}

/* Empty State */
.empty-state[b-aqnsdk15q8] {
    color: #6b7280;
    font-size: 0.85rem;
    text-align: center;
    padding: 2rem 0;
}

/* Footer */
.admin-footer[b-aqnsdk15q8] {
    text-align: center;
    margin-top: 3rem;
    padding-top: 1.5rem;
}

.footer-brand[b-aqnsdk15q8] {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.footer-brand a[b-aqnsdk15q8] {
    color: #2563eb;
    text-decoration: none;
}

.footer-links[b-aqnsdk15q8] {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.footer-links a[b-aqnsdk15q8] {
    font-size: 0.75rem;
    color: #2563eb;
    text-decoration: none;
}

.footer-links a:hover[b-aqnsdk15q8] {
    text-decoration: underline;
}

/* Variant Selector */
.variant-selector[b-aqnsdk15q8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1rem 0;
}

.file-selected-msg[b-aqnsdk15q8] {
    font-size: 0.8rem;
    color: #374151;
    margin: 0.5rem 0 0;
    font-weight: 600;
}

.variant-select[b-aqnsdk15q8] {
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    font-size: 0.85rem;
    font-family: 'Archivo Narrow', sans-serif;
    background: #fff;
    cursor: pointer;
}

/* Variant Filter */
.variant-filter[b-aqnsdk15q8] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.filter-btn[b-aqnsdk15q8] {
    padding: 0.35rem 0.75rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #d1d5db;
    background: #fff;
    color: #6b7280;
    border-radius: 999px;
    cursor: pointer;
}

.filter-btn.active[b-aqnsdk15q8] {
    background: #111;
    color: #fff;
    border-color: #111;
}

/* Variant Badges */
.variant-badge[b-aqnsdk15q8] {
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    text-transform: uppercase;
}

.variant-sports[b-aqnsdk15q8] {
    background: #dcfce7;
    color: #15803d;
}

.variant-general[b-aqnsdk15q8] {
    background: #ede9fe;
    color: #6d28d9;
}

.col-variant[b-aqnsdk15q8] {
    flex: 0.6;
}
/* _content/TheStack.Web/Components/Pages/Admin/EditGame.razor.rz.scp.css */
h1[b-powhc5x9jm] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111;
    margin-bottom: 1.5rem;
}

.warning-banner[b-powhc5x9jm] {
    background: #fef3c7;
    border: 1px solid #f59e0b;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
    color: #92400e;
    font-weight: 500;
}

.edit-table[b-powhc5x9jm] {
    width: 100%;
    max-width: 1000px;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
}

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

.edit-table th[b-powhc5x9jm] {
    background: #f3f4f6;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #374151;
}

.edit-table input[type="text"][b-powhc5x9jm],
.edit-table input[type="number"][b-powhc5x9jm] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    font-size: 0.9rem;
}

.edit-actions[b-powhc5x9jm] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.btn-save[b-powhc5x9jm] {
    background: #2563eb;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-save:hover:not(:disabled)[b-powhc5x9jm] {
    background: #1d4ed8;
}

.btn-save:disabled[b-powhc5x9jm] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-cancel[b-powhc5x9jm] {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-cancel:hover[b-powhc5x9jm] {
    background: #e5e7eb;
}

.success[b-powhc5x9jm] {
    color: #16a34a;
    font-weight: 600;
}

.error[b-powhc5x9jm] {
    color: #dc2626;
    font-weight: 600;
}

.source-url-input[b-powhc5x9jm] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    font-size: 0.8rem;
    color: #2563eb;
}

.btn-fetch-sources[b-powhc5x9jm] {
    background: #7c3aed;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-fetch-sources:hover:not(:disabled)[b-powhc5x9jm] {
    background: #6d28d9;
}

.btn-fetch-sources:disabled[b-powhc5x9jm] {
    opacity: 0.6;
    cursor: not-allowed;
}

.info[b-powhc5x9jm] {
    color: #7c3aed;
    font-weight: 500;
    font-style: italic;
}

.fetch-errors[b-powhc5x9jm] {
    margin-top: 0.75rem;
    padding: 0.75rem;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 0.375rem;
}
/* _content/TheStack.Web/Components/Pages/CreateAccountModal.razor.rz.scp.css */
.account-overlay[b-q3tthitrg2] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.account-card[b-q3tthitrg2] {
    background: #1a1f2e;
    border-radius: 1.25rem;
    padding: 2rem;
    max-width: 420px;
    width: 100%;
    text-align: center;
    color: white;
}

.account-card h3[b-q3tthitrg2] {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.account-subtitle[b-q3tthitrg2] {
    color: #aaa;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.google-btn-container[b-q3tthitrg2] {
    width: 100%;
    margin-bottom: 0.75rem;
}

.btn-google[b-q3tthitrg2] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.875rem;
    border-radius: 2rem;
    border: 1px solid #ddd;
    background: white;
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0.75rem;
    transition: background 0.2s;
}

.btn-google:hover[b-q3tthitrg2] {
    background: #f5f5f5;
}

.google-icon[b-q3tthitrg2] {
    flex-shrink: 0;
}

.btn-email-toggle[b-q3tthitrg2] {
    width: 100%;
    padding: 0.875rem;
    border-radius: 2rem;
    border: 1px solid #555;
    background: transparent;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 1rem;
    transition: border-color 0.2s;
}

.btn-email-toggle:hover[b-q3tthitrg2] {
    border-color: #888;
}

.email-form[b-q3tthitrg2] {
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.input-field[b-q3tthitrg2] {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #555;
    background: #2a2f3e;
    color: white;
    font-size: 1rem;
}

.input-field[b-q3tthitrg2]::placeholder {
    color: #888;
}

.btn-submit-email[b-q3tthitrg2] {
    padding: 0.75rem;
    border-radius: 2rem;
    border: none;
    background: #2563eb;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.btn-submit-email:disabled[b-q3tthitrg2] {
    opacity: 0.6;
    cursor: not-allowed;
}

.code-sent-msg[b-q3tthitrg2] {
    color: #4ade80;
    font-size: 0.85rem;
}

.error-msg[b-q3tthitrg2] {
    color: #f87171;
    font-size: 0.85rem;
}

.account-note[b-q3tthitrg2] {
    margin-top: 1.5rem;
    font-size: 0.8rem;
    color: #888;
    line-height: 1.4;
}
/* _content/TheStack.Web/Components/Pages/Game.razor.rz.scp.css */
.game-stats[b-fkmfm75oxn] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 700px;
    margin-bottom: 0.75rem;
}

.stat-block[b-fkmfm75oxn] {
    display: flex;
    flex-direction: column;
}

.stat-block.stat-right[b-fkmfm75oxn] {
    text-align: right;
}

.stat-label[b-fkmfm75oxn] {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #6366f1;
    text-transform: uppercase;
}

.stat-value[b-fkmfm75oxn] {
    font-size: 1.5rem;
    font-weight: 900;
    color: #000;
    transition: transform 0.3s ease;
}

.stat-pop[b-fkmfm75oxn] {
    animation: stat-bounce-b-fkmfm75oxn 0.4s ease;
}

@keyframes stat-bounce-b-fkmfm75oxn {
    0% { transform: scale(1); }
    30% { transform: scale(1.4); }
    60% { transform: scale(0.9); }
    100% { transform: scale(1); }
}

.pill-sort-hint[b-fkmfm75oxn] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #888;
    text-align: center;
    margin-bottom: 0.35rem;
    letter-spacing: 0.5px;
}

.pill-container[b-fkmfm75oxn] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    width: 100%;
    margin-bottom: 1rem;
    max-width: 700px;
    touch-action: none;
}

.pill[b-fkmfm75oxn] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.85rem;
    border-radius: 1.5rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    user-select: none;
    cursor: grab;
}

.pill:hover:not(.locked)[b-fkmfm75oxn] {
    transform: scale(1.01);
}

.pill.locked[b-fkmfm75oxn] {
    cursor: default;
}

.pill-text[b-fkmfm75oxn] {
    flex: 1;
    text-align: center;
    white-space: normal;
    line-height: 1.3;
    min-width: 0;
    padding: 0 0.5rem;
}

.pill-value[b-fkmfm75oxn] {
    font-weight: 700;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.drag-handle[b-fkmfm75oxn] {
    font-size: 1.2rem;
    opacity: 0.8;
    padding: 0 0.25rem;
    touch-action: none;
    flex-shrink: 0;
}

.drag-handle:hover[b-fkmfm75oxn] {
    opacity: 1;
}

.lock-icon[b-fkmfm75oxn] {
    font-size: 0.9rem;
    background: #ffffff;
    color: #13bc13;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: 900;
}

.pill.dragging[b-fkmfm75oxn] {
    opacity: 0.9;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
    cursor: grabbing;
    z-index: 100;
}

.btn-submit[b-fkmfm75oxn] {
    background: #ffffff;
    color: #000000;
    border: 2px solid #000000;
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;
    width: 100%;
    max-width: 700px;
    transition: background 0.2s, transform 0.1s;
}

.btn-submit:hover:not(:disabled)[b-fkmfm75oxn] {
    background: #f0f0f0;
    transform: scale(1.01);
}

.btn-submit:disabled[b-fkmfm75oxn] {
    opacity: 0.6;
    cursor: not-allowed;
}

.game-hint[b-fkmfm75oxn] {
    text-align: center;
    color: #e53935;
    font-size: 0.8rem;
    margin-top: 0.75rem;
    font-style: italic;
}

.game-footer-links[b-fkmfm75oxn] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
    font-size: 0.875rem;
}

.game-footer-links a[b-fkmfm75oxn] {
    color: #666;
    text-decoration: none;
}

.game-footer-links a:hover[b-fkmfm75oxn] {
    text-decoration: underline;
}

.link-btn[b-fkmfm75oxn] {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    color: #666;
    cursor: pointer;
}

.link-btn:hover[b-fkmfm75oxn] {
    text-decoration: underline;
}

.game-footer-branding[b-fkmfm75oxn] {
    text-align: center;
    font-size: 0.75rem;
    color: #999;
    margin-top: 0.5rem;
}

.game-footer-branding a[b-fkmfm75oxn] {
    color: #22c55e;
    text-decoration: none;
    font-weight: 600;
}

.error-message[b-fkmfm75oxn] {
    color: #dc2626;
    font-weight: 500;
}

/* FTUX Overlay */
.ftux-overlay[b-fkmfm75oxn] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.ftux-content[b-fkmfm75oxn] {
    background: white;
    border-radius: 0.75rem;
    padding: 2rem 1.75rem 1.25rem;
    max-width: 380px;
    width: 100%;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.ftux-content h2[b-fkmfm75oxn] {
    margin: 0 0 0.5rem;
    color: #000;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.ftux-subtitle[b-fkmfm75oxn] {
    color: #333;
    font-size: 0.95rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.ftux-divider[b-fkmfm75oxn] {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 0 0 1.25rem;
}

.ftux-steps[b-fkmfm75oxn] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    text-align: left;
    margin-bottom: 1.5rem;
    padding: 0 0.25rem;
}

.ftux-step[b-fkmfm75oxn] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.ftux-step-number[b-fkmfm75oxn] {
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 0.7rem;
    min-width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.ftux-step-text[b-fkmfm75oxn] {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.5;
}

.ftux-start-btn[b-fkmfm75oxn] {
    background: #000;
    color: #fff;
    border: none;
    padding: 1rem;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    cursor: pointer;
    width: 100%;
    transition: background 0.2s;
}

.ftux-start-btn:hover[b-fkmfm75oxn] {
    background: #222;
}

.ftux-branding[b-fkmfm75oxn] {
    margin-top: 0.75rem;
    font-size: 0.55rem;
    color: #bbb;
    letter-spacing: 1.5px;
    font-weight: 600;
    text-transform: uppercase;
}

.ftux-branding a[b-fkmfm75oxn] {
    color: #bbb;
    text-decoration: none;
    font-weight: 800;
}

@media (max-width: 400px) {
    .pill[b-fkmfm75oxn] {
        padding: 0.2rem 0.7rem;
        font-size: 0.8rem;
    }

    .game-stats[b-fkmfm75oxn] {
        margin-bottom: unset !important;
    }

    .stat-label[b-fkmfm75oxn] {
        font-size: 0.75rem !important;
    }
}
/* _content/TheStack.Web/Components/Pages/GameOver.razor.rz.scp.css */
.gameover-page[b-ebyf4h8mgt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 1rem;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.gameover-card[b-ebyf4h8mgt] {
    background: #fff;
    border-radius: 0.75rem;
    padding: 1.5rem 1.75rem 1rem;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    box-sizing: border-box;
    overflow: visible;
    position: relative;
}

/* Two-column layout */
.gameover-layout[b-ebyf4h8mgt] {
    display: flex;
    flex-direction: column;
}

.gameover-left[b-ebyf4h8mgt] {
    text-align: center;
}

.gameover-right[b-ebyf4h8mgt] {
    text-align: left;
}

.gameover-divider[b-ebyf4h8mgt] {
    display: none;
}

@media (min-width: 768px) {
    .gameover-layout[b-ebyf4h8mgt] {
        flex-direction: row;
        gap: 0;
    }

    .gameover-left[b-ebyf4h8mgt] {
        flex: 1;
        padding-right: 2rem;
    }

    .gameover-divider[b-ebyf4h8mgt] {
        display: block;
        width: 1px;
        background: #e5e7eb;
        align-self: stretch;
    }

    .gameover-right[b-ebyf4h8mgt] {
        flex: 1;
        padding-left: 2rem;
    }
}

.gameover-date[b-ebyf4h8mgt] {
    font-size: 0.9rem;
    letter-spacing: 2px;
    color: #22c55e;
    font-weight: 700;
    margin: 0 0 0.25rem;
}

.gameover-result[b-ebyf4h8mgt] {
    font-size: 2.5rem;
    font-weight: 900;
    margin: 0 0 0.75rem;
    color: #000;
}

.gameover-result.won[b-ebyf4h8mgt] { color: #000; }
.gameover-result.lost[b-ebyf4h8mgt] { color: #dc2626; }

/* Stats row */
.gameover-stats[b-ebyf4h8mgt] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.stat-block[b-ebyf4h8mgt] {
    display: flex;
    flex-direction: column;
}

.stat-block.stat-right[b-ebyf4h8mgt] {
    text-align: right;
}

.stat-label[b-ebyf4h8mgt] {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #22c55e;
    text-transform: uppercase;
}

.stat-value[b-ebyf4h8mgt] {
    font-size: 2rem;
    font-weight: 900;
    color: #000;
}

/* Board state */
.gameover-board[b-ebyf4h8mgt] {
    margin-bottom: 1rem;
}

.board-label[b-ebyf4h8mgt] {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #999;
    text-transform: uppercase;
    margin: 0 0 0.5rem;
}

.board-box[b-ebyf4h8mgt] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    border: 2px solid #000;
    border-radius: 0.5rem;
    padding: 0.6rem 0.75rem;
}

.board-row[b-ebyf4h8mgt] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.board-attempt-num[b-ebyf4h8mgt] {
    width: 5.5rem;
    text-align: right;
    padding-right: 0.5rem;
}

.board-correct[b-ebyf4h8mgt],
.board-incorrect[b-ebyf4h8mgt] {
    display: inline-block;
    width: 1.5rem;
    text-align: right;
}

.board-emoji[b-ebyf4h8mgt] {
    font-size: 1.1rem;
    display: inline-block;
    width: 1.5rem;
    text-align: center;
    margin-right: 0.25rem;
}

/* Guess distribution */
.guess-distribution[b-ebyf4h8mgt] {
    margin-bottom: 1.25rem;
}

.distribution-row[b-ebyf4h8mgt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.3rem;
}

.distribution-label[b-ebyf4h8mgt] {
    width: 1.2rem;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: #555;
    flex-shrink: 0;
}

.distribution-bar-track[b-ebyf4h8mgt] {
    flex: 1;
    min-width: 0;
}

.distribution-bar[b-ebyf4h8mgt] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 1.5rem;
    padding: 0.2rem 0.5rem;
    border-radius: 0.25rem;
    transition: width 0.3s ease;
}

.bar-default[b-ebyf4h8mgt] {
    background: #d1d5db;
}

.bar-highlight[b-ebyf4h8mgt] {
    background: #22c55e;
}

.distribution-count[b-ebyf4h8mgt] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
}

.bar-default .distribution-count[b-ebyf4h8mgt] {
    color: #374151;
}

.distribution-row.highlight .distribution-label[b-ebyf4h8mgt] {
    color: #22c55e;
    font-weight: 800;
}

/* Percentile callout */
.percentile-callout[b-ebyf4h8mgt] {
    text-align: center;
    padding: 0.75rem 1rem;
    margin-bottom: 1.25rem;
    background: #f0fdf4;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    color: #111;
    font-weight: 500;
}

.percentile-callout strong[b-ebyf4h8mgt] {
    color: #22c55e;
    font-weight: 800;
}

/* Share button */
.btn-share[b-ebyf4h8mgt] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.9rem;
    border-radius: 0;
    border: none;
    background: #000;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    cursor: pointer;
    margin-bottom: 1.5rem;
    transition: background 0.2s;
}

.btn-share:hover[b-ebyf4h8mgt] {
    background: #222;
}

.share-icon[b-ebyf4h8mgt] {
    width: 1rem;
    height: 1rem;
}

.copied-msg[b-ebyf4h8mgt] {
    color: #22c55e;
    font-weight: 600;
    font-size: 0.85rem;
    margin: -1rem 0 1rem;
}

/* Save progress */
.save-progress[b-ebyf4h8mgt] {
    text-align: left;
    margin-bottom: 1.5rem;
    border-top: 1px solid #e5e7eb;
    padding-top: 1.5rem;
}

.save-progress h3[b-ebyf4h8mgt] {
    font-size: 1.1rem;
    font-weight: 800;
    color: #000;
    margin: 0 0 0.35rem;
}

.save-subtitle[b-ebyf4h8mgt] {
    color: #22c55e;
    font-size: 0.85rem;
    margin: 0 0 1rem;
    line-height: 1.4;
}

.google-btn-container[b-ebyf4h8mgt] {
    width: 100%;
    margin-bottom: 0.6rem;
}

.btn-google[b-ebyf4h8mgt] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.85rem;
    border-radius: 0;
    border: 1.5px solid #000;
    background: #fff;
    color: #000;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0.6rem;
    transition: background 0.2s;
}

.btn-google:hover[b-ebyf4h8mgt] { background: #f5f5f5; }

.google-icon[b-ebyf4h8mgt] {
    font-weight: 700;
    font-size: 1.1rem;
    color: #4285f4;
}

.btn-email[b-ebyf4h8mgt] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.85rem;
    border-radius: 0;
    border: none;
    background: #000;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-email:hover[b-ebyf4h8mgt] { background: #222; }

.email-form[b-ebyf4h8mgt] {
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.input-field[b-ebyf4h8mgt] {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    border: 1.5px solid #ddd;
    background: #fff;
    color: #000;
    font-size: 0.9rem;
}

.input-field[b-ebyf4h8mgt]::placeholder { color: #999; }

.btn-action[b-ebyf4h8mgt] {
    padding: 0.75rem;
    border-radius: 0;
    border: none;
    background: #000;
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
}

.btn-action:disabled[b-ebyf4h8mgt] { opacity: 0.6; cursor: not-allowed; }

.code-sent-msg[b-ebyf4h8mgt] { color: #22c55e; font-size: 0.85rem; }
.error-msg[b-ebyf4h8mgt] { color: #dc2626; font-size: 0.85rem; }

.success-msg[b-ebyf4h8mgt] {
    text-align: center;
    padding: 1rem 0;
}

.success-msg .success-icon[b-ebyf4h8mgt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.success-msg h3[b-ebyf4h8mgt] {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0.5rem 0 0.25rem;
    color: #000;
}

.success-msg p[b-ebyf4h8mgt] {
    font-size: 0.9rem;
    color: #555;
    margin: 0;
}

/* Today's solution */
.today-solution[b-ebyf4h8mgt] {
    text-align: left;
    margin-bottom: 1.25rem;
}

.solution-header[b-ebyf4h8mgt] {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 0.75rem;
}

.solution-title[b-ebyf4h8mgt] {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #000;
    text-transform: uppercase;
}

.solution-category[b-ebyf4h8mgt] {
    font-size: 0.55rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #999;
    font-style: italic;
}

.solution-column-headers[b-ebyf4h8mgt] {
    display: flex;
    align-items: center;
    padding: 0.25rem 0;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #999;
    text-transform: uppercase;
    border-bottom: 1px solid #e0e0e0;
}

.solution-col-rank[b-ebyf4h8mgt] {
    width: 2.5rem;
    flex-shrink: 0;
}

.solution-col-item[b-ebyf4h8mgt] {
    flex: 1;
}

.solution-col-value[b-ebyf4h8mgt] {
    text-align: right;
}

.solution-item[b-ebyf4h8mgt] {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.9rem;
    color: #000;
    gap: 0.5rem;
}

.solution-item:last-child[b-ebyf4h8mgt] {
    border-bottom: none;
}

.solution-rank[b-ebyf4h8mgt] {
    width: 2.5rem;
    flex-shrink: 0;
    color: #333;
}

.solution-descriptor[b-ebyf4h8mgt] {
    flex: 1;
    min-width: 0;
    line-height: 1.3;
}

.solution-link[b-ebyf4h8mgt] {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s;
}

.solution-link:hover[b-ebyf4h8mgt] {
    color: #2563eb;
}

.external-link-icon[b-ebyf4h8mgt] {
    opacity: 0.4;
    flex-shrink: 0;
    transition: opacity 0.2s;
}

.solution-link:hover .external-link-icon[b-ebyf4h8mgt] {
    opacity: 1;
}

.solution-value[b-ebyf4h8mgt] {
    color: #666;
    font-size: 0.85rem;
    flex-shrink: 0;
    text-align: right;
}

/* Branding + footer */
.gameover-branding[b-ebyf4h8mgt] {
    font-size: 0.55rem;
    letter-spacing: 1.5px;
    color: #bbb;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.gameover-footer[b-ebyf4h8mgt] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    font-size: 0.85rem;
}

.gameover-footer a[b-ebyf4h8mgt] {
    color: #2563eb;
    text-decoration: none;
}

.gameover-footer a:hover[b-ebyf4h8mgt] {
    text-decoration: underline;
}

.link-btn[b-ebyf4h8mgt] {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    color: #2563eb;
    cursor: pointer;
}

.link-btn:hover[b-ebyf4h8mgt] {
    text-decoration: underline;
}

.error-message[b-ebyf4h8mgt] {
    color: #dc2626;
    text-align: center;
}

/* Play Other Variant Button */
.btn-play-other[b-ebyf4h8mgt] {
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0.7rem 1.5rem;
    border-radius: 2rem;
    margin: 1rem auto;
    transition: background 0.2s ease;
    max-width: 260px;
}

.btn-play-other:hover[b-ebyf4h8mgt] {
    background: #222;
}

.mobile-only[b-ebyf4h8mgt] {
    display: block;
}

.desktop-only[b-ebyf4h8mgt] {
    display: none;
}

@media (min-width: 768px) {
    .mobile-only[b-ebyf4h8mgt] {
        display: none;
    }

    .desktop-only[b-ebyf4h8mgt] {
        display: block;
    }
}

/* Rules Modal */
.rules-overlay[b-ebyf4h8mgt] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.rules-content[b-ebyf4h8mgt] {
    background: white;
    border-radius: 0.75rem;
    padding: 2rem 1.75rem 1.25rem;
    max-width: 380px;
    width: 100%;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.rules-content h2[b-ebyf4h8mgt] {
    margin: 0 0 0.5rem;
    color: #000;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.rules-steps[b-ebyf4h8mgt] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    text-align: left;
    margin-bottom: 1.5rem;
    padding: 0 0.25rem;
}

.rules-step[b-ebyf4h8mgt] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.rules-step-number[b-ebyf4h8mgt] {
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 0.7rem;
    min-width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.rules-step-text[b-ebyf4h8mgt] {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.5;
}

.rules-close-btn[b-ebyf4h8mgt] {
    background: #000;
    color: #fff;
    border: none;
    padding: 1rem;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    cursor: pointer;
    width: 100%;
    transition: background 0.2s;
}

.rules-close-btn:hover[b-ebyf4h8mgt] {
    background: #222;
}
/* _content/TheStack.Web/Components/Pages/Stats.razor.rz.scp.css */
.stats-page[b-3hye4llq63] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 1rem;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.stats-card[b-3hye4llq63] {
    background: #fff;
    border-radius: 0.75rem;
    padding: 1.5rem 1.75rem;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    box-sizing: border-box;
}

.stats-title[b-3hye4llq63] {
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: #000;
    text-align: center;
    margin: 0 0 1.25rem;
}

.stats-empty[b-3hye4llq63] {
    text-align: center;
    color: #6b7280;
    font-size: 0.9rem;
    margin: 1rem 0;
}

.btn-play[b-3hye4llq63] {
    display: block;
    text-align: center;
    padding: 0.85rem;
    background: #000;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-decoration: none;
    border-radius: 0;
    margin-top: 1rem;
    transition: background 0.2s;
}

.btn-play:hover[b-3hye4llq63] {
    background: #222;
}

/* Stats grid */
.stats-grid[b-3hye4llq63] {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.stat-box[b-3hye4llq63] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 3.5rem;
}

.stat-number[b-3hye4llq63] {
    font-size: 1.75rem;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
}

.stat-desc[b-3hye4llq63] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #6b7280;
    text-transform: uppercase;
    text-align: center;
}

/* Distribution */
.distribution-section[b-3hye4llq63] {
    border-top: 1px solid #e5e7eb;
    padding-top: 1.25rem;
}

.distribution-title[b-3hye4llq63] {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #999;
    text-transform: uppercase;
    margin: 0 0 0.75rem;
}

.distribution-row[b-3hye4llq63] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.3rem;
}

.distribution-label[b-3hye4llq63] {
    width: 1.2rem;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: #555;
    flex-shrink: 0;
}

.distribution-bar-track[b-3hye4llq63] {
    flex: 1;
    min-width: 0;
}

.distribution-bar[b-3hye4llq63] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 1.5rem;
    padding: 0.2rem 0.5rem;
    border-radius: 0.25rem;
    transition: width 0.3s ease;
}

.bar-default[b-3hye4llq63] {
    background: #22c55e;
}

.bar-lost[b-3hye4llq63] {
    background: #dc2626;
}

.distribution-count[b-3hye4llq63] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
}
/* _content/TheStack.Web/Components/Shared/AdSlot.razor.rz.scp.css */
.ad-slot[b-dp7mkt3zsb] {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 160px;
    min-height: 600px;
    position: sticky;
    top: 1rem;
    align-self: flex-start;
}

@media (min-width: 1200px) {
    .ad-slot[b-dp7mkt3zsb] {
        display: flex;
    }
}

.ad-label[b-dp7mkt3zsb] {
    font-size: 0.65rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.ad-banner-img[b-dp7mkt3zsb] {
    max-width: 160px;
    height: auto;
    border-radius: 4px;
}

.adsbygoogle[b-dp7mkt3zsb] {
    width: 160px;
    min-height: 600px;
}
/* _content/TheStack.Web/Components/Shared/FeedbackOverlay.razor.rz.scp.css */
.feedback-overlay[b-gv3vpw74l5] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.feedback-content[b-gv3vpw74l5] {
    background: white;
    border-radius: 0.75rem;
    padding: 2rem 1.75rem 1.5rem;
    max-width: 380px;
    width: 100%;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    position: relative;
}

.feedback-content h2[b-gv3vpw74l5] {
    margin: 0 0 1.25rem;
    color: #000;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.feedback-close[b-gv3vpw74l5] {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #999;
    cursor: pointer;
    line-height: 1;
}

.feedback-close:hover[b-gv3vpw74l5] {
    color: #000;
}

.feedback-label[b-gv3vpw74l5] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 0.5rem;
}

.star-rating[b-gv3vpw74l5] {
    display: flex;
    justify-content: center;
    gap: 0.3rem;
    margin-bottom: 1.25rem;
}

.star[b-gv3vpw74l5] {
    font-size: 2rem;
    color: #d1d5db;
    cursor: pointer;
    transition: color 0.15s ease, transform 0.15s ease;
}

.star:hover[b-gv3vpw74l5] {
    transform: scale(1.15);
}

.star.filled[b-gv3vpw74l5] {
    color: #facc15;
}

.feedback-input[b-gv3vpw74l5] {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    padding: 0.75rem;
    font-family: inherit;
    font-size: 0.9rem;
    resize: vertical;
    margin-bottom: 1rem;
    box-sizing: border-box;
}

.feedback-input:focus[b-gv3vpw74l5] {
    outline: none;
    border-color: #000;
}

.feedback-submit[b-gv3vpw74l5] {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 2rem;
    padding: 0.6rem 2rem;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
    margin-bottom: 1rem;
}

.feedback-submit:hover[b-gv3vpw74l5] {
    background: #222;
}

.feedback-submit:disabled[b-gv3vpw74l5] {
    opacity: 0.5;
    cursor: not-allowed;
}

.feedback-thanks[b-gv3vpw74l5] {
    color: #16a34a;
    font-weight: 600;
    margin-bottom: 1rem;
}

.feedback-contact[b-gv3vpw74l5] {
    display: block;
    font-size: 0.85rem;
    color: #555;
    text-decoration: underline;
}

.feedback-contact:hover[b-gv3vpw74l5] {
    color: #000;
}
/* _content/TheStack.Web/Components/Shared/StatsButton.razor.rz.scp.css */
.stats-fab[b-6s1ucds9og] {
    position: absolute;
    top: -0.75rem;
    right: -0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.4rem 0.75rem;
    border-radius: 1.5rem;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    color: #374151;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    z-index: 50;
}

.stats-fab:hover[b-6s1ucds9og] {
    background: #e5e7eb;
    color: #22c55e;
}

.stats-fab-label[b-6s1ucds9og] {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}
/* _content/TheStack.Web/Components/Shared/StatsOverlay.razor.rz.scp.css */
.stats-overlay[b-ve6073zqzw] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.stats-modal[b-ve6073zqzw] {
    background: #fff;
    border-radius: 0.75rem;
    padding: 1.75rem 1.75rem 1.5rem;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.stats-close-btn[b-ve6073zqzw] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #9ca3af;
    cursor: pointer;
    padding: 0.25rem;
    line-height: 1;
    transition: color 0.2s;
}

.stats-close-btn:hover[b-ve6073zqzw] {
    color: #000;
}

.stats-title[b-ve6073zqzw] {
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: #000;
    text-align: center;
    margin: 0 0 1.25rem;
}

.stats-loading[b-ve6073zqzw] {
    text-align: center;
    color: #6b7280;
    padding: 2rem 0;
}

.stats-empty[b-ve6073zqzw] {
    text-align: center;
    color: #6b7280;
    font-size: 0.9rem;
    margin: 1rem 0;
}

/* Stats grid */
.stats-grid[b-ve6073zqzw] {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.stat-box[b-ve6073zqzw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 3.5rem;
}

.stat-number[b-ve6073zqzw] {
    font-size: 1.75rem;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
}

.stat-desc[b-ve6073zqzw] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #6b7280;
    text-transform: uppercase;
    text-align: center;
}

/* Distribution */
.distribution-section[b-ve6073zqzw] {
    border-top: 1px solid #e5e7eb;
    padding-top: 1.25rem;
}

.distribution-title[b-ve6073zqzw] {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #999;
    text-transform: uppercase;
    margin: 0 0 0.75rem;
}

.distribution-row[b-ve6073zqzw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.3rem;
}

.distribution-label[b-ve6073zqzw] {
    width: 1.2rem;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: #555;
    flex-shrink: 0;
}

.distribution-bar-track[b-ve6073zqzw] {
    flex: 1;
    min-width: 0;
}

.distribution-bar[b-ve6073zqzw] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 1.5rem;
    padding: 0.2rem 0.5rem;
    border-radius: 0.25rem;
    transition: width 0.3s ease;
}

.bar-default[b-ve6073zqzw] {
    background: #22c55e;
}

.bar-lost[b-ve6073zqzw] {
    background: #dc2626;
}

.distribution-count[b-ve6073zqzw] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
}
