.sitemap-container{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.sitemap-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:80px 0 60px;text-align:center;position:relative;overflow:hidden}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.2);padding:8px 20px;border-radius:25px;margin-bottom:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:600;font-size:.9rem}.badge-icon{font-size:1rem}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.hero-highlight{background:linear-gradient(45deg,#ffd89b,#19547b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.2rem;opacity:.9;margin:0 auto 2.5rem;line-height:1.6}.hero-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{font-size:2.2rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(45deg,#ffd89b,#19547b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.9rem;opacity:.8;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.sitemap-content{padding:60px 0}.container{margin:0 auto;padding:0 20px}.empty-state{text-align:center;padding:80px 20px;color:#6c757d}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{margin-bottom:1rem;color:#495057}.quick-navigation{background:white;padding:30px;border-radius:20px;box-shadow:0 8px 25px rgba(0,0,0,.1);margin-bottom:40px}.section-title{font-size:1.6rem;font-weight:700;color:#2d3748;display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:25px}.section-icon{font-size:1.4rem}.nav-tags-container{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.nav-tag{padding:10px 18px;border-radius:25px;font-weight:600;font-size:.9rem;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.15)}.nav-tag,.nav-tag:hover{color:white;text-decoration:none}.nav-tag:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,.2)}.categories-container{display:flex;flex-direction:column;gap:25px}.category-card{background:white;border-radius:15px;padding:25px;box-shadow:0 8px 25px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;display:inline-block}.category-card:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(0,0,0,.15)}.category-header{display:flex;align-items:center;gap:15px;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #f1f5f9}.category-icon{width:60px;height:60px;border-radius:15px;justify-content:center;font-size:1.5rem;color:white;box-shadow:0 6px 15px rgba(0,0,0,.2);flex-shrink:0}.category-icon,.category-info{display:flex;align-items:center}.category-info{flex:1 1;gap:12px}.category-title{font-size:1.5rem;font-weight:700;color:#2d3748;margin:0}.category-badge{background:linear-gradient(45deg,#ff6b35,#f1c40f);color:white;padding:4px 10px;font-size:.75rem}.category-badge,.links-count{border-radius:15px;font-weight:600}.links-count{background:#f8fafc;color:#475569;padding:6px 12px;font-size:.8rem;white-space:nowrap}.links-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:12px;gap:12px}.sitemap-link{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8fafc;border-radius:10px;text-decoration:none;color:#475569;transition:all .3s ease;border:1px solid #e2e8f0}.sitemap-link:hover{background:#f1f5f9;transform:translateX(5px);color:#334155;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,.1)}.link-content{gap:10px;flex:1 1}.link-content,.link-icon{display:flex;align-items:center}.link-icon{width:28px;height:28px;border-radius:6px;background:white;justify-content:center;color:#667eea;box-shadow:0 2px 6px rgba(0,0,0,.1);font-size:.8rem;flex-shrink:0}.link-details{display:flex;flex-direction:column}.link-name{font-weight:600;color:#2d3748;font-size:.95rem}.link-path{font-size:.75rem;color:#64748b;margin-top:2px}.link-arrow{color:#94a3b8;transition:all .3s ease;font-weight:700}.sitemap-link:hover .link-arrow{color:#667eea;transform:translateX(3px)}.sitemap-cta{margin-top:50px}.cta-card{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:40px 30px;border-radius:15px;box-shadow:0 15px 35px rgba(0,0,0,.2);text-align:center}.cta-title{font-size:1.8rem;font-weight:700;margin-bottom:1rem}.cta-description{font-size:1.1rem;opacity:.9;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.cta-btn{padding:12px 25px;border-radius:25px;font-weight:600;text-decoration:none;transition:all .3s ease;display:flex;align-items:center;gap:8px;border:2px solid transparent}.cta-btn.primary{background:white;color:#667eea}.cta-btn.primary:hover{background:transparent;color:white;border-color:white;transform:translateY(-2px)}.cta-btn.secondary{background:transparent;color:white;border:2px solid white}.cta-btn.secondary:hover{background:white;color:#667eea;transform:translateY(-2px)}.btn-icon{font-size:1rem}@media (max-width:1024px){.hero-title{font-size:2.5rem}.hero-stats{gap:2rem}.links-container{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:768px){.sitemap-hero{padding:60px 0 40px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-stats{flex-direction:column;gap:1.5rem}.category-header{flex-direction:column;text-align:center;gap:12px}.category-info{flex-direction:column;gap:8px}.links-container{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.cta-btn{width:200px;justify-content:center}}@media (max-width:480px){.hero-title{font-size:1.8rem}.category-card{padding:20px}.cta-card{padding:30px 20px}.cta-title{font-size:1.5rem}.container{padding:0 15px}}