/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-n1rgswukrf] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f0f2f5;
}

main[b-n1rgswukrf] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

main[b-n1rgswukrf]  .content {
    flex: 1;
    padding: 0;
    max-width: 100%;
}

#blazor-error-ui[b-n1rgswukrf] {
    color-scheme: light only;
    background: #fff3cd;
    border-top: 2px solid #ffc107;
    bottom: 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-size: 0.9rem;
    color: #664d03;
}

    #blazor-error-ui .dismiss[b-n1rgswukrf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-44houmv4cy],
.components-reconnect-repeated-attempt-visible[b-44houmv4cy],
.components-reconnect-failed-visible[b-44houmv4cy],
.components-pause-visible[b-44houmv4cy],
.components-resume-failed-visible[b-44houmv4cy],
.components-rejoining-animation[b-44houmv4cy] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-44houmv4cy],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-44houmv4cy],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-44houmv4cy],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-44houmv4cy],
#components-reconnect-modal.components-reconnect-retrying[b-44houmv4cy],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-44houmv4cy],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-44houmv4cy],
#components-reconnect-modal.components-reconnect-failed[b-44houmv4cy],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-44houmv4cy] {
    display: block;
}


#components-reconnect-modal[b-44houmv4cy] {
    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-44houmv4cy 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-44houmv4cy 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-44houmv4cy 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-44houmv4cy]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-44houmv4cy 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-44houmv4cy {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-44houmv4cy {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-44houmv4cy {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-44houmv4cy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-44houmv4cy] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-44houmv4cy] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-44houmv4cy] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-44houmv4cy] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-44houmv4cy] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-44houmv4cy] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-44houmv4cy 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-44houmv4cy] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-44houmv4cy {
    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/Home.razor.rz.scp.css */
.header[b-yxm90m708a] {
    background-color: #24428a;
    padding: 16px 12px;
}

.header-content[b-yxm90m708a] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.language-switcher[b-yxm90m708a] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 6px;
    position: absolute;
    right: 16px;
}

.language-switcher a[b-yxm90m708a] {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s;
}

.language-switcher a:hover[b-yxm90m708a] {
    color: white;
    background-color: rgba(255, 255, 255, 0.15);
}

.language-switcher span[b-yxm90m708a] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.header[b-yxm90m708a] {
    position: relative;
}

.logo[b-yxm90m708a] {
    height: 64px;
    object-fit: contain;
}

.header h1[b-yxm90m708a] {
    color: white;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

.main-content[b-yxm90m708a] {
    padding: 32px 16px;
    max-width: 1400px;
    margin: 0 auto;
}

.search-section[b-yxm90m708a] {
    background-color: #24428a;
    border: 1px solid #3d5c9e;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 32px;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .search-section[b-yxm90m708a] {
        max-width: 100%;
    }
}

.search-section h2[b-yxm90m708a] {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.search-box[b-yxm90m708a] {
    display: flex;
    align-items: stretch;
    gap: 8px;
}

.search-box input[b-yxm90m708a] {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.search-box input:disabled[b-yxm90m708a] {
    background-color: #f5f5f5;
}

.search-box button[b-yxm90m708a] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background-color: #4a69bd;
    color: white;
    border: 1px solid #4a69bd;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    box-sizing: border-box;
    transition: background-color 0.2s;
}

.search-box button:hover:not(:disabled)[b-yxm90m708a] {
    background-color: #3d5c9e;
}

.search-box button:disabled[b-yxm90m708a] {
    background-color: #7a8dc7;
    cursor: not-allowed;
}

.loading[b-yxm90m708a] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.spinner[b-yxm90m708a] {
    width: 24px;
    height: 24px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-yxm90m708a 1s linear infinite;
}

@keyframes spin-b-yxm90m708a {
    to {
        transform: rotate(360deg);
    }
}

.results-grid[b-yxm90m708a] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 16px;
    margin-top: 32px;
    margin-bottom: 32px;
}

@media (max-width: 1200px) {
    .results-grid[b-yxm90m708a] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .results-grid[b-yxm90m708a] {
        grid-template-columns: 1fr;
    }
}

.store-card[b-yxm90m708a] {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.store-header[b-yxm90m708a] {
    background-color: #24428a;
    padding: 16px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.store-info h3[b-yxm90m708a] {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.error-message[b-yxm90m708a] {
    color: #ff6b6b;
    font-size: 12px;
    display: block;
    margin-top: 4px;
}

.card-count[b-yxm90m708a] {
    background-color: #4a69bd;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
}

.cards-list[b-yxm90m708a] {
    flex: 1;
    overflow-y: auto;
}

.card-item[b-yxm90m708a] {
    display: flex;
    gap: 16px;
    padding: 16px 20px;
    border-bottom: 1px solid #24428a;
    align-items: center;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: background-color 0.15s;
}

.card-item:hover[b-yxm90m708a] {
    background-color: #f5f7fa;
}

.card-item:last-child[b-yxm90m708a] {
    border-bottom: none;
}

.card-image[b-yxm90m708a] {
    width: 90px;
    height: 126px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f0f0f0;
    flex-shrink: 0;
}

.card-image img[b-yxm90m708a] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-details[b-yxm90m708a] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.card-name[b-yxm90m708a] {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-set[b-yxm90m708a] {
    font-size: 14px;
    color: #666;
}

.card-availability[b-yxm90m708a] {
    font-size: 13px;
    color: #27ae60;
    font-weight: 500;
}

.card-price[b-yxm90m708a] {
    background-color: #27ae60;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    flex-shrink: 0;
}
