@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@600;700&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap";@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@600;700&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--bg-app:#030305;--glass-panel:#12121666;--glass-border:#ffffff0a;--glass-highlight:#ffffff14;--text-primary:#fff;--text-secondary:#8b8d98;--accent:#e5e7eb;--accent-glow:#ffffff1a;--online:#10b981;--online-glow:#10b9814d;--font-main:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-app);color:var(--text-primary);width:100vw;height:100vh;display:flex;overflow:hidden}#root{width:100%;height:100%;display:flex}:root{--bg:#0d1013;--panel:#14171c;--card:#1a1e24;--card-2:#232830;--card-hover:#272d36;--border:#242931;--border-soft:#1d2128;--text-1:#eceef1;--text-2:#939aa6;--text-3:#5b6270;--violet:#8b7cff;--coral:#ff6f8e;--grad:linear-gradient(135deg,#8b7cff 0%, #ff6f8e 100%);--grad-soft:linear-gradient(135deg, #8b7cff29, #ff6f8e29);--success:#34d399;--danger:#ff5c5c;--danger-soft:#ff5c5c1f;--r-s:8px;--r-m:12px;--r-l:20px;--r-xl:28px;--font-d:"Space Grotesk",sans-serif;--font-b:"Inter",sans-serif;--font-m:"IBM Plex Mono",monospace;--safe-b:env(safe-area-inset-bottom,0px)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html,body{height:100%}body{background:radial-gradient(1200px 600px at 15% -10%, #8b7cff0d, transparent 60%), radial-gradient(1000px 500px at 100% 0%, #ff6f8e0a, transparent 55%), var(--bg);color:var(--text-1);font-family:var(--font-b);-webkit-font-smoothing:antialiased;overflow:hidden}::selection{background:#8b7cff59}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb{background:var(--card-2);border-radius:8px}::-webkit-scrollbar-track{background:0 0}button{cursor:pointer;color:inherit;-webkit-user-select:none;user-select:none;background:0 0;border:none;font-family:inherit}input{color:inherit;background:0 0;border:none;outline:none;font-family:inherit}a{color:inherit;text-decoration:none}svg{stroke-width:2px;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round;display:block}:focus-visible{outline-offset:2px;border-radius:6px;outline:2px solid #8b7cff8c}.t-display{font-family:var(--font-d);letter-spacing:-.01em;font-size:24px;font-weight:700;line-height:1.2}.t-h1{font-family:var(--font-d);letter-spacing:-.005em;font-size:18px;font-weight:600;line-height:1.25}.t-h2{font-family:var(--font-d);font-size:15px;font-weight:600;line-height:1.3}.t-body{font-family:var(--font-b);font-size:14px;font-weight:500;line-height:1.4}.t-sm{font-family:var(--font-b);color:var(--text-2);font-size:13px;font-weight:400;line-height:1.45}.t-caption{font-family:var(--font-m);color:var(--text-3);letter-spacing:.01em;font-size:11.5px;font-weight:500}.t-micro{font-family:var(--font-b);letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);font-size:11px;font-weight:600}.t-h1-lg{font-family:var(--font-d);letter-spacing:-.01em;font-size:20px;font-weight:700;line-height:1.2}@media (width>=768px){.t-display{font-size:26px}.t-h1{font-size:20px}.t-h1-lg{font-size:22px}}.ic-chev{width:16px;height:16px;color:var(--text-3);flex-shrink:0}.app{flex-direction:column;width:100vw;height:100vh;display:flex}.content{flex:1;min-height:0;position:relative;overflow:hidden}.view{display:none;position:absolute;inset:0}.view.active{flex-direction:column;width:100%;height:100%;display:flex}.rail{display:none}.logo{width:40px;height:40px;margin-bottom:28px}.tabbar{background:var(--panel);border-top:1px solid var(--border-soft);padding:8px 6px calc(8px + var(--safe-b));flex-shrink:0;justify-content:space-around;align-items:center;display:flex}.tab-btn{color:var(--text-3);border-radius:var(--r-m);flex-direction:column;align-items:center;gap:3px;min-width:56px;padding:4px 14px;display:flex}.tab-btn svg{width:22px;height:22px}.tab-btn span{font-size:10.5px;font-weight:600}.tab-btn.active{color:var(--text-1)}.tab-btn.active svg{filter:drop-shadow(0 0 6px #8b7cff4d)}.tab-btn.emg.active{color:var(--danger)}.tab-btn.emg.active svg{filter:none}@media (width>=768px){.app{flex-direction:row}.tabbar{display:none}.rail{background:var(--panel);border-right:1px solid var(--border-soft);flex-direction:column;flex-shrink:0;align-items:center;width:76px;padding:20px 0 16px;display:flex}.rail-nav{flex-direction:column;flex:1;gap:6px;display:flex}.rail-btn{border-radius:var(--r-m);width:52px;height:52px;color:var(--text-3);justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex;position:relative}.rail-btn svg{width:21px;height:21px}.rail-btn:hover{color:var(--text-2);background:var(--card)}.rail-btn.active{color:var(--text-1)}.rail-btn.active:before{content:"";background:var(--grad);border-radius:3px;width:3px;height:22px;position:absolute;top:50%;left:-16px;transform:translateY(-50%)}.rail-btn.emg.active{color:var(--danger)}.rail-btn.emg.active:before{background:var(--danger)}.rail-foot{flex-direction:column;gap:6px;display:flex}}.pane-stack{flex:1;width:100%;height:100%;position:relative;overflow:hidden}.pane-stack .list,.pane-stack .detail{width:100%;height:100%;transition:transform .32s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.pane-stack .list{background:var(--panel)}.pane-stack .detail{background:var(--bg);transform:translate(100%)}.pane-stack.show-detail .list{transform:translate(-30%)}.pane-stack.show-detail .detail{transform:translate(0)}@media (width>=768px){.pane-stack{display:flex;overflow:visible}.pane-stack .list,.pane-stack .detail{width:auto;height:auto;transition:none;position:static;transform:none!important}.pane-stack .list{border-right:1px solid var(--border-soft);flex-shrink:0;width:340px}.pane-stack .detail{flex:1;min-width:0}}.back-btn{display:flex}@media (width>=768px){.back-btn{display:none}}.list{flex-direction:column;height:100%;display:flex;position:relative}.list-head{padding:calc(14px + env(safe-area-inset-top,0px)) 18px 10px;flex-shrink:0}@media (width>=768px){.list-head{padding:22px 20px 14px}}.lh-row{justify-content:space-between;align-items:center;display:flex}.lh-actions{gap:6px;display:flex}.icon-btn{border-radius:var(--r-m);background:var(--card);border:1px solid var(--border-soft);width:38px;height:38px;color:var(--text-2);flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.icon-btn:hover{color:var(--text-1);background:var(--card-hover)}.icon-btn.danger:hover{color:var(--danger);background:var(--danger-soft);border-color:#ff5c5c4d}.icon-btn svg{width:17px;height:17px}.icon-btn:active{transform:scale(.93)}.search{background:var(--card);border:1px solid var(--border-soft);border-radius:var(--r-m);align-items:center;gap:10px;margin:12px 16px 8px;padding:10px 14px;display:none}.search.open{display:flex}.search svg{width:16px;height:16px;color:var(--text-3);flex-shrink:0}.search input{width:100%;color:var(--text-1);font-size:15px}.search input::placeholder{color:var(--text-3)}@media (width>=768px){.search{display:flex!important}.search input{font-size:13.5px}}.list-scroll{-webkit-overflow-scrolling:touch;flex:1;padding:4px 10px 90px;overflow-y:auto}@media (width>=768px){.list-scroll{padding-bottom:16px}}.row-wrap{border-radius:var(--r-m);margin-bottom:2px;position:relative;overflow:hidden}.row-swipe-bg{background:var(--danger-soft);border-radius:var(--r-m);justify-content:flex-end;align-items:center;gap:8px;padding-right:14px;display:flex;position:absolute;inset:0}.row-swipe-bg .sw-ico{background:var(--danger);border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.row-swipe-bg .sw-ico svg{color:#fff;width:16px;height:16px}.row{border-radius:var(--r-m);cursor:pointer;background:var(--panel);touch-action:pan-y;align-items:center;gap:12px;padding:12px 10px;transition:background .15s,transform .15s;display:flex;position:relative}.row:hover,.row.menu-open,.row.active{background:var(--card)}.row.active:before{content:"";background:var(--grad);border-radius:3px;width:3px;position:absolute;top:10px;bottom:10px;left:-10px}@media (width>=768px){.row.active:before{display:block}}.avatar{width:46px;height:46px;font-family:var(--font-d);color:var(--text-2);background:linear-gradient(135deg,#2a2f3a,#1b1e24) 50%/cover;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:600;display:flex;position:relative}.avatar .dot{border:2.5px solid var(--panel);background:var(--success);border-radius:50%;width:12px;height:12px;position:absolute;bottom:-1px;right:-1px}.row-mid{flex:1;min-width:0}.row-top{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.row-name{color:var(--text-1);font-size:14.5px;font-weight:600}.row-time{font-family:var(--font-m);color:var(--text-3);flex-shrink:0;font-size:11px}.row-sub{align-items:center;gap:5px;margin-top:2px;display:flex}.row-sub svg{width:12px;height:12px;color:var(--text-3);flex-shrink:0}.row-preview{color:var(--text-2);text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;overflow:hidden}.unread{background:var(--grad);border-radius:50%;flex-shrink:0;width:8px;height:8px}.call-type.missed{color:var(--danger)}.call-type.ok{color:var(--text-2)}.row-kebab{width:30px;height:30px;color:var(--text-3);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.row-kebab svg{width:17px;height:17px}.row-kebab:hover{background:var(--card-hover);color:var(--text-1)}@media (width>=768px){.row-kebab,.row:hover .row-time,.row.menu-open .row-time{display:none}.row:hover .row-kebab,.row.menu-open .row-kebab{display:flex}}.row.pinned .row-name:after{content:"· pinned";font-family:var(--font-m);color:var(--text-3);text-transform:lowercase;margin-left:6px;font-size:10px;font-weight:400}.row.unread-row .row-name{font-weight:700}.row.unread-row .row-preview{color:var(--text-1)}.fab{right:18px;bottom:calc(18px + var(--safe-b));background:var(--grad);z-index:20;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .15s;display:flex;position:absolute;box-shadow:0 10px 24px #8b7cff59}.fab svg{color:#fff;width:22px;height:22px}.fab:active{transform:scale(.93)}@media (width>=768px){.fab{bottom:20px;right:20px}}.detail{flex-direction:column;height:100%;display:flex;position:relative}.detail-head{height:64px;padding:calc(6px + env(safe-area-inset-top,0px)) 14px 6px;border-bottom:1px solid var(--border-soft);background:var(--bg);z-index:10;flex-shrink:0;justify-content:space-between;align-items:center;gap:6px;display:flex}@media (width>=768px){.detail-head{height:72px;padding:0 24px}}.dh-state{justify-content:space-between;align-items:center;gap:6px;width:100%;display:flex}.dh-left{cursor:pointer;border-radius:var(--r-m);align-items:center;gap:10px;min-width:0;margin:0 -8px;padding:6px 8px;transition:background .15s;display:flex}.dh-left:hover{background:var(--card)}.dh-info{min-width:0}.dh-info .name{font-family:var(--font-d);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.dh-info .status{color:var(--success);margin-top:1px;font-size:11.5px}.dh-info .status.muted{color:var(--text-3)}.dh-actions{flex-shrink:0;gap:6px;display:flex}@media (width>=768px){.dh-actions{gap:8px}}.menu-pop{background:var(--card-2);border:1px solid var(--border-soft);border-radius:var(--r-m);z-index:400;opacity:0;pointer-events:none;min-width:216px;padding:6px;transition:opacity .12s,transform .12s;position:fixed;transform:translateY(-4px)scale(.98);box-shadow:0 16px 32px #00000073}.menu-pop.show{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.menu-item{border-radius:var(--r-s);width:100%;color:var(--text-1);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:9px 10px;font-size:13.5px;font-weight:500;display:flex}.menu-item:hover{background:#ffffff0d}.menu-item svg{width:15px;height:15px;color:var(--text-2);flex-shrink:0}.menu-item.danger,.menu-item.danger svg{color:var(--danger)}.menu-sep{background:var(--border-soft);height:1px;margin:6px 4px}.menu-reacts{justify-content:space-between;padding:4px 6px 8px;display:flex}.menu-reacts button{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;transition:background .12s;display:flex}.menu-reacts button:hover{background:#ffffff14}.sheet-handle{background:var(--border);border-radius:4px;width:36px;height:4px;margin:9px auto 2px;display:block}@media (width>=768px){.sheet-handle{display:none}}@media (width<=767px){.menu-pop{padding:0 8px calc(10px + var(--safe-b));border-radius:20px 20px 0 0;max-height:78vh;overflow-y:auto;transform:translateY(100%);width:100%!important;inset:auto 0 0!important}.menu-pop.show{transform:translateY(0)}.menu-pop .menu-item{padding:13px 12px;font-size:14.5px}.menu-pop .menu-item svg{width:18px;height:18px}.menu-pop .menu-reacts{padding:6px 4px 10px}.menu-pop .menu-reacts button{width:38px;height:38px;font-size:23px}}.thread{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;padding:18px 16px 14px;display:flex;overflow:hidden auto}@media (width>=768px){.thread{padding:24px 32px}}.date-div{align-items:center;gap:12px;margin:16px 0 12px;display:flex}.date-div:first-child{margin-top:0}.date-div .line{background:var(--border-soft);flex:1;height:1px}.date-div span{font-family:var(--font-m);color:var(--text-3);background:var(--card);border:1px solid var(--border-soft);border-radius:20px;padding:4px 10px;font-size:11px}.msg-row{touch-action:pan-y;align-items:flex-end;gap:6px;max-width:82%;margin-bottom:6px;display:flex;position:relative}.msg-row.has-reaction{margin-bottom:22px}@media (width>=768px){.msg-row{max-width:66%}}.msg-row.in{align-self:flex-start}.msg-row.out{flex-direction:row-reverse;align-self:flex-end}.msg-check{opacity:0;flex-shrink:0;width:0;transition:width .15s,opacity .15s;overflow:hidden}.select-mode .msg-check{opacity:1;width:22px}.msg-check .box{border:1.5px solid var(--text-3);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:19px;height:19px;display:flex}.msg-check svg{color:#fff;width:11px;height:11px;display:none}.msg-row.selected .msg-check .box{background:var(--grad);border-color:#0000}.msg-row.selected .msg-check svg{display:block}.msg-row.press .bubble{transform:scale(.97)}.msg-col{flex-direction:column;gap:4px;min-width:0;padding-bottom:2px;display:flex}.msg-row.in .msg-col{align-items:flex-start}.msg-row.out .msg-col{align-items:flex-end}.bubble-wrap{max-width:100%;position:relative}.bubble{border-radius:var(--r-l);cursor:text;-webkit-user-select:text;user-select:text;padding:10px 14px;font-size:14.5px;line-height:1.5;transition:transform .12s,background .5s}.msg-row.in .bubble{background:var(--card);border:1px solid var(--border-soft);color:var(--text-1);border-bottom-left-radius:4px}.msg-row.out .bubble{background:var(--grad-soft);color:var(--text-1);border:1px solid #8b7cff47;border-bottom-right-radius:4px}.msg-row.selected .bubble{outline:2px solid var(--violet);outline-offset:2px}@keyframes flashHighlight{0%{box-shadow:0 0 0 3px #8b7cff8c}to{box-shadow:0 0 0 3px #8b7cff00}}.msg-row.flash .bubble{animation:.9s flashHighlight}.reply-quote{border-left:2.5px solid var(--violet);cursor:pointer;background:#ffffff0d;border-radius:6px;margin-bottom:6px;padding:5px 9px}.reply-quote:hover{background:#ffffff17}.reply-quote .rq-name{font-family:var(--font-d);color:var(--violet);font-size:11.5px;font-weight:600}.reply-quote .rq-text{color:var(--text-2);white-space:nowrap;text-overflow:ellipsis;max-width:220px;margin-top:1px;font-size:12px;overflow:hidden}.msg-meta{align-items:center;gap:4px;padding:0 4px;display:flex}.msg-meta span{font-family:var(--font-m);color:var(--text-3);font-size:10.5px}.msg-meta svg{width:13px;height:13px;color:var(--violet)}.reaction{background:var(--card-2);border:1px solid var(--border-soft);z-index:2;cursor:pointer;border-radius:20px;align-items:center;gap:2px;padding:2px 7px;font-size:12px;display:flex;position:absolute;bottom:-10px;box-shadow:0 3px 8px #00000059}.msg-row.in .reaction{left:4px}.msg-row.out .reaction{right:4px}.msg-hover-actions{display:none}@media (width>=768px){.msg-hover-actions{background:var(--card-2);border:1px solid var(--border-soft);opacity:0;pointer-events:none;z-index:10;border-radius:20px;gap:2px;padding:3px;transition:opacity .12s;display:flex;position:absolute;top:-16px}.msg-row.in .msg-hover-actions{right:0}.msg-row.out .msg-hover-actions{left:0}.msg-row:hover .msg-hover-actions{opacity:1;pointer-events:auto}.msg-hover-actions button{width:26px;height:26px;color:var(--text-2);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.msg-hover-actions button:hover{background:var(--card-hover);color:var(--text-1)}.msg-hover-actions svg{width:14px;height:14px}}.composer{padding:10px 12px calc(12px + var(--safe-b));background:var(--bg);z-index:10;flex-shrink:0;position:relative}@media (width>=768px){.composer{padding:16px 24px 22px}}.reply-preview{background:var(--card);border:1px solid var(--border-soft);border-radius:var(--r-m);align-items:stretch;gap:10px;margin-bottom:8px;padding:8px 8px 8px 10px;display:none}.reply-preview.show{display:flex}.rp-bar{background:var(--grad);border-radius:3px;flex-shrink:0;width:3px}.rp-body{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.rp-name{font-family:var(--font-d);color:var(--violet);font-size:12.5px;font-weight:600}.rp-text{color:var(--text-2);white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:12.5px;overflow:hidden}.composer-bar{background:var(--card);border:1px solid var(--border-soft);border-radius:26px;align-items:center;gap:6px;padding:6px 6px 6px 8px;display:flex}@media (width>=768px){.composer-bar{padding:6px 8px 6px 16px}}.composer-bar input{flex:1;min-width:0;font-size:15px}@media (width>=768px){.composer-bar input{font-size:14px}}.composer-bar input::placeholder{color:var(--text-3)}.composer-icons{color:var(--text-3);flex-shrink:0;gap:2px;display:flex}.composer-icons button{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.composer-icons button:hover{color:var(--text-2);background:var(--card-2)}.composer-icons svg{width:19px;height:19px}.attach-btn{display:flex}.emoji-btn,.pin-btn{display:none}@media (width>=768px){.attach-btn{display:none}.emoji-btn,.pin-btn{display:flex}}.send-btn{background:var(--card-2);border:1px solid var(--border-soft);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s,border-color .15s;display:flex}.send-btn svg{width:17px;height:17px;color:var(--text-2)}.send-btn.active{background:var(--grad);border-color:#0000}.send-btn.active svg{color:#fff}.select-bottom-bar{background:var(--panel);border-top:1px solid var(--border-soft);padding:8px 10px calc(8px + var(--safe-b));z-index:20;justify-content:space-around;align-items:center;display:none;position:absolute;bottom:0;left:0;right:0}.select-bottom-bar.show{display:flex}@media (width>=768px){.select-bottom-bar{display:none!important}}.sb-item{border-radius:var(--r-m);color:var(--text-2);cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;padding:6px 16px;display:flex}.sb-item svg{width:20px;height:20px}.sb-item span{font-size:10.5px;font-weight:600}.sb-item.danger{color:var(--danger)}.call-detail{flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100%;padding:32px 20px;display:flex;overflow-y:auto}.call-avatar-wrap{width:100px;height:100px;margin-bottom:16px}@media (width>=768px){.call-avatar-wrap{width:112px;height:112px;margin-bottom:18px}}.call-avatar{background:linear-gradient(135deg,#2a2f3a,#1b1e24);border-radius:50%;width:100%;height:100%;overflow:hidden}.call-avatar img{object-fit:cover;width:100%;height:100%}.call-meta{color:var(--text-2);text-align:center;margin-top:6px;font-size:13px}.stat-row{flex-wrap:wrap;justify-content:center;gap:10px;margin:24px 0;display:flex}@media (width>=768px){.stat-row{gap:12px;margin:28px 0 34px}}.stat-card{background:var(--card);border:1px solid var(--border-soft);border-radius:var(--r-l);text-align:center;min-width:100px;padding:14px 20px}@media (width>=768px){.stat-card{min-width:118px;padding:16px 26px}}.stat-card .v{font-family:var(--font-m);margin-top:6px;font-size:15px;font-weight:600}.stat-card .v.enc{color:var(--success);justify-content:center;align-items:center;gap:5px;display:flex}.stat-card .v.enc svg{width:13px;height:13px}.call-actions{gap:22px;display:flex}@media (width>=768px){.call-actions{gap:28px}}.call-action{cursor:pointer;flex-direction:column;align-items:center;gap:9px;display:flex}.call-action .circle{background:var(--card);border:1px solid var(--border-soft);border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;transition:all .15s;display:flex}@media (width>=768px){.call-action .circle{width:56px;height:56px}}.call-action .circle:hover{background:var(--card-hover)}.call-action .circle.accent{background:var(--grad);border:none}.call-action .circle svg{width:20px;height:20px;color:var(--text-1)}.call-action .circle.accent svg{color:#fff}.call-action span{color:var(--text-2);font-size:12px}.emg-mobile{flex-direction:column;width:100%;height:100%;display:flex}.emg-desktop{display:none}@media (width>=768px){.emg-mobile{display:none}.emg-desktop{width:100%;height:100%;display:flex}}.emg-strip{-webkit-overflow-scrolling:touch;flex-shrink:0;gap:12px;padding:4px 16px 18px;display:flex;overflow-x:auto}.emg-chip{cursor:pointer;flex-direction:column;flex-shrink:0;align-items:center;gap:6px;width:66px;display:flex}.emg-chip .avatar{width:52px;height:52px}.emg-chip .cname{text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:11px;font-weight:600;overflow:hidden}.emg-chip.add .avatar{background:var(--card);border:1.5px dashed var(--border);color:var(--text-3);justify-content:center;align-items:center;display:flex}.emg-chip.add .avatar svg{width:18px;height:18px}.emg-detail{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:20px 24px;display:flex;overflow-y:auto}.emg-icon-wrap{width:88px;height:88px;margin-bottom:22px;position:relative}@media (width>=768px){.emg-icon-wrap{width:96px;height:96px;margin-bottom:26px}}.emg-icon{background:var(--danger-soft);border:1px solid #ff5c5c40;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.emg-icon svg{width:34px;height:34px;color:var(--danger)}@media (width>=768px){.emg-icon svg{width:38px;height:38px}}.emg-pulse{border:1.5px solid var(--danger);opacity:0;border-radius:50%;animation:2s ease-out infinite pulse;position:absolute;inset:0}.emg-pulse:nth-child(2){animation-delay:.65s}.pulse-ring{border:1.5px solid var(--success);opacity:0;border-radius:50%;animation:2.2s ease-out infinite pulse;position:absolute;inset:-4px}@keyframes pulse{0%{opacity:.55;transform:scale(.85)}to{opacity:0;transform:scale(1.35)}}@media (prefers-reduced-motion:reduce){.pulse-ring,.emg-pulse{animation:none;display:none}}.emg-text{max-width:340px;color:var(--text-2);margin:8px 0 30px;font-size:13.5px;line-height:1.6}.slider{background:var(--danger-soft);cursor:grab;touch-action:none;border:1px solid #ff5c5c4d;border-radius:30px;align-items:center;width:100%;max-width:320px;height:56px;padding:5px;display:flex;position:relative;overflow:hidden}.slider-fill{opacity:.9;background:linear-gradient(135deg,#ff5c5c,#ff8a6e);border-radius:26px;width:30%;position:absolute;inset:5px}.slider-thumb{z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;display:flex;position:relative;box-shadow:0 4px 14px #ff5c5c66}.slider-thumb svg{width:18px;height:18px;color:var(--danger)}.slider-label{z-index:1;text-align:center;font-family:var(--font-m);color:#ffb3b3;letter-spacing:.03em;flex:1;font-size:12px;font-weight:500;position:relative}.emg-hint{margin-top:16px}.menu-row{border-radius:var(--r-m);cursor:pointer;align-items:center;gap:13px;padding:13px 10px;display:flex}.menu-row:hover,.menu-row.active{background:var(--card)}.menu-row.active{position:relative}.menu-row.active:before{content:"";background:var(--grad);border-radius:3px;width:3px;position:absolute;top:10px;bottom:10px;left:-10px}@media (width<=767px){.menu-row.active:before{display:none}.menu-row.active{background:0 0}}.menu-icon{background:var(--card-2);width:34px;height:34px;color:var(--text-2);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.menu-icon svg{width:16px;height:16px}.menu-row .label{flex:1;font-size:14px;font-weight:500}.menu-row.danger .label{color:var(--danger)}.menu-row.danger .menu-icon{color:var(--danger);background:var(--danger-soft)}.menu-row .chev{width:15px;height:15px;color:var(--text-3)}.profile-card{background:var(--card);border:1px solid var(--border-soft);border-radius:var(--r-l);flex-shrink:0;align-items:center;gap:14px;margin:10px 10px 16px;padding:14px;display:flex}.hero-avatar{width:52px;height:52px;box-shadow:0 0 0 2px var(--card), 0 0 0 3.5px var(--border);border-radius:50%;flex-shrink:0;overflow:hidden}@media (width>=768px){.hero-avatar{width:56px;height:56px}}.hero-avatar img{object-fit:cover;width:100%;height:100%}.hero-avatar-wrap{flex-shrink:0;position:relative}.hero-edit-badge{background:var(--grad);border:2.5px solid var(--card);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;bottom:-3px;right:-3px}.hero-edit-badge svg{color:#fff;width:10px;height:10px}.pc-info{min-width:0}.settings-body{flex:1;max-width:560px;padding:24px 18px;overflow-y:auto}@media (width>=768px){.settings-body{padding:36px 40px}}.field-group{background:var(--card);border:1px solid var(--border-soft);border-radius:var(--r-l);margin-bottom:24px;overflow:hidden}.field{justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.field+.field{border-top:1px solid var(--border-soft)}.field:hover{background:var(--card-hover);cursor:pointer}.field.static:hover{cursor:default;background:0 0}.field-left{align-items:center;min-width:0;display:flex}.field-left .k{font-family:var(--font-d);font-size:14.5px;font-weight:600}.field-left .v{color:var(--text-3);margin-top:3px;font-size:12.5px}.field-photo{border-radius:50%;flex-shrink:0;width:42px;height:42px;overflow:hidden}.field-photo img{object-fit:cover;width:100%;height:100%}.device-item{align-items:center;gap:14px;padding:16px 18px;display:flex}.device-item+.device-item{border-top:1px solid var(--border-soft)}@media (width>=768px){.field,.device-item{padding:18px 22px}}.settings-group-label{margin:0 2px 10px}.settings-group-label:not(:first-child){margin-top:6px}.app-version{text-align:center;padding:18px 0 6px}.device-icon{background:var(--card-2);border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.device-icon svg{width:18px;height:18px;color:var(--text-2)}.device-name{align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.tag-current{font-family:var(--font-m);color:var(--violet);background:#8b7cff24;border-radius:20px;padding:2px 7px;font-size:10px;font-weight:500}.device-time{color:var(--text-3);margin-top:2px;font-size:12px}.modal-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:500;opacity:0;pointer-events:none;background:#0405079e;justify-content:center;align-items:flex-end;transition:opacity .15s;display:flex;position:fixed;inset:0}.modal-overlay.show{opacity:1;pointer-events:auto}.modal-panel{background:var(--panel);border:1px solid var(--border-soft);-webkit-overflow-scrolling:touch;border-radius:24px 24px 0 0;width:100%;max-height:88vh;transition:transform .2s;overflow-y:auto;transform:translateY(16px)}.modal-overlay.show .modal-panel{transform:translateY(0)}@media (width>=768px){.modal-overlay{align-items:center}.modal-panel{border-radius:var(--r-xl);width:400px;max-height:84vh}}.modal-top{justify-content:flex-end;padding:10px 16px 0;display:flex}.modal-hero{text-align:center;flex-direction:column;align-items:center;padding:0 24px 22px;display:flex}.modal-avatar{border-radius:50%;width:92px;height:92px;margin-bottom:14px;overflow:hidden}.modal-avatar img{object-fit:cover;width:100%;height:100%}.modal-avatar.group{background:var(--grad);justify-content:center;align-items:center;display:flex}.modal-avatar.group svg{color:#fff;width:34px;height:34px}.modal-hero .name{font-family:var(--font-d);font-size:19px;font-weight:700}.modal-hero .sub{font-family:var(--font-m);color:var(--text-3);margin-top:4px;font-size:12.5px}.modal-actions{justify-content:center;gap:30px;padding:6px 24px 4px;display:flex}.modal-section{border-top:1px solid var(--border-soft);padding:16px 24px}.modal-section.clickable{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.modal-section.clickable:hover{background:var(--card-hover)}.modal-row{border-top:1px solid var(--border-soft);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.modal-row .lab{align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.modal-row .lab svg{width:16px;height:16px;color:var(--text-2)}.media-strip{gap:6px;margin-top:10px;display:flex}.media-thumb{object-fit:cover;border-radius:10px;width:48px;height:48px}.media-thumb.more{background:var(--card-2);font-family:var(--font-m);color:var(--text-2);justify-content:center;align-items:center;font-size:11px;display:flex}.switch{background:var(--card-2);border:1px solid var(--border-soft);cursor:pointer;border-radius:20px;flex-shrink:0;width:40px;height:24px;position:relative}.switch:after{content:"";background:var(--text-2);border-radius:50%;width:18px;height:18px;transition:all .15s;position:absolute;top:2px;left:2px}.switch.on{background:var(--grad-soft);border-color:#8b7cff66}.switch.on:after{background:var(--violet);left:18px}.modal-danger{color:var(--danger);border-top:1px solid var(--border-soft);cursor:pointer;padding:16px 24px;font-size:14px;font-weight:600}.modal-danger:hover{background:var(--danger-soft)}.participant{align-items:center;gap:12px;padding:11px 24px;display:flex}.participant .pav{border-radius:50%;width:38px;height:38px}.participant .pn{flex:1;font-size:13.5px;font-weight:500}.role-tag{font-family:var(--font-m);color:var(--violet);background:#8b7cff24;border-radius:20px;padding:2px 7px;font-size:10px}.add-participant .menu-icon{background:var(--grad-soft);color:var(--violet)}svg[data-sprite]{width:0;height:0;position:absolute;overflow:hidden}.onboarding-wrapper{-webkit-user-select:none;user-select:none;background-color:#0a0a0b;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex;position:relative;overflow:hidden}.splash-overlay{z-index:100;background:#000;flex-direction:column;justify-content:center;align-items:center;transition:transform .8s cubic-bezier(.16,1,.3,1),opacity .8s cubic-bezier(.16,1,.3,1),visibility .8s;display:flex;position:absolute;inset:0}.splash-overlay.fade-out{opacity:0;visibility:hidden;pointer-events:none;transform:scale(1.05)}.splash-logo-container{flex-direction:column;align-items:center;gap:20px;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .4s;animation:.6s ease-out fadeIn;display:flex}.splash-overlay.fade-out .splash-logo-container{opacity:0;transform:scale(1.2)}.splash-logo-img{object-fit:contain;width:120px;height:auto;animation:4s ease-in-out infinite smoothFloat}.splash-footer{opacity:.8;flex-direction:column;align-items:center;gap:8px;transition:opacity .4s ease-out,transform .4s ease-out;animation:1s ease-out fadeIn;display:flex;position:absolute;bottom:48px}.splash-overlay.fade-out .splash-footer{opacity:0;transform:translateY(20px)}.made-with-love{align-items:center;gap:6px;font-size:14px;font-weight:500;display:flex}.shine-text{color:#a1a1aa;background:linear-gradient(90deg,#a1a1aa 0%,#fff 50%,#a1a1aa 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;animation:3s linear infinite shineText}.heart-icon{color:#ef4444;fill:#ef4444;animation:1.5s infinite heartbeat}.brand-panel{background:#000;flex-direction:column;flex:1;justify-content:center;padding:40px;display:flex;position:relative}@media (width<=1200px){.brand-panel{padding:40px 32px}.action-panel{padding:40px 24px}}.brand-content{opacity:0;--slide-origin:-40px;max-width:500px;animation:.8s cubic-bezier(.16,1,.3,1) 1.8s forwards cinematicSlideIn}.brand-header{letter-spacing:-1.5px;color:#fff;margin-top:32px;font-size:32px;font-weight:800;line-height:1.15}.brand-subtitle{color:#a1a1aa;margin-top:16px;font-size:15px;font-weight:400;line-height:1.6}.brand-features{flex-direction:column;gap:24px;margin-top:48px;display:flex}.feature-item{align-items:center;gap:20px;display:flex}.feature-icon-wrapper{background:#121214;border:1px solid #27272a;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;display:flex;box-shadow:0 4px 12px #00000080}.feature-text h3{color:#fff;margin-bottom:4px;font-size:16px;font-weight:600}.feature-text p{color:#a1a1aa;font-size:14px}.action-panel{z-index:20;--slide-origin:40px;transform:translateX(var(--slide-origin));opacity:0;background:#09090b;border-left:1px solid #1c1c1f;flex-direction:column;flex:1.2;justify-content:center;padding:40px;animation:.8s cubic-bezier(.16,1,.3,1) 1.8s forwards cinematicSlideIn;display:flex}.tab-switcher{background:#18181b;border:1px solid #27272a;border-radius:10px;width:100%;max-width:360px;margin:0 auto 32px;padding:4px;display:flex}.tab-btn{color:#71717a;cursor:pointer;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;height:40px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.tab-btn:hover{color:#e4e4e7}.tab-btn.active{color:#fff;background:#27272a;box-shadow:0 1px 4px #0006}.auth-card{background:#18181b;border:1px solid #27272a;border-radius:16px;width:100%;max-width:800px;height:auto;min-height:380px;margin:0 auto;padding:0 40px;position:relative;overflow:hidden;box-shadow:0 12px 32px #0006}@keyframes innerContentFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.auth-card-inner{width:100%;height:100%;animation:.3s cubic-bezier(.2,1,.3,1) forwards innerContentFade}.auth-card-inner.link-layout{flex-direction:row;justify-content:center;align-items:center;gap:64px;display:flex}@media (width<=1200px){.auth-card-inner.link-layout{flex-direction:column-reverse;justify-content:center;gap:40px}.auth-card{height:auto;padding:40px 24px}.auth-card-left{text-align:center;align-items:center}.auth-card-title{text-align:center;margin-bottom:24px}}.auth-card-inner.login-layout{flex-direction:column;justify-content:center;align-items:center;display:flex}.login-card-content{flex-direction:column;align-items:center;width:100%;max-width:360px;display:flex}.auth-card-left{flex-direction:column;justify-content:center;max-width:380px;display:flex}.auth-card-right{justify-content:center;align-items:center;display:flex}.auth-card-title{color:#fff;letter-spacing:-.5px;margin-bottom:32px;font-size:26px;font-weight:400}.auth-card-title.text-center{text-align:center;margin-bottom:12px}.auth-card-subtitle{color:#a1a1aa;text-align:center;margin-bottom:32px;font-size:14px}.qr-scan-box{background:#18181b;border-radius:12px;justify-content:center;align-items:center;width:320px;height:320px;display:flex;position:relative}.qr-icon-placeholder{color:#fff}.modern-qr-container{background:0 0;border-radius:12px;justify-content:center;align-items:center;padding:12px;display:flex;position:relative;overflow:hidden}.qr-corners{pointer-events:none;position:absolute;inset:0}.qr-corner{opacity:.8;border:3px solid #10b981;border-radius:4px;width:24px;height:24px;position:absolute}.qr-corner.top-left{border-bottom:none;border-right:none;top:0;left:0}.qr-corner.top-right{border-bottom:none;border-left:none;top:0;right:0}.qr-corner.bottom-left{border-top:none;border-right:none;bottom:0;left:0}.qr-corner.bottom-right{border-top:none;border-left:none;bottom:0;right:0}@keyframes scanLine{0%{opacity:0;transform:translateY(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(320px)}}.qr-scanner-line{z-index:5;opacity:.7;background:#10b981;width:100%;height:2px;animation:2.5s linear infinite scanLine;position:absolute;top:0;left:0;box-shadow:0 0 8px #10b981,0 0 16px #10b981}.instructions-list{flex-direction:column;gap:24px;width:100%;display:flex}.instruction-item{z-index:2;align-items:flex-start;gap:16px;display:flex;position:relative}.instruction-item:not(:last-child):after{content:"";z-index:1;background:#3f3f46;width:1px;height:100%;position:absolute;top:28px;left:13.5px}.instruction-number{color:#e4e4e7;z-index:3;background:#18181b;border:1px solid #71717a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:600;display:flex}.instruction-text{padding-top:4px}.instruction-text p{color:#e4e4e7;white-space:nowrap;font-size:18px;line-height:1.4}.instruction-text strong{color:#fff;font-weight:700}.login-form{flex-direction:column;gap:20px;width:100%;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{color:#71717a;pointer-events:none;position:absolute;left:16px}.form-input{color:#fff;background:#09090b;border:1px solid #27272a;border-radius:26px;outline:none;width:100%;height:52px;padding:0 20px 0 48px;font-size:15px;transition:all .2s}.form-input:focus{border-color:#10b981}.primary-btn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:22px;justify-content:center;align-self:center;align-items:center;gap:8px;width:120px;height:44px;margin-top:24px;font-size:15px;font-weight:600;transition:opacity .2s;display:flex}.primary-btn:hover{opacity:.9}.action-footer{color:#a1a1aa;flex-direction:column;align-items:center;gap:16px;margin-top:60px;display:flex}.action-footer p{font-size:14px}.highlight-link{color:#10b981;cursor:pointer;font-weight:600}.encryption-notice{color:#71717a;align-items:center;gap:6px;font-size:13px;display:flex}.primary-btn:active{transform:scale(.98)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes cinematicSlideIn{0%{transform:translateX(var(--slide-origin));opacity:0}to{opacity:1;transform:translate(0)}}@keyframes smoothFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes scan{0%{transform:translateY(0)}to{transform:translateY(216px)}}@keyframes shineText{to{background-position:200%}}@keyframes heartbeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.titlebar{-webkit-user-select:none;user-select:none;z-index:9999;background-color:#121214;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;width:100%;height:32px;display:flex}.titlebar-drag-region{-webkit-app-region:drag;flex:1;align-items:center;height:100%;padding-left:12px;display:flex}.titlebar-title{color:var(--text-secondary,#8b8d98);align-items:center;gap:8px;font-size:12px;font-weight:500;display:flex}.titlebar-logo{width:16px;height:16px}.titlebar-controls{-webkit-app-region:no-drag;height:100%;display:flex}.titlebar-btn{width:46px;height:100%;color:var(--text-secondary,#8b8d98);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .2s;display:flex}.titlebar-btn:hover{color:#fff;background:#ffffff1a}.titlebar-btn.close-btn:hover{color:#fff;background:#e81123}
