.manual-evaluation-callout{margin:10px 0;padding:10px 13px;border:1px solid rgba(244,196,66,.28);border-radius:12px;background:rgba(244,196,66,.08);color:#ded2ba;font-size:12px;line-height:1.45}.manual-evaluation-callout strong{color:var(--accent)}

/* =========================================================
   N1 SKINS — VENDA DE INVENTÁRIO
   Layout compacto, responsivo e sem regras duplicadas.
   ========================================================= */

/* ---------- Base exclusiva da página ---------- */
.sell-page-body{
  --ticker-h:0px;
}

.sell-page-body .payment-ticker{
  display:none;
}

.sell-page-body .site-header{
  top:0;
  padding:6px 18px;
}

.sell-page-body .header-shell{
  height:64px;
  min-height:64px;
  padding:6px 10px 6px 12px;
  border-radius:18px;
}

.sell-page-body .header-shell::before{
  border-radius:17px;
}

.sell-page-body .brand-logo-frame{
  width:52px;
  height:52px;
  border-radius:14px;
}

.sell-page-body .logo{
  width:46px;
  height:46px;
  border-radius:11px;
}

.sell-page-body .brand-info strong{
  font-size:15px;
}

.sell-page-body .brand-info small{
  margin-top:5px;
  font-size:9px;
}

.sell-page-body .main-nav a,
.sell-page-body .main-nav .nav-link{
  height:38px;
  padding:0 12px;
  font-size:11px;
}

.sell-page-body .ghost-btn,
.sell-page-body .cart-btn{
  min-height:38px;
  padding:0 13px;
  font-size:12px;
}

.sale-page{
  width:100%;
  max-width:1460px;
  margin:0 auto;
  padding:12px 22px 42px;
  position:relative;
  z-index:1;
}

.sale-hero,
.rules-section,
.trade-panel,
.inventory-section{
  position:relative;
  min-width:0;
  border:1px solid rgba(244,196,66,.22);
  border-radius:18px;
  background:rgba(9,7,5,.9);
  box-shadow:0 12px 30px rgba(0,0,0,.22);
}

.eyebrow{
  margin:0;
  color:var(--accent);
  font-size:9px;
  font-weight:950;
  letter-spacing:.18em;
  text-transform:uppercase;
}

/* ---------- Área inicial compacta ---------- */
@media (min-width:1001px){
  .sale-page{
    display:grid;
    grid-template-columns:minmax(330px,.78fr) minmax(560px,1.22fr);
    grid-template-areas:
      "hero rules"
      "trade trade"
      "inventory inventory";
    gap:12px;
    align-items:stretch;
  }

  .sale-hero{grid-area:hero}
  .rules-section{grid-area:rules}
  .trade-panel{grid-area:trade}
  .inventory-section{grid-area:inventory}
}

.sale-hero{
  min-height:224px;
  padding:22px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  overflow:hidden;
  background:
    radial-gradient(circle at 92% 25%,rgba(244,196,66,.13),transparent 11rem),
    linear-gradient(140deg,rgba(20,14,8,.97),rgba(6,6,5,.97));
}

.sale-hero::after{
  content:"";
  position:absolute;
  right:-70px;
  bottom:-100px;
  width:220px;
  height:220px;
  border-radius:50%;
  background:rgba(244,196,66,.09);
  filter:blur(24px);
  pointer-events:none;
}

.sale-hero>div:first-child{
  position:relative;
  z-index:1;
  min-width:0;
  max-width:570px;
}

.sale-hero h1{
  margin:6px 0 10px;
  max-width:560px;
  font-size:clamp(28px,3.2vw,48px);
  line-height:1;
  letter-spacing:-.045em;
  text-transform:uppercase;
  overflow-wrap:anywhere;
}

.sale-hero h1 span{
  color:var(--accent);
}

.sale-hero p{
  margin:0;
  max-width:600px;
  color:var(--muted);
  font-size:13px;
  line-height:1.48;
}

.sale-hero-mark{
  position:relative;
  z-index:1;
  flex:0 0 88px;
  width:88px;
  height:88px;
  display:grid;
  place-items:center;
}

.sale-hero-mark img{
  display:block;
  width:84px;
  height:84px;
  object-fit:contain;
  border-radius:12px;
  filter:drop-shadow(0 10px 16px rgba(0,0,0,.5));
}

/* ---------- Condições da estimativa (discretas) ---------- */
.rules-section{
  min-height:0;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.055);
  border-radius:12px;
  background:rgba(9,8,6,.72);
}

.rules-disclosure>summary{
  min-height:48px;
  padding:10px 13px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:rgba(245,240,226,.76);
  cursor:pointer;
  list-style:none;
  user-select:none;
}

.rules-disclosure>summary::-webkit-details-marker{
  display:none;
}

.rules-disclosure>summary:hover{
  background:rgba(255,255,255,.018);
}

.rules-summary-copy{
  min-width:0;
  display:flex;
  align-items:baseline;
  gap:9px;
  flex-wrap:wrap;
}

.rules-summary-title{
  font-size:11px;
  font-weight:800;
  letter-spacing:.025em;
}

.rules-summary-copy small{
  color:rgba(176,172,161,.62);
  font-size:9px;
  line-height:1.3;
}

.rules-summary-action{
  flex:0 0 auto;
  color:rgba(244,196,66,.65);
  font-size:9px;
  font-weight:750;
  white-space:nowrap;
}

.rules-summary-action::after{
  content:'  +';
  font-size:12px;
}

.rules-disclosure[open] .rules-summary-action::before{
  content:'Ocultar';
  font-size:9px;
}

.rules-disclosure[open] .rules-summary-action{
  font-size:0;
}

.rules-disclosure[open] .rules-summary-action::after{
  content:'  −';
  font-size:12px;
}

.rules-disclosure-content{
  padding:0 13px 13px;
  border-top:1px solid rgba(255,255,255,.045);
}

.rules-intro{
  margin:9px 0;
  color:rgba(176,172,161,.64);
  font-size:9px;
  line-height:1.4;
}

.rules-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}

.rule-card{
  min-width:0;
  padding:10px;
  border:1px solid rgba(255,255,255,.05);
  border-radius:10px;
  background:rgba(255,255,255,.018);
}

.rule-card.post-rule{
  border-color:rgba(255,255,255,.05);
  background:rgba(255,255,255,.018);
}

.rule-badge{
  display:inline-flex;
  padding:3px 6px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:999px;
  background:rgba(255,255,255,.025);
  color:rgba(245,240,226,.58);
  font-size:7px;
  font-weight:850;
  letter-spacing:.07em;
}

.post-rule .rule-badge{
  border-color:rgba(255,255,255,.07);
  background:rgba(255,255,255,.025);
  color:rgba(245,240,226,.58);
}

.rule-card h3{
  margin:6px 0 3px;
  color:rgba(245,240,226,.82);
  font-size:12px;
  line-height:1.25;
}

.rule-card>p{
  margin:0;
  color:rgba(176,172,161,.62);
  font-size:8px;
  line-height:1.4;
}

.rule-lines{
  margin-top:7px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:5px;
}

.rule-lines>div{
  min-width:0;
  padding:6px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:5px;
  border:1px solid rgba(255,255,255,.04);
  border-radius:7px;
  background:rgba(0,0,0,.13);
}

.rule-lines strong{
  min-width:0;
  color:rgba(245,240,226,.66);
  font-size:8px;
  line-height:1.2;
}

.rule-lines span,
.post-rule .rule-lines span{
  flex:0 0 auto;
  color:rgba(244,196,66,.72);
  font-size:10px;
  font-weight:850;
  white-space:nowrap;
}

/* ---------- Formulário de trade link ---------- */
.trade-panel{
  padding:14px 16px;
  display:grid;
  grid-template-columns:minmax(225px,.42fr) minmax(0,1fr);
  align-items:center;
  gap:18px;
  background:linear-gradient(145deg,rgba(15,12,8,.96),rgba(6,6,5,.96));
}

.trade-copy{
  min-width:0;
}

.trade-copy h2{
  margin-bottom:4px;
}

.trade-copy p{
  margin:0;
  color:var(--muted);
  font-size:11px;
  line-height:1.4;
}

.trade-form{
  min-width:0;
}

.trade-form label{
  display:block;
  margin-bottom:5px;
  font-size:10px;
  font-weight:850;
}

.trade-input-row{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px;
}

.trade-input-row input{
  min-width:0;
  width:100%;
  height:42px;
  padding:0 13px;
  border:1px solid rgba(244,196,66,.27);
  border-radius:11px;
  outline:none;
  background:#080705;
  color:var(--text);
  font-size:12px;
}

.trade-input-row input:focus{
  border-color:var(--accent);
  box-shadow:0 0 0 3px rgba(244,196,66,.08);
}

.trade-input-row button,
.selection-actions button{
  border:1px solid rgba(244,196,66,.34);
  border-radius:11px;
  font-weight:950;
  cursor:pointer;
}

.trade-input-row button{
  min-width:146px;
  height:42px;
  padding:0 15px;
  background:linear-gradient(135deg,var(--accent),var(--orange));
  color:#171006;
  font-size:11px;
  white-space:nowrap;
}

.trade-input-row button:disabled{
  opacity:.55;
  cursor:wait;
}

.trade-form small{
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:9px;
  line-height:1.35;
}

.inventory-status{
  grid-column:1/-1;
  min-width:0;
  padding:9px 11px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:9px;
  background:rgba(255,255,255,.035);
  font-size:11px;
  line-height:1.4;
  overflow-wrap:anywhere;
}

.inventory-status.loading{color:#d9d0b8}
.inventory-status.success{
  border-color:rgba(34,183,101,.28);
  background:rgba(34,183,101,.07);
  color:#8ff0b9;
}
.inventory-status.error{
  border-color:rgba(255,77,94,.3);
  background:rgba(255,77,94,.07);
  color:#ffadb5;
}

/* ---------- Inventário ---------- */
.inventory-section{
  margin-top:2px;
  padding:16px;
  background:rgba(7,6,5,.94);
}

.inventory-toolbar{
  margin-bottom:12px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
}

.inventory-toolbar>div:first-child{
  min-width:0;
}

.inventory-toolbar p{
  margin:4px 0 0;
  color:var(--muted);
  font-size:11px;
  line-height:1.4;
}

.selection-actions{
  flex:0 0 auto;
  display:flex;
  gap:7px;
}

.selection-actions button{
  min-height:36px;
  padding:0 12px;
  background:#15100a;
  color:var(--text);
  font-size:10px;
}

.selection-actions button:hover{
  border-color:var(--accent);
}

.inventory-warnings{
  margin-bottom:12px;
  padding:10px 12px;
  border:1px solid rgba(255,176,32,.28);
  border-radius:10px;
  background:rgba(255,176,32,.07);
  color:#ffd897;
  font-size:11px;
  line-height:1.4;
}

.sale-mode-grid{
  margin-bottom:14px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}

.sale-mode{
  min-width:0;
  padding:10px 12px;
  display:flex;
  align-items:center;
  gap:9px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:11px;
  background:rgba(14,11,7,.94);
  cursor:pointer;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}

.sale-mode input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.sale-mode.active{
  border-color:var(--accent);
  background:linear-gradient(145deg,rgba(35,24,8,.94),rgba(11,9,6,.96));
  box-shadow:0 0 0 2px rgba(244,196,66,.06);
}

.sale-mode[data-mode-card="post"].active{
  border-color:#42d6f1;
  box-shadow:0 0 0 2px rgba(0,212,255,.06);
}

.mode-icon{
  flex:0 0 auto;
  font-size:18px;
}

.sale-mode>span:last-child{
  min-width:0;
}

.sale-mode strong,
.sale-mode small{
  display:block;
}

.sale-mode strong{
  font-size:12px;
}

.sale-mode small{
  margin-top:4px;
  color:var(--muted);
  font-size:10px;
  line-height:1.45;
  max-width:62ch;
}

.inventory-layout{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) 292px;
  align-items:start;
  gap:14px;
}

.inventory-layout>div{
  min-width:0;
}

.inventory-grid{
  min-width:0;
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(300px,1fr));
  gap:10px;
}

.inventory-card{
  position:relative;
  min-width:0;
  min-height:150px;
  display:grid;
  grid-template-columns:108px minmax(0,1fr);
  overflow:hidden;
  border:1px solid rgba(244,196,66,.16);
  border-radius:13px;
  background:linear-gradient(145deg,rgba(17,14,10,.98),rgba(8,7,5,.98));
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}

.inventory-card.selected{
  border-color:rgba(244,196,66,.58);
  box-shadow:0 0 0 2px rgba(244,196,66,.055),0 10px 24px rgba(0,0,0,.24);
}

.inventory-card.unpriced{
  border-style:dashed;
}

.inventory-check{
  position:absolute;
  top:8px;
  right:8px;
  z-index:3;
  width:27px;
  height:27px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.18);
  border-radius:8px;
  background:rgba(0,0,0,.76);
}

.inventory-check input{
  width:15px;
  height:15px;
  margin:0;
  accent-color:var(--accent);
}

.inventory-image{
  min-width:0;
  min-height:150px;
  padding:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-right:1px solid rgba(255,255,255,.055);
  background:radial-gradient(circle at 50% 52%,rgba(244,196,66,.075),transparent 65%);
}

.inventory-image img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100px;
  object-fit:contain;
  object-position:center;
  filter:drop-shadow(0 8px 10px rgba(0,0,0,.4));
}

.inventory-body{
  min-width:0;
  padding:11px 38px 11px 12px;
  display:flex;
  flex-direction:column;
}

.inventory-body h3{
  margin:0 0 7px;
  min-width:0;
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  color:var(--text);
  font-size:12px;
  line-height:1.35;
  overflow-wrap:anywhere;
}

.inventory-tags{
  min-width:0;
  margin-bottom:7px;
  display:flex;
  flex-wrap:wrap;
  gap:4px;
}

.inventory-tags span{
  max-width:100%;
  padding:3px 6px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  color:#d8ccb0;
  font-size:8px;
  font-weight:800;
  line-height:1.2;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.rarity-dot{
  width:6px;
  height:6px;
  margin-right:3px;
  display:inline-block;
  border-radius:50%;
}

.inventory-price{
  margin-top:auto;
  padding-top:7px;
  border-top:1px solid rgba(255,255,255,.065);
}

.inventory-price-row{
  min-width:0;
  margin-top:4px;
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:7px;
  color:var(--muted);
  font-size:9px;
}

.inventory-price-row span{
  min-width:0;
}

.inventory-price-row strong{
  flex:0 0 auto;
  color:var(--text);
  font-size:10px;
  text-align:right;
  white-space:nowrap;
}

.inventory-price-row.offer strong{
  color:var(--accent);
  font-size:13px;
}

.post-selected .inventory-price-row.offer strong{
  color:#59e3ff;
}

.inventory-source{
  margin-top:5px;
  color:var(--muted);
  font-size:8px;
  line-height:1.3;
  overflow-wrap:anywhere;
}

.trade-state{
  margin-top:6px;
  color:#7fe5aa;
  font-size:8px;
  line-height:1.3;
}

.trade-state.locked{
  color:#ffc879;
}

.manual-price{
  margin-top:auto;
  padding-top:7px;
  border-top:1px solid rgba(255,255,255,.065);
  color:#ffc879;
  font-size:9px;
  font-weight:850;
  line-height:1.35;
}

/* ---------- Resumo ---------- */
.sale-summary{
  position:sticky;
  top:84px;
  min-width:0;
  padding:15px;
  border:1px solid rgba(244,196,66,.23);
  border-radius:13px;
  background:linear-gradient(180deg,rgba(20,14,8,.98),rgba(7,7,6,.98));
  box-shadow:0 14px 32px rgba(0,0,0,.26);
}

.sale-summary h2{
  margin:3px 0 11px;
  font-size:20px;
}

.sale-summary dl{
  margin:0;
}

.sale-summary dl>div{
  min-width:0;
  padding:8px 0;
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:10px;
  border-bottom:1px solid rgba(255,255,255,.065);
}

.sale-summary dt{
  min-width:0;
  color:var(--muted);
  font-size:10px;
  line-height:1.3;
}

.sale-summary dd{
  flex:0 0 auto;
  margin:0;
  font-size:11px;
  font-weight:900;
  text-align:right;
  white-space:nowrap;
}

.sale-summary dl>div:nth-child(3) dd{
  color:var(--accent);
  font-size:17px;
}

.post-selected .sale-summary dl>div:nth-child(3) dd{
  color:#59e3ff;
}

.summary-notice{
  margin:11px 0;
  padding:9px;
  border-radius:9px;
  background:rgba(255,255,255,.04);
  color:var(--muted);
  font-size:9px;
  line-height:1.4;
}

.finish-sale-btn,
.copy-sale-btn{
  width:100%;
  min-height:40px;
  border-radius:10px;
  font-size:11px;
  font-weight:950;
  cursor:pointer;
}

.finish-sale-btn{
  border:0;
  background:linear-gradient(135deg,#25d366,#0eaa4f);
  color:#04160b;
}

.copy-sale-btn{
  margin-top:7px;
  border:1px solid rgba(244,196,66,.27);
  background:#12100c;
  color:var(--text);
}

.finish-sale-btn:disabled,
.copy-sale-btn:disabled{
  opacity:.45;
  cursor:not-allowed;
}

.sale-summary>small{
  display:block;
  margin-top:9px;
  color:var(--muted);
  font-size:8px;
  line-height:1.4;
}

.empty-inventory{
  grid-column:1/-1;
  padding:28px;
  border:1px dashed rgba(244,196,66,.24);
  border-radius:13px;
  color:var(--muted);
  text-align:center;
}

.sale-footer{
  padding:20px 16px;
  border-top:1px solid rgba(244,196,66,.1);
  color:var(--muted);
  font-size:10px;
  text-align:center;
}

/* ---------- Notebook / tablet ---------- */
@media (max-width:1180px){
  .sell-page-body .header-shell{
    grid-template-columns:auto auto auto;
  }

  .sell-page-body .main-nav a,
  .sell-page-body .main-nav .nav-link{
    height:42px;
    font-size:12px;
  }

  .inventory-layout{
    grid-template-columns:1fr;
  }

  .sale-summary{
    position:static;
  }
}

@media (max-width:1000px){
  .sale-page{
    display:block;
    padding-top:10px;
  }

  .rules-section,
  .trade-panel,
  .inventory-section{
    margin-top:10px;
  }

  .sale-hero{
    min-height:auto;
  }

  .trade-panel{
    grid-template-columns:1fr;
    gap:10px;
  }
}

/* ---------- Celular ---------- */
@media (max-width:760px){
  .sell-page-body .site-header{
    padding:5px 10px;
  }

  .sell-page-body .header-shell{
    height:58px;
    min-height:58px;
    padding:5px 8px;
    border-radius:15px;
  }

  .sell-page-body .brand-logo-frame{
    width:46px;
    height:46px;
  }

  .sell-page-body .logo{
    width:41px;
    height:41px;
  }

  .sale-page{
    padding:8px 10px 30px;
  }

  .sale-hero,
  .rules-section,
  .trade-panel,
  .inventory-section{
    border-radius:14px;
  }

  .sale-hero{
    padding:17px;
  }

  .sale-hero h1{
    font-size:31px;
  }

  .sale-hero p{
    font-size:12px;
  }

  .sale-hero-mark{
    display:none;
  }

  .section-heading,
  .inventory-toolbar{
    align-items:flex-start;
    flex-direction:column;
  }

  .section-heading>p{
    max-width:none;
    text-align:left;
  }

  .rules-grid,
  .sale-mode-grid{
    grid-template-columns:1fr;
  }

  .trade-input-row{
    grid-template-columns:1fr;
  }

  .trade-input-row button{
    width:100%;
  }

  .inventory-grid{
    grid-template-columns:1fr;
  }

  .inventory-card{
    grid-template-columns:92px minmax(0,1fr);
  }

  .inventory-image{
    min-height:142px;
    padding:8px;
  }

  .inventory-image img{
    max-height:84px;
  }

  .selection-actions{
    width:100%;
  }

  .selection-actions button{
    flex:1;
  }
}

@media (max-width:420px){
  .inventory-card{
    grid-template-columns:82px minmax(0,1fr);
  }

  .inventory-body{
    padding-left:10px;
  }

  .sale-mode{
    align-items:flex-start;
  }
}

@media (max-width:760px){
  .sell-page-body .sell-header-actions{
    display:none;
  }

  .sell-page-body .header-shell{
    grid-template-columns:auto auto;
    justify-content:space-between;
  }
}

@media (max-width:760px){
  .rules-disclosure>summary{align-items:flex-start}
  .rules-summary-copy{display:grid;gap:2px}
  .rules-grid{grid-template-columns:1fr}
  .rule-lines{grid-template-columns:1fr}
}


/* =========================================================
   Regras integradas ao hero — versão compacta
   Evita reservar uma coluna/bloco inteiro apenas para as regras.
   ========================================================= */
@media (min-width:1001px){
  .sale-page{
    grid-template-columns:minmax(0,1fr);
    grid-template-areas:
      "hero"
      "trade"
      "inventory";
  }
}

.sale-hero{
  min-height:0;
  padding:22px 24px 16px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:16px 22px;
}

.sale-hero-copy{
  position:relative;
  z-index:1;
  min-width:0;
  max-width:720px;
}

.sale-hero>div:first-child{
  max-width:720px;
}

.sale-hero .rules-section{
  grid-area:auto;
  grid-column:1/-1;
  width:100%;
  margin:0;
  padding:0;
  border:0;
  border-top:1px solid rgba(255,255,255,.065);
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}

.sale-hero .rules-disclosure>summary{
  min-height:38px;
  padding:8px 2px 0;
  display:grid;
  grid-template-columns:22px minmax(0,1fr) auto;
  align-items:center;
  gap:9px;
  border-radius:8px;
}

.sale-hero .rules-disclosure>summary:hover{
  background:transparent;
}

.rules-summary-icon{
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  border:1px solid rgba(244,196,66,.22);
  border-radius:50%;
  color:rgba(244,196,66,.72);
  background:rgba(244,196,66,.045);
  font-family:Georgia,serif;
  font-size:11px;
  font-weight:700;
  line-height:1;
}

.sale-hero .rules-summary-copy{
  display:flex;
  align-items:baseline;
  gap:8px;
  flex-wrap:wrap;
}

.sale-hero .rules-summary-title{
  color:rgba(245,240,226,.72);
  font-size:10px;
  font-weight:780;
}

.sale-hero .rules-summary-copy small{
  color:rgba(176,172,161,.52);
  font-size:8px;
}

.sale-hero .rules-summary-action{
  padding:4px 7px;
  border:1px solid rgba(255,255,255,.055);
  border-radius:999px;
  color:rgba(244,196,66,.62);
  background:rgba(255,255,255,.018);
  font-size:8px;
  font-weight:750;
}

.sale-hero .rules-summary-action::after{
  content:'  +';
  font-size:10px;
}

.sale-hero .rules-disclosure[open] .rules-summary-action::before{
  content:'Ocultar';
  font-size:8px;
}

.sale-hero .rules-disclosure[open] .rules-summary-action::after{
  content:'  −';
  font-size:10px;
}

.sale-hero .rules-disclosure-content{
  margin-top:7px;
  padding:10px;
  border:1px solid rgba(255,255,255,.05);
  border-radius:11px;
  background:rgba(0,0,0,.16);
}

.sale-hero .rules-intro{
  margin:0 0 8px;
}

.sale-hero .rule-card{
  padding:9px;
  background:rgba(255,255,255,.014);
}

@media (max-width:1000px){
  .sale-hero .rules-section{
    margin-top:0;
  }
}

@media (max-width:760px){
  .sale-hero{
    grid-template-columns:1fr;
    gap:13px;
    padding-bottom:12px;
  }

  .sale-hero .rules-disclosure>summary{
    grid-template-columns:20px minmax(0,1fr) auto;
    padding-top:8px;
  }

  .sale-hero .rules-summary-copy{
    display:block;
  }

  .sale-hero .rules-summary-copy small{
    display:block;
    margin-top:1px;
  }

  .sale-hero .rules-grid{
    grid-template-columns:1fr;
  }

  .sale-hero .rule-lines{
    grid-template-columns:1fr;
  }
}

/* ---------- Ajuste final de legibilidade das regras integradas ---------- */
.sale-hero .rules-summary-icon{
  font-size:12px;
}

.sale-hero .rules-summary-title{
  font-size:12.5px;
  line-height:1.35;
}

.sale-hero .rules-summary-copy small{
  font-size:10px;
  line-height:1.4;
}

.sale-hero .rules-summary-action{
  font-size:9.5px;
}

.sale-hero .rules-disclosure[open] .rules-summary-action::before{
  font-size:9.5px;
}

.sale-hero .rules-intro{
  font-size:10px;
  line-height:1.5;
}

.sale-hero .rule-badge{
  font-size:8px;
}

.sale-hero .rule-card h3{
  font-size:13px;
}

.sale-hero .rule-card > p{
  font-size:9.5px;
  line-height:1.5;
}

.sale-hero .rule-lines strong{
  font-size:9px;
}

.sale-hero .rule-lines span,
.sale-hero .post-rule .rule-lines span{
  font-size:11px;
}


/* =========================================================
   Ajuda para localizar o Trade Link — substitui as regras
   de precificação por uma orientação simples e direta.
   ========================================================= */
.sale-hero .trade-link-guide{
  position:relative;
  z-index:1;
  grid-column:1/-1;
  width:100%;
  margin:0;
  padding:12px 2px 0;
  display:grid;
  grid-template-columns:24px minmax(0,1fr) auto;
  align-items:center;
  gap:11px;
  border-top:1px solid rgba(255,255,255,.07);
}

.trade-link-guide__icon{
  width:21px;
  height:21px;
  display:grid;
  place-items:center;
  border:1px solid rgba(244,196,66,.25);
  border-radius:50%;
  color:rgba(244,196,66,.9);
  background:rgba(244,196,66,.055);
  font-size:11px;
  font-weight:900;
  line-height:1;
}

.trade-link-guide__copy{
  min-width:0;
}

.sale-hero .trade-link-guide__copy strong{
  display:block;
  margin:0 0 2px;
  color:rgba(248,244,233,.9);
  font-size:13px;
  line-height:1.35;
}

.sale-hero .trade-link-guide__copy p{
  max-width:none;
  margin:0;
  color:rgba(190,185,173,.72);
  font-size:11.5px;
  line-height:1.48;
}

.trade-link-guide__button{
  min-height:34px;
  padding:0 13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(244,196,66,.28);
  border-radius:999px;
  color:var(--accent);
  background:rgba(244,196,66,.06);
  font-size:10.5px;
  font-weight:850;
  text-decoration:none;
  white-space:nowrap;
  transition:border-color .2s ease,background .2s ease,transform .2s ease;
}

.trade-link-guide__button:hover{
  border-color:rgba(244,196,66,.55);
  background:rgba(244,196,66,.11);
  transform:translateY(-1px);
}

.trade-link-guide__button:focus-visible{
  outline:2px solid rgba(244,196,66,.75);
  outline-offset:3px;
}

@media (max-width:760px){
  .sale-hero .trade-link-guide{
    grid-template-columns:22px minmax(0,1fr);
    gap:9px;
  }

  .trade-link-guide__button{
    grid-column:2;
    width:max-content;
    max-width:100%;
    margin-top:2px;
  }
}

@media (max-width:480px){
  .trade-link-guide__button{
    width:100%;
  }
}
