/* ---------- vending machine ---------- */
.scene{display:flex;flex-direction:column;align-items:center;padding-top:6px}
.machine{width:100%;max-width:430px;border-radius:26px;position:relative;
  background:linear-gradient(160deg,#f0313d 0%,#c81f2c 40%,#8f1420 100%);
  box-shadow:0 30px 70px rgba(0,0,0,.65), inset 0 2px 0 rgba(255,255,255,.25), inset 0 -8px 24px rgba(0,0,0,.35);
  padding:16px 16px 20px;border:1px solid rgba(255,255,255,.12)}
.machine::before{content:'';position:absolute;inset:0;border-radius:26px;pointer-events:none;
  background:linear-gradient(115deg,rgba(255,255,255,.18) 0%,transparent 30%)}
.marquee{background:linear-gradient(180deg,#20243f,#12152a);border-radius:14px;padding:10px 12px 8px;text-align:center;
  border:1px solid #383e6b;box-shadow:inset 0 2px 10px rgba(0,0,0,.6);margin-bottom:12px;position:relative;overflow:hidden}
.marquee h2{font-size:26px;line-height:1;background:linear-gradient(90deg,var(--yellow),#fff7cf,var(--yellow));
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
  filter:drop-shadow(0 0 12px rgba(255,203,5,.5))}
.marquee small{display:block;color:#7d84b5;font-size:10px;letter-spacing:.35em;font-weight:600;margin-top:2px}
.marquee .scan{position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);
  transform:translateX(-100%);animation:scan 4s linear infinite}
@keyframes scan{to{transform:translateX(100%)}}
.glass{background:linear-gradient(180deg,#0b0d1c,#0e1226 70%,#0a0c1a);border-radius:16px;border:1px solid #3a4070;
  box-shadow:inset 0 0 40px rgba(0,0,0,.8), inset 0 1px 0 rgba(255,255,255,.08);
  padding:12px;position:relative;min-height:320px}
.glass::after{content:'';position:absolute;inset:0;border-radius:16px;pointer-events:none;z-index:5;
  background:linear-gradient(105deg,transparent 40%,rgba(160,180,255,.07) 45%,rgba(160,180,255,.02) 55%,transparent 60%)}
.slotgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.slot{background:linear-gradient(180deg,#161a30,#10132400);border-radius:12px;padding:8px 6px 6px;text-align:center;cursor:pointer;
  border:1px solid #262b4a;position:relative;transition:.18s;min-height:148px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}
.slot:hover{border-color:#4d55908c;transform:translateY(-2px)}
.slot.empty{cursor:default;opacity:.85}
.slot.empty:hover{transform:none;border-color:#262b4a}
.slot .shelfglow{position:absolute;top:0;left:12%;right:12%;height:38px;border-radius:0 0 50% 50%;
  background:radial-gradient(ellipse at 50% 0%,rgba(255,240,200,.16),transparent 70%);pointer-events:none}
.slot .code{position:absolute;top:5px;left:7px;font-size:9px;font-weight:700;color:#565d8f;letter-spacing:.1em}
.slot .price{margin-top:6px;font-size:12px;font-weight:700;color:var(--yellow)}
.slot .pname{font-size:9.5px;color:var(--dim);font-weight:600;line-height:1.15;margin-top:2px;max-width:100%;
  overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.soldtag{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:4}
.soldtag span{background:#0009;border:1px dashed #454b78;color:#7d84b5;font-size:10px;font-weight:700;letter-spacing:.2em;
  padding:6px 10px;border-radius:8px;transform:rotate(-8deg)}
/* product visuals */
.prod-pack{width:64px;height:88px;border-radius:6px 6px 7px 7px;position:relative;flex:none;overflow:hidden}
.prod-pack img{width:100%;height:100%;object-fit:cover;display:block;border-radius:6px}
/* legacy pack art styling removed; packs now display as card-like images to match inventory */
.cuboid{position:relative;flex:none;transform-style:preserve-3d}
.prod-box{width:84px;height:74px}
.prod-etb{width:78px;height:84px}
.cuboid .face{position:absolute;border-radius:4px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}
.cuboid .front{inset:0;top:14px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.cuboid .front img{width:80%;max-height:70%;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.6))}
.cuboid .top{left:6px;right:-6px;top:0;height:15px;transform:skewX(-40deg);filter:brightness(1.45)}
.cuboid .side{width:12px;top:7px;bottom:-7px;right:-11px;transform:skewY(-50deg);filter:brightness(.6)}
.cuboid .front::after{content:'';position:absolute;inset:0;background:linear-gradient(120deg,transparent 35%,rgba(255,255,255,.25) 48%,transparent 60%)}
.prodtag{font-size:8px;font-weight:800;letter-spacing:.12em;color:#fffc;background:#0007;border-radius:4px;padding:2px 5px;
  position:absolute;top:18px;right:4px;z-index:3}
/* machine bottom */
.machfoot{display:flex;align-items:center;justify-content:space-between;margin-top:14px;gap:10px}
.coinpanel{background:linear-gradient(180deg,#20243f,#12152a);border:1px solid #383e6b;border-radius:12px;
  padding:9px 13px;display:flex;align-items:center;gap:10px;box-shadow:inset 0 2px 8px rgba(0,0,0,.5)}
.coinslot{width:6px;height:22px;background:#000;border-radius:3px;box-shadow:0 0 0 3px #2c3155, 0 0 10px rgba(0,0,0,.8)}
.timerbox{text-align:right}
.timerbox .tlabel{font-size:9px;letter-spacing:.25em;color:#ffd9d1;font-weight:700;opacity:.85}
.timerbox .tval{font-size:22px;line-height:1;color:#fff;font-family:'Bebas Neue';letter-spacing:.08em;text-shadow:0 0 14px rgba(255,255,255,.4)}
.pushflap{flex:1;height:34px;border-radius:10px;background:linear-gradient(180deg,#1a1d35,#0d0f20);
  border:1px solid #333963;display:flex;align-items:center;justify-content:center;color:#4d5484;font-size:10px;
  font-weight:800;letter-spacing:.3em;box-shadow:inset 0 4px 12px rgba(0,0,0,.7)}
.machmsg{text-align:center;color:#ffe9e4;font-size:12px;font-weight:600;min-height:18px;margin-top:12px;opacity:.9}
.cartbar{display:none;align-items:center;gap:14px;padding:12px 14px;border-radius:22px;background:rgba(11,15,30,.96);border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 64px rgba(0,0,0,.45);margin-top:14px;}
.cartbar-items{display:flex;gap:10px;overflow-x:auto;flex:1;padding-bottom:2px;}
.cartbar-items::-webkit-scrollbar{height:8px}
.cartbar-items::-webkit-scrollbar-thumb{background:rgba(255,255,255,.14);border-radius:99px}
.cartbar-item{position:relative;min-width:110px;width:110px;border-radius:18px;background:linear-gradient(180deg,#181f3b,#0d1223);border:1px solid rgba(255,255,255,.08);padding:10px 8px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;box-shadow:0 8px 24px rgba(0,0,0,.25);}
.cartbar-item .pv{height:56px;width:100%;border-radius:14px;overflow:hidden;}
.cartbar-item .cartbar-close{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff;font-size:14px;line-height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.15s;padding:0;z-index:2;pointer-events:auto;}
.cartbar-item .cartbar-close:hover{background:rgba(255,255,255,.18);}
.cartbar-item .cartbar-name{font-size:10px;font-weight:700;text-align:center;line-height:1.2;min-height:32px;color:#fff;}
.cartbar-item .cartbar-set{font-size:8px;color:var(--dim);text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%;}
.cartbar-action{display:flex;align-items:center;gap:10px}
.cartbar .btn{flex:none;white-space:nowrap;}
/* full shopping cart screen — premium retail POS look */
.fcart{display:flex;flex-direction:column;height:100%;background:linear-gradient(180deg,#f7f8fc,#eceef6);color:#141a33}
.fcart-head{display:flex;align-items:center;gap:9px;padding:15px 16px 13px;flex:none;position:relative}
.fcart-head .cico{width:21px;height:21px;stroke:#141a33;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.fcart-head h3{font-size:16px;font-weight:800;letter-spacing:.01em;margin:0;color:#141a33}
.fcart-count{margin-left:auto;background:linear-gradient(180deg,#20264d,#141a33);color:#fff;font-size:11px;font-weight:800;padding:4px 11px;border-radius:99px;min-width:26px;text-align:center;box-shadow:0 3px 8px rgba(20,26,51,.25)}
.fcart-head::after{content:'';position:absolute;left:16px;right:16px;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(20,26,51,.12) 15% 85%,transparent)}
.fcart-list{flex:1;overflow:auto;padding:13px 14px;display:flex;flex-direction:column;gap:11px;min-height:0}
.fcart-list::-webkit-scrollbar{width:6px}
.fcart-list::-webkit-scrollbar-thumb{background:#c7cbdd;border-radius:99px}
.fc-row{display:flex;align-items:center;gap:13px;padding:12px 13px;border-radius:17px;background:#fff;position:relative;
  box-shadow:0 3px 12px rgba(20,26,51,.07),0 0 0 1px rgba(20,26,51,.035);animation:fcIn .32s cubic-bezier(.2,.9,.3,1.1) both}
@keyframes fcIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
.fc-thumb{width:50px;height:70px;flex:none;border-radius:11px;background:linear-gradient(160deg,#eef1fb,#dfe4f3);
  display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(20,26,51,.05)}
.fc-thumb .pv{width:100%;height:100%}
.fc-thumb .wrapimg{max-height:66px;max-width:94%}
.fc-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}
.fc-name{font-size:13.5px;font-weight:800;color:#141a33;line-height:1.15}
.fc-set{font-size:11px;font-weight:700;color:#6d74a0}
.fc-unit{font-size:10px;font-weight:600;color:#aab0cc;margin-top:1px}
.fc-right{display:flex;flex-direction:column;align-items:flex-end;gap:9px;flex:none}
.fc-price{font-size:15px;font-weight:800;color:#141a33;font-variant-numeric:tabular-nums}
.fc-stepper{display:flex;align-items:center;background:#eef0f7;border-radius:99px;padding:3px;box-shadow:inset 0 0 0 1px rgba(20,26,51,.06)}
.fc-stepper button{width:26px;height:26px;border:none;border-radius:50%;background:#fff;color:#141a33;font-size:16px;font-weight:700;
  cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px rgba(20,26,51,.16);transition:.12s;padding:0}
.fc-stepper button:active{transform:scale(.88)}
.fc-stepper button:disabled{opacity:.35;box-shadow:none;cursor:not-allowed;background:#e7e9f1}
.fc-stepper button:disabled:active{transform:none}
.fc-qty{min-width:28px;text-align:center;font-size:13px;font-weight:800;color:#141a33;font-variant-numeric:tabular-nums}
.fc-remove{position:absolute;top:9px;right:9px;width:20px;height:20px;border:none;border-radius:50%;background:#f0f2f8;color:#9aa0bd;
  font-size:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.12s;z-index:2}
.fc-remove:hover{background:#ffe1e1;color:#e3350d}
.fcart-foot{flex:none;background:#fff;border-radius:22px 22px 0 0;padding:15px 16px calc(15px + env(safe-area-inset-bottom));
  box-shadow:0 -8px 26px rgba(20,26,51,.09);margin-top:auto}
.fc-sumrow{display:flex;justify-content:space-between;align-items:center;font-size:12.5px;color:#727aa4;font-weight:600;padding:3px 0}
.fc-sumrow b{color:#141a33;font-weight:700;font-variant-numeric:tabular-nums}
.fc-total{margin-top:7px;padding-top:11px;border-top:1px dashed #d6dae8;display:flex;justify-content:space-between;align-items:baseline}
.fc-total .l{font-size:13px;font-weight:800;color:#141a33;letter-spacing:.06em}
.fc-total .v{font-size:25px;font-weight:800;color:#141a33;font-variant-numeric:tabular-nums;letter-spacing:-.01em}
.fc-warn{text-align:center;color:#e3350d;font-size:11px;font-weight:700;margin-top:7px}
.fc-actions{display:flex;gap:10px;margin-top:14px}
.fc-btn{flex:1;border:none;border-radius:14px;padding:14px 12px;font-family:'Outfit';font-weight:800;font-size:13px;
  letter-spacing:.01em;cursor:pointer;transition:.14s;line-height:1.25}
.fc-btn:active{transform:scale(.97)}
.fc-continue{background:#e9ebf3;color:#141a33}
.fc-continue:hover{background:#dfe2ed}
.fc-buy{background:linear-gradient(180deg,#ffd23e,#f2b300);color:#4a3800;box-shadow:0 7px 18px rgba(242,179,0,.42)}
.fc-buy:hover{filter:brightness(1.04)}
.fc-buy:disabled{background:#e6e6ec;color:#a8adc0;box-shadow:none;cursor:not-allowed}
.fc-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#9aa0bd;font-weight:700;font-size:14px;text-align:center;padding:30px}
.restockflash{animation:restock 1.2s ease}
@keyframes restock{0%,20%,40%{box-shadow:0 0 0 4px var(--yellow),0 30px 70px rgba(0,0,0,.65)}10%,30%,50%{box-shadow:0 30px 70px rgba(0,0,0,.65)}}
.bootmsg{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;z-index:6;color:var(--dim);font-size:13px;font-weight:600}
.spinner{width:34px;height:34px;border-radius:50%;border:3px solid #2a2f4d;border-top-color:var(--yellow);animation:spin 1s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
/* ---------- kiosk (real machine replica) ---------- */
.scene{padding-top:64px}
.kiosk{width:100%;max-width:410px;position:relative}
.kbody{position:relative;background:linear-gradient(175deg,#f2e7c8,#e5d5ae 55%,#d8c597);border-radius:46px 46px 30px 30px;
  padding:72px 14px 18px;border:2px solid #ff3d1c;
  box-shadow:0 0 10px #ff3d1cbb,0 0 30px #ff3d1c55,0 0 70px #ff3d1c2c,0 26px 60px rgba(0,0,0,.6),inset 0 2px 8px #ffffff88,inset 0 -12px 26px #00000022}
.pokedisc{position:absolute;top:-56px;left:50%;transform:translateX(-50%);width:116px;height:116px;border-radius:50%;
  background:linear-gradient(180deg,#e3350d 0 43%,#141418 43% 56%,#ffffff 56% 100%);
  border:4px solid #141418;z-index:3;
  box-shadow:0 0 0 6px #f5edd6,0 0 26px #ffffff77,0 10px 30px rgba(0,0,0,.5),inset 0 -6px 16px #00000033}
.pokedisc::after{content:'';position:absolute;inset:0;margin:auto;width:34px;height:34px;border-radius:50%;
  background:#fff;border:5px solid #141418;box-shadow:0 0 18px #ffffffcc}
.kmain{display:flex;gap:9px}
.kscreen{flex:1;background:#0d0d0f;border-radius:16px;padding:7px;box-shadow:0 4px 18px rgba(0,0,0,.45),inset 0 0 0 1px #333}
.mscreen{background:#f5f5f7;border-radius:10px;height:474px;position:relative;overflow:hidden;color:#1c1c22;display:flex;flex-direction:column}
.mscreen .bootmsg{color:#777;background:#f5f5f7}
.kside{width:44px;display:flex;flex-direction:column;align-items:center;gap:16px;padding-top:64px}
.kcam{width:12px;height:12px;border-radius:50%;background:#141418;box-shadow:inset 0 0 4px #000,0 0 0 2px #cbbb8e}
.kreader{width:40px;height:120px;background:linear-gradient(180deg,#17171b,#0a0a0d);border-radius:10px;
  border:2px solid #ff3d1c;box-shadow:0 0 8px #ff3d1c88,inset 0 2px 6px #000;position:relative}
.kreader::before{content:'';position:absolute;top:12px;left:6px;right:6px;height:26px;background:#26262c;border-radius:4px;box-shadow:inset 0 0 6px #000}
.kreader::after{content:'';position:absolute;bottom:10px;left:50%;transform:translateX(-50%);width:16px;height:16px;background:#2c2c33;border-radius:4px}
.ktray{margin-top:13px;height:56px;background:linear-gradient(180deg,#141417,#000);border-radius:16px;border:2px solid #ff3d1c;
  box-shadow:0 0 10px #ff3d1c77,inset 0 6px 18px #000;position:relative;overflow:hidden}
.ktray.drop::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,#ffcb0555,transparent 70%);animation:traypulse .9s ease 3}
@keyframes traypulse{0%,100%{opacity:0}50%{opacity:1}}
/* product visual wrapper */
.pv{height:100%;width:100%;display:flex;align-items:center;justify-content:center;position:relative}
.wrapimg{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 3px 6px rgba(0,0,0,.28))}
.invitem .pv{height:94px}
.sheet .pv{height:120px;width:140px}
/* attract screen */
.attract{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;cursor:pointer;padding:12px 12px 12px;gap:8px;min-height:0}
.attract .agrid{overflow:hidden;display:block;width:100%;max-width:100%;height:340px;position:relative}
.attract .agrid-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;animation:scrollup 18s linear infinite}
.attract .acell{background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:5px;box-shadow:0 1px 4px #00000022;overflow:hidden}
.attract .prod-pack{transform:scale(.78)}
.attract .cuboid{transform:scale(.72)}
@keyframes scrollup{0%{transform:translateY(0)}100%{transform:translateY(-50%)}}
.starters{display:flex;align-items:flex-end;justify-content:center;gap:0;margin-top:-26px;position:relative;z-index:2;pointer-events:none}
.starters img{width:54px;height:54px;object-fit:contain;filter:drop-shadow(0 3px 5px rgba(0,0,0,.3))}
.starters img.pika{width:72px;height:72px}
.touchbar{width:100%;flex:none;background:linear-gradient(180deg,#ffce31,#f2b705);color:#fff;text-shadow:0 1px 2px #00000044;
  font-weight:800;font-size:17px;letter-spacing:.05em;text-align:center;padding:12px;border-radius:10px;animation:touchpulse 2s ease infinite}
@keyframes touchpulse{0%,100%{transform:scale(1)}50%{transform:scale(1.02)}}
/* catalog screen */
.cathead{display:flex;justify-content:space-between;align-items:center;padding:8px 11px;background:#fff;border-bottom:1px solid #e4e4e9;
  font-size:10px;font-weight:700;color:#555;flex:none}
.cathead .live{color:#1fa053}
.cathead .rt{color:#c0392b}
.cathead .rt b{font-variant-numeric:tabular-nums}
.catgrid{flex:1;overflow-y:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px;align-content:start}
.citem{background:#fff;border-radius:9px;padding:7px 5px 8px;text-align:center;cursor:pointer;position:relative;
  box-shadow:0 1px 5px #00000014;display:flex;flex-direction:column;gap:5px;transition:.15s}
.citem:not(.out):hover{transform:translateY(-2px);box-shadow:0 5px 14px #00000026}
.citem.out{cursor:default}
.citem .cimg{height:80px;display:flex;align-items:center;justify-content:center;position:relative}
.citem.out .cimg{opacity:.5;filter:grayscale(.5)}
.citem .prod-pack{transform:scale(.82)}
.citem .cuboid{transform:scale(.76)}
.citem .cname{font-size:8.4px;font-weight:600;color:#3a3a44;line-height:1.3;min-height:33px}
.citem .cprice{font-size:10.5px;font-weight:800;color:#16161c}
.soldband{position:absolute;left:-6px;right:-6px;top:32px;background:#141418;color:#fff;font-size:8.5px;font-weight:800;
  letter-spacing:.22em;padding:4px 0;z-index:3;box-shadow:0 2px 6px #00000055}
.catfoot{display:flex;justify-content:space-around;align-items:center;background:#1b1b21;padding:8px 0;flex:none}
.catfoot span{color:#9a9aa8;font-size:7.5px;font-weight:700;letter-spacing:.1em;display:flex;flex-direction:column;align-items:center;gap:3px;cursor:pointer}
.catfoot span i{font-style:normal;font-size:13px;line-height:1}
/* yellow add-to-cart badge (like the real kiosk) */
.cartbtn{position:absolute;top:-3px;right:-3px;width:27px;height:27px;border-radius:50%;z-index:4;
  background:linear-gradient(180deg,#ffd23e,#f2b705);display:flex;align-items:center;justify-content:center;
  box-shadow:0 2px 7px #00000038;color:#fff}
.cartbtn svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.cartbtn b{position:absolute;top:1px;right:3px;font-size:9px;color:#fff;text-shadow:0 1px 1px #00000044}
.citem{overflow:visible}
/* idle "need more time?" popup */
.idlewrap{position:absolute;inset:0;background:#00000055;display:flex;align-items:center;justify-content:center;z-index:10}
.idlebox{background:#fff;border-radius:14px;padding:22px 18px;width:80%;text-align:center;box-shadow:0 12px 40px #00000055;display:flex;flex-direction:column;gap:16px;animation:sheetup .22s ease}
.it1{font-size:15px;font-weight:800;letter-spacing:.08em;color:#2b2b33;line-height:1.5}
.idlebtns{display:flex;gap:10px}
.ibtn{flex:1;border:none;border-radius:9px;padding:12px;font-family:'Outfit';font-weight:800;font-size:13px;letter-spacing:.06em;cursor:pointer;transition:.12s}
.ibtn:active{transform:scale(.95)}
.iyes{background:linear-gradient(180deg,#ffce31,#f2b705);color:#fff;text-shadow:0 1px 2px #00000033}
.ino{background:#e9e9ee;color:#55555f}
/* collecting screen */
.collect{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:18px;text-align:center}
.collect .ct1{font-size:13px;font-weight:800;letter-spacing:.12em;color:#2b2b33;line-height:1.5}
.collect .cprod{height:132px;width:150px;display:flex;align-items:center;justify-content:center}
.collect .pika{width:84px;animation:pikawalk 1.5s ease-in-out infinite alternate}
@keyframes pikawalk{from{transform:translateX(-48px)}to{transform:translateX(48px)}}
.collect .pline{width:78%;height:2px;background:#33333d}
.collect .cwait{font-size:11px;font-weight:700;letter-spacing:.3em;color:#55555f}
/* real card back + pack wrap on opening */
.cbimg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:2}
.artfront{position:absolute;inset:0}
.artfront img{width:100%;height:100%;object-fit:cover}
.bigpack .partw{position:absolute;inset:0;overflow:hidden;border-radius:inherit}
.bigpack .ptop .partw img{position:absolute;top:0;left:0;width:100%;height:290px;object-fit:cover}
.bigpack .pbody .partw img{position:absolute;top:-44px;left:0;width:100%;height:290px;object-fit:cover}
