.card-deck-container{display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.card-wrapper{box-sizing:border-box;padding:0 15px}@media (min-width:576px){.card-wrapper{padding:0}}.card-item{border-radius:12px;display:flex;flex-direction:column;gap:48px;height:100%;padding:24px;position:relative;transition:all .25s ease-in-out;width:100%}.card-item.dark{background:var(--color-alpha-white-5);border:1px solid var(--color-alpha-white-5)}.card-item.dark.link-card:hover{background:var(--color-alpha-white-10);border:1px solid var(--color-alpha-white-10)}.card-item.light{background:var(--gray-light-mode-50);border:1px solid #e7eeff}.card-item.light.link-card:hover{background:var(--surface-light)}.card-item:hover .link .icon{transform:rotate(45deg)}.card-icon{height:64px;min-height:64px;min-width:64px;width:64px}.card-icon img{height:100%;object-fit:contain;width:100%}.card-content{height:100%;justify-content:space-between}.card-body,.card-content{display:flex;flex-direction:column;gap:16px;width:100%}.filter-light{filter:grayscale(1)brightness(0)invert()}a.mask-link{height:100%;left:0;position:absolute;top:0;width:100%;z-index:5}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}