/* /Pages/PuzzleRoom.razor.rz.scp.css */
.puzzle-panel-info[b-2kuykuzymy] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.puzzle-non-rated-row[b-2kuykuzymy] {
    margin-bottom: 0;
}

.puzzle-ratings-slot[b-2kuykuzymy] {
    min-height: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.theme-selector-disabled[b-2kuykuzymy] {
    opacity: 0.5;
    cursor: not-allowed;
}

.theme-selector-disabled option:not([value="SimpleMates"])[b-2kuykuzymy] {
    color: #6c757d;
    font-style: italic;
}

.puzzle-help-tooltip[b-2kuykuzymy] {
    display: inline-flex;
    align-items: flex-end;
    position: relative;
    vertical-align: top;
}

.puzzle-help-tooltip .puzzle-help-btn[b-2kuykuzymy] {
    font-size: 0.7rem;
    line-height: 1;
}

.puzzle-help-tooltip .puzzle-help-btn .bi-question-circle[b-2kuykuzymy] {
    font-size: inherit;
}

.puzzle-help-tooltip[data-puzzle-tooltip][b-2kuykuzymy]::after {
    content: attr(data-puzzle-tooltip);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0.35rem;
    padding: 0.3rem 0.5rem;
    width: max-content;
    max-width: 200px;
    font-size: 0.8125rem;
    font-weight: normal;
    font-family: inherit;
    line-height: 1.35;
    white-space: normal;
    text-align: left;
    background: #212529;
    color: #fff;
    border-radius: 0.25rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 1000;
}

.puzzle-help-tooltip[data-puzzle-tooltip]:hover[b-2kuykuzymy]::after {
    opacity: 1;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-9x3gyqjpy1] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.topbar[b-9x3gyqjpy1] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    height: 3.5rem;
    padding: 0 1rem;
    background: var(--topbar-bg, #1a1a2e);
    color: rgba(255, 255, 255, 0.95);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar-brand[b-9x3gyqjpy1] {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    text-decoration: none;
}

.topbar-brand:hover[b-9x3gyqjpy1] {
    color: rgba(255, 255, 255, 0.9);
}

.topbar-auth[b-9x3gyqjpy1] {
    margin-left: auto;
}

.topbar-auth[b-9x3gyqjpy1]  .auth-links a,
.topbar-auth[b-9x3gyqjpy1]  .user-profile {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.topbar-auth[b-9x3gyqjpy1]  .auth-links a:hover,
.topbar-auth[b-9x3gyqjpy1]  .user-profile:hover {
    color: white;
}

main[b-9x3gyqjpy1] {
    flex: 1;
}

.content[b-9x3gyqjpy1] {
    padding-top: 1.25rem;
}

@media (min-width: 641px) {
    .topbar[b-9x3gyqjpy1], .content[b-9x3gyqjpy1] {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.topbar-nav[b-o7b46acusx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.topbar-nav[b-o7b46acusx]  .nav-link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    padding: 0.35rem 0.75rem;
    border-radius: 4px;
    font-size: 0.95rem;
}

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

.topbar-nav[b-o7b46acusx]  .nav-link.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}
