.Gallery_gallery__HejGD{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:16px;gap:16px;margin:1.5rem 0}.Gallery_card__v_xxC{position:relative;display:flex;flex-direction:column;border:1px solid var(--gds-card-border);border-radius:8px;background:var(--gds-card-bg);overflow:hidden;color:inherit;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;--gds-card-border:rgba(0,0,0,0.12);--gds-card-bg:#ffffff;--gds-card-preview-bg:#fafafa;--gds-card-name-color:#18181b;--gds-card-description-color:rgba(0,0,0,0.62);--gds-card-shadow-hover:0 6px 16px rgba(0,0,0,0.08);--gds-card-border-hover:rgba(0,0,0,0.24)}html.dark .Gallery_card__v_xxC{--gds-card-border:rgba(255,255,255,0.12);--gds-card-bg:#18181b;--gds-card-preview-bg:#1f1f24;--gds-card-name-color:#f4f4f5;--gds-card-description-color:rgba(255,255,255,0.62);--gds-card-shadow-hover:0 6px 16px rgba(0,0,0,0.4);--gds-card-border-hover:rgba(255,255,255,0.24)}.Gallery_card__v_xxC:hover{transform:translateY(-2px);box-shadow:var(--gds-card-shadow-hover);border-color:var(--gds-card-border-hover)}.Gallery_card__v_xxC:has(.Gallery_name__3iQxZ:focus-visible){outline:2px solid #2563eb;outline-offset:2px}.Gallery_preview__bN9_K{display:flex;align-items:center;justify-content:center;height:140px;padding:16px;background:var(--gds-card-preview-bg);border-bottom:1px solid var(--gds-card-border);overflow:hidden;pointer-events:none}.Gallery_preview__bN9_K>*{max-width:100%}.Gallery_body__gH0RZ{padding:12px 16px}.Gallery_name__3iQxZ{display:inline-block;font-size:14px;font-weight:600;color:var(--gds-card-name-color);margin-bottom:2px;text-decoration:none}.Gallery_name__3iQxZ:after{content:"";position:absolute;inset:0;z-index:1}.Gallery_description__rHnyN{font-size:12px;line-height:1.4;color:var(--gds-card-description-color)}