html,body{padding:0;margin:0;width:100%;height:100vh;height:100dvh;background-color:#1d1d1d}*{box-sizing:border-box}img{max-width:100%;height:auto}.dataset-card-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;justify-content:center;align-items:start;width:100%}@media (max-width: 768px){.dataset-card-container{display:flex;flex-direction:column;align-items:center;gap:16px}.dataset-card-mobile{width:calc(100vw - 32px);max-width:none;margin:0 16px}}.dataset-card{overflow:hidden;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.dataset-card *{max-width:100%;word-wrap:break-word}.dataset-content{overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.dataset-title{overflow-wrap:break-word;word-break:break-word;text-align:center}.dataset-description{overflow-wrap:break-word;word-break:break-word;line-height:1.4}
