.game-shop-shell{position:relative;min-height:100%;padding:16px;background:#080907;color:#17120c}.game-shop-topbar{display:flex;align-items:end;justify-content:space-between;gap:20px;max-width:1150px;margin:0 auto 8px;color:#e7ddc7}.game-shop-topbar h1{margin:0;font:900 42px/1 Georgia,serif;letter-spacing:.04em}.game-shop-topbar small{color:#a89b80}.game-shop-search{display:flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid #625744;background:#12110d}.game-shop-search input{width:min(32vw,320px);border:0;outline:0;background:transparent;color:#f1e9d8}.game-shop-nav{display:flex;gap:6px;max-width:1150px;margin:auto}.game-shop-nav button{position:relative;display:grid;grid-template-columns:34px auto;align-items:center;gap:7px;min-width:132px;height:54px;padding:6px 18px 6px 12px;border:0;background:#26231dcc;color:#d4c9b2;clip-path:polygon(0 0,88% 0,100% 50%,88% 100%,0 100%,8% 50%);cursor:pointer;filter:saturate(.45)}.game-shop-nav button.active{background:#d1b15d;color:#17120b;filter:none}.game-shop-nav img{width:30px;height:30px;object-fit:contain}.game-shop-nav span{font:800 16px Georgia,serif}.game-shop-scroll{max-width:1180px;margin:auto;overflow:auto;border:1px solid #332f26;background:#0a0907}.game-shop-board{position:relative;width:1150px;height:960px;margin:auto;background-size:100% 100%;background-repeat:no-repeat;background-position:center}.game-shop-tier{position:absolute}.game-shop-tier.tier-1{left:1.8%;top:18%;width:45%;height:33%}.game-shop-tier.tier-2{left:46.7%;top:4.5%;width:50%;height:47%}.game-shop-tier.tier-3{left:1.8%;top:54%;width:45%;height:43%}.game-shop-tier.tier-4{left:47%;top:54%;width:50%;height:43%}.game-shop-board.weapon .tier-3{width:56%}.game-shop-board.weapon .tier-4{left:62.4%;width:35.8%}.game-tier-price{position:absolute;z-index:3;top:-38px;left:10px;display:flex;align-items:center;gap:5px;min-width:92px;padding:5px 12px;border:2px solid #19140d;background:#090806;color:#f3dfae;font:900 18px/1 Georgia,serif;transform:rotate(-1deg)}.game-tier-price img{width:14px;height:19px;object-fit:contain}.game-shop-cards{display:grid;grid-template-columns:repeat(auto-fill,80px);grid-auto-rows:125px;gap:4px;align-content:start;height:100%;padding:5px 7px;overflow:hidden}.game-shop-card{position:relative;width:80px;height:125px;padding:0;border:0;border-radius:6px;background-image:var(--card);background-size:100% 100%;color:#231b12;cursor:pointer;filter:drop-shadow(2px 3px 3px #0007);transition:transform .06s,filter .06s}.game-shop-card:hover,.game-shop-card:focus-visible{z-index:5;transform:scale(1.1) rotate(-1deg);filter:drop-shadow(3px 5px 6px #000b) brightness(1.08);outline:2px solid #fff0be}.game-shop-card-icon{position:absolute;left:8px;top:19px;width:64px;height:64px;display:grid;place-items:center}.game-shop-card-icon img{max-width:60px;max-height:60px;object-fit:contain}.game-shop-card-name{position:absolute;left:5px;right:5px;bottom:8px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font:800 11px/1.05 Arial,sans-serif;text-align:center}.game-shop-card-cost{position:absolute;z-index:2;right:5px;top:4px;font:800 9px/1 Arial,sans-serif}.game-shop-detail{position:fixed;z-index:40;right:18px;top:70px;width:min(360px,calc(100vw - 36px));padding:20px;border:2px solid #b28f4d;background:#17130df2;color:#e8ddc7;box-shadow:0 18px 55px #000;transform:translateX(calc(100% + 40px));transition:transform .16s}.game-shop-detail.open{transform:none}.game-shop-detail>strong{display:block;margin:8px 0;font:900 26px Georgia,serif}.game-shop-detail-head{display:grid;grid-template-columns:82px 1fr;gap:12px;align-items:center}.game-shop-detail-head img{width:82px;height:82px;object-fit:contain;background:#30291e}.game-shop-detail-head strong,.game-shop-detail-head span{display:block}.game-shop-detail-head strong{font-size:22px}.game-shop-detail-head span{color:#e6ba5a}.game-shop-detail dl div{display:flex;justify-content:space-between;border-top:1px solid #463b2b;padding:8px 0}.game-shop-detail dd{margin:0}.game-shop-detail a{display:block;padding:10px;background:#b9954d;color:#17120b;text-align:center;text-decoration:none;font-weight:800}.game-shop-detail-close{position:absolute;right:8px;top:6px;border:0;background:none;color:#e8ddc7;font-size:26px;cursor:pointer}@media(max-width:800px){.game-shop-topbar{align-items:stretch;flex-direction:column}.game-shop-search input{width:100%}.game-shop-nav{overflow:auto}.game-shop-nav button{min-width:118px}.game-shop-scroll{margin-inline:-16px}}
