:root{--accent: #ff4d4f;--bg: #ffffff;--panel: #fafafa;--text: #1c1c1e;--muted: #8a8a8e;--border: #ececec;--shadow: 0 6px 24px rgba(0, 0, 0, .12)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Segoe UI,Malgun Gothic,sans-serif;color:var(--text);background:var(--bg)}.app{display:flex;height:100vh;width:100vw;overflow:hidden}.list-panel{width:360px;flex-shrink:0;background:var(--panel);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}.sheet-handle{display:none}.list-header{padding:18px 20px 12px;border-bottom:1px solid var(--border)}.brand{margin:0;font-size:26px;font-weight:800;letter-spacing:-.5px;color:var(--accent)}.brand span{color:var(--text);font-weight:600;font-size:16px;margin-left:4px}.list-count{margin:4px 0 0;font-size:13px;color:var(--muted)}.list-filters{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:12px}.waterpark-toggle{flex-basis:100%;display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none}.waterpark-toggle input{width:15px;height:15px;accent-color:var(--accent);cursor:pointer}.sort-tabs{display:flex;flex:1;gap:2px;padding:2px;background:#efefef;border-radius:8px}.sort-tab{flex:1;border:none;background:transparent;padding:6px 4px;font-size:12px;font-weight:600;color:var(--muted);border-radius:6px;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}.sort-tab:hover{color:var(--text)}.sort-tab.active{background:#fff;color:var(--accent);box-shadow:0 1px 3px #0000001a}.region-select{flex-shrink:0;max-width:120px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:7px 8px;font-size:12px;font-weight:600;color:var(--text);cursor:pointer}.region-select:focus{outline:none;border-color:var(--accent)}.list{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1}.list-item{display:flex;gap:12px;padding:14px 18px;cursor:pointer;border-bottom:1px solid var(--border);transition:background .15s}.list-item:hover{background:#f0f0f0}.list-item.active{background:#fff0f0;box-shadow:inset 3px 0 0 var(--accent)}.thumb{width:64px;height:64px;border-radius:10px;background-color:#e8e8e8;background-size:cover;background-position:center;flex-shrink:0;display:flex;align-items:center;justify-content:center}.thumb-fallback{font-size:26px}.item-body{flex:1;min-width:0}.item-title-row{display:flex;align-items:center;gap:6px}.item-title{margin:0;flex:1;min-width:0;font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-source{flex-shrink:0;font-size:14px;line-height:1;cursor:help}.ev-progress{margin:6px 0 2px}.ev-progress-head{display:flex;justify-content:space-between;align-items:baseline}.ev-range{font-size:12px;font-weight:600;color:#555}.ev-range-sep{color:var(--muted);font-weight:400}.ev-percent{font-size:11px;font-weight:700;color:var(--accent)}.ev-bar{position:relative;height:5px;margin:5px 0;border-radius:999px;background:#00000014}.ev-bar-fill{position:absolute;left:0;top:0;bottom:0;border-radius:999px;background:linear-gradient(90deg,#9cc0ff,var(--accent))}.ev-bar-today{position:absolute;top:50%;width:10px;height:10px;margin:-5px 0 0 -5px;border-radius:50%;background:#fff;border:2px solid var(--accent);box-shadow:0 1px 3px #00000040}.ev-progress-foot{display:flex;justify-content:space-between;align-items:baseline;font-size:10.5px;color:var(--muted)}.ev-dday{font-weight:700;color:var(--accent)}.ev-dday.ended{color:var(--muted)}.item-meta{margin:4px 0 0;display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.item-city{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.insight{margin:6px 0 0}.insight-loading{font-size:11px;color:var(--muted)}.insight-tags{display:flex;flex-wrap:nowrap;gap:4px;overflow:hidden}.insight-tag{flex-shrink:0;font-size:11px;line-height:1;padding:3px 7px;border-radius:6px;background:#f3f4f6;color:#555;white-space:nowrap}.insight-summary{margin:5px 0 0;font-size:12px;line-height:1.4;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-dist{flex-shrink:0;font-size:11px;color:var(--accent);font-weight:600}.list-empty,.list-error{padding:24px 18px;color:var(--muted);font-size:14px}.list-error{color:var(--accent)}.map-area{position:relative;flex:1}.map-wrap{position:absolute;top:0;right:0;bottom:0;left:0}.map{width:100%;height:100%}.map-error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:16px 20px;border-radius:12px;box-shadow:var(--shadow);color:var(--accent);max-width:80%;text-align:center;font-size:14px}.controls{position:absolute;top:16px;right:16px;z-index:10;display:flex;flex-direction:column;gap:8px;align-items:flex-end}.locate-btn,.radius-btn{border:none;background:#fff;box-shadow:var(--shadow);border-radius:999px;padding:10px 14px;font-size:13px;font-weight:600;cursor:pointer}.radius-group{display:flex;gap:6px;background:#fff;padding:4px;border-radius:999px;box-shadow:var(--shadow)}.radius-btn{box-shadow:none;padding:6px 12px;color:var(--muted)}.radius-btn.active{background:var(--accent);color:#fff}.timeline{position:absolute;top:16px;left:16px;z-index:10;width:240px;background:#fff;box-shadow:var(--shadow);border-radius:14px;padding:12px 14px}.timeline-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.timeline-label{font-size:15px;font-weight:700;color:var(--text)}.timeline-badge{font-size:11px;font-weight:700;color:#fff;background:var(--accent);border-radius:999px;padding:2px 8px}.timeline-track{position:relative;line-height:0}.timeline-marks{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.timeline-mark{position:absolute;top:50%;width:6px;height:6px;transform:translate(-50%,-50%) rotate(45deg);background:#ffb020;border:1px solid #fff;border-radius:1px;box-shadow:0 0 1px #0000004d}.timeline-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:6px;margin:0;border-radius:999px;background:linear-gradient(to right,var(--accent) 0,var(--accent) var(--fill, 0%),var(--border) var(--fill, 0%),var(--border) 100%);outline:none;cursor:pointer}.timeline-range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#fff;border:3px solid var(--accent);box-shadow:0 1px 4px #00000040;cursor:pointer}.timeline-range::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#fff;border:3px solid var(--accent);box-shadow:0 1px 4px #00000040;cursor:pointer}.timeline-foot{display:flex;align-items:center;justify-content:space-between;margin-top:8px;font-size:11px;color:var(--muted)}.timeline-reset{border:none;background:transparent;color:var(--accent);font-size:11px;font-weight:700;cursor:pointer;padding:0}.timeline-hint{font-size:11px;color:var(--muted)}.timeline-jump{border:none;background:#f2f2f2;color:var(--text);width:30px;height:24px;border-radius:7px;font-size:14px;font-weight:700;line-height:1;cursor:pointer;transition:background .15s}.timeline-jump:hover:not(:disabled){background:var(--accent);color:#fff}.timeline-jump:disabled{opacity:.35;cursor:default}.detail-sheet{position:absolute;bottom:16px;left:16px;z-index:20;width:340px;max-height:70%;overflow-y:auto;background:#fff;border-radius:16px;box-shadow:var(--shadow);padding:18px}.detail-close{position:absolute;top:12px;right:12px;border:none;background:#0000000d;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:13px}.detail-open{position:absolute;top:12px;right:48px;z-index:1;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#0000000d;font-size:14px;text-decoration:none;cursor:pointer}.detail-open:hover{background:var(--accent)}.detail-img{width:100%;height:160px;object-fit:cover;border-radius:10px}.detail-title{margin:12px 0 8px;font-size:18px;font-weight:700;padding-right:24px}.detail-period{margin:0 0 10px;font-size:13px;font-weight:600;color:var(--accent)}.detail-row{margin:6px 0;font-size:13px;color:#444;line-height:1.5}.detail-overview{margin:12px 0 0;font-size:13px;line-height:1.6;color:#555}.detail-loading,.detail-error{font-size:14px;color:var(--muted);padding:8px}.detail-error,.detail-home a{color:var(--accent)}.ev-marker{position:relative;width:24px;height:30px}.ev-marker-pin{position:absolute;left:50%;top:0;width:22px;height:22px;margin-left:-11px;background:var(--accent);border:2px solid #fff;border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 1px 3px #0006}.ev-marker-pin:after{content:"";position:absolute;left:50%;top:50%;width:7px;height:7px;margin:-3.5px 0 0 -3.5px;background:#fff;border-radius:50%}.ev-marker-label{position:absolute;bottom:30px;left:50%;transform:translate(-50%);max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:2px 7px;font-size:11px;font-weight:600;line-height:1.35;color:var(--text);background:#fffffff2;border:1px solid var(--border);border-radius:6px;box-shadow:0 1px 4px #0000002e;pointer-events:none}.ev-marker-emoji{margin-right:3px}.ev-marker--selected .ev-marker-pin{background:#1c1c1e}.ev-marker--selected .ev-marker-label{color:#fff;background:var(--accent);border-color:var(--accent)}.me-marker{position:relative;width:22px;height:22px}.me-marker-dot{position:absolute;top:50%;left:50%;width:14px;height:14px;margin:-7px 0 0 -7px;background:#2d7ef7;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #2d7ef766}.me-marker:after{content:"";position:absolute;top:50%;left:50%;width:22px;height:22px;margin:-11px 0 0 -11px;border-radius:50%;background:#2d7ef759;animation:me-pulse 2s ease-out infinite}@keyframes me-pulse{0%{transform:scale(.6);opacity:.8}to{transform:scale(2.4);opacity:0}}@media (max-width: 720px){.app{flex-direction:column}.map-area{order:1;flex:none;height:100vh;height:100dvh}.list-panel{order:2;position:fixed;left:0;right:0;bottom:0;width:100%;height:var(--sheet-h, 52vh);border-right:none;border-top:none;border-radius:18px 18px 0 0;box-shadow:0 -6px 24px #00000029;z-index:30;transition:height .28s cubic-bezier(.4,0,.2,1)}.list-panel.dragging{transition:none}.sheet-handle{display:flex;align-items:center;justify-content:center;height:22px;flex-shrink:0;cursor:grab;touch-action:none}.sheet-grip{width:40px;height:4px;border-radius:999px;background:#d0d0d5}.list-header{padding:2px 14px 9px}.list-title-row{display:flex;align-items:baseline;gap:8px}.brand{font-size:20px}.brand span{font-size:12px;margin-left:3px}.list-count{margin:0 0 0 auto;font-size:12px}.list-filters{margin-top:8px;flex-wrap:wrap;gap:6px}.sort-tabs{flex-basis:100%}.sort-tab{padding:7px 4px;font-size:12px}.region-select{flex:1;max-width:none;padding:6px 8px}.waterpark-toggle{flex-basis:auto;flex-shrink:0;padding:0 2px}.list-item{padding:10px 14px;gap:10px}.thumb{width:52px;height:52px;border-radius:8px}.thumb-fallback{font-size:22px}.item-title{font-size:14px}.ev-progress{margin:4px 0 2px}.item-meta{margin-top:3px}.insight{margin-top:4px}.insight-summary{margin-top:3px}.timeline{top:10px;left:10px;width:auto;min-width:172px;max-width:210px;padding:8px 12px;border-radius:12px}.timeline-head{margin-bottom:6px}.timeline-label{font-size:13px}.timeline-foot{margin-top:6px}.controls{top:10px;right:10px}.locate-btn{padding:8px 12px;font-size:12px}.detail-sheet{left:12px;right:12px;bottom:12px;width:auto;max-height:80%;z-index:40}}
