/* _content/RemoteControl.Dashboard/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3589d5q369] {
    min-height: 100vh;
    background: #e7e9f1;
}

main[b-3589d5q369] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.top-row[b-3589d5q369] {
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    background: #032d42;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    position: sticky;
    top: 0;
    z-index: 10;
}

.top-row-brand[b-3589d5q369] {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.top-row-logo[b-3589d5q369] {
    display: block;
    width: 170px;
    height: auto;
}

.top-row-user[b-3589d5q369] {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
}

.top-row-identity[b-3589d5q369] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.88rem;
    font-weight: 600;
}

.top-row-logout[b-3589d5q369] {
    border: 1px solid #63df4e;
    background: transparent;
    color: #bcf1b3;
    border-radius: 8px;
    font-weight: 600;
    padding: 0.28rem 0.72rem;
}

.top-row-logout:hover[b-3589d5q369] {
    background: #63df4e;
    color: #032d42;
}

.content[b-3589d5q369] {
    flex: 1;
    padding: 1.2rem;
}

@media (max-width: 640px) {
    .top-row[b-3589d5q369] {
        height: auto;
        min-height: 3.6rem;
        padding: 0.8rem 1rem;
    }

    .top-row-user[b-3589d5q369] {
        width: auto;
        justify-content: flex-end;
    }

    .top-row-identity[b-3589d5q369] {
        font-size: 0.8rem;
    }

    .top-row-logo[b-3589d5q369] {
        width: 130px;
    }

    .content[b-3589d5q369] {
        padding: 0.9rem;
    }
}
/* _content/RemoteControl.Dashboard/Components/Pages/Home.razor.rz.scp.css */
.kiosks-page[b-5px7ip7ccw] {
    background: #e7e9f1;
    border-radius: 12px;
    padding: 1.4rem;
    color: #032d42;
}

.kiosks-header[b-5px7ip7ccw] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.kiosks-eyebrow[b-5px7ip7ccw] {
    margin: 0 0 0.2rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0d4a68;
}

.kiosks-title[b-5px7ip7ccw] {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #032d42;
}

.kiosks-subtitle[b-5px7ip7ccw] {
    margin: 0.3rem 0 0;
    font-size: 0.93rem;
    color: #496678;
}

.kiosks-header-actions[b-5px7ip7ccw] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.kiosks-refresh-btn[b-5px7ip7ccw] {
    background: #032d42;
    color: #ffffff;
    border: 0;
    border-radius: 10px;
    font-weight: 600;
    padding: 0.55rem 1rem;
    box-shadow: 0 6px 16px rgba(3, 45, 66, 0.25);
}

.kiosks-refresh-btn:hover:not(:disabled)[b-5px7ip7ccw] {
    background: #0b4a69;
    color: #ffffff;
}

.kiosks-refresh-btn:disabled[b-5px7ip7ccw] {
    opacity: 0.75;
}

.kiosks-refresh-note[b-5px7ip7ccw] {
    font-size: 0.84rem;
    color: #4f6c7d;
}

.kiosks-stats[b-5px7ip7ccw] {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 1rem;
}

.kiosks-stat-card[b-5px7ip7ccw] {
    background: #ffffff;
    border: 1px solid #d5dde7;
    border-radius: 12px;
    padding: 0.8rem 1rem;
    display: grid;
    gap: 0.25rem;
}

.kiosks-stat-card-online[b-5px7ip7ccw] {
    border-color: #63df4e;
    box-shadow: 0 0 0 2px rgba(99, 223, 78, 0.15);
}

.kiosks-stat-label[b-5px7ip7ccw] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #5d7382;
}

.kiosks-stat-value[b-5px7ip7ccw] {
    font-size: 1.45rem;
    font-weight: 700;
    color: #032d42;
}

.kiosks-empty-state[b-5px7ip7ccw] {
    background: #ffffff;
    border: 1px solid #d5dde7;
    border-radius: 12px;
    color: #4a6474;
    padding: 1.25rem 1rem;
}

.kiosks-table-shell[b-5px7ip7ccw] {
    background: #ffffff;
    border: 1px solid #d5dde7;
    border-radius: 12px;
    overflow: auto;
}

.kiosks-table[b-5px7ip7ccw] {
    margin: 0;
    min-width: 820px;
}

.kiosks-table thead th[b-5px7ip7ccw] {
    font-size: 0.76rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700;
    color: #5a7282;
    background: #f3f6fa;
    border-bottom: 1px solid #dde5ee;
    padding: 0.78rem 0.85rem;
    vertical-align: middle;
}

.kiosks-table tbody td[b-5px7ip7ccw] {
    border-bottom: 1px solid #edf2f7;
    padding: 0.85rem;
    color: #123b53;
    vertical-align: middle;
}

.kiosks-table tbody tr:last-child td[b-5px7ip7ccw] {
    border-bottom: 0;
}

.kiosk-name[b-5px7ip7ccw] {
    font-weight: 600;
}

.kiosk-id[b-5px7ip7ccw] {
    margin-top: 0.2rem;
    font-size: 0.78rem;
    color: #5e7483;
}

.kiosk-chip[b-5px7ip7ccw] {
    display: inline-block;
    border-radius: 999px;
    font-size: 0.77rem;
    font-weight: 700;
    padding: 0.2rem 0.55rem;
    border: 1px solid transparent;
}

.kiosk-chip-online[b-5px7ip7ccw] {
    background: #e9fbe4;
    border-color: #bff1b3;
    color: #11611f;
}

.kiosk-chip-offline[b-5px7ip7ccw] {
    background: #eef2f6;
    border-color: #d5dde7;
    color: #4f6777;
}

.kiosk-chip-locked[b-5px7ip7ccw] {
    background: #fff5e8;
    border-color: #f8ddb1;
    color: #925200;
}

.kiosk-chip-unlocked[b-5px7ip7ccw] {
    background: #e9fbe4;
    border-color: #bff1b3;
    color: #11611f;
}

.kiosks-open-link[b-5px7ip7ccw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    border-radius: 8px;
    border: 1px solid #032d42;
    color: #032d42;
    background: transparent;
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 700;
    padding: 0.35rem 0.65rem;
    cursor: pointer;
}

.kiosks-open-link:hover[b-5px7ip7ccw] {
    background: #032d42;
    color: #ffffff;
}

.kiosk-row.is-expanded td[b-5px7ip7ccw] {
    border-bottom-color: transparent;
}

.kiosk-expanded-row td[b-5px7ip7ccw] {
    background: #f3f7fb;
    border-top: 0;
    border-bottom: 1px solid #dbe5ee !important;
    padding: 0.85rem;
}

.kiosk-expanded-panel[b-5px7ip7ccw] {
    border: 1px solid #d6e0ea;
    border-radius: 12px;
    background: #ffffff;
    padding: 0.9rem;
}

.kiosk-command-card[b-5px7ip7ccw] {
    padding-bottom: 0.9rem;
    border-bottom: 1px solid #e5edf4;
    margin-bottom: 0.9rem;
}

.kiosk-history-card[b-5px7ip7ccw] {
    padding-top: 0.1rem;
}

.kiosk-command-title[b-5px7ip7ccw] {
    margin: 0 0 0.75rem;
    font-size: 0.98rem;
    font-weight: 700;
    color: #032d42;
}

.command-action-grid[b-5px7ip7ccw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.command-action-btn[b-5px7ip7ccw] {
    border: 1px solid #cbd9e4;
    border-radius: 999px;
    background: #f3f7fb;
    color: #123b53;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.34rem 0.7rem;
    text-transform: capitalize;
}

.command-action-btn:hover[b-5px7ip7ccw] {
    border-color: #6b8ea3;
    background: #e9f1f7;
}

.command-action-btn.is-selected[b-5px7ip7ccw] {
    background: #032d42;
    border-color: #032d42;
    color: #ffffff;
}

.command-selection-note[b-5px7ip7ccw] {
    margin-top: 0.55rem;
    color: #526e7f;
    font-size: 0.84rem;
}

.command-send-note[b-5px7ip7ccw] {
    display: inline-block;
    margin-left: 0.75rem;
    color: #526e7f;
    font-size: 0.84rem;
    font-weight: 600;
}

.command-history-header[b-5px7ip7ccw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
}

.kiosks-error[b-5px7ip7ccw] {
    border-radius: 10px;
    margin-bottom: 1rem;
}

@media (max-width: 920px) {
    .kiosks-stats[b-5px7ip7ccw] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .kiosks-page[b-5px7ip7ccw] {
        padding: 1rem;
        border-radius: 10px;
    }

    .kiosks-header[b-5px7ip7ccw] {
        flex-direction: column;
    }

    .kiosks-title[b-5px7ip7ccw] {
        font-size: 1.65rem;
    }

    .kiosks-header-actions[b-5px7ip7ccw] {
        width: 100%;
    }

    .kiosks-refresh-btn[b-5px7ip7ccw] {
        width: 100%;
    }

    .kiosks-stats[b-5px7ip7ccw] {
        grid-template-columns: 1fr;
    }

    .command-history-header[b-5px7ip7ccw] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* _content/RemoteControl.Dashboard/Components/Pages/KioskDetail.razor.rz.scp.css */
.command-action-grid[b-ehxehg0yhc] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.command-action-btn[b-ehxehg0yhc] {
    border: 1px solid #cbd9e4;
    border-radius: 999px;
    background: #f3f7fb;
    color: #123b53;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.38rem 0.75rem;
    text-transform: capitalize;
}

.command-action-btn:hover[b-ehxehg0yhc] {
    border-color: #6b8ea3;
    background: #e9f1f7;
}

.command-action-btn.is-selected[b-ehxehg0yhc] {
    background: #032d42;
    border-color: #032d42;
    color: #ffffff;
}

.command-history-header[b-ehxehg0yhc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

@media (max-width: 640px) {
    .command-history-header[b-ehxehg0yhc] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* _content/RemoteControl.Dashboard/Components/Pages/Login.razor.rz.scp.css */
.login-page[b-clfbbtgix6] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2rem;
    background: #e7e9f1;
}

.login-stage[b-clfbbtgix6] {
    width: min(100%, 960px);
    min-height: min(78vh, 560px);
    background: #032D42;
    border-radius: 4px;
    box-shadow: 0 14px 28px rgba(16, 34, 71, 0.12);
    display: grid;
    place-items: center;
    padding: 2rem 1rem;
}

.login-card[b-clfbbtgix6] {
    width: min(100%, 380px);
    text-align: center;
}

.login-logo[b-clfbbtgix6] {
    display: block;
    margin: 0 auto 1rem auto;
    width: min(100%, 360px);
    height: auto;
}

.login-title[b-clfbbtgix6] {
    margin: 0;
    font-size: 2.35rem;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-align: center;
}

.login-subtitle[b-clfbbtgix6] {
    margin: 0.75rem 0 1.4rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.85rem;
    text-align: center;
}

.login-error[b-clfbbtgix6] {
    margin-bottom: 0.9rem;
    text-align: left;
}

.login-form[b-clfbbtgix6] {
    display: grid;
    gap: 0.75rem;
}

.input-row[b-clfbbtgix6] {
    height: 46px;
    border: 1px solid #dfe3ea;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 0.8rem;
    background: #ffffff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.input-row:focus-within[b-clfbbtgix6] {
    border-color: #63DF4E;
    box-shadow: 0 0 0 3px rgba(99, 223, 78, 0.25);
}

.input-icon[b-clfbbtgix6] {
    width: 16px;
    height: 16px;
    margin-right: 0.55rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.75;
    flex: 0 0 16px;
}

.input-icon-user[b-clfbbtgix6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23949db1' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='M19 20a7 7 0 1 0-14 0'/%3E%3Ccircle cx='12' cy='7' r='3.4' stroke='%23949db1' stroke-width='1.8'/%3E%3C/svg%3E");
}

.input-icon-password[b-clfbbtgix6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Crect width='14' height='10' x='5' y='11' stroke='%23949db1' stroke-width='1.8' rx='2.2'/%3E%3Cpath stroke='%23949db1' stroke-linecap='round' stroke-width='1.8' d='M8.5 11V8.6A3.5 3.5 0 0 1 12 5.1a3.5 3.5 0 0 1 3.5 3.5V11'/%3E%3C/svg%3E");
}

.login-input[b-clfbbtgix6] {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 0.95rem;
    color: #2a3350;
    padding: 0;
}

.login-input[b-clfbbtgix6]::placeholder {
    color: #a5acbb;
}

.login-input:focus[b-clfbbtgix6] {
    outline: none;
}

.login-submit[b-clfbbtgix6] {
    height: 46px;
    margin-top: 0.2rem;
    border: 0;
    border-radius: 10px;
    color: #032D42;
    font-weight: 700;
    font-size: 1.04rem;
    background: #63DF4E;
    box-shadow: 0 7px 18px rgba(99, 223, 78, 0.35);
}

.login-submit:disabled[b-clfbbtgix6] {
    opacity: 0.8;
    cursor: not-allowed;
}

.login-submit:hover:not(:disabled)[b-clfbbtgix6] {
    background: #55C64C;
}

.login-footer[b-clfbbtgix6] {
    margin: 0.95rem 0 0;
    font-size: 0.83rem;
    color: rgba(255, 255, 255, 0.86);
}

.login-footer span[b-clfbbtgix6] {
    color: #BCF1B3;
    font-weight: 600;
}

@media (max-width: 680px) {
    .login-page[b-clfbbtgix6] {
        padding: 1rem;
    }

    .login-stage[b-clfbbtgix6] {
        min-height: calc(100vh - 2rem);
        padding: 1.5rem 1rem;
    }

    .login-title[b-clfbbtgix6] {
        font-size: 2rem;
    }
}
