.SetsGallery-module__W5knRG__container{background:var(--c-bg-page);min-height:100vh;color:var(--c-text-primary);font-variant-numeric:tabular-nums;padding:100px 36px 48px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.SetsGallery-module__W5knRG__container,.SetsGallery-module__W5knRG__container *{box-sizing:border-box}.SetsGallery-module__W5knRG__header{justify-content:space-between;align-items:flex-start;gap:20px;max-width:1400px;margin:0 auto 22px;display:flex}.SetsGallery-module__W5knRG__title{color:var(--c-text-primary);letter-spacing:-.03em;margin:0;font-size:26px;font-weight:700;line-height:1.1}.SetsGallery-module__W5knRG__accent{color:var(--c-accent)}.SetsGallery-module__W5knRG__subtitle{color:var(--c-text-secondary);max-width:720px;margin:6px 0 0;font-size:13px;font-weight:500}.SetsGallery-module__W5knRG__grid{grid-template-columns:1fr;gap:14px;width:100%;max-width:1400px;margin:0 auto;display:grid}.SetsGallery-module__W5knRG__setCard{background:var(--c-surface);border:1px solid var(--c-border);box-shadow:var(--c-shadow-md);color:inherit;cursor:pointer;border-radius:14px;flex-direction:column;text-decoration:none;transition:transform .16s,box-shadow .16s,border-color .16s;display:flex;overflow:hidden}.SetsGallery-module__W5knRG__setCard:hover{border-color:var(--c-accent-border);box-shadow:var(--c-shadow-lg);transform:translateY(-2px)}.SetsGallery-module__W5knRG__thumbnailWrap{aspect-ratio:16/11;background:var(--c-surface-alt);width:100%;position:relative;overflow:hidden}.SetsGallery-module__W5knRG__thumbnailImage{object-fit:cover;object-position:center 30%;transition:transform .4s}.SetsGallery-module__W5knRG__setCard:hover .SetsGallery-module__W5knRG__thumbnailImage{transform:scale(1.04)}.SetsGallery-module__W5knRG__cardContent{flex-direction:column;gap:10px;padding:14px 16px;display:flex}.SetsGallery-module__W5knRG__setName{color:var(--c-text-primary);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;line-height:1.3;overflow:hidden}.SetsGallery-module__W5knRG__setMeta{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.SetsGallery-module__W5knRG__setCodeTag{background:var(--c-accent-bg);min-height:18px;color:var(--c-accent);font-family:var(--font-roboto-mono);letter-spacing:.04em;text-transform:uppercase;border-radius:5px;align-items:center;padding:0 6px;font-size:10px;font-weight:700;display:inline-flex}.SetsGallery-module__W5knRG__regionBadge{background:var(--c-badge-code-bg);min-height:18px;color:var(--c-text-tertiary);font-family:var(--font-roboto-mono);letter-spacing:.02em;border-radius:5px;align-items:center;padding:0 6px;font-size:10px;font-weight:600;display:inline-flex}.SetsGallery-module__W5knRG__regionBadge[data-region=asian]{background:var(--c-info-bg);color:var(--c-info)}.SetsGallery-module__W5knRG__setFooter{justify-content:space-between;align-items:center;display:flex}.SetsGallery-module__W5knRG__cardCount{font-family:var(--font-roboto-mono);color:var(--c-text-tertiary);font-variant-numeric:tabular-nums;font-size:12px;font-weight:500}.SetsGallery-module__W5knRG__setArrow{color:var(--c-text-muted);justify-content:center;align-items:center;transition:color .16s,transform .16s;display:inline-flex}.SetsGallery-module__W5knRG__setCard:hover .SetsGallery-module__W5knRG__setArrow{color:var(--c-accent);transform:translate(2px)}.SetsGallery-module__W5knRG__skeleton{background:linear-gradient(90deg, var(--c-surface) 25%, var(--c-surface-alt) 50%, var(--c-surface) 75%);z-index:1;background-size:200% 100%;animation:1.5s infinite SetsGallery-module__W5knRG__shimmer;position:absolute;inset:0}@keyframes SetsGallery-module__W5knRG__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.SetsGallery-module__W5knRG__fallback{background:linear-gradient(135deg, var(--c-surface-alt), var(--c-surface));font-family:var(--font-roboto-mono);color:var(--c-accent);opacity:.7;letter-spacing:.05em;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex;position:absolute;inset:0}@media (min-width:560px){.SetsGallery-module__W5knRG__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:900px){.SetsGallery-module__W5knRG__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1180px){.SetsGallery-module__W5knRG__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}}@media (min-width:1500px){.SetsGallery-module__W5knRG__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:768px){.SetsGallery-module__W5knRG__container{padding:80px 16px 40px}.SetsGallery-module__W5knRG__header{flex-direction:column}}@media (max-width:559px){.SetsGallery-module__W5knRG__grid{grid-template-columns:1fr}}