html,body{height:100%;margin:0;padding:0;touch-action:pan-x pan-y}input,select,textarea,button{font-size:clamp(16px,1rem,18px)}.App{display:flex;flex-direction:column;height:100%}.center-content{display:flex;justify-content:center;align-items:center}.center-content-column{display:flex;justify-content:center;align-items:center;flex-direction:column}.auth-form-container{display:flex;justify-content:center;align-items:center;max-width:500px;margin:0 auto;height:80vh;height:80dvh;border-radius:30px}.header{display:flex;justify-content:space-between;margin:10px 20px}.button-nav{padding:10px 20px;text-decoration:none;color:#fff;background-color:var(--color-accent);border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.button-nav:hover{background-color:color-mix(in oklab,var(--color-accent) 85%,white)}.link-spacing{margin-right:20px}.auth-input{width:60%;border-radius:10px;border:1px solid color-mix(in oklab,var(--color-text) 25%,transparent);font-size:clamp(16px,4.5vw,22px)}.errors{color:red;font-size:15px}.grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:20px;margin:0 auto;width:85%}.grid-item{border:1px solid color-mix(in oklab,var(--color-text) 20%,transparent);padding:20px;background-color:var(--color-surface);position:relative;overflow:hidden}.grid-item:before{content:"";display:block;padding-top:100%}.family-tree-index-header{display:flex;justify-content:space-between;align-items:center;margin:10px 20px;width:80%}.family-tree-index-container{display:flex;justify-content:center;align-items:center;flex-direction:column;border-radius:30px;width:100%}.family-tree-page{display:flex;justify-content:center;align-items:center;border-radius:30px}.no-underline{text-decoration:none!important;color:inherit!important}.no-underline:active{color:inherit!important}@media(max-width:700px){.button-nav{padding:15px 25px;font-size:12px;margin:10px 0}}@media(max-width:480px){.grid-container{width:100%;padding:0 12px}.family-tree-index-header{width:100%;margin:10px 0;padding:0 12px}.auth-form-container{max-width:100%;width:100%}.auth-input{width:90%}}.signup-container{display:flex;height:100vh;height:100dvh;flex-direction:row}@media(max-width:768px){.signup-container{flex-direction:column;height:auto;min-height:100dvh}}.signup-left{background-color:#dae8fc;flex:1;display:flex;align-items:center;justify-content:center}.connections{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;max-width:80%;margin:auto}.connection{width:60px;height:60px;background-color:#fff;border-radius:50%;margin:10px;display:flex;align-items:center;justify-content:center}.signup-right{flex:1;color:#fff;display:flex;flex-direction:column;align-items:stretch;justify-content:center}.signup-right-top{background-color:#5271ff;color:#fff;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Roboto,sans-serif;font-size:x-large;height:20vh}.signup-right-bottom{background-color:#fff;color:#000;padding-left:20px;padding-right:20px;padding-top:60px;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:start}.signup-right h2,.signup-right p{margin-bottom:20px}.signup-right form{display:flex;flex-direction:column;align-items:stretch;width:80%}.signup-right-bottom label{display:block;font-size:14px;margin-bottom:5px;color:#333;display:flex;flex-direction:column;align-items:stretch}.signup-right-bottom input{padding:10px;margin-bottom:20px;border:1px solid #ddd;border-radius:5px;font-size:16px;color:#333;transition:border-color .2s;height:4vh}.signup-right-bottom input:focus{border-color:#6a4cd6;outline:none}.signup-right a{color:#ffeb3b;text-decoration:none}.signup-right a:hover{text-decoration:underline}@media(max-width:768px){.link-spacing{margin-right:20px}.signup-container{flex-direction:column}.signup-left{order:2;flex:none;display:none}.signup-right{order:1;width:100%}.signup-right form{width:100%}}.tree-form-container{display:flex;justify-content:center;align-items:center;width:100%;height:100vh;height:100dvh}.tree-form{display:flex;flex-direction:column;align-items:center;padding:20px;width:80%}.tree-form input{border:1px solid #ddd;border-radius:5px;font-size:16px;color:#333;transition:border-color .2s;height:5vh;width:100%;font-size:1.5em}.App-logo{height:40vmin;pointer-events:none}@media(prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sticky-component{position:fixed;bottom:0;width:100%}html,body{min-height:100%;margin:0!important}#react-app{height:100vh;height:100dvh;display:flex;flex-direction:column}html::-webkit-scrollbar,body::-webkit-scrollbar,#react-app::-webkit-scrollbar{display:none}html,body,#react-app{-ms-overflow-style:none;scrollbar-width:none}.subview-header{display:flex;flex-direction:column;align-items:center}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-bg);color:var(--color-text);font-family:Roboto,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.user-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;overflow:hidden;flex-shrink:0;border:none;padding:0}.user-avatar--sm{width:28px;height:28px;font-size:.65rem}.user-avatar--md{width:40px;height:40px;font-size:.85rem}.user-avatar--lg{width:80px;height:80px;font-size:1.5rem}.user-avatar--clickable{cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.user-avatar--clickable:hover{transform:scale(1.08);box-shadow:0 2px 8px #0000002e}.user-avatar--clickable:focus{outline:2px solid #334155;outline-offset:2px}.user-avatar__image{width:100%;height:100%;object-fit:cover}.user-avatar__initials{text-transform:uppercase;letter-spacing:.02em;user-select:none}.nav-buttons{display:flex;align-items:center;gap:1rem}.nav-button{padding:.8rem 1.8rem;font-size:1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center;line-height:1;box-shadow:0 2px 10px #0000001a}.nav-button-primary{background:linear-gradient(45deg,var(--color-accent),var(--color-accent));color:#fff;border:2px solid transparent}.nav-button-primary:hover{background:linear-gradient(45deg,color-mix(in oklab,var(--color-accent) 85%,white),var(--color-accent));transform:translateY(-2px);box-shadow:0 4px 15px #0003}.nav-button-secondary{background:rgba(var(--color-accent-rgb),.1);color:var(--color-accent);border:2px solid rgba(var(--color-accent-rgb),.3);backdrop-filter:blur(10px)}.nav-button-secondary:hover{background:rgba(var(--color-accent-rgb),.2);border-color:var(--color-accent);transform:translateY(-2px)}.nav-button-outline{background:transparent;color:var(--color-accent);border:2px solid var(--color-accent)}.nav-button-outline:hover{background:var(--color-accent);color:#fff;transform:translateY(-2px)}.nav-button:active{transform:translateY(0)}.nav-button:focus{outline:3px solid rgba(var(--color-accent-rgb),.5);outline-offset:2px}.brand-link:focus{outline:3px solid rgba(var(--color-accent-rgb),.5);outline-offset:2px;border-radius:8px}.app-header{position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(148,163,184,.7);background:#fffc;backdrop-filter:blur(8px)}@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)){.app-header.supports-backdrop{background:#fff9}}.app-header__inner{max-width:72rem;margin-left:auto;margin-right:auto;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between}.app-header__left{display:flex;align-items:center;gap:.75rem}.app-header__back-btn{padding:.5rem;border-radius:.75rem;background:transparent;border:none;cursor:pointer;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease}.app-header__back-btn:hover{background:#f1f5f9}.app-header__back-btn:focus{outline:2px solid #334155;outline-offset:2px}.app-header__brand{font-weight:600;letter-spacing:-.015em;font-size:1.05rem}.app-nav{display:flex;align-items:center;gap:.5rem}.app-nav__link{text-decoration:none;font-size:.875rem;font-weight:500;padding:.375rem .75rem;border-radius:9999px;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;line-height:1.2;transition:background .18s ease,color .18s ease}.app-nav__link:hover{background:#f1f5f9}.app-nav__link:focus{outline:2px solid #334155;outline-offset:2px}.app-nav__link--primary{background:#0f172a;color:#fff}.app-nav__link--primary:hover{background:#1e293b}.app-nav__link--neutral{background:transparent}.app-nav__link--neutral:hover{background:#f1f5f9}@media(max-width:480px){.app-header__inner{padding-left:.75rem;padding-right:.75rem}.app-nav__link{padding:.35rem .65rem}}.app-header__menu-toggle{display:none;background:transparent;border:none;padding:.5rem;border-radius:.5rem;cursor:pointer;line-height:0;color:#0f172a;transition:background .15s ease}.app-header__menu-toggle:hover{background:#f1f5f9}.app-header__menu-toggle:focus{outline:2px solid #334155;outline-offset:2px}.app-header__menu-toggle-bars{width:20px;height:20px;position:relative;display:inline-block}.app-header__menu-toggle-bars span{position:absolute;left:0;right:0;height:2px;background:currentColor;border-radius:2px;transition:transform .25s ease,opacity .25s ease}.app-header__menu-toggle-bars span:nth-child(1){top:3px}.app-header__menu-toggle-bars span:nth-child(2){top:9px}.app-header__menu-toggle-bars span:nth-child(3){top:15px}.app-header__menu-toggle[aria-expanded=true] .app-header__menu-toggle-bars span:nth-child(1){transform:translateY(6px) rotate(45deg)}.app-header__menu-toggle[aria-expanded=true] .app-header__menu-toggle-bars span:nth-child(2){opacity:0}.app-header__menu-toggle[aria-expanded=true] .app-header__menu-toggle-bars span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.app-nav--mobile-panel,.app-nav--overlay{display:none}.app-nav--open.app-nav--mobile-panel{display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-sizing:border-box;width:min(92vw,420px);max-height:calc(100vh - 4rem);flex-direction:column;padding:4.25rem 1.75rem 2.25rem;gap:.9rem;background:#fffffff2;backdrop-filter:blur(18px) saturate(1.4);box-shadow:0 8px 32px #00000047,0 2px 8px #0000002e;border:1px solid rgba(255,255,255,.4);border-radius:18px;z-index:40;overflow-y:auto;animation:panelScaleIn .3s cubic-bezier(.4,0,.2,1);-webkit-overflow-scrolling:touch}.app-nav--open.app-nav--overlay{display:block;position:fixed;inset:0;background:#00000061;z-index:35;animation:overlayFadeIn .22s ease}@keyframes panelScaleIn{0%{transform:translate(-50%,-50%) scale(.92);opacity:0}60%{opacity:1}to{transform:translate(-50%,-50%) scale(1);opacity:1}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.app-nav__close-btn{position:absolute;top:.85rem;right:.85rem;background:#fff9;border:1px solid rgba(0,0,0,.1);padding:.45rem;border-radius:.65rem;cursor:pointer;line-height:0;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;transition:background .18s ease,box-shadow .18s ease}.app-nav__close-btn:hover{background:#fff;box-shadow:0 2px 6px #0000001f}.app-nav__close-btn:focus{outline:2px solid #334155;outline-offset:2px}.app-nav--mobile-panel .app-nav__group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.app-nav--mobile-panel hr{border:0;height:1px;background:linear-gradient(to right,#00000014,#00000005);margin:.75rem 0 1rem}.body--lock-scroll{overflow:hidden;touch-action:none}@media(prefers-reduced-motion:reduce){.app-nav--open.app-nav--mobile-panel,.app-nav--open.app-nav--overlay{animation:none}.app-header__menu-toggle-bars span{transition:none}}@media(max-width:760px){.app-header__inner{gap:.5rem}.app-nav{display:none}.app-header__menu-toggle{display:inline-flex;align-items:center;justify-content:center}.app-nav--mobile-panel .app-nav__link{font-size:1rem;padding:.6rem .9rem}.app-nav--mobile-panel .app-nav__link--primary{box-shadow:0 0 0 1px #0f172a inset}}@media(max-width:480px){.app-nav--open.app-nav--mobile-panel{width:min(96vw,460px);border-radius:14px;padding:4rem 1.25rem 2rem}.app-header__menu-toggle{padding:.6rem}}@media(max-width:360px){.app-nav--open.app-nav--mobile-panel{width:96vw;padding:3.5rem 1rem 1.75rem}}@supports (padding:max(0px)){.app-nav--open.app-nav--mobile-panel{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}}.app-nav__profile-row{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;margin-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.08)}.app-nav__profile-name{font-weight:500;color:#0f172a;font-size:.95rem}.legal-footer{border-top:1px solid rgba(15,23,42,.1);padding:.5rem 1.25rem;background:#f8fafce6}.legal-footer__inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;font-size:.9rem;color:#0f172a}.legal-footer__links{display:flex;gap:1rem}.legal-footer__links a{color:inherit;text-decoration:none}.legal-footer__links a:hover,.legal-footer__links a:focus{text-decoration:underline}@media(max-width:640px){.legal-footer__inner{flex-direction:column;align-items:flex-start}}.landing{--landing-max-width: 1180px;--landing-gutter: clamp(1rem, 4vw, 3rem);--landing-radius: 1.25rem;display:flex;flex-direction:column;gap:0;background:var(--color-bg);color:var(--color-text)}.landing__hero{position:relative;padding:clamp(3rem,8vh,6rem) 0 4rem;background:linear-gradient(145deg,var(--color-surface) 0%,var(--color-surface-alt) 70%);overflow:visible;isolation:isolate;z-index:1}.landing__hero-inner{max-width:var(--landing-max-width);margin:0 auto;padding:0 var(--landing-gutter);display:grid;align-items:center;gap:clamp(2rem,4vw,4rem);grid-template-columns:repeat(auto-fit,minmax(min(420px,100%),1fr))}.landing__hero-copy{max-width:640px;position:relative;z-index:2}.landing__title{margin:0 0 1.25rem;font-size:clamp(2.5rem,6vw,3.75rem);line-height:1.05;font-weight:700;letter-spacing:-.02em;color:var(--color-text)}.landing__tagline{font-size:clamp(1.05rem,1.4vw,1.25rem);line-height:1.4;color:var(--color-text-muted);margin:0 0 1rem;overflow-wrap:anywhere;word-break:normal}.landing__pitch{font-size:1rem;line-height:1.55;color:var(--color-text-subtle);max-width:60ch;margin:0 0 1.75rem}.landing__actions{display:flex;flex-wrap:wrap;gap:.85rem}.landing__primary-cta,.landing__cta-primary{font-weight:600;padding:.85rem 1.3rem;border-radius:.75rem;font-size:.95rem;line-height:1.1;display:inline-flex;align-items:center;justify-content:center;text-align:center;gap:.5rem;transition:background .25s ease,box-shadow .25s ease,transform .25s ease}.landing__secondary-cta,.landing__cta-secondary{font-weight:500;padding:.85rem 1.2rem;font-size:.9rem;border-radius:.75rem;display:inline-flex;align-items:center;justify-content:center;text-align:center;gap:.5rem}.landing__features{padding:clamp(3rem,8vh,5.5rem) 0 4.5rem;background:var(--color-bg)}.landing__section-head{max-width:var(--landing-max-width);margin:0 auto 2.5rem;padding:0 var(--landing-gutter)}.landing__section-head h2{margin:0 0 .75rem;font-size:clamp(1.85rem,4.2vw,2.5rem);letter-spacing:-.015em}.landing__section-sub{margin:0;font-size:.95rem;color:var(--color-text-subtle)}.landing__feature-grid{list-style:none;margin:0 auto;padding:0 var(--landing-gutter);display:grid;gap:1.5rem;max-width:var(--landing-max-width);grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr))}.landing__feature{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--landing-radius);padding:1.25rem 1.15rem 1.4rem;position:relative;display:flex;flex-direction:column;gap:.65rem;min-height:200px;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.landing__feature:hover{border-color:var(--color-border-strong);box-shadow:var(--color-shadow-lg);transform:translateY(-3px)}.landing__feature-icon-wrapper{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:var(--color-accent-soft);border-radius:12px;color:var(--color-accent)}.landing__feature-icon-wrapper svg{width:26px;height:26px}.feature-glyph{font-size:1.25rem}.landing__feature-title{margin:0;font-size:1rem;font-weight:600;letter-spacing:-.01em}.landing__feature-desc{margin:0;font-size:.825rem;line-height:1.5;color:var(--color-text-subtle)}.landing__narrative{background:var(--color-surface-alt);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:clamp(3rem,8vh,5.5rem) 0}.landing__narrative-inner{max-width:800px;margin:0 auto;padding:0 var(--landing-gutter);display:flex;flex-direction:column;gap:1.1rem}.landing__narrative-inner h2{margin:0 0 .25rem;font-size:clamp(1.75rem,4vw,2.15rem);letter-spacing:-.01em}.landing__narrative-inner p{margin:0;font-size:.95rem;line-height:1.6;color:var(--color-text-muted)}.landing__cta{padding:clamp(3.2rem,9vh,6rem) 0 5rem;background:linear-gradient(160deg,var(--color-accent) 0%,var(--slate-800) 60%);color:var(--color-accent-contrast)}.landing__cta-inner{max-width:760px;margin:0 auto;padding:0 var(--landing-gutter);text-align:center;position:relative;z-index:1}.landing__cta-title{margin:0 0 .75rem;font-size:clamp(1.9rem,4.5vw,2.6rem);letter-spacing:-.02em}.landing__cta-sub{margin:0 0 2rem;font-size:1rem;color:rgba(var(--slate-50-rgb),.8)}.landing__cta-actions{display:flex;flex-wrap:wrap;gap:.9rem;justify-content:center}.landing__cta-primary,.landing__cta-secondary{min-width:180px;display:inline-flex;align-items:center;justify-content:center}.landing button:focus-visible{outline:2px solid var(--color-focus-outline);outline-offset:2px}.landing button:active{transform:translateY(1px)}@media(prefers-reduced-motion:reduce){.landing__visual-ring{animation:none!important;opacity:.25}.landing__feature,.landing__cta button,.landing__primary-cta{transition:none}}@media(max-width:680px){.landing__visual{min-height:300px}.landing__visual-ring--outer{width:400px;height:400px}.landing__visual-ring--mid{width:300px;height:300px}.landing__visual-ring--inner{width:180px;height:180px}.landing__actions{justify-content:center}.cluster-icon svg{width:32px;height:32px}.landing__feature-grid{gap:1.1rem}.landing__hero-inner{grid-template-columns:1fr}}@media(max-width:460px){.landing__title{font-size:2.25rem}.landing__tagline{font-size:.95rem}.landing__pitch{font-size:.9rem}.landing__feature-desc{font-size:.78rem}.landing__feature{padding:1.05rem 1rem 1.15rem}}.landing__visual{position:relative;min-height:380px;display:flex;align-items:center;justify-content:center;z-index:0;overflow:visible;max-width:560px;margin-inline:auto}.landing__visual:before{content:"";position:absolute;inset:10%;border-radius:50%;background:radial-gradient(circle at 45% 55%,rgba(var(--slate-900-rgb),.08),rgba(var(--slate-900-rgb),0) 70%);filter:blur(20px);z-index:-1;pointer-events:none}.landing__visual-ring{position:absolute;border-radius:50%;pointer-events:none;--ring-accent-rgb: var(--slate-900-rgb);--ring-alpha-main: .32;--ring-alpha-trail: .16;--ring-thickness: 18%;border:2px solid rgba(var(--ring-accent-rgb),.18);background:#00f;-webkit-mask:radial-gradient(circle,transparent calc(50% - var(--ring-thickness)),#000 calc(50% - var(--ring-thickness) + 1px));mask:radial-gradient(circle,transparent calc(50% - var(--ring-thickness)),#000 calc(50% - var(--ring-thickness) + 1px));z-index:0;will-change:transform,opacity;transform:translateZ(0);opacity:.9;box-shadow:0 0 26px -8px rgba(var(--ring-accent-rgb),.25)}.landing__visual-ring:after{content:"";position:absolute;inset:6%;border-radius:50%;pointer-events:none;background:radial-gradient(circle at 50% 50%,rgba(var(--ring-accent-rgb),.18),rgba(var(--ring-accent-rgb),0) 70%);-webkit-mask:radial-gradient(circle,#000 62%,transparent 63%);mask:radial-gradient(circle,#000 62%,transparent 63%);mix-blend-mode:multiply;opacity:.6}.landing__visual-ring--outer{width:520px;height:520px;animation:ring-breathe 18s ease-in-out infinite}.landing__visual-ring--mid{width:360px;height:360px;animation:ring-drift 28s ease-in-out infinite,ring-spin 56s linear infinite reverse}.landing__visual-ring--inner{width:220px;height:220px;animation:ring-spin 30s linear infinite,ring-breathe 20s ease-in-out infinite alternate;opacity:.72}@supports not ((mask: radial-gradient(circle,black,transparent)) or (-webkit-mask: radial-gradient(circle,black,transparent))){.landing__visual-ring{-webkit-mask:none;mask:none;background:radial-gradient(circle,transparent 55%,rgba(var(--ring-accent-rgb),.2) 56%,rgba(var(--ring-accent-rgb),.2) 60%,transparent 61%),conic-gradient(from 0deg,rgba(var(--ring-accent-rgb),0),rgba(var(--ring-accent-rgb),.35) 50deg,rgba(var(--ring-accent-rgb),0),rgba(var(--ring-accent-rgb),.25) 210deg,rgba(var(--ring-accent-rgb),0) 300deg,rgba(var(--ring-accent-rgb),.35) 360deg);border:2px solid rgba(var(--ring-accent-rgb),.25);box-shadow:0 0 34px -6px rgba(var(--ring-accent-rgb),.3)}.landing__visual-ring:after{display:none}}.landing__visual--debug .landing__visual-ring{--ring-accent-rgb: 255 99 0;--ring-alpha-main: .85;--ring-alpha-trail: .55;opacity:1;box-shadow:0 0 0 2px #ff630099,0 0 18px 2px #ff630099}.landing__visual--debug:before{background:radial-gradient(circle,#ff630026,#ff630000);filter:none}.landing__visual--nomask .landing__visual-ring{-webkit-mask:none;mask:none}@keyframes ring-breathe{0%{transform:scale(.88);opacity:.55}50%{transform:scale(1.08);opacity:.3}to{transform:scale(.88);opacity:.55}}@keyframes ring-drift{0%{transform:translate(0) scale(.95);opacity:.5}50%{transform:translate(10px,-8px) scale(1.05);opacity:.32}to{transform:translate(0) scale(.95);opacity:.5}}@keyframes ring-spin{0%{transform:rotate(0) scale(.92)}to{transform:rotate(360deg) scale(.92)}}.landing__visual-icon-cluster{position:relative;display:grid;place-items:center;width:160px;height:160px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:32px;box-shadow:var(--color-shadow-lg);padding:1rem;gap:.25rem;z-index:1}.cluster-icon{position:absolute;display:flex;align-items:center;justify-content:center}.cluster-icon svg{width:40px;height:40px}.cluster-icon--tree{top:18%;left:12%}.cluster-icon--saturn{bottom:16%;right:8%}.cluster-icon--star{top:8%;right:14%}.cluster-icon--compass{bottom:10%;left:20%}@keyframes cluster-tree-motion{0%{transform:translate(0) rotate(0) scale(1)}25%{transform:translate(-4px,-10px) rotate(-6deg) scale(1.04)}50%{transform:translate(2px,-2px) rotate(3deg) scale(.98)}75%{transform:translate(-6px,3px) rotate(-4deg) scale(1.03)}to{transform:translate(0) rotate(0) scale(1)}}@keyframes cluster-saturn-motion{0%{transform:translate(0) rotate(0) scale(1)}20%{transform:translate(6px,4px) rotate(8deg) scale(1.06)}45%{transform:translate(2px,-4px) rotate(3deg) scale(.97)}70%{transform:translate(-5px,6px) rotate(-5deg) scale(1.05)}to{transform:translate(0) rotate(0) scale(1)}}@keyframes cluster-star-motion{0%{transform:translate(0) rotate(0) scale(1)}30%{transform:translate(4px,-8px) rotate(18deg) scale(1.09)}55%{transform:translate(-3px,2px) rotate(-10deg) scale(.95)}80%{transform:translate(2px,-6px) rotate(12deg) scale(1.07)}to{transform:translate(0) rotate(0) scale(1)}}@keyframes cluster-compass-motion{0%{transform:translate(0) rotate(0) scale(1)}25%{transform:translate(-5px,5px) rotate(-10deg) scale(1.05)}50%{transform:translate(6px,2px) rotate(6deg) scale(.97)}75%{transform:translate(-3px,8px) rotate(-14deg) scale(1.06)}to{transform:translate(0) rotate(0) scale(1)}}.cluster-icon--tree{animation:cluster-tree-motion 10s ease-in-out infinite}.cluster-icon--saturn{animation:cluster-saturn-motion 13s ease-in-out infinite}.cluster-icon--star{animation:cluster-star-motion 11s ease-in-out infinite}.cluster-icon--compass{animation:cluster-compass-motion 9s ease-in-out infinite}.cluster-icon svg,.cluster-icon span{color:var(--color-accent)}[data-theme=dark] .landing__visual-ring{--ring-accent-rgb: var(--slate-50-rgb);--ring-alpha-main: .28;--ring-alpha-trail: .14;opacity:.75;box-shadow:0 0 32px -8px rgba(var(--ring-accent-rgb),.45)}[data-theme=dark] .landing__visual:before{background:radial-gradient(circle at 55% 48%,rgba(var(--slate-50-rgb),.05),rgba(var(--slate-50-rgb),0) 70%);filter:blur(26px)}@media(prefers-reduced-motion:reduce){.landing__visual-ring{animation:none!important;opacity:.25}.cluster-icon--tree,.cluster-icon--saturn,.cluster-icon--star,.cluster-icon--compass{animation:none!important;transform:none!important}}@media(max-width:680px){.landing__visual{min-height:300px}.landing__visual-ring--outer{width:400px;height:400px}.landing__visual-ring--mid{width:300px;height:300px}.landing__visual-ring--inner{width:180px;height:180px}.cluster-icon svg{width:32px;height:32px}}@media(max-width:460px){.landing__visual-icon-cluster{width:140px;height:140px}.cluster-icon svg{width:30px;height:30px}}.auth-container{min-height:100vh;min-height:100dvh;display:flex;background:linear-gradient(140deg,var(--color-surface-alt) 0%,var(--color-surface) 60%);color:var(--color-text)}.auth-left,.auth-right{flex:1;display:flex;align-items:center;justify-content:center;padding:clamp(1.5rem,4vw,3rem)}.auth-hero{max-width:520px;text-align:center;display:flex;flex-direction:column;gap:1.25rem}.auth-hero-title{margin:0;font-size:clamp(2rem,5vw,2.8rem);letter-spacing:-.02em;font-weight:700}.auth-hero-sub{margin:0;font-size:1rem;color:var(--color-text-muted);line-height:1.5}.auth-visual-cluster{position:relative;width:180px;height:180px;margin:0 auto .5rem;border-radius:40px;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--color-shadow-lg)}.auth-cluster-icon{position:absolute;display:flex;align-items:center;justify-content:center}.auth-cluster-icon svg{width:48px;height:48px;color:var(--color-accent)}.auth-cluster-icon--tree{top:20%;left:10%}.auth-cluster-icon--saturn{bottom:18%;right:10%}.auth-cluster-icon--star{top:10%;right:16%}.auth-cluster-icon--compass{bottom:12%;left:24%}@keyframes auth-tree{0%{transform:translate(0) rotate(0)}25%{transform:translate(-5px,-12px) rotate(-6deg)}50%{transform:translate(3px,-2px) rotate(4deg)}75%{transform:translate(-8px,4px) rotate(-4deg)}to{transform:translate(0) rotate(0)}}@keyframes auth-saturn{0%{transform:translate(0) rotate(0)}20%{transform:translate(6px,6px) rotate(10deg)}45%{transform:translate(2px,-6px) rotate(4deg)}70%{transform:translate(-6px,8px) rotate(-6deg)}to{transform:translate(0) rotate(0)}}@keyframes auth-star{0%{transform:translate(0) rotate(0)}30%{transform:translate(6px,-10px) rotate(18deg)}55%{transform:translate(-4px,4px) rotate(-12deg)}80%{transform:translate(2px,-8px) rotate(14deg)}to{transform:translate(0) rotate(0)}}@keyframes auth-compass{0%{transform:translate(0) rotate(0)}25%{transform:translate(-6px,6px) rotate(-12deg)}50%{transform:translate(8px,4px) rotate(8deg)}75%{transform:translate(-4px,10px) rotate(-16deg)}to{transform:translate(0) rotate(0)}}.auth-cluster-icon--tree{animation:auth-tree 10s ease-in-out infinite}.auth-cluster-icon--saturn{animation:auth-saturn 13s ease-in-out infinite}.auth-cluster-icon--star{animation:auth-star 11s ease-in-out infinite}.auth-cluster-icon--compass{animation:auth-compass 9s ease-in-out infinite}.auth-card{background:var(--color-surface);padding:clamp(2rem,4vw,4rem);border-radius:28px;width:100%;max-width:600px;box-shadow:var(--color-shadow-lg);border:1px solid var(--color-border);display:flex;flex-direction:column}.auth-header{text-align:center;margin-bottom:1.75rem}.auth-header h1{margin:0 0 .5rem;font-size:clamp(1.9rem,4vw,2.4rem);letter-spacing:-.015em}.auth-subtitle{margin:0;font-size:.95rem;color:var(--color-text-subtle)}.auth-form{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.form-row{display:flex;gap:1rem;flex-wrap:wrap}.form-group{flex:1;min-width:200px;display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.85rem;font-weight:600;letter-spacing:.02em;color:var(--color-text-muted)}.form-input{padding:.85rem 1rem;border:1.5px solid var(--color-border);border-radius:12px;background:var(--color-surface-alt);color:var(--color-text);font-size:clamp(16px,1rem,18px);line-height:1.3;transition:border-color .25s ease,background .25s ease,box-shadow .25s ease}.form-input:focus{outline:none;border-color:var(--color-accent);background:var(--color-surface);box-shadow:0 0 0 3px rgba(var(--slate-400-rgb),.25)}.form-input[aria-invalid=true]{border-color:#e53e3e;box-shadow:0 0 0 2px #e53e3e59}.form-input::placeholder{color:var(--color-text-subtle)}.form-hint{margin:.4rem 0 0;font-size:.8rem;color:var(--color-text-subtle)}.auth-submit-btn{width:100%;font-weight:600;padding:.95rem 1.2rem;border-radius:14px;font-size:1rem;letter-spacing:.5px}.auth-submit-btn:active{transform:translateY(1px)}.error-container{background:#e53e3e14;border:1px solid rgba(229 62 62 / .4);padding:.85rem 1rem;border-radius:12px;display:flex;flex-direction:column;gap:.4rem}.error-message{color:#b42323;font-size:.75rem;font-weight:500}.auth-forgot{text-align:right;margin-top:-.5rem;font-size:.85rem}.auth-success-message{background:#10b98114;border:1px solid rgba(16 185 129 / .4);padding:1rem;border-radius:12px;color:#065f46;font-size:.95rem;line-height:1.5;text-align:center}.auth-back-link{display:block;text-align:center;text-decoration:none}.auth-footer{text-align:center;padding-top:1.5rem;border-top:1px solid var(--color-border)}.auth-footer p{margin:0;font-size:.85rem;color:var(--color-text-subtle)}.auth-link{color:var(--color-accent);font-weight:600;text-decoration:none}.auth-link:hover{text-decoration:underline;color:var(--color-accent-hover)}@media(prefers-reduced-motion:reduce){.auth-cluster-icon--tree,.auth-cluster-icon--saturn,.auth-cluster-icon--star,.auth-cluster-icon--compass{animation:none!important;transform:none!important}}@media(max-width:860px){.auth-container{flex-direction:column}.auth-left,.auth-right{padding:2rem 1.25rem}.auth-visual-cluster{width:160px;height:160px}.auth-cluster-icon svg{width:40px;height:40px}}@media(max-width:520px){.auth-card{padding:1.75rem 1.25rem;border-radius:22px}.auth-hero-title{font-size:2.1rem}.auth-visual-cluster{width:140px;height:140px}.auth-cluster-icon svg{width:34px;height:34px}.form-row{flex-direction:column}}.svg-renderer-container{flex:1 1 auto;min-height:0;width:100%;height:100%;position:relative;overflow:hidden;display:flex}.svg-renderer-container svg{display:flex;flex:1 1 auto;width:100%;height:100%;min-height:0;overflow:visible;touch-action:none}.svg-renderer-host{position:relative;min-height:320px;height:60vh;max-height:70vh;width:100%;display:flex}.modal-tree-host{max-height:70vh}@media(max-width:768px){.svg-renderer-host{height:50vh;max-height:none}}.svg-renderer-controls{position:absolute;top:8px;right:8px;display:flex;flex-direction:column;gap:4px;z-index:5}.svg-renderer-controls button{width:32px;height:32px;border-radius:6px;border:1px solid var(--color-border, #cbd5e1);background:var(--color-surface, #ffffff);color:var(--color-text, #0f172a);font-size:1.1rem;line-height:1;cursor:pointer;box-shadow:0 1px 3px #0f172a26;display:flex;align-items:center;justify-content:center}.svg-renderer-controls button:hover{background:var(--color-surface-alt, #f1f5f9)}.svg-renderer-container svg,.svg-renderer-container svg *{touch-action:none}.connection-form-panel{display:flex;flex-direction:column;align-items:flex-start;background:var(--color-surface);padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;margin:1rem 0;border:2px solid color-mix(in oklab,var(--color-text) 10%,transparent);font-family:Arial,Helvetica,sans-serif;transition:all .3s ease;overflow-y:auto}.connections-side-panel,.connections-side-panel-minimized{display:flex;flex-direction:column;align-items:center}.connection-form-panel:hover{box-shadow:0 15px 40px #00000026;border-color:var(--color-accent)}.connection-form h3{margin:0 0 1.5rem;color:var(--color-accent);font-size:1.3rem;font-weight:700;letter-spacing:.5px}.connection-form .form-row{width:100%;margin-bottom:1.2rem}.connection-sentence{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;background:color-mix(in oklab,var(--color-surface) 94%,var(--color-bg))}.connection-text{font-weight:700;color:var(--color-text);white-space:nowrap}.connection-pill{flex:1 1 180px;min-width:140px}.connection-type-pill{flex:1 1 140px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.character-detail-header .form-row{display:grid;grid-template-columns:1fr;gap:.5rem;margin:0;width:100%}.file-input-stack{display:flex;flex-direction:column;gap:.35rem;min-width:0;max-width:100%}.file-input-stack .file-input-label{font-weight:600;font-size:.95rem}.file-input-stack input[type=file]{max-width:100%;width:100%;box-sizing:border-box}.connection-form label{font-size:1rem;font-weight:600;color:var(--color-text);margin-bottom:.5rem;display:block;width:100%;line-height:1.5}.connection-form select,.connection-form textarea,.connection-form input[type=text]{width:100%;padding:.8rem 1rem;border:2px solid color-mix(in oklab,var(--color-text) 15%,transparent);border-radius:10px;font-size:clamp(16px,1rem,18px);background:color-mix(in oklab,var(--color-surface) 92%,var(--color-bg));transition:all .3s ease;margin-top:.5rem;box-sizing:border-box;resize:vertical}.connection-form select:focus,.connection-form textarea:focus,.connection-form input[type=text]:focus{outline:none;border-color:var(--color-accent);background:var(--color-surface);box-shadow:0 0 0 3px color-mix(in oklab,var(--color-accent) 20%,transparent)}.connection-form textarea{min-height:60px;max-height:200px}.connection-form .reciprocal-opt .help-text{margin:.35rem 0 0;color:var(--color-text-subtle, #6b7280);font-size:.9rem}.connection-form select{appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5rem 1.5rem;padding-right:2.5rem;cursor:pointer}.connection-form button[type=submit]{width:100%;padding:1rem 2rem;background:linear-gradient(45deg,var(--color-accent),var(--color-accent));color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px color-mix(in oklab,var(--color-accent) 30%,transparent);margin-top:1.5rem}.connection-form button[type=submit]:hover{background:linear-gradient(45deg,color-mix(in oklab,var(--color-accent) 85%,white),var(--color-accent));transform:translateY(-2px);box-shadow:0 6px 20px color-mix(in oklab,var(--color-accent) 40%,transparent)}.connection-form button[type=submit]:active{transform:translateY(0)}.connection-form button[type=submit]:focus{outline:3px solid rgba(102,126,234,.5);outline-offset:2px}.add-type-button{margin-top:.75rem;padding:.6rem 1.2rem;background:linear-gradient(45deg,#6c757d,#5a6268);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.3px}.add-type-button:hover{background:linear-gradient(45deg,#5a6268,#495057);transform:translateY(-1px)}.add-type-form{display:grid;grid-template-columns:1fr;gap:.7rem;margin-top:1rem;margin-bottom:1rem;padding:1rem;background:#f8f9fb;border:2px solid #e0e6ed;border-radius:10px;width:100%;max-width:100%;box-sizing:border-box;align-items:start}.add-type-form input[type=text]{border:2px solid #e0e6ed;border-radius:8px;font-size:1rem;background:#fff;transition:all .2s ease;margin-top:0}.add-type-form input[type=text]:focus{border-color:var(--color-accent);outline:none}.add-type-form button{padding:.7rem 1.5rem;background:linear-gradient(45deg,var(--color-accent),var(--color-accent));color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase}.add-type-form button:hover:not(:disabled){background:linear-gradient(45deg,color-mix(in oklab,var(--color-accent) 85%,white),var(--color-accent));transform:translateY(-1px)}.add-type-form button:disabled{opacity:.5;cursor:not-allowed}.connection-form .error{color:#e74c3c;background:#fff0f0;border-radius:8px;padding:.5rem 1rem;margin-top:.5rem;font-size:.98rem;font-weight:500}.existing-connections{width:100%;margin-top:2rem;background:#f8f9fb;border:2px solid #e8ecf7;border-radius:12px;padding:1.5rem;box-sizing:border-box}.existing-connections h3{margin:0 0 1rem;color:var(--color-accent);font-size:1.1rem;font-weight:600}.existing-connections input[type=text]{width:100%;border:2px solid #e0e6ed;border-radius:8px;font-size:1rem;margin-bottom:1rem;background:#fff;transition:all .2s ease}.existing-connections input[type=text]:focus{border-color:var(--color-accent);outline:none}.existing-connections ul{list-style:none;padding:0;margin:0}.existing-connections li{display:flex;align-items:center;justify-content:space-between;background:#fff;border:2px solid #e0e6ed;border-radius:8px;padding:.8rem 1rem;margin-bottom:.7rem;font-size:1rem;font-weight:500;transition:all .2s ease}.existing-connections li:hover{border-color:var(--color-accent);box-shadow:0 2px 8px color-mix(in oklab,var(--color-accent) 30%,transparent)}.existing-list-item{display:flex;flex-direction:column;gap:.15rem;flex:1 1 auto;min-width:0}.existing-item-name{font-weight:600}.existing-item-description{color:#6b7280;font-size:.95rem;line-height:1.35}.existing-list-row{display:flex;align-items:center;justify-content:flex-start;gap:1rem;width:100%;flex-wrap:wrap}.existing-item-avatar{width:48px;height:48px;border-radius:12px;overflow:hidden;background:#eef0f6;display:flex;align-items:center;justify-content:center;border:1px solid #e3e7f0;flex-shrink:0}.existing-item-avatar img{width:100%;height:100%;object-fit:cover;display:block}.avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#4b5563;background:linear-gradient(135deg,#f8fafc,#e5e7eb)}.character-avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;background:#eef0f6;border:2px solid #dfe3ec;display:flex;align-items:center;justify-content:center;flex-shrink:0}.character-avatar img{width:100%;height:100%;object-fit:cover;display:block}.help-text{font-size:.85rem;color:#6b7280;margin-top:.35rem}.character-connections-wrapper{display:flex;flex-direction:column;gap:1rem}.character-detail-header{display:grid;grid-template-columns:auto auto auto;align-items:center;gap:1rem;padding:1rem;background:#f8f9fb;border:2px solid #e8ecf7;border-radius:12px}.character-detail-meta{flex:1;min-width:0}.character-detail-meta h3{margin:0;line-height:1.2}.character-detail-actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;justify-content:flex-end}.character-detail-actions .secondary,.character-detail-actions .primary{border-radius:10px;padding:.6rem 1rem;font-weight:700;text-transform:uppercase}.character-detail-actions .primary{background:linear-gradient(45deg,var(--color-accent),color-mix(in oklab,var(--color-accent) 70%,white));border:none;color:#fff}.character-detail-actions .primary:hover{filter:brightness(1.05)}.selected-row{border-color:var(--color-accent);box-shadow:0 2px 10px color-mix(in oklab,var(--color-accent) 30%,transparent)}.connection-detail-card{width:100%;background:#fff;border:2px solid #e0e6ed;border-radius:12px;padding:1rem 1.25rem;box-sizing:border-box;box-shadow:0 4px 14px #0000000d}.connection-detail-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.connection-notes-block{margin-top:.75rem;padding:.75rem;background:#f8f9fb;border:2px solid #e8ecf7;border-radius:10px}.connection-notes-display{margin-top:.35rem;padding:.75rem;background:#fff;border:1px solid #e0e6ed;border-radius:8px;color:#374151;line-height:1.5}.connection-notes-input{width:100%;margin-top:.5rem;padding:.8rem 1rem;border:2px solid #d7dce6;border-radius:10px;font-size:1rem;background:#fff;box-sizing:border-box;transition:all .2s ease;resize:vertical;min-height:120px}.connection-notes-input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px color-mix(in oklab,var(--color-accent) 20%,transparent)}.characters-modal-toolbar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.characters-modal-toolbar .ushow-action-button.active{background:transparent;border:2px solid color-mix(in oklab,var(--color-accent) 80%,transparent);box-shadow:0 0 0 3px color-mix(in oklab,var(--color-accent) 15%,transparent);color:var(--color-text)}.manage-types-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.character-description-edit{margin-bottom:1rem}.edit-description-btn{background:transparent;border:2px dashed color-mix(in oklab,var(--color-accent) 60%,transparent);color:var(--color-text);padding:.65rem 1rem;border-radius:10px;cursor:pointer;transition:all .2s ease}.edit-description-btn:hover{border-color:var(--color-accent);background:#f8f9fb}.description-edit-form textarea{width:100%;padding:.8rem 1rem;border:2px solid #d7dce6;border-radius:10px;font-size:1rem;background:#fff;box-sizing:border-box;transition:all .2s ease;resize:vertical}.description-edit-form textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px color-mix(in oklab,var(--color-accent) 20%,transparent)}.delete-character-btn{margin-top:.5rem;background:linear-gradient(45deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:10px;padding:.65rem 1rem;font-weight:700;cursor:pointer;transition:all .2s ease}.delete-character-btn:hover{background:linear-gradient(45deg,#f87171,#ef4444);transform:translateY(-1px)}.character-detail-header button.secondary{background:linear-gradient(45deg,#6b7280,#4b5563);color:#fff;border:none;border-radius:10px;padding:.6rem 1rem;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s ease;text-transform:uppercase}.character-detail-header button.secondary:hover{background:linear-gradient(45deg,#4b5563,#374151);transform:translateY(-1px)}.connection-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-left:auto}.connection-type-dropdown{padding:.5rem 2rem .5rem .8rem;border:2px solid #e0e6ed;border-radius:6px;font-size:.95rem;background:#fff;cursor:pointer;transition:all .2s ease;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.2rem 1.2rem;min-width:120px}.connection-type-dropdown:hover{border-color:var(--color-accent)}.connection-type-dropdown:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px color-mix(in oklab,var(--color-accent) 20%,transparent)}.existing-connections button[type=button]{background:linear-gradient(45deg,var(--color-accent),var(--color-accent));color:#fff;border:none;border-radius:8px;padding:.5rem 1.2rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.existing-connections .row-actions{display:inline-flex;align-items:center;gap:.5rem}.character-edit-actions{margin-top:.75rem;display:flex;gap:.5rem;justify-content:flex-start}.character-edit-actions button{padding:.6rem 1rem;border:none;border-radius:10px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s ease;text-transform:uppercase}.character-edit-actions button.primary{background:linear-gradient(45deg,var(--color-accent, #5b6def),var(--color-accent, #5b6def));color:#fff}.character-edit-actions button.primary:hover:not(:disabled){background:linear-gradient(45deg,color-mix(in oklab,var(--color-accent, #5b6def) 85%,white),var(--color-accent, #5b6def));transform:translateY(-1px)}.character-edit-actions button.secondary{background:linear-gradient(45deg,#6b7280,#4b5563);color:#fff}.character-edit-actions button.secondary:hover{background:linear-gradient(45deg,#4b5563,#374151);transform:translateY(-1px)}.character-edit-actions button:disabled{opacity:.5;cursor:not-allowed}.existing-connections button[type=button]:hover{background:linear-gradient(45deg,color-mix(in oklab,var(--color-accent) 85%,white),var(--color-accent))}.manage-connection-types{width:100%;margin-top:2rem;background:#f8f9fb;border:2px solid #e8ecf7;border-radius:12px;padding:1.5rem;box-sizing:border-box}.manage-connection-types h3{margin:0 0 1rem;color:var(--color-accent);font-size:1.1rem;font-weight:600}.manage-connection-types ul{list-style:none;padding:0;margin:0}.manage-connection-types li{list-style:none}.type-card{display:block;background:#fff;border:2px solid #e0e6ed;border-radius:12px;padding:.9rem 1rem;margin-bottom:.9rem;font-size:1rem;font-weight:500;transition:all .2s ease}.type-card:hover{border-color:var(--color-accent);box-shadow:0 2px 10px color-mix(in oklab,var(--color-accent) 28%,transparent)}.type-card-grid{display:grid;grid-template-columns:1fr;gap:.75rem}.type-card-main{display:grid;gap:.5rem}.type-title-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.type-name{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.type-name-text{font-weight:700;color:#1f2937}.type-usage-count{font-size:.85rem;color:#6b7280;font-weight:400;white-space:nowrap}.type-pill{padding:.25rem .55rem;border-radius:999px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.4px}.pill-symmetric{background:color-mix(in oklab,var(--color-accent) 16%,white);color:var(--color-accent)}.pill-directional{background:#fef3c7;color:#b45309}.type-meta-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.type-toggle{display:flex;align-items:center;gap:.4rem}.type-fixed-note{font-size:.85rem;color:#6b7280}.type-actions-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;justify-content:flex-start}.type-actions{width:100%}.manage-connection-types button{background:linear-gradient(45deg,var(--color-accent),var(--color-accent));color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.manage-connection-types button:hover{background:linear-gradient(45deg,color-mix(in oklab,var(--color-accent) 85%,white),var(--color-accent));transform:translateY(-1px)}.manage-connection-types .replace-button{background:linear-gradient(45deg,#f59e0b,#d97706)}.manage-connection-types .replace-button:hover{background:linear-gradient(45deg,#fbbf24,#f59e0b)}.manage-connection-types .delete-type-button{background:linear-gradient(45deg,#ef4444,#dc2626)}.manage-connection-types .delete-type-button:hover{background:linear-gradient(45deg,#f87171,#ef4444)}.type-edit-form,.type-replace-form{display:flex;align-items:center;gap:.7rem;width:100%}.type-edit-form input[type=text]{flex:1;padding:.6rem .9rem;border:2px solid #e0e6ed;border-radius:6px;font-size:1rem;background:#fff;transition:all .2s ease}.type-edit-form input[type=text]:focus{border-color:var(--color-accent);outline:none}.type-replace-form{flex-wrap:wrap}.type-name-label{font-weight:600;color:#374151;white-space:nowrap}.type-replace-form select{flex:1;min-width:150px;padding:.6rem 2rem .6rem .9rem;border:2px solid #e0e6ed;border-radius:6px;font-size:.95rem;background:#fff;cursor:pointer;transition:all .2s ease;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.2rem 1.2rem}.type-replace-form select:hover{border-color:var(--color-accent)}.type-replace-form select:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px color-mix(in oklab,var(--color-accent) 20%,transparent)}.connection-form{width:100%}@media(max-width:768px){.connection-form-panel{padding:1.5rem;max-width:100%}.existing-connections{padding:1rem}.connection-form button[type=submit]{padding:.9rem 1.5rem;font-size:1rem}.character-detail-header{grid-template-columns:1fr;align-items:flex-start}.character-detail-actions{grid-column:span 1;justify-content:flex-start}}.type-info{display:flex;align-items:center;justify-content:space-between;width:100%;gap:1rem;padding-right:1rem}.type-color-picker{display:flex;align-items:center;gap:.5rem}.color-preview{width:32px;height:32px;border-radius:6px;border:2px solid #e0e6ed;cursor:pointer;transition:all .2s ease}.color-preview:hover{border-color:var(--color-accent);transform:scale(1.05)}.edit-color-button{background:linear-gradient(45deg,#6b7280,#4b5563)!important;font-size:.85rem!important;padding:.4rem .8rem!important}.edit-color-button:hover{background:linear-gradient(45deg,#4b5563,#374151)!important}.type-color-picker input[type=color]{width:50px;height:40px;border:2px solid #e0e6ed;border-radius:6px;cursor:pointer;padding:2px}.type-color-picker input[type=color]:focus{outline:none;border-color:var(--color-accent)}.color-edit-buttons{display:grid;align-items:center;grid-template-columns:1fr 1fr;grid-gap:1rem}@media(max-width:480px){.connection-form-panel{padding:1rem;margin:.5rem 0}.connection-form label{font-size:clamp(16px,1rem,18px)}.connection-form select,.connection-form textarea{padding:.7rem;font-size:clamp(16px,1rem,18px)}.existing-connections li{padding:.6rem .7rem;font-size:.95rem}.type-actions,.connection-actions{flex-direction:column;align-items:stretch;gap:.5rem}.type-info{flex-direction:column;align-items:flex-start}.color-edit-buttons{display:grid;align-items:stretch;grid-gap:.5rem}}@media(max-width:480px){.connection-pill,.connection-type-pill{flex:1 1 100%;min-width:0}}.connections-side-panel{margin-top:auto}.panel-actions{display:flex;justify-content:center;align-items:center;width:100%}.connections-container{display:flex;flex-direction:column;min-height:0;position:relative;height:100%}.editor-component-selector{display:flex;align-items:center;justify-content:center;margin-left:1rem}.editor-component-selector label{font-size:1rem;font-weight:600;color:var(--color-text);display:flex;align-items:center;gap:.7rem}.editor-component-selector select{padding:.7rem 2.5rem .7rem 1.2rem;border:2px solid color-mix(in oklab,var(--color-text) 15%,transparent);border-radius:10px;font-size:1rem;background:color-mix(in oklab,var(--color-surface) 92%,var(--color-bg));transition:all .3s ease;margin-left:.5rem;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5rem 1.5rem}.editor-component-selector select:focus{outline:none;border-color:var(--color-accent);background:var(--color-surface);box-shadow:0 0 0 3px color-mix(in oklab,var(--color-accent) 20%,transparent)}@media(max-width:480px){.editor-component-selector{margin-left:0;width:100%}.editor-component-selector label{width:100%;justify-content:center;flex-wrap:wrap}.editor-component-selector select{min-height:var(--tap-min)}}.rvp-container{position:relative;width:100%;min-height:80px;background:var(--color-surface);border-radius:16px;border:2px solid color-mix(in oklab,var(--color-text) 10%,transparent);box-shadow:0 10px 30px #00000014;overflow:hidden}.rvp-content{width:100%;height:100%;overflow:auto}.rvp-collapsed{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:color-mix(in oklab,var(--color-surface) 90%,var(--color-bg))}.rvp-expand-btn{padding:.7rem 1.2rem;background:linear-gradient(45deg,var(--color-accent),var(--color-accent));color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s ease;text-transform:uppercase}.rvp-expand-btn:hover{background:linear-gradient(45deg,color-mix(in oklab,var(--color-accent) 85%,white),var(--color-accent));transform:translateY(-1px)}.rvp-handle{position:absolute;left:0;right:0;height:28px;display:flex;align-items:center;justify-content:center;cursor:ns-resize;z-index:5;user-select:none;touch-action:none}.rvp-handle-top{top:0}.rvp-handle-bottom{bottom:0}.rvp-grip{width:80px;height:6px;border-radius:6px;background:color-mix(in oklab,var(--color-text) 35%,transparent);box-shadow:0 1px #0000000f}.rvp-handle:hover .rvp-grip{background:color-mix(in oklab,var(--color-text) 50%,transparent)}body.rvp-dragging{cursor:ns-resize;user-select:none}@media(pointer:coarse){.rvp-handle{height:var(--tap-min, 44px)}}.index-page-header{max-width:72rem;margin:0 auto;padding:2.5rem 1rem 0}.index-page-header__top{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.index-page-header__titles h1{font-size:1.5rem;line-height:1.2;font-weight:600;letter-spacing:-.015em;margin:0}.index-page-header__titles p{margin-top:.25rem;color:var(--color-text-muted);font-size:.95rem}.index-page-header__actions{display:flex;align-items:center;gap:.5rem}.index-page-header__search-wrapper{position:relative}.index-page-header__search-input{width:16rem;border:1px solid var(--color-border);background:var(--color-surface);padding:.5rem .75rem;font-size:.8125rem;border-radius:.75rem;box-shadow:0 1px 2px rgba(var(--slate-900-rgb),.06);outline:none;color:var(--color-text)}.index-page-header__search-input::placeholder{color:var(--color-text-subtle)}.index-page-header__search-input:focus{box-shadow:0 0 0 2px rgba(var(--slate-900-rgb),.1)}.index-page-header__new-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-accent);color:var(--color-accent-contrast);padding:.5rem 1rem;font-size:.8125rem;font-weight:500;border-radius:.75rem;border:1px solid var(--color-accent);cursor:pointer;box-shadow:0 2px 4px rgba(var(--slate-900-rgb),.1);transition:box-shadow .2s ease,transform .15s ease,background .2s ease}.index-page-header__new-btn:hover{box-shadow:0 4px 12px rgba(var(--slate-900-rgb),.18)}.index-page-header__new-btn:active{transform:scale(.99)}.index-page-header__tabs{display:flex;align-items:center;gap:.5rem;margin-top:1.5rem}.index-page-header__tab-btn{border:none;cursor:pointer;font-size:.8125rem;font-weight:500;padding:.375rem .75rem;border-radius:999px;background:transparent;color:var(--color-text-muted);transition:background .18s ease,color .18s ease}.index-page-header__tab-btn:hover{background:var(--color-accent-soft)}.index-page-header__tab-btn--active{background:rgba(var(--slate-900-rgb),.05);color:var(--color-text)}@media(max-width:640px){.index-page-header__search-input{width:13rem}.index-page-header__top{align-items:stretch}}@media(max-width:480px){.index-page-header{padding-top:2rem}.index-page-header__search-input{width:100%}.index-page-header__actions{flex:1 1 100%;justify-content:space-between}.index-page-header__search-input,.index-page-header__new-btn{min-height:var(--tap-min)}}.index-card-grid-wrapper{max-width:72rem;margin:0 auto;padding:1.5rem 1rem 6rem}.index-card-grid{list-style:none;margin:0;padding:0;display:grid;gap:1rem;grid-template-columns:1fr}@media(max-width:700px){.index-card-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,310px),1fr))}}@media(min-width:700px){.index-card-grid{grid-template-columns:repeat(2,minmax(310px,1fr))}}@media(min-width:1024px){.index-card-grid{grid-template-columns:repeat(3,minmax(310px,1fr))}}.index-card{width:100%;text-align:left;background:var(--color-surface);border:1px solid var(--color-border);padding:1.25rem;border-radius:1rem;cursor:pointer;box-shadow:0 1px 2px rgba(var(--slate-900-rgb),.06);display:block;transition:box-shadow .22s ease,transform .22s ease,border-color .22s ease;position:relative;color:var(--color-text);-webkit-appearance:none;appearance:none}.index-card:hover{box-shadow:0 4px 12px rgba(var(--slate-900-rgb),.18);transform:translateY(-2px)}.index-card:focus{outline:2px solid var(--color-focus-outline);outline-offset:2px}.index-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.index-card__icon-circle{display:inline-flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:999px;background:rgba(var(--slate-900-rgb),.05);flex-shrink:0;color:var(--color-text)}.index-card__menu-icon-wrapper{transition:opacity .25s ease;display:inline-flex;color:var(--color-text-muted)}.index-card__menu-icon-wrapper--visible{opacity:1!important}.index-card__info-btn{background:transparent;border:none;padding:4px;cursor:pointer;display:inline-flex;color:inherit}.index-card__info-btn:hover{opacity:.85}.index-card__title{margin:1rem 0 0;font-size:1rem;font-weight:600;letter-spacing:-.01em;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--color-text)}.index-card__meta{margin-top:.25rem;font-size:.8125rem;color:var(--color-text-subtle)}.index-card__chip{margin-top:1rem;display:inline-flex;align-items:center;gap:.5rem;background:rgba(var(--slate-900-rgb),.05);padding:.25rem .75rem;font-size:.75rem;font-weight:500;border-radius:999px;color:var(--slate-700)}.index-card__chip svg{height:1rem;width:1rem}.index-card__tree-icon,.index-card__saturn-icon{display:block;width:1.5rem;height:1.5rem;color:var(--color-accent, var(--color-text))}@media(prefers-reduced-motion:reduce){.index-card,.index-card__menu-icon-wrapper{transition:none}}.modal-backdrop{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-sheet{max-width:720px;width:calc(100% - 32px);max-height:80vh;max-height:80dvh;overflow:auto;background:#fff;color:#212529;border-radius:10px;box-shadow:0 10px 30px #00000040;padding:16px 16px 12px}@media(max-width:480px){.modal-sheet{width:calc(100% - 16px);max-height:88vh;max-height:88dvh;padding:12px}.modal-close{min-width:var(--tap-min, 44px);min-height:var(--tap-min, 44px)}}.modal-title{margin:0;font-size:1.1rem}.modal-title-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;margin-bottom:8px}.modal-close{background:transparent;border:none;color:#111827;font-size:1.5rem;line-height:1;cursor:pointer;padding:.25rem .4rem;border-radius:8px;transition:background .2s ease,transform .1s ease}.modal-close:hover{background:#f3f4f6;transform:scale(1.05)}.modal-body{white-space:pre-wrap;line-height:1.45}.modal-actions{margin-top:12px;display:flex;justify-content:flex-end}.modal-actions .btn{padding:8px 12px;border-radius:8px;border:1px solid #ced4da;background:#f1f3f5;cursor:pointer}.modal-actions .btn:hover{background:#e9ecef}.modal-action-button{flex:1;padding:.85rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem 0;margin-top:1rem}.pagination__button{display:inline-flex;align-items:center;justify-content:center;min-height:var(--tap-min, 44px);padding:.5rem 1rem;border:1px solid var(--color-border, #e0e0e0);border-radius:6px;background-color:var(--color-surface, #fff);color:var(--color-text, #333);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.pagination__button:hover:not(:disabled){background-color:var(--color-surface-hover, #f5f5f5);border-color:var(--color-primary, #6366f1)}.pagination__button:disabled{opacity:.5;cursor:not-allowed}.pagination__info{font-size:.875rem;color:var(--color-text, #333)}.pagination__total{color:var(--color-text-subtle, #666);margin-left:.5rem}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media(forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media(forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media(hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media(forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@media(prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media(hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}.location-picker{position:relative;width:100%}.location-picker-canvas{display:block;width:100%;aspect-ratio:2 / 1;border:1px solid var(--color-border, #e2e8f0);border-radius:8px;overflow:hidden}.location-picker-search{position:absolute;top:8px;left:8px;z-index:5;width:min(280px,calc(100% - 56px))}.location-picker-search input{width:100%;box-sizing:border-box;padding:8px 12px;border:1px solid var(--color-border, #cbd5e1);border-radius:6px;background:var(--color-surface, #ffffff);color:var(--color-text, #0f172a);font-size:.9rem;box-shadow:0 1px 3px #0f172a26}.location-picker-search input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f126}.location-picker-search-status{position:absolute;right:10px;top:8px;color:var(--color-text-muted, #64748b)}.location-picker-results{list-style:none;margin:4px 0 0;padding:4px;background:var(--color-surface, #ffffff);border:1px solid var(--color-border, #e2e8f0);border-radius:8px;box-shadow:0 8px 24px #0f172a2e;max-height:220px;overflow-y:auto}.location-picker-results li{margin:0}.location-picker-results button{display:block;width:100%;text-align:left;padding:8px 10px;border:none;background:transparent;color:var(--color-text, #0f172a);font-size:.85rem;border-radius:6px;cursor:pointer}.location-picker-results button:hover{background:var(--color-surface-alt, #f1f5f9)}.event-map{position:relative;flex:1 1 0;min-height:0;width:100%;display:flex;overflow:hidden}.event-map-canvas{width:100%;height:100%;border-radius:10px;overflow:hidden}.event-map-popup{position:absolute;top:12px;left:12px;max-width:min(320px,calc(100% - 24px));background:var(--color-surface, #ffffff);color:var(--color-text, #0f172a);border:1px solid var(--color-border, #e2e8f0);border-radius:10px;box-shadow:0 8px 24px #0f172a2e;padding:12px 14px;z-index:5}.event-map-popup h4{margin:0 28px 4px 0;font-size:1rem}.event-map-popup-year{font-weight:600;color:var(--color-text-muted, #475569);font-size:.85rem}.event-map-popup-loc{color:var(--color-text-subtle, #64748b);font-size:.85rem;margin-top:2px}.event-map-popup-desc{margin:8px 0 0;font-size:.9rem;line-height:1.4;white-space:pre-wrap}.event-map-popup-close{position:absolute;top:6px;right:6px;border:none;background:transparent;font-size:1.4rem;line-height:1;cursor:pointer;color:var(--color-text-muted, #475569);min-width:var(--tap-min, 44px);min-height:var(--tap-min, 44px)}.event-details{color:#212529;background:var(--color-surface, #fff);padding:1rem 1.25rem;border-radius:12px;border:2px solid color-mix(in oklab,var(--color-text, #111) 10%,transparent);box-shadow:0 10px 30px #00000014}.event-details .muted{color:#868e96}.event-details-section{margin-bottom:1rem}.event-details-heading{font-weight:700;color:var(--color-accent, #5b6def);margin-bottom:.5rem;letter-spacing:.3px}.event-details-content p{margin:0;white-space:pre-wrap;line-height:1.5}.event-details-meta{display:grid;grid-template-columns:max-content 1fr;gap:8px 14px;align-items:center}.event-details-meta .k{color:#495057;font-weight:700}.event-details-meta .v{color:#212529;width:100%}.event-details input[type=text],.event-details textarea{width:100%;border:2px solid #e0e6ed;border-radius:10px;font-size:1rem;background:#fff;transition:all .2s ease}.event-details input[type=text]:focus,.event-details textarea:focus{border-color:var(--color-accent, #5b6def);outline:none;box-shadow:0 0 0 3px color-mix(in oklab,var(--color-accent, #5b6def) 20%,transparent)}.event-details .event-details-content textarea{min-height:220px;line-height:1.5;resize:vertical}.event-details-actions{margin-top:.75rem;display:flex;gap:.5rem;justify-content:flex-end}.event-details-actions__primary{display:flex;gap:.5rem;align-items:center}.event-details-actions button{padding:.6rem 1rem;border:none;border-radius:10px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s ease;text-transform:uppercase}.event-details-actions button.primary{background:linear-gradient(45deg,var(--color-accent, #5b6def),var(--color-accent, #5b6def));color:#fff}.event-details-actions button.primary:hover:not(:disabled){background:linear-gradient(45deg,color-mix(in oklab,var(--color-accent, #5b6def) 85%,white),var(--color-accent, #5b6def));transform:translateY(-1px)}.event-details-actions button.danger{background:linear-gradient(45deg,#c92a2a,#a61e1e);color:#fff}.event-details-actions button.danger:hover:not(:disabled){background:linear-gradient(45deg,#e03131,#c92a2a);transform:translateY(-1px)}.event-details-actions button.secondary{background:linear-gradient(45deg,#6b7280,#4b5563);color:#fff}.event-details-actions button.secondary:hover{background:linear-gradient(45deg,#4b5563,#374151);transform:translateY(-1px)}.event-details-actions button:disabled{opacity:.5;cursor:not-allowed}.event-characters-list{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.event-character-chip{display:inline-flex;align-items:center;gap:6px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:16px;padding:4px 10px;font-size:.85rem}.event-character-name{font-weight:600;color:#374151}.event-character-role{color:#6b7280;font-style:italic}.event-character-remove{background:none;border:none;color:#9ca3af;font-size:1rem;cursor:pointer;padding:0 2px;line-height:1}.event-character-remove:hover{color:#ef4444}.event-character-add{display:flex;gap:6px;align-items:center;margin-top:8px}.event-character-add select,.event-character-add .event-character-role-input{border:1px solid #d1d5db;border-radius:8px;padding:6px 8px;font-size:.85rem}.event-character-add select{flex:1;min-width:0}.event-character-add .event-character-role-input{width:120px}.event-character-add-btn{background:var(--color-accent, #5b6def);color:#fff;border:none;border-radius:8px;padding:6px 14px;font-size:.85rem;font-weight:600;cursor:pointer}.event-character-add-btn:disabled{opacity:.5;cursor:not-allowed}.event-details-map{height:260px;width:100%;margin-top:8px;display:flex;border-radius:10px;overflow:hidden}.tel{flex:1 1 0;min-height:0;overflow-y:auto;padding:8px 10px 12px;display:flex;flex-direction:column;gap:14px}.tel-empty,.tel-group-empty{color:var(--color-text-muted, #6b7280);font-size:.9rem;padding:6px 2px}.tel-group{display:flex;flex-direction:column;gap:6px}.tel-group-header{display:flex;align-items:center;gap:8px;position:sticky;top:0;background:var(--color-surface, #ffffff);padding:4px 2px;z-index:1}.tel-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.tel-group-name{font-weight:700;color:var(--color-text, #111827);font-size:.95rem}.tel-group-count{margin-left:auto;font-size:.75rem;color:var(--color-text-muted, #6b7280);background:var(--color-surface-alt, #f1f5f9);border-radius:999px;padding:1px 8px}.tel-strip{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:2px 2px 8px;scrollbar-width:thin}.tel-chip{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;max-width:240px;background:var(--color-surface-alt, #f9fafb);border:1px solid var(--color-border, #e5e7eb);border-radius:999px;padding:6px 12px;cursor:pointer;font-size:.88rem;white-space:nowrap}.tel-chip:hover{background:var(--color-surface, #eef2f6)}.tel-chip-year{flex:none;font-variant-numeric:tabular-nums;font-weight:600;color:var(--color-text-muted, #475569);font-size:.78rem}.tel-chip-name{color:var(--color-text, #374151);font-weight:500;overflow:hidden;text-overflow:ellipsis}.tman{display:flex;flex-direction:column;gap:16px}.tman-empty{font-size:.85rem;color:var(--color-text-muted, #6b7280);margin:4px 0}.tman-territory{border:1px solid var(--color-border, #e2e8f0);border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:10px}.tman-territory-head{display:flex;align-items:center;gap:8px}.tman-territory-head input[type=color]{flex:none;width:36px;height:36px;padding:0;border:1px solid var(--color-border, #d1d5db);border-radius:8px;background:none;cursor:pointer}.tman-territory-name{flex:1 1 auto;min-width:0;padding:8px 10px;border:1px solid var(--color-border, #d1d5db);border-radius:8px;font-size:var(--fs-input);font-weight:600}.tman-shape{border-top:1px dashed var(--color-border, #e2e8f0);padding-top:10px;display:flex;flex-direction:column;gap:8px}.tman-shape-fields{display:flex;gap:8px;flex-wrap:wrap}.tman-shape-fields label{display:flex;flex-direction:column;gap:2px;font-size:.75rem;font-weight:600;color:var(--color-text-muted, #475569)}.tman-shape-fields input{padding:6px 8px;border:1px solid var(--color-border, #d1d5db);border-radius:6px;font-size:var(--fs-input);width:90px}.tman-shape-label{flex:1 1 auto}.tman-shape-label input{width:100%}.tman-shape-range{font-size:.78rem;color:var(--color-text-muted, #6b7280);font-variant-numeric:tabular-nums}.tman-shape-actions{display:flex;gap:6px;flex-wrap:wrap}.tman-territory-head button,.tman-shape-actions button{border:1px solid var(--color-border, #cbd5e1);background:var(--color-surface-alt, #f1f5f9);border-radius:8px;padding:6px 12px;font-weight:600;font-size:.8rem;cursor:pointer}.tman-territory-head button.primary,.tman-shape-actions button.primary{background:#6366f1;color:#fff;border-color:#6366f1}.tman-territory-head button.danger,.tman-shape-actions button.danger{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.tman-territory-head button:disabled,.tman-shape-actions button:disabled{opacity:.5;cursor:not-allowed}.ushow-map-shell{position:relative;flex:1 1 0;min-height:0;display:flex}.ushow-map-shell .event-map{flex:1 1 0}.map-time-bar{position:absolute;left:12px;right:12px;bottom:12px;z-index:5;display:flex;align-items:center;gap:10px;background:var(--color-surface, #ffffff);border:1px solid var(--color-border, #e2e8f0);border-radius:10px;box-shadow:0 6px 18px #0f172a2e;padding:8px 12px}.map-edit-toggle{flex:none;border:1px solid var(--color-border, #cbd5e1);background:var(--color-surface-alt, #f1f5f9);border-radius:8px;padding:6px 12px;font-weight:600;font-size:.85rem;cursor:pointer}.map-edit-toggle.active{background:#e8590c;color:#fff;border-color:#e8590c}.map-year-label{flex:none;font-variant-numeric:tabular-nums;font-weight:600;font-size:.85rem;min-width:64px;text-align:center}.map-year-slider{flex:1 1 auto;min-width:0}.map-draw-bar{position:absolute;left:12px;right:12px;top:12px;z-index:6;display:flex;align-items:center;gap:8px;flex-wrap:wrap;background:var(--color-surface, #ffffff);border:1px solid var(--color-border, #e2e8f0);border-radius:10px;box-shadow:0 6px 18px #0f172a2e;padding:8px 12px}.map-draw-hint{flex:1 1 auto;min-width:0;font-size:.82rem;color:var(--color-text-muted, #475569)}.map-draw-bar button{flex:none;border:1px solid var(--color-border, #cbd5e1);background:var(--color-surface-alt, #f1f5f9);border-radius:8px;padding:6px 12px;font-weight:600;font-size:.82rem;cursor:pointer}.map-draw-bar button.primary{background:#e8590c;color:#fff;border-color:#e8590c}.map-draw-bar button:disabled{opacity:.5;cursor:not-allowed}.territory-form{display:flex;flex-direction:column;gap:12px}.territory-form label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;font-weight:600}.territory-form input,.territory-form select{padding:8px 10px;border:1px solid var(--color-border, #d1d5db);border-radius:8px;font-size:var(--fs-input)}.territory-form-new,.territory-form-years{display:flex;gap:12px}.territory-form-new label,.territory-form-years label{flex:1}.territory-form-hint{font-size:.8rem;color:var(--color-text-muted, #6b7280);margin:0}.territory-form-fixed{font-size:.9rem;margin:0}.territory-form-actions{display:flex;justify-content:flex-end;gap:8px}.territory-form-actions button{padding:8px 16px;border-radius:8px;border:none;font-weight:600;cursor:pointer}.territory-form-actions .secondary{background:#e5e7eb;color:#374151}.territory-form-actions .primary{background:#6366f1;color:#fff}.territory-form-actions button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:480px){.map-time-bar{flex-wrap:wrap}.map-year-slider{flex-basis:100%}}.ushow-panel{display:flex;flex-direction:column;min-height:0;border:1px solid var(--color-border, #e2e8f0);border-radius:10px;background:var(--color-surface, #ffffff);overflow:hidden}.ushow-panel-header{display:flex;align-items:flex-start;gap:6px;flex:none;flex-wrap:wrap;padding:3px 8px;background:var(--color-surface-alt, #f8fafc);border-bottom:1px solid var(--color-border, #eef2f6)}.ushow-panel.collapsed .ushow-panel-header{border-bottom:none}.ushow-panel-toggle{display:inline-flex;align-items:center;gap:6px;flex:none;border:none;background:transparent;color:var(--color-text, #0f172a);font-weight:600;font-size:.8rem;letter-spacing:.01em;text-transform:uppercase;cursor:pointer;padding:2px 6px;border-radius:6px;min-height:26px}.ushow-panel-toggle:hover{background:var(--color-surface, #eef2f6)}.ushow-panel-header-extra{display:flex;align-items:center;gap:8px;flex:1 1 0;flex-wrap:wrap;min-width:0}.ushow-panel-subheader{flex:0 0 100%;width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:3px}.ushow-panel-body{min-height:0;display:flex;flex-direction:column;overflow:hidden}.ushow-panel-body--flex{flex:1 1 0}.ushow-panel--attached-bottom{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}.ushow-panel--attached-top{border-top-left-radius:0;border-top-right-radius:0}.universe-rating{display:inline-flex;align-items:center;gap:8px}.universe-rating-stars{display:inline-flex;align-items:center;line-height:1}.universe-rating-star{font-size:1.05rem;color:#f59f00;background:none;border:none;padding:0 1px}.universe-rating-stars.is-interactive .universe-rating-star{cursor:pointer}.universe-rating-star:disabled{cursor:default;opacity:.7}.universe-rating-meta{display:flex;align-items:center;gap:8px}.universe-rating-summary{font-size:.82rem;font-weight:600;color:var(--color-text-muted, #475569);font-variant-numeric:tabular-nums}@media(max-width:480px){.universe-rating{flex-direction:column;align-items:flex-start;gap:2px}}.universe-rating-clear{border:none;background:none;color:var(--color-text-muted, #6b7280);font-size:.78rem;text-decoration:underline;cursor:pointer;padding:0}.universe-rating-clear:disabled{opacity:.6;cursor:default}.universe-comments{display:flex;flex-direction:column;gap:14px}.comment-new textarea,.comment-reply-box textarea{width:100%;padding:8px 10px;border:1px solid var(--color-border, #d1d5db);border-radius:8px;font-family:inherit;resize:vertical}.comment-new-actions,.comment-reply-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:6px}.comment-post{background:#6366f1;color:#fff;border:none;border-radius:8px;padding:6px 14px;font-weight:600;cursor:pointer}.comment-post:disabled{opacity:.6;cursor:not-allowed}.comment-tree{display:flex;flex-direction:column;gap:10px}.comment-item{border-left:2px solid var(--color-border, #e2e8f0);padding-left:10px}.comment-head{display:flex;align-items:center;gap:8px;font-size:.85rem}.comment-author{font-weight:600;color:var(--color-text, #0f172a)}.comment-deleted{font-style:italic;color:var(--color-text-muted, #6b7280)}.comment-time{font-size:.75rem;color:var(--color-text-muted, #6b7280)}.comment-collapse{background:none;border:none;color:var(--color-text-muted, #6b7280);font-size:.78rem;cursor:pointer;padding:0 2px}.comment-body{font-size:.9rem;margin:4px 0;white-space:pre-wrap;word-break:break-word}.comment-actions{display:flex;gap:12px}.comment-link{background:none;border:none;color:var(--color-text-muted, #475569);font-size:.8rem;font-weight:600;cursor:pointer;padding:0}.comment-link:disabled{opacity:.5;cursor:default}.comment-danger{color:#e03131}.comment-empty{font-size:.88rem;color:var(--color-text-muted, #6b7280);margin:0}.connection-filter-box{display:flex;flex-direction:column;gap:8px;margin-top:8px;padding:10px;border:1px solid color-mix(in oklab,var(--color-text) 15%,transparent);border-radius:10px;background:color-mix(in oklab,var(--color-surface) 95%,var(--color-bg));min-width:0;width:100%}.connection-filter-header-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.connection-filter-title{font-weight:700;color:var(--color-text)}.connection-filter-header-actions{display:flex;gap:6px}.connection-filter-chips{background:#ffffff1a;border-radius:25px;padding:4px;display:flex;gap:8px;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);width:100%;max-width:100%;min-width:0;white-space:nowrap;overflow-x:auto;scrollbar-width:none;overflow-y:hidden;-webkit-overflow-scrolling:touch}.connection-filter-chips::-webkit-scrollbar{display:none}.connection-filter-chip{background:color-mix(in oklab,var(--color-surface) 90%,var(--color-text) 8%);border-radius:999px;padding:4px 10px;display:inline-flex;align-items:center;gap:6px;font-size:.9rem}.connection-filter-chip button{border:none;background:transparent;cursor:pointer;font-weight:700;color:var(--color-text);padding:0;line-height:1}.connection-filter-label{font-weight:600;color:var(--color-text);display:flex;flex-direction:column;gap:6px}.connection-filter-input{padding:.5rem .75rem;border-radius:8px;border:1px solid color-mix(in oklab,var(--color-text) 15%,transparent)}.connection-filter-actions{display:flex;gap:8px;flex-wrap:wrap}.universe-info-modal__creator{margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(148,163,184,.3)}.universe-info-modal__creator-label{display:block;font-size:.8rem;color:var(--color-text-subtle, #64748b);margin-bottom:.5rem}.universe-info-modal__creator-row{display:flex;align-items:center;gap:.6rem}.universe-info-modal__creator-name{font-weight:500;color:var(--color-text, #0f172a)}@media(max-width:480px){.connection-filter-chips{flex-wrap:wrap;overflow-x:visible;white-space:normal}.connection-filter-input{width:100%;font-size:var(--fs-input)}.connection-filter-actions{width:100%}.connection-filter-actions>*{flex:1 1 auto;min-height:var(--tap-min)}}.map-timeline-filter{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:6px;max-width:100%}@media(max-width:480px){.map-timeline-filter{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.map-timeline-filter::-webkit-scrollbar{display:none}}.ushow-cta-banner{flex:none;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:8px 12px;margin-bottom:8px;border:1px solid color-mix(in oklab,#6366f1 35%,transparent);border-radius:10px;background:color-mix(in oklab,#6366f1 10%,var(--color-surface, #ffffff))}.ushow-cta-banner-text{font-size:.9rem;font-weight:600;color:var(--color-text, #0f172a)}.ushow-cta-banner-actions{display:flex;align-items:center;gap:6px}.ushow-cta-banner-dismiss{flex:none;border:none;background:transparent;color:var(--color-text-muted, #6b7280);font-size:1.2rem;line-height:1;padding:2px 6px;border-radius:6px;cursor:pointer}.ushow-cta-banner-dismiss:hover{background:color-mix(in oklab,var(--color-text) 8%,transparent)}.universe-info-edit{display:flex;flex-direction:column;gap:12px}.universe-info-edit label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;font-weight:600}.universe-info-edit input,.universe-info-edit textarea{padding:8px 10px;border:1px solid var(--color-border, #d1d5db);border-radius:8px;font-size:.95rem;font-family:inherit;resize:vertical}.universe-info-edit-actions{display:flex;justify-content:flex-end;gap:8px}.universe-info-edit-actions button{padding:8px 16px;border-radius:8px;border:none;font-weight:600;cursor:pointer}.universe-info-edit-actions .secondary{background:#e5e7eb;color:#374151}.universe-info-edit-actions .primary{background:#6366f1;color:#fff}.universe-info-edit-actions button:disabled{opacity:.6;cursor:not-allowed}.universe-info-edit-trigger{margin-top:12px}.share-link-section{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.share-link-label{font-size:.8rem;font-weight:600;color:var(--color-text, #0f172a)}.share-link-row{display:flex;gap:8px;align-items:center}.share-link-input{flex:1 1 auto;min-width:0;padding:.5rem .75rem;border-radius:8px;border:1px solid color-mix(in oklab,var(--color-text) 15%,transparent);background:var(--color-surface-alt, #f8fafc);font-size:.85rem}.share-link-row .ushow-action-button{flex:none}.share-link-hint{font-size:.8rem;color:var(--color-text-muted, #6b7280);margin:0}.ushow-panel .ushow-timeline-select{background:var(--color-surface-alt, #f1f5f9);border-color:var(--color-border, #e2e8f0);backdrop-filter:none}.ushow-panel .ushow-pane-select{background:transparent;border:none;padding:0;backdrop-filter:none}.ushow-panel-header .ushow-timeline-select{padding:2px;gap:3px}.ushow-panel-header .view-toggle-button,.ushow-panel-header .timeline-toggle-button{padding:3px 10px;font-size:.78rem}.ushow-topbar{flex:none;display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:0 0 8px}.ushow-topbar-rating{margin-left:auto}@media(max-width:480px){.ushow-topbar-rating{margin-left:0}.ushow-topbar .ushow-action-button{padding:4px 8px;font-size:.78rem}}.ushow-panel-header .ushow-action-button{padding:4px 8px;font-size:.78rem}.ushow-viz-subheader{display:flex;flex-direction:column;gap:8px;width:100%}.ushow-panel--has-menu{overflow:visible}.ushow-panel--has-menu>.ushow-panel-header{overflow:visible}.ushow-panel--has-menu>.ushow-panel-body{overflow:hidden;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.add-event-form-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.add-event-form-modal{background:var(--color-surface, white);border-radius:16px;padding:2rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.add-event-form-modal h3{margin:0 0 1.5rem;color:var(--color-accent, #667eea);font-size:1.5rem;font-weight:700}.add-event-form-modal form{display:flex;flex-direction:column;gap:1.2rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{font-size:.95rem;font-weight:600;color:#374151}.form-field input[type=text],.form-field input[type=number],.form-field textarea{padding:.75rem 1rem;border:2px solid #e0e6ed;border-radius:8px;font-size:1rem;font-family:inherit;background:#fff;transition:all .2s ease}.form-field input[type=text]:focus,.form-field input[type=number]:focus,.form-field textarea:focus{outline:none;border-color:var(--color-accent, #667eea);box-shadow:0 0 0 3px #667eea1a}.form-field textarea{resize:vertical;min-height:80px}.form-actions{display:flex;gap:.75rem;margin-top:.5rem}.form-actions button{flex:1;padding:.85rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.submit-button{background:linear-gradient(45deg,var(--color-accent, #667eea),var(--color-accent, #667eea));color:#fff}.submit-button:hover:not(:disabled){background:linear-gradient(45deg,#5568d3,#667eea);transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.submit-button:disabled{opacity:.6;cursor:not-allowed}.cancel-button{background:#e5e7eb;color:#374151}.cancel-button:hover:not(:disabled){background:#d1d5db}.cancel-button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.add-event-form-modal{padding:1.5rem;width:95%}.form-actions{flex-direction:column}}.manage-timelines-panel{display:flex;flex-direction:column;align-items:flex-start;background:var(--color-surface);padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;margin:1rem 0;border:2px solid color-mix(in oklab,var(--color-text) 10%,transparent);font-family:Arial,Helvetica,sans-serif;transition:all .3s ease;overflow-y:auto}.manage-timelines-panel:hover{box-shadow:0 15px 40px #00000026;border-color:var(--color-accent)}.manage-timelines-form{width:100%}.manage-timelines-form h3{margin:0 0 1.5rem;color:var(--color-accent);font-size:1.3rem;font-weight:700;letter-spacing:.5px}.create-timeline-controls{width:100%;margin-bottom:1rem}.create-timeline-button{padding:.7rem 1.2rem;background:linear-gradient(45deg,var(--color-accent),var(--color-accent));color:#fff;border:none;border-radius:10px;font-size:.98rem;font-weight:700;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.3px}.create-timeline-button:hover{background:linear-gradient(45deg,color-mix(in oklab,var(--color-accent) 85%,white),var(--color-accent));transform:translateY(-1px)}.create-timeline-form{display:flex;flex-direction:column;gap:.7rem;margin-top:.75rem;padding:1rem;background:#f8f9fb;border:2px solid #e0e6ed;border-radius:12px}.create-timeline-form input[type=text]{width:100%;border:2px solid #e0e6ed;border-radius:10px;font-size:1.5rem;background:#fff;transition:all .2s ease}.create-timeline-form input[type=text]:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px color-mix(in oklab,var(--color-accent) 20%,transparent)}.create-timeline-form button{padding:.7rem 1.2rem;background:linear-gradient(45deg,var(--color-accent),var(--color-accent));color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s ease;text-transform:uppercase}.create-timeline-form button:hover:not(:disabled){background:linear-gradient(45deg,color-mix(in oklab,var(--color-accent) 85%,white),var(--color-accent));transform:translateY(-1px)}.create-timeline-form button:disabled{opacity:.5;cursor:not-allowed}.timelines-list{width:100%}.timelines-list ul{list-style:none;padding:0;margin:0}.timelines-list li{background:#fff;border:2px solid #e0e6ed;border-radius:8px;padding:1rem;margin-bottom:.7rem;transition:all .2s ease}.timelines-list li:hover{border-color:var(--color-accent);box-shadow:0 2px 8px color-mix(in oklab,var(--color-accent) 30%,transparent)}.timelines-list li.selected{border-color:var(--color-accent);background:color-mix(in oklab,var(--color-accent) 5%,white)}.timeline-item-header{display:flex;flex-direction:column;gap:.7rem}.timeline-info{display:flex;align-items:center;gap:.7rem;flex:1}.timeline-name{font-size:1.1rem;font-weight:600;color:#374151;cursor:pointer;transition:color .2s}.timeline-name:hover{color:var(--color-accent)}.timeline-event-count{font-size:.9rem;color:#6b7280;font-weight:400}.timeline-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.timeline-actions button{padding:.5rem 1rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.rename-button{background:linear-gradient(45deg,var(--color-accent),var(--color-accent));color:#fff}.rename-button:hover{background:linear-gradient(45deg,color-mix(in oklab,var(--color-accent) 85%,white),var(--color-accent));transform:translateY(-1px)}.expand-button{background:linear-gradient(45deg,#6b7280,#4b5563);color:#fff}.expand-button:hover{background:linear-gradient(45deg,#4b5563,#374151);transform:translateY(-1px)}.add-event-button{background:linear-gradient(45deg,#10b981,#059669);color:#fff}.add-event-button:hover{background:linear-gradient(45deg,#34d399,#10b981);transform:translateY(-1px)}.timeline-edit-form{display:flex;align-items:center;gap:.7rem;width:100%;flex-wrap:wrap}@media(max-width:768px){.timeline-edit-form{flex-direction:column;align-items:stretch}.timeline-edit-form input[type=text],.timeline-edit-form button{width:100%}}.timeline-edit-form input[type=text]{flex:1;min-width:0;padding:.8rem 1rem;border:2px solid #e0e6ed;border-radius:10px;font-size:1rem;background:#fff;transition:all .2s ease;box-sizing:border-box}.timeline-edit-form input[type=text]:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px color-mix(in oklab,var(--color-accent) 20%,transparent)}.timeline-edit-form button{padding:.7rem 1.2rem;border:none;border-radius:10px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s ease;white-space:nowrap}.timeline-edit-form button:first-of-type{background:linear-gradient(45deg,var(--color-accent),var(--color-accent));color:#fff}.timeline-edit-form button:first-of-type:hover:not(:disabled){background:linear-gradient(45deg,color-mix(in oklab,var(--color-accent) 85%,white),var(--color-accent));transform:translateY(-1px)}.timeline-edit-form button:first-of-type:disabled{opacity:.5;cursor:not-allowed}.timeline-edit-form button:last-of-type{background:linear-gradient(45deg,#6b7280,#4b5563);color:#fff}.timeline-edit-form button:last-of-type:hover{background:linear-gradient(45deg,#4b5563,#374151);transform:translateY(-1px)}.timeline-events-list{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.timeline-events-list ul{list-style:none;padding:0;margin:0}.timeline-events-list li{display:flex;justify-content:space-between;align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:.6rem .9rem;margin-bottom:.5rem;font-size:.95rem}.timeline-events-list li .event-row-left{display:inline-flex;align-items:center;gap:.5rem}.timeline-events-list li .event-row-right{display:inline-flex;align-items:center;gap:.4rem}.timeline-events-list .event-edit-button{padding:.45rem .9rem;background:linear-gradient(45deg,var(--color-accent),var(--color-accent));color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s ease;text-transform:uppercase}.timeline-events-list .event-edit-button:hover{background:linear-gradient(45deg,color-mix(in oklab,var(--color-accent) 85%,white),var(--color-accent));transform:translateY(-1px)}.timeline-events-list .event-edit-button:disabled{opacity:.5;cursor:not-allowed}.timeline-events-list li:hover{background:#f3f4f6;border-color:#d1d5db}.timeline-entry-row.drag-over{outline:2px dashed var(--color-accent, #667eea);background:color-mix(in oklab,var(--color-accent) 8%,#f3f4f6)}.drag-handle{display:none;color:#6b7280;margin-right:.5rem}@media(max-width:768px){.drag-handle.mobile-only{display:inline-flex;align-items:center;justify-content:center;padding:.25rem;touch-action:none}.timeline-events-list li{gap:.5rem}}.event-name{font-weight:500;color:#374151}.event-position{font-size:.85rem;color:#6b7280;font-style:italic}.no-events{padding:1rem;text-align:center;color:#9ca3af;font-style:italic;font-size:.95rem}.empty-message{padding:2rem;text-align:center;color:#9ca3af;font-style:italic;font-size:1rem}@media(max-width:768px){.manage-timelines-panel{padding:1.5rem}.timeline-actions{width:100%}.timeline-actions button{flex:1;min-width:fit-content}}.timeline-side-panel{margin-top:auto}.panel-actions{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.timeline-container{display:flex;flex-direction:column;min-height:0;position:relative;height:100%}.timeline-graph-wrapper{width:100%;height:clamp(300px,50vh,600px);height:clamp(300px,50dvh,600px);position:relative;display:flex;flex:0 0 auto}.timeline-graph-canvas{width:100%;height:100%}.timeline-side-panel-minimized{display:flex;flex-direction:column;align-items:center;background:var(--color-surface);border-top:2px solid color-mix(in oklab,var(--color-text) 10%,transparent)}.timeline-side-panel-minimized.timeline-side-panel{height:40vh;height:40dvh}.timeline-side-panel-minimized.minimized{height:auto}.editor-toggle-btn{padding:.8rem 1.5rem;background:linear-gradient(45deg,var(--color-accent),var(--color-accent));color:#fff;border:none;border-radius:25px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px color-mix(in oklab,var(--color-accent) 30%,transparent);min-width:100px;width:50%;margin-top:.5rem}.editor-toggle-btn:hover{background:linear-gradient(45deg,color-mix(in oklab,var(--color-accent) 85%,white),var(--color-accent));transform:translateY(-2px);box-shadow:0 6px 20px color-mix(in oklab,var(--color-accent) 40%,transparent)}.editor-toggle-btn:focus{outline:3px solid color-mix(in oklab,var(--color-accent) 50%,transparent);outline-offset:2px}.loading-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.loading-spinner{width:50px;height:50px;border:5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-banner{background:#fee;color:#c00;padding:1rem;text-align:center;border-bottom:2px solid #c00}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#6b7280;flex:1 1 auto;width:100%}.empty-state-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{margin:0 0 .5rem;font-size:1.5rem;color:#374151}.empty-state p{margin:0;font-size:1rem}.ai-fab{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;border:none;background:#6366f1;color:#fff;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 14px #6366f166;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease;z-index:900}.ai-fab:hover{transform:scale(1.08);box-shadow:0 6px 20px #6366f180}.ai-fab:active{transform:scale(.96)}.ai-fab svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media(max-width:480px){.ai-fab{bottom:calc(16px + env(safe-area-inset-bottom,0px));right:calc(16px + env(safe-area-inset-right,0px));width:52px;height:52px}}.ai-modal-content{display:flex;flex-direction:column;gap:16px}.ai-prompt-area{display:flex;flex-direction:column;gap:12px}.ai-prompt-area textarea{width:100%;min-height:100px;padding:12px;border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:1rem;resize:vertical;box-sizing:border-box}.ai-prompt-area textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f126}.ai-examples{display:flex;flex-wrap:wrap;gap:6px}.ai-example-chip{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:16px;padding:4px 12px;font-size:.8rem;color:#4b5563;cursor:pointer;transition:background .15s ease}.ai-example-chip:hover{background:#e5e7eb}.ai-btn-row{display:flex;gap:8px;justify-content:flex-end}.ai-btn{padding:10px 20px;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.ai-btn-primary{background:#6366f1;color:#fff}.ai-btn-primary:hover:not(:disabled){background:#4f46e5}.ai-btn-primary:disabled{opacity:.5;cursor:not-allowed}.ai-btn-secondary{background:#e5e7eb;color:#374151}.ai-btn-secondary:hover:not(:disabled){background:#d1d5db}.ai-loading{display:flex;align-items:center;justify-content:center;padding:32px 0;gap:12px;color:#6b7280;font-size:.95rem}.ai-spinner{width:20px;height:20px;border:2px solid #e5e7eb;border-top-color:#6366f1;border-radius:50%;animation:ai-spin .6s linear infinite}@keyframes ai-spin{to{transform:rotate(360deg)}}.ai-follow-up{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:14px;font-size:.95rem;color:#1e40af;line-height:1.5}.ai-answer{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;font-size:.95rem;color:#1f2937;line-height:1.6;white-space:pre-wrap}.ai-explanation{background:#f0f0ff;border-radius:8px;padding:12px;font-size:.9rem;color:#4338ca;line-height:1.4}.ai-warnings{display:flex;flex-direction:column;gap:4px}.ai-warning{background:#fef3c7;border-radius:6px;padding:8px 12px;font-size:.85rem;color:#92400e}.ai-actions-list{display:flex;flex-direction:column;gap:8px}.ai-action-card{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem}.ai-action-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.ai-action-icon.pending{color:#9ca3af}.ai-action-icon.success{color:#10b981}.ai-action-icon.error{color:#ef4444}.ai-action-type{font-size:.75rem;font-weight:600;text-transform:uppercase;color:#6b7280;letter-spacing:.03em;flex-shrink:0;min-width:100px}.ai-action-summary{color:#374151;flex:1}.ai-action-error{font-size:.8rem;color:#ef4444;margin-top:4px}.ai-error-msg{background:#fef2f2;border-radius:8px;padding:12px;color:#dc2626;font-size:.9rem}.ai-char-count{font-size:.8rem;color:#9ca3af;text-align:right}.ai-chat{display:flex;flex-direction:column;gap:12px;min-height:0;min-width:0}.ai-chat-toolbar{display:flex;justify-content:flex-end}.ai-btn-text{background:none;border:none;color:#6366f1;font-weight:600;font-size:.85rem;padding:4px 6px;cursor:pointer}.ai-btn-text:hover{text-decoration:underline}.ai-transcript{display:flex;flex-direction:column;gap:12px;overflow-y:auto;max-height:55vh;padding-right:4px}.ai-intro{color:#6b7280;font-size:.9rem;display:flex;flex-direction:column;gap:12px}.ai-msg{display:flex}.ai-msg-user{justify-content:flex-end}.ai-msg-assistant{justify-content:flex-start}.ai-msg-bubble{max-width:85%;min-width:0;display:flex;flex-direction:column;gap:10px;overflow-wrap:break-word;word-break:break-word}.ai-msg-user .ai-msg-bubble{background:#6366f1;color:#fff;padding:10px 14px;border-radius:14px 14px 2px;white-space:pre-wrap;line-height:1.45}.ai-msg-assistant .ai-msg-bubble{max-width:92%}.ai-typing{flex-direction:row;align-items:center;gap:10px;color:#6b7280;font-size:.9rem}.ai-composer{display:flex;gap:8px;align-items:flex-end;border-top:1px solid #e5e7eb;padding-top:12px}.ai-composer textarea{flex:1 1 auto;min-width:0;min-height:44px;max-height:140px;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:16px;resize:vertical;box-sizing:border-box}.ai-composer textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f126}.ai-composer .ai-btn{flex-shrink:0}@media(max-width:480px){.ai-btn-row{flex-direction:column}.ai-transcript{max-height:50vh}.ai-btn-row .ai-btn{width:100%;min-height:var(--tap-min)}.ai-composer .ai-btn{min-height:var(--tap-min)}.ai-action-card{flex-wrap:wrap}.ai-action-type{min-width:0}}:root{--toggle-button-font-size: 1rem;--toggle-button-color-clicked: #dbedff}.universe-back-nav{display:flex;align-items:center;gap:8px;padding:12px;z-index:1000}.universe-back-button{background:transparent;border:none;color:var(--color-text);cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.universe-back-button svg{width:24px;height:24px}.universe-back-text{color:var(--color-text);font-size:2rem;font-weight:600;padding:4px 8px;border-radius:4px;border:1px solid rgba(255,255,255,.2)}.universe-back-button:hover{color:var(--color-accent);transform:scale(1.1)}.universe-back-button:active{transform:scale(.95)}@media(max-width:768px){.universe-back-nav{padding:8px;gap:6px}.universe-back-button{padding:6px}.universe-back-button svg{width:20px;height:20px}.universe-back-text{font-size:.8rem;padding:3px 6px}}.view-toggle-button{background:#80808033;border:none;color:var(--color-text);padding:8px 16px;border-radius:10px;cursor:pointer;font-size:var(--toggle-button-font-size);font-weight:500;transition:all .2s ease;white-space:nowrap}.view-toggle-button:hover{background:#8080804d;color:var(--color-text)}.view-toggle-button.active{background:var(--toggle-button-color-clicked);color:#1a1a1a;font-weight:600;box-shadow:0 2px 8px #0000001a}.timeline-toggle-button{background:#80808033;border:none;color:var(--color-text);padding:2px 16px;border-radius:10px;cursor:pointer;font-size:var(--toggle-button-font-size);font-weight:500;transition:all .2s ease;white-space:nowrap}.timeline-toggle-button:hover{background:#8080804d;color:var(--color-text)}.timeline-toggle-button.active{background:var(--toggle-button-color-clicked);color:#1a1a1a;font-weight:600;box-shadow:0 2px 8px #0000001a}.ushow-action-buttons{margin-top:8px;display:flex;gap:8px;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.ushow-action-buttons--center{justify-content:center}.ushow-action-buttons::-webkit-scrollbar{display:none}.ushow-actions-row{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.ushow-action-button{display:inline-flex;align-items:center;gap:6px;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);padding:7px 12px;border-radius:9px;cursor:pointer;font-size:.85rem;font-weight:600;line-height:1.1;white-space:nowrap;box-shadow:0 1px 2px rgba(var(--slate-900-rgb),.05);transition:background .18s ease,border-color .18s ease,transform .15s ease,box-shadow .18s ease}.ushow-action-button svg{width:1em;height:1em;flex-shrink:0}.ushow-action-button:hover{background:var(--color-surface-alt);border-color:var(--color-border-strong);transform:translateY(-1px);box-shadow:0 3px 8px rgba(var(--slate-900-rgb),.1)}.ushow-action-button:active{transform:translateY(0)}.ushow-action-button.is-active{background:var(--color-accent-soft);border-color:var(--color-accent);color:var(--color-accent)}.ushow-action-button--primary{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-accent-contrast)}.ushow-action-button--primary:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:var(--color-accent-contrast)}.ushow-action-button--ghost{background:transparent;border-color:transparent;box-shadow:none;color:var(--color-text-muted)}.ushow-action-button--ghost:hover{background:var(--color-accent-soft);border-color:transparent;color:var(--color-text);box-shadow:none}.ushow-action-button--icon{padding:7px 9px}.ushow-action-button.danger{background:color-mix(in oklab,#e03131 12%,var(--color-surface));border-color:color-mix(in oklab,#e03131 45%,transparent);color:#e03131}.ushow-action-button.danger:hover{background:color-mix(in oklab,#e03131 20%,var(--color-surface));color:#e03131}.ushow-action-button:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.ushow-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;width:100%;margin-top:8px}.ushow-toolbar--center{justify-content:center}.ushow-toolbar-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ushow-toolbar-divider{width:1px;align-self:stretch;min-height:22px;background:var(--color-border);margin:0 2px}.ushow-toolbar-spacer{margin-left:auto}.ushow-menu{position:relative;display:inline-flex}.ushow-menu-popover{min-width:200px;max-width:calc(100vw - 16px);max-height:calc(100vh - 16px);overflow-y:auto;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 10px 30px rgba(var(--slate-900-rgb),.18);padding:6px;z-index:1000;display:flex;flex-direction:column;gap:2px}.ushow-menu-item{display:flex;align-items:center;gap:10px;width:100%;text-align:left;background:transparent;border:none;border-radius:8px;padding:9px 10px;font-size:.9rem;font-weight:500;color:var(--color-text);cursor:pointer}.ushow-menu-item:hover:not(:disabled){background:var(--color-accent-soft)}.ushow-menu-item-text{display:flex;flex-direction:column;gap:1px;min-width:0}.ushow-menu-item-desc{font-size:.78rem;font-weight:400;color:var(--color-text-muted, #6b7280);white-space:normal}.ushow-menu-item:disabled{opacity:.5;cursor:not-allowed}.ushow-menu-item-icon{display:inline-flex;color:var(--color-text-muted)}.ushow-menu-item-icon svg{width:1.05em;height:1.05em}.ushow-menu-item--danger,.ushow-menu-item--danger .ushow-menu-item-icon{color:#e03131}.ushow-menu-item--danger:hover:not(:disabled){background:color-mix(in oklab,#e03131 12%,var(--color-surface))}.ushow-menu-divider{height:1px;background:var(--color-border, #e2e8f0);margin:4px 2px}.ushow-actions-scroll-icon{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:6px 8px;font-weight:700;letter-spacing:1px;color:var(--color-text)}.ushow-danger-hint{color:#ff6b6b;text-align:center;font-size:.9rem;margin-top:4px}.ushow-danger-text{color:#ff3b30;text-align:center;font-size:.9rem;margin-top:4px}.universe-show{height:100vh;height:100dvh;overflow:hidden;position:relative}.ushow-page{height:100%;display:flex;flex-direction:column}.ushow-content{flex:1 1 0;display:flex;flex-direction:column;gap:8px;overflow:hidden;padding:8px 12px}.ushow-section{display:flex;flex-direction:column}.ushow-top-pane{padding:4px;flex:0 0 auto}.ushow-middle-pane{padding:4px;flex:1 1 auto;min-height:0}.ushow-bottom-pane{flex:0 0 auto;display:flex;flex-direction:column;gap:0px}.timeline-pane-collapsed{min-height:0!important;padding-top:6px;padding-bottom:6px}.timeline-collapse-bar{display:flex;justify-content:center;padding:6px 0}.ushow-section-header{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 0 4px;padding:0}.ushow-pane-select{background:#ffffff1a;border-radius:25px;padding:4px;display:inline-flex;gap:4px;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2)}.ushow-timeline-header{margin-top:4px}.ushow-timeline-select{background:#ffffff1a;border-radius:25px;padding:4px;display:inline-flex;gap:8px;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);max-width:100%;white-space:nowrap;overflow-x:auto;scrollbar-width:none}.ushow-timeline-select::-webkit-scrollbar{display:none}.timeline-graph-wrapper{width:100%;position:relative;display:flex;flex:1 1 0;min-height:0;overflow:hidden}.timeline-graph-wrapper>div,.timeline-graph-wrapper .timeline-graph-canvas,.timeline-graph-wrapper .react-transform-wrapper,.timeline-graph-wrapper .react-transform-component{display:flex;flex:1 1 auto;width:100%;height:100%;min-height:0;overflow:visible}.timeline-graph-wrapper svg{width:100%;height:100%;display:block}.ushow-tree-inline-wrapper{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.ushow-tree-inline-title{margin:0 0 4px;padding:0 4px;font-size:.95rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ushow-tree-inline-canvas{flex:1 1 auto;min-height:0;display:flex;position:relative}.ushow-tree-inline-canvas svg{width:100%;height:100%;display:block}.ushow-timeline-stack{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:8px;overflow:hidden}.ushow-timeline-events-scroll{flex:0 0 auto;display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:8px 4px 16px;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.ushow-timeline-events-scroll::-webkit-scrollbar{display:none}.timeline-event-chip{background:#8080802e;border:1px solid rgba(255,255,255,.25);color:var(--color-text);padding:2px 12px;border-radius:999px;cursor:pointer;font-size:var(--toggle-button-font-size);font-weight:500;white-space:nowrap;backdrop-filter:blur(6px);transition:background .18s ease,transform .15s ease,box-shadow .2s ease;display:flex;align-items:center}.timeline-event-chip:hover{background:#ffffff40;transform:translateY(-1px)}.timeline-event-chip:active{transform:translateY(0)}.timeline-event-chip.selected{background:var(--toggle-button-color-clicked);color:#1a1a1a;box-shadow:0 2px 8px #0000001a}.chip-info-btn{display:flex;align-items:center;justify-content:center;margin-left:6px}.universe-show .trees-hero{min-height:auto;padding:8px 12px;justify-content:center;flex:0 0 auto}.universe-show .trees-hero-content{max-width:none;width:100%;text-align:center}.universe-show .trees-title{font-size:1.1rem;font-weight:700;margin:0;line-height:1.2}.universe-show .trees-subtitle{display:none}.tree-canvas-wrapper,.tree-graph-canvas{display:flex;width:100%;height:100%;position:relative;overflow:hidden}.tree-canvas-wrapper svg{width:100%;height:100%;display:block}.tree-graph-canvas .react-transform-wrapper,.tree-graph-canvas .react-transform-component,.tree-graph-canvas .react-transform-element{width:100%;height:100%;display:flex;flex:1 1 auto}.universe-show .trees-content{display:flex;flex-direction:column}.universe-show .connections-carousel{gap:8px;padding:8px 0;flex:0 1 auto;min-height:0}.universe-show .connections-carousel .tree-card{padding:2.5rem 2rem;min-height:0}.universe-show .nav-button{height:32px;min-width:32px;padding:0 8px;font-size:.9rem}.universe-show .trees-section .trees-grid{gap:12px;flex:0 1 auto;min-height:0}.universe-show .tree-card{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.universe-show .tree-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.universe-show .tree-card:active{transform:translateY(0)}.universe-show .timeline-scroll{flex:0 0 auto;overflow-x:auto;overflow-y:visible;padding:20px 0;display:flex;justify-content:center}.universe-show .timeline-container{margin:0;padding:0;position:relative;width:100%;min-width:100%}.universe-show .timeline-track{position:absolute;top:50%;left:0;width:100%;right:auto;height:8px;border-radius:999px;background:linear-gradient(90deg,var(--color-track),var(--color-track));box-shadow:inset 0 1px 2px #0000000f}.subview-wrapper{width:100%;height:100%;display:flex;flex-direction:column}.trees-section-header{max-width:72rem;margin:0 auto}@media(max-width:480px){.ushow-action-buttons{flex-wrap:wrap;justify-content:center;overflow-x:visible}.ushow-toolbar{justify-content:center}.ushow-toolbar-divider{display:none}.ushow-toolbar-spacer{margin-left:0}.ushow-action-button{min-height:var(--tap-min);padding:8px 14px}.view-toggle-button,.timeline-toggle-button{min-height:var(--tap-min);display:inline-flex;align-items:center}.timeline-event-chip{min-height:36px}.universe-back-text{font-size:1rem}}.user-profile{max-width:72rem;margin:0 auto;padding:2rem 1.5rem}.user-profile__loading,.user-profile__error{text-align:center;padding:4rem 1rem;color:var(--color-text-subtle, #64748b);font-size:1.1rem}.user-profile__header{display:flex;align-items:center;gap:1.5rem;padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid rgba(148,163,184,.3)}.user-profile__avatar{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;position:relative}.user-profile__avatar--editable{cursor:pointer;transition:transform .15s ease}.user-profile__avatar--editable:hover{transform:scale(1.02)}.user-profile__avatar--editable:focus{outline:3px solid #334155;outline-offset:3px}.user-profile__avatar-image{width:100%;height:100%;object-fit:cover}.user-profile__avatar-initials{font-size:2.2rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.02em}.user-profile__avatar-overlay{position:absolute;inset:0;background:#0000008c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:500;opacity:0;transition:opacity .2s ease;text-align:center;padding:.5rem}.user-profile__avatar--editable:hover .user-profile__avatar-overlay,.user-profile__avatar--editable:focus .user-profile__avatar-overlay{opacity:1}.user-profile__info{display:flex;flex-direction:column;gap:.35rem}.user-profile__name{font-size:1.75rem;font-weight:600;margin:0;color:var(--color-text, #0f172a)}.user-profile__member-since{font-size:.9rem;color:var(--color-text-subtle, #64748b);margin:0}.user-profile__name-edit-btn{margin-left:.5rem;padding:.1rem .4rem;font-size:.9rem;line-height:1;background:transparent;border:none;border-radius:6px;color:var(--color-text-subtle, #64748b);cursor:pointer}.user-profile__name-edit-btn:hover{background:var(--color-surface-muted, #f1f5f9);color:var(--color-text, #0f172a)}.user-profile__name-edit{display:flex;flex-direction:column;gap:.3rem}.user-profile__name-edit-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.user-profile__name-input{font-size:1.25rem;font-weight:600;padding:.35rem .6rem;border:1px solid var(--color-border, #cbd5e1);border-radius:8px;max-width:16rem}.user-profile__name-input:focus{outline:none;border-color:var(--color-accent, #228be6)}.user-profile__name-cancel{background:transparent;border:none;color:var(--color-text-subtle, #64748b);cursor:pointer;font-size:.9rem}.user-profile__name-hint{font-size:.8rem;color:var(--color-text-subtle, #64748b);margin:0}.user-profile__name-errors .error-message{color:#c92a2a;font-size:.85rem}.user-profile__content{padding-top:1rem}.user-profile__section-title{font-size:1.25rem;font-weight:600;margin:0 0 1.5rem;color:var(--color-text, #0f172a)}.user-profile__empty{text-align:center;padding:3rem 1rem;color:var(--color-text-subtle, #64748b)}.user-profile__empty-icon{width:64px;height:64px;margin:0 auto 1rem;opacity:.4}.user-profile__empty-icon svg{width:100%;height:100%}.user-profile__empty p{margin:0;font-size:1rem}@media(max-width:600px){.user-profile{padding:1.5rem 1rem}.user-profile__header{flex-direction:column;text-align:center;gap:1rem}.user-profile__avatar{width:80px;height:80px}.user-profile__avatar-initials{font-size:1.75rem}.user-profile__name{font-size:1.5rem}}:root{--slate-50: #f8fafc;--slate-100: #f1f5f9;--slate-200: #e2e8f0;--slate-300: #cbd5e1;--slate-400: #94a3b8;--slate-500: #64748b;--slate-600: #475569;--slate-700: #334155;--slate-800: #1e293b;--slate-900: #0f172a;--slate-950: #020617;--slate-50-rgb: 248 250 252;--slate-100-rgb: 241 245 249;--slate-200-rgb: 226 232 240;--slate-300-rgb: 203 213 225;--slate-400-rgb: 148 163 184;--slate-500-rgb: 100 116 139;--slate-600-rgb: 71 85 105;--slate-700-rgb: 51 65 85;--slate-800-rgb: 30 41 59;--slate-900-rgb: 15 23 42;--slate-950-rgb: 2 6 23;--color-bg: var(--slate-50);--color-bg-alt: var(--slate-100);--color-surface: #ffffff;--color-surface-alt: var(--slate-50);--color-border: var(--slate-200);--color-border-strong: var(--slate-300);--color-ring: rgba(var(--slate-900-rgb), .1);--color-overlay: rgba(var(--slate-900-rgb), .38);--color-text: var(--slate-900);--color-text-muted: var(--slate-600);--color-text-subtle: var(--slate-500);--color-text-inverse: #ffffff;--color-accent: var(--slate-900);--color-accent-contrast: #ffffff;--color-accent-hover: #0c1322;--color-accent-soft: rgba(var(--slate-900-rgb), .05);--color-focus-outline: rgba(var(--slate-900-rgb), .5);--color-shadow: rgba(var(--slate-900-rgb), .08) 0 2px 4px;--color-shadow-lg: rgba(var(--slate-900-rgb), .12) 0 4px 18px;--color-track: rgba(var(--slate-900-rgb), .12);--hero-h: 140px;--section-gap: 8px;--timeline-h: 120px;--bp-phone: 480px;--bp-tablet: 768px;--bp-desktop: 1024px;--tap-min: 44px;--fs-xs: clamp(.75rem, 1.8vw, .85rem);--fs-sm: clamp(.85rem, 2vw, .95rem);--fs-body: clamp(1rem, 2.4vw, 1.125rem);--fs-lg: clamp(1.15rem, 3vw, 1.4rem);--fs-xl: clamp(1.4rem, 4vw, 2rem);--fs-2xl: clamp(1.8rem, 6vw, 3rem);--fs-input: 16px;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: clamp(1rem, 3vw, 1.5rem);--space-6: clamp(1.25rem, 4vw, 2rem);--color-accent-2: var(--slate-600)}[data-theme=dark]{--color-bg: var(--slate-950);--color-bg-alt: var(--slate-900);--color-surface: var(--slate-900);--color-surface-alt: var(--slate-800);--color-border: var(--slate-700);--color-border-strong: var(--slate-600);--color-ring: rgba(var(--slate-50-rgb), .15);--color-overlay: rgba(var(--slate-950-rgb), .6);--color-text: var(--slate-50);--color-text-muted: var(--slate-400);--color-text-subtle: var(--slate-500);--color-text-inverse: var(--slate-900);--color-accent: var(--slate-50);--color-accent-contrast: var(--slate-900);--color-accent-hover: #ffffff;--color-accent-soft: rgba(var(--slate-50-rgb), .08);--color-focus-outline: rgba(var(--slate-50-rgb), .55);--color-shadow: rgba(var(--slate-950-rgb), .5) 0 2px 6px;--color-shadow-lg: rgba(var(--slate-950-rgb), .6) 0 6px 28px;--color-track: rgba(var(--slate-50-rgb), .15)}html,body{background:var(--color-bg);color:var(--color-text)}a{color:var(--color-accent)}.card,.panel,.surface{background:var(--color-surface);color:var(--color-text)}.bg-surface{background:var(--color-surface)}.bg-surface-alt{background:var(--color-surface-alt)}.bg-accent{background:var(--color-accent);color:var(--color-accent-contrast)}.bg-accent-soft{background:var(--color-accent-soft)}.text-muted{color:var(--color-text-muted)}.text-subtle{color:var(--color-text-subtle)}.button,.btn,.nav-button-primary{background:var(--color-accent);color:var(--color-accent-contrast);border:1px solid var(--color-accent)}.button:hover,.btn:hover,.nav-button-primary:hover{background:var(--color-accent-hover)}.button-secondary,.nav-button-secondary{background:var(--color-accent-soft);color:var(--color-text);border:1px solid var(--color-border)}.button-outline,.nav-button-outline{background:transparent;color:var(--color-accent);border:2px solid var(--color-accent)}.button-outline:hover,.nav-button-outline:hover{background:var(--color-accent-soft)}.focus-outline:focus{outline:2px solid var(--color-focus-outline);outline-offset:2px}.shadow-base{box-shadow:var(--color-shadow)}.shadow-lg{box-shadow:var(--color-shadow-lg)}.legal-page{line-height:1.65;color:var(--color-text);background:var(--color-bg)}.legal-page__hero{background:linear-gradient(145deg,var(--color-surface) 0%,var(--color-surface-alt) 70%);border-bottom:1px solid var(--color-border);padding:3.5rem 1.5rem 3rem}.legal-page__hero-inner{max-width:960px;margin:0 auto}.legal-page__eyebrow{margin:0 0 .75rem;font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-subtle)}.legal-page__hero h1{margin:0 0 1rem;font-size:clamp(2.2rem,5vw,3rem);letter-spacing:-.02em}.legal-page__hero p{margin:0;max-width:70ch;color:var(--color-text-muted)}.legal-page__body{max-width:960px;margin:-2.5rem auto 4.5rem;padding:2.5rem 2rem 3rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:1.25rem;box-shadow:var(--color-shadow-lg)}.legal-page__section+.legal-page__section{margin-top:2.5rem}.legal-page__section h2{margin:0 0 .75rem;font-size:1.35rem;letter-spacing:-.01em}.legal-page__section p{margin:.5rem 0 0}.legal-page__section ul{margin:.75rem 0 0;padding-left:1.25rem;color:var(--color-text-muted)}.legal-page__section li{margin-bottom:.5rem}@media(max-width:720px){.legal-page__body{margin:-2rem 1rem 3.5rem;padding:2rem 1.5rem 2.5rem}}
/*# sourceMappingURL=application.css.map */
