
:root{--bg:#070707;--panel:#101010;--gold:#f5b900;--gold2:#ffd85a;--red:#c91d16;--text:#f6f3e8;--muted:#b7aa8a}
*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 50% -10%,#3a1d00 0,#120b04 30%,var(--bg) 68%);color:var(--text);font-family:Arial,Helvetica,sans-serif}
.header{height:190px;min-height:190px;display:grid;grid-template-columns:220px 1fr 220px;align-items:center;gap:28px;padding:18px 42px;border-bottom:1px solid rgba(245,185,0,.3);background:linear-gradient(180deg,rgba(22,15,7,.94),rgba(7,7,7,.86));box-shadow:0 8px 30px #0008}
.logo-wrap{display:flex;align-items:center}.logo{width:158px;height:158px;object-fit:cover;border-radius:50%;filter:drop-shadow(0 0 14px #f5b90055)}
.slogan-block{text-align:center}
.market-intel{margin-top:16px;color:var(--gold);text-transform:uppercase;letter-spacing:5px;font-size:11px;font-weight:800}
.header-line{width:110px;height:4px;border-radius:5px;background:linear-gradient(90deg,var(--red),var(--gold));margin:18px auto 0}
.slogan{text-align:center;font-size:clamp(22px,2.5vw,39px);font-weight:800;letter-spacing:.2px;line-height:1.15}.slogan .gold{color:var(--gold2)}
.login{justify-self:end;display:flex;align-items:center;gap:10px;padding:12px 17px;border:1px solid #e2aa20;border-radius:12px;background:#111;color:#fff;font-weight:700;cursor:pointer;box-shadow:inset 0 0 0 1px #ffffff08}.login:hover{background:#1a1408}.login-icon{width:28px;height:28px;border:2px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold)}
main{padding:72px 24px 120px}.hero{width:100%;max-width:none;margin:0 auto;text-align:center}.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:5px;font-size:12px;font-weight:800;margin-bottom:22px}.objective{margin:0 auto;font-size:clamp(24px,2.5vw,38px);line-height:1.08;max-width:1500px;font-weight:900;white-space:nowrap}.objective strong{color:var(--gold2)}.line{width:110px;height:4px;border-radius:5px;background:linear-gradient(90deg,var(--red),var(--gold));margin:34px auto}.sub{max-width:760px;margin:0 auto;color:var(--muted);font-size:17px;line-height:1.7}.version{position:fixed;right:18px;bottom:14px;color:#8c8068;font-size:11px;letter-spacing:1px}
@media(max-width:760px){.header{height:auto;grid-template-columns:1fr;justify-items:center;padding:22px;gap:16px}.logo-wrap{justify-content:center}.logo{width:125px;height:125px}.login{justify-self:center}.slogan{grid-row:2}.objective{font-size:36px;white-space:normal}main{padding-top:48px}}

.sidebar{
  position:fixed;left:0;top:190px;bottom:0;width:245px;
  padding:24px 14px;background:linear-gradient(180deg,#0d0d0d,#070707);
  border-right:1px solid rgba(245,185,0,.14);box-shadow:6px 0 22px #0005;
}
.sidebar-title{padding:0 14px 16px;color:#b7aa8a;font-size:11px;font-weight:800;letter-spacing:2.2px;text-transform:uppercase}
.nav{display:flex;flex-direction:column;gap:7px}
.nav-item{
  display:flex;align-items:center;gap:12px;width:100%;padding:13px 14px;
  border:1px solid transparent;border-radius:10px;background:transparent;
  color:#d8d2c4;font-size:14px;font-weight:700;text-align:left;cursor:pointer;
}
.nav-item:hover{background:#151108;border-color:#4a3810;color:#fff}
.nav-item.active{background:linear-gradient(90deg,#241905,#151007);border-color:#7a5a0c;color:var(--gold2)}
.nav-icon{width:22px;text-align:center;color:var(--gold);font-size:17px}
body.with-sidebar main{margin-left:245px}
@media(max-width:760px){
  .sidebar{position:relative;top:auto;bottom:auto;width:100%;border-right:0;border-bottom:1px solid rgba(245,185,0,.25)}
  body.with-sidebar main{margin-left:0}
}


.dashboard-home{width:100%;max-width:1680px;margin:0 auto;text-align:left}
.dashboard-heading{margin-bottom:24px}
.dashboard-heading h2{margin:0;color:#f6f3e8;font-size:24px;font-weight:800}
.dashboard-heading p{margin:7px 0 0;color:#8f856f;font-size:13px}
.indicator-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.indicator-card{
  position:relative;min-height:138px;padding:22px 20px;
  border:1px solid rgba(245,185,0,.20);border-radius:14px;
  background:linear-gradient(145deg,rgba(20,17,11,.96),rgba(10,10,10,.96));
  box-shadow:0 12px 30px #0005;overflow:hidden
}
.indicator-card:before{
  content:"";position:absolute;left:0;top:0;width:100%;height:2px;
  background:linear-gradient(90deg,var(--red),var(--gold),transparent)
}
.indicator-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.indicator-label{color:#cfc7b7;font-size:13px;font-weight:700}
.indicator-icon{color:var(--gold);font-size:20px}
.indicator-value{margin-top:20px;color:var(--gold2);font-size:32px;font-weight:900}
.indicator-note{margin-top:7px;color:#786f5e;font-size:11px}
@media(max-width:1100px){.indicator-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.indicator-grid{grid-template-columns:1fr}.dashboard-home{padding-top:8px}}


/* VS01.10 — hierarquia do menu e Radar de Oportunidades */
.nav-folder{width:100%}
.folder-toggle{position:relative}
.folder-arrow{margin-left:auto;color:#8f856f;font-size:11px;transition:transform .2s ease}
.nav-folder.open .folder-arrow{transform:rotate(90deg)}
.subnav{display:none;margin:4px 0 4px 22px;padding-left:11px;border-left:1px solid rgba(245,185,0,.20)}
.nav-folder.open .subnav{display:block}
.subnav .nav-item{padding:10px 12px;font-size:13px;color:#a99f8b}
.subnav .nav-icon{font-size:13px}

.page-section{display:none;width:100%;max-width:1680px;margin:0 auto}
.page-section.active{display:block}
.radar-heading{margin-bottom:22px}
.radar-heading h2{margin:0;color:#f6f3e8;font-size:25px;font-weight:850}
.radar-heading p{margin:7px 0 0;color:#8f856f;font-size:13px;line-height:1.5}
.radar-panel{
  padding:22px;border:1px solid rgba(245,185,0,.20);border-radius:15px;
  background:linear-gradient(145deg,rgba(20,17,11,.97),rgba(9,9,9,.97));
  box-shadow:0 12px 30px #0005
}
.filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.filter-field{display:flex;flex-direction:column;gap:7px}
.filter-field label{color:#cfc7b7;font-size:11px;font-weight:800;letter-spacing:.3px}
.filter-field input,.filter-field select{
  width:100%;height:42px;padding:0 12px;border:1px solid #3d3423;border-radius:9px;
  background:#0c0c0c;color:#f5f1e8;outline:none;font-size:13px
}
.filter-field input:focus,.filter-field select:focus{border-color:#a87d13;box-shadow:0 0 0 2px rgba(245,185,0,.08)}
.price-range{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.radar-actions{display:flex;justify-content:flex-end;margin-top:20px}
.search-opportunities{
  min-height:44px;padding:0 22px;border:1px solid #d7a314;border-radius:10px;
  background:linear-gradient(180deg,#f2c235,#c68d05);color:#161005;
  font-weight:900;cursor:pointer;box-shadow:0 8px 22px rgba(245,185,0,.12)
}
.search-opportunities:hover{filter:brightness(1.06)}
.results-placeholder{
  margin-top:20px;min-height:190px;display:grid;place-items:center;text-align:center;
  border:1px dashed rgba(245,185,0,.18);border-radius:13px;background:#090909;color:#776e5c
}
.results-placeholder strong{display:block;margin-bottom:7px;color:#bdb39f;font-size:14px}
.results-placeholder span{font-size:12px}
@media(max-width:1180px){.filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.filter-grid{grid-template-columns:1fr}.radar-actions{justify-content:stretch}.search-opportunities{width:100%}}


/* VS01.11 — Tabela de resultados + Score DATAWOW */
.results-table-wrap{margin-top:20px;border:1px solid rgba(245,185,0,.18);border-radius:13px;overflow:hidden;background:#090909}
.results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 17px;border-bottom:1px solid #292317}
.results-toolbar strong{color:#d8d1c2;font-size:14px}
.results-toolbar span{color:#786f5e;font-size:11px}
.results-scroll{overflow-x:auto}
.results-table{width:100%;min-width:960px;border-collapse:collapse}
.results-table th{padding:13px 12px;background:#11100d;color:#9e927b;font-size:10px;letter-spacing:.5px;text-transform:uppercase;text-align:left;border-bottom:1px solid #2e2719}
.results-table td{padding:15px 12px;color:#d8d2c5;font-size:12px;border-bottom:1px solid #1d1a14}
.results-table tbody tr:last-child td{border-bottom:0}
.empty-row td{text-align:center;padding:34px 18px;color:#716856}
.score-help{display:flex;align-items:center;gap:8px}
.score-badge{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:28px;padding:0 9px;border:1px solid #54421a;border-radius:999px;background:#151108;color:#d9b84e;font-weight:900}
.score-legend{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px;color:#776e5c;font-size:10px}
.score-legend b{color:#b9ad96}


/* VS01.12 — Pesquisa de Produtos: análise individual */
.product-search-panel{
  padding:22px;border:1px solid rgba(245,185,0,.20);border-radius:15px;
  background:linear-gradient(145deg,rgba(20,17,11,.97),rgba(9,9,9,.97));
  box-shadow:0 12px 30px #0005
}
.product-search-grid{display:grid;grid-template-columns:220px 1fr auto;gap:12px;align-items:end}
.product-search-grid .filter-field{min-width:0}
.product-search-btn{
  height:42px;padding:0 20px;border:1px solid #d7a314;border-radius:9px;
  background:linear-gradient(180deg,#f2c235,#c68d05);color:#161005;font-weight:900;cursor:pointer
}
.analysis-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:20px}
.analysis-card{
  min-height:112px;padding:16px;border:1px solid #292317;border-radius:12px;
  background:linear-gradient(145deg,#11100d,#0a0a09)
}
.analysis-card .label{color:#8f856f;font-size:10px;text-transform:uppercase;letter-spacing:.5px;font-weight:800}
.analysis-card .value{margin-top:13px;color:#e5ddcd;font-size:21px;font-weight:900}
.analysis-card .note{margin-top:6px;color:#6f6757;font-size:10px}
.product-analysis-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px;margin-top:16px}
.analysis-box{padding:18px;border:1px solid #292317;border-radius:12px;background:#0a0a09}
.analysis-box h3{margin:0 0 13px;color:#cfc6b4;font-size:13px}
.market-range{height:9px;border-radius:99px;background:#211d15;overflow:hidden;margin:20px 0 9px}
.market-range-fill{width:0;height:100%;background:linear-gradient(90deg,#8b1b16,#f5b900)}
.analysis-empty{min-height:130px;display:grid;place-items:center;text-align:center;color:#716856;font-size:11px}
.indicator-list{display:grid;gap:10px}
.indicator-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #1d1a14;color:#9f9581;font-size:11px}
.indicator-row:last-child{border-bottom:0}
.indicator-value{color:#d5cbb8;font-weight:800}
@media(max-width:1100px){.analysis-summary{grid-template-columns:repeat(2,1fr)}.product-analysis-grid{grid-template-columns:1fr}}
@media(max-width:760px){.product-search-grid{grid-template-columns:1fr}.analysis-summary{grid-template-columns:1fr}.product-search-btn{width:100%}}


/* VS01.13 — Categorias: inteligência por segmento */
.category-panel{
  padding:22px;border:1px solid rgba(245,185,0,.20);border-radius:15px;
  background:linear-gradient(145deg,rgba(20,17,11,.97),rgba(9,9,9,.97));
  box-shadow:0 12px 30px #0005
}
.category-filter-grid{display:grid;grid-template-columns:210px 1fr 1fr 1fr auto;gap:12px;align-items:end}
.category-btn{
  height:42px;padding:0 20px;border:1px solid #d7a314;border-radius:9px;
  background:linear-gradient(180deg,#f2c235,#c68d05);color:#161005;font-weight:900;cursor:pointer
}
.category-summary{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-top:20px}
.category-card{
  min-height:108px;padding:15px;border:1px solid #292317;border-radius:12px;
  background:linear-gradient(145deg,#11100d,#0a0a09)
}
.category-card .label{color:#8f856f;font-size:9px;text-transform:uppercase;letter-spacing:.45px;font-weight:800}
.category-card .value{margin-top:13px;color:#e5ddcd;font-size:20px;font-weight:900}
.category-card .note{margin-top:6px;color:#6f6757;font-size:10px}
.category-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}
.category-score-box{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:145px}
.category-score-circle{
  width:86px;height:86px;border-radius:50%;display:grid;place-items:center;
  border:7px solid #2d271a;color:#d9b84e;font-size:21px;font-weight:900;background:#0b0b0a
}
.category-score-copy strong{display:block;color:#d6cebd;font-size:13px;margin-bottom:7px}
.category-score-copy span{color:#756c5c;font-size:10px;line-height:1.5}
@media(max-width:1250px){.category-filter-grid{grid-template-columns:repeat(2,1fr)}.category-summary{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.category-filter-grid,.category-summary,.category-detail-grid{grid-template-columns:1fr}.category-btn{width:100%}}


/* VS01.14 — Concorrentes: análise dos vendedores */
.competitor-panel{
  padding:22px;border:1px solid rgba(245,185,0,.20);border-radius:15px;
  background:linear-gradient(145deg,rgba(20,17,11,.97),rgba(9,9,9,.97));
  box-shadow:0 12px 30px #0005
}
.competitor-search-grid{display:grid;grid-template-columns:220px 1fr 1fr auto;gap:12px;align-items:end}
.competitor-summary{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-top:20px}
.competitor-card{
  min-height:108px;padding:15px;border:1px solid #292317;border-radius:12px;
  background:linear-gradient(145deg,#11100d,#0a0a09)
}
.competitor-card .label{color:#8f856f;font-size:9px;text-transform:uppercase;letter-spacing:.45px;font-weight:800}
.competitor-card .value{margin-top:13px;color:#e5ddcd;font-size:20px;font-weight:900}
.competitor-card .note{margin-top:6px;color:#6f6757;font-size:10px}
.competitor-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}
.difficulty-box{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:145px}
.difficulty-circle{
  width:86px;height:86px;border-radius:50%;display:grid;place-items:center;
  border:7px solid #2d271a;color:#d9b84e;font-size:21px;font-weight:900;background:#0b0b0a
}
.competitor-profile{display:grid;gap:10px}
.profile-row{display:flex;justify-content:space-between;gap:18px;padding:10px 0;border-bottom:1px solid #1d1a14;color:#9f9581;font-size:11px}
.profile-row:last-child{border-bottom:0}
.profile-value{color:#d5cbb8;font-weight:800;text-align:right}
@media(max-width:1250px){.competitor-search-grid{grid-template-columns:repeat(2,1fr)}.competitor-summary{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.competitor-search-grid,.competitor-summary,.competitor-detail-grid{grid-template-columns:1fr}}


/* VS01.15 — Tendências: evolução do mercado */
.trends-panel{
  padding:22px;border:1px solid rgba(245,185,0,.20);border-radius:15px;
  background:linear-gradient(145deg,rgba(20,17,11,.97),rgba(9,9,9,.97));
  box-shadow:0 12px 30px #0005
}
.trends-filter-grid{display:grid;grid-template-columns:210px 180px 1fr 180px auto;gap:12px;align-items:end}
.period-tabs{display:flex;gap:7px;flex-wrap:wrap;margin-top:18px}
.period-tab{
  min-width:58px;height:34px;padding:0 12px;border:1px solid #332b1d;border-radius:8px;
  background:#0b0b0a;color:#948a76;font-size:11px;font-weight:800;cursor:pointer
}
.period-tab.active{border-color:#b48718;background:#181309;color:#e4bd45}
.trend-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}
.trend-card{
  min-height:108px;padding:15px;border:1px solid #292317;border-radius:12px;
  background:linear-gradient(145deg,#11100d,#0a0a09)
}
.trend-card .label{color:#8f856f;font-size:9px;text-transform:uppercase;letter-spacing:.45px;font-weight:800}
.trend-card .value{margin-top:13px;color:#e5ddcd;font-size:20px;font-weight:900}
.trend-card .note{margin-top:6px;color:#6f6757;font-size:10px}
.trend-chart{
  margin-top:16px;padding:18px;border:1px solid #292317;border-radius:12px;background:#0a0a09
}
.trend-chart h3{margin:0;color:#cfc6b4;font-size:13px}
.chart-empty{
  min-height:220px;margin-top:14px;display:grid;place-items:center;text-align:center;
  border:1px dashed #2b251a;border-radius:10px;color:#716856;font-size:11px;
  background:linear-gradient(180deg,#0c0c0b,#090909)
}
.trend-state{font-weight:900}
@media(max-width:1200px){.trends-filter-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.trends-filter-grid,.trend-summary{grid-template-columns:1fr}}


/* VS01.16 — Favoritos: Minha Lista de Oportunidades */
.favorites-panel{
  padding:22px;border:1px solid rgba(245,185,0,.20);border-radius:15px;
  background:linear-gradient(145deg,rgba(20,17,11,.97),rgba(9,9,9,.97));
  box-shadow:0 12px 30px #0005
}
.favorites-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}
.favorite-card{
  min-height:104px;padding:15px;border:1px solid #292317;border-radius:12px;
  background:linear-gradient(145deg,#11100d,#0a0a09)
}
.favorite-card .label{color:#8f856f;font-size:9px;text-transform:uppercase;letter-spacing:.45px;font-weight:800}
.favorite-card .value{margin-top:13px;color:#e5ddcd;font-size:20px;font-weight:900}
.favorite-card .note{margin-top:6px;color:#6f6757;font-size:10px}
.favorites-toolbar{display:grid;grid-template-columns:1fr 190px 190px auto;gap:10px;align-items:end;margin-bottom:16px}
.favorite-actions{display:flex;gap:7px;align-items:center}
.favorite-action{
  height:31px;padding:0 10px;border:1px solid #3a3120;border-radius:7px;
  background:#11100d;color:#b9ae98;font-size:10px;font-weight:800;cursor:pointer
}
.favorite-action:hover{border-color:#9b7519;color:#e0bd55}
.favorite-note{
  width:100%;min-width:180px;min-height:32px;padding:7px 9px;border:1px solid #30291d;
  border-radius:7px;background:#0b0b0a;color:#d7cfbf;font-size:10px;resize:vertical
}
@media(max-width:1100px){.favorites-toolbar{grid-template-columns:1fr 1fr}.favorites-summary{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.favorites-toolbar,.favorites-summary{grid-template-columns:1fr}}


/* VS01.17 — Comparador de Produtos */
.compare-panel{
  padding:22px;border:1px solid rgba(245,185,0,.20);border-radius:15px;
  background:linear-gradient(145deg,rgba(20,17,11,.97),rgba(9,9,9,.97));
  box-shadow:0 12px 30px #0005
}
.compare-selector{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:12px;align-items:end}
.compare-grid{display:grid;grid-template-columns:180px repeat(3,minmax(190px,1fr));margin-top:20px;border:1px solid #292317;border-radius:13px;overflow:hidden}
.compare-cell{min-height:58px;padding:13px;border-right:1px solid #292317;border-bottom:1px solid #292317;background:#0b0b0a;color:#cfc6b4;font-size:11px;display:flex;align-items:center}
.compare-cell:nth-child(4n){border-right:0}
.compare-label{background:#11100d;color:#8f856f;font-weight:800;text-transform:uppercase;font-size:9px;letter-spacing:.4px}
.compare-product{min-height:82px;background:linear-gradient(180deg,#14120d,#0d0c0a);font-size:13px;font-weight:900;color:#e4dccd}
.compare-value{font-weight:800;color:#d8cfbe}
.compare-winner{
  margin-top:16px;padding:18px;border:1px solid #342b19;border-radius:12px;background:#0a0a09;
  display:flex;align-items:center;justify-content:space-between;gap:18px
}
.compare-winner strong{display:block;color:#d8cfbe;font-size:13px;margin-bottom:6px}
.compare-winner span{color:#756c5c;font-size:10px;line-height:1.5}
.compare-score{min-width:72px;height:40px;padding:0 12px;border:1px solid #54421a;border-radius:999px;display:grid;place-items:center;color:#d9b84e;font-weight:900}
@media(max-width:1050px){.compare-selector{grid-template-columns:1fr 1fr}.compare-grid{overflow-x:auto;grid-template-columns:160px repeat(3,220px)}}
@media(max-width:760px){.compare-selector{grid-template-columns:1fr}.compare-winner{align-items:flex-start;flex-direction:column}}


/* VS01.18 — Simulador de Viabilidade */
.viability-panel{
  padding:22px;border:1px solid rgba(245,185,0,.20);border-radius:15px;
  background:linear-gradient(145deg,rgba(20,17,11,.97),rgba(9,9,9,.97));
  box-shadow:0 12px 30px #0005
}
.viability-source{display:grid;grid-template-columns:220px 1fr auto;gap:12px;align-items:end}
.viability-costs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}
.viability-divider{height:1px;background:#292317;margin:20px 0}
.market-reference{
  padding:16px;border:1px solid #342b1b;border-radius:11px;background:#0b0b0a;
  display:flex;align-items:center;justify-content:space-between;gap:16px
}
.market-reference strong{display:block;color:#d8cfbe;font-size:12px;margin-bottom:5px}
.market-reference span{color:#756c5c;font-size:10px}
.market-price{color:#e3bd4b;font-size:22px;font-weight:900}
.viability-results{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:18px}
.viability-card{
  min-height:112px;padding:15px;border:1px solid #292317;border-radius:12px;
  background:linear-gradient(145deg,#11100d,#0a0a09)
}
.viability-card .label{color:#8f856f;font-size:9px;text-transform:uppercase;letter-spacing:.45px;font-weight:800}
.viability-card .value{margin-top:13px;color:#e5ddcd;font-size:20px;font-weight:900}
.viability-card .note{margin-top:6px;color:#6f6757;font-size:10px}
.viability-decision{
  margin-top:16px;padding:18px;border:1px solid #342b19;border-radius:12px;background:#0a0a09;
  display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center
}
.viability-decision strong{display:block;color:#d8cfbe;font-size:14px;margin-bottom:6px}
.viability-decision p{margin:0;color:#756c5c;font-size:10px;line-height:1.55}
.viability-status{
  min-width:120px;height:42px;padding:0 14px;border:1px solid #54421a;border-radius:999px;
  display:grid;place-items:center;color:#d9b84e;font-weight:900;font-size:11px
}
@media(max-width:1150px){.viability-costs{grid-template-columns:repeat(2,1fr)}.viability-results{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.viability-source,.viability-costs,.viability-results,.viability-decision{grid-template-columns:1fr}.market-reference{align-items:flex-start;flex-direction:column}}


/* VS01.19 — Revisão geral de legibilidade e conforto visual
   Mantém a identidade premium escura, mas reduz o preto absoluto,
   aumenta contraste, fontes, espaçamento e áreas clicáveis. */
:root{
  --bg:#111315 !important;
  --panel:#191c1f !important;
  --text:#f7f4ec !important;
  --muted:#c9c1b2 !important;
}
body{
  background:#111315 !important;
  color:#f7f4ec !important;
  font-size:16px !important;
  line-height:1.55 !important;
}
.sidebar{
  background:linear-gradient(180deg,#181a1c,#121416) !important;
  border-right-color:#3a3325 !important;
}
.nav-item{
  min-height:46px !important;
  font-size:14px !important;
  line-height:1.25 !important;
  color:#ddd6c8 !important;
  padding-top:11px !important;
  padding-bottom:11px !important;
}
.nav-item.active{color:#fff3c4 !important}
.subnav .nav-item{font-size:13px !important}
.radar-heading h2{font-size:25px !important;line-height:1.25 !important}
.radar-heading p{font-size:14px !important;color:#c9c1b2 !important;line-height:1.55 !important}
.filter-field label{
  font-size:12px !important;color:#d7cfbf !important;letter-spacing:.15px !important;
}
.filter-field input,.filter-field select,.filter-field textarea{
  min-height:44px !important;
  font-size:14px !important;
  color:#f4f0e8 !important;
  background:#17191b !important;
  border-color:#4a4232 !important;
}
.filter-field input::placeholder,.filter-field textarea::placeholder{color:#928b80 !important}
.category-btn{
  min-height:44px !important;font-size:13px !important;padding-left:18px !important;padding-right:18px !important;
}
.results-toolbar{font-size:13px !important;color:#d7cfbf !important}
.results-table{font-size:13px !important}
.results-table th{
  font-size:11px !important;color:#e0d7c6 !important;background:#202225 !important;
  padding:13px 12px !important;
}
.results-table td{padding:13px 12px !important;color:#ddd6c8 !important;line-height:1.45 !important}
.empty-row td{color:#aaa294 !important}
.analysis-box h3,.trend-chart h3{font-size:15px !important}
.indicator-row,.indicator-value{font-size:12px !important}
.favorite-card .label,.trend-card .label,.viability-card .label{
  font-size:11px !important;color:#b9b09f !important;
}
.favorite-card .note,.trend-card .note,.viability-card .note{
  font-size:12px !important;color:#aaa294 !important;
}
.favorite-card .value,.trend-card .value,.viability-card .value{font-size:22px !important}
.compare-cell{font-size:13px !important;line-height:1.4 !important}
.compare-label{font-size:11px !important;color:#b9b09f !important}
.compare-product{font-size:15px !important}
.compare-winner strong,.market-reference strong,.viability-decision strong{font-size:15px !important}
.compare-winner span,.market-reference span,.viability-decision p{font-size:12px !important;color:#aaa294 !important}
.period-tab{min-height:40px !important;font-size:12px !important}
.chart-empty{font-size:13px !important;color:#aaa294 !important}
.login-btn,button{font-family:inherit}
button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline:2px solid #f5b900 !important;outline-offset:2px !important;
}
@media(max-width:760px){
  body{font-size:16px !important}
  .radar-heading h2{font-size:21px !important}
  .filter-field input,.filter-field select,.filter-field textarea{font-size:16px !important}
}


/* VS01.20 — Motor do Score DATAWOW */
.score-engine{
  margin-top:22px;padding:22px;border:1px solid rgba(245,185,0,.25);border-radius:15px;
  background:linear-gradient(145deg,#1b1d1f,#151719)
}
.score-engine-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:18px}
.score-engine-head h3{margin:0 0 6px;font-size:18px;color:#f4eee1}
.score-engine-head p{margin:0;color:#bcb4a5;font-size:13px}
.score-badge{padding:9px 13px;border:1px solid #6b531c;border-radius:999px;color:#e8c552;font-size:11px;font-weight:900;white-space:nowrap}
.score-factors{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.score-factor{padding:15px;border:1px solid #3a3428;border-radius:11px;background:#17191b}
.score-factor-top{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:8px}
.score-factor strong{font-size:13px;color:#e6dfd2}
.score-weight{font-size:12px;font-weight:900;color:#e4bd45}
.score-factor p{margin:0;color:#a9a193;font-size:12px;line-height:1.45}
.score-rules{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}
.score-rule{padding:16px;border:1px solid #3a3428;border-radius:11px;background:#151719}
.score-rule strong{display:block;color:#e6dfd2;font-size:14px;margin-bottom:6px}
.score-rule p{margin:0;color:#aaa294;font-size:12px;line-height:1.5}
.score-rule .direction{margin-top:10px;font-size:13px;font-weight:900;color:#e2bd4d}
.score-legend{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}
.score-range{padding:11px;text-align:center;border:1px solid #3a3428;border-radius:9px;background:#17191b}
.score-range b{display:block;font-size:14px;color:#e7dfd0}.score-range span{font-size:11px;color:#aaa294}
@media(max-width:1000px){.score-factors{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.score-engine-head,.score-rules{display:grid;grid-template-columns:1fr}.score-factors,.score-legend{grid-template-columns:1fr}.score-badge{width:max-content}}


/* VS01.21 — Fundação da integração Mercado Livre */
.ml-integration{
  margin-top:22px;padding:22px;border:1px solid rgba(245,185,0,.25);border-radius:15px;
  background:linear-gradient(145deg,#1b1d1f,#151719)
}
.ml-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}
.ml-head h3{margin:0 0 6px;font-size:18px;color:#f4eee1}
.ml-head p{margin:0;color:#bcb4a5;font-size:13px;line-height:1.5}
.ml-status{padding:9px 13px;border:1px solid #625124;border-radius:999px;color:#e7c65d;font-size:11px;font-weight:900;white-space:nowrap}
.ml-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:17px}
.ml-card{padding:15px;border:1px solid #3a3428;border-radius:11px;background:#17191b}
.ml-card strong{display:block;color:#e7dfd0;font-size:13px;margin-bottom:7px}
.ml-card p{margin:0;color:#aaa294;font-size:12px;line-height:1.45}
.source-badge{display:inline-flex;align-items:center;padding:4px 7px;margin-top:9px;border:1px solid #4a4232;border-radius:999px;font-size:10px;font-weight:900;color:#d7cdbb}
.source-badge.real{border-color:#51694b;color:#b9d9b0}
.source-badge.estimated{border-color:#715d2a;color:#e4c665}
.source-badge.unavailable{border-color:#674343;color:#d5abab}
.ml-pipeline{margin-top:16px;padding:15px;border:1px solid #3a3428;border-radius:11px;background:#151719}
.ml-pipeline strong{color:#e7dfd0;font-size:13px}
.ml-flow{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.ml-step{padding:8px 10px;border:1px solid #423a2b;border-radius:8px;color:#c9c1b2;font-size:11px;background:#191b1d}
.ml-note{margin-top:14px;color:#aaa294;font-size:12px;line-height:1.5}
@media(max-width:950px){.ml-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.ml-head,.ml-grid{display:grid;grid-template-columns:1fr}.ml-status{width:max-content}}


/* VS01.32 — Banco de dados e histórico */
.history-panel{margin-top:22px;padding:22px;border:1px solid rgba(245,185,0,.25);border-radius:15px;background:linear-gradient(145deg,#1b1d1f,#151719)}
.history-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}
.history-head h3{margin:0 0 6px;font-size:18px;color:#f4eee1}
.history-head p{margin:0;color:#bcb4a5;font-size:13px;line-height:1.5}
.history-status{padding:9px 13px;border:1px solid #625124;border-radius:999px;color:#e7c65d;font-size:11px;font-weight:900;white-space:nowrap}
.history-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:17px}
.history-card{padding:15px;border:1px solid #3a3428;border-radius:11px;background:#17191b}
.history-card strong{display:block;color:#e7dfd0;font-size:13px;margin-bottom:7px}
.history-card p{margin:0;color:#aaa294;font-size:12px;line-height:1.45}
.history-periods{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.history-period{min-width:72px;padding:9px 12px;text-align:center;border:1px solid #4a4232;border-radius:9px;background:#17191b;color:#ddd5c7;font-size:12px;font-weight:800}
.history-model{margin-top:16px;border:1px solid #3a3428;border-radius:11px;overflow:hidden}
.history-model-title{padding:13px 15px;background:#202225;color:#e7dfd0;font-size:13px;font-weight:800}
.history-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:#332f28}
.history-field{padding:11px 13px;background:#17191b}
.history-field b{display:block;color:#d9d1c3;font-size:11px;margin-bottom:3px}
.history-field span{color:#948d81;font-size:10px}
.history-flow{margin-top:16px;padding:15px;border:1px solid #3a3428;border-radius:11px;background:#151719}
.history-flow strong{color:#e7dfd0;font-size:13px}
.history-flow-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.history-step{padding:8px 10px;border:1px solid #423a2b;border-radius:8px;color:#c9c1b2;font-size:11px;background:#191b1d}
@media(max-width:1050px){.history-grid,.history-fields{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.history-head,.history-grid,.history-fields{display:grid;grid-template-columns:1fr}.history-status{width:max-content}}


.dw-offer-box{margin-top:10px;padding:9px 10px;border:1px solid #34312b;border-radius:9px;background:#151719}
.dw-product-card:has(.dw-ml-cta) .dw-offer-box{cursor:pointer}
.dw-offer-title{margin-bottom:7px;color:#f2c235;font-size:9px;font-weight:900;letter-spacing:.08em}
.dw-offer-box .dw-product-extra{margin-top:5px;color:#c6c0b5}
.dw-offer-box .dw-product-extra strong{color:#eee9df;font-weight:800}
.dw-ranking-box{margin-top:9px;padding-top:8px;border-top:1px solid #302d28;display:grid;gap:3px}
.dw-ranking-box span{color:#8f8a80;font-size:8px;font-weight:850;letter-spacing:.08em}
.dw-ranking-box strong{color:#c7c0b4;font-size:10px;font-weight:750}
.dw-ranking-box small{color:#777168;font-size:9px}
.dw-ml-cta{background:linear-gradient(180deg,#f4c637,#d9a514);color:#111!important;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,.18)}
.dw-ml-cta:hover{filter:brightness(1.05);transform:translateY(-1px)}
.dw-competition-complete{font-size:9px;margin-top:6px;opacity:.72}
.dw-buybox{margin-top:9px;padding-top:9px;border-top:1px solid rgba(244,190,32,.28);font-size:10px;line-height:1.55}
.dw-buybox-title{font-weight:900;color:#f6c515;letter-spacing:.5px;margin-bottom:5px}
.dw-buybox a{display:inline-block;margin-top:5px;color:#f6c515;text-decoration:none;font-weight:800}
.dw-buybox-empty{opacity:.72}

.dw-analysis{margin-top:9px;padding-top:9px;border-top:1px solid rgba(244,190,32,.28);font-size:9px}
.dw-analysis-title{font-weight:900;color:#f6c515;letter-spacing:.45px;margin-bottom:6px}
.dw-analysis-offer{padding:7px 0;border-top:1px solid rgba(255,255,255,.08);line-height:1.45}
.dw-analysis-offer:first-of-type{border-top:0}
.dw-boosts{display:grid;gap:2px;margin-top:5px}
.dw-boosts span{display:block}
.dw-boosts small{opacity:.6;margin-left:3px}

.dw-indicators{margin-top:12px;border:1px solid #6f5b20;border-radius:10px;background:#111514;overflow:hidden}.dw-indicators summary{cursor:pointer;list-style:none;padding:12px 13px;color:#f5c928;font-weight:800;font-size:12px;letter-spacing:.3px;display:flex;justify-content:space-between;align-items:center}.dw-indicators summary::-webkit-details-marker{display:none}.dw-indicators summary span{font-size:18px;line-height:1}.dw-indicators[open] summary span{transform:rotate(45deg)}.dw-indicators-body{border-top:1px solid #4c421f;padding:12px}.dw-indicator-title{font-size:11px;font-weight:800;color:#f5c928;margin-bottom:10px}.dw-indicator-compare{display:grid;grid-template-columns:1fr 1fr;gap:8px}.dw-indicator-side{border:1px solid #343a37;border-radius:8px;padding:10px;font-size:10px;line-height:1.45;min-width:0;overflow-wrap:anywhere;word-break:break-word}.dw-indicator-side>b{display:block;color:#bfc6c2;font-size:9px}.dw-indicator-side>strong{display:block;color:#fff;font-size:13px;margin:2px 0 5px}.dw-sales-number{color:#f5c928;font-weight:800;margin-top:4px}.dw-indicator-side small{display:block;color:#8f9994;margin-top:2px}.dw-indicator-note{font-size:9px;color:#9da6a2;margin-top:8px;line-height:1.4}@media(max-width:900px){.dw-indicator-compare{grid-template-columns:1fr}}

/* VS01.77 — desempenho */
.dw-product-card{content-visibility:auto;contain-intrinsic-size:420px 900px}
.dw-product-img img{loading:lazy}
.dw-top20-intelligence{grid-column:1/-1;margin:22px 0 8px;padding:20px;border:1px solid rgba(212,175,55,.55);border-radius:16px;background:#0d1210}.dw-top20-intelligence h3{margin:0 0 7px;color:#f2d269;font-size:18px}.dw-top20-intelligence p{margin:0 0 15px;color:#b9c2bc;font-size:13px}.dw-ai-btn{width:100%;min-height:48px;border:1px solid #d4af37;border-radius:11px;background:#d4af37;color:#10130f;font-weight:900;cursor:pointer}.dw-ai-btn:disabled{opacity:.65;cursor:wait}.dw-ai-progress{margin-top:12px;font-size:12px;color:#d6d9d7}.dw-ai-bar{height:7px;margin-top:7px;border-radius:20px;background:#202723;overflow:hidden}.dw-ai-bar>i{display:block;height:100%;width:0;background:#d4af37;transition:width .2s}.dw-ai-report{display:none;margin-top:17px}.dw-ai-report.show{display:block}.dw-ai-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}.dw-ai-kpi{border:1px solid #343d37;border-radius:10px;padding:12px;background:#0a0f0d}.dw-ai-kpi b{display:block;color:#9fa9a3;font-size:10px}.dw-ai-kpi strong{display:block;color:#f3d45e;font-size:19px;margin-top:5px}.dw-ai-summary{border:1px solid #343d37;border-radius:10px;padding:14px;color:#d7ddd9;font-size:13px;line-height:1.55}.dw-ai-summary strong{color:#f3d45e}@media(max-width:900px){.dw-ai-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.dw-seller-page-link{display:inline-flex;align-items:center;gap:5px;margin-top:7px;color:#29a8ff!important;text-decoration:none;font-weight:800;font-size:9px}
.dw-seller-page-link:hover{text-decoration:underline}
.dw-sell-same-wrap{margin-top:12px}
.dw-sell-same-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;box-sizing:border-box;padding:11px 14px;border-radius:9px;background:#1687f8;color:#fff!important;text-decoration:none;font-weight:900;font-size:11px;box-shadow:0 4px 12px rgba(0,0,0,.2)}
.dw-sell-same-btn:hover{filter:brightness(1.06);transform:translateY(-1px)}
.dw-sell-same-note{text-align:center;margin-top:6px;color:#aaa49a;font-size:8px}


.dw-question-box{margin-top:8px;padding:10px;border:1px solid #465057;border-radius:8px;background:#101619}
.dw-question-title{font-size:8px;font-weight:900;letter-spacing:.8px;color:#f4c928;margin-bottom:4px}
.dw-question-total{font-size:12px;font-weight:900;color:#fff}
.dw-question-note{font-size:8px;color:#aaa49a;margin-top:3px}

.dw-review-total{margin-top:3px;color:#c9c1b2;font-size:9px;font-weight:800}
.dw-review-diag{margin-top:8px;padding-top:7px;border-top:1px solid #30383b;color:#9da6a2;font-size:8px;line-height:1.55}
.dw-review-diag b{color:#d8ddd9}
.dw-review-progress{grid-column:1/-1;margin:0 0 16px;padding:13px 15px;border:1px solid #4c421f;border-radius:10px;background:#101514}
.dw-review-progress-head{display:flex;justify-content:space-between;gap:12px;color:#d9dedb;font-size:11px;font-weight:800}
.dw-review-progress-track{height:7px;margin-top:8px;border-radius:99px;background:#252c28;overflow:hidden}
.dw-review-progress-track i{display:block;width:0;height:100%;background:#d4af37;transition:width .2s}
.dw-review-progress small{display:block;margin-top:6px;color:#929b96;font-size:9px}



/* ---- original style block ---- */


.dw-testbox{margin-top:22px;padding:22px;border:1px solid #5b4a25;border-radius:14px;background:#17191b}
.dw-testbox h3{margin:0 0 8px;color:#f1eadc;font-size:18px}
.dw-testbox p{color:#bdb5a7;font-size:13px}
.dw-login-grid{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end;margin:16px 0}
.dw-login-grid input{width:100%;height:44px;padding:0 12px;border:1px solid #4a4338;border-radius:8px;background:#111315;color:#f7f4ec}
.dw-testbtn{height:44px;padding:0 16px;border:1px solid #8a6d25;border-radius:8px;background:#2a2417;color:#f1d77a;font-weight:800;cursor:pointer}
.dw-testbtn:disabled{opacity:.5;cursor:not-allowed}
.dw-test-status{display:grid;gap:8px;margin-top:14px}
.dw-test-row{display:flex;justify-content:space-between;gap:14px;padding:10px 12px;border:1px solid #36322b;border-radius:8px;background:#141618;font-size:12px}
.dw-test-row b{color:#ddd5c7}.dw-test-row span{color:#aaa294;text-align:right}
.dw-test-row.ok span{color:#8ed39c}.dw-test-row.fail span{color:#e58c83}
.dw-test-note{margin-top:12px;padding:10px;border-left:3px solid #9c7b2b;background:#1d1b16;color:#bfb6a6;font-size:11px}
@media(max-width:800px){.dw-login-grid{grid-template-columns:1fr}}


/* ---- original style block ---- */


.dw-prov{display:inline-block;margin-top:5px;padding:3px 6px;border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.02em;border:1px solid #4b4438;color:#c9c1b2}
.dw-prov.real{border-color:#42624b;color:#9fd4aa}.dw-prov.calc{border-color:#6c5827;color:#e5c65d}.dw-prov.na{border-color:#554244;color:#c5a1a4}
.dw-source-note{padding:10px 13px;color:#aaa294;font-size:11px;border-top:1px solid #34312b}


/* ---- original style block ---- */


#dw-login-modal{position:fixed;inset:0;z-index:99999;background:rgba(2,10,18,.92);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:20px}
#dw-login-modal.open{display:flex}
.dw-login-card{width:min(520px,100%);max-height:calc(100vh - 32px);overflow:auto;background:linear-gradient(180deg,#071827 0%,#06131f 100%);border:1px solid rgba(222,168,36,.72);border-radius:22px;padding:26px 34px 28px;box-shadow:0 30px 90px rgba(0,0,0,.72),0 0 34px rgba(213,158,27,.10)}
.dw-login-brand{text-align:center;margin-bottom:14px}.dw-login-logo{display:block;width:min(210px,48vw);height:auto;max-height:190px;object-fit:contain;margin:0 auto 5px;filter:drop-shadow(0 7px 18px rgba(217,164,35,.22))}.dw-login-slogan{font-size:16px;color:#f5f7fa;font-weight:800;line-height:1.2}.dw-login-slogan strong{color:#f5bf22}.dw-login-kicker{margin-top:7px;color:#a9b8c8;font-size:11px;font-weight:900;letter-spacing:1.25px}
.dw-login-card h2{margin:12px 0 5px;text-align:center;font-size:28px;color:#f7f4ec}.dw-login-card h2 span{color:#f3b91f}.dw-login-card p.dw-login-lead{margin:0 auto 20px;max-width:420px;text-align:center;color:#aebccc;font-size:14px;line-height:1.45}.dw-login-card label{display:block;margin:12px 0 7px;color:#f1bb28;font-size:13px;font-weight:900}.dw-login-card input{width:100%;box-sizing:border-box;min-height:50px;padding:11px 14px;border-radius:11px;border:1px solid #45657d;background:#07131d;color:#fff;font-size:16px;outline:none;transition:.18s}.dw-login-card input:focus{border-color:#f2bd24;box-shadow:0 0 0 2px rgba(242,189,36,.13)}
.dw-login-remember{display:flex!important;align-items:center;gap:9px;margin:13px 0 2px!important;color:#e1e8ef!important;font-size:13px!important;cursor:pointer;user-select:none}.dw-login-remember input{width:17px;height:17px;min-height:0;margin:0;accent-color:#f2bd24}.dw-login-remember span{line-height:1.25}
.dw-login-actions{display:flex;margin-top:18px}.dw-login-actions button{width:100%;min-height:50px;border-radius:11px;font-size:16px;font-weight:950;cursor:pointer}.dw-login-actions #dw-login-submit{background:linear-gradient(180deg,#ffd34e,#e5a91c);color:#07111a;border:1px solid #ffd75d;box-shadow:0 8px 24px rgba(229,169,28,.16)}#dw-login-submit:hover{filter:brightness(1.04)}#dw-login-cancel{display:none}
#dw-login-msg{margin-top:16px;padding-top:14px;border-top:1px solid rgba(91,119,139,.45);font-size:11px;line-height:1.4;color:#aeb9c4;text-align:center}
#dw-session-pill{display:inline-block;margin-left:8px;font-size:10px;color:#9fd4aa}
@media(max-width:600px){#dw-login-modal{padding:10px}.dw-login-card{padding:18px 18px 20px;border-radius:17px}.dw-login-logo{width:min(170px,55vw);max-height:145px}.dw-login-card h2{font-size:23px}.dw-login-slogan{font-size:14px}.dw-login-kicker{font-size:9px}.dw-login-card p.dw-login-lead{font-size:13px}}

/* ---- original style block ---- */

.mlcat-syncnote{padding:8px 10px;margin:0 0 8px;border:1px solid #4a4232;border-radius:8px;color:#b9d9b0;font-size:11px;background:#151917}

/* ---- original style block ---- */


/* VS01.58 — foco PC: navegação horizontal reduzida a Categorias e Conexão ML. */
@media (min-width:761px){
  .sidebar{
    position:sticky;top:0;left:auto;bottom:auto;width:100%;height:auto;z-index:1200;
    padding:10px 24px;background:linear-gradient(180deg,#101010,#090909);
    border-right:0;border-bottom:1px solid rgba(245,185,0,.22);box-shadow:0 8px 22px #0007;
  }
  .sidebar-title{display:none}
  .nav{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5px;max-width:1600px;margin:0 auto;overflow:visible}
  .nav>.nav-item,.nav>.nav-folder>.nav-item{width:auto;min-height:44px;padding:10px 12px;gap:7px;white-space:nowrap;border-radius:9px;font-size:12px}
  .nav-icon{width:auto;min-width:17px;font-size:14px}
  .nav-folder{position:relative;width:auto;flex:0 0 auto}
  .folder-arrow{margin-left:4px}
  .subnav{
    display:none;position:absolute;left:0;top:calc(100% + 8px);z-index:1300;min-width:245px;margin:0;padding:8px;
    border:1px solid rgba(245,185,0,.24);border-radius:11px;background:#0d0d0d;box-shadow:0 16px 34px #000b;
  }
  .nav-folder.open .subnav{display:flex;flex-direction:column;gap:4px}
  .subnav .nav-item{width:100%;padding:11px 12px;font-size:12px;white-space:normal}
  body.with-sidebar main{margin-left:0}
  main{padding-top:42px}
}
@media (min-width:761px) and (max-width:1180px){
  .sidebar{padding-left:10px;padding-right:10px}
  .nav{justify-content:flex-start;overflow-x:auto;overflow-y:visible;scrollbar-width:thin}
  .nav>.nav-item,.nav>.nav-folder>.nav-item{font-size:11px;padding-left:9px;padding-right:9px}
}


/* ---- original style block ---- */


/* VS01.58 — a partir deste painel começa a área vertical de resultados */
#dwCategoryProducts{
  margin:24px 0 0;
  border-left:0;
  border-right:0;
  border-bottom:0;
  border-radius:0;
  min-height:520px;
  overflow:visible;
}
#dwCategoryProducts .dw-products-head{
  position:sticky;
  top:0;
  z-index:4;
  padding:20px 24px;
}
#dwCategoryProducts .dw-products-grid{
  padding:22px 24px 56px;
  align-items:stretch;
}
#dwCategoryProducts .dw-product-card{
  min-height:300px;
}
#dwCategoryProducts .dw-products-empty{
  min-height:260px;
  display:flex;
  align-items:center;
  justify-content:center;
}


/* ---- original style block ---- */


.dw-rank-big{height:100%;display:flex;align-items:center;justify-content:center;background:#0f1113;color:#e3bd4b;font-size:42px;font-weight:950}
.dw-product-card:nth-child(-n+3){border-color:rgba(227,189,75,.65);box-shadow:0 0 0 1px rgba(227,189,75,.08)}


/* ---- original style block ---- */


/* VS01.58 — cards enriquecidos sem alterar o ranking oficial */
.dw-ml-cta{display:block;margin-top:12px;padding:10px 12px;border:1px solid #d9a91d;border-radius:9px;text-align:center;font-weight:850}
.dw-product-img{position:relative}
.dw-product-img img{background:#fff}


/* ---- original style block ---- */


.dw-regular-price{margin-top:3px;color:#8e8e8e;font-size:11px;text-decoration:line-through}
.dw-badges{display:flex;gap:6px;flex-wrap:wrap;margin:8px 0}
.dw-badges span{padding:4px 7px;border-radius:999px;background:#202b25;border:1px solid #31523d;color:#70d991;font-size:10px;font-weight:800}


/* ---- original style block ---- */


.dw-competition-box{margin-top:9px;padding:10px;border:1px solid #4a4430;border-radius:9px;background:#121516}.dw-competition-title{font-size:10px;font-weight:900;letter-spacing:.7px;color:#ffc400;margin-bottom:7px}.dw-competition-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px 8px}.dw-competition-grid div{font-size:10px;color:#fff}.dw-competition-grid strong{display:block;color:#9b9b9b;font-size:9px;margin-bottom:1px}.dw-competition-note{font-size:8px;color:#777;margin-top:6px}


/* ---- original style block ---- */


/* VS01.77 — mais largura no PC e indicadores sem corte */
@media(min-width:1101px){
  body.with-sidebar main{padding-left:18px;padding-right:18px}
  .page-section,.dashboard-home{max-width:1680px}
  .dw-products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:14px 4px 28px}
  .dw-product-body{padding:14px}
  .dw-indicators-body{padding:14px}
  .dw-indicator-compare{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}
  .dw-indicator-side{padding:12px;font-size:11px;overflow:visible;word-break:normal;overflow-wrap:anywhere}
  .dw-indicator-side>strong{font-size:14px}
}
@media(min-width:1500px){
  .dw-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:1100px){
  .dw-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}


/* ---- original style block ---- */


.dw-strategy-lead{padding:24px;background:linear-gradient(120deg,#29220f,#141615);border:1px solid #997b2c;border-radius:12px;margin-bottom:16px}.dw-strategy-lead span{font-size:11px;letter-spacing:1px;color:#e4c871}.dw-strategy-lead h3{font-size:25px;margin:12px 0!important}.dw-strategy-lead p{font-size:15px!important;line-height:1.7}.dw-strategy-lead small{color:#c5b992}.dw-strategy-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.dw-strategy-card{padding:20px;background:#121514;border:1px solid #393b32;border-radius:12px;margin-bottom:14px;min-width:0}.dw-strategy-card h4{color:#e6c864;font-size:15px;margin:0 0 10px}.dw-strategy-card p,.dw-strategy-card li,.dw-strategy-limits p{color:#c8cec9;line-height:1.7;font-size:13px}.dw-strategy-card ol{padding-left:20px;margin:0}.dw-strategy-card li+li{margin-top:12px}.dw-strategy-card small{color:#b5ad95}.dw-strategy-limits{padding:15px;border-top:1px solid #393b32;color:#c9bb93}.dw-strategy-limits summary{cursor:pointer}@media(max-width:850px){.dw-strategy-grid{grid-template-columns:1fr}}


/* ---- original style block ---- */


.dw-compare-clean .dw-indicator-compare{align-items:stretch;gap:10px}.dw-compare-clean .dw-indicator-side{min-width:0;padding:12px!important}.dw-compare-clean .dw-indicator-side strong,.dw-compare-clean .dw-indicator-side div{overflow-wrap:anywhere}.dw-compare-clean .dw-indicator-title{font-size:11px!important;margin-bottom:8px}.dw-compare-clean .dw-sales-number{font-size:13px!important;line-height:1.5}.dw-compare-clean .dw-indicator-side small{display:block;margin-top:5px;line-height:1.45}


/* ---- original style block ---- */


.dw-strategy-kpis{margin:0 0 14px;border:1px solid #b78b00;border-radius:12px;padding:12px;background:#0b1114}
.dw-strategy-kpis-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.dw-strategy-kpis-head strong{color:#ffd43b;font-size:15px}.dw-strategy-kpis-head small{color:#aeb7bd}
.dw-strategy-kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.dw-strategy-kpi{border:1px solid #8d7008;border-radius:9px;padding:10px;background:#101619;min-height:116px}
.dw-strategy-kpi .k-title{color:#ffd43b;font-weight:800;font-size:11px;min-height:28px}.dw-strategy-kpi .k-count{color:#eef3f5;font-weight:700;font-size:12px;margin-top:7px}
.dw-strategy-kpi .k-pct{color:#ffd43b;font-weight:900;font-size:25px;line-height:1;margin:6px 0}.dw-strategy-kpi .k-bar{height:7px;background:#233039;border-radius:10px;overflow:hidden}
.dw-strategy-kpi .k-bar i{display:block;height:100%;background:#ffd43b;border-radius:10px}.dw-strategy-kpi .k-note{display:block;color:#9eabb2;font-size:9px;line-height:1.35;margin-top:7px}
.dw-strategy-kpi.unknown .k-pct{font-size:18px;color:#c9d0d4}@media(max-width:900px){.dw-strategy-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* ---- original style block ---- */


.dw-ai-analysis{margin-top:12px;border:1px solid #8d7008;border-radius:10px;background:#0e1518;padding:13px}
.dw-ai-analysis h4{margin:0 0 8px;color:#ffd43b;font-size:14px}
.dw-ai-analysis p{margin:0;color:#e4eaed;font-size:12px;line-height:1.6}
.dw-ai-analysis .dw-ai-confidence{display:inline-block;margin-top:9px;padding:4px 8px;border:1px solid #40505a;border-radius:20px;color:#aeb9bf;font-size:9px}


/* ---- original style block ---- */


.dw-competitive-scenario{margin-top:12px;border:1px solid #8d7008;border-radius:10px;background:#0e1518;padding:13px}
.dw-competitive-scenario h4{margin:0 0 8px;color:#ffd43b;font-size:14px}
.dw-competitive-level{display:inline-block;margin-bottom:8px;padding:5px 10px;border-radius:20px;border:1px solid #b78b00;color:#ffd43b;font-weight:900;font-size:11px}
.dw-competitive-scenario p{margin:0;color:#e4eaed;font-size:12px;line-height:1.6}
.dw-competitive-scenario small{display:block;margin-top:8px;color:#9eabb2;font-size:9px}


/* ---- original style block ---- */


.dw-competition-drivers{margin-top:12px;border:1px solid #8d7008;border-radius:10px;background:#0e1518;padding:13px}
.dw-competition-drivers h4{margin:0 0 10px;color:#ffd43b;font-size:14px}
.dw-driver{display:grid;grid-template-columns:28px 1fr auto;gap:8px;align-items:center;padding:8px 0;border-bottom:1px solid #263138}
.dw-driver:last-of-type{border-bottom:0}.dw-driver-rank{color:#ffd43b;font-weight:900}.dw-driver-name{color:#eef3f5;font-weight:700;font-size:11px}
.dw-driver-name small{display:block;color:#9eabb2;font-weight:400;font-size:9px;margin-top:2px}.dw-driver-impact{font-size:9px;font-weight:900;border:1px solid #59656b;border-radius:20px;padding:3px 7px;color:#dfe6e9}
.dw-driver-main{margin-top:10px;padding:8px 10px;border-left:3px solid #ffd43b;background:#11191d;color:#e8edef;font-size:11px}


/* ---- original style block ---- */


.dw-opportunities{margin-top:12px;border:1px solid #8d7008;border-radius:10px;background:#0e1518;padding:13px}
.dw-opportunities h4{margin:0 0 10px;color:#ffd43b;font-size:14px}
.dw-opportunity{padding:9px 10px;margin-top:7px;background:#11191d;border-left:3px solid #ffd43b;border-radius:4px}
.dw-opportunity strong{display:block;color:#eef3f5;font-size:11px;margin-bottom:3px}
.dw-opportunity span{color:#aeb9bf;font-size:10px;line-height:1.5}
.dw-opportunity-note{margin-top:9px;color:#87959c;font-size:9px}


/* ---- original style block ---- */


.dw-attention,.dw-direction,.dw-executive{margin-top:12px;border:1px solid #8d7008;border-radius:10px;background:#0e1518;padding:13px}
.dw-attention h4,.dw-direction h4,.dw-executive h4{margin:0 0 9px;color:#ffd43b;font-size:14px}
.dw-att-item{margin:6px 0;padding:8px 10px;background:#11191d;border-left:3px solid #aab3b8;color:#dfe6e9;font-size:10px;line-height:1.5}
.dw-direction-main{padding:10px;background:#11191d;border-left:3px solid #ffd43b;color:#eef3f5;font-size:11px;line-height:1.55}
.dw-direction-actions{margin-top:8px;color:#b7c1c6;font-size:10px;line-height:1.55}
.dw-executive p{margin:0;color:#e4eaed;font-size:11px;line-height:1.65}
.dw-data-caution{display:block;margin-top:8px;color:#8f9da4;font-size:9px}


/* ---- original style block ---- */


.dw-review-box{margin-top:10px;border:1px solid #343d42;border-radius:9px;background:#0f1518;padding:10px}
.dw-review-head{display:flex;justify-content:space-between;align-items:center;gap:8px}
.dw-review-title{font-size:9px;font-weight:900;color:#aeb8bd;letter-spacing:.4px}
.dw-review-score{font-size:18px;font-weight:900;color:#f5c928}.dw-review-score small{font-size:9px;color:#9ca8ae;font-weight:500}
.dw-review-bars{margin-top:7px;display:grid;gap:3px}.dw-review-row{display:grid;grid-template-columns:18px 1fr 34px;gap:5px;align-items:center;font-size:8px;color:#aeb8bd}
.dw-review-track{height:4px;border-radius:4px;background:#30383c;overflow:hidden}.dw-review-fill{height:100%;background:#f5c928}
.dw-review-empty{font-size:9px;color:#89969c;line-height:1.4}


/* ---- original style block ---- */


/* VS01.99 — Avaliações do Produto: exibe somente a nota pública recebida da API. */
.dw-review-box{margin-top:10px;border:1px solid #343d42;border-radius:9px;background:#0f1518;padding:11px 12px}
.dw-review-head{display:flex;justify-content:space-between;align-items:center;gap:12px}
.dw-review-title{font-size:9px;font-weight:900;color:#f4f0e8;letter-spacing:.55px}
.dw-review-score{font-size:19px;font-weight:900;color:#f5c928;white-space:nowrap}


/* ---- original style block ---- */


.dw-api-state{display:inline-flex;align-items:center;gap:6px;margin-left:8px;padding:4px 8px;border:1px solid #42624b;border-radius:999px;color:#9fd4aa;font-size:10px;font-weight:800}
@media(max-width:760px){#bestDynamicLevels,#categoryDynamicLevels{display:contents}.results-table{min-width:620px}}


/* ---- original style block ---- */

.mlcat-shell{border:1px solid rgba(232,174,25,.18);background:#0c0d0d;border-radius:20px;overflow:hidden}.mlcat-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;border-bottom:1px solid rgba(255,255,255,.07)}.mlcat-toolbar>div{display:flex;flex-direction:column;gap:4px}.mlcat-kicker{font-size:10px;letter-spacing:.16em;color:#d9a91d;font-weight:800}.mlcat-breadcrumb{display:flex;gap:9px;align-items:center;flex-wrap:wrap;padding:13px 22px;background:#101212;border-bottom:1px solid rgba(255,255,255,.06);font-size:13px;color:#d7d2c8}.mlcat-breadcrumb b{color:#d7a817}.mlcat-status{padding:10px 22px;font-size:12px;color:#aaa398;border-bottom:1px solid rgba(255,255,255,.05)}.mlcat-layout{display:grid;grid-template-columns:280px 1fr;min-height:430px}.mlcat-main{padding:20px 12px;border-right:1px solid rgba(255,255,255,.07);background:#101212}.mlcat-main h3{padding:0 10px 12px;margin:0}.mlcat-list{display:flex;flex-direction:column;gap:3px;max-height:560px;overflow:auto}.mlcat-item{width:100%;border:0;background:transparent;color:#ddd7cc;padding:10px 12px;text-align:left;border-radius:9px;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;font:inherit}.mlcat-item:hover,.mlcat-item.active{background:#29220d;color:#f3c22d}.mlcat-item small{opacity:.55}.mlcat-content{padding:22px;overflow:auto}.mlcat-columns{display:flex;gap:16px;align-items:flex-start;min-width:min-content}.mlcat-col{width:260px;flex:0 0 260px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#111313;overflow:hidden}.mlcat-col h4{margin:0;padding:14px 15px;border-bottom:1px solid rgba(255,255,255,.07)}.mlcat-col .mlcat-item{border-radius:0;border-bottom:1px solid rgba(255,255,255,.035)}.mlcat-welcome{max-width:540px;padding:25px}.mlcat-welcome h3{font-size:22px;margin:0 0 8px}.mlcat-welcome p{color:#aaa398;line-height:1.6}.mlcat-empty{padding:14px;color:#8f8a80;font-size:12px}.mlcat-selected{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;border-top:1px solid rgba(255,255,255,.07);background:#101212}.mlcat-selected div{display:flex;flex-direction:column;gap:3px}.mlcat-selected span,.mlcat-selected small{font-size:11px;color:#8f8a80}.mlcat-selected button:disabled{opacity:.4}@media(max-width:650px){.mlcat-layout{grid-template-columns:1fr}.mlcat-main{border-right:0;border-bottom:1px solid rgba(255,255,255,.07)}.mlcat-list{max-height:260px}.mlcat-content{padding:14px}.mlcat-selected{align-items:flex-start;flex-direction:column}}

/* ---- original style block ---- */


.dw-products{margin:22px;border:1px solid rgba(245,185,0,.22);border-radius:16px;background:#111315;overflow:hidden}
.dw-products-head{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 22px;border-bottom:1px solid rgba(255,255,255,.07);background:#151719}
.dw-products-head span{font-size:10px;letter-spacing:.18em;font-weight:900;color:#e2b62c}
.dw-products-head h3{margin:5px 0 4px;font-size:22px}.dw-products-head p{margin:0;color:#aaa398;font-size:12px}
.dw-products-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.dw-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:14px}
.dw-product-card{border:1px solid #35322b;border-radius:12px;background:#191b1d;overflow:hidden;min-width:0}
.dw-product-img{height:150px;background:#fff}.dw-product-img img{width:100%;height:100%;object-fit:contain}
.dw-product-body{padding:12px}.dw-product-pos{font-size:10px;color:#d9a91d;font-weight:900}
.dw-product-title{margin:7px 0 10px;min-height:40px;font-size:12px;line-height:1.4;font-weight:700}
.dw-product-price{font-size:18px;font-weight:900;color:#f2c235}.dw-product-id{margin-top:7px;color:#8f8a80;font-size:10px}
.dw-product-extra{margin-top:6px;color:#b5afa4;font-size:10px}.dw-products-empty{grid-column:1/-1;padding:34px;text-align:center;color:#aaa398;border:1px dashed #3d382e;border-radius:12px}
.dw-product-link{display:inline-block;margin-top:9px;color:#e3bd4b;font-size:11px;text-decoration:none}
.mlcat-layout{grid-template-columns:220px 1fr!important;min-height:260px!important}
.mlcat-content{padding:18px!important}.mlcat-columns{display:block!important;min-width:0!important}
.mlcat-col{width:auto!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:14px;background:#111313}
.mlcat-col h4,.mlcat-syncnote{grid-column:1/-1}.mlcat-col h4{padding:0 0 10px!important;border:0!important}
.mlcat-col .mlcat-item{border:1px solid rgba(255,255,255,.07)!important;border-radius:9px!important;background:#171919!important}
.mlcat-col .mlcat-item:hover{background:#29220d!important}
@media(max-width:1500px){.dw-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mlcat-col{grid-template-columns:repeat(3,1fr)}}
@media(max-width:1100px){.dw-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* ---- original style block ---- */


/* DATAWOW VS01.108 — hierarchy and readable cards */
.dw-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding:24px;max-width:1240px;margin:0 auto;align-items:start}
.dw-product-card{background:#171c20;border:1px solid #39434b;border-radius:16px;content-visibility:visible;contain-intrinsic-size:none;color:#f3f4f6}
.dw-product-img{height:230px;padding:16px;box-sizing:border-box;background:#fff}
.dw-product-body{padding:22px}
.dw-product-pos{display:inline-block;font-size:12px;color:#d4af37;letter-spacing:.05em;background:#292819;padding:7px 10px;border-radius:20px}
.dw-product-title{font-size:20px;line-height:1.4;min-height:0;color:#f3f4f6;margin:15px 0;font-weight:700}
.dw-product-price{font-size:32px;color:#ffd43b;line-height:1.2;margin:12px 0}
.dw-product-card .dw-badges span{font-size:12px;padding:5px 10px}
.dw-product-card .dw-offer-box,.dw-product-card .dw-competition-box{background:transparent;border:0;border-top:1px solid #39434b;border-radius:0;padding:18px 0;margin-top:18px}
.dw-product-card .dw-offer-title,.dw-product-card .dw-competition-title,.dw-product-card .dw-indicators summary{font-size:13px;letter-spacing:.035em;color:#d4af37;font-weight:700}
.dw-product-card .dw-product-extra{font-size:13px;line-height:1.6;color:#f3f4f6;overflow-wrap:anywhere}
.dw-product-card .dw-product-extra strong{color:#aab4bf;font-weight:400;margin-right:5px}
.dw-product-card .dw-product-extra a,.dw-product-card .dw-seller-page-link{color:#5aaeff!important;font-size:13px}
.dw-product-card .dw-competition-grid{gap:16px;margin-top:14px;font-size:20px;color:#f3f4f6;font-weight:700}
.dw-product-card .dw-competition-grid strong{font-size:11px;color:#aab4bf;font-weight:400;margin-bottom:6px}
.dw-product-card .dw-competition-note{font-size:12px;color:#aab4bf;margin-top:12px}
.dw-product-card .dw-indicators{border:0;border-top:1px solid #39434b;border-radius:0;background:transparent;margin-top:20px}
.dw-product-card .dw-indicators summary{padding:16px 0;line-height:1.5}
.dw-product-card .dw-indicators-body{padding:0;background:transparent}
.dw-compare-table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:14px;line-height:1.5;color:#f3f4f6}
.dw-compare-table th,.dw-compare-table td{padding:12px 8px;vertical-align:top;text-align:left;border-bottom:1px solid #343e46;overflow-wrap:anywhere}
.dw-compare-table th{color:#aab4bf;font-weight:400;font-size:12px}
.dw-compare-table thead th:first-child{width:26%}
.dw-compare-table td{font-weight:600}
.dw-compare-table td small{display:block;font-size:11px;color:#aab4bf;font-weight:400;margin-top:5px}
.dw-compare-table td details{font-size:12px;color:#aab4bf;font-weight:400}
.dw-product-card .dw-compare-table td summary{font-size:11px;color:#aab4bf;padding:6px 0;letter-spacing:0;text-transform:none}
.dw-product-card .dw-indicator-note{font-size:12px;color:#aab4bf;line-height:1.5;padding:12px 0}
.dw-product-card .dw-review-box{background:#11171b;border:1px solid #39434b;padding:17px;border-radius:10px;margin-top:18px}
.dw-product-card .dw-review-title{font-size:12px;color:#f3f4f6;line-height:1.5}
.dw-product-card .dw-review-score{font-size:26px;color:#ffd43b}
.dw-product-card .dw-review-total{font-size:13px;color:#f3f4f6}
.dw-product-card .dw-ranking-box{border-top:1px solid #39434b;margin-top:20px;padding-top:14px;color:#aab4bf}
.dw-product-card .dw-ranking-box span,.dw-product-card .dw-ranking-box small{font-size:11px;color:#aab4bf}
.dw-product-card .dw-ranking-box strong{font-size:12px;color:#d4dce3}
.dw-product-card .dw-ml-cta,.dw-product-card .dw-sell-same-btn{display:flex;justify-content:center;align-items:center;width:100%;box-sizing:border-box;min-height:48px;font-size:15px;border-radius:9px;padding:12px;text-decoration:none;font-weight:700}
.dw-product-card .dw-ml-cta{background:#e7bc42;color:#14191d;margin-top:20px}
.dw-product-card .dw-sell-same-note{font-size:11px;color:#aab4bf;line-height:1.5}
@media(max-width:1000px){.dw-products-grid{grid-template-columns:minmax(0,1fr);max-width:680px;padding:16px}.dw-products{margin:12px}}
@media(max-width:480px){.dw-product-body{padding:16px}.dw-products-grid{padding:10px}.dw-product-title{font-size:18px}.dw-compare-table{font-size:12px}.dw-compare-table th,.dw-compare-table td{padding:10px 5px}.dw-review-head{gap:10px}.dw-product-card .dw-review-score{font-size:23px}}




/* VS01.133 — identificação visual do vendedor junto ao preço */
.dw-product-price-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.dw-product-price-row>.dw-product-price{flex:1 1 180px}
.dw-seller-badge{display:flex;align-items:center;gap:8px;max-width:230px;min-width:150px;padding:7px 9px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:rgba(255,255,255,.96);color:#111;box-shadow:0 2px 8px rgba(0,0,0,.12)}
.dw-seller-badge-logo,.dw-seller-badge-fallback{width:34px;height:34px;flex:0 0 34px;border-radius:50%;object-fit:contain;background:#fff}
.dw-seller-badge-fallback{display:flex;align-items:center;justify-content:center;background:#1684e8;color:#fff;font-size:11px;font-weight:900;letter-spacing:.2px}
.dw-seller-badge-copy{min-width:0;display:flex;flex-direction:column;line-height:1.15}
.dw-seller-badge-copy strong{font-size:11px;white-space:normal;overflow-wrap:anywhere}
.dw-seller-badge-copy small{margin-top:3px;font-size:9px;color:#555}
@media(max-width:720px){.dw-product-price-row{align-items:flex-start}.dw-seller-badge{max-width:100%;min-width:0}.dw-seller-badge-copy strong{font-size:10px}}

/* VS01.138 — componente reativo de identidade do vendedor */
.dw-seller-card{display:flex;align-items:center;max-width:250px;min-width:150px}
.dw-seller-link{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:#f4f7fb;transition:color .2s ease;min-width:0}
.dw-seller-link:hover .dw-seller-name{color:#3483fa}
.dw-seller-link-static{cursor:default}
.dw-seller-avatar-container{width:48px;height:48px;flex:0 0 48px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);background:#f5f5f5}
.dw-seller-logo{width:100%;height:100%;object-fit:cover;background:#fff}
.dw-seller-avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2e77ed,#1e50a2);color:#fff;font-weight:800;font-size:16px;text-transform:uppercase;letter-spacing:.5px}
.dw-seller-name{font-size:15px;font-weight:600;line-height:1.2;overflow-wrap:anywhere}
@media(max-width:720px){.dw-seller-card{max-width:100%;min-width:0}.dw-seller-avatar-container{width:42px;height:42px;flex-basis:42px}.dw-seller-name{font-size:13px}}

/* VS01.141 — links simplificados e identidade do vendedor */
.dw-seller-link-static{pointer-events:none}
.dw-offer-listing-btn{display:flex;align-items:center;gap:12px;margin-top:10px;min-height:44px;padding:7px 14px;border:1px solid #d2b800;border-radius:7px;background:#ffe600;color:#183b8f;font-weight:900;text-decoration:none;box-shadow:0 2px 6px rgba(0,0,0,.16);transition:transform .12s ease,background .12s ease,box-shadow .12s ease}
.dw-offer-listing-btn:hover{background:#fff159;color:#183b8f;box-shadow:0 3px 9px rgba(0,0,0,.20);transform:translateY(-1px)}
.dw-ml-brand{display:flex;align-items:center;gap:6px;flex:0 0 auto;line-height:.86}
.dw-ml-handshake{display:grid;place-items:center;width:31px;height:24px;border:2px solid #183b8f;border-radius:50%;background:#fff;font-size:15px;line-height:1}
.dw-ml-wordmark{font-size:9px;font-weight:900;letter-spacing:-.25px;text-align:left;color:#183b8f}
.dw-ml-divider{width:1px;height:27px;background:rgba(24,59,143,.35);flex:0 0 auto}
.dw-ml-label{flex:1;text-align:center;font-size:14px;letter-spacing:.1px}
.dw-ml-arrow{font-size:27px;line-height:1;font-weight:700;flex:0 0 auto;margin-left:2px}
@media(max-width:520px){.dw-offer-listing-btn{gap:9px;padding:7px 10px}.dw-ml-wordmark{font-size:8px}.dw-ml-label{font-size:13px}}


/* VS01.142 — identidade do vendedor e legibilidade do card */
.dw-product-card .dw-product-extra{font-size:14px;line-height:1.65}
.dw-product-card .dw-competition-title,.dw-product-card .dw-offer-title,.dw-product-card .dw-indicators summary{font-size:14px}
.dw-product-card .dw-competition-grid strong{font-size:12px}
.dw-product-card .dw-competition-note{font-size:13px}
.dw-product-card .dw-indicator-side{font-size:12px}
.dw-product-card .dw-indicator-side>b{font-size:10px}
.dw-product-card .dw-indicator-side>strong{font-size:15px}
.dw-product-card .dw-indicator-note{font-size:13px}
.dw-seller-name{font-size:16px}
.dw-seller-name small{font-size:11px!important}
@media(max-width:720px){.dw-product-card .dw-product-extra{font-size:13px}.dw-seller-name{font-size:14px}}

/* VS01.144 — logo real do vendedor/Loja Oficial com fallback de iniciais. */


/* VS01.146 — frontend premium inspirado no mockup aprovado; mantém a lógica existente. */
body.dw-v146{background:radial-gradient(circle at 68% 12%,#14283a 0,#0b1721 30%,#071019 70%);color:#f5f7fb}
body.dw-v146 .header{height:104px;min-height:104px;grid-template-columns:245px 1fr 160px;padding:0 28px;background:linear-gradient(180deg,#0b1621,#08121b);border-bottom:1px solid #263849;box-shadow:0 8px 28px #0005;position:sticky;top:0;z-index:30}
body.dw-v146 .logo{width:190px;height:86px;object-fit:contain}
body.dw-v146 .logo-wrap{justify-content:flex-start}
body.dw-v146 .slogan-block{text-align:left;justify-self:stretch;padding-left:18px}
body.dw-v146 .slogan{font-size:18px;font-weight:800;color:#f5f7fb}
body.dw-v146 .market-intel{font-size:11px;color:#91a3b6;letter-spacing:1.5px;margin-top:6px}
body.dw-v146 .header-line{width:100%;height:1px;margin:12px 0 0;background:linear-gradient(90deg,#1677ff55,#ffd60055,transparent)}
body.dw-v146 .login{background:#14263a;border:1px solid #2d4256;color:#fff;border-radius:10px;padding:11px 17px}
body.dw-v146 .sidebar{top:104px;width:245px;background:linear-gradient(180deg,#0b1722,#08121a);border-right:1px solid #263849;padding:18px 0}
body.dw-v146 .nav{gap:7px}
body.dw-v146 .nav-item{min-height:56px;margin:0 10px;padding:0 18px;border-radius:8px;color:#dce5ee;font-size:14px;border:1px solid transparent;background:transparent}
body.dw-v146 .nav-item:hover{background:#10243a;border-color:#23415e}
body.dw-v146 .nav-item.active{background:linear-gradient(90deg,#0752a9,#0b376f);border-color:#1378e8;color:#fff;box-shadow:inset 3px 0 #1b8cff,0 7px 18px #0004}
body.dw-v146 main{margin-left:245px;padding-top:24px}
body.dw-v146 .radar-heading,body.dw-v146 .dashboard-heading{max-width:1240px;margin-left:auto;margin-right:auto}
body.dw-v146 .radar-heading h2,body.dw-v146 .dashboard-heading h2{font-size:26px;color:#fff}
body.dw-v146 .radar-heading p,body.dw-v146 .dashboard-heading p{color:#9aabba}
body.dw-v146 .mlcat-shell,body.dw-v146 .dw-products,body.dw-v146 .results-card,body.dw-v146 .analysis-panel,body.dw-v146 .indicator-card{background:linear-gradient(180deg,#101f2c,#0d1822);border:1px solid #2a3c4d;box-shadow:0 12px 30px #0003;border-radius:14px}
body.dw-v146 .dw-products-head{border-bottom:1px solid #2a3c4d;background:#0d1a25}
body.dw-v146 .dw-products-head span,body.dw-v146 .mlcat-kicker{color:#ffd600}
body.dw-v146 .category-btn,body.dw-v146 .dw-testbtn{background:#1169d6;border:1px solid #2d8cff;color:#fff;border-radius:8px;font-weight:800}
body.dw-v146 .category-btn:hover,body.dw-v146 .dw-testbtn:hover{background:#1879ee}
body.dw-v146 .dw-product-card{background:linear-gradient(180deg,#101d28,#0d1720);border:1px solid #2a3c4d;border-radius:15px;box-shadow:0 12px 28px #0004;overflow:hidden}
body.dw-v146 .dw-product-img{background:#f8fafc}
body.dw-v146 .dw-product-pos{color:#65b2ff;background:#102a45}
body.dw-v146 .dw-product-title{color:#fff}
body.dw-v146 .dw-product-price{color:#fff;font-weight:900}
body.dw-v146 .dw-product-card .dw-offer-title,body.dw-v146 .dw-product-card .dw-competition-title,body.dw-v146 .dw-product-card .dw-indicators summary{color:#ffd600}
body.dw-v146 .dw-product-card .dw-offer-box,body.dw-v146 .dw-product-card .dw-competition-box{border-color:#2a3c4d}
body.dw-v146 .dw-competition-grid>div{background:#0b1620;border:1px solid #26394a;border-radius:9px;padding:12px}
body.dw-v146 .dw-offer-listing-btn{min-height:62px;margin-top:18px;padding:9px 18px;border:1px solid #d4b900;border-radius:9px;background:linear-gradient(180deg,#fff159,#ffe600);color:#183b8f;box-shadow:0 7px 18px #0005;font-weight:900}
body.dw-v146 .dw-offer-listing-btn:hover{background:#fff159;transform:translateY(-1px);box-shadow:0 10px 24px #0006}
body.dw-v146 .dw-ml-handshake{width:38px;height:30px;font-size:18px;background:#fff;color:#183b8f}
body.dw-v146 .dw-ml-wordmark{font-size:11px;line-height:.88}
body.dw-v146 .dw-ml-divider{height:36px}
body.dw-v146 .dw-ml-label{font-size:18px}
body.dw-v146 .dw-ml-arrow{font-size:34px}
body.dw-v146 .dw-seller-avatar-container{border-color:#68b5ff;box-shadow:0 0 0 2px #0d2032}
body.dw-v146 .dw-seller-avatar-fallback{background:linear-gradient(135deg,#1684e8,#1555b6)}
body.dw-v146 .dw-sell-same-btn{background:#102a45!important;border:1px solid #246bb1;color:#eaf4ff!important}
body.dw-v146 .dw-review-box{background:#0a151e;border-color:#2a3c4d}
@media(max-width:760px){body.dw-v146 .header{height:auto;min-height:0;grid-template-columns:1fr;padding:14px}body.dw-v146 .sidebar{top:auto;width:100%}body.dw-v146 main{margin-left:0;padding-top:18px}body.dw-v146 .slogan-block{text-align:center;padding-left:0}body.dw-v146 .header-line{margin-left:auto;margin-right:auto}body.dw-v146 .dw-offer-listing-btn{min-height:54px}body.dw-v146 .dw-ml-label{font-size:15px}}


/* VS01.147 — somente correções de fonte, posições e aproveitamento horizontal. */
@media (min-width:761px){
  body.dw-v147 .header{
    grid-template-columns:minmax(230px,300px) minmax(0,1fr) 170px;
    padding-left:32px;padding-right:32px;
  }
  body.dw-v147 .slogan{font-size:24px!important;line-height:1.18}
  body.dw-v147 .market-intel{font-size:14px!important;letter-spacing:1.8px;line-height:1.25}

  /* A navegação volta a ocupar a largura da página; nada fica cortado à esquerda. */
  body.dw-v147 .sidebar{
    position:sticky!important;top:104px!important;left:auto!important;bottom:auto!important;
    width:100%!important;height:auto!important;padding:10px 24px!important;
    border-right:0!important;border-bottom:1px solid #263849!important;
    background:linear-gradient(180deg,#0b1722,#08121a)!important;
  }
  body.dw-v147 .nav{
    width:min(96vw,1800px)!important;max-width:none!important;margin:0 auto!important;
    display:flex!important;flex-direction:row!important;justify-content:flex-start!important;
    align-items:center!important;gap:14px!important;overflow:visible!important;
  }
  body.dw-v147 .nav>.nav-item{
    width:auto!important;flex:0 0 auto!important;min-height:48px!important;
    margin:0!important;padding:0 18px!important;font-size:14px!important;
  }

  body.dw-v147 main{
    margin-left:0!important;padding:28px 0 120px!important;width:100%!important;
  }
  body.dw-v147 .page-section,
  body.dw-v147 .dashboard-home{
    width:min(96vw,1800px)!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important;
  }
  body.dw-v147 .radar-heading,
  body.dw-v147 .dashboard-heading{
    width:min(96vw,1800px)!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important;
  }
  body.dw-v147 .mlcat-shell{width:100%!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important}
}
@media (min-width:761px) and (max-width:1180px){
  body.dw-v147 .nav{overflow-x:auto!important;padding-bottom:2px}
}


/* VS01.148 — correção definitiva: menu horizontal dentro da viewport em qualquer escala/zoom. */
body.dw-v148 .sidebar{
  position:relative!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;
  width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;
  margin:0!important;padding:10px max(18px,2vw)!important;
  border-right:0!important;border-bottom:1px solid #263849!important;
  background:linear-gradient(180deg,#0b1722,#08121a)!important;
  overflow:visible!important;box-shadow:0 7px 18px #0003!important;
}
body.dw-v148 .nav{
  width:100%!important;max-width:1800px!important;margin:0 auto!important;padding:0!important;
  display:flex!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;
  gap:14px!important;overflow-x:auto!important;overflow-y:hidden!important;
}
body.dw-v148 .nav>.nav-item{
  width:auto!important;min-width:max-content!important;flex:0 0 auto!important;
  min-height:48px!important;margin:0!important;padding:0 18px!important;font-size:14px!important;
}
body.dw-v148 main{margin-left:0!important;width:100%!important;max-width:100%!important;padding-left:max(18px,2vw)!important;padding-right:max(18px,2vw)!important}
body.dw-v148 .page-section,body.dw-v148 .dashboard-home,body.dw-v148 .radar-heading,body.dw-v148 .dashboard-heading{
  width:100%!important;max-width:1800px!important;margin-left:auto!important;margin-right:auto!important;
}
@media(max-width:760px){
 body.dw-v148 .sidebar{padding:8px 10px!important}
 body.dw-v148 .nav{gap:8px!important}
 body.dw-v148 .nav>.nav-item{min-height:44px!important;padding:0 12px!important;font-size:12px!important}
 body.dw-v148 main{padding-left:12px!important;padding-right:12px!important}
}

/* VS01.149 — Tecnologia: navegação visual */
.dw-tech-landing{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;align-items:stretch}.dw-tech-main,.dw-tech-overview{border:1px solid rgba(38,132,196,.38);background:linear-gradient(145deg,#0b1b29,#0b1117);border-radius:14px;padding:18px}.dw-tech-heading h3{margin:0 0 6px;padding-left:12px;border-left:4px solid #f5c518;font-size:24px}.dw-tech-heading p{margin:0 0 16px;color:#c5ccd3;line-height:1.45}.dw-tech-cards{display:grid;grid-template-columns:repeat(3,minmax(170px,1fr));gap:12px}.dw-tech-card.mlcat-item{min-height:92px!important;padding:14px!important;border:1px solid #174b6b!important;border-radius:12px!important;background:linear-gradient(145deg,#0c1d2a,#0b1218)!important;display:grid!important;grid-template-columns:48px 1fr 18px;align-items:center;gap:10px;color:#f4f6f8!important}.dw-tech-card:hover,.dw-tech-card.active{border-color:#e8b619!important;box-shadow:0 0 0 1px rgba(232,182,25,.18) inset}.dw-tech-icon{font-size:34px;filter:saturate(.9)}.dw-tech-card strong{text-align:left;font-size:14px}.dw-tech-card b{font-size:20px;color:#f2c126}.dw-tech-overview{display:flex;flex-direction:column;gap:10px}.dw-tech-overview h4{margin:0 0 4px;font-size:17px}.dw-tech-overview>span{font-size:12px;color:#aeb8c2}.dw-tech-overview>strong{padding:11px 12px;border-radius:9px;background:#132330;color:#f5c518}.dw-tech-overview p{margin:0;color:#c5ccd3;font-size:13px;line-height:1.45}.dw-tech-explore{margin-top:auto;border:0;border-radius:9px;background:#f5c518;color:#111;font-weight:800;padding:12px;cursor:pointer}.mlcat-columns{display:block!important;min-width:0!important}.mlcat-col{margin-top:14px;width:100%!important;display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:8px;padding:12px;box-sizing:border-box}.mlcat-col h4{grid-column:1/-1}.mlcat-col .mlcat-item{border-radius:8px!important}@media(max-width:1050px){.dw-tech-landing{grid-template-columns:1fr}.dw-tech-cards{grid-template-columns:repeat(2,minmax(150px,1fr))}}@media(max-width:650px){.dw-tech-cards{grid-template-columns:1fr}.mlcat-col{grid-template-columns:1fr}}

/* VS01.151 — subcategorias organizadas visualmente, preservando IDs oficiais do Mercado Livre */
.mlcat-col:has(.dw-subgroups){display:block!important;padding:14px!important;background:linear-gradient(145deg,#0c1b27,#0b1117)!important}
.dw-subgroups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.dw-subgroup{border:1px solid rgba(37,102,145,.45);border-radius:12px;background:#0e171e;overflow:hidden;min-width:0}
.dw-subgroup h5{margin:0;padding:11px 12px;border-bottom:1px solid rgba(255,255,255,.07);display:flex;align-items:center;gap:8px;color:#f4f6f8;font-size:13px}
.dw-subgroup h5>span{font-size:17px}.dw-subgroup h5>small{margin-left:auto;min-width:24px;text-align:center;padding:2px 6px;border-radius:10px;background:#152b3c;color:#9ecbf0;font-size:10px}
.dw-subgroup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:9px}
.dw-subgroup-grid .mlcat-item{min-height:42px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:8px!important;background:#151a1e!important;padding:9px 10px!important;font-size:12px!important}
.dw-subgroup-grid .mlcat-item:hover,.dw-subgroup-grid .mlcat-item.active{background:#30270c!important;border-color:#8d7114!important;color:#ffd735!important}
@media(max-width:1250px){.dw-subgroups{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:780px){.dw-subgroups{grid-template-columns:1fr}.dw-subgroup-grid{grid-template-columns:1fr}}


/* VS01.152 — nova logo oficial e leve aumento de legibilidade das subcategorias */
body.dw-v152 .dw-subgroup h5{font-size:15px!important;padding:13px 14px!important}
body.dw-v152 .dw-subgroup h5>span{font-size:19px!important}
body.dw-v152 .dw-subgroup h5>small{font-size:11px!important}
body.dw-v152 .dw-subgroup-grid .mlcat-item{font-size:14px!important;line-height:1.3!important;min-height:46px!important;padding:10px 12px!important}
@media(max-width:780px){body.dw-v152 .dw-subgroup h5{font-size:14px!important}body.dw-v152 .dw-subgroup-grid .mlcat-item{font-size:13px!important}}


/* VS01.153 — logo ampliada, textos da marca empilhados e tela inicial criativa */
@media(min-width:761px){
 body.dw-v153 .header{grid-template-columns:245px minmax(0,1fr) 160px!important;min-height:118px!important;height:118px!important;padding:6px 28px!important}
 body.dw-v153 .logo-wrap{height:106px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible}
 body.dw-v153 .logo{width:108px!important;height:108px!important;max-width:none!important;object-fit:contain!important;border-radius:50%!important;filter:drop-shadow(0 0 15px #f5b90066)!important}
 body.dw-v153 .slogan-block{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding-left:0!important;text-align:center!important}
 body.dw-v153 .slogan{order:1;font-size:23px!important;line-height:1.1!important;margin:0!important}
 body.dw-v153 .market-intel{order:2;margin:0!important;font-size:13px!important;line-height:1.2!important;letter-spacing:1.6px!important}
 body.dw-v153 .header-line{order:3;width:min(620px,80%)!important;margin:5px auto 0!important}
 body.dw-v153 .sidebar{top:118px!important}
}
body.dw-v153 .mlcat-content{padding:18px!important}
body.dw-v153 .mlcat-columns{width:100%;min-width:0!important;display:block!important}
body.dw-v153 .dw-start-showcase{max-width:none!important;width:100%;min-height:330px;padding:26px 28px!important;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:34px;align-items:center;border:1px solid #183a53;border-radius:16px;background:radial-gradient(circle at 82% 45%,#10324a 0,#0b1d2a 38%,#09151f 72%);overflow:hidden;position:relative}
.dw-start-kicker{display:block;color:#8ea5b8;font-size:11px;font-weight:900;letter-spacing:1.7px;margin-bottom:12px}
body.dw-v153 .dw-start-showcase h3{font-size:30px!important;line-height:1.08;margin:0 0 10px!important;color:#fff}
body.dw-v153 .dw-start-showcase h3 em{font-style:normal;color:#ffd72f}
body.dw-v153 .dw-start-showcase p{max-width:690px;color:#b8c7d3!important;font-size:15px;line-height:1.55;margin:0 0 20px}
.dw-start-features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:18px}
.dw-start-features>div{min-height:94px;padding:12px 11px;border:1px solid #28465c;border-radius:11px;background:#0b1924;display:flex;flex-direction:column;justify-content:center;gap:3px}
.dw-start-features b{color:#2e8fff;font-size:22px}.dw-start-features strong{font-size:13px;color:#fff}.dw-start-features span{font-size:11px;line-height:1.25;color:#9fb1bf}
.dw-start-cta{width:100%;min-height:64px;border:1px solid #c99b08;border-radius:12px;background:linear-gradient(90deg,#584300,#7a5d00);color:#fff;display:grid;grid-template-columns:36px 1fr 28px;align-items:center;gap:10px;text-align:left;padding:10px 14px;cursor:pointer;box-shadow:inset 0 0 0 1px #ffd62b22}
.dw-start-cta:hover{background:linear-gradient(90deg,#6d5300,#927000)}.dw-start-cta>b{font-size:22px;color:#ffd72f}.dw-start-cta span{display:flex;flex-direction:column}.dw-start-cta strong{font-size:17px;color:#ffd72f}.dw-start-cta small{font-size:11px;color:#e4ddc2;margin-top:3px}.dw-start-cta i{font-style:normal;font-size:32px;color:#ffd72f;text-align:right}
.dw-start-visual{height:270px;position:relative;display:grid;place-items:center;isolation:isolate}
.dw-start-screen{width:78%;height:72%;padding:18px;border:1px solid #3a6a8a;border-radius:15px;background:linear-gradient(145deg,#0c2638,#0a1721);box-shadow:0 20px 40px #0008;transform:perspective(600px) rotateY(-7deg);display:flex;flex-direction:column;gap:10px;z-index:2}
.dw-start-screen>span{align-self:stretch;background:#ffe600;color:#173e85;font-size:17px;font-weight:900;border-radius:7px;padding:8px 12px}.dw-start-screen>strong{font-size:15px;color:#fff}.dw-start-screen>small{padding:7px 9px;border-radius:7px;background:#102d43;color:#bcd7ea;font-size:11px}
.dw-start-bars{height:70px;display:flex;align-items:flex-end;gap:8px;padding:8px 0}.dw-start-bars i{display:block;width:18%;border-radius:5px 5px 0 0;background:linear-gradient(#2d91ff,#0d58bd)}.dw-start-bars i:nth-child(1){height:28%}.dw-start-bars i:nth-child(2){height:48%}.dw-start-bars i:nth-child(3){height:70%}.dw-start-bars i:nth-child(4){height:96%;background:linear-gradient(#ffd72f,#d39e00)}
.dw-start-bag{position:absolute;right:4%;bottom:2%;width:88px;height:105px;border-radius:9px 9px 14px 14px;background:linear-gradient(145deg,#ffd72f,#c99300);color:#173e85;font-size:25px;font-weight:1000;display:grid;place-items:center;box-shadow:0 14px 30px #0008;z-index:4}.dw-start-bag:before{content:'';position:absolute;top:-17px;width:44px;height:28px;border:5px solid #d9a700;border-bottom:0;border-radius:20px 20px 0 0}
.dw-start-arrow{position:absolute;right:3%;top:2%;font-size:74px;color:#ffd72f;text-shadow:0 0 22px #ffd72f66;z-index:3}.dw-start-map{position:absolute;right:12%;top:17%;font-size:110px;font-weight:1000;color:#15374d;opacity:.7;z-index:0}
@media(max-width:1050px){body.dw-v153 .dw-start-showcase{grid-template-columns:1fr}.dw-start-visual{display:none}.dw-start-features{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){body.dw-v153 .dw-start-showcase{padding:20px!important}.dw-start-features{grid-template-columns:1fr 1fr}body.dw-v153 .dw-start-showcase h3{font-size:24px!important}}
