
:root{
 --bg:#f5f2ed;--panel:rgba(255,255,255,.94);--ink:#171514;--muted:#74706b;--line:#e4ddd4;
 --accent:#8d251d;--red:#d9251b;--shadow:0 24px 70px rgba(37,27,20,.12);
}
*{box-sizing:border-box}
body{margin:0;background:
 radial-gradient(circle at 10% 0%,rgba(215,160,110,.15),transparent 32%),
 radial-gradient(circle at 90% 0%,rgba(137,173,188,.16),transparent 30%),var(--bg);color:var(--ink);
 font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
.map-only-header{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;
 background:rgba(17,16,15,.96);color:#fff;position:relative;z-index:1100;border-bottom:1px solid rgba(255,255,255,.08)}
.map-only-header .brand{color:#fff;text-decoration:none;font-size:15px;font-weight:800;letter-spacing:.22em}
.map-only-header span{font-size:11px;letter-spacing:.08em;text-transform:uppercase;opacity:.7}
.map-only-main{padding:16px 18px 18px}.map-only-main>.section{padding:0;max-width:none}
.map-only-main .states-layout{height:calc(100vh - 92px);min-height:620px;display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:14px}
.map-only-main .map-card{height:100%;overflow:hidden;border:1px solid rgba(0,0,0,.08);border-radius:24px;background:#dce3e4;box-shadow:var(--shadow);position:relative}
.map-toolbar{height:52px;padding:0 15px;display:flex;align-items:center;gap:14px;background:rgba(20,18,17,.93);color:#fff;position:relative;z-index:500}
.map-toolbar strong{font-size:12px;letter-spacing:.03em}.map-toolbar span{font-size:11px;opacity:.65;margin-right:auto}
.map-controls{display:flex;gap:6px}.map-controls button{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#fff;border-radius:9px;padding:7px 9px;cursor:pointer}
.map-controls button:hover{background:rgba(255,255,255,.16)}
.map-only-main #world-map{height:calc(100% - 52px);min-height:0;background:#d8e1e3}
.leaflet-container{font:12px/1.4 Inter,system-ui,sans-serif;background:#d8e1e3}.leaflet-control-attribution{font-size:9px}
.map-error{padding:30px;background:#fff;color:#8d251d}.country-panel{height:100%;overflow:auto;background:var(--panel);border:1px solid rgba(0,0,0,.08);border-radius:24px;box-shadow:var(--shadow);padding:0 18px 18px;backdrop-filter:blur(18px)}
.country-panel::-webkit-scrollbar{width:9px}.country-panel::-webkit-scrollbar-thumb{background:#d7cfc7;border-radius:99px}
.empty-panel{display:grid;place-items:center;text-align:center;height:100%;min-height:400px;padding:35px;color:var(--muted)}
.panel-icon{font-size:48px;color:#aaa;margin-bottom:8px}.empty-panel h3{color:var(--ink);margin:0 0 7px;font-size:24px;font-weight:650}.empty-panel p{max-width:280px;margin:0;line-height:1.6;font-size:13px}
.loading-state{display:grid;place-items:center;text-align:center;min-height:260px;padding:24px;color:var(--muted)}.loading-state h3{margin:7px 0;color:var(--ink);font-size:26px}
.loading-state small,.eyebrow{font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:#9b948c}.loading-state p{max-width:290px;line-height:1.55}
.loading-orbit{width:42px;height:42px;border-radius:50%;border:3px solid #e9ddd5;border-top-color:var(--accent);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.country-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 2px 17px;position:sticky;top:0;background:linear-gradient(var(--panel) 88%,transparent);z-index:20;border-bottom:1px solid rgba(0,0,0,.07)}
.country-hero-title{display:flex;gap:12px;min-width:0}.flag-badge{font-size:36px;line-height:1}.country-hero h3{font-family:Georgia,"Times New Roman",serif;font-size:30px;line-height:1.05;margin:4px 0 4px}.country-hero p{margin:0;color:var(--muted);font-size:11px;line-height:1.45}
.ghost-link{flex:0 0 auto;padding:8px 10px;border:1px solid var(--line);border-radius:10px;color:var(--ink);text-decoration:none;font-size:10px}.ghost-link:hover{background:#faf7f3}
.language-tabs{display:flex;gap:6px;overflow:auto;padding:12px 0 7px;position:sticky;top:84px;z-index:15;background:rgba(245,242,237,.88);backdrop-filter:blur(10px)}
.lang-tab{border:1px solid var(--line);background:#fff;color:#665f59;border-radius:999px;padding:7px 10px;font-size:10px;cursor:pointer;white-space:nowrap}.lang-tab.active{background:#171514;color:#fff;border-color:#171514}
.lang-pane{display:none;padding-top:8px}.lang-pane.active{display:block}
.facts-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.fact-card{border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.8);padding:10px 11px;min-height:65px}.fact-card span{display:block;color:#918a83;font-size:9px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:5px}.fact-card strong{font-size:12px;line-height:1.4}.fact-card small{display:block;color:#9b948c;margin-top:2px;font-size:9px;font-weight:400}
.description-block{padding:12px 2px 2px}.description-block>span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#989089}.description-block p{margin:6px 0;color:#5e5853;line-height:1.55;font-size:12px}
.mini-data-section{margin-top:18px}.section-kicker{font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;margin-bottom:8px;color:#3c3733}
.people-row,.simple-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--line);background:#fff;border-radius:13px;padding:10px 11px;margin-bottom:7px}.people-row{cursor:pointer;text-align:left}.people-row:hover{border-color:#c9a197;transform:translateY(-1px);box-shadow:0 7px 18px rgba(115,50,37,.08)}.people-row span,.simple-row span{min-width:0}.people-row strong,.simple-row strong{display:block;font-size:12px}.people-row small,.simple-row small{display:block;margin-top:3px;color:#8b847e;font-size:9px}.people-row b{color:var(--accent);font-size:16px}.empty-data{border:1px dashed #d7cec5;border-radius:12px;padding:12px;color:#8a827b;font-size:11px;line-height:1.5}
.source-strip{display:flex;flex-wrap:wrap;gap:6px;align-items:center;border-top:1px solid var(--line);margin-top:18px;padding:13px 0 4px}.source-strip>span{padding:5px 7px;background:#f2eee9;border-radius:999px;color:#7a736d;font-size:9px}.source-note-inline{flex:1 1 100%;background:none!important;padding-left:0!important}
.history-inspector{margin-top:14px;border:1px solid #d9c7be;border-radius:18px;background:linear-gradient(145deg,#fff,#fbf5f0);padding:13px;min-height:125px}
.inspector-placeholder{text-align:center;padding:12px 8px;color:#8c837b}.inspector-placeholder span{font-size:18px;color:var(--accent)}.inspector-placeholder strong{display:block;margin-top:4px;color:#3f3833;font-size:13px}.inspector-placeholder p{margin:5px auto 0;max-width:270px;font-size:10px;line-height:1.5}
.inspector-head{display:flex;justify-content:space-between;align-items:center}.inspector-close{border:0;background:none;font-size:20px;color:#8d8178;cursor:pointer}.history-inspector h4{font-family:Georgia,"Times New Roman",serif;font-size:21px;margin:4px 0}.place-description{margin:0 0 10px;color:#69615a;font-size:10px;line-height:1.5}
.period-stack{display:grid;gap:6px}.period-card{padding:8px 9px;background:#fff;border:1px solid #eadfd7;border-radius:10px}.period-card strong{font-size:11px}.period-derived{font-weight:400;color:#999;font-size:9px}
.confidence{display:flex;justify-content:space-between;gap:8px;margin-top:8px;padding:8px 9px;border-radius:10px;font-size:10px}.confidence small{color:#777;font-size:8px;text-align:right}.confidence.high{background:#e7f1e7}.confidence.medium{background:#f6f0df}.confidence.low{background:#f1e8e4}
.place-sources{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:8px;font-size:9px}.place-sources strong{font-size:9px}.place-sources a,.place-sources span{color:#7f4d43;text-decoration:none}
.people-summary{display:flex;justify-content:space-between;align-items:start;gap:9px}.people-summary h4{margin:3px 0;font-size:21px}.people-summary p{margin:0;color:#756d66;font-size:10px;line-height:1.45}.history-clear{border:1px solid #dccdc4;background:#fff;border-radius:9px;padding:6px 8px;cursor:pointer;font-size:9px}
.people-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:11px}.people-stat-grid div{background:#fff;border:1px solid #ebded5;border-radius:10px;padding:8px;text-align:center}.people-stat-grid strong{display:block;font-size:15px}.people-stat-grid small{font-size:8px;color:#8e867f}.inspector-note{margin-top:9px;color:#847a72;font-size:8.5px;line-height:1.45}
.history-legend{display:flex;gap:10px;flex-wrap:wrap;padding:10px 2px 0;color:#8b8179;font-size:8.5px}.history-legend i{display:inline-block;width:9px;height:9px;border-radius:2px;margin-right:5px;vertical-align:-1px}.legend-red{background:#d9251b}.legend-gray{background:#aaa}
.big-empty{text-align:center;padding:40px 20px}.big-empty strong{display:block;color:#514942;margin-bottom:6px;font-size:14px}
.fallback-hero{align-items:flex-start}.fallback-hero p{max-height:360px;overflow:auto;color:#4e4842;line-height:1.6;font-size:12px}
.compact{min-height:150px;padding:10px}
.leaflet-interactive{transition:fill-opacity .15s,stroke-width .15s}
@media(max-width:1050px){.map-only-main .states-layout{grid-template-columns:minmax(0,1fr) 360px}.facts-grid{grid-template-columns:1fr}}
@media(max-width:860px){.map-only-main{padding:10px}.map-only-main .states-layout{display:block;height:auto;min-height:0}.map-only-main .map-card{height:60vh;min-height:420px}.map-only-main #world-map{height:calc(100% - 52px)}.country-panel{height:auto;max-height:none;margin-top:10px}.map-toolbar span{display:none}}
@media(max-width:560px){.map-only-header{padding:0 15px}.map-only-main .map-card{height:55vh;min-height:360px}.map-controls button:last-child{display:none}.country-hero{display:block}.ghost-link{display:inline-block;margin-top:9px}.country-hero h3{font-size:27px}}

/* Universal open-source search */
.universal-search-wrap{max-width:1500px;margin:18px auto 34px;padding:0 22px}
.universal-search-head{border:1px solid rgba(157,115,77,.24);border-radius:22px;background:linear-gradient(135deg,#fffdf8,#f3eadc);padding:24px;box-shadow:0 18px 55px rgba(50,34,22,.09)}
.universal-search-head h2{font:700 clamp(22px,3vw,34px)/1.15 Georgia,serif;margin:5px 0 8px;color:#2d2925}
.universal-search-head p{color:#766d64;margin:0 0 16px}
.universal-search-form{display:flex;gap:10px}
.universal-search-form input{flex:1;min-width:0;border:1px solid #d9cbb8;border-radius:13px;padding:14px 16px;font:inherit;background:white;color:#2d2925}
.universal-search-form button{border:0;border-radius:13px;padding:0 24px;background:#8d251d;color:white;font:600 15px inherit;cursor:pointer}
.universal-search-results{margin-top:18px}
.search-progress,.search-summary{display:flex;gap:16px;align-items:center;padding:20px;background:#fff;border:1px solid #e9dfd2;border-radius:18px;margin-bottom:16px}
.search-summary{justify-content:space-between;align-items:flex-start}
.search-summary h2{margin:4px 0;font:700 24px Georgia,serif;color:#302923}
.search-summary p,.search-progress p{margin:4px 0;color:#766d64}
.search-source-list{display:flex;gap:6px;flex-wrap:wrap;max-width:40%}
.search-source-list span,.universal-source{font-size:11px;color:#7d2b22;background:#f7e9e3;border-radius:20px;padding:5px 9px}
.universal-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}
.universal-result{overflow:hidden;border:1px solid #e9dfd2;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(50,34,22,.05)}
.universal-result img{display:block;width:100%;height:165px;object-fit:cover;background:#f1eee8}
.universal-result-body{padding:15px}
.universal-result h3{font:700 17px/1.35 Georgia,serif;margin:9px 0;color:#302923}
.universal-result h3 a{color:inherit;text-decoration:none}
.universal-result p{font-size:13px;line-height:1.55;color:#756d65;margin:0 0 8px}
.universal-result small{display:block;color:#988e83;margin-bottom:8px}
.universal-open{font-size:12px;color:#8d251d;font-weight:700;text-decoration:none}
.search-warning{color:#8c5b28;background:#fff5e5;padding:10px 14px;border-radius:10px}
@media(max-width:640px){.universal-search-wrap{padding:0 12px}.universal-search-head{padding:17px}.universal-search-form{flex-direction:column}.universal-search-form button{padding:13px}.search-summary{display:block}.search-source-list{max-width:none;margin-top:10px}}

/* Dedicated search and source-backed topic pages */
.search-page{min-height:100vh}.map-only-header nav{display:flex;gap:18px;overflow:auto;white-space:nowrap}.map-only-header nav a{color:#fff;text-decoration:none;font-size:11px;opacity:.8}.map-only-header nav a:hover{opacity:1}
.search-main{max-width:1240px;margin:0 auto;padding:34px 22px 70px}.search-main>.universal-search-head{margin-bottom:20px}.universal-search-head h1{font:700 clamp(28px,4vw,48px)/1.1 Georgia,serif;margin:8px 0 12px}.universal-search-head h2{font:700 clamp(22px,3vw,34px)/1.15 Georgia,serif}
.search-summary{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:12px 2px 18px}.search-summary h2{font:700 25px Georgia,serif;margin:5px 0}.search-summary p{color:#766d64;font-size:13px;line-height:1.6;max-width:720px}.search-source-list{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end;max-width:300px}.search-source-list span{font-size:10px;padding:6px 9px;border:1px solid #e4d9cb;border-radius:99px;background:#fff;color:#766d64}
.universal-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:16px}.universal-result{overflow:hidden;border:1px solid #e8dfd5;border-radius:17px;background:#fff;box-shadow:0 8px 24px rgba(50,34,22,.05);transition:transform .15s,box-shadow .15s}.universal-result:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(50,34,22,.1)}.universal-result img{display:block;width:100%;height:165px;object-fit:cover;background:#f1eee8}.universal-result-body{padding:15px}.universal-result h3{font:700 17px/1.35 Georgia,serif;margin:9px 0;color:#302923}.universal-result h3 a{color:inherit;text-decoration:none}.universal-result p{font-size:13px;line-height:1.55;color:#756d65;margin:0 0 8px}.universal-source{font-size:10px;color:#8d251d;font-weight:700}.universal-open{font-size:12px;color:#8d251d;font-weight:700;text-decoration:none}
.detail-main{max-width:1160px}.detail-hero{padding:32px;border-radius:24px;background:linear-gradient(135deg,#231d19,#574035);color:#fff;box-shadow:var(--shadow)}.detail-hero .eyebrow{color:#e4bba2}.detail-hero h1{font:700 clamp(30px,5vw,52px)/1.08 Georgia,serif;margin:12px 0}.detail-hero p{max-width:850px;color:#e9ddd5;line-height:1.7;font-size:14px}.detail-stats{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.detail-stats span{padding:9px 13px;border:1px solid #ffffff30;border-radius:12px;background:#ffffff12;font-size:11px}.detail-stats b{font-size:17px;margin-right:5px}
.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:22px;margin-top:22px}.detail-section{background:#fff;border:1px solid #e8dfd5;border-radius:18px;padding:22px;margin-bottom:17px}.detail-section h2{font:700 23px Georgia,serif;margin:0 0 15px}.excerpt{border-left:3px solid #b77d63;padding:3px 0 3px 14px;margin:14px 0}.excerpt span{font-size:10px;color:#8d251d;font-weight:700}.excerpt p{font-size:13px;line-height:1.7;color:#625a53;margin:5px 0}.detail-sources{display:grid;gap:9px}.detail-source{display:block;padding:12px 14px;border:1px solid #eee5dc;border-radius:12px;text-decoration:none;color:#332c26;background:#fdfbf8}.detail-source:hover{border-color:#c9a197;background:#fff}.detail-source span{display:block;color:#8d251d;font-size:10px;font-weight:700}.detail-source strong{display:block;margin:4px 0;font-size:13px}.detail-source small{display:block;color:#7d746c;line-height:1.5;font-size:11px}.detail-media{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.detail-media a{overflow:hidden;border:1px solid #eee5dc;border-radius:12px;color:#332c26;text-decoration:none;font-size:11px;font-weight:650}.detail-media img{display:block;width:100%;height:130px;object-fit:cover}.detail-media span{display:block;padding:9px}.detail-aside{align-self:start;position:sticky;top:18px;background:#f4ece3;border:1px solid #e5d6c8;border-radius:16px;padding:17px;font-size:12px;line-height:1.6;color:#71665c}.detail-aside strong{font-size:14px;color:#352c25}.detail-aside a{display:block;margin-top:14px;color:#8d251d;font-weight:700;text-decoration:none}.empty-state{padding:30px;background:#fff;border:1px dashed #d7cec5;border-radius:16px;color:#766d64;text-align:center}
@media(max-width:760px){.search-main{padding:18px 12px 45px}.map-only-header nav{gap:10px}.detail-layout{grid-template-columns:1fr}.detail-aside{position:static;order:-1}.detail-hero{padding:23px}.search-summary{display:block}.search-source-list{justify-content:flex-start;margin-top:10px}}

.detail-media-card{overflow:hidden;border:1px solid #e9dfd5;border-radius:14px;background:#fff}.detail-media-card img{display:block;width:100%;height:190px;object-fit:cover}.video-frame{aspect-ratio:16/9;background:#171514}.video-frame iframe{width:100%;height:100%;border:0;display:block}.media-title{display:block;padding:11px 13px;color:#8d251d;text-decoration:none;font-size:12px;font-weight:700}.detail-hero{background:radial-gradient(ellipse at 85% 10%,rgba(198,141,93,.28),transparent 38%),linear-gradient(120deg,#201b18,#49352b 58%,#6b4534);min-height:260px;justify-content:center}.detail-section{box-shadow:0 12px 35px rgba(40,28,20,.045)}.excerpt{background:linear-gradient(90deg,#faf5ef,#fff);border-left:3px solid #a86a4f;border-radius:0 10px 10px 0;padding:13px 16px}.detail-sources{gap:10px}.detail-source{padding:15px 17px;border-radius:13px;box-shadow:0 3px 12px #34261b08}
.history-global-footer{margin-top:40px;padding:22px 28px;border-top:1px solid #ffffff18;background:#151312;color:#ddd;display:flex;justify-content:space-between;gap:20px;align-items:center;font:12px system-ui}.history-global-footer>div{display:flex;gap:12px;align-items:center}.history-global-footer strong{color:#fff;letter-spacing:.14em}.history-global-footer span{color:#999}.history-global-footer nav{display:flex;gap:16px;flex-wrap:wrap}.history-global-footer a{color:#ddd;text-decoration:none}.history-global-footer a:hover{color:#fff}@media(max-width:700px){.history-global-footer{flex-direction:column;align-items:flex-start}}

/* Unified site chrome */
.history-site-header{position:sticky;top:0;z-index:5000;height:62px;display:flex;align-items:center;gap:24px;padding:0 24px;background:#171514;color:#fff;border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 8px 25px rgba(0,0,0,.12)}
.history-brand{color:#fff;text-decoration:none;font-weight:900;letter-spacing:.22em;font-size:15px;flex:0 0 auto}
.history-nav{display:flex;align-items:center;gap:18px;min-width:0;overflow:auto;white-space:nowrap}
.history-nav a{color:#ddd;text-decoration:none;font-size:12px}
.history-nav a:hover{color:#fff}
.history-actions{margin-left:auto;display:flex;align-items:center;gap:8px;flex:0 0 auto}
.history-language{display:flex;align-items:center;gap:7px;color:#aaa;font-size:10px;white-space:nowrap}
.history-language select{background:#282321;color:#fff;border:1px solid #ffffff2b;border-radius:9px;padding:7px 9px;font:12px system-ui}
.history-reading{display:flex;gap:4px}
.history-reading button{background:#282321;color:#fff;border:1px solid #ffffff2b;border-radius:8px;padding:6px 8px;cursor:pointer}
.history-selection-menu{display:none;position:absolute;z-index:10000;background:#171514;border:1px solid #ffffff22;border-radius:10px;padding:4px;box-shadow:0 15px 45px #0006}
.history-selection-menu.show{display:flex;gap:3px}
.history-selection-menu button{border:0;background:#282321;color:#fff;padding:8px 11px;border-radius:7px;font:12px system-ui;cursor:pointer}
.history-selection-menu button:hover{background:#8d251d}
.history-global-footer{margin-top:28px;min-height:76px;padding:18px 24px;background:#171514;color:#aaa;display:flex;justify-content:space-between;align-items:center;gap:20px}
.history-global-footer>div{display:flex;flex-direction:column;gap:4px}.history-global-footer strong{color:#fff;letter-spacing:.16em;font-size:12px}.history-global-footer span{font-size:10px}
.history-global-footer nav{display:flex;gap:16px;flex-wrap:wrap}.history-global-footer a{color:#ccc;text-decoration:none;font-size:11px}.history-global-footer a:hover{color:#fff}
html{font-size:calc(100% * var(--reader-scale,1));}
#history-translate-hidden{display:none!important}
@media(max-width:800px){.history-site-header{padding:0 14px;gap:12px}.history-nav{gap:12px}.history-actions{margin-left:0}.history-language{font-size:0}.history-language select{font-size:11px}.history-reading{display:none}.history-global-footer{display:block}.history-global-footer nav{margin-top:12px}}

/* Final clean site shell */
.simple-page{max-width:1100px;margin:0 auto;padding:55px 22px 80px}.simple-card{background:#fffdfa;border:1px solid #e4ddd5;border-radius:24px;padding:30px;box-shadow:0 18px 50px #0000000b}.simple-card h1{font:700 clamp(38px,7vw,70px)/1 Georgia,serif;margin:8px 0 14px}.simple-card>p{max-width:760px;color:#706860;line-height:1.7}.simple-card .card-grid{margin-top:25px}
.history-site-header{box-sizing:border-box}.history-site-header *{box-sizing:border-box}
.history-selection-menu{position:absolute;min-width:180px;display:none;gap:4px;padding:5px;background:#171514;border:1px solid #ffffff22;border-radius:11px;box-shadow:0 18px 50px #0008}
.history-selection-menu.show{display:flex}.history-selection-menu button{white-space:nowrap}
.history-global-footer{box-sizing:border-box;width:100%;margin-top:auto}
body{min-height:100vh}

/* ===== Final UI / performance pass ===== */
:root{--reader-scale:1}
html{font-size:calc(16px * var(--reader-scale));scroll-behavior:smooth}
body{margin:0;overflow-x:hidden;background:#f5f1eb;color:#211d1a;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
button,input,select{font:inherit}
.map-only-main{max-width:1500px;margin:0 auto;padding:20px 20px 40px}
.states-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,390px);gap:16px;align-items:stretch}
.map-card,.country-panel{min-width:0;background:#fffdfa;border:1px solid #ded6cc;border-radius:22px;box-shadow:0 15px 45px #2b21140d;overflow:hidden}
.map-card{position:relative}
.map-toolbar{min-height:54px;padding:11px 14px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #e8e1d8;background:#fffdfa;position:relative;z-index:500}
.map-toolbar strong{font-size:13px;letter-spacing:.02em}
#map-status{font-size:12px;color:#8b8178;margin-right:auto}
.map-controls{display:flex;gap:5px}
.map-controls button{width:36px;height:34px;border:1px solid #ddd4ca;background:#fff;border-radius:9px;cursor:pointer;font-weight:800}
#world-map{height:min(68vh,700px);min-height:460px;background:#e7edf0}
#world-map .leaflet-container{font:inherit}
.country-panel{min-height:460px;max-height:min(68vh,700px);overflow:auto}
.country-panel::-webkit-scrollbar{width:8px}.country-panel::-webkit-scrollbar-thumb{background:#c9c0b7;border-radius:8px}
.history-explorer{margin:16px 0 0!important;background:#171514!important}
.explorer-controls input{min-width:190px}
.explorer-controls input:focus{outline:2px solid #d76545;outline-offset:1px}
.entity-card{transition:transform .12s ease,background .12s ease}.entity-card:hover{background:#2a2522;transform:translateY(-1px)}
.history-selection-menu{z-index:100000}
.universal-search-form{display:flex;gap:10px;max-width:900px}.universal-search-form input{flex:1;min-width:0;padding:14px 16px;border:1px solid #d8cec3;border-radius:13px;background:#fff}.universal-search-form button{padding:14px 22px;border:0;border-radius:13px;background:#8d251d;color:#fff;font-weight:800;cursor:pointer}
.universal-search-results{margin-top:22px}.universal-results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:14px}
.universal-result{display:grid;grid-template-columns:110px 1fr;gap:14px;padding:14px;background:#fffdfa;border:1px solid #ded6cc;border-radius:18px;box-shadow:0 10px 30px #00000008}
.universal-result img{width:110px;height:100px;object-fit:cover;border-radius:11px;background:#eee}
.universal-result-body h3{margin:5px 0 7px}.universal-result-body p{color:#6e665f;font-size:13px;line-height:1.5}
.universal-source,.search-source-list span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#8d251d;font-weight:800}
.universal-open,.detail-source{color:#8d251d;text-decoration:none;font-weight:700}
.search-progress,.empty-state{padding:30px;border:1px dashed #cfc4b9;border-radius:18px;background:#fffdfa}
@media(max-width:900px){.states-layout{grid-template-columns:1fr}.country-panel{max-height:none}.map-toolbar{flex-wrap:wrap}#map-status{order:3;width:100%}#world-map{min-height:420px;height:55vh}}
@media(max-width:600px){.map-only-main{padding:10px}.universal-search-form{flex-direction:column}.universal-result{grid-template-columns:1fr}.universal-result img{width:100%;height:180px}.explorer-controls{display:grid;grid-template-columns:1fr 1fr}.explorer-controls label input{min-width:0}.history-explorer{border-radius:16px!important}.states-layout{gap:10px}}
