/*
Theme Name: BLB Store
Author: BLB
Description: Tema oficial da vitrine BLB Store. Preserva o design system do Storefront existente.
Version: 0.2.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: blb-store-theme
*/

/*
 * A interface comercial é estilizada pelos assets versionados do plugin BLB Store.
 * Este tema deliberadamente não redefine componentes para evitar regressões visuais.
 */

.blb-store-welcome {
    min-height: 100vh;
    display: grid;
    place-items: center;
    box-sizing: border-box;
    padding: 32px;
    background: #f6f7f9;
    color: #1a1a2e;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.blb-store-welcome-card {
    width: min(620px, 100%);
    box-sizing: border-box;
    padding: 52px;
    border: 1px solid #e6e8ec;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(24, 29, 42, .08);
    text-align: center;
}

.blb-store-welcome-brand {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: #ff6900;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.blb-store-welcome-eyebrow {
    margin: 0;
    color: #ff6900;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
}

.blb-store-welcome h1 {
    margin: 10px 0 14px;
    font-size: clamp(30px, 6vw, 44px);
}

.blb-store-welcome-card > p:not(.blb-store-welcome-eyebrow) {
    margin: 0;
    color: #687083;
    font-size: 17px;
    line-height: 1.65;
}

.blb-store-welcome a {
    display: inline-flex;
    margin-top: 26px;
    padding: 13px 20px;
    border-radius: 9px;
    background: #ff6900;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 560px) {
    .blb-store-welcome {
        padding: 18px;
    }

    .blb-store-welcome-card {
        padding: 36px 22px;
    }
}
