/* _content/ShopEngine/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ejpcngqfe8] {
    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-ejpcngqfe8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

    /* --- Układ strony (Sticky Footer) --- */
.page-wrapper[b-ejpcngqfe8] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content[b-ejpcngqfe8] {
    flex: 1; /* To sprawia, że stopka jest zawsze na dole, nawet przy małej treści */
    background-color: #f8f9fa; /* Jasne tło treści */
}

/* --- Powered By Bar (Premium Look) --- */
.powered-by-bar[b-ejpcngqfe8] {
    background-color: #0F172A; /* Slate 900 - Bardzo ciemny granat */
    color: #94A3B8;            /* Slate 400 - Stonowany szary */
    font-size: 0.75rem;
    padding: 8px 0;
    border-top: 1px solid #1E293B;
    text-align: center;
}

.powered-by-bar .container[b-ejpcngqfe8] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.powered-text[b-ejpcngqfe8] {
    opacity: 0.8;
    font-weight: 400;
}

.powered-link[b-ejpcngqfe8] {
    color: #38BDF8; /* Tech Blue - pasuje do loadera */
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s;
}

.powered-link:hover[b-ejpcngqfe8] {
    color: #7DD3FC; /* Jaśniejszy niebieski po najechaniu */
}

/* --- Logo Text Fallback --- */
.logo-text[b-ejpcngqfe8] {
    font-weight: 700;
    font-size: 1.5rem;
    color: #1e293b;
    letter-spacing: -0.02em;
}

/* --- Footer Refinements --- */
.main-footer[b-ejpcngqfe8] {
    background-color: #fff;
    border-top: 1px solid #e2e8f0;
    padding: 60px 0 30px 0;
}

.footer-heading[b-ejpcngqfe8] {
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-links[b-ejpcngqfe8] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li[b-ejpcngqfe8] {
    margin-bottom: 0.5rem;
}

.footer-links a[b-ejpcngqfe8] {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a:hover[b-ejpcngqfe8] {
    color: #0f172a;
}
