.sitemap-page{max-width:1200px;margin:50px auto 0;padding:1rem;font-family:var(--font-geist-sans);background-color:#0f0f0f;min-height:calc(100vh - 100px);color:#ffffff}.sitemap-header{text-align:center;margin-bottom:2rem}.sitemap-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#bb86fc,#6200ea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sitemap-subtitle{font-size:1.1rem;color:#b3b3b3;max-width:600px;margin:0 auto}.sitemap-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem}.sitemap-card{border-radius:12px;padding:1rem;box-shadow:0 4px 20px rgba(0,0,0,.3);border:1px solid #333}.sitemap-card.main-pages{background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}.sitemap-card.content-contact{background:linear-gradient(135deg,#1e3a8a,#1e1b4b);color:white}.sitemap-card.legal-pages{background:linear-gradient(135deg,#424242,#616161)}.sitemap-card-title{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#ffffff}.sitemap-card.content-contact .sitemap-card-title{color:white}.sitemap-list{list-style:none;padding:0;line-height:2.2}.sitemap-link{text-decoration:none;font-size:1rem;transition:all .3s ease;display:flex;align-items:center;padding:5px;border-radius:6px;margin:.25rem 0}.sitemap-card.legal-pages .sitemap-link,.sitemap-card.main-pages .sitemap-link{color:#e0e0e0}.sitemap-card.content-contact .sitemap-link{color:rgba(255,255,255,.9)}.sitemap-link:hover{background-color:#ffffff0d;border:1px solid #ffffff;border-radius:6px;color:#ffffff}.sitemap-xml-section{text-align:center;padding:2rem;background:rgba(30,30,30,.5);border-radius:12px;border:1px solid rgba(60,60,60,.5)}.sitemap-xml-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#ffffff}.sitemap-xml-button{display:inline-block;padding:.75rem 1.5rem;background:linear-gradient(135deg,#374151,#111827);color:white;text-decoration:none;border-radius:8px;font-size:.95rem;font-weight:500;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.3);border:1px solid #4b5563}.sitemap-xml-button:hover{transform:translateY(-2px);background:linear-gradient(135deg,#4b5563,#1f2937);box-shadow:0 4px 15px rgba(0,0,0,.4)}@media (max-width:768px){.sitemap-page{margin-top:30px;padding:1rem}.sitemap-title{font-size:2rem}.sitemap-grid{grid-template-columns:1fr;gap:1rem}.sitemap-card{padding:1rem}}