.store-layout{display:grid;grid-template-columns:1.05fr 1fr;gap:32px;align-items:start;margin:30px 0 64px}.store-art-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.store-art-grid img{display:block;width:100%;height:auto;image-rendering:pixelated;border-radius:5px}.store-card{background:var(--surface,#1b1b1c);border:1px solid #38383b;border-radius:12px;padding:32px}.store-card h2{font-size:24px;margin:0 0 10px}.store-price{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid #38383b;padding-bottom:22px;margin-bottom:24px}.store-price strong{font-size:32px;letter-spacing:-1px}.store-price span,.store-card>p{color:#aaa9ad}.store-requirements{margin:20px 0;padding:0;list-style:none}.store-requirements li{display:flex;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid #333336}.store-requirements span{color:#aaa9ad}.store-card .button{width:100%;justify-content:center}.store-status{min-height:48px;font-size:14px;line-height:1.6;margin:16px 0;color:#c3c1c8}.store-boundary{font-size:13px;line-height:1.6;color:#a4a2aa;margin:22px 0 0}.collection-tools{display:flex;align-items:center;gap:12px;margin:20px 0;flex-wrap:wrap}.collection-tools input,.collection-tools select{background:#1e1e20;color:#eee;border:1px solid #444347;border-radius:7px;padding:11px 13px;font:inherit}.collection-tools input{flex:1;min-width:140px}.collection-tools label{font-size:13px;color:#aaa}.collection-pager{display:flex;gap:18px;justify-content:center;align-items:center;margin:28px 0}.collection-pager button{border:1px solid #4b4a4f;border-radius:6px;background:#242426;color:#ece9f0;padding:10px 18px;font:inherit;cursor:pointer}.collection-pager button:disabled{opacity:.4;cursor:default}.collection-pager span{color:#aaa9b0;font-size:14px}.store-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin:36px 0 64px}.store-steps h3{margin-bottom:8px;font-size:17px}.store-steps p{font-size:14px;line-height:1.7;color:#aaa9ad}.store-card [hidden]{display:none!important}.store-card button:disabled{cursor:default;opacity:.55}.store-card button:focus-visible,.collection-tools :focus-visible,.collection-pager button:focus-visible{outline:2px solid #bdb2e8;outline-offset:4px}@media(max-width:720px){.store-layout{grid-template-columns:1fr;gap:20px}.store-art-grid{grid-template-columns:repeat(4,1fr);gap:5px}.store-card{padding:23px}.store-steps{grid-template-columns:1fr;gap:16px}.store-price strong{font-size:28px}.collection-tools{gap:8px}.collection-tools label{width:100%}.collection-pager{gap:10px}.collection-pager button{padding:10px 13px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
