/* ===== v3: réplica visual do original (ícones lucide, nav, banners, perfil...) ===== */
.ic{display:inline-block;vertical-align:middle;width:1em;height:1em;flex-shrink:0}
.ic-3{width:.85rem;height:.85rem}.ic-4{width:1rem;height:1rem}.ic-5{width:1.25rem;height:1.25rem}.ic-6{width:1.5rem;height:1.5rem}.ic-8{width:2rem;height:2rem}.ic-10{width:2.5rem;height:2.5rem}.ic-12{width:3rem;height:3rem}
.only-dark{display:none}html.dark .only-dark{display:inline-block}html.dark .only-light{display:none}
.banner-admin{background:linear-gradient(90deg,#7c3aed,#4f46e5);color:#fff;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.4rem}
.banner-trial{background:linear-gradient(90deg,#4f46e5,#2563eb);color:#fff;padding:.4rem 0}
.banner-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.banner-dot{display:inline-flex;background:rgba(255,255,255,.2);border-radius:999px;padding:.15rem}
.banner-pill{background:rgba(255,255,255,.2);padding:.1rem .4rem;border-radius:4px;font-weight:700}
.banner-btn{color:#fff;font-weight:600;display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .6rem;border-radius:6px}.banner-btn:hover{background:rgba(255,255,255,.1);text-decoration:none}
.banner-blocked{padding:.4rem 0}
.topbar-inner{height:64px}
.brand span{font-size:1.25rem}
.mainnav{justify-content:center;gap:.25rem}
.mainnav a{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .9rem;border-radius:8px;font-weight:500;color:#334155}
html.dark .mainnav a{color:#cbd5e1}
.mainnav a:hover{background:var(--blue-l);color:var(--blue)}
.mainnav a.active{background:var(--blue);color:#fff}
.vsep{width:1px;height:24px;background:var(--border);margin:0 .25rem}
.icon-btn{border:0;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;color:var(--muted)}
.icon-btn:hover{background:var(--bg2);color:var(--text);text-decoration:none}
.cart-badge{position:absolute;top:-2px;right:-2px;background:var(--blue);color:#fff;font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}
.user-btn{border:1px solid var(--border);border-radius:10px;padding:.3rem .5rem .3rem .3rem;gap:.5rem}
.avatar{width:32px;height:32px;background:var(--blue-l);color:var(--blue)}
.user-txt{display:flex;flex-direction:column;text-align:left;line-height:1.15}
.user-name{font-size:.85rem;font-weight:600}.user-co{font-size:.7rem;color:var(--muted);max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.dropdown-menu{min-width:270px}
.dropdown-menu a{display:flex;align-items:center;gap:.5rem}
.dropdown-label{padding:.4rem .7rem;font-size:.8rem;font-weight:600}
.dropdown-email{padding:0 .7rem .4rem;font-size:.75rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis}
.planbox{margin:0 .5rem .3rem;padding:.75rem;background:var(--bg2);border:1px solid var(--border);border-radius:8px}
.planbox-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.6rem}
.ubar{margin-bottom:.6rem}.ubar-head{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;font-weight:500;margin-bottom:.3rem}
.ubar-head span:first-child{display:inline-flex;align-items:center;gap:.3rem;color:var(--muted)}
.ubar-val{font-size:.65rem;font-weight:600;border:1px solid var(--border);background:var(--card);padding:.05rem .35rem;border-radius:4px}
.ubar-val.red{background:var(--red-l);color:var(--red);border-color:var(--red-b)}
.progress.thin{height:6px}
.page-head h1{gap:.75rem;font-size:1.9rem}
.page-head h1 .ic{color:var(--blue)}
.ico-box{background:var(--blue-l);color:var(--blue)}
.ico-box.big{width:48px;height:48px;border-radius:10px}
.usage-banner{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:12px;border:1px solid var(--border);background:var(--card);color:var(--muted);margin-bottom:2rem;font-size:.9rem}
.usage-banner.warn{background:var(--yellow-l);border-color:var(--yellow-b);color:#78350f}
.usage-banner .ico-box{background:var(--bg2);color:var(--muted)}
.card-x{background:var(--card);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);overflow:hidden;margin-bottom:1.5rem}
.card-x .head{padding:1rem 1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:1rem}
.card-x .head.grad{background:linear-gradient(90deg,var(--blue-l),var(--card))}
.card-x .head h2{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;margin:0}
.card-x .head h2 .ic{color:var(--blue)}
.card-x .body{padding:1.5rem}
.sec-title{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);padding-bottom:.5rem;border-bottom:1px solid var(--border);margin-bottom:1rem}
.input-icon.ro>input{background:var(--bg2);color:var(--muted)}
.input-icon.edit>input{background:#eff6ff80}
html.dark .input-icon.edit>input{background:#1e3a8a1a}
.hint-blue{font-size:.7rem;color:#2563ebb3;margin-top:.25rem}
.grid-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.store-card{background:var(--card);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);padding:1.25rem;position:relative}
.store-card:hover{box-shadow:0 4px 12px rgba(15,23,42,.1)}
.store-card .row{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--muted);margin-top:.5rem}
.store-card .row .ic{color:var(--muted2)}
.store-card .menu-btn{opacity:.5}.store-card:hover .menu-btn{opacity:1}
.tbl-plain{width:100%;border-collapse:collapse;font-size:.9rem}
.tbl-plain th{text-align:left;font-weight:600;color:var(--muted);background:var(--bg2);padding:.75rem 1rem}
.tbl-plain td{padding:.75rem 1rem;border-top:1px solid var(--border)}
.tbl-plain tr:hover td{background:var(--bg2)}
.tbl-plain .r{text-align:right}.tbl-plain .c{text-align:center}
.tbl-box{border:1px solid var(--border);border-radius:8px;overflow:auto}
.pill{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600}
.pill-green{background:#dcfce7;color:#15803d}.pill-purple{background:#f3e8ff;color:#7e22ce}.pill-slate{background:var(--bg2);color:var(--muted)}.pill-red{background:var(--red-l);color:var(--red)}.pill-amber{background:#fef3c7;color:#92400e}
.pricing-title{font-size:2.4rem;font-weight:800;text-align:center}
.pricing-sub{font-size:1.2rem;color:var(--muted);text-align:center;max-width:640px;margin:.75rem auto 3rem}
.coupon-box{max-width:420px;margin:0 auto 3rem;border:2px dashed var(--border2);border-radius:12px;padding:1.25rem;background:var(--bg2)}
.plan{border-radius:12px}.plan.rec{transform:scale(1.04);box-shadow:0 10px 30px rgba(37,99,235,.15)}
.plan h3{font-size:1.4rem}.plan .price{font-size:2.4rem}
.plan li{display:flex;align-items:center;gap:.5rem}.plan li:before{content:none}.plan li .ic{color:#22c55e}
.auth-box{max-width:440px;width:100%;background:var(--card);border:1px solid var(--border);border-radius:16px;box-shadow:0 10px 40px rgba(15,23,42,.08);padding:2rem}
.auth-box.wide{max-width:600px}
.auth-icon{width:48px;height:48px;border-radius:12px;background:var(--blue-l);color:var(--blue);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}
.auth-box h2{font-size:1.75rem;text-align:center}
.auth-box .sub{text-align:center;color:var(--muted);font-size:.9rem;margin-bottom:1.5rem}
.form-section{background:var(--bg2);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1.25rem}
.form-section h3{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}
.form-section h3 .ic{color:#3b82f6}
.btn .ic{width:1rem;height:1rem}
.btn-lg .ic{width:1.1rem;height:1.1rem}
.hero-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .75rem;border-radius:999px;background:var(--blue-l);color:var(--blue);font-size:.8rem;font-weight:600}
.hero h1{font-size:3.4rem;font-weight:800;letter-spacing:-.02em}
.hero h1 span{background:linear-gradient(90deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}
.feature .ico{width:40px;height:40px;font-size:1.1rem}
.feature .ico.green{background:#dcfce7;color:#16a34a}.feature .ico.yellow{background:#fef9c3;color:#ca8a04}.feature .ico.purple{background:#f3e8ff;color:#9333ea}.feature .ico.blue{background:var(--blue-l);color:var(--blue)}
.brand-sq{background:var(--blue);color:#fff;width:40px;height:40px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center}
.shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.prod{background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;position:relative}
.prod img{width:100%;aspect-ratio:1;object-fit:cover;background:var(--bg2)}
.prod .tag{position:absolute;top:.75rem;left:.75rem;background:var(--blue);color:#fff;font-size:.7rem;font-weight:600;padding:.15rem .6rem;border-radius:999px}
.prod .info{padding:1rem;flex:1;display:flex;flex-direction:column}
.prod h3{font-size:.95rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.prod .desc{font-size:.8rem;color:var(--muted);flex:1}
.prod .foot{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}
.prod .price{font-weight:700;font-size:1.1rem}
.btn-round{width:36px;height:36px;border-radius:50%;padding:0}
.stat-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.5rem;box-shadow:var(--shadow)}
.stat-card .label{color:var(--muted);font-size:.9rem;margin-bottom:.25rem}
.stat-card .value{font-size:1.5rem;font-weight:800}
.text-orange{color:#ea580c}
.cart-panel{position:fixed;top:0;right:-420px;width:400px;max-width:100vw;height:100vh;background:var(--card);box-shadow:-10px 0 40px rgba(0,0,0,.15);z-index:300;transition:right .25s;display:flex;flex-direction:column}
.cart-panel.open{right:0}
.cart-panel .head{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}
.cart-panel .items{flex:1;overflow:auto;padding:1rem 1.5rem}
.cart-panel .foot{padding:1.25rem 1.5rem;border-top:1px solid var(--border)}
.cart-item{display:flex;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--border)}
.cart-item img{width:64px;height:64px;border-radius:8px;object-fit:cover;background:var(--bg2)}
.qty{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:8px;background:var(--bg2)}
.qty button{border:0;background:none;width:28px;height:28px;cursor:pointer;color:var(--text)}
@media (max-width:900px){.grid-cards,.shop-grid{grid-template-columns:repeat(2,1fr)}.plan.rec{transform:none}}
@media (max-width:700px){.grid-cards,.shop-grid{grid-template-columns:1fr}.vsep,.user-txt{display:none}.mainnav a{justify-content:flex-start}}

/* fixes */
.user-txt{white-space:nowrap;max-width:150px}
.user-name,.user-co{overflow:hidden;text-overflow:ellipsis;display:block}
.mobile-only{display:none!important}
@media (max-width:700px){.mobile-only{display:inline-flex!important}}
.prod .desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
