@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-1kaxi06hqa] {
    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-1kaxi06hqa] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-cbhc4vw2i7],
.components-reconnect-repeated-attempt-visible[b-cbhc4vw2i7],
.components-reconnect-failed-visible[b-cbhc4vw2i7],
.components-pause-visible[b-cbhc4vw2i7],
.components-resume-failed-visible[b-cbhc4vw2i7],
.components-rejoining-animation[b-cbhc4vw2i7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-cbhc4vw2i7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-cbhc4vw2i7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-cbhc4vw2i7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-cbhc4vw2i7],
#components-reconnect-modal.components-reconnect-retrying[b-cbhc4vw2i7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-cbhc4vw2i7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-cbhc4vw2i7],
#components-reconnect-modal.components-reconnect-failed[b-cbhc4vw2i7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-cbhc4vw2i7] {
    display: block;
}


#components-reconnect-modal[b-cbhc4vw2i7] {
    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-cbhc4vw2i7 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-cbhc4vw2i7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-cbhc4vw2i7 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-cbhc4vw2i7]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-cbhc4vw2i7 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-cbhc4vw2i7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-cbhc4vw2i7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-cbhc4vw2i7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-cbhc4vw2i7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-cbhc4vw2i7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-cbhc4vw2i7] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-cbhc4vw2i7] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-cbhc4vw2i7] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-cbhc4vw2i7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-cbhc4vw2i7] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-cbhc4vw2i7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-cbhc4vw2i7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-cbhc4vw2i7 {
    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/Customer/Menu.razor.rz.scp.css */
.filter-group[b-ygth8giv27] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.filter-scroll-wrap[b-ygth8giv27] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
}

.filter-label[b-ygth8giv27] {
    min-width: 3rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--app-text-muted);
}

.filter-scroll[b-ygth8giv27] {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    cursor: grab;
    user-select: none;
}

.scroll-arrow[b-ygth8giv27] {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid var(--app-border);
    background: var(--app-surface);
    color: var(--app-text-muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.15s ease;
}

.scroll-arrow:hover[b-ygth8giv27] {
    background: var(--app-surface-hover);
    color: var(--app-text);
}

.filter-scroll-wrap:not(.is-scrollable) .scroll-arrow[b-ygth8giv27] {
    opacity: 0;
    pointer-events: none;
}

.filter-scroll-wrap:not(.can-scroll-left) .scroll-arrow.left[b-ygth8giv27],
.filter-scroll-wrap:not(.can-scroll-right) .scroll-arrow.right[b-ygth8giv27] {
    opacity: 0.4;
    pointer-events: none;
}

.filter-scroll.dragging[b-ygth8giv27] {
    cursor: grabbing;
}

.filter-scroll[b-ygth8giv27]::-webkit-scrollbar {
    display: none;
}

.filter-chip[b-ygth8giv27] {
    flex-shrink: 0;
    height: 28px;
    padding: 0 0.875rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 500;
    background: var(--app-surface);
    border: 1px solid var(--app-border);
    border-radius: 999px;
    color: var(--app-text-muted);
    cursor: pointer;
    transition: all 0.15s ease;
}

.filter-chip:hover[b-ygth8giv27] {
    background: var(--app-surface-hover);
}

.filter-group.base .filter-chip.active[b-ygth8giv27] {
    background: var(--app-primary);
    border-color: var(--app-primary);
    color: #fff;
}

.filter-group.style .filter-chip.active[b-ygth8giv27] {
    background: var(--app-success);
    border-color: var(--app-success);
    color: #fff;
}

.menu-list[b-ygth8giv27] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.menu-category[b-ygth8giv27] {
    margin-bottom: 1.25rem;
}

.menu-category:first-child .menu-category-header[b-ygth8giv27] {
    margin-top: 0;
}

.menu-category-header[b-ygth8giv27] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1.25rem 0 0.75rem;
}

.menu-category-title[b-ygth8giv27] {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--app-text);
    white-space: nowrap;
}

.menu-category-line[b-ygth8giv27] {
    flex: 1;
    height: 1px;
    background: var(--app-border);
}

.empty-state[b-ygth8giv27] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    color: var(--app-text-muted);
}

.empty-state p[b-ygth8giv27] {
    margin-top: 0.75rem;
    margin-bottom: 0;
}
/* /Components/Pages/Customer/Order.razor.rz.scp.css */
/* Order ������ - Bootstrap ��� �ּ� ��Ÿ�� */
/* ��κ� Bootstrap Ŭ���� ������� Ŀ���� CSS �ּ�ȭ */
/* /Components/Pages/Customer/Status.razor.rz.scp.css */
.empty-state[b-eush4i9wu9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 1rem;
    color: var(--app-text-muted);
    text-align: center;
}

.empty-state p[b-eush4i9wu9] {
    margin: 0.75rem 0 0;
}

/* ��ǥ ��Ÿ�� ī�� */
.receipt-card[b-eush4i9wu9] {
    background: var(--app-surface);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1rem;
}

/* ���� ��� */
.receipt-status[b-eush4i9wu9] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
}

.receipt-status.pending[b-eush4i9wu9] {
    background: linear-gradient(135deg, rgba(210, 153, 34, 0.2), rgba(210, 153, 34, 0.1));
}

.receipt-status.accepted[b-eush4i9wu9] {
    background: linear-gradient(135deg, rgba(88, 166, 255, 0.2), rgba(88, 166, 255, 0.1));
}

.receipt-status.preparing[b-eush4i9wu9] {
    background: linear-gradient(135deg, rgba(63, 185, 80, 0.2), rgba(63, 185, 80, 0.1));
}

.receipt-status.completed[b-eush4i9wu9] {
    background: linear-gradient(135deg, rgba(63, 185, 80, 0.3), rgba(63, 185, 80, 0.15));
}

.receipt-status.cancelled[b-eush4i9wu9] {
    background: linear-gradient(135deg, rgba(248, 81, 73, 0.2), rgba(248, 81, 73, 0.1));
}

.status-icon[b-eush4i9wu9] {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--app-bg);
    border-radius: 50%;
}

.receipt-status.pending .status-icon[b-eush4i9wu9] { color: var(--app-warning); }
.receipt-status.accepted .status-icon[b-eush4i9wu9] { color: var(--app-primary); }
.receipt-status.preparing .status-icon[b-eush4i9wu9] { color: var(--app-success); }
.receipt-status.completed .status-icon[b-eush4i9wu9] { color: var(--app-success); }
.receipt-status.cancelled .status-icon[b-eush4i9wu9] { color: var(--app-danger); }

.status-text[b-eush4i9wu9] {
    display: flex;
    flex-direction: column;
}

.status-label[b-eush4i9wu9] {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--app-text);
}

.status-desc[b-eush4i9wu9] {
    font-size: 0.8rem;
    color: var(--app-text-muted);
    margin-top: 0.125rem;
}

/* ���� ���� �� */
.progress-bar-container[b-eush4i9wu9] {
    padding: 1.5rem 1.5rem 1.75rem;
    border-bottom: 1px solid var(--app-border);
}

.progress-steps[b-eush4i9wu9] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: start;
    position: relative;
    margin: 0;
    --progress-dot-size: 12px;
    --progress-line-height: 2px;
    --progress-ratio: 0;
}

.progress-steps[b-eush4i9wu9]::before {
    content: '';
    position: absolute;
    top: calc(var(--progress-dot-size) / 2 - var(--progress-line-height) / 2);
    left: calc(100% / 8);
    right: calc(100% / 8);
    height: var(--progress-line-height);
    background: var(--app-border);
    z-index: 0;
}

.progress-steps[b-eush4i9wu9]::after {
    content: '';
    position: absolute;
    top: calc(var(--progress-dot-size) / 2 - var(--progress-line-height) / 2);
    left: calc(100% / 8);
    height: var(--progress-line-height);
    width: calc((100% - (100% / 4)) * var(--progress-ratio));
    background: var(--app-primary);
    z-index: 0;
    transition: width 0.5s ease;
}

.progress-step[b-eush4i9wu9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    position: relative;
    z-index: 1;
}

.step-dot[b-eush4i9wu9] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--app-border);
    border: 2px solid var(--app-border);
    transition: all 0.3s ease;
}

.progress-step.active .step-dot[b-eush4i9wu9] {
    background: var(--app-primary);
    border-color: var(--app-primary);
    box-shadow: 0 0 0 4px rgba(88, 166, 255, 0.2);
}

.progress-step span[b-eush4i9wu9] {
    font-size: 0.7rem;
    color: var(--app-text-muted);
    white-space: nowrap;
    font-weight: 500;
}

.progress-step.active span[b-eush4i9wu9] {
    color: var(--app-primary);
    font-weight: 600;
}


/* �ֹ� ���� */
.receipt-body[b-eush4i9wu9] {
    padding: 1.25rem;
    border-bottom: 1px dashed var(--app-border);
}

.order-item[b-eush4i9wu9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-name[b-eush4i9wu9] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--app-text);
}

.item-price[b-eush4i9wu9] {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--app-primary);
}

.order-request[b-eush4i9wu9] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 0.75rem;
    padding: 0.625rem 0.75rem;
    background: var(--app-bg);
    border-radius: 8px;
    font-size: 0.8rem;
    color: var(--app-text-muted);
}

/* �ֹ� ���� */
.receipt-footer[b-eush4i9wu9] {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    background: var(--app-bg);
}

.receipt-info[b-eush4i9wu9] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-label[b-eush4i9wu9] {
    font-size: 0.65rem;
    color: var(--app-text-muted);
    margin-bottom: 0.125rem;
}

.info-value[b-eush4i9wu9] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--app-text);
}

/* ��� ���� */
.queue-info[b-eush4i9wu9] {
    padding: 0.75rem 1.25rem;
    background: rgba(210, 153, 34, 0.1);
    text-align: center;
    font-size: 0.8rem;
    color: var(--app-warning);
}

.queue-info strong[b-eush4i9wu9] {
    font-weight: 700;
}

/* �� �ֹ� ��ư */
.new-order-button[b-eush4i9wu9] {
    display: block;
    width: 100%;
    padding: 1rem;
    background: var(--app-primary);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease;
}

.new-order-button:hover[b-eush4i9wu9] {
    background: #4a94e8;
    color: #fff;
}
/* /Components/Shared/MenuCard.razor.rz.scp.css */
/* MenuCard - Bootstrap ��� �ּ� ��Ÿ�� */
.min-width-0[b-9h8abff8ec] {
    min-width: 0;
}

.card:hover[b-9h8abff8ec] {
    background-color: var(--bs-tertiary-bg);
}

.menu-card-details[b-9h8abff8ec] {
    max-height: 0;
    opacity: 0;
    transform: translateY(-4px);
    overflow: hidden;
    transition: max-height 0.25s ease, opacity 0.2s ease, transform 0.2s ease;
    margin-top: 0;
}

.menu-card-details.expanded[b-9h8abff8ec] {
    max-height: 240px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 0.5rem;
}

.menu-card-meta[b-9h8abff8ec] {
    display: flex;
    gap: 0.75rem;
    font-size: 0.75rem;
    color: var(--app-text-muted);
    margin-top: 0.5rem;
    flex-wrap: wrap;
}

.menu-card-meta span[b-9h8abff8ec] {
    position: relative;
    padding-right: 0.75rem;
}

.menu-card-meta span:not(:last-child)[b-9h8abff8ec]::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: var(--bs-border-color);
}

.menu-card-recipe[b-9h8abff8ec] {
    margin-top: 0.5rem;
    font-size: 0.8rem;
    color: var(--app-text);
    white-space: pre-line;
}

.menu-card-toggle[b-9h8abff8ec] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    color: var(--app-text-muted);
    margin-top: 0.5rem;
}

.menu-card-toggle-icon[b-9h8abff8ec] {
    transition: transform 0.2s ease;
}

.menu-card-toggle-icon.expanded[b-9h8abff8ec] {
    transform: rotate(180deg);
}
