.page_author_map { max-width: 1180px; margin: 0 auto; }
.author_map_header { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; align-items: flex-end; margin: 0 0 2rem; }
.author_map_header > div:first-child { flex: 1 1 520px; min-width: 0; }
.author_map_header h1 { margin: .15rem 0 .5rem; font-size: clamp(1.85rem, 3vw, 2.75rem); }
.author_map_header p { max-width: 720px; margin: 0; color: #526173; }
.author_map_eyebrow { color: #2463a9 !important; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.author_map_stats { display: flex; flex: 0 1 auto; gap: .75rem; }
.author_map_stats div { box-sizing: border-box; min-width: 90px; padding: .8rem 1rem; border: 1px solid #dde4ec; border-radius: 10px; background: #f8fafc; text-align: center; }
.author_map_stats strong, .author_map_stats span { display: block; }
.author_map_stats strong { color: #174f8d; font-size: 1.45rem; line-height: 1; }
.author_map_stats span { margin-top: .35rem; color: #667486; font-size: .75rem; }
.author_map_layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 1.25rem; align-items: start; }
.author_map_panel, .author_map_ranking, .author_map_empty { border: 1px solid #dde4ec; border-radius: 12px; background: #fff; box-shadow: 0 8px 28px rgba(31, 55, 79, .07); }
.author_map_panel { position: relative; width: 100%; max-width: var(--author-map-width, 1000px); overflow: hidden; }
.author_map_canvas { width: 100%; height: min(62vw, var(--author-map-height, 560px)); min-height: min(390px, var(--author-map-height, 560px)); background: #fbfcfd; }
.author_map_canvas .leaflet-container { font-family: inherit; }
.author_map_legend { position: absolute; z-index: 500; left: 22px; bottom: 18px; display: flex; align-items: center; gap: 8px; padding: 7px 9px; border-radius: 6px; background: rgba(255,255,255,.9); color: #334155; font-size: .75rem; box-shadow: 0 2px 9px rgba(15, 23, 42, .14); }
.author_map_legend i { display: block; width: 150px; height: 11px; border-radius: 2px; background: linear-gradient(90deg, var(--author-map-color-light, #d9e8fb), var(--author-map-color-dark, #2563b8)); }
.author_map_ranking { padding: 1.15rem; }
.author_map_ranking h2 { margin: 0 0 .85rem; font-size: 1rem; }
.author_map_ranking ol { max-height: 530px; overflow: auto; margin: 0; padding: 0; list-style: none; }
.author_map_ranking li { display: flex; justify-content: space-between; gap: 1rem; padding: .62rem 0; border-bottom: 1px solid #edf1f5; color: #3f4d5d; font-size: .88rem; }
.author_map_ranking li:last-child { border-bottom: 0; }
.author_map_ranking strong { color: #174f8d; }
.author_map_empty { padding: 4rem 2rem; text-align: center; }
.author_map_empty_icon { color: #82aee0; font-size: 4rem; line-height: 1; }
.author_map_empty h2 { margin: 1rem 0 .5rem; }
.author_map_empty p { max-width: 620px; margin: 0 auto; color: #64748b; }
.block_author_map .content p { margin-top: 0; }
.author_map_sidebar_link { font-weight: 700; }
.author_map_load_error { display: flex; align-items: center; justify-content: center; color: #8b2c2c; }
.author_map_home { margin: 0 0 2.5rem; }
.author_map_home_heading { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 1rem; margin-bottom: 1rem; }
.author_map_home_heading h2 { margin: .15rem 0 0; }
.author_map_home .author_map_canvas { height: min(54vw, var(--author-map-height, 560px)); }
.author_map_home_empty { margin: .8rem 0 0; color: #64748b; font-size: .9rem; }
@media (max-width: 780px) {
	.author_map_header { display: block; }
	.author_map_stats { margin-top: 1.25rem; }
	.author_map_layout { grid-template-columns: 1fr; }
	.author_map_canvas { height: 430px; min-height: 330px; }
	.author_map_ranking ol { max-height: none; }
}
