/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-p5t9i1cnrg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-p5t9i1cnrg] {
    flex: 1;
}

.sidebar[b-p5t9i1cnrg] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-p5t9i1cnrg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-p5t9i1cnrg]  a, .top-row[b-p5t9i1cnrg]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-p5t9i1cnrg]  a:hover, .top-row[b-p5t9i1cnrg]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-p5t9i1cnrg]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }


#blazor-error-ui[b-p5t9i1cnrg] {
    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-p5t9i1cnrg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.bi[b-1lc90lbhmo] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bi-house-door-fill-nav-menu[b-1lc90lbhmo] {
    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");
}

.nav-item[b-1lc90lbhmo] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-1lc90lbhmo] {
    padding-top: 1rem;
}
.nav-item:last-of-type[b-1lc90lbhmo] {
    padding-bottom: 1rem;
}

.nav-item[b-1lc90lbhmo]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-1lc90lbhmo]  a.active {
    background-color: rgba(255, 255, 255, 0.37);
    color: white;
}

.nav-item[b-1lc90lbhmo]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}
/* /Components/Pages/AdminMcpSetup.razor.rz.scp.css */
.setup-container[b-x7inrkcpg0] {
    max-width: 640px;
}

h2[b-x7inrkcpg0] {
    color: #f1f1f1;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.subtitle[b-x7inrkcpg0] {
    color: #9ca3af;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.install-section h5[b-x7inrkcpg0] {
    color: #e5e7eb;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.install-section p[b-x7inrkcpg0] {
    color: #9ca3af;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.hint[b-x7inrkcpg0] {
    color: #6b7280 !important;
    font-size: 0.8rem !important;
    margin-top: 0.75rem;
}

.terminal[b-x7inrkcpg0] {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #2a2a3a;
    background: #0d1117;
}

.terminal-header[b-x7inrkcpg0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0.85rem;
    background: #161b22;
    border-bottom: 1px solid #21262d;
}

.terminal-dots[b-x7inrkcpg0] {
    display: flex;
    gap: 6px;
}

.dot[b-x7inrkcpg0] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dot.red[b-x7inrkcpg0] { background: #ff5f57; }
.dot.yellow[b-x7inrkcpg0] { background: #febc2e; }
.dot.green[b-x7inrkcpg0] { background: #28c840; }

.terminal-title[b-x7inrkcpg0] {
    color: #6b7280;
    font-size: 0.75rem;
}

.terminal-body[b-x7inrkcpg0] {
    padding: 1rem;
    font-family: 'Cascadia Code', 'Fira Code', Consolas, monospace;
    font-size: 0.85rem;
    color: #e6edf3;
    overflow-x: auto;
}

.terminal-body pre[b-x7inrkcpg0] {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    white-space: pre;
}

.prompt[b-x7inrkcpg0] {
    color: #7ee787;
    margin-right: 0.5rem;
}

.manual-section[b-x7inrkcpg0] {
    margin-top: 1.5rem;
}

.expand-btn[b-x7inrkcpg0] {
    background: none;
    border: none;
    color: #9ca3af;
    font-size: 0.9rem;
    padding: 0.4rem 0;
    cursor: pointer;
    transition: color 0.2s;
}

.expand-btn:hover[b-x7inrkcpg0] {
    color: #e5e7eb;
}

.manual-content[b-x7inrkcpg0] {
    margin-top: 0.75rem;
}

.manual-content p[b-x7inrkcpg0] {
    color: #9ca3af;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.manual-content code[b-x7inrkcpg0] {
    color: #a78bfa;
    background: rgba(167, 139, 250, 0.1);
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    font-size: 0.85rem;
}
/* /Components/Pages/AdminScreenScheduler.razor.rz.scp.css */
input[type="date"][b-abea8d9eu9],
input[type="time"][b-abea8d9eu9],
select[b-abea8d9eu9] {
    filter: invert(1);
}
/* /Components/Sections/CountdownSection.razor.rz.scp.css */
.countdown-container[b-z4gr8bvbff]{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;

    h3{
        margin: 0;
    }

    .item[b-z4gr8bvbff] {
        color: darkgray;
    }
}
/* /Components/Sections/DataDisplaySection.razor.rz.scp.css */
.data-display-container[b-w0mpeor0n5] {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* /Components/Sections/GridEditor.razor.rz.scp.css */
.editor-zone[b-exv4gwu8te] {
    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-exv4gwu8te] {
    border-color: #2175ef;
    cursor: pointer;
}

.zone-preview[b-exv4gwu8te] {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    pointer-events: none;
}

.zone-delete-btn[b-exv4gwu8te] {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 5;
    padding: 0 4px;
    line-height: 1.2;
    opacity: 0.7;
}

.zone-delete-btn:hover[b-exv4gwu8te] {
    opacity: 1;
}

.zone-empty[b-exv4gwu8te] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 8px;
}

.zone-select[b-exv4gwu8te] {
    max-width: 200px;
}

.grid-drag-handle[b-exv4gwu8te] {
    background: transparent;
    transition: background 0.15s;
}

.grid-drag-handle:hover[b-exv4gwu8te] {
    background: rgba(33, 117, 239, 0.5);
}
/* /Components/Sections/GridRenderer.razor.rz.scp.css */
.grid-zone[b-o7cisyczly] {
    overflow: hidden;
    position: relative;
}

.grid-zone-edit[b-o7cisyczly] {
    border: 2px dashed #444;
    border-radius: 4px;
    min-height: 60px;
    min-width: 60px;
}
/* /Components/Sections/HtmlSection.razor.rz.scp.css */
.html-container[b-sqgflez12n] {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* /Components/Sections/IframeSection.razor.rz.scp.css */
.iframe-container[b-4mnh0aitvp]{
    height: 100%;
    
    iframe{
        width:100%;
        height: 100%;
    }
}
/* /Components/Sections/Normal.razor.rz.scp.css */
.normal-container[b-u1byktx9c0]{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: 100%; 
    height: 100%;
    justify-content: center;
    
    h3{
        margin: 0;
    }
    
    .item[b-u1byktx9c0] {
        color: darkgray;
    }
}
