:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{margin:0}#root{width:100%;min-height:100vh}*{box-sizing:border-box}:root{--brand:#1f6f4f;--brand-light:#e7f3ee;--ink:#1f2933;--muted:#6b7280;--line:#e4e7eb;--bg:#f6f8f7}body{color:var(--ink);background:var(--bg);margin:0;font-family:Microsoft YaHei,system-ui,sans-serif}.layout{flex-direction:column;min-height:100vh;display:flex}.topbar{background:var(--brand);color:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:14px 24px;display:flex}.brand{align-items:baseline;gap:12px;display:flex}.logo{letter-spacing:2px;font-size:24px;font-weight:800}.slogan{opacity:.9;font-size:14px}.topbar-right{opacity:.8;font-size:12px}.main{flex:1;display:flex}.sidebar{border-right:1px solid var(--line);background:#fff;flex-direction:column;gap:6px;width:200px;padding:16px 10px;display:flex}.nav-item{text-align:left;color:var(--ink);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:12px 14px;font-family:inherit;font-size:15px}.nav-item:hover{background:var(--brand-light)}.nav-item.active{background:var(--brand);color:#fff;font-weight:700}.content{flex:1;min-width:0;max-width:900px;padding:28px 32px}.content h2{margin:0 0 6px;font-size:22px}.desc{color:var(--muted);margin:0 0 20px;font-size:14px;line-height:1.6}.card{border:1px solid var(--line);background:#fff;border-radius:12px;margin-bottom:18px;padding:20px}.card.result{background:var(--brand-light);border-color:#cfe6db}.card h3{margin:0 0 12px}.field-label{color:var(--muted);margin:14px 0 6px;font-size:13px;display:block}.input{border:1px solid var(--line);resize:vertical;border-radius:8px;width:100%;padding:10px 12px;font-family:inherit;font-size:15px}.chips{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.chip{border:1px solid var(--line);cursor:pointer;color:var(--ink);background:#fff;border-radius:20px;padding:7px 14px;font-family:inherit;font-size:14px}.chip.on{background:var(--brand);color:#fff;border-color:var(--brand)}.primary-btn{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:16px;padding:11px 22px;font-family:inherit;font-size:15px}.voice-inline{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;margin-top:10px;font-size:13px;display:flex}.voice-input-btn,.icon-voice-btn,.mini-speak-btn,.route-speak-btn{border:1px solid var(--brand);color:var(--brand);cursor:pointer;background:#fff;border-radius:8px;padding:8px 12px;font-family:inherit;font-size:14px}.voice-input-btn.listening,.icon-voice-btn.listening{background:var(--brand);color:#fff;animation:1.5s ease-in-out infinite speakPulse}.voice-field{flex:1;gap:6px;min-width:180px;display:flex}.voice-field .route-input{min-width:0}.icon-voice-btn{flex-shrink:0;min-width:44px}.mini-speak-btn{margin-top:10px;font-size:13px}.route-speak-btn{background:var(--brand-light);border-color:#cfe6db;width:100%;font-weight:700}.route-speak-btn.speaking{background:var(--brand);border-color:var(--brand);color:#fff;animation:1.5s ease-in-out infinite speakPulse}.street-error{color:#b42318;margin:10px 0 0;font-size:13px}.kv{gap:12px;padding:6px 0;font-size:15px;display:flex}.kv span{color:var(--muted);flex-shrink:0;width:80px}.profile-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.profile-head h3{margin:0}.advice-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin:14px 0;display:grid}.advice-grid div{background:#fff;border:1px solid #cfe6db;border-radius:10px;padding:12px}.advice-grid span{color:var(--muted);margin-bottom:6px;font-size:13px;display:block}.advice-grid b{font-size:15px;line-height:1.6}.section-title{margin:14px 0 8px;font-size:15px}.rule-table{border-collapse:collapse;border:1px solid var(--line);background:#fff;border-radius:12px;width:100%;overflow:hidden}.rule-table th{background:var(--brand);color:#fff;text-align:left;padding:12px;font-size:14px}.rule-table td{border-top:1px solid var(--line);vertical-align:top;padding:12px;font-size:14px}.rule-table .disease{color:var(--brand);font-weight:700}.hint{color:var(--muted);background:var(--brand-light);border-radius:8px;margin-top:16px;padding:12px 14px;font-size:13px}.language-note{background:var(--brand-light);color:var(--brand);border-radius:999px;align-items:center;margin:-8px 0 16px;padding:6px 10px;font-size:13px;font-weight:700;display:inline-flex}.settings-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;display:grid}.setting-card{text-align:left;border:1px solid var(--line);cursor:pointer;color:var(--ink);background:#fff;border-radius:12px;padding:16px;font-family:inherit}.setting-card:hover{background:#fbfdfc;border-color:#b9d8ca}.setting-card.active{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-light)}.setting-card span{margin-bottom:8px;font-size:18px;font-weight:800;display:block}.setting-card em{color:var(--muted);font-size:13px;font-style:normal;line-height:1.6;display:block}.setting-card b{color:var(--brand);margin-top:10px;font-size:12px;display:inline-block}.route-list{flex-direction:column;gap:12px;margin-top:8px;display:flex}.route-item{border:1px solid var(--line);background:#fff;border-radius:12px;flex-direction:column;gap:10px;padding:16px;display:flex}.route-top{align-items:center;gap:16px;display:flex}.route-rank{background:var(--brand-light);width:44px;height:44px;color:var(--brand);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.route-body{flex:1}.route-name{font-size:16px;font-weight:700}.route-feature{color:var(--muted);margin:4px 0;font-size:13px}.route-meta{color:var(--muted);font-size:12px}.route-score{flex-direction:column;align-items:center;font-size:30px;font-weight:800;display:flex}.route-score span{color:var(--muted);font-size:11px;font-weight:400}.route-desc{color:var(--ink);background:var(--bg);border-left:3px solid var(--brand);border-radius:0 8px 8px 0;margin:0;padding:10px 12px;font-size:14px;line-height:1.7}.route-desc.loading{color:var(--muted);font-style:italic;animation:1.2s ease-in-out infinite descPulse}@keyframes descPulse{0%,to{opacity:.5}50%{opacity:1}}.vlm-panel{flex-wrap:wrap;gap:18px;display:flex}.vlm-img{width:260px;height:180px;color:var(--muted);text-align:center;background:#dde5e1;border-radius:12px;justify-content:center;align-items:center;font-size:14px;display:flex}.vlm-result{border:1px solid var(--line);background:#fff;border-radius:12px;flex:1;min-width:240px;padding:18px}.vlm-result h3{margin:0 0 12px}.tag-list{flex-wrap:wrap;gap:8px;display:flex}.tag{border-radius:8px;padding:6px 12px;font-size:14px}.tag.good{color:#2e9e5b;background:#e6f5ec}.tag.bad{color:#d64545;background:#fdeaea}.tag em{opacity:.8;font-style:normal}.vlm-summary{background:var(--brand-light);border-radius:8px;margin-top:14px;padding:12px;font-size:14px;line-height:1.6}.bigcard{border:2px solid var(--brand);background:#fff;border-radius:16px;max-width:480px;padding:24px}.bigcard-title{font-size:30px;font-weight:800}.bigcard-sub{color:var(--brand);margin-top:6px;font-size:18px}.bigcard-key{gap:12px;margin:20px 0;display:flex}.keybox{background:var(--brand-light);text-align:center;border-radius:10px;flex:1;padding:12px}.keybox span{color:var(--muted);font-size:13px;display:block}.keybox b{font-size:20px}.bigsteps{flex-direction:column;gap:10px;display:flex}.bigstep{background:#f6f8f7;border-radius:10px;align-items:center;gap:12px;padding:12px;display:flex}.bigstep-icon{background:var(--brand);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:15px;display:flex}.bigstep-text{font-size:18px;line-height:1.4}.share-btn{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-top:20px;padding:16px;font-family:inherit;font-size:20px;font-weight:700}.content:has(.route-page){max-width:none}.content:has(.street-page){width:100%;max-width:none}.route-page{width:100%;max-width:none}.route-form{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px;display:flex}.route-input{border:1px solid var(--line);border-radius:8px;flex:1;min-width:140px;padding:9px 12px;font-family:inherit;font-size:14px}.route-arrow{color:var(--muted);font-size:18px}.route-form .primary-btn{margin-top:0;padding:9px 18px}.route-status{color:var(--brand);background:var(--brand-light);border-radius:8px;margin:0 0 12px;padding:8px 12px;font-size:13px}.route-empty{color:var(--muted);border:1px dashed var(--line);text-align:center;background:#fff;border-radius:12px;padding:24px;font-size:14px}.route-layout{align-items:stretch;gap:16px;display:flex}.route-map{border:1px solid var(--line);border-radius:12px;flex:1;min-width:300px;height:calc(100vh - 260px);min-height:420px;overflow:hidden}.route-layout .route-list{flex-shrink:0;width:340px;max-height:calc(100vh - 260px);margin-top:0;overflow-y:auto}.route-item{cursor:pointer;transition:box-shadow .15s,border-color .15s}.route-item.active{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-light)}.route-confirm-btn{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:10px;padding:10px;font-family:inherit;font-size:15px;font-weight:700}.route-confirm-btn:hover{opacity:.9}.bigcard-empty{border:2px dashed var(--line);text-align:center;background:#fff;border-radius:16px;max-width:480px;padding:48px 24px}.bigcard-empty-icon{margin-bottom:12px;font-size:48px}.bigcard-empty p{color:var(--ink);margin:6px 0;font-size:18px;font-weight:700}.bigcard-empty-hint{color:var(--muted)!important;font-size:14px!important;font-weight:400!important}.bigcard-review{background:var(--brand-light);color:var(--ink);border-radius:8px;margin:14px 0;padding:12px 14px;font-size:16px;line-height:1.7}.bigcard-actions{gap:10px;margin-top:20px;display:flex}.bigcard-actions .share-btn{flex:1;margin-top:0}.speak-btn{color:var(--brand);border:2px solid var(--brand);cursor:pointer;background:#fff;border-radius:10px;flex:1;padding:16px;font-family:inherit;font-size:20px;font-weight:700}.speak-btn.speaking{background:var(--brand);color:#fff;animation:1.5s ease-in-out infinite speakPulse}.speech-notice{color:#7a4b00;background:#fff4df;border-radius:8px;margin:10px 0 0;padding:10px 12px;font-size:14px;line-height:1.6}@keyframes speakPulse{0%,to{opacity:1}50%{opacity:.7}}.content:has(.community-page){max-width:none}.community-page{width:100%;max-width:none}.community-form{gap:10px;margin-bottom:12px;display:flex}.community-form .voice-field{flex:1}.community-form .route-input{flex:1;min-width:140px}.community-form .primary-btn{margin-top:0;padding:9px 18px}.community-layout{align-items:stretch;gap:16px;display:flex}.community-map{border:1px solid var(--line);border-radius:12px;flex:1;min-width:300px;height:calc(100vh - 280px);min-height:420px;overflow:hidden}.community-panel{flex-direction:column;flex-shrink:0;gap:12px;width:320px;max-height:calc(100vh - 280px);display:flex;overflow-y:auto}.layer-toggles{gap:16px;display:flex}.layer-toggle{cursor:pointer;align-items:center;gap:6px;font-size:14px;display:flex}.layer-toggle input{width:16px;height:16px;accent-color:var(--brand)}.community-stats{flex-wrap:wrap;gap:12px;display:flex}.stat-item{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:14px;display:flex}.stat-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.community-report{border:1px solid var(--line);background:#fff;border-radius:12px;padding:16px}.community-report h3{margin:0 0 10px;font-size:15px}.report-text{color:var(--ink);margin:0;font-size:14px;line-height:1.7}.report-loading{color:var(--muted);margin:0;font-size:14px;font-style:italic;animation:1.2s ease-in-out infinite descPulse}.report-empty{color:var(--muted);margin:0;font-size:14px}.cell-detail{background:var(--brand-light);border:1px solid #cfe6db;border-radius:12px;padding:16px}.cell-detail h3{justify-content:space-between;align-items:center;margin:0 0 10px;font-size:15px;display:flex}.cell-score{font-size:20px;font-weight:800}.cell-range{color:var(--muted);margin:0 0 8px;font-size:12px}.cell-poi{justify-content:space-between;padding:4px 0;font-size:14px;display:flex}.cell-poi span{color:var(--muted)}.community-legend{border:1px solid var(--line);background:#fff;border-radius:12px;padding:12px 16px}.community-legend h4{color:var(--ink)}.legend-gradient{background:linear-gradient(90deg,#dc3232,#f08c1e,#ffdc00,#8cdc1e,#28b43c);border-radius:4px;height:14px;margin-bottom:4px}.legend-labels{color:var(--muted);justify-content:space-between;margin-bottom:4px;font-size:12px;display:flex}.legend-item{align-items:center;gap:8px;padding:3px 0;font-size:13px;display:flex}.legend-color{border-radius:3px;flex-shrink:0;width:14px;height:14px}.bigcard-narration{border:1px solid var(--line);background:#fafafa;border-radius:12px;margin-top:16px;padding:16px 20px}.narration-label{color:var(--muted);margin-bottom:10px;font-size:16px;font-weight:600}.subtitle-track{white-space:nowrap;overflow:hidden}.subtitle-text{color:var(--ink);padding:4px 0;font-size:24px;line-height:1.8;display:inline-block}.subtitle-text.scrolling{animation:25s linear forwards subtitle-scroll}@keyframes subtitle-scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}@media (width<=720px){.route-layout{flex-direction:column}.route-map{width:100%;min-width:0;height:300px}.route-layout .route-list{width:100%}.community-layout{flex-direction:column}.community-map{width:100%;min-width:0;height:300px}.community-panel{width:100%}.main{flex-direction:column}.sidebar{border-right:none;border-bottom:1px solid var(--line);flex-direction:row;width:100%;overflow-x:auto}.nav-item{white-space:nowrap;padding:10px;font-size:13px}.content{padding:18px 16px}.vlm-img{width:100%}}:root{--deep:#173d38;--green:#28765f;--mint:#e1f0e9;--cream:#fffaf0;--orange:#e6803d;--danger:#c94b42}button{font-family:inherit}.eyebrow{color:var(--green);letter-spacing:.14em;margin:0 0 8px;font-size:13px;font-weight:800}.live-dot{background:#49a87d;border-radius:50%;width:9px;height:9px;display:inline-block;box-shadow:0 0 0 4px #49a87d24}.speech-service-status{border-radius:12px;flex-direction:column;gap:5px;margin:0 0 18px;padding:14px 16px;display:flex}.speech-service-status strong{font-size:14px}.speech-service-status span{font-size:12px;line-height:1.6}.speech-service-status.ready{color:#21634e;background:#e4f3eb;border:1px solid #bfdfd1}.speech-service-status.warning{color:#8a5531;background:#fff1e5;border:1px solid #f0d4bc}.speech-fallback-notice{color:#8a5531;background:#fff1e5;border-radius:9px;margin:12px 0 0;padding:11px 13px;font-size:13px;line-height:1.5}.role-gate{min-height:100vh;color:var(--deep);background:radial-gradient(circle at 12% 80%,#e8b27140,#0000 28%),radial-gradient(circle at 90% 12%,#44917538,#0000 30%),#f7f5ef;padding:26px 7vw 60px}.gate-brand,.side-brand{align-items:baseline;gap:10px;display:flex}.gate-brand>span,.side-brand>span{letter-spacing:.08em;font-size:24px;font-weight:900}.gate-brand small,.side-brand small{color:#71817c;font-size:12px}.gate-panel{text-align:center;max-width:980px;margin:10vh auto 0}.gate-panel h1{letter-spacing:-.04em;margin:0;font-size:clamp(34px,5vw,58px);line-height:1.15}.gate-lead{color:#687975;margin:20px auto 36px;font-size:17px}.role-cards{text-align:left;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.role-card{cursor:pointer;border:1px solid #163a361f;border-radius:26px;flex-direction:column;align-items:flex-start;min-height:280px;padding:30px;transition:all .2s;display:flex}.role-card:hover{transform:translateY(-5px);box-shadow:0 24px 60px #1f3e3724}.elder-role{background:#fff9ed}.family-role{background:var(--deep);color:#fff}.role-symbol{color:#fff;background:#f0a35f;border-radius:18px;place-items:center;width:60px;height:60px;font-size:23px;font-weight:900;display:grid}.family-role .role-symbol{color:var(--deep);background:#d9ede4}.role-card strong{margin-top:28px;font-size:30px}.role-card small{color:#697975;margin-top:8px;font-size:15px}.family-role small{color:#ffffffa6}.role-card b{margin-top:auto;padding-top:24px}.gate-link{color:#71817c;justify-content:center;align-items:center;gap:10px;margin:26px 0;font-size:13px;display:flex}.family-shell{background:#f2f5f3;grid-template-columns:238px minmax(0,1fr);min-height:100vh;display:grid}.family-sidebar{background:var(--deep);color:#fff;flex-direction:column;height:100vh;padding:24px 18px;display:flex;position:sticky;top:0}.family-sidebar .side-brand{border-bottom:1px solid #ffffff1a;padding:0 10px 22px}.family-sidebar .side-brand small{color:#ffffff8c}.elder-mini{background:#ffffff14;border-radius:14px;align-items:center;gap:11px;margin:20px 5px 15px;padding:13px;display:flex}.elder-mini>div{width:38px;height:38px;color:var(--deep);background:#dcece5;border-radius:12px;place-items:center;font-weight:900;display:grid}.elder-mini p{flex-direction:column;gap:3px;margin:0;font-size:14px;display:flex}.elder-mini span{color:#ffffff94;font-size:11px}.elder-mini span i{background:#66c997;border-radius:50%;width:6px;height:6px;display:inline-block}.family-sidebar nav{flex-direction:column;gap:4px;display:flex}.family-sidebar nav button{color:#ffffffb3;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:11px;padding:11px 13px;display:flex;position:relative}.family-sidebar nav button i{background:#ffffff14;border-radius:7px;place-items:center;width:24px;height:24px;font-size:12px;font-style:normal;display:grid}.family-sidebar nav button:hover,.family-sidebar nav button.active{color:var(--deep);background:var(--mint);font-weight:800}.family-sidebar nav button em{background:#ff8b6a;border-radius:50%;width:8px;height:8px;margin-left:auto}.role-switch{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff40;border-radius:10px;margin-top:auto;padding:10px}.family-code{color:#ffffff7a;justify-content:space-between;margin:14px 3px 0;font-size:10px;display:flex}.family-code b{color:#fff}.family-content{width:100%;min-width:0;max-width:1300px;padding:38px 46px 60px}.family-content>.route-page,.family-content>.street-page,.family-content>.community-page{max-width:1040px}.page-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.page-heading h1{color:var(--deep);margin:0;font-size:30px}.outline-action{color:#205f50;cursor:pointer;background:#fff;border:1px solid #b9cec5;border-radius:10px;padding:11px 17px;font-weight:700}.alert-strip{border-left:5px solid var(--danger);color:#873c36;background:#fff1ee;border-radius:13px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:15px 18px;display:flex}.alert-strip div{flex-direction:column;gap:4px;display:flex}.alert-strip span{font-size:12px}.alert-strip button{color:#fff;background:var(--danger);cursor:pointer;border:0;border-radius:8px;padding:9px 14px}.status-hero{color:#fff;background:linear-gradient(120deg,var(--deep),#255c50);border-radius:20px;align-items:center;min-height:160px;margin-bottom:20px;padding:28px 30px;display:flex;box-shadow:0 16px 36px #173d3826}.avatar-ring{width:72px;height:72px;color:var(--deep);background:#d9eee5;border-radius:22px;place-items:center;margin-right:20px;font-size:26px;font-weight:900;display:grid;position:relative}.avatar-ring i{background:#5dc68d;border:3px solid #255c50;border-radius:50%;width:15px;height:15px;position:absolute;bottom:-3px;right:-3px}.avatar-ring i.danger{background:#ff776a}.status-copy{min-width:230px}.soft-label{color:#77918a;letter-spacing:.08em;font-size:11px;font-weight:800}.status-hero .soft-label{color:#ffffff8c}.status-copy h2{margin:7px 0 4px;font-size:23px}.status-copy p{color:#ffffff9e;margin:0;font-size:12px}.status-metrics{gap:12px;margin-left:auto;display:flex}.status-metrics>div{border-left:1px solid #ffffff26;flex-direction:column;gap:7px;min-width:105px;padding:15px;display:flex}.status-metrics small{color:#ffffff8c}.status-metrics strong{font-size:21px}.safe-text{color:#82deb0}.dashboard-grid{grid-template-columns:1.35fr .85fr;gap:20px;display:grid}.panel-card{background:#fff;border:1px solid #e1e8e4;border-radius:18px;padding:22px;box-shadow:0 7px 22px #1e3e360a}.panel-title{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.panel-title h3{color:#213e39;margin:5px 0 0;font-size:19px}.panel-title button{color:var(--green);cursor:pointer;background:0 0;border:0}.route-badge,.connection-pill{color:var(--green);background:#e4f2eb;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}.route-line{border-left:2px dashed #b9d5c9;margin-left:9px;padding:2px 0 22px 29px;position:relative}.route-line.destination{border-left-color:#0000;padding-bottom:2px}.route-line>i{background:#4c9c7e;border:3px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:2px;left:-7px;box-shadow:0 0 0 2px #4c9c7e}.route-line.destination>i{background:#e28a4d;box-shadow:0 0 0 2px #e28a4d}.route-line div{flex-direction:column;gap:4px;display:flex}.route-line span{color:#82908c;font-size:11px}.text-action{color:var(--green);cursor:pointer;background:0 0;border:0;margin-top:18px;font-weight:800}.empty-route{text-align:center;color:#71817c;background:#f5f8f6;border-radius:13px;padding:24px}.empty-route button{color:#fff;background:var(--green);cursor:pointer;border:0;border-radius:9px;padding:10px 16px}.health-tags{flex-wrap:wrap;gap:8px;display:flex}.health-tags span{color:#9a5c32;background:#fff1e5;border-radius:8px;padding:8px 11px;font-size:12px;font-weight:700}.health-card>p{color:#71817c;font-size:12px;line-height:1.7}.activity-card{grid-column:1/-1}.activity-list{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.activity-list>div{background:#f5f8f6;border-radius:11px;gap:9px;padding:13px;display:flex}.activity-list i{background:#4c9c7e;border-radius:50%;width:8px;height:8px;margin-top:5px}.activity-list p{flex-direction:column;gap:6px;margin:0;font-size:12px;display:flex}.activity-list small{color:#8a9894}.muted-copy{color:#7e8e89;font-size:13px}.connection-pill{align-items:center;gap:8px;display:flex}.connection-pill i{background:#4bb67f;border-radius:50%;width:7px;height:7px}.guard-layout{grid-template-columns:minmax(0,1.5fr) minmax(260px,.5fr);gap:20px;display:grid}.guard-map{background:#e5ebe7;border-radius:20px;min-height:520px;position:relative;overflow:hidden}.guard-map:before{content:"";opacity:.45;background-image:linear-gradient(28deg,#0000 47%,#fff 48% 52%,#0000 53%),linear-gradient(95deg,#0000 47%,#cad6d0 48% 52%,#0000 53%);background-size:180px 150px,210px 190px;position:absolute;inset:0}.mock-roads{background:#fff;width:120%;height:24px;position:absolute;box-shadow:0 0 0 1px #dce3df}.road-one{top:48%;left:-10%;transform:rotate(-18deg)}.road-two{top:38%;left:-10%;transform:rotate(29deg)}.mock-route{border-bottom:7px solid #e58645;border-right:7px solid #e58645;border-radius:0 0 60px;width:45%;height:56%;position:absolute;top:18%;left:26%;transform:rotate(10deg)}.map-label{background:#fff;border-radius:8px;padding:6px 10px;font-size:12px;position:absolute;box-shadow:0 5px 14px #0000001a}.label-home{top:17%;left:23%}.label-hospital{bottom:17%;right:19%}.elder-marker{flex-direction:column;align-items:center;display:flex;position:absolute;top:43%;left:58%}.elder-marker span{color:#fff;background:var(--green);border:5px solid #fff;border-radius:18px;place-items:center;width:50px;height:50px;font-weight:900;display:grid;box-shadow:0 8px 20px #163a3640}.elder-marker b{color:#fff;background:var(--deep);border-radius:6px;margin-top:7px;padding:5px 8px;font-size:10px}.guard-side{flex-direction:column;gap:15px;display:flex}.guard-side h3{color:var(--deep);margin:8px 0}.guard-side p,.guard-side li{color:#6d7f79;font-size:12px;line-height:1.7}.guard-side ul{padding-left:18px}.alert-badge{color:#fff;vertical-align:middle;border-radius:6px;margin-right:8px;padding:2px 8px;font-size:11px;font-weight:800;display:inline-block}.alert-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.dismiss-btn{cursor:pointer;border-radius:8px;padding:8px 12px;font-size:12px;color:#888!important;background:#fff!important;border:1px solid #ccc!important}.dismiss-btn:hover{color:#666!important;background:#f5f5f5!important}.acknowledged-section{border-top:1px solid #e1e8e4;margin-top:24px;padding-top:16px}.acknowledged-section .soft-label{margin-bottom:10px;display:block}.alert-strip.acknowledged{opacity:.5;color:#888!important;background:#f5f8f6!important;border-left-color:#ccc!important}.alert-strip.acknowledged strong{font-weight:600}@keyframes hero-pulse{0%{box-shadow:0 16px 36px #173d3826}50%{box-shadow:0 16px 36px #173d3826,0 0 0 8px #5dc68d59}to{box-shadow:0 16px 36px #173d3826}}.status-hero.hero-flash{animation:.75s ease-in-out 2 hero-pulse}textarea.input::placeholder{color:#aaa;font-style:italic}.trail-dot{z-index:1;background:#e5864580;border-radius:50%;width:8px;height:8px;position:absolute;transform:translate(-50%,-50%)}.sim-route-line{z-index:0;pointer-events:none;position:absolute;inset:0}.sim-start-btn{color:#fff;background:var(--green);cursor:pointer;border:0;border-radius:9px;width:100%;margin-top:12px;padding:10px 16px;font-size:13px;font-weight:700}.sim-start-btn:hover{opacity:.9}.sim-stop-btn{border:1px solid var(--green);width:100%;color:var(--green);cursor:pointer;background:#fff;border-radius:9px;margin-top:12px;padding:10px 16px;font-size:13px;font-weight:700}.sim-stop-btn:hover{background:#f5f8f6}.elder-shell{color:#263b37;background:var(--cream);min-height:100vh;padding-bottom:90px}.elder-header{background:#fffaf0f0;border-bottom:1px solid #eadfce;align-items:center;height:76px;padding:0 5vw;display:flex}.elder-header .side-brand small{color:#96785f}.elder-header .side-brand span{color:#5c3d2e}.elder-top-status{color:#4b6d64;align-items:center;gap:10px;margin-left:auto;margin-right:22px;font-weight:700;display:flex}.elder-header>button{color:#735f4e;cursor:pointer;background:0 0;border:1px solid #d6c7b3;border-radius:10px;padding:9px 13px}.elder-content{width:min(1080px,90vw);margin:0 auto;padding:44px 0 30px}.elder-greeting{justify-content:space-between;align-items:center;margin-bottom:26px;display:flex}.elder-greeting span{color:#96684a;font-weight:800}.elder-greeting h1{letter-spacing:-.03em;color:#5c3d2e;margin:8px 0 5px;font-size:clamp(26px,3.5vw,40px)}.elder-greeting p{color:#85776a;margin:0;font-size:17px}.weather-orb{color:#865a37;background:#f7dfbd;border-radius:25px;flex-direction:column;justify-content:center;align-items:center;min-width:145px;height:96px;padding:0 14px;font-size:30px;font-weight:900;display:flex}.weather-orb small{color:#956f50;white-space:nowrap;margin-top:3px;font-size:14px}.elder-trip-card{color:#fff;background:#1d5148;border-radius:22px;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;margin-bottom:22px;padding:24px 26px;display:grid;box-shadow:0 18px 38px #1d51482b}.trip-icon{color:#1d5148;background:#d9eee5;border-radius:18px;place-items:center;width:60px;height:60px;font-size:20px;font-weight:900;display:grid}.elder-trip-card span{color:#fff9;font-size:12px}.elder-trip-card h2{margin:6px 0;font-size:21px}.elder-trip-card p{color:#ffffffb3;margin:0}.elder-trip-card button{color:#193f39;cursor:pointer;background:#f5d5a8;border:0;border-radius:13px;padding:15px 20px;font-size:17px;font-weight:900}.elder-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.elder-actions button{text-align:left;cursor:pointer;border:0;border-radius:22px;grid-template-rows:1fr 1fr;grid-template-columns:66px 1fr;column-gap:18px;min-height:160px;padding:24px;display:grid;box-shadow:0 8px 24px #483a270f}.elder-actions button>span{color:#fff;border-radius:20px;grid-row:1/3;align-self:center;place-items:center;width:66px;height:66px;font-size:29px;font-weight:900;display:grid}.elder-actions strong{align-self:end;font-size:24px}.elder-actions small{color:#827568;align-self:start;margin-top:7px;font-size:14px}.action-navigate{background:#e6ebf2}.action-home{background:#e5d4c1}.action-navigate>span{-webkit-text-stroke:1.5px #fff;text-stroke:1.5px #fff;background:#5a7a9e}.action-home>span{background:#a87d52}.action-lost{background:#f2dbce}.action-lost>span{background:#d66550}.action-call{background:#ede0ea}.action-call>span{background:#a06890}.elder-actions button:disabled{opacity:.5;cursor:not-allowed}.elder-note{color:#897b6d;justify-content:center;align-items:center;gap:10px;margin:24px 0;font-size:13px;display:flex}.elder-bottom-nav{z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border:1px solid #2c48401f;border-radius:22px;grid-template-columns:repeat(4,1fr);width:min(580px,92vw);padding:8px;display:grid;position:fixed;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 14px 36px #37413b2e}.elder-bottom-nav button{color:#8f6a55;cursor:pointer;background:0 0;border:0;border-radius:15px;flex-direction:column;align-items:center;gap:4px;padding:9px 5px;font-weight:700;display:flex}.elder-bottom-nav button i{font-size:19px;font-style:normal}.elder-bottom-nav button.active{color:#fff;background:#8f6a55}.elder-trip-page>h2,.elder-trip-page>.desc{display:none}.elder-trip-page .bigcard{max-width:900px;margin:0 auto}.arrive-button{color:#fff;background:var(--green);cursor:pointer;border:0;border-radius:15px;width:min(520px,100%);margin:22px auto;padding:17px;font-size:20px;font-weight:900;display:block}.elder-help-page{text-align:center;max-width:760px;margin:0 auto}.elder-help-page h1{margin:0;font-size:clamp(32px,5vw,50px)}.help-lead{color:#807268;font-size:17px}.sos-button{color:#fff;background:var(--danger);cursor:pointer;border:12px solid #ffe3dc;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:260px;height:260px;margin:24px auto;display:flex;box-shadow:0 16px 36px #c94b4240}.sos-button span{font-size:50px;font-weight:900}.sos-button b{font-size:16px}.help-confirm{color:#96443e;background:#fff0ed;border-radius:14px;flex-direction:column;gap:5px;margin:10px 0 24px;padding:16px;display:flex}.help-confirm.acknowledged{color:#21634e;background:#e4f3eb}.help-confirm span{font-size:12px}.safe-steps{text-align:left;background:#fff;border-radius:20px;padding:24px}.safe-steps h2{margin-top:0}.safe-steps ol{padding:0;list-style:none}.safe-steps li{align-items:center;gap:12px;padding:11px;font-size:17px;display:flex}.safe-steps li b{color:#fff;background:#d58b52;border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.elder-messages{max-width:800px;margin:0 auto}.elder-messages h1{font-size:38px}.elder-messages article{background:#fff;border-radius:16px;gap:15px;margin-bottom:12px;padding:18px 20px;display:flex}.elder-messages article i{background:#4a987b;border-radius:50%;width:12px;height:12px;margin-top:5px}.elder-messages article i.alert{background:var(--danger)}.elder-messages article p{flex-direction:column;gap:7px;margin:0;display:flex}.elder-messages article span{color:#897c72;font-size:12px}@media (width<=900px){.family-shell{grid-template-columns:76px minmax(0,1fr)}.family-sidebar{padding:20px 10px}.family-sidebar .side-brand small,.family-sidebar .side-brand span,.elder-mini p{display:none}.family-sidebar .side-brand:after{content:"银";font-size:20px;font-weight:900}.elder-mini{justify-content:center;padding:8px}.family-sidebar nav button{justify-content:center;padding:10px;font-size:0}.family-sidebar nav button i{font-size:12px}.role-switch,.family-code{font-size:0}.role-switch:after{content:"切换";font-size:11px}.family-content{padding:28px 24px 50px}.status-hero{flex-wrap:wrap;align-items:flex-start}.status-metrics{width:100%;margin:20px 0 0}.dashboard-grid,.guard-layout,.activity-list{grid-template-columns:1fr}}@media (width<=650px){.role-gate{padding:22px 18px}.gate-panel{margin-top:8vh}.role-cards{grid-template-columns:1fr}.role-card{min-height:220px}.family-shell{display:block}.family-sidebar{width:100%;height:auto;display:block;position:static}.family-sidebar nav{flex-direction:row;overflow-x:auto}.family-sidebar nav button{min-width:54px}.elder-mini,.role-switch,.family-code{display:none}.family-content{padding:24px 16px 40px}.page-heading,.status-metrics{flex-direction:column}.status-metrics>div{border-top:1px solid #ffffff26;border-left:0}.elder-header{padding:0 16px}.elder-header .side-brand small,.elder-top-status{display:none}.elder-header>button{margin-left:auto}.elder-content{width:92vw;padding-top:25px}.elder-greeting{align-items:flex-start}.elder-greeting p{font-size:14px}.weather-orb{min-width:110px;height:80px;padding:0 10px}.weather-orb small{font-size:12px}.elder-trip-card{grid-template-columns:auto 1fr}.elder-trip-card button{grid-column:1/-1}.elder-actions{grid-template-columns:1fr}.elder-actions button{min-height:125px}}.action-plan{background:#e4f2eb;grid-column:1/-1}.action-plan>span{background:#205a50}.elder-route-page{max-width:1040px;margin:0 auto}.elder-route-page>h2{color:var(--deep);margin:0;font-size:38px}.elder-route-page>.desc{font-size:17px;line-height:1.7}.elder-route-page .route-form{flex-wrap:nowrap;grid-template-columns:minmax(220px,.8fr) auto minmax(280px,1.2fr) auto;display:grid}.elder-current-location{color:#275e50;background:#eef7f2;border:1px solid #c8dbd3;border-radius:12px;align-items:center;gap:10px;min-height:46px;padding:0 16px;font-weight:800;display:flex}.elder-current-location i{background:#4abb82;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 5px #4abb8224}.elder-route-page .route-layout{display:flex}.elder-route-page .route-layout .route-list{flex-direction:column;gap:12px;width:360px;max-height:calc(100vh - 260px);margin-top:0;display:flex;overflow-y:auto}.elder-route-page .route-item:first-child{border-color:#3d9477;box-shadow:0 10px 28px #2568521f}.elder-route-page .route-name{font-size:18px}.elder-route-page .route-feature{font-size:15px}.elder-route-page .route-confirm-btn{padding:14px;font-size:17px}.plan-route-button{background:#d58349}.baidu-route-map{background:#edf4f0;border:1px solid #d5e4dd;border-radius:19px;margin:0 0 24px;overflow:hidden}.baidu-route-map.compact{margin-top:24px}.route-map-heading{background:#fff;justify-content:space-between;align-items:center;gap:14px;padding:14px 17px;display:flex}.route-map-heading>div{flex-direction:column;gap:4px;display:flex}.route-map-heading strong{color:#173f38;font-size:16px}.route-map-heading span{color:#7b8e87;font-size:12px}.map-live-badge{background:#e2f2ea;border-radius:999px;align-items:center;gap:6px;padding:6px 9px;font-weight:800;display:flex;color:#267058!important}.map-live-badge i{background:#48b77f;border-radius:50%;width:7px;height:7px;animation:1.4s infinite mapPulse}.baidu-map-fallback{color:#698078;background:linear-gradient(135deg,#e4ece8,#f7f3ea);flex-direction:column;justify-content:center;align-items:center;gap:8px;height:230px;display:flex}.baidu-map-fallback b{color:#315e52;font-size:18px}.route-map-legend{color:#687d76;background:#fff;justify-content:center;gap:22px;padding:10px 16px;font-size:12px;display:flex}.route-map-legend span{align-items:center;gap:6px;display:flex}.route-map-legend i{border-radius:50%;width:9px;height:9px}.route-map-legend .current{background:#d8573c}.route-map-legend .route{background:#19795f;border-radius:4px;width:22px;height:5px}.route-map-legend .destination{background:#d98242}@keyframes mapPulse{50%{opacity:.45;transform:scale(.8)}}.sos-button{isolation:isolate;touch-action:none;-webkit-user-select:none;user-select:none;position:relative}.sos-button:before{content:"";z-index:-2;background:conic-gradient(#f3a156 var(--hold-progress,0deg),#ffe3dc 0);border-radius:50%;position:absolute;inset:-13px}.sos-button:after{content:"";z-index:-1;background:var(--danger);border-radius:50%;position:absolute;inset:-2px}.sos-button.active-alert{box-shadow:0 0 0 7px #c94b421c,0 16px 36px #c94b424d}.sos-button.resolved-safe{border-color:#d8f2e4;box-shadow:0 0 0 7px #2f9d681a,0 16px 36px #2f9d683d}.sos-button.resolved-safe:before{background:#d8f2e4}.sos-button.resolved-safe:after{background:#2f9d68}.sos-button.resolved-safe span{font-size:64px}.sos-hold-hint{color:#a45445;min-height:24px;margin:-8px 0 18px;font-size:15px;font-weight:800}.help-confirm.resolved{color:#21634e;background:#e4f3eb}.call-overlay{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#071412ad;place-items:center;padding:24px;animation:.22s ease-out callFade;display:grid;position:fixed;inset:0}.phone-call-card{color:#fff;background:radial-gradient(circle at 50% 10%,#60726e 0,#263633 38%,#0d1514 100%);border-radius:42px;flex-direction:column;align-items:center;width:min(390px,94vw);min-height:650px;padding:30px 28px 24px;animation:.32s ease-out phoneRise;display:flex;box-shadow:0 35px 90px #00000073}.call-signal{color:#ffffffad;justify-content:center;align-items:center;gap:8px;width:100%;font-size:13px;display:flex}.call-signal i{background:#67d59b;border-radius:50%;width:8px;height:8px;animation:1.2s infinite mapPulse}.caller-avatar{background:linear-gradient(145deg,#f0c48a,#d8844b);border:3px solid #ffffff38;border-radius:50%;place-items:center;width:122px;height:122px;margin:60px 0 22px;font-size:44px;font-weight:900;display:grid;box-shadow:0 15px 36px #00000040}.phone-call-card h2{margin:0;font-size:36px}.phone-call-card>p{color:#ffffffa6;margin:10px 0;font-size:17px}.call-tools{grid-template-columns:repeat(3,1fr);gap:12px;width:100%;margin-top:50px;display:grid}.call-tools span{flex-direction:column;align-items:center;gap:8px;font-size:24px;display:flex}.call-tools b{font-size:12px;font-weight:500}.call-actions{justify-content:space-around;align-items:flex-end;width:100%;margin-top:auto;display:flex}.call-actions button{color:#fff;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;gap:9px;display:flex}.call-actions button i{color:#fff;border-radius:50%;place-items:center;width:70px;height:70px;font-size:30px;font-style:normal;display:grid}.accept-call i{background:#39b86d}.end-call i{background:#e34c43;transform:rotate(135deg)}.call-actions button span{font-size:13px}.phone-call-card>small{color:#ffffff61;margin-top:28px}@keyframes callFade{0%{opacity:0}}@keyframes phoneRise{0%{opacity:0;transform:translateY(24px)scale(.97)}}@media (width<=750px){.elder-route-page .route-form{grid-template-columns:1fr}.elder-route-page .route-arrow{justify-self:center;transform:rotate(90deg)}.elder-route-page .route-layout{flex-direction:column}.elder-route-page .route-layout .route-list{width:100%;max-height:none;overflow:visible}.route-map-legend{flex-wrap:wrap;gap:10px}.phone-call-card{min-height:600px}.caller-avatar{margin-top:42px}}@media (width<=1100px){.elder-route-page .route-form{grid-template-columns:1fr}.elder-route-page .route-arrow{justify-self:center;transform:rotate(90deg)}.elder-route-page .route-layout{flex-direction:column}.elder-route-page .route-map{width:100%;min-width:0;height:420px}.elder-route-page .route-layout .route-list{width:100%;max-height:none;overflow:visible}}.street-page{width:100%;max-width:none}.street-source-hub{background:linear-gradient(145deg,#fff,#f4f8f6);border:1px solid #d9e4df;border-radius:16px;margin:18px 0 14px;padding:18px;box-shadow:0 8px 24px #1943380f}.street-source-hub.route-linked{background:linear-gradient(145deg,#f3faf6,#fff);border-color:#b9d9ca}.street-source-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px;display:flex}.street-source-head h3{color:var(--ink);margin:5px 0;font-size:20px}.street-source-head p{max-width:760px;color:var(--muted);margin:0;font-size:13px;line-height:1.6}.street-source-kicker{color:var(--brand);letter-spacing:.04em;font-size:12px;font-weight:800}.street-route-link{border:1px solid var(--brand);color:var(--brand);cursor:pointer;background:#fff;border-radius:9px;flex:none;padding:10px 14px;font-weight:700}.street-scene-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.street-scene-card{min-width:0;color:var(--ink);text-align:left;cursor:pointer;background:#fff;border:2px solid #0000;border-radius:12px;padding:0;transition:transform .16s,border-color .16s,box-shadow .16s;position:relative;overflow:hidden;box-shadow:0 3px 12px #19322c14}.street-scene-card:hover{transform:translateY(-2px)}.street-scene-card.selected{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-light)}.street-scene-card>img{object-fit:cover;width:100%;height:104px;display:block}.street-scene-card>div{min-height:67px;padding:10px}.street-scene-card b,.street-scene-card small{display:block}.street-scene-card b{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.street-scene-card small{color:var(--muted);margin-top:4px;font-size:11px;line-height:1.4}.street-scene-card>em{color:#fff;background:#143830d9;border-radius:999px;padding:4px 7px;font-size:11px;font-style:normal;font-weight:800;position:absolute;top:8px;left:8px}.street-scene-badge{color:#fff;background:#1e293bd9;border-radius:999px;padding:4px 7px;font-size:10px;font-weight:800;position:absolute;top:8px;right:8px}.street-scene-badge.risk-low{color:#fff;background:#207544e6}.street-scene-badge.risk-medium{color:#fff;background:#946200eb}.street-scene-badge.risk-high{color:#fff;background:#b42318eb}.street-instant-note{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;margin-top:14px;padding-top:14px;display:flex}.street-instant-note span{color:var(--muted);font-size:13px}.street-instant-note .primary-btn{width:auto;margin:0}.street-upload-details{border:1px solid var(--line);background:#fff;border-radius:12px;margin-bottom:16px}.street-upload-details>summary{color:var(--brand);cursor:pointer;padding:13px 16px;font-size:14px;font-weight:700}.street-upload-details .street-upload-card{border:0;border-top:1px solid var(--line);border-radius:0 0 12px 12px;margin:0}.street-upload-card{border:1px solid var(--line);background:#fff;border-radius:12px;margin-bottom:16px;padding:18px}.street-upload-card .primary-btn:disabled{opacity:.55;cursor:not-allowed}.street-file-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;display:flex}.street-file-actions>span{color:var(--muted);font-size:13px}.street-file-btn{border:1px solid var(--brand);min-height:42px;color:var(--brand);cursor:pointer;background:#fff;border-radius:9px;justify-content:center;align-items:center;padding:0 15px;font-weight:700;display:inline-flex}.street-file-btn.camera{color:#fff;background:var(--brand)}.street-file-btn input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.voice-input-row{flex-wrap:wrap;align-items:center;gap:10px;margin-top:10px;display:flex}.voice-input-btn{border:1px solid var(--brand);color:var(--brand);cursor:pointer;background:#fff;border-radius:8px;padding:9px 12px;font-family:inherit;font-size:14px;font-weight:700}.voice-input-btn:disabled{opacity:.6;cursor:not-allowed}.voice-input-btn.listening{background:var(--brand);color:#fff}.voice-input-row span{color:var(--muted);font-size:12px;line-height:1.5}.street-error{color:#b42318;background:#fdeaea;border-radius:8px;margin:12px 0 0;padding:10px 12px;font-size:14px}.street-layout{grid-template-columns:minmax(360px,1.35fr) minmax(360px,.85fr);align-items:start;gap:16px;display:grid}.street-preview{border:1px solid var(--line);background:#111827;border-radius:12px;flex-direction:column;min-height:420px;display:flex;overflow:hidden}.street-main-image{object-fit:contain;flex:1;width:100%;height:100%;max-height:640px}.street-thumbnails{background:#1f2937;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:10px;display:grid}.street-thumb{background:#111827;border:2px solid #0000;border-radius:8px;position:relative;overflow:hidden}.street-thumb.active{border-color:#77c5a2}.street-thumb>button:first-child{color:#fff;cursor:pointer;background:0 0;border:0;width:100%;padding:0}.street-thumb img{object-fit:cover;width:100%;height:72px;display:block}.street-thumb span{padding:5px;font-size:11px;display:block}.street-remove-image{color:#fff;cursor:pointer;background:#000000ad;border:0;border-radius:50%;width:24px;height:24px;padding:0;font-size:18px;position:absolute;top:4px;right:4px}.street-preview p{color:#d1d5db;background:#00000059;margin:0;padding:10px 12px;font-size:13px}.street-placeholder{color:#9ca3af;flex:1;justify-content:center;align-items:center;min-height:420px;display:flex}.street-result{border:1px solid var(--line);background:#fff;border-radius:12px;padding:16px}.street-result-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.street-result-head strong{margin-top:4px;font-size:20px;display:block}.mini-label{color:var(--muted);font-size:12px;display:block}.risk-badge{white-space:nowrap;color:var(--ink);background:#eef2f7;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:700}.risk-low{color:#207544;background:#e6f5ec}.risk-medium{color:#946200;background:#fff4d6}.risk-high{color:#b42318;background:#fdeaea}.risk-unknown,.risk-待分析{color:var(--muted);background:#eef2f7}.location-score{background:var(--brand-light);border-radius:10px;grid-template-columns:1fr auto;gap:4px 12px;margin-bottom:14px;padding:12px;display:grid}.location-score span{color:var(--muted);font-size:13px}.location-score b{color:var(--brand);font-size:24px;line-height:1}.location-score em{color:var(--muted);grid-column:1/-1;font-size:12px;font-style:normal}.street-block{border-top:1px solid var(--line);margin-top:14px;padding-top:14px}.street-block h3{margin:0 0 10px;font-size:15px}.street-block p{margin:0;font-size:14px;line-height:1.7}.street-block.advice{background:var(--brand-light);border:1px solid #cfe6db;border-radius:10px;padding:12px}.tag.neutral{color:var(--ink);background:#f3f4f6}.empty-text{color:var(--muted);font-size:13px!important}.candidate-list{flex-direction:column;gap:10px;display:flex}.candidate-source{color:var(--muted);margin:0 0 10px!important;font-size:13px!important}.candidate{border:1px solid var(--line);width:100%;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:#fbfcfb;border-radius:10px;padding:10px;transition:border-color .16s,box-shadow .16s}.candidate:hover,.candidate.selected{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-light)}.candidate b{margin-right:8px;display:inline-block}.candidate small{background:var(--brand-light);color:var(--brand);border-radius:999px;margin-right:8px;padding:2px 6px;font-size:11px;font-weight:700;display:inline-block}.candidate span{color:var(--brand);font-weight:800}.candidate p{color:var(--muted);margin-top:6px}.candidate-address{color:var(--ink)!important}.street-map-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.street-map-heading h3{margin:0}.street-map-heading span{color:var(--brand);background:var(--brand-light);border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700}.street-static-map{border:1px solid var(--line);object-fit:cover;background:#eef2ef;border-radius:10px;width:100%;min-height:190px;display:block}.street-map-caption{color:var(--muted);margin-top:8px!important;font-size:12px!important}.street-map-empty{min-height:150px;color:var(--muted);text-align:center;background:#f7f9f8;border:1px dashed #bdcbc5;border-radius:10px;place-items:center;padding:22px;font-size:13px;line-height:1.7;display:grid}@media (width<=1180px){.street-scene-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.street-layout{grid-template-columns:1fr}.street-preview,.street-placeholder{min-height:360px}}@media (width<=720px){.street-source-head,.street-instant-note{flex-direction:column;align-items:stretch}.street-scene-grid{scroll-snap-type:x mandatory;padding-bottom:6px;display:flex;overflow-x:auto}.street-scene-card{scroll-snap-align:start;flex:0 0 220px}.street-preview,.street-placeholder{min-height:300px}.street-thumbnails{grid-template-columns:repeat(2,minmax(0,1fr))}}
