/* /Components/Admin/Valheim/Controls/ChatControls.razor.rz.scp.css */
.valheim-chat[b-0jfag7ka7j] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.valheim-chat-section[b-0jfag7ka7j] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.valheim-chat-title[b-0jfag7ka7j] {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7ee9ff;
    font-weight: 700;
}
/* /Components/Admin/Valheim/Controls/PlayerList.razor.rz.scp.css */
/*
body {
     font-family: Arial, sans-serif;
 }

label {
    display: block;
    margin-bottom: 5px;
}

input {
    width: 300px;
    padding: 8px;
    margin-bottom: 10px;
}

button {
    padding: 10px;
    background-color: #4caf50;
    color: white;
    border: none;
    cursor: pointer;
}

#responseBox {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}

#streamingCandidates {
    display: flex;
    flex-direction: column;
}*/
/* /Components/Admin/Valheim/Controls/ServerStatsView.razor.rz.scp.css */
.valheim-stats[b-osjh89m5kw] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.stat-row[b-osjh89m5kw] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(41, 241, 255, 0.15);
}

.stat-label[b-osjh89m5kw] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7ee9ff;
    font-weight: 700;
}

.stat-value[b-osjh89m5kw] {
    font-size: 0.9rem;
    font-weight: 600;
}
/* /Components/Admin/Valheim/ValheimCommandDashboard.razor.rz.scp.css */
.valheim-dashboard[b-4a3ezl5l1h] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.valheim-grid[b-4a3ezl5l1h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 12px;
}

.valheim-panel[b-4a3ezl5l1h] {
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(41, 241, 255, 0.25);
}

.valheim-panel-full[b-4a3ezl5l1h] {
    grid-column: 1 / -1;
}

.valheim-dashboard .form-control[b-4a3ezl5l1h] {
    color: #d9fdff;
    background-color: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(41, 241, 255, 0.35);
}

.valheim-dashboard .form-control[b-4a3ezl5l1h]::placeholder {
    color: rgba(217, 253, 255, 0.55);
}
/* /Components/Admin/Valheim/ValheimDashboard.razor.rz.scp.css */
.valheim-dashboard[b-cygcqn15i6] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.valheim-grid[b-cygcqn15i6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 12px;
}

.valheim-panel[b-cygcqn15i6] {
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(41, 241, 255, 0.25);
}

.valheim-panel-full[b-cygcqn15i6] {
    grid-column: 1 / -1;
}

.valheim-dashboard .form-control[b-cygcqn15i6] {
    color: #d9fdff;
    background-color: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(41, 241, 255, 0.35);
}

.valheim-dashboard .form-control[b-cygcqn15i6]::placeholder {
    color: rgba(217, 253, 255, 0.55);
}
/* /Components/Health/HealthComponent.razor.rz.scp.css */

.hc[b-tc8zw19njf] {
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
    padding: 12px;
    color: #f5f7ff;
    background: radial-gradient(1200px 600px at 20% 10%, rgba(40,80,255,.25), transparent 60%),
    radial-gradient(1000px 500px at 80% 20%, rgba(255,140,0,.16), transparent 60%),
    #070a14;
    min-height: 100vh;
}
.hc__header[b-tc8zw19njf] { margin-bottom: 10px; }
.hc__title[b-tc8zw19njf] { font-size: 18px; font-weight: 800; letter-spacing: .5px; }
.hc__subtitle[b-tc8zw19njf] { opacity: .75; font-size: 12px; }
.hc__path[b-tc8zw19njf] { opacity: .65; font-size: 11px; margin-top: 4px; }

.hc__grid[b-tc8zw19njf] { display: grid; grid-template-columns: repeat(12, 1fr); gap: 10px; }

.card[b-tc8zw19njf] {
    grid-column: span 12;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(120,160,255,.20);
    border-radius: 14px;
    padding: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
    backdrop-filter: blur(10px);
}
.card--wide[b-tc8zw19njf] { grid-column: span 12; }

@media (min-width: 980px) {
    .hc__grid > .card:nth-child(1)[b-tc8zw19njf] { grid-column: span 4; }
    .hc__grid > .card:nth-child(2)[b-tc8zw19njf] { grid-column: span 4; }
    .hc__grid > .card:nth-child(3)[b-tc8zw19njf] { grid-column: span 4; }
    .card--wide[b-tc8zw19njf] { grid-column: span 12; }
}

.card__title[b-tc8zw19njf] { font-weight: 800; margin-bottom: 10px; opacity: .9; }

.score[b-tc8zw19njf] { display:flex; align-items: baseline; gap: 10px; }
.score__value[b-tc8zw19njf] { font-size: 42px; font-weight: 900; letter-spacing: 1px; }
.score__meta[b-tc8zw19njf] { opacity: .75; font-size: 12px; }

.stats[b-tc8zw19njf] { margin-top: 10px; display:grid; gap: 6px; }
.stats__row[b-tc8zw19njf] { display:flex; justify-content: space-between; opacity: .92; }
.stats__row strong[b-tc8zw19njf] { font-weight: 800; }

.field[b-tc8zw19njf] { display:grid; gap: 6px; margin-bottom: 10px; }
.field span[b-tc8zw19njf] { font-size: 12px; opacity: .8; }
input[b-tc8zw19njf], select[b-tc8zw19njf] {
    background: rgba(0,0,0,.35);
    color: #f5f7ff;
    border: 1px solid rgba(120,160,255,.25);
    border-radius: 10px;
    padding: 8px 10px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}
input:focus[b-tc8zw19njf], select:focus[b-tc8zw19njf] { border-color: rgba(120,160,255,.6); }

.fieldrow[b-tc8zw19njf] { display:grid; gap: 10px; }
@media (min-width: 980px) { .fieldrow[b-tc8zw19njf] { grid-template-columns: repeat(3, 1fr); } }

.btnrow[b-tc8zw19njf] { display:flex; gap: 8px; margin-top: 8px; }
.btn[b-tc8zw19njf] {
    background: linear-gradient(180deg, rgba(60,140,255,.9), rgba(40,90,255,.75));
    border: 1px solid rgba(120,160,255,.35);
    border-radius: 12px;
    padding: 8px 12px;
    color: white;
    font-weight: 800;
    cursor: pointer;
}
.btn--ghost[b-tc8zw19njf] { background: rgba(255,255,255,.05); border: 1px solid rgba(120,160,255,.25); }
.btn--sm[b-tc8zw19njf] { padding: 6px 10px; border-radius: 10px; font-weight: 700; }
.btn:hover[b-tc8zw19njf] { filter: brightness(1.08); }

.preview[b-tc8zw19njf] { display:flex; justify-content: space-between; align-items: center; padding: 8px 10px; border-radius: 12px; border: 1px dashed rgba(120,160,255,.25); background: rgba(0,0,0,.2); }
.list[b-tc8zw19njf] { display:grid; gap: 8px; }
.row[b-tc8zw19njf] { display:flex; align-items: center; gap: 10px; padding: 10px; border-radius: 12px; border: 1px solid rgba(120,160,255,.18); background: rgba(0,0,0,.18); }
.row__main[b-tc8zw19njf] { flex: 1; min-width: 0; }
.row__title[b-tc8zw19njf] { font-weight: 800; display:flex; gap: 8px; align-items:center; }
.row__desc[b-tc8zw19njf] { opacity: .75; font-size: 12px; margin-top: 2px; }
.row__meta[b-tc8zw19njf] { opacity: .70; font-size: 11px; margin-top: 4px; display:flex; gap: 6px; align-items:center; }
.row__pts[b-tc8zw19njf] { font-size: 22px; font-weight: 900; min-width: 44px; text-align: right; }
.chip[b-tc8zw19njf] { font-size: 11px; opacity: .8; border: 1px solid rgba(120,160,255,.25); padding: 2px 8px; border-radius: 999px; }
.empty[b-tc8zw19njf] { opacity: .75; padding: 10px; }
.hint[b-tc8zw19njf] { opacity:.75; font-size: 12px; margin-top: 6px; }
.meta[b-tc8zw19njf] { opacity:.7; font-size: 11px; margin-top: 10px; display:grid; gap: 4px; }

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-6o37m73zzu] {
    color-scheme: dark;
    background: var(--tron-surface, #14141c);
    border-top: 1px solid var(--tron-cyan, #00d4ff);
    box-shadow: 0 -4px 20px rgba(0, 212, 255, 0.15);
    color: var(--tron-text, #c8d0e0);
    bottom: 0;
    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-6o37m73zzu] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    color: var(--tron-cyan, #00d4ff);
}

.page[b-6o37m73zzu] {
    background: radial-gradient(circle at top, rgba(0, 212, 255, 0.08), transparent 45%);
    min-height: 100vh;
}

.sidebar[b-6o37m73zzu] {
    position: relative;
    background: linear-gradient(180deg, rgba(0, 212, 255, 0.08), transparent 45%), var(--tron-surface, #14141c);
    border-right: 1px solid var(--tron-border, rgba(0, 212, 255, 0.35));
    box-shadow: 6px 0 22px rgba(0, 212, 255, 0.12), inset 0 0 18px rgba(0, 212, 255, 0.08);
}

.sidebar[b-6o37m73zzu]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 212, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 212, 255, 0.05) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.35;
    pointer-events: none;
}

main[b-6o37m73zzu] {
    padding: 1rem 1.5rem 1.75rem;
}

.content[b-6o37m73zzu] {
    position: relative;
    background: linear-gradient(180deg, rgba(0, 212, 255, 0.06), transparent 45%), var(--tron-bg-elevated, #0f0f16);
    border: 1px solid var(--tron-border, rgba(0, 212, 255, 0.35));
    box-shadow: 0 0 24px rgba(0, 212, 255, 0.12);
    border-radius: 2px;
}

.content[b-6o37m73zzu]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 212, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 212, 255, 0.03) 1px, transparent 1px);
    background-size: 32px 32px;
    opacity: 0.25;
    pointer-events: none;
}

.content[b-6o37m73zzu]::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(transparent 0%, rgba(0, 212, 255, 0.06) 48%, transparent 100%);
    background-size: 100% 4px;
    opacity: 0.35;
    mix-blend-mode: screen;
    pointer-events: none;
    animation: tron-scanlines-b-6o37m73zzu 6s linear infinite;
}

@keyframes tron-scanlines-b-6o37m73zzu {
    0% { background-position: 0 0; }
    100% { background-position: 0 120px; }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wl0icdrtfw] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: var(--tron-text, #c8d0e0);
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid var(--tron-border, rgba(0, 212, 255, 0.35));
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 212, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem var(--tron-surface, #14141c);
    box-shadow: 0 0 12px rgba(0, 212, 255, 0.15);
}

.navbar-toggler:checked[b-wl0icdrtfw] {
    background-color: rgba(0, 212, 255, 0.2);
    box-shadow: 0 0 18px rgba(0, 212, 255, 0.35);
}

.top-row[b-wl0icdrtfw] {
    height: 3.5rem;
    background: var(--tron-surface, #14141c);
    border-bottom: 1px solid var(--tron-border, rgba(0, 212, 255, 0.35));
    box-shadow: 0 4px 16px rgba(0, 212, 255, 0.12);
}

.brand-stack[b-wl0icdrtfw] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-version[b-wl0icdrtfw] {
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--tron-text-muted, #8890a0);
    margin-top: 0.15rem;
}

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

.bi[b-wl0icdrtfw] {
    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-wl0icdrtfw] {
    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-wl0icdrtfw] {
    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-wl0icdrtfw] {
    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-section-header[b-wl0icdrtfw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem 0.25rem;
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--tron-text-muted, #8890a0);
}

.nav-section-header[b-wl0icdrtfw]::before,
.nav-section-header[b-wl0icdrtfw]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--tron-border, rgba(0, 212, 255, 0.35));
}

.nav-item[b-wl0icdrtfw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-wl0icdrtfw]  .nav-link {
        color: var(--tron-text, #c8d0e0);
        background: linear-gradient(90deg, rgba(0, 212, 255, 0.06), transparent 45%);
        border: 1px solid transparent;
        border-radius: 2px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        text-shadow: 0 0 6px rgba(0, 212, 255, 0.15);
    }

.nav-item[b-wl0icdrtfw]  a.active {
    background-color: rgba(0, 212, 255, 0.16);
    border-color: var(--tron-cyan, #00d4ff);
    color: var(--tron-cyan, #00d4ff);
    box-shadow: 0 0 12px rgba(0, 212, 255, 0.25);
}

.nav-item[b-wl0icdrtfw]  .nav-link:hover {
    background-color: rgba(0, 212, 255, 0.12);
    border-color: var(--tron-border, rgba(0, 212, 255, 0.35));
    color: var(--tron-cyan, #00d4ff);
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.2);
}

.nav-scrollable[b-wl0icdrtfw] {
    display: none;
    position: relative;
    background: var(--tron-bg, #0a0a0f);
}

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

.nav-scrollable nav[b-wl0icdrtfw] {
    position: relative;
    z-index: 1;
}

.nav-scrollable[b-wl0icdrtfw]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 212, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 212, 255, 0.04) 1px, transparent 1px);
    background-size: 26px 26px;
    opacity: 0.3;
    pointer-events: none;
}

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

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-vu1jjhelwl],
.components-reconnect-repeated-attempt-visible[b-vu1jjhelwl],
.components-reconnect-failed-visible[b-vu1jjhelwl],
.components-pause-visible[b-vu1jjhelwl],
.components-resume-failed-visible[b-vu1jjhelwl],
.components-rejoining-animation[b-vu1jjhelwl] {
    display: none;
}

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


#components-reconnect-modal[b-vu1jjhelwl] {
    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-vu1jjhelwl 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-vu1jjhelwl {
    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/Accounts.razor.rz.scp.css */
.colorclear[b-f9jhnwch6m] {
    background: #000000;
    background-color: rgba(0,0,0,0);
    background: transparent;
    background-blend-mode: color
}

.hide[b-f9jhnwch6m] {
    visibility: hidden;
}

.collapsed[b-f9jhnwch6m] {
    display: none;
}


 
/* /Components/Pages/Admin.razor.rz.scp.css */

body[b-ka76qskzy1] {
     font-family: Arial, sans-serif;
 }

label[b-ka76qskzy1] {
    display: block;
    margin-bottom: 5px;
}

input[b-ka76qskzy1] {
    width: 300px;
    padding: 8px;
    margin-bottom: 10px;
}

button[b-ka76qskzy1] {
    padding: 10px;
    background-color: #4caf50;
    color: white;
    border: none;
    cursor: pointer;
}

#responseBox[b-ka76qskzy1] {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}

#streamingCandidates[b-ka76qskzy1] {
    display: flex;
    flex-direction: column;
}
/* /Components/Pages/FrotzPage.razor.rz.scp.css */
.frotz-page[b-6d1pejfxlz] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

.frotz-page input.form-control[b-6d1pejfxlz],
.frotz-page textarea.form-control[b-6d1pejfxlz] {
    font-size: 1.05rem;
    padding: 10px 12px;
    line-height: 1.5;
}

.frotz-page textarea.form-control[b-6d1pejfxlz] {
    font-family: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, monospace;
    font-size: 1rem;
}

.frotz-page pre[b-6d1pejfxlz] {
    font-size: 1.05rem;
    line-height: 1.6;
    font-family: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, monospace;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 12px;
    margin: 0;
}

.frotz-page label[b-6d1pejfxlz],
.frotz-page .form-group label[b-6d1pejfxlz] {
    font-size: 0.95rem;
    font-weight: 600;
}

.frotz-top[b-6d1pejfxlz] {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 16px;
}

.frotz-bottom[b-6d1pejfxlz] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
}

.frotz-panel[b-6d1pejfxlz] {
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(41, 241, 255, 0.25);
}

.frotz-page .form-control[b-6d1pejfxlz] {
    color: #d9fdff;
    background-color: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(41, 241, 255, 0.35);
}

.frotz-page .form-control[b-6d1pejfxlz]::placeholder {
    color: rgba(217, 253, 255, 0.55);
}

.frotz-page h3[b-6d1pejfxlz],
.frotz-page h5[b-6d1pejfxlz] {
    font-weight: 600;
    line-height: 1.4;
}

@media (max-width: 1100px) {
    .frotz-top[b-6d1pejfxlz] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/IMVDBSearch.razor.rz.scp.css */
body[b-or2cfvelub] {
    font-family: Arial, sans-serif;
    margin: 2rem;
}

input[b-or2cfvelub], button[b-or2cfvelub], textarea[b-or2cfvelub] {
    display: block;
    margin: 1rem 0;
    width: 100%;
}

ul[b-or2cfvelub] {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
}

li[b-or2cfvelub] {
    margin: 0.5rem 0;
}
/* /Components/Pages/InplayPanel.razor.rz.scp.css */

.art-preview[b-nz46vl8mhg] {
    max-height: 400px;
    max-width: 600px;
}

/* /Components/Pages/KodiDisplay.razor.rz.scp.css */
:host[b-da3gjc8hne] {
    background-color: transparent !important;    
}
html[b-da3gjc8hne],body[b-da3gjc8hne] {
    background-color: transparent !important;
}
/* /Components/Pages/Overlays.razor.rz.scp.css */
.overlay-section[b-y4979k4j8b] {
    margin-bottom: 2rem;
}

.overlay-section-title[b-y4979k4j8b] {
    margin-bottom: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.overlay-grid[b-y4979k4j8b] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.overlay-card[b-y4979k4j8b] {
    height: 100%;
    background: rgba(15, 15, 22, 0.8);
    border: 1px solid var(--tron-border, rgba(0, 212, 255, 0.35));
    box-shadow: 0 0 12px rgba(0, 212, 255, 0.15);
}

.overlay-card-title[b-y4979k4j8b] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.overlay-icon[b-y4979k4j8b] {
    font-size: 1.1rem;
}

.overlay-card-description[b-y4979k4j8b] {
    color: var(--tron-text-muted, #8890a0);
    font-size: 0.9rem;
    min-height: 2.8rem;
}

.overlay-card-action[b-y4979k4j8b] {
    margin-top: 0.8rem;
}
/* /Components/Pages/SteamKeysPage.razor.rz.scp.css */
.colorclear[b-g8gb4di0wi] {
    background: #000000;
    background-color: rgba(0,0,0,0);
    background: transparent;
    background-blend-mode: color
}

.hide[b-g8gb4di0wi] {
    visibility: hidden;
}

.collapsed[b-g8gb4di0wi] {
    display: none;
}

.minicard[b-g8gb4di0wi] {
    margin: 10px;
    padding: 10px 12px;
    min-width: 300px;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(41, 241, 255, 0.25);
}
 
/* /Components/Pages/StreamerAdmin.razor.rz.scp.css */
.colorclear[b-38m9f8rmzf] {
    background: #000000;
    background-color: rgba(0,0,0,0);
    background: transparent;
    background-blend-mode: color
}

.hide[b-38m9f8rmzf] {
    visibility: hidden;
}

.collapsed[b-38m9f8rmzf] {
    display: none;
}

.minicard[b-38m9f8rmzf] {
    margin: 10px;
    padding: 10px 12px;
    min-width: 300px;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(41, 241, 255, 0.25);
}
 
/* /Components/Pages/StreamerAdminPOCs.razor.rz.scp.css */
.colorclear[b-ofxxjv6trr] {
    background: #000000;
    background-color: rgba(0,0,0,0);
    background: transparent;
    background-blend-mode: color
}

.hide[b-ofxxjv6trr] {
    visibility: hidden;
}

.collapsed[b-ofxxjv6trr] {
    display: none;
}

.minicard[b-ofxxjv6trr] {
    margin: 10px;
    padding: 10px 12px;
    min-width: 300px;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(41, 241, 255, 0.25);
}
 
/* /Components/Pages/Wally/Wally.razor.rz.scp.css */

.header[b-gl6bqplnwo] {
    display: flex;
    max-height: 200px;
    align-items: center;
    gap: 25px;
}

.itemcontainer[b-gl6bqplnwo] {
    display: flex;
    flex-wrap: wrap
}

.item[b-gl6bqplnwo] {
    display: flex;
    width: 300px;
}

    .item img[b-gl6bqplnwo] {
        width: 50px;
        height: 50px;
    }

.iteminner[b-gl6bqplnwo] {
    display: flex;
    flex-direction: column
}
/* /Components/Reports/Clip.razor.rz.scp.css */
.recent-game[b-si3x3sndpd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #f8f9fa;
}
.debug[b-si3x3sndpd] {
    background-color: aqua;
}
.game-icon[b-si3x3sndpd] {
    width: 128px;
    height: 128px;
    margin-bottom: 10px;
}

.game-details[b-si3x3sndpd] {
    text-align: start;
}

.grid-container[b-si3x3sndpd] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.grid-item[b-si3x3sndpd] {
    padding: 5px;
    background-color: #e9ecef;
    border-radius: 5px;
}
/* /Components/Reports/ClipRaw.razor.rz.scp.css */
.recent-game[b-rivm0uhaai] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #f8f9fa;
}
.debug[b-rivm0uhaai] {
    background-color: aqua;
}
.game-icon[b-rivm0uhaai] {
    width: 128px;
    height: 128px;
    margin-bottom: 10px;
}

.game-details[b-rivm0uhaai] {
    text-align: start;
}

.grid-container[b-rivm0uhaai] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.grid-item[b-rivm0uhaai] {
    padding: 5px;
    background-color: #e9ecef;
    border-radius: 5px;
}
/* /Components/Reports/ClipReport.razor.rz.scp.css */
.cardcontainer[b-ukud5japf7] {
    display: flex;
    flex-wrap: wrap;
    overflow-y: hidden;
    overflow-scrolling: auto;
}
/* /Components/Reports/EventSubReports.razor.rz.scp.css */
/* styles.css */
table[b-unobmh3cai] {
    border-collapse: collapse;
    width: 100%;
}

th[b-unobmh3cai], td[b-unobmh3cai] {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th[b-unobmh3cai] {
    background-color: #f0f0f0;
}
/* /Components/Setting/BoolSetting.razor.rz.scp.css */
.content[b-0i7fcbpirw] {
 
    margin: 2px;
    padding: 2px; 
}
/* /Components/Setting/ListSetting.razor.rz.scp.css */

.art-preview[b-g4bdieqw3v] {
    max-height: 400px;
    max-width: 600px;
}

.audioButton[b-g4bdieqw3v]{
    max-width:200px;
    min-width:150px;
    border-radius:5px;
}

.titlebar[b-g4bdieqw3v] {
    display: flex;
    justify-content: space-between;
}

.listItem[b-g4bdieqw3v] {
    display: flex;
    justify-content: space-between;
}
/* /Components/Setting/NumericSetting.razor.rz.scp.css */
.content[b-t4wl4sb52x] {
    max-width: 90%;
}
/* /Components/Setting/StringSetting.razor.rz.scp.css */
.content[b-tr4l8pxokb] {
    max-width: 90%;
}
/* /Components/Streamer/Actions.razor.rz.scp.css */
.actions-bar[b-5ga1ltkua2] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}

.action-card[b-5ga1ltkua2] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(41, 241, 255, 0.25);
}

.action-card-title[b-5ga1ltkua2] {
    font-size: 0.95rem;
    font-weight: 700;
}

.action-card-description[b-5ga1ltkua2] {
    font-size: 0.75rem;
    opacity: 0.75;
}

.action-card-actions[b-5ga1ltkua2] {
    display: flex;
    gap: 8px;
    margin-top: 6px;
}

.action-button[b-5ga1ltkua2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 6px;
    border: 2px solid #29f1ff;
    background: rgba(0, 255, 255, 0.08);
    color: #d9fdff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    box-shadow: 0 0 8px rgba(41, 241, 255, 0.6), inset 0 0 6px rgba(41, 241, 255, 0.25);
}
/* /Components/Streamer/AudioClips.razor.rz.scp.css */

.art-preview[b-z5hctdrx7s] {
    max-height: 400px;
    max-width: 600px;
}

.audio-clips-grid[b-z5hctdrx7s] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
}

.audio-clip-card[b-z5hctdrx7s] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(41, 241, 255, 0.25);
}

.audio-clip-title[b-z5hctdrx7s] {
    font-size: 0.95rem;
    font-weight: 700;
}

.audio-clip-description[b-z5hctdrx7s] {
    font-size: 0.75rem;
    opacity: 0.75;
}

.audio-clip-actions[b-z5hctdrx7s] {
    display: flex;
    gap: 8px;
    margin-top: 6px;
}

.audio-clip-local-player[b-z5hctdrx7s] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(41, 241, 255, 0.35);
}

.audio-clip-local-title[b-z5hctdrx7s] {
    font-size: 0.85rem;
    opacity: 0.85;
}

.audio-clip-local-audio[b-z5hctdrx7s] {
    width: 100%;
}

.audio-clip-button[b-z5hctdrx7s] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 6px;
    border: 2px solid #29f1ff;
    background: rgba(0, 255, 255, 0.08);
    color: #d9fdff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    box-shadow: 0 0 8px rgba(41, 241, 255, 0.6), inset 0 0 6px rgba(41, 241, 255, 0.25);
}
/* /Components/Streamer/ChipsView.razor.rz.scp.css */
.chips-header[b-b7o0x15qys] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.chips-desc[b-b7o0x15qys] {
    margin: 0;
    opacity: 0.75;
}

.chips-verbose-toggle[b-b7o0x15qys] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.chips-fields[b-b7o0x15qys] {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.chips-field[b-b7o0x15qys] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 220px;
    flex: 1 1 240px;
}

.chips-actions[b-b7o0x15qys] {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}

.chips-help[b-b7o0x15qys] {
    font-size: 0.75rem;
    opacity: 0.7;
}
/* /Components/Streamer/CodeGenerator.razor.rz.scp.css */
.codegen-card[b-vb5h3e1nkp] {
    --bg: #121212;
    --fg: #eee;
    --muted: #b5b5b5;
    --accent: #f4b000; /* on-brand yellowish-orange */
    --danger: #e55353;
    --border: #2a2a2a;
    background: var(--bg);
    color: var(--fg);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 18px;
    max-width: 720px;
    box-shadow: 0 6px 18px rgba(0,0,0,.25);
}

.codegen-header .title[b-vb5h3e1nkp] {
    font-size: 1.25rem;
    font-weight: 700;
}

.codegen-header .subtitle[b-vb5h3e1nkp] {
    margin-top: 4px;
    color: var(--muted);
    font-size: .95rem;
}

.codegen-body[b-vb5h3e1nkp] {
    margin-top: 14px;
}

.status[b-vb5h3e1nkp] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: #1a1a1a;
    border: 1px solid var(--border);
    border-radius: 12px;
}

    .status .label[b-vb5h3e1nkp] {
        color: var(--muted);
    }

    .status .value[b-vb5h3e1nkp] {
        font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
        background: #0e0e0e;
        border: 1px solid #333;
        padding: 2px 8px;
        border-radius: 8px;
    }

        .status .value.empty[b-vb5h3e1nkp] {
            color: var(--muted);
            background: transparent;
            border: none;
            padding: 0;
        }

.actions[b-vb5h3e1nkp] {
    display: grid;
    grid-template-columns: auto;
    gap: 12px;
    margin-top: 16px;
}

.btn[b-vb5h3e1nkp] {
    padding: 10px 16px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
}

    .btn:disabled[b-vb5h3e1nkp] {
        opacity: .7;
        cursor: not-allowed;
    }

.btn-primary[b-vb5h3e1nkp] {
    background: var(--accent);
    color: #111;
}

.btn-danger[b-vb5h3e1nkp] {
    background: var(--danger);
    color: #fff;
}

.btn-secondary[b-vb5h3e1nkp] {
    background: #2a2a2a;
    color: #fff;
}

.btn-sm[b-vb5h3e1nkp] {
    padding: 6px 10px;
    font-size: .9rem;
}

.error[b-vb5h3e1nkp] {
    margin-top: 10px;
    color: #ff7a7a;
    background: #3a1515;
    border: 1px solid #542020;
    border-radius: 10px;
    padding: 8px 10px;
}

.helper[b-vb5h3e1nkp] {
    display: block;
    text-decoration: none;
    border: 1px dashed var(--border);
    border-radius: 12px;
    padding: 10px 12px;
    background: #141414;
    color: var(--fg);
}

    .helper:hover[b-vb5h3e1nkp] {
        border-color: var(--accent);
    }

.helper-title[b-vb5h3e1nkp] {
    font-weight: 700;
    margin-bottom: 4px;
}

.helper-desc[b-vb5h3e1nkp] {
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.3;
}
/* /Components/Streamer/DetailTasks/DetailTask.razor.rz.scp.css */

.container[b-v1x1luogf2] {
    font-family: 'Press Start 2P';
    display: flex;
    flex-direction: column;
    padding: 3px;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    max-width: 400px;
}
/* /Components/Streamer/DetailTasks/DetailTaskEdit.razor.rz.scp.css */


.rich-div-header[b-3f9p0k471s] {
    display: flex;
    justify-content: space-between;
    width: 95%; /* Adjust as needed */
}
img[b-3f9p0k471s] {
    width: 150px;
    height: 150px;
}
.title[b-3f9p0k471s] {
    color: white;
}

.titlebar[b-3f9p0k471s] {
    padding: 8px 12px;
    background-color: #f44336;
}

.editButton[b-3f9p0k471s] {
    padding: 8px 12px;
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .editButton:hover[b-3f9p0k471s] {
        background-color: #d32f2f;
    }
.popup-container[b-3f9p0k471s] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
    width: 80%;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.info-container[b-3f9p0k471s] {
    display: flex;
    flex-direction: row; 
    padding: 10px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.detail-container[b-3f9p0k471s] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

    .detail-container p[b-3f9p0k471s] {
        font-size: 1em;
        color: #333;
        margin: 0;
    }

.actionButton[b-3f9p0k471s] {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    gap: 5px;
}

    .actionButton:hover[b-3f9p0k471s] {
        background-color: #555;
    }

    .actionButton Label[b-3f9p0k471s] {
        font-size: 0.9em;
        margin-right: 8px;
    }

    .actionButton Icon[b-3f9p0k471s] {
        font-size: 1.1em;
    }

/* Specific button styles for action buttons */
.Button[b-3f9p0k471s] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #4caf50;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9em;
}

    .Button:hover[b-3f9p0k471s] {
        background-color: #45a049;
    }

.Icon[b-3f9p0k471s] {
    font-size: 1.2em;
}

/* Responsive design adjustments */
@media (max-width: 768px) {
    .RichDiv[b-3f9p0k471s] {
        padding: 15px;
    }

    .Header[b-3f9p0k471s] {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .detail-container[b-3f9p0k471s] {
        padding: 15px;
    }

    .actionButton[b-3f9p0k471s] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Streamer/DetailTasks/DetailTasks.razor.rz.scp.css */

.tasks[b-u4wum50ps6] {
    max-height: 400px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.headerButtons[b-u4wum50ps6] {
    display: flex;
    margin: 5px;
    margin-left: auto;
}
/* /Components/Streamer/FitbitDetailComponent.razor.rz.scp.css */
.profile-header[b-bdbl6jvtel] {
    text-align: center;
    margin-top: 30px;
}

.profile-avatar[b-bdbl6jvtel] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.profile-info[b-bdbl6jvtel] {
    margin-top: 20px;
}

.profile-info dl[b-bdbl6jvtel] {
    display: flex;
    flex-wrap: wrap;
}

.profile-info dt[b-bdbl6jvtel] {
    font-weight: bold; 
}

.profile-info dd[b-bdbl6jvtel] {
    text-align: center;
}
/* /Components/Streamer/GameStreamInterop.razor.rz.scp.css */
.platform-section[b-n56oqjifl8] {
    width: 50%;
    max-width: 50%;
}

.art-preview[b-n56oqjifl8] {
    max-height: 400px;
    max-width: 600px;
}
/* /Components/Streamer/IkemenLauncher.razor.rz.scp.css */
.ikemen-layout[b-rz7ltv0hnl] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ikemen-actions[b-rz7ltv0hnl] {
    display: flex;
    gap: 10px;
}

.ikemen-controls[b-rz7ltv0hnl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.ikemen-field[b-rz7ltv0hnl] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ikemen-empty[b-rz7ltv0hnl] {
    font-size: 0.8rem;
    opacity: 0.75;
}
/* /Components/Streamer/Kodi/KodiItemView.razor.rz.scp.css */


.kodi-card[b-tzhb6k5ex8] {
    --bg: #0f1115;
    --fg: #e9edf1;
    --muted: #9aa3ad;
    --accent: #ff8a00; /* tweak to match TurboGrafx-16 vibe later */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.00)), var(--bg);
    color: var(--fg);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.35);
    display: grid;
    gap: 12px;
    max-width: 860px;
    margin: 0 auto;
}

    .kodi-card .kv .kv-row[b-tzhb6k5ex8] {
        grid-template-columns: 120px 1fr;
    }

.kv[b-tzhb6k5ex8] {
    display: grid;
    gap: 4px;
    margin-top: 4px;
}

.kv-row[b-tzhb6k5ex8] {
    display: grid;
    grid-template-columns: 120px 1fr; /* label | value */
    gap: 8px;
    align-items: baseline;
}

    .kv-row .k[b-tzhb6k5ex8] {
        color: var(--muted);
        font-size: 12px;
        white-space: nowrap;
    }

    .kv-row .v[b-tzhb6k5ex8] {
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-width: 0; /* critical so ellipsis works in grids */
    }

.kv[b-tzhb6k5ex8] {
    display: grid;
    gap: 4px;
    margin-top: 4px;
}

/* each row is two columns: label + value */
.kv-row[b-tzhb6k5ex8] {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 8px;
    align-items: baseline;
}

    /* allow the value cell to actually shrink so ellipsis works */
    .kv-row .v[b-tzhb6k5ex8] {
        min-width: 0;
    }

/* you already had these, but make sure the no-wrap/ellipsis combo is present */
.v[b-tzhb6k5ex8] {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kodi-card.compact[b-tzhb6k5ex8] {
    padding: 12px;
    border-radius: 14px;
}

.media[b-tzhb6k5ex8] {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 12px;
    align-items: start;
}

.kodi-card.compact.media[b-tzhb6k5ex8] {
    grid-template-columns: 84px 1fr;
}

.thumb[b-tzhb6k5ex8] {
    width: 100 %;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 4px 16px rgba(0,0,0,0.35);
}

.meta[b-tzhb6k5ex8] {
    display: grid;
    gap: 6px;
}

.title-row[b-tzhb6k5ex8] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.title[b-tzhb6k5ex8] {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .2px;
}

.pill[b-tzhb6k5ex8] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255,255,255,0.12);
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 12px;
    color: var(--muted);
}

.rating.star[b-tzhb6k5ex8] {
    font-size: 16px;
    line-height: 1;
}

.star.full[b-tzhb6k5ex8] {
    color: var(--accent);
    text-shadow: 0 0 10px rgba(255,138,0,0.5);
}

.star.half[b-tzhb6k5ex8] {
    color: var(--accent);
    opacity: .5;
}

.star.empty[b-tzhb6k5ex8] {
    color: #3c424d;
}

.subtitle[b-tzhb6k5ex8] {
    color: var(--muted);
    font-size: 14px;
}

.chips[b-tzhb6k5ex8] {
    display: grid;
    gap: 6px;
}

.chip-row[b-tzhb6k5ex8] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.chip-label[b-tzhb6k5ex8] {
    font-size: 12px;
    color: var(--muted);
    margin-right: 2px;
}

.chip[b-tzhb6k5ex8] {
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px dashed rgba(255, 255, 255, 0.12);
}

.kv[b-tzhb6k5ex8] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    margin-top: 4px;
}

.kv-row[b-tzhb6k5ex8] {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 8px;
    align-items: baseline;
}

.k[b-tzhb6k5ex8] {
    color: var(--muted);
    font-size: 12px;
}

.v[b-tzhb6k5ex8] {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tagline[b-tzhb6k5ex8] {
    font-style: italic;
    color: var(--muted);
    border-left: 3px solid var(--accent);
    padding-left: 8px;
}

.plot summary[b-tzhb6k5ex8] {
    cursor: pointer;
    color: var(--accent);
}

.plot p[b-tzhb6k5ex8] {
    margin: 8px 0 0;
    line-height: 1.5;
}

.id-grid[b-tzhb6k5ex8] {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 6px 12px;
}

.id-k[b-tzhb6k5ex8] {
    color: var(--muted);
    font-size: 12px;
}

.id-v[b-tzhb6k5ex8] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 12px;
}

.art-grid[b-tzhb6k5ex8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 8px;
}

    .art-grid figure[b-tzhb6k5ex8] {
        margin: 0;
        display: grid;
        gap: 4px;
    }

    .art-grid img[b-tzhb6k5ex8] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .art-grid figcaption[b-tzhb6k5ex8] {
        color: var(--muted);
        font-size: 12px;
        text-align: center;
    }

@media(max-width: 560px) {
    .media[b-tzhb6k5ex8] {
        grid-template-columns: 72px 1fr;
    }

    .title[b-tzhb6k5ex8] {
        font-size: 18px;
    }
}
/* /Components/Streamer/LiveStream.razor.rz.scp.css */
#twitchFrame[b-fjminz1igi] {
    width: 100%;
}
.sixteenbynine[b-fjminz1igi] {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
}
/* /Components/Streamer/MilkdropCommands.razor.rz.scp.css */

.buttons[b-6zsv9plnim] {
    display: flex;
}
/* /Components/Streamer/OBSLinks.razor.rz.scp.css */
/* OBS Links - dark gradient style matching cc-sidecar obslinks page */
.obslinks-wrapper[b-6cdpysaq2w] {
    background: linear-gradient(135deg, #0a0e14 0%, #141922 50%, #0d1117 100%);
    color: #d9fdff;
    padding: 24px;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(41, 241, 255, 0.2);
}

.obslinks-header[b-6cdpysaq2w] {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(41, 241, 255, 0.2);
}

.obslinks-title[b-6cdpysaq2w] {
    margin: 0 0 6px 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #29f1ff;
    text-shadow: 0 0 12px rgba(41, 241, 255, 0.4);
}

.obslinks-subtitle[b-6cdpysaq2w] {
    margin: 0;
    font-size: 0.875rem;
    opacity: 0.85;
}

.linkList[b-6cdpysaq2w] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 12px;
}

.colorclear[b-6cdpysaq2w] {
    background: transparent;
}

.hide[b-6cdpysaq2w] {
    visibility: hidden;
}

.collapsed[b-6cdpysaq2w] {
    display: none;
}

.minicard[b-6cdpysaq2w] {
    margin: 0;
    padding: 10px 12px;
    min-width: 0;
    max-width: none;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(41, 241, 255, 0.25);
}
/* /Components/Streamer/RetroAchievements/RAGame.razor.rz.scp.css */
.recent-game[b-ulwamdg8et] {
    display: flex;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width:300px;
    margin-bottom: 10px;
    background-color: antiquewhite
}

.game-icon[b-ulwamdg8et] {
    width: 64px;
    height: 64px;
    margin-right: 10px;
}

.game-details[b-ulwamdg8et] {
    display: flex;
    flex-direction: column;

}

.detail-button[b-ulwamdg8et] {
    margin-top:100%;
}
/* /Components/Streamer/RetroAchievements/RAProfile.razor.rz.scp.css */

.game-container[b-rfct5ubcn6] {
    display: flex;
    -ms-flex: inherit;
    -webkit-flex: inherit;
    flex: inherit;
    flex-wrap: wrap;
}
/* /Components/Streamer/RetroAchievements/RARecentGames.razor.rz.scp.css */

.game-container[b-ykcsvyr4bk] {
    display: flex;
    -ms-flex: inherit;
    -webkit-flex: inherit;
    flex: inherit;
    flex-wrap: wrap;
}
/* /Components/Streamer/Settings/Blurbs/BlurbEdit.razor.rz.scp.css */

.art-preview[b-7cxu2cyxjq] {
    max-height: 400px;
    max-width: 600px;
}

.audioButton[b-7cxu2cyxjq]{
    max-width:200px;
    min-width:150px;
    border-radius:5px;
}
/* /Components/Streamer/Settings/Blurbs/Blurbs.razor.rz.scp.css */
.personalities-holder[b-t63qngommi] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    min-height: 200px;
    align-items: flex-start; /* avoids stretching vertically */
    overflow-y: auto; /* vertical scroll only */
    overflow-x: hidden; /* no horizontal scroll */
}

 

.blurbButton[b-t63qngommi] {
    max-width: 200px;
    min-width: 150px;
    border-radius: 5px;
}

.setting-section[b-t63qngommi] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; /* spacing between items */
    width: 100%;
    border: 2px solid rebeccapurple;
}

    .setting-section > *[b-t63qngommi] {
        flex: 1 1 150px; /* each child takes at least 150px, grows if room */
        min-width: 120px; /* prevents collapsing too small */
    }

/* /Components/Streamer/Settings/Blurbs/BlurbView.razor.rz.scp.css */
.personalities-holder[b-l9pgr6h1bi] {
    display: flex;
    min-height: 200px;
    gap: 10px; /* Adjust spacing */
    width: 100%;
    flex-wrap: wrap;
    overflow-y: auto;
}

.personality[b-l9pgr6h1bi] {
    display: flex;
    min-height: 100px;
    width: 30%;
    gap: 10px;
    flex-grow: 1;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(41, 241, 255, 0.25);
}

img[b-l9pgr6h1bi] {
    max-width: 100px;
    max-height: 100px;
}


.middle[b-l9pgr6h1bi] {
    margin: 3px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 0;
}

.personality-header[b-l9pgr6h1bi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}

.personality-header h3[b-l9pgr6h1bi] {
    margin: 0;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Components/Streamer/Settings/Blurbs/SettingsBlurb.razor.rz.scp.css */
/* /Components/Streamer/Settings/ChatbotSettings.razor.rz.scp.css */

.chatbot-settings[b-4vrvhe7hfu] {
    display: flex;
    flex-wrap: wrap; 
    overflow-y: auto;
}

.chatbot-toggles[b-4vrvhe7hfu] {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}

.audioButton[b-4vrvhe7hfu]{
    max-width:200px;
    min-width:150px;
    border-radius:5px;
}
/* /Components/Streamer/Settings/Command/CommandReports.razor.rz.scp.css */
.reports-list[b-otuqvp8svn] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: stretch;
}

.reports-list .item[b-otuqvp8svn] {
    flex: 1 1 300px;
    max-width: 450px;
    box-sizing: border-box;
}
/* /Components/Streamer/Settings/Command/CommandView.razor.rz.scp.css */
.command-label[b-msi3ej6cl2] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7ee9ff;
    font-weight: 700;
}

.command-value[b-msi3ej6cl2] {
    font-size: 0.9rem;
    font-weight: 600;
}

.command-edit[b-msi3ej6cl2] {
    margin-top: 12px;
}
/* /Components/Streamer/Settings/Personalities/PersonalityEdit.razor.rz.scp.css */

.art-preview[b-d0ypl1og1h] {
    max-height: 400px;
    max-width: 600px;
}

.audioButton[b-d0ypl1og1h]{
    max-width:200px;
    min-width:150px;
    border-radius:5px;
}

.tron-button[b-d0ypl1og1h] {
    background: rgba(0, 255, 255, 0.08);
    border: 2px solid #29f1ff;
    color: #d9fdff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    box-shadow: 0 0 8px rgba(41, 241, 255, 0.7), inset 0 0 8px rgba(41, 241, 255, 0.25);
}
/* /Components/Streamer/Settings/Personalities/PersonalityView.razor.rz.scp.css */
.personalities-holder[b-x59x7uy9ir] {
    display: flex;
    min-height: 200px;
    gap: 10px; /* Adjust spacing */
    width: 100%;
    flex-wrap: wrap;
    overflow-y: auto;
}

.personality[b-x59x7uy9ir] {
    display: flex;
    height: 100px;
    width: 100%;
    max-width: 380px;
    gap: 10px;
    flex: 1 1 320px;
}

img[b-x59x7uy9ir] {
    max-width: 100px;
    max-height: 100px;
}


.middle[b-x59x7uy9ir] {
    margin: 3px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-grow: 1;
}

.tron-button[b-x59x7uy9ir] {
    background: rgba(0, 255, 255, 0.08);
    border: 2px solid #29f1ff;
    color: #d9fdff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    box-shadow: 0 0 8px rgba(41, 241, 255, 0.7), inset 0 0 8px rgba(41, 241, 255, 0.25);
}
/* /Components/Streamer/Settings/Personalities/SettingsPersonalities.razor.rz.scp.css */
.personalities-holder[b-eiff9ejogk] {
    display: flex;
    min-height: 200px;
    gap: 10px; /* Adjust spacing */
    width: 100%;
    flex-wrap: wrap;
    overflow-y: auto;
}

/* /Components/Streamer/Settings/Polls/PollEdit.razor.rz.scp.css */
/* Create Poll popout – dark tron theme */
.poll-edit-popout[b-jsp2jcxevl] {
    background: var(--tron-surface);
    color: var(--tron-text);
    padding: 16px 20px;
    border-radius: 8px;
    border: 1px solid var(--tron-border);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.poll-edit-popout .b-form-group[b-jsp2jcxevl],
.poll-edit-popout .field[b-jsp2jcxevl] {
    margin-bottom: 0;
}

.poll-edit-popout label[b-jsp2jcxevl],
.poll-edit-popout .field-label[b-jsp2jcxevl],
.poll-edit-popout .b-field-label[b-jsp2jcxevl] {
    color: var(--tron-cyan);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.poll-edit-popout input[b-jsp2jcxevl],
.poll-edit-popout .form-control[b-jsp2jcxevl],
.poll-edit-popout textarea[b-jsp2jcxevl] {
    background: var(--tron-bg) !important;
    color: var(--tron-text) !important;
    border: 1px solid var(--tron-border) !important;
    border-radius: 6px;
    padding: 8px 12px;
}

.poll-edit-popout input[b-jsp2jcxevl]::placeholder,
.poll-edit-popout .form-control[b-jsp2jcxevl]::placeholder {
    color: var(--tron-text-muted);
    opacity: 0.7;
}

.poll-edit-row[b-jsp2jcxevl] {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.poll-edit-row .field[b-jsp2jcxevl] {
    flex: 1;
    min-width: 0;
}

.poll-add-btn[b-jsp2jcxevl] {
    align-self: flex-start;
}

.poll-edit-actions[b-jsp2jcxevl] {
    margin-top: 8px;
}
/* /Components/Streamer/Settings/Polls/Polls.razor.rz.scp.css */
.personalities-holder[b-l3p4gshwaz] {
    display: flex;
    min-height: 200px;
    gap: 10px; /* Adjust spacing */
    width: 100%;
    flex-wrap: wrap;
    overflow-y: auto;
}
 

.blurbButton[b-l3p4gshwaz] {
    max-width: 200px;
    min-width: 150px;
    border-radius: 5px;
}

.setting-section[b-l3p4gshwaz] {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    overflow-y: auto;
    width: 100%;
    border: 2px solid rebeccapurple;
}
/* /Components/Streamer/Settings/Polls/PollView.razor.rz.scp.css */
.polls-holder[b-8hd57fubse] {
    display: flex;
    min-height: 200px;
    gap: 12px;
    width: 100%;
    flex-wrap: wrap;
    overflow-y: auto;
}

.poll-card[b-8hd57fubse] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(41, 241, 255, 0.25);
    width: 100%;
    max-width: 420px;
    flex: 1 1 300px;
}

.poll-content[b-8hd57fubse] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.poll-title[b-8hd57fubse] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.poll-meta[b-8hd57fubse] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7ee9ff;
    opacity: 0.9;
}

.poll-actions[b-8hd57fubse] {
    display: flex;
    gap: 8px;
}

.tron-button[b-8hd57fubse] {
    background: rgba(0, 255, 255, 0.08);
    border: 2px solid #29f1ff;
    color: #d9fdff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    box-shadow: 0 0 8px rgba(41, 241, 255, 0.6), inset 0 0 6px rgba(41, 241, 255, 0.25);
}
/* /Components/Streamer/Settings/Retro/SettingsRetro.razor.rz.scp.css */

.art-preview[b-3xh9ixskmf] {
    max-height: 400px;
    max-width: 600px;
}

.audioButton[b-3xh9ixskmf]{
    max-width:200px;
    min-width:150px;
    border-radius:5px;
}

.costItems[b-3xh9ixskmf] {
    display: flex;
    justify-content: space-between; 
}

.listItems[b-3xh9ixskmf] {
    display: flex;
    flex-direction: column
}

.jukebox-container[b-3xh9ixskmf] {
    display: flex;
    flex-direction: row; /* keep children side by side */
    gap: 1rem; /* optional: spacing between the groups */
}
/* /Components/Streamer/Settings/SettingAutoName.razor.rz.scp.css */

.art-preview[b-t86lfof0i2] {
    max-height: 400px;
    max-width: 600px;
}

.audioButton[b-t86lfof0i2]{
    max-width:200px;
    min-width:150px;
    border-radius:5px;
}

.flags[b-t86lfof0i2] {
    display: flex;
}
/* /Components/Streamer/Settings/SettingQuote.razor.rz.scp.css */

.art-preview[b-k5xuhe5dnu] {
    max-height: 400px;
    max-width: 600px;
}

.audioButton[b-k5xuhe5dnu]{
    max-width:200px;
    min-width:150px;
    border-radius:5px;
}

.flags[b-k5xuhe5dnu] {
    display: flex;
}
/* /Components/Streamer/Settings/SettingsChatView.razor.rz.scp.css */

.chatview-settings[b-b1wl3ef4vq] {
    display: flex;
    flex-wrap: wrap; 
    overflow-y: auto;
}
 
/* /Components/Streamer/Settings/SettingsJukebox.razor.rz.scp.css */

.art-preview[b-i4fpkhbnvh] {
    max-height: 400px;
    max-width: 600px;
}

.audioButton[b-i4fpkhbnvh]{
    max-width:200px;
    min-width:150px;
    border-radius:5px;
}

.costItems[b-i4fpkhbnvh] {
    display: flex;
    justify-content: space-between; 
}

.listItems[b-i4fpkhbnvh] {
    display: flex;
    flex-direction: column
}

.jukebox-container[b-i4fpkhbnvh] {
    display: flex;
    flex-direction: row; /* keep children side by side */
    flex-wrap: wrap;
    gap: 1rem; /* optional: spacing between the groups */
}

.jukebox-container .show-items[b-i4fpkhbnvh] {
    flex-basis: 100%;
}

.full-view-options[b-i4fpkhbnvh] {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-6px);
    transition: max-height 0.25s ease, opacity 0.2s ease, transform 0.2s ease;
}

.full-view-options.is-visible[b-i4fpkhbnvh] {
    max-height: 400px;
    opacity: 1;
    transform: translateY(0);
}
/* /Components/Streamer/Settings/SettingsMisc.razor.rz.scp.css */

.art-preview[b-1511saaa9d] {
    max-height: 400px;
    max-width: 600px;
}

.audioButton[b-1511saaa9d]{
    max-width:200px;
    min-width:150px;
    border-radius:5px;
}

.flags[b-1511saaa9d] {
    display: flex;
}
/* /Components/Streamer/Settings/SettingsQuarters.razor.rz.scp.css */

.art-preview[b-xlgkp9eepe] {
    max-height: 400px;
    max-width: 600px;
}

.audioButton[b-xlgkp9eepe]{
    max-width:200px;
    min-width:150px;
    border-radius:5px;
}
/* /Components/Streamer/Settings/SettingsStory.razor.rz.scp.css */
.story-settings[b-x974iqmplv] {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
}
/* /Components/Streamer/Settings/ShoutoutSettings.razor.rz.scp.css */

.art-preview[b-zz5b6girgq] {
    max-height: 400px;
    max-width: 600px;
}

.audioButton[b-zz5b6girgq]{
    max-width:200px;
    min-width:150px;
    border-radius:5px;
}
/* /Components/Streamer/Settings/SlideShows/SlideShowActions.razor.rz.scp.css */
/* /Components/Streamer/Settings/SlideShows/SlideShowEdit.razor.rz.scp.css */

.art-preview[b-bwgeo2og5c] {
    max-height: 400px;
    max-width: 600px;
}

.audioButton[b-bwgeo2og5c]{
    max-width:200px;
    min-width:150px;
    border-radius:5px;
}
/* /Components/Streamer/Settings/SlideShows/SlideShows.razor.rz.scp.css */
.personalities-holder[b-98pz0usubp] {
    display: flex;
    min-height: 200px;
    gap: 10px; /* Adjust spacing */
    width: 100%;
    flex-wrap: wrap;
    overflow-y: auto;
}
 

.blurbButton[b-98pz0usubp] {
    max-width: 200px;
    min-width: 150px;
    border-radius: 5px;
}

.setting-section[b-98pz0usubp] {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    overflow-y: auto;
    width: 100%;
    border: 2px solid rebeccapurple;
}
/* /Components/Streamer/Settings/SlideShows/SlideShowView.razor.rz.scp.css */
.personality[b-lpzznru1te] {
    display: flex;
    flex-direction: row;
    height: 100px;
    gap: 10px;
    flex: 0 0 calc(33.333% - 10px);
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(41, 241, 255, 0.25);
}

img[b-lpzznru1te] {
    max-width: 100px;
    max-height: 100px;
}


.middle[b-lpzznru1te] {
    margin: 3px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-grow: 1;
}
/* /Components/Streamer/Shouts/Shoutout.razor.rz.scp.css */


.detail-container[b-k714atzj8a] {
    display: flex;
    flex-direction: column;
    align-content: space-evenly;
    width: 100%;
}

.header[b-k714atzj8a] {
    display: flex;
    flex-direction: row;
    align-content: space-evenly;
}

img[b-k714atzj8a] {
    width: 50px;
    height: 50px;
}

.buttons[b-k714atzj8a] {
    display: flex;
    align-content: space-evenly;
}

.container[b-k714atzj8a] {
    display: flex;
    flex-direction: row;
    gap: 3px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 400px;
}
.left-side[b-k714atzj8a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.detail-container p[b-k714atzj8a] {
    font-size: 1em;
    color: #333;
    margin: 0;
    width: 100%;
}

.actionButton[b-k714atzj8a] {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px 15px;
    background-color: white;
    color: red;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    gap: 5px;
}
/* /Components/Streamer/Shouts/ShoutoutEdit.razor.rz.scp.css */


.rich-div-header[b-utqnymna0t] {
    display: flex;
    justify-content: space-between;
    width: 95%; /* Adjust as needed */
}
img[b-utqnymna0t] {
    width: 150px;
    height: 150px;
}
.title[b-utqnymna0t] {
    color: white;
}

.titlebar[b-utqnymna0t] {
    padding: 8px 12px;
    background-color: #f44336;
}

.editButton[b-utqnymna0t] {
    padding: 8px 12px;
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .editButton:hover[b-utqnymna0t] {
        background-color: #d32f2f;
    }
.popup-container[b-utqnymna0t] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
    width: 80%;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.info-container[b-utqnymna0t] {
    display: flex;
    flex-direction: row; 
    padding: 10px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.detail-container[b-utqnymna0t] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

    .detail-container p[b-utqnymna0t] {
        font-size: 1em;
        color: #333;
        margin: 0;
    }

.actionButton[b-utqnymna0t] {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    gap: 5px;
}

    .actionButton:hover[b-utqnymna0t] {
        background-color: #555;
    }

    .actionButton Label[b-utqnymna0t] {
        font-size: 0.9em;
        margin-right: 8px;
    }

    .actionButton Icon[b-utqnymna0t] {
        font-size: 1.1em;
    }

/* Specific button styles for action buttons */
.Button[b-utqnymna0t] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #4caf50;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9em;
}

    .Button:hover[b-utqnymna0t] {
        background-color: #45a049;
    }

.Icon[b-utqnymna0t] {
    font-size: 1.2em;
}

/* Responsive design adjustments */
@media (max-width: 768px) {
    .RichDiv[b-utqnymna0t] {
        padding: 15px;
    }

    .Header[b-utqnymna0t] {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .detail-container[b-utqnymna0t] {
        padding: 15px;
    }

    .actionButton[b-utqnymna0t] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Streamer/Shouts/Shoutouts.razor.rz.scp.css */



.shoutouts[b-dggsgenunp] {
    max-height: 400px;
    display: flex;
    flex-wrap: wrap;
}
.headerButtons[b-dggsgenunp] {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 10px;    
}
/* /Components/Streamer/Steam/SteamKeyEdit.razor.rz.scp.css */


.rich-div-header[b-9x7pszs30q] {
    display: flex;
    justify-content: space-between;
    width: 95%; /* Adjust as needed */
}
img[b-9x7pszs30q] {
    width: 150px;
    height: 150px;
}
.title[b-9x7pszs30q] {
    color: white;
}

.titlebar[b-9x7pszs30q] {
    padding: 8px 12px;
    background-color: #f44336;
}

.editButton[b-9x7pszs30q] {
    padding: 8px 12px;
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .editButton:hover[b-9x7pszs30q] {
        background-color: #d32f2f;
    }
.popup-container[b-9x7pszs30q] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
    width: 80%;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.info-container[b-9x7pszs30q] {
    display: flex;
    flex-direction: row; 
    padding: 10px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.detail-container[b-9x7pszs30q] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

    .detail-container p[b-9x7pszs30q] {
        font-size: 1em;
        color: #333;
        margin: 0;
    }

.actionButton[b-9x7pszs30q] {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    gap: 5px;
}

    .actionButton:hover[b-9x7pszs30q] {
        background-color: #555;
    }

    .actionButton Label[b-9x7pszs30q] {
        font-size: 0.9em;
        margin-right: 8px;
    }

    .actionButton Icon[b-9x7pszs30q] {
        font-size: 1.1em;
    }

/* Specific button styles for action buttons */
.Button[b-9x7pszs30q] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #4caf50;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9em;
}

    .Button:hover[b-9x7pszs30q] {
        background-color: #45a049;
    }

.Icon[b-9x7pszs30q] {
    font-size: 1.2em;
}

/* Responsive design adjustments */
@media (max-width: 768px) {
    .RichDiv[b-9x7pszs30q] {
        padding: 15px;
    }

    .Header[b-9x7pszs30q] {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .detail-container[b-9x7pszs30q] {
        padding: 15px;
    }

    .actionButton[b-9x7pszs30q] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Streamer/Steam/SteamKeys.razor.rz.scp.css */
.steam-keys-grid[b-7l1hv4kmbg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 16px;
}
/* /Components/Streamer/Steam/SteamKeyView.razor.rz.scp.css */
.buttons[b-3t4vru9pd4] {
    display: flex;
    gap: 0.5rem;
}

.steam-key-card[b-3t4vru9pd4] {
    width: 100%;
    max-width: none;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(41, 241, 255, 0.25);
    padding: 0;
    overflow: hidden;
}

.steam-key-layout[b-3t4vru9pd4] {
    display: flex;
    flex-direction: column;
}

.steam-key-image[b-3t4vru9pd4] {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    border-radius: 6px 6px 0 0;
}

.steam-key-card .card-body[b-3t4vru9pd4] {
    padding: 12px 16px;
}

.steam-key-card .card-title[b-3t4vru9pd4],
.steam-key-card .card-text[b-3t4vru9pd4],
.steam-key-card .list-unstyled[b-3t4vru9pd4],
.steam-key-card p[b-3t4vru9pd4] {
    color: #d9fdff;
}

.steam-key-card .text-muted[b-3t4vru9pd4] {
    color: rgba(217, 253, 255, 0.75);
}
 
/* /Components/Streamer/Twitch/TwitchConsole.razor.rz.scp.css */
.twitch-console-summary[b-ixmtp8u6eq] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}

.twitch-summary-item[b-ixmtp8u6eq] {
    flex: 1 1 260px;
    min-width: 220px;
}

.twitch-label[b-ixmtp8u6eq] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7ee9ff;
    font-weight: 700;
}

.twitch-value[b-ixmtp8u6eq] {
    font-size: 0.95rem;
    font-weight: 600;
}

.twitch-console-form[b-ixmtp8u6eq] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.twitch-field[b-ixmtp8u6eq] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 240px;
    flex: 1 1 300px;
}

.twitch-edit-toggle[b-ixmtp8u6eq] {
    flex: 0 0 auto;
    align-self: flex-end;
}

.twitch-edit-header[b-ixmtp8u6eq] {
    margin-bottom: 12px;
}

.twitch-actions[b-ixmtp8u6eq] {
    display: flex;
    align-items: flex-end;
}

.tron-button[b-ixmtp8u6eq] {
    background: rgba(0, 255, 255, 0.08);
    border: 2px solid #29f1ff;
    color: #d9fdff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    box-shadow: 0 0 8px rgba(41, 241, 255, 0.6), inset 0 0 6px rgba(41, 241, 255, 0.25);
}
/* /Components/Streamer/Twitch/TwitchFollowers.razor.rz.scp.css */
.segment[b-1y1gwzo7pu] {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* first to start, last to end, equal space between */
}
.analysis[b-1y1gwzo7pu] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* Container styling */
div[b-1y1gwzo7pu] {
    margin: 1.5rem 0;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #f9f9f9;
}

    /* Section headers */
    div > Label[b-1y1gwzo7pu] {
        display: block;
        font-weight: bold;
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
        color: #333;
    }

    /* Item rows */
    div p[b-1y1gwzo7pu] {
        display: inline-block;
        margin: 0.3rem 0.75rem 0.3rem 0;
        font-size: 0.95rem;
        color: #444;
        padding: 0.3rem 0.6rem;
        background: #fff;
        border-radius: 6px;
        border: 1px solid #eee;
    }

    /* Buttons next to items */
    div Button[b-1y1gwzo7pu] {
        display: inline-block;
        margin: 0.3rem 0;
        padding: 0.35rem 0.8rem;
        font-size: 0.9rem;
        border: none;
        border-radius: 6px;
        background: #0078d7;
        color: white;
        cursor: pointer;
        transition: background 0.25s ease;
    }

        div Button:hover[b-1y1gwzo7pu] {
            background: #005a9e;
        }

/* Top Save button */
Button[Command="Save"][b-1y1gwzo7pu] {
    margin-bottom: 1rem;
    padding: 0.5rem 1.2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    background: #28a745;
}

    Button[Command="Save"]:hover[b-1y1gwzo7pu] {
        background: #218838;
    }

/* Text input */
TextEdit[b-1y1gwzo7pu] {
    display: block;
    margin-bottom: 1rem;
    padding: 0.4rem 0.7rem;
    width: 100%;
    max-width: 350px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 0.95rem;
}
/* /Components/Streamer/TwitchEvents/EventManager.razor.rz.scp.css */
.art-preview[b-32uu3nba42] {
    max-height: 400px;
    max-width: 600px;
}

.audioButton[b-32uu3nba42] {
    max-width: 200px;
    min-width: 150px;
    border-radius: 5px;
}

.event-manager[b-32uu3nba42] {
    display: flex;
    flex-direction: column;
}

.global-switches[b-32uu3nba42] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin-bottom: 1rem;
}

.event-list[b-32uu3nba42] {
    display: flex;
    flex-direction: column;
    width: 100%;
}
/* /Components/Streamer/TwitchEvents/TwitchEvent.razor.rz.scp.css */

.art-preview[b-9q0dh414v0] {
    max-height: 400px;
    max-width: 600px;
}

.audioButton[b-9q0dh414v0]{
    max-width:200px;
    min-width:150px;
    border-radius:5px;
}

InputText[b-9q0dh414v0] {
    width: 90%;
}

.values[b-9q0dh414v0] {
    display: flex;
    flex-wrap: wrap;
}
/* /Components/Streamer/VideoClips.razor.rz.scp.css */

.art-preview[b-fh594ci0ho] {
    max-height: 400px;
    max-width: 600px;
}

.video-clips-grid[b-fh594ci0ho] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
}

.video-clip-card[b-fh594ci0ho] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(41, 241, 255, 0.25);
}

.video-clip-title[b-fh594ci0ho] {
    font-size: 0.95rem;
    font-weight: 700;
}

.video-clip-description[b-fh594ci0ho] {
    font-size: 0.75rem;
    opacity: 0.75;
}

.video-clip-actions[b-fh594ci0ho] {
    display: flex;
    gap: 8px;
    margin-top: 6px;
}

.video-clip-button[b-fh594ci0ho] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 6px;
    border: 2px solid #29f1ff;
    background: rgba(0, 255, 255, 0.08);
    color: #d9fdff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    box-shadow: 0 0 8px rgba(41, 241, 255, 0.6), inset 0 0 6px rgba(41, 241, 255, 0.25);
}

.video-preview[b-fh594ci0ho] {
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 16 / 9;
}
/* /Components/Viewers/ViewerCard.razor.rz.scp.css */
.viewer-card[b-1nn82sfnwd] {
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--cc-body-bg, #f9f9f9);
    min-width: 320px;
    max-width: 420px;
}

.viewer-card-avatar[b-1nn82sfnwd] {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.viewer-card-body[b-1nn82sfnwd] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.viewer-card-header[b-1nn82sfnwd] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.viewer-card-details[b-1nn82sfnwd] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.viewer-card-stats[b-1nn82sfnwd] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
}

.viewer-card-stats .online[b-1nn82sfnwd] {
    color: #22c55e;
}

.viewer-card-dates[b-1nn82sfnwd] {
    display: flex;
    gap: 12px;
    font-size: 0.8rem;
    color: #666;
}

.viewer-card-notes[b-1nn82sfnwd] {
    font-size: 0.85em;
    color: #333;
    margin: 4px 0 0 0;
    max-height: 2.5em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.viewer-card-status-icon[b-1nn82sfnwd] {
    margin-right: 4px;
}

.viewer-card-actions[b-1nn82sfnwd] {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.viewer-card-btn[b-1nn82sfnwd] {
    padding: 6px 12px !important;
    font-size: 0.85rem !important;
}

.viewer-card-emotes[b-1nn82sfnwd] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 6px;
}

.viewer-card-emote[b-1nn82sfnwd] {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
/* /Components/Viewers/Viewers.razor.rz.scp.css */
.viewers-top-actions[b-vy5m2bw8g2] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.viewers-sort-select[b-vy5m2bw8g2] {
    padding: 6px 10px;
    border-radius: 6px;
    border: 2px solid var(--cc-border, #000);
    font-weight: 600;
    min-width: 120px;
}

.viewers-filter-label[b-vy5m2bw8g2] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    cursor: pointer;
}

.viewers-cards[b-vy5m2bw8g2] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-height: 600px;
    overflow-y: auto;
}

.viewers-empty[b-vy5m2bw8g2] {
    padding: 2rem;
    text-align: center;
    color: #666;
}
/* /Components/Views/DragLink.razor.rz.scp.css */
.obs-link-card[b-lzuw6bhu9l] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(41, 241, 255, 0.25);
    cursor: pointer;
}

.obs-link-header[b-lzuw6bhu9l] {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.obs-link-icon[b-lzuw6bhu9l] {
    font-size: 20px;
    line-height: 1;
}

.obs-link-text[b-lzuw6bhu9l] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.obs-link-title[b-lzuw6bhu9l] {
    font-size: 16px;
    font-weight: 700;
}

.obs-link-description[b-lzuw6bhu9l] {
    font-size: 12px;
    opacity: 0.8;
}

.obs-link-actions[b-lzuw6bhu9l] {
    display: flex;
    justify-content: flex-start;
}

.draggable-btn[b-lzuw6bhu9l] {
    margin: 0;
    display: inline-block;
    padding: 6px 10px;
    border: 2px solid #29f1ff;
    background: rgba(0, 255, 255, 0.08);
    color: #d9fdff;
    cursor: pointer;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    box-shadow: 0 0 8px rgba(41, 241, 255, 0.6), inset 0 0 6px rgba(41, 241, 255, 0.25);
}

.obs-preview-frame[b-lzuw6bhu9l] {
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 16 / 9;
    border: 0;
}

.obs-preview-image[b-lzuw6bhu9l] {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
}
/* /Components/Views/Frotz/FrotzReports.razor.rz.scp.css */
:root[b-elade2c2r0] {
    --retro-bg: #ffffff; /* keep white page */
    --retro-text: #141414; /* nearly black for contrast */
    --retro-muted: #4b4b4b;
    --retro-line: #e9e9e9;
    --retro-accent: #fecf00; /* your yellow accent */
    --retro-accent-dark: #c9a400; /* deeper yellow for borders/shadows */
    --retro-bad-ok: #18a957; /* game-y green */
    --retro-bad-miss: #d33a2c; /* alert red */
}

/* page container */
.frotz-page[b-elade2c2r0] {
    color: var(--retro-text);
    background: var(--retro-bg);
    font-synthesis-weight: none; /* crisper text */
}

    /* headings */
    .frotz-page :where(h1,h2,h3,.heading,.label)[b-elade2c2r0] {
        color: var(--retro-text);
        text-shadow: 0 1px 0 #fff, 0 2px 0 var(--retro-accent);
        letter-spacing: 0.5px;
    }

/* loading / empty */
.loading-text[b-elade2c2r0], .empty-text[b-elade2c2r0] {
    color: var(--retro-muted);
    font-style: italic;
    margin: 0.5rem 0 1rem;
}

/* retro table */
.retro-table[b-elade2c2r0] {
    width: 100%;
    border-collapse: separate; /* keep �pixel� effect on borders */
    border-spacing: 0;
    background: #fffef6; /* ultra-light warm tint so grey pops */
    border: 4px solid var(--retro-accent-dark);
    box-shadow: 0 0 0 4px var(--retro-accent), /* chunky outer pixel border */
    0 6px 0 0 #00000020; /* subtle drop */
    image-rendering: pixelated;
    font-size: 0.95rem;
}

    /* header row */
    .retro-table thead th[b-elade2c2r0] {
        position: sticky;
        top: 0;
        z-index: 1;
        background: linear-gradient(#fff3b0, var(--retro-accent));
        color: #1a1a1a;
        padding: 10px 12px;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        border-bottom: 3px solid var(--retro-accent-dark);
    }

    /* body rows */
    .retro-table tbody tr:nth-child(odd)[b-elade2c2r0] {
        background: #fffdfa;
    }

    .retro-table tbody tr:nth-child(even)[b-elade2c2r0] {
        background: #fff7d6;
    }

    .retro-table tbody tr:hover[b-elade2c2r0] {
        outline: 3px solid var(--retro-accent-dark);
        filter: saturate(1.05);
    }

    /* cells */
    .retro-table td[b-elade2c2r0] {
        padding: 10px 12px;
        border-bottom: 1px solid var(--retro-line);
        color: var(--retro-text);
    }

.name-cell[b-elade2c2r0] {
    font-weight: 700;
    letter-spacing: 0.2px;
}

.desc-cell[b-elade2c2r0] {
    color: var(--retro-muted);
}
.file-cell-miss[b-elade2c2r0] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    font-size: 0.98rem;
    color: #5c0f0f !important;
}
.file-cell-ok[b-elade2c2r0] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    font-size: 0.93rem;
    color: #222 !important;
}

/* status chips */
.chip[b-elade2c2r0] {
    display: inline-block;
    min-width: 52px;
    text-align: center;
    padding: 4px 8px;
    border: 3px solid #000;
    border-radius: 0; /* 8-bit */
    font-weight: 800;
    letter-spacing: 0.5px;
    box-shadow: 2px 2px 0 #00000055;
}

.chip-ok[b-elade2c2r0] {
    background: linear-gradient(#b4f5d0, var(--retro-bad-ok));
    color: #0f3f26 !important;
}

.chip-miss[b-elade2c2r0] {
    background: linear-gradient(#ffd0c8, var(--retro-bad-miss));
    color: #3f0f0a !important;
}

/* small screens */
@media (max-width: 720px) {
    .retro-table[b-elade2c2r0] {
        font-size: 0.9rem;
    }

    .file-cell[b-elade2c2r0] {
        word-break: break-all;
    }
}
/* /Components/Views/Frotz/FrotzView.razor.rz.scp.css */
.fg-card[b-6yosdg60r7] {
    display: grid;
    grid-template-columns: auto 1fr;
    
    background: #111;
    color: #eaeaea;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
    transition: transform .12s ease, box-shadow .12s ease;
    cursor: pointer;
}
.boxart[b-6yosdg60r7]{
    object-fit: fill;
    height:400px;
    width:250px;
}
    .fg-card:hover[b-6yosdg60r7] {
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(0,0,0,.45);
    }

.fg-card-image[b-6yosdg60r7] {
    aspect-ratio: 4 / 5;
    background: #171717;
    display: grid;
    place-items: center;
}

    .fg-card-image img[b-6yosdg60r7] {
        height: 500px;
        width: 250px;
        object-fit: fill;
        display: block;
    }
 
.fg-card-body[b-6yosdg60r7] {
    padding: 12px 14px 14px;
}

.fg-title[b-6yosdg60r7] {
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.35;
    margin-bottom: 6px;
}

.fg-meta[b-6yosdg60r7] {
    font-size: 0.9rem;
    opacity: .9;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.fg-dot[b-6yosdg60r7] {
    opacity: .5;
}

.fg-desc[b-6yosdg60r7] {
    font-size: 0.98rem;
    color: #cfcfcf;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* /Components/Views/GameArtDisplay.razor.rz.scp.css */
.art-entry[b-7runv7pdy6] {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 8px;
    padding: 10px;
    border-radius: 6px;
    background: #222;
    border: 1px solid #666;
    box-shadow: 0 0 6px rgba(255,165,0,0.3);
}

    .art-entry img[b-7runv7pdy6], .art-entry video[b-7runv7pdy6] {
        margin: 6px;
        max-width: 200px;
        border-radius: 4px;
    }

.art-grid[b-7runv7pdy6] {
    display: flex;
    flex-wrap: wrap;
}
/* /Components/Views/Minicard.razor.rz.scp.css */
.minicard[b-7u26eqt4lc] {
    margin: 10px;
    padding: 10px 12px;
    min-width: 300px;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(41, 241, 255, 0.25);
}

.minicard-title[b-7u26eqt4lc] {
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--tron-text, #c8d0e0);
}

.minicard[b-7u26eqt4lc]  button {
    padding: 6px 14px;
}
/* /Components/Views/Popout.razor.rz.scp.css */
/* wwwroot/css/app.css */
.rich-div[b-th2km8ecme] {
    border: 2px solid #ccc;
    border-color: black;
    max-width: 98%; /* Full width of the viewport */
    /* max-height: 100vh;  Full height of the viewport */
    overflow: auto; /* Prevent overflow */
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.rich-div-header[b-th2km8ecme] {
    background-color: orange;
    padding: 0.5rem;
    font-weight: bold;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.rich-div-header.h3[b-th2km8ecme] {
        font-size: 1.5rem;
        color: #007bff;
    }

.rich-div-content[b-th2km8ecme] {
    border: 2px;
    background-color: white;
    padding: 1rem;
    background-color: #f9f9f9;
    flex-wrap: wrap;
    display: flex;
    max-width: 100%;
    overflow: auto; /* or auto */
}
/* /Components/Views/RichDiv.razor.rz.scp.css */
:root[b-rstz96nqy7] {
    --cc-title-bg: #f39a00; /* your orange */
    --cc-title-fg: #111; /* title text */
    --cc-border: #000;
    --cc-header-bg: #f0f0f0;
    --cc-body-bg: #f9f9f9;
}

.rich-div[b-rstz96nqy7] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    min-width: 0; /* key for flex children to shrink properly */
    border: 2px solid var(--cc-border);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 1rem;
}

/* Top bar: title + right-aligned actions (Toggle lives here) */
.rich-div-topbar[b-rstz96nqy7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .75rem 1rem;
    background: var(--cc-title-bg);
    color: var(--cc-title-fg);
    border-bottom: 2px solid var(--cc-border);
}

    .rich-div-topbar .title[b-rstz96nqy7] {
        font-size: 1.75rem; /* big retro title */
        font-weight: 900;
        line-height: 1;
        letter-spacing: .02em;
        word-break: break-word;
    }

    .rich-div-topbar .actions[b-rstz96nqy7] {
        display: flex;
        align-items: center;
        gap: .5rem;
    }

/* Optional header row under the title (for filters, extra buttons) */
.rich-div-header[b-rstz96nqy7] {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem 1rem;
    background: var(--cc-header-bg);
    border-bottom: 1px solid #ccc;
    min-width: 0;
}

/* Content area */
.rich-div-content[b-rstz96nqy7] {
    flex: 1 1 auto;
    padding: 1rem;
    background: var(--cc-body-bg);
    overflow-x: hidden; /* scroll only if needed */
    min-width: 0; /* allow children to shrink */
}

    .rich-div-content.is-collapsed[b-rstz96nqy7] {
        display: none;
    }

/* Buttons (keep your square, bold vibe) */
.cc-btn[b-rstz96nqy7] {
    border: 2px solid var(--cc-border);
    background: #21c0d6; /* teal like your EDIT */
    font-weight: 800;
    padding: .55rem .9rem;
    border-radius: 6px;
    cursor: pointer;
}

    .cc-btn:active[b-rstz96nqy7] {
        transform: translateY(1px);
    }

.cc-toggle[b-rstz96nqy7] {
    background: var(--cc-title-bg);
}

.actions[b-rstz96nqy7] {
    display: flex;
    margin-left: auto;
    flex-direction: row;
}
/* /Components/Views/RichDivAccordion.razor.rz.scp.css */
/* wwwroot/css/app.css */
.rich-div[b-3hp6ocvu6n] {
    border: 2px solid #ccc;
    border-color: black;
    max-width: 90vw; /* Full width of the viewport */
    /* max-height: 100vh;  Full height of the viewport */
    overflow: auto; /* Prevent overflow */
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.rich-div-header[b-3hp6ocvu6n] {
    background-color: orange;
    padding: 0.5rem;
    font-weight: bold;
    width: 100%;
}

.rich-div-header.h3[b-3hp6ocvu6n] {
        font-size: 1.5rem;
        color: #007bff;
    }

.rich-div-content[b-3hp6ocvu6n] {
    border: 2px;
    background-color: white;
    padding: 1rem;
    background-color: #f9f9f9;
    flex-wrap: wrap;
    display: flex;
    max-width: 100%;
    overflow: auto; /* or auto */
}
/* /Components/Views/ViewerPicker.razor.rz.scp.css */
.viewer-picker-backdrop[b-htpkt785h0] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.viewer-picker-popup[b-htpkt785h0] {
    background: white;
    padding: 1rem;
    border-radius: 8px;
    min-width: 200px;
}

.viewer-button[b-htpkt785h0] {
    display: block;
    width: 100%;
    margin: 0.25rem 0;
}
