/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-header[b-2i9e6mj09s] {
    background: #ffffff;
    border-bottom: 1px solid #cdd2d8;
}

.header-top[b-2i9e6mj09s] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    padding: 0.6rem 1.25rem;
}

.brand[b-2i9e6mj09s] {
    align-items: center;
    color: #16232c;
    display: flex;
    gap: 0.6rem;
    text-decoration: none;
}

.brand-logo[b-2i9e6mj09s] {
    border-radius: 50%;
    height: 28px;
    width: 28px;
}

.brand-name[b-2i9e6mj09s] {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.brand-dot[b-2i9e6mj09s] {
    color: #d1467d;
}

.header-top > form[b-2i9e6mj09s] {
    margin: 0;
}

.header-top > .user-chip[b-2i9e6mj09s],
.header-top > .btn-ghost:last-child[b-2i9e6mj09s] {
    margin-left: auto;
}

.user-chip[b-2i9e6mj09s] {
    color: #6b7280;
    font-size: 0.85rem;
    font-weight: 600;
}

.btn-ghost[b-2i9e6mj09s] {
    background: transparent;
    border: 1px solid #c7ccd1;
    border-radius: 6px;
    color: #16232c;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
    text-decoration: none;
    transition: background-color 0.1s ease, border-color 0.1s ease;
}

.btn-ghost:hover[b-2i9e6mj09s] {
    background: #fbe6ec;
    border-color: #d1467d;
}

.header-tools[b-2i9e6mj09s] {
    align-items: center;
    display: flex;
    gap: 1.25rem;
    padding: 0.5rem 1.25rem;
}

.tools-label[b-2i9e6mj09s] {
    color: #6b7280;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.header-tools a[b-2i9e6mj09s] {
    color: #16232c;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}

.header-tools a:hover[b-2i9e6mj09s] {
    color: #d1467d;
}

#blazor-error-ui[b-2i9e6mj09s] {
    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-2i9e6mj09s] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-h2llogj0ca],
.components-reconnect-repeated-attempt-visible[b-h2llogj0ca],
.components-reconnect-failed-visible[b-h2llogj0ca],
.components-pause-visible[b-h2llogj0ca],
.components-resume-failed-visible[b-h2llogj0ca],
.components-rejoining-animation[b-h2llogj0ca] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-h2llogj0ca],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-h2llogj0ca],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-h2llogj0ca],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-h2llogj0ca],
#components-reconnect-modal.components-reconnect-retrying[b-h2llogj0ca],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-h2llogj0ca],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-h2llogj0ca],
#components-reconnect-modal.components-reconnect-failed[b-h2llogj0ca],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-h2llogj0ca] {
    display: block;
}


#components-reconnect-modal[b-h2llogj0ca] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-h2llogj0ca 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-h2llogj0ca 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-h2llogj0ca 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-h2llogj0ca]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-h2llogj0ca 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-h2llogj0ca {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-h2llogj0ca {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-h2llogj0ca {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-h2llogj0ca] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-h2llogj0ca] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-h2llogj0ca] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-h2llogj0ca] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-h2llogj0ca] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-h2llogj0ca] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-h2llogj0ca] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-h2llogj0ca 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-h2llogj0ca] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-h2llogj0ca {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/Permissions.razor.rz.scp.css */
.permissions-page[b-38hz3xp4vo] {
    background: #ffffff;
    border-radius: 8px;
    color: #16232c;
    padding: 1.25rem;
}

.permissions-accent-bar[b-38hz3xp4vo] {
    background: #5bcefa;
    border-radius: 999px;
    height: 4px;
    margin-bottom: 1.25rem;
}

.permissions-page h1[b-38hz3xp4vo] {
    color: #0e1c26;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 1.25rem;
}

.permissions-error[b-38hz3xp4vo] {
    background: #fbe6ec;
    border: 1px solid #d1467d;
    border-radius: 6px;
    color: #d1467d;
    padding: 0.5rem 0.75rem;
}

.permissions-section[b-38hz3xp4vo] {
    margin-bottom: 2rem;
}

.permissions-section h2[b-38hz3xp4vo] {
    color: #0e1c26;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.permissions-hint[b-38hz3xp4vo] {
    color: #6b7280;
    font-size: 0.85rem;
    margin-top: 0;
}

.permissions-table[b-38hz3xp4vo] {
    border-collapse: collapse;
    margin-bottom: 0.75rem;
    width: 100%;
}

.permissions-table th[b-38hz3xp4vo] {
    border-bottom: 1px solid #cdd2d8;
    color: #6b7280;
    font-size: 0.78rem;
    padding: 0.4rem;
    text-align: left;
}

.permissions-table td[b-38hz3xp4vo] {
    border-bottom: 1px solid #e2e5e9;
    padding: 0.4rem;
}

.permissions-add-row[b-38hz3xp4vo] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}

.permissions-add-row input[type="text"][b-38hz3xp4vo],
.permissions-add-row select[b-38hz3xp4vo] {
    background: #ffffff;
    border: 1px solid #c7ccd1;
    border-radius: 4px;
    color: #16232c;
    padding: 0.4rem;
}

.permissions-add-row input[type="text"]:focus[b-38hz3xp4vo],
.permissions-add-row select:focus[b-38hz3xp4vo] {
    border-color: #d1467d;
    outline: none;
}

.permissions-checkbox-label[b-38hz3xp4vo] {
    align-items: center;
    color: #16232c;
    display: flex;
    gap: 0.35rem;
}

.permissions-user-picker[b-38hz3xp4vo] {
    color: #6b7280;
    display: block;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.permissions-user-picker select[b-38hz3xp4vo] {
    background: #ffffff;
    border: 1px solid #c7ccd1;
    border-radius: 4px;
    color: #16232c;
    display: block;
    margin-top: 0.25rem;
    padding: 0.4rem;
}
/* /Components/Pages/Calendar.razor.rz.scp.css */
.calendar-page[b-3u1ei67rzh] {
    background: #ffffff;
    border-radius: 8px;
    color: #16232c;
    padding: 1.25rem;
}

.calendar-accent-bar[b-3u1ei67rzh] {
    background: #5bcefa;
    border-radius: 999px;
    height: 4px;
    margin-bottom: 1.25rem;
}

.calendar-page > .calendar-accent-bar:last-child[b-3u1ei67rzh] {
    margin-bottom: 0;
    margin-top: 1.25rem;
}

.calendar-header[b-3u1ei67rzh] {
    align-items: center;
    display: flex;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.calendar-header h1[b-3u1ei67rzh] {
    color: #0e1c26;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
}

.calendar-nav[b-3u1ei67rzh] {
    display: flex;
    gap: 0.4rem;
}

.calendar-today-button[b-3u1ei67rzh],
.calendar-arrow-button[b-3u1ei67rzh] {
    background: transparent;
    border: 1px solid #c7ccd1;
    border-radius: 6px;
    color: #16232c;
    cursor: pointer;
    padding: 0.4rem 0.75rem;
    transition: background-color 0.1s ease, border-color 0.1s ease;
}

.calendar-today-button:hover[b-3u1ei67rzh],
.calendar-arrow-button:hover[b-3u1ei67rzh] {
    background: #fbe6ec;
    border-color: #d1467d;
}

.calendar-arrow-button[b-3u1ei67rzh] {
    padding: 0.4rem 0.6rem;
}

.calendar-weekday-row[b-3u1ei67rzh] {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 0.5rem;
}

.calendar-weekday-pill[b-3u1ei67rzh] {
    background: #5bcefa;
    border-radius: 999px;
    color: #0e1c26;
    font-size: 0.78rem;
    font-weight: 700;
    justify-self: start;
    padding: 0.3rem 0.9rem;
}

.calendar-weekday-pill:first-child[b-3u1ei67rzh],
.calendar-weekday-pill:nth-child(7)[b-3u1ei67rzh] {
    background: #f5a9b8;
}

.calendar-grid[b-3u1ei67rzh] {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(7, 1fr);
}

.calendar-cell[b-3u1ei67rzh] {
    background: #ffffff;
    border: 1px solid #cdd2d8;
    min-height: 6.5rem;
    min-width: 0;
    padding: 0.4rem;
    transition: background-color 0.1s ease;
}

.calendar-cell:hover[b-3u1ei67rzh] {
    background: #f7fbfe;
}

.calendar-cell-dim[b-3u1ei67rzh] {
    background: #f7f8fa;
    color: #a6acb3;
}

.calendar-cell-dim:hover[b-3u1ei67rzh] {
    background: #f0f1f3;
}

.calendar-cell-dim .calendar-day-number[b-3u1ei67rzh] {
    color: #a6acb3;
}

.calendar-cell-header[b-3u1ei67rzh] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}

.calendar-day-number[b-3u1ei67rzh] {
    color: #16232c;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.1rem 0.4rem;
}

.calendar-day-number-today[b-3u1ei67rzh] {
    background: #d1467d;
    border-radius: 999px;
    color: #ffffff;
    font-weight: 700;
}

.calendar-add-button[b-3u1ei67rzh] {
    background: transparent;
    border: 1px solid #c7ccd1;
    border-radius: 4px;
    color: #6b7280;
    cursor: pointer;
    line-height: 1;
    opacity: 0;
    padding: 0 0.35rem;
    transition: background-color 0.1s ease, border-color 0.1s ease, color 0.1s ease;
}

.calendar-cell:hover .calendar-add-button[b-3u1ei67rzh] {
    opacity: 1;
}

.calendar-add-button:hover[b-3u1ei67rzh] {
    background: #fbe6ec;
    border-color: #d1467d;
    color: #d1467d;
}

.calendar-event-chip[b-3u1ei67rzh] {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    gap: 0.35rem;
    margin-top: 0.15rem;
    overflow: hidden;
    padding: 0.15rem 0.25rem;
    text-align: left;
    transition: background-color 0.1s ease, border-color 0.1s ease;
    width: 100%;
}

.calendar-event-chip:hover[b-3u1ei67rzh] {
    background: #bfe4f7;
    border-color: #29b1e6;
}

.calendar-event-chip-past[b-3u1ei67rzh] {
    opacity: 0.45;
}

.calendar-event-chip-allday[b-3u1ei67rzh] {
    background: var(--event-color);
    border-color: #29b1e6;
    justify-content: center;
}

.calendar-event-chip-allday .calendar-event-name[b-3u1ei67rzh] {
    color: #0e1c26;
}

.calendar-event-chip-allday:hover[b-3u1ei67rzh] {
    filter: brightness(0.92);
}

.calendar-event-dot[b-3u1ei67rzh] {
    background: var(--event-color);
    border: 1.5px solid rgba(14, 28, 38, 0.45);
    border-radius: 999px;
    flex-shrink: 0;
    height: 0.5rem;
    width: 0.5rem;
}

.calendar-event-time[b-3u1ei67rzh] {
    color: #d1467d;
    flex-shrink: 0;
    font-size: 0.78rem;
}

.calendar-event-name[b-3u1ei67rzh] {
    color: #16232c;
    font-size: 0.78rem;
    font-weight: 600;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.calendar-overlay[b-3u1ei67rzh] {
    align-items: center;
    background: rgba(14, 28, 38, 0.6);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.calendar-dialog[b-3u1ei67rzh] {
    background: #ffffff;
    border: 1px solid #e2e5e9;
    border-radius: 8px;
    color: #16232c;
    max-width: 30rem;
    padding: 1.5rem;
    width: 90%;
}

.calendar-dialog h2[b-3u1ei67rzh] {
    color: #0e1c26;
    margin-top: 0;
}

.calendar-detail-time[b-3u1ei67rzh] {
    color: #d1467d;
    font-weight: 600;
}

.calendar-detail-note[b-3u1ei67rzh] {
    color: #6b7280;
    font-size: 0.85rem;
    font-style: italic;
}

.calendar-attendee-list[b-3u1ei67rzh] {
    color: #16232c;
    font-size: 0.85rem;
}

.calendar-dialog label[b-3u1ei67rzh] {
    color: #6b7280;
    display: block;
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
}

.calendar-dialog .calendar-checkbox-label[b-3u1ei67rzh] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}

.calendar-dialog .calendar-checkbox[b-3u1ei67rzh] {
    height: 1rem;
    margin: 0;
    width: 1rem;
}

.calendar-dialog input[b-3u1ei67rzh],
.calendar-dialog textarea[b-3u1ei67rzh] {
    background: #ffffff;
    border: 1px solid #c7ccd1;
    border-radius: 4px;
    color: #16232c;
    display: block;
    margin-top: 0.25rem;
    padding: 0.4rem;
    width: 100%;
}

.calendar-dialog input:focus[b-3u1ei67rzh],
.calendar-dialog textarea:focus[b-3u1ei67rzh] {
    border-color: #d1467d;
    outline: none;
}

.calendar-color-label[b-3u1ei67rzh] {
    color: #6b7280;
    display: block;
    font-size: 0.85rem;
    margin-bottom: 0.4rem;
}

.calendar-color-picker[b-3u1ei67rzh] {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(8, 1fr);
    margin-bottom: 0.75rem;
}

.calendar-color-swatch[b-3u1ei67rzh] {
    background: var(--swatch-color);
    border: 2px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    height: 1.6rem;
    padding: 0;
    width: 1.6rem;
}

.calendar-color-swatch-selected[b-3u1ei67rzh] {
    border-color: #16232c;
}

.calendar-color-swatch-default[b-3u1ei67rzh] {
    align-items: center;
    background: #e2e5e9;
    color: #6b7280;
    display: flex;
    font-size: 1rem;
    justify-content: center;
    line-height: 1;
}

.calendar-dialog-actions[b-3u1ei67rzh] {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

/* /Components/Pages/Home.razor.rz.scp.css */
.home-hero[b-050oh0hb1t] {
    padding: 2.5rem 0 1.5rem;
    text-align: center;
}

.home-hero h1[b-050oh0hb1t] {
    color: #16232c;
    font-size: 1.9rem;
    font-weight: 700;
    margin: 0 0 0.6rem;
}

.home-hero-subtitle[b-050oh0hb1t] {
    color: #6b7280;
    display: block;
    font-size: 1.05rem;
    font-weight: 500;
    margin-top: 0.3rem;
}

.home-hero p[b-050oh0hb1t] {
    color: #6b7280;
    font-size: 1rem;
    margin: 0 auto 1.75rem;
    max-width: 32rem;
}

.discord-login-button[b-050oh0hb1t] {
    align-items: center;
    background: #5865f2;
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 600;
    gap: 0.6rem;
    padding: 0.65rem 1.4rem;
    text-decoration: none;
    transition: background-color 0.1s ease;
}

.discord-login-button:hover[b-050oh0hb1t] {
    background: #4752c4;
}

.discord-icon[b-050oh0hb1t] {
    fill: currentColor;
    height: 20px;
    width: 20px;
}

.tool-grid[b-050oh0hb1t] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    max-width: 40rem;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.tool-card[b-050oh0hb1t] {
    background: #ffffff;
    border: 1px solid #cdd2d8;
    border-radius: 8px;
    color: #16232c;
    display: block;
    padding: 1.1rem 1.25rem;
    text-decoration: none;
    transition: border-color 0.1s ease, background-color 0.1s ease;
}

.tool-card:hover[b-050oh0hb1t] {
    background: #fbe6ec;
    border-color: #d1467d;
}

.tool-card-title[b-050oh0hb1t] {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.tool-card-desc[b-050oh0hb1t] {
    color: #6b7280;
    font-size: 0.85rem;
}
/* /Components/Pages/Lists/ListDetail.razor.rz.scp.css */
.lists-detail-page[b-hdw4ndb66f] {
    background: #ffffff;
    border-radius: 8px;
    color: #16232c;
    padding: 1.25rem;
}

.lists-detail-header[b-hdw4ndb66f] {
    align-items: flex-start;
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.lists-detail-header h1[b-hdw4ndb66f] {
    color: #0e1c26;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0.15rem 0;
}

.lists-detail-type[b-hdw4ndb66f] {
    color: #5c6b74;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.lists-detail-owner[b-hdw4ndb66f],
.lists-detail-description[b-hdw4ndb66f] {
    color: #5c6b74;
    font-size: 0.9rem;
    margin: 0.2rem 0;
}

.lists-detail-spin-button[b-hdw4ndb66f] {
    margin-top: 0.6rem;
}

.lists-detail-header-actions[b-hdw4ndb66f] {
    align-items: center;
    display: flex;
    gap: 0.6rem;
}

.lists-detail-sort-label[b-hdw4ndb66f] {
    align-items: center;
    display: flex;
    font-size: 0.85rem;
    font-weight: 600;
    gap: 0.4rem;
}

.lists-detail-edit-link[b-hdw4ndb66f] {
    color: #16232c;
}

/* ---- shared item building blocks ---- */

.lists-cover[b-hdw4ndb66f] {
    border-radius: 6px;
    flex-shrink: 0;
    object-fit: cover;
}

.lists-cover-monogram[b-hdw4ndb66f] {
    align-items: center;
    color: #0e1c26;
    display: flex;
    font-weight: 800;
    justify-content: center;
}

.lists-avatar[b-hdw4ndb66f] {
    align-items: center;
    background: #e1e5e8;
    border-radius: 999px;
    color: #16232c;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 0.7rem;
    font-weight: 700;
    height: 1.6rem;
    justify-content: center;
    width: 1.6rem;
}

.lists-rank-chip[b-hdw4ndb66f],
.lists-compact-rank[b-hdw4ndb66f] {
    background: #5bcefa;
    border-radius: 999px;
    color: #0e1c26;
    flex-shrink: 0;
    font-size: 0.85rem;
    font-weight: 700;
    text-align: center;
}

.lists-rank-chip[b-hdw4ndb66f] {
    height: 1.75rem;
    line-height: 1.75rem;
    width: 1.75rem;
}

.lists-compact-rank[b-hdw4ndb66f] {
    background: none;
    color: #5c6b74;
    width: 1.4rem;
}

.lists-meta-chip[b-hdw4ndb66f] {
    background: #f7f9fa;
    border: 1px solid #e1e5e8;
    border-radius: 999px;
    color: #5c6b74;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.05rem 0.5rem;
}

.lists-drag-handle[b-hdw4ndb66f] {
    color: #9aa5ab;
    cursor: grab;
    flex-shrink: 0;
}

.lists-checkbox-visual[b-hdw4ndb66f] {
    align-items: center;
    border: 2px solid #c7ccd1;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: 1.35rem;
    justify-content: center;
    width: 1.35rem;
}

.lists-checkbox-visual input[b-hdw4ndb66f] {
    margin: 0;
}

.lists-checkbox-checked[b-hdw4ndb66f] {
    background: #2b8a5e;
    border-color: #2b8a5e;
}

.lists-item-checked .lists-board-card-title[b-hdw4ndb66f],
.lists-item-checked .lists-compact-title[b-hdw4ndb66f],
.lists-item-checked .lists-gallery-title[b-hdw4ndb66f] {
    color: #9aa5ab;
    text-decoration: line-through;
}

.lists-detail-item-actions[b-hdw4ndb66f] {
    display: flex;
    gap: 0.4rem;
}

/* ---- Board card layout ---- */

.lists-board-cards[b-hdw4ndb66f] {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.lists-board-card[b-hdw4ndb66f] {
    align-items: center;
    background: #f7f9fa;
    border: 1px solid #e1e5e8;
    border-radius: 10px;
    display: flex;
    gap: 0.9rem;
    padding: 0.75rem 0.9rem;
    transition: border-color 0.1s ease, box-shadow 0.1s ease, transform 0.1s ease;
}

.lists-board-card:hover[b-hdw4ndb66f] {
    border-color: #c7ccd1;
    box-shadow: 0 6px 16px rgba(22, 35, 44, 0.08);
    transform: translateY(-1px);
}

.lists-board-card .lists-cover-board[b-hdw4ndb66f] {
    height: 72px;
    width: 48px;
}

.lists-board-card .lists-cover-board.lists-cover-monogram[b-hdw4ndb66f] {
    font-size: 1.4rem;
}

.lists-board-card-body[b-hdw4ndb66f] {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.lists-board-card-title[b-hdw4ndb66f] {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    font-weight: 700;
    gap: 0.4rem;
    margin: 0;
}

.lists-board-card-submeta[b-hdw4ndb66f] {
    color: #5c6b74;
    font-size: 0.82rem;
    margin: 0;
}

.lists-board-card-note[b-hdw4ndb66f] {
    color: #5c6b74;
    font-size: 0.83rem;
    margin: 0;
}

.lists-board-card-side[b-hdw4ndb66f] {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: 0.6rem;
}

/* ---- Compact rows layout ---- */

.lists-compact-rows[b-hdw4ndb66f] {
    border-top: 1px solid #e1e5e8;
}

.lists-compact-row[b-hdw4ndb66f] {
    align-items: center;
    border-bottom: 1px solid #e1e5e8;
    display: flex;
    gap: 0.6rem;
    padding: 0.5rem 0.3rem;
}

.lists-compact-row:hover[b-hdw4ndb66f] {
    background: #f7f9fa;
}

.lists-cover-compact[b-hdw4ndb66f] {
    height: 34px;
    width: 26px;
}

.lists-cover-compact.lists-cover-monogram[b-hdw4ndb66f] {
    font-size: 0.85rem;
}

.lists-compact-row .lists-checkbox-visual[b-hdw4ndb66f] {
    flex-shrink: 0;
}

.lists-compact-body[b-hdw4ndb66f] {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

.lists-compact-title[b-hdw4ndb66f] {
    font-size: 0.9rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lists-compact-notes[b-hdw4ndb66f] {
    color: #5c6b74;
    font-size: 0.78rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ---- Gallery grid layout ---- */

.lists-gallery-grid[b-hdw4ndb66f] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.lists-gallery-card[b-hdw4ndb66f] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.lists-gallery-cover-wrap[b-hdw4ndb66f] {
    position: relative;
}

.lists-cover-gallery[b-hdw4ndb66f] {
    aspect-ratio: 2 / 3;
    height: auto;
    transition: box-shadow 0.1s ease, transform 0.1s ease;
    width: 100%;
}

.lists-cover-gallery.lists-cover-monogram[b-hdw4ndb66f] {
    font-size: 2rem;
}

.lists-gallery-card:hover .lists-cover-gallery[b-hdw4ndb66f] {
    box-shadow: 0 14px 28px rgba(22, 35, 44, 0.18);
    transform: translateY(-3px);
}

.lists-gallery-badge[b-hdw4ndb66f] {
    background: rgba(14, 28, 38, 0.72);
    border-radius: 6px;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    left: 0.4rem;
    padding: 0.1rem 0.4rem;
    position: absolute;
    top: 0.4rem;
}

.lists-gallery-check[b-hdw4ndb66f] {
    bottom: 0.4rem;
    left: 0.4rem;
    position: absolute;
}

.lists-gallery-avatar[b-hdw4ndb66f] {
    bottom: 0.4rem;
    position: absolute;
    right: 0.4rem;
}

.lists-gallery-title[b-hdw4ndb66f] {
    font-size: 0.88rem;
    font-weight: 700;
    margin: 0;
}

.lists-gallery-submeta[b-hdw4ndb66f] {
    color: #5c6b74;
    font-size: 0.76rem;
    margin: 0;
}

/* ---- shared page chrome ---- */

.lists-accent-bar[b-hdw4ndb66f] {
    background: #5bcefa;
    border-radius: 999px;
    height: 4px;
    margin-bottom: 1.25rem;
}

.lists-detail-page > .lists-accent-bar:last-child[b-hdw4ndb66f] {
    margin-bottom: 0;
    margin-top: 1.25rem;
}

.lists-overlay[b-hdw4ndb66f] {
    align-items: center;
    background: rgba(14, 28, 38, 0.5);
    display: flex;
    inset: 0;
    justify-content: center;
    position: fixed;
    z-index: 100;
}

.lists-dialog[b-hdw4ndb66f] {
    background: #ffffff;
    border-radius: 8px;
    color: #16232c;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: 90vh;
    overflow-y: auto;
    padding: 1.5rem;
    width: min(420px, 90vw);
}

.lists-dialog label[b-hdw4ndb66f] {
    display: flex;
    flex-direction: column;
    font-size: 0.85rem;
    font-weight: 600;
    gap: 0.25rem;
}

.lists-dialog-actions[b-hdw4ndb66f] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-top: 0.5rem;
}

.lists-detail-search-results[b-hdw4ndb66f] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    list-style: none;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
}

.lists-detail-search-result[b-hdw4ndb66f] {
    background: #f7f9fa;
    border: 1px solid #e1e5e8;
    border-radius: 6px;
    cursor: pointer;
    padding: 0.4rem 0.6rem;
    text-align: left;
    width: 100%;
}

/* Mouse-follow poster preview for search results — positioned/shown by listSearchPoster.js
   via fixed left/top plus this transform, so it floats above the dialog (like .lists-overlay)
   without being clipped by the scrollable results list. Posters are fetched on hover, so a
   "Loading" state covers the (possibly stale) image underneath until the new one is ready. */
.lists-search-poster-preview[b-hdw4ndb66f] {
    aspect-ratio: 2 / 3;
    background: #16232c;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(22, 35, 44, 0.35);
    display: none;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: translate(16px, calc(-100% - 16px));
    width: 140px;
    z-index: 150;
}

.lists-search-poster-preview.lists-visible[b-hdw4ndb66f] {
    display: block;
}

.lists-search-poster-preview-img[b-hdw4ndb66f] {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.lists-search-poster-preview.lists-loading .lists-search-poster-preview-img[b-hdw4ndb66f],
.lists-search-poster-preview.lists-no-poster .lists-search-poster-preview-img[b-hdw4ndb66f] {
    visibility: hidden;
}

.lists-search-poster-preview-loading[b-hdw4ndb66f],
.lists-search-poster-preview-no-poster[b-hdw4ndb66f] {
    align-items: center;
    color: #ffffff;
    display: none;
    font-size: 0.8rem;
    font-weight: 600;
    inset: 0;
    justify-content: center;
    position: absolute;
    text-align: center;
}

.lists-search-poster-preview.lists-loading .lists-search-poster-preview-loading[b-hdw4ndb66f] {
    display: flex;
}

.lists-search-poster-preview.lists-no-poster .lists-search-poster-preview-no-poster[b-hdw4ndb66f] {
    display: flex;
}

.lists-detail-hint[b-hdw4ndb66f] {
    color: #5c6b74;
    font-size: 0.8rem;
}

.lists-detail-search-error[b-hdw4ndb66f] {
    color: #b3261e;
    font-size: 0.85rem;
}
/* /Components/Pages/Lists/ListEdit.razor.rz.scp.css */
.lists-edit-page[b-krkxw5ze5a] {
    background: #ffffff;
    border-radius: 8px;
    color: #16232c;
    padding: 1.25rem;
}

.lists-edit-page h1[b-krkxw5ze5a] {
    font-size: 1.4rem;
    margin: 0 0 1rem;
}

.lists-edit-breadcrumb[b-krkxw5ze5a] {
    color: #5c6b74;
    display: inline-block;
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
    text-decoration: none;
}

.lists-edit-breadcrumb:hover[b-krkxw5ze5a] {
    color: #16232c;
    text-decoration: underline;
}

.lists-edit-save-row[b-krkxw5ze5a] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
}

.lists-edit-save-success[b-krkxw5ze5a] {
    color: #2b8a5e;
    font-size: 0.85rem;
    font-weight: 600;
}

.lists-edit-save-error[b-krkxw5ze5a] {
    color: #b3261e;
    font-size: 0.85rem;
    font-weight: 600;
}

.lists-edit-color-label[b-krkxw5ze5a] {
    color: #5c6b74;
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.lists-edit-color-picker[b-krkxw5ze5a] {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(8, 1fr);
    margin-bottom: 0.75rem;
    max-width: 320px;
}

.lists-edit-color-swatch[b-krkxw5ze5a] {
    background: var(--swatch-color);
    border: 2px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    height: 1.6rem;
    padding: 0;
    width: 1.6rem;
}

.lists-edit-color-swatch-selected[b-krkxw5ze5a] {
    border-color: #16232c;
}

.lists-edit-color-swatch-default[b-krkxw5ze5a] {
    align-items: center;
    background: #e2e5e9;
    color: #6b7280;
    display: flex;
    font-size: 1rem;
    justify-content: center;
    line-height: 1;
}

.lists-accent-bar[b-krkxw5ze5a] {
    background: #5bcefa;
    border-radius: 999px;
    height: 4px;
    margin-bottom: 1.25rem;
}

.lists-edit-page > .lists-accent-bar:last-child[b-krkxw5ze5a] {
    margin-bottom: 0;
    margin-top: 1.25rem;
}

.lists-edit-section[b-krkxw5ze5a] {
    border-top: 2px solid #c7ccd1;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
}

.lists-edit-danger-spacer[b-krkxw5ze5a] {
    height: 6rem;
}

.lists-edit-section h2[b-krkxw5ze5a] {
    font-size: 1.05rem;
    margin: 0 0 0.5rem;
}

.lists-edit-section label[b-krkxw5ze5a] {
    display: flex;
    flex-direction: column;
    font-size: 0.85rem;
    font-weight: 600;
    gap: 0.25rem;
    margin-bottom: 0.75rem;
}

.lists-edit-hint[b-krkxw5ze5a] {
    color: #5c6b74;
    font-size: 0.85rem;
    margin-top: 0;
}

.lists-edit-section label.lists-edit-feature-toggle[b-krkxw5ze5a] {
    align-items: center;
    color: #16232c;
    flex-direction: row;
    font-size: 0.9rem;
    font-weight: 400;
    gap: 0.5rem;
    justify-content: flex-start;
    margin-top: 0.75rem;
}

.lists-edit-table[b-krkxw5ze5a] {
    border-collapse: collapse;
    margin-bottom: 0.75rem;
    width: 100%;
}

.lists-edit-table th[b-krkxw5ze5a],
.lists-edit-table td[b-krkxw5ze5a] {
    border-bottom: 1px solid #e1e5e8;
    padding: 0.4rem 0.5rem;
    text-align: left;
}

.lists-edit-add-member[b-krkxw5ze5a] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}

.lists-transfer-ownership[b-krkxw5ze5a] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.lists-danger-actions[b-krkxw5ze5a] {
    display: flex;
    gap: 0.5rem;
}

.lists-overlay[b-krkxw5ze5a] {
    align-items: center;
    background: rgba(14, 28, 38, 0.5);
    display: flex;
    inset: 0;
    justify-content: center;
    position: fixed;
    z-index: 100;
}

.lists-dialog[b-krkxw5ze5a] {
    background: #ffffff;
    border-radius: 8px;
    color: #16232c;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: 90vh;
    overflow-y: auto;
    padding: 1.5rem;
    width: min(420px, 90vw);
}

.lists-dialog label[b-krkxw5ze5a] {
    display: flex;
    flex-direction: column;
    font-size: 0.85rem;
    font-weight: 600;
    gap: 0.25rem;
}

.lists-dialog-actions[b-krkxw5ze5a] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-top: 0.5rem;
}

.lists-import-progress[b-krkxw5ze5a] {
    align-items: center;
    color: #5c6b74;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.85rem;
    gap: 0.6rem;
}

.lists-spinner[b-krkxw5ze5a] {
    animation: lists-spin-b-krkxw5ze5a 0.8s linear infinite;
    border: 3px solid #e1e5e8;
    border-radius: 999px;
    border-top-color: #5bcefa;
    flex-shrink: 0;
    height: 1.1rem;
    width: 1.1rem;
}

@keyframes lists-spin-b-krkxw5ze5a {
    to {
        transform: rotate(360deg);
    }
}

.lists-progress-track[b-krkxw5ze5a] {
    background: #e1e5e8;
    border-radius: 999px;
    flex: 1 1 100px;
    height: 0.5rem;
    min-width: 100px;
    overflow: hidden;
}

.lists-progress-fill[b-krkxw5ze5a] {
    background: #5bcefa;
    height: 100%;
    transition: width 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .lists-spinner[b-krkxw5ze5a] {
        animation: none;
        border-top-color: #e1e5e8;
    }
}
/* /Components/Pages/Lists/ListsIndex.razor.rz.scp.css */
.lists-page[b-63vdj2mqi6] {
    background: #ffffff;
    border-radius: 8px;
    color: #16232c;
    padding: 1.25rem;
}

.lists-accent-bar[b-63vdj2mqi6] {
    background: #5bcefa;
    border-radius: 999px;
    height: 4px;
    margin-bottom: 1.25rem;
}

.lists-page > .lists-accent-bar:last-child[b-63vdj2mqi6] {
    margin-bottom: 0;
    margin-top: 1.25rem;
}

.lists-header[b-63vdj2mqi6] {
    align-items: center;
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.lists-header h1[b-63vdj2mqi6] {
    color: #0e1c26;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
}

.lists-header-actions[b-63vdj2mqi6] {
    display: flex;
    gap: 0.6rem;
}

.lists-grid[b-63vdj2mqi6] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.lists-section-heading[b-63vdj2mqi6] {
    color: #5c6b74;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin: 0 0 0.6rem;
    text-transform: uppercase;
}

.lists-section-divider[b-63vdj2mqi6] {
    background: #c7ccd1;
    border: none;
    height: 2px;
    margin: 1.5rem 0;
}

.lists-card[b-63vdj2mqi6] {
    background: var(--card-color);
    border: 1px solid rgba(14, 28, 38, 0.1);
    border-radius: 16px;
    color: #0e1c26;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem;
    position: relative;
    text-decoration: none;
    transition: box-shadow 0.1s ease, transform 0.1s ease;
}

.lists-card:hover[b-63vdj2mqi6] {
    box-shadow: 0 8px 20px rgba(14, 28, 38, 0.14);
    transform: translateY(-2px);
}

.lists-card h2[b-63vdj2mqi6] {
    font-size: 1.05rem;
    margin: 0;
}

.lists-card-type[b-63vdj2mqi6] {
    color: rgba(14, 28, 38, 0.65);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.lists-card-owner[b-63vdj2mqi6],
.lists-card-count[b-63vdj2mqi6] {
    color: rgba(14, 28, 38, 0.65);
    font-size: 0.85rem;
    margin: 0;
}

.lists-pin-button[b-63vdj2mqi6] {
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(14, 28, 38, 0.2);
    border-radius: 6px;
    color: #0e1c26;
    cursor: pointer;
    font-size: 0.8rem;
    margin-top: 0.4rem;
    padding: 0.25rem 0.6rem;
}

.lists-pin-button:hover[b-63vdj2mqi6] {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(14, 28, 38, 0.35);
}

.lists-overlay[b-63vdj2mqi6] {
    align-items: center;
    background: rgba(14, 28, 38, 0.5);
    display: flex;
    inset: 0;
    justify-content: center;
    position: fixed;
    z-index: 100;
}

.lists-dialog[b-63vdj2mqi6] {
    background: #ffffff;
    border-radius: 8px;
    color: #16232c;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: 90vh;
    overflow-y: auto;
    padding: 1.5rem;
    width: min(420px, 90vw);
}

.lists-dialog label[b-63vdj2mqi6] {
    display: flex;
    flex-direction: column;
    font-size: 0.85rem;
    font-weight: 600;
    gap: 0.25rem;
}

.lists-dialog-actions[b-63vdj2mqi6] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-top: 0.5rem;
}

/* /Components/Pages/Lists/ListSpinner.razor.rz.scp.css */
/* Duplicated from ListDetail.razor.css's .lists-overlay rather than shared: Blazor scopes
   component CSS to the component it's compiled from, so a rule scoped there wouldn't apply
   to this element even though it uses the same class name. */
.lists-overlay[b-68nc0q5rob] {
    align-items: center;
    background: rgba(14, 28, 38, 0.5);
    display: flex;
    inset: 0;
    justify-content: center;
    position: fixed;
    z-index: 100;
}

.spinner-card[b-68nc0q5rob] {
    background: #ffffff;
    border-radius: 8px;
    color: #16232c;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    max-height: 92vh;
    overflow-y: auto;
    padding: 2rem 1.5rem 1.5rem;
    position: relative;
    width: min(560px, 92vw);
}

.spinner-close[b-68nc0q5rob] {
    background: transparent;
    border: none;
    color: #5c6b74;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0.25rem 0.5rem;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}

.spinner-close:hover[b-68nc0q5rob] {
    color: #16232c;
}

.spinner-wheel-zone[b-68nc0q5rob] {
    aspect-ratio: 1;
    position: relative;
    width: min(66vw, 420px);
}

.spinner-pointer[b-68nc0q5rob] {
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.35));
    height: 30px;
    left: 50%;
    position: absolute;
    top: -5px;
    transform: translateX(-50%);
    width: 26px;
    z-index: 5;
}

.spinner-pointer svg[b-68nc0q5rob] {
    height: 100%;
    width: 100%;
}

.spinner-pointer path[b-68nc0q5rob] {
    fill: #16232c;
    stroke: #ffffff;
    stroke-width: 2;
}

.spinner-hub-ring[b-68nc0q5rob] {
    border: 8px solid #eef2f4;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #d7dee2, inset 0 0 18px rgba(0, 0, 0, 0.08);
    inset: -8px;
    pointer-events: none;
    position: absolute;
}

.spinner-wheel-spin[b-68nc0q5rob] {
    /* Clips the rotating div to a circle so its hit-test box stays rotation-invariant —
       otherwise a square div's corners swing outside the visible wheel mid-rotation and can
       land on (and steal clicks from) whatever sits below it, like the Spin button. */
    border-radius: 50%;
    height: 100%;
    overflow: hidden;
    transform-origin: 50% 50%;
    transition: transform 3.9s cubic-bezier(0.13, 0.85, 0.18, 1);
    width: 100%;
}

.spinner-wheel-svg[b-68nc0q5rob] {
    display: block;
    height: 100%;
    width: 100%;
}

.spinner-hub[b-68nc0q5rob] {
    background: radial-gradient(circle at 35% 30%, #ffffff, #eef2f4 70%);
    border: 2px solid #5bcefa;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    height: 15%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15%;
    z-index: 4;
}

.spinner-result[b-68nc0q5rob] {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 0.35s;
    z-index: 6;
}

.spinner-result.spinner-visible[b-68nc0q5rob] {
    opacity: 1;
    pointer-events: auto;
}

.spinner-result-card[b-68nc0q5rob] {
    align-items: center;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #5bcefa;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    display: flex;
    gap: 0.9rem;
    max-width: 90%;
    padding: 1rem 1.2rem;
    transform: scale(0.9);
    transition: transform 0.35s;
}

.spinner-result.spinner-visible .spinner-result-card[b-68nc0q5rob] {
    transform: scale(1);
}

.spinner-controls[b-68nc0q5rob] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: min(300px, 90%);
}

.spinner-meter-track[b-68nc0q5rob] {
    background: #eef2f4;
    border: 1px solid #d7dee2;
    border-radius: 999px;
    height: 12px;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
}

.spinner-meter-track.spinner-visible[b-68nc0q5rob] {
    visibility: visible;
}

.spinner-meter-fill[b-68nc0q5rob] {
    background: linear-gradient(90deg, #26b050, #5bcefa);
    border-radius: 999px;
    height: 100%;
    width: 0%;
}

.spinner-meter-caption[b-68nc0q5rob] {
    color: #5c6b74;
    font-size: 0.8rem;
    height: 1rem;
    visibility: hidden;
}

.spinner-meter-caption.spinner-visible[b-68nc0q5rob] {
    visibility: visible;
}

.spinner-spin-btn[b-68nc0q5rob] {
    background: #5bcefa;
    border: none;
    border-radius: 999px;
    color: #0e1c26;
    cursor: pointer;
    font-size: 1.15rem;
    font-weight: 700;
    padding: 0.6rem 2.6rem;
    transition: background 0.15s, transform 0.05s;
}

.spinner-spin-btn:active[b-68nc0q5rob] {
    transform: translateY(1px);
}

.spinner-spin-btn.spinner-charging[b-68nc0q5rob] {
    background: #26b050;
    color: #ffffff;
}

.spinner-spin-btn:disabled[b-68nc0q5rob] {
    cursor: default;
    opacity: 0.55;
}

.spinner-result-poster[b-68nc0q5rob] {
    border-radius: 4px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
    height: 96px;
    object-fit: cover;
    width: 64px;
}

.spinner-result-text[b-68nc0q5rob] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.spinner-result-eyebrow[b-68nc0q5rob] {
    color: #5c6b74;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.spinner-result-title[b-68nc0q5rob] {
    color: #16232c;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.15;
    text-decoration: none;
}

a.spinner-result-title:hover[b-68nc0q5rob] {
    color: #5bcefa;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-wheel-spin[b-68nc0q5rob] {
        transition-duration: 0.01s;
    }
}
/* /Components/Pages/Lists/TmdbAttribution.razor.rz.scp.css */
.tmdb-attribution[b-zo7x2r8p4x] {
    color: #5c6b74;
    font-size: 0.75rem;
    padding: 1.25rem 0 0;
    text-align: center;
}

.tmdb-attribution p[b-zo7x2r8p4x] {
    margin: 0;
}
