/* /Components/Account/Pages/Manage/ApplicationServerControl.razor.rz.scp.css */
.row-header[b-hxmbolshvo] {
    width: 100px;
    min-width: 100px;
    background-color: var(--bs-gray-300);
}

td[b-hxmbolshvo] {
    white-space: normal !important;
    word-wrap: break-word;
    max-width: 0px;
}
/* /Components/Pages/Admin/AiSystemInstructions.razor.rz.scp.css */
.ai-prompt-area[b-k36vgnpxbo] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: calc(100vh - 140px);
}

    .ai-prompt-area textarea[b-k36vgnpxbo] {
        resize: none;
        flex: 1 1 auto;
        width: 100%;
    }
/* /Components/Pages/Admin/CustomerApplicationServers.razor.rz.scp.css */
.buttonscolumn[b-6byix1a0ts] {
    width: 70px;
}
@media (min-width: 576px) {
    .buttonscolumn[b-6byix1a0ts] {
        width: 70px;
    }
}
@media (min-width: 768px) {
    .buttonscolumn[b-6byix1a0ts] {
        width: 70px;
    }
}
    @media (min-width: 992px) {
        .buttonscolumn[b-6byix1a0ts] {
            width: 200px;
        }
    }
/* /Components/Pages/NovaTouch/OpenTables.razor.rz.scp.css */
.coltable[b-mpk435re0b] {
}

@media (min-width: 992px) {
    .coltable[b-mpk435re0b] {
        width: 120px;
    }
}
/* /Components/Pages/QrCodeGenerator.razor.rz.scp.css */
[b-19wldwap4r] #url-qr-capture {
    line-height: 0;
}
/* /Components/Pages/VCard.razor.rz.scp.css */
[b-pym1cmh4wq] *,
[b-pym1cmh4wq] *::before,
[b-pym1cmh4wq] *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ── Page wrapper ───────────────────────────────────────────── */
.vcard-page[b-pym1cmh4wq] {
    min-height: 100%;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* ── Card container ─────────────────────────────────────────── */
[b-pym1cmh4wq] .vcard-container {
    background: #ffffff;
    width: 100%;
    border-radius: 0;
    max-width: 100%;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* ── Dark header ────────────────────────────────────────────── */
[b-pym1cmh4wq] .vcard-header {
    background: #343a40;
    padding: 36px 8px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

[b-pym1cmh4wq] .vcard-logo {
    max-width: 180px;
    height: auto;
    cursor: default;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

[b-pym1cmh4wq] .vcard-name {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.3px;
    text-align: center;
    margin: 0;
}

[b-pym1cmh4wq] .vcard-company {
    font-size: 13px;
    color: #4e87b7;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-align: center;
}

[b-pym1cmh4wq] .vcard-copied-toast {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 3px 12px;
    animation: vcard-fadeIn-b-pym1cmh4wq 0.2s ease;
}

[b-pym1cmh4wq] .vcard-btn-save {
    margin-top: 6px;
    padding: 10px 24px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 10px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s, border-color 0.2s;
    -webkit-tap-highlight-color: transparent;
}

[b-pym1cmh4wq] .vcard-btn-save:hover  { background: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.6); }
[b-pym1cmh4wq] .vcard-btn-save:active { background: rgba(255, 255, 255, 0.2); }

/* ── White body ─────────────────────────────────────────────── */
[b-pym1cmh4wq] .vcard-body {
    padding: 24px 8px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

[b-pym1cmh4wq] .vcard-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #e2e8f0, transparent);
    margin: 16px 0;
}

[b-pym1cmh4wq] .vcard-info-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 16px;
    padding-right: 24px;
}

[b-pym1cmh4wq] .vcard-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

[b-pym1cmh4wq] .vcard-info-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #eaf1f8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #4e87b7;
    font-size: 16px;
}

[b-pym1cmh4wq] .vcard-info-icon--pikett {
    background: #fff4e6;
    color: #e67e22;
}

[b-pym1cmh4wq] .vcard-info-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
    padding-top: 2px;
}

[b-pym1cmh4wq] .vcard-info-label {
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

[b-pym1cmh4wq] .vcard-info-value {
    font-size: 15px;
    color: #1e293b;
    text-decoration: none;
    word-break: break-word;
    line-height: 1.4;
}

[b-pym1cmh4wq] a.vcard-info-value:hover {
    color: #4e87b7;
    text-decoration: underline;
}

/* ── Hours subgrid ──────────────────────────────────────────── */
[b-pym1cmh4wq] .vcard-hours-subgrid {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 12px;
    row-gap: 2px;
    margin-top: 2px;
    width: 100%;
}

[b-pym1cmh4wq] .vcard-hours-note {
    font-size: 11px;
    color: #94a3b8;
    margin-bottom: 4px;
}

[b-pym1cmh4wq] .vcard-hours-day {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}

[b-pym1cmh4wq] .vcard-hours-time {
    font-size: 13px;
    color: #1e293b;
    font-variant-numeric: tabular-nums;
    text-align: right;
    white-space: nowrap;
}

/* ── Lookup form (no email provided) ────────────────────────── */
[b-pym1cmh4wq] .vcard-lookup {
    background: #ffffff;
    border-radius: 20px;
    width: calc(100% - 32px);
    max-width: 420px;
    margin: auto;
    padding: 40px 28px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

[b-pym1cmh4wq] .vcard-lookup-logo {
    max-width: 160px;
    height: auto;
    margin-bottom: 4px;
}

[b-pym1cmh4wq] .vcard-lookup-title {
    font-size: 20px;
    font-weight: 700;
    color: #343a40;
    text-align: center;
    margin: 0;
}

[b-pym1cmh4wq] .vcard-lookup-desc {
    font-size: 13px;
    color: #64748b;
    text-align: center;
    line-height: 1.5;
}

[b-pym1cmh4wq] .vcard-lookup-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-top: 4px;
}

[b-pym1cmh4wq] .vcard-lookup-input {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    font-size: 14px;
    color: #1e293b;
    outline: none;
    transition: border-color 0.2s;
    font-family: inherit;
}

[b-pym1cmh4wq] .vcard-lookup-input:focus {
    border-color: #4e87b7;
}

[b-pym1cmh4wq] .vcard-lookup-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 10px;
    background: #4e87b7;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: opacity 0.2s;
}

[b-pym1cmh4wq] .vcard-lookup-btn:disabled {
    opacity: 0.4;
    cursor: default;
}

[b-pym1cmh4wq] .vcard-lookup-btn:not(:disabled):hover {
    opacity: 0.88;
}

[b-pym1cmh4wq] .vcard-lookup-error {
    font-size: 12px;
    color: #e53e3e;
    text-align: center;
}

/* ── QR code section ────────────────────────────────────────── */
[b-pym1cmh4wq] .vcard-qr-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    padding: 4px 0 8px;
}

[b-pym1cmh4wq] #vcard-qr-capture {
    border-radius: 12px;
    overflow: hidden;
    line-height: 0;
}

[b-pym1cmh4wq] .vcard-qr-hint {
    font-size: 11px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 4px;
}

[b-pym1cmh4wq] .vcard-qr-copied {
    font-size: 12px;
    color: #4e87b7;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    animation: vcard-fadeIn-b-pym1cmh4wq 0.2s ease;
}

/* ── Footer ─────────────────────────────────────────────────── */
[b-pym1cmh4wq] .vcard-footer {
    text-align: center;
    margin-top: 20px;
    font-size: 11px;
    color: #adb5bd;
}

/* ── Animations ─────────────────────────────────────────────── */
@keyframes vcard-fadeIn-b-pym1cmh4wq {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Desktop ≥ 576px ────────────────────────────────────────── */
@media (min-width: 576px) {
    [b-pym1cmh4wq] .vcard-page {
        align-items: center;
        padding: 32px 16px;
    }

    [b-pym1cmh4wq] .vcard-container {
        border-radius: 20px;
        max-width: 440px;
        box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
    }

    [b-pym1cmh4wq] .vcard-header {
        border-radius: 20px 20px 0 0;
    }
}
