/* Capas / thumbs / loja / treino — tamanho padrão */
img{max-width:100%;height:auto}
.page-head{margin-bottom:4px}
.page-head-img{position:relative;margin:0 0 16px}
.page-head-img img{
  width:100%;height:180px;max-height:26vh;object-fit:cover;
  border-radius:6px;border:1px solid var(--line);display:block
}
.img-slot{position:relative;overflow:hidden}
.img-slot img{width:100%;display:block;object-fit:cover;border-radius:4px;border:1px solid var(--line)}
.cover-thumb{margin-bottom:10px}
.cover-thumb img{height:132px}
.cover-list{display:flex;flex-direction:column;gap:10px;margin:12px 0}
.cover-row{
  display:grid;grid-template-columns:96px 36px 1fr;gap:12px;align-items:center;
  padding:10px 12px;border:1px solid var(--line);border-radius:6px;background:#fff
}
.cover-row .cover-thumb{margin:0}
.cover-row .cover-thumb img{width:96px;height:72px}
.cover-pen{
  position:absolute;top:8px;right:8px;z-index:2;
  padding:5px 8px;font-size:9px;letter-spacing:1.2px;text-transform:uppercase;
  background:rgba(247,243,235,.92);border:1px solid var(--line);color:var(--gold);border-radius:3px
}
.cover-pen-sm{top:6px;right:6px;padding:4px 6px}
.treino-block-head{display:flex;gap:14px;align-items:center;margin:22px 0 8px}
.treino-band{width:128px;flex-shrink:0}
.treino-band img{height:80px}
.treino-card{border:1px solid var(--line);border-radius:6px;overflow:hidden;background:#fff}
.treino-photo img{height:168px;aspect-ratio:4/5}
.treino-meta{padding:10px 12px}
.treino-meta h4{font-size:13px;font-weight:400;margin:6px 0 4px}
.treino-meta p{font-size:11px;color:var(--muted)}
.treino-chip{display:inline-block;font-size:10px;letter-spacing:1.5px;color:#fff;background:var(--chip,var(--gold));padding:3px 7px;border-radius:10px}
.etiq-photo{margin-bottom:10px}
.etiq-photo img{height:118px}
.shop-card .shop-ph,.shop-card .img-slot.shop-ph{
  height:auto;border:none;background:transparent;margin-bottom:10px
}
.shop-card .shop-ph img,.shop-card .img-slot.shop-ph img{
  width:100%;height:160px;object-fit:cover;border-radius:4px;border:1px solid var(--line)
}
.cover-admin{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin-top:12px}
.cover-admin-card p{font-size:11px;color:var(--muted);margin-top:6px}
.cover-admin-img img{height:100px}
.swatches{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}
.link-rm{margin-top:8px;background:none;border:none;color:var(--red);font-size:11px;cursor:pointer}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
.content,.view,.mat-grid,.module-list,.etiq-grid,.treino-grid{min-width:0}
.mat-card,.mod-row,.stat-card,.etiq-card,.shop-card{min-width:0}
@media(max-width:860px){
  .content{padding:16px 14px 28px}
  .hero-title{font-size:clamp(1.35rem,6vw,1.8rem)}
  .page-head-img img{height:140px;max-height:22vh}
  .cover-thumb img{height:110px}
  .shop-card .shop-ph img,.shop-card .img-slot.shop-ph img{height:140px}
  .treino-photo img{height:150px}
  .treino-block-head{flex-direction:column;align-items:flex-start}
  .treino-band{width:100%}
  .treino-band img{height:96px}
}
@media(max-width:560px){
  .cover-row{grid-template-columns:72px 1fr}
  .cover-row .mod-num{display:none}
  .cover-row .cover-thumb img{width:72px;height:56px}
  .grid-3{grid-template-columns:1fr}
  .mat-grid{grid-template-columns:1fr}
  .etiq-grid{grid-template-columns:1fr}
  .treino-grid{grid-template-columns:1fr 1fr}
  .cash-kpis{grid-template-columns:1fr}
  .mentor-hero{flex-direction:column;align-items:flex-start}
}
@media(max-width:380px){
  .treino-grid{grid-template-columns:1fr}
}

.treino-meta .tool-btn{margin-top:10px;width:100%}
.ex-grid{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:10px;
  margin:12px 0 28px;
}
.ex-slot{margin:0;min-width:0}
.ex-frame{
  position:relative;
  aspect-ratio:9/16;
  background:#16131c;
  border:1px solid var(--line);
  border-radius:6px;
  overflow:hidden;
}
.ex-frame-full{
  aspect-ratio:16/9;
  max-width:860px;
  margin:0 0 22px;
}
.ex-frame video{
  width:100%;height:100%;object-fit:cover;display:block;background:#16131c
}
.ex-empty{
  position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:6px;color:var(--gold,#c9a24b);pointer-events:none;
  background:linear-gradient(180deg,#1c1624,#121018);
  text-align:center;padding:10px
}
.ex-empty span{font-size:clamp(16px,2.4vw,22px);letter-spacing:2px}
.ex-empty small{font-size:10px;letter-spacing:1.2px;text-transform:uppercase;color:#a89bb5;max-width:16ch;line-height:1.35}
.ex-frame.is-ready .ex-empty{display:none}
.ex-frame.is-empty video{display:none}
.ex-slot figcaption{font-size:11px;color:var(--muted);margin-top:6px;letter-spacing:.4px;text-align:center}
@media(max-width:1100px){.ex-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:720px){
  .ex-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ex-frame-full{aspect-ratio:16/9}
}
