*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{height:100dvh;font-family:Anonymous Pro,monospace;color:#1a1a1a;background:#fff;overflow:hidden;display:flex;flex-direction:column}header{padding:1.2rem 2rem .8rem;background:#fff;border-bottom:1px solid #e0ddd8;z-index:10;position:relative;text-align:center}header h1{font-size:1.8rem;font-weight:700;letter-spacing:-.02em;color:#111}header .subtitle{font-size:1rem;color:#555;margin-top:.5rem}header .byline{font-size:.8rem;color:#888;margin-top:.5rem}header .byline a{color:#666;text-decoration:underline;-webkit-text-decoration-color:#ccc;text-decoration-color:#ccc}header .byline a:hover{color:#111}main{display:flex;min-height:0}.map-container,main{flex:1 1;position:relative}.map-container{overflow:hidden;background:#fff}.map-container svg{width:100%;height:100%;display:block;will-change:transform}.cd-region{stroke:rgba(255,255,255,.5);stroke-width:.4;cursor:pointer}.cd-region:hover{stroke:#111;stroke-width:1.8}.cd-region.selected{stroke:#111;stroke-width:1.2;stroke-linejoin:round}.province-border{fill:none;stroke:#777;stroke-width:.8;pointer-events:none}.tooltip{position:fixed;pointer-events:none;background:#fff;border:1px solid #ddd;border-radius:2px;padding:.55rem .75rem;font-size:.83rem;line-height:1.4;box-shadow:0 2px 8px rgba(0,0,0,.12);z-index:100;max-width:280px}.tooltip .tt-name{font-weight:700;font-size:.95rem}.tooltip .tt-detail{color:#555}.tooltip .tt-sub{color:#888;font-size:.78rem}.legend{position:absolute;bottom:1.5rem;right:1.5rem;background:rgba(255,255,255,.94);border:1px solid #ddd;border-radius:2px;padding:.7rem .9rem;font-size:.78rem;z-index:50;box-shadow:0 1px 5px rgba(0,0,0,.08)}.legend h4{font-size:.85rem;margin-bottom:.4rem;color:#333}.legend-item{display:flex;align-items:center;margin-bottom:.15rem}.legend-swatch{width:18px;height:13px;margin-right:.45rem;border:1px solid rgba(0,0,0,.08);border-radius:2px;flex-shrink:0}.legend-label{color:#444}.zoom-hint{position:absolute;bottom:1.5rem;left:1.5rem;background:rgba(0,0,0,.7);color:#fff;font-size:.78rem;padding:.4rem .75rem;border-radius:2px;z-index:50;pointer-events:none;animation:hintFade 4s ease-out forwards}@keyframes hintFade{0%,70%{opacity:1}to{opacity:0}}.sidebar-overlay{position:absolute;right:0;top:0;height:100%;width:38%;min-width:360px;background:#fff;border-left:1px solid #ddd;z-index:60;overflow-y:auto;animation:slideIn .25s ease-out}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.sidebar-inner{padding:1.5rem}.sidebar-close{position:-webkit-sticky;position:sticky;top:0;float:right;background:rgba(255,255,255,.9);border:none;font-size:1.6rem;cursor:pointer;color:#666;line-height:1;z-index:70;padding:.3rem .5rem}.sidebar-close:hover{color:#111}.sidebar-header{margin-bottom:1rem;padding-right:2rem}.sidebar-header h2{font-size:1.5rem;font-weight:700;color:#111}.sidebar-header p{font-size:.9rem;color:#666;margin-top:.1rem}.stats-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.7rem;gap:.7rem;margin-bottom:1.2rem}.stat-card{background:#fff;border:1px solid #ddd;border-radius:2px;padding:.6rem .8rem}.stat-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:#888}.stat-value{font-size:1.25rem;font-weight:700;color:#222}.decade-badge{display:inline-block;padding:.1rem .45rem;border-radius:2px;color:#fff;font-size:1rem}.chart-container{margin-bottom:1.4rem;padding:.5rem;background:#fff;border:1px solid #ddd;border-radius:2px}.chart-container svg{width:100%;max-height:240px;display:block}.chart-bar-label{font-size:10px;fill:#666}.chart-val-label{font-size:7px;fill:#555}.wiki-section{border-top:1px solid #eee;padding-top:1rem}.wiki-section h3{font-size:1rem;margin-bottom:.5rem;color:#333}.wiki-loading{color:#999;font-style:italic;padding:.5rem 0}.wiki-extract{font-size:.88rem;line-height:1.6;color:#333;margin-bottom:.8rem}.wiki-thumbnail{float:right;margin:0 0 .7rem .9rem;max-width:170px;border-radius:2px;box-shadow:0 1px 4px rgba(0,0,0,.1)}.wiki-link{display:inline-block;font-size:.82rem;color:#3366cc;text-decoration:none;border-bottom:1px solid #99b3e6;margin-bottom:1.2rem}.wiki-link:hover{color:#1a3399}.wiki-not-found{color:#999;font-style:italic}.wiki-iframe{width:100%;height:55vh;border:1px solid #eee;border-radius:2px;margin-top:.5rem}.landing{flex:1 1;overflow-y:auto;display:flex;justify-content:center;align-items:center;min-height:100dvh;padding:3rem 2rem}.landing-content{max-width:720px;width:100%}.landing-header{text-align:left;border-bottom:none;padding:0;margin-bottom:2.8rem}.landing-kicker{font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;color:#999;margin-bottom:.8rem}.landing-title{font-size:2.8rem;font-weight:700;letter-spacing:-.03em;color:#111;line-height:1.1}.landing-rule{width:48px;height:3px;background:#08519c;margin:1rem 0}.landing-subtitle{font-size:1.05rem;color:#666;line-height:1.5}.landing-nav{display:flex;flex-direction:column;gap:1px;background:#e0ddd8;border:1px solid #e0ddd8;margin-bottom:3rem}.nav-card{display:block;text-decoration:none;color:inherit;background:#fff;position:relative;transition:background .2s ease}.nav-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--accent);transition:width .2s ease}.nav-card:focus-visible,.nav-card:hover{background:#fafaf8}.nav-card:focus-visible:before,.nav-card:hover:before{width:6px}.nav-card-inner{padding:1.3rem 1.5rem 1.3rem 1.8rem;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;grid-column-gap:1.5rem;column-gap:1.5rem;align-items:start}.nav-card-title{font-size:1.15rem;font-weight:700;color:#111;grid-column:1;grid-row:1}.nav-card-desc{font-size:.85rem;color:#666;line-height:1.5;margin-top:.3rem;grid-column:1;grid-row:2}.nav-card-arrow{font-size:1.3rem;color:#bbb;grid-column:2;grid-row:1/3;align-self:center;transition:color .2s ease,transform .2s ease}.nav-card:focus-visible .nav-card-arrow,.nav-card:hover .nav-card-arrow{color:var(--accent);transform:translateX(3px)}.nav-card-status{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#777;border:1px solid #ddd;padding:.15rem .5rem;border-radius:2px;grid-column:2;grid-row:1/3;align-self:center}.landing-footer{font-size:.78rem;color:#777;border-top:1px solid #e0ddd8;padding-top:1.2rem;display:flex;justify-content:space-between}.landing-footer a{color:#888;text-decoration:underline;-webkit-text-decoration-color:#ccc;text-decoration-color:#ccc}.landing-footer a:hover{color:#111}.placeholder{flex:1 1;display:flex;align-items:center;justify-content:center;color:#777;font-size:1.1rem;font-style:italic}.timeline{position:absolute;top:1rem;left:50%;transform:translateX(-50%);z-index:50;background:rgba(255,255,255,.94);border:1px solid #ddd;border-radius:2px;padding:.55rem 1.2rem 1.3rem;box-shadow:0 1px 5px rgba(0,0,0,.08);width:420px;max-width:calc(100vw - 3rem);touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none}.timeline:focus-visible{box-shadow:0 0 0 2px #1a4782}.timeline-track{position:relative;height:20px;background:#eee;border-radius:2px;cursor:pointer}.timeline-tick{top:0;width:1px;height:100%;background:#ccc}.timeline-handle,.timeline-tick{position:absolute;pointer-events:none}.timeline-handle{top:50%;transform:translate(-50%,-50%);background:#222;color:#fff;font-size:.72rem;font-weight:700;padding:.15rem .45rem;border-radius:2px;cursor:-webkit-grab;cursor:grab;white-space:nowrap;z-index:2}.timeline-labels{position:relative;height:14px;margin-top:2px}.timeline-label{position:absolute;transform:translateX(-50%);font-size:.62rem;color:#999;pointer-events:none}.chart-hover-detail{font-size:.75rem;padding:.3rem .5rem;margin-bottom:.8rem;background:#fafafa;border:1px solid #eee;border-radius:2px;line-height:1.6}@media (max-width:900px){.sidebar-overlay{width:100%;min-width:unset}header h1{font-size:1.3rem}header .subtitle{font-size:.85rem}.landing{padding:2rem 1.2rem;align-items:flex-start}.landing-title{font-size:2rem}.landing-footer{flex-direction:column;gap:.3rem}}