.elementor-24 .elementor-element.elementor-element-701de08f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Inter:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500;700&display=swap');

/* ==== system.css ==== */
/* ============================================================
   BoaCall — design system  (hi-fi)  ·  v7
   Base indigo/violet · GOLD only as accent details.
   Display: Rajdhani · Body: Inter · Config: JetBrains Mono
   ============================================================ */

:root {
  /* base — deep indigo / blue-violet night */
  --bg:        #080a16;
  --bg2:       #0c1022;
  --panel:     rgba(36, 46, 92, 0.34);
  --panel2:    rgba(22, 30, 64, 0.62);
  --panel3:    rgba(13, 18, 40, 0.85);
  --raise:     rgba(48, 60, 116, 0.5);

  /* primary structural accent — blue-violet */
  --accent:    #616cef;
  --accent-l:  #a4adff;
  --accent-d:  #3a44bf;
  --violet:    #8a6ff0;
  --cyan:      #74c6f2;

  /* GOLD — details only */
  --gold:      #d8b65a;
  --gold-l:    #efd89a;
  --gold-d:    #9c7e34;
  --foil:      linear-gradient(135deg, #f4e3a3 0%, #d8b65a 44%, #9c7e34 64%, #efd89a 100%);

  /* borders — blue tinted */
  --line:      rgba(122, 142, 235, 0.16);
  --line-h:    rgba(146, 162, 245, 0.42);
  --line-soft: rgba(180, 195, 255, 0.07);
  --line-gold: rgba(216, 182, 90, 0.42);

  /* semantic */
  --win:       #3fb27a;
  --win-d:     #2c8c5d;
  --loss:      #e0524a;
  --loss-d:    #b0352e;
  --mid:       #e0b94a;

  /* text — cool whites */
  --bright:    rgba(244, 246, 255, 0.97);
  --text:      rgba(214, 222, 250, 0.66);
  --text2:     rgba(200, 210, 245, 0.4);
  --text3:     rgba(190, 200, 240, 0.24);

  font-size: 15px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
::selection { background: rgba(97, 108, 239, 0.34); color: #fff; }
::-webkit-scrollbar { width: 9px; height: 9px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(97, 108, 239, 0.3); border-radius: 99px; border: 2px solid transparent; background-clip: padding-box; }
::-webkit-scrollbar-thumb:hover { background: rgba(97, 108, 239, 0.55); background-clip: padding-box; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', system-ui, sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  position: relative;
  overflow-x: hidden;
}
/* ambient: violet/blue glow + faint cool dot grid */
body::before {
  content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(1200px 620px at 50% -12%, rgba(97,108,239,0.16), transparent 60%),
    radial-gradient(900px 520px at 100% 0%, rgba(138,111,240,0.10), transparent 55%),
    radial-gradient(800px 600px at 0% 30%, rgba(58,68,191,0.08), transparent 60%),
    radial-gradient(circle at 1px 1px, rgba(140,158,245,0.05) 1px, transparent 0);
  background-size: auto, auto, auto, 30px 30px;
}
body::after {
  content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background: radial-gradient(130% 90% at 50% 100%, rgba(4,5,14,0.6), transparent 60%);
}

.mono { font-family: 'JetBrains Mono', monospace; }
.disp { font-family: 'Rajdhani', sans-serif; }

/* GOLD detail text (signature) */
.foil-text {
  color: var(--gold-l);
  text-shadow: 0 1px 2px rgba(0,0,0,0.45), 0 0 16px rgba(216,182,90,0.22);
}

/* ============== layout shell ============== */
.app { position: relative; z-index: 1; max-width: 1320px; margin: 0 auto; padding: 0 26px 90px; }

/* ============== site header ============== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 22px;
  height: 66px; padding: 0 26px;
  background: linear-gradient(180deg, rgba(8,10,22,0.94), rgba(8,10,22,0.74));
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.site-header::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent); opacity: 0.55;
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark {
  width: 34px; height: 34px; border-radius: 9px; flex-shrink: 0;
  background: var(--foil); position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 20px rgba(216,182,90,0.32), inset 0 1px 0 rgba(255,255,255,0.4);
}
.brand-mark span { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 19px; color: #221803; }
.brand-name { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 22px; letter-spacing: 0.5px; color: var(--bright); }
.brand-name b { color: var(--gold-l); }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  display: flex; align-items: center; gap: 7px; height: 66px; padding: 0 16px;
  color: var(--text2); text-decoration: none; font-size: 13.5px; font-weight: 500; letter-spacing: 0.3px;
  border-bottom: 2px solid transparent; transition: color 0.18s;
}
.nav a:hover { color: var(--bright); }
.nav a.on { color: var(--accent-l); border-bottom-color: var(--accent); }
.nav a .ic { font-size: 14px; opacity: 0.85; }

.header-right { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.search {
  display: flex; align-items: center; gap: 8px; width: 230px;
  background: var(--panel2); border: 1px solid var(--line); border-radius: 9px;
  padding: 8px 12px; color: var(--text2); font-size: 13px; cursor: text; transition: border-color 0.2s;
}
.search:hover { border-color: var(--line-h); }
.search kbd { margin-left: auto; font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--text3); border: 1px solid var(--line); border-radius: 4px; padding: 1px 5px; }
.flagpill { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--text); background: var(--panel2); border: 1px solid var(--line); border-radius: 8px; padding: 7px 11px; }

/* ============== generic panel ============== */
.panel {
  position: relative; background: var(--panel); border: 1px solid var(--line);
  border-radius: 14px; backdrop-filter: blur(10px); overflow: hidden;
}
.panel.glow::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent); opacity: 0.6;
}
.panel.gold-edge::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0.6;
}
.panel-pad { padding: 18px 20px; }

.panel-title {
  display: flex; align-items: center; gap: 9px; margin-bottom: 14px;
  font-family: 'Rajdhani', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--accent-l);
}
.panel-title .dot { width: 6px; height: 6px; transform: rotate(45deg); background: var(--accent); flex-shrink: 0; }
.panel-title.is-gold { color: var(--gold-l); }
.panel-title.is-gold .dot { background: var(--gold); }
.panel-title .note { margin-left: auto; font-family: 'Inter', sans-serif; font-weight: 400; font-size: 11px; letter-spacing: 0.4px; text-transform: none; color: var(--text2); }

/* ornamental corner ticks */
.corner { position: absolute; width: 14px; height: 14px; border: 1px solid var(--line-h); pointer-events: none; }
.corner.tl { top: 8px; left: 8px; border-right: none; border-bottom: none; }
.corner.tr { top: 8px; right: 8px; border-left: none; border-bottom: none; }
.corner.bl { bottom: 8px; left: 8px; border-right: none; border-top: none; }
.corner.br { bottom: 8px; right: 8px; border-left: none; border-top: none; }
.corner.gold { border-color: var(--line-gold); }

/* ============== placeholders ============== */
.ph {
  position: relative; overflow: hidden;
  background:
    repeating-linear-gradient(135deg, rgba(122,142,235,0.06) 0 10px, transparent 10px 20px),
    linear-gradient(135deg, rgba(40,50,96,0.6), rgba(14,18,40,0.92));
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  color: var(--text3); font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: 1px;
  text-transform: uppercase; text-align: center;
}
.ph.round { border-radius: 50%; }

/* ============== buttons ============== */
.btn {
  display: inline-flex; align-items: center; gap: 8px; cursor: pointer;
  font-family: 'Rajdhani', sans-serif; font-weight: 600; font-size: 13.5px; letter-spacing: 1px; text-transform: uppercase;
  border-radius: 9px; padding: 10px 18px; border: 1px solid var(--line-h); color: var(--accent-l);
  background: var(--panel2); transition: all 0.18s; white-space: nowrap;
}
.btn:hover { border-color: var(--accent); color: var(--bright); background: var(--raise); }
/* GOLD primary CTA — the one place gold leads */
.btn.gold {
  border: none; color: #221803; background: var(--foil);
  box-shadow: 0 0 22px rgba(216,182,90,0.32), inset 0 1px 0 rgba(255,255,255,0.4);
}
.btn.gold:hover { box-shadow: 0 0 36px rgba(216,182,90,0.55); transform: translateY(-1px); }
.btn.sm { padding: 7px 13px; font-size: 12px; }

/* tags / chips */
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: 0.5px; text-transform: uppercase;
  border: 1px solid var(--line); border-radius: 6px; padding: 4px 9px; color: var(--text); background: var(--panel2);
}
.chip.gold { border-color: var(--line-gold); color: var(--gold-l); background: rgba(216,182,90,0.09); }
.chip.accent { border-color: var(--line-h); color: var(--accent-l); background: rgba(97,108,239,0.1); }
.chip.win { color: var(--win); border-color: rgba(63,178,122,0.3); background: rgba(63,178,122,0.08); }

/* indicators */
.ind { font-family: 'JetBrains Mono', monospace; font-weight: 700; }
.ind.up { color: var(--win); }
.ind.mid { color: var(--mid); }
.ind.down { color: var(--loss); }

.divider { height: 1px; background: var(--line); margin: 0; border: none; }

/* ==== pages.css ==== */
/* ============================================================
   BoaCall — páginas (Home, Arquivo de Jogadores, Periférico)
   Carrega DEPOIS de system.css. Base indigo/violet · gold detail.
   ============================================================ */

/* breadcrumb (shared) */
.crumb { display: flex; align-items: center; gap: 8px; margin-top: 18px; font-size: 12px; color: var(--text2); flex-wrap: wrap; }
.crumb a { color: var(--text2); text-decoration: none; }
.crumb a:hover { color: var(--accent-l); }
.crumb .sep { color: var(--text3); }
.crumb .here { color: var(--gold-l); }

/* section head */
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin: 40px 0 16px; flex-wrap: wrap; }
.sec-head .eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--accent-l); }
.sec-head h2 { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 30px; line-height: 1; color: var(--bright); letter-spacing: 0.3px; margin-top: 4px; }
.sec-head .more { font-family: 'Rajdhani', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: var(--accent-l); text-decoration: none; }
.sec-head .more:hover { color: var(--gold-l); }

/* ============== HOME hero ============== */
.home-hero { position: relative; margin-top: 22px; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); min-height: 340px; display: flex; align-items: center; }
.home-hero .bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(100deg, rgba(8,10,22,0.98) 30%, rgba(8,10,22,0.5) 60%, rgba(8,10,22,0.15) 100%),
    repeating-linear-gradient(135deg, rgba(122,142,235,0.04) 0 14px, transparent 14px 28px),
    radial-gradient(130% 130% at 95% 10%, rgba(138,111,240,0.4), transparent 55%),
    linear-gradient(135deg, rgba(48,56,128,0.55), rgba(10,12,30,0.95));
}
.home-hero .bg::after { content: 'BACKGROUND · GAMEPLAY / KEY ART'; position: absolute; right: 26px; bottom: 16px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1.5px; color: var(--text3); }
.home-hero .inner { position: relative; z-index: 1; padding: 44px 46px; max-width: 660px; }
.home-hero .kicker { display: inline-flex; align-items: center; gap: 8px; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-l); border: 1px solid var(--line-gold); border-radius: 20px; padding: 5px 13px; margin-bottom: 18px; }
.home-hero h1 { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 52px; line-height: 1.02; color: var(--bright); letter-spacing: 0.5px; max-width: 540px; }
.home-hero h1 .g { color: var(--gold-l); }
.home-hero p { font-size: 16px; line-height: 1.6; color: var(--text); margin-top: 18px; max-width: 480px; }
.home-hero .cta-row { display: flex; gap: 12px; margin-top: 24px; flex-wrap: wrap; }
.home-hero .cta-row .btn { flex-shrink: 0; }
.home-hero .stats { display: flex; gap: 28px; margin-top: 28px; }
.home-hero .stat .n { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 26px; color: var(--gold-l); line-height: 1; }
.home-hero .stat .l { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text2); margin-top: 3px; }

/* ============== game filter (sticky pills) ============== */
.game-filter { position: sticky; top: 66px; z-index: 30; display: flex; align-items: center; gap: 10px; padding: 14px 0; margin-top: 8px; background: linear-gradient(180deg, var(--bg) 60%, transparent); flex-wrap: wrap; }
.game-filter .lbl { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--text2); margin-right: 2px; }
.gp { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; font-family: 'Rajdhani', sans-serif; font-weight: 600; font-size: 14px; letter-spacing: 0.5px; text-transform: uppercase; color: var(--text); background: var(--panel2); border: 1px solid var(--line); border-radius: 22px; padding: 8px 16px; transition: all 0.16s; }
.gp .gi { width: 20px; height: 20px; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 9px; background: var(--raise); color: var(--text2); }
.gp:hover { border-color: var(--line-h); color: var(--bright); }
.gp.on { border-color: var(--accent); color: var(--accent-l); background: rgba(97,108,239,0.12); }
.gp.on .gi { background: var(--accent); color: #fff; }

/* ============== player grid + card ============== */
.players { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pcard { position: relative; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--panel); transition: all 0.2s; cursor: pointer; display: flex; flex-direction: column; }
.pcard:hover { transform: translateY(-4px); border-color: var(--line-h); box-shadow: 0 16px 44px rgba(0,0,0,0.5), 0 0 30px rgba(97,108,239,0.14); }
.pcard-photo { position: relative; aspect-ratio: 16/10; }
.pcard-photo .ph { width: 100%; height: 100%; border: none; border-radius: 0; }
.pcard-grad { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(8,10,22,0.5) 70%, rgba(13,16,34,0.96) 100%); }
.pcard-role { position: absolute; top: 12px; left: 12px; }
.pcard-fav { position: absolute; top: 12px; right: 12px; color: var(--gold); font-size: 14px; opacity: 0; transition: opacity 0.2s; }
.pcard:hover .pcard-fav { opacity: 1; }
.pcard-over { position: absolute; left: 16px; right: 16px; bottom: 12px; }
.pcard-org { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent-l); }
.pcard-nick { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 28px; line-height: 1; color: var(--bright); }
.pcard-body { display: flex; align-items: center; justify-content: space-between; padding: 13px 16px; gap: 10px; }
.pcard-games { display: flex; gap: 6px; }
.pcard-games .g { width: 26px; height: 22px; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 9px; letter-spacing: 0.5px; background: var(--raise); color: var(--text); border: 1px solid var(--line); }
.pcard-link { font-family: 'Rajdhani', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: var(--gold-l); display: flex; align-items: center; gap: 5px; }

/* ============== catalog / peripheral card ============== */
.gear-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ccard { position: relative; border: 1px solid var(--line); border-radius: 16px; padding: 16px; background: var(--panel); transition: all 0.2s; display: flex; flex-direction: column; cursor: pointer; }
.ccard:hover { transform: translateY(-4px); border-color: var(--line-h); box-shadow: 0 14px 40px rgba(0,0,0,0.5), 0 0 26px rgba(97,108,239,0.12); }
.ccard-cat { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent-l); }
.ccard-img { height: 132px; border-radius: 11px; margin: 10px 0 12px; overflow: hidden; }
.ccard-img .ph { width: 100%; height: 100%; border: none; background: repeating-linear-gradient(135deg, rgba(180,190,220,0.05) 0 9px, transparent 9px 18px), radial-gradient(circle at 50% 40%, rgba(70,80,120,0.4), rgba(18,22,44,0.95)); color: var(--text3); }
.ccard-brand { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: var(--text2); }
.ccard-model { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 19px; line-height: 1.05; color: var(--bright); margin-top: 2px; }
.ccard-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line-soft); flex-wrap: wrap; }
.ccard-price { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 18px; color: var(--gold-l); white-space: nowrap; }
.ccard-used { position: absolute; top: 14px; right: 14px; }

/* ============== SubindoElo banner ============== */
.subindo-banner { position: relative; margin: 44px 0 0; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 30px 36px; flex-wrap: wrap; }
.subindo-banner .bg { position: absolute; inset: 0; z-index: 0; background: linear-gradient(100deg, rgba(13,16,40,0.95), rgba(40,30,90,0.6) 60%, rgba(60,48,18,0.3)), radial-gradient(100% 160% at 100% 50%, rgba(216,182,90,0.18), transparent 60%); }
.subindo-banner > * { position: relative; z-index: 1; }
.subindo-banner .eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-l); }
.subindo-banner h3 { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 32px; color: var(--bright); line-height: 1.02; margin-top: 6px; }
.subindo-banner p { font-size: 14px; color: var(--text); margin-top: 6px; max-width: 460px; }

/* ============== filter bar (archive) ============== */
.filterbar { display: flex; align-items: center; gap: 12px; margin-top: 18px; flex-wrap: wrap; background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; }
.filterbar .search-lg { display: flex; align-items: center; gap: 9px; flex: 1; min-width: 200px; background: var(--panel3); border: 1px solid var(--line); border-radius: 10px; padding: 9px 13px; color: var(--text2); font-size: 14px; }
.filterbar .seg { display: inline-flex; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.filterbar .seg button { font-family: 'Rajdhani', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 0.5px; text-transform: uppercase; background: var(--panel3); border: none; border-right: 1px solid var(--line); color: var(--text2); padding: 9px 14px; cursor: pointer; }
.filterbar .seg button:last-child { border-right: none; }
.filterbar .seg button.on { background: var(--accent); color: #fff; }

/* pagination */
.pagination { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 30px; }
.pagination .pg { min-width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 9px; font-family: 'Rajdhani', sans-serif; font-weight: 600; color: var(--text); background: var(--panel2); cursor: pointer; transition: all 0.16s; }
.pagination .pg:hover { border-color: var(--line-h); color: var(--bright); }
.pagination .pg.on { background: var(--accent); border-color: var(--accent); color: #fff; }

/* ============== PRODUCT page ============== */
.prod-hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 24px; margin-top: 18px; align-items: stretch; }
.prod-gallery { position: relative; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; min-height: 360px; }
.prod-gallery .ph { width: 100%; height: 100%; border: none; border-radius: 0; background: repeating-linear-gradient(135deg, rgba(180,190,220,0.05) 0 11px, transparent 11px 22px), radial-gradient(circle at 50% 42%, rgba(72,82,124,0.45), rgba(16,20,42,0.96)); }
.prod-gallery .gold-corner { position: absolute; width: 22px; height: 22px; border: 1px solid var(--line-gold); }
.prod-thumbs { position: absolute; left: 16px; bottom: 16px; display: flex; gap: 8px; }
.prod-thumbs .t { width: 48px; height: 48px; border-radius: 8px; }
.prod-info { display: flex; flex-direction: column; justify-content: center; }
.prod-info .cat { display: inline-flex; width: fit-content; }
.prod-brand { font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--text2); margin-top: 14px; }
.prod-model { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 44px; line-height: 1; color: var(--bright); margin-top: 4px; }
.prod-pricerow { display: flex; align-items: baseline; gap: 12px; margin-top: 18px; flex-wrap: wrap; }
.prod-price { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 38px; color: var(--gold-l); line-height: 1; white-space: nowrap; }
.prod-cta { display: flex; gap: 12px; margin-top: 20px; flex-wrap: wrap; }
.prod-quick { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }

/* spec table */
.spec-table { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.spec-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--bg2); padding: 13px 16px; }
.spec-row .k { font-size: 13px; color: var(--text2); }
.spec-row .v { font-family: 'JetBrains Mono', monospace; font-size: 13px; color: var(--bright); font-weight: 500; text-align: right; }

/* editor note */
.editor-note { position: relative; border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: 12px; padding: 20px 24px; background: var(--panel); }
.editor-note .q { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 40px; color: var(--gold); line-height: 0.6; }
.editor-note p { font-size: 15.5px; line-height: 1.65; color: var(--text); margin-top: 6px; }
.editor-note .by { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text2); margin-top: 12px; }

/* pros using grid */
.prousers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.prouser { display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 12px; padding: 12px; background: var(--panel); transition: all 0.18s; cursor: pointer; }
.prouser:hover { border-color: var(--line-h); background: var(--panel2); transform: translateY(-2px); }
.prouser .av { width: 48px; height: 48px; border-radius: 10px; flex-shrink: 0; font-size: 8px; }
.prouser .nm { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 18px; color: var(--bright); line-height: 1.05; }
.prouser .rl { font-size: 11.5px; color: var(--text2); }
.prouser .ar { margin-left: auto; color: var(--gold); opacity: 0; transition: opacity 0.18s; }
.prouser:hover .ar { opacity: 1; }

/* ============== footer ============== */
.footer { margin-top: 70px; border-top: 1px solid var(--line); padding: 40px 0 10px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 26px; }
.footer .f-brand .bn { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 24px; color: var(--bright); }
.footer .f-brand .bn b { color: var(--gold-l); }
.footer .f-brand p { font-size: 13px; color: var(--text2); margin-top: 8px; max-width: 260px; line-height: 1.6; }
.footer .f-col h5 { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text2); margin-bottom: 12px; }
.footer .f-col a { display: block; color: var(--text); text-decoration: none; font-size: 14px; padding: 5px 0; transition: color 0.16s; }
.footer .f-col a:hover { color: var(--gold-l); }
.footer-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line-soft); flex-wrap: wrap; }
.footer-bar .cp { font-size: 12px; color: var(--text3); }
.footer-bar .socials { display: flex; gap: 8px; }
.footer-bar .socials .s { width: 32px; height: 32px; border-radius: 8px; border: 1px solid var(--line); background: var(--panel2); display: flex; align-items: center; justify-content: center; color: var(--text2); font-size: 12px; cursor: pointer; }
.footer-bar .socials .s:hover { border-color: var(--gold); color: var(--gold-l); }

@media (max-width: 1080px) {
  .players, .gear-rail { grid-template-columns: repeat(2, 1fr); }
  .prod-hero { grid-template-columns: 1fr; }
  .prousers { grid-template-columns: 1fr 1fr; }
  .footer { grid-template-columns: 1fr 1fr; }
  .home-hero h1 { font-size: 42px; }
}
@media (max-width: 680px) {
  .players, .gear-rail, .prousers { grid-template-columns: 1fr; }
  .spec-table { grid-template-columns: 1fr; }
}

/* ==== jogador.css ==== */
/* ============================================================
   BoaCall — Página do Jogador  — components  ·  v7
   Base indigo/violet · gold only on signature details.
   ============================================================ */

/* ---------- profile hero ---------- */
.hero { position: relative; margin-top: 22px; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); }
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(105deg, rgba(8,10,22,0.97) 38%, rgba(8,10,22,0.55) 62%, rgba(8,10,22,0.2) 100%),
    repeating-linear-gradient(135deg, rgba(122,142,235,0.05) 0 12px, transparent 12px 24px),
    radial-gradient(120% 140% at 100% 0%, rgba(138,111,240,0.35), transparent 55%),
    linear-gradient(135deg, rgba(46,54,120,0.6), rgba(12,14,34,0.92));
}
.hero-bg::after {
  content: 'SPLASH ART · PRO'; position: absolute; right: 28px; bottom: 16px;
  font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1.5px; color: var(--text3);
}
.hero-inner { position: relative; z-index: 1; display: flex; align-items: center; gap: 26px; padding: 30px 32px; }

.hero-avatar { position: relative; flex-shrink: 0; }
.hero-avatar .frame {
  width: 116px; height: 116px; border-radius: 16px; padding: 3px;
  background: var(--foil); box-shadow: 0 0 26px rgba(216,182,90,0.28);
}
.hero-avatar .frame .ph { width: 100%; height: 100%; border-radius: 13px; border: none; font-size: 9px; }
.hero-avatar .level {
  position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%);
  background: var(--bg2); border: 1px solid var(--gold); border-radius: 7px;
  font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 12px; color: var(--gold-l);
  padding: 2px 10px; letter-spacing: 1px; white-space: nowrap;
}

.hero-id { flex: 1; min-width: 0; }
.hero-eyebrow { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }
.hero-eyebrow .org { font-family: 'Rajdhani', sans-serif; font-weight: 600; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent-l); }
.hero-nick {
  font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 62px; line-height: 0.92; letter-spacing: 1px;
  display: flex; align-items: baseline; gap: 14px; white-space: nowrap; color: var(--bright);
}
.hero-nick .tag { font-size: 22px; font-weight: 500; color: var(--text2); letter-spacing: 0; }
.hero-meta { display: flex; align-items: center; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.hero-socials { display: flex; gap: 8px; }
.hero-socials .s { width: 34px; height: 34px; border-radius: 8px; border: 1px solid var(--line); background: var(--panel2); display: flex; align-items: center; justify-content: center; color: var(--text2); font-size: 13px; transition: all 0.18s; cursor: pointer; }
.hero-socials .s:hover { border-color: var(--accent); color: var(--accent-l); }

.hero-side { flex-shrink: 0; min-width: 190px; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; align-self: stretch; justify-content: center; }
.hero-headline { text-align: right; }
.hero-headline .k { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--text2); }
.hero-headline .v { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 30px; line-height: 1; white-space: nowrap; }

/* ---------- game tabs ---------- */
.gametabs { display: flex; align-items: center; gap: 10px; margin: 20px 0 4px; }
.gametab {
  display: flex; align-items: center; gap: 10px; cursor: pointer;
  background: var(--panel); border: 1px solid var(--line); border-radius: 11px;
  padding: 11px 18px; transition: all 0.18s; position: relative;
}
.gametab .gi { width: 26px; height: 26px; border-radius: 7px; display: flex; align-items: center; justify-content: center; font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 11px; background: var(--raise); color: var(--text); flex-shrink: 0; }
.gametab .gn { font-family: 'Rajdhani', sans-serif; font-weight: 600; font-size: 15px; letter-spacing: 1px; text-transform: uppercase; color: var(--text); }
.gametab .gmeta { font-size: 11px; color: var(--text2); }
.gametab:hover { border-color: var(--line-h); }
.gametab.on { border-color: var(--accent); background: rgba(97,108,239,0.1); box-shadow: 0 0 24px rgba(97,108,239,0.16); }
.gametab.on .gn { color: var(--accent-l); }
.gametab.on .gi { background: var(--foil); color: #221803; }
.gametab .main-badge { position: absolute; top: -8px; right: 10px; font-family: 'JetBrains Mono', monospace; font-size: 8.5px; letter-spacing: 1px; text-transform: uppercase; background: var(--gold); color: #221803; padding: 1px 7px; border-radius: 5px; font-weight: 700; }

/* ---------- main grid ---------- */
.dash { display: grid; grid-template-columns: 320px 1fr; gap: 16px; margin-top: 16px; align-items: start; }
.col-stack { display: flex; flex-direction: column; gap: 16px; }
.col-stack.sticky { position: sticky; top: 86px; }

/* sensitivity hero card */
.sens-top { display: flex; align-items: center; gap: 18px; }
.gauge {
  --p: 64; --sz: 116px;
  width: var(--sz); height: var(--sz); border-radius: 50%; flex-shrink: 0; position: relative;
  background:
    radial-gradient(closest-side, var(--bg2) 0 70%, transparent 71% 100%),
    conic-gradient(var(--accent) calc(var(--p) * 1%), rgba(97,108,239,0.14) 0);
  display: flex; align-items: center; justify-content: center;
}
.gauge::after { content: ''; position: absolute; inset: 7px; border-radius: 50%; border: 1px solid var(--line); }
.gauge .g-inner { text-align: center; position: relative; z-index: 1; }
.gauge .g-val { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 32px; line-height: 1; color: var(--gold-l); }
.gauge .g-lbl { font-family: 'JetBrains Mono', monospace; font-size: 8.5px; letter-spacing: 1.5px; color: var(--text2); text-transform: uppercase; margin-top: 2px; }
.sens-pair { flex: 1; display: flex; flex-direction: column; gap: 10px; }
.sens-stat .k { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text2); }
.sens-stat .v { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 26px; line-height: 1; color: var(--bright); }
.sens-stat .v small { font-size: 13px; color: var(--text2); font-weight: 500; }

.kv-list { display: flex; flex-direction: column; }
.kv { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid var(--line-soft); }
.kv:last-child { border-bottom: none; }
.kv .k { font-size: 12.5px; color: var(--text2); display: flex; align-items: center; gap: 8px; }
.kv .v { font-family: 'JetBrains Mono', monospace; font-size: 13px; color: var(--bright); font-weight: 500; }

/* crosshair card */
.crosshair-preview {
  position: relative; height: 116px; border-radius: 10px; overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(116,198,242,0.1), transparent 60%),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 22px),
    #0a0c1a;
  border: 1px solid var(--line); display: flex; align-items: center; justify-content: center;
}
.xhair { position: relative; width: 40px; height: 40px; --xhair-color: #4fd6a0; }
.xhair::before, .xhair::after { content: ''; position: absolute; background: var(--xhair-color, #4fd6a0); box-shadow: 0 0 8px var(--xhair-color, #4fd6a0); }
.xhair::before { left: 50%; top: 0; width: 3px; height: 100%; transform: translateX(-50%); }
.xhair::after { top: 50%; left: 0; height: 3px; width: 100%; transform: translateY(-50%); }
.xhair .gap { position: absolute; left: 50%; top: 50%; width: 7px; height: 7px; transform: translate(-50%,-50%); background: #0a0c1a; }
.code-row { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
.code-box { flex: 1; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--accent-l); background: var(--panel3); border: 1px solid var(--line); border-radius: 8px; padding: 9px 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ---------- gear section ---------- */
.gear-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.gear-card {
  position: relative; background: var(--panel); border: 1px solid var(--line); border-radius: 14px;
  padding: 16px; transition: all 0.2s; overflow: hidden; display: flex; flex-direction: column;
}
.gear-card:hover { border-color: var(--line-h); transform: translateY(-3px); box-shadow: 0 12px 40px rgba(0,0,0,0.45), 0 0 30px rgba(97,108,239,0.12); }
.gear-card.feature { grid-column: span 2; flex-direction: row; align-items: center; gap: 22px; }
.gear-card.feature::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0.5; }
.gear-cat { display: flex; align-items: center; gap: 8px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent-l); }
.gear-img { position: relative; border-radius: 11px; overflow: hidden; flex-shrink: 0; }
.gear-img .ph { height: 100%; width: 100%; background:
    repeating-linear-gradient(135deg, rgba(122,142,235,0.05) 0 9px, transparent 9px 18px),
    radial-gradient(circle at 50% 40%, rgba(56,66,128,0.5), rgba(12,14,34,0.95)); }
.gear-card:not(.feature) .gear-img { height: 96px; margin: 10px 0 12px; }
.gear-card.feature .gear-img { width: 220px; height: 150px; }
.gear-brand { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: var(--text2); }
.gear-model { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 21px; line-height: 1.04; color: var(--bright); margin-top: 2px; }
.gear-specs { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.gear-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 14px; gap: 8px; flex-wrap: wrap; }
.gear-price { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 20px; color: var(--gold-l); white-space: nowrap; }
.gear-price small { font-size: 12px; color: var(--text2); font-weight: 500; }
.gear-used { position: absolute; top: 14px; right: 14px; }
.gear-body { flex: 1; display: flex; flex-direction: column; }

/* ---------- in-game settings table ---------- */
.settings-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.scell { background: var(--bg2); padding: 14px 16px; }
.scell .k { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text2); }
.scell .v { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 24px; line-height: 1.1; color: var(--bright); margin-top: 4px; }
.scell .v small { font-size: 13px; color: var(--text2); font-weight: 500; }
.scell .v .ind { font-size: 13px; }

/* ---------- related pros rail ---------- */
.miniplayer { display: flex; align-items: center; gap: 11px; padding: 10px; border-radius: 11px; border: 1px solid transparent; transition: all 0.18s; cursor: pointer; }
.miniplayer:hover { background: var(--panel2); border-color: var(--line); }
.miniplayer .av { width: 42px; height: 42px; border-radius: 9px; flex-shrink: 0; font-size: 8px; }
.miniplayer .nm { font-family: 'Rajdhani', sans-serif; font-weight: 600; font-size: 16px; color: var(--bright); line-height: 1.1; }
.miniplayer .rl { font-size: 11px; color: var(--text2); }
.miniplayer .arrow { margin-left: auto; color: var(--accent); opacity: 0; transition: opacity 0.18s; }
.miniplayer:hover .arrow { opacity: 1; }

/* breadcrumb */
.crumb { display: flex; align-items: center; gap: 8px; margin-top: 18px; font-size: 12px; color: var(--text2); }
.crumb a { color: var(--text2); text-decoration: none; }
.crumb a:hover { color: var(--accent-l); }
.crumb .sep { color: var(--text3); }

@media (max-width: 1080px) {
  .dash { grid-template-columns: 1fr; }
  .col-stack.sticky { position: static; }
  .hero-nick { font-size: 46px; }
  .gear-grid { grid-template-columns: 1fr; }
  .gear-card.feature { flex-direction: column; align-items: stretch; }
  .gear-card.feature .gear-img { width: 100%; }
  .settings-grid { grid-template-columns: repeat(2, 1fr); }
}


/* ===== Bridges: widgets nativos do Elementor → design BoaCall ===== */
.elementor .sec-head{ display:flex; }
.elementor .sec-head .elementor-widget{ width:auto; margin:0; }
.elementor .sec-head .eyebrow .elementor-heading-title{
  font-family:'JetBrains Mono',monospace; font-size:10px; letter-spacing:3px;
  text-transform:uppercase; color:var(--accent-l); line-height:1.3;
}
.elementor .sec-head h2.elementor-heading-title{
  font-family:'Rajdhani',sans-serif; font-weight:700; font-size:30px; line-height:1;
  color:var(--bright); letter-spacing:.3px; margin-top:4px;
}
.elementor .sec-head .more .elementor-button,
.elementor .sec-head .more .elementor-button:hover{
  background:transparent; border:0; padding:0; box-shadow:none; border-radius:0;
  font-family:'Rajdhani',sans-serif; font-weight:600; font-size:13px;
  letter-spacing:1px; text-transform:uppercase; color:var(--accent-l); transition:color .16s;
}
.elementor .sec-head .more .elementor-button:hover{ color:var(--gold-l); }
.elementor .sec-head .more .elementor-button-icon,
.elementor .sec-head .more .elementor-align-icon-right{ display:none; }
/* neutraliza paddings/larguras padrão do container nessas seções */
.elementor .bc-app > .e-con-inner,.elementor .bc-app{ width:100%; }/* End custom CSS */