/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qo6pl5x8hk] {
    --app-top-row-height: 3.5rem;
    --app-sticky-clearance: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow-x: visible;
    min-height: 100vh;
}

main[b-qo6pl5x8hk] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-qo6pl5x8hk] {
    background: linear-gradient(180deg, rgba(238, 246, 255, 0.98) 0%, rgba(255, 250, 228, 0.96) 100%);
    border-right: 1px solid rgba(33, 99, 190, 0.2);
}

.top-row[b-qo6pl5x8hk] {
    color: #2b4d7f;
    background-color: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(33, 99, 190, 0.18);
    justify-content: flex-end;
    height: var(--app-top-row-height);
    display: flex;
    align-items: center;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 8px 22px rgba(17, 56, 114, 0.06);
}

.top-row-content[b-qo6pl5x8hk] {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

    .top-row[b-qo6pl5x8hk]  a, .top-row[b-qo6pl5x8hk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-qo6pl5x8hk]  a:hover, .top-row[b-qo6pl5x8hk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-qo6pl5x8hk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-qo6pl5x8hk] {
        justify-content: space-between;
    }

    .top-row[b-qo6pl5x8hk]  a, .top-row[b-qo6pl5x8hk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qo6pl5x8hk] {
        flex-direction: row;
        height: 100vh;
        overflow: hidden;
    }

    .sidebar[b-qo6pl5x8hk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow-y: auto;
    }

    main[b-qo6pl5x8hk] {
        height: 100vh;
        overflow-y: auto;
    }

    .top-row[b-qo6pl5x8hk] {
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .top-row.auth[b-qo6pl5x8hk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qo6pl5x8hk], article.content[b-qo6pl5x8hk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-qo6pl5x8hk] {
    color-scheme: light only;
    background: #fff8db;
    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-qo6pl5x8hk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-j8sp09ckva] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: #255087;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(33, 99, 190, 0.24);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 99, 190, 0.85%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.7);
}

.navbar-toggler:checked[b-j8sp09ckva] {
    background-color: rgba(244, 200, 53, 0.45);
}

.top-row[b-j8sp09ckva] {
    min-height: 3.5rem;
    background-color: rgba(255, 255, 255, 0.5);
}

.navbar-brand[b-j8sp09ckva] {
    font-size: 1.06rem;
    color: #275081;
    font-weight: 700;
}

.brand-link[b-j8sp09ckva] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.brand-logo[b-j8sp09ckva] {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(33, 99, 190, 0.18);
    padding: 2px;
}

.bi[b-j8sp09ckva] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-list-nested-nav-menu[b-j8sp09ckva] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgb%2831,111,217%29' 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-kv-nav-menu[b-j8sp09ckva] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='rgb%2831,111,217%29' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 4V3.25A2.25 2.25 0 0 1 7.25 1h1.5A2.25 2.25 0 0 1 11 3.25V4'/%3E%3Crect x='1.5' y='4' width='13' height='10.5' rx='2'/%3E%3Cpath d='M1.5 8h13M8 6.2v3.6'/%3E%3Ccircle cx='8' cy='8' r='.7' fill='rgb%2831,111,217%29' stroke='none'/%3E%3C/svg%3E");
}

.bi-person-circle-nav-menu[b-j8sp09ckva] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgb%2831,111,217%29' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10.5 8 10.5c3.195 0 4.757.726 5.468 1.87A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
}

.bi-question-circle-nav-menu[b-j8sp09ckva] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgb%2831,111,217%29' class='bi bi-question-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm0-1A7 7 0 1 1 8 1a7 7 0 0 1 0 14z'/%3E%3Cpath d='M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.078z'/%3E%3Ccircle cx='8' cy='11.8' r='1'/%3E%3C/svg%3E");
}

.nav-item[b-j8sp09ckva] {
    font-size: 0.92rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-j8sp09ckva] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-j8sp09ckva] {
    padding-bottom: 1rem;
}

.nav-item[b-j8sp09ckva]  .nav-link {
    color: #385a87;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(33, 99, 190, 0.12);
    border-radius: 10px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item .nav-link-button[b-j8sp09ckva] {
    appearance: none;
    width: 100%;
    border: 1px solid rgba(33, 99, 190, 0.12);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.55);
    color: #385a87;
    padding: 0 0.75rem;
    text-align: left;
    display: flex;
    align-items: center;
    height: 3rem;
    line-height: 3rem;
}

.nav-item .nav-link-button:hover[b-j8sp09ckva] {
    background-color: rgba(213, 229, 251, 0.84);
    border-color: rgba(33, 99, 190, 0.32);
    color: #1f4f88;
}

.nav-item .nav-link-button:focus-visible[b-j8sp09ckva] {
    outline: 2px solid rgba(77, 145, 235, 0.45);
    outline-offset: 2px;
}

.nav-item[b-j8sp09ckva]  a.active {
    background-color: rgba(244, 200, 53, 0.42);
    border-color: rgba(228, 173, 6, 0.5);
    color: #4d3d0b;
}

.nav-item[b-j8sp09ckva]  .nav-link:hover {
    background-color: rgba(213, 229, 251, 0.84);
    border-color: rgba(33, 99, 190, 0.32);
    color: #1f4f88;
}

.nav-scrollable[b-j8sp09ckva] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-j8sp09ckva] {
    display: block;
}

.nav-scrollable .nav[b-j8sp09ckva] {
    min-height: 100%;
}

.nav-footer[b-j8sp09ckva] {
    margin-top: auto;
    padding-bottom: 1rem;
}

.session-badge[b-j8sp09ckva] {
    margin-top: 0.5rem;
    padding: 0.75rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(33, 99, 190, 0.18);
    color: #355277;
    font-size: 0.85rem;
}

.session-badge strong[b-j8sp09ckva] {
    display: block;
    font-size: 0.95rem;
    color: #234977;
}

.session-badge-muted[b-j8sp09ckva] {
    color: #5f7694;
}

@media (min-width: 641px) {
    .navbar-toggler[b-j8sp09ckva] {
        display: none;
    }

    .nav-scrollable[b-j8sp09ckva] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-glyk0lpjbr],
.components-reconnect-repeated-attempt-visible[b-glyk0lpjbr],
.components-reconnect-failed-visible[b-glyk0lpjbr],
.components-pause-visible[b-glyk0lpjbr],
.components-resume-failed-visible[b-glyk0lpjbr],
.components-rejoining-animation[b-glyk0lpjbr] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-glyk0lpjbr],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-glyk0lpjbr],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-glyk0lpjbr],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-glyk0lpjbr],
#components-reconnect-modal.components-reconnect-retrying[b-glyk0lpjbr],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-glyk0lpjbr],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-glyk0lpjbr],
#components-reconnect-modal.components-reconnect-failed[b-glyk0lpjbr],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-glyk0lpjbr] {
    display: block;
}


#components-reconnect-modal[b-glyk0lpjbr] {
    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-glyk0lpjbr 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-glyk0lpjbr 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-glyk0lpjbr 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-glyk0lpjbr]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-glyk0lpjbr 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-glyk0lpjbr {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-glyk0lpjbr {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-glyk0lpjbr {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-glyk0lpjbr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-glyk0lpjbr] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-glyk0lpjbr] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-glyk0lpjbr] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-glyk0lpjbr] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-glyk0lpjbr] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-glyk0lpjbr] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-glyk0lpjbr 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-glyk0lpjbr] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-glyk0lpjbr {
    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/Kaltverpflegung.razor.rz.scp.css */
.kv-page[b-iuxlmqytlp] {
    --kv-ink: #173458;
    --kv-muted: #667a94;
    --kv-line: rgba(29, 92, 169, 0.16);
    --kv-ice: #eaf6ff;
    --kv-blue: #176ed1;
    --kv-deep: #0d4f9a;
    --kv-sun: #f4c835;
    width: min(1420px, 100%);
    margin: 1.4rem auto 3rem;
    color: var(--kv-ink);
}

.kv-shell[b-iuxlmqytlp] {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--kv-line);
    border-radius: 20px;
    box-shadow: 0 14px 36px rgba(21, 64, 119, 0.09);
}

.kv-hero[b-iuxlmqytlp] {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.65fr);
    gap: 2rem;
    padding: clamp(1.5rem, 3vw, 2.6rem);
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.98) 0 62%, rgba(226, 244, 255, 0.94) 62% 100%);
}

.kv-hero[b-iuxlmqytlp]::after {
    content: "";
    position: absolute;
    right: -5rem;
    bottom: -8rem;
    width: 20rem;
    height: 20rem;
    border: 2.8rem solid rgba(23, 110, 209, 0.075);
    border-radius: 50%;
    pointer-events: none;
}

.kv-hero-copy[b-iuxlmqytlp],
.kv-hero-tools[b-iuxlmqytlp] {
    position: relative;
    z-index: 1;
}

.kv-eyebrow[b-iuxlmqytlp] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--kv-deep);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.kv-eyebrow span[b-iuxlmqytlp] {
    width: 1.8rem;
    height: 3px;
    border-radius: 999px;
    background: var(--kv-sun);
}

.kv-hero h1[b-iuxlmqytlp] {
    max-width: 780px;
    margin: 0.65rem 0 0.65rem;
    font-size: clamp(2rem, 4vw, 3.65rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
    color: #143153;
}

.kv-hero-copy > p[b-iuxlmqytlp] {
    max-width: 780px;
    margin: 0;
    color: var(--kv-muted);
    font-size: 1.02rem;
    line-height: 1.65;
}

.kv-hero-tools[b-iuxlmqytlp] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.25rem;
}

.kv-language[b-iuxlmqytlp] {
    display: inline-flex;
    padding: 0.25rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--kv-line);
}

.kv-language button[b-iuxlmqytlp] {
    border: 0;
    border-radius: 999px;
    padding: 0.38rem 0.72rem;
    background: transparent;
    color: var(--kv-muted);
    font-size: 0.74rem;
    font-weight: 800;
}

.kv-language button.active[b-iuxlmqytlp] {
    color: white;
    background: var(--kv-blue);
    box-shadow: 0 4px 12px rgba(23, 110, 209, 0.24);
}

.kv-profile-mark[b-iuxlmqytlp] {
    display: grid;
    gap: 0.2rem;
    width: min(100%, 300px);
    padding: 1rem 1.1rem;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(23, 110, 209, 0.18);
}

.kv-profile-mark span[b-iuxlmqytlp],
.kv-profile-mark small[b-iuxlmqytlp] {
    color: var(--kv-muted);
    font-size: 0.76rem;
}

.kv-profile-mark strong[b-iuxlmqytlp] {
    font-size: 1.05rem;
}

.kv-date-strip[b-iuxlmqytlp] {
    display: grid;
    grid-template-columns: minmax(190px, 0.65fr) minmax(300px, 1.35fr) auto;
    align-items: center;
    gap: 1rem;
    margin-top: 0.85rem;
    padding: 0.85rem 1rem;
    border-radius: 15px;
}

.kv-date-strip label > span[b-iuxlmqytlp],
.kv-field > span[b-iuxlmqytlp],
.kv-special-fields label > span[b-iuxlmqytlp],
.kv-option-field > span[b-iuxlmqytlp] {
    display: block;
    margin-bottom: 0.35rem;
    color: #49627f;
    font-size: 0.77rem;
    font-weight: 750;
}

.kv-date-status[b-iuxlmqytlp] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.55rem 0.7rem;
    border-radius: 11px;
    background: #f6f9fc;
}

.kv-date-status .kv-status-dot[b-iuxlmqytlp] {
    width: 0.68rem;
    height: 0.68rem;
    border-radius: 50%;
    background: #9aa9ba;
    box-shadow: 0 0 0 5px rgba(154, 169, 186, 0.14);
}

.kv-date-status.free .kv-status-dot[b-iuxlmqytlp] { background: #249b63; box-shadow: 0 0 0 5px rgba(36, 155, 99, 0.13); }
.kv-date-status.standard .kv-status-dot[b-iuxlmqytlp] { background: #dda900; box-shadow: 0 0 0 5px rgba(221, 169, 0, 0.14); }
.kv-date-status.rejected .kv-status-dot[b-iuxlmqytlp] { background: #bd3b51; box-shadow: 0 0 0 5px rgba(189, 59, 81, 0.13); }

.kv-date-status div[b-iuxlmqytlp] {
    display: grid;
}

.kv-date-status strong[b-iuxlmqytlp] { font-size: 0.88rem; }
.kv-date-status small[b-iuxlmqytlp] { color: var(--kv-muted); font-size: 0.76rem; }

.kv-date-meta[b-iuxlmqytlp] {
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.kv-date-meta span[b-iuxlmqytlp] {
    padding: 0.34rem 0.64rem;
    border-radius: 999px;
    background: var(--kv-ice);
    color: var(--kv-deep);
    font-size: 0.74rem;
    font-weight: 750;
}

.kv-orders[b-iuxlmqytlp] {
    display: grid;
    gap: 0.8rem;
    margin-top: 0.85rem;
    padding: 1rem;
    border-radius: 15px;
}

.kv-orders-head[b-iuxlmqytlp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.kv-orders-head > div[b-iuxlmqytlp] { display: grid; gap: 0.14rem; }
.kv-orders-eyebrow[b-iuxlmqytlp] { color: var(--kv-muted); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.kv-orders-head strong[b-iuxlmqytlp] { font-size: 0.96rem; }
.kv-orders-empty[b-iuxlmqytlp], .kv-orders-warning[b-iuxlmqytlp] { margin: 0; padding: 0.75rem; border-radius: 10px; color: var(--kv-muted); background: #f6f9fc; font-size: 0.76rem; }
.kv-orders-warning[b-iuxlmqytlp] { color: #815f05; background: #fff8df; }
.kv-order-list[b-iuxlmqytlp] { display: grid; grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); gap: 0.55rem; }
.kv-order-item[b-iuxlmqytlp] { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0.65rem; padding: 0.72rem; border: 1px solid var(--kv-line); border-radius: 11px; background: #fbfdff; }
.kv-order-item > div[b-iuxlmqytlp] { display: grid; align-content: start; gap: 0.18rem; min-width: 0; }
.kv-order-item > div:last-child[b-iuxlmqytlp] { justify-items: end; text-align: right; }
.kv-order-item strong[b-iuxlmqytlp] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 0.84rem; }
.kv-order-item span[b-iuxlmqytlp], .kv-order-item small[b-iuxlmqytlp] { color: var(--kv-muted); font-size: 0.68rem; }
.kv-order-actions[b-iuxlmqytlp] { display: flex; gap: 0.35rem; margin-top: 0.3rem; }
.kv-order-actions .btn[b-iuxlmqytlp] { font-size: 0.68rem; padding: 0.25rem 0.5rem; }
.kv-cancel-box[b-iuxlmqytlp] { display: grid; gap: 0.5rem; margin-top: 0.75rem; padding: 0.9rem; border: 1px solid #efb5b5; border-radius: 12px; background: #fff8f8; }
.kv-cancel-box > div[b-iuxlmqytlp] { display: flex; justify-content: flex-end; gap: 0.5rem; }
.kv-order-status[b-iuxlmqytlp] { display: inline-flex; width: fit-content; padding: 0.22rem 0.46rem; border-radius: 999px; font-weight: 800; }
.kv-order-status.accepted[b-iuxlmqytlp] { color: #176b44; background: #e7f8ef; }
.kv-order-status.uncertain[b-iuxlmqytlp], .kv-order-status.pending[b-iuxlmqytlp] { color: #7a5d06; background: #fff4cf; }
.kv-order-status.failed[b-iuxlmqytlp], .kv-order-status.cancelled[b-iuxlmqytlp] { color: #963148; background: #fff0f3; }

.kv-step-tabs[b-iuxlmqytlp] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
    margin-top: 0.85rem;
    padding: 0.35rem;
    border-radius: 15px;
}

.kv-step-tabs button[b-iuxlmqytlp] {
    display: grid;
    gap: 0.22rem;
    min-width: 0;
    padding: 0.72rem 0.85rem 0.62rem;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 11px 11px 7px 7px;
    background: transparent;
    color: var(--kv-muted);
    text-align: left;
    transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease;
}

.kv-step-tabs button:hover[b-iuxlmqytlp] {
    color: var(--kv-deep);
    background: rgba(234, 246, 255, 0.72);
}

.kv-step-tabs button.active[b-iuxlmqytlp] {
    color: var(--kv-deep);
    border-bottom-color: var(--kv-blue);
    background: linear-gradient(180deg, rgba(234, 246, 255, 0.88), rgba(255, 255, 255, 0.7));
}

.kv-step-tabs button:focus-visible[b-iuxlmqytlp] {
    outline: 2px solid rgba(23, 110, 209, 0.42);
    outline-offset: 2px;
}

.kv-step-tabs small[b-iuxlmqytlp] {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kv-step-tabs strong[b-iuxlmqytlp] {
    overflow: hidden;
    font-size: 0.84rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kv-alert[b-iuxlmqytlp] { margin: 0.85rem 0 0; border-radius: 14px; }

.kv-workspace[b-iuxlmqytlp] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 336px);
    align-items: start;
    gap: 1rem;
    margin-top: 1rem;
}

.kv-form-flow[b-iuxlmqytlp] {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.kv-section[b-iuxlmqytlp] {
    padding: clamp(1.1rem, 2.2vw, 1.65rem);
}

.kv-section-head[b-iuxlmqytlp],
.kv-section-title-wrap[b-iuxlmqytlp] {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.kv-section-head[b-iuxlmqytlp] {
    margin-bottom: 1.2rem;
}

.kv-section-head-action[b-iuxlmqytlp] {
    justify-content: space-between;
    gap: 1.25rem;
}

.kv-section-head h2[b-iuxlmqytlp] {
    margin: 0;
    font-size: 1.18rem;
    letter-spacing: -0.015em;
}

.kv-section-head p[b-iuxlmqytlp] {
    margin: 0.2rem 0 0;
    color: var(--kv-muted);
    font-size: 0.86rem;
}

.kv-step[b-iuxlmqytlp] {
    display: grid;
    flex: 0 0 2rem;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 10px 10px 10px 3px;
    color: white;
    background: var(--kv-blue);
    box-shadow: 0 6px 14px rgba(23, 110, 209, 0.2);
    font-size: 0.78rem;
    font-weight: 850;
}

.kv-field-grid[b-iuxlmqytlp] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.kv-field-grid > label[b-iuxlmqytlp],
.kv-field-grid input[b-iuxlmqytlp],
.kv-field-grid select[b-iuxlmqytlp],
.kv-field-grid textarea[b-iuxlmqytlp] { min-width: 0; }

.kv-span-2[b-iuxlmqytlp] { grid-column: span 2; }

.kv-checkline[b-iuxlmqytlp] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 0.9rem;
    color: #435e7d;
    font-size: 0.83rem;
}

.kv-checkline input[b-iuxlmqytlp] { accent-color: var(--kv-blue); }

.kv-field-help[b-iuxlmqytlp] {
    display: block;
    margin-top: 0.35rem;
    color: #31744f;
    font-size: 0.69rem;
    line-height: 1.4;
}

.kv-field-help.warning[b-iuxlmqytlp] { color: #985d16; }

.kv-basis-field[b-iuxlmqytlp] {
    display: grid;
    align-content: center;
    gap: 0.2rem;
    min-height: 68px;
    padding: 0.7rem 0.85rem;
    border: 1px solid var(--kv-line);
    border-radius: 10px;
    background: #f4f9fe;
}

.kv-basis-field > span[b-iuxlmqytlp],
.kv-basis-field > small[b-iuxlmqytlp] { color: var(--kv-muted); font-size: 0.72rem; }
.kv-basis-field > strong[b-iuxlmqytlp] { color: var(--kv-deep); font-size: 1.2rem; }

.kv-variant-counter[b-iuxlmqytlp] {
    display: grid;
    min-width: 250px;
    gap: 0.35rem;
    padding: 0.72rem 0.82rem;
    border: 1px solid rgba(23, 110, 209, 0.16);
    border-radius: 12px;
    background: #f4f9fe;
}

.kv-variant-counter strong[b-iuxlmqytlp] { color: var(--kv-deep); font-size: 0.78rem; }
.kv-variant-counter > span[b-iuxlmqytlp] { overflow: hidden; height: 5px; border-radius: 99px; background: #dfeaf4; }
.kv-variant-counter i[b-iuxlmqytlp] { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #38aa78, var(--kv-blue)); transition: width 160ms ease; }
.kv-variant-counter small[b-iuxlmqytlp] { color: var(--kv-muted); font-size: 0.66rem; line-height: 1.35; }
.kv-variant-counter.full[b-iuxlmqytlp] { border-color: rgba(225, 166, 20, 0.4); background: #fff9e9; }
.kv-variant-counter.full i[b-iuxlmqytlp] { background: var(--kv-sun); }

.kv-offer-list[b-iuxlmqytlp] {
    display: grid;
    gap: 0.75rem;
}

.kv-offer[b-iuxlmqytlp] {
    overflow: hidden;
    border: 1px solid var(--kv-line);
    border-radius: 15px;
    background: #fff;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.kv-offer.selected[b-iuxlmqytlp] {
    border-color: rgba(23, 110, 209, 0.52);
    box-shadow: 0 10px 24px rgba(23, 110, 209, 0.1);
    transform: translateY(-1px);
}

.kv-offer.disabled[b-iuxlmqytlp] { opacity: 0.56; background: #f4f6f8; }

.kv-offer-main[b-iuxlmqytlp] {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr) 96px;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
}

.kv-offer-index[b-iuxlmqytlp] {
    display: grid;
    place-items: center;
    min-height: 54px;
    padding: 0.35rem;
    border-radius: 12px;
    background: linear-gradient(145deg, #e9f6ff, #f8fcff);
    color: var(--kv-deep);
    font-size: 0.72rem;
    font-weight: 850;
    text-align: center;
}

.kv-offer-title[b-iuxlmqytlp] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.kv-offer-title h3[b-iuxlmqytlp] { margin: 0; font-size: 1.02rem; }
.kv-offer-title span[b-iuxlmqytlp] { padding: 0.18rem 0.48rem; border-radius: 999px; background: #fff2b9; color: #755c05; font-size: 0.66rem; font-weight: 800; }
.kv-offer-title .kv-usage-badge[b-iuxlmqytlp] { background: #eaf4fd; color: #315f8c; }
.kv-offer-copy p[b-iuxlmqytlp] { margin: 0.3rem 0; color: var(--kv-muted); font-size: 0.82rem; }
.kv-component-line[b-iuxlmqytlp] { color: #3e5979; font-size: 0.78rem; }

.kv-quantity span[b-iuxlmqytlp] { display: block; margin-bottom: 0.3rem; color: var(--kv-muted); font-size: 0.72rem; font-weight: 750; text-align: center; }
.kv-quantity input[b-iuxlmqytlp] { width: 100%; min-height: 42px; border: 1px solid rgba(23, 110, 209, 0.28); border-radius: 10px; color: var(--kv-ink); background: white; font-size: 1.06rem; font-weight: 800; text-align: center; }
.kv-quantity input:focus-visible[b-iuxlmqytlp], .kv-special-row input:focus-visible[b-iuxlmqytlp], .kv-special-row select:focus-visible[b-iuxlmqytlp] { outline: 3px solid rgba(23, 110, 209, 0.24); outline-offset: 2px; }

.kv-disabled-reason[b-iuxlmqytlp] {
    padding: 0.55rem 1rem;
    border-top: 1px solid var(--kv-line);
    background: #eef2f6;
    color: #566b82;
    font-size: 0.7rem;
    line-height: 1.4;
}

.kv-resolved-preview[b-iuxlmqytlp] {
    display: grid;
    grid-template-columns: auto auto minmax(220px, 1fr);
    gap: 0.45rem 0.75rem;
    align-items: center;
    padding: 0.62rem 1rem;
    border-top: 1px solid var(--kv-line);
    background: #f0f7fd;
    color: #46627f;
    font-size: 0.72rem;
}

.kv-resolved-preview strong[b-iuxlmqytlp] { color: var(--kv-deep); }
.kv-resolved-preview small[b-iuxlmqytlp] { text-align: right; }

.kv-option-groups[b-iuxlmqytlp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 0.7rem;
    padding: 0.8rem 1rem;
    border-top: 1px solid var(--kv-line);
    background: #f8fbfe;
}

.kv-option-field[b-iuxlmqytlp] {
    display: grid;
    align-content: start;
    gap: 0.55rem;
}

.kv-option-heading[b-iuxlmqytlp] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
}

.kv-option-heading span[b-iuxlmqytlp] {
    color: #49627f;
    font-size: 0.77rem;
    font-weight: 800;
}

.kv-option-heading small[b-iuxlmqytlp] {
    color: var(--kv-muted);
    font-size: 0.68rem;
    text-align: right;
}

.kv-option-buttons[b-iuxlmqytlp] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.kv-option-buttons button[b-iuxlmqytlp] {
    min-height: 34px;
    padding: 0.38rem 0.72rem;
    border: 1px solid rgba(23, 110, 209, 0.26);
    border-radius: 999px;
    background: white;
    color: #3f5876;
    font-size: 0.75rem;
    font-weight: 750;
    transition: color 140ms ease, background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.kv-option-buttons button:hover:not(:disabled)[b-iuxlmqytlp] {
    border-color: rgba(23, 110, 209, 0.58);
    color: var(--kv-deep);
}

.kv-option-buttons button.selected[b-iuxlmqytlp] {
    border-color: var(--kv-blue);
    background: var(--kv-blue);
    color: white;
    box-shadow: 0 5px 12px rgba(23, 110, 209, 0.2);
}

.kv-option-buttons button:disabled[b-iuxlmqytlp] {
    cursor: not-allowed;
    opacity: 0.42;
}

.kv-option-buttons button:focus-visible[b-iuxlmqytlp] {
    outline: 2px solid rgba(23, 110, 209, 0.42);
    outline-offset: 2px;
}

.kv-distribution-status[b-iuxlmqytlp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .55rem;
    padding: .5rem .7rem;
    border-radius: .7rem;
    background: rgba(25, 106, 190, .08);
    color: var(--kv-ink);
}

.kv-distribution-status.percentage[b-iuxlmqytlp] {
    margin-top: 0.1rem;
    border: 1px solid rgba(25, 106, 190, 0.12);
    background: linear-gradient(90deg, rgba(25, 106, 190, 0.08), rgba(25, 106, 190, 0.025));
}

.kv-distribution-status.percentage small[b-iuxlmqytlp] { color: var(--kv-muted); font-size: 0.68rem; }
.kv-distribution-status.percentage.invalid[b-iuxlmqytlp] { border-color: rgba(189, 59, 81, 0.42); background: #fff3f5; color: #963148; }
.kv-distribution-status.percentage.invalid small[b-iuxlmqytlp] { color: #963148; font-weight: 750; }
.kv-distribution-status.percentage.valid[b-iuxlmqytlp] { border-color: rgba(36, 155, 99, 0.28); background: #edf9f3; }
.kv-percent-input input[aria-invalid="true"][b-iuxlmqytlp] { border-color: rgba(189, 59, 81, 0.55); background: #fffafb; }

.kv-distribution-list[b-iuxlmqytlp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: .6rem;
}

.kv-distribution-list label[b-iuxlmqytlp] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: .15rem .55rem;
    align-items: center;
    padding: .65rem .75rem;
    border: 1px solid var(--kv-line);
    border-radius: .8rem;
    background: #fff;
}

.kv-distribution-list label > span[b-iuxlmqytlp] { font-weight: 700; }
.kv-distribution-list label > small[b-iuxlmqytlp] { grid-column: 1; color: var(--kv-muted); }
.kv-distribution-list input[b-iuxlmqytlp] { grid-column: 2; grid-row: 1 / 3; width: 5rem; min-height: 2.4rem; padding: .4rem; border: 1px solid var(--kv-line); border-radius: .55rem; text-align: center; }
.kv-distribution-list.percentage[b-iuxlmqytlp] { margin-bottom: 0.6rem; }
.kv-distribution-list.percentage label[b-iuxlmqytlp] { border-color: rgba(25, 106, 190, 0.16); background: #fbfdff; }
.kv-percent-input[b-iuxlmqytlp] { display: inline-flex; grid-column: 2; grid-row: 1 / 3; align-items: center; gap: 0.28rem; color: var(--kv-deep); }
.kv-percent-input input[b-iuxlmqytlp] { grid-column: auto; grid-row: auto; width: 4.6rem; }
.kv-percent-input em[b-iuxlmqytlp] { font-size: 0.75rem; font-style: normal; font-weight: 850; }
.kv-distribution-note[b-iuxlmqytlp] { padding: 0.75rem; border-radius: 10px; background: #edf5fc; color: #46627f; font-size: 0.72rem; line-height: 1.45; }

.kv-details[b-iuxlmqytlp] {
    border-top: 1px solid var(--kv-line);
    color: #48617f;
}

.kv-details summary[b-iuxlmqytlp] {
    padding: 0.7rem 1rem;
    cursor: pointer;
    font-size: 0.76rem;
    font-weight: 750;
}

.kv-details-grid[b-iuxlmqytlp] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: 0 1rem 1rem;
    font-size: 0.78rem;
}

.kv-details ul[b-iuxlmqytlp] { margin: 0.4rem 0 0; padding-left: 1rem; }
.kv-details li + li[b-iuxlmqytlp] { margin-top: 0.22rem; }
.kv-details small[b-iuxlmqytlp] { color: var(--kv-muted); }
.kv-declarations[b-iuxlmqytlp] { grid-column: 1 / -1; }

.kv-ingredient-section[b-iuxlmqytlp] { grid-column: 1 / -1; display: grid; gap: .65rem; }
.kv-ingredient-section > p[b-iuxlmqytlp], .kv-ingredient-card p[b-iuxlmqytlp] { margin: 0; color: var(--kv-muted); }
.kv-ingredient-list[b-iuxlmqytlp] { display: grid; gap: .65rem; }
.kv-ingredient-card[b-iuxlmqytlp] { display: grid; gap: .65rem; padding: .75rem; border: 1px solid var(--kv-line); border-radius: 10px; background: rgba(246,249,252,.72); }
.kv-ingredient-card.inactive[b-iuxlmqytlp] { border-color: rgba(189,59,81,.35); background: rgba(189,59,81,.05); }
.kv-ingredient-card header[b-iuxlmqytlp] { display: flex; align-items: baseline; flex-wrap: wrap; gap: .35rem .7rem; }
.kv-ingredient-card header > span[b-iuxlmqytlp] { color: var(--kv-ink); font-weight: 800; }
.kv-ingredient-card header em[b-iuxlmqytlp] { margin-left: auto; color: #a52f43; font-size: .68rem; font-style: normal; font-weight: 800; }
.kv-mark-groups[b-iuxlmqytlp] { display: grid; gap: .35rem; }
.kv-mark-groups div[b-iuxlmqytlp] { display: flex; flex-wrap: wrap; gap: .25rem .55rem; }
.kv-mark-groups small[b-iuxlmqytlp] { min-width: 5.8rem; font-weight: 800; }
.kv-mark-groups span[b-iuxlmqytlp] { color: #294764; }
.kv-nutrition[b-iuxlmqytlp] { display: grid; grid-template-columns: repeat(auto-fit,minmax(105px,1fr)); gap: .45rem; }
.kv-nutrition div[b-iuxlmqytlp] { display: grid; gap: .1rem; padding: .45rem .55rem; border-radius: 8px; background: #fff; }
.kv-nutrition strong[b-iuxlmqytlp] { color: var(--kv-ink); font-size: .75rem; }

.kv-tags[b-iuxlmqytlp] { display: flex; gap: 0.35rem; flex-wrap: wrap; margin-top: 0.45rem; }
.kv-tags span[b-iuxlmqytlp] { padding: 0.22rem 0.48rem; border-radius: 999px; background: #edf4fb; border: 1px solid rgba(23, 110, 209, 0.12); font-size: 0.68rem; font-weight: 750; }

.kv-allergy-note[b-iuxlmqytlp] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.65rem;
    margin-bottom: 0.9rem;
    padding: 0.8rem 0.9rem;
    border-left: 4px solid var(--kv-sun);
    border-radius: 5px 12px 12px 5px;
    background: #fff9df;
    color: #625828;
    font-size: 0.78rem;
}

.kv-special-empty[b-iuxlmqytlp] { padding: 1.2rem; border: 1px dashed rgba(23, 110, 209, 0.28); border-radius: 13px; color: var(--kv-muted); text-align: center; font-size: 0.84rem; }
.kv-special-list[b-iuxlmqytlp] { display: grid; gap: 0.9rem; }

.kv-special-row[b-iuxlmqytlp] {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 1rem;
    padding: 1rem 1rem 1rem 1.15rem;
    border: 1px solid var(--kv-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(21, 64, 119, 0.055);
}

.kv-special-row[b-iuxlmqytlp]::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: #a9b8c9;
}

.kv-special-row.verified[b-iuxlmqytlp] { border-color: rgba(36, 155, 99, 0.3); }
.kv-special-row.verified[b-iuxlmqytlp]::before { background: #249b63; }
.kv-special-row.planned[b-iuxlmqytlp] { border-color: rgba(221, 169, 0, 0.38); }
.kv-special-row.planned[b-iuxlmqytlp]::before { background: #d49a16; }
.kv-special-row.expired[b-iuxlmqytlp] { border-color: rgba(189, 59, 81, 0.32); }
.kv-special-row.expired[b-iuxlmqytlp]::before { background: #bd3b51; }

.kv-special-card-head[b-iuxlmqytlp] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(190px, auto) auto;
    align-items: center;
    gap: 0.75rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgba(29, 92, 169, 0.11);
}

.kv-special-number[b-iuxlmqytlp] {
    display: grid;
    place-items: center;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 10px;
    color: var(--kv-deep);
    background: #edf5fd;
    font-size: 0.75rem;
    font-weight: 850;
}

.kv-special-card-title[b-iuxlmqytlp] { display: grid; min-width: 0; gap: 0.12rem; }
.kv-special-card-title strong[b-iuxlmqytlp] { color: var(--kv-ink); font-size: 0.86rem; }
.kv-special-card-title small[b-iuxlmqytlp] { color: var(--kv-muted); font-size: 0.7rem; line-height: 1.35; }
.kv-special-status[b-iuxlmqytlp] { display: flex; justify-content: flex-end; min-width: 0; }

.kv-status-badge[b-iuxlmqytlp] {
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    max-width: 310px;
    padding: 0.45rem 0.65rem 0.45rem 0.48rem;
    border: 1px solid rgba(121, 144, 168, 0.22);
    border-radius: 11px;
    color: #53677c;
    background: #f5f8fb;
    font-size: 0.7rem;
    font-weight: 780;
    line-height: 1.3;
}

.kv-status-badge > i[b-iuxlmqytlp],
.kv-message-icon[b-iuxlmqytlp] {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 50%;
    font-size: 0.69rem;
    font-style: normal;
    font-weight: 900;
}

.kv-status-badge > span[b-iuxlmqytlp] { min-width: 0; }
.kv-status-badge small[b-iuxlmqytlp] { display: block; margin-top: 0.08rem; opacity: 0.8; font-size: 0.64rem; font-weight: 750; }
.kv-status-badge.verified[b-iuxlmqytlp] { border-color: rgba(36, 155, 99, 0.2); color: #197547; background: #edf9f3; }
.kv-status-badge.verified > i[b-iuxlmqytlp] { color: #fff; background: #249b63; }
.kv-status-badge.planned[b-iuxlmqytlp] { border-color: rgba(212, 154, 22, 0.25); color: #76580d; background: #fff8df; }
.kv-status-badge.planned > i[b-iuxlmqytlp] { color: #fff; background: #d49a16; }
.kv-status-badge.expired[b-iuxlmqytlp],
.kv-status-badge.failed[b-iuxlmqytlp] { border-color: rgba(189, 59, 81, 0.2); color: #913147; background: #fff1f3; }
.kv-status-badge.expired > i[b-iuxlmqytlp],
.kv-status-badge.failed > i[b-iuxlmqytlp] { color: #fff; background: #bd3b51; }
.kv-status-badge.pending > i[b-iuxlmqytlp] { color: #fff; background: #7990a8; }

.kv-special-fields[b-iuxlmqytlp] {
    display: grid;
    grid-template-columns: minmax(230px, 1.45fr) minmax(170px, 1fr) minmax(155px, 0.9fr) minmax(118px, auto);
    align-items: end;
    gap: 0.7rem;
}

.kv-special-fields > label[b-iuxlmqytlp] { min-width: 0; }
.kv-special-lookup[b-iuxlmqytlp] { min-width: 0; }
.kv-special-actions[b-iuxlmqytlp] { display: grid; grid-column: -2 / -1; align-content: end; gap: 0.35rem; }
.kv-special-actions > span[b-iuxlmqytlp] { color: #49627f; font-size: 0.77rem; font-weight: 750; }
.kv-special-actions .btn[b-iuxlmqytlp] { min-height: 38px; white-space: nowrap; }

.kv-special-result[b-iuxlmqytlp] {
    display: grid;
    grid-template-columns: minmax(150px, 0.55fr) minmax(300px, 1.45fr) auto;
    align-items: center;
    gap: 0.8rem;
    padding: 0.9rem;
    border: 1px solid rgba(36, 155, 99, 0.18);
    border-radius: 13px;
    background: linear-gradient(100deg, #f4fbf7, #fbfefd 70%);
}

.kv-special-result-customer[b-iuxlmqytlp],
.kv-special-result-meal[b-iuxlmqytlp] { display: grid; min-width: 0; gap: 0.18rem; }
.kv-special-result span[b-iuxlmqytlp] { color: #557086; font-size: 0.68rem; font-weight: 760; }
.kv-special-result-customer strong[b-iuxlmqytlp] { color: #197547; font-size: 1rem; letter-spacing: 0.02em; }
.kv-special-result-meal strong[b-iuxlmqytlp] { color: var(--kv-ink); font-size: 0.88rem; line-height: 1.42; }
.kv-special-result-meal small[b-iuxlmqytlp] { color: var(--kv-muted); font-size: 0.68rem; }
.kv-special-result .btn[b-iuxlmqytlp] { white-space: nowrap; }

.kv-remove[b-iuxlmqytlp] {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    color: #8d4050;
    background: #f8ecef;
    font-size: 1.1rem;
    transition: background-color 140ms ease, transform 140ms ease;
}

.kv-remove:hover[b-iuxlmqytlp] { background: #f1dce1; transform: translateY(-1px); }
.kv-remove:focus-visible[b-iuxlmqytlp] { outline: 3px solid rgba(189, 59, 81, 0.2); outline-offset: 2px; }

.kv-special-messages[b-iuxlmqytlp] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.65rem; }
.kv-special-message[b-iuxlmqytlp] { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: 0.62rem; padding: 0.72rem 0.8rem; border: 1px solid transparent; border-radius: 12px; font-size: 0.71rem; line-height: 1.45; }
.kv-special-message:only-child[b-iuxlmqytlp] { grid-column: 1 / -1; }
.kv-special-message strong[b-iuxlmqytlp] { display: block; margin-bottom: 0.16rem; font-size: 0.72rem; }
.kv-special-message p[b-iuxlmqytlp] { margin: 0; }
.kv-compatibility.warning[b-iuxlmqytlp] { border-color: rgba(212, 154, 22, 0.2); background: #fff8df; color: #695a22; }
.kv-compatibility.warning .kv-message-icon[b-iuxlmqytlp] { color: #fff; background: #d49a16; }
.kv-compatibility.neutral[b-iuxlmqytlp] { border-color: rgba(43, 154, 103, 0.18); background: #edf9f3; color: #276646; }
.kv-compatibility.neutral .kv-message-icon[b-iuxlmqytlp] { color: #fff; background: #2b9a67; }
.kv-compatibility.unknown[b-iuxlmqytlp] { border-color: rgba(121, 144, 168, 0.18); background: #f1f5f8; color: #53677c; }
.kv-compatibility.unknown .kv-message-icon[b-iuxlmqytlp] { color: #fff; background: #7990a8; }
.kv-special-production-note[b-iuxlmqytlp] { border-color: rgba(212, 154, 22, 0.2); background: #fff8df; color: #695a22; }
.kv-special-production-note .kv-message-icon[b-iuxlmqytlp] { color: #fff; background: #d49a16; }
.kv-notes[b-iuxlmqytlp] { resize: vertical; }

.kv-review-list[b-iuxlmqytlp] {
    display: grid;
    border: 1px solid var(--kv-line);
    border-radius: 14px;
    background: #fbfdff;
}

.kv-review-list > div[b-iuxlmqytlp] {
    display: grid;
    grid-template-columns: minmax(150px, 0.7fr) minmax(0, 1.3fr);
    gap: 1rem;
    padding: 0.78rem 0.9rem;
}

.kv-review-list > div + div[b-iuxlmqytlp] {
    border-top: 1px solid var(--kv-line);
}

.kv-review-list span[b-iuxlmqytlp] {
    color: var(--kv-muted);
    font-size: 0.76rem;
}

.kv-review-list strong[b-iuxlmqytlp] {
    overflow-wrap: anywhere;
    font-size: 0.8rem;
    text-align: right;
}

.kv-review-notes[b-iuxlmqytlp] {
    display: grid;
    gap: 0.4rem;
    margin-top: 1rem;
}

.kv-review-notes > span[b-iuxlmqytlp] {
    color: #49627f;
    font-size: 0.77rem;
    font-weight: 750;
}

.kv-summary[b-iuxlmqytlp] {
    position: sticky;
    top: calc(var(--app-top-row-height, 3.5rem) + var(--app-sticky-clearance, 1rem));
    display: grid;
    align-self: start;
    min-width: 0;
    overflow: hidden;
    padding: 1.05rem;
}

.kv-summary-head[b-iuxlmqytlp] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid var(--kv-line);
}

.kv-summary-head span[b-iuxlmqytlp] { color: var(--kv-muted); font-size: 0.77rem; font-weight: 750; }
.kv-summary-head strong[b-iuxlmqytlp] { grid-row: span 2; color: var(--kv-blue); font-size: 2.5rem; line-height: 1; }
.kv-summary-head small[b-iuxlmqytlp] { color: var(--kv-muted); font-size: 0.69rem; }

.kv-capacity[b-iuxlmqytlp] { padding: 0.9rem 0; border-bottom: 1px solid var(--kv-line); }
.kv-capacity > div:first-child[b-iuxlmqytlp] { display: flex; justify-content: space-between; font-size: 0.77rem; }
.kv-capacity-track[b-iuxlmqytlp] { overflow: hidden; height: 7px; margin: 0.55rem 0 0.4rem; border-radius: 99px; background: #e9eef4; }
.kv-capacity-track span[b-iuxlmqytlp] { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #3bb37b, var(--kv-blue)); transition: width 180ms ease; }
.kv-capacity-track span.over[b-iuxlmqytlp] { background: #bd3b51; }
.kv-capacity small[b-iuxlmqytlp] { color: var(--kv-muted); font-size: 0.7rem; }
.kv-capacity small.danger[b-iuxlmqytlp] { color: #a52f43; font-weight: 750; }

.kv-summary-lines[b-iuxlmqytlp] { display: grid; gap: 0.5rem; padding: 0.9rem 0; border-bottom: 1px solid var(--kv-line); }
.kv-summary-lines > div[b-iuxlmqytlp] { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0.5rem; color: #425c7a; font-size: 0.76rem; }
.kv-summary-lines > div span[b-iuxlmqytlp] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.kv-summary-lines > div.special[b-iuxlmqytlp] { color: #7a5d06; }
.kv-summary-lines > div.special.active[b-iuxlmqytlp] { color: #176b44; }
.kv-summary-lines > div.special.pending[b-iuxlmqytlp] { color: #963148; }
.kv-summary-lines p[b-iuxlmqytlp] { margin: 0; color: var(--kv-muted); font-size: 0.76rem; }

.kv-summary-meta[b-iuxlmqytlp] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.9rem; padding: 0.95rem 0; border-bottom: 1px solid var(--kv-line); }
.kv-summary-meta div[b-iuxlmqytlp] { display: grid; min-width: 0; gap: 0.22rem; }
.kv-summary-meta span[b-iuxlmqytlp] { color: var(--kv-muted); font-size: 0.68rem; }
.kv-summary-meta strong[b-iuxlmqytlp] { display: block; min-width: 0; overflow-wrap: anywhere; font-size: 0.82rem; line-height: 1.3; }
.kv-summary-actions[b-iuxlmqytlp] { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0.5rem; min-width: 0; padding-top: 0.9rem; }
.kv-review-button[b-iuxlmqytlp], .kv-submit-preview[b-iuxlmqytlp] { display: flex; align-items: center; justify-content: center; width: 100%; min-width: 0; min-height: 42px; margin: 0; padding-inline: 0.8rem; white-space: normal; }
.kv-submit-preview:disabled[b-iuxlmqytlp] { opacity: 0.5; }
.kv-preview-note[b-iuxlmqytlp] { display: block; width: 100%; margin: 0; color: var(--kv-muted); font-size: 0.68rem; line-height: 1.45; text-align: center; overflow-wrap: anywhere; }
.kv-preview-note.success[b-iuxlmqytlp] { padding: 0.55rem; border-radius: 9px; color: #176b44; background: #e7f8ef; font-weight: 750; }
.kv-check-result[b-iuxlmqytlp] { margin: 0.2rem 0 0.6rem; padding: 0.7rem; border-radius: 10px; background: #fff0f2; color: #943044; font-size: 0.74rem; line-height: 1.4; }
.kv-check-result.success[b-iuxlmqytlp] { background: #eaf9f1; color: #196f45; }

.kv-loading-shell[b-iuxlmqytlp],
.kv-empty[b-iuxlmqytlp] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    min-height: 240px;
    padding: 2rem;
    text-align: center;
}

.kv-loading-shell div:last-child[b-iuxlmqytlp] { display: grid; text-align: left; }
.kv-loading-shell span[b-iuxlmqytlp], .kv-empty p[b-iuxlmqytlp] { color: var(--kv-muted); }
.kv-empty[b-iuxlmqytlp] { flex-direction: column; }
.kv-empty h1[b-iuxlmqytlp] { margin: 0; font-size: 1.45rem; }
.kv-empty p[b-iuxlmqytlp] { max-width: 620px; margin: 0; }
.kv-empty-icon[b-iuxlmqytlp] { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #fff0f2; color: #a52f43; font-size: 1.4rem; font-weight: 850; }

.kv-spinner[b-iuxlmqytlp] { width: 32px; height: 32px; border: 3px solid rgba(23, 110, 209, 0.16); border-top-color: var(--kv-blue); border-radius: 50%; animation: kv-spin-b-iuxlmqytlp 0.8s linear infinite; }
.kv-spinner.small[b-iuxlmqytlp] { width: 18px; height: 18px; border-width: 2px; }
@keyframes kv-spin-b-iuxlmqytlp { to { transform: rotate(360deg); } }

@media (max-width: 1120px) {
    .kv-workspace[b-iuxlmqytlp] { grid-template-columns: 1fr; }
    .kv-summary[b-iuxlmqytlp] { position: static; }
    .kv-field-grid[b-iuxlmqytlp] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
    .kv-page[b-iuxlmqytlp] { margin-top: 0.7rem; }
    .kv-hero[b-iuxlmqytlp] { grid-template-columns: 1fr; background: linear-gradient(155deg, rgba(255,255,255,.98), rgba(226,244,255,.94)); }
    .kv-hero-tools[b-iuxlmqytlp] { align-items: stretch; }
    .kv-language[b-iuxlmqytlp] { align-self: flex-start; }
    .kv-profile-mark[b-iuxlmqytlp] { width: 100%; }
    .kv-date-strip[b-iuxlmqytlp] { grid-template-columns: 1fr; }
    .kv-date-meta[b-iuxlmqytlp] { justify-content: flex-start; }
    .kv-orders-head[b-iuxlmqytlp] { align-items: stretch; flex-direction: column; }
    .kv-orders-head .btn[b-iuxlmqytlp] { width: 100%; }
    .kv-section-head-action[b-iuxlmqytlp] { flex-direction: column; }
    .kv-section-head[b-iuxlmqytlp] { align-items: stretch; flex-direction: column; }
    .kv-variant-counter[b-iuxlmqytlp] { min-width: 0; }
    .kv-offer-main[b-iuxlmqytlp] { grid-template-columns: 62px minmax(0, 1fr) 76px; gap: 0.65rem; padding: 0.8rem; }
    .kv-special-fields[b-iuxlmqytlp] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .kv-special-card-head[b-iuxlmqytlp] { grid-template-columns: auto minmax(0, 1fr) auto; }
    .kv-special-card-head > .kv-remove[b-iuxlmqytlp] { grid-column: 3; grid-row: 1; }
    .kv-special-status[b-iuxlmqytlp] { grid-column: 2 / 4; grid-row: 2; justify-content: flex-start; }
    .kv-status-badge[b-iuxlmqytlp] { max-width: none; }
    .kv-special-actions .btn[b-iuxlmqytlp] { width: 100%; }
    .kv-special-result[b-iuxlmqytlp] { grid-template-columns: minmax(140px, 0.6fr) minmax(0, 1.4fr); }
    .kv-special-result .btn[b-iuxlmqytlp] { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 540px) {
    .kv-shell[b-iuxlmqytlp] { border-radius: 15px; }
    .kv-hero h1[b-iuxlmqytlp] { font-size: 2rem; }
    .kv-field-grid[b-iuxlmqytlp] { grid-template-columns: 1fr; }
    .kv-order-list[b-iuxlmqytlp] { grid-template-columns: 1fr; }
    .kv-order-item[b-iuxlmqytlp] { grid-template-columns: 1fr; }
    .kv-order-item > div:last-child[b-iuxlmqytlp] { justify-items: start; text-align: left; }
    .kv-span-2[b-iuxlmqytlp] { grid-column: auto; }
    .kv-offer-main[b-iuxlmqytlp] { grid-template-columns: 1fr 72px; }
    .kv-offer-index[b-iuxlmqytlp] { grid-column: 1 / -1; min-height: auto; justify-self: start; padding: 0.35rem 0.55rem; }
    .kv-details-grid[b-iuxlmqytlp] { grid-template-columns: 1fr; }
    .kv-declarations[b-iuxlmqytlp] { grid-column: auto; }
    .kv-mark-groups div[b-iuxlmqytlp] { display: grid; }
    .kv-special-row[b-iuxlmqytlp] { padding: 0.9rem 0.85rem 0.9rem 1rem; }
    .kv-special-card-head[b-iuxlmqytlp] { grid-template-columns: auto minmax(0, 1fr) auto; align-items: start; }
    .kv-special-status[b-iuxlmqytlp] { grid-column: 1 / -1; grid-row: 2; }
    .kv-special-fields[b-iuxlmqytlp] { grid-template-columns: 1fr; }
    .kv-special-actions[b-iuxlmqytlp] { grid-column: auto; }
    .kv-special-messages[b-iuxlmqytlp] { grid-template-columns: 1fr; }
    .kv-special-result[b-iuxlmqytlp] { grid-template-columns: 1fr; }
    .kv-special-result .btn[b-iuxlmqytlp] { grid-column: auto; width: 100%; }
    .kv-resolved-preview[b-iuxlmqytlp] { grid-template-columns: 1fr; }
    .kv-resolved-preview small[b-iuxlmqytlp] { text-align: left; }
    .kv-allergy-note[b-iuxlmqytlp] { grid-template-columns: 1fr; }
    .kv-step-tabs[b-iuxlmqytlp] { gap: 0.15rem; padding: 0.25rem; }
    .kv-step-tabs button[b-iuxlmqytlp] { padding: 0.62rem 0.35rem 0.52rem; text-align: center; }
    .kv-step-tabs small[b-iuxlmqytlp] { display: none; }
    .kv-step-tabs strong[b-iuxlmqytlp] { font-size: 0.69rem; white-space: normal; }
    .kv-option-heading[b-iuxlmqytlp] { align-items: flex-start; flex-direction: column; gap: 0.15rem; }
    .kv-option-heading small[b-iuxlmqytlp] { text-align: left; }
    .kv-review-list > div[b-iuxlmqytlp] { grid-template-columns: 1fr; gap: 0.2rem; }
    .kv-review-list strong[b-iuxlmqytlp] { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
    .kv-offer[b-iuxlmqytlp], .kv-capacity-track span[b-iuxlmqytlp], .kv-step-tabs button[b-iuxlmqytlp], .kv-option-buttons button[b-iuxlmqytlp] { transition: none; }
    .kv-spinner[b-iuxlmqytlp] { animation-duration: 1.6s; }
}
