.HomeCards_grid___OZ_1{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin:24px 0}@media (max-width:900px){.HomeCards_grid___OZ_1{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.HomeCards_grid___OZ_1{grid-template-columns:1fr}}.HomeCards_card__Ptmtl{display:flex;flex-direction:column;border-radius:8px;overflow:hidden;background-color:var(--gitbook-sidebar-bg,#f8fafc);border:1px solid var(--gitbook-border,#e5e7eb);text-decoration:none!important;color:var(--gitbook-text,#1f2937)!important;transition:all .2s ease;height:100%}.HomeCards_card__Ptmtl:hover{border-color:var(--gitbook-text-secondary,#9ca3af);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.05)}.dark .HomeCards_card__Ptmtl{background-color:#1a1a1a;border-color:#333}.dark .HomeCards_card__Ptmtl:hover{border-color:#555;box-shadow:0 4px 12px rgba(0,0,0,.2)}.HomeCards_imageWrapper__JbYAe{height:140px;width:100%;position:relative;overflow:hidden;border-bottom:1px solid var(--gitbook-border,#e5e7eb);background:linear-gradient(135deg,#fdfbfb,#ebedee)}.dark .HomeCards_imageWrapper__JbYAe{border-bottom-color:#333;background:linear-gradient(135deg,#2a2a2a,#1a1a1a)}.HomeCards_image__8MCPb{width:100%;height:100%;object-fit:cover;display:block}.HomeCards_content__tmXms{padding:16px;flex-grow:1;display:flex;flex-direction:column}.HomeCards_title__T4EJw{font-size:1.05rem;font-weight:600;margin:0 0 8px;line-height:1.4;color:var(--gitbook-text,#1f2937)}.dark .HomeCards_title__T4EJw{color:#fff}.HomeCards_description__Wdktp{font-size:.9rem;color:var(--gitbook-text-secondary,#6b7280);margin:0;line-height:1.5}.dark .HomeCards_description__Wdktp{color:#a0a0a0}