:root{
  --bg:#07020f;--bg2:#0e0620;--panel:#13092a;--panel2:#190b36;--purple:#8b5cf6;--purple2:#c026d3;--pink:#ec4899;--cyan:#22d3ee;--green:#5cff8d;--text:#f7f3ff;--muted:#b9a9d8;--line:rgba(255,255,255,.10);--shadow:0 24px 80px rgba(0,0,0,.45);--radius:26px;
}
html,
*{
  scrollbar-width:thin;
  scrollbar-color:#514166 transparent;
}
*::-webkit-scrollbar{
  width:7px;
  height:7px;
}
*::-webkit-scrollbar-track,
*::-webkit-scrollbar-corner{
  background:transparent;
}
*::-webkit-scrollbar-thumb{
  min-height:36px;
  border:2px solid transparent;
  border-radius:999px;
  background:#514166;
  background-clip:padding-box;
}
*::-webkit-scrollbar-thumb:hover{
  background:#8062a7;
  background-clip:padding-box;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 20% 0%,#22124a 0,#07020f 32%,#050109 100%);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;overflow-x:hidden}.animated-bg{position:fixed;inset:0;pointer-events:none;z-index:-2;overflow:hidden;background:linear-gradient(135deg,rgba(139,92,246,.10),transparent 35%),radial-gradient(circle at 82% 16%,rgba(236,72,153,.16),transparent 24%)}.animated-bg span{position:absolute;left:var(--x);top:var(--y);width:var(--size);height:var(--size);border-radius:50%;background:rgba(181,120,255,.45);filter:blur(.2px);animation:float var(--d) ease-in-out infinite alternate;box-shadow:0 0 24px rgba(139,92,246,.9)}@keyframes float{to{transform:translate3d(40px,-55px,0) scale(1.6);opacity:.25}}a{color:inherit;text-decoration:none}.container{width:min(1180px,92%);margin-inline:auto}.topbar{position:sticky;top:0;z-index:20;background:rgba(7,2,15,.72);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.3px}.brand img{width:64px;height:46px;object-fit:contain;border-radius:0;box-shadow:none;background:transparent;padding:0}.brand span{font-size:1.2rem}.nav-links{display:flex;align-items:center;gap:8px}.nav-links a{padding:12px 14px;border-radius:14px;color:var(--muted);font-weight:700}.nav-links a:hover,.nav-links a.active{color:white;background:rgba(255,255,255,.07)}.menu-toggle{display:none;background:none;border:1px solid var(--line);color:white;border-radius:12px;padding:10px 12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:14px 19px;font-weight:900;background:linear-gradient(135deg,var(--purple),var(--purple2));box-shadow:0 18px 42px rgba(139,92,246,.25);transition:.25s}.btn:hover{transform:translateY(-3px);box-shadow:0 22px 54px rgba(139,92,246,.38)}.btn.ghost{background:rgba(255,255,255,.06);box-shadow:none}.hero{min-height:calc(100vh - 78px);display:grid;place-items:center;padding:70px 0}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:52px;align-items:center}.eyebrow{display:inline-flex;gap:10px;align-items:center;color:#dacbff;background:rgba(139,92,246,.11);border:1px solid rgba(139,92,246,.25);border-radius:999px;padding:9px 13px;font-weight:800;font-size:.86rem}.eyebrow:before{content:"";width:8px;height:8px;background:var(--green);border-radius:50%;box-shadow:0 0 16px var(--green)}h1{font-size:clamp(2.55rem,5.2vw,5.8rem);line-height:.95;margin:22px 0 18px;letter-spacing:-.07em}.grad{background:linear-gradient(100deg,#fff,#bda6ff 42%,#f0a2ff);-webkit-background-clip:text;color:transparent}.lead{font-size:1.13rem;line-height:1.75;color:var(--muted);max-width:660px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.stat{padding:18px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.045)}.stat strong{display:block;font-size:1.35rem}.stat small{color:var(--muted)}.visual-card{position:relative;min-height:520px;border:1px solid var(--line);border-radius:38px;background:linear-gradient(160deg,rgba(139,92,246,.18),rgba(255,255,255,.045));box-shadow:var(--shadow);overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(4px);opacity:.75}.orb.one{width:230px;height:230px;background:var(--purple);right:-60px;top:-60px;animation:breathe 5s infinite}.orb.two{width:180px;height:180px;background:var(--pink);left:-40px;bottom:50px;animation:breathe 7s infinite reverse}@keyframes breathe{50%{transform:scale(1.18)}}.server-rack{position:absolute;left:50%;top:52%;transform:translate(-50%,-50%);width:72%;display:grid;gap:18px}.rack{height:82px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:linear-gradient(90deg,rgba(255,255,255,.12),rgba(255,255,255,.035));box-shadow:inset 0 0 40px rgba(255,255,255,.04);display:flex;align-items:center;padding:0 22px;gap:14px;animation:slideRack 4s ease-in-out infinite}.rack:nth-child(2){animation-delay:.5s}.rack:nth-child(3){animation-delay:1s}@keyframes slideRack{50%{transform:translateX(16px)}}.led{width:12px;height:12px;border-radius:50%;background:var(--green);box-shadow:0 0 16px var(--green)}.rack-line{height:10px;border-radius:999px;background:rgba(255,255,255,.17);flex:1}.section{padding:86px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.section-head h2{font-size:clamp(2rem,4vw,3.5rem);letter-spacing:-.05em;margin:0}.section-head p{color:var(--muted);max-width:520px;line-height:1.7}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-card{position:relative;min-height:360px;border:1px solid var(--line);border-radius:32px;background:linear-gradient(160deg,rgba(255,255,255,.08),rgba(255,255,255,.03));padding:28px;overflow:hidden;box-shadow:0 18px 60px rgba(0,0,0,.22);transition:.25s}.service-card:hover{transform:translateY(-8px)}.service-card h3{font-size:1.7rem;margin:18px 0 8px}.service-card p{color:var(--muted);line-height:1.65}.service-card .icon{font-size:2.1rem}.service-card:after{content:"";position:absolute;inset:auto -40px -70px auto;width:190px;height:190px;border-radius:50%;background:rgba(139,92,246,.2);filter:blur(10px)}.service-card.minecraft:after{background:rgba(92,255,141,.16)}.service-card.fivem:after{background:rgba(236,72,153,.18)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step{padding:24px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.045)}.step b{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,var(--purple),var(--pink));margin-bottom:16px}.page-hero{position:relative;min-height:650px;display:grid;place-items:center;padding:76px 0 50px;overflow:hidden}.page-hero .container{position:relative;z-index:2}.page-title{max-width:760px}.page-title h1{font-size:clamp(2.6rem,5.6vw,5.8rem)}.page-visual{position:absolute;right:7vw;top:120px;width:470px;height:470px;opacity:.95}.vps-dashboard{border:1px solid var(--line);border-radius:36px;background:rgba(255,255,255,.06);box-shadow:var(--shadow);padding:24px;animation:cardFloat 5s ease-in-out infinite}.chart-bars{display:flex;align-items:end;gap:14px;height:220px}.chart-bars span{flex:1;border-radius:12px 12px 0 0;background:linear-gradient(var(--cyan),var(--purple));animation:bar 2.4s ease-in-out infinite alternate}.chart-bars span:nth-child(1){height:40%}.chart-bars span:nth-child(2){height:72%;animation-delay:.2s}.chart-bars span:nth-child(3){height:52%;animation-delay:.4s}.chart-bars span:nth-child(4){height:86%;animation-delay:.6s}@keyframes bar{to{filter:hue-rotate(50deg);transform:scaleY(.82)}}@keyframes cardFloat{50%{transform:translateY(-18px) rotate(1deg)}}.city-scene{position:relative;width:100%;height:100%;animation:cardFloat 5s infinite}.building{position:absolute;bottom:80px;width:70px;background:linear-gradient(#2b134f,#13051f);border:1px solid var(--line);border-radius:14px 14px 0 0}.building:nth-child(1){left:20px;height:180px}.building:nth-child(2){left:115px;height:260px}.building:nth-child(3){left:225px;height:210px}.building:nth-child(4){left:330px;height:300px}.road{position:absolute;bottom:30px;left:0;right:0;height:70px;border-radius:999px;background:linear-gradient(90deg,#16091d,#401456,#16091d);box-shadow:0 0 45px rgba(236,72,153,.26)}.car{position:absolute;bottom:72px;left:25px;width:150px;height:54px;border-radius:30px 40px 18px 18px;background:linear-gradient(135deg,var(--pink),var(--purple));box-shadow:0 0 38px rgba(236,72,153,.5);animation:drive 4s ease-in-out infinite}.car:before{content:"";position:absolute;inset:10px 42px auto 30px;height:18px;border-radius:18px;background:rgba(255,255,255,.35)}@keyframes drive{50%{transform:translateX(235px)}}.voxel-scene{position:relative;width:100%;height:100%;transform-style:preserve-3d;animation:rotateWorld 10s linear infinite}.cube{position:absolute;width:92px;height:92px;border-radius:16px;background:linear-gradient(135deg,#7cfc8d,#229c56);box-shadow:inset -18px -18px 0 rgba(0,0,0,.18),0 18px 60px rgba(92,255,141,.18);animation:cubeFloat 3s ease-in-out infinite}.cube:nth-child(1){left:70px;top:115px}.cube:nth-child(2){left:190px;top:210px;background:linear-gradient(135deg,#9b6b40,#4b2d1b);animation-delay:.4s}.cube:nth-child(3){left:315px;top:130px;background:linear-gradient(135deg,#86efac,#16a34a);animation-delay:.8s}.cube:nth-child(4){left:145px;top:340px;background:linear-gradient(135deg,#60a5fa,#2563eb);animation-delay:1.1s}@keyframes cubeFloat{50%{transform:translateY(-32px) rotate(8deg)}}@keyframes rotateWorld{50%{transform:rotate(-2deg) scale(1.02)}}.plans-toolbar{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:24px;flex-wrap:wrap}.billing{display:flex;background:rgba(255,255,255,.06);border:1px solid var(--line);border-radius:18px;padding:6px}.billing button{border:0;background:transparent;color:var(--muted);font-weight:900;padding:12px 16px;border-radius:13px;cursor:pointer}.billing button.active{background:linear-gradient(135deg,var(--purple),var(--purple2));color:white}.plans-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.plan-card{position:relative;padding:24px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035));box-shadow:0 18px 64px rgba(0,0,0,.20);overflow:hidden;transition:.25s}.plan-card:hover{transform:translateY(-10px) scale(1.01);border-color:rgba(139,92,246,.45)}.plan-badge{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(139,92,246,.16);border:1px solid rgba(139,92,246,.25);color:#e8ddff;font-size:.78rem;font-weight:900}.plan-card h3{font-size:1.3rem;margin:18px 0 8px}.plan-price{color:var(--muted);margin:0 0 18px}.plan-price span{font-size:2rem;color:white;font-weight:1000;letter-spacing:-.06em}.spec-grid-mini{display:grid;gap:8px;margin:18px 0}.spec-grid-mini span{padding:10px;border-radius:14px;background:rgba(255,255,255,.055);color:#e7dcff;font-weight:800;font-size:.9rem}.plan-card ul{list-style:none;padding:0;margin:18px 0;display:grid;gap:10px;color:var(--muted);font-size:.92rem}.plan-card li:before{content:"✓";color:var(--green);font-weight:900;margin-right:8px}.btn-plan{width:100%;margin-top:auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{padding:26px;border:1px solid var(--line);border-radius:26px;background:rgba(255,255,255,.045)}.feature h3{margin:0 0 9px}.feature p{color:var(--muted);line-height:1.65}.code-box{border:1px solid var(--line);border-radius:24px;background:#090512;padding:22px;overflow:auto;box-shadow:var(--shadow)}pre{margin:0;color:#dccbff;line-height:1.65}.copy-btn{margin-top:12px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.06);color:white;padding:10px 14px;font-weight:800;cursor:pointer}.footer{border-top:1px solid var(--line);padding:32px 0;color:var(--muted);background:rgba(0,0,0,.18)}.footer .container{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.reveal{opacity:0;transform:translateY(28px);transition:.7s ease;transition-delay:var(--delay,0ms)}.reveal.visible{opacity:1;transform:none}.pulse-once{animation:pulse .55s}@keyframes pulse{50%{transform:scale(1.025);border-color:rgba(255,255,255,.35)}}
body.theme-vps{background:radial-gradient(circle at 80% 10%,rgba(34,211,238,.16),transparent 28%),#07020f}body.theme-fivem{background:radial-gradient(circle at 78% 16%,rgba(236,72,153,.22),transparent 30%),#07020f}body.theme-minecraft{background:radial-gradient(circle at 78% 16%,rgba(92,255,141,.16),transparent 30%),#07020f}.theme-minecraft .btn,.theme-minecraft .billing button.active{background:linear-gradient(135deg,#16a34a,#8b5cf6)}.theme-fivem .btn,.theme-fivem .billing button.active{background:linear-gradient(135deg,#ec4899,#7c3aed)}.theme-vps .btn,.theme-vps .billing button.active{background:linear-gradient(135deg,#22d3ee,#7c3aed)}
@media(max-width:1100px){.hero-grid{grid-template-columns:1fr}.visual-card{min-height:420px}.page-visual{position:relative;right:auto;top:auto;width:100%;height:340px;margin-top:30px}.plans-grid{grid-template-columns:repeat(2,1fr)}.service-grid,.features-grid,.steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.menu-toggle{display:block}.nav-links{display:none;position:absolute;left:4%;right:4%;top:82px;flex-direction:column;align-items:stretch;background:rgba(10,3,22,.96);border:1px solid var(--line);border-radius:22px;padding:12px}.nav-links.open{display:flex}.hero-stats,.service-grid,.features-grid,.steps,.plans-grid{grid-template-columns:1fr}.section-head{display:block}.hero{padding:42px 0}.visual-card{min-height:340px}.plans-toolbar{display:block}.billing{margin-top:12px;overflow:auto}.footer .container{display:block}.page-hero{min-height:auto}.page-visual{height:260px}.car{animation:none}.page-title h1,h1{letter-spacing:-.04em}}

/* V6.3 - Imagens editáveis e ícones próprios no lugar dos emojis */
.editable-image{display:block;width:100%;height:100%;object-fit:cover}.hero-image{position:relative;z-index:2;border-radius:32px;filter:drop-shadow(0 28px 55px rgba(0,0,0,.45));animation:heroImageFloat 5s ease-in-out infinite}.visual-card{display:grid;place-items:center;padding:26px}.service-card .icon{display:none}.service-icon,.feature-icon,.plan-icon{display:block;object-fit:contain;filter:drop-shadow(0 14px 28px rgba(139,92,246,.22))}.service-icon{width:58px;height:58px;margin-bottom:18px}.feature-icon{width:48px;height:48px;margin-bottom:16px}.plan-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.plan-icon{width:42px;height:42px}.image-stage{position:absolute;right:5%;top:50%;transform:translateY(-50%);width:min(520px,42vw);height:390px;border:1px solid rgba(255,255,255,.12);border-radius:38px;overflow:visible;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.035));box-shadow:0 28px 90px rgba(0,0,0,.38);padding:18px}.server-image{position:relative;z-index:2;border-radius:30px;box-shadow:0 24px 64px rgba(0,0,0,.42);animation:serverImageFloat 5.5s ease-in-out infinite}.stage-glow{position:absolute;inset:8%;z-index:1;border-radius:50%;filter:blur(35px);opacity:.65;background:linear-gradient(135deg,var(--purple),var(--purple2));animation:glowPulse 4s ease-in-out infinite}.stage-chip{position:absolute;z-index:3;padding:10px 14px;border-radius:999px;background:rgba(10,3,22,.82);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(12px);font-size:.82rem;font-weight:900;color:#fff;box-shadow:0 14px 36px rgba(0,0,0,.28)}.chip-one{left:4px;top:32px}.chip-two{right:0;top:46%;}.chip-three{left:40px;bottom:18px}.vps-stage .stage-glow{background:linear-gradient(135deg,#22d3ee,#7c3aed)}.fivem-stage .stage-glow{background:linear-gradient(135deg,#ec4899,#7c3aed)}.minecraft-stage .stage-glow{background:linear-gradient(135deg,#5cff8d,#8b5cf6)}.plan-card li{position:relative;padding-left:25px}.plan-card li:before{content:"";position:absolute;left:0;top:.25em;width:16px;height:16px;margin:0;border-radius:5px;background:linear-gradient(135deg,var(--green),var(--purple));box-shadow:0 0 18px rgba(92,255,141,.20)}.plan-card li:after{content:"";position:absolute;left:5px;top:.48em;width:6px;height:9px;border:solid #07130b;border-width:0 2px 2px 0;transform:rotate(45deg)}@keyframes heroImageFloat{50%{transform:translateY(-14px) scale(1.015)}}@keyframes serverImageFloat{50%{transform:translateY(-12px) scale(1.018)}}@keyframes glowPulse{50%{transform:scale(1.08);opacity:.85}}
@media(max-width:1100px){.image-stage{position:relative;right:auto;top:auto;transform:none;width:100%;height:340px;margin-top:30px}.hero-image{height:auto;max-height:380px;object-fit:contain}.service-icon{width:54px;height:54px}.page-visual.image-stage{height:340px}}
@media(max-width:760px){.image-stage{height:260px;padding:12px;border-radius:28px}.server-image{border-radius:22px}.stage-chip{font-size:.72rem;padding:8px 10px}.chip-one{top:18px}.chip-three{left:18px;bottom:12px}.service-icon{width:50px;height:50px}.feature-icon{width:44px;height:44px}.plan-icon{width:38px;height:38px}}

/* Fundo personalizado da página FiveM */
.theme-fivem .page-hero{
  background:
    linear-gradient(90deg, rgba(5,1,12,.94) 0%, rgba(10,2,25,.82) 38%, rgba(10,2,25,.48) 68%, rgba(5,1,12,.36) 100%),
    linear-gradient(180deg, rgba(5,1,12,.35), rgba(5,1,12,.92)),
    url('../assets/fivem-background.png');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.theme-fivem .page-hero:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background: radial-gradient(circle at 72% 40%, rgba(139,92,246,.22), transparent 34%), linear-gradient(90deg, rgba(7,2,15,.38), transparent 58%);
  z-index:1;
}
.theme-fivem .page-title{
  max-width:720px;
  padding:28px 0;
}
.theme-fivem .page-visual.image-stage{
  display:none;
}
.theme-fivem #planos{
  background: linear-gradient(180deg, rgba(5,1,12,.96), rgba(8,2,18,1));
}
@media(max-width:760px){
  .theme-fivem .page-hero{
    background-position:center;
  }
}

/* ===== Imagem individual em cada plano ===== */
.plan-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
}
.plan-image-wrap{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  margin:0 0 18px;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(135deg,rgba(139,92,246,.16),rgba(255,255,255,.04));
  box-shadow:0 18px 46px rgba(0,0,0,.22);
}
.plan-image-wrap::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 42%,rgba(5,1,9,.28));
  pointer-events:none;
}
.plan-image{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transform:scale(1.01);
  transition:.35s ease;
}
.plan-card:hover .plan-image{
  transform:scale(1.07);
}
.plan-top{
  margin-top:2px;
}
.btn-plan{
  margin-top:auto;
}
@media(max-width:1100px){
  .plan-image-wrap{border-radius:20px;}
}

/* Ajuste de proporcao dos cards de planos */
.plan-card h3{
  min-height:1.35em;
  line-height:1.22;
  display:flex;
  align-items:flex-start;
}
.plan-price{
  display:flex;
  align-items:baseline;
  gap:4px;
  white-space:nowrap;
}
.plan-price small{
  font-size:.82rem;
}
.plans-grid{
  align-items:stretch;
}
.plan-card{
  height:100%;
}
@media(min-width:1101px){
  .plan-card h3{
    font-size:1rem;
    white-space:nowrap;
  }
  .plan-price span{font-size:1.48rem;}
  .plan-card{padding:20px;}
}

/* Visual Minecraft dos cards */
.theme-minecraft .plan-card{
  background:
    linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.035)),
    linear-gradient(90deg,rgba(92,255,141,.08) 1px,transparent 1px),
    linear-gradient(0deg,rgba(92,255,141,.07) 1px,transparent 1px),
    #090512;
  background-size:auto,32px 32px,32px 32px,auto;
  border-color:rgba(92,255,141,.18);
}
.theme-minecraft .plan-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(135deg,rgba(92,255,141,.16),transparent 32%),
    radial-gradient(circle at 82% 12%,rgba(139,92,246,.22),transparent 26%);
  opacity:.72;
}
.theme-minecraft .plan-card > *{
  position:relative;
  z-index:1;
}
.theme-minecraft .plan-image-wrap{
  border-radius:14px;
  border-color:rgba(92,255,141,.24);
  box-shadow:0 16px 38px rgba(0,0,0,.28),0 0 0 4px rgba(92,255,141,.045);
}
.theme-minecraft .plan-badge{
  background:rgba(92,255,141,.14);
  border-color:rgba(92,255,141,.32);
  color:#ddffe6;
}
.theme-minecraft .spec-grid-mini span{
  border:1px solid rgba(92,255,141,.14);
  border-radius:8px;
  background:linear-gradient(180deg,rgba(92,255,141,.10),rgba(255,255,255,.04));
}
.theme-minecraft .plan-card.featured{
  border-color:rgba(255,216,77,.8);
  box-shadow:0 22px 72px rgba(255,216,77,.18),0 0 0 1px rgba(255,216,77,.25);
  animation:minecraftFeatured 2.8s ease-in-out infinite;
}
.theme-minecraft .plan-card.featured::after{
  content:"MAIS VENDIDO";
  position:absolute;
  top:15px;
  right:-42px;
  z-index:3;
  width:155px;
  padding:7px 0;
  transform:rotate(35deg);
  text-align:center;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.08em;
  color:#1a1203;
  background:linear-gradient(135deg,#fff8b8,#ffd84d,#f59e0b);
  box-shadow:0 10px 28px rgba(255,216,77,.28);
}
.theme-minecraft .plan-card.featured .plan-image-wrap{
  border-color:rgba(255,216,77,.55);
}
.theme-minecraft .plan-card.featured .plan-badge{
  color:#231702;
  background:linear-gradient(135deg,#fff8b8,#ffd84d);
  border-color:rgba(255,255,255,.45);
  box-shadow:0 0 24px rgba(255,216,77,.25);
}
.theme-minecraft .plan-card.featured .btn-plan{
  background:linear-gradient(135deg,#ffd84d,#22c55e);
  color:#0b1708;
  border-color:rgba(255,255,255,.24);
}
@keyframes minecraftFeatured{
  0%,100%{transform:translateY(0);box-shadow:0 22px 72px rgba(255,216,77,.16),0 0 0 1px rgba(255,216,77,.25)}
  50%{transform:translateY(-6px);box-shadow:0 28px 86px rgba(255,216,77,.28),0 0 0 1px rgba(92,255,141,.35)}
}
@media(max-width:1100px){
  .theme-minecraft .plan-card.featured{
    animation:none;
  }
}

/* Paleta solida V7 */
:root{
  --bg:#060b12;
  --bg2:#0b1420;
  --panel:#101b28;
  --panel2:#142235;
  --purple:#2f80ed;
  --purple2:#2f80ed;
  --pink:#d9a441;
  --cyan:#2f80ed;
  --green:#24b47e;
  --gold:#d9a441;
  --text:#f4f8fb;
  --muted:#9fb0c3;
  --line:rgba(183,203,222,.16);
  --shadow:0 24px 70px rgba(0,0,0,.42);
}
body,
body.theme-vps,
body.theme-minecraft{
  background:#060b12;
}
body.theme-minecraft{
  background:
    linear-gradient(rgba(6,11,18,.78),rgba(6,11,18,.86)),
    url('../assets/minecraft-background.svg') center top / cover fixed,
    #060b12;
}
.theme-minecraft .animated-bg{
  background:transparent;
}
.theme-minecraft .page-hero,
.theme-minecraft .section{
  position:relative;
}
.theme-minecraft .page-hero::after,
.theme-minecraft .section::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:rgba(6,11,18,.26);
}
.theme-minecraft .page-hero .container,
.theme-minecraft .section .container{
  position:relative;
  z-index:1;
}
.theme-minecraft .page-visual.image-stage{
  display:none;
}
.theme-minecraft .topbar{
  background:rgba(6,11,18,.48);
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:none;
  backdrop-filter:blur(18px);
}
.theme-minecraft .brand{
  gap:10px;
}
.theme-minecraft .brand img{
  width:64px;
  height:46px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.32));
}
.theme-minecraft .brand span{
  color:#f4f8fb;
  text-shadow:0 2px 14px rgba(0,0,0,.4);
}
.theme-minecraft .nav-links a{
  border-radius:10px;
  background:rgba(6,11,18,.22);
  border:1px solid transparent;
  color:rgba(244,248,251,.72);
  transition:.22s ease;
}
.theme-minecraft .nav-links a:hover,
.theme-minecraft .nav-links a.active{
  background:rgba(16,27,40,.86);
  border-color:rgba(255,255,255,.16);
  color:#ffffff;
  box-shadow:0 10px 28px rgba(0,0,0,.22);
}
.animated-bg{
  background:#060b12;
}
.animated-bg span{
  border-radius:3px;
  background:rgba(47,128,237,.18);
  box-shadow:none;
}
.topbar{
  background:rgba(6,11,18,.88);
}
.nav-links a:hover,
.nav-links a.active{
  background:#142235;
  color:#f4f8fb;
}
.btn,
.theme-vps .btn,
.theme-minecraft .btn,
.theme-fivem .btn,
.billing button.active,
.theme-vps .billing button.active,
.theme-minecraft .billing button.active,
.theme-fivem .billing button.active{
  background:#2f80ed;
  color:#ffffff;
  box-shadow:0 14px 32px rgba(47,128,237,.22);
}
.btn:hover{
  box-shadow:0 18px 42px rgba(47,128,237,.28);
}
.btn.ghost{
  background:#101b28;
  border-color:rgba(183,203,222,.18);
}
.eyebrow{
  color:#cfe0f2;
  background:#101b28;
  border-color:rgba(183,203,222,.18);
}
.eyebrow:before{
  background:#d9a441;
  box-shadow:none;
}
.grad{
  background:none;
  -webkit-background-clip:initial;
  color:#d9a441;
}
.visual-card,
.service-card,
.step,
.feature,
.plan-card,
.billing,
.vps-dashboard,
.image-stage{
  background:#101b28;
  border-color:rgba(183,203,222,.16);
}
.stat,
.spec-grid-mini span{
  background:#142235;
}
.orb{
  filter:none;
  opacity:.16;
}
.orb.one,
.orb.two{
  background:#2f80ed;
}
.step b{
  background:#2f80ed;
}
.service-card:after,
.service-card.minecraft:after,
.service-card.fivem:after{
  background:#2f80ed;
  opacity:.13;
}
.chart-bars span,
.car,
.theme-minecraft .btn-plan,
.theme-fivem .btn-plan,
.theme-vps .btn-plan{
  background:#2f80ed;
}
.rack,
.plan-image-wrap{
  background:#142235;
}
.stage-glow,
.vps-stage .stage-glow,
.fivem-stage .stage-glow,
.minecraft-stage .stage-glow{
  background:#2f80ed;
  opacity:.22;
}
.plan-card:hover{
  border-color:rgba(47,128,237,.42);
}
.plan-badge{
  background:#142235;
  border-color:rgba(183,203,222,.18);
  color:#cfe0f2;
}
.plan-card li:before{
  background:#24b47e;
  box-shadow:none;
}
.plan-card li:after{
  border-color:#06110c;
}
.theme-minecraft .plan-card{
  background:#101b28;
  background-image:
    linear-gradient(90deg,rgba(183,203,222,.055) 1px,transparent 1px),
    linear-gradient(0deg,rgba(183,203,222,.045) 1px,transparent 1px);
  border-color:rgba(36,180,126,.28);
}
.theme-minecraft .plan-card::before{
  background:none;
}
.theme-minecraft .plan-image-wrap{
  border-color:rgba(36,180,126,.28);
  box-shadow:0 16px 38px rgba(0,0,0,.28);
}
.theme-minecraft .plan-badge{
  background:#142235;
  border-color:rgba(36,180,126,.32);
  color:#d7efe4;
}
.theme-minecraft .spec-grid-mini span{
  background:#142235;
  border-color:rgba(36,180,126,.18);
}
.theme-minecraft .plan-card.featured{
  background:#1e1709;
  background-image:
    linear-gradient(90deg,rgba(217,164,65,.12) 1px,transparent 1px),
    linear-gradient(0deg,rgba(217,164,65,.10) 1px,transparent 1px);
  border-color:#d9a441;
  box-shadow:0 20px 62px rgba(217,164,65,.24),0 0 0 1px rgba(217,164,65,.34);
}
.theme-minecraft .plan-card.featured::after{
  background:#d9a441;
  color:#10100a;
  box-shadow:0 10px 26px rgba(217,164,65,.24);
}
.theme-minecraft .plan-card.featured .plan-badge,
.theme-minecraft .plan-card.featured .btn-plan{
  background:#d9a441;
  color:#10100a;
  border-color:#d9a441;
  box-shadow:none;
}
.theme-minecraft .plan-card.featured h3,
.theme-minecraft .plan-card.featured .plan-price span{
  color:#ffe79a;
}
.theme-minecraft .plan-card.featured .spec-grid-mini span{
  background:#2b210d;
  border-color:rgba(217,164,65,.28);
}
.theme-minecraft .plan-card li{
  padding-left:30px;
}
.theme-minecraft .plan-card:nth-child(1){--crystal:#b87333;--crystal-dark:#6f3b1e;}
.theme-minecraft .plan-card:nth-child(2){--crystal:#cfd8df;--crystal-dark:#7e8d98;}
.theme-minecraft .plan-card:nth-child(3){--crystal:#d9a441;--crystal-dark:#8b5b08;}
.theme-minecraft .plan-card:nth-child(4){--crystal:#67dced;--crystal-dark:#0b6281;}
.theme-minecraft .plan-card:nth-child(5){--crystal:#24b47e;--crystal-dark:#08743a;}
.theme-minecraft .plan-card li:before{
  top:.25em;
  width:15px;
  height:15px;
  border-radius:2px;
  transform:rotate(45deg);
  background:var(--crystal);
  border:1px solid rgba(255,255,255,.28);
  box-shadow:
    inset -4px -4px 0 var(--crystal-dark),
    inset 3px 3px 0 rgba(255,255,255,.22),
    0 0 12px rgba(255,255,255,.08);
}
.theme-minecraft .plan-card li:after{
  display:none;
}

/* Cards Minecraft com detalhe gamer/block */
.theme-minecraft .plan-card{
  border-radius:14px;
  border-width:2px;
  box-shadow:0 14px 0 rgba(0,0,0,.22),0 28px 58px rgba(0,0,0,.28);
}
.theme-minecraft .plan-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  border-radius:14px;
  background:
    linear-gradient(#24b47e 0 7px,#5a3a1d 7px 14px,transparent 14px),
    linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
  background-size:auto,18px 18px;
  opacity:.9;
}
.theme-minecraft .plan-card > *{
  position:relative;
  z-index:1;
}
.theme-minecraft .plan-image-wrap{
  border-radius:8px;
  border:3px solid rgba(36,180,126,.42);
  box-shadow:0 8px 0 rgba(0,0,0,.20),0 16px 38px rgba(0,0,0,.28);
}
.theme-minecraft .plan-icon{
  border-radius:6px;
  background:#0b1420;
  padding:7px;
  border:2px solid rgba(183,203,222,.16);
}
.theme-minecraft .plan-badge{
  border-radius:6px;
  border:2px solid rgba(36,180,126,.42);
}
.minecraft-card-meta{
  display:grid;
  gap:7px;
  margin:12px 0 14px;
}
.minecraft-card-meta span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  border-radius:7px;
  border:2px solid rgba(183,203,222,.16);
  background:#0b1420;
  color:#cfe0f2;
  font-size:.72rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
  box-shadow:inset 0 -3px 0 rgba(0,0,0,.24);
}
.theme-minecraft .spec-grid-mini span{
  border-width:2px;
  border-radius:7px;
  box-shadow:inset 0 -3px 0 rgba(0,0,0,.18);
}
.theme-minecraft .btn-plan{
  background:#d9a441;
  color:#10100a;
  border:3px solid #0b1420;
  border-radius:8px;
  box-shadow:0 7px 0 rgba(0,0,0,.28);
}
.theme-minecraft .btn-plan:hover{
  transform:translateY(-2px);
  box-shadow:0 4px 0 rgba(0,0,0,.28);
}
.featured-label{
  display:none;
}
.theme-minecraft .plan-card.featured::after{
  content:"";
  position:absolute;
  inset:0;
  top:0;
  right:0;
  z-index:0;
  width:auto;
  padding:0;
  transform:none;
  pointer-events:none;
  border-radius:14px;
  background:
    linear-gradient(#24b47e 0 7px,#5a3a1d 7px 14px,transparent 14px),
    linear-gradient(90deg,rgba(255,231,154,.15) 1px,transparent 1px);
  background-size:auto,18px 18px;
  opacity:.9;
  box-shadow:none;
}
.theme-minecraft .plan-card.featured .featured-label{
  display:block;
  position:absolute;
  top:15px;
  right:14px;
  z-index:4;
  padding:8px 11px;
  border-radius:7px;
  border:2px solid rgba(255,255,255,.42);
  background:#d9a441;
  color:#10100a;
  box-shadow:0 10px 26px rgba(217,164,65,.24);
  font-size:.66rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.plan-card.price-switching{
  animation:billingCardSwitch .62s ease both;
}
.plan-card.price-switching .plan-price span{
  animation:billingPriceSwitch .62s ease both;
}
.plan-card.price-switching .plan-price small{
  animation:billingCycleSwitch .62s ease both;
}
.plan-card.price-switching .plan-image-wrap{
  animation:billingImageSwitch .62s ease both;
}
@keyframes billingCardSwitch{
  0%{transform:translateY(0)}
  38%{transform:translateY(-7px)}
  100%{transform:translateY(0)}
}
@keyframes billingPriceSwitch{
  0%{opacity:.35;transform:translateY(8px) scale(.96);filter:blur(1px)}
  48%{opacity:1;transform:translateY(-3px) scale(1.05);filter:blur(0)}
  100%{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}
}
@keyframes billingCycleSwitch{
  0%{opacity:.25;transform:translateX(-4px)}
  100%{opacity:1;transform:translateX(0)}
}
@keyframes billingImageSwitch{
  0%{filter:saturate(.8) brightness(.85)}
  50%{filter:saturate(1.2) brightness(1.12)}
  100%{filter:saturate(1) brightness(1)}
}
@keyframes minecraftFeatured{
  0%,100%{transform:translateY(0);box-shadow:0 20px 62px rgba(217,164,65,.18),0 0 0 1px rgba(217,164,65,.28)}
  50%{transform:translateY(-6px);box-shadow:0 26px 76px rgba(217,164,65,.28),0 0 0 1px rgba(217,164,65,.46)}
}
.theme-fivem .page-hero:before{
  background:rgba(6,11,18,.36);
}
.theme-fivem .page-hero{
  background-color:#060b12;
  background-image:url('../assets/fivem-background.png');
  background-size:cover;
  background-position:center right;
  background-repeat:no-repeat;
}
.theme-fivem #planos{
  background:#060b12;
}

/* Background urbano/criminal FiveM */
body.theme-fivem{
  background:
    linear-gradient(rgba(6,7,12,.72),rgba(6,7,12,.88)),
    url('../assets/fivem-crime-background.png') center top / cover fixed,
    #06070c;
}
.theme-fivem .animated-bg{
  background:transparent;
}
.theme-fivem .page-hero{
  background:
    linear-gradient(rgba(6,7,12,.50),rgba(6,7,12,.68)),
    url('../assets/fivem-crime-background.png') center top / cover;
}
.theme-fivem .section{
  position:relative;
}
.theme-fivem .section::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:rgba(6,7,12,.28);
}
.theme-fivem .section .container{
  position:relative;
  z-index:1;
}
.theme-fivem .topbar{
  background:rgba(6,7,12,.58);
  border-bottom:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(18px);
}
.theme-fivem .btn,
.theme-fivem .billing button.active{
  background:#e11d48;
  border-color:#e11d48;
  box-shadow:0 14px 34px rgba(225,29,72,.24);
}

/* Construtor de plano personalizado Minecraft */
.custom-plan-builder{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:stretch;
  padding:28px;
  border:2px solid rgba(36,180,126,.34);
  border-radius:16px;
  background:#101b28;
  background-image:
    linear-gradient(90deg,rgba(183,203,222,.055) 1px,transparent 1px),
    linear-gradient(0deg,rgba(183,203,222,.045) 1px,transparent 1px);
  background-size:28px 28px;
  box-shadow:0 14px 0 rgba(0,0,0,.22),0 28px 58px rgba(0,0,0,.28);
  overflow:hidden;
}
.custom-plan-builder::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(#24b47e 0 8px,#5a3a1d 8px 16px,transparent 16px);
}
.custom-plan-builder .eyebrow:before{
  background:#24b47e;
  box-shadow:0 0 14px rgba(36,180,126,.45);
}
.custom-builder-copy,
.custom-builder-panel{
  position:relative;
  z-index:1;
}
.custom-builder-copy h2{
  margin:18px 0 12px;
  font-size:clamp(2rem,4vw,3.4rem);
  line-height:1;
  letter-spacing:-.04em;
}
.custom-summary{
  display:grid;
  gap:8px;
  margin-top:24px;
  padding:18px;
  border:2px solid rgba(217,164,65,.42);
  border-radius:12px;
  background:#1e1709;
  box-shadow:inset 0 -4px 0 rgba(0,0,0,.22);
}
.custom-summary strong{
  color:#ffe79a;
  font-size:1.1rem;
}
.custom-summary span{
  color:#f4f8fb;
  font-weight:900;
}
.custom-builder-panel{
  display:grid;
  gap:16px;
  padding:20px;
  border:2px solid rgba(183,203,222,.16);
  border-radius:12px;
  background:#0b1420;
}
.custom-builder-panel label{
  display:grid;
  gap:10px;
}
.custom-builder-panel label > span,
.custom-builder-panel output{
  font-weight:900;
}
.custom-builder-panel label > span{
  color:#cfe0f2;
}
.custom-builder-panel output{
  justify-self:end;
  margin-top:-28px;
  color:#d9a441;
}
.custom-builder-panel input[type="range"]{
  width:100%;
  accent-color:#d9a441;
}
.custom-builder-tags{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
}
.custom-builder-tags span{
  min-height:34px;
  display:grid;
  place-items:center;
  border:2px solid rgba(36,180,126,.24);
  border-radius:7px;
  background:#142235;
  color:#d7efe4;
  font-size:.72rem;
  font-weight:900;
  text-transform:uppercase;
  text-align:center;
}
.custom-discord-btn{
  width:100%;
  background:#d9a441;
  color:#10100a;
  border:3px solid #060b12;
  border-radius:8px;
  box-shadow:0 7px 0 rgba(0,0,0,.28);
}
.custom-builder-panel small{
  color:#9fb0c3;
  line-height:1.5;
}
@media(max-width:900px){
  .custom-plan-builder{
    grid-template-columns:1fr;
  }
  .custom-builder-tags{
    grid-template-columns:repeat(2,1fr);
  }
}

/* Teste: destaque roxo HostCloud no plano mais vendido */
.theme-minecraft .plan-card.featured{
  background:#1b1230;
  background-image:
    linear-gradient(90deg,rgba(139,92,246,.16) 1px,transparent 1px),
    linear-gradient(0deg,rgba(139,92,246,.12) 1px,transparent 1px);
  border-color:#8b5cf6;
  box-shadow:0 20px 62px rgba(139,92,246,.26),0 0 0 1px rgba(139,92,246,.38);
}
.theme-minecraft .plan-card.featured::after{
  background:
    linear-gradient(#24b47e 0 7px,#5a3a1d 7px 14px,transparent 14px),
    linear-gradient(90deg,rgba(139,92,246,.16) 1px,transparent 1px);
}
.theme-minecraft .plan-card.featured .featured-label,
.theme-minecraft .plan-card.featured .plan-badge,
.theme-minecraft .plan-card.featured .btn-plan{
  background:#8b5cf6;
  color:#ffffff;
  border-color:#8b5cf6;
  box-shadow:0 10px 26px rgba(139,92,246,.24);
}
.theme-minecraft .plan-card.featured h3,
.theme-minecraft .plan-card.featured .plan-price span{
  color:#d9ccff;
}
.theme-minecraft .plan-card.featured .spec-grid-mini span{
  background:#20143a;
  border-color:rgba(139,92,246,.34);
}
@keyframes minecraftFeatured{
  0%,100%{transform:translateY(0);box-shadow:0 20px 62px rgba(139,92,246,.20),0 0 0 1px rgba(139,92,246,.30)}
  50%{transform:translateY(-6px);box-shadow:0 26px 76px rgba(139,92,246,.34),0 0 0 1px rgba(139,92,246,.52)}
}

/* Botoes roxos HostCloud */
.btn,
.btn-plan,
.custom-discord-btn,
.billing button.active,
.theme-vps .btn,
.theme-fivem .btn,
.theme-minecraft .btn,
.theme-vps .billing button.active,
.theme-fivem .billing button.active,
.theme-minecraft .billing button.active,
.theme-minecraft .btn-plan,
.theme-minecraft .plan-card.featured .btn-plan{
  background:#8b5cf6;
  color:#ffffff;
  border-color:#8b5cf6;
  box-shadow:0 14px 34px rgba(139,92,246,.24);
}
.btn:hover,
.btn-plan:hover,
.custom-discord-btn:hover{
  box-shadow:0 18px 42px rgba(139,92,246,.32);
}
.btn.ghost{
  background:#101b28;
  border-color:rgba(183,203,222,.18);
  color:#f4f8fb;
  box-shadow:none;
}

/* Plano personalizado em roxo HostCloud */
.custom-summary{
  border-color:rgba(139,92,246,.48);
  background:#1b1230;
}
.custom-summary strong{
  color:#d9ccff;
}
.custom-builder-panel output{
  color:#d9ccff;
}
.custom-builder-panel input[type="range"]{
  accent-color:#8b5cf6;
}
.custom-discord-btn{
  background:#24b47e;
  color:#ffffff;
  border-color:#24b47e;
  box-shadow:0 14px 34px rgba(36,180,126,.24);
}

/* Botao verde para plano personalizado */
.theme-minecraft .actions a[href="#plano-personalizado"],
.theme-minecraft .custom-discord-btn{
  background:#24b47e;
  color:#ffffff;
  border-color:#24b47e;
  box-shadow:0 14px 34px rgba(36,180,126,.24);
}
.theme-minecraft .actions a[href="#plano-personalizado"]:hover,
.theme-minecraft .custom-discord-btn:hover{
  box-shadow:0 18px 42px rgba(36,180,126,.32);
}

/* Cards cinematograficos dos planos FiveM */
.theme-fivem .plans-grid{
  gap:18px;
}
.theme-fivem .plan-card{
  --fivem-tier:#7c8796;
  --fivem-tier-rgb:124,135,150;
  padding:20px;
  border-radius:12px;
  border-color:rgba(var(--fivem-tier-rgb),.48);
  background:#0b0e14;
  box-shadow:0 22px 58px rgba(0,0,0,.42),inset 0 3px 0 var(--fivem-tier);
  isolation:isolate;
}
.theme-fivem .plan-card:nth-child(2){
  --fivem-tier:#3b82f6;
  --fivem-tier-rgb:59,130,246;
}
.theme-fivem .plan-card:nth-child(3){
  --fivem-tier:#e11d48;
  --fivem-tier-rgb:225,29,72;
}
.theme-fivem .plan-card:nth-child(4){
  --fivem-tier:#a855f7;
  --fivem-tier-rgb:168,85,247;
}
.theme-fivem .plan-card:nth-child(5){
  --fivem-tier:#f2b84b;
  --fivem-tier-rgb:242,184,75;
}
.theme-fivem .plan-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  border-left:3px solid var(--fivem-tier);
  background:rgba(var(--fivem-tier-rgb),.035);
}
.theme-fivem .plan-card:hover{
  border-color:var(--fivem-tier);
  box-shadow:0 30px 72px rgba(0,0,0,.52),0 0 28px rgba(var(--fivem-tier-rgb),.2),inset 0 3px 0 var(--fivem-tier);
}
.theme-fivem .plan-image-wrap{
  margin:-20px -20px 18px;
  width:calc(100% + 40px);
  aspect-ratio:16/10;
  border-width:0 0 2px;
  border-color:var(--fivem-tier);
  border-radius:10px 10px 0 0;
  background:#11151d;
  box-shadow:none;
}
.theme-fivem .plan-image-wrap::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  height:3px;
  background:var(--fivem-tier);
  box-shadow:0 0 18px rgba(var(--fivem-tier-rgb),.85);
  animation:fivemScanner 3.8s ease-in-out infinite;
}
.theme-fivem .plan-image-wrap::after{
  z-index:1;
  background:linear-gradient(180deg,transparent 48%,rgba(5,7,11,.78));
}
.theme-fivem .plan-image{
  transform:scale(1.05);
  animation:fivemImageDrift 8s ease-in-out infinite alternate;
}
.theme-fivem .plan-card:nth-child(even) .plan-image{
  animation-direction:alternate-reverse;
}
.theme-fivem .plan-card:hover .plan-image{
  transform:scale(1.1);
  filter:saturate(1.12) contrast(1.04);
}
.theme-fivem .plan-badge{
  border-radius:5px;
  color:#fff;
  border-color:rgba(var(--fivem-tier-rgb),.65);
  background:rgba(var(--fivem-tier-rgb),.18);
}
.theme-fivem .plan-card h3{
  color:#fff;
  text-transform:uppercase;
  font-size:1.18rem;
}
.theme-fivem .plan-price span{
  color:var(--fivem-tier);
  text-shadow:0 0 20px rgba(var(--fivem-tier-rgb),.28);
}
.theme-fivem .spec-grid-mini span{
  border:1px solid rgba(var(--fivem-tier-rgb),.24);
  border-radius:5px;
  background:#111722;
  color:#edf3fa;
}
.theme-fivem .plan-card li::before{
  border-radius:2px;
  background:var(--fivem-tier);
  box-shadow:0 0 14px rgba(var(--fivem-tier-rgb),.36);
}
.theme-fivem .plan-card li::after{
  border-color:#080b10;
}
.theme-fivem .featured-label{
  display:block;
  position:absolute;
  top:14px;
  right:12px;
  z-index:4;
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.5);
  border-radius:5px;
  background:#e11d48;
  color:#fff;
  box-shadow:0 10px 26px rgba(225,29,72,.38);
  font-size:.64rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  animation:fivemFeaturedLabel 1.8s ease-in-out infinite;
}
.theme-fivem .plan-card.featured{
  transform:translateY(-6px);
  border-color:#e11d48;
  box-shadow:0 28px 76px rgba(0,0,0,.52),0 0 30px rgba(225,29,72,.24),inset 0 3px 0 #e11d48;
}
.theme-fivem .plan-card.featured:hover{
  transform:translateY(-13px) scale(1.01);
}
.theme-fivem .btn-plan{
  border-radius:6px;
}
@keyframes fivemImageDrift{
  0%{transform:scale(1.05) translate3d(-1.5%,0,0)}
  100%{transform:scale(1.12) translate3d(1.5%,-1%,0)}
}
@keyframes fivemScanner{
  0%,100%{opacity:.55;transform:scaleX(.35)}
  50%{opacity:1;transform:scaleX(1)}
}
@keyframes fivemFeaturedLabel{
  0%,100%{transform:translateY(0);box-shadow:0 10px 26px rgba(225,29,72,.3)}
  50%{transform:translateY(-3px);box-shadow:0 14px 34px rgba(225,29,72,.5)}
}
@media(max-width:1100px){
  .theme-fivem .plan-card{
    padding:24px;
  }
  .theme-fivem .plan-image-wrap{
    margin:-24px -24px 18px;
    width:calc(100% + 48px);
  }
}
@media(prefers-reduced-motion:reduce){
  .theme-fivem .plan-image,
  .theme-fivem .plan-image-wrap::before,
  .theme-fivem .featured-label{
    animation:none;
  }
}

/* Configurador personalizado FiveM */
.theme-fivem .eyebrow::before{
  background:#24b47e;
  box-shadow:0 0 16px rgba(36,180,126,.82);
}
.theme-fivem .custom-plan-section{
  background:rgba(5,7,12,.72);
}
.theme-fivem .custom-plan-builder{
  border-color:rgba(225,29,72,.5);
  border-radius:12px;
  background:#0b0e14;
  background-image:
    linear-gradient(90deg,rgba(225,29,72,.055) 1px,transparent 1px),
    linear-gradient(0deg,rgba(168,85,247,.045) 1px,transparent 1px);
  box-shadow:0 28px 72px rgba(0,0,0,.46),inset 0 3px 0 #e11d48;
}
.theme-fivem .custom-plan-builder::before{
  background:#e11d48;
  height:5px;
}
.theme-fivem .custom-summary{
  border-color:rgba(225,29,72,.48);
  background:#171018;
}
.theme-fivem .custom-summary strong,
.theme-fivem .custom-builder-panel output{
  color:#fb7185;
}
.theme-fivem .custom-builder-panel{
  border-color:rgba(168,85,247,.28);
  background:#0d1119;
}
.theme-fivem .custom-builder-panel input[type="range"]{
  accent-color:#e11d48;
}
.theme-fivem .custom-builder-tags span{
  border-color:rgba(225,29,72,.32);
  background:#17111d;
  color:#f5d9e0;
}
.theme-fivem .custom-discord-btn{
  background:#e11d48;
  border-color:#e11d48;
  color:#fff;
  box-shadow:0 14px 34px rgba(225,29,72,.28);
}
.theme-fivem .custom-discord-btn:hover{
  box-shadow:0 18px 44px rgba(225,29,72,.4);
}

/* Preco anual dos planos VPS */
.theme-vps .plan-price{
  flex-wrap:wrap;
  white-space:normal;
}
.theme-vps .plan-price small{
  flex-basis:100%;
  margin-top:4px;
  color:#b9c8d8;
  font-weight:800;
}

/* Identidade visual VPS Brasil */
body.theme-vps{
  background:#07111b;
}
.theme-vps .animated-bg{
  background:#07111b;
  opacity:1;
}
.theme-vps .page-hero{
  min-height:570px;
  background:#081723;
  border-bottom:1px solid rgba(34,211,238,.16);
}
.theme-vps .page-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(34,211,238,.055) 1px,transparent 1px),
    linear-gradient(0deg,rgba(34,211,238,.04) 1px,transparent 1px);
  background-size:42px 42px;
}
.theme-vps .page-title{
  max-width:850px;
}
.theme-vps .page-title h1{
  max-width:820px;
}
.theme-vps .eyebrow{
  color:#d8fff0;
  background:#0d2b2a;
  border-color:rgba(36,180,126,.38);
}
.theme-vps .eyebrow::before{
  background:#24b47e;
  box-shadow:0 0 16px rgba(36,180,126,.75);
}
.theme-vps #planos{
  background:#07111b;
}
.theme-vps .plans-grid{
  width:min(1040px,100%);
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-inline:auto;
}
.theme-vps .plan-card{
  --vps-tier:#8b5cf6;
  --vps-tier-rgb:139,92,246;
  padding:20px;
  border-radius:10px;
  border-color:rgba(var(--vps-tier-rgb),.34);
  background:#130d20;
  box-shadow:0 22px 54px rgba(0,0,0,.34),inset 0 3px 0 var(--vps-tier);
  isolation:isolate;
}
.theme-vps .plan-card:nth-child(2){
  --vps-tier:#a78bfa;
  --vps-tier-rgb:167,139,250;
}
.theme-vps .plan-card:nth-child(3){
  --vps-tier:#c084fc;
  --vps-tier-rgb:192,132,252;
}
.theme-vps .plan-card:nth-child(4){
  --vps-tier:#d8b4fe;
  --vps-tier-rgb:216,180,254;
}
.theme-vps .plan-card::before{
  content:"BR";
  position:absolute;
  right:18px;
  bottom:16px;
  z-index:-1;
  color:rgba(var(--vps-tier-rgb),.055);
  font-size:5rem;
  line-height:1;
  font-weight:1000;
  pointer-events:none;
}
.theme-vps .plan-card:hover{
  border-color:var(--vps-tier);
  box-shadow:0 30px 72px rgba(0,0,0,.45),0 0 24px rgba(var(--vps-tier-rgb),.16),inset 0 3px 0 var(--vps-tier);
}
.theme-vps .plan-image-wrap{
  margin:-20px -20px 18px;
  width:calc(100% + 40px);
  aspect-ratio:16/9;
  border-width:0 0 2px;
  border-color:var(--vps-tier);
  border-radius:8px 8px 0 0;
  background:#1a112b;
  box-shadow:none;
}
.theme-vps .plan-image-wrap::before{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  z-index:2;
  width:42%;
  height:3px;
  background:var(--vps-tier);
  box-shadow:0 0 18px rgba(var(--vps-tier-rgb),.65);
  animation:vpsSignal 3.4s ease-in-out infinite alternate;
}
.theme-vps .plan-image-wrap::after{
  background:rgba(7,17,27,.12);
}
.theme-vps .plan-image{
  transform:scale(1.02);
  filter:saturate(.82) contrast(1.06);
}
.theme-vps .plan-card:hover .plan-image{
  transform:scale(1.06);
  filter:saturate(1) contrast(1.08);
}
.theme-vps .plan-badge{
  border-radius:5px;
  border-color:rgba(var(--vps-tier-rgb),.48);
  background:rgba(var(--vps-tier-rgb),.12);
  color:#f5fbff;
}
.theme-vps .plan-card h3{
  text-transform:uppercase;
  color:#fff;
}
.theme-vps .plan-price span{
  color:var(--vps-tier);
  text-shadow:0 0 18px rgba(var(--vps-tier-rgb),.2);
}
.theme-vps .spec-grid-mini{
  grid-template-columns:1fr;
}
.theme-vps .spec-grid-mini span{
  border:1px solid rgba(var(--vps-tier-rgb),.2);
  border-radius:5px;
  background:#1a112b;
  color:#edf7ff;
}
.spec-grid-mini span{
  min-width:0;
  overflow-wrap:anywhere;
}
.theme-minecraft .spec-grid-mini,
.theme-fivem .spec-grid-mini{
  grid-template-columns:1fr;
}
.theme-vps .plan-card li::before{
  border-radius:2px;
  background:var(--vps-tier);
  box-shadow:0 0 12px rgba(var(--vps-tier-rgb),.28);
}
.theme-vps .plan-card li::after{
  border-color:#07111b;
}
.theme-vps .featured-label{
  display:block;
  position:absolute;
  top:14px;
  right:12px;
  z-index:4;
  padding:8px 10px;
  border:1px solid rgba(7,17,27,.36);
  border-radius:5px;
  background:#f2c94c;
  color:#12170c;
  box-shadow:0 10px 26px rgba(242,201,76,.25);
  font-size:.64rem;
  font-weight:1000;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.theme-vps .plan-card.featured{
  transform:translateY(-6px);
  border-color:#f2c94c;
  box-shadow:0 26px 70px rgba(0,0,0,.44),0 0 24px rgba(242,201,76,.16),inset 0 3px 0 #f2c94c;
}
.theme-vps .plan-card.featured{
  border-color:#c084fc;
  box-shadow:0 26px 70px rgba(0,0,0,.44),0 0 30px rgba(192,132,252,.22),inset 0 3px 0 #c084fc;
}
.theme-vps .featured-label{
  background:#8b5cf6;
  color:#fff;
  border-color:rgba(255,255,255,.34);
  box-shadow:0 10px 26px rgba(139,92,246,.3);
}
.theme-vps .plan-card.featured:hover{
  transform:translateY(-13px) scale(1.01);
}
.theme-vps .btn-plan{
  border-radius:6px;
}
@keyframes vpsSignal{
  from{transform:translateX(-30%);opacity:.55}
  to{transform:translateX(165%);opacity:1}
}

/* Configurador personalizado VPS */
.theme-vps .custom-plan-section{
  background:#091520;
  border-top:1px solid rgba(34,211,238,.12);
  border-bottom:1px solid rgba(34,211,238,.12);
}
.theme-vps .custom-plan-builder{
  border-color:rgba(34,211,238,.38);
  border-radius:12px;
  background:#0b1824;
  background-image:
    linear-gradient(90deg,rgba(34,211,238,.045) 1px,transparent 1px),
    linear-gradient(0deg,rgba(34,211,238,.035) 1px,transparent 1px);
  box-shadow:0 26px 68px rgba(0,0,0,.38),inset 0 3px 0 #22d3ee;
}
.theme-vps .custom-plan-builder::before{
  height:5px;
  background:#24b47e;
}
.theme-vps .custom-summary{
  border-color:rgba(36,180,126,.42);
  background:#0b2425;
}
.theme-vps .custom-summary strong,
.theme-vps .custom-builder-panel output{
  color:#5ee6ae;
}
.theme-vps .custom-builder-panel{
  border-color:rgba(34,211,238,.22);
  background:#08131e;
}
.theme-vps .custom-builder-panel input[type="range"]{
  accent-color:#24b47e;
}
.theme-vps .custom-builder-tags span{
  border-color:rgba(34,211,238,.24);
  background:#0e2030;
  color:#d9f6ff;
}
.theme-vps .custom-discord-btn{
  background:#24b47e;
  border-color:#24b47e;
  color:#fff;
  box-shadow:0 14px 34px rgba(36,180,126,.24);
}
.theme-vps .custom-discord-btn:hover{
  box-shadow:0 18px 44px rgba(36,180,126,.34);
}
@media(max-width:1100px){
  .theme-vps .plan-card{
    padding:24px;
  }
  .theme-vps .plan-image-wrap{
    margin:-24px -24px 18px;
    width:calc(100% + 48px);
  }
}
@media(prefers-reduced-motion:reduce){
  .theme-vps .plan-image-wrap::before{
    animation:none;
  }
}

/* Cartoes de infraestrutura VPS */
.theme-vps .vps-access-card{
  position:relative;
  width:100%;
  aspect-ratio:1.586/1;
  margin-bottom:20px;
  padding:16px;
  overflow:hidden;
  border:1px solid rgba(var(--vps-tier-rgb),.54);
  border-radius:10px;
  background:#170e28;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.035),
    inset 0 -34px 54px rgba(0,0,0,.2),
    0 15px 30px rgba(0,0,0,.28);
  transition:transform .35s ease,box-shadow .35s ease;
}
.theme-vps .vps-access-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(115deg,transparent 0 45%,rgba(var(--vps-tier-rgb),.13) 46% 48%,transparent 49%),
    linear-gradient(90deg,rgba(var(--vps-tier-rgb),.045) 1px,transparent 1px),
    linear-gradient(0deg,rgba(var(--vps-tier-rgb),.04) 1px,transparent 1px);
  background-size:auto,18px 18px,18px 18px;
}
.theme-vps .vps-access-card::after{
  content:"VPS";
  position:absolute;
  right:10px;
  bottom:20px;
  color:rgba(var(--vps-tier-rgb),.09);
  font-size:3.3rem;
  line-height:1;
  font-weight:1000;
  letter-spacing:.04em;
}
.theme-vps .plan-card:hover .vps-access-card{
  transform:translateY(-4px) rotateX(2deg);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.05),
    0 20px 38px rgba(0,0,0,.36),
    0 0 22px rgba(var(--vps-tier-rgb),.16);
}
.vps-card-head,
.vps-card-foot{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
.vps-card-brand{
  color:#fff;
  font-size:.63rem;
  font-weight:1000;
  letter-spacing:.08em;
}
.vps-card-status{
  display:flex;
  align-items:center;
  gap:5px;
  color:#c9fbe2;
  font-size:.52rem;
  font-weight:900;
}
.vps-card-status i{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#24b47e;
  box-shadow:0 0 10px rgba(36,180,126,.9);
  animation:vpsOnline 1.8s ease-in-out infinite;
}
.vps-card-chip{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  width:37px;
  height:29px;
  margin-top:17px;
  overflow:hidden;
  border:1px solid rgba(7,17,27,.58);
  border-radius:6px;
  background:var(--vps-tier);
  box-shadow:0 5px 14px rgba(var(--vps-tier-rgb),.2);
}
.vps-card-chip span{
  border-right:1px solid rgba(7,17,27,.38);
  border-bottom:1px solid rgba(7,17,27,.38);
}
.vps-card-name{
  position:relative;
  z-index:2;
  margin-top:14px;
  color:#fff;
  font-size:.88rem;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.vps-card-specs{
  position:relative;
  z-index:2;
  display:flex;
  gap:5px;
  margin-top:7px;
}
.vps-card-specs span{
  padding:4px 6px;
  border:1px solid rgba(var(--vps-tier-rgb),.28);
  border-radius:4px;
  background:rgba(8,4,15,.46);
  color:#dcd2ed;
  font-size:.48rem;
  font-weight:900;
  white-space:nowrap;
}
.vps-card-foot{
  position:absolute;
  left:16px;
  right:16px;
  bottom:14px;
  color:#9db5c6;
  font-family:Consolas,monospace;
  font-size:.55rem;
}
.vps-card-foot strong{
  color:var(--vps-tier);
  font-family:Inter,system-ui,sans-serif;
  font-size:.62rem;
}
.vps-card-circuit{
  position:absolute;
  top:46px;
  right:-6px;
  width:48%;
  height:54px;
  opacity:.65;
}
.vps-card-circuit span{
  position:absolute;
  right:0;
  width:100%;
  height:1px;
  background:var(--vps-tier);
  transform-origin:right;
}
.vps-card-circuit span:nth-child(1){top:4px;transform:rotate(-18deg)}
.vps-card-circuit span:nth-child(2){top:25px;width:78%}
.vps-card-circuit span:nth-child(3){top:46px;transform:rotate(18deg)}
.vps-card-circuit span::before{
  content:"";
  position:absolute;
  left:0;
  top:-3px;
  width:7px;
  height:7px;
  border:1px solid var(--vps-tier);
  border-radius:50%;
  background:#170e28;
}
.theme-vps .plan-card.featured .vps-card-status{
  visibility:hidden;
}
@keyframes vpsOnline{
  50%{opacity:.45;transform:scale(.75)}
}
@media(max-width:1100px){
  .theme-vps .plans-grid{
    width:min(760px,100%);
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .theme-vps .vps-access-card{
    max-width:390px;
  }
}
@media(max-width:760px){
  .theme-vps .plans-grid{
    width:100%;
    grid-template-columns:1fr;
  }
  .theme-vps .vps-access-card{
    max-width:none;
    padding:20px;
  }
  .vps-card-foot{
    left:20px;
    right:20px;
    bottom:18px;
  }
}
@media(prefers-reduced-motion:reduce){
  .vps-card-status i{
    animation:none;
  }
}

/* Home HostCloud */
.home-page{
  --home-bg:#050b12;
  --home-panel:#0a1520;
  --home-panel-2:#0e1d2a;
  --home-blue:#2f80ed;
  --home-green:#24b47e;
  --home-gold:#d9a441;
  background:var(--home-bg);
  color:#f4f8fb;
}
.home-page .container{
  width:min(1240px,92%);
}
.home-topbar{
  background:rgba(5,11,18,.92);
  border-bottom-color:rgba(183,203,222,.12);
}
.home-topbar .nav{
  height:76px;
}
.account-actions{
  display:flex;
  align-items:center;
  gap:9px;
}
.home-icon-btn{
  min-height:42px;
  padding:0 14px;
  border:1px solid rgba(183,203,222,.18);
  border-radius:7px;
  background:#0a1520;
  color:#dce8f2;
  font:inherit;
  font-weight:800;
  cursor:pointer;
}
.home-register-btn,
.home-client-btn{
  min-height:42px;
  padding:0 16px;
  border-radius:7px;
}
.home-hero{
  position:relative;
  min-height:720px;
  display:flex;
  align-items:center;
  overflow:hidden;
  border-bottom:1px solid rgba(183,203,222,.11);
  background:#06101a;
}
.home-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(47,128,237,.055) 1px,transparent 1px),
    linear-gradient(0deg,rgba(47,128,237,.045) 1px,transparent 1px);
  background-size:46px 46px;
  mask-image:linear-gradient(to right,#000 20%,transparent 78%);
}
.home-hero-content{
  position:relative;
  z-index:2;
  padding:92px 0 110px;
}
.home-status{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:8px 11px;
  border:1px solid rgba(36,180,126,.3);
  border-radius:6px;
  background:#0a201f;
  color:#d5f8e7;
  font-size:.78rem;
  font-weight:800;
}
.home-status i,
.home-console-bar b i,
.service-state i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--home-green);
  box-shadow:0 0 12px rgba(36,180,126,.72);
}
.home-hero h1{
  max-width:770px;
  margin:22px 0 20px;
  font-size:clamp(3rem,5.5vw,5.4rem);
  line-height:.98;
  letter-spacing:0;
}
.home-hero-content > p{
  max-width:700px;
  color:#aebdca;
  font-size:1.14rem;
  line-height:1.75;
}
.home-hero .btn{
  border-radius:7px;
}
.home-metrics{
  width:min(760px,100%);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  margin-top:42px;
  overflow:hidden;
  border:1px solid rgba(183,203,222,.14);
  border-radius:8px;
  background:rgba(183,203,222,.14);
}
.home-metrics div{
  padding:17px;
  background:#09141e;
}
.home-metrics strong,
.home-metrics span{
  display:block;
}
.home-metrics strong{
  margin-bottom:4px;
  font-size:1.18rem;
}
.home-metrics span{
  color:#8fa2b3;
  font-size:.72rem;
}
.home-console{
  position:absolute;
  z-index:2;
  top:50%;
  right:max(4%,calc((100vw - 1340px)/2));
  width:min(410px,32vw);
  transform:translateY(-50%);
  border:1px solid rgba(47,128,237,.34);
  border-radius:9px;
  background:#081622;
  box-shadow:0 30px 90px rgba(0,0,0,.48);
}
.home-console-bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:13px 15px;
  border-bottom:1px solid rgba(183,203,222,.13);
  color:#9fb0c3;
  font-size:.67rem;
  font-weight:900;
}
.home-console-bar b{
  display:flex;
  align-items:center;
  gap:7px;
  color:#bcebd3;
}
.home-console-map{
  position:relative;
  height:250px;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(47,128,237,.08) 1px,transparent 1px),
    linear-gradient(0deg,rgba(47,128,237,.07) 1px,transparent 1px),
    #07111b;
  background-size:28px 28px;
}
.home-console-map::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:170px;
  height:118px;
  transform:translate(-50%,-50%) rotate(-8deg);
  border:1px solid rgba(47,128,237,.25);
  border-radius:42% 58% 55% 45%;
  background:#0b1d2c;
}
.home-console-map strong{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  color:#dceeff;
  font-size:.72rem;
  letter-spacing:.08em;
}
.map-node{
  position:absolute;
  z-index:2;
  width:11px;
  height:11px;
  border:2px solid #081622;
  border-radius:50%;
  background:var(--home-blue);
  box-shadow:0 0 18px rgba(47,128,237,.78);
}
.node-one{left:30%;top:38%}.node-two{left:58%;top:54%;background:var(--home-green)}.node-three{left:70%;top:28%;background:var(--home-gold)}
.map-route{
  position:absolute;
  z-index:1;
  height:1px;
  background:#2f80ed;
  transform-origin:left;
}
.route-one{left:31%;top:40%;width:130px;transform:rotate(18deg)}
.route-two{left:59%;top:55%;width:83px;transform:rotate(-48deg);background:#24b47e}
.home-console-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid rgba(183,203,222,.13);
}
.home-console-stats span{
  padding:13px;
  border-right:1px solid rgba(183,203,222,.12);
}
.home-console-stats span:last-child{border:0}
.home-console-stats small,
.home-console-stats strong{display:block}
.home-console-stats small{color:#71879a;font-size:.62rem}
.home-console-stats strong{margin-top:4px;font-size:.8rem}
.home-network span{
  position:absolute;
  z-index:1;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#2f80ed;
  box-shadow:0 0 16px #2f80ed;
  animation:homeNode 4s ease-in-out infinite;
}
.home-network span:nth-child(1){left:8%;top:20%}.home-network span:nth-child(2){left:45%;top:14%;animation-delay:.8s}.home-network span:nth-child(3){left:53%;bottom:12%;animation-delay:1.4s}.home-network span:nth-child(4){right:8%;top:17%;animation-delay:2s}.home-network span:nth-child(5){right:34%;bottom:18%;animation-delay:2.7s}
@keyframes homeNode{50%{opacity:.25;transform:scale(2.4)}}
.home-section-head{
  max-width:720px;
  margin-bottom:38px;
}
.home-section-head > span,
.portal-callout-copy > span{
  color:#69a7fa;
  font-size:.76rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.home-section-head h2,
.portal-callout-copy h2{
  margin:11px 0 13px;
  font-size:clamp(2rem,4vw,3.4rem);
  line-height:1.05;
  letter-spacing:0;
}
.home-section-head p,
.portal-callout-copy p{
  color:#9fb0c3;
  line-height:1.7;
}
.home-solutions{background:#07111b}
.home-service-list{
  display:grid;
  gap:12px;
}
.home-service{
  display:grid;
  grid-template-columns:64px minmax(0,1fr) auto 30px;
  gap:20px;
  align-items:center;
  min-height:142px;
  padding:22px 25px;
  border:1px solid rgba(183,203,222,.14);
  border-left:4px solid #2f80ed;
  border-radius:8px;
  background:#0a1520;
  transition:.25s ease;
}
.home-service.fivem{border-left-color:#e11d48}
.home-service.minecraft{border-left-color:#24b47e}
.home-service:hover{
  transform:translateX(6px);
  border-color:rgba(183,203,222,.28);
  background:#0e1d2a;
}
.home-service-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border:1px solid rgba(183,203,222,.16);
  border-radius:7px;
  background:#101f2d;
}
.home-service-icon img{width:36px;height:36px;object-fit:contain}
.home-service div > span{
  color:#7d94a8;
  font-size:.69rem;
  font-weight:900;
  text-transform:uppercase;
}
.home-service h3{margin:5px 0 6px;font-size:1.35rem}
.home-service p{margin:0;color:#93a6b7;line-height:1.55}
.home-service > strong{color:#dce8f2;font-size:.88rem;white-space:nowrap}
.home-service > b{font-size:1.6rem;color:#6daaf9}
.home-infra{
  background:#050b12;
  border-top:1px solid rgba(183,203,222,.09);
  border-bottom:1px solid rgba(183,203,222,.09);
}
.home-infra-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:70px;
  align-items:center;
}
.home-feature-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.home-feature{
  min-height:210px;
  padding:24px;
  border:1px solid rgba(183,203,222,.13);
  border-radius:8px;
  background:#0a1520;
}
.home-feature img{width:38px;height:38px;object-fit:contain;margin-bottom:22px}
.home-feature h3{margin:0 0 9px;font-size:1.05rem}
.home-feature p{margin:0;color:#8fa2b3;line-height:1.6;font-size:.9rem}
.home-portal-callout{background:#0b1926}
.home-portal-callout .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:50px;
}
.portal-callout-copy{max-width:700px}
.portal-callout-actions{display:flex;gap:10px;flex-wrap:wrap}
.home-footer{
  padding:56px 0 24px;
  border-top:1px solid rgba(183,203,222,.12);
  background:#04080d;
}
.home-footer-grid{
  display:grid;
  grid-template-columns:1.5fr repeat(3,1fr);
  gap:55px;
}
.home-footer-grid > div{display:flex;flex-direction:column;align-items:flex-start;gap:11px}
.home-footer-grid p{max-width:290px;color:#7f92a4;line-height:1.55}
.home-footer-grid strong{margin-bottom:7px;color:#dce8f2}
.home-footer-grid > div > a:not(.brand){color:#8498aa;font-size:.88rem}
.home-footer-grid > div > a:hover{color:#fff}
.home-footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-top:45px;
  padding-top:20px;
  border-top:1px solid rgba(183,203,222,.1);
  color:#65798c;
  font-size:.78rem;
}

/* Login e cadastro */
.auth-dialog{
  width:min(470px,92vw);
  padding:28px;
  border:1px solid rgba(47,128,237,.3);
  border-radius:10px;
  background:#08131e;
  color:#f4f8fb;
  box-shadow:0 40px 120px rgba(0,0,0,.7);
}
.auth-dialog::backdrop{background:rgba(2,5,9,.78);backdrop-filter:blur(5px)}
.dialog-close{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid rgba(183,203,222,.16);
  border-radius:6px;
  background:#0d1b28;
  color:#fff;
  font-size:1.4rem;
  cursor:pointer;
}
.auth-dialog > .dialog-close{position:absolute;top:18px;right:18px}
.auth-brand{display:flex;align-items:center;gap:13px;margin-bottom:25px}
.auth-brand img{width:62px;height:45px;object-fit:contain}
.auth-brand strong,.auth-brand span{display:block}
.auth-brand span{margin-top:4px;color:#8297a9;font-size:.78rem}
.auth-tabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  padding:4px;
  border:1px solid rgba(183,203,222,.13);
  border-radius:7px;
  background:#050c13;
}
.auth-tabs button{
  min-height:42px;
  border:0;
  border-radius:5px;
  background:transparent;
  color:#8095a8;
  font:inherit;
  font-weight:800;
  cursor:pointer;
}
.auth-tabs button.active{background:#14283a;color:#fff}
.auth-form{display:none;gap:16px;margin-top:22px}
.auth-form.active{display:grid}
.auth-form label{display:grid;gap:8px;color:#c9d6e1;font-size:.82rem;font-weight:800}
.auth-form input{
  width:100%;
  min-height:48px;
  padding:0 13px;
  border:1px solid rgba(183,203,222,.17);
  border-radius:6px;
  outline:0;
  background:#050c13;
  color:#fff;
  font:inherit;
}
.auth-form input:focus{border-color:#2f80ed;box-shadow:0 0 0 3px rgba(47,128,237,.13)}
.auth-form .btn{width:100%;border-radius:6px}
.auth-form > a{text-align:center;color:#75aff9;font-size:.8rem}
.auth-feedback{min-height:18px;margin:0;color:#f3a4b2;text-align:center;font-size:.78rem}
.auth-dialog > small{display:block;margin-top:18px;color:#667c8f;text-align:center;line-height:1.5}

/* Area do cliente */
.client-panel{
  position:fixed;
  inset:0;
  z-index:100;
  background:#050b12;
}
.client-panel[hidden],
[data-open-client][hidden],
[data-authenticated-only][hidden]{
  display:none;
}
.client-panel-shell{
  min-height:100vh;
  display:grid;
  grid-template-columns:250px 1fr;
}
.client-sidebar{
  display:flex;
  flex-direction:column;
  padding:24px 18px;
  border-right:1px solid rgba(183,203,222,.12);
  background:#07111b;
}
.client-sidebar nav{display:grid;gap:6px;margin-top:42px}
.client-sidebar nav a,
.client-sidebar nav button,
.client-logout{
  min-height:44px;
  padding:0 13px;
  border:0;
  border-radius:6px;
  background:transparent;
  color:#8ea2b4;
  text-align:left;
  font:inherit;
  font-size:.86rem;
  font-weight:800;
  cursor:pointer;
}
.client-sidebar nav .active,
.client-sidebar nav a:hover,
.client-sidebar nav button:hover{background:#102234;color:#fff}
.client-logout{margin-top:auto;color:#ec8da0}
.client-content{padding:36px clamp(24px,5vw,70px);overflow:auto}
.client-content > header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:30px;
}
.client-content header span{color:#6e8497;font-size:.76rem;text-transform:uppercase;font-weight:900}
.client-content header h2{margin:6px 0 0;font-size:2rem}
.client-summary{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.client-summary article{
  padding:22px;
  border:1px solid rgba(183,203,222,.13);
  border-radius:8px;
  background:#0a1520;
}
.client-summary span,.client-summary strong{display:block}
.client-summary span{color:#8296a8;font-size:.78rem}
.client-summary strong{margin-top:10px;font-size:1.55rem}
.client-services-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin:42px 0 18px;
}
.client-services-head h3{margin:0;font-size:1.35rem}
.client-services-head p{margin:6px 0 0;color:#8296a8}
.client-service-list{display:grid;gap:10px}
.client-service-item{
  display:grid;
  grid-template-columns:90px 1fr auto auto;
  gap:20px;
  align-items:center;
  padding:20px;
  border:1px solid rgba(183,203,222,.13);
  border-radius:8px;
  background:#0a1520;
}
.service-state{display:flex;align-items:center;gap:7px;color:#8eddb5;font-size:.72rem;font-weight:900}
.client-service-item span{color:#71879a;font-size:.72rem}
.client-service-item h4{margin:4px 0;font-size:1rem}
.client-service-item p{margin:0;color:#8296a8;font-size:.82rem}
.client-service-item > a{color:#78b2fb;font-size:.8rem;font-weight:900}
.client-empty{
  min-height:300px;
  display:grid;
  place-items:center;
  align-content:center;
  padding:40px;
  border:1px dashed rgba(183,203,222,.18);
  border-radius:8px;
  background:#08131e;
  text-align:center;
}
.client-empty[hidden]{display:none}
.client-empty img{width:48px;height:48px;margin-bottom:14px}
.client-empty h3{margin:0}
.client-empty p{margin:8px 0 20px;color:#8296a8}
.client-panel-open{overflow:hidden}

@media(max-width:1100px){
  .home-topbar .account-actions{margin-left:auto;margin-right:10px}
  .home-console{position:relative;top:auto;right:auto;width:min(620px,92%);margin:0 auto 70px;transform:none}
  .home-hero{display:block}
  .home-hero-content{padding-bottom:50px}
  .home-infra-grid{grid-template-columns:1fr;gap:35px}
  .home-footer-grid{grid-template-columns:1.5fr repeat(2,1fr)}
}
@media(max-width:760px){
  .home-topbar .nav{height:72px}
  .home-topbar .nav-links{top:76px;background:#07111b;border-radius:8px}
  .home-topbar .account-actions .home-icon-btn{display:none}
  .home-register-btn,.home-client-btn{padding:0 11px;font-size:.75rem}
  .home-hero{min-height:auto}
  .home-hero-content{padding:65px 0 42px}
  .home-hero h1{font-size:2.65rem}
  .home-metrics{grid-template-columns:repeat(2,1fr)}
  .home-console{width:92%;margin-bottom:45px}
  .home-console-map{height:210px}
  .home-service{grid-template-columns:52px 1fr 24px;padding:19px;gap:14px}
  .home-service > strong{grid-column:2/3;white-space:normal}
  .home-service > b{grid-column:3;grid-row:1/3}
  .home-feature-grid{grid-template-columns:1fr}
  .home-portal-callout .container{display:block}
  .portal-callout-actions{margin-top:25px}
  .home-footer-grid{grid-template-columns:1fr 1fr;gap:35px}
  .home-footer-grid > div:first-child{grid-column:1/-1}
  .home-footer-bottom{display:block}
  .home-footer-bottom span{display:block;margin-top:7px}
  .client-panel-shell{grid-template-columns:1fr}
  .client-sidebar{display:none}
  .client-content{padding:22px 5%}
  .client-summary{grid-template-columns:1fr}
  .client-services-head{align-items:flex-start;flex-direction:column}
  .client-service-item{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .home-network span{animation:none}
}

/* Identidade roxa HostCloud na pagina inicial */
.home-page{
  --home-bg:#090512;
  --home-panel:#130d20;
  --home-panel-2:#1a112b;
  --home-blue:#8b5cf6;
  background:#090512;
}
.home-page .home-topbar{
  background:rgba(9,5,18,.28);
  border-bottom-color:rgba(255,255,255,.07);
  box-shadow:none;
  backdrop-filter:blur(16px);
}
.home-page .brand{
  padding:5px 8px;
  border:1px solid transparent;
  border-radius:7px;
  background:transparent;
  transition:.22s ease;
}
.home-page .brand:hover{
  border-color:rgba(255,255,255,.14);
  background:rgba(19,13,32,.7);
}
.home-page .brand img{
  filter:drop-shadow(0 7px 15px rgba(0,0,0,.34));
}
.home-page .nav-links a{
  border:1px solid transparent;
  border-radius:7px;
  background:transparent;
  color:rgba(244,248,251,.68);
  transition:.22s ease;
}
.home-page .nav-links a:hover,
.home-page .nav-links a.active{
  border-color:rgba(255,255,255,.14);
  background:rgba(26,17,43,.76);
  color:#fff;
  box-shadow:0 10px 26px rgba(0,0,0,.2);
}
.home-page .home-icon-btn,
.home-page .home-register-btn,
.home-page .home-client-btn{
  border-color:rgba(255,255,255,.12);
  background:rgba(19,13,32,.58);
}
.home-page .home-register-btn,
.home-page .home-client-btn{
  background:#8b5cf6;
}
.home-page .home-hero{
  background:#0b0614;
  border-bottom-color:rgba(139,92,246,.18);
}
.home-page .home-hero::before{
  background:
    linear-gradient(90deg,rgba(139,92,246,.07) 1px,transparent 1px),
    linear-gradient(0deg,rgba(139,92,246,.055) 1px,transparent 1px);
  background-size:46px 46px;
}
.home-page .home-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(110deg,rgba(139,92,246,.14),transparent 52%);
}
.home-page .home-status{
  border-color:rgba(139,92,246,.34);
  background:#1a102d;
  color:#e5d9ff;
}
.home-page .btn{
  background:#8b5cf6;
  border-color:#8b5cf6;
  box-shadow:0 14px 34px rgba(139,92,246,.25);
}
.home-page .btn:hover{
  box-shadow:0 18px 44px rgba(139,92,246,.36);
}
.home-page .btn.ghost{
  background:#171022;
  border-color:rgba(255,255,255,.13);
}
.home-page .home-metrics{
  border-color:rgba(139,92,246,.2);
  background:rgba(139,92,246,.18);
}
.home-page .home-metrics div,
.home-page .home-console,
.home-page .home-console-map{
  background-color:#110a1d;
}
.home-page .home-console{
  border-color:rgba(139,92,246,.4);
  box-shadow:0 30px 90px rgba(0,0,0,.48),0 0 36px rgba(139,92,246,.11);
}
.home-page .home-console-map{
  background-image:
    linear-gradient(90deg,rgba(139,92,246,.1) 1px,transparent 1px),
    linear-gradient(0deg,rgba(139,92,246,.08) 1px,transparent 1px);
}
.home-page .home-console-map::before{
  border-color:rgba(139,92,246,.3);
  background:#1a102b;
}
.home-page .map-node,
.home-page .map-route{
  background:#8b5cf6;
  box-shadow:0 0 18px rgba(139,92,246,.76);
}
.home-page .home-network span{
  background:#8b5cf6;
  box-shadow:0 0 16px #8b5cf6;
}
.home-page .home-solutions{
  background:#0b0712;
}
.home-page .home-section-head > span,
.home-page .portal-callout-copy > span,
.home-page .home-service > b{
  color:#b99aff;
}
.home-page .home-service,
.home-page .home-feature{
  background:#130d20;
  border-color:rgba(255,255,255,.11);
}
.home-page .home-service:hover{
  background:#1a112b;
  border-color:rgba(139,92,246,.38);
}
.home-page .home-service.vps{
  border-left-color:#8b5cf6;
}
.home-page .home-service-icon{
  background:#1a112b;
  border-color:rgba(139,92,246,.22);
}
.home-page .home-infra{
  background:#090512;
  border-color:rgba(139,92,246,.12);
}
.home-page .home-portal-callout{
  background:#160d27;
}
.home-page .home-footer{
  background:#06030b;
  border-color:rgba(139,92,246,.14);
}
@media(max-width:760px){
  .home-page .home-topbar .nav-links{
    background:rgba(9,5,18,.97);
    border-color:rgba(139,92,246,.22);
  }
}

/* Ilha de navegacao transparente em todas as paginas */
body .topbar,
.home-page .home-topbar,
.theme-vps .topbar,
.theme-fivem .topbar,
.theme-minecraft .topbar{
  background:rgba(6,5,12,.3);
  border-bottom:1px solid rgba(255,255,255,.07);
  box-shadow:none;
  backdrop-filter:blur(16px);
}
body .topbar .brand{
  padding:5px 8px;
  border:1px solid transparent;
  border-radius:7px;
  background:transparent;
  box-shadow:none;
  transition:.22s ease;
}
body .topbar .brand:hover{
  border-color:rgba(255,255,255,.14);
  background:rgba(16,12,27,.72);
}
body .topbar .nav-links a{
  border:1px solid transparent;
  border-radius:7px;
  background:transparent;
  color:rgba(244,248,251,.68);
  box-shadow:none;
  transition:.22s ease;
}
body .topbar .nav-links a:hover,
body .topbar .nav-links a.active{
  border-color:rgba(255,255,255,.14);
  background:rgba(18,14,30,.78);
  color:#fff;
  box-shadow:0 10px 26px rgba(0,0,0,.2);
}
body .topbar .menu-toggle{
  background:rgba(16,12,27,.5);
  border-color:rgba(255,255,255,.13);
}
@media(max-width:760px){
  body .topbar .nav-links{
    background:rgba(7,5,13,.96);
    border-color:rgba(255,255,255,.11);
    border-radius:8px;
    backdrop-filter:blur(18px);
  }
}

/* Background roxo compartilhado e acesso da conta */
body.theme-vps{
  background:
    linear-gradient(rgba(9,5,18,.82),rgba(9,5,18,.9)),
    linear-gradient(110deg,rgba(139,92,246,.16),transparent 48%),
    #090512;
}
.theme-vps .animated-bg{
  background:
    linear-gradient(90deg,rgba(139,92,246,.055) 1px,transparent 1px),
    linear-gradient(0deg,rgba(139,92,246,.045) 1px,transparent 1px),
    #090512;
  background-size:46px 46px;
  opacity:1;
}
.theme-vps .page-hero,
.theme-vps #planos{
  background-color:rgba(11,6,20,.7);
  background-image:none;
}
.theme-vps .page-hero::before{
  background:
    linear-gradient(90deg,rgba(139,92,246,.07) 1px,transparent 1px),
    linear-gradient(0deg,rgba(139,92,246,.055) 1px,transparent 1px);
  background-size:46px 46px;
}
.theme-vps .section{
  background-color:rgba(9,5,18,.48);
}
.page-account-actions{
  display:flex;
  align-items:center;
  gap:8px;
  margin-left:auto;
}
.page-login-link,
.page-register-link{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:7px;
  font-size:.8rem;
  font-weight:900;
}
.page-login-link{
  padding:0 13px;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(19,13,32,.58);
  color:#e8e0f5;
}
.page-register-link{
  padding:0 14px;
  background:#8b5cf6;
  border-color:#8b5cf6;
  box-shadow:0 10px 24px rgba(139,92,246,.22);
}
@media(max-width:1100px){
  .page-account-actions{
    margin-left:auto;
    margin-right:9px;
  }
}
@media(max-width:760px){
  .page-login-link{
    display:none;
  }
  .page-register-link{
    min-height:38px;
    padding:0 10px;
    font-size:.7rem;
  }
}

/* Pagina e chat de suporte */
.support-page{
  background:#090512;
}
.support-page .topbar{
  background:rgba(9,5,18,.36);
}
.support-hero{
  position:relative;
  min-height:570px;
  display:grid;
  align-items:center;
  overflow:hidden;
  border-bottom:1px solid rgba(139,92,246,.15);
  background:#0c0715;
}
.support-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(139,92,246,.075) 1px,transparent 1px),
    linear-gradient(0deg,rgba(139,92,246,.06) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(90deg,#000,transparent 88%);
}
.support-hero .container{
  position:relative;
  z-index:1;
}
.support-hero h1{
  max-width:850px;
  margin:22px 0 18px;
  font-size:clamp(3rem,6vw,5.6rem);
  letter-spacing:0;
}
.support-hero p{
  max-width:720px;
  color:#a99dbb;
  font-size:1.12rem;
  line-height:1.75;
}
.support-hero .btn{
  border-radius:7px;
}
.support-discord-link{
  background:#8b5cf6;
  border-color:#8b5cf6;
}
.support-channels{
  background:#090512;
}
.support-section-head{
  max-width:730px;
  margin-bottom:34px;
}
.support-section-head > span,
.support-kicker{
  color:#b99aff;
  font-size:.75rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.support-section-head h2,
.support-process h2,
.support-hours h2{
  margin:10px 0 0;
  font-size:clamp(2rem,4vw,3.3rem);
  line-height:1.05;
  letter-spacing:0;
}
.support-channel-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.support-channel-grid article{
  min-height:290px;
  padding:25px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:8px;
  background:#130d20;
}
.support-channel-number{
  color:#8b5cf6;
  font-size:.72rem;
  font-weight:1000;
}
.support-channel-grid h3{
  margin:52px 0 10px;
  font-size:1.25rem;
}
.support-channel-grid p{
  color:#988ba9;
  line-height:1.65;
}
.support-channel-grid a{
  display:inline-block;
  margin-top:16px;
  color:#b99aff;
  font-size:.84rem;
  font-weight:900;
}
.support-process{
  border-top:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.07);
  background:#0d0817;
}
.support-process-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:70px;
  align-items:center;
}
.support-process-grid > div > p{
  color:#988ba9;
  line-height:1.7;
}
.support-checklist{
  display:grid;
  border:1px solid rgba(139,92,246,.22);
  border-radius:8px;
  overflow:hidden;
}
.support-checklist div{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:20px;
  padding:18px 20px;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:#130d20;
}
.support-checklist div:last-child{border:0}
.support-checklist strong{color:#d9cced}
.support-checklist span{color:#9487a6}
.support-hours{
  background:#090512;
}
.support-hours .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:50px;
}
.support-hours .container > div:first-child{
  max-width:670px;
}
.support-hours .container > div:first-child > span{
  color:#b99aff;
  font-size:.75rem;
  font-weight:900;
  text-transform:uppercase;
}
.support-hours-status{
  min-width:290px;
  padding:20px;
  border:1px solid rgba(36,180,126,.25);
  border-radius:8px;
  background:#0e1c19;
}
.support-hours-status i{
  display:inline-block;
  width:8px;
  height:8px;
  margin-right:7px;
  border-radius:50%;
  background:#24b47e;
  box-shadow:0 0 12px rgba(36,180,126,.7);
}
.support-hours-status strong,
.support-hours-status span{
  display:block;
}
.support-hours-status strong{
  display:inline;
}
.support-hours-status span{
  margin-top:8px;
  color:#91a99e;
  font-size:.8rem;
}
.support-chat-trigger{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:80;
  min-height:48px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 17px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:7px;
  background:#8b5cf6;
  color:#fff;
  box-shadow:0 18px 48px rgba(0,0,0,.45),0 0 24px rgba(139,92,246,.26);
  font:inherit;
  font-size:.82rem;
  font-weight:900;
  cursor:pointer;
}
.support-chat-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#65e7a8;
  box-shadow:0 0 10px rgba(101,231,168,.72);
}
.support-chat{
  position:fixed;
  right:22px;
  bottom:24px;
  z-index:81;
  width:min(440px,calc(100vw - 44px));
  height:min(720px,calc(100vh - 48px));
  min-height:540px;
  overflow:hidden;
  border:1px solid rgba(139,92,246,.38);
  border-radius:9px;
  background:#0c0715;
  box-shadow:0 30px 90px rgba(0,0,0,.65);
  font-family:Inter,Arial,sans-serif;
  letter-spacing:0;
}
.support-chat[hidden]{
  display:none;
}
.support-chat header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:76px;
  padding:18px 22px;
  border-bottom:1px solid rgba(255,255,255,.09);
  background:#160e26;
}
.support-chat header span,
.support-chat header strong{
  display:block;
}
.support-chat header span{
  color:#a98fcf;
  font-size:.67rem;
  font-weight:900;
  text-transform:uppercase;
}
.support-chat header strong{
  margin-top:4px;
  font-size:1rem;
  font-weight:800;
  line-height:1.25;
}
.support-chat header button{
  width:32px;
  height:32px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:5px;
  background:#211532;
  color:#fff;
  font-size:1.2rem;
  cursor:pointer;
}
.support-chat-body{
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
  gap:14px;
  height:calc(100% - 76px);
  padding:20px 22px;
  overflow:auto;
  overscroll-behavior:contain;
}
.support-chat-body > p{
  margin:0;
  color:#9b8dad;
  font-size:.84rem;
  line-height:1.55;
}
.support-chat label{
  display:grid;
  gap:7px;
  color:#d2c6df;
  font-size:.75rem;
  font-weight:700;
  letter-spacing:0;
}
.support-chat select,
.support-chat input,
.support-chat textarea{
  width:100%;
  padding:11px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:6px;
  outline:0;
  background:#08040e;
  color:#fff;
  font-family:Inter,Arial,sans-serif;
  font-size:.82rem;
  font-weight:500;
  letter-spacing:0;
}
.support-chat textarea{
  resize:vertical;
}
.support-chat select:focus,
.support-chat input:focus,
.support-chat textarea:focus{
  border-color:#8b5cf6;
  box-shadow:0 0 0 3px rgba(139,92,246,.13);
}
.support-chat .btn{
  width:100%;
  border-radius:6px;
  background:#8b5cf6;
  border-color:#8b5cf6;
  font-family:Inter,Arial,sans-serif;
  font-size:.82rem;
  font-weight:800;
  letter-spacing:0;
}
.support-chat small{
  color:#786b88;
  line-height:1.45;
}
.support-chat [data-support-form]{
  display:grid;
  gap:14px;
  align-content:start;
}
.support-chat [data-support-form][hidden],
.support-conversation[hidden]{
  display:none;
}
.support-conversation{
  display:grid;
  grid-template-rows:auto minmax(220px,1fr) auto auto auto;
  gap:13px;
  min-height:0;
}
.support-ticket-state{
  padding:9px 11px;
  border:1px solid rgba(139,92,246,.24);
  border-radius:6px;
  background:#1a102b;
  color:#d5c6ef;
  font-size:.72rem;
  font-weight:900;
  text-align:center;
}
.support-ticket-state[data-status="in_progress"],
.support-ticket-state[data-status="answered"]{
  border-color:rgba(36,180,126,.28);
  background:#10201c;
  color:#9ce1bd;
}
.support-ticket-state[data-status="waiting_customer"]{
  border-color:rgba(217,164,65,.3);
  background:#211909;
  color:#edd18f;
}
.support-ticket-state[data-status="resolved"],
.support-ticket-state[data-status="closed"]{
  border-color:rgba(183,203,222,.16);
  background:#14121a;
  color:#a79daf;
}
.support-new-ticket{
  background:#24b47e!important;
  border-color:#24b47e!important;
}
.support-chat textarea:disabled,
.admin-reply-form textarea:disabled{
  opacity:.5;
  cursor:not-allowed;
}
.support-message-list{
  max-height:none;
  min-height:220px;
  display:grid;
  align-content:start;
  gap:9px;
  overflow:auto;
  overscroll-behavior:contain;
  padding:8px 6px 12px;
  scrollbar-width:thin;
  scrollbar-color:#6542a4 #120a1e;
}
.support-message{
  width:fit-content;
  min-width:0;
  max-width:76%;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:7px;
  background:#171022;
  overflow-wrap:anywhere;
  word-break:break-word;
  white-space:normal;
}
.support-message.customer{
  justify-self:end;
  background:#22143b;
  border-color:rgba(139,92,246,.25);
}
.support-message.admin{
  justify-self:start;
  background:#10201c;
  border-color:rgba(36,180,126,.22);
}
.support-message strong{
  display:block;
  margin-bottom:4px;
  color:#c8b4ed;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:0;
}
.support-message.admin strong{color:#78dbae}
.support-message p{
  margin:0;
  color:#ede7f3;
  font-size:.84rem;
  font-weight:500;
  line-height:1.5;
  letter-spacing:0;
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  word-break:break-word;
}

/* Painel administrativo de suporte */
.support-admin-page{
  min-height:100vh;
  height:100dvh;
  overflow:hidden;
  background:#07040d;
}
.support-admin-shell{
  height:100%;
  min-height:100vh;
  overflow:hidden;
}
.admin-login{
  width:min(430px,92%);
  margin:auto;
  padding-top:11vh;
}
.admin-login > img{
  width:76px;
  height:54px;
  object-fit:contain;
}
.admin-login > span{
  display:block;
  margin-top:22px;
  color:#b99aff;
  font-size:.72rem;
  font-weight:900;
  text-transform:uppercase;
}
.admin-login h1{
  margin:9px 0 10px;
  font-size:2.35rem;
  letter-spacing:0;
}
.admin-login > p{
  color:#978ba5;
  line-height:1.6;
}
.admin-login form{
  display:grid;
  gap:15px;
  margin-top:26px;
  padding:22px;
  border:1px solid rgba(139,92,246,.25);
  border-radius:8px;
  background:#120b1d;
}
.admin-auth-tabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px;
  margin-top:24px;
  padding:5px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:7px;
  background:#0d0715;
}
.admin-auth-tabs button{
  min-height:38px;
  border:0;
  border-radius:5px;
  background:transparent;
  color:#86788f;
  font:inherit;
  font-size:.75rem;
  font-weight:900;
  cursor:pointer;
}
.admin-auth-tabs button.active{
  background:#24143d;
  color:#fff;
}
.admin-login form[hidden]{
  display:none;
}
.admin-auth-feedback{
  display:block;
  min-height:38px;
  padding:12px 2px 0;
  color:#d4c6e1;
  font-size:.75rem;
  line-height:1.5;
}
.admin-login label{
  display:grid;
  gap:7px;
  color:#d3c8de;
  font-size:.78rem;
  font-weight:800;
}
.admin-login input,
.admin-reply-form textarea{
  width:100%;
  padding:11px 12px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:6px;
  outline:0;
  background:#09050f;
  color:#fff;
  font:inherit;
}
.admin-login input:focus,
.admin-reply-form textarea:focus{
  border-color:#8b5cf6;
  box-shadow:0 0 0 3px rgba(139,92,246,.13);
}
.admin-login .btn{
  border-radius:6px;
  background:#8b5cf6;
  border-color:#8b5cf6;
}
.admin-login small{
  min-height:18px;
  color:#ef9bac;
}
.admin-dashboard{
  min-height:100vh;
  grid-template-columns:340px 1fr;
}
.admin-dashboard:not([hidden]){
  display:grid;
  height:100dvh;
  overflow:hidden;
}
.admin-ticket-sidebar{
  height:100vh;
  display:flex;
  flex-direction:column;
  border-right:1px solid rgba(255,255,255,.09);
  background:#0c0714;
}
.admin-ticket-sidebar > header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:22px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.admin-ticket-sidebar header span{
  color:#9b85bd;
  font-size:.67rem;
  font-weight:900;
  text-transform:uppercase;
}
.admin-ticket-sidebar header h2{
  margin:4px 0 0;
  font-size:1.3rem;
}
.admin-ticket-sidebar header button{
  border:0;
  background:transparent;
  color:#e4899d;
  font:inherit;
  font-size:.75rem;
  font-weight:900;
  cursor:pointer;
}
.admin-sidebar-actions{
  display:flex;
  align-items:center;
  gap:8px;
}
.admin-sidebar-actions [data-owner-team]{
  color:#9be7c1;
}
.admin-ticket-sync{
  margin:0;
  padding:10px 18px;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#a8d5b5;
  font-size:12px;
  line-height:1.4;
}
.admin-ticket-sync.error{
  color:#ffd27a;
}
.admin-ticket-filters{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:5px;
  padding:12px;
}
.admin-ticket-filters button{
  min-height:34px;
  border:1px solid transparent;
  border-radius:5px;
  background:transparent;
  color:#84768f;
  font:inherit;
  font-size:.68rem;
  font-weight:900;
  cursor:pointer;
}
.admin-ticket-filters button.active{
  border-color:rgba(139,92,246,.24);
  background:#1a102b;
  color:#fff;
}
.admin-ticket-list{
  display:grid;
  align-content:start;
  gap:6px;
  overflow:auto;
  overscroll-behavior:contain;
  padding:0 12px 16px;
}
.admin-ticket-item{
  display:grid;
  gap:5px;
  padding:14px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:6px;
  background:#100a19;
  color:#fff;
  text-align:left;
  cursor:pointer;
}
.admin-ticket-item.active{
  border-color:#8b5cf6;
  background:#1a102b;
}
.admin-ticket-item span{
  display:flex;
  align-items:center;
  gap:7px;
  color:#a99db5;
  font-size:.68rem;
}
.admin-ticket-item span i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#8b5cf6;
}
.admin-ticket-item span i.priority-high{background:#e11d48}
.admin-ticket-item span i.priority-low{background:#24b47e}
.admin-ticket-item strong{font-size:.84rem}
.admin-ticket-item small{color:#6f6278;font-size:.62rem}
.admin-no-tickets{padding:20px;color:#70637a;text-align:center;font-size:.8rem}
.admin-ticket-view{
  height:100vh;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:#09050f;
}
.admin-ticket-empty{
  margin:auto;
  text-align:center;
}
.admin-ticket-empty h2{margin:0}
.admin-ticket-empty p{color:#786b82}
.admin-ticket-view [data-admin-ticket-content]:not([hidden]){
  height:100%;
  display:flex;
  flex-direction:column;
}
.admin-ticket-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:23px 28px;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:#0d0715;
}
.admin-ticket-header span{
  color:#957eb7;
  font-size:.68rem;
  font-weight:900;
}
.admin-ticket-header h2{
  margin:5px 0;
  font-size:1.35rem;
}
.admin-ticket-header p{
  margin:0;
  color:#82768b;
  font-size:.75rem;
}
.admin-ticket-controls{
  position:relative;
  display:grid;
  grid-template-columns:minmax(170px,1.25fr) minmax(130px,.8fr) minmax(160px,1fr);
  gap:10px;
  width:min(590px,100%);
}
.admin-ticket-controls label{
  position:relative;
  display:grid;
  gap:6px;
  min-width:0;
  padding:9px 11px 10px;
  border:1px solid rgba(139,92,246,.15);
  border-radius:7px;
  background:#130b20;
  transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;
}
.admin-ticket-controls label:hover,
.admin-ticket-controls label:focus-within{
  border-color:rgba(139,92,246,.58);
  background:#1a102b;
  box-shadow:0 0 0 3px rgba(139,92,246,.08);
}
.admin-ticket-controls label > span{
  color:#8f7fa3;
  font-size:.58rem;
  font-weight:900;
  line-height:1;
  text-transform:uppercase;
}
.admin-ticket-controls select{
  appearance:none;
  width:100%;
  min-width:0;
  height:22px;
  padding:0 22px 0 0;
  border:0;
  outline:0;
  background:
    linear-gradient(45deg,transparent 50%,#9f89c4 50%) right 6px center/5px 5px no-repeat,
    linear-gradient(135deg,#9f89c4 50%,transparent 50%) right 1px center/5px 5px no-repeat;
  color:#f4eef9;
  font:inherit;
  font-size:.76rem;
  font-weight:800;
  cursor:pointer;
  text-overflow:ellipsis;
}
.admin-ticket-controls select option{
  background:#160d24;
  color:#fff;
}
.admin-ticket-controls select:focus{
  box-shadow:none;
}
.admin-ticket-controls.is-saving{
  pointer-events:none;
  opacity:.68;
}
.admin-ticket-controls.is-saving::after{
  content:"";
  position:absolute;
  width:14px;
  height:14px;
  right:-22px;
  top:50%;
  margin-top:-7px;
  border:2px solid rgba(255,255,255,.22);
  border-top-color:#9b6cff;
  border-radius:50%;
  animation:admin-control-spin .7s linear infinite;
}
@keyframes admin-control-spin{
  to{transform:rotate(360deg)}
}
.admin-ticket-actions{
  display:flex;
  gap:8px;
  padding:12px 28px;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:#0b0612;
}
.admin-ticket-actions button{
  position:relative;
  overflow:hidden;
  min-height:36px;
  padding:0 13px;
  border:1px solid rgba(139,92,246,.24);
  border-radius:5px;
  background:#1a102b;
  color:#ddd2eb;
  font:inherit;
  font-size:.72rem;
  font-weight:900;
  cursor:pointer;
  transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease;
}
.admin-ticket-actions button:hover{
  transform:translateY(-2px);
  border-color:#8b5cf6;
  background:#24143d;
  color:#fff;
  box-shadow:0 8px 22px rgba(67,34,112,.25);
}
.admin-ticket-actions button:active{
  transform:translateY(0);
}
.admin-ticket-actions button.danger{
  border-color:rgba(225,29,72,.32);
  background:#2a0d16;
  color:#f4a0b2;
}
.admin-ticket-actions button.danger:hover{
  border-color:#e11d48;
  background:#3a101e;
  box-shadow:0 8px 22px rgba(225,29,72,.16);
}
.admin-ticket-actions button.delete{
  margin-left:auto;
  border-color:rgba(244,63,94,.42);
  background:transparent;
  color:#fb7185;
}
.admin-ticket-actions button.delete:hover{
  border-color:#fb7185;
  background:#3a0d18;
  color:#fff;
  box-shadow:0 8px 24px rgba(244,63,94,.2);
}
.admin-ticket-actions button:disabled{
  transform:none;
  opacity:.48;
  cursor:not-allowed;
  box-shadow:none;
}
.admin-message-list{
  flex:1;
  display:flex;
  flex-direction:column;
  gap:12px;
  overflow:auto;
  overscroll-behavior:contain;
  padding:28px;
}
.admin-message{
  width:fit-content;
  min-width:0;
  max-width:min(68%,680px);
  flex:0 0 auto;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:7px;
  background:#130d1d;
  overflow-wrap:anywhere;
  word-break:break-word;
  white-space:normal;
}
.admin-message.admin{
  align-self:flex-end;
  border-color:rgba(139,92,246,.24);
  background:#1c1130;
}
.admin-message.customer{
  align-self:flex-start;
}
.admin-message strong{
  color:#b99aff;
  font-size:.69rem;
}
.admin-message p{
  margin:7px 0;
  color:#eee7f3;
  line-height:1.55;
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  word-break:break-word;
}
.admin-message small{color:#6e6178;font-size:.62rem}
.admin-reply-form{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  padding:18px 28px;
  border-top:1px solid rgba(255,255,255,.08);
  background:#0d0715;
}
.admin-reply-form textarea{resize:none}
.admin-reply-form .btn{
  align-self:stretch;
  border-radius:6px;
  background:#8b5cf6;
  border-color:#8b5cf6;
}
.admin-reply-form button:disabled{
  opacity:.45;
  cursor:not-allowed;
}
.owner-team-panel{
  position:fixed;
  inset:0;
  z-index:120;
  display:grid;
  grid-template-rows:auto minmax(0,1fr);
  background:rgba(6,3,11,.96);
  backdrop-filter:blur(16px);
}
.owner-team-panel[hidden]{
  display:none;
}
.owner-team-panel > header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:22px clamp(20px,4vw,52px);
  border-bottom:1px solid rgba(255,255,255,.08);
  background:#0d0715;
}
.owner-team-panel header span{
  color:#8f7fa3;
  font-size:.65rem;
  font-weight:900;
  text-transform:uppercase;
}
.owner-team-panel header h2{
  margin:5px 0 0;
}
.owner-team-panel > header > button{
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:6px;
  background:#1a102b;
  color:#fff;
  font-size:1.3rem;
  cursor:pointer;
}
.owner-team-content{
  width:min(1100px,92%);
  margin:0 auto;
  padding:34px 0 60px;
  overflow:auto;
}
.owner-team-content > section + section{
  margin-top:38px;
}
.owner-section-title{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:14px;
}
.owner-section-title span{
  color:#8f7fa3;
  font-size:.65rem;
  font-weight:900;
  text-transform:uppercase;
}
.owner-section-title h3{
  margin:5px 0 0;
  font-size:1.25rem;
}
.owner-section-title button,
.owner-request button,
.owner-member button{
  min-height:36px;
  padding:0 13px;
  border:1px solid rgba(139,92,246,.28);
  border-radius:5px;
  background:#1a102b;
  color:#eee6f7;
  font:inherit;
  font-size:.7rem;
  font-weight:900;
  cursor:pointer;
}
.owner-request-list,
.owner-member-list{
  display:grid;
  gap:8px;
}
.owner-request,
.owner-member{
  display:grid;
  grid-template-columns:minmax(220px,1fr) 170px auto auto;
  align-items:center;
  gap:10px;
  padding:15px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:7px;
  background:#100a19;
}
.owner-member{
  grid-template-columns:minmax(220px,1fr) 180px auto;
}
.owner-request div,
.owner-member div{
  min-width:0;
}
.owner-request strong,
.owner-request span,
.owner-request small,
.owner-member strong,
.owner-member span{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
}
.owner-request span,
.owner-member span{
  margin-top:4px;
  color:#9a8ba5;
  font-size:.75rem;
}
.owner-request small{
  margin-top:5px;
  color:#665b70;
  font-size:.62rem;
}
.owner-request select,
.owner-member select{
  width:100%;
  min-height:38px;
  padding:0 10px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:5px;
  outline:0;
  background:#09050f;
  color:#fff;
  font:inherit;
  font-size:.72rem;
  font-weight:800;
}
.owner-request button.danger,
.owner-member button.danger{
  border-color:rgba(244,63,94,.3);
  background:#2a0d16;
  color:#f6a1b3;
}
.owner-empty{
  padding:24px;
  border:1px dashed rgba(255,255,255,.1);
  border-radius:7px;
  color:#75677e;
  text-align:center;
}
@media(max-width:760px){
  .owner-request,
  .owner-member{
    grid-template-columns:1fr;
  }
}
@media(max-width:800px){
  .admin-dashboard:not([hidden]){
    grid-template-columns:1fr;
  }
  .admin-ticket-sidebar{
    height:40vh;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.09);
  }
  .admin-ticket-view{
    height:60vh;
  }
  .admin-ticket-header{
    align-items:flex-start;
    flex-direction:column;
  }
  .admin-ticket-controls{
    width:100%;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .admin-ticket-controls label{
    width:100%;
  }
  .admin-ticket-actions{
    flex-wrap:wrap;
    padding-inline:18px;
  }
  .admin-ticket-actions button.delete{
    margin-left:0;
  }
  .admin-message{max-width:88%}
  .admin-reply-form{
    grid-template-columns:1fr;
  }
}
@media(max-width:560px){
  .admin-ticket-controls{
    grid-template-columns:1fr;
  }
}
@media(max-width:900px){
  .support-channel-grid,
  .support-process-grid{
    grid-template-columns:1fr;
  }
  .support-process-grid{gap:32px}
  .support-hours .container{
    align-items:flex-start;
    flex-direction:column;
  }
}
@media(max-width:760px){
  .support-hero{
    min-height:520px;
  }
  .support-hero h1{
    font-size:2.7rem;
  }
  .support-checklist div{
    grid-template-columns:1fr;
    gap:6px;
  }
  .support-hours-status{
    min-width:0;
    width:100%;
  }
  .support-chat-trigger{
    right:14px;
    bottom:14px;
  }
  .support-chat{
    inset:8px;
    width:auto;
    height:auto;
    min-height:0;
    border-radius:8px;
  }
  .support-chat header{
    min-height:68px;
    padding:14px 16px;
  }
  .support-chat-body{
    height:calc(100% - 68px);
    padding:14px;
  }
  .support-conversation{
    grid-template-rows:auto minmax(180px,1fr) auto auto auto;
  }
  .support-message{
    max-width:88%;
  }
}
