.map-page{padding:2rem 0}.page-header{margin-bottom:3rem;text-align:center}.page-header .page-title{align-items:center;background:var(--gradient-primary);-webkit-background-clip:text;display:flex;font-size:2rem;font-weight:700;gap:.5rem;justify-content:center;margin-bottom:.5rem;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.page-header .page-title .title-icon{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:4px;height:32px;transform:rotate(15deg);width:8px}.page-header .page-desc{color:#cbd5e1;font-size:1rem}.map-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:3rem}.map-section{backdrop-filter:blur(10px);background:var(--bg-card);border:1px solid var(--border-color-light);border-radius:1rem;box-shadow:var(--shadow-lg);padding:1.5rem;transition:all .3s ease}.map-section:hover{border-color:rgba(99,102,241,.4);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.map-header{border-bottom:1px solid var(--border-color-light);margin-bottom:1.25rem;padding-bottom:.75rem}.map-header .map-title{font-size:1.25rem;font-weight:700}.map-header .map-title a{color:#f1f5f9;text-decoration:none;transition:color .2s}.map-header .map-title a:hover{color:#6366f1}.map-links{display:flex;flex-wrap:wrap;gap:.75rem}.map-links .map-link{background:var(--bg-tertiary);border-radius:.5rem;color:#cbd5e1;font-size:.875rem;padding:.375rem .75rem;transition:all .2s}.map-links .map-link:hover{background:rgba(99,102,241,.2);color:#6366f1}.quick-links-section{border-top:1px solid var(--border-color);margin-top:4rem;padding-top:3rem;text-align:center}.quick-links-section .section-title{align-items:center;color:#f1f5f9;display:flex;font-size:1.5rem;font-weight:700;gap:.75rem;justify-content:center;margin-bottom:2rem}.quick-links-section .section-title .title-icon{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:2px;height:24px;width:4px}.quick-links{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.quick-links .quick-link{align-items:center;backdrop-filter:blur(10px);background:var(--bg-card);border:1px solid var(--border-color-light);border-radius:1rem;box-shadow:var(--shadow-md);color:#f1f5f9;display:flex;flex-direction:column;gap:.75rem;min-width:120px;padding:1.5rem;transition:all .3s}.quick-links .quick-link svg{height:32px;stroke:#94a3b8;transition:stroke .3s;width:32px}.quick-links .quick-link span{font-weight:500}.quick-links .quick-link:hover{border-color:rgba(99,102,241,.4);box-shadow:var(--shadow-glow);color:#6366f1;transform:translateY(-4px)}.quick-links .quick-link:hover svg{stroke:#6366f1}