#shop{position:fixed;top:0;right:0;bottom:0;left:0;display:none;flex-direction:column;width:100vw;max-width:100vw;height:100vh;max-height:100vh;overflow-y:auto;margin:0;padding:0 0 28px;box-sizing:border-box;background:linear-gradient(180deg,#131318,#0a0a0e);border:none;color:#e8e8ef;font-family:Segoe UI,system-ui,sans-serif;scrollbar-width:thin;scrollbar-color:#ff8c00 #1a1a22;z-index:200}#shop::-webkit-scrollbar{width:10px}#shop::-webkit-scrollbar-track{background:#12121a}#shop::-webkit-scrollbar-thumb{background:#3a3a48;border-radius:5px}#shop::-webkit-scrollbar-thumb:hover{background:#ff8c00}.shop-header{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 26px;background:#0f0f16eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #26262f}#shop h2{margin:0;font-size:24px;font-weight:800;letter-spacing:2px;background:linear-gradient(90deg,#ffb347,#ff8c00);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}#btn-close-shop-top{flex-shrink:0;width:38px;height:38px;border-radius:10px;border:1px solid #3a3a48;background:#1c1c26;color:#e8e8ef;font-size:17px;cursor:pointer;transition:.15s}#btn-close-shop-top:hover{background:#ff3b30;border-color:#ff3b30;color:#fff}.shop-balance{display:flex;gap:10px;font-size:14px;font-weight:700;font-family:Courier New,monospace}.shop-balance span{padding:7px 14px;border-radius:999px;white-space:nowrap}.shop-balance #shop-tokens{color:#ffd000;background:#ffd00017;border:1px solid rgba(255,208,0,.45)}.shop-balance #shop-money{color:#4ade80;background:#4ade8017;border:1px solid rgba(74,222,128,.45)}.shop-convert-row{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:16px;padding:0 20px}.shop-convert-row .shop-convert{margin:0}.shop-convert.token-to-money{background:#a78bfa14;border-color:#a78bfa80;color:#a78bfa}.shop-convert.token-to-money:hover{background:#a78bfa;color:#14101f;box-shadow:0 0 18px #a78bfa59}.shop-convert{display:block;margin:16px auto 4px;padding:9px 22px;background:#ffd00012;border:1px solid rgba(255,208,0,.5);border-radius:999px;color:#ffd000;cursor:pointer;font-size:13px;font-weight:600;transition:.18s}.shop-convert:hover{background:#ffd000;color:#14140a;box-shadow:0 0 18px #ffd00059}.shop-convert-error{width:fit-content;margin:8px auto 0;color:#ff7b7b;font-size:12.5px;padding:6px 14px;border-radius:8px;background:#ff3c3c1a;border:1px solid rgba(255,100,100,.45)}.shop-convert-error[hidden]{display:none}.shop-section{width:100%;max-width:1280px;margin:26px auto 0;padding:0 32px;box-sizing:border-box}.shop-section h3{display:flex;align-items:center;gap:9px;margin:0 0 10px;font-size:13px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#9aa0b4}.sec-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;font-size:15px;border-radius:8px;background:#1c1c26;border:1px solid #30303e}.sec-cur{margin-left:auto;font-size:11px;letter-spacing:1px;padding:3px 10px;border-radius:999px}.sec-cur.money-cur{color:#4ade80;background:#4ade8014;border:1px solid rgba(74,222,128,.3)}.sec-cur.token-cur{color:#ffd000;background:#ffd00014;border:1px solid rgba(255,208,0,.3)}.sec-cur.rt-cur{color:#ff9f43;background:#ff9f4314;border:1px solid rgba(255,159,67,.35)}.shop-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px}.shop-item{display:flex;align-items:center;gap:12px;width:100%;min-height:64px;padding:10px 14px;box-sizing:border-box;text-align:left;background:linear-gradient(180deg,#17171f,#121218);border:1px solid #2a2a38;border-radius:12px;color:#e8e8ef;font-family:inherit;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.shop-item:hover{transform:translateY(-2px);border-color:#ff8c00;box-shadow:0 6px 20px #ff8c002e}.shop-item:active{transform:translateY(0)}.si-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:42px;height:42px;font-size:21px;border-radius:10px;background:#1e1e2a;border:1px solid #32323f}.si-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.si-name{font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.si-desc{font-size:11.5px;color:#8b90a3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.si-price{flex-shrink:0;font-size:12px;font-weight:800;font-family:Courier New,monospace;padding:5px 10px;border-radius:8px;white-space:nowrap}.si-price.money-cur{color:#4ade80;background:#4ade801a}.si-price.token-cur{color:#ffd000;background:#ffd0001a}.si-price.rt-cur{color:#ff9f43;background:#ff9f431f;font-weight:700}.shop-item.bought{background:#14141a;border-color:#23232c;cursor:default;opacity:.55}.shop-item.bought:hover{transform:none;box-shadow:none;border-color:#23232c}.shop-item.bought .si-name:after{content:" ✓";color:#4ade80}.shop-item.bought .si-price{visibility:hidden}#shop-cart{width:100%;max-width:1280px;margin:20px auto 0;padding:0 32px;box-sizing:border-box;color:#8b90a3;font-size:13px;min-height:20px}#btn-start-game-shop{display:block;margin:18px auto 4px;padding:14px 52px;background:linear-gradient(180deg,#ffa030,#ff7a00);border:none;border-radius:12px;color:#1a0e00;font-family:inherit;font-size:15px;font-weight:800;letter-spacing:1.5px;cursor:pointer;box-shadow:0 6px 22px #ff7a0059;transition:transform .15s ease,box-shadow .15s ease}#btn-start-game-shop:hover{transform:translateY(-2px);box-shadow:0 10px 28px #ff7a0080}#btn-start-game-shop:active{transform:translateY(0)}body[data-device=mobile] .shop-section,body[data-device=mobile] #shop-cart{padding:0 14px}body[data-device=mobile] .shop-header{flex-direction:column;gap:10px;padding:14px}body[data-device=mobile] .shop-balance{gap:8px;font-size:13px}body[data-device=mobile] .shop-section{margin:18px 14px 0}body[data-device=mobile] .shop-items{grid-template-columns:1fr}body[data-device=mobile] #btn-start-game-shop{width:calc(100% - 28px);margin:18px 14px 4px}
