@keyframes slowZoomIn{0%{transform:scale(1)}to{transform:scale(1.15)}}@keyframes slowZoomOut{0%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes slowZoomPanLeft{0%{transform:translate(0) scale(1.1)}to{transform:translate(-8%) scale(1.1)}}@keyframes slowZoomPanRight{0%{transform:translate(-8%) scale(1.1)}to{transform:translate(0) scale(1.1)}}@keyframes slowZoomPanUp{0%{transform:translateY(0) scale(1.1)}to{transform:translateY(-8%) scale(1.1)}}@keyframes slowZoomPanDown{0%{transform:translateY(-8%) scale(1.1)}to{transform:translateY(0) scale(1.1)}}@keyframes slowZoomCombinedPanLeft{0%{transform:translate(0) scale(1)}to{transform:translate(-5%) scale(1.12)}}@keyframes slowZoomCombinedPanRight{0%{transform:translate(-5%) scale(1.12)}to{transform:translate(0) scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes zoomOut{0%{transform:scale(1);opacity:1}to{transform:scale(.9);opacity:0}}@keyframes panLeft{0%{transform:translate(0)}to{transform:translate(-10%)}}@keyframes panRight{0%{transform:translate(-10%)}to{transform:translate(0)}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOutLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes slideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes typewriter{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes typewriterFallback{0%{width:0;overflow:hidden}to{width:100%;overflow:hidden}}.transition-fade-enter{animation:fadeIn .5s ease-out forwards}.transition-fade-exit{animation:fadeOut .5s ease-out forwards}.transition-dissolve-enter{animation:fadeIn .8s ease-in-out forwards}.transition-dissolve-exit{animation:fadeOut .8s ease-in-out forwards}.transition-slideLeft-enter{animation:slideInRight .5s ease-out forwards}.transition-slideLeft-exit{animation:slideOutLeft .5s ease-out forwards}.transition-slideRight-enter{animation:slideInLeft .5s ease-out forwards}.transition-slideRight-exit{animation:slideOutRight .5s ease-out forwards}.anim-none{animation:none}.anim-fadeIn{animation:fadeIn var(--anim-duration, 1s) var(--anim-easing, ease-out) var(--anim-delay, 0s) forwards}.anim-fadeOut{animation:fadeOut var(--anim-duration, 1s) var(--anim-easing, ease-out) var(--anim-delay, 0s) forwards}.anim-fadeInUp{animation:fadeInUp var(--anim-duration, .6s) var(--anim-easing, ease-out) var(--anim-delay, 0s) forwards}.anim-slowZoom-in{animation:slowZoomIn var(--anim-duration, 8s) var(--anim-easing, linear) var(--anim-delay, 0s) forwards}.anim-slowZoom-out{animation:slowZoomOut var(--anim-duration, 8s) var(--anim-easing, linear) var(--anim-delay, 0s) forwards}.anim-slowZoom-panLeft{animation:slowZoomCombinedPanLeft var(--anim-duration, 8s) var(--anim-easing, linear) var(--anim-delay, 0s) forwards}.anim-slowZoom-panRight{animation:slowZoomCombinedPanRight var(--anim-duration, 8s) var(--anim-easing, linear) var(--anim-delay, 0s) forwards}.anim-zoomIn{animation:zoomIn var(--anim-duration, .5s) var(--anim-easing, ease-out) var(--anim-delay, 0s) forwards}.anim-zoomOut{animation:zoomOut var(--anim-duration, .5s) var(--anim-easing, ease-out) var(--anim-delay, 0s) forwards}.anim-panLeft{animation:panLeft var(--anim-duration, 8s) var(--anim-easing, linear) var(--anim-delay, 0s) forwards}.anim-panRight{animation:panRight var(--anim-duration, 8s) var(--anim-easing, linear) var(--anim-delay, 0s) forwards}.anim-typewriter{animation:typewriter var(--anim-duration, 2s) var(--anim-easing, steps(40, end)) var(--anim-delay, 0s) forwards}.story-player{position:relative;overflow:hidden;background:#000;max-width:100%;max-height:100%}.story-player__viewport,.story-player__slide{position:absolute;top:0;left:0;width:100%;height:100%}.story-player__slide--active{z-index:2}.story-player__slide--previous{z-index:1}.slide-svg{width:100%;height:100%;display:block}.slide-layer{overflow:hidden}.slide-layer--image{overflow:visible}.text-shadow{text-shadow:0 2px 4px rgba(0,0,0,.8),0 4px 8px rgba(0,0,0,.4)}.text-shadow-light{text-shadow:0 1px 2px rgba(0,0,0,.6)}.text-box{background:#0009;padding:16px 24px;border-radius:4px}.text-box--light{background:#ffffffe6;color:#1a1a1a}@font-face{font-family:Damion;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/Damion-Regular.woff2) format("woff2"),url(../fonts/Damion-Regular.woff) format("woff")}@font-face{font-family:"PT Serif";font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/PTSerif-Regular.woff2) format("woff2")}@font-face{font-family:"PT Serif";font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/PTSerif-Bold.woff2) format("woff2")}@font-face{font-family:"PT Serif";font-style:italic;font-weight:400;font-display:swap;src:url(../fonts/PTSerif-Italic.woff2) format("woff2")}@font-face{font-family:"PT Serif";font-style:italic;font-weight:700;font-display:swap;src:url(../fonts/PTSerif-BoldItalic.woff2) format("woff2")}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}html,body{height:100%;margin:0;padding:0}#root{height:100%}body{font-family:EB Garamond,"PT Serif",Georgia,Times New Roman,serif;font-size:18px;line-height:1.6;color:#4a3f35;background-color:#d4c4a8;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.08'/%3E%3C/svg%3E"),linear-gradient(180deg,#d4c4a8,#c9b898);min-height:100%}#app{display:flex;flex-direction:column;min-height:100%;max-width:800px;margin:0 auto;padding:1rem}.header{text-align:center;padding:2rem 0;border-bottom:1px solid #2a2a4a}.header h1{font-size:1.75rem;font-weight:600;color:#fff;margin-bottom:.5rem}.header .subtitle{font-size:.875rem;color:#a0a0b0}.main{flex:1;padding:1.5rem 0}.footer{text-align:center;padding:1rem 0;border-top:1px solid #2a2a4a;font-size:.75rem;color:#707080}.nearby-section h2,.detail-section h2{font-size:1rem;font-weight:600;color:#b0b0c0;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.story-list{display:flex;flex-direction:column;gap:1rem}.loading{text-align:center;color:#707080;padding:2rem}.story-card{cursor:pointer;transition:transform .2s,box-shadow .2s;display:block;outline:none}.story-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.story-card:hover .article-preview-card{background:#e8dcc8}.category-tag{background:#c9b898;padding:.125rem .5rem;border-radius:4px;font-size:.625rem;text-transform:uppercase;color:#5c4a3d}.article-preview{background:#f5f0e6;border-radius:8px;overflow:hidden}.article-preview-card{display:flex;gap:1rem;border:2px solid #a89878;position:relative;align-items:center;padding-left:.75rem}.article-preview-card:before{content:"";position:absolute;inset:3px;border:1px dashed #c9b898;border-radius:5px;pointer-events:none}.article-preview-compact{padding:.75rem;max-width:320px}.article-preview-image{width:120px;height:90px;flex-shrink:0;background:#e8dcc8;overflow:hidden;border-radius:4px;display:flex;align-items:center;justify-content:center;margin-top:-15px}.article-preview-compact .article-preview-image{width:100%;height:120px;margin-bottom:.75rem}.article-preview-image img{width:100%;height:100%;object-fit:cover}.article-preview-content{flex:1;min-width:0}.article-preview-card .article-preview-content{padding:.75rem .75rem .75rem 0}.article-preview-title{font-size:1.125rem;font-weight:600;color:#4a3f35;margin-bottom:.5rem;line-height:1.3}.article-preview-compact .article-preview-title{font-size:1rem}.article-preview-summary{font-size:.875rem;color:#6b5d4d;margin-bottom:.75rem;line-height:1.5}.article-preview-compact .article-preview-summary{font-size:.8125rem;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.article-preview-meta{display:flex;gap:1rem;font-size:.75rem;color:#8b7355;flex-wrap:wrap}.article-preview-distance{color:#4a9b9b;font-weight:500}.article-preview-categories{display:flex;gap:.5rem;flex-wrap:wrap}.detail-section{padding:1rem 1rem 2rem;background:#f5f0e6;min-height:100vh}.detail-section.hidden{display:none}.story-player-container{margin:0 0 1.5rem;background:#000;border-radius:8px;overflow:hidden}.story-player-container .story-player{max-height:calc(75vh - 40px);max-width:min(100%,calc((75vh - 40px) * 16 / 9))}@media (max-aspect-ratio: 1/1){.story-player-container .story-player{max-height:calc(60vh - 40px);max-width:min(100%,calc((60vh - 40px)*.5625))}}.story-player-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background:#5c4a3d}.story-player-label{font-size:.75rem;font-weight:600;color:#d4c4a8;text-transform:uppercase;letter-spacing:.05em}.story-player-close{background:none;border:none;color:#a89878;font-size:1.5rem;cursor:pointer;padding:0;line-height:1}.story-player-close:hover{color:#f5f0e6}.watch-story-btn{display:inline-flex;align-items:center;gap:.5rem;background:#4a9b9b;color:#fff;border:none;border-radius:6px;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;cursor:pointer;margin-bottom:1.5rem;font-family:"PT Serif",Georgia,Times New Roman,serif}.watch-story-btn:hover{background:#3d8585}.watch-story-btn svg{flex-shrink:0}.detail-hero{margin:0 0 1.5rem;position:relative;border-radius:8px;overflow:hidden}.detail-hero-img{width:100%;height:auto;max-height:40vh;object-fit:cover;display:block}.detail-hero-attribution{position:absolute;bottom:0;right:0;background:#0009;color:#d0d0d0;font-size:.625rem;padding:.25rem .5rem}.detail-hero-attribution-link{color:inherit;text-decoration:none}.detail-hero-attribution-link:hover{text-decoration:underline;color:#fff}.detail-hero:has(img[style*="display: none"]){display:none}.detail-back{display:inline-flex;align-items:center;gap:.5rem;color:#4a9b9b;font-size:.9375rem;cursor:pointer;margin-bottom:1.5rem;font-weight:500}.detail-back:hover{color:#3d8282;text-decoration:underline}.narrate-btn{display:inline-flex;align-items:center;gap:.375rem;background:#252540;border:1px solid #3a3a5a;color:#a0a0b0;padding:.5rem .75rem;border-radius:6px;font-size:.75rem;cursor:pointer;transition:all .15s}.narrate-btn:hover{background:#2d2d50;color:#e0e0e0}.narrate-btn.active{background:#1e3a5f;border-color:#60a5fa;color:#60a5fa}.narrate-btn svg{flex-shrink:0}.detail-title{font-size:1.75rem;font-weight:700;color:#3d3228;margin-bottom:.5rem;line-height:1.3;font-family:"PT Serif",Georgia,Times New Roman,serif}.detail-coords{font-size:.8125rem;color:#8b7355;margin-bottom:1.5rem}.detail-content-layout{display:flex;flex-direction:column;gap:2rem}@media (min-width: 900px){.detail-content-layout{display:grid;grid-template-columns:320px minmax(auto,650px);gap:2.5rem;align-items:start;justify-content:center}.detail-content-layout.no-images{grid-template-columns:minmax(auto,750px);justify-content:center}}.detail-text-column{font-size:1.0625rem;color:#3d3228;line-height:1.8}.detail-text-column p{margin-bottom:1.25rem}.detail-intro{margin-bottom:2rem}.detail-section-title{font-size:1.25rem;font-weight:600;color:#4a3f35;margin:2rem 0 .75rem;font-family:"PT Serif",Georgia,Times New Roman,serif}.detail-section-title:first-child{margin-top:0}.detail-section-wrapper{margin-bottom:1.5rem}.detail-section-body p{margin-bottom:1rem}.detail-image-rail{display:flex;flex-direction:column;gap:1.25rem}@media (max-width: 899px){.detail-text-column{order:-1}.detail-image-rail{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-top:1rem;padding-top:1.5rem;border-top:2px solid #e8dcc8}}.rail-image{background:transparent;border-radius:8px;overflow:hidden;box-shadow:none;transition:box-shadow .3s ease,background .3s ease}.rail-image:hover,.rail-image:focus-within{box-shadow:0 2px 8px #00000014;background:#faf8f4}.rail-image-link{display:block}.rail-image-link:hover .rail-image-img{opacity:.9}.rail-image-img{width:100%;height:auto;display:block;filter:saturate(.7);transition:opacity .2s ease,filter .3s ease}.rail-image:hover .rail-image-img,.rail-image:focus-within .rail-image-img{filter:saturate(1)}.rail-image-caption{padding:.5rem .75rem .25rem;font-size:.8125rem;color:#5c4a3d;font-style:italic;line-height:1.5;max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease,padding .3s ease;padding-top:0;padding-bottom:0}.rail-image:hover .rail-image-caption,.rail-image:focus-within .rail-image-caption{max-height:4.3em;opacity:1;padding:.75rem 1rem .5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.rail-image-attribution{padding:.25rem .75rem .5rem;font-size:.625rem;color:#a89888;transition:color .3s ease}.rail-image:hover .rail-image-attribution,.rail-image:focus-within .rail-image-attribution{color:#8b7355}.rail-image-attribution-link{color:inherit;text-decoration:none}.rail-image-attribution-link:hover{color:#4a9b9b;text-decoration:underline}.rail-image-button{display:block;width:100%;padding:0;border:none;background:none;cursor:pointer;transition:opacity .2s ease}.rail-image-button:hover{opacity:.9}.rail-image-button:focus{outline:2px solid #4a9b9b;outline-offset:2px}.rail-map-tile{position:relative}.rail-map-link{display:block;text-decoration:none;cursor:pointer;transition:opacity .2s ease}.rail-map-link:hover{opacity:.9}.rail-map-link:focus{outline:2px solid #4a9b9b;outline-offset:2px}.rail-map-img{object-fit:cover;max-height:240px}.rail-map-label{position:absolute;bottom:8px;left:0;right:0;text-align:center;font-size:.75rem;color:#f4ead5;background:#2a1a0ab3;padding:4px 8px;letter-spacing:.05em;pointer-events:none}.rail-other-stories{margin-top:.5rem;padding:.75rem;background:#f9f4eb;border:1px solid #e8e0d5;border-radius:4px}.rail-other-stories-title{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#8a7a6a;margin-bottom:.5rem}.rail-other-stories-list{list-style:none;margin:0;padding:0}.rail-other-stories-list li{margin-bottom:.35rem}.rail-other-stories-list li:last-child{margin-bottom:0}.rail-other-stories-link{display:block;width:100%;text-align:left;background:none;border:none;padding:.25rem 0;font-size:.8rem;color:#4a3520;cursor:pointer;line-height:1.3;transition:color .15s ease}.rail-other-stories-link:hover{color:#4a9b9b}.rail-other-stories-link:focus{outline:2px solid #4a9b9b;outline-offset:1px}.overflow-images-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e8e0d5}.overflow-images-title{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:600;color:#3d3d3d;margin:0 0 1rem}.overflow-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.overflow-image-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease}.overflow-image-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.overflow-image-button{display:block;width:100%;aspect-ratio:4/3;padding:0;border:none;background:#f5f0e8;cursor:pointer;overflow:hidden}.overflow-image-button:focus{outline:2px solid #4a9b9b;outline-offset:-2px}.overflow-image-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.overflow-image-button:hover .overflow-image-img{transform:scale(1.05)}.overflow-image-caption{padding:.5rem .75rem .25rem;font-size:.8rem;font-style:italic;color:#5a5a5a;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.overflow-image-attribution{padding:.25rem .75rem .5rem;font-size:.7rem;color:#8b7355}.overflow-image-attribution-link{color:#6b5a4a;text-decoration:underline}.overflow-image-attribution-link:hover{color:#4a9b9b}@media (max-width: 600px){.overflow-images-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.overflow-image-caption{font-size:.75rem;padding:.4rem .5rem .2rem}.overflow-image-attribution{font-size:.65rem;padding:.2rem .5rem .4rem}}.lightbox-overlay{position:fixed;inset:0;background:#000000e6;z-index:10000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:lightbox-fade-in .2s ease}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.lightbox-container{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;background:#faf8f4;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0006}.lightbox-close{position:absolute;top:.75rem;right:.75rem;width:2.5rem;height:2.5rem;border:none;background:#0009;color:#fff;font-size:1.75rem;line-height:1;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.lightbox-close:hover{background:#000c}.lightbox-content{display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.lightbox-image-wrapper{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;background:#1a1a1a;padding:1rem}.lightbox-image{max-width:100%;max-height:70vh;object-fit:contain;border-radius:4px}.lightbox-info{padding:1.25rem 1.5rem;background:#faf8f4;border-top:1px solid #e8dcc8;max-height:30vh;overflow-y:auto}.lightbox-caption{font-size:1rem;line-height:1.6;color:#4a3f35;margin:0 0 1rem}.lightbox-meta{display:flex;flex-wrap:wrap;gap:1rem 2rem;font-size:.875rem;color:#6b5a4a}.lightbox-attribution,.lightbox-license,.lightbox-source{display:flex;align-items:baseline;gap:.5rem}.lightbox-label{font-weight:600;color:#5c4a3d}.lightbox-link{color:#4a9b9b;text-decoration:underline}.lightbox-link:hover{color:#3a7b7b}@media (max-width: 768px){.lightbox-overlay{padding:1rem}.lightbox-container{max-width:95vw;max-height:95vh}.lightbox-image{max-height:50vh}.lightbox-info{padding:1rem}.lightbox-meta{flex-direction:column;gap:.5rem}}.flight-context{background:#e8dcc8;border-left:4px solid #4a9b9b;padding:1.25rem;margin:1.5rem 0;border-radius:0 8px 8px 0}.flight-context-title{font-size:.8125rem;font-weight:600;color:#4a9b9b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.flight-context p{color:#4a3f35;margin-bottom:0}.flight-context-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-top:1rem}.flight-context-image{background:#f5f0e6;border-radius:6px;overflow:hidden;box-shadow:0 2px 6px #0000001a}.flight-context-image-img{width:100%;height:150px;object-fit:cover;display:block}.flight-context-image-caption{padding:.5rem .75rem .25rem;font-size:.8125rem;color:#4a3f35;font-style:italic;line-height:1.4}.flight-context-image-attribution{padding:0 .75rem .5rem;font-size:.6875rem;color:#6b5d4d}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;color:#6b5d4d;font-size:1.125rem}.position-hint{font-size:.75rem;color:#707080;margin-top:.5rem}.dev-hint{color:#505060}.nearby-section h2 .count{font-weight:400;color:#707080}.detail-meta{display:flex;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.25rem;border-top:1px solid #d4c4a8}.detail-categories{display:flex;gap:.5rem;flex-wrap:wrap}.detail-categories .category-tag{background:#d4c4a8;color:#5c4a3d;font-size:.6875rem}.read-time{font-size:.8125rem;color:#8b7355}.detail-sources{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #d4c4a8}.detail-sources-title{font-size:.875rem;font-weight:600;color:#6b5d4d;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.detail-sources-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.detail-source-item{font-size:.8125rem;color:#6b5d4d;line-height:1.5}.detail-source-link{color:#4a9b9b;text-decoration:none}.detail-source-link:hover{text-decoration:underline;color:#3d8282}.detail-source-text{color:#5c4a3d}.detail-source-author,.detail-source-date,.detail-source-accessed{color:#8b7355;font-size:.75rem}.nearby-articles-grid{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #d4c4a8}.nearby-grid-title{font-size:.875rem;font-weight:600;color:#6b5d4d;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.nearby-grid-loading{color:#8b7355;font-size:.875rem;font-style:italic;padding:1rem 0}.nearby-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.nearby-grid-cell{background:#f8f4ec;border:1px solid #e8dcc4;border-radius:8px;padding:.5rem;min-height:80px;display:flex;flex-direction:column}.nearby-grid-cell--center{background:#f0e8d8;border-color:#d4c4a8;border-width:2px}.nearby-grid-cell--nw{background:linear-gradient(135deg,#e8dcc4,#f8f4ec 30% 100%)}.nearby-grid-cell--n{background:linear-gradient(180deg,#e8dcc4,#f8f4ec 30% 100%)}.nearby-grid-cell--ne{background:linear-gradient(225deg,#e8dcc4,#f8f4ec 30% 100%)}.nearby-grid-cell--w{background:linear-gradient(90deg,#e8dcc4,#f8f4ec 30% 100%)}.nearby-grid-cell--e{background:linear-gradient(270deg,#e8dcc4,#f8f4ec 30% 100%)}.nearby-grid-cell--sw{background:linear-gradient(45deg,#e8dcc4,#f8f4ec 30% 100%)}.nearby-grid-cell--s{background:linear-gradient(0deg,#e8dcc4,#f8f4ec 30% 100%)}.nearby-grid-cell--se{background:linear-gradient(315deg,#e8dcc4,#f8f4ec 30% 100%)}.nearby-grid-cell--nw .nearby-cell-direction:before{content:"↖ "}.nearby-grid-cell--n .nearby-cell-direction:before{content:"↑ "}.nearby-grid-cell--ne .nearby-cell-direction:before{content:"↗ "}.nearby-grid-cell--w .nearby-cell-direction:before{content:"← "}.nearby-grid-cell--c .nearby-cell-direction:before{content:"● "}.nearby-grid-cell--e .nearby-cell-direction:before{content:"→ "}.nearby-grid-cell--sw .nearby-cell-direction:before{content:"↙ "}.nearby-grid-cell--s .nearby-cell-direction:before{content:"↓ "}.nearby-grid-cell--se .nearby-cell-direction:before{content:"↘ "}.nearby-grid-cell--empty{opacity:.6}.nearby-cell-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.375rem;padding-bottom:.25rem;border-bottom:1px solid #e8dcc4}.nearby-cell-direction{font-size:.6875rem;font-weight:600;color:#6b5d4d;text-transform:uppercase;letter-spacing:.03em}.nearby-cell-geohash{font-size:.625rem;font-family:SF Mono,Monaco,Consolas,monospace;color:#a09080}.nearby-cell-articles{flex:1;display:flex;flex-direction:column;gap:.25rem;max-height:160px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d4c4a8 transparent}.nearby-cell-articles::-webkit-scrollbar{width:6px}.nearby-cell-articles::-webkit-scrollbar-track{background:transparent}.nearby-cell-articles::-webkit-scrollbar-thumb{background:#d4c4a8;border-radius:3px}.nearby-cell-articles::-webkit-scrollbar-thumb:hover{background:#c4b498}.nearby-cell-empty{color:#a09080;font-size:.75rem;font-style:italic;text-align:center;padding:.5rem 0}.nearby-article-item{display:flex;align-items:center;gap:.375rem;padding:.25rem;background:transparent;border:none;border-radius:4px;cursor:pointer;text-align:left;transition:background .15s;width:100%}.nearby-article-item:hover{background:#0000000d}.nearby-article-thumb{width:24px;height:24px;object-fit:cover;border-radius:3px;flex-shrink:0}.nearby-article-title{font-size:.75rem;color:#4a3c2e;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (max-width: 600px){.nearby-grid{grid-template-columns:repeat(2,1fr)}.nearby-grid-cell--c{grid-column:span 2}}.audio-tracks{background:#252540;border:1px solid #3a3a5a;border-radius:12px;padding:1rem;margin-bottom:1.5rem}.audio-tracks-title{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:#c0c0d0;margin-bottom:.75rem}.audio-tracks-title svg{color:#60a5fa}.audio-tracks-list{list-style:none;display:flex;flex-direction:column;gap:.25rem}.audio-track-item{border-radius:6px;transition:background .15s}.audio-track-item:hover{background:#ffffff0d}.audio-track-item.active{background:#60a5fa26}.audio-track-btn{display:flex;align-items:flex-start;gap:.75rem;width:100%;padding:.625rem .75rem;background:none;border:none;color:#e0e0e0;font-size:.875rem;text-align:left;cursor:pointer}.audio-track-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#3a3a5a;border-radius:50%;flex-shrink:0}.audio-track-item.active .audio-track-icon{background:#60a5fa;color:#1a1a2e}.audio-track-info{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.audio-track-name{display:flex;align-items:center;gap:.5rem;font-weight:500}.audio-track-duration{font-size:.75rem;color:#808090;font-weight:400;font-variant-numeric:tabular-nums}.audio-track-preview{font-size:.75rem;color:#808090;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audio-tracks-total-duration{margin-left:auto;font-size:.75rem;font-weight:400;color:#808090}.audio-tracks-progress{display:flex;align-items:center;gap:.75rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #3a3a5a}.audio-time{font-size:.75rem;color:#808090;min-width:3rem;font-variant-numeric:tabular-nums}.audio-time:last-child{text-align:right}.audio-slider{flex:1;height:4px;-webkit-appearance:none;appearance:none;background:#3a3a5a;border-radius:2px;cursor:pointer}.audio-slider::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;background:#60a5fa;border-radius:50%;cursor:pointer}.audio-slider::-moz-range-thumb{width:12px;height:12px;background:#60a5fa;border-radius:50%;border:none;cursor:pointer}.error{text-align:center;color:#f87171;padding:2rem}.empty{text-align:center;color:#707080;padding:2rem}button.detail-back{background:none;border:none;font-family:inherit;padding:0}.story-card:focus{outline:2px solid #60a5fa;outline-offset:2px}button:focus{outline:2px solid #60a5fa;outline-offset:2px}.mode-toggle{position:fixed;top:1rem;right:1rem;background:#3a3a5a;color:#e0e0e0;border:1px solid #4a4a6a;padding:.5rem 1rem;border-radius:4px;font-size:.75rem;cursor:pointer;z-index:1000}.mode-toggle:hover{background:#4a4a6a}.mode-curator #app{max-width:none;padding:0}.curator-mode{display:flex;flex-direction:column;height:100vh}.curator-main{display:flex;flex:1;overflow:hidden}.curation-toolbar{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#252540;border-bottom:1px solid #3a3a5a}.toolbar-section{display:flex;align-items:center;gap:.5rem}.status-filters{display:flex;gap:.25rem}.status-filter{background:#1a1a2e;border:1px solid #3a3a5a;color:#a0a0b0;padding:.375rem .75rem;border-radius:4px;font-size:.75rem;cursor:pointer;transition:all .2s}.status-filter:hover{background:#2a2a4a}.status-filter.active{background:var(--status-color, #3a3a5a);border-color:var(--status-color, #3a3a5a);color:#fff}.status-filter .count{opacity:.7;margin-left:.25rem}.search-input{background:#1a1a2e;border:1px solid #3a3a5a;color:#e0e0e0;padding:.375rem .75rem;border-radius:4px;font-size:.875rem;width:200px}.search-input:focus{outline:none;border-color:#60a5fa}.bulk-actions{margin-left:auto;display:flex;align-items:center;gap:.5rem}.selected-count{font-size:.75rem;color:#a0a0b0}.bulk-btn{padding:.375rem .75rem;border-radius:4px;font-size:.75rem;cursor:pointer;border:none}.bulk-btn.approve{background:#10b981;color:#fff}.bulk-btn.reject{background:#ef4444;color:#fff}.article-browser{width:400px;border-right:1px solid #3a3a5a;display:flex;flex-direction:column;background:#1a1a2e}.article-browser.loading,.article-browser.empty{display:flex;align-items:center;justify-content:center;color:#707080}.browser-header{padding:.75rem 1rem;border-bottom:1px solid #2a2a4a;background:#252540}.select-all{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#a0a0b0;cursor:pointer}.article-list{flex:1;overflow-y:auto}.article-row{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid #2a2a4a;cursor:pointer;transition:background-color .15s}.article-row:hover{background:#252540}.article-row.selected{background:#2a3a4a}.article-row.active{background:#1e3a5f;border-left:3px solid #60a5fa}.row-checkbox{padding-top:.125rem}.status-indicator{width:8px;height:8px;border-radius:50%;margin-top:.375rem;flex-shrink:0}.article-info{flex:1;min-width:0}.article-title{font-size:.875rem;font-weight:500;color:#e0e0e0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.article-summary{font-size:.75rem;color:#808090;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:.25rem}.article-meta{display:flex;gap:.375rem;flex-wrap:wrap;margin-top:.375rem}.article-meta .category-tag{font-size:.625rem}.custom-tag{background:#3b82f6;padding:.125rem .375rem;border-radius:4px;font-size:.625rem;color:#fff}.quick-actions{display:flex;gap:.25rem}.quick-btn{width:24px;height:24px;border-radius:4px;border:none;cursor:pointer;font-size:.875rem;display:flex;align-items:center;justify-content:center}.quick-btn.approve{background:#10b981;color:#fff}.quick-btn.reject{background:#ef4444;color:#fff}.article-editor{flex:1;display:flex;flex-direction:column;overflow:hidden}.article-editor.empty{display:flex;align-items:center;justify-content:center;color:#707080}.editor-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #3a3a5a;background:#252540}.editor-header h2{font-size:1.25rem;font-weight:600;color:#fff}.close-btn{background:none;border:none;color:#707080;font-size:1.5rem;cursor:pointer;line-height:1}.close-btn:hover{color:#e0e0e0}.editor-content{flex:1;overflow-y:auto;padding:1rem}.editor-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #2a2a4a}.editor-section h3{font-size:.875rem;font-weight:600;color:#a0a0b0;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.control-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.control-row label{width:80px;font-size:.75rem;color:#808090}.control-row select,.control-row input[type=text]{flex:1;background:#1a1a2e;border:1px solid #3a3a5a;color:#e0e0e0;padding:.375rem .5rem;border-radius:4px;font-size:.875rem}.control-row textarea{flex:1;background:#1a1a2e;border:1px solid #3a3a5a;color:#e0e0e0;padding:.375rem .5rem;border-radius:4px;font-size:.875rem;resize:vertical;font-family:inherit}.info-row{display:flex;gap:.5rem;font-size:.75rem;margin-bottom:.375rem}.info-row .label{color:#707080;width:100px}.info-row .mono{font-family:monospace;color:#a0a0b0}.field-group{margin-bottom:1rem}.field-group label{display:block;font-size:.75rem;color:#808090;margin-bottom:.375rem}.field-group textarea{width:100%;background:#1a1a2e;border:1px solid #3a3a5a;color:#e0e0e0;padding:.5rem;border-radius:4px;font-size:.875rem;resize:vertical;font-family:inherit;line-height:1.5}.field-group textarea:focus{outline:none;border-color:#60a5fa}.save-bar{display:flex;align-items:center;justify-content:space-between;background:#2a3a4a;padding:.75rem 1rem;border-radius:4px;margin-top:1rem}.save-bar span{font-size:.75rem;color:#f59e0b}.save-btn{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.75rem;cursor:pointer}.save-btn:disabled{opacity:.5;cursor:not-allowed}.section-preview{background:#252540;padding:.75rem;border-radius:4px;margin-bottom:.5rem}.section-preview h4{font-size:.875rem;color:#b0b0c0;margin-bottom:.375rem}.section-preview p{font-size:.75rem;color:#808090}#app.mode-list{max-width:none;padding:0;margin:0;display:flex;flex-direction:column;height:100%;min-height:100%;overflow:hidden}.viewer-mode{flex:1;display:flex;flex-direction:column;background:#f5f0e6;overflow:hidden;min-height:0;margin-top:-7px;margin-bottom:-7px;padding-top:7px;padding-bottom:7px;position:relative}.viewer-inner{flex:1;overflow-y:auto;overflow-x:hidden;padding:0 2rem;padding-right:0;width:100%;height:calc(100% - 14px);margin-top:7px;margin-bottom:7px}.viewer-inner>*{max-width:1000px;margin-left:auto;margin-right:auto;padding-right:2rem}.viewer-inner::-webkit-scrollbar{width:18px}.viewer-inner::-webkit-scrollbar-track{background:radial-gradient(ellipse at 30% 20%,rgba(139,115,85,.3) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(139,115,85,.2) 0%,transparent 40%),#e8dcc8;border-radius:9px;border:1px solid #d4c4a8;box-shadow:inset 0 2px 4px #0000000d}.viewer-inner::-webkit-scrollbar-thumb{background:radial-gradient(ellipse at 30% 30%,rgba(255,255,255,.15) 0%,transparent 50%),radial-gradient(ellipse at 70% 70%,rgba(0,0,0,.1) 0%,transparent 50%),linear-gradient(90deg,#a89878,#8b7a68 40%,#9a8a72 60%,#a89878);border-radius:9px;border:1px solid #8b7a68;box-shadow:inset 0 1px 2px #fff3,inset 0 -1px 2px #0000001a,0 1px 3px #0000001a}.viewer-inner::-webkit-scrollbar-thumb:hover{background:radial-gradient(ellipse at 30% 30%,rgba(255,255,255,.2) 0%,transparent 50%),radial-gradient(ellipse at 70% 70%,rgba(0,0,0,.1) 0%,transparent 50%),linear-gradient(90deg,#b8a888,#9b8a78 40%,#aa9a82 60%,#b8a888)}.viewer-inner{scrollbar-width:auto;scrollbar-color:#9a8a72 #e8dcc8}.viewer-header{text-align:center;padding:2rem 0;border-bottom:1px dashed #a89878;margin-bottom:1.5rem;position:relative}.viewer-header:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:1px;background:repeating-linear-gradient(90deg,#8b7355 0px,#8b7355 4px,transparent 4px,transparent 8px)}.viewer-header h1{font-size:1.75rem;font-weight:600;color:#4a3f35;margin-bottom:.5rem}.position-info{font-size:.75rem;color:#6b5d4d}.position-source{color:#8b7355;margin-left:.25rem}.region-description{font-size:1rem;color:#6b5d4d;margin-top:.5rem;line-height:1.5}.region-meta{font-size:.875rem;color:#8b7355;margin-top:.75rem}.region-article-count{font-weight:500}.region-parent a{color:#7b6b4d;text-decoration:underline;text-decoration-color:#c9b898;text-underline-offset:2px}.region-parent a:hover{color:#4a3f35;text-decoration-color:#4a3f35}.region-map-button{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.75rem 1.5rem;font-family:"PT Serif",Georgia,Times New Roman,serif;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#7b6b4d,#5a4d3a);border:2px solid #4a3f35;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #4a3f3533}.region-map-button:hover{background:linear-gradient(135deg,#8b7355,#6b5d4d);transform:translateY(-1px);box-shadow:0 4px 12px #4a3f354d}.region-map-button:active{transform:translateY(0);box-shadow:0 2px 6px #4a3f3533}.region-map-button-icon{flex-shrink:0}.region-content{padding:0 1rem 2rem}.region-large-notice{text-align:center;padding:3rem 1rem;color:#6b5d4d}.region-large-notice p{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.region-subregions{margin-bottom:2rem}.region-subregions h2,.region-categories h2{font-size:1rem;font-weight:600;color:#8b7355;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.region-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.region-card{display:flex;flex-direction:column;padding:1rem;background:#faf8f4;border:1px solid #d4c4a8;border-radius:8px;text-decoration:none;transition:all .2s ease}.region-card:hover{background:#f0ebe0;border-color:#a89878;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.region-card-name{font-family:"PT Serif",Georgia,Times New Roman,serif;font-size:1rem;font-weight:600;color:#4a3f35;margin-bottom:.25rem}.region-card-count{font-size:.8125rem;color:#8b7355}.region-categories{margin-top:1.5rem}.category-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.category-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.875rem;color:#5a4d3a;background:#f5f0e6;border:1px solid #d4c4a8;border-radius:20px;cursor:pointer;transition:all .15s ease}.category-chip:hover{background:#ebe5d8;border-color:#a89878}.category-chip.selected{color:#fff;background:linear-gradient(135deg,#7b6b4d,#5a4d3a);border-color:#4a3f35}.category-chip-count{font-size:.75rem;opacity:.7}.category-chip.selected .category-chip-count{opacity:.9}.category-results{margin-top:1rem;padding-top:1rem;border-top:1px dashed #d4c4a8}.category-results h3{font-size:.9375rem;font-weight:600;color:#6b5d4d;margin-bottom:1rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;padding:1rem 0}.category-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1rem;background:#faf8f4;border:1px solid #d4c4a8;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:center;min-height:100px}.category-card:hover{background:#f0ebe0;border-color:#a89878;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.category-card:active{transform:translateY(0)}.category-card-name{font-family:"PT Serif",Georgia,Times New Roman,serif;font-size:1.125rem;font-weight:600;color:#4a3f35;margin-bottom:.5rem}.category-card-count{font-size:.8125rem;color:#8b7355}.app-header{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;background:#c9b898;border-bottom:2px solid #a89878;background-image:repeating-linear-gradient(90deg,transparent,transparent 8px,#8b7355 8px,#8b7355 12px,transparent 12px,transparent 20px);background-size:100% 2px;background-position:bottom;background-repeat:no-repeat}.curator-mode-selector{display:flex;gap:.25rem;background:#f5f0e6;padding:.25rem;border-radius:6px;border:2px solid #a89878}.mode-btn{padding:.5rem 1rem;background:transparent;border:none;color:#6b5d4d;font-size:.875rem;cursor:pointer;border-radius:4px;transition:background .15s,color .15s}.mode-btn:hover{background:#e8dcc8;color:#4a3f35}.mode-btn.active{background:#4a9b9b;color:#fff}.home-btn{padding:.5rem 1rem;background:transparent;border:none;color:#5c4a3d;font-family:Damion,sans-serif;font-size:2.25rem;cursor:pointer;border-radius:4px;transition:color .15s}.home-btn:hover{color:#8b6914}.search-bar{position:relative}.search-bar .search-input{width:240px;background:#f5f0e6;border:2px solid #a89878;color:#4a3f35;padding:.5rem .75rem;border-radius:6px;font-size:.875rem}.search-bar .search-input:focus{outline:none;border-color:#4a9b9b}.search-bar .search-input::placeholder{color:#8b7355}.search-loading{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-size:.75rem;color:#8b7355}.search-results{position:absolute;top:calc(100% + .5rem);right:0;width:320px;max-height:400px;overflow-y:auto;background:#f5f0e6;border:2px solid #a89878;border-radius:6px;box-shadow:0 4px 12px #00000026}.search-result{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background:transparent;border:none;border-bottom:1px solid #d4c4a8;color:#4a3f35;font-size:.875rem;text-align:left;cursor:pointer;transition:background .1s}.search-result:last-child{border-bottom:none}.search-result:hover,.search-result.selected{background:#e8dcc8}.search-result-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-result-badge{flex-shrink:0;margin-left:.5rem;padding:.125rem .5rem;background:#4a9b9b;color:#fff;font-size:.625rem;font-weight:600;text-transform:uppercase;border-radius:3px}.search-no-results{padding:1rem;text-align:center;color:#8b7355;font-size:.875rem}.map-mode{display:flex;flex-direction:column;flex:1;position:relative;min-height:0}.map-article-detail{position:fixed;inset:0;display:flex;flex-direction:column;background:#f5f0e6;z-index:1000;overflow:hidden}.map-article-detail .site-header{flex-shrink:0}.map-article-detail .detail-section{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0}#app.mode-map{max-width:none;padding:0;margin:0;display:flex;flex-direction:column;width:100vw;height:100vh;position:fixed;inset:0;z-index:100;background:#1a1a2e}#app.mode-map .site-header{flex-shrink:0}.map-stats-overlay{position:absolute;top:1rem;right:1rem;display:flex;gap:1rem;font-size:.75rem;color:#333;background:#ffffffe6;padding:.5rem 1rem;border-radius:4px;z-index:500;box-shadow:0 2px 4px #0003}.map-stats-overlay .position-indicator{color:#2563eb}.map-stats-overlay .grid-toggle{background:none;border:1px solid #ccc;border-radius:3px;padding:0 .4rem;font-family:monospace;font-size:.75rem;font-weight:700;color:#666;cursor:pointer;transition:all .15s}.map-stats-overlay .grid-toggle:hover{background:#f0f0f0;border-color:#8b4513;color:#8b4513}.map-stats-overlay .grid-toggle.active{background:#2563eb;border-color:#2563eb;color:#fff}.map-container{flex:1;position:relative;min-height:0}.map-view{width:100%;height:100%;background:#1a1a2e}.map-mode .map-container{flex:1;display:flex;flex-direction:column}.map-mode .map-view{flex:1}.map-error{display:flex;align-items:center;justify-content:center;height:100%;color:#e74c3c;font-size:1rem}.leaflet-container{background:#0a0a1a;font-family:inherit}.leaflet-control-attribution{background:#1a1a2ecc!important;color:#707080!important;font-size:.625rem!important}.leaflet-control-attribution a{color:#3b82f6!important}.leaflet-control-zoom a{background:#1a1a2ee6!important;color:#e0e0e0!important;border-color:#3a3a5a!important}.leaflet-control-zoom a:hover{background:#2a2a4a!important}.custom-marker{background:transparent;border:none}.leaflet-popup-content-wrapper,.map-article-popup .leaflet-popup-content-wrapper{background:#f5f0e6!important;color:#4a3f35!important;border-radius:8px!important;border:2px solid #a89878!important;box-shadow:0 4px 12px #00000026!important;padding:0!important}.leaflet-popup-tip,.map-article-popup .leaflet-popup-tip{background:#f5f0e6!important;border:2px solid #a89878!important;border-top:none!important;border-left:none!important}.leaflet-popup-content,.map-article-popup .leaflet-popup-content{margin:0!important;min-width:280px!important}.leaflet-popup-close-button,.map-article-popup .leaflet-popup-close-button{color:#4a3f35!important;font-size:20px;padding:4px 8px;font-weight:400}.leaflet-popup-close-button:hover,.map-article-popup .leaflet-popup-close-button:hover{color:#2a1f15!important}.map-popup strong{display:block;color:#4a3f35;margin-bottom:.25rem}.map-popup p{font-size:.75rem;color:#6b5d4d;margin-bottom:.5rem}.popup-category{display:inline-block;background:#c9b898;color:#5c4a3d;font-size:.625rem;padding:.125rem .375rem;border-radius:3px;margin-right:.25rem}.viewer-content{display:flex;gap:1.5rem}.viewer-sidebar{width:250px;flex-shrink:0}.viewer-main{flex:1;min-width:0}.category-browser{background:#e8dcc8;border-radius:8px;padding:1rem;border:1px solid #d4c4a8}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.category-header h3{font-size:.875rem;font-weight:600;color:#5c4a3d;text-transform:uppercase;letter-spacing:.05em}.clear-filter{background:none;border:none;color:#4a9b9b;font-size:.75rem;cursor:pointer;padding:0}.clear-filter:hover{text-decoration:underline}.category-search{width:100%;background:#f5f0e6;border:1px solid #c9b898;color:#4a3f35;padding:.5rem .75rem;border-radius:4px;font-size:.875rem;margin-bottom:.75rem}.category-search:focus{outline:none;border-color:#4a9b9b}.category-search::placeholder{color:#8b7355}.category-list{list-style:none;max-height:400px;overflow-y:auto}.category-list li{margin-bottom:.25rem}.category-item{width:100%;display:flex;justify-content:space-between;align-items:center;background:transparent;border:none;color:#5c4a3d;padding:.5rem .75rem;border-radius:4px;font-size:.8125rem;cursor:pointer;text-align:left;transition:background .15s}.category-item:hover{background:#d4c4a8;color:#4a3f35}.category-item.selected{background:#4a9b9b;color:#fff}.category-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:.5rem}.category-count{font-size:.75rem;color:#8b7355;flex-shrink:0}.category-item.selected .category-count{color:#ffffffb3}.show-more{width:100%;background:transparent;border:1px dashed #c9b898;color:#8b7355;padding:.5rem;border-radius:4px;font-size:.75rem;cursor:pointer;margin-top:.5rem}.show-more:hover{background:#d4c4a8;color:#5c4a3d}.no-categories{text-align:center;color:#8b7355;font-size:.75rem;padding:1rem}@media (max-width: 768px){.viewer-content{flex-direction:column}.viewer-sidebar{width:100%}.category-list{max-height:200px}}.toast-container{position:fixed;top:5rem;right:1rem;z-index:2000;display:flex;flex-direction:column;gap:.5rem;max-width:320px;pointer-events:none}.proximity-toast{display:flex;align-items:flex-start;gap:.75rem;background:#1e3a5ff2;border:1px solid #3b82f6;border-radius:8px;padding:.875rem 1rem;cursor:pointer;pointer-events:auto;animation:slideIn .3s ease-out;transition:transform .15s,box-shadow .15s}.proximity-toast:hover{transform:translate(-4px);box-shadow:0 4px 12px #3b82f64d}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-icon{flex-shrink:0;color:#60a5fa;margin-top:.125rem}.toast-content{flex:1;min-width:0}.toast-label{font-size:.625rem;text-transform:uppercase;letter-spacing:.05em;color:#60a5fa;margin-bottom:.25rem}.toast-title{font-size:.9375rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.25rem}.toast-meta{display:flex;gap:.75rem;font-size:.75rem;color:#a0a0b0}.toast-distance{color:#10b981;font-weight:500}.toast-bearing{color:#707080}.toast-dismiss{flex-shrink:0;background:transparent;border:none;color:#707080;padding:.25rem;cursor:pointer;border-radius:4px;transition:color .15s,background .15s}.toast-dismiss:hover{background:#ffffff1a;color:#e0e0e0}.alert-toggle{position:fixed;bottom:1rem;right:1rem;z-index:1000;display:flex;align-items:center;gap:.5rem;background:#1a1a2ee6;border:1px solid #3a3a5a;color:#a0a0b0;padding:.5rem .75rem;border-radius:6px;font-size:.75rem;cursor:pointer;transition:background .15s,border-color .15s}.alert-toggle:hover{background:#2a2a4ae6}.alert-toggle.active{border-color:#10b981;color:#10b981}.alert-toggle .icon{width:16px;height:16px}.alert-toggle.active .icon{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.discovery-countdown{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#3b82f626,#10b9811a);border:1px solid rgba(59,130,246,.3);border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem}.discovery-countdown.discovery-complete{background:linear-gradient(135deg,#10b98133,#10b9811a);border-color:#10b98180;animation:discoveryComplete .5s ease-out}@keyframes discoveryComplete{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.discovery-countdown-icon{flex-shrink:0;color:#3b82f6}.discovery-complete .discovery-countdown-icon{color:#10b981}.discovery-countdown-content{flex:1;min-width:0}.discovery-countdown-text{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.375rem}.discovery-countdown-label{font-size:.8125rem;font-weight:500;color:#4a3f35}.discovery-complete .discovery-countdown-label{color:#059669;font-weight:600}.discovery-countdown-time{font-size:.875rem;font-weight:600;color:#3b82f6;font-variant-numeric:tabular-nums}.discovery-countdown-bar{height:4px;background:#3b82f633;border-radius:2px;overflow:hidden}.discovery-countdown-progress{height:100%;background:linear-gradient(90deg,#3b82f6,#10b981);border-radius:2px;transition:width .5s ease-out}#app.mode-home{max-width:none;padding:0;margin:0;height:100%;min-height:100%;overflow:hidden}.home{display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden}.home-content{flex:1;overflow:hidden;min-height:0;background-image:url(../_res/siteimages/bgbur.jpg);background-size:704px 384px;background-repeat:repeat;margin-top:-7px;margin-bottom:-7px;padding-top:7px;padding-bottom:7px;position:relative}.home-content-inner{height:calc(100% - 30px);overflow-y:auto;overflow-x:hidden;padding-right:8px;margin-top:10px;margin-bottom:20px}.home-content-inner::-webkit-scrollbar{width:18px}.home-content-inner::-webkit-scrollbar-track{background:radial-gradient(ellipse at 30% 20%,rgba(139,115,85,.3) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(139,115,85,.2) 0%,transparent 40%),#c4b498;border-radius:9px;border:1px solid #a89878;box-shadow:inset 0 2px 4px #0000001a}.home-content-inner::-webkit-scrollbar-thumb{background:radial-gradient(ellipse at 30% 30%,rgba(255,255,255,.15) 0%,transparent 50%),radial-gradient(ellipse at 70% 70%,rgba(0,0,0,.1) 0%,transparent 50%),linear-gradient(90deg,#8b7355,#6b5a48 40%,#7a6a52 60%,#8b7355);border-radius:9px;border:1px solid #5c4a3d;box-shadow:inset 0 1px 2px #fff3,inset 0 -1px 2px #00000026,0 1px 3px #0003}.home-content-inner::-webkit-scrollbar-thumb:hover{background:radial-gradient(ellipse at 30% 30%,rgba(255,255,255,.2) 0%,transparent 50%),radial-gradient(ellipse at 70% 70%,rgba(0,0,0,.1) 0%,transparent 50%),linear-gradient(90deg,#9b8365,#7b6a58 40%,#8a7a62 60%,#9b8365)}.home-content-inner{scrollbar-width:auto;scrollbar-color:#7a6a52 #c4b498}.site-header{display:flex;justify-content:space-between;align-items:center;padding:0 2rem .75rem;background:#c9b898;width:100%;flex-shrink:0;position:relative;z-index:9999;border-bottom:2px solid #8b7355;box-shadow:0 6px 16px #4a38284d}.site-header:after{content:"";position:absolute;bottom:3px;left:0;right:0;height:14px;background-image:url(../_res/siteimages/horzstitch.png);background-size:auto 14px;background-repeat:repeat-x;z-index:5}.site-logo{font-family:Damion,sans-serif;font-size:2.5rem;text-decoration:none;display:flex;align-items:center;gap:.5rem;color:#4a3828;text-shadow:-1px -1px 0 rgba(255,255,255,.3),1px 1px 0 rgba(0,0,0,.25);transition:text-shadow .2s ease,color .2s ease}.site-logo:hover{color:#3a2818;text-shadow:-1px -1px 0 rgba(255,255,255,.4),1px 1px 0 rgba(0,0,0,.35)}.site-logo-img{height:40px;margin-top:4px;object-fit:contain}.site-logo-icon{width:32px;height:32px;color:#5c4a3d}.site-branding{display:flex;align-items:center;gap:.25rem}@media (max-width: 1176px){.site-logo-text{display:none}}.mode-selector{position:relative}.mode-selector-trigger{display:flex;align-items:center;gap:.25rem;background:none!important;border:none!important;outline:none!important;box-shadow:none!important;font-family:Damion,sans-serif;font-size:2.5rem;color:#5c4a3d;cursor:pointer;padding:0 .25rem;transition:color .15s,text-shadow .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-shadow:-1px -1px 0 rgba(255,255,255,.3),1px 1px 0 rgba(0,0,0,.25)}.mode-selector-trigger:hover,.mode-selector-trigger:focus,.mode-selector-trigger:active{color:#8b6914;outline:none!important;background:none!important;border:none!important;box-shadow:none!important;text-shadow:-1px -1px 0 rgba(255,255,255,.4),1px 1px 0 rgba(0,0,0,.35)}.mode-selector-trigger--discover{color:#8b6914}.mode-selector-trigger--explore{color:#4a7c59}.mode-selector-trigger--flow{color:#7c5a8a}.mode-selector-trigger--fly{color:#4a6b8a}.mode-selector-trigger--discover:hover,.mode-selector-trigger--discover:focus{color:#a67d1a}.mode-selector-trigger--explore:hover,.mode-selector-trigger--explore:focus{color:#5a9669}.mode-selector-trigger--flow:hover,.mode-selector-trigger--flow:focus{color:#8c6a9a}.mode-selector-trigger--fly:hover,.mode-selector-trigger--fly:focus{color:#5a7b9a}.mode-selector-arrow{width:14px;height:14px;margin-top:.5rem;transition:transform .2s ease}.mode-selector-arrow.open{transform:rotate(180deg)}.mode-selector-dropdown{position:absolute;top:calc(100% + .5rem);left:0;min-width:280px;background:#faf8f4;border:none;border-radius:12px;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014;z-index:10000;overflow:hidden}.mode-selector-option{display:flex;align-items:flex-start;gap:.5rem;width:100%;padding:.875rem .75rem;background:transparent;border:none;cursor:pointer;text-align:left;transition:background .15s}.mode-selector-option:hover{background:#f0ebe0}.mode-selector-option.active{background:#e8e2d4}.mode-option-icon{width:24px;height:24px;flex-shrink:0;color:#7a6a52;margin-top:2px}.mode-option-icon svg{width:100%;height:100%;display:block}.mode-selector-option:hover .mode-option-icon,.mode-selector-option.active .mode-option-icon{color:#5c4a3d}.mode-option-content{flex:1;display:flex;flex-direction:column;gap:.125rem}.mode-option-name{font-family:Damion,sans-serif;font-size:1.5rem;color:#5c4a3d;line-height:1.1}.mode-option-name--discover{color:#8b6914}.mode-option-name--explore{color:#4a7c59}.mode-option-name--flow{color:#7c5a8a}.mode-option-name--fly{color:#4a6b8a}.mode-option-description{font-family:"PT Serif",Georgia,Times New Roman,serif;font-size:.8125rem;color:#7a6a52}.mode-option-check{color:#4a9b9b;flex-shrink:0}.site-nav{display:flex;gap:1.5rem;align-items:center}.site-nav-link{background:none;border:none;color:#5c4a3d;font-family:"PT Serif",Georgia,Times New Roman,serif;font-size:.9375rem;font-weight:500;cursor:pointer;padding:.5rem;transition:color .15s}.site-nav-link:hover{color:#8b6914}.site-nav-cta{background:#4a9b9b;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:6px;font-family:"PT Serif",Georgia,Times New Roman,serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s}.site-nav-cta:hover{background:#3d8585}.site-toolbar{display:flex;align-items:center;gap:.5rem}.toolbar-btn{display:flex;align-items:center;gap:.375rem;background:#f5f0e6;border:2px solid #a89878;color:#5c4a3d;padding:.5rem .75rem;border-radius:6px;font-family:"PT Serif",Georgia,Times New Roman,serif;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.toolbar-btn:hover{background:#e8dcc8;border-color:#8b7355}.toolbar-btn.active{background:#4a9b9b;border-color:#4a9b9b;color:#fff}.toolbar-btn-icon{flex-shrink:0}.toolbar-btn-label{display:inline}.toolbar-btn-icon-only{padding:.5rem}.toolbar-btn-icon-only .toolbar-btn-label{display:none}.toolbar-btn-back{background:#d4a574;border-color:#b38a5e;color:#3d2b1f}.toolbar-btn-back:hover{background:#c49464;border-color:#9a7550}.toolbar-search{margin:0 .25rem}.toolbar-search .search-bar{position:relative}.toolbar-search .search-input{width:200px;background:#f5f0e6;border:2px solid #a89878;color:#4a3f35;padding:.5rem .75rem;border-radius:6px;font-size:.875rem;font-family:"PT Serif",Georgia,Times New Roman,serif}.toolbar-search .search-input:focus{outline:none;border-color:#4a9b9b}.toolbar-search .search-input::placeholder{color:#8b7355}.toolbar-search .search-results{position:absolute;top:calc(100% + .5rem);right:0;width:320px;max-height:400px;overflow-y:auto;background:#f5f0e6;border:2px solid #a89878;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:1000}@media (max-width: 900px){.toolbar-btn-label{display:none}.toolbar-btn{padding:.5rem}.toolbar-search .search-input{width:160px}}@media (max-width: 600px){.site-toolbar{gap:.25rem}.toolbar-search .search-input{width:120px}.toolbar-search .search-results{width:280px}}.toolbar-nav-desktop{display:flex;align-items:center;gap:.5rem}.toolbar-hamburger,.mobile-menu{display:none}@media (max-width: 600px){.toolbar-nav-desktop{display:none}.toolbar-hamburger{display:flex;padding:.5rem}.mobile-menu{display:flex;flex-direction:column;position:absolute;top:100%;right:0;background:#f5f0e6;border:2px solid #a89878;border-radius:8px;box-shadow:0 4px 16px #00000026;padding:.5rem;gap:.25rem;min-width:160px;z-index:1000;margin-top:.5rem;margin-right:1rem}.mobile-menu .toolbar-btn{width:100%;justify-content:flex-start;padding:.625rem .75rem}.mobile-menu .toolbar-btn-label{display:inline}.site-toolbar{position:relative}.toolbar-search .search-input{width:120px}}.mode-selector-icon{display:none;width:20px;height:20px}.mode-selector-icon svg{width:100%;height:100%}@media (max-width: 810px){.site-logo{display:none}}@media (max-width: 480px){.toolbar-search .search-input{width:160px}.site-header{padding:.5rem .75rem;min-height:52px}.mode-selector-icon{display:block}.mode-selector-name{display:none}.mode-selector-trigger{font-size:1rem;padding:.625rem;background:#f5f0e6;border:2px solid #a89878;border-radius:6px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.mode-selector-arrow{margin-left:.25rem}}@media (max-width: 360px){.toolbar-search .search-input{width:120px}.site-header{padding:.5rem;min-height:52px}}.home-hero{display:flex;align-items:center;justify-content:space-between;padding:3.5rem 4rem 3rem;gap:3rem;position:relative}.home-hero-content{flex:1;max-width:400px}.flow-hero-card{background:linear-gradient(145deg,#fdf8f0,#f5ebe0);backdrop-filter:blur(8px);border-radius:16px;padding:2.5rem 3rem;box-shadow:0 4px 24px #0000001a,inset 0 1px #fffc;max-width:480px;text-align:center;margin:0 auto;border:2px solid #d4c4a8}.home-hero:has(.flow-hero-card){justify-content:center}.flow-hero-card .home-title{margin-bottom:1rem}.flow-hero-card .home-subtitle{margin-bottom:2rem}.home-title{font-size:2.5rem;font-weight:700;color:#4a3f35;margin-bottom:.5rem;line-height:1.2}.home-subtitle{font-size:1rem;color:#6b5d4d;margin-bottom:1.5rem;line-height:1.5}.home-cta-btn{display:inline-flex;align-items:center;gap:.5rem;background:#4a9b9b;color:#fff;border:none;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s,transform .15s;box-shadow:0 2px 8px #4a9b9b4d}.home-cta-btn:hover{background:#3d8585;transform:translateY(-1px)}.home-cta-btn svg{width:20px;height:20px}.home-hero-visual{flex:1;max-width:500px;display:flex;justify-content:center}.home-globe{width:100%;max-width:400px;aspect-ratio:1;background:linear-gradient(145deg,#e8dcc8,#d4c4a8,#c4b498);border-radius:50%;box-shadow:inset 0 0 60px #0000001a,0 4px 20px #00000026;position:relative;overflow:hidden}.random-article-card{width:100%;max-width:480px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a,0 2px 4px #0000000d;cursor:pointer;transition:all .3s ease;position:relative}.random-article-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026,0 4px 8px #00000014}.random-article-card.loading{display:flex;align-items:center;justify-content:center;min-height:400px;background:#f5f0e6}.random-article-card-loader{font-family:var(--font-heading);font-size:.95rem;color:#7a6f5d;text-align:center}.random-article-card-image{width:100%;height:240px;background:linear-gradient(135deg,#e8dcc8,#d4c4a8);overflow:hidden;position:relative}.random-article-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.random-article-card:hover .random-article-card-image img{transform:scale(1.05)}.random-article-card-content{padding:1.5rem;background:#fff}.random-article-card-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:#2c2418;margin:0 0 .75rem;line-height:1.3}.random-article-card-summary{font-size:.95rem;color:#5a5045;line-height:1.6;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.random-article-card-meta{display:flex;gap:1rem;align-items:center;margin-bottom:1rem;font-size:.85rem;color:#7a6f5d}.random-article-card-location{display:flex;align-items:center;gap:.25rem}.random-article-card-location:before{content:"📍";font-size:.9em}.random-article-card-read-time{display:flex;align-items:center;gap:.25rem}.random-article-card-read-time:before{content:"⏱";font-size:.9em}.random-article-card-categories{display:flex;flex-wrap:wrap;gap:.5rem}.random-article-card-tag{display:inline-block;padding:4px 10px;background:#f5f0e6;color:#5a5045;border:none;border-radius:4px;font-size:.75rem;font-weight:500;text-transform:capitalize;cursor:pointer;transition:all .2s ease}.random-article-card-tag:hover{background:#8b4513;color:#fff;transform:translateY(-1px);box-shadow:0 2px 4px #8b451333}.random-article-card:hover .random-article-card-tag{background:#e8dcc8}.random-article-card:hover .random-article-card-tag:hover{background:#8b4513;color:#fff}.random-article-card-citation{margin-top:1rem;padding-top:.75rem;border-top:1px solid #e8e0d4;font-size:.75rem;color:#9a9080;line-height:1.4}.random-article-card-citation a{color:#7a6f5d;text-decoration:none;transition:color .2s ease}.random-article-card-citation a:hover{color:#8b4513;text-decoration:underline}.discover-home{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden;position:relative;background-color:#f8f4eb;margin-top:-7px;margin-bottom:-7px;padding-top:calc(2rem + 7px);padding-bottom:calc(2rem + 7px)}.discover-map-background{position:absolute;inset:0;z-index:0;pointer-events:none}.discover-map-background-map{width:100%;height:100%}.discover-map-background-overlay{position:absolute;inset:0;background:radial-gradient(ellipse at center,#f8f4eb4d,#f8f4eb80,#f8f4ebd9 80%,#f8f4ebf2);pointer-events:none}.discover-home-container{display:flex;gap:4rem;align-items:center;width:100%;max-width:none;padding:0 4rem;position:relative;z-index:1;justify-content:space-between}.discover-home-left{flex:1;max-width:480px;background:#e07a5f2e;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:2.5rem;border-radius:24px;box-shadow:0 8px 32px #0000001a,inset 0 0 0 1px #ffffff4d;border:1px solid rgba(224,122,95,.4)}.discover-home-title{font-family:var(--font-heading);font-size:3rem;font-weight:700;color:#2c2418;margin:0 0 1rem;line-height:1.1}.discover-home-tagline{font-size:1.1rem;color:#5a5045;line-height:1.6;margin:0 0 2.5rem}.discover-home-search .search-container{width:100%}.discover-home-search .search-input{width:100%;height:56px;font-size:1.1rem;padding:0 1.25rem;border-radius:12px;border:2px solid #d4c4a8;background:#fff;box-shadow:0 2px 8px #00000014;transition:all .2s ease}.discover-home-search .search-input:focus{border-color:#8b4513;box-shadow:0 4px 16px #8b451326;outline:none}.discover-home-search .search-results{width:100%;top:auto;bottom:calc(100% + .5rem);margin-top:0;max-height:350px;box-shadow:0 -4px 12px #00000026}.discover-home-right{flex:0 0 auto;max-width:520px;display:flex;justify-content:flex-end}.discover-home .random-article-card{max-width:100%;box-shadow:0 20px 60px #0003,0 8px 24px #0000001f,0 0 0 1px #0000000d;border-radius:16px;border:4px solid #8B4513;position:relative}.discover-home .random-article-card:before{content:"";position:absolute;inset:8px;border:1px dashed rgba(139,69,19,.3);border-radius:12px;pointer-events:none}.discover-home .random-article-card:hover{transform:translateY(-8px);box-shadow:0 28px 80px #00000040,0 12px 32px #00000026,0 0 0 1px #0000000d}.discover-home .random-article-card-image{height:280px}@media (max-width: 1024px){.discover-home-container{gap:3rem}.discover-home-title{font-size:2.5rem}}@media (max-width: 768px){.discover-home{padding:1.5rem;overflow-y:auto}.discover-home-container{flex-direction:column;gap:2.5rem}.discover-home-left,.discover-home-right{max-width:100%}.discover-home-left{padding:1.5rem;border-radius:16px}.discover-home-title{font-size:2rem}.discover-home-tagline{font-size:1rem;margin-bottom:2rem}.discover-home-search .search-input{height:48px;font-size:1rem}}.home-app-section{display:flex;align-items:center;padding:2rem 4rem 3rem;gap:3rem;position:relative}.home-app-visual{flex-shrink:0}.home-phone-mockup{width:200px;height:400px;background:#f5f0e6;border-radius:24px;box-shadow:0 8px 32px #00000026;padding:12px;position:relative}.home-phone-screen{width:100%;height:100%;background:#e8dcc8;border-radius:16px;overflow:hidden}.home-app-content{flex:1}.home-app-title{font-family:Damion,sans-serif;font-size:1.75rem;color:#5c4a3d;margin-bottom:.25rem}.home-app-tagline{font-size:1.25rem;font-weight:600;color:#4a3f35;margin-bottom:.75rem}.home-app-description{font-size:.9375rem;color:#6b5d4d;line-height:1.6;max-width:400px}.home-featured{padding:3rem 4rem}.home-featured-title{font-size:1.5rem;font-weight:700;color:#4a3f35;text-align:center;margin-bottom:2rem}.home-featured-grid{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.featured-card{width:220px;background:#f5f0e6;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #0000001a;position:relative}.featured-card:before{content:"";position:absolute;inset:4px;border:2px dashed #a89878;border-radius:8px;pointer-events:none}.featured-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.featured-card-image{width:100%;height:140px;background:#e8dcc8;position:relative}.featured-card-image img{width:100%;height:100%;object-fit:cover}.featured-card-play{position:absolute;bottom:8px;left:8px;width:32px;height:32px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#5c4a3d}.featured-card-content{padding:.875rem}.featured-card-title{font-size:.9375rem;font-weight:600;color:#4a3f35;line-height:1.3}.home-search{width:100%;max-width:480px;margin:1.5rem 0}.home-search .search-bar{width:100%}.home-search .search-bar .search-input{width:100%;padding:1rem 1.25rem;font-size:1rem;border-radius:8px;background:#f5f0e6;border:2px solid #a89878;color:#4a3f35}.home-search .search-bar .search-input::placeholder{color:#8b7355}.home-search .search-bar .search-input:focus{border-color:#4a9b9b;box-shadow:0 0 0 3px #4a9b9b33;outline:none}.home-search .search-results{width:100%;max-height:50vh;border-radius:8px;border:2px solid #a89878;background:#f5f0e6}.home-search .search-result{padding:1rem 1.25rem;color:#4a3f35;border-bottom:1px solid #d4c4a8}.home-search .search-result:hover,.home-search .search-result.selected{background:#e8dcc8}.home-nav-links{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.home-nav-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#f5f0e6;border:2px solid #a89878;border-radius:8px;color:#5c4a3d;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,transform .15s}.home-nav-btn:hover{background:#e8dcc8;border-color:#8b7355;transform:translateY(-1px)}.home-nav-btn svg{flex-shrink:0;color:#5c4a3d}.home-ai-notice{margin-top:2rem;max-width:540px;margin-left:auto;margin-right:auto;display:flex;gap:.75rem;align-items:flex-start}.home-ai-notice .notice-icon{font-size:1.5rem;flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#f5f0e6;border:2px solid #a89878;border-radius:50%}.home-ai-notice p{position:relative;font-size:.8125rem;color:#6b5d4d;line-height:1.6;margin:0;padding:1rem 1.25rem;background:#f5f0e6;border:2px solid #a89878;border-radius:8px;text-align:left}.home-ai-notice p:before{content:"";position:absolute;left:-10px;top:12px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid #f5f0e6}.home-ai-notice p:after{content:"";position:absolute;left:-14px;top:10px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #a89878;z-index:-1}.home-ai-notice strong{color:#4a3f35;font-weight:600}.home-ai-notice a{color:#4a9b9b}.home-footer{padding:1.25rem 2rem 1rem;background:#c9b898;position:relative;flex-shrink:0;z-index:10;border-top:2px solid #8b7355;box-shadow:0 -6px 16px #4a38284d}.home-footer:before{content:"";position:absolute;top:3px;left:0;right:0;height:14px;background:repeating-linear-gradient(90deg,#6b5a48 0px,#6b5a48 16px,transparent 16px,transparent 24px),repeating-linear-gradient(90deg,#6b5a48 0px,#6b5a48 16px,transparent 16px,transparent 24px);background-size:100% 2px,100% 2px;background-position:0 3px,0 11px;background-repeat:no-repeat}.home-footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.home-footer-logo{font-size:1.75rem}.home-footer-social{display:flex;gap:.75rem}.footer-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#f5f0e6;border:1px solid #a89878;border-radius:50%;font-size:.625rem;font-weight:600;color:#5c4a3d}.home-footer-links{display:flex;gap:1.5rem}.home-footer .footer-link{color:#5c4a3d;font-size:1rem}.home-footer .footer-link:hover{color:#8b6914}.site-footer{padding:1.25rem 1rem .75rem;flex-shrink:0;background:#c9b898;position:relative;border-top:2px solid #8b7355;box-shadow:0 -6px 16px #4a38284d}.site-footer:before{content:"";position:absolute;top:3px;left:0;right:0;height:14px;background-image:url(../_res/siteimages/horzstitch.png);background-size:auto 14px;background-repeat:repeat-x;z-index:5}.footer-content{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap}.footer-link{background:none;border:none;color:#6b5d4d;font-family:"PT Serif",Georgia,Times New Roman,serif;font-size:1rem;cursor:pointer;padding:.25rem .5rem;transition:color .15s}.footer-link:hover{color:#4a9b9b}.footer-divider{color:#a89878;font-size:1rem}.footer-copyright{font-size:.75rem;color:#8b7355}#app.mode-about,#app.mode-legal,#app.mode-notices,#app.mode-support,#app.mode-settings,#app.mode-help-feedback,#app.mode-region{max-width:none;padding:0;margin:0;display:flex;flex-direction:column;height:100%;min-height:100%;overflow:hidden}#app.mode-about .site-header,#app.mode-legal .site-header,#app.mode-notices .site-header,#app.mode-support .site-header,#app.mode-settings .site-header,#app.mode-help-feedback .site-header,#app.mode-region .site-header{padding-bottom:.75rem}#app.mode-about .site-footer,#app.mode-legal .site-footer,#app.mode-notices .site-footer,#app.mode-support .site-footer,#app.mode-settings .site-footer,#app.mode-help-feedback .site-footer,#app.mode-region .site-footer{flex-shrink:0}.static-page{flex:1;display:flex;flex-direction:column;background:#f5f0e6;overflow:hidden;min-height:0;margin-top:-7px;margin-bottom:-7px;padding-top:7px;padding-bottom:7px;position:relative}.static-page-content{flex:1;width:100%;overflow-y:auto;overflow-x:hidden;height:calc(100% - 14px);margin-top:7px;margin-bottom:7px;padding:0}.static-page-content>*{max-width:720px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}.static-page-content>h1:first-child,.static-page-content>section:first-child{padding-top:2rem}.static-page-content>*:last-child{padding-bottom:3rem}.static-page-content::-webkit-scrollbar{width:18px}.static-page-content::-webkit-scrollbar-track{background:radial-gradient(ellipse at 30% 20%,rgba(139,115,85,.3) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(139,115,85,.2) 0%,transparent 40%),#e8dcc8;border-radius:9px;border:1px solid #d4c4a8;box-shadow:inset 0 2px 4px #0000000d}.static-page-content::-webkit-scrollbar-thumb{background:radial-gradient(ellipse at 30% 30%,rgba(255,255,255,.15) 0%,transparent 50%),radial-gradient(ellipse at 70% 70%,rgba(0,0,0,.1) 0%,transparent 50%),linear-gradient(90deg,#a89878,#8b7a68 40%,#9a8a72 60%,#a89878);border-radius:9px;border:1px solid #8b7a68;box-shadow:inset 0 1px 2px #fff3,inset 0 -1px 2px #0000001a,0 1px 3px #0000001a}.static-page-content::-webkit-scrollbar-thumb:hover{background:radial-gradient(ellipse at 30% 30%,rgba(255,255,255,.2) 0%,transparent 50%),radial-gradient(ellipse at 70% 70%,rgba(0,0,0,.1) 0%,transparent 50%),linear-gradient(90deg,#b8a888,#9b8a78 40%,#aa9a82 60%,#b8a888)}.static-page-content{scrollbar-width:auto;scrollbar-color:#9a8a72 #e8dcc8}.static-page h1{font-size:2.25rem;font-weight:700;color:#5c4a3d;margin-bottom:1.5rem;font-family:"PT Serif",Georgia,Times New Roman,serif}.static-page h2{font-size:1.375rem;font-weight:600;color:#5c4a3d;margin-top:2rem;margin-bottom:.75rem;font-family:"PT Serif",Georgia,Times New Roman,serif}.static-page h3{font-size:1.125rem;font-weight:600;color:#6b5d4d;margin-bottom:.5rem}.static-page section{margin-bottom:1.5rem}.static-page p{color:#4a3f35;line-height:1.7;margin-bottom:1rem}.static-page ul{color:#4a3f35;line-height:1.7;margin-bottom:1rem;padding-left:1.5rem}.static-page li{margin-bottom:.5rem}.static-page a{color:#4a9b9b;text-decoration:none}.static-page a:hover{text-decoration:underline;color:#3d8282}.static-page code{background:#e8dcc8;padding:.125rem .375rem;border-radius:4px;font-size:.875em;color:#5c4a3d}.settings-checkbox{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;padding:.75rem 1rem;background:#e8dcc8;border-radius:8px;border:1px solid #d4c4a8;transition:background-color .15s ease}.settings-checkbox:hover{background:#e0d4c0}.settings-checkbox input[type=checkbox]{width:1.25rem;height:1.25rem;margin:0;margin-top:.1rem;accent-color:#8B4513;cursor:pointer;flex-shrink:0}.settings-checkbox-label{color:#4a3f35;line-height:1.5;user-select:none}.faq-item{background:#e8dcc8;border-radius:8px;padding:1.25rem;margin-bottom:1rem;border:1px solid #d4c4a8}.faq-item h3{color:#5c4a3d;margin-bottom:.75rem}.faq-item p{margin-bottom:0}.ai-notice-section.author-note{background:linear-gradient(135deg,#4a9b9b14,#4a9b9b1f);border:1px solid rgba(74,155,155,.3);border-radius:12px;padding:1.5rem;margin-bottom:2.5rem}.author-note-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.author-note-header .notice-icon{font-size:1.75rem}.author-note-header h2{margin:0;font-size:1.25rem;color:#5c4a3d}.author-note p{color:#4a3f35}.author-sign-off{margin-top:1rem;margin-bottom:0;font-style:italic;color:#6b5d4d}.marker-cluster{background:transparent!important;background-clip:padding-box!important}.marker-cluster div{background:transparent!important;width:100%!important;height:100%!important;margin:0!important;font-family:"PT Serif",serif!important;border-radius:50%!important}.marker-cluster-small,.marker-cluster-medium,.marker-cluster-large,.marker-cluster-small div,.marker-cluster-medium div,.marker-cluster-large div,.marker-cluster-vintage-container{background:transparent!important}.marker-cluster div.marker-cluster-vintage,div.marker-cluster-vintage{display:flex!important;align-items:flex-start!important;justify-content:center!important;padding-top:3px!important;width:100%!important;height:100%!important;margin:0!important;border-radius:50%!important;background-color:transparent!important;background-image:url(../_res/siteimages/rpatchg.png)!important;background-position:center center!important;background-repeat:no-repeat!important;background-size:cover!important;border:none!important;box-shadow:0 2px 8px #0006;transition:all .2s ease;box-sizing:border-box!important}.marker-cluster-vintage:hover{transform:scale(1.1);box-shadow:0 4px 12px #0000004d}.marker-cluster-count{font-family:"PT Serif",serif!important;font-weight:700;font-size:19px;color:#fff;text-shadow:-1px -1px 0 #2a1a0a,1px -1px 0 #2a1a0a,-1px 1px 0 #2a1a0a,1px 1px 0 #2a1a0a,0 0 3px rgba(0,0,0,.5);line-height:1}.marker-cluster-small .marker-cluster-count{font-size:17px}.marker-cluster-medium .marker-cluster-count{font-size:19px}.marker-cluster-large .marker-cluster-count{font-size:21px;font-weight:900}.article-marker{background:transparent!important}.article-marker-icon{width:28px;height:28px;background-image:url(../_res/siteimages/poipatch.png);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:6px;box-shadow:0 2px 6px #0006;transition:transform .2s ease}.article-marker-icon:hover{transform:scale(1.15)}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{transition:all .3s ease-out}.marker-cluster-spiderfy-link{stroke:#8b6914;stroke-width:1.5;stroke-opacity:.4}.discovery-toast{position:fixed;bottom:100px;left:50%;transform:translate(-50%);z-index:9999;background:linear-gradient(135deg,#5d4a2a,#3d2914);border:2px solid #8b6914;border-radius:12px;padding:16px 24px;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff1a;animation:discoverySlideUp .4s ease-out;max-width:320px}@keyframes discoverySlideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.discovery-toast-content{display:flex;align-items:center;gap:12px}.discovery-toast-icon{width:32px;height:32px;flex-shrink:0;color:#d4a853}.discovery-toast-text{flex:1}.discovery-toast-title{margin:0 0 4px;font-family:"PT Serif",Georgia,serif;font-size:18px;font-weight:700;color:#f5e6c8;text-shadow:0 1px 2px rgba(0,0,0,.3)}.discovery-toast-message{margin:0;font-family:PT Sans,system-ui,sans-serif;font-size:14px;color:#c4b89a}.discovery-toast-close{background:none;border:none;color:#8b7355;cursor:pointer;padding:4px;margin:-4px;border-radius:4px;transition:color .2s ease}.discovery-toast-close:hover{color:#f5e6c8}.discovery-stats{display:flex;flex-wrap:wrap;align-items:stretch;gap:0;margin:24px 0;padding:0;background:#3d29144d;border-radius:12px;border:1px solid rgba(139,105,20,.3);overflow:hidden}.discovery-stat{flex:0 0 auto;min-width:200px;text-align:center;padding:24px 32px}.discovery-stat-value{font-family:"PT Serif",Georgia,serif;font-size:36px;font-weight:700;color:#d4a853;line-height:1;text-shadow:0 2px 4px rgba(0,0,0,.3)}.discovery-stat-label{margin-top:8px;font-family:PT Sans,system-ui,sans-serif;font-size:14px;color:#8b7355;text-transform:uppercase;letter-spacing:.5px}.discovery-tips{flex:1;margin:0;padding:20px 24px;background:#8b691440;border-radius:0;border-left:3px solid #8b6914}.discovery-tips-title{margin:0 0 12px;font-family:"PT Serif",Georgia,serif;font-size:18px;font-weight:600;color:#d4a853}.discovery-tips-list{margin:0;padding-left:20px;list-style-type:disc}.discovery-tips-list li{margin-bottom:8px;font-family:PT Sans,system-ui,sans-serif;font-size:15px;color:#c4b89a;line-height:1.5}.discovery-tips-list li:last-child{margin-bottom:0}.discovery-stats--panel{flex-direction:column;margin:0;max-width:400px;width:100%;background:#e8dcc8;border:2px solid #8b7355;box-shadow:0 4px 12px #0000004d}.discovery-stats--panel .discovery-stat{padding:24px;border-bottom:1px solid #a89070}.discovery-stats--panel .discovery-stat-value{color:#5a4020}.discovery-stats--panel .discovery-stat-label{color:#6b5a45}.discovery-stats--panel .discovery-tips{border-radius:0 0 10px 10px;background:#d4c4a8}.discovery-stats--panel .discovery-tips-title{color:#5a4020}.discovery-stats--panel .discovery-tips-list li{color:#4a3a28}.discovery-stats-title{margin:0;padding:16px 24px;font-family:"PT Serif",Georgia,serif;font-size:20px;font-weight:600;color:#5a4020;border-bottom:1px solid #a89070}.fog-of-war-layer{pointer-events:none}.flow-mode{position:fixed;inset:0;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:1000}.flow-mode:not(.flow-mode--overlay-visible){cursor:none}.flow-player-container{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.flow-player-container .story-player{width:100vw;height:100vh;max-width:none;max-height:none}.flow-mode--loading,.flow-mode--error{display:flex;flex-direction:column;align-items:center;justify-content:center}.flow-loading{text-align:center;color:#fff}.flow-loading-spinner{width:48px;height:48px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:flow-spin 1s linear infinite;margin:0 auto 16px}@keyframes flow-spin{to{transform:rotate(360deg)}}.flow-loading p{margin:0;font-family:PT Sans,system-ui,sans-serif;font-size:16px;opacity:.8}.flow-error{text-align:center;color:#fff;max-width:400px;padding:24px}.flow-error h2{margin:0 0 12px;font-family:"PT Serif",Georgia,serif;font-size:24px}.flow-error p{margin:0 0 24px;font-family:PT Sans,system-ui,sans-serif;font-size:14px;opacity:.8}.flow-error button{background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:8px;color:#fff;padding:12px 24px;font-family:PT Sans,system-ui,sans-serif;font-size:14px;cursor:pointer;transition:background .2s}.flow-error button:hover{background:#ffffff4d}.flow-transition-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000080;z-index:10}.flow-overlay{position:absolute;inset:0;pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:100}.flow-overlay--visible{opacity:1;pointer-events:auto}.flow-top-bar{position:absolute;top:0;left:0;right:0;padding:20px 24px;background:linear-gradient(to bottom,rgba(0,0,0,.7),transparent);display:flex;align-items:flex-start;justify-content:space-between}.flow-logo-container{position:relative}.flow-logo-btn{display:flex;align-items:center;gap:4px;background:none;border:none;padding:8px 12px;margin:-8px -12px;cursor:pointer;color:#fff;border-radius:8px;transition:background .2s}.flow-logo-btn:hover{background:#ffffff1a}.flow-logo{font-family:Damion,sans-serif;font-size:28px;color:#d4a853;text-shadow:0 2px 4px rgba(0,0,0,.5)}.flow-logo-chevron{opacity:.7;transition:transform .2s}.flow-logo-chevron--open{transform:rotate(180deg)}.flow-mode-dropdown{position:absolute;top:100%;left:0;margin-top:8px;background:#1e1914f2;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px 0;min-width:160px;box-shadow:0 8px 24px #00000080}.flow-mode-option{display:block;width:100%;padding:10px 16px;background:none;border:none;color:#fff;font-family:PT Sans,system-ui,sans-serif;font-size:14px;text-align:left;cursor:pointer;transition:background .15s}.flow-mode-option:hover{background:#ffffff1a}.flow-mode-option--exit{color:#fff9}.flow-mode-divider{height:1px;background:#ffffff1a;margin:8px 0}.flow-story-info{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.flow-story-title{font-family:"PT Serif",Georgia,serif;font-size:16px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5);max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flow-story-count{font-family:PT Sans,system-ui,sans-serif;font-size:12px;color:#fff9}.flow-bottom-bar{position:absolute;bottom:0;left:0;right:0;padding:20px 24px;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);display:flex;align-items:center;gap:12px}.flow-control-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:background .2s,transform .1s}.flow-control-btn:hover:not(:disabled){background:#fff3}.flow-control-btn:active:not(:disabled){transform:scale(.95)}.flow-control-btn:disabled{opacity:.3;cursor:not-allowed}.flow-control-btn--play{width:52px;height:52px;background:#ffffff26}.flow-control-btn--active{background:#d4a8534d;color:#d4a853}.flow-control-btn--mute,.flow-control-btn--captions,.flow-control-btn--fullscreen{width:40px;height:40px}.flow-progress-container{flex:1;display:flex;align-items:center;gap:12px;min-width:0}.flow-time{font-family:monospace;font-size:13px;color:#fffc;min-width:45px}.flow-progress-bar{flex:1;height:32px;display:flex;align-items:center;cursor:pointer;position:relative}.flow-progress-track{position:absolute;left:0;right:0;height:6px;background:#fff3;border-radius:3px}.flow-progress-fill{position:absolute;left:0;height:6px;background:#d4a853;border-radius:3px;transition:width .1s linear}.flow-progress-thumb{position:absolute;width:14px;height:14px;background:#fff;border-radius:50%;transform:translate(-50%);box-shadow:0 2px 4px #0000004d;transition:transform .1s}.flow-progress-bar:hover .flow-progress-thumb{transform:translate(-50%) scale(1.2)}.flow-spacer{flex:0 0 24px}.home-story-count{margin-top:16px;font-family:PT Sans,system-ui,sans-serif;font-size:14px;color:#8b7355;opacity:.8}.flow-features{display:flex;flex-wrap:wrap;justify-content:center;gap:32px;margin-top:32px}.flow-feature{flex:0 1 280px;text-align:center;padding:24px;background:#5c4a3d0d;border-radius:12px;border:1px solid rgba(92,74,61,.1)}.flow-feature-icon{width:64px;height:64px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d4a853,#8b6914);border-radius:50%;color:#fff}.flow-feature h3{margin:0 0 8px;font-family:"PT Serif",Georgia,serif;font-size:18px;color:#5c4a3d}.flow-feature p{margin:0;font-family:PT Sans,system-ui,sans-serif;font-size:14px;color:#8b7355;line-height:1.5}.home-globe--flow{background:linear-gradient(135deg,#2a1f16,#4a3828,#6b5d4d)}@media (max-width: 768px){.flow-top-bar{padding:16px}.flow-bottom-bar{padding:16px;gap:8px}.flow-control-btn{width:40px;height:40px}.flow-control-btn--play{width:48px;height:48px}.flow-story-title,.flow-time{display:none}.flow-features{flex-direction:column;align-items:center}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}
