:root{--HomeView-const-module-cardSize:240px;--HomeView-const-module-spacing:12px;--HomeView-const-module-marginBottom:48px;--HomeView-const-module-content-padding-v:0;--HomeView-const-module-content-padding-h:12px;--HomeView-const-module-content-maxWidth:480px}.HomeView-poolModule{grid-template-rows:auto;grid-template-columns:var(--HomeView-const-module-cardSize)1fr;margin-bottom:var(--HomeView-const-module-marginBottom);gap:var(--HomeView-const-module-spacing);grid-template-areas:"card content"}.HomeView-poolModule-card{grid-area:card;container:PoolCard-squareMini/inline-size}.HomeView-poolModule-content{padding:var(--HomeView-const-module-content-padding-v)var(--HomeView-const-module-content-padding-h);grid-area:content;container-type:inline-size}.HomeView-poolModule-content-skeleton{background:var(--Skeleton-color,#e5e5e5);border-radius:8px;height:80px;animation:1.5s ease-in-out infinite skeleton-pulse}.HomeView-poolModule-emptyState{max-width:var(--HomeView-const-module-content-maxWidth)}.HomeView-poolModule-emptyState-title{font-weight:700}.HomeView-poolModule-emptyState-description{text-wrap:pretty;margin-top:4px;margin-bottom:16px}@container not (min-width:640px){.HomeView-poolModule{grid-template:"card""content"/100%}.HomeView-poolModule-card{container-name:unset;margin-bottom:12px}}@container not (min-width:480px){.HomeView-poolModule-content{padding:0}}@keyframes skeleton-pulse{0%,to{opacity:.6}50%{opacity:.3}}
