:root{--background:#0a0a0a;--foreground:#ededed}body,html{max-width:100vw;overflow-x:hidden;height:100%;width:100%}html{background:#000}body{color:var(--foreground);background:var(--background);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}:root{--left-sidebar-width:308px;--right-sidebar-width:332px;--timeline-safe-offset:max(18px,env(safe-area-inset-bottom,0px))}.full-bleed-fixed{position:fixed;inset:0}.map-region{left:var(--left-sidebar-width);right:var(--right-sidebar-width)}.left-sidebar,.map-region{position:absolute;top:0;bottom:0}.left-sidebar{left:0;width:var(--left-sidebar-width);z-index:30}.controls-container{position:absolute;top:0;right:0;bottom:0;width:var(--right-sidebar-width);background:#fff;color:#0f172a;border-left:1px solid #e5e7eb;overflow-y:auto;overflow-x:hidden;padding:calc(16px + env(safe-area-inset-top, 0px)) calc(16px + env(safe-area-inset-right, 0px)) 16px 16px;display:flex;flex-direction:column;gap:12px;z-index:25}.timeline-region{position:absolute;left:24px;right:24px;bottom:var(--timeline-safe-offset);display:flex;justify-content:center;z-index:35;pointer-events:none}.controls-container::-webkit-scrollbar{width:6px}.controls-container::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05)}.controls-container::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:3px}.controls-container::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}@media (max-width:768px){:root{--right-sidebar-width:0px}.controls-container{display:none}.timeline-region{left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom,0px))}}.map-canvas{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:block;outline:none;touch-action:none;-webkit-touch-callout:none;-moz-user-select:none;user-select:none;-webkit-user-select:none}.ios-scroll-shim{position:absolute;bottom:0;height:1px;width:1px}@media (max-width:900px){:root{--left-sidebar-width:0px}.left-sidebar{display:none}.timeline-region{left:10px;right:10px}}.presentation .map-region{left:0!important;right:0!important}.presentation .controls-container,.presentation .left-sidebar,.presentation .timeline-region{display:none!important}.presentation .presentation-exit{position:absolute;top:16px;right:16px;z-index:50;width:28px;height:28px;border-radius:999px;background:hsla(0,0%,100%,.9);color:#111827;border:1px solid #e5e7eb;display:grid;place-items:center;font-size:18px;line-height:1;cursor:pointer;opacity:.3}.presentation .presentation-exit:hover{background:#fff}