/* PokeVault FM 2.0 — categorie Prodotti sealed */
body .sealed-page-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  margin-top:24px!important;
}

body .sealed-page-grid a{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  min-height:198px!important;
  padding:22px 20px 18px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  text-decoration:none!important;
  color:#fff!important;
  border:1px solid rgba(216,167,61,.28)!important;
  border-radius:18px!important;
  background:radial-gradient(circle at 84% 28%,rgba(216,167,61,.16),transparent 30%),linear-gradient(135deg,#071c35 0%,#0b2c4f 58%,#103d66 100%)!important;
  box-shadow:0 11px 26px rgba(7,28,53,.14)!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
}

body .sealed-page-grid a:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(239,196,94,.58)!important;
  box-shadow:0 17px 34px rgba(7,28,53,.22)!important;
}

body .sealed-page-grid a::before{
  content:''!important;
  position:absolute!important;
  inset:0!important;
  z-index:-2!important;
  background:linear-gradient(90deg,rgba(255,255,255,.025),transparent 42%),radial-gradient(circle at 92% 82%,rgba(255,255,255,.05),transparent 25%)!important;
  pointer-events:none!important;
}

body .sealed-page-grid a::after{
  content:''!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:0!important;
  height:3px!important;
  background:linear-gradient(90deg,#d8a73d,#efc45e,rgba(239,196,94,.15))!important;
  pointer-events:none!important;
}

/* Artwork prodotto: più figurativo e immediatamente riconoscibile */
body .sealed-page-grid .sealed-category-icon{
  position:absolute!important;
  right:4px!important;
  top:9px!important;
  width:158px!important;
  height:132px!important;
  display:grid!important;
  place-items:center!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  z-index:0!important;
  transition:transform .20s ease!important;
}

body .sealed-page-grid .sealed-category-icon::after{
  content:'';
  position:absolute;
  right:16px;
  bottom:4px;
  width:112px;
  height:24px;
  background:radial-gradient(ellipse,rgba(0,0,0,.24),transparent 68%);
  filter:blur(2px);
  z-index:-1;
  pointer-events:none;
}

body .sealed-page-grid a:hover .sealed-category-icon{
  transform:translateY(-3px) scale(1.03)!important;
}

body .sealed-page-grid .sealed-category-icon svg{
  display:block!important;
  width:152px!important;
  height:118px!important;
  overflow:visible!important;
  filter:drop-shadow(0 10px 12px rgba(0,0,0,.24))!important;
}

/* Palette comune delle mini-illustrazioni */
body .sealed-page-grid .pv-shadow{filter:drop-shadow(0 5px 4px rgba(0,0,0,.16))}
body .sealed-page-grid .pv-dark{fill:#0a2848;stroke:#e0b54c;stroke-width:2;stroke-linejoin:round}
body .sealed-page-grid .pv-cream-face{fill:#f4ead2;stroke:#d8a73d;stroke-width:1.7;stroke-linejoin:round}
body .sealed-page-grid .pv-shell{fill:#0d3157;stroke:#efc45e;stroke-width:2;stroke-linejoin:round}
body .sealed-page-grid .pv-window{fill:rgba(246,239,219,.17);stroke:#f1d17d;stroke-width:1.7}
body .sealed-page-grid .pv-card{fill:#f4ead2;stroke:#d8a73d;stroke-width:1.7}
body .sealed-page-grid .pv-pack{fill:#0c3158;stroke:#efc45e;stroke-width:1.8;stroke-linejoin:round}
body .sealed-page-grid .pv-pack.pv-cream{fill:#f2e8d0;stroke:#d8a73d}
body .sealed-page-grid .pv-pack-top{fill:none;stroke:#f1d17d;stroke-width:1.5;stroke-linecap:round}
body .sealed-page-grid .pv-mini-pack{fill:#0c3158;stroke:#efc45e;stroke-width:1.2}
body .sealed-page-grid .pv-mini-pack.pv-cream{fill:#f2e8d0;stroke:#d8a73d}
body .sealed-page-grid .pv-mark{fill:#d8a73d;stroke:#f5df9c;stroke-width:1}
body .sealed-page-grid .pv-coin{fill:#d8a73d;stroke:#f4d98c;stroke-width:1.6}
body .sealed-page-grid .pv-goldfill{fill:#d8a73d;stroke:#f4d98c;stroke-width:1.2;stroke-linejoin:round}
body .sealed-page-grid .pv-line{fill:none;stroke:#f1d17d;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
body .sealed-page-grid .pv-tin{fill:#0b3158;stroke:#efc45e;stroke-width:2.1}

body .sealed-page-grid strong,
body .sealed-page-grid i{
  position:relative!important;
  z-index:2!important;
}

body .sealed-page-grid strong{
  display:block!important;
  width:calc(100% - 138px)!important;
  max-width:196px!important;
  margin:0!important;
  color:#fff!important;
  font:800 18px/1.18 'Plus Jakarta Sans',sans-serif!important;
  letter-spacing:-.025em!important;
  text-shadow:0 2px 10px rgba(0,0,0,.12)!important;
}

body .sealed-page-grid strong::before{
  content:'PRODOTTI SEALED'!important;
  display:block!important;
  margin:0 0 10px!important;
  color:#efc45e!important;
  font:800 9px/1 'DM Sans',sans-serif!important;
  letter-spacing:.15em!important;
  text-transform:uppercase!important;
}

body .sealed-page-grid i{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  align-self:flex-start!important;
  min-height:30px!important;
  margin-top:22px!important;
  padding:0 11px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.07)!important;
  color:#d9e4ef!important;
  font:800 0/1 'DM Sans',sans-serif!important;
  font-style:normal!important;
  letter-spacing:.02em!important;
  backdrop-filter:blur(5px)!important;
}

body .sealed-page-grid i::after{
  content:'Apri categoria  →'!important;
  font:800 10px/1 'DM Sans',sans-serif!important;
  letter-spacing:.035em!important;
}

body .sealed-page-grid a:hover i{
  color:#071c35!important;
  border-color:#efc45e!important;
  background:#efc45e!important;
}

/* leggere variazioni cromatiche, sempre nella palette FM */
body .sealed-page-grid a:nth-child(3n+2){
  background:radial-gradient(circle at 84% 28%,rgba(104,171,165,.17),transparent 30%),linear-gradient(135deg,#071c35 0%,#0b2d45 58%,#114d5b 100%)!important;
}
body .sealed-page-grid a:nth-child(3n){
  background:radial-gradient(circle at 84% 28%,rgba(216,167,61,.14),transparent 30%),linear-gradient(135deg,#071c35 0%,#102947 58%,#263d5f 100%)!important;
}

@media(max-width:1050px){
  body .sealed-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media(max-width:600px){
  body .sealed-page-grid{grid-template-columns:1fr!important;gap:13px!important}
  body .sealed-page-grid a{min-height:182px!important;padding:19px 18px 16px!important}
  body .sealed-page-grid .sealed-category-icon{right:0!important;top:10px!important;width:136px!important;height:118px!important}
  body .sealed-page-grid .sealed-category-icon svg{width:130px!important;height:102px!important}
  body .sealed-page-grid .sealed-category-icon::after{right:13px!important;width:94px!important}
  body .sealed-page-grid strong{width:calc(100% - 122px)!important;max-width:225px!important;font-size:17px!important}
  body .sealed-page-grid i{margin-top:18px!important}
}
