/* ================================================================
   PONS.CARDS — the graded slab (pack card). Colours from style.css.
   ================================================================ */
/* ================================================================
   THE SLAB — graded card in a plastic case (PSA-like), black/yellow
   ================================================================ */
.slab { --w: 300px; width: var(--w); background: linear-gradient(180deg, #2A2A2E 0%, #1B1B1E 40%, #16161A 100%); border: 2px solid #3A3A40; border-radius: 22px 22px 14px 14px; padding: 12px 12px 14px; box-shadow: 0 30px 60px rgba(0, 0, 0, .35), inset 0 0 0 1px rgba(255, 255, 255, .06), inset 0 20px 40px rgba(255, 255, 255, .03); position: relative; transform-style: preserve-3d; transition: transform .25s var(--ease); font-family: var(--font); }
.slab::before { content: ""; position: absolute; left: 50%; top: 5px; width: 34%; height: 5px; transform: translateX(-50%); border-radius: 3px; background: rgba(0, 0, 0, .55); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06); }
.slab.is-in { animation: slab-in .7s cubic-bezier(.2, .9, .2, 1) both; }
@keyframes slab-in { 0% { opacity: 0; transform: translateY(30px) rotateX(18deg) scale(.92); } 100% { opacity: 1; transform: none; } }
.slab__label { background: #F4F4F0; color: #0B0B0C; border-radius: 6px; padding: 8px 10px 7px; display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; align-items: start; margin-top: 8px; position: relative; overflow: hidden; }
.slab__label::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: var(--accent); }
.slab__l1 { font-family: var(--font-px); font-size: 9px; letter-spacing: .04em; line-height: 1.35; padding-left: 8px; }
.slab__l1 b { display: block; font-size: 9px; }
.slab__l1 span { display: block; font-size: 8.5px; color: #333; }
.slab__grade { text-align: right; font-family: var(--font-px); font-size: 8px; line-height: 1.2; }
.slab__grade b { display: block; font-size: 22px; line-height: 1; margin-top: 2px; }
.slab__cert { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; padding-left: 8px; font-family: var(--font-px); font-size: 8px; color: #333; }
.slab__barcode { height: 12px; width: 84px; background-image: repeating-linear-gradient(90deg, #0B0B0C 0 2px, transparent 2px 4px, #0B0B0C 4px 5px, transparent 5px 9px, #0B0B0C 9px 12px, transparent 12px 15px); }
.slab__logo { position: absolute; right: 10px; top: 5px; font-family: var(--font-px); font-size: 8px; color: #999; }

.card3 { margin-top: 10px; background: linear-gradient(160deg, #f6ff9a 0%, #e8ff00 55%, #b8cc00 100%); border-radius: 12px; padding: 9px; box-shadow: 0 8px 20px rgba(0, 0, 0, .5), inset 0 0 0 1px rgba(0, 0, 0, .35); color: #0B0B0C; position: relative; overflow: hidden; }
.card3::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .28) 45%, rgba(255, 255, 255, 0) 60%); transform: translateX(-120%); animation: holo-sweep 4.5s ease-in-out infinite; }
@keyframes holo-sweep { 0% { transform: translateX(-120%); } 55% { transform: translateX(120%); } 100% { transform: translateX(120%); } }
.card3__top { display: flex; align-items: center; justify-content: space-between; gap: 6px; padding: 0 2px 6px; }
.card3__name { font-family: var(--font-px); font-size: 12px; letter-spacing: .02em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.card3__hp { font-family: var(--font-px); font-size: 11px; white-space: nowrap; }
.card3__hp small { font-size: 8px; margin-right: 3px; }
.card3__x { width: 16px; height: 16px; background: #0B0B0C; border-radius: 50%; display: inline-grid; place-items: center; margin-left: 4px; }
.card3__x svg { width: 9px; height: 9px; fill: var(--accent); }
.card3__art { position: relative; border: 3px solid #0B0B0C; border-radius: 6px; overflow: hidden; background: #0B0B0C; aspect-ratio: 1 / 1; }
.card3__art img { width: 100%; height: 100%; object-fit: cover; display: block; image-rendering: auto; }
.card3__art::before { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 20% 0%, rgba(255, 255, 255, .22), rgba(255, 255, 255, 0) 55%), repeating-linear-gradient(-35deg, rgba(232, 255, 0, 0) 0 12px, rgba(232, 255, 0, .09) 12px 14px); mix-blend-mode: screen; pointer-events: none; }
.card3__strip { display: flex; justify-content: space-between; align-items: center; margin-top: 6px; font-family: var(--font-px); font-size: 8px; color: #333; padding: 0 2px; }
.card3__strip b { color: #0B0B0C; }
.card3__moves { background: rgba(255, 255, 255, .55); border: 1.5px solid rgba(0, 0, 0, .35); border-radius: 6px; margin-top: 6px; padding: 6px 8px; display: grid; gap: 4px; }
.card3__move { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 13px; line-height: 1.2; }
.card3__move .mv { display: flex; align-items: center; gap: 6px; }
.card3__move .mv i { width: 12px; height: 12px; border-radius: 50%; background: #0B0B0C; display: inline-block; box-shadow: inset 0 0 0 3px var(--accent); }
.card3__move .mv span { font-family: var(--font-px); font-size: 9.5px; letter-spacing: .02em; }
.card3__move b { font-family: var(--font-px); font-size: 12px; }
.card3__bottom { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: end; margin-top: 6px; }
.card3__fine { font-size: 10.5px; line-height: 1.25; color: #222; }
.card3__fine b { font-family: var(--font-px); font-size: 8px; display: block; color: #0B0B0C; margin-bottom: 2px; }
.card3__qr { width: 54px; height: 54px; border: 2px solid #0B0B0C; background: #fff; padding: 2px; border-radius: 3px; }
.card3__qr img { width: 100%; height: 100%; display: block; image-rendering: pixelated; }
.card3__set { position: absolute; left: 12px; bottom: 6px; font-family: var(--font-px); font-size: 7.5px; color: #333; }
.card3__rar { position: absolute; right: 12px; bottom: 6px; font-family: var(--font-px); font-size: 7.5px; color: #333; }
.slab.grade-10 .card3 { background: linear-gradient(160deg, #fbffc8 0%, #e8ff00 45%, #c2d600 100%); }
.slab.grade-10 .card3__art::before { background: radial-gradient(120% 90% at 20% 0%, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0) 55%), repeating-linear-gradient(-35deg, rgba(255, 0, 200, .10) 0 8px, rgba(0, 220, 255, .10) 8px 16px, rgba(232, 255, 0, .10) 16px 24px); }
.slab.is-holo:hover { transform: rotateY(-6deg) rotateX(4deg); }
.slab--sm { --w: 240px; }

.slab__l1 b, .slab__grade, .slab__cert, .slab__logo, .card3__name, .card3__hp, .card3__move b, .card3__move .mv span, .card3__set, .card3__rar, .card3__fine b, .card3__strip { font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.slab__l1 span { text-transform: uppercase; font-weight: 500; }
