:root{color:#102e4a;font-synthesis:none;text-rendering:optimizelegibility;--ink:#102e4a;--muted:#64798b;--blue:#1267df;--teal:#008b82;--ochre:#a96904;--purple:#6339c7;--green:#17865d;--line:#d8e2ea;--line-strong:#bfd0dc;--soft:#f6f8fa;--surface:#fff;background:#fff;font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;min-width:320px;min-height:100%;margin:0}body{overflow:hidden auto}button,input,textarea{font:inherit}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible{outline-offset:2px;outline:3px solid #1267df3d}.app-shell{background:#fff;grid-template-rows:84px 64px minmax(0,1fr) 34px;width:100%;height:100dvh;display:grid;overflow:hidden}.app-header{border-bottom:1px solid var(--line);z-index:5;background:#fff;justify-content:space-between;align-items:center;padding:0 28px 0 32px;display:flex}.brand h1{letter-spacing:.02em;margin:0;font-size:clamp(24px,2.2vw,34px);font-weight:600;line-height:1.12}.brand p{color:#617589;margin:6px 0 0;font-size:14px}.header-actions{align-items:center;gap:4px;display:flex}.header-actions button{cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;min-height:40px;padding:8px 12px;font-size:13px;display:inline-flex}.header-actions button:hover{color:var(--blue);background:#f5f8fb}.header-actions svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.header-actions .mobile-menu{padding:7px;display:none}.filter-rail{border-bottom:1px solid var(--line-strong);white-space:nowrap;z-index:5;background:#fff;align-items:center;gap:18px;padding:10px 28px;display:flex}.filter-group{align-items:center;gap:12px;min-width:0;display:flex}.filter-group.theme-group{flex:1}.filter-label{color:#314a60;flex:none;font-size:13px;font-weight:600}.filter-scroll{scrollbar-width:none;gap:8px;min-width:0;display:flex;overflow-x:auto}.filter-scroll::-webkit-scrollbar{display:none}.filter-scroll button{color:#314a60;cursor:pointer;background:#fff;border:1px solid #d3dde5;border-radius:7px;align-items:center;gap:7px;height:36px;padding:0 16px;font-size:13px;transition:color .16s,border-color .16s,background .16s;display:inline-flex}.filter-scroll button:hover{border-color:#9ab5c9}.filter-scroll button.active{border-color:var(--blue);color:#fff;background:var(--blue)}.theme-dot{opacity:.7;background:currentColor;border-radius:50%;width:7px;height:7px}.filter-scroll button.active .theme-dot{background:#fff}.filter-divider{background:var(--line);flex:none;width:1px;height:30px}.main-area{grid-template-columns:minmax(0,1fr) 390px;min-height:0;display:grid;overflow:hidden}.desktop-map{background:#fff;min-width:0;min-height:0;position:relative;overflow:hidden}.mobile-route{display:none}.map-coordinate-header{color:#8093a5;text-align:center;pointer-events:none;z-index:2;grid-template-rows:repeat(7,1fr);width:28px;padding:24px 0 32px;font-size:10px;display:grid;position:absolute;inset:0 auto 0 0}.map-viewport{cursor:grab;touch-action:none;scrollbar-width:thin;scrollbar-color:#c6d4df transparent;background-image:linear-gradient(#254c6c0e 1px,#0000 1px),linear-gradient(90deg,#254c6c0e 1px,#0000 1px),linear-gradient(#254c6c06 1px,#0000 1px),linear-gradient(90deg,#254c6c06 1px,#0000 1px);background-position:34px 12px;background-size:72px 72px,72px 72px,18px 18px,18px 18px;padding:12px 24px 60px 34px;position:absolute;inset:0;overflow:auto}.map-viewport.dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.stage-frame{position:relative}.map-stage{transform-origin:0 0;width:980px;height:770px;position:absolute}.edge-layer{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.edge-layer path{fill:none;stroke:var(--edge-color);stroke-width:2.2px;vector-effect:non-scaling-stroke;opacity:.94;transition:opacity .18s,stroke-width .18s}.edge-layer path.secondary{stroke-dasharray:7 7}.edge-layer path.muted{opacity:.1}.edge-layer path.matched{stroke-width:2.4px}.map-node{cursor:pointer;z-index:2;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;width:126px;min-height:112px;padding:4px 4px 0;transition:opacity .18s,filter .18s,transform .18s;display:flex;position:absolute;transform:translate(-50%,-50%)}.map-node:hover{transform:translate(-50%,-50%)translateY(-3px)}.map-node.muted{opacity:.18;filter:saturate(.25)}.map-node.selected{z-index:4}.node-icon{border:2px solid var(--node-color);width:68px;height:68px;color:var(--node-color);background:#fff;border-radius:50%;place-items:center;transition:border-color .16s,box-shadow .16s,background .16s;display:grid}.map-node:hover .node-icon{background:color-mix(in srgb, var(--node-color) 5%, white)}.map-node.selected .node-icon{border:3px solid var(--blue);box-shadow:0 0 0 7px #1267df1a,0 8px 24px #1267df26}.node-icon svg{width:39px;height:39px}.map-node strong{color:#173653;margin-top:5px;font-size:15px;font-weight:600;line-height:1.2}.map-node.selected strong{color:var(--blue)}.map-node small{border:1px solid color-mix(in srgb, var(--node-color) 28%, white);color:var(--node-color);background:color-mix(in srgb, var(--node-color) 7%, white);border-radius:4px;margin-top:4px;padding:1px 6px 2px;font-size:10px;line-height:1.2}.legend{color:#3b5266;z-index:4;background:#fffffff5;border:1px solid #d4dee7;border-radius:8px;width:178px;padding:13px 14px 12px;font-size:10px;position:absolute;bottom:18px;left:48px;box-shadow:0 8px 22px #122f490a}.legend h3{color:var(--ink);margin:0 0 7px;font-size:13px}.legend p{margin:0 0 6px;font-weight:600}.legend p span{color:#7b8d9d;font-weight:400}.legend>div{align-items:center;gap:8px;margin:4px 0;display:flex}.legend i{flex:none;width:19px;height:3px;display:inline-block}.legend .legend-subtitle{margin-top:10px}.legend i.line{background:#415a70;height:2px;position:relative}.legend i.line:after{content:"";border-top:4px solid #0000;border-bottom:4px solid #0000;border-left:5px solid #415a70;position:absolute;top:-3px;right:-1px}.legend i.dashed{background:repeating-linear-gradient(90deg,#415a70 0 5px,#0000 5px 9px)}.zoom-controls{z-index:4;background:#fff;border:1px solid #d4dee7;border-radius:8px;flex-direction:column;display:flex;position:absolute;top:50%;right:16px;overflow:hidden;box-shadow:0 8px 22px #122f490f}.zoom-controls button{color:#24435e;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #e3e9ee;width:38px;height:38px;font-size:21px}.zoom-controls button:last-child{border-bottom:0;font-size:18px}.zoom-controls button:hover{color:var(--blue);background:#f5f8fb}.inspector{border-left:1px solid var(--line-strong);z-index:4;background:#fff;flex-direction:column;min-width:0;min-height:0;display:flex}.inspector-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding:18px 16px 14px 20px;display:flex}.inspector-header>div{flex-wrap:wrap;align-items:baseline;gap:7px;display:flex}.inspector-header span{color:var(--blue);font-variant-numeric:tabular-nums;font-size:12px}.inspector-header h2{color:var(--ink);margin:0;font-size:25px;line-height:1.2}.inspector-header small{color:#356a9a;background:#f2f7fc;border:1px solid #c8d9eb;border-radius:4px;padding:2px 7px;font-size:10px}.icon-button,.sheet-title button,.help-dialog button{color:var(--ink);cursor:pointer;background:0 0;border:0;font-size:27px;line-height:1}.inspector-scroll{min-height:0;padding:12px 14px 22px;overflow-y:auto}.overview-content{gap:10px;display:grid}.detail-block{background:#fff;border:1px solid #d7e0e7;border-radius:8px;padding:14px 15px}.detail-block h3{color:#183854;margin:0 0 9px;font-size:15px}.detail-block p{color:#3d5365;margin:0;font-size:13px;line-height:1.75}.detail-block ul{color:#3d5365;margin:0;padding-left:1.2em;font-size:12.5px;line-height:1.8}.extension-block{margin-top:10px}.block-heading{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.block-heading h3{margin:0}.block-heading button,.sheet-add{color:#235c94;cursor:pointer;background:#f5f8fb;border:1px solid #cbd8e4;border-radius:5px;padding:5px 8px;font-size:10px}.block-heading button:hover,.sheet-add:hover{border-color:var(--blue);color:var(--blue)}.case-list{gap:8px;display:grid}.case-list article{border-left:3px solid var(--ochre);background:#fbf8f1;padding:10px 11px}.case-list strong{color:#563b0f;font-size:12px}.case-list p{color:#5f5545;margin:4px 0 3px;font-size:11.5px;line-height:1.55}.case-list span{color:#87735b;font-size:10px}.reference-list{color:#445a6d;margin:0;padding-left:1.45em;font-size:11px;line-height:1.65}.reference-list li+li{margin-top:6px}.reference-list a{color:#235c94;text-underline-offset:3px;text-decoration-color:#9cb8d1}.empty-zone{color:#718394;text-align:center;border:1px dashed #bfcdd9;border-radius:7px;place-content:center;gap:5px;min-height:110px;display:grid}.empty-zone strong{color:#52697d;font-size:12px}.empty-zone span{max-width:240px;font-size:10px;line-height:1.55}.entry-editor{background:#f8fafb;border:1px dashed #aebfcd;border-radius:7px;gap:9px;padding:10px;display:grid}.entry-editor label{color:#4e6477;gap:4px;font-size:10px;display:grid}.entry-editor input{width:100%;height:34px;color:var(--ink);background:#fff;border:1px solid #cad7e1;border-radius:5px;padding:0 9px;font-size:11px}.editor-actions{justify-content:flex-end;gap:6px;display:flex}.editor-actions button{cursor:pointer;background:#fff;border:1px solid #ccd8e1;border-radius:5px;padding:5px 10px;font-size:10px}.editor-actions button.primary{border-color:var(--blue);color:#fff;background:var(--blue)}.inspector-footer{border-top:1px solid var(--line);color:#788b9a;justify-content:space-between;padding:8px 15px;font-size:9px;display:flex}.reopen-panel{z-index:7;color:var(--blue);cursor:pointer;background:#fff;border:1px solid #b9cad8;border-radius:7px;padding:9px 12px;font-size:12px;position:fixed;bottom:52px;right:16px;box-shadow:0 10px 28px #102e4a1f}.status-bar{border-top:1px solid var(--line);color:#627689;white-space:nowrap;background:#fff;justify-content:space-between;align-items:center;gap:24px;padding:0 24px;font-size:10px;display:flex}.mobile-sheet{display:none}.dialog-backdrop{z-index:20;background:#0e243857;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.help-dialog{background:#fff;border:1px solid #cbd7e0;border-radius:10px;width:min(520px,100%);padding:22px 24px 24px;box-shadow:0 26px 80px #0c273f38}.help-dialog>div{justify-content:space-between;align-items:center;display:flex}.help-dialog h2{margin:0;font-size:20px}.help-dialog ol{color:#41586b;margin:18px 0 0;padding-left:1.4em;font-size:13px;line-height:1.9}@media (width<=1080px){.main-area{grid-template-columns:minmax(0,1fr) 340px}.filter-rail{gap:12px;padding-inline:18px}.filter-scroll button{padding-inline:12px}.legend{left:38px}}@media (width<=820px){body{overflow:hidden auto}.app-shell{grid-template-rows:72px auto minmax(0,1fr)}.app-header{min-height:72px;padding:0 18px 0 20px}.brand h1{letter-spacing:.04em;font-size:24px}.brand p,.header-actions>button:not(.mobile-menu){display:none}.header-actions .mobile-menu{justify-content:center;width:44px;height:44px;display:inline-flex}.header-actions .mobile-menu svg{width:28px;height:28px}.filter-rail{gap:8px;padding:10px 14px 12px;display:grid;overflow:hidden}.filter-divider{display:none}.filter-group{grid-template-columns:50px minmax(0,1fr);gap:5px;display:grid}.filter-group.theme-group{width:100%}.filter-label{font-size:13px}.filter-scroll{gap:8px;padding-bottom:2px}.filter-scroll button{border-radius:7px;justify-content:center;min-width:70px;height:42px;padding:0 15px;font-size:12px}.filter-scroll button.active{color:var(--blue);border:2px solid var(--blue);background:#fff}.filter-group:not(.theme-group) .filter-scroll button:first-child.active{color:#fff;background:var(--blue)}.main-area{min-height:0;display:block;position:relative;overflow:hidden}.desktop-map,.desktop-inspector,.status-bar{display:none}.mobile-route{scrollbar-width:none;background-image:linear-gradient(#254c6c0b 1px,#0000 1px),linear-gradient(90deg,#254c6c0b 1px,#0000 1px);background-size:18px 18px;flex-direction:column;gap:0;padding:18px 22px calc(45vh + 48px) 56px;display:flex;position:absolute;inset:0;overflow-y:auto}.mobile-route::-webkit-scrollbar{display:none}.timeline-line{background:#8ea7b9;width:2px;position:absolute;top:45px;bottom:calc(45vh + 70px);left:84px}.timeline-node{min-height:var(--timeline-gap);text-align:left;cursor:pointer;z-index:2;background:0 0;border:0;grid-template-columns:34px 36px minmax(0,1fr) auto;align-items:center;padding:0;transition:opacity .16s;display:grid;position:relative}.timeline-node>span{color:#95a5b4;font-variant-numeric:tabular-nums;font-size:12px}.timeline-node>i{background:#fff;border:2px solid #7590a3;border-radius:50%;width:18px;height:18px;margin-left:7px}.timeline-node>strong{color:var(--ink);padding-left:16px;font-size:17px;font-weight:500}.timeline-node>small{color:#8092a2;margin-right:8px;font-size:10px}.timeline-node.selected>span,.timeline-node.selected>strong{color:var(--blue);font-weight:600}.timeline-node.selected>i{border:4px solid var(--blue);box-shadow:0 0 0 4px #1267df21}.timeline-node.muted{opacity:.22}.mobile-zoom{z-index:8;background:#fff;border:1px solid #d4dee7;border-radius:24px;flex-direction:column;display:flex;position:fixed;bottom:calc(45vh + 28px);right:14px;overflow:hidden;box-shadow:0 9px 24px #0e2a4121}.mobile-zoom button{width:44px;height:44px;color:var(--blue);background:#fff;border:0;border-bottom:1px solid #e1e7ec;font-size:21px}.mobile-zoom button:last-child{border-bottom:0}.mobile-sheet{z-index:10;background:#fff;border:1px solid #cfd9e2;border-radius:18px 18px 0 0;flex-direction:column;height:45vh;min-height:330px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -14px 38px #0d29401f}.sheet-handle{background:#aebdca;border-radius:3px;width:54px;height:5px;margin:10px auto 4px}.sheet-title{justify-content:space-between;align-items:center;padding:5px 20px 8px;display:flex}.sheet-title>div{align-items:baseline;gap:9px;display:flex}.sheet-title span{color:var(--blue);font-size:16px}.sheet-title h2{color:var(--blue);margin:0;font-size:25px}.sheet-title button{font-size:31px}.sheet-tabs{border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.sheet-tabs button{color:#314c63;cursor:pointer;background:#fff;border:0;height:50px;font-size:14px;position:relative}.sheet-tabs button.active{color:var(--blue);font-weight:600}.sheet-tabs button.active:after{content:"";background:var(--blue);height:3px;position:absolute;bottom:-1px;left:16%;right:16%}.sheet-content{min-height:0;padding:14px 18px 30px;overflow-y:auto}.sheet-content .overview-content{gap:8px}.sheet-content .detail-block{border:0;border-bottom:1px dashed #cbd7e0;border-radius:0;padding:8px 6px 14px}.sheet-content .detail-block:last-child{border-bottom:0}.sheet-content .detail-block h3{font-size:16px}.sheet-content .detail-block p,.sheet-content .detail-block ul{font-size:13px;line-height:1.8}.sheet-add{margin:0 0 10px auto;font-size:11px;display:block}.reopen-panel{bottom:18px;right:14px}}@media (width<=480px){.brand h1{font-size:21px}.filter-scroll button{min-width:64px;padding-inline:12px}.filter-group{grid-template-columns:44px minmax(0,1fr)}.mobile-route{padding-left:42px}.timeline-line{left:70px}.timeline-node{grid-template-columns:28px 34px minmax(0,1fr)}.timeline-node>small{display:none}.timeline-node>strong{font-size:16px}.mobile-sheet{min-height:310px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}@media print{body{overflow:visible}.app-shell{height:auto;display:block}.app-header{height:76px}.filter-rail,.header-actions,.inspector,.status-bar,.zoom-controls,.legend,.mobile-sheet,.reopen-panel{display:none!important}.main-area{display:block}.desktop-map{height:760px;display:block}.map-viewport{padding:0;overflow:hidden}.map-stage{transform:scale(.95)!important}}
