.shop-gift-backdrop{position:fixed;inset:0;z-index:95;display:none;place-items:center;padding:20px;background:rgba(0,4,12,.76);backdrop-filter:blur(8px)}
.shop-gift-backdrop.is-open{display:grid}
.shop-gift-modal{position:relative;width:min(92vw,560px);overflow:hidden;border:1px solid rgba(64,166,255,.45);border-radius:26px;background:linear-gradient(160deg,#0a1629 0%,#050a12 70%);box-shadow:0 30px 90px rgba(0,0,0,.65),0 0 42px rgba(27,151,255,.18);color:#f4f8ff;text-align:center}
.shop-gift-modal:before{content:"";position:absolute;inset:-45% -25% auto;height:260px;background:radial-gradient(circle,rgba(38,164,255,.30),transparent 68%);pointer-events:none}
.shop-gift-inner{position:relative;padding:34px 30px 30px}
.shop-gift-icon{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 17px;border:1px solid rgba(87,185,255,.38);border-radius:22px;background:#0d2442;box-shadow:0 0 30px rgba(30,149,255,.20);font-size:34px}
.shop-gift-kicker{margin:0 0 7px;color:#62b8ff;font-size:.78rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.shop-gift-modal h2{margin:0;color:#fff;font-size:clamp(1.65rem,4vw,2.25rem);line-height:1.08}
.shop-gift-lead{margin:14px auto 0;max-width:470px;color:#c6d5e8;font-size:1rem;line-height:1.6}
.shop-gift-highlight{margin:20px 0 0;padding:17px;border:1px solid rgba(50,145,229,.33);border-radius:18px;background:rgba(8,33,62,.74)}
.shop-gift-highlight strong{display:block;color:#86cdff;font-size:1.08rem}
.shop-gift-highlight span{display:block;margin-top:5px;color:#f4f8ff}
.shop-gift-actions{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:22px}
.shop-gift-ok,.shop-gift-close{border:0;border-radius:14px;cursor:pointer;font:inherit;font-weight:900}
.shop-gift-ok{padding:14px 18px;background:linear-gradient(180deg,#249dff,#0668e9);color:#fff;box-shadow:0 12px 28px rgba(0,116,255,.28)}
.shop-gift-close{position:absolute;top:14px;right:14px;width:40px;height:40px;background:rgba(4,11,21,.86);border:1px solid rgba(95,139,190,.3);color:#dbeaff;font-size:20px}
.shop-gift-later{padding:14px 18px;background:#0b1628;border:1px solid #263e61;border-radius:14px;color:#b9cbe2;cursor:pointer;font:inherit;font-weight:800}
@media(max-width:540px){.shop-gift-inner{padding:30px 18px 20px}.shop-gift-actions{grid-template-columns:1fr}.shop-gift-modal{border-radius:22px}}
