:root{--sitemap-surface:#ffffff;--sitemap-border:rgba(15,23,42,0.08);--sitemap-text:#0f172a;--sitemap-muted:#64748b;--sitemap-shadow:0 12px 32px rgba(10,43,83,0.08);}
body.bmc-sitemap{--body-background-color:#f8fafc}
.sitemap-page{padding-bottom:4rem;}
.sitemap-grid{padding:1.5rem 0 2.5rem;}
.sitemap-card{display:flex;flex-direction:column;height:100%;text-decoration:none;background:var(--sitemap-surface);border:1px solid var(--sitemap-border);border-radius:1rem;padding:1.5rem 1.25rem;box-shadow:0 2px 8px rgba(15,23,42,0.04);transition:transform 0.25s ease,box-shadow 0.25s ease,border-color 0.25s ease;}
.sitemap-card:hover,.sitemap-card:focus{transform:translateY(-4px);box-shadow:var(--sitemap-shadow);border-color:rgba(59,130,246,0.2);}
.sitemap-card .icon{margin-bottom:1.25rem;}
.sitemap-card .icon img{width:3rem;height:3rem;object-fit:contain;}
.sitemap-card .card-title{font-size:1rem;font-weight:600;color:var(--sitemap-text);margin-bottom:0.625rem;line-height:1.35;}
.sitemap-card .text{font-size:0.8125rem;line-height:1.5;color:var(--sitemap-muted);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:3.75rem;}
@media (max-width:767.98px){.sitemap-grid{padding-top:1rem;}}
