/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-shell[b-spng9ru4zz] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

.admin-topbar[b-spng9ru4zz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 22px;
    height: 52px;
    background: #0d1413;
    border-bottom: 1px solid rgba(255, 230, 205, 0.06);
    flex-shrink: 0;
}

.admin-brand-group[b-spng9ru4zz] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.admin-logo[b-spng9ru4zz] {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    object-fit: cover;
}

.admin-brand[b-spng9ru4zz] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #FFE6CD;
    letter-spacing: 0.2px;
}

.admin-user[b-spng9ru4zz] {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
    font-variant-numeric: tabular-nums;
}

.admin-body[b-spng9ru4zz] {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.admin-sidebar[b-spng9ru4zz] {
    width: 230px;
    flex-shrink: 0;
    background: #0d1413;
    border-right: 1px solid rgba(255, 230, 205, 0.06);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.admin-content[b-spng9ru4zz] {
    flex: 1;
    padding: 24px;
    overflow-y: auto;
    background: #181818;
}
/* /Components/Layout/LiveNowIndicator.razor.rz.scp.css */
.live-indicator[b-ftvrv2zfil] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 5px 12px;
    background: rgba(40, 217, 156, 0.08);
    border: 1px solid rgba(40, 217, 156, 0.22);
    border-left: 2px solid #28d99c;
    border-radius: 6px;
    font-size: 0.78rem;
    line-height: 1.2;
    min-height: 28px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.live-indicator.loaded[b-ftvrv2zfil] {
    opacity: 1;
}

.live-dot[b-ftvrv2zfil] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #28d99c;
    box-shadow: 0 0 0 0 rgba(40, 217, 156, 0.7);
    animation: live-pulse-b-ftvrv2zfil 2s infinite;
    flex-shrink: 0;
}

@keyframes live-pulse-b-ftvrv2zfil {
    0%   { box-shadow: 0 0 0 0 rgba(40, 217, 156, 0.7); }
    70%  { box-shadow: 0 0 0 8px rgba(40, 217, 156, 0); }
    100% { box-shadow: 0 0 0 0 rgba(40, 217, 156, 0); }
}

.live-text[b-ftvrv2zfil] {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    white-space: nowrap;
}

.live-screen[b-ftvrv2zfil] {
    color: #FFE6CD;
    font-weight: 600;
    max-width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-source[b-ftvrv2zfil] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.72rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-g7kbpkvmnz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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


#blazor-error-ui[b-g7kbpkvmnz] {
    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-g7kbpkvmnz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/McpConnectButton.razor.rz.scp.css */
.btn-connect-mcp[b-fpuzob6fl5] {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 4px 12px;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-connect-mcp:hover[b-fpuzob6fl5] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
}

/* Sidebar variant — render as a nav-style row */
.mcp-sidebar-btn[b-fpuzob6fl5] {
    color: rgba(255, 255, 255, 0.6);
    background: none;
    border: none;
    border-left: 2px solid transparent;
    border-radius: 6px;
    height: 2.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    font-size: 0.88rem;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.12s ease, color 0.12s ease;
    padding: 0 0.7rem;
}

.mcp-sidebar-btn:hover[b-fpuzob6fl5] {
    background-color: rgba(255, 230, 205, 0.05);
    color: #fff;
}

.mcp-sidebar-btn .bi[b-fpuzob6fl5] {
    font-size: 1.05rem;
    width: 1.2rem;
    text-align: center;
    opacity: 0.85;
}

.mcp-modal-backdrop[b-fpuzob6fl5] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(4px);
}

.mcp-modal[b-fpuzob6fl5] {
    background: #0d1413;
    border: 1px solid rgba(255, 230, 205, 0.08);
    border-radius: 12px;
    width: 580px;
    height: 420px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
}

.mcp-modal-header[b-fpuzob6fl5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px 0;
}

.mcp-modal-header h4[b-fpuzob6fl5] {
    color: #fff;
    margin: 0;
    font-weight: 600;
    font-size: 1.2rem;
}

.mcp-tabs[b-fpuzob6fl5] {
    padding: 16px 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mcp-tabs .nav-link[b-fpuzob6fl5] {
    color: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 8px 14px;
    font-size: 0.85rem;
    transition: color 0.15s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.mcp-tabs .nav-link:hover[b-fpuzob6fl5] {
    color: rgba(255, 255, 255, 0.8);
    border: none;
}

.mcp-tabs .nav-link.active[b-fpuzob6fl5] {
    color: #FFE6CD;
    background: transparent;
    border: none;
    border-bottom: 2px solid #FFE6CD;
}

.mcp-modal-body[b-fpuzob6fl5] {
    padding: 24px;
    flex: 1;
    overflow-y: auto;
}

.mcp-desc[b-fpuzob6fl5] {
    color: #9ca3af;
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.mcp-desc code[b-fpuzob6fl5] {
    color: #6ee7c3;
    background: rgba(0, 85, 80, 0.18);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.85rem;
}

.mcp-terminal[b-fpuzob6fl5] {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #2a2a3a;
    background: #0d1117;
    margin-bottom: 12px;
}

.mcp-terminal-header[b-fpuzob6fl5] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background: #161b22;
    border-bottom: 1px solid #21262d;
}

.mcp-terminal-dots[b-fpuzob6fl5] {
    display: flex;
    gap: 6px;
}

.dot[b-fpuzob6fl5] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dot.red[b-fpuzob6fl5] { background: #ff5f57; }
.dot.yellow[b-fpuzob6fl5] { background: #febc2e; }
.dot.green[b-fpuzob6fl5] { background: #28c840; }

.mcp-terminal-title[b-fpuzob6fl5] {
    color: #6b7280;
    font-size: 0.75rem;
}

.mcp-terminal-body[b-fpuzob6fl5] {
    padding: 14px;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.85rem;
    color: #e6edf3;
    overflow-x: auto;
}

.mcp-terminal-body pre[b-fpuzob6fl5] {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    white-space: pre;
}

.mcp-prompt[b-fpuzob6fl5] {
    color: #7ee787;
    margin-right: 8px;
}

.mcp-hint[b-fpuzob6fl5] {
    color: #6b7280;
    font-size: 0.8rem;
    margin-top: 8px;
    margin-bottom: 0;
}

.mcp-steps[b-fpuzob6fl5] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
}

.mcp-step[b-fpuzob6fl5] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #d1d5db;
    font-size: 0.9rem;
}

.mcp-step-num[b-fpuzob6fl5] {
    width: 28px;
    height: 28px;
    background: rgba(0, 85, 80, 0.25);
    color: #FFE6CD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.mcp-url-box[b-fpuzob6fl5] {
    background: #0d1117;
    border: 1px solid #2a2a3a;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 12px;
}

.mcp-url-box code[b-fpuzob6fl5] {
    color: #7ee787;
    font-size: 0.9rem;
    word-break: break-all;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-sidebar[b-62ay9hgolj] {
    height: 100%;
    padding-top: 0.5rem;
}

.nav-spacer[b-62ay9hgolj] {
    flex: 1;
}

.nav-divider[b-62ay9hgolj] {
    height: 1px;
    background: rgba(255, 230, 205, 0.07);
    margin: 8px 16px;
}

.nav-item[b-62ay9hgolj] {
    font-size: 0.9rem;
    padding-bottom: 0.15rem;
}

.nav-item:first-of-type[b-62ay9hgolj] {
    padding-top: 0.6rem;
}

.nav-bottom[b-62ay9hgolj] {
    padding-bottom: 1rem !important;
}

.nav-item[b-62ay9hgolj]  .nav-link {
    color: rgba(255, 255, 255, 0.6);
    background: none;
    border: none;
    border-left: 2px solid transparent;
    border-radius: 6px;
    height: 2.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    font-size: 0.88rem;
    padding: 0 0.7rem;
    transition: background-color 0.12s ease, color 0.12s ease, border-color 0.12s ease;
}

.nav-item[b-62ay9hgolj]  a.active {
    background: rgba(0, 85, 80, 0.32);
    color: #FFE6CD;
    font-weight: 500;
    border-left-color: #FFE6CD;
    border-radius: 4px 6px 6px 4px;
}

.nav-item[b-62ay9hgolj]  .nav-link:hover {
    background-color: rgba(255, 230, 205, 0.05);
    color: #fff;
}

.nav-item[b-62ay9hgolj]  a.active:hover {
    background: rgba(0, 85, 80, 0.4);
    color: #FFE6CD;
}

.nav-item[b-62ay9hgolj]  .nav-link .bi {
    font-size: 1.05rem;
    width: 1.2rem;
    text-align: center;
    opacity: 0.85;
}

.nav-item[b-62ay9hgolj]  a.active .bi {
    opacity: 1;
}
/* /Components/Pages/AdminMcpSetup.razor.rz.scp.css */
.setup-container[b-nhbz56wmqm] {
    max-width: 640px;
}

h2[b-nhbz56wmqm] {
    color: #f1f1f1;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.subtitle[b-nhbz56wmqm] {
    color: #9ca3af;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.install-section h5[b-nhbz56wmqm] {
    color: #e5e7eb;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.install-section p[b-nhbz56wmqm] {
    color: #9ca3af;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.hint[b-nhbz56wmqm] {
    color: #6b7280 !important;
    font-size: 0.8rem !important;
    margin-top: 0.75rem;
}

.terminal[b-nhbz56wmqm] {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #2a2a3a;
    background: #0d1117;
}

.terminal-header[b-nhbz56wmqm] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0.85rem;
    background: #161b22;
    border-bottom: 1px solid #21262d;
}

.terminal-dots[b-nhbz56wmqm] {
    display: flex;
    gap: 6px;
}

.dot[b-nhbz56wmqm] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dot.red[b-nhbz56wmqm] { background: #ff5f57; }
.dot.yellow[b-nhbz56wmqm] { background: #febc2e; }
.dot.green[b-nhbz56wmqm] { background: #28c840; }

.terminal-title[b-nhbz56wmqm] {
    color: #6b7280;
    font-size: 0.75rem;
}

.terminal-body[b-nhbz56wmqm] {
    padding: 1rem;
    font-family: 'Cascadia Code', 'Fira Code', Consolas, monospace;
    font-size: 0.85rem;
    color: #e6edf3;
    overflow-x: auto;
}

.terminal-body pre[b-nhbz56wmqm] {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    white-space: pre;
}

.prompt[b-nhbz56wmqm] {
    color: #7ee787;
    margin-right: 0.5rem;
}

.manual-section[b-nhbz56wmqm] {
    margin-top: 1.5rem;
}

.expand-btn[b-nhbz56wmqm] {
    background: none;
    border: none;
    color: #9ca3af;
    font-size: 0.9rem;
    padding: 0.4rem 0;
    cursor: pointer;
    transition: color 0.2s;
}

.expand-btn:hover[b-nhbz56wmqm] {
    color: #e5e7eb;
}

.manual-content[b-nhbz56wmqm] {
    margin-top: 0.75rem;
}

.manual-content p[b-nhbz56wmqm] {
    color: #9ca3af;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.manual-content code[b-nhbz56wmqm] {
    color: #6ee7c3;
    background: rgba(0, 85, 80, 0.18);
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    font-size: 0.85rem;
}
/* /Components/Pages/AdminReference.razor.rz.scp.css */
.ref-sidebar[b-27v38rp51a] {
    width: 220px;
    flex-shrink: 0;
}

.ref-group-label[b-27v38rp51a] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.35);
    padding: 0 8px;
    margin-bottom: 6px;
}

.ref-item[b-27v38rp51a] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 8px 12px;
    background: none;
    border: none;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.12s ease;
    text-align: left;
}

.ref-item:hover[b-27v38rp51a] {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.ref-item.active[b-27v38rp51a] {
    background: rgba(0, 85, 80, 0.32);
    color: #FFE6CD;
    box-shadow: inset 2px 0 0 0 #FFE6CD;
}

.ref-content-panel[b-27v38rp51a] {
    flex: 1;
    background: #1e1e1e;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 500px;
}

.ref-empty[b-27v38rp51a] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.3);
}

.ref-content-header[b-27v38rp51a] {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ref-content-header h4[b-27v38rp51a] {
    color: #fff;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.ref-content-body[b-27v38rp51a] {
    flex: 1;
    padding: 20px;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Segoe UI', sans-serif;
    font-size: 0.85rem;
    line-height: 1.7;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-y: auto;
    max-height: calc(100vh - 250px);
}
/* /Components/Pages/AdminScreenLibrary.razor.rz.scp.css */
/* Table view */
.screen-table[b-rnko70km25] {
    --bs-table-hover-bg: rgba(255, 255, 255, 0.08);
}

/* Tabs */
.nav-tabs[b-rnko70km25] {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

.nav-tabs .nav-link[b-rnko70km25] {
    color: rgba(255, 255, 255, 0.6);
    border: none;
    padding: 8px 16px;
    transition: color 0.15s ease;
}

.nav-tabs .nav-link:hover[b-rnko70km25] {
    color: rgba(255, 255, 255, 0.9);
    border: none;
}

.nav-tabs .nav-link.active[b-rnko70km25] {
    color: #FFE6CD;
    background: transparent;
    border: none;
    border-bottom: 2px solid #FFE6CD;
}

/* Search */
.filter-search[b-rnko70km25] {
    max-width: 400px;
    border-color: rgba(255, 255, 255, 0.15);
}

.filter-search[b-rnko70km25]::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

/* Grid view */
.screen-grid[b-rnko70km25] {
    display: grid;
    grid-template-columns: repeat(auto-fill, 560px);
    gap: 28px;
}

.screen-card[b-rnko70km25] {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #212529;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.screen-card:hover[b-rnko70km25] {
    transform: translateY(-3px);
    border-color: rgba(255, 230, 205, 0.32);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
    color: inherit;
    text-decoration: none;
}

/* Preview with actual section content */
.screen-card-preview[b-rnko70km25] {
    aspect-ratio: 16 / 9;
    background: #181818;
    overflow: hidden;
    position: relative;
}

.active-badge[b-rnko70km25] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(40, 217, 156, 0.92);
    color: #08120f;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 999px;
    z-index: 1;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
}

.card-action-btn[b-rnko70km25] {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.15s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    z-index: 5;
    font-size: 0.9rem;
}

.screen-card:hover .card-action-btn[b-rnko70km25] {
    opacity: 1;
}

.card-action-btn:hover[b-rnko70km25] {
    background: rgba(0, 85, 80, 0.95);
    color: #FFE6CD;
    border-color: rgba(255, 230, 205, 0.4);
}

.screen-card-info[b-rnko70km25] {
    padding: 14px 16px;
}

.screen-card-name[b-rnko70km25] {
    font-size: 1.05rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 4px;
}

.screen-card-meta[b-rnko70km25] {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

/* Skeleton loading */
.skeleton-card[b-rnko70km25] {
    pointer-events: none;
}

.skeleton-shimmer[b-rnko70km25] {
    background: linear-gradient(90deg, #1e1e1e 25%, #2a2a2a 50%, #1e1e1e 75%);
    background-size: 200% 100%;
    animation: shimmer-b-rnko70km25 1.5s infinite;
}

.skeleton-line[b-rnko70km25] {
    background: linear-gradient(90deg, #2a2a2a 25%, #333 50%, #2a2a2a 75%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: shimmer-b-rnko70km25 1.5s infinite;
}

@keyframes shimmer-b-rnko70km25 {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
/* /Components/Pages/AdminScreenScheduler.razor.rz.scp.css */
/* Date / time / select pickers default to a light theme; invert keeps them
   readable on the dark surface (existing behaviour preserved). */
input[type="date"][b-lhltszzllm],
input[type="time"][b-lhltszzllm],
select[b-lhltszzllm] {
    filter: invert(1);
}

/* ---------- Page shell ---------- */
.scheduler-page[b-lhltszzllm] {
    max-width: 1500px;
}

.scheduler-header[b-lhltszzllm] {
    margin-bottom: 14px;
}

.scheduler-title[b-lhltszzllm] {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: -0.4px;
    color: #f1f1f1;
}

/* ---------- Section block ---------- */
.schedule-section[b-lhltszzllm] {
    margin-bottom: 48px;
}

.schedule-section:last-child[b-lhltszzllm] {
    margin-bottom: 0;
}

.schedule-section-header[b-lhltszzllm] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #f1f1f1;
    margin-bottom: 10px;
    padding: 0 2px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.schedule-section-header i[b-lhltszzllm] {
    color: #FFE6CD;
    font-size: 0.95rem;
}

.count-pill[b-lhltszzllm] {
    margin-left: 2px;
    padding: 0 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.5;
}

.past-toggle[b-lhltszzllm] {
    margin-left: auto;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.72rem;
    padding: 3px 9px;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.past-toggle:hover[b-lhltszzllm] {
    color: #FFE6CD;
    border-color: rgba(255, 230, 205, 0.3);
    background: rgba(255, 230, 205, 0.05);
}

.past-toggle i[b-lhltszzllm] {
    font-size: 0.78rem;
}

/* ---------- Tables ---------- */
.table-wrap[b-lhltszzllm] {
    background: #1f1f1f;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.schedule-table[b-lhltszzllm] {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
    color: #f1f1f1;
}

.schedule-table thead th[b-lhltszzllm] {
    background: #161616;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    font-size: 0.66rem;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding: 8px 14px;
    border: 0;
}

.schedule-table tbody td[b-lhltszzllm] {
    padding: 8px 14px;
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    vertical-align: middle;
    font-size: 0.86rem;
}

.schedule-table tbody tr:first-child td[b-lhltszzllm] {
    border-top: none;
}

.schedule-table tbody tr:not(.add-row):not(.active-row):hover td[b-lhltszzllm] {
    background: rgba(255, 255, 255, 0.02);
}

.screen-cell[b-lhltszzllm] {
    font-weight: 500;
    color: #FFE6CD;
}

.muted-row .screen-cell[b-lhltszzllm],
.muted-row td[b-lhltszzllm] {
    color: rgba(255, 255, 255, 0.4);
}

.muted-row .screen-cell[b-lhltszzllm] {
    color: rgba(255, 230, 205, 0.55);
}

/* Highlight row showing the rule that's currently driving the display */
.schedule-table tbody tr.active-row td[b-lhltszzllm] {
    background: rgba(40, 217, 156, 0.13);
    border-top-color: rgba(40, 217, 156, 0.32);
}

.schedule-table tbody tr.active-row td:first-child[b-lhltszzllm] {
    box-shadow: inset 3px 0 0 0 #28d99c;
}

.schedule-table tbody tr.active-row + tr td[b-lhltszzllm] {
    border-top-color: rgba(40, 217, 156, 0.32);
}

.schedule-table tbody tr.active-row .screen-cell[b-lhltszzllm] {
    color: #fff;
}

/* The "Add new" form row at the bottom of each table */
.schedule-table tbody tr.add-row td[b-lhltszzllm] {
    background: rgba(255, 255, 255, 0.025);
    border-top: 1px dashed rgba(255, 255, 255, 0.14);
    padding: 10px 14px;
}

/* The inline edit row (replaces a normal row when user clicks Edit) */
.schedule-table tbody tr.edit-row td[b-lhltszzllm] {
    background: rgba(180, 215, 225, 0.06);
    border-top: 1px solid rgba(180, 215, 225, 0.22);
    border-bottom: 1px solid rgba(180, 215, 225, 0.22);
    padding: 10px 14px;
}

.schedule-table tbody tr.edit-row td:first-child[b-lhltszzllm] {
    box-shadow: inset 3px 0 0 0 #B4D7E1;
}

.add-hint[b-lhltszzllm] {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(255, 230, 205, 0.10);
    color: #FFE6CD;
    font-size: 0.62rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.add-hint.editing[b-lhltszzllm] {
    background: rgba(78, 160, 255, 0.18);
    color: #9cc6ff;
}

.action-buttons[b-lhltszzllm] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    justify-content: flex-end;
}

.btn-icon-secondary[b-lhltszzllm] {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    width: 26px;
    height: 26px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
    font-size: 0.78rem;
}

.btn-icon-secondary:hover[b-lhltszzllm] {
    color: #FFE6CD;
    background: rgba(255, 230, 205, 0.08);
    border-color: rgba(255, 230, 205, 0.3);
}

/* Compact form-controls inside table rows */
.schedule-table .form-control[b-lhltszzllm] {
    font-size: 0.82rem;
    padding: 4px 8px;
    height: auto;
    min-height: 30px;
}

/* ---------- Status badges ---------- */
.status-badge[b-lhltszzllm] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 0.64rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    line-height: 1.5;
}

.status-badge i[b-lhltszzllm] {
    font-size: 0.66rem;
}

.status-active[b-lhltszzllm] {
    background: rgba(40, 217, 156, 0.20);
    color: #6ee7c3;
    border: 1px solid rgba(40, 217, 156, 0.45);
}

.status-pending[b-lhltszzllm] {
    background: rgba(255, 193, 7, 0.14);
    color: #ffd56b;
    border: 1px solid rgba(255, 193, 7, 0.30);
}

.status-outdated[b-lhltszzllm] {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.status-conflict[b-lhltszzllm] {
    background: rgba(220, 53, 69, 0.16);
    color: #ff8a95;
    border: 1px solid rgba(220, 53, 69, 0.4);
}

.schedule-table tbody tr.conflict-row td[b-lhltszzllm] {
    box-shadow: inset 0 -1px 0 rgba(220, 53, 69, 0.25);
}

.schedule-table tbody tr.conflict-row.active-row td:first-child[b-lhltszzllm] {
    box-shadow: inset 3px 0 0 0 #28d99c, inset 0 -1px 0 rgba(220, 53, 69, 0.25);
}

/* ---------- Day pills ---------- */
.day-pills[b-lhltszzllm] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.day-pill[b-lhltszzllm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    padding: 2px 7px;
    border-radius: 5px;
    background: rgba(255, 230, 205, 0.10);
    color: #FFE6CD;
    font-size: 0.66rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.day-pill.today[b-lhltszzllm] {
    background: rgba(40, 217, 156, 0.22);
    color: #6ee7c3;
    box-shadow: inset 0 0 0 1px rgba(40, 217, 156, 0.45);
}

/* Recurring add-row — checkbox grid */
.day-checkbox-group[b-lhltszzllm] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.day-checkbox[b-lhltszzllm] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 7px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 5px;
    font-size: 0.7rem;
    cursor: pointer;
    user-select: none;
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
}

.day-checkbox input[b-lhltszzllm] {
    margin: 0;
    cursor: pointer;
}

/* ---------- Time range display ---------- */
.time-range[b-lhltszzllm] {
    font-variant-numeric: tabular-nums;
    color: #f1f1f1;
    font-weight: 500;
    white-space: nowrap;
}

.time-range .arrow[b-lhltszzllm] {
    color: rgba(255, 255, 255, 0.3);
    margin: 0 6px;
    font-size: 0.78rem;
}

.time-input-pair[b-lhltszzllm] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.time-input-pair .form-control[b-lhltszzllm] {
    min-width: 0;
}

.time-arrow[b-lhltszzllm] {
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.78rem;
    flex-shrink: 0;
}

/* ---------- Buttons ---------- */
.btn-add[b-lhltszzllm] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 11px;
    background: #005550;
    color: #FFE6CD;
    border: 1px solid rgba(255, 230, 205, 0.18);
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.05s ease;
    line-height: 1.5;
}

.btn-add:hover[b-lhltszzllm] {
    background: #00736b;
    color: #FFE6CD;
}

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

.btn-icon-danger[b-lhltszzllm] {
    background: transparent;
    color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.08);
    width: 26px;
    height: 26px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
    font-size: 0.78rem;
}

.btn-icon-danger:hover[b-lhltszzllm] {
    background: rgba(220, 53, 69, 0.15);
    color: #ff8a95;
    border-color: rgba(220, 53, 69, 0.4);
}

/* ---------- Default screen card ---------- */
.default-card[b-lhltszzllm] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
    background: #1f1f1f;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    padding: 12px 16px;
}

.default-card.active-default[b-lhltszzllm] {
    background: rgba(40, 217, 156, 0.10);
    border-color: rgba(40, 217, 156, 0.38);
    box-shadow: inset 3px 0 0 0 #28d99c;
}

.field-label[b-lhltszzllm] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.62rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 4px;
}

.default-info-icon[b-lhltszzllm] {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.35);
    cursor: help;
    transition: color 0.15s ease;
}

.default-info-icon:hover[b-lhltszzllm] {
    color: rgba(255, 230, 205, 0.85);
}

.current-default[b-lhltszzllm] {
    font-size: 0.98rem;
    font-weight: 600;
    color: #FFE6CD;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.default-help[b-lhltszzllm] {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.76rem;
}

.default-controls[b-lhltszzllm] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 280px;
}

.default-controls .form-control[b-lhltszzllm] {
    flex: 1;
    font-size: 0.82rem;
    padding: 4px 8px;
    height: auto;
    min-height: 30px;
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 900px) {
    .default-card[b-lhltszzllm] {
        grid-template-columns: 1fr;
    }
    .default-controls[b-lhltszzllm] {
        min-width: 0;
    }
}
/* /Components/Pages/AdminSectionEditor.razor.rz.scp.css */
.back-link[b-mbzg4d9d0f] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 0.85rem;
    margin-bottom: 12px;
    transition: color 0.15s ease;
}

.back-link:hover[b-mbzg4d9d0f] {
    color: #fff;
}

.editor-layout[b-mbzg4d9d0f] {
    display: flex;
    height: calc(100vh - 52px);
    margin: -24px;
    overflow: hidden;
}

.editor-form[b-mbzg4d9d0f] {
    width: 50%;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.editor-form-scroll[b-mbzg4d9d0f] {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
    padding-bottom: 8px;
}

.editor-actions[b-mbzg4d9d0f] {
    display: flex;
    gap: 8px;
    padding: 12px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #1a1a1a;
    flex-shrink: 0;
}

.editor-preview[b-mbzg4d9d0f] {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: #141414;
    position: sticky;
    top: 0;
}

.preview-label[b-mbzg4d9d0f] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.preview-container[b-mbzg4d9d0f] {
    background: #1e1e1e;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.preview-meta[b-mbzg4d9d0f] {
    margin-top: 12px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
}

/* Code context wrappers for style fields */
.code-context[b-mbzg4d9d0f] {
    display: flex;
    align-items: center;
    background: #1e1e1e;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 0 10px;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.85rem;
    overflow: hidden;
}

.code-context-tag[b-mbzg4d9d0f] {
    color: rgba(255, 255, 255, 0.35);
    white-space: nowrap;
    user-select: none;
    flex-shrink: 0;
}

.code-context-input[b-mbzg4d9d0f] {
    flex: 1;
    background: transparent;
    border: none;
    color: #ce9178;
    font-family: inherit;
    font-size: inherit;
    padding: 8px 4px;
    outline: none;
    min-width: 0;
}

.code-context-input[b-mbzg4d9d0f]::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

/* CodeMirror wrapper */
.code-editor-wrapper[b-mbzg4d9d0f] {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    overflow: hidden;
}

.editor-code-container[b-mbzg4d9d0f] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* CodeMirror overrides */
.code-editor-wrapper[b-mbzg4d9d0f]  .CodeMirror {
    height: 400px;
    font-size: 0.85rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
}

/* ApiData badge — Clave teal */
.bg-purple[b-mbzg4d9d0f] {
    background-color: #005550;
    color: #FFE6CD;
}
/* /Components/Pages/AdminSectionLibrary.razor.rz.scp.css */
/* Table view */
.section-table[b-xgv1izvbbw] {
    border-collapse: separate;
    border-spacing: 0;
    --bs-table-hover-bg: rgba(255, 255, 255, 0.08);
}

/* Filters */
.filter-select[b-xgv1izvbbw] {
    max-width: 200px;
    border-color: rgba(255, 230, 205, 0.12);
}

.filter-search[b-xgv1izvbbw] {
    max-width: 400px;
    border-color: rgba(255, 255, 255, 0.15);
}

.filter-search[b-xgv1izvbbw]::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

/* Tabs */
.nav-tabs[b-xgv1izvbbw] {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

.nav-tabs .nav-link[b-xgv1izvbbw] {
    color: rgba(255, 255, 255, 0.6);
    border: none;
    padding: 8px 16px;
    transition: color 0.15s ease;
}

.nav-tabs .nav-link:hover[b-xgv1izvbbw] {
    color: rgba(255, 255, 255, 0.9);
    border: none;
}

.nav-tabs .nav-link.active[b-xgv1izvbbw] {
    color: #FFE6CD;
    background: transparent;
    border: none;
    border-bottom: 2px solid #FFE6CD;
}

/* Type badges — Clave brand palette, restrained chip treatment */
.badge[b-xgv1izvbbw] {
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 4px 9px;
    border-radius: 4px;
    font-size: 0.7rem;
}

.badge-normal[b-xgv1izvbbw] {
    background-color: rgba(180, 215, 225, 0.16);
    color: #B4D7E1;
}

.badge-iframe[b-xgv1izvbbw] {
    background-color: rgba(180, 215, 225, 0.92);
    color: #002850;
}

.badge-countdown[b-xgv1izvbbw] {
    background-color: rgba(255, 190, 45, 0.92);
    color: #002850;
}

.badge-html[b-xgv1izvbbw] {
    background-color: rgba(250, 150, 145, 0.92);
    color: #2a0c0c;
}

.badge-datadisplay[b-xgv1izvbbw] {
    background-color: rgba(40, 217, 156, 0.18);
    color: #6ee7c3;
}

.badge-apidata[b-xgv1izvbbw] {
    background-color: #005550;
    color: #FFE6CD;
}

/* Grid view */
.section-grid[b-xgv1izvbbw] {
    display: grid;
    grid-template-columns: repeat(auto-fill, 380px);
    gap: 24px;
}

.section-card[b-xgv1izvbbw] {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #212529;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.section-card:hover[b-xgv1izvbbw] {
    transform: translateY(-3px);
    border-color: rgba(255, 230, 205, 0.32);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
    color: inherit;
    text-decoration: none;
}

.section-card-preview[b-xgv1izvbbw] {
    aspect-ratio: 16 / 9;
    background: #181818;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.card-action-btn[b-xgv1izvbbw] {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.15s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    z-index: 5;
    font-size: 0.9rem;
}

.section-card:hover .card-action-btn[b-xgv1izvbbw] {
    opacity: 1;
}

.card-action-btn:hover[b-xgv1izvbbw] {
    background: rgba(0, 85, 80, 0.95);
    color: #FFE6CD;
    border-color: rgba(255, 230, 205, 0.4);
}

.section-card-render[b-xgv1izvbbw] {
    width: 1024px;
    height: 576px;
    transform: scale(0.371); /* 380px card width / 1024px render width */
    flex-shrink: 0;
    pointer-events: none;
}

/* Skeleton loading */
.skeleton-card[b-xgv1izvbbw] {
    pointer-events: none;
}

.skeleton-shimmer[b-xgv1izvbbw] {
    background: linear-gradient(90deg, #1e1e1e 25%, #2a2a2a 50%, #1e1e1e 75%);
    background-size: 200% 100%;
    animation: shimmer-b-xgv1izvbbw 1.5s infinite;
}

.skeleton-line[b-xgv1izvbbw] {
    border-radius: 4px;
    animation: shimmer-b-xgv1izvbbw 1.5s infinite;
    background: linear-gradient(90deg, #2a2a2a 25%, #333 50%, #2a2a2a 75%);
    background-size: 200% 100%;
}

@keyframes shimmer-b-xgv1izvbbw {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.section-card-info[b-xgv1izvbbw] {
    padding: 14px 16px;
}

.section-card-header[b-xgv1izvbbw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.section-card-name[b-xgv1izvbbw] {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 8px;
}

.section-card-meta[b-xgv1izvbbw] {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.display-root[b-j571lwaxd9] {
    height: 100%;
    position: relative;
}

/* --- Slide-down overlay --- */

.info-overlay[b-j571lwaxd9] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 40vh;
    z-index: 10000;
    display: flex;
    flex-direction: column;
}

.panel-slider[b-j571lwaxd9] {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.info-overlay.active .panel-slider[b-j571lwaxd9] {
    grid-template-rows: 1fr;
}

.info-panel[b-j571lwaxd9] {
    overflow: hidden;
    min-height: 0;
}

.info-content[b-j571lwaxd9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    gap: 32px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(28px) saturate(1.4);
    -webkit-backdrop-filter: blur(28px) saturate(1.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25),
                inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.info-items[b-j571lwaxd9] {
    display: flex;
    align-items: center;
    gap: 28px;
    flex: 1;
    min-width: 0;
}

.info-item[b-j571lwaxd9] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.info-label[b-j571lwaxd9] {
    font-size: 0.58rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
}

.info-value[b-j571lwaxd9] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 500;
    white-space: nowrap;
}

.info-value.countdown[b-j571lwaxd9] {
    font-variant-numeric: tabular-nums;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.info-divider[b-j571lwaxd9] {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

/* --- Admin button --- */

.admin-btn[b-j571lwaxd9] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 20px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    white-space: nowrap;
    transition: background 0.2s ease,
                border-color 0.2s ease,
                box-shadow 0.2s ease;
}

.admin-btn:hover[b-j571lwaxd9] {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.admin-btn:active[b-j571lwaxd9] {
    background: rgba(255, 255, 255, 0.15);
}
/* /Components/Sections/ApiDataSection.razor.rz.scp.css */
.api-data-container[b-7t7g4m7zxz] {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* /Components/Sections/CountdownSection.razor.rz.scp.css */
.countdown-container[b-5cfloxnu9u]{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;

    h3{
        margin: 0;
    }

    .item[b-5cfloxnu9u] {
        color: darkgray;
    }
}
/* /Components/Sections/DataDisplaySection.razor.rz.scp.css */
.data-display-container[b-ngf6c68qyn] {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* /Components/Sections/GridEditor.razor.rz.scp.css */
.editor-zone[b-vco15lb1ne] {
    position: relative;
    border: 2px dashed #444;
    border-radius: 4px;
    min-height: 40px;
    min-width: 40px;
    overflow: hidden;
    transition: border-color 0.15s;
}

.editor-zone:hover[b-vco15lb1ne] {
    border-color: #2175ef;
    cursor: pointer;
}

.zone-preview[b-vco15lb1ne] {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    pointer-events: none;
}

.zone-delete-btn[b-vco15lb1ne] {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 5;
    padding: 0 4px;
    line-height: 1.2;
    opacity: 0.7;
}

.zone-delete-btn:hover[b-vco15lb1ne] {
    opacity: 1;
}

.zone-empty[b-vco15lb1ne] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 8px;
}

.zone-select[b-vco15lb1ne] {
    max-width: 200px;
}

.grid-drag-handle[b-vco15lb1ne] {
    background: transparent;
    transition: background 0.15s;
}

.grid-drag-handle:hover[b-vco15lb1ne] {
    background: rgba(33, 117, 239, 0.5);
}
/* /Components/Sections/GridRenderer.razor.rz.scp.css */
.grid-zone[b-5xjec64bu4] {
    overflow: hidden;
    position: relative;
}

.grid-zone-edit[b-5xjec64bu4] {
    border: 2px dashed #444;
    border-radius: 4px;
    min-height: 60px;
    min-width: 60px;
}
/* /Components/Sections/HtmlSection.razor.rz.scp.css */
.html-container[b-3m8yrcol78] {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* /Components/Sections/IframeSection.razor.rz.scp.css */
.iframe-container[b-3jxjtijj0d]{
    height: 100%;
    
    iframe{
        width:100%;
        height: 100%;
    }
}
/* /Components/Sections/Normal.razor.rz.scp.css */
.normal-container[b-2clk7bemrk]{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: 100%; 
    height: 100%;
    justify-content: center;
    
    h3{
        margin: 0;
    }
    
    .item[b-2clk7bemrk] {
        color: darkgray;
    }
}
