*,:before,:after{box-sizing:border-box}html,body,#root{-webkit-font-smoothing:antialiased;width:100%;min-height:100%;margin:0;padding:0;font-family:system-ui,Segoe UI,Roboto,sans-serif}.app-shell{overflow:hidden}.viewer-sider.ant-layout-sider{flex-direction:column;display:flex}.viewer-sider .ant-layout-sider-children{flex-direction:column;height:100%;min-height:0;display:flex}.viewer-sider__layers{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden auto}.viewer-sider__footer{background:#fafafa;border-top:1px solid #f0f0f0;flex-shrink:0;margin-top:auto}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.75;transform:scale(.94)}}@keyframes geometry-save-pop{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}@keyframes geometry-edit-pulse{0%,to{box-shadow:inset 0 0 0 4px #1677fff2}50%{box-shadow:inset 0 0 0 4px #1677ff73}}.lottie-loader{flex-shrink:0;justify-content:center;align-items:center;display:flex}.lottie-loader canvas,.lottie-loader svg{width:100%!important;height:100%!important}.loading-overlay{z-index:1200;pointer-events:all;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.loading-overlay--fullscreen{z-index:2000;position:fixed}.loading-overlay__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a12b8;position:absolute;inset:0}.loading-overlay--light .loading-overlay__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff8c}.loading-overlay__content{z-index:1;flex-direction:column;align-items:center;gap:12px;padding:1rem;display:flex;position:relative}.loading-overlay__message{color:#a8a3c4;text-align:center;max-width:280px;margin:0;font-size:.9375rem;font-weight:500;line-height:1.45}.loading-overlay--light .loading-overlay__message{color:#595959}.auth-session-loading{--asl-primary:#7e14ff;--asl-accent:#47bfff;--asl-bg:#0a0a12;--asl-glow:#7e14ff59;background:var(--asl-bg);min-height:100vh;position:relative;overflow:hidden}.auth-session-loading .loading-overlay__backdrop{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0}.auth-session-loading__grid-bg{pointer-events:none;background-image:linear-gradient(#7e14ff0f 1px,#0000 1px),linear-gradient(90deg,#7e14ff0f 1px,#0000 1px);background-size:48px 48px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(80% 60% at 50% 0,#000 20%,#0000 70%);mask-image:radial-gradient(80% 60% at 50% 0,#000 20%,#0000 70%)}.auth-session-loading__glow{background:var(--asl-glow);filter:blur(100px);opacity:.4;pointer-events:none;border-radius:50%;width:420px;height:420px;position:fixed;top:-120px;left:50%;transform:translate(-50%)}.create-user-modal__overlay{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#04040ab8;justify-content:center;align-items:center;padding:1.5rem;animation:.25s create-user-modal-fade-in;display:flex;position:fixed;inset:0}@keyframes create-user-modal-fade-in{0%{opacity:0}to{opacity:1}}.create-user-modal{--cum-primary:#7e14ff;--cum-accent:#47bfff;--cum-bg:#0f0f18;--cum-surface:#161622;--cum-border:#ede6ff1f;--cum-text:#f4f2ff;--cum-muted:#a8a3c4;background:var(--cum-bg);border:1px solid var(--cum-border);border-radius:24px;flex-direction:column;width:min(600px,100%);max-height:min(90vh,720px);animation:.35s cubic-bezier(.22,1,.36,1) create-user-modal-slide-up;display:flex;overflow:hidden;box-shadow:0 24px 80px #0000008c,inset 0 0 0 1px #7e14ff14}@keyframes create-user-modal-slide-up{0%{opacity:0;transform:translateY(24px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.create-user-modal__header{border-bottom:1px solid var(--cum-border);background:radial-gradient(80% 120% at 0 0,#47bfff24,#0000 55%),radial-gradient(60% 100% at 100% 0,#7e14ff2e,#0000 50%),linear-gradient(#7e14ff1a 0%,#0000 100%);padding:1.5rem 1.75rem 1.25rem;position:relative}.create-user-modal__header-accent{background:linear-gradient(90deg, var(--cum-primary), var(--cum-accent));opacity:.85;height:3px;position:absolute;inset:auto 0 0}.create-user-modal__header-top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.create-user-modal__header-brand{align-items:flex-start;gap:1rem;min-width:0;display:flex}.create-user-modal__header-icon{color:#fff;background:#ffffff1a;border:1px solid #ffffff24;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex;box-shadow:0 0 0 1px #7e14ff33,0 8px 24px #00000040}.create-user-modal__title{letter-spacing:-.02em;color:var(--cum-text);margin:0;font-size:1.35rem;font-weight:700}.create-user-modal__subtitle{color:var(--cum-muted);margin:.35rem 0 0;font-size:.875rem;line-height:1.5}.create-user-modal__close{color:#ffffffe6;cursor:pointer;background:#ffffff14;border:1px solid #ffffff24;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,border-color .2s,transform .15s;display:flex}.create-user-modal__close:hover{background:#ffffff29;border-color:#ffffff47}.create-user-modal__close:active{transform:scale(.96)}.create-user-modal__body{flex:1;padding:1.5rem 1.75rem .5rem;overflow-y:auto}.create-user-modal__body .ant-form-item-label>label{font-size:.8rem;font-weight:500;color:var(--cum-text)!important}.create-user-modal__body .ant-input,.create-user-modal__body .ant-input-affix-wrapper{background:var(--cum-surface)!important;border-color:var(--cum-border)!important;color:var(--cum-text)!important;border-radius:12px!important}.create-user-modal__body .ant-input::placeholder,.create-user-modal__body .ant-input-affix-wrapper input::placeholder{color:#6b6580!important}.create-user-modal__body .ant-input-affix-wrapper .anticon{color:var(--cum-muted)!important}.create-user-modal__body .ant-form-item-explain-error{font-size:.75rem}.create-user-modal__body .ant-form-item-extra{color:var(--cum-muted);margin-top:.5rem;font-size:.75rem;line-height:1.4}.create-user-modal__terms{color:var(--cum-muted);margin-top:.25rem;font-size:.75rem;line-height:1.45;display:block}.create-user-modal__footer{border-top:1px solid var(--cum-border);background:#0003;justify-content:flex-end;align-items:center;gap:.75rem;padding:1.25rem 1.75rem;display:flex}.create-user-modal__btn{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:500;transition:opacity .2s,transform .15s,box-shadow .2s;display:inline-flex}.create-user-modal__btn:disabled{opacity:.45;cursor:not-allowed}.create-user-modal__btn--ghost{color:var(--cum-muted);border:1px solid var(--cum-border);background:#ffffff0f}.create-user-modal__btn--ghost:hover:not(:disabled){color:var(--cum-text);background:#ffffff1a}.create-user-modal__btn--primary{background:linear-gradient(135deg, var(--cum-primary), #863bff);color:#fff;box-shadow:0 4px 20px #7e14ff59}.create-user-modal__btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 28px #7e14ff73}@media (width<=560px){.create-user-modal__overlay{align-items:flex-end;padding:0}.create-user-modal{border-radius:24px 24px 0 0;width:100%;max-height:95vh}}.landing{--lp-primary:#7e14ff;--lp-primary-light:#863bff;--lp-accent:#47bfff;--lp-surface:#ede6ff;--lp-bg:#0a0a12;--lp-bg-elevated:#12121f;--lp-text:#f4f2ff;--lp-text-muted:#a8a3c4;--lp-border:#ede6ff1f;--lp-glow:#7e14ff59;background:var(--lp-bg);min-height:100vh;color:var(--lp-text);font-family:Inter,system-ui,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.landing__grid-bg{pointer-events:none;z-index:0;background-image:linear-gradient(#7e14ff0f 1px,#0000 1px),linear-gradient(90deg,#7e14ff0f 1px,#0000 1px);background-size:48px 48px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(80% 60% at 50% 0,#000 20%,#0000 70%);mask-image:radial-gradient(80% 60% at 50% 0,#000 20%,#0000 70%)}.landing__glow{filter:blur(100px);pointer-events:none;z-index:0;border-radius:50%;position:fixed}.landing__glow--1{background:var(--lp-glow);opacity:.5;width:600px;height:600px;top:-200px;left:-100px}.landing__glow--2{opacity:.6;background:#47bfff33;width:500px;height:500px;top:20%;right:-150px}.landing__nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--lp-border);background:#0a0a12bf;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.landing__logo{color:var(--lp-text);align-items:center;gap:.75rem;text-decoration:none;display:flex}.landing__logo-icon{border-radius:10px;width:36px;height:36px;transition:transform .25s,box-shadow .25s;box-shadow:0 0 0 1px #7e14ff40,0 4px 16px #7e14ff59}.landing__logo:hover .landing__logo-icon{transform:scale(1.05)rotate(-2deg);box-shadow:0 0 0 1px #47bfff59,0 6px 22px #47bfff66}.landing__logo-text{letter-spacing:-.02em;flex-wrap:wrap;align-items:baseline;gap:.15rem .35rem;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:clamp(.95rem,1.6vw,1.15rem);font-weight:600;line-height:1.35;display:flex}.landing__logo-brand{letter-spacing:-.04em;background:linear-gradient(120deg, #ede6ff 0%, var(--lp-accent) 45%, var(--lp-primary-light) 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 12px #47bfff59);background-size:200%;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.15rem,2vw,1.35rem);font-weight:800;animation:6s ease-in-out infinite landing-logo-shimmer}@keyframes landing-logo-shimmer{0%,to{background-position:0%}50%{background-position:100%}}.landing__logo-tagline{color:var(--lp-text-muted);font-weight:500}.landing__logo-dash{color:#a8a3c480;font-weight:400}.landing__logo-verb{font-weight:700;transition:filter .2s}.landing__logo-verb--1{background:linear-gradient(135deg,#47bfff,#7e14ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing__logo-verb--2{background:linear-gradient(135deg,#ede6ff,#47bfff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing__logo-verb--3{background:linear-gradient(135deg,#863bff,#47bfff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing__logo:hover .landing__logo-verb{filter:drop-shadow(0 0 8px #47bfff73)}.landing__logo-gis{letter-spacing:.08em;color:var(--lp-accent);text-shadow:0 0 20px #47bfff8c;font-weight:800}.landing__nav-actions{align-items:center;gap:.75rem;display:flex}.landing__nav-link{color:var(--lp-text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:.4rem;padding:.5rem .85rem;font-size:.875rem;font-weight:600;transition:color .2s,background .2s,border-color .2s;display:inline-flex}.landing__nav-link:hover{color:var(--lp-text);border-color:var(--lp-border);background:#ede6ff0f}.landing__nav-cta{color:#fff;background:linear-gradient(135deg, var(--lp-primary), var(--lp-primary-light));cursor:pointer;box-shadow:0 4px 20px var(--lp-glow);border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.landing__nav-cta:hover{box-shadow:0 6px 28px var(--lp-glow);transform:translateY(-1px)}.landing__hero{z-index:1;text-align:center;max-width:1200px;margin:0 auto;padding:5rem 2rem 4rem;position:relative}.landing__hero-logo{background:#fffffffa;border-radius:18px;justify-content:center;max-width:min(580px,94vw);margin:0 auto 2.25rem;padding:clamp(.85rem,2vw,1.25rem) clamp(1rem,3vw,1.75rem);animation:.7s ease-out both landing-hero-logo-in;display:flex;box-shadow:0 0 0 1px #ede6ff1f,0 18px 48px #00000073,0 0 60px #47bfff1f}.landing__hero-logo-image{object-fit:contain;width:100%;height:auto;display:block}@keyframes landing-hero-logo-in{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.landing__title{letter-spacing:-.03em;margin:0 0 1.25rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1}.landing__title-gradient{background:linear-gradient(135deg, var(--lp-text) 0%, var(--lp-surface) 50%, var(--lp-accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing__subtitle{max-width:640px;color:var(--lp-text-muted);margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.7}.landing__subtitle-note{color:var(--lp-text-muted);margin:-1.6rem auto 2.1rem;font-size:.95rem}.landing__subtitle-note a{color:var(--lp-accent);text-decoration:none}.landing__subtitle-note a:hover{text-decoration:underline}.landing__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.landing__actions--entry{gap:2rem;margin-bottom:1.25rem}.landing__actions--secondary{margin-bottom:4rem}.landing__action-group{flex-direction:column;align-items:center;gap:.5rem;display:flex}.landing__action-hint{color:var(--lp-text-muted);font-size:.8rem}.landing__btn{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.landing__btn--primary{color:#fff;background:linear-gradient(135deg, var(--lp-primary), var(--lp-primary-light));box-shadow:0 4px 24px var(--lp-glow)}.landing__btn--primary:hover{box-shadow:0 8px 32px var(--lp-glow);transform:translateY(-2px)}.landing__btn--secondary{color:var(--lp-text);border:1px solid var(--lp-border);background:#ede6ff0f}.landing__btn--secondary:hover{background:#ede6ff1a;transform:translateY(-1px)}.landing__btn--outline{color:var(--lp-accent);background:0 0;border:1px dashed #47bfff73}.landing__btn--outline:hover{background:#47bfff14;border-color:#47bfffa6;transform:translateY(-1px)}.landing__preview{border:1px solid var(--lp-border);border-radius:16px;max-width:900px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 0 0 1px #7e14ff1a,0 24px 80px #00000080}.landing__preview-bar{background:var(--lp-bg-elevated);border-bottom:1px solid var(--lp-border);align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.landing__preview-dot{background:#ede6ff26;border-radius:50%;width:10px;height:10px}.landing__preview-dot--red{background:#ff5f57}.landing__preview-dot--yellow{background:#febc2e}.landing__preview-dot--green{background:#28c840}.landing__preview-body{background:#1a1a2e;grid-template-columns:180px 1fr;min-height:280px;display:grid}.landing__preview-sidebar{border-right:1px solid var(--lp-border);background:#12121fcc;padding:1rem}.landing__preview-layer{color:var(--lp-text-muted);background:#7e14ff14;border-radius:6px;align-items:center;gap:.5rem;margin-bottom:.375rem;padding:.5rem .75rem;font-size:.75rem;display:flex}.landing__preview-layer--active{color:var(--lp-text);background:#7e14ff33;border:1px solid #7e14ff4d}.landing__preview-map{background:#1a1a2e;position:relative;overflow:hidden}.landing__preview-map-image{object-fit:cover;object-position:center;width:100%;height:100%;min-height:280px;display:block}.landing__features{z-index:1;max-width:1400px;margin:0 auto;padding:5rem 2rem;position:relative}.landing__section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--lp-accent);text-align:center;margin-bottom:.75rem;font-size:.8rem;font-weight:600;display:block}.landing__section-title{text-align:center;letter-spacing:-.02em;margin:0 0 3rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.landing__features-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.landing__feature-card{border:1px solid var(--lp-border);background:#12121f99;border-radius:16px;padding:1.5rem;transition:transform .25s,border-color .25s,box-shadow .25s}.landing__feature-card:hover{border-color:#7e14ff4d;transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.landing__feature-icon{width:48px;height:48px;color:var(--lp-accent);background:#47bfff1a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.5rem;display:flex}.landing__feature-title{margin:0 0 .75rem;font-size:1rem;font-weight:600}.landing__feature-desc{color:var(--lp-text-muted);margin:0;font-size:.875rem;line-height:1.55}.landing__stats{z-index:1;text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:900px;margin:0 auto;padding:3rem 2rem 5rem;display:grid;position:relative}.landing__stat-value{background:linear-gradient(135deg, var(--lp-primary-light), var(--lp-accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:2rem;font-weight:800;display:block}.landing__stat-label{color:var(--lp-text-muted);font-size:.9rem}.landing__cta-section{z-index:1;text-align:center;border:1px solid var(--lp-border);background:linear-gradient(135deg,#7e14ff26,#47bfff14);border-radius:24px;max-width:800px;margin:0 auto 5rem;padding:3rem 2rem;position:relative}.landing__cta-title{margin:0 0 1rem;font-size:1.75rem;font-weight:700}.landing__cta-text{color:var(--lp-text-muted);margin:0 0 2rem;line-height:1.6}.landing__footer{z-index:1;text-align:center;color:var(--lp-text-muted);border-top:1px solid var(--lp-border);padding:1.25rem 1rem;font-size:.85rem;position:relative}.landing__footer-logo{opacity:.95;width:min(180px,55%);height:auto;margin-bottom:.5rem}.landing__footer-line{margin:.15rem 0}.landing__footer a{color:var(--lp-accent);text-decoration:none}.landing__footer a:hover{text-decoration:underline}@media (width<=768px){.landing__nav{gap:.75rem;padding:1rem 1.25rem}.landing__nav-actions{flex-shrink:0;gap:.5rem}.landing__logo-tagline{display:none}.landing__logo-text{font-size:1.15rem}.landing__hero{padding:3rem 1.25rem 2.5rem}.landing__hero-logo{border-radius:14px;max-width:min(440px,96vw);margin-bottom:1.75rem;padding:.75rem 1rem}.landing__preview-body{grid-template-columns:1fr;min-height:220px}.landing__preview-sidebar{display:none}.landing__features,.landing__stats{padding-left:1.25rem;padding-right:1.25rem}.landing__features-grid{grid-template-columns:1fr}.landing__actions--entry{flex-direction:column;gap:1.25rem}}@media (width<=480px){.landing__nav-link,.landing__nav-cta{gap:0;padding:.5rem .65rem;font-size:0}.landing__nav-link .anticon,.landing__nav-cta .anticon{margin:0;font-size:1rem}.landing__logo-brand{font-size:1rem}}@media (width<=1100px) and (width>=769px){.landing__features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.share-map-panel{--smp-primary:#7e14ff;--smp-accent:#47bfff;--smp-surface:#161622;--smp-border:#ede6ff1f;--smp-text:#f4f2ff;--smp-muted:#a8a3c4}.share-map-panel__blocked{text-align:center;background:radial-gradient(80% 120% at 0 0,#faad1414,#0000 55%),#ffffff08;border:1px solid #faad1447;border-radius:16px;padding:1.5rem 1.25rem}.share-map-panel__blocked-icon{color:#fff;background:linear-gradient(135deg,#d48806 0%,#faad14 100%);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 1rem;font-size:22px;display:flex;box-shadow:0 8px 24px #faad1440}.share-map-panel__blocked-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#ffc53d;margin-bottom:.35rem;font-size:.6875rem;font-weight:600;display:block}.share-map-panel__blocked-title{color:var(--smp-text);margin:0 0 .65rem;font-size:1.125rem;font-weight:700}.share-map-panel__blocked-desc,.share-map-panel__blocked-hint{color:var(--smp-muted);margin:0;font-size:.875rem;line-height:1.55}.share-map-panel__blocked-hint{margin-top:.85rem;font-size:.8125rem}.share-map-panel__intro{color:var(--smp-muted);margin:0 0 1.25rem;font-size:.9rem;line-height:1.55}.share-map-panel__intro strong{color:var(--smp-text);font-weight:600}.share-map-panel__notice{color:#d8f3ff;background:#47bfff14;border:1px solid #47bfff40;border-radius:12px;margin-bottom:1.25rem;padding:.85rem 1rem;font-size:.8125rem;line-height:1.45}.share-map-panel__notice--warning{color:#fff4d6;background:#faad141a;border-color:#faad1459}.share-map-panel__notice-title{color:var(--smp-text);margin-bottom:.25rem;font-weight:600;display:block}.share-map-panel__tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin-bottom:1.35rem;display:grid}.share-map-panel__tab{border:1px solid var(--smp-border);min-height:72px;color:var(--smp-muted);text-align:center;cursor:pointer;background:#ffffff0a;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;padding:.75rem .5rem;font-size:.8125rem;font-weight:600;line-height:1.25;transition:background .2s,border-color .2s,color .2s,box-shadow .2s,transform .15s;display:flex}.share-map-panel__tab .anticon{font-size:1.15rem}.share-map-panel__tab:hover{color:var(--smp-text);background:#ffffff12;border-color:#ede6ff33}.share-map-panel__tab--active{color:var(--smp-text);background:linear-gradient(135deg,#7e14ff38,#47bfff24);border-color:#7e14ff73;box-shadow:0 8px 24px #7e14ff2e}.share-map-panel__section-label{letter-spacing:.06em;text-transform:uppercase;color:var(--smp-accent);margin-bottom:.65rem;font-size:.75rem;font-weight:600;display:block}.share-map-panel__hint{color:var(--smp-muted);margin:0 0 1rem;font-size:.875rem;line-height:1.5}.share-map-panel__code{width:100%;background:var(--smp-surface)!important;border-color:var(--smp-border)!important;color:#e8e4ff!important;border-radius:12px!important;font-family:JetBrains Mono,SF Mono,Menlo,monospace!important;font-size:.8125rem!important;line-height:1.5!important}.share-map-panel__code::placeholder{color:#6b6580!important}.share-map-panel__actions{flex-wrap:wrap;gap:.65rem;margin-top:1rem;display:flex}.share-map-panel__btn{cursor:pointer;border:none;border-radius:11px;align-items:center;gap:.45rem;padding:.6rem 1.1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .2s,background .2s;display:inline-flex}.share-map-panel__btn--primary{color:#fff;background:linear-gradient(135deg, var(--smp-primary), #863bff);box-shadow:0 4px 18px #7e14ff59}.share-map-panel__btn--primary:hover{color:#fff;transform:translateY(-1px);box-shadow:0 6px 24px #7e14ff73}.share-map-panel__btn--ghost{color:var(--smp-text);border:1px solid var(--smp-border);background:#ffffff0f}.share-map-panel__btn--ghost:hover{color:var(--smp-text);background:#ffffff1a}.share-map-panel__btn--whatsapp{color:#fff;background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 4px 18px #25d36647}.share-map-panel__btn--whatsapp:hover{color:#fff;transform:translateY(-1px)}@media (width<=560px){.share-map-panel__tabs{grid-template-columns:1fr}.share-map-panel__tab{text-align:left;flex-direction:row;justify-content:flex-start;min-height:auto;padding:.85rem 1rem}}.share-map-modal__overlay{z-index:1100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#04040ab8;justify-content:center;align-items:center;padding:1.5rem;animation:.25s share-map-modal-fade-in;display:flex;position:fixed;inset:0}@keyframes share-map-modal-fade-in{0%{opacity:0}to{opacity:1}}.share-map-modal{--smm-primary:#7e14ff;--smm-accent:#47bfff;--smm-bg:#0f0f18;--smm-border:#ede6ff1f;--smm-text:#f4f2ff;--smm-muted:#a8a3c4;background:var(--smm-bg);border:1px solid var(--smm-border);border-radius:24px;flex-direction:column;width:min(720px,100%);max-height:min(90vh,820px);animation:.35s cubic-bezier(.22,1,.36,1) share-map-modal-slide-up;display:flex;overflow:hidden;box-shadow:0 24px 80px #0000008c,inset 0 0 0 1px #7e14ff14}@keyframes share-map-modal-slide-up{0%{opacity:0;transform:translateY(24px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.share-map-modal__header{border-bottom:1px solid var(--smm-border);background:radial-gradient(80% 120% at 0 0,#47bfff24,#0000 55%),radial-gradient(60% 100% at 100% 0,#7e14ff2e,#0000 50%),linear-gradient(#7e14ff1a 0%,#0000 100%);padding:1.5rem 1.75rem 1.25rem;position:relative}.share-map-modal__header-accent{background:linear-gradient(90deg, var(--smm-primary), var(--smm-accent));opacity:.85;height:3px;position:absolute;inset:auto 0 0}.share-map-modal__header-top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.share-map-modal__header-brand{align-items:flex-start;gap:1rem;min-width:0;display:flex}.share-map-modal__header-icon{color:#fff;background:#ffffff1a;border:1px solid #ffffff24;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex;box-shadow:0 0 0 1px #7e14ff33,0 8px 24px #00000040}.share-map-modal__title{letter-spacing:-.02em;color:var(--smm-text);margin:0;font-size:1.35rem;font-weight:700}.share-map-modal__subtitle{color:var(--smm-muted);margin:.35rem 0 0;font-size:.875rem;line-height:1.5}.share-map-modal__close{color:#ffffffe6;cursor:pointer;background:#ffffff14;border:1px solid #ffffff24;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,border-color .2s,transform .15s;display:flex}.share-map-modal__close:hover{background:#ffffff29;border-color:#ffffff47}.share-map-modal__body{flex:1;padding:1.5rem 1.75rem 1.75rem;overflow-y:auto}@media (width<=560px){.share-map-modal__overlay{align-items:flex-end;padding:0}.share-map-modal{border-radius:24px 24px 0 0;width:100%;max-height:95vh}}.project-wizard__overlay{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#04040ab8;justify-content:center;align-items:center;padding:1.5rem;animation:.25s project-wizard-fade-in;display:flex;position:fixed;inset:0}@keyframes project-wizard-fade-in{0%{opacity:0}to{opacity:1}}.project-wizard{--pw-primary:#7e14ff;--pw-accent:#47bfff;--pw-bg:#0f0f18;--pw-surface:#161622;--pw-border:#ede6ff1f;--pw-text:#f4f2ff;--pw-muted:#a8a3c4;background:var(--pw-bg);border:1px solid var(--pw-border);border-radius:24px;flex-direction:column;width:min(720px,100%);max-height:min(90vh,820px);animation:.35s cubic-bezier(.22,1,.36,1) project-wizard-slide-up;display:flex;overflow:hidden;box-shadow:0 24px 80px #0000008c,inset 0 0 0 1px #7e14ff14}@keyframes project-wizard-slide-up{0%{opacity:0;transform:translateY(24px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.project-wizard__header{border-bottom:1px solid var(--pw-border);background:linear-gradient(#7e14ff14 0%,#0000 100%);padding:1.5rem 1.75rem 1rem}.project-wizard__header-top{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.project-wizard__title{letter-spacing:-.02em;color:var(--pw-text);margin:0;font-size:1.35rem;font-weight:700}.project-wizard__subtitle{color:var(--pw-muted);margin:.35rem 0 0;font-size:.875rem;line-height:1.5}.project-wizard__close{border:1px solid var(--pw-border);width:36px;height:36px;color:var(--pw-muted);cursor:pointer;background:#ffffff0a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.project-wizard__close:hover{color:var(--pw-text);background:#ffffff14}.project-wizard__steps{gap:.5rem;display:flex}.project-wizard__step-dot{background:#ffffff14;border-radius:999px;flex:1;height:4px;transition:background .3s;overflow:hidden}.project-wizard__step-dot--active,.project-wizard__step-dot--done{background:linear-gradient(90deg, var(--pw-primary), var(--pw-accent))}.project-wizard__body{flex:1;padding:1.75rem;overflow-y:auto}.project-wizard__step-label{text-transform:uppercase;letter-spacing:.1em;color:var(--pw-accent);margin-bottom:.5rem;font-size:.7rem;font-weight:600}.project-wizard__step-title{color:var(--pw-text);margin:0 0 .35rem;font-size:1.15rem;font-weight:600}.project-wizard__step-desc{color:var(--pw-muted);margin:0 0 1.5rem;font-size:.875rem;line-height:1.55}.project-wizard__field{margin-bottom:1.25rem}.project-wizard__field-label{color:var(--pw-text);margin-bottom:.5rem;font-size:.8rem;font-weight:500;display:block}.project-wizard__field input:not([type=radio]),.project-wizard__field textarea,.project-wizard__field .ant-input,.project-wizard__field .ant-input-textarea textarea{background:var(--pw-surface)!important;border-color:var(--pw-border)!important;color:var(--pw-text)!important;border-radius:12px!important}.project-wizard__field input::placeholder,.project-wizard__field textarea::placeholder{color:#6b6580!important}.project-wizard__visibility-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.project-wizard__visibility-card{border:2px solid var(--pw-border);background:var(--pw-surface);cursor:pointer;text-align:left;border-radius:16px;padding:1.25rem;transition:border-color .2s,box-shadow .2s,transform .15s;position:relative}.project-wizard__visibility-card:hover{border-color:#7e14ff59;transform:translateY(-2px)}.project-wizard__visibility-card--selected{border-color:var(--pw-primary);box-shadow:0 0 0 1px var(--pw-primary), 0 8px 24px #7e14ff26}.project-wizard__visibility-icon{width:40px;height:40px;color:var(--pw-accent);background:#7e14ff1f;border-radius:12px;justify-content:center;align-items:center;margin-bottom:.75rem;font-size:18px;display:flex}.project-wizard__visibility-card--selected .project-wizard__visibility-icon{background:linear-gradient(135deg, var(--pw-primary), var(--pw-accent));color:#fff}.project-wizard__visibility-name{color:var(--pw-text);margin-bottom:.35rem;font-size:.95rem;font-weight:600;display:block}.project-wizard__visibility-hint{color:var(--pw-muted);font-size:.78rem;line-height:1.45}.project-wizard__colors{flex-wrap:wrap;gap:.65rem;display:flex}.project-wizard__color-swatch{cursor:pointer;border:2px solid #0000;border-radius:12px;width:40px;height:40px;transition:transform .15s,box-shadow .2s;box-shadow:0 4px 12px #00000040}.project-wizard__color-swatch:hover{transform:scale(1.08)}.project-wizard__color-swatch--selected{box-shadow:0 0 0 2px var(--pw-primary), 0 6px 20px #00000059;border-color:#fff}.project-wizard__option-grid{gap:.75rem;display:grid}.project-wizard__option-card{border:1px solid var(--pw-border);background:var(--pw-surface);cursor:pointer;text-align:left;border-radius:14px;align-items:center;gap:.85rem;margin:0;padding:1rem 1.15rem;transition:border-color .2s,background .2s;display:flex}.project-wizard__option-card:hover{border-color:#7e14ff4d}.project-wizard__option-card--selected{border-color:var(--pw-primary);background:#7e14ff0f}.project-wizard__option-card input[type=radio]{opacity:0;pointer-events:none;width:0;height:0;margin:0;position:absolute}.project-wizard__option-indicator{background:0 0;border:2px solid #ffffff47;border-radius:50%;flex-shrink:0;width:18px;height:18px;transition:border-color .2s,background .2s,box-shadow .2s}.project-wizard__option-card--selected .project-wizard__option-indicator{border-color:var(--pw-primary);background:var(--pw-primary);box-shadow:inset 0 0 0 3px var(--pw-surface)}.project-wizard__option-copy{flex:1;min-width:0}.project-wizard__option-name{color:var(--pw-text);font-size:.9rem;font-weight:600;line-height:1.35}.project-wizard__option-hint{color:var(--pw-muted);margin-top:.2rem;font-size:.78rem;line-height:1.45}.project-wizard__basemap-chip{border:1px solid #ffffff26;border-radius:8px;flex-shrink:0;width:36px;height:36px;box-shadow:inset 0 0 0 1px #0000001f}.project-wizard__feature-row{border-bottom:1px solid var(--pw-border);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.project-wizard__feature-row:last-child{border-bottom:none}.project-wizard__summary{gap:.75rem;display:grid}.project-wizard__summary-row{background:var(--pw-surface);border:1px solid var(--pw-border);border-radius:12px;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.85rem 1rem;display:flex}.project-wizard__summary-key{color:var(--pw-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem}.project-wizard__summary-val{color:var(--pw-text);text-align:right;font-size:.9rem;font-weight:500}.project-wizard__summary-preview{border:1px solid var(--pw-border);background:linear-gradient(135deg,#7e14ff14,#47bfff0d);border-radius:16px;align-items:center;gap:.65rem;margin-top:1.25rem;padding:1.25rem;display:flex}.project-wizard__summary-preview-icon{color:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.project-wizard__footer{border-top:1px solid var(--pw-border);background:#0003;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.75rem;display:flex}.project-wizard__btn{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:500;transition:opacity .2s,transform .15s;display:inline-flex}.project-wizard__btn:disabled{opacity:.45;cursor:not-allowed}.project-wizard__btn--ghost{color:var(--pw-muted);border:1px solid var(--pw-border);background:#ffffff0f}.project-wizard__btn--ghost:hover:not(:disabled){color:var(--pw-text);background:#ffffff1a}.project-wizard__btn--primary{background:linear-gradient(135deg, var(--pw-primary), #863bff);color:#fff;box-shadow:0 4px 20px #7e14ff59}.project-wizard__btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 28px #7e14ff73}.project-wizard__step-content{animation:.3s project-wizard-step-in}@keyframes project-wizard-step-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@media (width<=560px){.project-wizard__overlay{align-items:flex-end;padding:0}.project-wizard{border-radius:24px 24px 0 0;width:100%;max-height:95vh}.project-wizard__visibility-grid{grid-template-columns:1fr}}.tier-badge{--tier-accent:#7e14ff;--tier-accent-soft:#7e14ff26;--tier-gradient:linear-gradient(135deg, #7e14ff, #47bfff)}.tier-badge--compact{background:var(--tier-accent-soft);border:1px solid color-mix(in srgb, var(--tier-accent) 35%, transparent);color:var(--tier-accent);letter-spacing:.02em;text-transform:uppercase;border-radius:999px;align-items:center;gap:6px;padding:4px 10px 4px 6px;font-size:12px;font-weight:600;display:inline-flex}.tier-badge__icon--compact{background:var(--tier-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;display:flex}.tier-badge__compact-label{line-height:1}.tier-badge--nav{letter-spacing:.04em;text-transform:uppercase;color:var(--hp-text-muted,#a8a3c4);background:0 0;border:none;flex-shrink:0;align-items:center;gap:7px;padding:0 4px 0 0;font-size:12px;font-weight:600;display:inline-flex}.tier-badge__icon--nav{background:var(--tier-gradient);color:#fff;width:24px;height:24px;box-shadow:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;line-height:1;display:inline-flex}.tier-badge__icon--nav .anticon{font-size:14px;display:block}.tier-badge__nav-label{letter-spacing:.06em;color:var(--tier-accent);font-size:11px;font-weight:700;line-height:1}.tier-badge--hero{background:linear-gradient(135deg, #ffffff0a, transparent), var(--tier-accent-soft);border:1px solid color-mix(in srgb, var(--tier-accent) 30%, transparent);border-radius:16px;flex-shrink:0;align-items:center;gap:1rem;max-width:min(380px,42vw);padding:1rem 1.25rem;display:flex}.tier-badge--hero .tier-badge__icon{border-radius:12px;align-self:center;width:44px;height:44px;font-size:20px}.tier-badge__copy{flex-direction:column;gap:.2rem;min-width:0;display:flex}.tier-badge__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--tier-accent);font-size:.7rem;font-weight:600}.tier-badge__icon{background:var(--tier-gradient);color:#fff;width:48px;height:48px;box-shadow:0 8px 24px color-mix(in srgb, var(--tier-accent) 35%, transparent);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:22px;display:flex}.tier-badge__title{letter-spacing:-.02em;color:#f4f2ff;font-size:1.25rem;font-weight:700;line-height:1.2}.tier-badge__desc{color:#a8a3c4;font-size:.9rem;line-height:1.5}.tier-badge--hero .tier-badge__eyebrow{font-size:.65rem}.tier-badge--hero .tier-badge__title{font-size:1.05rem}.tier-badge--hero .tier-badge__desc{font-size:.8rem;line-height:1.45}.tier-badge--card{background:#12121fd9;border:1px solid #ede6ff1f;border-radius:18px;padding:1.5rem;transition:border-color .25s,transform .25s;position:relative;overflow:hidden}.tier-badge--card:hover{border-color:color-mix(in srgb, var(--tier-accent) 45%, transparent);transform:translateY(-2px)}.tier-badge--card:before{content:"";background:var(--tier-gradient);height:3px;position:absolute;top:0;left:0;right:0}.tier-badge__card-top{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.tier-badge__icon--card{border-radius:12px;width:40px;height:40px;font-size:18px}.tier-badge__pill{letter-spacing:.06em;text-transform:uppercase;background:var(--tier-accent-soft);color:var(--tier-accent);border:1px solid color-mix(in srgb, var(--tier-accent) 30%, transparent);border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700}.tier-badge__card-title{letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.tier-badge__card-desc{color:#a8a3c4;margin:0 0 1rem;font-size:.85rem;line-height:1.55}.tier-badge__perks{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.tier-badge__perks li{color:#c4bdd8;padding-left:1.1rem;font-size:.8rem;position:relative}.tier-badge__perks li:before{content:"";background:var(--tier-gradient);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.upgrade-plan-modal__overlay{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#04040ab8;justify-content:center;align-items:center;padding:1.5rem;animation:.25s upgrade-plan-modal-fade-in;display:flex;position:fixed;inset:0}@keyframes upgrade-plan-modal-fade-in{0%{opacity:0}to{opacity:1}}.upgrade-plan-modal{--upm-primary:#7e14ff;--upm-accent:#47bfff;--upm-bg:#0f0f18;--upm-surface:#161622;--upm-border:#ede6ff1f;--upm-text:#f4f2ff;--upm-muted:#a8a3c4;background:var(--upm-bg);border:1px solid var(--upm-border);border-radius:24px;flex-direction:column;width:min(760px,100%);max-height:min(92vh,860px);animation:.35s cubic-bezier(.22,1,.36,1) upgrade-plan-modal-slide-up;display:flex;overflow:hidden;box-shadow:0 24px 80px #0000008c,inset 0 0 0 1px #7e14ff14}@keyframes upgrade-plan-modal-slide-up{0%{opacity:0;transform:translateY(24px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.upgrade-plan-modal__header{border-bottom:1px solid var(--upm-border);background:radial-gradient(80% 120% at 0 0,#47bfff24,#0000 55%),radial-gradient(60% 100% at 100% 0,#7e14ff2e,#0000 50%),linear-gradient(#7e14ff1a 0%,#0000 100%);padding:1.5rem 1.75rem 1.25rem;position:relative}.upgrade-plan-modal__header-accent{background:linear-gradient(90deg, var(--upm-primary), var(--upm-accent));opacity:.85;height:3px;position:absolute;inset:auto 0 0}.upgrade-plan-modal__header-top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.upgrade-plan-modal__header-brand{align-items:flex-start;gap:.875rem;min-width:0;display:flex}.upgrade-plan-modal__header-icon{color:#fff;background:linear-gradient(135deg, var(--upm-primary), var(--upm-accent));border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex;box-shadow:0 8px 24px #7e14ff59}.upgrade-plan-modal__title{letter-spacing:-.03em;color:var(--upm-text);margin:0 0 .35rem;font-size:1.35rem;font-weight:700}.upgrade-plan-modal__subtitle{color:var(--upm-muted);margin:0;font-size:.875rem;line-height:1.5}.upgrade-plan-modal__close{border:1px solid var(--upm-border);width:36px;height:36px;color:var(--upm-muted);cursor:pointer;background:#ffffff0a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s,border-color .2s;display:flex}.upgrade-plan-modal__close:hover{color:var(--upm-text);background:#ffffff14;border-color:#ede6ff33}.upgrade-plan-modal__body{padding:1.5rem 1.75rem;overflow-y:auto}.upgrade-plan-modal__current{border:1px solid var(--upm-border);background:#ffffff08;border-radius:12px;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.75rem 1rem;display:flex}.upgrade-plan-modal__current-label{text-transform:uppercase;letter-spacing:.06em;color:var(--upm-muted);font-size:.75rem;font-weight:600}.upgrade-plan-modal__section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--upm-muted);margin:0 0 .75rem;font-size:.8125rem;font-weight:600}.upgrade-plan-modal__tiers{grid-template-columns:repeat(3,minmax(0,1fr));gap:.875rem;margin-bottom:1.25rem;display:grid}.upgrade-plan-modal__tier-option{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:16px;flex-direction:column;align-items:stretch;padding:0;display:flex;position:relative}.upgrade-plan-modal__tier-option:focus-visible{outline:2px solid var(--upm-accent);outline-offset:2px}.upgrade-plan-modal__tier-card{height:100%;transition:transform .2s,box-shadow .2s,border-color .2s}.upgrade-plan-modal__tier-option:hover .upgrade-plan-modal__tier-card{transform:translateY(-2px)}.upgrade-plan-modal__tier-option--selected .upgrade-plan-modal__tier-card{box-shadow:0 0 0 2px color-mix(in srgb, var(--tier-accent) 55%, transparent), 0 12px 32px color-mix(in srgb, var(--tier-accent) 22%, transparent)}.upgrade-plan-modal__tier-check{z-index:2;color:#fff;background:var(--tier-gradient);opacity:0;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;transition:opacity .2s,transform .2s;display:flex;position:absolute;top:10px;right:10px;transform:scale(.8)}.upgrade-plan-modal__tier-option--selected .upgrade-plan-modal__tier-check{opacity:1;transform:scale(1)}.upgrade-plan-modal__field-label{color:var(--upm-text);margin-bottom:.5rem;font-size:.8125rem;font-weight:600;display:block}.upgrade-plan-modal__textarea{border:1px solid var(--upm-border);width:100%;min-height:96px;color:var(--upm-text);font:inherit;resize:vertical;background:#ffffff0a;border-radius:12px;padding:.75rem .875rem;font-size:.875rem;line-height:1.5;transition:border-color .2s,box-shadow .2s}.upgrade-plan-modal__textarea::placeholder{color:#a8a3c4bf}.upgrade-plan-modal__textarea:focus{border-color:#7e14ff73;outline:none;box-shadow:0 0 0 3px #7e14ff1f}.upgrade-plan-modal__hint{color:var(--upm-muted);margin:.5rem 0 0;font-size:.75rem;line-height:1.45}.upgrade-plan-modal__footer{border-top:1px solid var(--upm-border);background:#ffffff05;justify-content:flex-end;align-items:center;gap:.75rem;padding:1rem 1.75rem 1.5rem;display:flex}.upgrade-plan-modal__btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:.625rem 1.125rem;font-size:.875rem;font-weight:600;transition:background .2s,transform .15s,box-shadow .2s,opacity .2s;display:inline-flex}.upgrade-plan-modal__btn:active:not(:disabled){transform:scale(.97)}.upgrade-plan-modal__btn:disabled{opacity:.55;cursor:not-allowed}.upgrade-plan-modal__btn--ghost{color:var(--upm-muted);border:1px solid var(--upm-border);background:#ffffff0f}.upgrade-plan-modal__btn--ghost:hover:not(:disabled){color:var(--upm-text);background:#ffffff1a}.upgrade-plan-modal__btn--primary{background:linear-gradient(135deg, var(--upm-primary) 0%, #863bff 100%);color:#fff;box-shadow:0 4px 16px #7e14ff59}.upgrade-plan-modal__btn--primary:hover:not(:disabled){box-shadow:0 6px 24px #7e14ff80}.upgrade-plan-modal__success{text-align:center;flex-direction:column;align-items:center;padding:2rem 1.75rem 2.5rem;display:flex}.upgrade-plan-modal__success-icon{color:#95de64;background:#52c41a1f;border:1px solid #52c41a4d;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.25rem;font-size:32px;display:flex}.upgrade-plan-modal__success-title{color:var(--upm-text);margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.upgrade-plan-modal__success-desc{max-width:420px;color:var(--upm-muted);margin:0 0 1.5rem;font-size:.875rem;line-height:1.55}@media (width<=720px){.upgrade-plan-modal__tiers{grid-template-columns:1fr}.upgrade-plan-modal__footer{flex-direction:column-reverse}.upgrade-plan-modal__btn{width:100%}}.home{--hp-primary:#7e14ff;--hp-primary-light:#863bff;--hp-accent:#47bfff;--hp-surface:#ede6ff;--hp-bg:#0a0a12;--hp-bg-elevated:#12121f;--hp-bg-card:#12121fd9;--hp-text:#f4f2ff;--hp-text-muted:#a8a3c4;--hp-border:#ede6ff1f;--hp-glow:#7e14ff59;--hp-success:#52c41a;background:var(--hp-bg);min-height:100vh;color:var(--hp-text);font-family:Inter,system-ui,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.home__grid-bg{pointer-events:none;z-index:0;background-image:linear-gradient(#7e14ff0f 1px,#0000 1px),linear-gradient(90deg,#7e14ff0f 1px,#0000 1px);background-size:48px 48px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(80% 60% at 50% 0,#000 20%,#0000 70%);mask-image:radial-gradient(80% 60% at 50% 0,#000 20%,#0000 70%)}.home__glow{filter:blur(100px);pointer-events:none;z-index:0;border-radius:50%;position:fixed}.home__glow--1{background:var(--hp-glow);opacity:.45;width:600px;height:600px;top:-200px;left:-100px}.home__glow--2{opacity:.6;background:#47bfff2e;width:500px;height:500px;top:10%;right:-150px}.home__nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--hp-border);background:#0a0a12cc;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.home__logo{color:var(--hp-text);align-items:center;gap:.75rem;text-decoration:none;display:flex}.home__logo-icon{width:36px;height:36px}.home__logo-text{flex-direction:column;line-height:1.2;display:flex}.home__logo-brand{letter-spacing:-.02em;font-size:1.125rem;font-weight:700}.home__logo-sub{color:var(--hp-text-muted);font-size:.75rem}.home__nav-actions{border:1px solid var(--hp-border);background:#ffffff0a;border-radius:999px;align-items:center;gap:2px;min-height:36px;padding:5px 8px 5px 10px;display:flex;overflow:visible}.home__nav-divider{background:var(--hp-border);flex-shrink:0;width:1px;height:20px;margin:0 6px}.home__nav-user{align-items:center;gap:8px;min-width:0;padding-right:2px;display:flex}.home__nav-logout{width:32px;height:32px;color:var(--hp-text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:16px;line-height:1;transition:background .2s,color .2s;display:inline-flex}.home__nav-logout:hover{color:var(--hp-text);background:#ffffff14}.home__nav-logout:focus-visible{outline:2px solid var(--hp-accent);outline-offset:2px}.home__user-chip{border:1px solid var(--hp-border);background:#ffffff0a;border-radius:999px;align-items:center;gap:10px;padding:6px 12px 6px 6px;display:flex}.home__user-name{text-overflow:ellipsis;white-space:nowrap;max-width:180px;color:var(--hp-text);font-size:13px;font-weight:500;overflow:hidden}.home__main{z-index:1;max-width:1200px;margin:0 auto;padding:2.5rem 2rem 4rem;position:relative}.home__hero{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem 2.5rem;margin-bottom:2.5rem;display:grid}.home__hero-copy{min-width:0}.home__hero-aside{flex-direction:column;flex-shrink:0;align-items:stretch;gap:.625rem;width:min(380px,36vw);display:flex}.home__hero-aside .tier-badge--hero{width:100%;max-width:none}.home__upgrade-link{font:inherit;color:var(--hp-accent);cursor:pointer;text-align:center;background:#47bfff14;border:none;border-radius:8px;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s}.home__upgrade-link:hover{color:#7ecfff;background:#47bfff24}.home__greeting{color:var(--hp-accent);text-transform:uppercase;letter-spacing:.08em;margin:0 0 .35rem;font-size:.875rem;font-weight:500}.home__title{letter-spacing:-.03em;margin:0 0 .625rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.15}.home__subtitle{color:var(--hp-text-muted);max-width:540px;margin:0;font-size:1.05rem;line-height:1.6}.home__stats{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:stretch;gap:1.25rem;margin-bottom:2.5rem;display:grid}.home__stat-card{background:var(--hp-bg-card);border:1px solid var(--hp-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;padding:1.25rem 1.5rem;transition:border-color .2s,transform .2s;position:relative;overflow:hidden}.home__stat-card:hover{border-color:#7e14ff59;transform:translateY(-2px)}.home__stat-card:before{content:"";background:linear-gradient(90deg, var(--hp-primary), var(--hp-accent));opacity:.7;height:3px;position:absolute;top:0;left:0;right:0}.home__stat-value{letter-spacing:-.03em;background:linear-gradient(135deg, var(--hp-text) 0%, var(--hp-accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;min-height:2.25rem;margin-bottom:.35rem;font-size:2.25rem;font-weight:700;line-height:1;display:flex}.home__stat-value--loading{-webkit-text-fill-color:unset;color:var(--hp-accent);background:0 0}.home__stat-label{color:var(--hp-text-muted);font-size:.875rem}.home__stat-badge{color:#c4a8ff;background:#7e14ff26;border:1px solid #7e14ff40;border-radius:999px;align-items:center;gap:4px;margin-top:.5rem;padding:2px 8px;font-size:11px;font-weight:500;display:inline-flex}.home__section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:1.25rem;display:flex}.home__section-title{letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:600}.home__projects-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;display:grid}.home__project-card{background:var(--hp-bg-card);border:1px solid var(--hp-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:18px;flex-direction:column;padding:1.5rem;transition:border-color .25s,box-shadow .25s,transform .25s;display:flex;position:relative;overflow:hidden}.home__project-card:hover{border-color:#7e14ff66;transform:translateY(-3px);box-shadow:0 8px 32px #7e14ff1f}.home__project-card:after{content:"";pointer-events:none;background:radial-gradient(at 100% 0,#7e14ff14 0%,#0000 60%);position:absolute;inset:0}.home__project-icon{width:44px;height:44px;color:var(--hp-accent);z-index:1;background:linear-gradient(135deg,#7e14ff40,#47bfff26);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;font-size:20px;display:flex;position:relative}.home__project-name{z-index:1;letter-spacing:-.01em;margin:0 0 .35rem;font-size:1.05rem;font-weight:600;position:relative}.home__project-meta{color:var(--hp-text-muted);z-index:1;margin-bottom:1.25rem;font-size:.8rem;line-height:1.5;position:relative}.home__project-meta code{color:#c4bdd8;background:#ffffff0f;border-radius:4px;padding:1px 6px;font-size:.75rem}.home__project-actions{z-index:1;flex-wrap:wrap;gap:8px;margin-top:auto;display:flex;position:relative}.home__btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;line-height:1.4;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex}.home__btn:active{transform:scale(.97)}.home__btn--primary{background:linear-gradient(135deg, var(--hp-primary) 0%, var(--hp-primary-light) 100%);color:#fff;flex:1;min-width:120px;box-shadow:0 4px 16px #7e14ff59}.home__btn--primary:hover{color:#fff;box-shadow:0 6px 24px #7e14ff80}.home__btn--ghost{color:var(--hp-text-muted);border:1px solid var(--hp-border);background:#ffffff0f}.home__btn--ghost:hover{color:var(--hp-text);background:#ffffff1a}.home__btn--danger{color:#ff7875;background:#ff4d4f1a;border:1px solid #ff4d4f40}.home__btn--danger:hover{color:#ff4d4f;background:#ff4d4f33}.home__empty{text-align:center;background:var(--hp-bg-card);border:1px dashed var(--hp-border);border-radius:20px;padding:4rem 2rem}.home__empty-icon{color:var(--hp-primary);opacity:.7;margin-bottom:1rem;font-size:48px}.home__empty-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.home__empty-desc{color:var(--hp-text-muted);max-width:400px;margin:0 auto 1.5rem}.home__loading{min-height:60vh;color:var(--hp-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.home__error{max-width:560px;margin:4rem auto}@media (width<=640px){.home__nav{padding:.75rem 1rem}.home__main{padding:1.5rem 1rem 3rem}.home__nav-actions{gap:0;padding:6px 6px 6px 10px}.home__nav-divider:first-of-type,.home__user-name,.tier-badge__nav-label,.home__logo-sub{display:none}.tier-badge--nav{padding:0 2px}.tier-badge__icon--nav{width:26px;height:26px}.tier-badge__icon--nav,.tier-badge__icon--nav .anticon{font-size:15px}.home__hero{grid-template-columns:1fr;align-items:stretch;gap:1.25rem}.home__hero-aside{width:100%}.home__hero-aside .tier-badge--hero{max-width:none}.home__project-actions{flex-direction:column}.home__btn--primary{width:100%}.home__project-actions .home__btn{padding:4px 8px;font-size:12px}}.private-map-denied{--pmd-primary:#7e14ff;--pmd-accent:#47bfff;--pmd-bg:#0a0a12;--pmd-text:#f4f2ff;--pmd-muted:#a8a3c4;--pmd-border:#ede6ff1f;background:var(--pmd-bg);min-height:100vh;color:var(--pmd-text);justify-content:center;align-items:center;padding:2rem 1.5rem;font-family:Inter,system-ui,Segoe UI,Roboto,sans-serif;display:flex;position:relative;overflow:hidden}.private-map-denied__grid-bg{pointer-events:none;background-image:linear-gradient(#7e14ff0f 1px,#0000 1px),linear-gradient(90deg,#7e14ff0f 1px,#0000 1px);background-size:48px 48px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(80% 60% at 50% 0,#000 20%,#0000 70%);mask-image:radial-gradient(80% 60% at 50% 0,#000 20%,#0000 70%)}.private-map-denied__glow{filter:blur(100px);pointer-events:none;background:#7e14ff38;border-radius:50%;width:520px;height:520px;position:fixed;top:-180px;left:50%;transform:translate(-50%)}.private-map-denied__card{z-index:1;text-align:center;background:radial-gradient(80% 120% at 0 0,#47bfff1a,#0000 55%),radial-gradient(60% 100% at 100% 0,#7e14ff24,#0000 50%),#12121feb;border:1px solid #7e14ff3d;border-radius:24px;width:min(520px,100%);padding:2rem 2rem 1.75rem;position:relative;box-shadow:0 24px 80px #00000073,inset 0 0 0 1px #7e14ff14}.private-map-denied__icon{color:#fff;background:linear-gradient(135deg, var(--pmd-primary) 0%, var(--pmd-accent) 100%);border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;font-size:28px;display:flex;box-shadow:0 12px 32px #7e14ff59}.private-map-denied__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--pmd-accent);margin-bottom:.5rem;font-size:.6875rem;font-weight:600;display:block}.private-map-denied__title{letter-spacing:-.03em;margin:0 0 .75rem;font-size:clamp(1.5rem,4vw,1.875rem);font-weight:700;line-height:1.15}.private-map-denied__desc{max-width:420px;color:var(--pmd-muted);margin:0 auto 1.5rem;font-size:.9375rem;line-height:1.6}.private-map-denied__actions{flex-direction:column;align-items:stretch;gap:.75rem;display:flex}.private-map-denied__btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:.75rem 1.125rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .2s,background .2s;display:inline-flex}.private-map-denied__btn:active{transform:scale(.98)}.private-map-denied__btn--primary{color:#fff;background:linear-gradient(135deg, var(--pmd-primary) 0%, #863bff 100%);box-shadow:0 8px 24px #7e14ff59}.private-map-denied__btn--primary:hover{color:#fff;box-shadow:0 10px 28px #7e14ff73}.private-map-denied__btn--ghost{color:var(--pmd-muted);border:1px solid var(--pmd-border);background:#ffffff0d}.private-map-denied__btn--ghost:hover{color:var(--pmd-text);background:#ffffff14}.private-map-denied__hint{color:#a8a3c4d9;margin:1.25rem 0 0;font-size:.8125rem;line-height:1.5}:root,:host{--ol-background-color:white;--ol-accent-background-color:#f5f5f5;--ol-subtle-background-color:#80808040;--ol-partial-background-color:#ffffffbf;--ol-foreground-color:#333;--ol-subtle-foreground-color:#666;--ol-brand-color:#0af}.ol-box{box-sizing:border-box;border:1.5px solid var(--ol-background-color);background-color:var(--ol-partial-background-color);border-radius:2px}.ol-mouse-position{position:absolute;top:8px;right:8px}.ol-scale-line{background:var(--ol-partial-background-color);border-radius:4px;padding:2px;position:absolute;bottom:8px;left:8px}.ol-scale-line-inner{border:1px solid var(--ol-subtle-foreground-color);color:var(--ol-foreground-color);text-align:center;will-change:contents, width;border-top:none;margin:1px;font-size:10px;transition:all .25s}.ol-scale-bar{position:absolute;bottom:8px;left:8px}.ol-scale-bar-inner{display:flex}.ol-scale-step-marker{background-color:var(--ol-foreground-color);float:right;z-index:10;width:1px;height:15px}.ol-scale-step-text{z-index:11;color:var(--ol-foreground-color);text-shadow:-1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);font-size:10px;position:absolute;bottom:-5px}.ol-scale-text{text-align:center;color:var(--ol-foreground-color);text-shadow:-1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);font-size:12px;position:absolute;bottom:25px}.ol-scale-singlebar{z-index:9;box-sizing:border-box;border:1px solid var(--ol-foreground-color);height:10px;position:relative}.ol-scale-singlebar-even{background-color:var(--ol-subtle-foreground-color)}.ol-scale-singlebar-odd{background-color:var(--ol-background-color)}.ol-unsupported{display:none}.ol-viewport,.ol-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-viewport canvas{all:unset;overflow:hidden}.ol-viewport{touch-action:pan-x pan-y}.ol-selectable{-webkit-touch-callout:default;-webkit-user-select:text;user-select:text}.ol-grabbing{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.ol-grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.ol-control{background-color:var(--ol-subtle-background-color);border-radius:4px;position:absolute}.ol-zoom{top:.5em;left:.5em}.ol-rotate{transition:opacity .25s linear,visibility linear;top:.5em;right:.5em}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{top:.5em;right:.5em}.ol-control button{color:var(--ol-subtle-foreground-color);font-weight:700;font-size:inherit;text-align:center;background-color:var(--ol-background-color);border:none;border-radius:2px;width:1.375em;height:1.375em;margin:1px;padding:0;line-height:.4em;text-decoration:none;display:block}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{will-change:transform;font-weight:400;display:block}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:hover,.ol-control button:focus{outline:1px solid var(--ol-subtle-foreground-color);color:var(--ol-foreground-color);text-decoration:none}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;flex-flow:row-reverse;align-items:center;max-width:calc(100% - 1.3em);display:flex;bottom:.5em;right:.5em}.ol-attribution a{color:var(--ol-subtle-foreground-color);text-decoration:none}.ol-attribution ul{color:var(--ol-foreground-color);text-shadow:0 0 2px var(--ol-background-color);margin:0;padding:1px .5em;font-size:12px}.ol-attribution li{list-style:none;display:inline}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button{flex-shrink:0}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution:not(.ol-collapsed){background:var(--ol-partial-background-color)}.ol-attribution.ol-uncollapsible{border-radius:4px 0 0;bottom:0;right:0}.ol-attribution.ol-uncollapsible img{max-height:1.6em;margin-top:-.2em}.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{height:200px;top:4.5em;left:.5em}.ol-zoomslider button{height:10px;position:relative}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{bottom:.5em;left:.5em}.ol-overviewmap.ol-uncollapsible{border-radius:0 4px 0 0;bottom:0;left:0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:block}.ol-overviewmap .ol-overviewmap-map{border:1px solid var(--ol-subtle-foreground-color);width:150px;height:150px}.ol-overviewmap:not(.ol-collapsed) button{position:absolute;bottom:0;left:0}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:var(--ol-subtle-background-color)}.ol-overviewmap-box{border:1.5px dotted var(--ol-subtle-foreground-color)}.ol-overviewmap .ol-overviewmap-box:hover{cursor:move}.ol-overviewmap .ol-viewport:hover{cursor:pointer}.cesium-svgPath-svg{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.cesium-button{color:#edffff;fill:#edffff;cursor:pointer;-webkit-user-select:none;user-select:none;background:#303336;border:1px solid #444;border-radius:4px;margin:2px 3px;padding:5px 12px;display:inline-block;position:relative;overflow:hidden}.cesium-button:focus{color:#fff;fill:#fff;border-color:#ea4;outline:none}.cesium-button:hover{color:#fff;fill:#fff;background:#48b;border-color:#aef;box-shadow:0 0 8px #fff}.cesium-button:active{color:#000;fill:#000;background:#adf;border-color:#fff;box-shadow:0 0 8px #fff}.cesium-button:disabled,.cesium-button-disabled,.cesium-button-disabled:focus,.cesium-button-disabled:hover,.cesium-button-disabled:active{color:#646464;fill:#646464;box-shadow:none;cursor:default;background:#303336;border-color:#444}.cesium-button option{color:#eee;background-color:#000}.cesium-button option:disabled{color:#777}.cesium-button input,.cesium-button label{cursor:pointer}.cesium-button input{vertical-align:sub}.cesium-toolbar-button{box-sizing:border-box;vertical-align:middle;z-index:0;border-radius:14%;width:32px;height:32px;padding:0}.cesium-performanceDisplay-defaultContainer{text-align:right;position:absolute;top:50px;right:10px}.cesium-performanceDisplay{background-color:#282828b3;border:1px solid #444;border-radius:5px;padding:7px;font:700 12px sans-serif}.cesium-performanceDisplay-fps{color:#e52}.cesium-performanceDisplay-throttled{color:#a42}.cesium-performanceDisplay-ms{color:#de3}.cesium-animation-theme{visibility:hidden;z-index:-100;display:block;position:absolute}.cesium-animation-themeNormal{color:#222}.cesium-animation-themeHover{color:#4488b0}.cesium-animation-themeSelect{color:#242}.cesium-animation-themeDisabled{color:#333}.cesium-animation-themeKnob{color:#222}.cesium-animation-themePointer{color:#2e2}.cesium-animation-themeSwoosh{color:#8ac}.cesium-animation-themeSwooshHover{color:#aef}.cesium-animation-svgText{fill:#edffff;text-anchor:middle;font-family:sans-serif;font-size:15px}.cesium-animation-blank{fill:#000;fill-opacity:.01;stroke:none}.cesium-animation-rectButton{cursor:pointer;-webkit-user-select:none;user-select:none}.cesium-animation-rectButton .cesium-animation-buttonGlow{fill:#fff;stroke:none;display:none}.cesium-animation-rectButton:hover .cesium-animation-buttonGlow{display:block}.cesium-animation-rectButton .cesium-animation-buttonPath{fill:#edffff}.cesium-animation-rectButton .cesium-animation-buttonMain{stroke:#444;stroke-width:1.2px}.cesium-animation-rectButton:hover .cesium-animation-buttonMain{stroke:#aef}.cesium-animation-rectButton:active .cesium-animation-buttonMain{fill:#abd6ff}.cesium-animation-buttonDisabled{-webkit-user-select:none;user-select:none}.cesium-animation-buttonDisabled .cesium-animation-buttonMain{stroke:#555}.cesium-animation-buttonDisabled .cesium-animation-buttonPath{fill:#818181}.cesium-animation-buttonDisabled .cesium-animation-buttonGlow{display:none}.cesium-animation-buttonToggled .cesium-animation-buttonGlow{fill:#2e2;display:block}.cesium-animation-buttonToggled .cesium-animation-buttonMain{stroke:#2e2}.cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow{fill:#fff}.cesium-animation-buttonToggled:hover .cesium-animation-buttonMain{stroke:#2e2}.cesium-animation-shuttleRingG,.cesium-animation-shuttleRingPointer,.cesium-animation-shuttleRingPausePointer{cursor:pointer}.cesium-animation-shuttleRingBack{fill:#181818;fill-opacity:.8;stroke:#333;stroke-width:1.2px}.cesium-animation-shuttleRingSwoosh line{stroke:#8ac;stroke-width:3px;stroke-opacity:.2;stroke-linecap:round}.cesium-animation-knobOuter{cursor:pointer;stroke:#444;stroke-width:1.2px}.cesium-animation-knobInner{cursor:pointer}.cesium-baseLayerPicker-selected{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.cesium-baseLayerPicker-dropDown{box-sizing:content-box;-webkit-user-select:none;user-select:none;visibility:hidden;opacity:0;background-color:#262626bf;border:1px solid #444;border-radius:10px;width:320px;max-height:500px;margin-top:5px;padding:6px;transition:visibility 0s .2s,opacity .2s ease-in,transform .2s ease-in;display:block;position:absolute;top:auto;right:0;overflow:auto;transform:translateY(-20%)}.cesium-baseLayerPicker-dropDown-visible{visibility:visible;opacity:1;transition:opacity .2s ease-out,transform .2s ease-out;transform:translate(0)}.cesium-baseLayerPicker-sectionTitle{text-align:left;color:#edffff;margin-bottom:4px;font-family:sans-serif;font-size:16pt;display:block}.cesium-baseLayerPicker-choices{margin-bottom:5px}.cesium-baseLayerPicker-categoryTitle{color:#edffff;font-size:11pt}.cesium-baseLayerPicker-choices{border:1px solid #888;border-radius:5px;padding:5px 0;display:block}.cesium-baseLayerPicker-item{vertical-align:top;text-align:center;cursor:pointer;width:64px;margin:2px 5px;display:inline-block}.cesium-baseLayerPicker-itemLabel{text-align:center;vertical-align:middle;color:#edffff;cursor:pointer;word-wrap:break-word;font-family:sans-serif;font-size:8pt;display:block}.cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemLabel,.cesium-baseLayerPicker-item:focus .cesium-baseLayerPicker-itemLabel{text-decoration:underline}.cesium-baseLayerPicker-itemIcon{width:inherit;color:#edffff;cursor:pointer;box-sizing:border-box;background-size:100% 100%;border:1px solid #444;border-radius:9px;height:auto;margin:0;padding:0;display:inline-block;position:relative}.cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemIcon{border-color:#fff;box-shadow:0 0 8px #fff,0 0 8px #fff}.cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemLabel{color:#bdecf8}.cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemIcon{border:4px double #bdecf8}.cesium-widget{width:100%;height:100%;font-family:sans-serif;font-size:16px;display:block;position:relative;top:0;left:0;overflow:hidden}.cesium-widget,.cesium-widget canvas{touch-action:none;width:100%;height:100%}.cesium-widget-credits{color:#fff;text-shadow:0 0 2px #000;padding-right:5px;font-size:10px;display:block;position:absolute;bottom:0;left:0}.cesium-widget-errorPanel{text-align:center;z-index:99999;background:#000000b3;position:absolute;inset:0}.cesium-widget-errorPanel:before{vertical-align:middle;content:"";height:100%;display:inline-block}.cesium-widget-errorPanel-content{text-align:left;vertical-align:middle;color:#510c00;background-color:#f0d9d5;border:1px solid #510c00;border-radius:7px;width:75%;max-width:500px;font-size:14px;display:inline-block}.cesium-widget-errorPanel-content.expanded{max-width:75%}.cesium-widget-errorPanel-header{background:#d69d93;border-bottom:2px solid #510c00;border-radius:3px 3px 0 0;padding:15px;font-family:Open Sans,Verdana,Geneva,sans-serif;font-size:18px}.cesium-widget-errorPanel-scroll{white-space:pre-wrap;margin:10px 0 20px;padding:0 15px;font-family:Open Sans,Verdana,Geneva,sans-serif;overflow:auto}.cesium-widget-errorPanel-buttonPanel{text-align:right;margin:10px 0 20px;padding:0 15px}.cesium-widget-errorPanel-buttonPanel button{color:#202020;background:#d69d93;border-color:#510c00;margin:0}.cesium-widget-errorPanel-buttonPanel button:focus,.cesium-widget-errorPanel-buttonPanel button:hover{color:#510c00;background:#f0d9d5;border-color:#510c00}.cesium-widget-errorPanel-buttonPanel button:active{color:#510c00;background:#b17b72;border-color:#510c00}.cesium-widget-errorPanel-more-details{cursor:pointer;text-decoration:underline}.cesium-widget-errorPanel-more-details:hover{color:#2b0700}.cesium-cesiumInspector{color:#edffff;-webkit-user-select:none;user-select:none;background:#303336cc;border:1px solid #444;border-radius:5px;padding:4px 12px;transition:width .25s ease-in-out;display:inline-block;position:relative;overflow:hidden}.cesium-cesiumInspector-button{text-align:center;font-size:11pt}.cesium-cesiumInspector-visible .cesium-cesiumInspector-button{border-bottom:1px solid #aaa;padding-bottom:3px}.cesium-cesiumInspector input:enabled,.cesium-cesiumInspector-button{cursor:pointer}.cesium-cesiumInspector-visible{width:185px;height:auto}.cesium-cesiumInspector-hidden{width:122px;height:17px}.cesium-cesiumInspector-sectionContent{max-height:600px}.cesium-cesiumInspector-section-collapsed .cesium-cesiumInspector-sectionContent{max-height:0;overflow:hidden;padding:0!important}.cesium-cesiumInspector-dropDown{width:185px;margin:5px 0;font-family:sans-serif;font-size:10pt}.cesium-cesiumInspector-frustumStatistics{background-color:#505050bf;padding:5px}.cesium-cesiumInspector-pickButton{color:#edffff;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#0000004d;border:1px solid #444;border-radius:5px;margin:0 auto;padding:3px 7px}.cesium-cesiumInspector-pickButton:focus{outline:none}.cesium-cesiumInspector-pickButton:active,.cesium-cesiumInspector-pickButtonHighlight{color:#000;background:#adf;border-color:#fff;box-shadow:0 0 8px #fff}.cesium-cesiumInspector-center{text-align:center}.cesium-cesiumInspector-sectionHeader{cursor:pointer;margin:0;font-size:10pt;font-weight:700}.cesium-cesiumInspector-pickSection{border:1px solid #aaa;border-radius:5px;margin-bottom:5px;padding:3px}.cesium-cesiumInspector-sectionContent{margin-bottom:10px;transition:max-height .25s}.cesium-cesiumInspector-tileText{border-bottom:1px solid #aaa;padding-bottom:10px}.cesium-cesiumInspector-relativeText{padding-top:10px}.cesium-cesiumInspector-sectionHeader:before{content:"-";width:1ch;margin-right:5px;display:inline-block}.cesium-cesiumInspector-section-collapsed .cesium-cesiumInspector-sectionHeader:before{content:"+"}ul.cesium-cesiumInspector-statistics{margin:0;padding-top:3px;padding-bottom:3px}ul.cesium-cesiumInspector-statistics+ul.cesium-cesiumInspector-statistics{border-top:1px solid #aaa}.cesium-cesiumInspector-slider{margin-top:5px}.cesium-cesiumInspector-slider input[type=number]{text-align:left;color:#edffff;cursor:auto;background-color:#222;border:1px solid #444;border-radius:3px;outline:none;width:100px;margin-left:10px;padding:1px}.cesium-cesiumInspector-slider input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cesium-cesiumInspector-slider input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cesium-cesiumInspector-slider input[type=range]{vertical-align:middle;margin-left:5px}.cesium-cesiumInspector-hide .cesium-cesiumInspector-styleEditor{display:none}.cesium-cesiumInspector-styleEditor{background:#303336cc;border:1px solid #444;border-radius:5px;padding:10px}.cesium-cesiumInspector-styleEditor textarea{color:#edffff;white-space:pre;overflow-wrap:normal;background:0 0;border:none;width:100%;height:300px;padding:0;overflow-x:auto}.cesium-3DTilesInspector{pointer-events:all;width:300px}.cesium-3DTilesInspector-statistics{font-size:11px}.cesium-3DTilesInspector-disabledElementsInfo{color:#eed202;margin:5px 0 0;padding:0 0 0 20px}.cesium-3DTilesInspector div,.cesium-3DTilesInspector input[type=range]{box-sizing:border-box;width:100%}.cesium-cesiumInspector-error{color:#ff9e9e;overflow:auto}.cesium-3DTilesInspector .cesium-cesiumInspector-section{margin-top:3px}.cesium-3DTilesInspector .cesium-cesiumInspector-sectionHeader+.cesium-cesiumInspector-show{border-top:1px solid #fff}input.cesium-cesiumInspector-url{white-space:nowrap;color:#fff;background-color:#0000;border:none;outline:none;width:100%;height:1em;overflow:scroll hidden}.cesium-cesiumInspector .field-group{display:table}.cesium-cesiumInspector .field-group>label{font-weight:700;display:table-cell}.cesium-cesiumInspector .field-group>.field{width:100%;display:table-cell}.cesium-VoxelInspector{pointer-events:all;width:300px}.cesium-VoxelInspector div,.cesium-VoxelInspector input[type=range]{box-sizing:border-box;width:100%}.cesium-VoxelInspector .cesium-cesiumInspector-section{margin-top:3px}.cesium-VoxelInspector .cesium-cesiumInspector-sectionHeader+.cesium-cesiumInspector-show{border-top:1px solid #fff}.cesium-button.cesium-fullscreenButton,.cesium-button.cesium-vrButton{border-radius:0;width:100%;height:100%;margin:0;display:block}.cesium-viewer-geocoderContainer .cesium-geocoder-input{color:#fff;vertical-align:middle;box-sizing:border-box;-webkit-appearance:none;background-color:#282828b3;border:1px solid #444;border-radius:0;width:0;height:32px;margin:0;padding:0 32px 0 0;transition:width .25s ease-in-out,background-color .2s ease-in-out;display:inline-block}.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input{border-color:#aef;box-shadow:0 0 8px #fff}.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus{box-shadow:none;background-color:#0f0f0fe6;border-color:#ea4;outline:none}.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input,.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus,.cesium-viewer-geocoderContainer .cesium-geocoder-input-wide{width:250px;padding-left:4px}.cesium-viewer-geocoderContainer .search-results{color:#eee;opacity:.8;background-color:#000;width:100%;position:absolute;overflow-y:auto}.cesium-viewer-geocoderContainer .search-results ul{margin:0;padding:0;list-style-type:none}.cesium-viewer-geocoderContainer .search-results ul li{padding:3px 10px;font-size:14px}.cesium-viewer-geocoderContainer .search-results ul li:hover{cursor:pointer}.cesium-viewer-geocoderContainer .search-results ul li.active{background:#48b}.cesium-geocoder-searchButton{cursor:pointer;vertical-align:middle;fill:#edffff;background-color:#303336;width:32px;height:30px;display:inline-block;position:absolute;top:1px;right:1px}.cesium-geocoder-searchButton:hover{background-color:#48b}.cesium-infoBox{color:#edffff;visibility:hidden;opacity:0;background:#262626f2;border:1px solid #444;border-right:none;border-top-left-radius:7px;border-bottom-left-radius:7px;width:40%;max-width:480px;transition:visibility 0s .2s,opacity .2s ease-in,transform .2s ease-in;display:block;position:absolute;top:50px;right:0;transform:translate(100%);box-shadow:0 0 10px 1px #000}.cesium-infoBox-visible{visibility:visible;opacity:1;transition:opacity .2s ease-out,transform .2s ease-out;transform:translate(0)}.cesium-infoBox-title{text-align:center;text-overflow:ellipsis;white-space:nowrap;box-sizing:content-box;background:#545454;border-top-left-radius:7px;height:20px;padding:5px 30px 5px 25px;display:block;overflow:hidden}.cesium-infoBox-bodyless .cesium-infoBox-title{border-bottom-left-radius:7px}button.cesium-infoBox-camera{background:0 0;border-color:#0000;border-radius:3px;width:22px;height:22px;margin:0;padding:0 5px;display:block;position:absolute;top:4px;left:4px}button.cesium-infoBox-close{color:#edffff;background:0 0;border:none;border-radius:2px;height:20px;margin:0;padding:0 5px;font-size:16px;font-weight:700;display:block;position:absolute;top:5px;right:5px}button.cesium-infoBox-close:focus{background:#ee880070;outline:none}button.cesium-infoBox-close:hover{color:#000;background:#888}button.cesium-infoBox-close:active{color:#000;background:#a00}.cesium-infoBox-bodyless .cesium-infoBox-iframe{display:none}.cesium-infoBox-iframe{border:none;width:calc(100% - 2px)}span.cesium-sceneModePicker-wrapper{margin:0 3px;display:inline-block;position:relative}.cesium-sceneModePicker-visible{visibility:visible;opacity:1;transition:opacity .25s linear}.cesium-sceneModePicker-hidden{visibility:hidden;opacity:0;transition:visibility 0s .25s,opacity .25s linear}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-none{display:none}.cesium-sceneModePicker-slide-svg{transition:left 2s;top:0;left:0}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-dropDown-icon{box-sizing:border-box;margin:3px 0;padding:0}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D,.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView,.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D{margin:0 0 3px}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D .cesium-sceneModePicker-icon2D{left:100%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D .cesium-sceneModePicker-iconColumbusView{left:200%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView .cesium-sceneModePicker-icon3D{left:-200%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView .cesium-sceneModePicker-icon2D,.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D .cesium-sceneModePicker-icon3D{left:-100%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D .cesium-sceneModePicker-iconColumbusView{left:100%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-selected{border-color:#2e2;box-shadow:0 0 8px #fff,0 0 8px #fff}span.cesium-projectionPicker-wrapper{margin:0 3px;display:inline-block;position:relative}.cesium-projectionPicker-visible{visibility:visible;opacity:1;transition:opacity .25s linear}.cesium-projectionPicker-hidden{visibility:hidden;opacity:0;transition:visibility 0s .25s,opacity .25s linear}.cesium-projectionPicker-wrapper .cesium-projectionPicker-none{display:none}.cesium-projectionPicker-wrapper .cesium-projectionPicker-dropDown-icon{box-sizing:border-box;margin:3px 0;padding:0}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective,.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic{margin:0 0 3px}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective .cesium-projectionPicker-iconOrthographic{left:100%}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic .cesium-projectionPicker-iconPerspective{left:-100%}.cesium-projectionPicker-wrapper .cesium-projectionPicker-selected{border-color:#2e2;box-shadow:0 0 8px #fff,0 0 8px #fff}.cesium-performance-watchdog-message-area{color:#000;background-color:#ff0;padding:10px;position:relative}.cesium-performance-watchdog-message{margin-right:30px}.cesium-performance-watchdog-message-dismiss{margin:0 10px 0 0;position:absolute;right:0}.cesium-navigationHelpButton-wrapper{display:inline-block;position:relative}.cesium-navigation-help{visibility:hidden;transform-origin:234px -10px;border-radius:10px;width:250px;transition:visibility 0s .25s,transform .25s ease-in;position:absolute;top:38px;right:2px;transform:scale(.01)}.cesium-navigation-help-visible{visibility:visible;transition:transform .25s ease-out;transform:scale(1)}.cesium-navigation-help-instructions{background-color:#262626bf;border:1px solid #444;border-radius:0 0 10px 10px;padding-bottom:5px}.cesium-click-navigation-help{display:none}.cesium-touch-navigation-help{padding-top:5px;display:none}.cesium-click-navigation-help-visible,.cesium-touch-navigation-help-visible{display:block}.cesium-navigation-help-pan{color:#6cf;font-weight:700}.cesium-navigation-help-zoom{color:#65fd00;font-weight:700}.cesium-navigation-help-rotate{color:#ffd800;font-weight:700}.cesium-navigation-help-tilt{color:#d800d8;font-weight:700}.cesium-navigation-help-details{color:#fff}.cesium-navigation-button{color:#fff;cursor:pointer;background-color:#0000;border-top:1px solid #444;border-bottom:none;border-right:1px solid #444;width:50%;margin:0}.cesium-navigation-button-icon{vertical-align:middle;padding:5px 1px}.cesium-navigation-button:focus{outline:none}.cesium-navigation-button-left{border-left:1px solid #444;border-radius:10px 0 0}.cesium-navigation-button-right{border-left:none;border-radius:0 10px 0 0}.cesium-navigation-button-selected{background-color:#262626bf}.cesium-navigation-button-unselected{background-color:#000000bf}.cesium-navigation-button-unselected:hover{background-color:#4c4c4cbf}.cesium-selection-wrapper{pointer-events:none;visibility:hidden;opacity:0;width:160px;height:160px;transition:visibility 0s .2s,opacity .2s ease-in;position:absolute}.cesium-selection-wrapper-visible{visibility:visible;opacity:1;transition:opacity .2s ease-out}.cesium-selection-wrapper svg{fill:#2e2;stroke:#000;stroke-width:1.1px}.cesium-timeline-main{-webkit-user-select:none;user-select:none;border:1px solid #888;position:relative;bottom:0;left:0;overflow:hidden}.cesium-timeline-trackContainer{border-top:1px solid #888;width:100%;position:relative;top:0;left:0;overflow:auto}.cesium-timeline-tracks{width:100%;position:absolute;top:0;left:0}.cesium-timeline-needle{background:red;width:1px;position:absolute;top:1.7em;bottom:0;left:0}.cesium-timeline-bar{cursor:pointer;background:linear-gradient(#747577cc 0%,#3a4452cc 11%,#2e3238cc 46%,#353535cc 81% 100%);width:100%;height:1.7em;position:relative;top:0;left:0;overflow:hidden}.cesium-timeline-ruler{visibility:hidden;white-space:nowrap;z-index:-200;font-size:80%}.cesium-timeline-highlight{background:#08f;position:absolute;bottom:0;left:0}.cesium-timeline-ticLabel{white-space:nowrap;color:#eee;font-size:80%;position:absolute;top:0;left:0}.cesium-timeline-ticMain{background:#eee;width:1px;height:50%;position:absolute;bottom:0;left:0}.cesium-timeline-ticSub{background:#aaa;width:1px;height:33%;position:absolute;bottom:0;left:0}.cesium-timeline-ticTiny{background:#888;width:1px;height:25%;position:absolute;bottom:0;left:0}.cesium-timeline-icon16{background-image:url(data:text/plain;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sIDBITKIVzLEMAAAKNSURBVEjHxdXNSxRhHAfw7zzrqhuoWJnSkrippUVSEKsHI9BTUYdAJA/RoYMREV26rAdn6tAfUARi16hQqkOBQRgUEYFWEC3OwczMjdZd92VmdWfmeelgTjO7q7gb0VzmmZnn85vvPPPMM8B/3qTcE2PPpuTZKB1eWuUQACgXYACYwVFbCTTVeZXB/i55o4LFelcAZfStYD4vpAoPGAGo4GBcQEgSOAUMQyAezwK6iQfDPXnhS/FkHZ+/8VLMWxxqWkfH3gbMRNOYi2roavbja0zHQmoFPYf8ED4Ko4aivm9MOG/u9I8mwrafeK7a/tVrNc/bARYN5noadeq7q0342vXw9CIMU6BmW8rVP9cPBPe52uu+v3O/y9sB4gkTWs6Qsk0mj5ExXMelejvA8WafYmkmGPHanTijdtvif8rx5RiCjdWKs2Cp3jWRDl96KhrbqlBeJqBOLyLQXg0IgbkZDS0dO8EZxZfPSTA9jvDDK3mT0OmP1FXh3XwEEAKdTX5MRWLgjCK4pwH3xt/YnjgLHAv4lHTCAKMMu/wV+KZGob6PoKyMQ0+sgBpZVJZn0NterxQaVqef/DRn+/EXYds/mZx2eVeAW9d65dhCEsaKCb7K8HH0gqTevyh9GDkn0VULRiaLzJKGBu9swfdaiie5RVo9ESURN8E8BE0n7ggACJy8KzghSCzp6DmwWxkaCm24EBXr8wI8Hrkq06QBiRC0t24HALS11IBTCyJl4vb1AXmzpbVYTwoVOXN0h7L8Mwtm8bXPybIQ/5FCX3dA2cr6XowvGCA02CvztAnz9+JiZk1AMxG6fEreSoBiPNmoyNnuWiWVzAIAtISO08E6pZi/3N96AIDn4E3h3P8L/wshP+txtEs4JAAAAABJRU5ErkJggg==);background-repeat:no-repeat;width:16px;height:16px;display:block;position:absolute}.cesium-viewer{width:100%;height:100%;font-family:sans-serif;font-size:16px;display:block;position:relative;top:0;left:0;overflow:hidden}.cesium-viewer-cesiumWidgetContainer{width:100%;height:100%}.cesium-viewer-bottom{padding-right:5px;display:block;position:absolute;bottom:0;left:0}.cesium-viewer .cesium-widget-credits{color:#fff;text-shadow:0 0 2px #000;padding-right:0;font-size:10px;display:inline;position:static;bottom:auto;left:auto}.cesium-viewer-timelineContainer{height:27px;margin:0;padding:0;font-size:14px;position:absolute;bottom:0;left:169px;right:29px;overflow:hidden}.cesium-viewer-animationContainer{width:169px;height:112px;padding:0;position:absolute;bottom:0;left:0}.cesium-viewer-fullscreenContainer,.cesium-viewer-vrContainer{width:29px;height:29px;padding:0;position:absolute;bottom:0;right:0;overflow:hidden}.cesium-viewer-toolbar{display:block;position:absolute;top:5px;right:5px}.cesium-viewer-cesiumInspectorContainer{display:block;position:absolute;top:50px;right:10px}.cesium-viewer-geocoderContainer{margin:0 3px;display:inline-block;position:relative}.cesium-viewer-cesium3DTilesInspectorContainer,.cesium-viewer-voxelInspectorContainer{box-sizing:border-box;max-height:calc(100% - 120px);display:block;position:absolute;top:50px;right:10px;overflow:hidden auto}.cesium-viewer-i3s-explorer ul{list-style-type:none}.cesium-viewer-i3s-explorer .layersList{padding:0}.cesium-viewer-i3s-explorer input{margin:0 3px 0 0}.cesium-viewer-i3s-explorer .expandItem{cursor:pointer;-webkit-user-select:none;user-select:none;width:20px}.cesium-viewer-i3s-explorer .nested,.cesium-viewer-i3s-explorer #bsl-wrapper{display:none}.cesium-viewer-i3s-explorer .active{display:block}.cesium-viewer-i3s-explorer .li-wrapper{flex-direction:row;align-content:center;display:flex}.mobile-sidebar-toggle{top:max(10px, env(safe-area-inset-top,0px));left:max(8px, env(safe-area-inset-left,0px));z-index:210;cursor:pointer;color:#333;background:#fffffff0;border:1px solid #e8e8e8;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:17px;transition:border-color .15s,color .15s;display:flex;position:absolute;box-shadow:0 1px 6px #0000001a}.mobile-sidebar-toggle:hover,.mobile-sidebar-toggle[aria-expanded=true]{color:#1677ff;border-color:#1677ff}.viewer-mobile-drawer .ant-drawer-body{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden;padding:0!important}.viewer-mobile-drawer .viewer-sider__layers{flex:1;min-height:0}.map-navigation-panel--mobile{top:calc(max(10px, env(safe-area-inset-top,0px)) + 44px)!important}.map-navigation-panel__tools-menu{flex-direction:column;gap:4px;min-width:44px;display:flex}.map-navigation-panel__tools-menu .map-nav-btn{color:#333;justify-content:flex-start;gap:10px;width:100%;padding:0 12px;font-size:13px;font-weight:500}.map-navigation-panel__tools-menu .map-nav-btn .anticon{flex-shrink:0;font-size:16px}.search-bar{top:max(10px, env(safe-area-inset-top,0px));z-index:200;position:absolute;left:50%;transform:translate(-50%)}.search-bar--desktop{width:340px}.search-bar--mobile{width:auto;left:50%;right:auto;transform:translate(-50%)}.search-bar--mobile-expanded{width:min(340px,100vw - 56px);left:50%;right:auto;transform:translate(-50%)}.search-bar__toggle{cursor:pointer;color:#666;background:#fffffff5;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:16px;transition:color .15s,box-shadow .15s;display:flex;box-shadow:0 2px 12px #0000002e}.search-bar__toggle:hover,.search-bar__toggle[aria-expanded=true]{color:#1677ff;box-shadow:0 2px 12px #1677ff40}.map-layer-controls--with-sidebar-toggle{top:max(10px, env(safe-area-inset-top,0px))}.coordinate-display--mobile{max-width:calc(100vw - 56px);bottom:max(8px, env(safe-area-inset-bottom,0px))!important;gap:5px!important;padding:4px 10px!important;font-size:10px!important}.coordinate-display--mobile .coordinate-display__label,.coordinate-display--mobile .coordinate-display__sep{display:none}.measure-toolbar--mobile{bottom:max(20px, calc(env(safe-area-inset-bottom,0px) + 8px))!important}.buildings-loading-overlay{z-index:150;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:auto;touch-action:none;cursor:wait;-webkit-user-select:none;user-select:none;background:#0f172a61;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.buildings-loading-indicator{pointer-events:none;background:#fffffff5;border:1px solid #e8e8e8;border-radius:12px;flex-direction:column;align-items:center;gap:12px;padding:20px 28px;display:flex;box-shadow:0 8px 32px #00000038}.buildings-loading-indicator__label{color:#434343;letter-spacing:.01em;font-size:14px;font-weight:600}.buildings-zoom-notice{left:50%;bottom:max(72px, calc(env(safe-area-inset-bottom,0px) + 56px));z-index:109;pointer-events:none;-webkit-user-select:none;user-select:none;background:#fffbe6f5;border:1px solid #ffe58f;border-radius:10px;align-items:flex-start;gap:10px;max-width:min(420px,100vw - 32px);padding:12px 16px;display:flex;position:absolute;transform:translate(-50%);box-shadow:0 4px 16px #0000001f}.buildings-zoom-notice__icon{color:#d48806;flex-shrink:0;margin-top:2px;font-size:18px}.buildings-zoom-notice__text{color:#614700;flex-direction:column;gap:2px;font-size:13px;line-height:1.35;display:flex}.buildings-zoom-notice__text strong{color:#874d00;font-weight:600}.buildings-error-notice{left:50%;bottom:max(72px, calc(env(safe-area-inset-bottom,0px) + 56px));z-index:109;pointer-events:none;-webkit-user-select:none;user-select:none;background:#fff2f0f7;border:1px solid #ffccc7;border-radius:10px;align-items:flex-start;gap:10px;max-width:min(420px,100vw - 32px);padding:12px 16px;display:flex;position:absolute;transform:translate(-50%);box-shadow:0 4px 16px #0000001f}.buildings-error-notice__icon{color:#cf1322;flex-shrink:0;margin-top:2px;font-size:18px}.buildings-error-notice__text{color:#5c0011;flex-direction:column;gap:2px;font-size:13px;line-height:1.35;display:flex}.buildings-error-notice__text strong{color:#a8071a;font-weight:600}.attribute-table-panel .ant-drawer-header{border-bottom:1px solid #eef2f7;padding:12px 16px}.attribute-table-panel .ant-drawer-body{flex-direction:column;min-height:0;padding:0;display:flex}.attribute-table-panel__toolbar{background:#fafbfc;border-bottom:1px solid #f0f0f0;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 16px;display:flex}.attribute-table-panel__search{flex:1;min-width:220px;max-width:420px}.attribute-table-panel__meta{color:#64748b;white-space:nowrap;font-size:12px}.attribute-table-panel__actions{align-items:center;gap:8px;margin-left:auto;display:flex}.attribute-table-panel__table-wrap{flex:1;min-height:0;padding:0 8px 8px}.attribute-table-panel .attribute-table-row{cursor:pointer}.attribute-table-panel .attribute-table-row--selected>td{background:#1677ff14!important}.attribute-table-panel .attribute-table-row:hover>td{background:#1677ff0a}.attribute-table-panel .ant-table-cell{font-size:12px}.attribute-table-panel .ant-empty{margin:32px 0}.annotation-postit{pointer-events:auto;border:1px solid #0f172a14;border-radius:14px;width:min(280px,72vw);padding:12px 14px 14px;font-family:system-ui,-apple-system,sans-serif;position:relative;box-shadow:0 10px 28px #0f172a2e,0 2px 8px #0f172a14}.annotation-postit:after{content:"";background:inherit;box-sizing:border-box;border-bottom:1px solid #0f172a14;border-right:1px solid #0f172a14;width:14px;height:14px;margin-left:-7px;position:absolute;bottom:-7px;left:50%;transform:rotate(45deg)}.annotation-postit-overlay{position:relative}.annotation-postit__header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.annotation-postit__meta{flex:1;min-width:0}.annotation-postit__author{color:#1e293b;font-size:12px;font-weight:700;line-height:1.2;display:block}.annotation-postit__date{color:#64748b;font-size:10px;display:block}.annotation-postit__text{color:#334155;white-space:pre-wrap;word-break:break-word;margin:0;font-size:13px;line-height:1.45}.annotation-postit__actions{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.annotation-marker{border:2px solid #fffffff2;border-radius:4px 10px 10px;width:18px;height:18px;transform:rotate(-4deg);box-shadow:0 2px 8px #0f172a38}.annotation-marker--resolved{opacity:.45;filter:grayscale(.35)}.annotation-tooltip{color:#f8fafc;pointer-events:none;background:#0f172aeb;border-radius:8px;max-width:min(280px,72vw);padding:10px 12px;font-family:system-ui,-apple-system,sans-serif;font-size:12px;line-height:1.45;box-shadow:0 8px 24px #0f172a47}.annotation-tooltip__author{color:#e2e8f0;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.annotation-tooltip__text{color:#f1f5f9;white-space:pre-wrap;word-break:break-word;margin:0}.annotation-tooltip__badge{color:#cbd5e1;background:#94a3b840;border-radius:999px;margin-top:6px;padding:1px 6px;font-size:10px;font-weight:600;display:inline-block}.annotation-panel .ant-drawer-body{padding:12px}.annotation-color-picker{flex-wrap:wrap;gap:10px;display:flex}.annotation-color-swatch{cursor:pointer;color:#fff;border:2px solid #fffffff2;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;padding:0;font-size:14px;transition:transform .12s,box-shadow .12s;display:inline-flex;box-shadow:0 1px 4px #0f172a2e}.annotation-color-swatch:hover{transform:scale(1.05)}.annotation-color-swatch--selected{transform:scale(1.08);box-shadow:0 0 0 2px #fff,0 0 0 4px #1677ff,0 2px 8px #0f172a33}.annotation-panel__item{cursor:pointer;border:1px solid #eef2f7;border-radius:10px;margin-bottom:8px;padding:10px 12px;transition:background .15s,border-color .15s}.annotation-panel__item:hover{background:#f8fbff;border-color:#91caff}.annotation-panel__item--selected{background:#1677ff0f;border-color:#1677ff}.annotation-panel__item--resolved{opacity:.72}.add-layer-modal .ant-modal-content{overflow:hidden;border-radius:18px!important;padding:0!important;box-shadow:0 24px 80px #0a0a1247,0 0 0 1px #7e14ff14!important}.add-layer-modal .ant-modal-body{padding:0!important}.add-layer-modal__shell{background:#fff;flex-direction:column;min-height:560px;max-height:min(88vh,820px);display:flex}.add-layer-modal__header{background:radial-gradient(80% 120% at 0 0,#47bfff2e,#0000 55%),radial-gradient(60% 100% at 100% 0,#7e14ff38,#0000 50%),linear-gradient(135deg,#1a1035 0%,#12121f 52%,#0f1528 100%);border-bottom:1px solid #ede6ff1a;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:22px 28px;display:flex;position:relative}.add-layer-modal__header-accent{background:var(--layer-accent,#7e14ff);opacity:.85;height:3px;transition:background .3s;position:absolute;inset:auto 0 0}.add-layer-modal__header-brand{flex:1;align-items:center;gap:16px;min-width:0;display:flex}.add-layer-modal__header-copy{flex:1;align-items:center;gap:20px;min-width:0;display:flex}.add-layer-modal__header-text{flex:0 auto;min-width:0}.add-layer-modal__header-tier{border-left:1px solid #ffffff24;flex-shrink:0;align-self:center;align-items:center;padding-left:20px;display:flex}.add-layer-modal__header-text h2{letter-spacing:-.03em;color:#f4f2ff;margin:0;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:1.35rem;font-weight:700;line-height:1.2}.add-layer-modal__tier-chip{color:#fff4d6;white-space:nowrap;cursor:help;background:linear-gradient(135deg,#faad1438 0%,#fa8c1624 100%);border:1px solid #faad1473;border-radius:10px;align-items:center;gap:8px;padding:7px 12px;font-size:.75rem;font-weight:600;line-height:1.2;display:inline-flex;box-shadow:0 0 0 1px #faad1414,0 4px 14px #0000002e}.add-layer-modal__tier-chip .anticon{color:#ffc53d;font-size:12px}.add-layer-modal__tier-chip-label{letter-spacing:.01em;font-weight:700}.add-layer-modal__tier-chip-detail{color:#fff4d6d1;border-left:1px solid #ffffff2e;padding-left:8px;font-size:.6875rem;font-weight:500}.add-layer-modal__header-icon{color:#fff;background:#ffffff1a;border:1px solid #ffffff24;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;transition:background .3s,box-shadow .3s;display:flex;box-shadow:0 0 0 1px #7e14ff33,0 8px 24px #00000040}.add-layer-modal__header-text p{color:#ede6ffb8;margin:4px 0 0;font-size:.8125rem;line-height:1.4}.add-layer-modal__close{color:#ffffffe6;cursor:pointer;background:#ffffff14;border:1px solid #ffffff24;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;transition:background .2s,border-color .2s,transform .15s;display:flex}.add-layer-modal__close:hover{background:#ffffff29;border-color:#ffffff47}.add-layer-modal__close:active{transform:scale(.96)}.add-layer-modal__body{flex:1;grid-template-columns:248px minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.add-layer-modal__sidebar{background:linear-gradient(#f7f8fc 0%,#f2f4f9 100%);border-right:1px solid #e8ecf4;flex-direction:column;gap:4px;padding:14px 12px;display:flex;overflow-y:auto}.add-layer-modal__nav-item{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;align-items:flex-start;gap:12px;width:100%;padding:11px 12px;transition:background .18s,border-color .18s,box-shadow .18s,transform .15s;display:flex}.add-layer-modal__nav-item:hover{background:#ffffffb8;border-color:#0000000a}.add-layer-modal__nav-item--active{background:#fff;border-color:#0000000f;box-shadow:0 1px 2px #0f172a0d,0 4px 14px #0f172a0f}.add-layer-modal__nav-item--active:hover{background:#fff}.add-layer-modal__nav-item-wrap{width:100%;display:block}.add-layer-modal__nav-item--locked{cursor:not-allowed;opacity:.55}.add-layer-modal__nav-item--locked:hover{box-shadow:none;background:0 0;border-color:#0000;transform:none}.add-layer-modal__nav-lock{color:#b0b8c9;flex-shrink:0;margin-top:10px;font-size:12px}.add-layer-modal__nav-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:17px;transition:background .18s,color .18s;display:flex}.add-layer-modal__nav-label{color:#3d4455;font-size:.8125rem;font-weight:600;line-height:1.25;transition:color .18s;display:block}.add-layer-modal__nav-sublabel{color:#8b93a7;margin-top:2px;font-size:.6875rem;line-height:1.3;display:block}.add-layer-modal__nav-item--active .add-layer-modal__nav-label{color:#141824}.add-layer-modal__content{background:radial-gradient(90% 60% at 100% 0,#47bfff0a,#0000 55%),#fff;flex-direction:column;min-width:0;min-height:0;display:flex}.add-layer-modal__content-inner{flex:1;min-height:380px;padding:24px 28px 28px;overflow-y:auto}.add-layer-tab{flex-direction:column;gap:18px;width:100%;display:flex}.add-layer-tab__formats{flex-wrap:wrap;gap:8px;display:flex}.add-layer-tab__format-chip{color:#4b5568;cursor:default;background:#f3f5fa;border:1px solid #e4e9f2;border-radius:999px;align-items:center;padding:5px 11px;font-size:.75rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.add-layer-tab__format-chip:hover{color:#4338ca;background:#eef2ff;border-color:#c7d2fe}.add-layer-tab__dragger.ant-upload-wrapper .ant-upload-drag{transition:border-color .2s,background .2s,box-shadow .2s;background:linear-gradient(#fafbfd 0%,#f4f7fc 100%)!important;border:1.5px dashed #c8d2e4!important;border-radius:14px!important;padding:28px 20px!important}.add-layer-tab__dragger.ant-upload-wrapper .ant-upload-drag:hover{box-shadow:0 0 0 4px #7e14ff14;background:linear-gradient(#f8f5ff 0%,#f3efff 100%)!important;border-color:#7e14ff!important}.add-layer-tab__dragger .ant-upload-drag-icon{margin-bottom:8px!important}.add-layer-tab__dragger .ant-upload-drag-icon .anticon{color:#7e14ff!important;font-size:42px!important}.add-layer-tab__footer{border-top:1px solid #eef1f6;justify-content:flex-end;align-items:center;gap:10px;margin-top:4px;padding-top:4px;display:flex}.add-layer-tab__field-label{color:#5c6478;letter-spacing:.01em;margin-bottom:6px;font-size:.75rem;font-weight:600;display:block}.add-layer-tab__field{margin-top:4px}.add-layer-tab__scroll-panel{background:#fafbfd;border:1px solid #e8ecf4;border-radius:12px;max-height:min(340px,42vh);padding:4px 0;overflow-y:auto}.add-layer-tab__mode-toggle{background:#eef1f7;border:1px solid #e2e8f0;border-radius:12px;gap:4px;padding:4px;display:flex}.add-layer-tab__mode-btn{cursor:pointer;color:#6b7288;background:0 0;border:none;border-radius:9px;flex:1;justify-content:center;align-items:center;gap:6px;padding:9px 10px;font-size:.75rem;font-weight:500;transition:all .15s;display:flex}.add-layer-tab__mode-btn--active{color:#2d6a1e;background:#fff;font-weight:600;box-shadow:0 1px 4px #0f172a14}.add-layer-modal__content-inner .add-layer-scroll{max-height:min(340px,42vh)!important}@media (width<=820px){.add-layer-modal__shell{min-height:0;max-height:92vh}.add-layer-modal__body{grid-template-rows:auto 1fr;grid-template-columns:1fr}.add-layer-modal__sidebar{scrollbar-width:thin;border-bottom:1px solid #e8ecf4;border-right:none;flex-flow:row;gap:8px;padding:10px;overflow:auto hidden}.add-layer-modal__nav-item{flex:none;min-width:132px;padding:10px}.add-layer-modal__nav-sublabel{display:none}.add-layer-modal__content-inner{min-height:280px;padding:18px 16px 20px}.add-layer-modal__header{padding:18px 16px}}.viewer-project-badge-wrap{flex-shrink:0;min-width:0;padding:8px 10px 4px}.viewer-project-badge{max-width:100%;color:var(--project-accent,#1677ff);background:color-mix(in srgb, var(--project-accent,#1677ff) 12%, #fff);border:1px solid color-mix(in srgb, var(--project-accent,#1677ff) 28%, transparent);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;align-items:center;padding:4px 10px;font-size:11px;font-weight:600;line-height:1.35;display:inline-flex;overflow:hidden}.viewer-project-badge--empty{--project-accent:#8c8c8c;color:#8c8c8c;background:#fafafa;border-color:#f0f0f0}.viewer-project-badge-select{width:100%!important}.viewer-project-badge-select .ant-select-selector{height:auto!important;min-height:26px!important;color:var(--project-accent,#1677ff)!important;background:color-mix(in srgb, var(--project-accent,#1677ff) 12%, #fff)!important;border:1px solid color-mix(in srgb, var(--project-accent,#1677ff) 28%, transparent)!important;border-radius:999px!important;padding:4px 10px!important;font-size:11px!important;font-weight:600!important}.viewer-project-badge-select .ant-select-selection-item{color:var(--project-accent,#1677ff)!important;font-weight:600!important}.viewer-project-badge-select .ant-select-arrow{color:var(--project-accent,#1677ff)!important}
