/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-jnyumvwdkl] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-jnyumvwdkl] {
    flex: 1;
    background-color: var(--sat-bg);
}

.sidebar[b-jnyumvwdkl] {
    background: var(--sat-dark);
    border-right: 1px solid var(--sat-border);
}

.top-row[b-jnyumvwdkl] {
    background-color: var(--sat-card);
    border-bottom: 1px solid var(--sat-border);
    justify-content: space-between;
    height: 2.5rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

.top-row-label[b-jnyumvwdkl] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--sat-text-muted);
}

.top-row[b-jnyumvwdkl]  a, .top-row[b-jnyumvwdkl]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--sat-text-muted);
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    transition: color 0.15s ease;
}

.top-row[b-jnyumvwdkl]  a:hover, .top-row[b-jnyumvwdkl]  .btn-link:hover {
    color: var(--sat-rose);
    text-decoration: none;
}

@media (max-width: 640.98px) {
    .top-row[b-jnyumvwdkl] {
        justify-content: space-between;
    }
}

@media (min-width: 641px) {
    .page[b-jnyumvwdkl] {
        flex-direction: row;
    }

    .sidebar[b-jnyumvwdkl] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jnyumvwdkl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-jnyumvwdkl], article[b-jnyumvwdkl] {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
}

#blazor-error-ui[b-jnyumvwdkl] {
    background: var(--sat-rose);
    color: #fff;
    bottom: 0;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.3);
    display: none;
    left: 0;
    padding: 0.4rem 1rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-weight: 500;
    font-size: 0.85rem;
}

#blazor-error-ui .dismiss[b-jnyumvwdkl] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.35rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-b7sixzmyv2] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2rem;
    color: white;
    position: absolute;
    top: 0.4rem;
    right: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.5rem rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.navbar-toggler:checked[b-b7sixzmyv2] {
    background-color: rgba(255, 255, 255, 0.15);
}

.top-row[b-b7sixzmyv2] {
    height: 2.5rem;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.navbar-brand[b-b7sixzmyv2] {
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.brand-icon[b-b7sixzmyv2] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: var(--sat-rose);
    font-size: 0.7rem;
    color: #fff;
}

.brand-text[b-b7sixzmyv2] {
    font-family: 'Poppins', 'Instrument Sans', sans-serif;
}

.nav-icon[b-b7sixzmyv2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    margin-right: 0.5rem;
    font-size: 0.75rem;
    opacity: 0.6;
    transition: opacity 0.15s ease;
}

.nav-item[b-b7sixzmyv2] {
    font-size: 0.8rem;
    padding-bottom: 0;
}

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

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

.nav-item[b-b7sixzmyv2]  .nav-link {
    color: rgba(255, 255, 255, 0.5);
    background: none;
    border: none;
    border-radius: 6px;
    height: 2.1rem;
    display: flex;
    align-items: center;
    line-height: 2.1rem;
    width: 100%;
    font-weight: 500;
    transition: all 0.15s ease;
    border-left: 2px solid transparent;
    padding-left: 0.5rem;
}

.nav-item[b-b7sixzmyv2]  a.active {
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-left-color: var(--sat-rose);
}

.nav-item[b-b7sixzmyv2]  a.active .nav-icon {
    opacity: 1;
    color: var(--sat-rose);
}

.nav-item[b-b7sixzmyv2]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.85);
}

.nav-item[b-b7sixzmyv2]  .nav-link:hover .nav-icon {
    opacity: 0.8;
}

.nav-scrollable[b-b7sixzmyv2] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-b7sixzmyv2] {
    display: flex;
    flex-direction: column;
}

.nav-footer[b-b7sixzmyv2] {
    margin-top: auto;
    padding: 0.75rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.nav-footer-text[b-b7sixzmyv2] {
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
}

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

    .nav-scrollable[b-b7sixzmyv2] {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 2.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Error.razor.rz.scp.css */
.error-card[b-4axravhxpq] {
    max-width: 480px;
    margin: 2rem auto;
    text-align: center;
    background: var(--sat-card);
    border: 1px solid var(--sat-border);
    border-radius: var(--sat-radius);
    padding: 2rem 1.5rem;
}

.error-icon[b-4axravhxpq] {
    font-size: 2rem;
    color: var(--sat-rose);
    margin-bottom: 0.75rem;
}

.error-card h2[b-4axravhxpq] {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--sat-text);
    margin: 0 0 0.35rem 0;
}

.error-card > p[b-4axravhxpq] {
    color: var(--sat-text-muted);
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.error-detail[b-4axravhxpq] {
    background: var(--sat-dark);
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    margin-bottom: 1rem;
    font-size: 0.8rem;
}

.error-detail code[b-4axravhxpq] {
    font-size: 0.75rem;
    color: var(--sat-rose);
}

.error-info[b-4axravhxpq] {
    text-align: left;
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-radius: 6px;
    padding: 0.75rem 1rem;
    font-size: 0.8rem;
    color: #fbbf24;
}

.error-info p[b-4axravhxpq] {
    margin: 0;
}

.error-info code[b-4axravhxpq] {
    background: rgba(255, 255, 255, 0.06);
    padding: 0.1rem 0.25rem;
    border-radius: 3px;
    font-size: 0.75rem;
    color: var(--sat-text);
}
/* /Components/Pages/FileTransfer.razor.rz.scp.css */
.ft-card[b-yso8bh8o3v] {
    background: var(--sat-card);
    border: 1px solid var(--sat-border);
    border-radius: var(--sat-radius);
    padding: 1rem;
    margin-top: 0.75rem;
}

.ft-header h2[b-yso8bh8o3v] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--sat-text);
    margin: 0 0 0.15rem 0;
}

.ft-subtitle[b-yso8bh8o3v] {
    color: var(--sat-text-muted);
    font-size: 0.8rem;
    margin: 0 0 0.75rem 0;
}

.ft-section[b-yso8bh8o3v] {
    padding: 0.75rem 0;
    border-top: 1px solid var(--sat-border);
}

.ft-section:first-of-type[b-yso8bh8o3v] {
    border-top: none;
    padding-top: 0;
}

.ft-label[b-yso8bh8o3v] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    font-size: 0.8rem;
    color: var(--sat-text);
    margin-bottom: 0.5rem;
}

.ft-label i[b-yso8bh8o3v] {
    color: var(--sat-rose);
    font-size: 0.8rem;
}

.ft-upload-zone[b-yso8bh8o3v] {
    background: var(--sat-dark);
    border: 1px dashed var(--sat-border);
    border-radius: 6px;
    padding: 0.75rem;
}

.ft-upload-zone[b-yso8bh8o3v]  input[type="file"] {
    font-size: 0.8rem;
    color: var(--sat-text);
}

.ft-upload-hint[b-yso8bh8o3v] {
    font-size: 0.7rem;
    color: var(--sat-text-muted);
    margin: 0.35rem 0 0 0;
}

.ft-inline-form[b-yso8bh8o3v] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.ft-inline-form .form-control[b-yso8bh8o3v] {
    max-width: 280px;
    border-radius: 6px;
}

.ft-inline-form .btn[b-yso8bh8o3v] {
    white-space: nowrap;
}

.ft-status[b-yso8bh8o3v] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0.75rem;
    margin-top: 0.5rem;
    background: var(--sat-rose-light);
    color: var(--sat-rose);
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.preset-section[b-14s6q4ggwi] {
    margin-bottom: 0.35rem;
}

.preset-buttons[b-14s6q4ggwi] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.25rem;
}

.preset-button[b-14s6q4ggwi] {
    color: #fff;
    font-weight: 700;
    padding: 0.3rem 0.7rem;
    border-radius: 6px;
    border: none;
    font-size: 0.8rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: transform 100ms ease, box-shadow 100ms ease, filter 100ms ease;
    letter-spacing: 0.02em;
}

.preset-button:hover[b-14s6q4ggwi] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    filter: brightness(1.1);
}

.preset-button:active[b-14s6q4ggwi] {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.action-button[b-14s6q4ggwi] {
    border-radius: 6px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    padding: 0.25rem 0.6rem;
    font-size: 0.8rem;
}

.action-button:hover[b-14s6q4ggwi] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.preset-color-blue[b-14s6q4ggwi] {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
}

.preset-color-green[b-14s6q4ggwi] {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.preset-color-teal[b-14s6q4ggwi] {
    background: linear-gradient(135deg, #14b8a6, #0d9488);
}

.preset-color-purple[b-14s6q4ggwi] {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.preset-color-amber[b-14s6q4ggwi] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.preset-color-rose[b-14s6q4ggwi] {
    background: linear-gradient(135deg, #f43f5e, #e11d48);
}

.preset-color-indigo[b-14s6q4ggwi] {
    background: linear-gradient(135deg, #6366f1, #4338ca);
}

.preset-color-slate[b-14s6q4ggwi] {
    background: linear-gradient(135deg, #475569, #334155);
}

.settings-grid[b-14s6q4ggwi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.settings-group[b-14s6q4ggwi] {
    background: var(--sat-card);
    border: 1px solid var(--sat-border);
    border-radius: 6px;
    padding: 0.6rem 0.75rem;
}

.settings-group h5[b-14s6q4ggwi] {
    margin-bottom: 0.4rem;
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--sat-text);
}

.setting-row[b-14s6q4ggwi] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0.5rem;
    padding: 0.3rem 0;
    border-top: 1px solid var(--sat-border);
}

.setting-row:first-of-type[b-14s6q4ggwi] {
    border-top: none;
}

.setting-label[b-14s6q4ggwi] {
    font-weight: 500;
    font-size: 0.8rem;
    color: var(--sat-text-muted);
}

.setting-control[b-14s6q4ggwi] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    justify-content: flex-end;
}

.setting-control.with-action[b-14s6q4ggwi] {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.setting-control .form-control[b-14s6q4ggwi] {
    min-width: 140px;
}

.setting-control button[b-14s6q4ggwi] {
    margin-top: 0.15rem;
}

.theme-setting-control[b-14s6q4ggwi] {
    justify-content: flex-start;
}

.theme-setting-control .form-select[b-14s6q4ggwi] {
    min-width: 180px;
}

.advanced-feature-flags[b-14s6q4ggwi] {
    display: block;
    grid-column: 1 / -1;
    border-top: 1px solid var(--sat-border);
    padding: 0.3rem 0;
}

.advanced-feature-flags summary[b-14s6q4ggwi] {
    cursor: pointer;
    font-weight: 500;
    font-size: 0.8rem;
    color: var(--sat-text-muted);
    padding: 0.15rem 0;
}

.advanced-feature-flags summary:hover[b-14s6q4ggwi] {
    color: var(--sat-text);
}

.advanced-feature-flags-content[b-14s6q4ggwi] {
    margin-top: 0.35rem;
    padding-left: 0.75rem;
    border-left: 2px solid var(--sat-border);
}

.advanced-feature-flags-content .setting-row:first-of-type[b-14s6q4ggwi] {
    border-top: none;
}
/* /Components/Pages/Info.razor.rz.scp.css */
.ft-card[b-1nmkel7z84] {
    background: var(--sat-card);
    border: 1px solid var(--sat-border);
    border-radius: var(--sat-radius);
    padding: 1rem;
    margin-top: 0.75rem;
}

.ft-header h2[b-1nmkel7z84] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--sat-text);
    margin: 0 0 0.15rem 0;
}

.ft-subtitle[b-1nmkel7z84] {
    color: var(--sat-text-muted);
    font-size: 0.8rem;
    margin: 0 0 0.75rem 0;
}

.ft-section[b-1nmkel7z84] {
    padding: 0.75rem 0;
    border-top: 1px solid var(--sat-border);
}

.ft-section:first-of-type[b-1nmkel7z84] {
    border-top: none;
    padding-top: 0;
}

.ft-label[b-1nmkel7z84] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    font-size: 0.8rem;
    color: var(--sat-text);
    margin-bottom: 0.5rem;
}

.ft-label i[b-1nmkel7z84] {
    color: var(--sat-rose);
    font-size: 0.8rem;
}

.ft-upload-zone[b-1nmkel7z84] {
    background: var(--sat-dark);
    border: 1px dashed var(--sat-border);
    border-radius: 6px;
    padding: 0.75rem;
}

.ft-upload-zone[b-1nmkel7z84]  input[type="file"] {
    font-size: 0.8rem;
    color: var(--sat-text);
}

.ft-upload-hint[b-1nmkel7z84] {
    font-size: 0.7rem;
    color: var(--sat-text-muted);
    margin: 0.35rem 0 0 0;
}

.ft-inline-form[b-1nmkel7z84] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.ft-inline-form .form-control[b-1nmkel7z84] {
    max-width: 280px;
    border-radius: 6px;
}

.ft-inline-form .btn[b-1nmkel7z84] {
    white-space: nowrap;
}

.ft-status[b-1nmkel7z84] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0.75rem;
    margin-top: 0.5rem;
    background: var(--sat-rose-light);
    color: var(--sat-rose);
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
}
/* /Components/Pages/Logs.razor.rz.scp.css */
/* Main container */
.paper[b-n0oh10s47e] {
    background-color: var(--sat-card);
    border-radius: var(--sat-radius);
    border: 1px solid var(--sat-border);
    padding: 1rem;
    margin: 0.5rem 0;
}

.stack[b-n0oh10s47e] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Typography */
h4[b-n0oh10s47e] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--sat-text);
}

.subtitle[b-n0oh10s47e] {
    color: var(--sat-text-muted);
    font-size: 0.8rem;
    margin: 0 0 0.5rem 0;
    line-height: 1.4;
}

.tab-description[b-n0oh10s47e] {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    color: var(--sat-text-muted);
}

.empty-message[b-n0oh10s47e] {
    color: var(--sat-text-muted);
    font-size: 0.8rem;
    margin: 0.5rem 0;
}

/* Tabs */
.tabs-container[b-n0oh10s47e] {
    margin-top: 0.25rem;
}

.tabs-header[b-n0oh10s47e] {
    display: flex;
    gap: 0;
    border-bottom: 1px solid var(--sat-border);
    margin-bottom: 0.75rem;
}

.tab-button[b-n0oh10s47e] {
    background: none;
    border: none;
    padding: 0.4rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--sat-text-muted);
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.15s ease;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.tab-button:hover[b-n0oh10s47e] {
    background-color: rgba(255, 255, 255, 0.02);
    color: var(--sat-text);
}

.tab-button.active[b-n0oh10s47e] {
    color: var(--sat-rose);
    border-bottom-color: var(--sat-rose);
}

.tab-content[b-n0oh10s47e] {
    min-height: 200px;
}

.tab-panel[b-n0oh10s47e] {
    animation: fadeIn-b-n0oh10s47e 0.2s ease-in;
}

@keyframes fadeIn-b-n0oh10s47e {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Log container and list */
.log-container[b-n0oh10s47e] {
    border: 1px solid var(--sat-border);
    border-radius: 6px;
    padding: 0.5rem;
    max-height: calc(100vh - 260px);
    overflow-y: auto;
    background-color: var(--sat-dark);
}

.log-list[b-n0oh10s47e] {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.log-item[b-n0oh10s47e] {
    background-color: var(--sat-card);
    border-radius: 4px;
    padding: 0.35rem 0.5rem;
}

.log-header[b-n0oh10s47e] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.15rem;
    flex-wrap: wrap;
}

.log-timestamp[b-n0oh10s47e] {
    font-size: 0.7rem;
    color: var(--sat-text-muted);
    font-family: 'SF Mono', 'Fira Code', Menlo, monospace;
    white-space: nowrap;
}

.log-source[b-n0oh10s47e] {
    font-size: 0.7rem;
    color: var(--sat-text-muted);
    opacity: 0.7;
}

.log-message[b-n0oh10s47e] {
    font-size: 0.8rem;
    color: var(--sat-text);
    word-break: break-word;
    line-height: 1.35;
}

/* Chips (log level badges) */
.chip[b-n0oh10s47e] {
    display: inline-block;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.chip-verbose[b-n0oh10s47e] {
    background-color: rgba(107, 114, 128, 0.15);
    color: #6b7280;
}

.chip-debug[b-n0oh10s47e] {
    background-color: rgba(139, 92, 246, 0.15);
    color: #a78bfa;
}

.chip-information[b-n0oh10s47e] {
    background-color: rgba(59, 130, 246, 0.15);
    color: #60a5fa;
}

.chip-warning[b-n0oh10s47e] {
    background-color: rgba(245, 158, 11, 0.15);
    color: #fbbf24;
}

.chip-error[b-n0oh10s47e] {
    background-color: rgba(239, 68, 68, 0.15);
    color: #f87171;
}

.chip-fatal[b-n0oh10s47e] {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* Alert */
.alert[b-n0oh10s47e] {
    border-radius: 4px;
    padding: 0.4rem;
    margin-top: 0.25rem;
    font-size: 0.8rem;
}

.alert-error[b-n0oh10s47e] {
    background-color: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.2);
    color: #f87171;
}

.alert pre[b-n0oh10s47e] {
    margin: 0;
    font-family: 'SF Mono', 'Fira Code', Menlo, monospace;
    font-size: 0.7rem;
    white-space: pre-wrap;
    word-break: break-word;
}

/* Search container */
.search-container[b-n0oh10s47e] {
    margin-bottom: 0.5rem;
}

.search-wrapper[b-n0oh10s47e] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.search-icon[b-n0oh10s47e] {
    position: absolute;
    left: 0.6rem;
    color: var(--sat-text-muted);
    pointer-events: none;
    font-size: 0.85rem;
}

.search-input[b-n0oh10s47e] {
    width: 100%;
    padding: 0.35rem 2rem 0.35rem 2rem;
    border: 1px solid var(--sat-border);
    border-radius: 6px;
    font-size: 0.8rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    background: var(--sat-dark);
    color: var(--sat-text);
}

.search-input:focus[b-n0oh10s47e] {
    outline: none;
    border-color: var(--sat-rose);
    box-shadow: 0 0 0 2px var(--sat-rose-light);
}

.search-input[b-n0oh10s47e]::placeholder {
    color: var(--sat-text-muted);
}

.clear-button[b-n0oh10s47e] {
    position: absolute;
    right: 0.35rem;
    background: none;
    border: none;
    color: var(--sat-text-muted);
    cursor: pointer;
    padding: 0.15rem 0.35rem;
    font-size: 1rem;
    line-height: 1;
    transition: color 0.15s ease;
}

.clear-button:hover[b-n0oh10s47e] {
    color: var(--sat-rose);
}

/* Table */
.table-container[b-n0oh10s47e] {
    overflow-x: auto;
    border: 1px solid var(--sat-border);
    border-radius: 6px;
    max-height: calc(100vh - 280px);
    overflow-y: auto;
}

.log-table[b-n0oh10s47e] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8rem;
}

.log-table thead[b-n0oh10s47e] {
    background-color: var(--sat-dark);
    position: sticky;
    top: 0;
    z-index: 1;
}

.log-table th[b-n0oh10s47e] {
    padding: 0.4rem 0.6rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.7rem;
    color: var(--sat-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-bottom: 1px solid var(--sat-border);
}

.log-table tbody tr[b-n0oh10s47e] {
    border-bottom: 1px solid var(--sat-border);
    transition: background-color 0.1s ease;
}

.log-table tbody tr:hover[b-n0oh10s47e] {
    background-color: rgba(255, 255, 255, 0.02);
}

.log-table td[b-n0oh10s47e] {
    padding: 0.3rem 0.6rem;
    vertical-align: top;
}

.log-table .timestamp-cell[b-n0oh10s47e] {
    white-space: nowrap;
    font-family: 'SF Mono', 'Fira Code', Menlo, monospace;
    font-size: 0.7rem;
    color: var(--sat-text-muted);
}

.log-table .exception-cell[b-n0oh10s47e] {
    text-align: center;
    width: 40px;
}

.no-records[b-n0oh10s47e] {
    text-align: center;
    padding: 1.5rem !important;
    color: var(--sat-text-muted);
}

/* Error button (for exception tooltip) */
.error-button[b-n0oh10s47e] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    padding: 0.15rem;
    transition: transform 0.15s ease;
}

.error-button:hover[b-n0oh10s47e] {
    transform: scale(1.15);
}

/* Scrollbar styling */
.log-container[b-n0oh10s47e]::-webkit-scrollbar,
.table-container[b-n0oh10s47e]::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.log-container[b-n0oh10s47e]::-webkit-scrollbar-track,
.table-container[b-n0oh10s47e]::-webkit-scrollbar-track {
    background: transparent;
}

.log-container[b-n0oh10s47e]::-webkit-scrollbar-thumb,
.table-container[b-n0oh10s47e]::-webkit-scrollbar-thumb {
    background: var(--sat-border);
    border-radius: 3px;
}

.log-container[b-n0oh10s47e]::-webkit-scrollbar-thumb:hover,
.table-container[b-n0oh10s47e]::-webkit-scrollbar-thumb:hover {
    background: var(--sat-text-muted);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .paper[b-n0oh10s47e] {
        padding: 0.75rem;
        margin: 0.25rem 0;
    }

    h4[b-n0oh10s47e] {
        font-size: 1rem;
    }

    .tab-button[b-n0oh10s47e] {
        padding: 0.35rem 0.75rem;
        font-size: 0.7rem;
    }

    .log-header[b-n0oh10s47e] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .log-table[b-n0oh10s47e] {
        font-size: 0.75rem;
    }

    .log-table th[b-n0oh10s47e],
    .log-table td[b-n0oh10s47e] {
        padding: 0.25rem 0.4rem;
    }
}
/* /Components/Shared/HmiDisplay.razor.rz.scp.css */
.hmi-header[b-dj2rv8i1tl] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

.hmi-title[b-dj2rv8i1tl] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--sat-text);
    margin: 0;
}

.hmi-resolution-select[b-dj2rv8i1tl] {
    width: auto;
    display: inline-block;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
}
/* /Components/Shared/ThemeSelector.razor.rz.scp.css */
.theme-control[b-lish93c3sl] {
    width: 100%;
}

.theme-control .form-select[b-lish93c3sl] {
    min-width: 160px;
    border-radius: 6px;
}

.theme-error[b-lish93c3sl] {
    color: #fbbf24;
    font-size: 0.75rem;
    margin-top: 0.25rem;
    background: rgba(245, 158, 11, 0.1);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    display: inline-block;
}
