/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7bcvn6d98e] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7bcvn6d98e] {
    flex: 1;
}

.sidebar[b-7bcvn6d98e] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7bcvn6d98e] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7bcvn6d98e]  a, .top-row[b-7bcvn6d98e]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7bcvn6d98e]  a:hover, .top-row[b-7bcvn6d98e]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-7bcvn6d98e]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-7bcvn6d98e] {
        justify-content: space-between;
    }

    .top-row[b-7bcvn6d98e]  a, .top-row[b-7bcvn6d98e]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7bcvn6d98e] {
        flex-direction: row;
    }

    .sidebar[b-7bcvn6d98e] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7bcvn6d98e] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7bcvn6d98e]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7bcvn6d98e], article[b-7bcvn6d98e] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-7bcvn6d98e] {
    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-7bcvn6d98e] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-usf8q62fcl] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-usf8q62fcl] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-usf8q62fcl] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-usf8q62fcl] {
    font-size: 1.1rem;
}

.bi[b-usf8q62fcl] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-usf8q62fcl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-usf8q62fcl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-usf8q62fcl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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");
}

.bi-bag-heart-nav-menu[b-usf8q62fcl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-bag-heart' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10.5 3a2.5 2.5 0 0 0-5 0V3h5zM4.5 3a3.5 3.5 0 1 1 7 0v.528c1.099.05 1.956.818 2.05 1.926l.759 8.65A1.5 1.5 0 0 1 12.814 16H3.186a1.5 1.5 0 0 1-1.495-1.896l.759-8.65A2 2 0 0 1 4.5 3.528zm-1.842 2.042a1 1 0 0 1 .996-.917h8.692a1 1 0 0 1 .996.917l.758 8.65a.5.5 0 0 1-.498.543H3.186a.5.5 0 0 1-.498-.543z'/%3E%3Cpath d='M8 7.993c1.664-1.711 5.825 1.283 0 4.825-5.825-3.542-1.664-6.536 0-4.825'/%3E%3C/svg%3E");
}

.bi-shop-window-nav-menu[b-usf8q62fcl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-shop-window' viewBox='0 0 16 16'%3E%3Cpath d='M2 3a1 1 0 0 0-1 1v2.586a1 1 0 0 0 .293.707l.5.5A1 1 0 0 0 2.5 8H3v5.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V8h.5a1 1 0 0 0 .707-.293l.5-.5A1 1 0 0 0 15 6.586V4a1 1 0 0 0-1-1H2zm0 1h12v2.586l-.5.5H2.5l-.5-.5V4zm2 4h3v5H4V8zm4 0h4v5H8V8z'/%3E%3C/svg%3E");
}

.bi-shop-nav-menu[b-usf8q62fcl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-shop' viewBox='0 0 16 16'%3E%3Cpath d='M2.97 1a1 1 0 0 0-.95.684L1.165 4.27A1 1 0 0 0 1.5 5.33V14.5a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5V5.33a1 1 0 0 0 .335-1.06l-.854-2.586A1 1 0 0 0 13.03 1H2.97zM3.5 2h9l.667 2H2.833L3.5 2zM3 5h10a2 2 0 1 1-4 0 2 2 0 1 1-4 0 2 2 0 1 1-2 0zm0 2.236A2.99 2.99 0 0 0 5 8a2.99 2.99 0 0 0 2-.764A2.99 2.99 0 0 0 9 8a2.99 2.99 0 0 0 2-.764A2.99 2.99 0 0 0 13 8c.175 0 .345-.015.51-.044L13.5 14h-11l-.01-6.044c.165.03.335.044.51.044z'/%3E%3C/svg%3E");
}

.bi-people-nav-menu[b-usf8q62fcl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people' viewBox='0 0 16 16'%3E%3Cpath d='M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1h8zm-7-1c0-.552.895-3 4-3s4 2.448 4 3H8zm-1-4a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0-1a1 1 0 1 1 0-2 1 1 0 0 1 0 2zM3.5 8c1.657 0 3-1.343 3-3S5.157 2 3.5 2 .5 3.343.5 5s1.343 3 3 3zm0-1A2 2 0 1 1 3.5 3a2 2 0 0 1 0 4zM6 14s1 0 1-1-1-4-3.5-4S0 12 0 13s1 1 1 1h5zm-5-1c0-.552.672-3 2.5-3S6 12.448 6 13H1z'/%3E%3C/svg%3E");
}

.bi-box-arrow-right-nav-menu[b-usf8q62fcl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 15a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-1 0v4H2.5a.5.5 0 0 1-.5-.5v-12a.5.5 0 0 1 .5-.5h7a.5.5 0 0 0 0-1h-7A1.5 1.5 0 0 0 1 2v12A1.5 1.5 0 0 0 2.5 16h7A.5.5 0 0 0 10 15z'/%3E%3Cpath fill-rule='evenodd' d='M15.354 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L13.793 7.5H5.5a.5.5 0 0 0 0 1h8.293l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-usf8q62fcl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1H11a.5.5 0 0 0 0-1H6.5zm0 2a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2z'/%3E%3Cpath d='M4 5a2 2 0 1 1 4 0 2 2 0 0 1-4 0z'/%3E%3Cpath d='M2 13a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1H2v-1z'/%3E%3Cpath fill-rule='evenodd' d='M15 14V2a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12zm-1 0H3a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1z'/%3E%3C/svg%3E");
}

.bi-envelope-nav-menu[b-usf8q62fcl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-envelope' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383-4.708 2.825L15 11.105V5.383zm-.034 6.876-5.603-3.362L8.257 9.56a.5.5 0 0 1-.514 0l-1.106-.663-5.603 3.362A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741zM1 11.105l4.708-2.897L1 5.383v5.722z'/%3E%3C/svg%3E");
}

.nav-item[b-usf8q62fcl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-usf8q62fcl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-usf8q62fcl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-usf8q62fcl]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-usf8q62fcl]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-usf8q62fcl]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-usf8q62fcl] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-usf8q62fcl] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-usf8q62fcl] {
        display: none;
    }

    .nav-scrollable[b-usf8q62fcl] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-5gl5hvpegc],
.components-reconnect-repeated-attempt-visible[b-5gl5hvpegc],
.components-reconnect-failed-visible[b-5gl5hvpegc],
.components-pause-visible[b-5gl5hvpegc],
.components-resume-failed-visible[b-5gl5hvpegc],
.components-rejoining-animation[b-5gl5hvpegc] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-5gl5hvpegc],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-5gl5hvpegc],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-5gl5hvpegc],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-5gl5hvpegc],
#components-reconnect-modal.components-reconnect-retrying[b-5gl5hvpegc],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-5gl5hvpegc],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-5gl5hvpegc],
#components-reconnect-modal.components-reconnect-failed[b-5gl5hvpegc],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-5gl5hvpegc] {
    display: block;
}


#components-reconnect-modal[b-5gl5hvpegc] {
    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-5gl5hvpegc 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-5gl5hvpegc 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-5gl5hvpegc 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-5gl5hvpegc]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-5gl5hvpegc 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-5gl5hvpegc {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-5gl5hvpegc {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-5gl5hvpegc {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-5gl5hvpegc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-5gl5hvpegc] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-5gl5hvpegc] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-5gl5hvpegc] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-5gl5hvpegc] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-5gl5hvpegc] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-5gl5hvpegc] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-5gl5hvpegc 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-5gl5hvpegc] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-5gl5hvpegc {
    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/Pages/Employees.razor.rz.scp.css */
.employee-page[b-ryrbv90fcr] {
    display: grid;
    gap: 1.5rem;
}

.employee-hero[b-ryrbv90fcr] {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, rgba(30, 64, 175, 0.95), rgba(8, 47, 73, 0.92));
    color: #f8fafc;
}

.employee-eyebrow[b-ryrbv90fcr],
.employee-section-eyebrow[b-ryrbv90fcr] {
    margin: 0 0 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.76rem;
    opacity: 0.8;
}

.employee-hero h1[b-ryrbv90fcr] {
    margin-bottom: 0.5rem;
}

.employee-lead[b-ryrbv90fcr] {
    margin: 0;
    max-width: 42rem;
    color: rgba(248, 250, 252, 0.9);
}

.employee-summary[b-ryrbv90fcr] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    min-width: min(100%, 20rem);
}

.employee-summary-card[b-ryrbv90fcr],
.employee-panel[b-ryrbv90fcr] {
    border-radius: 1.25rem;
}

.employee-summary-card[b-ryrbv90fcr] {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

.employee-summary-card span[b-ryrbv90fcr] {
    display: block;
    font-size: 0.85rem;
    color: rgba(248, 250, 252, 0.78);
}

.employee-summary-card strong[b-ryrbv90fcr] {
    font-size: 1.8rem;
    font-weight: 700;
}

.employee-panel[b-ryrbv90fcr] {
    height: 100%;
    padding: 1.5rem;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.employee-section-heading[b-ryrbv90fcr] {
    margin-bottom: 1.25rem;
}

.employee-textarea[b-ryrbv90fcr] {
    min-height: 8rem;
}

.employee-actions[b-ryrbv90fcr] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.employee-list[b-ryrbv90fcr] {
    display: grid;
    gap: 1rem;
}

.employee-item[b-ryrbv90fcr] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid #dbe4f0;
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.employee-item-body[b-ryrbv90fcr] {
    min-width: 0;
}

.employee-item-header[b-ryrbv90fcr] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
    margin-bottom: 0.75rem;
}

.employee-status-badge[b-ryrbv90fcr] {
    white-space: nowrap;
}

.employee-item-memo[b-ryrbv90fcr] {
    margin-bottom: 0.75rem;
    color: #334155;
    white-space: pre-wrap;
}

.employee-back-summary[b-ryrbv90fcr] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

.employee-back-summary-item[b-ryrbv90fcr] {
    padding: 0.75rem 0.85rem;
    border-radius: 0.9rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.employee-back-summary-item span[b-ryrbv90fcr] {
    display: block;
    margin-bottom: 0.25rem;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 700;
}

.employee-back-summary-item strong[b-ryrbv90fcr] {
    color: #0f172a;
    font-size: 1.05rem;
}

.employee-cast-block[b-ryrbv90fcr] {
    margin-bottom: 0.9rem;
}

.employee-cast-heading[b-ryrbv90fcr] {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e293b;
}

.employee-cast-list[b-ryrbv90fcr] {
    display: grid;
    gap: 0.5rem;
}

.employee-cast-item[b-ryrbv90fcr] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
    padding: 0.65rem 0.8rem;
    border-radius: 0.85rem;
    background: #eff6ff;
}

.employee-cast-item-clickable[b-ryrbv90fcr] {
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.employee-cast-item-clickable:hover[b-ryrbv90fcr] {
    transform: translateY(-1px);
    background: #dbeafe;
    box-shadow: 0 14px 24px -22px rgba(30, 64, 175, 0.55);
}

.employee-cast-empty[b-ryrbv90fcr] {
    color: #64748b;
    font-size: 0.9rem;
}

.employee-item-meta[b-ryrbv90fcr] {
    font-size: 0.85rem;
    color: #64748b;
}

.employee-item-actions[b-ryrbv90fcr] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: stretch;
}

.employee-linker[b-ryrbv90fcr] {
    display: grid;
    gap: 0.5rem;
}

@media (max-width: 991.98px) {
    .employee-hero[b-ryrbv90fcr],
    .employee-item[b-ryrbv90fcr],
    .employee-item-header[b-ryrbv90fcr] {
        flex-direction: column;
    }

    .employee-summary[b-ryrbv90fcr] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .employee-item-actions[b-ryrbv90fcr] {
        flex-direction: row;
    }
}

@media (max-width: 575.98px) {
    .employee-summary[b-ryrbv90fcr] {
        grid-template-columns: 1fr;
    }

    .employee-back-summary[b-ryrbv90fcr] {
        grid-template-columns: 1fr;
    }

    .employee-actions[b-ryrbv90fcr],
    .employee-item-actions[b-ryrbv90fcr] {
        flex-direction: column;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-shell[b-i8yq7wbc0h] {
    --conkaku-ink: #1e2433;
    --conkaku-muted: #5d6475;
    --conkaku-line: rgba(24, 41, 75, 0.12);
    --conkaku-surface: #ffffff;
    --conkaku-surface-soft: linear-gradient(180deg, #fff8f0 0%, #fff 100%);
    --conkaku-accent: #f36b3d;
    --conkaku-accent-deep: #d94b1b;
    --conkaku-shadow: 0 24px 60px rgba(44, 36, 28, 0.12);
    color: var(--conkaku-ink);
    padding: 1.5rem 0 3rem;
}

.hero[b-i8yq7wbc0h] {
    display: grid;
    gap: 1.5rem;
    align-items: stretch;
    margin: 0 auto 2rem;
}

.hero-copy[b-i8yq7wbc0h],
.hero-card[b-i8yq7wbc0h],
.comparison-section[b-i8yq7wbc0h] {
    border: 1px solid var(--conkaku-line);
    border-radius: 28px;
    background: var(--conkaku-surface);
    box-shadow: var(--conkaku-shadow);
}

.hero-copy[b-i8yq7wbc0h] {
    padding: 2rem;
    background:
        radial-gradient(circle at top right, rgba(243, 107, 61, 0.18), transparent 32%),
        linear-gradient(135deg, #fffaf6 0%, #fff 65%);
}

.eyebrow[b-i8yq7wbc0h],
.section-kicker[b-i8yq7wbc0h],
.card-label[b-i8yq7wbc0h] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.75rem;
    color: var(--conkaku-accent-deep);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero h1[b-i8yq7wbc0h],
.comparison-section h2[b-i8yq7wbc0h],
.hero-card h2[b-i8yq7wbc0h] {
    margin: 0;
    line-height: 1.05;
    font-weight: 800;
}

.hero h1[b-i8yq7wbc0h] {
    font-size: clamp(2.6rem, 7vw, 4.8rem);
}

.lead[b-i8yq7wbc0h],
.section-heading p[b-i8yq7wbc0h],
.hero-card p[b-i8yq7wbc0h],
.cta-panel p[b-i8yq7wbc0h],
.hero-card dd[b-i8yq7wbc0h] {
    color: var(--conkaku-muted);
    font-size: 1rem;
    line-height: 1.8;
}

.lead[b-i8yq7wbc0h] {
    max-width: 40rem;
    margin: 1rem 0 0;
    font-size: 1.08rem;
}

.hero-points[b-i8yq7wbc0h] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.5rem 0;
}

.hero-points span[b-i8yq7wbc0h] {
    padding: 0.7rem 1rem;
    border: 1px solid rgba(243, 107, 61, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    font-weight: 700;
    font-size: 0.95rem;
}

.cta-panel[b-i8yq7wbc0h] {
    margin-top: 1.5rem;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(243, 107, 61, 0.15);
}

.cta-panel p[b-i8yq7wbc0h] {
    margin: 0;
}

.cta-panel p + p[b-i8yq7wbc0h],
.cta-button[b-i8yq7wbc0h] {
    margin-top: 0.75rem;
}

.cta-button[b-i8yq7wbc0h] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.4rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--conkaku-accent) 0%, #ff9650 100%);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 14px 32px rgba(243, 107, 61, 0.28);
}

.cta-button:hover[b-i8yq7wbc0h],
.cta-button:focus[b-i8yq7wbc0h] {
    color: #fff;
    background: linear-gradient(135deg, var(--conkaku-accent-deep) 0%, var(--conkaku-accent) 100%);
}

.hero-card[b-i8yq7wbc0h] {
    padding: 1.75rem;
    background: linear-gradient(180deg, #20263a 0%, #2e3349 100%);
    color: #fff;
}

.hero-card p[b-i8yq7wbc0h],
.hero-card dd[b-i8yq7wbc0h] {
    color: rgba(255, 255, 255, 0.82);
}

.hero-card h2[b-i8yq7wbc0h] {
    font-size: clamp(1.8rem, 5vw, 2.6rem);
    margin-bottom: 1rem;
}

.hero-card dl[b-i8yq7wbc0h] {
    display: grid;
    gap: 1rem;
    margin: 1.5rem 0 0;
}

.hero-card dt[b-i8yq7wbc0h] {
    margin-bottom: 0.35rem;
    color: #ffbb8e;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-card dd[b-i8yq7wbc0h] {
    margin: 0;
}

.comparison-section[b-i8yq7wbc0h] {
    padding: 2rem;
    background: var(--conkaku-surface-soft);
}

.section-heading[b-i8yq7wbc0h] {
    max-width: 48rem;
}

.section-heading h2[b-i8yq7wbc0h] {
    font-size: clamp(1.8rem, 5vw, 3rem);
    margin-bottom: 0.75rem;
}

.comparison-table-wrap[b-i8yq7wbc0h] {
    margin-top: 1.5rem;
    overflow-x: auto;
}

.comparison-table[b-i8yq7wbc0h] {
    width: 100%;
    min-width: 700px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(44, 36, 28, 0.1);
}

.comparison-table th[b-i8yq7wbc0h],
.comparison-table td[b-i8yq7wbc0h] {
    padding: 1rem 1.1rem;
    border-bottom: 1px solid rgba(24, 41, 75, 0.08);
    vertical-align: middle;
}

.comparison-table thead th[b-i8yq7wbc0h] {
    background: #20263a;
    color: #fff;
    font-size: 0.98rem;
    font-weight: 800;
}

.comparison-table thead th:first-child[b-i8yq7wbc0h] {
    width: 22%;
}

.comparison-table tbody th[b-i8yq7wbc0h] {
    background: #fbfbfc;
    font-weight: 800;
    color: var(--conkaku-ink);
}

.comparison-table tbody tr:last-child th[b-i8yq7wbc0h],
.comparison-table tbody tr:last-child td[b-i8yq7wbc0h] {
    border-bottom: none;
}

.brand-head[b-i8yq7wbc0h] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.brand-badge[b-i8yq7wbc0h] {
    display: inline-flex;
    width: fit-content;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff3ea;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.comparison-table .featured[b-i8yq7wbc0h],
.comparison-table .featured-cell[b-i8yq7wbc0h] {
    position: relative;
    background:
        linear-gradient(180deg, rgba(243, 107, 61, 0.13) 0%, rgba(243, 107, 61, 0.05) 100%);
}

.comparison-table .featured[b-i8yq7wbc0h]::after,
.comparison-table .featured-cell[b-i8yq7wbc0h]::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: linear-gradient(180deg, #ff925f 0%, #f36b3d 100%);
}

.comparison-table .featured[b-i8yq7wbc0h] {
    background:
        linear-gradient(135deg, var(--conkaku-accent-deep) 0%, var(--conkaku-accent) 100%);
}

.comparison-table .featured-cell[b-i8yq7wbc0h] {
    font-weight: 700;
    color: var(--conkaku-ink);
}

.comparison-table .strong[b-i8yq7wbc0h] {
    font-size: 1.05rem;
}

.comparison-table .emphasis[b-i8yq7wbc0h] {
    color: var(--conkaku-accent-deep);
}

@media (min-width: 992px) {
    .hero[b-i8yq7wbc0h] {
        grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.85fr);
    }
}

@media (max-width: 640.98px) {
    .home-shell[b-i8yq7wbc0h] {
        padding-top: 0.75rem;
    }

    .hero-copy[b-i8yq7wbc0h],
    .hero-card[b-i8yq7wbc0h],
    .comparison-section[b-i8yq7wbc0h] {
        border-radius: 22px;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }

    .hero-copy[b-i8yq7wbc0h] {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .comparison-section[b-i8yq7wbc0h] {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .comparison-table th[b-i8yq7wbc0h],
    .comparison-table td[b-i8yq7wbc0h] {
        padding: 0.9rem;
    }
}
/* /Components/Pages/ManagedStoreCastAnalytics.razor.rz.scp.css */
.cast-analytics-page[b-gxrh14d7qb] {
    display: grid;
    gap: 1.5rem;
}

.cast-analytics-hero[b-gxrh14d7qb] {
    display: grid;
    gap: 1.5rem;
    padding: 1.75rem;
    border-radius: 1.5rem;
    border: 1px solid #e7ebf1;
    background:
        radial-gradient(circle at top right, rgba(255, 155, 77, 0.2), transparent 28%),
        linear-gradient(135deg, #fff8ef 0%, #f7fbff 100%);
    box-shadow: 0 24px 48px -38px rgba(37, 55, 94, 0.7);
}

.cast-analytics-hero-main[b-gxrh14d7qb],
.cast-analytics-summary[b-gxrh14d7qb],
.cast-analytics-meta[b-gxrh14d7qb],
.cast-analytics-chart-highlights[b-gxrh14d7qb] {
    display: grid;
    gap: 0.9rem;
}

.cast-analytics-back-link[b-gxrh14d7qb] {
    color: #8a5736;
    font-weight: 700;
    text-decoration: none;
}

.cast-analytics-back-link:hover[b-gxrh14d7qb] {
    text-decoration: underline;
}

.cast-analytics-head[b-gxrh14d7qb] {
    display: grid;
    gap: 1rem;
}

.cast-analytics-avatar[b-gxrh14d7qb] {
    width: 100%;
    max-width: 112px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 1rem;
    border: 1px solid #d8e1ee;
    background: #eef3f9;
}

.cast-analytics-eyebrow[b-gxrh14d7qb] {
    margin: 0 0 0.45rem;
    color: #8a5736;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cast-analytics-hero h1[b-gxrh14d7qb] {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
}

.cast-analytics-lead[b-gxrh14d7qb] {
    margin: 0.4rem 0 0;
    color: #546274;
    font-size: 1.05rem;
    font-weight: 600;
}

.cast-analytics-meta[b-gxrh14d7qb] {
    margin-top: 0.85rem;
    color: #607086;
    font-size: 0.95rem;
}

.cast-analytics-summary-card[b-gxrh14d7qb],
.cast-analytics-panel[b-gxrh14d7qb] {
    padding: 1.5rem;
    border-radius: 1.25rem;
    border: 1px solid #e7ebf1;
    background: #fff;
    box-shadow: 0 20px 40px -32px rgba(39, 59, 94, 0.55);
}

.cast-analytics-summary-card[b-gxrh14d7qb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.1rem;
}

.cast-analytics-summary-card span[b-gxrh14d7qb],
.cast-analytics-chart-highlights span[b-gxrh14d7qb] {
    color: #607086;
    font-size: 0.92rem;
    font-weight: 700;
}

.cast-analytics-summary-card strong[b-gxrh14d7qb],
.cast-analytics-chart-highlights strong[b-gxrh14d7qb] {
    font-size: 1.2rem;
}

.cast-analytics-section-heading[b-gxrh14d7qb] {
    margin-bottom: 1.25rem;
}

.cast-analytics-table[b-gxrh14d7qb] {
    margin-bottom: 0;
}

.cast-analytics-table thead th[b-gxrh14d7qb] {
    white-space: nowrap;
    color: #607086;
    font-size: 0.86rem;
}

.cast-analytics-chart-shell[b-gxrh14d7qb] {
    display: grid;
    gap: 1rem;
}

.cast-analytics-chart-labels[b-gxrh14d7qb],
.cast-analytics-chart-months[b-gxrh14d7qb] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1rem;
    justify-content: space-between;
    color: #607086;
    font-size: 0.82rem;
    font-weight: 700;
}

.cast-analytics-chart[b-gxrh14d7qb] {
    min-height: 320px;
    padding: 1rem;
    border: 1px solid #ebeff5;
    border-radius: 1rem;
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.cast-analytics-chart svg[b-gxrh14d7qb] {
    width: 100%;
    height: 320px;
    overflow: visible;
}

.chart-axis[b-gxrh14d7qb] {
    stroke: #b9c6d8;
    stroke-width: 1.2;
}

.chart-guide[b-gxrh14d7qb] {
    stroke: #e8eef6;
    stroke-width: 1;
    stroke-dasharray: 4 6;
}

.chart-line[b-gxrh14d7qb] {
    fill: none;
    stroke: #f08a3c;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.chart-area[b-gxrh14d7qb] {
    fill: rgba(240, 138, 60, 0.12);
}

.chart-point[b-gxrh14d7qb] {
    fill: #fff;
    stroke: #f08a3c;
    stroke-width: 3;
}

.chart-axis-label[b-gxrh14d7qb] {
    fill: #607086;
    font-size: 12px;
    font-weight: 700;
}

.chart-axis-label-y[b-gxrh14d7qb] {
    text-anchor: end;
}

@media (min-width: 992px) {
    .cast-analytics-hero[b-gxrh14d7qb] {
        grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
        align-items: start;
    }

    .cast-analytics-head[b-gxrh14d7qb] {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
    }
}

@media (max-width: 767.98px) {
    .cast-analytics-hero[b-gxrh14d7qb],
    .cast-analytics-panel[b-gxrh14d7qb] {
        padding: 1.2rem;
        border-radius: 1rem;
    }

    .cast-analytics-summary-card[b-gxrh14d7qb] {
        flex-direction: column;
        align-items: start;
    }

    .cast-analytics-chart[b-gxrh14d7qb] {
        padding: 0.5rem;
    }
}
/* /Components/Pages/ManagedStoreDashboard.razor.rz.scp.css */
.store-dashboard-page[b-k4w6xzhcq3] {
    display: grid;
    gap: 1.5rem;
}

.store-dashboard-hero[b-k4w6xzhcq3] {
    display: grid;
    gap: 1.5rem;
    padding: 1.75rem;
    border-radius: 1.5rem;
    border: 1px solid #e7ebf1;
    background:
        radial-gradient(circle at top right, rgba(56, 124, 255, 0.16), transparent 30%),
        linear-gradient(135deg, #fdf5ed 0%, #f7fbff 100%);
    box-shadow: 0 24px 48px -38px rgba(37, 55, 94, 0.7);
}

.store-dashboard-eyebrow[b-k4w6xzhcq3],
.section-eyebrow[b-k4w6xzhcq3] {
    margin: 0 0 0.45rem;
    color: #8a5736;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.store-dashboard-hero h1[b-k4w6xzhcq3] {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
}

.store-dashboard-lead[b-k4w6xzhcq3],
.store-dashboard-copy[b-k4w6xzhcq3] {
    color: #546274;
}

.store-dashboard-lead[b-k4w6xzhcq3] {
    margin: 0.4rem 0 0;
    font-size: 1.05rem;
    font-weight: 600;
}

.store-dashboard-copy[b-k4w6xzhcq3] {
    margin: 0.9rem 0 0;
    max-width: 56rem;
    line-height: 1.8;
}

.store-dashboard-summary[b-k4w6xzhcq3] {
    display: grid;
    gap: 0.9rem;
}

.store-dashboard-summary-card[b-k4w6xzhcq3],
.store-dashboard-panel[b-k4w6xzhcq3] {
    padding: 1.5rem;
    border-radius: 1.25rem;
    border: 1px solid #e7ebf1;
    background: #fff;
    box-shadow: 0 20px 40px -32px rgba(39, 59, 94, 0.55);
}

.store-dashboard-summary-card[b-k4w6xzhcq3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.1rem;
}

.store-dashboard-summary-card span[b-k4w6xzhcq3] {
    color: #607086;
    font-size: 0.92rem;
    font-weight: 700;
}

.store-dashboard-summary-card strong[b-k4w6xzhcq3] {
    font-size: 1.2rem;
}

.section-heading-row[b-k4w6xzhcq3] {
    margin-bottom: 1.25rem;
}

.store-dashboard-readonly[b-k4w6xzhcq3] {
    display: flex;
    align-items: center;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    border: 1px solid #d9e2ec;
    border-radius: 0.5rem;
    background: #f8fafc;
    color: #223047;
    font-weight: 700;
}

.store-dashboard-withdrawal-alert[b-k4w6xzhcq3] {
    display: grid;
    gap: 0.35rem;
    margin-bottom: 1.25rem;
    padding: 1rem 1.1rem;
    border: 1px solid #f3c37a;
    border-radius: 1rem;
    background: linear-gradient(135deg, #fff6dc 0%, #fff1cb 100%);
    color: #7b4200;
}

.store-dashboard-withdrawal-alert strong[b-k4w6xzhcq3] {
    font-size: 1rem;
}

.store-dashboard-confirmation[b-k4w6xzhcq3] {
    display: grid;
    gap: 0.85rem;
    padding: 1.1rem;
    border: 1px solid #d6dfeb;
    border-radius: 1rem;
    background: #f8fbff;
}

.store-dashboard-confirmation-row[b-k4w6xzhcq3] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    font-weight: 700;
}

.store-dashboard-table[b-k4w6xzhcq3] {
    margin-bottom: 0;
}

.store-dashboard-table thead th[b-k4w6xzhcq3] {
    white-space: nowrap;
    color: #607086;
    font-size: 0.86rem;
}

.store-dashboard-textarea[b-k4w6xzhcq3] {
    min-height: 8rem;
}

.store-dashboard-actions[b-k4w6xzhcq3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.store-dashboard-list[b-k4w6xzhcq3] {
    display: grid;
    gap: 0.9rem;
}

.store-dashboard-item[b-k4w6xzhcq3] {
    display: grid;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #ebeff5;
    border-radius: 1rem;
    background: #fbfcfe;
}

.store-dashboard-item-clickable[b-k4w6xzhcq3] {
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.store-dashboard-item-clickable:hover[b-k4w6xzhcq3] {
    transform: translateY(-2px);
    border-color: #cddcf5;
    box-shadow: 0 18px 32px -28px rgba(39, 59, 94, 0.55);
}

.store-dashboard-item-head[b-k4w6xzhcq3] {
    display: grid;
    gap: 0.9rem;
}

.store-dashboard-item-header[b-k4w6xzhcq3],
.store-dashboard-price-row[b-k4w6xzhcq3] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
}

.store-dashboard-price-row[b-k4w6xzhcq3] {
    margin-top: 0.85rem;
    font-weight: 700;
}

.store-dashboard-item-copy[b-k4w6xzhcq3] {
    margin: 0.75rem 0 0;
    color: #607086;
    line-height: 1.75;
}

.store-dashboard-sales-meta[b-k4w6xzhcq3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    margin-top: 0.85rem;
    color: #607086;
    font-size: 0.95rem;
}

.store-dashboard-thumb[b-k4w6xzhcq3],
.store-dashboard-preview[b-k4w6xzhcq3] {
    width: 100%;
    max-width: 112px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 0.9rem;
    border: 1px solid #d8e1ee;
    background: #eef3f9;
}

.store-dashboard-preview[b-k4w6xzhcq3] {
    max-width: 140px;
}

.store-dashboard-item-actions[b-k4w6xzhcq3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.store-dashboard-placeholder[b-k4w6xzhcq3] {
    min-height: 100%;
    background: linear-gradient(180deg, #fff 0%, #f9fbff 100%);
}

@media (min-width: 992px) {
    .store-dashboard-hero[b-k4w6xzhcq3] {
        grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.8fr);
        align-items: start;
    }

    .store-dashboard-item[b-k4w6xzhcq3] {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
    }

    .store-dashboard-item-head[b-k4w6xzhcq3] {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
    }
}

@media (max-width: 767.98px) {
    .store-dashboard-hero[b-k4w6xzhcq3],
    .store-dashboard-panel[b-k4w6xzhcq3] {
        padding: 1.2rem;
        border-radius: 1rem;
    }

    .store-dashboard-item-header[b-k4w6xzhcq3],
    .store-dashboard-price-row[b-k4w6xzhcq3],
    .store-dashboard-sales-meta[b-k4w6xzhcq3],
    .store-dashboard-confirmation-row[b-k4w6xzhcq3] {
        flex-direction: column;
    }
}
/* /Components/Pages/ProductDetails.razor.rz.scp.css */
.product-details-page[b-x7piu7176m] {
    --product-details-ink: #20263a;
    --product-details-muted: #5d6475;
    --product-details-line: rgba(24, 41, 75, 0.12);
    --product-details-surface: #ffffff;
    --product-details-accent: #d94b1b;
    --product-details-accent-soft: rgba(243, 107, 61, 0.12);
    --product-details-shadow: 0 24px 60px rgba(44, 36, 28, 0.12);
    color: var(--product-details-ink);
    padding: 1.5rem 0 3rem;
}

.product-details-back[b-x7piu7176m] {
    display: inline-flex;
    margin-bottom: 1rem;
    color: var(--product-details-accent);
    font-weight: 700;
    text-decoration: none;
}

.product-details-back:hover[b-x7piu7176m],
.product-details-back:focus[b-x7piu7176m] {
    color: #b83d13;
    text-decoration: underline;
}

.product-details-hero[b-x7piu7176m],
.product-details-panel[b-x7piu7176m] {
    border: 1px solid var(--product-details-line);
    border-radius: 28px;
    background: var(--product-details-surface);
    box-shadow: var(--product-details-shadow);
}

.product-details-hero[b-x7piu7176m] {
    display: grid;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.product-details-image[b-x7piu7176m] {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: #f5f2ef;
}

.product-details-image-placeholder[b-x7piu7176m],
.product-cast-image-placeholder[b-x7piu7176m] {
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 800;
    background: linear-gradient(135deg, #20263a 0%, #f36b3d 100%);
}

.product-details-image-placeholder[b-x7piu7176m] {
    font-size: clamp(2.4rem, 8vw, 4rem);
}

.product-details-copy[b-x7piu7176m],
.product-details-panel[b-x7piu7176m] {
    padding: 1.6rem;
}

.product-details-eyebrow[b-x7piu7176m],
.product-details-section-eyebrow[b-x7piu7176m] {
    margin: 0 0 0.75rem;
    color: var(--product-details-accent);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.product-details-heading[b-x7piu7176m],
.product-details-section-head[b-x7piu7176m] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-details-heading h1[b-x7piu7176m],
.product-details-section-head h2[b-x7piu7176m],
.product-cast-head h3[b-x7piu7176m] {
    margin: 0;
}

.product-details-heading h1[b-x7piu7176m] {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    line-height: 1.08;
}

.product-details-store[b-x7piu7176m] {
    margin: 0.45rem 0 0;
    color: var(--product-details-muted);
    font-weight: 600;
}

.product-details-price[b-x7piu7176m] {
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: var(--product-details-accent-soft);
    color: var(--product-details-accent);
    font-size: 1.1rem;
    font-weight: 800;
}

.product-details-meta[b-x7piu7176m] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.product-details-type[b-x7piu7176m],
.product-details-badge[b-x7piu7176m],
.product-cast-badge[b-x7piu7176m],
.product-cast-links span[b-x7piu7176m] {
    display: inline-flex;
    width: fit-content;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: var(--product-details-accent-soft);
    color: var(--product-details-accent);
    font-size: 0.78rem;
    font-weight: 800;
}

.product-details-description[b-x7piu7176m] {
    margin: 1rem 0 0;
    color: var(--product-details-muted);
    line-height: 1.8;
}

.product-details-store-card[b-x7piu7176m] {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.25rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(243, 107, 61, 0.16);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
}

.product-details-store-label[b-x7piu7176m],
.product-details-selection-summary span[b-x7piu7176m],
.product-cast-subtext[b-x7piu7176m],
.product-details-action-note[b-x7piu7176m] {
    color: var(--product-details-muted);
}

.product-details-selection-summary[b-x7piu7176m] {
    padding: 0.9rem 1rem;
    border: 1px solid rgba(243, 107, 61, 0.16);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
}

.product-details-selection-summary strong[b-x7piu7176m] {
    display: block;
    margin-top: 0.2rem;
    font-size: 1.1rem;
}

.product-cast-grid[b-x7piu7176m] {
    display: grid;
    gap: 1rem;
    margin-top: 1.25rem;
}

.product-cast-card[b-x7piu7176m] {
    display: grid;
    gap: 0;
    width: 100%;
    padding: 0;
    border: 1px solid rgba(24, 41, 75, 0.12);
    border-radius: 24px;
    background: #fff;
    text-align: left;
    overflow: hidden;
    transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.product-cast-card:hover[b-x7piu7176m],
.product-cast-card:focus-visible[b-x7piu7176m] {
    border-color: rgba(217, 75, 27, 0.4);
    box-shadow: 0 18px 40px rgba(44, 36, 28, 0.12);
    transform: translateY(-2px);
}

.product-cast-card.selected[b-x7piu7176m] {
    border-color: rgba(217, 75, 27, 0.72);
    box-shadow: 0 20px 46px rgba(217, 75, 27, 0.18);
}

.product-cast-image[b-x7piu7176m] {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #f5f2ef;
}

.product-cast-image-placeholder[b-x7piu7176m] {
    font-size: clamp(2rem, 6vw, 3rem);
}

.product-cast-body[b-x7piu7176m] {
    padding: 1rem;
}

.product-cast-head[b-x7piu7176m] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: space-between;
}

.product-cast-subtext[b-x7piu7176m] {
    margin: 0.45rem 0 0;
    font-size: 0.92rem;
}

.product-cast-links[b-x7piu7176m] {
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
    margin-top: 0.85rem;
}

.product-details-actions[b-x7piu7176m] {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.product-details-purchase-button[b-x7piu7176m] {
    min-width: 14rem;
    padding: 0.8rem 1.4rem;
    border-radius: 999px;
    font-weight: 800;
}

.product-details-dialog-backdrop[b-x7piu7176m] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: grid;
    place-items: center;
    padding: 1.5rem;
    background: rgba(18, 20, 30, 0.52);
    backdrop-filter: blur(6px);
}

.product-details-dialog[b-x7piu7176m] {
    width: min(100%, 32rem);
    padding: 1.5rem;
    border: 1px solid rgba(24, 41, 75, 0.12);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(44, 36, 28, 0.22);
}

.product-details-dialog-actions[b-x7piu7176m] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 1.25rem;
}

@media (min-width: 768px) {
    .product-cast-grid[b-x7piu7176m] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .product-details-hero[b-x7piu7176m] {
        grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
        align-items: stretch;
    }

    .product-cast-grid[b-x7piu7176m] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640.98px) {
    .product-details-page[b-x7piu7176m] {
        padding-top: 0.75rem;
    }

    .product-details-hero[b-x7piu7176m],
    .product-details-panel[b-x7piu7176m],
    .product-cast-card[b-x7piu7176m] {
        border-radius: 22px;
    }

    .product-details-copy[b-x7piu7176m],
    .product-details-panel[b-x7piu7176m] {
        padding: 1.15rem;
    }

    .product-details-purchase-button[b-x7piu7176m] {
        width: 100%;
    }

    .product-details-dialog[b-x7piu7176m] {
        padding: 1.15rem;
        border-radius: 22px;
    }

    .product-details-dialog-actions > .btn[b-x7piu7176m] {
        width: 100%;
    }
}
/* /Components/Pages/PurchaseInfo.razor.rz.scp.css */
.purchase-info-page[b-p60powta4q] {
    display: grid;
    gap: 1.5rem;
}

.purchase-info-hero[b-p60powta4q] {
    display: grid;
    gap: 1.5rem;
    padding: 1.75rem;
    border-radius: 1.5rem;
    border: 1px solid #e7ebf1;
    background:
        radial-gradient(circle at top right, rgba(255, 145, 77, 0.18), transparent 30%),
        linear-gradient(135deg, #fff9f1 0%, #f6fbff 100%);
    box-shadow: 0 24px 48px -38px rgba(37, 55, 94, 0.7);
}

.purchase-info-eyebrow[b-p60powta4q],
.purchase-info-section-eyebrow[b-p60powta4q] {
    margin: 0 0 0.45rem;
    color: #a45b2a;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.purchase-info-hero h1[b-p60powta4q] {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
}

.purchase-info-lead[b-p60powta4q] {
    margin: 0.75rem 0 0;
    color: #546274;
    line-height: 1.8;
}

.purchase-info-summary[b-p60powta4q] {
    display: grid;
    gap: 0.9rem;
}

.purchase-info-summary-card[b-p60powta4q],
.purchase-info-panel[b-p60powta4q] {
    padding: 1.5rem;
    border-radius: 1.25rem;
    border: 1px solid #e7ebf1;
    background: #fff;
    box-shadow: 0 20px 40px -32px rgba(39, 59, 94, 0.55);
}

.purchase-info-summary-card[b-p60powta4q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.1rem;
}

.purchase-info-summary-card span[b-p60powta4q] {
    color: #607086;
    font-size: 0.92rem;
    font-weight: 700;
}

.purchase-info-summary-card strong[b-p60powta4q] {
    font-size: 1.2rem;
}

.buyer-profile-card[b-p60powta4q] {
    display: grid;
    gap: 1rem;
}

.buyer-profile-avatar[b-p60powta4q] {
    width: 112px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 1.1rem;
    border: 1px solid #d8e1ee;
    background: #eef3f9;
}

.buyer-profile-avatar-placeholder[b-p60powta4q] {
    display: grid;
    place-items: center;
    color: #7a4a27;
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ffe1c7 0%, #fff5ea 100%);
}

.buyer-profile-body h3[b-p60powta4q] {
    margin: 0;
}

.buyer-profile-body p[b-p60powta4q],
.purchase-history-meta[b-p60powta4q],
.purchase-history-note[b-p60powta4q],
.purchase-history-store[b-p60powta4q] {
    color: #607086;
}

.buyer-profile-body p[b-p60powta4q] {
    margin: 0.65rem 0 0;
    line-height: 1.8;
}

.purchase-info-textarea[b-p60powta4q] {
    min-height: 8rem;
}

.purchase-info-actions[b-p60powta4q] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.purchase-history-list[b-p60powta4q] {
    display: grid;
    gap: 0.9rem;
}

.purchase-history-item[b-p60powta4q] {
    padding: 1rem 1.1rem;
    border: 1px solid #ebeff5;
    border-radius: 1rem;
    background: #fbfcfe;
}

.purchase-history-head[b-p60powta4q] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
}

.purchase-history-store[b-p60powta4q] {
    margin-top: 0.6rem;
    font-weight: 700;
}

.purchase-history-note[b-p60powta4q] {
    margin-top: 0.65rem;
    line-height: 1.7;
}

@media (min-width: 992px) {
    .purchase-info-hero[b-p60powta4q] {
        grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.8fr);
        align-items: start;
    }
}

@media (max-width: 767.98px) {
    .purchase-info-hero[b-p60powta4q],
    .purchase-info-panel[b-p60powta4q] {
        padding: 1.2rem;
        border-radius: 1rem;
    }

    .purchase-history-head[b-p60powta4q] {
        flex-direction: column;
    }
}
/* /Components/Pages/StoreDetails.razor.rz.scp.css */
.store-details-page[b-jtc94i1wzo] {
    --store-details-ink: #20263a;
    --store-details-muted: #5d6475;
    --store-details-line: rgba(24, 41, 75, 0.12);
    --store-details-surface: #ffffff;
    --store-details-accent-soft: rgba(243, 107, 61, 0.12);
    --store-details-shadow: 0 24px 60px rgba(44, 36, 28, 0.12);
    color: var(--store-details-ink);
    padding: 1.5rem 0 3rem;
}

.store-details-back[b-jtc94i1wzo] {
    display: inline-flex;
    margin-bottom: 1rem;
    color: #d94b1b;
    font-weight: 700;
    text-decoration: none;
}

.store-details-back:hover[b-jtc94i1wzo],
.store-details-back:focus[b-jtc94i1wzo],
.store-details-site:hover[b-jtc94i1wzo],
.store-details-site:focus[b-jtc94i1wzo] {
    color: #b83d13;
    text-decoration: underline;
}

.store-details-hero[b-jtc94i1wzo],
.store-details-panel[b-jtc94i1wzo],
.store-product-card[b-jtc94i1wzo] {
    border: 1px solid var(--store-details-line);
    border-radius: 28px;
    background: var(--store-details-surface);
    box-shadow: var(--store-details-shadow);
}

.store-details-hero[b-jtc94i1wzo] {
    display: grid;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.store-details-copy[b-jtc94i1wzo],
.store-details-panel[b-jtc94i1wzo],
.store-product-body[b-jtc94i1wzo] {
    padding: 1.6rem;
}

.store-details-eyebrow[b-jtc94i1wzo],
.store-details-section-eyebrow[b-jtc94i1wzo] {
    margin: 0 0 0.75rem;
    color: #d94b1b;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.store-details-heading[b-jtc94i1wzo] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
}

.store-details-heading h1[b-jtc94i1wzo] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    line-height: 1.08;
}

.store-details-badge[b-jtc94i1wzo],
.store-product-flag[b-jtc94i1wzo] {
    display: inline-flex;
    width: fit-content;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: var(--store-details-accent-soft);
    color: #d94b1b;
    font-size: 0.78rem;
    font-weight: 800;
}

.store-details-location[b-jtc94i1wzo],
.store-details-description[b-jtc94i1wzo],
.store-product-type[b-jtc94i1wzo],
.store-product-description[b-jtc94i1wzo] {
    color: var(--store-details-muted);
    line-height: 1.8;
}

.store-details-location[b-jtc94i1wzo] {
    margin: 0.85rem 0 0;
    font-weight: 600;
}

.store-details-description[b-jtc94i1wzo] {
    margin: 0.9rem 0 0;
}

.store-details-meta[b-jtc94i1wzo] {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.25rem;
}

.store-details-stat[b-jtc94i1wzo] {
    padding: 0.9rem 1rem;
    border: 1px solid rgba(243, 107, 61, 0.16);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
}

.store-details-stat span[b-jtc94i1wzo] {
    display: block;
    color: var(--store-details-muted);
    font-size: 0.85rem;
}

.store-details-stat strong[b-jtc94i1wzo] {
    display: block;
    margin-top: 0.25rem;
    font-size: 1.6rem;
}

.store-details-site[b-jtc94i1wzo] {
    color: #d94b1b;
    font-weight: 700;
    text-decoration: none;
}

.store-details-image[b-jtc94i1wzo],
.store-product-image[b-jtc94i1wzo] {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #f5f2ef;
}

.store-details-image[b-jtc94i1wzo] {
    min-height: 100%;
}

.store-details-image-placeholder[b-jtc94i1wzo],
.store-product-image-placeholder[b-jtc94i1wzo] {
    display: grid;
    place-items: center;
    color: #fff;
    font-size: clamp(2.4rem, 8vw, 3.8rem);
    font-weight: 800;
    background: linear-gradient(135deg, #20263a 0%, #f36b3d 100%);
}

.store-details-section-head h2[b-jtc94i1wzo],
.store-product-head h3[b-jtc94i1wzo] {
    margin: 0;
}

.store-products-grid[b-jtc94i1wzo] {
    display: grid;
    gap: 1.2rem;
}

.store-product-card[b-jtc94i1wzo] {
    overflow: hidden;
    transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.store-product-link[b-jtc94i1wzo] {
    color: inherit;
    text-decoration: none;
}

.store-product-link:hover .store-product-card[b-jtc94i1wzo],
.store-product-link:focus .store-product-card[b-jtc94i1wzo] {
    border-color: rgba(217, 75, 27, 0.38);
    box-shadow: 0 28px 60px rgba(44, 36, 28, 0.16);
    transform: translateY(-2px);
}

.store-product-head[b-jtc94i1wzo] {
    display: flex;
    gap: 1rem;
    align-items: start;
    justify-content: space-between;
}

.store-product-type[b-jtc94i1wzo],
.store-product-flag[b-jtc94i1wzo],
.store-product-description[b-jtc94i1wzo] {
    margin-top: 0.75rem;
}

.store-product-price[b-jtc94i1wzo] {
    flex-shrink: 0;
    font-size: 1.05rem;
    font-weight: 800;
}

.store-product-cta[b-jtc94i1wzo] {
    display: inline-flex;
    margin-top: 1rem;
    color: #d94b1b;
    font-size: 0.92rem;
    font-weight: 800;
}

.store-product-link:hover .store-product-cta[b-jtc94i1wzo],
.store-product-link:focus .store-product-cta[b-jtc94i1wzo] {
    color: #b83d13;
}

@media (min-width: 992px) {
    .store-details-hero[b-jtc94i1wzo] {
        grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
        align-items: stretch;
    }

    .store-products-grid[b-jtc94i1wzo] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640.98px) {
    .store-details-page[b-jtc94i1wzo] {
        padding-top: 0.75rem;
    }

    .store-details-hero[b-jtc94i1wzo],
    .store-details-panel[b-jtc94i1wzo],
    .store-product-card[b-jtc94i1wzo] {
        border-radius: 22px;
    }

    .store-details-copy[b-jtc94i1wzo],
    .store-details-panel[b-jtc94i1wzo],
    .store-product-body[b-jtc94i1wzo] {
        padding: 1.15rem;
    }
}
/* /Components/Pages/Stores.razor.rz.scp.css */
.stores-page[b-4k29tnvy39] {
    --stores-ink: #20263a;
    --stores-muted: #5d6475;
    --stores-line: rgba(24, 41, 75, 0.12);
    --stores-surface: #ffffff;
    --stores-accent: #f36b3d;
    --stores-accent-soft: rgba(243, 107, 61, 0.12);
    --stores-shadow: 0 24px 60px rgba(44, 36, 28, 0.12);
    color: var(--stores-ink);
    padding: 1.5rem 0 3rem;
}

.stores-hero[b-4k29tnvy39],
.stores-empty[b-4k29tnvy39],
.store-card[b-4k29tnvy39] {
    border: 1px solid var(--stores-line);
    border-radius: 28px;
    background: var(--stores-surface);
    box-shadow: var(--stores-shadow);
}

.stores-hero[b-4k29tnvy39] {
    display: grid;
    gap: 1rem;
    align-items: end;
    margin-bottom: 1.5rem;
    padding: 2rem;
    background:
        radial-gradient(circle at top right, rgba(243, 107, 61, 0.18), transparent 34%),
        linear-gradient(135deg, #fffaf6 0%, #fff 65%);
}

.stores-eyebrow[b-4k29tnvy39] {
    margin: 0 0 0.75rem;
    color: #d94b1b;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.stores-hero h1[b-4k29tnvy39] {
    margin: 0;
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.08;
}

.stores-lead[b-4k29tnvy39],
.stores-empty p[b-4k29tnvy39],
.store-card-description[b-4k29tnvy39],
.store-card-location[b-4k29tnvy39] {
    color: var(--stores-muted);
    line-height: 1.8;
}

.stores-lead[b-4k29tnvy39] {
    margin: 1rem 0 0;
    max-width: 46rem;
    font-size: 1.02rem;
}

.stores-summary-card[b-4k29tnvy39] {
    width: fit-content;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(243, 107, 61, 0.16);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
}

.stores-summary-card span[b-4k29tnvy39] {
    display: block;
    color: var(--stores-muted);
    font-size: 0.85rem;
}

.stores-summary-card strong[b-4k29tnvy39] {
    display: block;
    margin-top: 0.25rem;
    font-size: 1.8rem;
}

.stores-empty[b-4k29tnvy39] {
    padding: 1.75rem;
}

.stores-empty h2[b-4k29tnvy39] {
    margin-bottom: 0.5rem;
}

.stores-grid[b-4k29tnvy39] {
    display: grid;
    gap: 1.25rem;
}

.store-card[b-4k29tnvy39] {
    overflow: hidden;
}

.store-card-image[b-4k29tnvy39] {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #f5f2ef;
}

.store-card-image-placeholder[b-4k29tnvy39] {
    display: grid;
    place-items: center;
    color: #fff;
    font-size: clamp(2.4rem, 8vw, 3.8rem);
    font-weight: 800;
    background: linear-gradient(135deg, #20263a 0%, #f36b3d 100%);
}

.store-card-body[b-4k29tnvy39] {
    padding: 1.4rem;
}

.store-card-heading[b-4k29tnvy39] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
}

.store-card-heading h2[b-4k29tnvy39] {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
}

.store-card-badge[b-4k29tnvy39] {
    flex-shrink: 0;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: var(--stores-accent-soft);
    color: #d94b1b;
    font-size: 0.78rem;
    font-weight: 800;
}

.store-card-location[b-4k29tnvy39] {
    margin: 0.8rem 0 0;
    font-weight: 600;
}

.store-card-description[b-4k29tnvy39] {
    margin: 0.9rem 0 0;
}

.store-card-link[b-4k29tnvy39] {
    display: inline-flex;
    color: #d94b1b;
    font-weight: 700;
    text-decoration: none;
}

.store-card-actions[b-4k29tnvy39] {
    display: flex;
    gap: 0.85rem 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.store-card-action[b-4k29tnvy39] {
    display: inline-flex;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: #20263a;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.store-card-action:hover[b-4k29tnvy39],
.store-card-action:focus[b-4k29tnvy39] {
    color: #fff;
    background: #161b2c;
    text-decoration: none;
}

.store-card-link:hover[b-4k29tnvy39],
.store-card-link:focus[b-4k29tnvy39] {
    color: #b83d13;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .stores-grid[b-4k29tnvy39] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .stores-hero[b-4k29tnvy39] {
        grid-template-columns: minmax(0, 1fr) auto;
    }
}

@media (max-width: 640.98px) {
    .stores-page[b-4k29tnvy39] {
        padding-top: 0.75rem;
    }

    .stores-hero[b-4k29tnvy39],
    .stores-empty[b-4k29tnvy39],
    .store-card[b-4k29tnvy39] {
        border-radius: 22px;
    }

    .stores-hero[b-4k29tnvy39] {
        padding: 1.4rem;
    }

    .store-card-body[b-4k29tnvy39] {
        padding: 1.15rem;
    }
}
