
:root{
  --bg:#07080b;
  --bg2:#0c0e13;
  --card:#11131a;
  --line:rgba(255,255,255,.08);
  --text:#f5f6f8;
  --muted:#9da3ad;
  --red:#e51b23;
  --red2:#a90b11;
  --shadow:0 24px 80px rgba(0,0,0,.45);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--bg);color:var(--text);
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}
.bg-grid{
  position:fixed;inset:0;z-index:-5;pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
  linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,black,transparent 78%);
}
.glow{position:fixed;width:520px;height:520px;border-radius:50%;filter:blur(120px);opacity:.12;z-index:-4}
.glow-a{background:#ff1724;top:-170px;right:-130px}
.glow-b{background:#b10910;bottom:-220px;left:-160px}

.nav-wrap{
  position:sticky;top:0;z-index:20;
  background:rgba(7,8,11,.78);backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.06)
}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:54px;height:54px;object-fit:contain;border-radius:12px}
.brand div{display:flex;flex-direction:column;line-height:1}
.brand strong{font-family:Orbitron,sans-serif;font-size:17px;letter-spacing:3px}
.brand span{font-size:9px;color:var(--red);font-weight:800;letter-spacing:3.3px;margin-top:6px}
.brand.small img{width:42px;height:42px}
.nav-links{display:flex;align-items:center;gap:26px;font-size:14px;color:#c9ccd3}
.nav-links>a:not(.btn):hover{color:white}
.menu-btn{display:none;background:none;color:white;border:0;font-size:24px}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:0 20px;border-radius:10px;font-weight:700;
  border:1px solid transparent;transition:.2s ease;cursor:pointer
}
.btn-primary{
  color:white;background:linear-gradient(135deg,var(--red),var(--red2));
  box-shadow:0 12px 30px rgba(229,27,35,.23)
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(229,27,35,.32)}
.btn-ghost{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.035)}
.btn-ghost:hover{background:rgba(255,255,255,.07)}
.full{width:100%}

.hero{
  min-height:720px;display:grid;grid-template-columns:1.08fr .92fr;
  align-items:center;gap:50px;padding-top:56px;padding-bottom:56px
}
.eyebrow,.kicker{
  color:#ff4650;font-size:12px;font-weight:800;letter-spacing:2.4px
}
.eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:18px}
.eyebrow span{width:28px;height:2px;background:var(--red);box-shadow:0 0 16px var(--red)}
.hero h1{
  margin:0;font-family:Orbitron,sans-serif;font-size:clamp(42px,5vw,70px);
  line-height:1.04;letter-spacing:-2.5px;max-width:760px
}
.hero h1 em{font-style:normal;color:var(--red);text-shadow:0 0 34px rgba(229,27,35,.3)}
.hero-copy>p{font-size:17px;line-height:1.75;color:var(--muted);max-width:660px;margin:24px 0 30px}
.hero-actions{display:flex;gap:12px}
.hero-pills{display:flex;gap:14px;margin-top:42px}
.hero-pills div{
  min-width:135px;padding:14px 16px;border:1px solid var(--line);
  border-radius:12px;background:rgba(255,255,255,.025)
}
.hero-pills b{display:block;font-family:Orbitron;font-size:14px}
.hero-pills span{display:block;color:#858b95;font-size:11px;margin-top:5px}

.hero-art{position:relative;min-height:520px;display:grid;place-items:center}
.hero-art img{
  position:relative;z-index:2;width:min(92%,500px);filter:drop-shadow(0 28px 50px rgba(0,0,0,.7))
}
.logo-ring{
  position:absolute;width:410px;height:410px;border-radius:50%;
  border:1px solid rgba(229,27,35,.3);box-shadow:0 0 100px rgba(229,27,35,.1),inset 0 0 80px rgba(229,27,35,.04)
}
.logo-ring:before,.logo-ring:after{
  content:"";position:absolute;border-radius:50%;inset:24px;border:1px dashed rgba(255,255,255,.07)
}
.logo-ring:after{inset:-34px;border-style:solid;border-color:rgba(255,255,255,.035)}
.status-chip{
  position:absolute;z-index:3;padding:11px 14px;border:1px solid var(--line);
  background:rgba(14,16,21,.88);backdrop-filter:blur(12px);border-radius:10px;
  box-shadow:var(--shadow);font-size:12px;color:#d8dbe0
}
.status-chip i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#35d07f;margin-right:7px;box-shadow:0 0 12px #35d07f}
.chip-top{right:0;top:95px}
.chip-bottom{left:10px;bottom:95px}

.section{padding:96px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:38px}
.section-head.compact{margin-bottom:28px}
.section-head h2,.cta h2{
  font-family:Orbitron,sans-serif;font-size:clamp(28px,4vw,44px);margin:8px 0 0;letter-spacing:-1px
}
.section-head>p{max-width:500px;color:var(--muted);line-height:1.7;margin:0}

.products{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.product-card{
  position:relative;overflow:hidden;padding:34px;border-radius:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  border:1px solid var(--line);box-shadow:0 18px 50px rgba(0,0,0,.2)
}
.product-card.featured:after{
  content:"";position:absolute;width:240px;height:240px;right:-90px;top:-110px;border-radius:50%;
  background:var(--red);filter:blur(90px);opacity:.13
}
.card-icon{
  width:52px;height:52px;display:grid;place-items:center;border-radius:14px;
  border:1px solid rgba(229,27,35,.25);background:rgba(229,27,35,.08);
  color:#ff4049;font-size:25px;margin-bottom:24px
}
.tag{font-size:10px;letter-spacing:2px;color:#ff4b54;font-weight:800;margin-bottom:10px}
.product-card h3{font-family:Orbitron;margin:0 0 14px;font-size:25px}
.product-card p{color:var(--muted);line-height:1.7}
.product-card ul{list-style:none;padding:0;margin:24px 0}
.product-card li{padding:8px 0;color:#d4d7dc;font-size:14px}
.product-card li:before{content:"✓";color:#ff3c46;margin-right:9px;font-weight:800}
.product-card>a{display:inline-flex;gap:10px;color:#fff;font-weight:700;font-size:14px}
.product-card>a span{color:var(--red)}

.features{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.features article{
  padding:26px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.02)
}
.features article>span{font-family:Orbitron;color:#e42a32;font-size:11px}
.features h3{font-size:17px;margin:16px 0 9px}
.features p{color:var(--muted);font-size:13px;line-height:1.65;margin:0}

.cta{
  margin-top:40px;margin-bottom:90px;padding:44px 48px;border-radius:22px;
  display:flex;align-items:center;justify-content:space-between;gap:30px;
  border:1px solid rgba(229,27,35,.22);
  background:linear-gradient(100deg,rgba(229,27,35,.12),rgba(255,255,255,.025))
}
.cta p{color:var(--muted);margin:12px 0 0}
.footer{
  min-height:120px;border-top:1px solid var(--line);display:flex;align-items:center;
  justify-content:space-between;color:#777e88;font-size:12px
}

.auth-body{min-height:100vh;display:grid;place-items:center}
.auth-shell{width:min(480px,calc(100% - 32px));padding:42px 0}
.auth-brand{justify-content:center;margin-bottom:24px}
.auth-card{
  border:1px solid var(--line);border-radius:22px;padding:34px;
  background:rgba(13,15,20,.88);backdrop-filter:blur(18px);box-shadow:var(--shadow)
}
.auth-card h1{font-family:Orbitron;font-size:30px;margin:10px 0 12px}
.auth-card>p{color:var(--muted);line-height:1.65;font-size:14px;margin-bottom:26px}
.auth-card form{display:grid;gap:16px}
.auth-card label{display:grid;gap:8px;color:#d6d9de;font-size:12px;font-weight:700}
.auth-card input{
  width:100%;height:49px;border-radius:10px;border:1px solid rgba(255,255,255,.1);
  background:#0a0c10;color:white;padding:0 14px;outline:none
}
.auth-card input:focus{border-color:rgba(229,27,35,.7);box-shadow:0 0 0 3px rgba(229,27,35,.08)}
.password-wrap{position:relative}
.password-wrap input{padding-right:78px}
.password-wrap button{
  position:absolute;right:7px;top:7px;height:35px;padding:0 10px;border:0;border-radius:7px;
  color:#aaa;background:#151820;cursor:pointer;font-size:11px
}
.auth-note{
  margin-top:20px;padding:13px 14px;border:1px solid rgba(255,255,255,.07);
  border-radius:10px;background:rgba(255,255,255,.02);display:grid;gap:5px
}
.auth-note b{font-size:12px}
.auth-note span{font-size:11px;line-height:1.5;color:#818792}
.back-link{display:inline-block;margin-top:22px;color:#b8bcc4;font-size:12px}
.admin-link{text-align:center;color:#707783;font-size:11px;margin-top:18px}
.admin-link a{color:#d9dce1}
.toast{
  position:fixed;left:50%;bottom:28px;transform:translateX(-50%) translateY(20px);
  background:#171a20;border:1px solid rgba(255,255,255,.1);color:white;
  padding:13px 18px;border-radius:10px;font-size:12px;opacity:0;pointer-events:none;
  transition:.25s ease;z-index:99;box-shadow:var(--shadow)
}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}

@media (max-width:900px){
  .menu-btn{display:block}
  .nav-links{
    position:absolute;top:82px;left:20px;right:20px;display:none;flex-direction:column;align-items:stretch;
    padding:18px;background:#0e1015;border:1px solid var(--line);border-radius:14px
  }
  .nav-links.open{display:flex}
  .hero{grid-template-columns:1fr;padding-top:80px}
  .hero-copy{text-align:center}
  .eyebrow{justify-content:center}
  .hero-copy>p{margin-left:auto;margin-right:auto}
  .hero-actions,.hero-pills{justify-content:center}
  .hero-art{min-height:430px}
  .section-head{align-items:start;flex-direction:column}
  .products{grid-template-columns:1fr}
  .features{grid-template-columns:1fr 1fr}
}
@media (max-width:600px){
  .container{width:min(100% - 26px,1160px)}
  .hero{min-height:auto;padding-top:64px}
  .hero h1{font-size:39px;letter-spacing:-1.4px}
  .hero-copy>p{font-size:15px}
  .hero-actions{flex-direction:column}
  .hero-pills{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
  .hero-pills div{min-width:0;padding:10px 8px}
  .hero-pills span{font-size:9px}
  .hero-art{min-height:360px}
  .logo-ring{width:300px;height:300px}
  .status-chip{display:none}
  .section{padding:68px 0}
  .product-card{padding:26px}
  .features{grid-template-columns:1fr}
  .cta{padding:30px;align-items:flex-start;flex-direction:column}
  .footer{padding:28px 0;gap:20px;align-items:flex-start;flex-direction:column}
  .auth-card{padding:26px 22px}
}

/* V2 - painéis reais */
button:disabled{opacity:.55;cursor:not-allowed}.auth-note a{color:#fff}.panel-body{min-height:100vh;background:#08090c;color:#eef0f4}.panel-top{height:78px;border-bottom:1px solid #23252c;background:rgba(8,9,12,.94);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,4vw,54px);position:sticky;top:0;z-index:20}.panel-user{display:flex;gap:14px;align-items:center;color:#c6c8ce}.btn-small{padding:10px 14px!important;font-size:.85rem}.panel-main{width:min(1180px,calc(100% - 36px));margin:0 auto;padding:52px 0 80px}.panel-hero h1{font-family:Orbitron,Inter,sans-serif;font-size:clamp(2rem,4vw,3.4rem);margin:8px 0 10px}.panel-hero p{color:#999da7;max-width:720px}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:34px}.service-card,.empty-card,.panel-card,.stats article{border:1px solid #292b32;background:linear-gradient(180deg,#111318,#0d0f13);border-radius:18px;padding:24px;box-shadow:0 18px 60px rgba(0,0,0,.2)}.empty-card{grid-column:1/-1;display:flex;flex-direction:column;gap:8px;color:#a7abb4}.service-top{display:flex;justify-content:space-between;align-items:center}.service-icon{font-size:1.8rem;color:#ff304b}.status-badge{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.status-badge.active{background:rgba(63,210,126,.12);color:#7ee9aa;border:1px solid rgba(63,210,126,.25)}.status-badge.suspended,.status-badge.expired{background:rgba(255,67,87,.12);color:#ff7889;border:1px solid rgba(255,67,87,.26)}.service-card h2{margin:20px 0 8px}.service-card p{color:#9398a2;min-height:48px}.service-meta{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.service-meta div{padding:14px;background:#0a0c10;border:1px solid #23262d;border-radius:12px;display:flex;flex-direction:column;gap:6px}.service-meta span{font-size:.73rem;color:#737884;text-transform:uppercase}.service-meta code{overflow-wrap:anywhere;color:#f3f4f6}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:28px 0}.stats article b{font-size:2rem;display:block}.stats article span{color:#848995;font-size:.85rem}.admin-grid{display:grid;grid-template-columns:350px 1fr;gap:18px}.panel-card h2{margin:6px 0 20px}.panel-card.wide{min-width:0}.panel-card form{display:grid;gap:13px}.panel-card label,.entitlement-form label{display:grid;gap:7px;color:#b9bdc6;font-size:.84rem}.panel-card input,.entitlement-form input,.entitlement-form select{width:100%;background:#090b0f;border:1px solid #2a2d35;color:#fff;border-radius:10px;padding:12px 13px;outline:none}.panel-card input:focus,.entitlement-form input:focus,.entitlement-form select:focus{border-color:#e4364e}.small-msg{min-height:20px;color:#a6abb4;font-size:.84rem}.card-head{display:flex;align-items:center;justify-content:space-between;gap:15px}.table-wrap{overflow:auto}.table-wrap table{width:100%;border-collapse:collapse;min-width:690px}.table-wrap th,.table-wrap td{text-align:left;padding:14px 10px;border-bottom:1px solid #252830;vertical-align:middle}.table-wrap th{color:#777c87;font-size:.72rem;text-transform:uppercase}.table-wrap td{color:#cfd2d8;font-size:.88rem}.table-wrap td b{display:block;color:#fff}.table-wrap td small{display:block;color:#777c87;margin-top:4px}.table-btn{border:1px solid #30333b;background:#11141a;color:#fff;border-radius:8px;padding:7px 9px;margin:2px;cursor:pointer}.table-btn:hover{border-color:#e13951}.muted{color:#6f7480}.modal{position:fixed;inset:0;background:rgba(0,0,0,.76);display:none;align-items:center;justify-content:center;padding:20px;z-index:50}.modal.open{display:flex}.modal-card{width:min(760px,100%);max-height:88vh;overflow:auto;border:1px solid #2e3139;background:#0d0f13;border-radius:20px;padding:24px}.icon-btn{width:38px;height:38px;border-radius:10px;border:1px solid #30333b;background:#11141a;color:#fff;font-size:1.4rem;cursor:pointer}.entitlement-form{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding:18px 0;border-top:1px solid #24272e}.entitlement-form:first-child{margin-top:18px}.entitlement-title{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between}.entitlement-title span{color:#747985;font-size:.78rem}.entitlement-form button{justify-self:start}.toast[data-type="error"]{border-color:#b7283b}.toast.show{transform:translateY(0);opacity:1}
@media(max-width:900px){.stats{grid-template-columns:repeat(2,1fr)}.admin-grid{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr}}@media(max-width:600px){.panel-top{height:auto;padding:14px 16px}.panel-user span{display:none}.stats{grid-template-columns:1fr 1fr}.service-meta{grid-template-columns:1fr}.entitlement-form{grid-template-columns:1fr}.panel-main{width:min(100% - 24px,1180px);padding-top:34px}}

/* V3 - melhorias de licenças e administração */
.expiry-line{margin-top:18px;padding:10px 12px;border-radius:10px;background:#0a0c10;border:1px solid #23262d;color:#9ea4af;font-size:.82rem;font-weight:700}.expiry-line.warning{color:#ffd07a;border-color:rgba(255,190,70,.3);background:rgba(255,190,70,.06)}.license-box{position:relative}.copy-license{margin-top:8px;align-self:flex-start;border:1px solid #30333b;background:#14171d;color:#fff;border-radius:8px;padding:7px 10px;cursor:pointer;font-size:.76rem}.copy-license:hover{border-color:#e13951}.client-tools{margin:18px 0 8px;padding:16px;border:1px solid #292c34;background:#0a0c10;border-radius:14px;display:grid;gap:12px}.client-tools>div:first-child{display:grid;gap:4px}.client-tools span{color:#7d828d;font-size:.78rem}.password-reset-row{display:grid;grid-template-columns:1fr auto;gap:10px}.password-reset-row input{background:#090b0f;border:1px solid #2a2d35;color:#fff;border-radius:10px;padding:11px 13px}.assignment-badge{padding:5px 8px;border-radius:999px;font-size:.68rem;font-weight:800;text-transform:uppercase}.assignment-badge.assigned{color:#7ee9aa;background:rgba(63,210,126,.1);border:1px solid rgba(63,210,126,.2)}.assignment-badge.unassigned{color:#8b909b;background:#14171d;border:1px solid #2b2e36}.entitlement-title>div{display:grid;gap:3px}.license-field{grid-column:1/-1}.inline-input{display:grid;grid-template-columns:1fr auto;gap:8px}.service-actions{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.table-btn.danger{color:#ff7e8a;border-color:rgba(255,67,87,.28);background:rgba(255,67,87,.06)}.table-btn:disabled{opacity:.45;cursor:not-allowed}
@media(max-width:600px){.password-reset-row,.inline-input{grid-template-columns:1fr}.service-actions>*{flex:1 1 140px}}
.license-binding{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:10px 12px;border:1px solid rgba(255,255,255,.08);border-radius:10px;margin:8px 0 12px}.license-binding span{color:#8e8e96;font-size:.8rem}.license-binding b{font-family:monospace;font-size:.9rem}

.service-config-action{margin-top:18px;padding-top:16px;border-top:1px solid var(--line,#242832);display:flex;align-items:center;gap:14px;flex-wrap:wrap}.service-config-action span{color:#9299aa;font-size:.86rem;max-width:520px}.ac-page{max-width:1180px}.ac-config-form{display:grid;gap:22px}.ac-section{background:#101217;border:1px solid #262b35;border-radius:18px;padding:22px}.ac-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px}.ac-section h2{margin:4px 0 0;font-size:1.35rem}.protection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.protection-row{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:14px 15px;border:1px solid #262b35;border-radius:12px;background:#0b0d11}.protection-row span{display:flex;flex-direction:column;gap:3px}.protection-row small{color:#777f90}.protection-row select{width:150px}.webhook-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.webhook-grid label{display:flex;flex-direction:column;gap:7px;font-weight:700}.webhook-grid label span{color:#8e96a8;font-size:.82rem;font-weight:400}.webhook-grid input,.webhook-grid textarea,.protection-row select{background:#0a0c10;border:1px solid #2b303b;color:#fff;border-radius:10px;padding:11px 12px;font:inherit}.webhook-grid textarea{resize:vertical}.ac-savebar{position:sticky;bottom:14px;z-index:5;background:rgba(10,12,16,.94);backdrop-filter:blur(10px);border:1px solid #292e38;border-radius:14px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px}.muted{color:#8e96a8}@media(max-width:760px){.protection-grid,.webhook-grid{grid-template-columns:1fr}.protection-row{align-items:flex-start;flex-direction:column}.protection-row select{width:100%}.ac-savebar{position:static;flex-direction:column;align-items:stretch}.ac-section{padding:16px}}

.service-download-action{margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.07);display:flex;align-items:center;gap:12px;flex-wrap:wrap}.service-download-action span{color:var(--muted);font-size:11px;line-height:1.45;flex:1;min-width:220px}

/* V7 Loja + pagamentos */
.auth-shell{max-width:520px;margin:0 auto;padding:48px 20px}.auth-shell>.brand{margin-bottom:24px}.auth-card{background:#111319;border:1px solid #242731;border-radius:20px;padding:28px}.auth-card h1{margin:.45rem 0}.auth-card form{display:grid;gap:14px;margin-top:22px}.auth-card label,.checkout-modal-card label{display:grid;gap:7px;color:#d8dbe5;font-size:.92rem}.auth-card input,.checkout-modal-card input,.plans-admin input,.pix-result textarea{width:100%;box-sizing:border-box;background:#090b0f;border:1px solid #2a2e38;border-radius:12px;color:#fff;padding:13px 14px;font:inherit}.auth-foot{text-align:center;color:#9ea4b3;margin-top:18px}.auth-foot a{color:#fff}.store-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:22px}.store-product{background:#111319;border:1px solid #242731;border-radius:20px;padding:24px}.store-product h2{margin:10px 0 6px}.store-product>p{color:#a5abb8}.plan-list{display:grid;gap:10px;margin-top:18px}.plan-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px;border:1px solid #282c36;border-radius:14px;background:#0c0e13}.plan-row strong{font-size:1.05rem}.plan-row span{display:block;color:#9ea4b3;font-size:.85rem;margin-top:3px}.store-help{display:flex;gap:10px;flex-direction:column}.store-help span{color:#9ea4b3}.checkout-modal-card{max-width:560px}.checkout-summary{color:#aeb4c2}.checkout-modal-card form{display:grid;gap:14px}.pix-result{display:grid;gap:14px;text-align:center}.pix-result img{width:min(260px,80%);aspect-ratio:1;margin:0 auto;background:white;border-radius:14px;padding:10px}.pix-result span{display:block;color:#9ea4b3;margin-top:5px}.pix-result textarea{min-height:100px;resize:vertical;word-break:break-all}.integration-status{padding:16px 18px;border:1px solid #2a2e38;border-radius:14px;background:#111319;margin-bottom:18px}.integration-status.ok{border-color:#245b3b}.integration-status.warn{border-color:#715b24}.plans-admin{display:grid;gap:12px}.admin-plan-row{display:grid;grid-template-columns:minmax(180px,1fr) 130px 120px auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid #252832}.admin-plan-row:last-child{border-bottom:0}.admin-plan-row small{display:block;color:#979dab}.admin-plan-row label{display:flex;align-items:center;gap:8px}.admin-plan-row input[type=number]{padding:10px}.status-badge.pending{background:#4d421b;color:#ffe68c}.status-badge.paid{background:#173d2b;color:#83f0b5}.status-badge.failed,.status-badge.refunded{background:#452226;color:#ff9aa5}.service-renew-action{margin-top:12px;padding-top:12px;border-top:1px solid #262a34}.service-renew-action span{display:block;color:#949baa;font-size:.83rem;margin-top:6px}@media(max-width:760px){.store-grid{grid-template-columns:1fr}.admin-plan-row{grid-template-columns:1fr}.panel-user{gap:6px;flex-wrap:wrap}.panel-user>span{width:100%}}

/* V7.1 — Suporte e redes sociais */
.support-page{max-width:1380px}.support-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.7fr);gap:22px;align-items:start}.admin-support-layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.6fr);gap:22px;align-items:start}.support-chat-card{min-width:0}.support-live{font-size:.78rem;color:#7df2a6;letter-spacing:.05em}.support-messages{height:460px;overflow-y:auto;border:1px solid var(--line,#252932);border-radius:16px;background:rgba(0,0,0,.18);padding:18px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}.support-bubble{max-width:min(78%,680px);padding:12px 14px;border-radius:16px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.support-bubble.client{align-self:flex-end;background:rgba(196,25,37,.2);border:1px solid rgba(255,65,78,.28)}.support-bubble.admin{align-self:flex-start;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.09)}.support-bubble .bubble-meta{display:block;font-size:.69rem;color:var(--muted,#979aa4);margin-top:7px}.support-compose{display:grid;grid-template-columns:1fr auto;gap:12px;margin-top:14px;align-items:end}.support-compose textarea{min-height:76px;resize:vertical}.social-card p{color:var(--muted,#979aa4);margin-bottom:20px}.social-link{display:grid;grid-template-columns:44px 1fr auto;gap:12px;align-items:center;padding:14px;border:1px solid var(--line,#252932);border-radius:14px;text-decoration:none;color:inherit;margin-top:10px;transition:.2s ease}.social-link:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.25)}.social-link .social-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.07);font-size:1.25rem}.social-link div{display:flex;flex-direction:column;gap:2px}.social-link small{color:var(--muted,#979aa4)}.support-note{margin-top:18px;padding:14px;border-radius:12px;background:rgba(255,255,255,.035);color:var(--muted,#979aa4);font-size:.86rem}.support-conversation-list{display:flex;flex-direction:column;gap:9px;max-height:560px;overflow:auto}.conversation-item{width:100%;text-align:left;border:1px solid var(--line,#252932);background:rgba(255,255,255,.025);color:inherit;border-radius:13px;padding:13px;cursor:pointer}.conversation-item.active{border-color:rgba(255,55,70,.55);background:rgba(196,25,37,.12)}.conversation-item b,.conversation-item small,.conversation-item span{display:block}.conversation-item small{color:var(--muted,#979aa4);margin-top:2px}.conversation-item span{font-size:.78rem;color:var(--muted,#979aa4);margin-top:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.public-social-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
@media(max-width:850px){.support-layout,.admin-support-layout{grid-template-columns:1fr}.support-messages{height:380px}.support-compose{grid-template-columns:1fr}.support-compose .btn{width:100%}.support-conversation-list{max-height:300px}.support-bubble{max-width:90%}}

/* V7.2 — chat de suporte compacto e flutuante */
.support-page-compact{max-width:1100px}.support-social-compact{max-width:760px}.social-actions-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.social-actions-row .social-link{margin-top:0}.support-float{position:fixed;right:22px;bottom:22px;z-index:90;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.support-float-button{height:48px;padding:0 15px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:#15171c;color:#fff;display:flex;align-items:center;gap:9px;box-shadow:0 12px 34px rgba(0,0,0,.35);cursor:pointer;font:inherit;font-weight:700}.support-float-button:hover{border-color:rgba(255,255,255,.28)}.support-float-button.is-open{display:none}.support-float-dot{width:8px;height:8px;border-radius:50%;background:#58d887;display:inline-block;box-shadow:0 0 0 3px rgba(88,216,135,.12)}.support-float-panel{width:min(360px,calc(100vw - 28px));border:1px solid rgba(255,255,255,.13);border-radius:18px;background:#101216;box-shadow:0 22px 60px rgba(0,0,0,.5);overflow:hidden}.support-float-panel[hidden]{display:none}.support-float-head{min-height:58px;padding:11px 13px 10px 15px;border-bottom:1px solid var(--line,#252932);display:flex;align-items:center;justify-content:space-between;gap:12px}.support-float-head>div{display:flex;flex-direction:column;gap:3px}.support-float-head b{font-size:.94rem}.support-float-head small{color:var(--muted,#979aa4);font-size:.72rem;display:flex;align-items:center;gap:7px}.support-float-close{width:34px;height:34px;border:0;border-radius:9px;background:rgba(255,255,255,.06);color:#fff;font-size:1.25rem;cursor:pointer}.support-messages-compact{height:270px;border:0;border-radius:0;background:rgba(0,0,0,.08);padding:12px;gap:9px}.support-messages-compact .support-bubble{max-width:88%;padding:9px 11px;border-radius:13px;font-size:.86rem}.support-messages-compact .bubble-meta{font-size:.62rem;margin-top:5px}.support-compose-compact{display:grid;grid-template-columns:1fr auto;gap:8px;margin:0;padding:10px;border-top:1px solid var(--line,#252932);background:#101216}.support-compose-compact textarea{min-height:44px;max-height:86px;padding:10px 11px;resize:none;font-size:.88rem}.support-compose-compact .btn{height:44px;align-self:end}.support-float-panel .small-msg{padding:0 10px 8px;margin:0;font-size:.72rem}
@media(max-width:650px){.social-actions-row{grid-template-columns:1fr}.support-float{right:14px;bottom:14px}.support-float-panel{width:min(350px,calc(100vw - 28px))}.support-messages-compact{height:250px}.support-compose-compact{grid-template-columns:1fr auto}.support-compose-compact .btn{width:auto}}
.support-status{font-style:normal;font-size:10px;font-weight:800;padding:3px 7px;border-radius:999px;margin-left:6px;vertical-align:1px}.support-status.open{background:rgba(34,197,94,.12);color:#7ee2a8}.support-status.closed{background:rgba(148,163,184,.12);color:#aeb7c5}.support-closed-note{margin:12px 4px 4px;padding:10px 12px;border:1px solid rgba(148,163,184,.18);border-radius:10px;color:#aeb7c5;font-size:12px;text-align:center}.btn-danger{background:rgba(220,38,38,.12);border-color:rgba(239,68,68,.35);color:#ff8d8d}.btn-danger:hover{background:rgba(220,38,38,.2)}

/* V7.4 — suporte público sem conta */
.guest-support-start{padding:14px;display:grid;gap:10px}.guest-support-start p{margin:0;color:var(--muted,#9aa0aa);font-size:.86rem;line-height:1.45}.guest-support-start label{display:grid;gap:5px;font-size:.76rem;color:var(--muted,#9aa0aa);font-weight:700}.guest-support-start input,.guest-support-start textarea{width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.12);background:#0c0d11;color:#fff;border-radius:10px;padding:10px 11px;font:inherit;resize:vertical}.guest-support-start input:focus,.guest-support-start textarea:focus{outline:1px solid rgba(255,70,70,.7);border-color:rgba(255,70,70,.7)}.support-status.guest{color:#c9b6ff;border-color:rgba(172,139,255,.35);background:rgba(172,139,255,.09)}
@media(max-width:520px){.guest-support-panel{max-width:calc(100vw - 24px)}}

/* V7.7 — Home Gaming Premium */
.home-v77{
  background:
    radial-gradient(circle at 84% 22%,rgba(225,20,28,.11),transparent 34%),
    radial-gradient(circle at 12% 92%,rgba(120,0,8,.08),transparent 30%),
    #050608;
}
.home-v77 .bg-grid{
  opacity:.5;
  background-size:52px 52px;
  background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px)
}
.home-v77 .glow{opacity:.07}
.home-v77 .container{width:min(1280px,calc(100% - 54px))}
.home-v77 .nav-wrap{background:rgba(4,5,7,.9);border-bottom:1px solid rgba(229,27,35,.10)}
.home-v77 .nav{height:78px}
.home-v77 .brand img{width:48px;height:48px}
.home-v77 .nav-links{gap:24px;font-size:13px}
.home-v77 .nav-links .btn{min-height:42px;border-color:rgba(229,27,35,.45);background:rgba(229,27,35,.035)}

.home-v77 .hero-gaming{
  min-height:590px;
  grid-template-columns:.92fr 1.08fr;
  gap:20px;
  padding-top:38px;
  padding-bottom:22px;
  position:relative;
}
.home-v77 .hero-gaming:after{
  content:"";position:absolute;left:0;right:0;bottom:-2px;height:1px;
  background:linear-gradient(90deg,transparent,rgba(229,27,35,.24),transparent)
}
.home-v77 .hero-copy{position:relative;z-index:4;padding-left:4px}
.home-v77 .hero-copy .eyebrow{margin-bottom:18px;font-size:11px;letter-spacing:2.1px}
.home-v77 .hero-copy h1{
  font-family:Impact,"Arial Narrow",Orbitron,sans-serif;
  font-size:clamp(54px,6.1vw,88px);
  line-height:.92;
  letter-spacing:-1.7px;
  text-transform:uppercase;
  max-width:650px;
  text-shadow:0 8px 32px rgba(0,0,0,.42)
}
.home-v77 .hero-copy h1 em{color:#ec1c24;text-shadow:0 0 34px rgba(229,27,35,.28)}
.home-v77 .hero-subline{
  margin:22px 0 0!important;
  color:#f4f4f5!important;
  font-size:12px!important;
  font-weight:800;
  letter-spacing:2.1px;
  line-height:1.4!important
}
.home-v77 .hero-subline b{color:#e51b23;margin:0 7px}
.home-v77 .hero-copy>p:not(.hero-subline){font-size:14px;line-height:1.72;max-width:555px;margin:16px 0 26px}
.home-v77 .hero-actions .btn{min-height:44px;padding:0 18px;border-radius:8px;font-size:13px}
.home-v77 .hero-actions .btn-primary{box-shadow:0 0 30px rgba(229,27,35,.23)}
.home-v77 .hero-art-gaming{min-height:530px;overflow:visible;isolation:isolate}
.home-v77 .hero-art-gaming:before{
  content:"";position:absolute;width:72%;height:72%;right:4%;top:15%;z-index:-2;
  background:radial-gradient(circle,rgba(229,27,35,.38),rgba(115,0,6,.15) 38%,transparent 70%);
  filter:blur(34px)
}
.home-v77 .hero-art-gaming:after{
  content:"";position:absolute;width:84%;height:54%;right:-2%;bottom:4%;z-index:-3;
  background:linear-gradient(150deg,transparent 22%,rgba(229,27,35,.17),transparent 70%);
  filter:blur(35px);transform:skewX(-12deg)
}
.home-v77 .hero-red-aura{
  position:absolute;width:440px;height:440px;border-radius:50%;left:50%;top:50%;z-index:-1;
  transform:translate(-50%,-50%);
  border:1px solid rgba(229,27,35,.19);box-shadow:0 0 90px rgba(229,27,35,.17),inset 0 0 70px rgba(229,27,35,.04)
}
.home-v77 .hero-art img{
  width:min(95%,600px);max-height:520px;object-fit:contain;
  filter:drop-shadow(0 28px 38px rgba(0,0,0,.72)) drop-shadow(0 0 26px rgba(229,27,35,.09));
  transform:translateY(6px)
}

.home-v77 .hero-art img.hero-hollow-logo{
  width:min(86%,480px);
  max-height:480px;
  object-fit:contain;
  transform:translate(4px,6px);
}

.home-v77 .home-stats{
  min-height:82px;margin-top:6px;margin-bottom:26px;padding:0 28px;
  display:grid;grid-template-columns:repeat(4,1fr);align-items:center;
  border:1px solid rgba(229,27,35,.28);border-radius:8px;
  background:linear-gradient(90deg,rgba(100,5,10,.24),rgba(25,6,8,.52),rgba(100,5,10,.24));
  box-shadow:0 10px 38px rgba(0,0,0,.28)
}
.home-v77 .home-stats>div{display:flex;align-items:center;justify-content:center;gap:12px;min-height:48px;border-right:1px solid rgba(255,255,255,.055)}
.home-v77 .home-stats>div:last-child{border-right:0}
.home-v77 .stat-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:#ff2932;border:1px solid rgba(229,27,35,.45);background:rgba(229,27,35,.08);font-size:14px}
.home-v77 .home-stats p{margin:0;display:flex;flex-direction:column}
.home-v77 .home-stats b{font-family:Orbitron,sans-serif;font-size:13px}
.home-v77 .home-stats small{color:#8e939d;font-size:10px;margin-top:3px}

.home-v77 .home-products{padding-top:64px;padding-bottom:84px}
.home-v77 .section-head-centered{justify-content:center;text-align:center;margin-bottom:32px}
.home-v77 .section-head-centered h2{font-size:clamp(28px,3.5vw,42px)}
.home-v77 .products{max-width:1060px;margin:0 auto;gap:22px}
.home-v77 .product-card{
  border-radius:10px;padding:30px 30px 27px;
  border-color:rgba(229,27,35,.26);
  background:linear-gradient(145deg,rgba(22,17,20,.78),rgba(7,8,10,.92));
  box-shadow:0 18px 46px rgba(0,0,0,.28)
}
.home-v77 .product-card:hover{border-color:rgba(229,27,35,.55);transform:translateY(-2px);transition:.2s ease}
.home-v77 .product-card .card-icon{float:left;margin:1px 18px 0 0;width:48px;height:48px;border-radius:10px}
.home-v77 .product-card .tag{margin-top:2px}
.home-v77 .product-card h3{font-family:Inter,sans-serif;font-size:23px;letter-spacing:-.4px;margin-bottom:10px}
.home-v77 .product-card p{font-size:13px;line-height:1.65;min-height:64px}
.home-v77 .product-card ul{clear:both;margin:20px 0}
.home-v77 .product-card li{font-size:12px;padding:6px 0}
.home-v77 .product-card li:before{content:"◆";font-size:7px;vertical-align:2px}
.home-v77 .product-action{border:1px solid rgba(229,27,35,.42);background:rgba(229,27,35,.10);border-radius:7px;padding:10px 14px}
.home-v77 .product-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.home-v77 .product-actions .product-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}
.home-v77 .product-actions .product-buy{background:#e51b23;border-color:#e51b23;color:#fff;box-shadow:0 10px 24px rgba(229,27,35,.18)}
.home-v77 .product-actions .product-buy:hover{background:#ff2a33;border-color:#ff2a33}
.home-v77 .cta{margin-top:4px;border-radius:12px;background:linear-gradient(100deg,rgba(90,4,10,.26),rgba(255,255,255,.018));border-color:rgba(229,27,35,.25)}
.home-v77 .footer{border-top-color:rgba(229,27,35,.12)}

@media(max-width:900px){
  .home-v77 .container{width:min(100% - 32px,1280px)}
  .home-v77 .hero-gaming{grid-template-columns:1fr;min-height:auto;padding-top:70px;text-align:center}
  .home-v77 .hero-copy h1{max-width:760px;margin-inline:auto;font-size:clamp(52px,10vw,78px)}
  .home-v77 .hero-subline{text-align:center}
  .home-v77 .hero-art-gaming{min-height:420px;margin-top:-30px}
  .home-v77 .hero-art img{max-height:420px}
  .home-v77 .home-stats{grid-template-columns:1fr 1fr;padding:12px 18px}
  .home-v77 .home-stats>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.05)}
  .home-v77 .home-stats>div:nth-last-child(-n+2){border-bottom:0}
}
@media(max-width:600px){
  .home-v77 .container{width:min(100% - 22px,1280px)}
  .home-v77 .hero-copy h1{font-size:46px;line-height:.96}
  .home-v77 .hero-copy>p:not(.hero-subline){font-size:13px}
  .home-v77 .hero-subline{font-size:10px!important;letter-spacing:1.4px}
  .home-v77 .hero-art-gaming{min-height:330px}
  .home-v77 .hero-art img{max-height:330px}
  .home-v77 .home-stats{grid-template-columns:1fr 1fr;padding:10px}
  .home-v77 .home-stats>div{justify-content:flex-start;padding-left:10px}
  .home-v77 .home-products{padding-top:48px}
  .home-v77 .product-card{padding:24px}
  .home-v77 .cta{padding:30px 24px;align-items:stretch;flex-direction:column}
}

/* V7.9 — Home Gaming Premium com preços */
.home-v77 .product-card{position:relative;overflow:hidden}
.home-v77 .product-card:after{
  content:"";position:absolute;right:-80px;bottom:-110px;width:260px;height:260px;border-radius:50%;
  background:radial-gradient(circle,rgba(229,27,35,.14),transparent 68%);pointer-events:none
}
.home-v77 .product-main-row{display:grid;grid-template-columns:minmax(0,1fr) 164px;gap:22px;align-items:end;clear:both;margin-top:18px}
.home-v77 .product-main-row ul{margin:0;min-width:0}
.home-v77 .product-price{
  min-height:132px;border:1px solid rgba(229,27,35,.46);border-radius:10px;
  background:linear-gradient(160deg,rgba(67,8,12,.30),rgba(8,9,12,.94));
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  box-shadow:inset 0 0 28px rgba(229,27,35,.035),0 12px 26px rgba(0,0,0,.24);position:relative;z-index:1
}
.home-v77 .product-price span{font-size:10px;font-weight:800;letter-spacing:1.4px;color:#ff2b34;margin-bottom:8px}
.home-v77 .product-price strong{font-family:Orbitron,sans-serif;font-size:32px;letter-spacing:-1.5px;color:#fff;line-height:1}
.home-v77 .product-price strong small{font-family:Inter,sans-serif;font-size:15px;letter-spacing:0;font-weight:700;color:#ddd}
.home-v77 .product-price em{font-style:normal;color:#989da7;font-size:11px;margin-top:9px}
.home-v77 .product-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px;position:relative;z-index:1}
.home-v77 .product-actions .product-action{min-height:48px;font-weight:800;font-size:12px}
.home-v77 .product-actions .product-buy{background:linear-gradient(135deg,#ef1c25,#b80c13);box-shadow:0 10px 30px rgba(229,27,35,.21)}
.home-v77 .home-support-strip{min-height:82px;padding:18px 24px;display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:4px;margin-bottom:30px}
.home-v77 .support-strip-copy{display:flex;align-items:center;gap:16px}
.home-v77 .support-strip-icon{width:38px;height:38px;border:1px solid rgba(229,27,35,.45);border-radius:50%;display:grid;place-items:center;color:#ff2630;background:rgba(229,27,35,.08)}
.home-v77 .support-strip-copy h2{font-size:15px;margin:0 0 5px;font-family:Inter,sans-serif}
.home-v77 .support-strip-copy p{font-size:12px;margin:0;color:#9096a0}
.home-v77 .support-strip-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.home-v77 .support-strip-actions .btn{min-height:40px;padding:0 15px;font-size:12px}
@media(max-width:760px){
  .home-v77 .product-main-row{grid-template-columns:1fr}
  .home-v77 .product-price{min-height:110px}
  .home-v77 .product-actions{grid-template-columns:1fr}
  .home-v77 .home-support-strip{align-items:stretch;flex-direction:column}
  .home-v77 .support-strip-actions{justify-content:stretch}
  .home-v77 .support-strip-actions .btn{flex:1}
}

/* V7.10 — produtos disponíveis direto no painel do cliente */
.dashboard-store-section{margin-top:44px;padding-top:34px;border-top:1px solid #242731}.dashboard-store-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.dashboard-store-head h2{margin:7px 0 6px;font-family:Orbitron,Inter,sans-serif;font-size:clamp(1.45rem,2.5vw,2rem)}.dashboard-store-head p{margin:0;color:#969ca8}.dashboard-store-product{position:relative;overflow:hidden;border-color:#3a2026;background:radial-gradient(circle at 100% 0,rgba(232,28,48,.10),transparent 38%),linear-gradient(180deg,#111318,#0d0f13)}.dashboard-store-product-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.dashboard-product-price{min-width:125px;text-align:right}.dashboard-product-price span{display:block;color:#ff334b;font-size:.68rem;font-weight:800;letter-spacing:.12em}.dashboard-product-price strong{display:block;color:#fff;font-size:1.55rem;margin-top:4px}.dashboard-product-price small{color:#8f95a2}.dashboard-buy-btn{margin-top:18px;width:100%;justify-content:center}.dashboard-store-product>p{min-height:48px}@media(max-width:760px){.dashboard-store-head{align-items:flex-start;flex-direction:column}.dashboard-store-head>a{width:100%;justify-content:center}.dashboard-product-price strong{font-size:1.35rem}}

/* Hollow Bot */
.hollowbot-page{max-width:1180px;margin:0 auto;padding:48px 24px 80px}.hbot-form{display:grid;gap:18px}.settings-card{background:linear-gradient(180deg,#111318,#0c0e12);border:1px solid #282c34;border-radius:18px;padding:22px;box-shadow:0 18px 40px rgba(0,0,0,.18)}.settings-card h2{margin:0 0 14px}.settings-note{color:#9ca3af;margin-top:-5px}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.settings-grid label{display:grid;gap:7px;color:#c9ccd3;font-size:.9rem}.settings-grid input,.settings-grid select{width:100%;background:#090b0f;border:1px solid #2b3039;border-radius:10px;color:#fff;padding:12px}.settings-grid small{color:#858b96}.module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.module-toggle{display:flex;gap:10px;align-items:center;background:#090b0f;border:1px solid #262a31;border-radius:12px;padding:12px}.module-toggle span{display:grid;gap:2px}.module-toggle small{color:#888f9b}.toggle-line{display:flex!important;align-items:center!important;grid-template-columns:auto 1fr!important}.toggle-line input{width:auto!important}.form-actions{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:780px){.settings-grid,.module-grid{grid-template-columns:1fr}}

.hbot-runtime{max-width:1180px;margin:0 auto 18px;padding:14px 18px;border:1px solid #2b2f37;border-radius:14px;background:#101216;display:flex;gap:12px;align-items:center}.hbot-runtime b{font-family:Orbitron,Inter,sans-serif;font-size:12px;letter-spacing:.08em}.hbot-runtime span{color:#9ca3af;font-size:13px}.hbot-runtime.online{border-color:#166534;background:rgba(22,101,52,.12)}.hbot-runtime.online b{color:#4ade80}.hbot-runtime.connecting{border-color:#854d0e}.hbot-runtime.connecting b{color:#facc15}.hbot-runtime.error{border-color:#991b1b;background:rgba(153,27,27,.12)}.hbot-runtime.error b{color:#f87171}
.product-price-box{display:flex;align-items:baseline;gap:8px;margin:14px 0 6px;padding:12px 14px;border:1px solid rgba(229,9,20,.35);border-radius:12px;background:rgba(229,9,20,.06)}.product-price-box span{font-size:9px;letter-spacing:.14em;color:#ff4a53}.product-price-box strong{font-size:25px;color:#fff}.product-price-box small{color:#9ca3af}
.wide-field{grid-column:1/-1}.subsettings-title{margin:22px 0 12px;font-size:15px;color:#fff}.settings-card textarea{width:100%;resize:vertical;background:#090b0f;border:1px solid #2a2e36;border-radius:10px;color:#fff;padding:12px}.settings-card input,.settings-card select{width:100%}.hbot-form .settings-card{margin-bottom:18px}

/* V9.6 — equipe administrativa e permissões */
.team-create-form{display:grid;gap:16px;margin-top:18px;padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.025)}
.team-create-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.permission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.permission-item{display:flex!important;align-items:center;gap:9px;padding:10px 12px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:rgba(255,255,255,.025);font-size:.9rem}
.permission-item input{width:auto!important;margin:0}
.admin-team-list{display:grid;gap:14px;margin-top:18px}
.team-member{padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.025);display:grid;gap:14px}
.team-member.owner{border-color:rgba(255,255,255,.16)}
.team-member-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.team-member-head div{display:grid;gap:3px}.team-member-head small{opacity:.65}
.team-member>label{display:grid;gap:7px}
.team-member input{width:100%}
@media(max-width:800px){.team-create-grid,.permission-grid{grid-template-columns:1fr}}


/* V10.12 — Home: contador corrigido e cards de produtos mais compactos */
.home-v77 .home-products{padding-top:54px;padding-bottom:70px}
.home-v77 .section-head-centered{margin-bottom:26px}
.home-v77 .section-head-centered h2{font-size:clamp(26px,3vw,36px)}
.home-v77 .products{max-width:1020px;gap:18px}
.home-v77 .product-card{padding:24px 25px 22px}
.home-v77 .product-card .card-icon{width:44px;height:44px;margin-right:15px}
.home-v77 .product-card h3{font-size:21px;margin-bottom:8px}
.home-v77 .product-card p{font-size:12.5px;line-height:1.55;min-height:54px}
.home-v77 .product-card ul{margin:16px 0}
.home-v77 .product-card li{font-size:11.5px;padding:5px 0}
.home-v77 .product-main-row{grid-template-columns:minmax(0,1fr) 150px;gap:18px;margin-top:14px}
.home-v77 .product-price{min-height:112px}
.home-v77 .product-price span{font-size:9px;margin-bottom:6px}
.home-v77 .product-price strong{font-size:28px}
.home-v77 .product-price strong small{font-size:13px}
.home-v77 .product-price em{font-size:10px;margin-top:7px}
.home-v77 .product-actions{gap:10px;margin-top:16px}
.home-v77 .product-actions .product-action{min-height:44px;font-size:11.5px}
.home-v77 .product-price-box{margin:12px 0 4px;padding:10px 12px}
.home-v77 .product-price-box strong{font-size:22px}
.home-v77 .product-price-box small{font-size:11px}
@media(max-width:760px){
  .home-v77 .product-main-row{grid-template-columns:1fr}
  .home-v77 .product-price{min-height:96px}
}

/* V10.13 — Home: grade profissional com 4 produtos por linha */
.home-v77 .products{
  max-width:1240px;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}
.home-v77 .product-card{
  padding:19px 18px 18px;
  min-width:0;
  display:flex;
  flex-direction:column;
}
.home-v77 .product-card .card-icon{width:40px;height:40px;margin-right:12px}
.home-v77 .product-card h3{font-size:18px;line-height:1.2;margin-bottom:7px}
.home-v77 .product-card p{font-size:11.5px;line-height:1.5;min-height:52px;margin-bottom:8px}
.home-v77 .product-card ul{margin:12px 0}
.home-v77 .product-card li{font-size:10.5px;padding:4px 0}
.home-v77 .product-main-row{display:block;margin-top:8px}
.home-v77 .product-price{min-height:auto;padding:10px 8px;margin:10px 0 4px}
.home-v77 .product-price strong{font-size:23px}
.home-v77 .product-price strong small{font-size:11px}
.home-v77 .product-price em{font-size:9px;margin-top:4px}
.home-v77 .product-price-box{margin:10px 0 4px;padding:9px 10px;flex-wrap:wrap;gap:5px}
.home-v77 .product-price-box strong{font-size:20px}
.home-v77 .product-price-box small{font-size:9px}
.home-v77 .product-actions{margin-top:auto;padding-top:12px;gap:7px}
.home-v77 .product-actions .product-action,
.home-v77 .product-actions .btn{min-height:39px;font-size:10px;padding:0 9px}
@media(max-width:1100px){
  .home-v77 .products{grid-template-columns:repeat(2,minmax(0,1fr));max-width:900px}
}
@media(max-width:650px){
  .home-v77 .products{grid-template-columns:1fr;max-width:520px}
}

/* V10.13 — vitrine em grade: 4 produtos por linha no desktop */
.home-v77 .products{max-width:1280px;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:stretch}
.home-v77 .product-card{padding:20px 18px 18px;min-width:0;display:flex;flex-direction:column}
.home-v77 .product-card .card-icon{width:40px;height:40px;margin-right:12px}
.home-v77 .product-card h3{font-size:18px;margin-bottom:7px}
.home-v77 .product-card p{font-size:11.5px;line-height:1.5;min-height:68px;margin-bottom:8px}
.home-v77 .product-card ul{margin:12px 0 14px}
.home-v77 .product-card li{font-size:10.5px;padding:4px 0}
.home-v77 .product-main-row{display:flex;flex-direction:column;gap:10px;margin-top:8px;flex:1}
.home-v77 .product-main-row ul{margin:0}
.home-v77 .product-price{width:100%;min-height:88px;padding:10px 8px;margin-top:auto}
.home-v77 .product-price span{font-size:8px;margin-bottom:4px}
.home-v77 .product-price strong{font-size:23px;white-space:nowrap}
.home-v77 .product-price strong small{font-size:11px}
.home-v77 .product-price em{font-size:9px;margin-top:4px}
.home-v77 .product-price-box{margin:10px 0 2px;padding:9px 10px}
.home-v77 .product-price-box span{font-size:8px}
.home-v77 .product-price-box strong{font-size:19px;white-space:nowrap}
.home-v77 .product-price-box small{font-size:9px}
.home-v77 .product-actions{margin-top:auto;gap:7px;padding-top:10px}
.home-v77 .product-actions .product-action,.home-v77 .product-actions .btn{min-height:40px;padding:9px 7px;font-size:10px;white-space:nowrap}
@media(max-width:1100px){.home-v77 .products{grid-template-columns:repeat(2,minmax(0,1fr));max-width:900px}.home-v77 .product-card p{min-height:54px}}
@media(max-width:650px){.home-v77 .products{grid-template-columns:1fr}.home-v77 .product-card{padding:20px}.home-v77 .product-card p{min-height:0}}

/* V10.18 — Home: apresentação uniforme dos 4 produtos */
.home-v77 .products .product-card{display:flex;flex-direction:column;height:100%}
.home-v77 .products .product-card>p{min-height:68px}
.home-v77 .products .product-main-row{display:flex;flex-direction:column;flex:1;gap:10px;margin-top:8px}
.home-v77 .products .product-main-row>ul{margin:0}
.home-v77 .products .product-price{margin-top:auto;width:100%;box-sizing:border-box}
.home-v77 .products .product-actions{margin-top:10px;padding-top:0}
@media(max-width:1100px){.home-v77 .products .product-card>p{min-height:54px}}
@media(max-width:650px){.home-v77 .products .product-card>p{min-height:0}}
.orgbot-page{max-width:1400px}.orgbot-page form{display:grid;gap:18px}.org-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}.org-form-grid label,.ticket-type-card label{display:grid;gap:7px}.org-form-grid input,.org-form-grid select,.org-form-grid textarea,.organization-editor input,.organization-editor select,.ticket-type-card select{width:100%;background:#0b0d12;border:1px solid rgba(255,255,255,.1);color:#fff;border-radius:10px;padding:11px}.wide-field{grid-column:1/-1}.organizations-list{display:grid;gap:14px;margin-top:16px}.organization-editor,.ticket-type-card{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025);border-radius:14px;padding:16px}.organization-editor-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.ticket-types-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ticket-type-card{display:grid;gap:12px}.check-label{display:flex!important;align-items:center;gap:8px!important}.check-label input{width:auto!important}.org-savebar{position:sticky;bottom:12px;z-index:5;background:rgba(8,9,12,.94);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.09);border-radius:14px;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;gap:15px}@media(max-width:760px){.org-form-grid,.ticket-types-grid{grid-template-columns:1fr}.wide-field{grid-column:auto}.org-savebar{position:static;align-items:stretch;flex-direction:column}}


/* V10.24 — preços e promoções */
.promo-admin-row{gap:14px;align-items:end;flex-wrap:wrap}
.promo-admin-row label{display:flex;flex-direction:column;gap:6px;font-size:12px}
.promo-admin-row .promo-toggle{flex-direction:row;align-items:center;padding-bottom:10px}
.promo-price{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.promo-price .promo-badge,.public-promo-label{font-size:10px;font-weight:800;letter-spacing:.12em;padding:4px 7px;border:1px solid currentColor;border-radius:999px}
.promo-price del,.dashboard-product-price del,[data-public-price] del{opacity:.6;font-size:.72em;margin-right:5px}
.public-promo-now{font-size:10px;letter-spacing:.12em;font-weight:800;margin:0 5px}
[data-public-price]:has(.public-promo-label){display:flex;align-items:baseline;gap:5px;flex-wrap:wrap}


/* V10.28 - alinhamento exato da logo do hero e correção da logo do cabeçalho */
.home-v77 .hero-art-gaming{
  display:grid;
  place-items:center;
}
.home-v77 .hero-logo-stage{
  position:relative;
  width:min(86%,480px);
  aspect-ratio:1 / 1;
  display:grid;
  place-items:center;
  margin-inline:auto;
}
.home-v77 .hero-logo-stage .hero-red-aura{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  left:0;
  top:0;
  transform:none;
  border-radius:50%;
  z-index:0;
}
.home-v77 .hero-logo-stage img.hero-hollow-logo{
  position:absolute;
  left:50%;
  top:50%;
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  object-fit:contain;
  transform:translate(-50%,-50%);
  z-index:1;
}
@media(max-width:980px){
  .home-v77 .hero-logo-stage{width:min(82vw,420px)}
}
@media(max-width:620px){
  .home-v77 .hero-logo-stage{width:min(86vw,330px)}
}

/* V10.29 - logo do hero preenchendo o circulo sem alterar o centro */
.home-v77 .hero-logo-stage img.hero-hollow-logo{
  width:112%;
  height:112%;
  object-fit:contain;
  transform:translate(-50%,-50%);
}


/* V10.33 — central de produtos, atualizações, segurança e gestão comercial */
.platform-quick-nav{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0 28px}.platform-quick-nav a{text-decoration:none}
.update-banner{border:1px solid rgba(255,54,72,.45);background:linear-gradient(135deg,rgba(255,40,64,.14),rgba(14,15,20,.9));padding:18px 20px;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.update-banner b{display:block;font-size:1rem}.update-banner span{display:block;color:#aeb3bd;margin-top:4px}.update-banner-actions{display:flex;gap:8px;flex-wrap:wrap}
.product-center-grid,.docs-grid,.status-grid,.review-grid,.commercial-grid{display:grid;gap:16px}.product-center-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-center-card{border:1px solid rgba(255,255,255,.08);background:rgba(12,13,18,.78);padding:20px;border-radius:18px}.product-center-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.version-pill{font-size:.75rem;border:1px solid rgba(255,65,78,.35);background:rgba(255,44,63,.1);padding:5px 9px;border-radius:999px;color:#ffd6da}.changelog-box{margin-top:14px;padding:14px;border-radius:14px;background:rgba(255,255,255,.035);color:#c6c9d0;white-space:pre-line}.security-line{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0}.security-line div{padding:12px;background:rgba(255,255,255,.035);border-radius:12px}.security-line span{display:block;color:#858b96;font-size:.72rem;text-transform:uppercase}.security-line b{display:block;margin-top:4px;font-size:.88rem;word-break:break-word}.timeline{display:grid;gap:8px;margin-top:12px}.timeline-item{padding:11px 13px;border-left:2px solid #e43748;background:rgba(255,255,255,.025);border-radius:0 10px 10px 0}.timeline-item small{color:#818793}
.product-detail-hero{padding:130px 0 54px}.product-detail-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center}.product-detail-badge{display:inline-flex;padding:7px 11px;border:1px solid rgba(255,65,78,.38);border-radius:999px;color:#ff9aa4;font-size:.76rem;font-weight:800;letter-spacing:.08em}.product-detail-hero h1{font-size:clamp(2.5rem,6vw,5rem);margin:14px 0 12px}.product-detail-hero p{color:#a9aeb8;max-width:720px;line-height:1.7}.product-visual-card{min-height:360px;border-radius:28px;border:1px solid rgba(255,255,255,.09);background:radial-gradient(circle at 50% 30%,rgba(226,45,64,.25),transparent 38%),linear-gradient(145deg,#111219,#08090d);display:grid;place-items:center;position:relative;overflow:hidden}.product-visual-card::before{content:'';position:absolute;inset:18px;border:1px solid rgba(255,255,255,.06);border-radius:20px}.product-visual-icon{font-size:7rem;filter:drop-shadow(0 10px 30px rgba(232,43,62,.32));z-index:1}.detail-section{padding:50px 0}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.feature-box,.doc-card,.status-card,.review-card{padding:20px;border:1px solid rgba(255,255,255,.08);background:rgba(11,12,16,.8);border-radius:18px}.feature-box b,.doc-card b{display:block;margin-bottom:7px}.feature-box p,.doc-card p,.status-card p,.review-card p{color:#999faa;line-height:1.55;margin:0}.detail-meta{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.detail-meta span{padding:8px 11px;background:rgba(255,255,255,.05);border-radius:10px;color:#bdc1c9}.review-stars{color:#ffcf55;letter-spacing:2px}.review-form{display:grid;gap:10px;max-width:720px}.review-form textarea{min-height:110px}.stars-input{display:flex;gap:7px}.stars-input button{background:transparent;border:0;font-size:1.6rem;cursor:pointer;color:#5d616a}.stars-input button.on{color:#ffcf55}.verified-tag{display:inline-block;color:#80e7ad;font-size:.72rem;margin-left:7px}.docs-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.doc-card a{display:inline-flex;margin-top:12px}.doc-section{margin:28px 0}.doc-steps{counter-reset:docstep;display:grid;gap:12px}.doc-step{counter-increment:docstep;padding:16px 16px 16px 54px;position:relative;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:rgba(255,255,255,.025)}.doc-step::before{content:counter(docstep);position:absolute;left:14px;top:14px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#df3345;color:white;font-weight:800}.faq-item{border-bottom:1px solid rgba(255,255,255,.07);padding:16px 0}.faq-item b{display:block;margin-bottom:6px}.faq-item span{color:#989da7}.status-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.status-card{display:flex;gap:14px;align-items:center}.status-dot{width:12px;height:12px;border-radius:50%;background:#7b7f87;box-shadow:0 0 0 5px rgba(255,255,255,.03)}.status-card.online .status-dot{background:#3cd783;box-shadow:0 0 18px rgba(60,215,131,.45)}.status-card.degraded .status-dot{background:#ffba45}.status-check{color:#828893;margin-top:18px}
.coupon-field{display:grid;grid-template-columns:1fr auto;gap:8px}.coupon-result{font-size:.82rem;color:#7fe4aa;min-height:18px}.commercial-grid{grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:18px}.commercial-stat{padding:18px;border:1px solid rgba(255,255,255,.08);background:rgba(11,12,16,.8);border-radius:16px}.commercial-stat span{display:block;color:#858b94;font-size:.75rem}.commercial-stat b{display:block;font-size:1.35rem;margin-top:6px}.bar-list{display:grid;gap:12px}.bar-row{display:grid;grid-template-columns:160px 1fr 100px;gap:12px;align-items:center}.bar-track{height:10px;border-radius:999px;background:rgba(255,255,255,.06);overflow:hidden}.bar-fill{height:100%;background:linear-gradient(90deg,#b91f31,#f1485a);border-radius:inherit}.coupon-admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.coupon-list{display:grid;gap:9px}.coupon-row{display:flex;justify-content:space-between;align-items:center;padding:12px;border:1px solid rgba(255,255,255,.07);border-radius:12px}.schedule-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}.version-admin-list{display:grid;gap:12px}.version-admin-row{display:grid;grid-template-columns:1.1fr .55fr .65fr 1.8fr auto;gap:10px;align-items:end;padding:14px;border:1px solid rgba(255,255,255,.07);border-radius:14px}.version-admin-row label{margin:0}.version-admin-row textarea{min-height:64px;resize:vertical}
@media(max-width:1000px){.commercial-grid{grid-template-columns:repeat(2,1fr)}.product-detail-layout{grid-template-columns:1fr}.feature-grid,.docs-grid,.status-grid{grid-template-columns:repeat(2,1fr)}.version-admin-row{grid-template-columns:1fr 1fr}.version-admin-row .version-changelog{grid-column:1/-1}}
@media(max-width:700px){.product-center-grid,.feature-grid,.docs-grid,.status-grid,.coupon-admin-grid,.commercial-grid{grid-template-columns:1fr}.security-line{grid-template-columns:1fr}.update-banner{align-items:flex-start;flex-direction:column}.bar-row{grid-template-columns:100px 1fr 70px}.schedule-fields{grid-template-columns:1fr}.version-admin-row{grid-template-columns:1fr}.product-detail-hero{padding-top:100px}}

/* V10.35 */
[data-public-price]{visibility:hidden;min-height:1em}[data-public-price].price-ready{visibility:visible}
.home-reviews-section{max-width:1180px;margin:0 auto;padding:70px 24px}.home-reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}.home-reviews-action{display:flex;justify-content:center;margin-top:22px}.home-reviews-grid .review-card{min-height:170px}.home-reviews-grid .review-card small{display:block;color:#ff4651;margin-top:6px}
@media(max-width:900px){.home-reviews-grid{grid-template-columns:1fr}}


/* V10.38 — banners automáticos de cupom */
.hc-coupon-global[hidden],.hc-home-coupon[hidden]{display:none!important}
.hc-coupon-global{
  position:fixed;top:6px;left:50%;transform:translateX(-50%);z-index:9999;
  min-height:24px;width:min(620px,46vw);padding:5px 16px;border:1px solid rgba(239,29,43,.8);
  border-radius:8px;background:rgba(9,10,13,.96);box-shadow:0 0 24px rgba(225,17,31,.22);
  display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:11px;letter-spacing:.11em;text-align:center;
  pointer-events:none;
}
.hc-coupon-global b{color:#fff;font-weight:800}.hc-coupon-global span{font-size:13px}
.hc-home-coupon{padding-top:10px;padding-bottom:2px}
.hc-home-coupon-inner{
  min-height:66px;border:1px solid rgba(239,29,43,.45);border-radius:14px;background:linear-gradient(90deg,rgba(225,17,31,.10),rgba(15,17,22,.96),rgba(225,17,31,.08));
  display:flex;align-items:center;gap:18px;padding:14px 20px;box-shadow:0 0 32px rgba(225,17,31,.10)
}
.hc-home-coupon-kicker{font-size:10px;letter-spacing:.18em;font-weight:900;color:#ff3946;white-space:nowrap}
.hc-home-coupon-inner strong{font-size:15px;line-height:1.35;flex:1;color:#f7f7f8}
.hc-home-coupon-inner a{border:1px solid rgba(239,29,43,.65);border-radius:9px;padding:9px 14px;color:#fff;text-decoration:none;font-size:12px;font-weight:800;white-space:nowrap;background:rgba(225,17,31,.12)}
.hc-home-coupon-inner a:hover{background:#df111f}
@media(max-width:900px){
  .hc-coupon-global{position:relative;top:auto;left:auto;transform:none;width:auto;margin:0;border-radius:0;min-height:30px;padding:7px 10px;font-size:10px;pointer-events:auto}
  .hc-home-coupon-inner{align-items:flex-start;flex-direction:column;gap:8px}.hc-home-coupon-inner a{align-self:flex-start}
}

/* V10.40 — ajuste visual SOMENTE da barra superior do cupom */
@media(min-width:901px){
  .hc-coupon-global{
    top:3px;
    width:min(500px,35vw);
    min-height:18px;
    padding:2px 10px;
    border-radius:7px;
    gap:6px;
    font-size:9px;
    line-height:1.15;
    letter-spacing:.08em;
  }
  .hc-coupon-global span{font-size:10px}
}

/* V10.55 — artes visuais padronizadas nos cards da vitrine */
.home-v77 .products .product-main-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 106px;
  grid-template-rows:auto auto;
  column-gap:8px;
  row-gap:10px;
  align-items:center;
}
.home-v77 .products .product-main-row>ul{grid-column:1;grid-row:1;margin:0;align-self:center}
.home-v77 .products .product-art{
  grid-column:2;
  grid-row:1;
  width:106px;
  height:112px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  pointer-events:none;
}
.home-v77 .products .product-art:before{
  content:"";
  position:absolute;
  inset:14% 10%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,190,20,.14),rgba(255,190,20,0) 68%);
  filter:blur(8px);
}
.home-v77 .products .product-art img{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 8px 14px rgba(0,0,0,.55));
}
.home-v77 .products .product-price,
.home-v77 .products .product-price-box{grid-column:1/-1;grid-row:2;width:100%;box-sizing:border-box;margin-top:0}
@media(max-width:1100px){
  .home-v77 .products .product-main-row{grid-template-columns:minmax(0,1fr) 132px}
  .home-v77 .products .product-art{width:132px;height:132px}
}
@media(max-width:650px){
  .home-v77 .products .product-main-row{grid-template-columns:minmax(0,1fr) 124px}
  .home-v77 .products .product-art{width:124px;height:124px}
}

/* Loja: miniatura do produto sem alterar checkout/preços */
.store-product{position:relative;overflow:hidden}
.store-product-visual{height:150px;display:flex;align-items:center;justify-content:center;margin:-4px 0 8px;pointer-events:none}
.store-product-visual img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 12px 22px rgba(0,0,0,.5))}
@media(max-width:760px){.store-product-visual{height:170px}}
\n\n/* V10.57 — ajustes visuais solicitados: status público e cards mais compactos */
@media(min-width:1101px){
  .home-v77 .products{gap:12px;max-width:1240px}
  .home-v77 .product-card{padding:16px 15px 15px}
  .home-v77 .product-card .card-icon{width:36px;height:36px;margin-right:10px;font-size:18px}
  .home-v77 .product-card .tag{font-size:9px;margin-bottom:7px}
  .home-v77 .product-card h3{font-size:17px;margin-bottom:6px}
  .home-v77 .product-card>p{font-size:11px;line-height:1.42;min-height:54px;margin-top:6px;margin-bottom:5px}
  .home-v77 .products .product-main-row{gap:7px;margin-top:5px}
  .home-v77 .products .product-main-row>ul{margin:0}
  .home-v77 .product-card li{font-size:10px;padding:3px 0}
  .home-v77 .products .product-art{width:88px;height:92px}
  .home-v77 .product-price{min-height:76px;padding:8px 7px}
  .home-v77 .product-price span{font-size:7.5px;margin-bottom:3px}
  .home-v77 .product-price strong{font-size:21px}
  .home-v77 .product-price strong small{font-size:10px}
  .home-v77 .product-price em{font-size:8.5px;margin-top:3px}
  .home-v77 .products .product-actions{gap:6px;margin-top:8px}
  .home-v77 .product-actions .product-action,.home-v77 .product-actions .btn{min-height:36px;padding:7px 6px;font-size:9.5px}
}
.status-card{min-height:78px}
.status-card b{font-size:.96rem}
.status-card p{font-size:.82rem;margin-top:4px}


/* V10.60 — status simples e vitrine realmente compacta */
.status-simple-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}
.status-simple-grid .status-card{min-height:70px;padding:16px 18px}
.status-simple-grid .status-card b{font-size:.95rem}
.status-simple-grid .status-card p{font-size:.78rem;margin-top:3px}
@media(max-width:700px){.status-simple-grid{grid-template-columns:1fr;max-width:none}}

@media(min-width:1101px){
  .home-v77 .products{max-width:1000px!important;gap:10px!important}
  .home-v77 .product-card{padding:13px 12px 12px!important;border-radius:13px}
  .home-v77 .product-card .card-icon{width:32px!important;height:32px!important;margin-right:8px!important;font-size:15px!important;border-radius:8px}
  .home-v77 .product-card .tag{font-size:8px!important;margin-bottom:5px!important;letter-spacing:.15em}
  .home-v77 .product-card h3{font-size:15.5px!important;line-height:1.15!important;margin-bottom:5px!important}
  .home-v77 .product-card>p{font-size:9.8px!important;line-height:1.38!important;min-height:43px!important;margin:4px 0 3px!important}
  .home-v77 .products .product-main-row{grid-template-columns:minmax(0,1fr) 70px!important;column-gap:5px!important;row-gap:6px!important;margin-top:3px!important}
  .home-v77 .products .product-main-row>ul{margin:0!important}
  .home-v77 .product-card li{font-size:8.8px!important;line-height:1.25!important;padding:2.5px 0!important}
  .home-v77 .products .product-art{width:70px!important;height:74px!important}
  .home-v77 .product-price{min-height:58px!important;padding:6px 5px!important;margin-top:0!important;border-radius:10px}
  .home-v77 .product-price span{font-size:6.8px!important;margin-bottom:2px!important}
  .home-v77 .product-price strong{font-size:17px!important;line-height:1!important}
  .home-v77 .product-price strong small{font-size:8px!important}
  .home-v77 .product-price em{font-size:7.2px!important;margin-top:2px!important}
  .home-v77 .products .product-actions{gap:4px!important;margin-top:6px!important;padding-top:0!important}
  .home-v77 .product-actions .product-action,.home-v77 .product-actions .btn{min-height:30px!important;padding:5px 5px!important;font-size:8px!important;border-radius:8px}
}
