﻿.shopIntro{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0}.shopIntro h2{margin:0 0 6px}.contactField{min-width:360px;margin:0}.productGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:18px 0}.productCard{min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;position:relative;overflow:hidden}.productCard:before{content:"";position:absolute;inset:-40%;background:radial-gradient(circle at 50% 0,rgba(93,140,255,.16),transparent 42%);pointer-events:none}.productCard.hot{border-color:#5d8cff;background:linear-gradient(180deg,#14213d,#0e1322)}.productIcon{width:64px;height:64px;border-radius:18px;display:grid;place-items:center;background:#1d315a;color:#7da2ff;font-size:38px;font-weight:900;box-shadow:0 0 30px rgba(93,140,255,.15)}.productCard h2{margin:2px 0;color:#f4f7ff;font-size:24px}.price{font-size:32px;line-height:1;color:#ffe28a;font-weight:1000}.stockBuy{border:0;background:transparent;color:#9fb1d1;font-size:13px;font-weight:800;cursor:pointer}.stockBuy:hover{color:#7da2ff;text-decoration:underline}.buyGrid{grid-template-columns:1fr 1fr}.payBox p{color:#dce8ff}.payBtn{display:inline-flex;margin:8px 0 10px;padding:12px 16px;border-radius:12px;background:#5d8cff;color:white;font-weight:900;text-decoration:none}.hidden{display:none}.orderResult{margin-top:12px;padding:14px;border:1px dashed #334762;border-radius:12px;white-space:pre-wrap;color:#dce8ff;background:#08101e;font-family:inherit;min-height:110px}@media(max-width:900px){.shopIntro{display:block}.contactField{min-width:0;margin-top:12px}.productGrid,.buyGrid{grid-template-columns:1fr}}
