.map-page{padding:2rem 0}.page-header{margin-bottom:3rem;text-align:center}.page-header .page-title{align-items:center;background:linear-gradient(135deg,#00c9ff,#92fe9d);-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,#00c9ff,#92fe9d);border-radius:4px;height:32px;transform:rotate(15deg);width:8px}.page-header .page-desc{color:#6b7280;font-size:1rem}.map-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:3rem}.map-section{background:#fff;border:1px solid #f3f4f6;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,201,255,.05);padding:1.5rem;transition:all .3s ease}.map-section:hover{border-color:rgba(0,201,255,.2);box-shadow:0 12px 24px rgba(0,201,255,.1);transform:translateY(-4px)}.map-header{border-bottom:1px solid #f3f4f6;margin-bottom:1.25rem;padding-bottom:.75rem}.map-header .map-title{font-size:1.25rem;font-weight:700}.map-header .map-title a{color:#333;text-decoration:none;transition:color .2s}.map-header .map-title a:hover{color:#00c9ff}.map-links{display:flex;flex-wrap:wrap;gap:.75rem}.map-links .map-link{background:#f9fafb;border-radius:.5rem;color:#4b5563;font-size:.875rem;padding:.375rem .75rem;transition:all .2s}.map-links .map-link:hover{background:rgba(0,201,255,.1);color:#00c9ff}.quick-links-section{border-top:1px solid #e5e7eb;margin-top:4rem;padding-top:3rem;text-align:center}.quick-links-section .section-title{align-items:center;color:#333;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,#00c9ff,#92fe9d);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;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.05);color:#333;display:flex;flex-direction:column;gap:.75rem;min-width:120px;padding:1.5rem;transition:all .3s}.quick-links .quick-link svg{height:32px;stroke:#9ca3af;transition:stroke .3s;width:32px}.quick-links .quick-link span{font-weight:500}.quick-links .quick-link:hover{box-shadow:0 12px 24px rgba(0,201,255,.15);color:#00c9ff;transform:translateY(-4px)}.quick-links .quick-link:hover svg{stroke:#00c9ff}