:root {
    --blue-900: #082f79;
    --blue-700: #1549a7;
    --blue-500: #1f65df;
    --bg: #f5f7fb;
    --card: #ffffff;
    --text: #0f2342;
    --line: #dfe5ef;
    --ok: #0f9d49;
}

.public-booking-page {
    min-height: 100dvh;
    background: #f4f7fb;
    padding: 32px 16px 48px;
}

.public-booking-shell {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    gap: 20px;
}

.public-booking-hero,
.public-booking-panel {
    background: #ffffff;
    border: 1px solid #dde6f3;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.public-booking-hero {
    padding: 28px;
}

.public-hero-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 16px;
}

.public-page-logo {
    display: block;
    height: auto;
    max-width: min(260px, 100%);
    max-height: 84px;
    margin: 0;
}

.public-hero-contact {
    display: grid;
    gap: 4px;
    text-align: right;
    color: #31445f;
    font-size: 14px;
    line-height: 1.45;
}

.public-hero-contact p {
    margin: 0;
}

.public-hero-contact a {
    color: inherit;
    text-decoration: none;
}

.public-booking-kicker {
    margin: 0 0 8px;
    color: #4b6485;
    font-size: 13px;
    text-transform: uppercase;
}

.public-booking-hero h1 {
    margin: 0;
    font-size: 34px;
    color: #122033;
}

.public-booking-copy {
    margin: 12px 0 0;
    color: #4b6485;
    max-width: 680px;
    line-height: 1.55;
}

.public-booking-panel {
    padding: 28px;
}

.public-booking-form {
    display: grid;
    gap: 28px;
}

.public-booking-confirmation {
    display: grid;
    gap: 20px;
}

.public-booking-step {
    display: grid;
    gap: 18px;
}

.public-booking-step-head {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: start;
}

.public-booking-step-head h2 {
    margin: 0;
    font-size: 21px;
    color: #122033;
}

.public-booking-step-head p {
    margin: 6px 0 0;
    color: #5b708e;
}

.public-booking-step-index {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #0f62fe;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

.public-booking-services {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.public-booking-service input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.public-booking-service-body {
    display: grid;
    gap: 4px;
    padding: 16px;
    border: 1px solid #d8e1ef;
    border-radius: 8px;
    background: #f8fbff;
    cursor: pointer;
    min-height: 112px;
}

.public-booking-service input:checked + .public-booking-service-body {
    border-color: #0f62fe;
    background: #eef5ff;
    box-shadow: inset 0 0 0 1px #0f62fe;
}

.public-booking-service-body strong {
    color: #122033;
    font-size: 16px;
}

.public-booking-service-body small,
.public-booking-service-body span {
    color: #5b708e;
}

.public-booking-grid {
    display: grid;
    gap: 16px;
}

.public-booking-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-booking-grid label,
.public-booking-grid > div,
.public-booking-consent {
    display: grid;
    gap: 8px;
}

.public-booking-grid span,
.public-booking-consent span {
    color: #31445f;
    font-size: 14px;
}

.public-booking-link {
    display: inline;
    margin-left: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #0f62fe;
    text-decoration: underline;
    cursor: pointer;
    font: inherit;
}

.public-booking-grid input,
.public-booking-grid textarea {
    width: 100%;
    border: 1px solid #ccd8ea;
    border-radius: 8px;
    padding: 12px 14px;
    font: inherit;
    background: #fff;
    color: #122033;
}

.public-booking-grid input:focus,
.public-booking-grid textarea:focus {
    outline: none;
    border-color: #0f62fe;
    box-shadow: 0 0 0 3px rgba(15, 98, 254, 0.12);
}

.public-booking-grid-full {
    grid-column: 1 / -1;
}

.public-booking-calendar {
    border: 1px solid #d8e1ef;
    border-radius: 8px;
    padding: 14px;
    background: #fff;
    display: grid;
    gap: 12px;
}

.public-booking-calendar-head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
}

.public-booking-calendar-head strong {
    text-align: center;
    color: #122033;
    text-transform: capitalize;
}

.public-booking-calendar-weekdays,
.public-booking-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
}

.public-booking-calendar-weekdays span {
    text-align: center;
    font-size: 12px;
    color: #5b708e;
}

.public-booking-calendar-day {
    min-height: 42px;
    border: 1px solid #d8e1ef;
    border-radius: 8px;
    background: #fff;
    color: #122033;
    cursor: pointer;
    font: inherit;
}

.public-booking-calendar-day.is-active {
    background: #eef5ff;
    border-color: #0f62fe;
    color: #0a43b8;
}

.public-booking-calendar-day.is-disabled {
    background: #f5f7fb;
    color: #9aa8bc;
    cursor: not-allowed;
}

.public-booking-calendar-day.is-empty {
    min-height: 42px;
}

.public-booking-service-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    color: #31445f;
    font-size: 14px;
}

.public-booking-service-summary strong {
    color: #122033;
}

.public-booking-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 44px;
}

.public-booking-slot {
    border: 1px solid #ccd8ea;
    background: #fff;
    color: #122033;
    border-radius: 8px;
    padding: 10px 14px;
    min-width: 84px;
    cursor: pointer;
    font: inherit;
}

.public-booking-slot.is-active {
    border-color: #0f62fe;
    background: #eef5ff;
    color: #0a43b8;
}

.public-booking-empty {
    margin: 0;
    color: #5b708e;
}

.public-booking-consent {
    grid-template-columns: auto 1fr;
    align-items: start;
}

.public-booking-consent input {
    margin-top: 3px;
}

.public-booking-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.public-booking-actions-start {
    justify-content: flex-start;
}

.public-booking-success {
    border: 1px solid #b6e3c3;
    background: #eefbf1;
    color: #1d5c2b;
    border-radius: 8px;
    padding: 16px;
}

.public-booking-success h3,
.public-booking-success p,
.public-booking-success ul {
    margin-top: 0;
}

.public-booking-confirmation-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-booking-confirmation-item {
    display: grid;
    gap: 6px;
    padding: 16px;
    border: 1px solid #d8e1ef;
    border-radius: 8px;
    background: #f8fbff;
}

.public-booking-confirmation-item span {
    color: #5b708e;
    font-size: 13px;
}

.public-booking-confirmation-item strong {
    color: #122033;
    font-size: 16px;
    word-break: break-word;
}

.public-booking-confirmation-item-full {
    grid-column: 1 / -1;
}

.public-booking-warning {
    border: 1px solid #f1d38d;
    background: #fff9eb;
    color: #7b5a11;
    border-radius: 8px;
    padding: 16px;
}

.public-booking-warning ul {
    margin: 0;
    padding-left: 18px;
}

.public-booking-modal-card {
    max-width: 760px;
    max-height: min(80dvh, 720px);
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
}

.public-booking-policy-content {
    overflow: auto;
    padding-right: 6px;
    color: #31445f;
    line-height: 1.55;
}

.public-booking-policy-content h1,
.public-booking-policy-content h2,
.public-booking-policy-content h3,
.public-booking-policy-content h4 {
    color: #122033;
}

@media (max-width: 768px) {
    .public-booking-page {
        padding: 20px 12px 36px;
    }

    .public-hero-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .public-hero-contact {
        text-align: left;
    }

    .public-booking-hero,
    .public-booking-panel {
        padding: 20px;
    }

    .public-booking-hero h1 {
        font-size: 28px;
    }

    .public-booking-grid-2 {
        grid-template-columns: 1fr;
    }

    .public-booking-confirmation-grid {
        grid-template-columns: 1fr;
    }

    .public-booking-actions .btn {
        width: 100%;
    }
}

* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    background: var(--bg);
    color: var(--text);
}

.app-shell {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows: 84px 1fr;
    min-height: 100vh;
}

.app-shell.sidebar-collapsed {
    grid-template-columns: 88px 1fr;
}

.topbar {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    background: #fff;
    border-bottom: 1px solid var(--line);
}

.topbar-left, .topbar-right, .user-box { display: flex; align-items: center; gap: 16px; }
.brand { display: flex; flex-direction: column; line-height: 1; }
.brand-city { color: var(--blue-700); font-style: italic; font-weight: 700; font-size: 26px; }
.brand-name { color: #ef6a00; font-size: 18px; font-weight: 800; letter-spacing: 2px; }

.icon-btn {
    border: 0;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
    color: var(--blue-900);
    position: relative;
}

.notification-btn {
    border-radius: 999px;
    transition: color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.notification-btn.is-disabled {
    color: #8a95a8;
}

.notification-btn.is-enabled {
    color: #0f9d49;
    background: rgba(15, 157, 73, 0.10);
    box-shadow: inset 0 0 0 1px rgba(15, 157, 73, 0.18);
}

.notification-btn.is-blocked,
.notification-btn.is-unsupported {
    color: #b14444;
    background: rgba(177, 68, 68, 0.10);
    box-shadow: inset 0 0 0 1px rgba(177, 68, 68, 0.16);
}

.notification-feedback {
    position: absolute;
    top: 72px;
    right: 24px;
    max-width: min(360px, calc(100vw - 48px));
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #d8deea;
    background: #f7f9fc;
    color: #2d405d;
    font-size: 13px;
    line-height: 1.4;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
    z-index: 30;
}

.notification-feedback.is-success {
    border-color: #9ed6b2;
    background: #edf9f1;
    color: #16643a;
}

.notification-feedback.is-warning {
    border-color: #d9bf7e;
    background: #fff8e7;
    color: #7a5c17;
}

.notification-feedback.is-danger {
    border-color: #e1b2b2;
    background: #fff1f1;
    color: #922f2f;
}
.badge {
    position: absolute;
    top: -4px;
    right: -6px;
    background: var(--blue-500);
    color: #fff;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #dfebff;
    color: var(--blue-900);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sidebar {
    background: linear-gradient(180deg, #08327f 0%, #062760 100%);
    color: #fff;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-backdrop {
    position: fixed;
    inset: 84px 0 0 0;
    background: rgba(6, 20, 46, 0.4);
    z-index: 19;
}
.menu { display: flex; flex-direction: column; gap: 6px; }
.menu-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
    padding: 12px;
    border-radius: 8px;
}
.menu-item.is-active { background: #1a56b8; }
.menu-icon { width: 24px; text-align: center; }

.sidebar-footer {
    margin-top: auto;
    border-top: 1px solid rgba(255,255,255,.25);
    padding-top: 16px;
    font-size: 15px;
    line-height: 1.35;
}
.sidebar-footer p { margin: 0 0 6px; }
.sidebar-footer small { opacity: .85; }

@media (min-width: 981px) {
    body.sidebar-collapsed .sidebar {
        padding-left: 10px;
        padding-right: 10px;
    }

    body.sidebar-collapsed .menu-item {
        justify-content: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    body.sidebar-collapsed .menu-item span:last-child,
    body.sidebar-collapsed .sidebar-footer {
        display: none;
    }

    body.sidebar-collapsed .menu-icon {
        width: auto;
    }
}

.main-content { padding: 24px; }
h1 { margin: 0 0 18px; font-size: 42px; }
h2 { margin: 0; font-size: 24px; color: #113b92; }

.page-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(260px, 1fr));
    grid-template-rows: repeat(2, minmax(260px, auto));
    gap: 18px;
}
.card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 20px;
    min-height: 260px;
}
.card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.card-bookings {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.card-whatsapp {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.card-summary {
    grid-column: 3;
    grid-row: 2;
}

.card-new-booking {
    grid-column: 3;
    grid-row: 1;
}

.summary-section {
    border-top: 1px solid #e5ebf6;
    padding-top: 12px;
    margin-top: 12px;
}

.summary-section:first-of-type {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.summary-section h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #113b92;
}

.date-pill {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 10px 12px;
    font-weight: 600;
}
.date-pill input[type="date"] {
    border: 0;
    background: transparent;
    color: var(--text);
    font-size: 14px;
    font-weight: 600;
    outline: none;
}
.date-nav-btn {
    border: 0;
    background: transparent;
    color: var(--blue-900);
    cursor: pointer;
    font-size: 14px;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.date-nav-btn:hover {
    background: #eef3fc;
}

.status-select {
    width: 100%;
    min-width: 120px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 6px 8px;
    background: #fff;
    color: var(--text);
}

.dashboard-overlap-row td {
    background: #fde7e7;
}

.dashboard-google-import-row td {
    background: #f4e4d6;
}

.details-btn {
    font-size: 16px;
}

.table { width: 100%; border-collapse: collapse; font-size: 15px; }
.table th, .table td {
    text-align: left;
    padding: 10px 6px;
    border-bottom: 1px solid #edf1f7;
}

.message-list { list-style: none; margin: 0; padding: 0; }
.message-list li {
    display: grid;
    grid-template-columns: 34px 1fr auto;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #edf1f7;
}
.avatar-sm {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #e8f0ff;
    color: #1a478f;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.message-body p { margin: 4px 0 0; color: #4f5e77; }
.conversation-link {
    color: inherit;
    text-decoration: none;
    display: block;
}
.conversation-link:hover strong {
    text-decoration: underline;
}
.message-meta { text-align: right; font-size: 13px; color: #6c7791; }
.conversation-meta-inline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.status-alert-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #c62828;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}
.dot-badge {
    margin-top: 6px;
    display: inline-flex;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0f9d49;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.btn {
    width: 100%;
    border: 1px solid #2a58ba;
    background: #fff;
    color: #20499b;
    border-radius: 10px;
    padding: 12px;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
}
.btn-primary { background: var(--blue-900); color: #fff; border-color: var(--blue-900); }
.btn-danger { background: #b82323; color: #fff; border-color: #b82323; }
.btn-logout {
    width: auto;
    padding: 10px 14px;
    font-size: 14px;
    border-radius: 8px;
}
.btn-small {
    width: auto;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.success { color: var(--ok); font-weight: 700; }

.kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.kpi {
    background: #eef6f2;
    border: 1px solid #d7e7dd;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.kpi strong { font-size: 40px; color: var(--ok); }
.kpi.danger strong { color: #c92222; }
.kpi.kpi-yellow strong { color: #c58d00; }
.kpi.kpi-orange strong { color: #e26d00; }
.kpi.kpi-green strong { color: #1f7a36; }
.kpi.kpi-red strong { color: #c62828; }
.kpi.kpi-blue strong { color: #1e88e5; }
.kpi.kpi-brown strong { color: #7b4f2a; }

.progress {
    background: #e6ebf4;
    border-radius: 999px;
    height: 16px;
    overflow: hidden;
    margin-top: 16px;
}
.progress-bar { height: 100%; background: #0f9d49; }

.form-grid { display: grid; gap: 12px; }
.form-grid label {
    display: grid;
    gap: 6px;
    font-size: 20px;
    font-weight: 600;
}
.form-grid input, .form-grid select {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 10px;
    font-size: 18px;
}

.form-grid textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 10px;
    font-size: 18px;
    resize: vertical;
    min-height: 120px;
}

.form-full {
    grid-column: 1 / -1;
}

.modal-inline-list {
    margin: 8px 0 0;
    padding-left: 20px;
    color: #445069;
    font-size: 15px;
}

.modal-inline-list li + li {
    margin-top: 4px;
}

.inline-filter-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.new-entity-hint {
    display: grid;
    gap: 10px;
    padding: 10px;
    border: 1px dashed #c4d3ef;
    border-radius: 8px;
    background: #f8fbff;
}

.sms-box {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 20px 0;
}
.sms-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ffc42d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.sms-box strong { display: block; font-size: 54px; color: #1e4aa2; }
.sms-box span { font-size: 30px; }

.login-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 20px;
}

.login-card {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 24px;
}

.login-card h1 {
    margin: 0 0 10px;
    font-size: 32px;
}

.login-subtitle {
    margin: 0 0 16px;
    color: #4f5e77;
}

.alert-error {
    margin: 0 0 12px;
    background: #fff2f2;
    color: #a81f1f;
    border: 1px solid #f3caca;
    border-radius: 8px;
    padding: 10px 12px;
}

.alert-success {
    margin: 0 0 12px;
    background: #ecfbf1;
    color: #0f7a3a;
    border: 1px solid #c5efd3;
    border-radius: 8px;
    padding: 10px 12px;
}

.debug-box {
    margin: 0 0 12px;
    background: #0f172a;
    color: #e2e8f0;
    border-radius: 8px;
    padding: 10px 12px;
    overflow-x: auto;
    font-size: 12px;
    line-height: 1.4;
}

.login-form {
    display: grid;
    gap: 10px;
}

.login-form label {
    font-weight: 600;
}

.login-form input {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
}

.login-form .btn {
    margin-top: 8px;
    width: 100%;
    font-size: 16px;
}

.users-card {
    min-height: 0;
}

.users-table th,
.users-table td {
    vertical-align: middle;
}

.table-row-clickable {
    cursor: pointer;
}

.table-row-clickable:hover td {
    background: #f7faff;
}

.mobile-conversation-cell {
    display: none;
}

.mobile-conversation-main {
    display: grid;
    gap: 4px;
}

.mobile-conversation-main small,
.mobile-conversation-meta small {
    color: #5f6b82;
}

.mobile-conversation-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
}

.table-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    margin-left: 8px;
    padding: 0 6px;
    border-radius: 999px;
    background: #113b92;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.users-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.users-actions form {
    margin: 0;
}

.modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(10, 20, 40, 0.45);
    display: grid;
    place-items: center;
    z-index: 50;
    padding: 16px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.modal-backdrop[hidden] {
    display: none !important;
}

.modal-card {
    width: 100%;
    max-width: 540px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid var(--line);
    padding: 16px;
}

.modal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.user-form-grid {
    display: grid;
    gap: 10px;
}

.user-form-grid input[type="text"],
.user-form-grid input[type="email"],
.user-form-grid input[type="password"] {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
}

.checkbox-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

.modal-actions {
    margin-top: 8px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.status-badge {
    display: inline-flex;
    min-width: 42px;
    justify-content: center;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
}

.status-badge.is-on {
    background: #e7f7ed;
    color: #0e7f3c;
}

.status-badge.is-off {
    background: #fdecec;
    color: #b32222;
}

.chat-card {
    min-height: 70vh;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 12px;
}

.chat-page-shell {
    height: 100vh;
    overflow: hidden;
}

.chat-page-main {
    min-height: 0;
    height: calc(100vh - 84px);
    overflow: hidden;
    display: grid;
    grid-template-rows: auto auto 1fr;
}

.chat-page-meta {
    margin-bottom: 12px;
    color: #334764;
    font-weight: 600;
}

.chat-meta-divider {
    margin: 0 8px;
    color: #7c8aa4;
}

.chat-card-fixed {
    min-height: 0;
    height: 100%;
    padding: 16px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 12px;
}

.chat-messages-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.chat-messages-head strong,
.chat-messages-head small {
    display: block;
}

.chat-messages {
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 12px;
    background: #fafcff;
    overflow: auto;
    display: grid;
    gap: 10px;
}

.chat-messages-scroll {
    min-height: 0;
    overscroll-behavior: contain;
}

.chat-row {
    display: flex;
}

.chat-row-inbound {
    justify-content: flex-start;
}

.chat-row-outbound {
    justify-content: flex-end;
}

.chat-bubble {
    max-width: 72%;
    border-radius: 10px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    background: #fff;
}

.chat-row-outbound .chat-bubble {
    background: #e9f1ff;
    border-color: #bfd3ff;
}

.chat-bubble p {
    margin: 0 0 4px;
    white-space: pre-wrap;
}

.chat-media-block {
    margin: 0 0 8px;
}

.chat-media-image {
    display: block;
    max-width: min(320px, 100%);
    max-height: 320px;
    border-radius: 8px;
    border: 1px solid #d9e3f3;
    background: #fff;
    object-fit: cover;
}

.chat-audio-player {
    display: block;
    width: min(320px, 100%);
    max-width: 100%;
}

.chat-transcript-actions {
    margin-top: 8px;
}

.chat-transcript-box,
.chat-transcript-error {
    margin-top: 8px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 0.93rem;
    line-height: 1.45;
}

.chat-transcript-box {
    background: #f6f8fb;
    border: 1px solid #d9e2ec;
    color: #17324d;
}

.chat-transcript-box p {
    margin: 6px 0 0;
    white-space: pre-wrap;
}

.chat-transcript-error {
    background: #fff4f4;
    border: 1px solid #f0c9c9;
    color: #9f2d2d;
}

.chat-bubble small {
    color: #5f6b82;
    font-size: 12px;
}

.chat-bubble-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.message-status-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 700;
    border: 1px solid transparent;
    white-space: nowrap;
}

.message-status-chip.is-queued {
    background: #eef3ff;
    color: #3659a6;
    border-color: #c9d7fb;
}

.message-status-chip.is-sent {
    background: #eef7ff;
    color: #1c6aa8;
    border-color: #c7e1f7;
}

.message-status-chip.is-delivered {
    background: #eef9f2;
    color: #127e43;
    border-color: #c9eed7;
}

.message-status-chip.is-read {
    background: #e8fff5;
    color: #0b8b58;
    border-color: #bdebd4;
}

.message-status-chip.is-failed {
    background: #fdecec;
    color: #b32222;
    border-color: #f2c6c6;
}

.msg-source-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 6px;
    background: #fff3cd;
    color: #7a5700;
    border: 1px solid #ffe08a;
}

.chat-composer {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: end;
}

.chat-composer-shell {
    border-top: 1px solid #e5ebf6;
    padding-top: 12px;
}

.chat-composer-sticky {
    position: sticky;
    bottom: 0;
    background: #fff;
}

.config-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.config-panel {
    border: 1px solid #e5ebf6;
    border-radius: 8px;
    padding: 12px;
    background: #fbfdff;
}

.config-panel h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #113b92;
}

.config-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.config-fields label {
    display: grid;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
}

.config-fields input {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 14px;
}

.config-fields select,
.config-fields textarea {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 14px;
    font-family: inherit;
}

.config-fields textarea {
    resize: vertical;
}

.debug-json {
    margin: 0;
    padding: 12px;
    border: 1px solid #d8e2f0;
    border-radius: 8px;
    background: #f7faff;
    font-size: 12px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-weight: 400;
    white-space: pre-wrap;
    word-break: break-word;
    max-height: 320px;
    overflow: auto;
}

.sms-search-field {
    position: relative;
}

.sms-search-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 25;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 35, 66, 0.12);
    overflow: hidden;
}

.sms-search-item {
    width: 100%;
    text-align: left;
    border: 0;
    background: #fff;
    padding: 10px 12px;
    font: inherit;
    color: var(--text);
    cursor: pointer;
}

.sms-search-item + .sms-search-item {
    border-top: 1px solid #eef2f8;
}

.sms-search-item:hover {
    background: #f7faff;
}

.sms-search-item.is-muted {
    color: #6a7890;
    cursor: default;
}

.config-grid-single {
    grid-template-columns: 1fr;
}

.config-fields-single-col {
    grid-template-columns: 1fr;
}

.tab-strip {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.card-tabs {
    min-height: 0;
    padding: 12px 16px;
    margin-bottom: 0;
}

.tab-btn {
    width: auto;
    border: 1px solid #bfd0ed;
    background: #f4f8ff;
    color: #1a478f;
    border-radius: 8px 8px 0 0;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.tab-btn.is-active {
    background: #113b92;
    color: #fff;
    border-color: #113b92;
}

.radio-inline {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 2px;
}

.radio-option {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

.calendar-option-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #e5ebf6;
    border-radius: 8px;
    padding: 8px 10px;
    background: #fff;
}

.schedule-row {
    border: 1px solid #e5ebf6;
    border-radius: 8px;
    padding: 14px;
    display: grid;
    gap: 12px;
    background: #fff;
}

.schedule-day-head {
    display: flex;
    align-items: center;
}

.schedule-day-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.checkbox-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.privacy-editor-field {
    display: grid;
    gap: 10px;
}

.privacy-editor-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.privacy-editor-toolbar .btn {
    min-width: 42px;
}

.privacy-editor-surface,
.privacy-editor-html {
    width: 100%;
    border: 1px solid #ccd8ea;
    border-radius: 8px;
    background: #fff;
    color: #122033;
    font: inherit;
}

.privacy-editor-surface {
    min-height: 280px;
    padding: 14px;
    line-height: 1.55;
    overflow: auto;
}

.privacy-editor-surface:focus,
.privacy-editor-html:focus {
    outline: none;
    border-color: #0f62fe;
    box-shadow: 0 0 0 3px rgba(15, 98, 254, 0.12);
}

.privacy-editor-surface h1,
.privacy-editor-surface h2,
.privacy-editor-surface h3,
.privacy-editor-surface h4 {
    color: #122033;
}

.privacy-editor-html {
    min-height: 140px;
    padding: 12px 14px;
    resize: vertical;
}

.preview-btn {
    min-width: 36px;
    padding: 6px 8px;
}

.preview-event-list {
    margin: 8px 0 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
}

.window-state {
    grid-column: 1 / -1;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid transparent;
}

.window-state.is-open {
    color: #0e7f3c;
    background: #ecfbf1;
    border-color: #c5efd3;
}

.window-state.is-closed {
    color: #b32222;
    background: #fdecec;
    border-color: #f2c6c6;
}

.chat-composer textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 10px;
    resize: vertical;
    font-size: 14px;
}

.chat-composer-sticky .btn {
    min-height: 48px;
}

.clienti-search-form {
    grid-template-columns: minmax(320px, 1fr) auto;
    align-items: end;
    margin-bottom: 18px;
}

.clienti-search-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.radio-inline-wrap {
    flex-wrap: wrap;
}

.btn-small-wide {
    width: auto;
    min-width: 160px;
}

.clienti-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.clienti-actions .btn[disabled] {
    border-color: #b7c3d9;
    color: #7a879d;
    background: #eef2f8;
    cursor: not-allowed;
}

.clienti-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    color: #4f5e77;
}

.clienti-summary p {
    margin: 0;
}

.vehicle-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vehicle-cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.vehicle-tag {
    width: auto;
    padding: 6px 10px;
    border: 1px solid #b8caef;
    border-radius: 999px;
    background: #f4f8ff;
    color: #113b92;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.vehicle-tag:hover {
    background: #e8f0ff;
}

.pagination-bar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.pagination-bar .btn:last-child {
    justify-self: end;
}

.pagination-label {
    text-align: center;
    font-weight: 700;
    color: #113b92;
}

.prenotazioni-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.prenotazioni-week-label {
    margin: 8px 0 0;
    color: #4f5e77;
}

.prenotazioni-top-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.prenotazioni-toolbar {
    display: grid;
    grid-template-columns: auto minmax(240px, 320px) auto;
    align-items: end;
    gap: 14px;
}

.prenotazioni-picker {
    display: grid;
    gap: 6px;
}

.prenotazioni-picker span {
    font-size: 14px;
    font-weight: 600;
    color: #4f5e77;
}

.prenotazioni-week-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(200px, 1fr));
    gap: 16px;
    margin-top: 16px;
    overflow-x: auto;
}

.prenotazioni-day-card {
    min-width: 200px;
    display: grid;
    gap: 14px;
}

.prenotazioni-day-head {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5ebf6;
}

.prenotazioni-day-head h2 {
    margin: 0;
    font-size: 22px;
}

.prenotazioni-day-head span {
    color: #4f5e77;
    font-size: 14px;
}

.prenotazioni-day-body {
    display: grid;
    gap: 12px;
    align-content: start;
}

.prenotazione-item {
    border: 1px solid #d9e4f7;
    border-left: 5px solid #2a58ba;
    border-radius: 10px;
    padding: 10px 12px;
    background: #fbfdff;
    display: grid;
    gap: 6px;
}

.prenotazione-item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.prenotazione-item p {
    margin: 0;
    font-size: 14px;
}

.prenotazione-stato-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 700;
    background: #e8eefb;
    color: #113b92;
}

.prenotazione-stato-trigger {
    gap: 6px;
    cursor: pointer;
    user-select: none;
    transition: background-color .15s ease, color .15s ease, box-shadow .15s ease;
}

.prenotazione-stato-trigger:hover {
    background: #dce7fb;
}

.prenotazione-stato-trigger:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(31, 101, 223, 0.22);
}

.prenotazione-stato-icon {
    font-size: 12px;
    line-height: 1;
}

.prenotazione-stato-prenotato {
    border-left-color: #2a58ba;
}

.prenotazione-stato-saltato {
    border-left-color: #c27d15;
}

.prenotazione-stato-ok {
    border-left-color: #138247;
}

.prenotazione-stato-officina {
    border-left-color: #8a5a2b;
}

.prenotazione-stato-cancellato {
    border-left-color: #7b8798;
    opacity: 0.88;
}

.prenotazione-google-import {
    background: #f7ecdf;
}

.prenotazione-google-modified {
    box-shadow: inset 0 0 0 1px #2a58ba;
}

.prenotazione-google-deleted {
    box-shadow: inset 0 0 0 1px #b82323;
}

.prenotazione-overlap {
    background: #fdecec;
    border-left-color: #c53333 !important;
}

.prenotazione-note {
    color: #56657f;
}

.prenotazione-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 4px;
}

.prenotazione-sync-pill {
    background: #e8eefb;
    color: #113b92;
}

.prenotazione-sync-pill.is-danger {
    background: #fde7e7;
    color: #a61e1e;
}

.booking-form-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
}

.booking-form-grid .checkbox-row,
.booking-form-grid .alert-error,
.booking-form-grid .alert-success,
.booking-form-grid .modal-actions,
.booking-form-grid .booking-notes-field,
.booking-form-grid .booking-meta-summary {
    grid-column: 1 / -1;
}

.booking-field-date {
    grid-column: span 1;
}

.booking-field-time,
.booking-field-manual-time,
.booking-field-end {
    grid-column: span 1;
}

.booking-modal-card {
    max-width: min(960px, calc(100vw - 32px));
    max-height: calc(100dvh - 32px);
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: auto;
    padding: 20px;
}

.booking-modal-card .modal-head {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
    padding-bottom: 12px;
    margin-bottom: 14px;
}

.booking-form-grid .booking-notes-field textarea {
    min-height: 140px;
}

.booking-form-grid .modal-actions {
    position: sticky;
    bottom: -20px;
    z-index: 2;
    background: #fff;
    padding-top: 12px;
    padding-bottom: 4px;
    border-top: 1px solid #e5ebf6;
}

.sync-log-list {
    display: grid;
    gap: 8px;
}

.sync-log-entry {
    display: grid;
    gap: 2px;
    padding: 10px 12px;
    border: 1px solid #d8deea;
    border-radius: 8px;
    background: #f7f9fc;
    font-size: 14px;
}

.sync-log-warning {
    border-color: #d6aa62;
    background: #fbf3e3;
}

.sync-log-error {
    border-color: #d48a8a;
    background: #fdecec;
}

.sms-counter-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 8px;
    color: #56657f;
    font-size: 14px;
    flex-wrap: wrap;
}

.prenotazioni-empty {
    margin: 0;
    color: #6a7890;
    font-size: 14px;
}

@media (max-width: 1280px) {
    .dashboard-grid {
        grid-template-columns: repeat(2, minmax(260px, 1fr));
        grid-template-rows: auto;
    }
    .card-bookings,
    .card-whatsapp,
    .card-summary,
    .card-new-booking {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 980px) {
    .app-shell { grid-template-columns: 1fr; }
    .sidebar {
        position: fixed;
        top: 84px;
        left: 0;
        bottom: 0;
        width: 280px;
        transform: translateX(-100%);
        transition: transform .2s ease;
        z-index: 20;
    }
    .sidebar.open { transform: translateX(0); }
    .sidebar-backdrop[hidden] {
        display: none !important;
    }
    .main-content { padding: 16px; }
    .dashboard-grid { grid-template-columns: 1fr; }
    h1 { font-size: 34px; }
    .clienti-search-form {
        grid-template-columns: 1fr;
    }
    .clienti-summary {
        flex-direction: column;
        align-items: flex-start;
    }
    .pagination-bar {
        grid-template-columns: 1fr;
    }
    .pagination-bar .btn:last-child {
        justify-self: start;
    }
    .pagination-label {
        text-align: left;
    }
    .prenotazioni-head {
        flex-direction: column;
        align-items: flex-start;
    }
    .prenotazioni-toolbar {
        grid-template-columns: 1fr;
    }
    .prenotazioni-week-grid {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }
    .booking-modal-card {
        max-width: min(100vw - 20px, 760px);
        max-height: calc(100dvh - 20px);
        padding: 16px;
    }
    .booking-form-grid {
        grid-template-columns: 1fr 1fr;
    }
    .schedule-day-grid {
        grid-template-columns: 1fr;
    }
    .chat-page-shell {
        height: 100dvh;
    }
    .chat-page-main {
        height: calc(100dvh - 84px);
    }
    .chat-page-meta {
        font-size: 14px;
        line-height: 1.45;
    }
    .chat-meta-divider {
        display: none;
    }
    .chat-card-fixed {
        padding: 12px;
        gap: 10px;
    }
    .chat-messages-head {
        align-items: flex-start;
        flex-direction: column;
    }
    .chat-bubble {
        max-width: 88%;
    }
    .chat-composer-sticky {
        grid-template-columns: 1fr;
    }
    .chat-composer textarea {
        min-height: 88px;
        font-size: 16px;
    }
    .chat-composer-sticky .btn {
        width: 100%;
    }
    .users-table thead {
        display: none;
    }
    .users-table tr {
        display: block;
        border-bottom: 1px solid #e5ebf6;
    }
    .users-table td {
        display: none;
        border: 0;
        padding: 0;
    }
    .users-table td.mobile-conversation-cell {
        display: block;
        padding: 14px 12px;
    }
    .conversation-desktop-cell {
        display: none !important;
    }
.table-row-clickable:hover td.mobile-conversation-cell {
        background: #f7faff;
    }
}

@media (max-width: 720px) {
    .modal-backdrop {
        place-items: start center;
        padding: 10px;
    }
    .booking-modal-card {
        max-width: 100%;
        max-height: none;
        min-height: 0;
        padding: 14px;
    }
    .booking-form-grid {
        grid-template-columns: 1fr;
    }
    .booking-form-grid .modal-actions {
        bottom: -14px;
        flex-wrap: wrap;
        justify-content: stretch;
    }
    .booking-form-grid .modal-actions .btn {
        width: 100%;
    }
}

.public-info-page {
    min-height: 100dvh;
    background: #f4f7fb;
    padding: 32px 16px 48px;
}

.public-info-shell {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    gap: 20px;
}

.public-info-hero,
.public-info-panel {
    background: #ffffff;
    border: 1px solid #dde6f3;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.public-info-hero {
    padding: 28px;
}

.public-info-kicker {
    margin: 0 0 8px;
    color: #4b6485;
    font-size: 13px;
    text-transform: uppercase;
}

.public-info-hero h1 {
    margin: 0;
    font-size: 34px;
    color: #122033;
}

.public-info-copy {
    margin: 12px 0 0;
    color: #4b6485;
    max-width: 680px;
    line-height: 1.55;
}

.public-info-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-info-panel {
    padding: 28px;
    display: grid;
    gap: 14px;
}

.public-info-panel h2,
.public-info-map-head h2 {
    margin: 0;
    color: #122033;
    font-size: 22px;
}

.public-info-address,
.public-info-map-head p {
    margin: 0;
    color: #4b6485;
    line-height: 1.55;
}

.public-info-link {
    color: #0f62fe;
}

.public-info-hours {
    display: grid;
    gap: 10px;
}

.public-info-hours-row {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6edf7;
}

.public-info-hours-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.public-info-hours-day {
    color: #122033;
    font-weight: 600;
}

.public-info-hours-value {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: #4b6485;
}

.public-info-map-panel {
    gap: 18px;
}

.public-info-map-head {
    display: grid;
    gap: 6px;
}

.public-info-map {
    width: 100%;
    min-height: 420px;
    border-radius: 8px;
    border: 1px solid #d8e1ef;
    overflow: hidden;
}

.public-info-map-status {
    margin: 0;
    color: #4b6485;
    min-height: 1.5em;
}

.privacy-page-content {
    display: block;
}

.privacy-page-content h1,
.privacy-page-content h2 {
    margin: 0 0 14px;
    color: #113b92;
}

.privacy-page-content h1 {
    font-size: 28px;
}

.privacy-page-content h2 {
    margin-top: 26px;
    font-size: 20px;
}

.privacy-page-content p,
.privacy-page-content ul {
    margin: 0 0 14px;
    color: #23314d;
    line-height: 1.7;
}

.privacy-page-content ul {
    padding-left: 22px;
}

.privacy-page-content code {
    background: #eef3fb;
    border-radius: 4px;
    padding: 1px 5px;
    font-size: 0.95em;
}

.privacy-page-content a {
    color: #113b92;
}

.public-legal-form {
    display: grid;
    gap: 16px;
}

.public-legal-form label {
    display: grid;
    gap: 6px;
    color: #122033;
    font-weight: 600;
}

.public-legal-form input {
    border: 1px solid #d8e1ef;
    border-radius: 8px;
    padding: 10px 12px;
    font: inherit;
    color: #122033;
    background: #fff;
}

@media (max-width: 760px) {
    .public-info-grid {
        grid-template-columns: 1fr;
    }

    .public-info-hours-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}
