/* /Components/Layout/KanbanLayout.razor.rz.scp.css */
.kb-shell[b-pghzjfdoy7] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    background: #08080d;
    color: #f1f1f4;
    font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
main[b-lk6fsreu16] {
    min-height: 100vh;
}

.top-row[b-lk6fsreu16] {
    display: flex;
    align-items: center;
    height: 3.75rem;
    position: sticky;
    top: 0;
    z-index: 2;
}

.content[b-lk6fsreu16] {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}

#blazor-error-ui[b-lk6fsreu16] {
    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-lk6fsreu16] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-yvwttk9iim] {
    appearance: none;
    cursor: pointer;
    width: 2.5rem;
    height: 2.25rem;
    margin-left: auto;
    border: 1px solid var(--border-color);
    border-radius: 0.4rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2815, 23, 42, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.4rem var(--background-beige);
    display: none;
}

.bi[b-yvwttk9iim] {
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 1.1rem;
    vertical-align: -0.125em;
    opacity: 0.8;
}

/* Only the hand-rolled inline-SVG background-image icons need a fixed box
 * (their class names all end in `-nav-menu`, e.g. bi-house-door-fill-nav-menu).
 * Real Bootstrap Icons font glyphs size themselves from font-size above and
 * must NOT get this treatment, or they end up squished/offset ("drooping"). */
.bi[class*="-nav-menu"][b-yvwttk9iim] {
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
    top: -1px;
    background-size: cover;
    vertical-align: baseline;
}

.bi-house-door-fill-nav-menu[b-yvwttk9iim] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2364748b' 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");
}

.bi-plus-square-fill-nav-menu[b-yvwttk9iim] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2364748b' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-yvwttk9iim] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2364748b' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

/* On narrow screens the horizontal nav collapses into a dropdown panel
 * beneath the top bar, toggled by the hamburger button above. */
@media (max-width: 640.98px) {
    .navbar-toggler[b-yvwttk9iim] {
        display: block;
    }

    .app-nav-horizontal[b-yvwttk9iim] {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0.25rem;
        background-color: var(--background-light);
        border-bottom: 1px solid var(--border-color);
        box-shadow: 0 8px 16px -8px rgba(15, 23, 42, 0.15);
        padding: 0.75rem 1rem;
    }

    .navbar-toggler:checked ~ .app-nav-horizontal[b-yvwttk9iim] {
        display: flex;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ag3uojw4wn],
.components-reconnect-repeated-attempt-visible[b-ag3uojw4wn],
.components-reconnect-failed-visible[b-ag3uojw4wn],
.components-pause-visible[b-ag3uojw4wn],
.components-resume-failed-visible[b-ag3uojw4wn],
.components-rejoining-animation[b-ag3uojw4wn] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ag3uojw4wn],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ag3uojw4wn],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ag3uojw4wn],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ag3uojw4wn],
#components-reconnect-modal.components-reconnect-retrying[b-ag3uojw4wn],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ag3uojw4wn],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ag3uojw4wn],
#components-reconnect-modal.components-reconnect-failed[b-ag3uojw4wn],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ag3uojw4wn] {
    display: block;
}


#components-reconnect-modal[b-ag3uojw4wn] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ag3uojw4wn 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ag3uojw4wn 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ag3uojw4wn 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ag3uojw4wn]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ag3uojw4wn 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ag3uojw4wn {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ag3uojw4wn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ag3uojw4wn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ag3uojw4wn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ag3uojw4wn] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ag3uojw4wn] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ag3uojw4wn] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ag3uojw4wn] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ag3uojw4wn] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ag3uojw4wn] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ag3uojw4wn 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ag3uojw4wn] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ag3uojw4wn {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/UserMenu.razor.rz.scp.css */
/* Bootstrap only right-aligns .dropdown-menu-end once its JS has attached
   [data-bs-popper] (i.e. after a real click-triggered toggle). Since we can
   render the login-error dropdown already open straight from the server
   (no JS involved), it falls back to left-aligned growth and overflows the
   viewport. Force the right alignment unconditionally instead. */
.dropdown-menu-end[b-dmtcgpktgg] {
    right: 0;
    left: auto;
}

.user-menu-dropdown[b-dmtcgpktgg] {
    min-width: 17rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.user-menu-avatar[b-dmtcgpktgg] {
    font-size: 2rem;
    color: var(--border-color, #adb5bd);
    line-height: 1;
}

.user-menu-details > div[b-dmtcgpktgg] {
    padding-block: 0.15rem;
}

.user-menu-details .bi[b-dmtcgpktgg] {
    width: 1rem;
    flex-shrink: 0;
    text-align: center;
}
/* /Components/Modals/ContactModal.razor.rz.scp.css */
.contact-dialog[b-3lilgouvu8] {
    width: min(34rem, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    padding: 1.5rem;
    border: 1px solid var(--border-color);
    border-radius: 0.75rem;
    color: var(--background-dark);
    background: var(--background-light);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.2);
}

.contact-dialog[b-3lilgouvu8]::backdrop {
    background: rgba(15, 23, 42, 0.45);
}

.contact-dialog-header[b-3lilgouvu8] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.contact-dialog h2[b-3lilgouvu8] {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
}

.contact-dialog-header p[b-3lilgouvu8] {
    margin: 0.55rem 0 0;
    color: var(--text-muted);
    font-size: 0.95rem;
}

.contact-dialog-close[b-3lilgouvu8] {
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 0;
    color: var(--text-muted);
    background: transparent;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
}

.contact-dialog-close:hover[b-3lilgouvu8] {
    color: var(--background-dark);
}

.contact-dialog-fields[b-3lilgouvu8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
}

.contact-dialog-field[b-3lilgouvu8] {
    display: grid;
    gap: 0.4rem;
}

.contact-dialog-field label[b-3lilgouvu8] {
    color: #334155;
    font-size: 0.9rem;
    font-weight: 600;
}

.contact-dialog-field label span[b-3lilgouvu8] {
    color: var(--text-muted);
    font-weight: 400;
}

.contact-dialog-field-message[b-3lilgouvu8] {
    grid-column: 1 / -1;
}

.contact-dialog .form-control[b-3lilgouvu8] {
    padding: 0.55rem 0.7rem;
    border-color: var(--border-color);
    color: var(--background-dark);
}

.contact-dialog textarea.form-control[b-3lilgouvu8] {
    resize: vertical;
}

.contact-dialog .validation-message[b-3lilgouvu8] {
    font-size: 0.8rem;
}

.contact-dialog-error[b-3lilgouvu8] {
    margin: 1rem 0 0;
    color: #b91c1c;
    font-size: 0.9rem;
}

.contact-dialog-actions[b-3lilgouvu8] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.contact-dialog-success[b-3lilgouvu8] {
    padding: 1rem;
    border-radius: 0.5rem;
    background: var(--background-beige);
}

.contact-dialog-success i[b-3lilgouvu8] {
    display: none;
}

.contact-dialog-success h3[b-3lilgouvu8],
.contact-dialog-success p[b-3lilgouvu8] {
    margin: 0;
}

.contact-dialog-success h3[b-3lilgouvu8] {
    font-size: 1rem;
    font-weight: 700;
}

.contact-dialog-success p[b-3lilgouvu8] {
    margin-top: 0.2rem;
    color: var(--text-muted);
    font-size: 0.9rem;
}

@media (max-width: 520px) {
    .contact-dialog-fields[b-3lilgouvu8] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Business/Administration/Administration.razor.rz.scp.css */
.stat-grid[b-ako72emg0x] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.stat-card[b-ako72emg0x] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    background-color: var(--background-light);
    border: 1px solid var(--border-color);
    border-radius: 0.9rem;
    padding: 1rem 1.25rem;
}

.stat-value[b-ako72emg0x] {
    font-size: 1.6rem;
    font-weight: 700;
}

@media (max-width: 900px) {
    .stat-grid[b-ako72emg0x] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* /Components/Pages/Business/Administration/BusinessFormModal.razor.rz.scp.css */
.create-business-dialog[b-abz3y2zjkd] {
    width: min(40rem, 92vw);
    padding: 1.5rem;
    border: 0;
    border-radius: 0.9rem;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.2);
}

.create-business-dialog[b-abz3y2zjkd]::backdrop {
    background-color: rgba(15, 23, 42, 0.45);
}
/* /Components/Pages/Business/Products/CategoriesModal.razor.rz.scp.css */
.categories-dialog[open][b-6gipaajz3p] {
    display: flex;
    flex-direction: column;
}

.categories-dialog[b-6gipaajz3p] {
    width: min(46rem, 94vw);
    min-height: 20rem;
    max-height: min(40rem, 90vh);
    padding: 1.5rem;
    border: 0;
    border-radius: 0.9rem;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.2);
    overflow: hidden;
}

.categories-dialog[b-6gipaajz3p]::backdrop {
    background-color: rgba(15, 23, 42, 0.45);
}

.cat-topbar[b-6gipaajz3p] {
    flex-shrink: 0;
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 1rem;
}

/* Scrollable list */
.cat-list[b-6gipaajz3p] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding-right: 0.25rem;
}

/* Empty state */
.cat-empty[b-6gipaajz3p] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--text-muted, #64748b);
    border: 1px dashed var(--border-color, #e2e8f0);
    border-radius: 0.75rem;
    background-color: rgba(148, 163, 184, 0.06);
    padding: 2rem 1rem;
}

.cat-empty-icon[b-6gipaajz3p] {
    font-size: 2rem;
    opacity: 0.4;
    margin-bottom: 0.5rem;
}

/* Category card */
.cat-card[b-6gipaajz3p] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0.75rem;
    border: 1px solid var(--border-color, #e2e8f0);
    border-radius: 0.7rem;
    background-color: #fff;
    transition: border-color 0.15s ease, opacity 0.15s ease;
}

.cat-card:hover[b-6gipaajz3p] {
    border-color: var(--primary-light, #6366f1);
}

.cat-card--archived[b-6gipaajz3p] {
    opacity: 0.6;
    background-color: rgba(148, 163, 184, 0.06);
}

/* Reorder */
.cat-reorder[b-6gipaajz3p] {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.cat-move[b-6gipaajz3p] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.15rem;
    padding: 0;
    border: 0;
    border-radius: 0.3rem;
    background-color: rgba(148, 163, 184, 0.12);
    color: var(--text-muted, #64748b);
    font-size: 0.7rem;
    line-height: 1;
}

.cat-move:hover:not(:disabled)[b-6gipaajz3p] {
    background-color: rgba(79, 70, 229, 0.12);
    color: var(--primary, #4f46e5);
}

.cat-move:disabled[b-6gipaajz3p] {
    opacity: 0.35;
    cursor: default;
}

/* Fields */
.cat-fields[b-6gipaajz3p] {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.cat-name[b-6gipaajz3p] {
    font-weight: 600;
}

.cat-desc[b-6gipaajz3p] {
    color: var(--text-muted, #64748b);
}

/* Archive */
.cat-archive[b-6gipaajz3p] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    padding: 0;
    border: 1px solid var(--border-color, #e2e8f0);
    border-radius: 0.5rem;
    background-color: #fff;
    color: var(--text-muted, #64748b);
    font-size: 0.9rem;
}

.cat-archive:hover:not(:disabled)[b-6gipaajz3p] {
    border-color: var(--primary, #4f46e5);
    color: var(--primary, #4f46e5);
}

/* Add row */
.cat-addrow[b-6gipaajz3p] {
    flex-shrink: 0;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--border-color, #e2e8f0);
}

.cat-footer[b-6gipaajz3p] {
    flex-shrink: 0;
}
/* /Components/Pages/Business/Products/OptionGroupsModal.razor.rz.scp.css */
.option-groups-dialog[open][b-1o1dne9k8p] {
    display: flex;
    flex-direction: column;
}

.option-groups-dialog[b-1o1dne9k8p] {
    width: min(58rem, 96vw);
    min-height: 24rem;
    max-height: min(40rem, 90vh);
    padding: 1.5rem;
    border: 0;
    border-radius: 0.9rem;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.2);
    overflow: hidden;
}

.option-groups-dialog[b-1o1dne9k8p]::backdrop {
    background-color: rgba(15, 23, 42, 0.45);
}

.og-topbar[b-1o1dne9k8p] {
    flex-shrink: 0;
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 1rem;
}

/* Two-pane shell */
.og-shell[b-1o1dne9k8p] {
    flex: 1 1 auto;
    min-height: 0;
    display: grid;
    grid-template-columns: 14rem 1fr;
    gap: 1rem;
}

.og-footer[b-1o1dne9k8p] {
    flex-shrink: 0;
}

/* Sidebar */
.og-sidebar[b-1o1dne9k8p] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    border: 1px solid var(--border-color, #e2e8f0);
    border-radius: 0.7rem;
    background-color: rgba(148, 163, 184, 0.05);
    overflow: hidden;
}

.og-sidebar-list[b-1o1dne9k8p] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.og-nav-item[b-1o1dne9k8p] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    gap: 0.1rem;
    padding: 0.5rem 0.65rem;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    background: transparent;
    cursor: pointer;
    transition: background-color 0.12s ease, border-color 0.12s ease;
}

.og-nav-item:hover[b-1o1dne9k8p] {
    background-color: #fff;
    border-color: var(--border-color, #e2e8f0);
}

.og-nav-item--active[b-1o1dne9k8p] {
    background-color: #fff;
    border-color: var(--primary, #4f46e5);
    box-shadow: inset 3px 0 0 var(--primary, #4f46e5);
}

.og-nav-name[b-1o1dne9k8p] {
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.2;
}

.og-nav-meta[b-1o1dne9k8p] {
    font-size: 0.72rem;
    color: var(--text-muted, #64748b);
}

.og-sidebar-add[b-1o1dne9k8p] {
    padding: 0.5rem;
    border-top: 1px solid var(--border-color, #e2e8f0);
    background-color: #fff;
}

/* Detail pane */
.og-detail[b-1o1dne9k8p] {
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.og-detail-head[b-1o1dne9k8p],
.og-keywords[b-1o1dne9k8p] {
    flex-shrink: 0;
}

.og-detail-empty[b-1o1dne9k8p] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--text-muted, #64748b);
}

.og-detail-empty-icon[b-1o1dne9k8p] {
    font-size: 2.25rem;
    opacity: 0.4;
    margin-bottom: 0.6rem;
}

.og-detail-head[b-1o1dne9k8p] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.9rem;
}

.og-name-input[b-1o1dne9k8p] {
    font-weight: 600;
}

.og-delete-group[b-1o1dne9k8p] {
    flex-shrink: 0;
    white-space: nowrap;
}

.og-keywords[b-1o1dne9k8p] {
    margin-bottom: 1.25rem;
}

/* Options */
.og-options[b-1o1dne9k8p] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-right: 0.25rem;
}

.og-optgroup-head[b-1o1dne9k8p] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.5rem;
    color: var(--primary-dark, #3730a3);
}

.og-optgroup-empty[b-1o1dne9k8p] {
    font-size: 0.85rem;
    color: var(--text-muted, #64748b);
    margin: 0;
    padding: 0.4rem 0.1rem;
}

.og-optlist[b-1o1dne9k8p] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.og-optrow[b-1o1dne9k8p] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.45rem 0.6rem;
    border: 1px solid var(--border-color, #e2e8f0);
    border-radius: 0.5rem;
    background-color: #fff;
}

.og-optname[b-1o1dne9k8p] {
    flex: 1 1 auto;
    min-width: 0;
    font-weight: 500;
    font-size: 0.9rem;
}

.og-optprice[b-1o1dne9k8p] {
    flex-shrink: 0;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--primary-dark, #3730a3);
}

.og-optdel[b-1o1dne9k8p] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    border: 0;
    border-radius: 0.4rem;
    background-color: rgba(148, 163, 184, 0.15);
    color: var(--text-muted, #64748b);
    font-size: 0.7rem;
}

.og-optdel:hover[b-1o1dne9k8p] {
    background-color: rgba(220, 38, 38, 0.12);
    color: #dc2626;
}

/* Add row */
.og-addrow[b-1o1dne9k8p] {
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-top: 1px solid var(--border-color, #e2e8f0);
    background-color: #fff;
}

.og-kind-toggle[b-1o1dne9k8p] {
    flex-shrink: 0;
}

/* Grows to fill the row, but keeps a min width so it drops to its own
   line (with the placeholder fully visible) when space gets tight. */
.og-addinput[b-1o1dne9k8p] {
    flex: 1 1 20rem;
    min-width: 0;
}

@media (max-width: 640px) {
    .og-shell[b-1o1dne9k8p] {
        grid-template-columns: 1fr;
    }

    .og-sidebar[b-1o1dne9k8p] {
        max-height: 12rem;
    }
}
/* /Components/Pages/Business/Products/ProductFormModal.razor.rz.scp.css */
.product-form-dialog[open][b-g6yrte8816] {
    display: flex;
    flex-direction: column;
    pointer-events: auto;
}

.product-form-dialog[b-g6yrte8816] {
    width: min(54rem, 96vw);
    min-height: 24rem;
    max-height: 92vh;
    padding: 0;
    border: 0;
    border-radius: 0.9rem;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.2);
    overflow: hidden;
}

.product-form-dialog[b-g6yrte8816]::backdrop {
    background-color: rgba(15, 23, 42, 0.45);
}

.pf-form[b-g6yrte8816] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

/* Pinned header */
.pf-topbar[b-g6yrte8816] {
    flex-shrink: 0;
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 1.5rem 1.5rem 1rem;
    border-bottom: 1px solid var(--border-color, #e2e8f0);
}

/* Scrollable body */
.pf-body[b-g6yrte8816] {
    flex: 1 1 auto;
    min-height: 0;
    max-height: calc(92vh - 10rem);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Pinned footer */
.pf-footer[b-g6yrte8816] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--border-color, #e2e8f0);
    background-color: rgba(148, 163, 184, 0.04);
}

/* Sections */
.pf-section-head[b-g6yrte8816] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.9rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-color, #e2e8f0);
}

/* Variant card */
.pf-variant[b-g6yrte8816] {
    padding: 1rem;
    margin-top: 0.75rem;
    border: 1px solid var(--border-color, #e2e8f0);
    border-radius: 0.7rem;
    background-color: rgba(148, 163, 184, 0.04);
    transition: opacity 0.15s ease;
}

.pf-variant--archived[b-g6yrte8816] {
    opacity: 0.6;
}

.pf-variant-head[b-g6yrte8816] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.9rem;
}

/* Toggle row */
.pf-toggles[b-g6yrte8816] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.5rem;
    margin-top: 1rem;
}

.pf-toggles .form-check[b-g6yrte8816] {
    margin-bottom: 0;
}

.pf-inline-field[b-g6yrte8816] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.pf-inline-field .form-control[b-g6yrte8816] {
    width: 5rem;
}

/* Sub-sections inside a variant */
.pf-subsection[b-g6yrte8816] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color, #e2e8f0);
}

/* Option chips */
.pf-chip[b-g6yrte8816] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.25rem 0.35rem 0.25rem 0.6rem;
    background-color: #fff;
    border: 1px solid var(--border-color, #e2e8f0);
    border-radius: 999px;
    font-size: 0.85rem;
}

.pf-chip-name[b-g6yrte8816] {
    font-weight: 500;
}

.pf-chip-price[b-g6yrte8816] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--primary-dark, #3730a3);
}

.pf-chip-tag[b-g6yrte8816] {
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--secondary, #06b6d4);
    background-color: rgba(6, 182, 212, 0.1);
    border-radius: 999px;
    padding: 0.05rem 0.4rem;
}

.pf-chip-x[b-g6yrte8816] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background-color: rgba(148, 163, 184, 0.18);
    color: var(--text-muted, #64748b);
    font-size: 0.6rem;
    line-height: 1;
}

.pf-chip-x:hover[b-g6yrte8816] {
    background-color: rgba(220, 38, 38, 0.12);
    color: #dc2626;
}

/* Option add row */
.pf-optadd[b-g6yrte8816] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.pf-optadd-input[b-g6yrte8816] {
    flex: 1 1 18rem;
    min-width: 0;
    width: auto;
}

/* Image preview */
.pf-image-preview[b-g6yrte8816] {
    width: 5.5rem;
    height: 5.5rem;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 0.6rem;
    border: 1px solid var(--border-color, #e2e8f0);
}

.pf-image-preview--empty[b-g6yrte8816] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background-color: rgba(148, 163, 184, 0.08);
}

.pf-image-tile[b-g6yrte8816] {
    position: relative;
    width: 5.5rem;
    height: 5.5rem;
}

.pf-image-tile .pf-image-preview[b-g6yrte8816] {
    width: 100%;
    height: 100%;
}

.pf-image-tile-x[b-g6yrte8816] {
    position: absolute;
    top: -0.4rem;
    right: -0.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background-color: #dc2626;
    color: #fff;
    font-size: 0.6rem;
    line-height: 1;
}

.pf-image-tile-badge[b-g6yrte8816] {
    position: absolute;
    bottom: 0.2rem;
    left: 0.2rem;
    font-size: 0.6rem;
}
/* /Components/Pages/Business/Shops/EcommerceSettingsModal.razor.rz.scp.css */
.ecommerce-settings-dialog[b-yvq3s51s68] {
    width: min(40rem, 92vw);
    padding: 1.5rem;
    border: 0;
    border-radius: 0.9rem;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.2);
}

.ecommerce-settings-dialog[b-yvq3s51s68]::backdrop {
    background-color: rgba(15, 23, 42, 0.45);
}
/* /Components/Pages/Business/Shops/PizzeriaSettingsModal.razor.rz.scp.css */
.pizzeria-settings-dialog[b-4hj6u4mbqd] {
    width: min(40rem, 92vw);
    padding: 1.5rem;
    border: 0;
    border-radius: 0.9rem;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.2);
}

.pizzeria-settings-dialog[b-4hj6u4mbqd]::backdrop {
    background-color: rgba(15, 23, 42, 0.45);
}
/* /Components/Pages/Business/Shops/ShopFormModal.razor.rz.scp.css */
.create-business-dialog[b-vjxt0b78o0] {
    width: min(40rem, 92vw);
    padding: 1.5rem;
    border: 0;
    border-radius: 0.9rem;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.2);
}

.create-business-dialog[b-vjxt0b78o0]::backdrop {
    background-color: rgba(15, 23, 42, 0.45);
}
/* /Components/Pages/Business/Shops/ShopOpeningHoursModal.razor.rz.scp.css */
.hours-dialog[open][b-wq7prut6hg] {
    display: flex;
    flex-direction: column;
}

.hours-dialog[b-wq7prut6hg] {
    width: min(40rem, 94vw);
    max-height: min(40rem, 90vh);
    padding: 1.5rem;
    border: 0;
    border-radius: 0.9rem;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.2);
    overflow: hidden;
}

.hours-dialog[b-wq7prut6hg]::backdrop {
    background-color: rgba(15, 23, 42, 0.45);
}

.hours-topbar[b-wq7prut6hg] {
    flex-shrink: 0;
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 1rem;
}

/* Empty state */
.hours-empty[b-wq7prut6hg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2.5rem 1rem;
}

.hours-empty-icon[b-wq7prut6hg] {
    font-size: 2rem;
    opacity: 0.35;
    margin-bottom: 0.5rem;
    color: var(--text-muted, #64748b);
}

/* Tabs. Switch the body between the weekly grid and the deviating dates
   list, like two mini-modals sharing one dialog shell. */
.hours-tabs[b-wq7prut6hg] {
    flex-shrink: 0;
    margin-bottom: 0.9rem;
}

.hours-tabs .nav-link[b-wq7prut6hg] {
    color: var(--text-muted, #64748b);
    font-size: 0.875rem;
    padding: 0.35rem 0.9rem;
}

.hours-tabs .nav-link.active[b-wq7prut6hg] {
    background-color: var(--primary, #4f46e5);
    color: #fff;
}

.hours-body[b-wq7prut6hg] {
    flex: 1 1 auto;
    min-height: 0;
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.25rem;
}

.hours-week[b-wq7prut6hg],
.hours-deviating-list[b-wq7prut6hg] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.hours-row-group[b-wq7prut6hg] {
    border-bottom: 1px solid var(--border-color, #eef1f5);
    padding: 0.4rem 0;
}

.hours-row-group:last-child[b-wq7prut6hg] {
    border-bottom: none;
}

/* Dates within the 2-day grace window still show for cleanup, but visually
   recede so they read as "already passed" rather than upcoming. */
.hours-row-group--past[b-wq7prut6hg] {
    opacity: 0.55;
}

/* Rows use CSS Grid with named columns (not flex) so each cell keeps its
   own fixed track - a "Closed" row that skips the time inputs and the
   order-window toggle button leaves those columns empty instead of
   dragging the switch/remove button leftward like flexbox would. */
.hours-row[b-wq7prut6hg] {
    display: grid;
    grid-template-columns: 6rem minmax(0, 1fr) 1.75rem auto auto;
    align-items: center;
    column-gap: 0.6rem;
}

.hours-row--deviating[b-wq7prut6hg] {
    grid-template-columns: 6rem minmax(0, 1fr) 1.75rem auto auto 1.75rem;
}

.hours-cell-label[b-wq7prut6hg] {
    grid-column: 1;
    font-weight: 600;
}

.hours-deviating-date[b-wq7prut6hg] {
    font-weight: 600;
}

.hours-cell-time[b-wq7prut6hg] {
    grid-column: 2;
}

.hours-cell-toggle[b-wq7prut6hg] {
    grid-column: 3;
}

.hours-cell-switch[b-wq7prut6hg] {
    grid-column: 4;
}

.hours-cell-save[b-wq7prut6hg] {
    grid-column: 5;
    white-space: nowrap;
}

.hours-cell-remove[b-wq7prut6hg] {
    grid-column: 6;
}

.hours-times[b-wq7prut6hg] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.hours-times input[type="time"][b-wq7prut6hg] {
    width: 6.7rem;
}

.hours-switch[b-wq7prut6hg] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
}

.hours-switch .form-check-label[b-wq7prut6hg] {
    white-space: nowrap;
}

.hours-window-toggle[b-wq7prut6hg],
.hours-deviating-remove[b-wq7prut6hg] {
    padding: 0 0.2rem;
    justify-self: start;
}

/* Order-window offsets. Tucked away behind the hourglass icon so the
   default view stays a plain time range per row/date. */
.hours-window[b-wq7prut6hg] {
    display: flex;
    gap: 1.25rem;
    margin-top: 0.4rem;
    padding: 0.5rem 0.6rem;
    background-color: rgba(148, 163, 184, 0.08);
    border-radius: 0.5rem;
    flex-wrap: wrap;
}

.hours-window label[b-wq7prut6hg] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.hours-window input[type="number"][b-wq7prut6hg] {
    width: 4rem;
}

/* Add a deviating date */
.hours-add-trigger[b-wq7prut6hg] {
    margin-top: 0.6rem;
}

.hours-add-card[b-wq7prut6hg] {
    margin-top: 0.6rem;
    padding: 0.75rem;
    border: 1px dashed var(--border-color, #e2e8f0);
    border-radius: 0.6rem;
    background-color: rgba(148, 163, 184, 0.05);
}

/* The date picker needs more room than the weekday/date label column
   normally gets, so this row alone widens the first grid track. */
.hours-add-card .hours-row[b-wq7prut6hg] {
    grid-template-columns: 9rem minmax(0, 1fr) 1.75rem auto;
}

.hours-add-date[b-wq7prut6hg] {
    width: 100%;
}

.hours-add-card-actions[b-wq7prut6hg] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 0.6rem;
}

.hours-footer[b-wq7prut6hg] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color, #eef1f5);
}
/* /Components/Pages/Business/Websites/WebsiteFormModal.razor.rz.scp.css */
.create-business-dialog[b-ybjg4xluyk] {
    width: min(40rem, 92vw);
    padding: 1.5rem;
    border: 0;
    border-radius: 0.9rem;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.2);
}

.create-business-dialog[b-ybjg4xluyk]::backdrop {
    background-color: rgba(15, 23, 42, 0.45);
}

.package-info-box[b-ybjg4xluyk] {
    margin-top: 0.5rem;
    padding: 0.6rem 0.8rem;
    border-radius: 0.5rem;
    background-color: rgba(13, 110, 253, 0.06);
    border: 1px solid rgba(13, 110, 253, 0.2);
    font-size: 0.85rem;
    color: #495057;
}

.package-info-badges[b-ybjg4xluyk] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.4rem;
}

.domain-draft-row[b-ybjg4xluyk] {
    padding: 0.6rem 0.6rem 0.4rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.5rem;
    background-color: rgba(0, 0, 0, 0.015);
    transition: opacity 0.15s ease;
}

.domain-draft-row--archived[b-ybjg4xluyk] {
    opacity: 0.6;
}

.domain-draft-header[b-ybjg4xluyk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.checkout-toggle-card[b-ybjg4xluyk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0.9rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.6rem;
    background-color: rgba(0, 0, 0, 0.015);
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.checkout-toggle-card:has(.form-check-input:checked)[b-ybjg4xluyk] {
    background-color: rgba(13, 110, 253, 0.06);
    border-color: rgba(13, 110, 253, 0.2);
}

.checkout-toggle-info[b-ybjg4xluyk] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.checkout-toggle-info i[b-ybjg4xluyk] {
    color: rgba(0, 0, 0, 0.3);
    transition: color 0.15s ease;
}

.checkout-toggle-card:has(.form-check-input:checked) .checkout-toggle-info i[b-ybjg4xluyk] {
    color: #0d6efd;
}

.checkout-toggle-card .form-check-input[b-ybjg4xluyk] {
    width: 2.5rem;
    height: 1.4rem;
    cursor: pointer;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Home / landing - restrained, typography-led. Brand tokens from app.css. */

.home[b-d60r4h0tdx] {
    max-width: 720px;
    margin: 0 auto;
    padding: clamp(2rem, 7vw, 5rem) 0 0;
}

/* Wordmark with a single accent dot. */
.home-brand[b-d60r4h0tdx] {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--background-dark);
    margin: 0 0 1.5rem;
}

.home-brand span[b-d60r4h0tdx] { color: var(--secondary); }

/* ---- Hero ---- */
.home-hero h1[b-d60r4h0tdx] {
    font-size: clamp(2.1rem, 6vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: var(--background-dark);
    margin: 0 0 1.25rem;
    max-width: 16ch;
}

.home-lead[b-d60r4h0tdx] {
    font-size: clamp(1.05rem, 2.2vw, 1.2rem);
    line-height: 1.65;
    color: #475569;
    margin: 0 0 2rem;
    max-width: 56ch;
}

.home-cta[b-d60r4h0tdx] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.home-btn[b-d60r4h0tdx] {
    display: inline-block;
    border: 0;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    background: var(--background-dark);
    padding: 0.7rem 1.4rem;
    border-radius: 0.6rem;
    text-decoration: none;
    transition: background-color 0.15s ease, transform 0.15s ease;
}

.home-mail-button[b-d60r4h0tdx] {
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0 0 1px;
}

.home-btn:hover[b-d60r4h0tdx] {
    background: var(--primary);
    color: #fff;
    transform: translateY(-1px);
}

.home-mail[b-d60r4h0tdx] {
    font-size: 0.98rem;
    color: var(--text-muted);
    text-decoration: none;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 1px;
    transition: color 0.15s ease, border-color 0.15s ease;
}

.home-mail:hover[b-d60r4h0tdx] {
    color: var(--primary);
    border-color: var(--primary);
}

.home-meta[b-d60r4h0tdx] {
    margin: 1.5rem 0 0;
    font-size: 0.85rem;
    color: var(--text-muted);
    letter-spacing: 0.01em;
}

.home-block[b-d60r4h0tdx] {
    margin-top: clamp(3rem, 3vw, 5rem);
    padding-top: 2.5rem;
    border-top: 1px solid var(--border-color);
}

.home-label[b-d60r4h0tdx] {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin: 0 0 1.5rem;
}

.home-text[b-d60r4h0tdx] {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #334155;
    max-width: 60ch;
}

.home-text b[b-d60r4h0tdx] { color: var(--background-dark); }

.home-modules[b-d60r4h0tdx] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem 3rem;
}

.home-modules li[b-d60r4h0tdx] {
    display: grid;
    grid-template-columns: 1.4rem 1fr;
    column-gap: 0.85rem;
    align-items: start;
}

.home-modules i[b-d60r4h0tdx] {
    grid-column: 1;
    grid-row: 1 / span 2;
    font-size: 1.15rem;
    color: var(--primary);
    line-height: 1.4;
    align-self: start;
}

.home-modules h3[b-d60r4h0tdx] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--background-dark);
    margin: 0 0 0.15rem;
}

.home-modules p[b-d60r4h0tdx] {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.5;
    color: var(--text-muted);
}

.home-steps[b-d60r4h0tdx] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1.5rem;
    counter-reset: step;
}

.home-steps li[b-d60r4h0tdx] {
    display: grid;
    grid-template-columns: 2rem 1fr;
    column-gap: 1rem;
    align-items: start;
}

.home-step-no[b-d60r4h0tdx] {
    grid-row: 1 / span 2;
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--primary);
    border: 1px solid var(--border-color);
    border-radius: 50%;
}

.home-steps h3[b-d60r4h0tdx] {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--background-dark);
    margin: 0.15rem 0 0.3rem;
}

.home-steps p[b-d60r4h0tdx] {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 52ch;
}

.home-faq[b-d60r4h0tdx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem 3rem;
}

.home-qa h3[b-d60r4h0tdx] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--background-dark);
    margin: 0 0 0.4rem;
}

.home-qa p[b-d60r4h0tdx] {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-muted);
}

.home-end[b-d60r4h0tdx] {
    margin-top: clamp(3rem, 7vw, 5rem);
    padding-top: 2.75rem;
    border-top: 1px solid var(--border-color);
}

.home-end h2[b-d60r4h0tdx] {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    letter-spacing: -0.02em;
    font-weight: 700;
    color: var(--background-dark);
    margin: 0 0 0.6rem;
}

.home-end > p[b-d60r4h0tdx] {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #475569;
    margin: 0 0 1.5rem;
    max-width: 52ch;
}

.home-note[b-d60r4h0tdx] {
    margin: 1.5rem 0 0;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.home-note b[b-d60r4h0tdx] { color: var(--background-dark); }

.home-footer[b-d60r4h0tdx] {
    margin-top: clamp(3rem, 7vw, 5rem);
    padding: 2rem 0 2.5rem;
    border-top: 1px solid var(--border-color);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.home-footer .home-brand[b-d60r4h0tdx] { margin: 0 0 0.35rem; }

.home-footer-tag[b-d60r4h0tdx] {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.home-footer-links[b-d60r4h0tdx] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.3rem;
    font-size: 0.9rem;
}

.home-footer-links a[b-d60r4h0tdx] {
    color: var(--primary);
    text-decoration: none;
}

.home-footer-links a:hover[b-d60r4h0tdx] { text-decoration: underline; }

.home-footer-links span[b-d60r4h0tdx] { color: var(--text-muted); }

.home-welcome[b-d60r4h0tdx] {
    max-width: 720px;
    margin: 0 auto;
    padding: clamp(2rem, 7vw, 5rem) 0;
}

.home-welcome h1[b-d60r4h0tdx] {
    font-size: clamp(1.9rem, 4.5vw, 2.6rem);
    letter-spacing: -0.03em;
    font-weight: 700;
    color: var(--background-dark);
    margin: 0 0 0.5rem;
}

.home-sub[b-d60r4h0tdx] {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin: 0 0 1.75rem;
}

.home-links a[b-d60r4h0tdx] {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
}

.home-links a:hover[b-d60r4h0tdx] { text-decoration: underline; }

@media (max-width: 640px) {
    .home-modules[b-d60r4h0tdx],
    .home-faq[b-d60r4h0tdx] { grid-template-columns: 1fr; }
    .home-footer[b-d60r4h0tdx] { align-items: flex-start; }
    .home-footer-links[b-d60r4h0tdx] { align-items: flex-start; }
}
/* /Components/Pages/Inquiries.razor.rz.scp.css */
.inquiry[b-1p3zmrhsc5] {
    border-left: 0.25rem solid var(--border-color);
}

.inquiry-new[b-1p3zmrhsc5] {
    border-left-color: var(--bs-primary);
}

.inquiry-closed[b-1p3zmrhsc5] {
    opacity: 0.75;
}

.inquiry-message[b-1p3zmrhsc5] {
    white-space: pre-wrap;
}
/* /Components/Pages/Orders/Kanban.razor.rz.scp.css */
/* ─── Sound gate: blocks the board until the browser's audio-autoplay gesture is satisfied ─── */

.kb-sound-gate[b-2axjnjc4uf] {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(4, 4, 8, 0.92);
    padding: 1rem;
}

.kb-sound-gate-card[b-2axjnjc4uf] {
    background: #131320;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 2rem;
    max-width: 22rem;
    width: 100%;
    text-align: center;
}

.kb-sound-gate-icon[b-2axjnjc4uf] {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 0.85rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2563eb;
    color: #fff;
    font-size: 1.3rem;
}

.kb-sound-gate-card h2[b-2axjnjc4uf] {
    font-size: 1.15rem;
    font-weight: 800;
    margin: 0 0 0.4rem;
}

.kb-sound-gate-card p[b-2axjnjc4uf] {
    font-size: 0.85rem;
    color: #a1a1aa;
    margin: 0 0 1.25rem;
}

/* ─── Header ─── */

.kb-header[b-2axjnjc4uf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    padding: 0 1.25rem;
    gap: 1rem;
    background: #0d0d16;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    flex-shrink: 0;
}

.kb-header-left[b-2axjnjc4uf], .kb-header-right[b-2axjnjc4uf] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.kb-brand[b-2axjnjc4uf] {
    font-weight: 900;
    font-size: 1.05rem;
}

.kb-meta[b-2axjnjc4uf] {
    font-size: 0.73rem;
    color: #52525b;
}

.kb-clock[b-2axjnjc4uf] {
    font-size: 0.72rem;
    color: #3f3f46;
    font-variant-numeric: tabular-nums;
}

/* ─── Mobile tab bar (hidden on desktop; replaces stacking the columns) ─── */

.kb-tabs[b-2axjnjc4uf] {
    display: none;
    background: #0d0d16;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    flex-shrink: 0;
}

.kb-tab[b-2axjnjc4uf] {
    flex: 1;
    padding: 0.65rem 0.5rem;
    border: none;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #52525b;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}

.kb-tab--active[b-2axjnjc4uf] {
    color: #f1f1f4;
}

.kb-tab--active-new[b-2axjnjc4uf] {
    border-bottom-color: #3b82f6;
}

.kb-tab--active-processing[b-2axjnjc4uf] {
    border-bottom-color: #f59e0b;
}

.kb-tab--active-ready[b-2axjnjc4uf] {
    border-bottom-color: #8b5cf6;
}

.kb-tab-pill[b-2axjnjc4uf] {
    border-radius: 99px;
    padding: 0.04rem 0.45rem;
    font-size: 0.6rem;
    font-weight: 800;
    min-width: 18px;
    text-align: center;
}

.kb-tab-pill--new[b-2axjnjc4uf] {
    background: rgba(59, 130, 246, 0.18);
    color: #60a5fa;
}

.kb-tab-pill--processing[b-2axjnjc4uf] {
    background: rgba(245, 158, 11, 0.18);
    color: #fbbf24;
}

.kb-tab-pill--ready[b-2axjnjc4uf] {
    background: rgba(139, 92, 246, 0.18);
    color: #a78bfa;
}

/* ─── Error banner ─── */

.kb-error[b-2axjnjc4uf] {
    padding: 0.5rem 1.25rem;
    background: rgba(225, 29, 72, 0.12);
    border-bottom: 1px solid rgba(225, 29, 72, 0.3);
    color: #fda4af;
    font-size: 0.82rem;
    flex-shrink: 0;
}

/* ─── Body / columns: a single row, left-to-right pipeline that fills the width ─── */

.kb-body[b-2axjnjc4uf] {
    flex: 1;
    overflow: hidden;
    display: flex;
    min-height: 0;
}

.kb-col[b-2axjnjc4uf] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

.kb-col:last-child[b-2axjnjc4uf] {
    border-right: none;
}

.kb-col-dragover[b-2axjnjc4uf] {
    background: rgba(255, 255, 255, 0.02);
}

.kb-col-header[b-2axjnjc4uf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    height: 46px;
    flex-shrink: 0;
    background: #0d0d16;
    border-bottom: 2px solid transparent;
}

.kb-col-title[b-2axjnjc4uf] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.kb-col-count[b-2axjnjc4uf] {
    border-radius: 99px;
    padding: 0.1rem 0.55rem;
    font-size: 0.65rem;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.06);
    color: #71717a;
}

.kb-col--new .kb-col-header[b-2axjnjc4uf] {
    border-bottom-color: rgba(59, 130, 246, 0.5);
}

.kb-col--new .kb-col-title[b-2axjnjc4uf] {
    color: #60a5fa;
}

.kb-col--new .kb-col-count[b-2axjnjc4uf] {
    background: rgba(59, 130, 246, 0.15);
    color: #60a5fa;
}

.kb-col--processing .kb-col-header[b-2axjnjc4uf] {
    border-bottom-color: rgba(245, 158, 11, 0.5);
}

.kb-col--processing .kb-col-title[b-2axjnjc4uf] {
    color: #fbbf24;
}

.kb-col--processing .kb-col-count[b-2axjnjc4uf] {
    background: rgba(245, 158, 11, 0.15);
    color: #fbbf24;
}

.kb-col--ready .kb-col-header[b-2axjnjc4uf] {
    border-bottom-color: rgba(139, 92, 246, 0.5);
}

.kb-col--ready .kb-col-title[b-2axjnjc4uf] {
    color: #a78bfa;
}

.kb-col--ready .kb-col-count[b-2axjnjc4uf] {
    background: rgba(139, 92, 246, 0.15);
    color: #a78bfa;
}

.kb-col-body[b-2axjnjc4uf] {
    flex: 1;
    overflow-y: auto;
    padding: 0.875rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    min-height: 0;
}

.kb-col-empty[b-2axjnjc4uf] {
    color: #27272a;
    font-size: 0.78rem;
    text-align: center;
    margin: 2.5rem 0 0;
}

/* The "New" column glows for a few beats while orders are waiting - a visual echo of the alarm sound. */
.kb-col-alert .kb-col-count[b-2axjnjc4uf] {
    animation: kb-badge-pulse-b-2axjnjc4uf 1.4s ease-in-out infinite;
}

@keyframes kb-badge-pulse-b-2axjnjc4uf {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.45; }
}

/* ─── Cards ─── */

.kb-card[b-2axjnjc4uf] {
    background: #131320;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-left: 3px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 0.875rem 1rem;
    cursor: grab;
}

.kb-col--new .kb-card[b-2axjnjc4uf] {
    border-left-color: #2563eb;
}

.kb-col--processing .kb-card[b-2axjnjc4uf] {
    border-left-color: #d97706;
}

.kb-col--ready .kb-card[b-2axjnjc4uf] {
    border-left-color: #7c3aed;
}

.kb-card:active[b-2axjnjc4uf] {
    cursor: grabbing;
}

.kb-card-dragging[b-2axjnjc4uf] {
    opacity: 0.4;
}

.kb-card--new[b-2axjnjc4uf] {
    cursor: default;
    animation: kb-glow-b-2axjnjc4uf 1.6s ease-in-out 4;
}

@keyframes kb-glow-b-2axjnjc4uf {
    0%, 100% { box-shadow: none; }
    45% { box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.25), 0 0 24px rgba(37, 99, 235, 0.1); }
}

.kb-card--archived[b-2axjnjc4uf] {
    opacity: 0.75;
    cursor: default;
}

.kb-card-top[b-2axjnjc4uf] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0.4rem;
}

.kb-card-id[b-2axjnjc4uf] {
    font-family: 'Courier New', monospace;
    font-size: 0.62rem;
    color: #52525b;
}

/* Order type banner - a full-width, unmissable strip (not a small pill) so the
   fulfilment method is the very first thing staff read on the card, in plain
   Swedish rather than an abbreviation. Own bold palette so it never reads as
   a column status. */
.kb-type-banner[b-2axjnjc4uf] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: -0.875rem -1rem 0.6rem;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    border-radius: 11px 11px 0 0;
    color: #fff;
}

.kb-type-banner i[b-2axjnjc4uf] {
    font-size: 0.95rem;
}

.kb-type-pickup[b-2axjnjc4uf] {
    background: #059669;
}

.kb-type-dine-in[b-2axjnjc4uf] {
    background: #2563eb;
}

.kb-type-delivery[b-2axjnjc4uf] {
    background: #ea580c;
}

.kb-card-customer[b-2axjnjc4uf] {
    font-weight: 800;
    font-size: 1.08rem;
    margin-bottom: 0.25rem;
    line-height: 1.2;
}

/* Contact details - phone is always shown (staff regularly need to call about
   an order), address only for delivery since pickup/dine-in have none. */
.kb-card-contact[b-2axjnjc4uf] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    margin-bottom: 0.5rem;
    font-size: 0.78rem;
    color: #a1a1aa;
}

.kb-card-contact a[b-2axjnjc4uf] {
    color: #a1a1aa;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.32rem;
    width: fit-content;
}

.kb-card-contact a:hover[b-2axjnjc4uf] {
    color: #f1f1f4;
    text-decoration: underline;
}

.kb-card-address[b-2axjnjc4uf] {
    display: flex;
    align-items: flex-start;
    gap: 0.32rem;
    font-weight: 700;
    color: #fbbf24;
}

.kb-card-items[b-2axjnjc4uf] {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 0.5rem;
    margin-bottom: 0.45rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.kb-item[b-2axjnjc4uf] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.kb-item-name[b-2axjnjc4uf] {
    font-weight: 700;
    font-size: 0.88rem;
    color: #e4e4e7;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.kb-item-qty[b-2axjnjc4uf] {
    background: rgba(255, 255, 255, 0.08);
    color: #a1a1aa;
    border-radius: 4px;
    padding: 0.05rem 0.38rem;
    font-size: 0.7rem;
    font-weight: 800;
    flex-shrink: 0;
}

.kb-item-tags[b-2axjnjc4uf] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.22rem;
    padding-left: 0.05rem;
}

.kb-tag[b-2axjnjc4uf] {
    display: inline-flex;
    align-items: center;
    gap: 0.22rem;
    border-radius: 4px;
    padding: 0.1rem 0.4rem;
    font-size: 0.63rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.06);
    color: #a1a1aa;
}

.kb-tag--add[b-2axjnjc4uf] {
    background: rgba(34, 197, 94, 0.1);
    color: #86efac;
    border: 1px solid rgba(34, 197, 94, 0.18);
}

.kb-card-meta[b-2axjnjc4uf] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.71rem;
    color: #71717a;
    margin-bottom: 0.35rem;
}

.kb-card-meta span[b-2axjnjc4uf] {
    display: flex;
    align-items: center;
    gap: 0.28rem;
}

.kb-card-total[b-2axjnjc4uf] {
    font-weight: 800;
    color: #d4d4d8;
    margin-left: auto;
}

/* ─── Action area ─── */

.kb-card-actions[b-2axjnjc4uf] {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 0.55rem;
    margin-top: 0.1rem;
}

.kb-action-row[b-2axjnjc4uf] {
    display: flex;
    gap: 0.4rem;
}

/* ─── Buttons ─── */

.kb-btn[b-2axjnjc4uf] {
    padding: 0.6rem 0.8rem;
    border: none;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.38rem;
    font-size: 0.8rem;
    font-weight: 800;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    min-height: 44px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    color: inherit;
}

.kb-btn:active[b-2axjnjc4uf] {
    filter: brightness(0.85);
}

.kb-btn--accept[b-2axjnjc4uf] {
    flex: 1;
    background: #15803d;
    color: #fff;
}

.kb-btn--send[b-2axjnjc4uf] {
    flex: 1;
    background: #1d4ed8;
    color: #fff;
}

.kb-btn--cancel[b-2axjnjc4uf] {
    background: rgba(225, 29, 72, 0.12);
    color: #fda4af;
    border: 1px solid rgba(225, 29, 72, 0.2);
}

.kb-btn--ghost[b-2axjnjc4uf] {
    background: rgba(255, 255, 255, 0.06);
    color: #a1a1aa;
    border: 1px solid rgba(255, 255, 255, 0.09);
    font-size: 0.75rem;
    padding: 0.45rem 0.8rem;
    min-height: 0;
}

.kb-btn--archive[b-2axjnjc4uf] {
    background: rgba(255, 255, 255, 0.04);
    color: #71717a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.75rem;
    padding: 0.45rem 0.8rem;
    min-height: 0;
}

.kb-count-pill[b-2axjnjc4uf] {
    background: rgba(255, 255, 255, 0.1);
    color: #a1a1aa;
    border-radius: 99px;
    padding: 0.05rem 0.45rem;
    font-size: 0.62rem;
    font-weight: 800;
}

/* ─── Footer ─── */

.kb-footer[b-2axjnjc4uf] {
    padding: 0 1.25rem;
    padding-bottom: env(safe-area-inset-bottom);
    min-height: 46px;
    background: #0d0d16;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-shrink: 0;
}

.kb-footer-left[b-2axjnjc4uf], .kb-footer-right[b-2axjnjc4uf] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.kb-footer-link[b-2axjnjc4uf] {
    color: #52525b;
    text-decoration: none;
    font-size: 0.73rem;
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.kb-footer-link:hover[b-2axjnjc4uf] {
    color: #a1a1aa;
}

/* ─── Archive drawer ─── */

.kb-overlay[b-2axjnjc4uf] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.kb-drawer[b-2axjnjc4uf] {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: min(440px, 94vw);
    background: #0d0d16;
    border-left: 1px solid rgba(255, 255, 255, 0.07);
    z-index: 101;
    display: flex;
    flex-direction: column;
}

.kb-drawer-header[b-2axjnjc4uf] {
    padding: 0 1rem;
    height: 54px;
    background: #111120;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #a1a1aa;
}

.kb-drawer-header span[b-2axjnjc4uf] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.kb-drawer-body[b-2axjnjc4uf] {
    flex: 1;
    overflow-y: auto;
    padding: 0.875rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.kb-archive-label[b-2axjnjc4uf] {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.4rem 0.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.25rem;
}

.kb-archive-label--completed[b-2axjnjc4uf] {
    color: #4ade80;
}

.kb-archive-label--canceled[b-2axjnjc4uf] {
    color: #52525b;
}

/* ─── Responsive: mobile - tab bar replaces the column row instead of stacking it ─── */

@media (max-width: 720px) {
    .kb-tabs[b-2axjnjc4uf] {
        display: flex;
    }

    .kb-body[b-2axjnjc4uf] {
        overflow: visible;
    }

    .kb-col[b-2axjnjc4uf] {
        display: none;
        border-right: none;
    }

    .kb-col--mobile-active[b-2axjnjc4uf] {
        display: flex;
    }

    .kb-col-header[b-2axjnjc4uf] {
        display: none;
    }

    .kb-drawer[b-2axjnjc4uf] {
        width: 100vw;
        height: 70vh;
        top: auto;
        bottom: 0;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 16px 16px 0 0;
    }
}
/* /Components/Shared/AccessDenied.razor.rz.scp.css */
.access-denied[b-96yobw3fcw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.5rem;
    padding: 4rem 1.5rem;
    color: var(--text-muted);
    animation: app-content-fade-in 0.35s ease;
}

.access-denied-icon[b-96yobw3fcw] {
    font-size: 2.5rem;
    color: var(--secondary);
    margin-bottom: 0.5rem;
}

.access-denied h1[b-96yobw3fcw] {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--background-dark);
    margin: 0;
}

.access-denied p[b-96yobw3fcw] {
    margin: 0;
    max-width: 28rem;
}
