*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Inter',sans-serif;
}

body{

    background:#f5f7fb;
    display:flex;

}

.sidebar{

    width:260px;
    height:100vh;
    background:white;
    padding:30px;
    box-shadow:0 0 25px rgba(0,0,0,.05);

}

.logo{

    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:50px;

}

.logo-icon{

    width:45px;
    height:45px;
    background:#22c55e;
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:14px;
    font-weight:bold;

}

.logo h2{

    color:#111827;

}

nav{

    display:flex;
    flex-direction:column;
    gap:10px;

}

nav a{

    padding:15px;
    border-radius:12px;
    cursor:pointer;
    display:flex;
    gap:15px;
    color:#4b5563;
    transition:.3s;

}

nav a:hover{

    background:#22c55e;
    color:white;

}

.active{

    background:#22c55e;
    color:white;

}

main{

    flex:1;
    padding:40px;

}

header{

    display:flex;
    justify-content:space-between;
    align-items:center;

}

.user{

    display:flex;
    gap:20px;
    align-items:center;

}

.user img{

    border-radius:50%;

}

.cards{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-top:40px;

}

.card{

    background:white;
    border-radius:20px;
    padding:25px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);

}

.card span{

    color:#6b7280;

}

.card h2{

    margin-top:10px;
    font-size:28px;

}

.chart{

    margin-top:40px;

}

.chart-card{

    background:white;
    border-radius:20px;
    padding:30px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);

    height:350px;

}

.chart-card canvas{

    width:100% !important;
    height:250px !important;

}



.input{

    width:100%;
    padding:15px;

    border:1px solid #e5e7eb;

    border-radius:12px;

    outline:none;

}


.btn{

    background:#22c55e;

    color:white;

    border:none;

    padding:14px 25px;

    border-radius:12px;

    cursor:pointer;

    font-weight:600;

}


.btn:hover{

    background:#16a34a;

}


table{

    width:100%;

    border-collapse:collapse;

}


th,td{

    padding:15px;

    text-align:left;

    border-bottom:1px solid #eee;

}

.produtos{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:30px;

}


.produto{

transition:.3s;

}


.produto:hover{

transform:translateY(-5px);

}



.status{

color:#22c55e;
font-weight:600;

}



.modal{

display:none;

position:fixed;

top:0;
left:0;

width:100%;
height:100%;

background:rgba(0,0,0,.4);

justify-content:center;
align-items:center;

}



.modal-box{

background:white;

padding:30px;

border-radius:20px;

width:400px;

}



.cancel{

margin-left:10px;

padding:14px 20px;

border:none;

border-radius:12px;

cursor:pointer;

}

.checkout-area{

display:grid;

grid-template-columns:1fr 1fr;

gap:30px;

margin-top:30px;

}



.checkout-preview{

background:#f5f7fb;

padding:40px;

border-radius:20px;

text-align:center;

}



.produto-preview{

background:white;

padding:30px;

margin:25px 0;

border-radius:20px;

}



.checkout-preview button{

border:none;

padding:15px 35px;

border-radius:12px;

color:white;

font-size:16px;

font-weight:600;

cursor:pointer;

background:#22c55e;

}



input[type="color"]{

width:60px;

height:40px;

border:none;

cursor:pointer;

}

.checkout-preview{

background:#f5f7fb;

padding:30px;

border-radius:20px;

text-align:center;

}


.checkout-preview input{

background:white;

border:1px solid #ddd;

}



.checkout-preview button{

border:none;

padding:16px 35px;

border-radius:12px;

color:white;

font-weight:bold;

cursor:pointer;

background:#22c55e;

}


.checkout-config label{

font-weight:600;

}   

/* =========================
CHECKOUT BUILDER V4
========================= */


.checkout-area{

display:grid;

grid-template-columns:1fr 1fr;

gap:30px;

margin-top:30px;

}




.checkout-config{

padding:30px;

}




.checkout-config h2{

color:#111827;

margin-bottom:10px;

}




.checkout-config label{

font-weight:600;

color:#374151;

}




.input{

width:100%;

padding:14px;

border-radius:12px;

border:1px solid #e5e7eb;

outline:none;

font-size:15px;

transition:.3s;

background:white;

}



.input:focus{

border-color:#22c55e;

box-shadow:0 0 0 3px rgba(34,197,94,.15);

}





textarea.input{

height:100px;

resize:none;

}






/* CARDS DE OPÇÕES */


.option-card{

display:flex;

justify-content:space-between;

align-items:center;

padding:18px;

margin-bottom:12px;

border-radius:16px;

background:#f9fafb;

border:2px solid transparent;

cursor:pointer;

transition:.3s;

font-weight:600;

}




.option-card:hover{

transform:translateY(-2px);

}




.option-card.active{

background:#ecfdf5;

border-color:#22c55e;

}





.option-card span{

font-size:14px;

}





/* PREVIEW CHECKOUT */


.preview-box{

padding:30px;

}




.checkout-preview{

background:white;

border-radius:25px;

padding:30px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

text-align:center;

}



.banner-preview{

width:100%;

height:160px;

object-fit:cover;

border-radius:18px;

background:#eee;

}



.logo-preview{

width:70px;

height:70px;

object-fit:cover;

border-radius:18px;

margin-top:-35px;

border:5px solid white;

}




.checkout-preview hr{

margin:20px 0;

border:none;

border-top:1px solid #eee;

}





.checkout-preview h1{

font-size:35px;

margin:20px 0;

}




/* PAGAMENTOS */


#pagamentosPreview{

display:flex;

gap:15px;

justify-content:center;

margin:20px 0;

}



.payment{

padding:15px 25px;

border-radius:14px;

background:#f3f4f6;

font-weight:600;

border:1px solid #e5e7eb;

}




#previewBotao{

width:100%;

padding:16px;

border:none;

border-radius:14px;

color:white;

font-size:16px;

font-weight:bold;

cursor:pointer;

transition:.3s;

}



#previewBotao:hover{

transform:scale(1.03);

}





/* RESPONSIVO */


@media(max-width:900px){


.checkout-area{

grid-template-columns:1fr;

}


}

.option-card{

color:#111827;

}


.option-card span{

color:#374151;

}


.option-card.active span{

color:#16a34a;

}


.option-card:not(.active) span{

color:#6b7280;

}

#topbar{

display:flex;

justify-content:flex-end;

padding:20px 40px;

}


.user-area{

background:white;

padding:12px 20px;

border-radius:15px;

display:flex;

align-items:center;

gap:10px;

box-shadow:0 5px 20px rgba(0,0,0,.05);

color:#111827;

font-weight:600;

}


.user-area i{

font-size:25px;

color:#22c55e;

}

/* CRONOMETRO CHECKOUT */

.timer{

    padding:15px;

    border-radius:15px;

    font-weight:700;

    margin:20px 0;

    color:white;

    background:#ef4444;

    text-align:center;

    transition:.3s;

}


.timer span{

    font-size:22px;

}

/* LOGIN */


.login-body{

height:100vh;

display:flex;

justify-content:center;

align-items:center;

background:#f5f7fb;

}



.login-box{

background:white;

width:400px;

padding:40px;

border-radius:25px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

text-align:center;

}



.logo-login{

display:flex;

justify-content:center;

align-items:center;

gap:15px;

margin-bottom:30px;

}



.logo-login h1{

color:#111827;

}



.login-box h2{

margin-bottom:25px;

}




.login-btn{

width:100%;

background:#22c55e;

color:white;

border:none;

padding:15px;

border-radius:12px;

font-size:16px;

cursor:pointer;

}




.login-box p{

margin-top:20px;

color:#6b7280;

}



.login-box a{

color:#22c55e;

font-weight:bold;

}

/* TOPBAR */


.topbar{

display:flex;

justify-content:flex-end;

align-items:center;

height:60px;

margin-bottom:20px;

}



.user-area{

display:flex;

align-items:center;

gap:12px;

background:white;

padding:10px 18px;

border-radius:15px;

box-shadow:0 5px 20px rgba(0,0,0,.05);

}



.user-area i{

font-size:30px;

color:#22c55e;

}



.user-area span{

display:block;

font-weight:600;

color:#111827;

}



.user-area small{

color:#6b7280;

}
/* =========================
   LOJA BUILDER PREMIUM
========================= */

.store-builder-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin-bottom:25px;
}

.store-builder-header p{
    color:#64748b;
    margin-top:6px;
}

.store-builder-layout{
    display:grid;
    grid-template-columns:430px 1fr;
    gap:28px;
    align-items:start;
}

.store-builder-panel{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.store-panel-card{
    background:#fff;
    border-radius:24px;
    padding:24px;
    box-shadow:0 18px 40px rgba(15,23,42,.06);
    border:1px solid #eef2f7;
}

.section-title{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
}

.section-title span{
    width:38px;
    height:38px;
    border-radius:12px;
    background:#dcfce7;
    color:#16a34a;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
}

.section-title h2{
    font-size:19px;
    color:#0f172a;
}

.section-title p{
    font-size:13px;
    color:#64748b;
}

.store-panel-card label{
    display:block;
    margin:14px 0 8px;
    color:#334155;
    font-weight:700;
    font-size:14px;
}

.slug-field{
    display:flex;
    align-items:center;
    border:1px solid #e5e7eb;
    border-radius:14px;
    overflow:hidden;
    background:#fff;
}

.slug-field span{
    background:#f8fafc;
    color:#64748b;
    padding:15px;
    border-right:1px solid #e5e7eb;
    white-space:nowrap;
}

.slug-field input{
    border:none;
    outline:none;
    width:100%;
    padding:15px;
    font-size:15px;
}

.two-columns,
.three-columns{
    display:grid;
    gap:12px;
}

.two-columns{
    grid-template-columns:1fr 1fr;
}

.three-columns{
    grid-template-columns:1fr 1fr 1fr;
}

.store-preview-column{
    position:sticky;
    top:20px;
}

.store-preview-toolbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:#fff;
    border:1px solid #eef2f7;
    padding:15px 18px;
    border-radius:20px;
    margin-bottom:16px;
    box-shadow:0 12px 30px rgba(15,23,42,.05);
}

.store-preview-toolbar span{
    display:block;
    color:#64748b;
    font-size:13px;
    margin-top:3px;
}

.ghost-btn{
    background:#f8fafc;
    border:1px solid #e5e7eb;
    padding:12px 16px;
    border-radius:12px;
    font-weight:700;
    cursor:pointer;
    color:#0f172a;
}

.store-site-preview{
    --store-color:#7c3aed;
    border-radius:28px;
    overflow:hidden;
    min-height:720px;
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 25px 80px rgba(15,23,42,.22);
    transform-origin:top center;
}

.store-site-preview.theme-dark,
.store-site-preview.theme-neon{
    background:
        radial-gradient(circle at 80% 0%, color-mix(in srgb, var(--store-color), transparent 70%), transparent 30%),
        linear-gradient(135deg, #050505, #0f0f13 55%, color-mix(in srgb, var(--store-color), #000 80%));
    color:#fff;
}

.store-site-preview.theme-clean{
    background:#f8fafc;
    color:#0f172a;
    border:1px solid #e5e7eb;
}

.store-site-preview.theme-neon{
    box-shadow:0 0 60px color-mix(in srgb, var(--store-color), transparent 55%);
}

.store-public-header{
    height:70px;
    padding:0 26px;
    display:grid;
    grid-template-columns:220px 1fr 260px;
    align-items:center;
    gap:18px;
    background:rgba(5,5,5,.72);
    backdrop-filter:blur(14px);
    border-bottom:1px solid rgba(255,255,255,.08);
}

.theme-clean .store-public-header{
    background:#fff;
    border-bottom:1px solid #e5e7eb;
}

.brand-area,
.public-actions,
.public-search,
.public-fast-links,
.public-top-strip,
.section-heading-public{
    display:flex;
    align-items:center;
}

.brand-area{
    gap:10px;
}

.public-logo-mini{
    width:42px;
    height:42px;
    border-radius:12px;
    background:var(--store-color);
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    font-weight:900;
}

.public-logo-mini img,
.public-logo-mini span{
    width:100%;
    height:100%;
    object-fit:cover;
    display:flex;
    align-items:center;
    justify-content:center;
}

.verified-dot{
    width:18px;
    height:18px;
    border-radius:50%;
    background:var(--store-color);
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
}

.public-search{
    gap:10px;
    padding:13px 16px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:14px;
    color:#9ca3af;
    background:rgba(255,255,255,.04);
}

.theme-clean .public-search{
    background:#f8fafc;
    border-color:#e5e7eb;
}

.public-actions{
    justify-content:flex-end;
    gap:10px;
}

.public-actions button{
    border:1px solid rgba(255,255,255,.12);
    background:rgba(255,255,255,.04);
    color:inherit;
    padding:12px 15px;
    border-radius:12px;
    cursor:pointer;
    font-weight:700;
}

.public-actions .cart-btn{
    background:var(--store-color);
    border-color:var(--store-color);
    color:white;
}

.cart-btn span{
    background:rgba(255,255,255,.25);
    padding:2px 7px;
    border-radius:999px;
    margin-left:4px;
}

.public-top-strip{
    justify-content:center;
    gap:20px;
    padding:13px;
    background:var(--store-color);
    color:white;
    font-weight:800;
}

.public-top-strip button{
    background:#0b0b0f;
    color:white;
    border:none;
    padding:10px 22px;
    border-radius:10px;
    font-weight:900;
}

.public-hero{
    position:relative;
    margin:46px auto 34px;
    width:82%;
    min-height:275px;
    border-radius:22px;
    overflow:hidden;
    background-size:cover;
    background-position:center;
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 30px 70px rgba(0,0,0,.35);
}

.hero-overlay-content{
    position:absolute;
    left:34px;
    top:34px;
    max-width:460px;
}

.offer-pill{
    display:inline-flex;
    gap:8px;
    align-items:center;
    padding:8px 13px;
    border-radius:999px;
    color:white;
    background:rgba(0,0,0,.45);
    border:1px solid rgba(255,255,255,.16);
    font-size:12px;
    font-weight:900;
}

.hero-overlay-content h1{
    font-size:42px;
    line-height:1;
    margin:16px 0 10px;
    color:white;
    text-shadow:0 6px 20px rgba(0,0,0,.45);
}

.hero-overlay-content p{
    color:#e5e7eb;
    line-height:1.5;
    font-weight:600;
}

.hero-bottom-bar{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 24px;
    background:linear-gradient(90deg, rgba(0,0,0,.82), color-mix(in srgb, var(--store-color), transparent 65%));
    color:white;
    font-weight:800;
}

.hero-bottom-bar a{
    color:white;
    cursor:pointer;
}

.public-stats-grid{
    width:82%;
    margin:0 auto 22px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}

.public-stat-card{
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    padding:22px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.theme-clean .public-stat-card,
.theme-clean .public-fast-links button,
.theme-clean .public-product-card{
    background:white;
    border-color:#e5e7eb;
}

.public-stat-card h3{
    font-size:25px;
    margin-bottom:4px;
}

.public-stat-card p{
    color:#a1a1aa;
    font-size:13px;
}

.theme-clean .public-stat-card p,
.theme-clean .public-product-card p,
.theme-clean .section-heading-public p{
    color:#64748b;
}

.public-stat-card i{
    width:45px;
    height:45px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--store-color);
    background:color-mix(in srgb, var(--store-color), transparent 85%);
    border:1px solid color-mix(in srgb, var(--store-color), transparent 55%);
    font-size:20px;
}

.public-fast-links{
    width:82%;
    margin:0 auto 40px;
    gap:16px;
}

.public-fast-links button{
    flex:1;
    padding:18px;
    border-radius:15px;
    border:1px solid rgba(255,255,255,.12);
    background:rgba(255,255,255,.06);
    color:inherit;
    font-weight:900;
    font-size:15px;
}

.public-products-section{
    width:82%;
    margin:0 auto;
    padding-bottom:48px;
}

.section-heading-public{
    gap:12px;
    margin-bottom:18px;
}

.fire-icon{
    width:44px;
    height:44px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:color-mix(in srgb, var(--store-color), transparent 82%);
    color:var(--store-color);
}

.section-heading-public p{
    color:#a1a1aa;
}

.public-products-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
}

.public-product-card{
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    padding:16px;
    display:flex;
    flex-direction:column;
    gap:12px;
}

.product-cover{
    height:105px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
    background:linear-gradient(135deg, color-mix(in srgb, var(--store-color), transparent 25%), #111827);
}

.public-product-card p{
    color:#a1a1aa;
    font-size:13px;
    line-height:1.4;
}

.public-product-card strong{
    font-size:22px;
}

.public-product-card button{
    width:100%;
    border:none;
    border-radius:12px;
    padding:13px;
    background:var(--store-color);
    color:white;
    font-weight:900;
    cursor:pointer;
}

@media(max-width:1200px){
    .store-builder-layout{
        grid-template-columns:1fr;
    }

    .store-preview-column{
        position:static;
    }
}

@media(max-width:900px){
    .public-stats-grid,
    .public-products-grid{
        grid-template-columns:1fr;
    }

    .store-public-header{
        grid-template-columns:1fr;
        height:auto;
        padding:18px;
    }

    .public-hero,
    .public-stats-grid,
    .public-fast-links,
    .public-products-section{
        width:92%;
    }

    .two-columns,
    .three-columns{
        grid-template-columns:1fr;
    }
}

/* =========================
   FINANCEIRO + PROVEDORES PREMIUM
========================= */

.finance-hero{
    margin-top:25px;
    background:linear-gradient(135deg,#16a34a,#22c55e,#86efac);
    color:white;
    border-radius:28px;
    padding:35px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    box-shadow:0 20px 50px rgba(34,197,94,.25);
}

.finance-hero span{
    opacity:.9;
    font-weight:600;
}

.finance-hero h2{
    font-size:42px;
    margin:10px 0;
}

.finance-hero p{
    opacity:.9;
}

.finance-hero-badge{
    background:rgba(255,255,255,.18);
    backdrop-filter:blur(10px);
    padding:14px 20px;
    border-radius:16px;
    font-weight:700;
    display:flex;
    align-items:center;
    gap:10px;
}

.finance-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-top:25px;
}

.finance-card{
    background:white;
    border-radius:22px;
    padding:24px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    transition:.3s;
}

.finance-card:hover{
    transform:translateY(-4px);
}

.finance-card span{
    color:#6b7280;
    font-weight:600;
}

.finance-card h3{
    margin:10px 0;
    font-size:26px;
    color:#111827;
}

.finance-card small{
    color:#16a34a;
    font-weight:600;
}

.finance-layout{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:25px;
    margin-top:25px;
}

.finance-chart{
    height:360px;
}

.fee-card p{
    color:#6b7280;
    margin:8px 0 18px;
}

.fee-result{
    margin-top:16px;
    padding:16px;
    border-radius:16px;
    background:#f8fafc;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.fee-result span{
    color:#6b7280;
    font-weight:600;
}

.fee-result strong{
    color:#111827;
}

.fee-result.total{
    background:#ecfdf5;
}

.table-card{
    background:white;
    border-radius:24px;
    padding:26px;
    margin-top:25px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    overflow:auto;
}

.table-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
    gap:15px;
}

.table-header h3{
    color:#111827;
}

.table-header span{
    color:#6b7280;
    font-weight:600;
}

.premium-table{
    width:100%;
    border-collapse:collapse;
    min-width:760px;
}

.premium-table th{
    text-align:left;
    color:#6b7280;
    font-size:14px;
    padding:14px;
    border-bottom:1px solid #eef2f7;
}

.premium-table td{
    padding:16px 14px;
    border-bottom:1px solid #f1f5f9;
    color:#111827;
    font-weight:500;
}

.badge{
    padding:7px 12px;
    border-radius:999px;
    font-size:13px;
    font-weight:800;
}

.badge.success{
    background:#dcfce7;
    color:#15803d;
}

.badge.warning{
    background:#fef3c7;
    color:#b45309;
}

.badge.neutral{
    background:#e5e7eb;
    color:#374151;
}

.saque-modal p{
    color:#6b7280;
}

.providers-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:25px;
    margin-top:25px;
}

.provider-main-card{
    background:white;
    border-radius:28px;
    padding:30px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    border:2px solid transparent;
}

.provider-main-card.connected{
    border-color:#22c55e;
}

.provider-top{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:28px;
}

.provider-top h2{
    color:#111827;
}

.provider-top p{
    color:#6b7280;
    margin-top:5px;
}

.provider-logo{
    width:58px;
    height:58px;
    border-radius:18px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:white;
    font-weight:900;
    font-size:20px;
    flex-shrink:0;
}

.provider-logo.mp{
    background:linear-gradient(135deg,#009ee3,#00b1ea);
}

.provider-logo.asaas{
    background:linear-gradient(135deg,#2563eb,#60a5fa);
}

.provider-logo.stripe{
    background:linear-gradient(135deg,#635bff,#8b5cf6);
}

.provider-logo.pagarme{
    background:linear-gradient(135deg,#111827,#4b5563);
}

.provider-status{
    margin-left:auto;
    padding:10px 14px;
    border-radius:999px;
    font-weight:800;
    font-size:13px;
    white-space:nowrap;
}

.provider-status.online{
    background:#dcfce7;
    color:#15803d;
}

.provider-status.offline{
    background:#f3f4f6;
    color:#6b7280;
}

.provider-form{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
}

.provider-form label{
    font-weight:700;
    color:#374151;
    grid-column:span 1;
    margin-bottom:-8px;
}

.provider-form input,
.provider-form select{
    grid-column:span 1;
}

.provider-footer{
    margin-top:25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    border-top:1px solid #eef2f7;
    padding-top:20px;
}

.provider-footer span{
    color:#6b7280;
    display:block;
    font-size:13px;
}

.provider-footer strong{
    color:#111827;
}

.provider-side{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.mini-provider{
    background:white;
    border-radius:22px;
    padding:20px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    display:flex;
    align-items:center;
    gap:15px;
}

.mini-provider.disabled{
    opacity:.65;
}

.mini-provider h3{
    color:#111827;
}

.mini-provider p{
    color:#6b7280;
    margin-top:4px;
}

.btn.secondary{
    background:#f3f4f6;
    color:#111827;
}

.empty-state{
    color:#111827;
}

.empty-state p{
    color:#6b7280;
    margin-top:8px;
}

.toast{
    position:fixed;
    right:25px;
    bottom:25px;
    background:#111827;
    color:white;
    padding:16px 20px;
    border-radius:16px;
    box-shadow:0 20px 40px rgba(0,0,0,.18);
    transform:translateY(20px);
    opacity:0;
    transition:.3s;
    z-index:9999;
    font-weight:700;
}

.toast.show{
    transform:translateY(0);
    opacity:1;
}

.toast.success{
    background:#16a34a;
}

.toast.error{
    background:#dc2626;
}

@media(max-width:1100px){
    .finance-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .finance-layout,
    .providers-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:720px){
    .finance-grid{
        grid-template-columns:1fr;
    }

    .finance-hero{
        flex-direction:column;
        align-items:flex-start;
        gap:18px;
    }

    .finance-hero h2{
        font-size:32px;
    }

    .provider-form{
        grid-template-columns:1fr;
    }

    .provider-top{
        flex-direction:column;
        align-items:flex-start;
    }

    .provider-status{
        margin-left:0;
    }
}


/* =========================
   CSS extraído dos builders JS
   ========================= */


/* checkout.js */
.page-subtitle {
            color:#64748b;
            margin-top:6px;
            font-size:14px;
        }

        .checkout-premium-layout {
            display:grid;
            grid-template-columns: 1.05fr .95fr;
            gap:28px;
            align-items:start;
            margin-top:30px;
        }

        .checkout-editor {
            display:flex;
            flex-direction:column;
            gap:22px;
        }

        .editor-section {
            background:#ffffff;
            padding:26px;
            border-radius:22px;
            box-shadow:0 12px 35px rgba(15,23,42,.06);
            border:1px solid #eef2f7;
        }

        .editor-section h2 {
            color:#0f172a;
            margin-bottom:16px;
            font-size:20px;
        }

        .editor-section label {
            display:block;
            margin:16px 0 8px;
            color:#334155;
            font-weight:700;
            font-size:14px;
        }

        .textarea {
            min-height:110px;
            resize:none;
        }

        .theme-row {
            display:flex;
            gap:10px;
            flex-wrap:wrap;
        }

        .theme-btn {
            border:none;
            padding:12px 18px;
            border-radius:14px;
            background:#f1f5f9;
            color:#0f172a;
            cursor:pointer;
            font-weight:700;
            transition:.25s;
        }

        .theme-btn:hover {
            transform:translateY(-2px);
        }

        .theme-btn.selected {
            background:#22c55e;
            color:white;
            box-shadow:0 10px 25px rgba(34,197,94,.25);
        }

        .option-grid {
            display:grid;
            grid-template-columns: repeat(2, 1fr);
            gap:14px;
        }

        .toggle-card {
            border:2px solid #e5e7eb;
            background:#f8fafc;
            color:#0f172a;
            padding:16px;
            border-radius:18px;
            cursor:pointer;
            font-weight:800;
            display:flex;
            justify-content:space-between;
            align-items:center;
            transition:.25s;
            text-align:left;
        }

        .toggle-card.full {
            width:100%;
        }

        .toggle-card span {
            font-size:12px;
            color:#64748b;
            background:#e2e8f0;
            padding:5px 9px;
            border-radius:999px;
        }

        .toggle-card.active {
            border-color:#22c55e;
            background:#ecfdf5;
            color:#065f46;
        }

        .toggle-card.active span {
            background:#22c55e;
            color:white;
        }

        .toggle-card:hover {
            transform:translateY(-2px);
        }

        .checkout-preview-wrapper {
            position:relative;
        }

        .preview-sticky {
            position:sticky;
            top:20px;
        }

        .preview-top {
            display:flex;
            justify-content:space-between;
            align-items:center;
            margin-bottom:16px;
        }

        .preview-top h2 {
            color:#0f172a;
        }

        .preview-top span {
            color:#64748b;
            font-size:13px;
        }

        .checkout-live-preview {
            border-radius:28px;
            overflow:hidden;
            padding:20px;
            box-shadow:0 25px 70px rgba(15,23,42,.14);
            border:1px solid rgba(255,255,255,.08);
        }

        .checkout-live-preview.theme-dark {
            background:#0f172a;
            color:#ffffff;
        }

        .checkout-live-preview.theme-clean {
            background:#ffffff;
            color:#0f172a;
            border:1px solid #e5e7eb;
        }

        .checkout-live-preview.theme-neon {
            background:linear-gradient(135deg, #111827, #312e81);
            color:#ffffff;
        }

        .checkout-banner {
            width:100%;
            height:150px;
            object-fit:cover;
            border-radius:22px;
            display:flex;
            align-items:center;
            justify-content:center;
            font-weight:900;
            color:white;
            margin-bottom:18px;
        }

        .fake-banner span {
            background:rgba(255,255,255,.18);
            padding:10px 18px;
            border-radius:999px;
            backdrop-filter:blur(8px);
        }

        .checkout-brand {
            display:flex;
            align-items:center;
            gap:14px;
            margin:8px 0 18px;
        }

        .checkout-brand img,
        .checkout-logo-fake {
            width:58px;
            height:58px;
            border-radius:18px;
            object-fit:cover;
            display:flex;
            align-items:center;
            justify-content:center;
            color:white;
            font-weight:900;
            font-size:22px;
        }

        .checkout-brand strong {
            display:block;
            font-size:18px;
        }

        .checkout-brand span {
            display:block;
            font-size:13px;
            opacity:.72;
        }

        .checkout-timer {
            color:white;
            padding:14px;
            border-radius:16px;
            text-align:center;
            font-weight:800;
            margin:18px 0;
        }

        .checkout-product-box {
            display:grid;
            grid-template-columns:110px 1fr;
            gap:16px;
            background:rgba(255,255,255,.08);
            padding:16px;
            border-radius:22px;
            margin:18px 0;
        }

        .theme-clean .checkout-product-box {
            background:#f8fafc;
        }

        .checkout-product-image,
        .checkout-product-placeholder {
            width:110px;
            height:110px;
            border-radius:18px;
            object-fit:cover;
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:35px;
        }

        .checkout-product-box h2 {
            font-size:22px;
            margin-bottom:8px;
        }

        .checkout-product-box p {
            opacity:.75;
            font-size:14px;
            line-height:1.5;
        }

        .checkout-price {
            font-size:30px;
            font-weight:900;
            margin:14px 0 8px;
        }

        .checkout-guarantee {
            display:inline-flex;
            padding:8px 12px;
            border-radius:999px;
            background:rgba(34,197,94,.16);
            color:#22c55e;
            font-weight:800;
            font-size:13px;
        }

        .social-proof {
            display:grid;
            grid-template-columns:1fr 1fr;
            gap:10px;
            margin:16px 0;
        }

        .social-proof span {
            background:rgba(255,255,255,.08);
            border-radius:15px;
            padding:12px;
            font-size:13px;
            font-weight:700;
            text-align:center;
        }

        .theme-clean .social-proof span {
            background:#f1f5f9;
        }

        .checkout-form-area,
        .checkout-payment-area,
        .checkout-testimonial,
        .checkout-faq {
            background:rgba(255,255,255,.08);
            padding:16px;
            border-radius:20px;
            margin:16px 0;
        }

        .theme-clean .checkout-form-area,
        .theme-clean .checkout-payment-area,
        .theme-clean .checkout-testimonial,
        .theme-clean .checkout-faq {
            background:#f8fafc;
        }

        .checkout-form-area h3,
        .checkout-payment-area h3 {
            margin-bottom:14px;
        }

        .checkout-form-area .input {
            margin-bottom:10px;
        }

        .payment-method {
            display:flex;
            align-items:center;
            gap:12px;
            padding:14px;
            border-radius:16px;
            background:rgba(255,255,255,.09);
            margin-bottom:10px;
            border:1px solid rgba(255,255,255,.08);
        }

        .theme-clean .payment-method {
            background:white;
            border:1px solid #e5e7eb;
        }

        .payment-method strong {
            display:block;
        }

        .payment-method span {
            opacity:.7;
            font-size:13px;
        }

        .pix-mark,
        .card-mark {
            width:42px;
            height:42px;
            border-radius:14px;
            display:flex;
            align-items:center;
            justify-content:center;
            font-weight:900;
        }

        .pix-mark {
            background:#00b894;
            color:white;
            font-size:12px;
            letter-spacing:.5px;
        }

        .card-mark {
            background:#2563eb;
            color:white;
        }

        .checkout-testimonial p {
            font-style:italic;
            opacity:.86;
            margin-bottom:8px;
        }

        .checkout-main-button {
            width:100%;
            border:none;
            color:white;
            padding:15px;
            border-radius:18px;
            cursor:pointer;
            font-size:16px;
            font-weight:900;
            box-shadow:0 16px 35px rgba(34,197,94,.25);
            transition:.25s;
        }

        .checkout-main-button.large {
            padding:19px;
            font-size:18px;
        }

        .checkout-main-button:hover {
            transform:translateY(-2px) scale(1.01);
        }

        .checkout-faq details {
            margin-bottom:10px;
        }

        .checkout-faq summary {
            cursor:pointer;
            font-weight:800;
        }

        .checkout-faq p {
            opacity:.75;
            margin-top:8px;
            font-size:14px;
        }

        .muted {
            opacity:.65;
            font-size:14px;
        }

        @media(max-width:1000px) {
            .checkout-premium-layout {
                grid-template-columns:1fr;
            }

            .preview-sticky {
                position:static;
            }
        }

        @media(max-width:600px) {
            .option-grid,
            .social-proof,
            .checkout-product-box {
                grid-template-columns:1fr;
            }

            .checkout-product-image,
            .checkout-product-placeholder {
                width:100%;
                height:170px;
            }
        }


/* produtos.js */
.product-stats {
            display:grid;
            grid-template-columns:repeat(4,1fr);
            gap:20px;
            margin-top:30px;
        }

        .stat-card {
            background:white;
            padding:24px;
            border-radius:22px;
            box-shadow:0 12px 35px rgba(15,23,42,.06);
            border:1px solid #eef2f7;
        }

        .stat-card span {
            color:#64748b;
            font-size:14px;
            font-weight:600;
        }

        .stat-card h2 {
            color:#0f172a;
            font-size:30px;
            margin-top:10px;
        }

        .products-toolbar {
            display:grid;
            grid-template-columns:1fr 220px;
            gap:16px;
            margin-top:25px;
            margin-bottom:25px;
        }

        .premium-products-grid {
            display:grid;
            grid-template-columns:repeat(3,1fr);
            gap:22px;
        }

        .premium-product-card {
            background:white;
            border-radius:26px;
            overflow:hidden;
            box-shadow:0 15px 40px rgba(15,23,42,.08);
            border:1px solid #eef2f7;
            transition:.25s;
        }

        .premium-product-card:hover {
            transform:translateY(-5px);
            box-shadow:0 22px 55px rgba(15,23,42,.12);
        }

        .product-image-box {
            height:170px;
            position:relative;
            background:#f1f5f9;
            overflow:hidden;
        }

        .product-image-box img {
            width:100%;
            height:100%;
            object-fit:cover;
        }

        .product-placeholder {
            width:100%;
            height:100%;
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:45px;
            background:linear-gradient(135deg,#22c55e,#0f172a);
        }

        .product-status {
            position:absolute;
            top:14px;
            right:14px;
            padding:7px 12px;
            border-radius:999px;
            color:white;
            font-size:12px;
            font-weight:800;
        }

        .product-status.active {
            background:#22c55e;
        }

        .product-status.inactive {
            background:#ef4444;
        }

        .product-status.draft {
            background:#f59e0b;
        }

        .product-content {
            padding:22px;
        }

        .product-category {
            display:inline-flex;
            padding:7px 12px;
            border-radius:999px;
            background:#ecfdf5;
            color:#16a34a;
            font-size:12px;
            font-weight:800;
            margin-bottom:12px;
        }

        .product-content h2 {
            color:#0f172a;
            font-size:21px;
            margin-bottom:8px;
        }

        .product-content p {
            color:#64748b;
            line-height:1.5;
            font-size:14px;
            min-height:44px;
        }

        .product-price {
            font-size:28px;
            font-weight:900;
            color:#0f172a;
            margin:18px 0 8px;
        }

        .product-delivery {
            color:#475569;
            font-size:14px;
            font-weight:600;
            margin-bottom:18px;
        }

        .product-actions {
            display:grid;
            grid-template-columns:1fr 1fr;
            gap:10px;
        }

        .product-btn {
            border:none;
            padding:12px;
            border-radius:14px;
            cursor:pointer;
            font-weight:800;
            background:#f1f5f9;
            color:#0f172a;
            transition:.25s;
        }

        .product-btn:hover {
            transform:translateY(-2px);
        }

        .product-btn.primary {
            background:#22c55e;
            color:white;
        }

        .product-btn.danger {
            background:#fee2e2;
            color:#dc2626;
        }

        .empty-products {
            grid-column:1/-1;
            background:white;
            border-radius:26px;
            padding:50px;
            text-align:center;
            box-shadow:0 15px 40px rgba(15,23,42,.06);
        }

        .empty-products div {
            font-size:55px;
            margin-bottom:15px;
        }

        .empty-products h3 {
            color:#0f172a;
            font-size:24px;
            margin-bottom:8px;
        }

        .empty-products p {
            color:#64748b;
            margin-bottom:20px;
        }

        .premium-modal {
            display:none;
            position:fixed;
            inset:0;
            background:rgba(15,23,42,.55);
            backdrop-filter:blur(8px);
            justify-content:center;
            align-items:center;
            z-index:999;
            padding:20px;
        }

        .premium-modal-box {
            width:min(720px,100%);
            max-height:90vh;
            overflow:auto;
            background:white;
            border-radius:28px;
            padding:28px;
            box-shadow:0 30px 80px rgba(0,0,0,.25);
        }

        .modal-header {
            display:flex;
            justify-content:space-between;
            align-items:center;
            margin-bottom:20px;
        }

        .modal-header h2 {
            color:#0f172a;
        }

        .modal-header button {
            width:38px;
            height:38px;
            border:none;
            border-radius:50%;
            background:#f1f5f9;
            cursor:pointer;
            font-size:22px;
            color:#0f172a;
        }

        .modal-grid {
            display:grid;
            grid-template-columns:1fr 1fr;
            gap:16px;
        }

        .premium-modal-box label {
            display:block;
            margin:16px 0 8px;
            font-weight:700;
            color:#334155;
        }

        .modal-actions {
            display:flex;
            gap:12px;
            margin-top:22px;
        }

        @media(max-width:1100px) {
            .premium-products-grid,
            .product-stats {
                grid-template-columns:repeat(2,1fr);
            }
        }

        @media(max-width:700px) {
            .premium-products-grid,
            .product-stats,
            .products-toolbar,
            .modal-grid {
                grid-template-columns:1fr;
            }
        }

/* =========================
   NEXPAY BRAND UPDATE
========================= */

.logo{
    justify-content:flex-start;
    margin-bottom:45px;
}

.dashboard-logo{
    width:185px;
    max-width:100%;
    height:auto;
    display:block;
}

.auth-logo{
    width:230px;
    max-width:100%;
    height:auto;
    display:block;
    margin:0 auto;
}

.logo-login{
    margin-bottom:28px;
}

.login-box{
    position:relative;
    overflow:hidden;
}

.login-box::before{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    background:#22c55e;
    filter:blur(90px);
    opacity:.18;
    top:-80px;
    right:-70px;
    pointer-events:none;
}

.login-box > *{
    position:relative;
    z-index:1;
}

.sidebar{
    overflow:hidden;
}

@media(max-width:900px){
    .dashboard-logo{
        width:150px;
    }

    .auth-logo{
        width:200px;
    }
}

.premium-tabs{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin:18px 0 22px;
}

.premium-tab{
    border:1px solid rgba(34,197,94,.35);
    background:rgba(34,197,94,.08);
    color:#e5e7eb;
    padding:10px 16px;
    border-radius:999px;
    font-weight:800;
    cursor:pointer;
    display:flex;
    align-items:center;
    gap:8px;
    transition:.25s;
}

.premium-tab:hover{
    transform:translateY(-2px);
    background:rgba(34,197,94,.18);
}

.premium-tab.active{
    background:#22c55e;
    color:#fff;
    box-shadow:0 10px 28px rgba(34,197,94,.32);
}

.premium-store-product{
    border:1px solid rgba(255,255,255,.12);
    background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
    border-radius:22px;
    overflow:hidden;
    transition:.25s;
}

.premium-store-product:hover{
    transform:translateY(-5px);
    box-shadow:0 22px 50px rgba(0,0,0,.28);
    border-color:rgba(34,197,94,.45);
}

.premium-product-image{
    height:140px;
    background:linear-gradient(135deg, rgba(34,197,94,.35), rgba(15,23,42,.95));
    display:flex;
    align-items:center;
    justify-content:center;
}

.premium-product-image span{
    font-size:42px;
}

.premium-product-badge{
    display:inline-flex;
    padding:6px 10px;
    border-radius:999px;
    background:rgba(34,197,94,.14);
    color:#86efac;
    font-weight:900;
    margin-bottom:10px;
}

.product-benefits{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    margin:12px 0;
}

.product-benefits span{
    font-size:12px;
    padding:6px 9px;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    color:#d1d5db;
}

.premium-store-product .public-product-footer button{
    background:#22c55e;
    color:#fff;
    border:none;
    border-radius:13px;
    padding:11px 16px;
    font-weight:900;
    cursor:pointer;
    transition:.25s;
}

.premium-store-product .public-product-footer button:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 28px rgba(34,197,94,.35);
}
/* =========================
   NEXPAY STORE POLISH FINAL
========================= */
.browser-toolbar-premium{
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:16px;
}

.browser-dots{
    display:flex;
    gap:7px;
    align-items:center;
}

.browser-dots span{
    width:11px;
    height:11px;
    border-radius:50%;
    background:#ef4444;
    display:block;
}

.browser-dots span:nth-child(2){background:#f59e0b;}
.browser-dots span:nth-child(3){background:#22c55e;}

.premium-category-tabs{
    display:flex;
    gap:12px;
    overflow-x:auto;
    padding:8px 2px 18px;
    scrollbar-width:none;
}

.premium-category-tabs::-webkit-scrollbar{display:none;}

.premium-category-tabs button{
    position:relative;
    flex:0 0 auto;
    display:flex;
    align-items:center;
    gap:9px;
    padding:13px 18px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.14);
    background:rgba(255,255,255,.06);
    color:inherit;
    font-weight:900;
    cursor:pointer;
    transition:.25s ease;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}

.theme-clean .premium-category-tabs button{
    background:white;
    border-color:#e5e7eb;
    color:#0f172a;
}

.premium-category-tabs button:hover{
    transform:translateY(-3px);
    border-color:var(--store-color);
    box-shadow:0 0 26px color-mix(in srgb, var(--store-color), transparent 64%);
}

.premium-category-tabs button.active{
    background:var(--store-color);
    border-color:var(--store-color);
    color:white;
    box-shadow:0 0 36px color-mix(in srgb, var(--store-color), transparent 48%);
}

.premium-category-tabs button span{
    font-size:17px;
}

.premium-store-product{
    position:relative;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.11);
    background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035));
    box-shadow:0 18px 45px rgba(0,0,0,.22);
}

.theme-clean .premium-store-product{
    background:white;
    border-color:#e5e7eb;
    box-shadow:0 16px 36px rgba(15,23,42,.08);
}

.premium-store-product:hover{
    transform:translateY(-8px);
    border-color:var(--store-color);
    box-shadow:0 0 0 1px color-mix(in srgb, var(--store-color), transparent 70%), 0 28px 70px rgba(0,0,0,.32), 0 0 45px color-mix(in srgb, var(--store-color), transparent 72%);
}

.premium-store-product .public-product-image{
    position:relative;
    min-height:190px;
    overflow:hidden;
    background:radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--store-color), transparent 62%), rgba(255,255,255,.05));
}

.premium-store-product .public-product-image img{
    transition:.35s ease;
}

.premium-store-product:hover .public-product-image img{
    transform:scale(1.08);
}

.product-category-badge{
    position:absolute;
    left:14px;
    top:14px;
    padding:8px 11px;
    border-radius:999px;
    background:rgba(0,0,0,.58);
    color:white;
    border:1px solid rgba(255,255,255,.16);
    backdrop-filter:blur(12px);
    font-size:12px;
    font-weight:900;
}

.public-product-content small{
    color:color-mix(in srgb, var(--store-color), white 25%);
    font-weight:900;
}

.theme-clean .public-product-content small{
    color:#16a34a;
}

.public-product-footer button{
    white-space:nowrap;
    box-shadow:0 0 25px color-mix(in srgb, var(--store-color), transparent 60%);
}

.public-product-footer button:hover{
    transform:translateY(-2px) scale(1.02);
}

.store-category-summary .category-line{
    transition:.25s ease;
}

.store-category-summary .category-line:hover{
    transform:translateX(4px);
    border-color:#22c55e;
}

@media(max-width:1100px){
    .store-builder-layout{grid-template-columns:1fr;}
    .store-preview-column{position:static;}
    .store-public-header{grid-template-columns:1fr; height:auto; padding:18px;}
    .public-actions{justify-content:flex-start;}
    .public-hero,.public-stats-grid{width:92%;}
    .public-stats-grid{grid-template-columns:1fr 1fr;}
}


/* =====================================================
   NEXPAY v0.9 - MOBILE FIRST FIX
   ===================================================== */
html, body{max-width:100%; overflow-x:hidden;}
img{max-width:100%;}
.dashboard-logo{max-width:155px;height:auto;display:block;}
.topbar-brand{display:none;align-items:center;gap:10px;font-weight:900;color:#0f172a;}
.topbar-brand img{width:34px;height:34px;border-radius:10px;}
.mobile-menu-btn{display:none;border:0;background:#22c55e;color:white;width:44px;height:44px;border-radius:14px;font-size:18px;box-shadow:0 14px 30px rgba(34,197,94,.25);}
.sidebar-overlay{display:none;}
.table-card{background:#fff;border-radius:22px;padding:24px;margin-top:28px;box-shadow:0 14px 35px rgba(15,23,42,.06);overflow:auto;}
.table-header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px;}
.premium-table{min-width:720px;}
.badge{display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800;}
.badge.success{background:#dcfce7;color:#15803d}.badge.warning{background:#fef3c7;color:#a16207}.badge.danger{background:#fee2e2;color:#b91c1c}.badge.neutral{background:#e5e7eb;color:#374151}
.finance-hero,.finance-grid,.finance-layout,.providers-grid{display:grid;gap:20px;}
.finance-grid{grid-template-columns:repeat(4,1fr);margin-top:24px}.finance-layout{grid-template-columns:1.4fr .8fr;margin-top:24px}.finance-hero{grid-template-columns:1fr auto;align-items:center;background:linear-gradient(135deg,#0f172a,#052e16);color:white;border-radius:28px;padding:28px;margin-top:28px}.finance-hero h2{font-size:42px}.finance-card{background:#fff;border-radius:22px;padding:22px;box-shadow:0 14px 35px rgba(15,23,42,.06)}
.toast{position:fixed;right:22px;bottom:24px;background:#0f172a;color:white;padding:14px 18px;border-radius:16px;box-shadow:0 20px 55px rgba(0,0,0,.22);opacity:0;transform:translateY(15px);transition:.25s;z-index:2000}.toast.show{opacity:1;transform:translateY(0)}.toast.error{background:#dc2626}
@media(max-width:1100px){
  .cards,.product-stats,.finance-grid{grid-template-columns:repeat(2,1fr)!important;}
  .checkout-area,.finance-layout{grid-template-columns:1fr!important;}
}
@media(max-width:860px){
  body{display:block;background:#f5f7fb;}
  .sidebar{position:fixed;left:-290px;top:0;width:280px;height:100dvh;z-index:1200;padding:24px 18px;transition:.28s ease;box-shadow:25px 0 60px rgba(15,23,42,.18);overflow-y:auto;}
  body.sidebar-open .sidebar{left:0;}
  .sidebar-overlay{display:block;position:fixed;inset:0;background:rgba(15,23,42,.45);backdrop-filter:blur(3px);z-index:1100;opacity:0;pointer-events:none;transition:.25s;}
  body.sidebar-open .sidebar-overlay{opacity:1;pointer-events:auto;}
  .sidebar .logo{margin-bottom:22px}.sidebar nav a{padding:14px 13px;font-size:15px}.sidebar nav a i{width:22px;text-align:center;}
  main{width:100%;padding:18px 16px 96px;margin:0;}
  .topbar{position:sticky;top:0;z-index:900;margin:-18px -16px 20px;padding:14px 16px;background:rgba(245,247,251,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(15,23,42,.06);}
  .mobile-menu-btn,.topbar-brand{display:flex;}
  .topbar{justify-content:space-between;}
  .user-area{gap:8px}.user-area div{display:none;}
  header:not(.topbar){display:block;margin-bottom:18px;}
  header h1{font-size:34px;line-height:1.05;letter-spacing:-1.5px;}
  .page-subtitle{font-size:15px;line-height:1.5;margin-top:8px;}
  .cards,.produtos,.premium-products-grid,.product-stats,.finance-grid,.products-toolbar,.modal-grid{grid-template-columns:1fr!important;gap:14px!important;margin-top:18px!important;}
  .card,.stat-card,.finance-card,.chart-card,.table-card,.empty-products{border-radius:22px;padding:20px;}
  .card h2,.stat-card h2{font-size:32px;word-break:break-word;}
  .chart-card{height:auto;min-height:330px;overflow:hidden;}
  .chart-card canvas{height:260px!important;}
  .table-header{display:block}.table-header span{display:block;margin-top:6px;color:#64748b;}
  .table-card{padding:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;}
  .premium-table{font-size:13px;}
  .finance-hero{grid-template-columns:1fr;padding:22px;border-radius:24px}.finance-hero h2{font-size:36px}.finance-hero-badge{justify-self:start;}
  .modal{align-items:flex-end;padding:0;background:rgba(15,23,42,.5);}.modal-box,.premium-modal-box{width:100%!important;max-height:90dvh;border-radius:24px 24px 0 0;padding:22px;overflow:auto;}
  .btn,.cancel,.product-btn{min-height:46px;font-size:15px;}
  .support-float,.support-button{right:16px!important;bottom:18px!important;transform:scale(.9);transform-origin:bottom right;}
}
@media(max-width:480px){
  main{padding:16px 14px 92px;}
  header h1{font-size:31px;}
  .card h2,.stat-card h2{font-size:29px;}
  .chart-card canvas{height:235px!important;}
  .product-actions{grid-template-columns:1fr!important;}
}

/* NexPay v1.3 - Store Builder public link */
.store-public-link-card{
    display:flex;align-items:center;justify-content:space-between;gap:18px;
    margin:22px 0 24px;padding:22px;border-radius:26px;
    background:linear-gradient(135deg,rgba(34,197,94,.14),rgba(15,23,42,.05));
    border:1px solid rgba(34,197,94,.22);box-shadow:0 18px 50px rgba(15,23,42,.06)
}
.store-public-link-card span{display:block;color:#16a34a;font-size:13px;font-weight:900;margin-bottom:7px;text-transform:uppercase;letter-spacing:.05em}
.store-public-link-card strong{display:block;color:#0f172a;font-size:18px;word-break:break-all;margin-bottom:4px}
.store-public-link-card small{color:#64748b;font-weight:700}.store-link-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.store-socials-preview{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.store-socials-preview a{color:white;text-decoration:none;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18);padding:8px 11px;border-radius:999px;font-size:12px;font-weight:900}
@media(max-width:760px){.store-public-link-card{flex-direction:column;align-items:flex-start}.store-link-actions{width:100%}.store-link-actions button{flex:1}}

/* Suporte personalizado do vendedor - Loja Builder */
.seller-support-note{display:flex;flex-direction:column;gap:5px;padding:14px 16px;margin:0 0 16px;border:1px solid rgba(34,197,94,.25);border-radius:14px;background:rgba(34,197,94,.08)}
.seller-support-note strong{color:#bbf7d0;font-size:13px}.seller-support-note span{color:#94a3b8;font-size:12px;line-height:1.5}
.store-panel-divider{border:0;border-top:1px solid rgba(148,163,184,.16);margin:22px 0}
