.gallery-toolbar{display:grid;gap:14px}.gallery-categories{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.gallery-categories button{width:auto;min-width:max-content;margin:0;padding:10px 14px}.gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.gallery-card{background:linear-gradient(180deg,#151519,#0b0b0e);border:1px solid #3b311b;border-radius:24px;overflow:hidden;display:grid;grid-template-rows:190px 1fr auto;box-shadow:0 18px 42px #0008}.gallery-preview{position:relative;display:grid;place-items:center;background:radial-gradient(circle at 50% 35%,#35280d,#09090c 72%);font-size:54px;color:#f4d86f;overflow:hidden}.gallery-preview:empty:after{content:attr(data-fallback);font-size:54px;color:#f4d86f}.gallery-preview img{width:100%;height:100%;object-fit:cover}.gallery-card-body{padding:16px}.gallery-card-body h3{margin:8px 0;color:#f4d86f;font-size:20px}.gallery-card-body p{margin:0 0 12px;color:#a79f8d;line-height:1.6;min-height:50px}.gallery-card-body small{color:#8f8879}.gallery-meta{display:flex;justify-content:space-between;gap:8px;align-items:center;color:#b7ae9a;font-size:12px}.rarity{border:1px solid #4a402c;border-radius:999px;padding:4px 8px}.rarity-rare{border-color:#4f76b8}.rarity-epic{border-color:#8554b8}.rarity-legendary{border-color:#b88421;color:#f4d86f}.rarity-mythic,.rarity-immortal{border-color:#b84f73}.gallery-store-link{margin:0 14px 14px}.gallery-nav-injected{flex:0 0 auto}@media(max-width:560px){.gallery-grid{grid-template-columns:1fr}.gallery-card{grid-template-rows:220px 1fr auto}}