:root{--color-bg: #ffffff;--color-text: #1d1d1f;--color-primary: #1d3557;--color-accent: #e63946;--color-border: #d8dde3;--shadow: 0 2px 12px rgba(0, 0, 0, .15);--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color-scheme:light}*{box-sizing:border-box}html,body,#app{height:100%;margin:0;overflow:hidden}body{color:var(--color-text);background:var(--color-bg)}#map{position:absolute;top:0;right:0;bottom:0;left:0;overflow:clip}.maplibregl-canvas:focus{outline:none}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}#app-header{position:absolute;top:var(--safe-top);left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;pointer-events:none}#app-header h1{font-size:1rem;font-weight:600;margin:0;background:#ffffffeb;padding:.4rem .75rem;border-radius:999px;box-shadow:var(--shadow);pointer-events:auto}#layers-toggle{pointer-events:auto}button,input{font:inherit}button{min-height:44px;min-width:44px;padding:.5rem 1rem;border:none;border-radius:999px;background:#ffffffeb;color:var(--color-primary);font-weight:600;box-shadow:var(--shadow);cursor:pointer}button:active{background:#eef1f5}:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}#layers-panel{position:absolute;top:calc(var(--safe-top) + 7.2rem);right:.75rem;background:#fffffff7;border-radius:12px;box-shadow:var(--shadow);padding:.5rem 1rem;display:flex;flex-direction:column;gap:.5rem;z-index:5}#layers-panel[hidden]{display:none}#layers-panel label{display:flex;align-items:center;gap:.5rem;min-height:44px}#layers-panel input[type=checkbox]{width:22px;height:22px}#search-bar{position:absolute;top:calc(var(--safe-top) + 3.6rem);left:.75rem;right:.75rem;z-index:4}#search-form{display:flex;gap:.5rem;background:#fffffff7;border-radius:999px;box-shadow:var(--shadow);padding:.35rem}#search-input{flex:1;border:none;background:transparent;padding:0 .75rem;min-height:44px;font-size:1rem}#search-form button{flex-shrink:0}#search-result{margin-top:.5rem;background:#fffffff7;border-radius:12px;box-shadow:var(--shadow);padding:.5rem .75rem}#search-result:empty{display:none}.search-match+.search-match{margin-top:.75rem;padding-top:.5rem;border-top:1px solid var(--color-border)}.search-match-heading{font-weight:600;margin:0 0 .35rem}.search-dates{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.search-date-button{display:flex;align-items:center;width:100%;justify-content:flex-start;background:#f4f6f8;box-shadow:none;font-weight:500}.search-confidence-note{margin-top:.4rem;font-size:.8rem;color:#6c757d}#date-scrubber{position:absolute;left:.75rem;right:.75rem;bottom:calc(var(--safe-bottom) + 1rem);display:flex;align-items:center;justify-content:space-between;gap:.5rem;background:#fffffff7;border-radius:999px;box-shadow:var(--shadow);padding:.4rem;z-index:4;transition:bottom .2s ease}#date-display{flex:1;text-align:center;display:flex;flex-direction:column;line-height:1.2}#date-label{font-weight:600;font-size:.95rem}#date-relative{font-size:.8rem;color:var(--color-accent);font-weight:600}#bottom-sheet{position:absolute;left:0;right:0;bottom:calc(var(--safe-bottom) + 4.8rem);max-height:calc(44px + .5rem);background:var(--color-bg);border-radius:16px 16px 0 0;box-shadow:0 -2px 16px #0000002e;padding:.5rem 1rem calc(var(--safe-bottom) + 1rem);overflow:hidden;transition:max-height .25s ease;z-index:3}#bottom-sheet.expanded{max-height:45vh;overflow-y:auto}#bottom-sheet-handle{width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer}#bottom-sheet-handle:before{content:"";display:block;width:36px;height:4px;border-radius:2px;background:var(--color-border)}#bottom-sheet-content h2{font-size:1rem;margin:.75rem 0 .25rem}#bottom-sheet-content p,#bottom-sheet-content li{font-size:.9rem;line-height:1.4}#bottom-sheet-content ul{margin:.25rem 0;padding-left:1.25rem}.search-hide-button{margin-top:.75rem;width:100%;background:#f4f6f8;box-shadow:none;font-weight:500}.confidence-dot{display:inline-block;width:.7em;height:.7em;border-radius:50%;margin-right:.35em}#status-banner{position:absolute;top:var(--safe-top);left:.75rem;right:.75rem;background:#fbe7e9;color:#b3261e;border-radius:12px;padding:.6rem .9rem;box-shadow:var(--shadow);z-index:10;font-size:.9rem}#status-banner[hidden]{display:none}@media(prefers-reduced-motion:reduce){#bottom-sheet,#date-scrubber{transition:none}}@media(min-width:720px){#search-bar{left:.75rem;right:auto;width:22rem}#bottom-sheet,#bottom-sheet.expanded{left:auto;right:.75rem;bottom:1rem;width:22rem;max-height:70vh;overflow-y:auto;border-radius:16px}#bottom-sheet-handle{display:none}#date-scrubber{left:.75rem;right:auto;width:22rem}}@media(prefers-color-scheme:dark){:root{--color-bg: #1c1f24;--color-text: #e8e8e8;--color-border: #3a3f47;--shadow: 0 2px 12px rgba(0, 0, 0, .6);color-scheme:dark}#app-header h1,button,#search-form,#search-result,#layers-panel,#date-scrubber{background:#24282eeb;color:var(--color-text)}#layers-panel{background:#24282ef7}button:active,.search-date-button,.search-hide-button{background:#2c3138}.search-confidence-note{color:#9aa1a8}#status-banner{background:#3a1f22;color:#ff8a80}}
