/* ARC PLUG V137 — temporary ARC Raiders shop restock mode */
.arc-restock-banner{
  margin:0 0 22px;
  padding:24px 26px;
  border:1px solid rgba(255,184,77,.30);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(255,154,42,.11),rgba(8,10,17,.96) 58%,rgba(125,82,255,.08));
  box-shadow:0 18px 60px rgba(0,0,0,.22);
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:18px;
  align-items:center;
  position:relative;
  overflow:hidden;
}
.arc-restock-banner:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,#ffb14a,#ff6b2b)}
.arc-restock-icon{width:54px;height:54px;border-radius:15px;display:grid;place-items:center;background:rgba(255,160,48,.12);border:1px solid rgba(255,177,73,.28);font-size:26px}
.arc-restock-copy{min-width:0}
.arc-restock-kicker{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:900;letter-spacing:.16em;color:#ffb14a;text-transform:uppercase;margin-bottom:6px}
.arc-restock-kicker i{width:7px;height:7px;border-radius:50%;background:#ff9b2f;box-shadow:0 0 14px rgba(255,155,47,.7)}
.arc-restock-copy h2{margin:0 0 7px;font-family:"Space Grotesk",Inter,sans-serif;font-size:clamp(22px,3vw,34px);line-height:1.02;color:#fff;letter-spacing:-.035em}
.arc-restock-copy p{margin:0;max-width:760px;color:rgba(236,240,255,.68);font-size:14px;line-height:1.6}
.arc-restock-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.arc-restock-actions a{min-height:42px;padding:0 15px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;border:1px solid rgba(255,255,255,.12);color:#fff;background:rgba(255,255,255,.055)}
.arc-restock-actions a:first-child{background:linear-gradient(135deg,#ff9b32,#ff6a2a);border-color:transparent;color:#0b0b0d}
body.arc-restock-active .vault-live-stock{border-color:rgba(255,164,50,.3)!important;background:rgba(255,150,38,.07)!important}
body.arc-restock-active .vault-live-stock i{background:#ff9b32!important;box-shadow:0 0 14px rgba(255,155,50,.65)!important}
body.arc-restock-active [data-add-product],
body.arc-restock-active #checkoutButton{
  opacity:.52!important;
  cursor:not-allowed!important;
  filter:saturate(.4)!important;
  pointer-events:auto!important;
}
body.arc-restock-active [data-add-product] svg{display:none!important}
body.arc-restock-active .vault-product{position:relative}
body.arc-restock-active .vault-product:after{
  content:"RESTOCKING";
  position:absolute;
  top:12px;
  right:12px;
  z-index:8;
  padding:7px 9px;
  border-radius:8px;
  border:1px solid rgba(255,174,65,.35);
  background:rgba(11,12,18,.91);
  color:#ffb152;
  font-size:9px;
  font-weight:900;
  letter-spacing:.13em;
  box-shadow:0 8px 22px rgba(0,0,0,.28);
}
body.arc-restock-active .vault-hero{border-color:rgba(255,163,48,.22)!important}
.arc-restock-cart-note{margin:10px 0 0;padding:11px 12px;border-radius:10px;border:1px solid rgba(255,173,64,.25);background:rgba(255,153,36,.07);color:#ffc16c;font-size:11px;font-weight:800;line-height:1.45;text-align:center}
@media(max-width:760px){
  .arc-restock-banner{grid-template-columns:auto 1fr;padding:18px 16px;gap:13px;border-radius:15px}
  .arc-restock-icon{width:46px;height:46px;border-radius:13px;font-size:22px}
  .arc-restock-actions{grid-column:1/-1;justify-content:stretch}
  .arc-restock-actions a{flex:1 1 140px}
  .arc-restock-copy p{font-size:13px}
}
