.realtime-map-marker{display:flex;flex-direction:column;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;border:2px solid transparent;color:#fff;cursor:pointer;font-family:inherit;padding:4px;line-height:1.15;box-shadow:0 2px 8px rgba(0,0,0,.22);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.realtime-map-marker--dong{width:56px;height:56px}.realtime-map-marker--dong .realtime-map-marker__name{font-size:10px}.realtime-map-marker--dong .realtime-map-marker__value{font-size:12px}.realtime-map-marker:hover{transform:scale(1.06)}.realtime-map-marker.is-active{border-color:#fff;box-shadow:0 0 0 3px rgba(3,74,162,.45),0 4px 12px rgba(0,0,0,.28);transform:scale(1.08)}.realtime-map-marker--safe{background-color:rgba(78,197,28,.88)}.realtime-map-marker--exceeded{background-color:rgba(232,52,60,.88)}.realtime-map-marker--checking{background-color:rgba(22,119,255,.88)}.realtime-map-marker__name{font-size:11px;font-weight:600;white-space:nowrap}.realtime-map-marker__value{margin-top:2px;font-size:13px;font-weight:700}.realtime-map-marker-wrapper{background:transparent;border:0;overflow:visible}.realtime-map-badge{pointer-events:none;position:absolute;left:12px;top:12px;z-index:1000;border-radius:4px;background:rgba(0,0,0,.7);padding:4px 8px;color:#fff;font-size:12px;font-weight:500}.realtime-map-pin{width:32px;height:40px;pointer-events:none;filter:drop-shadow(0 2px 4px rgba(0,0,0,.28))}.realtime-map-pin img{display:block;width:100%;height:100%;object-fit:contain}.realtime-station-marker{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;width:215px;height:32px;font-family:inherit}.realtime-station-marker--value{width:auto;height:auto}.realtime-value-pin{--station-status-color:#4ec51c;box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:3px solid #fff;border-radius:50%;background:var(--station-status-color);color:#fff;font-weight:800;line-height:1;white-space:nowrap;box-shadow:0 2px 6px rgba(0,0,0,.25);cursor:pointer;font-family:inherit;transition:transform .15s ease}.realtime-value-pin--selected{background:#fff;color:var(--station-status-color);border:2px solid var(--station-status-color);box-shadow:0 2px 8px rgba(0,0,0,.28)}.realtime-value-pin:not(button){cursor:default}.realtime-value-pin:hover{transform:scale(1.06)}.realtime-station-marker.is-active,.realtime-station-marker.is-hovered{position:relative;z-index:1}.realtime-station-marker__pin{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:2px solid #fff;border-radius:9999px;box-shadow:0 0 5px rgba(0,0,0,.25);cursor:pointer;padding:0;transition:transform .15s ease}.realtime-station-marker__pin:not(button){cursor:default}.realtime-station-marker__pin img{width:16px;height:16px;display:block;object-fit:contain}.realtime-station-marker.is-active .realtime-station-marker__pin,.realtime-station-marker.is-hovered .realtime-station-marker__pin,.realtime-station-marker__pin:hover{transform:scale(1.08)}.realtime-station-marker__tooltip{--station-status-color:#4ec51c;position:absolute;bottom:calc(100% + 2px);left:50%;transform:translateX(-50%);width:215px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,visibility .15s ease;z-index:30;filter:drop-shadow(0 2px 8px rgba(0,0,0,.18))}.realtime-station-marker__tooltip:before{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);width:96px;height:18px}.realtime-station-marker.is-active .realtime-station-marker__tooltip,.realtime-station-marker.is-hovered .realtime-station-marker__tooltip{opacity:1;visibility:visible;pointer-events:auto}.realtime-station-marker.is-active .realtime-station-marker__tooltip:before,.realtime-station-marker.is-hovered .realtime-station-marker__tooltip:before{pointer-events:auto}.realtime-station-marker__tooltip-head{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:36px;padding:8px 10px;border-radius:4px 4px 0 0;background:#fff}.realtime-station-marker__tooltip-title{flex:1;min-width:0;margin:0;font-size:14px;font-weight:700;line-height:1.4;color:var(--station-status-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.realtime-station-marker__tooltip-link{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;border:0;padding:0;background:transparent;color:var(--station-status-color);text-decoration:none;cursor:pointer;font:inherit}.realtime-station-marker__tooltip-link:hover{opacity:.8}.realtime-station-marker__tooltip-body{display:flex;flex-direction:column;gap:4px;padding:10px 10px 12px;border-radius:0 0 4px 4px;background:var(--station-status-color);color:#fff;font-size:12px;line-height:1.4}.realtime-station-marker__tooltip-row{display:flex;align-items:flex-start;gap:4px}.realtime-station-marker__tooltip-label{flex-shrink:0;font-weight:500}.realtime-station-marker__tooltip-divider{flex-shrink:0;color:hsla(0,0%,100%,.5);font-weight:300}.realtime-station-marker__tooltip-text{min-width:0;font-weight:500;word-break:keep-all}.realtime-station-marker__tooltip-arrow{position:absolute;left:50%;bottom:-8px;transform:translateX(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid var(--station-status-color)}