:root{--ink:#000;--surface:#0a0a0a;--surface-2:#121212;--surface-3:#1a1a1a;--line:#2e2e2e;--line-strong:#454545;--yellow:#ffe81a;--yellow-deep:#d4bc00;--yellow-dim:#ffe81a24;--text:#f4f4f4;--muted:#9a9a9a;--danger:#ff6b4a;--ok:#7dff9a;--warn:#ffc14a;--radius:14px;--radius-sm:10px;--radius-lg:18px;--font:"DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--shadow-hard:4px 4px 0 #000;--header-h:72px}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;overflow-x:hidden}body{min-height:100dvh;font-family:var(--font);color:var(--text);background:var(--ink);margin:0;font-size:16px;line-height:1.45;overflow-x:hidden}#root{min-height:100dvh;overflow-x:hidden}a{color:var(--yellow);text-underline-offset:3px;text-decoration-thickness:2px}a:hover{color:#fff48a}code{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-sm);padding:.12em .35em;font-size:.88em}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.muted{color:var(--muted)}.small{font-size:.85rem}.hint{font-size:.9rem}.hint.warn{color:var(--warn)}.btn{border-radius:var(--radius-sm);border:2px solid var(--line-strong);background:var(--surface-2);color:var(--text);cursor:pointer;justify-content:center;align-items:center;gap:.4rem;padding:.55rem 1rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:transform 80ms,background .12s,border-color .12s;display:inline-flex}.btn:hover:not(:disabled){border-color:var(--yellow);background:var(--surface-3)}.btn:active:not(:disabled){transform:translate(1px,1px)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn.primary{background:var(--yellow);color:var(--ink);border-color:var(--ink);box-shadow:var(--shadow-hard)}.btn.primary:hover:not(:disabled){border-color:var(--ink);background:#fff48a}.btn.secondary{background:var(--surface-3);border-color:var(--yellow-deep);color:var(--text)}.btn.ghost{border-color:var(--line);color:var(--muted);background:0 0}.btn.ghost:hover:not(:disabled){color:var(--text);border-color:var(--yellow)}.btn.wide{width:100%}.btn-touch{min-height:44px}.pill{letter-spacing:.04em;text-transform:uppercase;border:2px solid var(--line);background:var(--surface-2);color:var(--muted);border-radius:999px;align-items:center;padding:.28rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.pill.ok{border-color:var(--ok);color:var(--ok);background:#7dff9a14}.pill.warn{border-color:var(--warn);color:var(--warn);background:#ffc14a1a}.pill.crown{border-color:var(--yellow);color:var(--ink);background:var(--yellow)}.app.app-shell{flex-direction:column;min-height:100dvh;display:flex;position:relative}.app-backdrop{z-index:0;pointer-events:none;background-color:var(--ink);background-image:repeating-linear-gradient(-12deg,#0000,#0000 48px,#ffe81a08 48px 49px),radial-gradient(80% 50% at 50% -20%,#ffe81a1f,#0000 55%);position:fixed;inset:0}.app-top-layout>:not(.app-backdrop){z-index:1;position:relative}.top.app-header{z-index:50;min-height:var(--header-h);background:var(--ink);border-bottom:3px solid var(--yellow);flex-wrap:wrap;align-items:center;gap:.75rem 1rem;padding:.65rem clamp(.75rem,2vw,1.5rem);display:flex;position:sticky;top:0}.brand.app-header-brand{align-items:center;gap:.75rem;min-width:0;display:flex}.brand .logo{object-fit:contain;border:2px solid var(--yellow);border-radius:var(--radius-sm);background:var(--surface);flex-shrink:0;width:52px;height:52px}.brand h1{letter-spacing:-.02em;margin:0;font-size:clamp(1.15rem,2.5vw,1.45rem);font-weight:800;line-height:1.1}.tagline{color:var(--muted);margin:.15rem 0 0;font-size:.78rem}.tabs.app-header-tabs{flex-wrap:wrap;gap:.35rem;margin-left:auto;display:flex}.tab{border-radius:var(--radius-sm);border:2px solid var(--line);background:var(--surface);color:var(--muted);cursor:pointer;padding:.45rem .75rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:background .12s,color .12s,border-color .12s}.tab:hover{color:var(--text);border-color:var(--line-strong)}.tab.on{background:var(--yellow);color:var(--ink);border-color:var(--ink)}.header-actions.app-header-actions{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.hero-strip{background:var(--surface);border:2px solid var(--line);border-left:5px solid var(--yellow);border-radius:var(--radius);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin:clamp(.75rem,2vw,1.25rem) clamp(.75rem,2vw,1.5rem) 0;padding:1rem 1.15rem;display:flex}.hero-strip-title h2{margin:0 0 .25rem;font-size:1.1rem;font-weight:800}.overview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;min-width:min(100%,420px);display:grid}.overview-card{background:var(--ink);border:2px solid var(--line);border-radius:var(--radius-sm);text-align:center;padding:.55rem .65rem}.overview-label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-size:.65rem;font-weight:700;display:block}.overview-value{color:var(--yellow);margin-top:.2rem;font-size:1.35rem;font-weight:800;display:block}@media (width<=640px){.overview-grid{grid-template-columns:1fr;width:100%}.tabs.app-header-tabs{order:10;width:100%;margin-left:0}.header-actions.app-header-actions{justify-content:flex-start;width:100%}}.main.main-panel{flex:1;width:min(1180px,100%);margin:0 auto;padding:clamp(.75rem,2vw,1.25rem) clamp(.75rem,2vw,1.5rem) 2rem}.card{background:var(--surface);border:2px solid var(--line);border-radius:var(--radius);padding:1rem 1.1rem}.card-elevated{box-shadow:6px 6px #0000008c}.card-glow{border-color:var(--yellow-deep);box-shadow:inset 0 0 0 1px var(--yellow-dim)}.card-head{border-bottom:2px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem 1rem;margin-bottom:.85rem;padding-bottom:.65rem;display:flex}.card-head h2{margin:0;font-size:1.05rem;font-weight:800}.card-head-tight{margin-bottom:.65rem;padding-bottom:.5rem}.section-sub{max-width:52ch;margin:.2rem 0 0}.card-leader{border-left:4px solid var(--yellow)}.card-hint{background:var(--surface-2);border-style:dashed}.community-hub{flex-direction:column;gap:1.25rem;min-width:0;display:flex}.community-media-err-bar{border:2px solid var(--danger);border-radius:var(--radius-sm);color:#ffb8a8;background:#ff6b4a1f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.65rem .85rem;display:flex}.broadcast-shell{padding:0}.broadcast-shell-inner{background:var(--surface);border:2px solid var(--line);border-radius:var(--radius);border-top:4px solid var(--yellow);padding:1rem 1.1rem}.broadcast-header{margin-bottom:1rem}.official-ribbon{letter-spacing:.12em;text-transform:uppercase;background:var(--yellow);color:var(--ink);border:2px solid var(--ink);margin-bottom:.5rem;padding:.25rem .5rem;font-size:.65rem;font-weight:800;display:inline-block}.broadcast-main-title{margin:0;font-size:1.25rem;font-weight:800}.broadcast-lede{max-width:60ch;margin:.4rem 0 0}.announcement-composer{border-radius:var(--radius);margin-bottom:1rem;padding:1rem}.composer-ann-title{margin:0 0 .35rem;font-size:1rem}.filter-compact{flex-direction:column;gap:.3rem;margin-bottom:.75rem;display:flex}.filter-compact.filter-grow{flex:1;min-width:0}.filter-label{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:.72rem;font-weight:700}.filter-compact input,.filter-compact select,.filter-compact textarea{width:100%}.announcement-composer-body{resize:vertical;min-height:110px}.announcement-composer .ann-composer-title,.announcement-composer textarea.announcement-composer-body{border-radius:var(--radius-lg);border:2px solid var(--line-strong);background:linear-gradient(180deg, var(--surface-3) 0%, var(--ink) 55%);color:var(--text);caret-color:var(--yellow);padding:.85rem 1.05rem;line-height:1.45;box-shadow:inset 0 1px #ffffff0d}.announcement-composer .ann-composer-title:focus,.announcement-composer textarea.announcement-composer-body:focus{border-color:var(--yellow);box-shadow:inset 0 1px 0 #ffffff0f, 0 0 0 3px var(--yellow-dim);outline:none}.announcement-composer .ann-composer-title::placeholder,.announcement-composer textarea.announcement-composer-body::placeholder{color:#6e6e6e;opacity:1;font-style:italic}.composer-media-row{flex-wrap:wrap;gap:.5rem;margin:.5rem 0 .75rem;display:flex}.composer-preview{margin-bottom:.75rem}.composer-preview-img{border-radius:var(--radius-sm);border:2px solid var(--line);max-width:100%;max-height:200px}.btn-announce{width:100%}.announcement-stack{flex-direction:column;gap:.85rem;display:flex}.announcement-empty{text-align:center;border-radius:var(--radius);padding:1.25rem}.announcement-hero{border-radius:var(--radius);padding:1rem}.announcement-hero--latest{background:linear-gradient(135deg, var(--surface-2) 0%, var(--surface) 100%);border-color:var(--yellow)}.announcement-hero-top{align-items:flex-start;gap:.5rem;margin-bottom:.5rem;display:flex}.announcement-crown{font-size:1.1rem;line-height:1}.announcement-hero-meta{color:var(--muted);flex-wrap:wrap;flex:1;gap:.35rem .75rem;font-size:.82rem;display:flex}.announcement-author{color:var(--text);font-weight:700}.btn-announce-del{margin-left:auto;padding:.35rem .55rem;font-size:.8rem}.announcement-title{margin:0 0 .4rem;font-size:1.05rem}.announcement-body{white-space:pre-wrap;margin:0}.announcement-media{margin:.65rem 0 0}.announcement-attached-img{border-radius:var(--radius-sm);border:2px solid var(--line);max-width:100%}.community-workspace{grid-template-columns:minmax(0,1fr) minmax(260px,320px);align-items:start;gap:1rem;display:grid}@media (width<=960px){.community-workspace{grid-template-columns:1fr}}.community-workspace-main,.community-workspace-side{flex-direction:column;gap:1rem;min-width:0;display:flex}.subtabs{background:var(--ink);border:2px solid var(--line);border-radius:var(--radius-sm);gap:.35rem;padding:.35rem;display:flex}.subtab{border-radius:var(--radius-sm);color:var(--muted);cursor:pointer;background:0 0;border:2px solid #0000;flex:1;padding:.5rem .65rem;font-family:inherit;font-size:.85rem;font-weight:700}.subtab.on{background:var(--yellow);color:var(--ink);border-color:var(--ink)}.post-form textarea,.announcement-composer textarea,.form textarea,.form input:not([type=radio]):not([type=checkbox]){border-radius:var(--radius-sm);border:2px solid var(--line);background:var(--ink);width:100%;color:var(--text);padding:.65rem .75rem;font-family:inherit;font-size:1rem}.post-form textarea:focus,.form input:focus,.form textarea:focus,.filter-compact input:focus,.filter-compact textarea:focus,select:focus{border-color:var(--yellow);box-shadow:0 0 0 2px var(--yellow-dim);outline:none}.post-form textarea::placeholder{color:#666}.row.row-actions{flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:.65rem;display:flex}.row.row-actions select{border-radius:var(--radius-sm);border:2px solid var(--line);background:var(--surface-2);min-width:140px;color:var(--text);flex:1;padding:.5rem .65rem;font-family:inherit;font-weight:600}.feed{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.feed-item{background:var(--ink);border:2px solid var(--line);border-radius:var(--radius-sm);padding:.75rem .85rem}.feed-row{align-items:flex-start;gap:.65rem;display:flex}.feed-av,.chat-av,.member-av{border-radius:var(--radius-sm);background:var(--surface-3);border:2px solid var(--line);width:40px;height:40px;color:var(--text);flex:none;font-size:.75rem;font-weight:800;overflow:hidden}span.feed-av,span.chat-av,span.member-av{justify-content:center;align-items:center;display:inline-flex}img.feed-av,img.chat-av,img.member-av{box-sizing:border-box;padding:0;display:block}.feed-av.is-lider,.chat-av.is-lider,.member-av.is-lider{border-color:var(--yellow);color:var(--yellow)}.av-photo{object-fit:cover;border-radius:inherit}.feed-meta{color:var(--muted);flex-wrap:wrap;gap:.35rem .75rem;margin-bottom:.25rem;font-size:.8rem;display:flex}.feed-meta time{font-variant-numeric:tabular-nums}.name{color:var(--text);font-weight:700}.name.lider{color:var(--yellow)}.mini-tag{text-transform:uppercase;letter-spacing:.04em;background:var(--yellow-dim);border:1px solid var(--yellow-deep);color:var(--yellow);border-radius:999px;margin-bottom:.35rem;padding:.15rem .4rem;font-size:.68rem;font-weight:700;display:inline-block}.feed-media{margin:.4rem 0}.feed-attached-img{object-fit:contain;border-radius:var(--radius-sm);border:2px solid var(--line);width:auto;max-width:100%;height:auto;max-height:280px;display:block}.feed-text{white-space:pre-wrap;margin:.35rem 0 0}.feed-empty{text-align:center;padding:1.5rem;list-style:none}.community-chat{min-width:0;overflow:hidden}.chat-scroll{background:var(--ink);border:2px solid var(--line);border-radius:var(--radius-sm);min-height:120px;max-height:min(50dvh,420px);margin-bottom:.75rem;padding:.5rem;overflow:hidden auto}@media (height>=700px){.chat-scroll{max-height:min(52dvh,480px)}}.chat-bubble-row{align-items:flex-end;gap:.5rem;min-width:0;max-width:100%;margin-bottom:.65rem;display:flex}.chat-bubble-row.mine{flex-direction:row-reverse}.chat-bubble{border-radius:var(--radius);border:2px solid var(--line);background:var(--surface-2);overflow-wrap:anywhere;word-break:break-word;flex:auto;min-width:0;max-width:min(100% - 3.25rem,400px);padding:.55rem .7rem}.chat-bubble.mine{background:var(--surface-3);border-color:var(--yellow-deep)}.chat-bubble.from-lider:not(.mine){border-left:4px solid var(--yellow)}.chat-bubble-head{color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:.35rem;margin-bottom:.25rem;font-size:.72rem;display:flex}.chat-bubble-text{white-space:pre-wrap;margin:0;font-size:.95rem}.chat-bubble-media{border-radius:var(--radius-sm);width:fit-content;max-width:100%;max-height:min(200px,38dvh);margin:.4rem 0 0;line-height:0;overflow:hidden}.chat-attached-img{object-fit:contain;object-position:center;border-radius:var(--radius-sm);border:2px solid var(--line);width:auto;max-width:min(100%,240px);height:auto;max-height:min(160px,32dvh);display:block}.chat-composer{grid-template-columns:auto minmax(0,1fr) auto;align-items:stretch;gap:.45rem;display:grid}@media (width<=420px){.chat-composer{grid-template-rows:auto auto;grid-template-columns:auto 1fr}.chat-composer .btn.primary{grid-column:1/-1}}.chat-message-input{border-radius:var(--radius-lg);border:2px solid var(--line-strong);background:linear-gradient(180deg, var(--surface-3) 0%, var(--ink) 55%);width:100%;min-width:0;color:var(--text);padding:.65rem .85rem;font-family:inherit;font-size:1rem;font-weight:500;box-shadow:inset 0 1px #ffffff0d}.chat-message-input::placeholder{color:#6e6e6e;font-style:italic}.chat-message-input:focus{border-color:var(--yellow);box-shadow:inset 0 1px 0 #ffffff0f, 0 0 0 3px var(--yellow-dim);outline:none}.chat-attach-btn{flex-shrink:0;min-width:48px;padding-left:.65rem;padding-right:.65rem}.chat-pending-preview{align-items:center;gap:.5rem;width:100%;margin-top:.35rem;display:flex}.chat-pending-thumb{object-fit:contain;border-radius:var(--radius-sm);width:auto;max-width:min(160px,40vw);max-height:72px}.roster-filters{flex-wrap:wrap;gap:.65rem;margin-bottom:.75rem;display:flex}.roster-filters select,.roster-filters input{border-radius:var(--radius-sm);border:2px solid var(--line);background:var(--ink);width:100%;color:var(--text);padding:.45rem .55rem;font-family:inherit}.member-list{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.member-list li{border-radius:var(--radius-sm);border:2px solid var(--line);background:var(--ink);padding:.55rem .6rem}.member-list li.me{border-color:var(--yellow);background:var(--surface-2)}.member-row{align-items:flex-start;gap:.55rem;display:flex}.member-list .member-av{width:36px;height:36px;font-size:.68rem}.member-top{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.role-badge{text-transform:uppercase;border:1px solid var(--line-strong);color:var(--muted);border-radius:999px;padding:.12rem .35rem;font-size:.65rem;font-weight:800}.you-pill{text-transform:uppercase;color:var(--ink);background:var(--yellow);border-radius:999px;margin-left:.25rem;padding:.08rem .3rem;font-size:.62rem;font-weight:800}.tags-row{flex-wrap:wrap;gap:.3rem;margin-top:.35rem;display:flex}.chip{border:1px solid var(--line-strong);background:var(--surface-3);border-radius:999px;padding:.15rem .45rem;font-size:.72rem;font-weight:600}.loc-dot{color:var(--muted);margin-top:.35rem;font-size:.75rem;display:block}.leader-block{border-bottom:1px dashed var(--line);margin-bottom:1rem;padding-bottom:1rem}.leader-block:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.leader-assign-select{border-radius:var(--radius-lg);border:2px solid var(--line-strong);background-color:var(--surface-3);width:100%;max-width:100%;color:var(--text);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffe81a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right .85rem center;background-repeat:no-repeat;background-size:1.15rem;margin-top:.5rem;padding:.8rem 2.85rem .8rem 1.05rem;font-family:inherit;font-size:1rem;font-weight:600;line-height:1.35;transition:border-color .15s,box-shadow .15s;display:block;box-shadow:inset 0 1px #ffffff0d}.leader-assign-select:hover{border-color:var(--yellow-deep)}.leader-assign-select:focus{border-color:var(--yellow);box-shadow:inset 0 1px 0 #ffffff0f, 0 0 0 3px var(--yellow-dim);outline:none}.leader-assign-select option{background:var(--surface-2);color:var(--text);padding:.5rem;font-weight:600}.leader-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.leader-row input{border-radius:var(--radius-sm);border:2px solid var(--line);background:var(--ink);min-width:140px;color:var(--text);flex:1;padding:.5rem .6rem;font-family:inherit}.tag-pick-grid{margin-top:.5rem}.tags-grid{flex-wrap:wrap;gap:.35rem;display:flex}.tags-grid.tight .tag-btn{padding:.35rem .55rem;font-size:.78rem}.tag-btn{cursor:pointer;border-radius:var(--radius-sm);border:2px solid var(--line);background:var(--surface);color:var(--muted);padding:.4rem .65rem;font-family:inherit;font-weight:600}.tag-btn.on{background:var(--yellow);color:var(--ink);border-color:var(--ink)}.map-card .map-intro strong{color:var(--yellow)}.map-tips{padding-left:1.2rem}.toggle-line{cursor:pointer;align-items:flex-start;gap:.55rem;margin:.75rem 0;font-weight:600;display:flex}.toggle-line input{width:1.1rem;height:1.1rem;accent-color:var(--yellow);margin-top:.2rem}.map-wrap{border:2px solid var(--line);border-radius:var(--radius-sm);min-height:320px;margin-top:.75rem;overflow:hidden}.map-el{z-index:0;width:100%;height:min(55vh,440px)}.map-tip{border:2px solid var(--ink);background:var(--yellow);width:28px;height:28px;color:var(--ink);border-radius:999px;justify-content:center;align-items:center;font-size:.65rem;font-weight:800;display:flex}.map-popup-inner{min-width:180px}.map-popup-head{align-items:center;gap:.5rem;margin-bottom:.35rem;display:flex}.map-popup-av{border-radius:var(--radius-sm);background:var(--surface-3);border:2px solid var(--line);width:36px;height:36px}.popup-tags{margin:.35rem 0 0;padding-left:1.1rem;font-size:.85rem}.prose.about-panel h2,.prose.about-panel h3{margin-top:1.25rem}.prose.about-panel h2:first-child{margin-top:0}.about-list{padding-left:1.2rem}.about-list li{margin-bottom:.35rem}.profile-v2-head{border-bottom:2px solid var(--line);margin-bottom:1rem;padding-bottom:.75rem}.profile-v2-head h2{margin:0;font-size:1.15rem}.profile-v2-grid{grid-template-columns:minmax(0,200px) minmax(0,1fr);align-items:start;gap:1.25rem;display:grid}@media (width<=640px){.profile-v2-grid{grid-template-columns:1fr}}.profile-avatar-preview-wrap{border-radius:var(--radius);border:3px solid var(--yellow);background:var(--ink);width:120px;height:120px;overflow:hidden}.profile-avatar-preview{object-fit:cover;width:100%;height:100%}.profile-avatar-placeholder{width:100%;height:100%;color:var(--muted);justify-content:center;align-items:center;font-size:2rem;font-weight:800;display:flex}.profile-avatar-actions{flex-wrap:wrap;align-items:stretch;gap:.55rem .75rem;margin-top:.65rem;display:flex}.profile-v2-form-footer{border-top:2px solid var(--line);flex-direction:column;gap:.65rem;margin-top:1.35rem;padding-top:1.1rem;display:flex}.profile-v2-form-footer .form-error,.profile-v2-form-footer .form-ok{margin:0}.profile-v2-submit{margin-top:.15rem}.profile-v2-fields label{flex-direction:column;gap:.3rem;margin-bottom:.85rem;font-size:.88rem;font-weight:600;display:flex}.profile-v2-fields input{border-radius:var(--radius-sm);border:2px solid var(--line);background:var(--ink);color:var(--text);padding:.55rem .65rem;font-family:inherit}.profile-url-label{margin-top:.25rem}.form-error{color:#ff9a8a;margin:.5rem 0;font-weight:600}.form-ok{color:var(--ok);margin:.5rem 0;font-weight:600}.modal-root.auth-page{background:var(--ink);justify-content:center;align-items:stretch;min-height:100dvh;padding:0;display:flex}.auth-page-v3 .auth-split{border:solid var(--line);border-width:0 2px;grid-template-columns:minmax(0,1fr) minmax(280px,400px);width:100%;max-width:960px;min-height:100dvh;margin:auto;display:grid}@media (width<=820px){.auth-page-v3 .auth-split{border-width:0;grid-template-columns:1fr;min-height:auto}}.auth-brand-strip{background:var(--yellow);color:var(--ink);border-right:3px solid var(--ink);flex-direction:column;justify-content:center;gap:1rem;padding:clamp(1.5rem,4vw,2.5rem);display:flex}@media (width<=820px){.auth-brand-strip{border-right:none;border-bottom:3px solid var(--ink);text-align:center;align-items:center}}.auth-strip-logo{object-fit:contain;border:3px solid var(--ink);border-radius:var(--radius);background:#fffef0;width:min(140px,40vw);height:auto;padding:.35rem}.auth-strip-kicker{letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:800}.auth-strip-headline{max-width:16ch;margin:0;font-size:clamp(1.35rem,3.5vw,1.85rem);font-weight:800;line-height:1.15}@media (width<=820px){.auth-strip-headline{max-width:none}}.auth-strip-points{max-width:36ch;margin:0;padding-left:1.1rem;font-size:.95rem;font-weight:600}@media (width<=820px){.auth-strip-points{text-align:left;align-self:stretch}}.auth-panel-inner{background:var(--surface);flex-direction:column;justify-content:center;padding:clamp(1.25rem,3vw,2rem);display:flex}.auth-deploy-warn{margin-bottom:1rem;padding:.75rem .9rem;font-size:.88rem;line-height:1.45}.auth-tabs{border:2px solid var(--line);border-radius:var(--radius-sm);margin-bottom:1.25rem;display:flex;overflow:hidden}.auth-tab{background:var(--ink);color:var(--muted);cursor:pointer;border:none;flex:1;padding:.65rem;font-family:inherit;font-size:.9rem;font-weight:800}.auth-tab.on{background:var(--yellow);color:var(--ink)}.form .auth-title{margin:0 0 .35rem;font-size:1.2rem}.form .intro{margin:0 0 1rem}.form label{flex-direction:column;gap:.35rem;margin-bottom:.85rem;font-size:.88rem;font-weight:600;display:flex}.form input:not([type=radio]):not([type=checkbox]){border-radius:var(--radius-sm);border:2px solid var(--line);background:var(--ink);color:var(--text);padding:.6rem .7rem;font-family:inherit;font-size:1rem}.login-username-input{letter-spacing:.02em;font-weight:500}.fieldset{border:2px dashed var(--line-strong);border-radius:var(--radius-sm);margin:0 0 1rem;padding:.75rem 1rem}.fieldset legend{padding:0 .35rem;font-weight:800}.radio{cursor:pointer;align-items:center;gap:.45rem;margin:.35rem 0;font-weight:500;display:flex}.radio input{accent-color:var(--yellow)}.foot{color:var(--muted);border-top:2px solid var(--line);background:var(--ink);flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-top:auto;padding:1rem clamp(.75rem,2vw,1.5rem);font-size:.82rem;display:flex}.leaflet-container{font-family:var(--font);background:var(--surface)}.leaflet-popup-content-wrapper{background:var(--surface-2);color:var(--text);border:2px solid var(--line);border-radius:var(--radius-sm)}.leaflet-popup-tip{background:var(--surface-2);border:2px solid var(--line)}.community-offline-bar{border-radius:var(--radius-sm);border:2px solid var(--warn);background:#ffc14a1a;flex-wrap:wrap;align-items:center;gap:.65rem;margin-bottom:.85rem;padding:.65rem .85rem;font-size:.88rem;display:flex}.offline-queue-pill{text-transform:uppercase;letter-spacing:.04em;border:2px solid var(--line-strong);background:var(--surface-2);border-radius:999px;padding:.2rem .45rem;font-size:.72rem;font-weight:800}.community-tools-row{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.community-tools-row .btn.secondary.on{border-color:var(--yellow);color:var(--yellow)}.ann-template-select{border-radius:var(--radius-sm);border:2px solid var(--line);background:var(--ink);width:100%;color:var(--text);padding:.5rem .65rem;font-family:inherit;font-weight:600}.checklist-card{border-radius:var(--radius);margin-bottom:1rem;padding:1rem}.checklist-title{margin:0 0 .65rem;font-size:1rem}.checklist-add{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.checklist-add input{border-radius:var(--radius-sm);border:2px solid var(--line);background:var(--ink);min-width:160px;color:var(--text);flex:1;padding:.5rem .65rem;font-family:inherit}.checklist-list{margin:0;padding:0;list-style:none}.checklist-item{border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:.5rem;padding:.45rem 0;display:flex}.checklist-label{cursor:pointer;flex:1;align-items:flex-start;gap:.45rem;min-width:0;font-weight:600;display:flex}.checklist-count{margin-left:auto}.checklists-page{padding-bottom:.25rem}.checklists-page-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.checklist-new-list-form{flex-wrap:wrap;align-items:flex-end;gap:.65rem;margin:0 0 1.25rem;display:flex}.checklist-new-list-label{flex-direction:column;flex:1;gap:.35rem;min-width:200px;display:flex}.checklist-new-list-input{border-radius:var(--radius-sm);border:2px solid var(--line);background:var(--ink);width:100%;color:var(--text);padding:.5rem .65rem;font-family:inherit}.checklists-empty{border-radius:var(--radius);margin-bottom:1rem;padding:1rem 1.1rem}.checklists-stack{flex-direction:column;gap:1rem;display:flex}.checklist-group-card{border-radius:var(--radius);padding:1rem 1.1rem}.checklist-group-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.65rem;display:flex}.checklist-group-title{margin:0;font-size:1.05rem;font-weight:800}.checklist-group-delete{flex-shrink:0}.checklist-group-empty{margin:.35rem 0 0}.checklist-add-inline{margin-bottom:.75rem}.checklist-item-row{align-items:flex-start}.checklist-check-wrap{cursor:pointer;flex:1;align-items:flex-start;gap:.65rem;min-width:0;padding-left:0;font-weight:600;display:flex;position:relative}.checklist-check-input{opacity:0;cursor:pointer;z-index:1;width:1.35rem;height:1.35rem;margin:0;position:absolute;top:.12rem;left:0}.checklist-check-ui{border:2px solid var(--line-strong);background:var(--surface-2);pointer-events:none;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;margin-top:.12rem;transition:border-color .15s,background .15s,box-shadow .15s;display:inline-flex;box-shadow:inset 0 1px #ffffff0d}.checklist-check-input:focus-visible+.checklist-check-ui{outline:2px solid var(--yellow);outline-offset:2px}.checklist-check-input:checked+.checklist-check-ui{background:linear-gradient(160deg, var(--yellow), var(--yellow-deep));border-color:var(--yellow-deep);box-shadow:inset 0 -1px #0000001f,0 0 0 1px #00000014}.checklist-check-input:checked+.checklist-check-ui:after{content:"";border:solid var(--ink);border-width:0 2.5px 2.5px 0;width:.3rem;height:.52rem;transform:rotate(45deg)translate(-.5px,-1px)}.checklist-item-text{flex:1;min-width:0;padding-top:.08rem;line-height:1.4}.checklist-item-remove{flex-shrink:0;align-self:flex-start}.reaction-row{flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.55rem;display:flex}.react-btn{border-radius:var(--radius-sm);border:2px solid var(--line-strong);background:var(--surface-2);color:var(--text);cursor:pointer;padding:.35rem .55rem;font-family:inherit;font-size:.82rem;font-weight:700}.react-btn.on{border-color:var(--yellow);background:var(--yellow-dim)}.engagement-hint{margin:.35rem 0 0}.announcement-hero--pinned{border-color:var(--yellow);box-shadow:inset 0 0 0 1px var(--yellow-dim)}.pin-badge{text-transform:uppercase;letter-spacing:.06em;border:2px solid var(--yellow);color:var(--yellow);border-radius:999px;padding:.12rem .4rem;font-size:.68rem;font-weight:800}.chat-mention{color:var(--yellow);background:#ffe81a2e;border-radius:4px;padding:.05em .2em;font-weight:700}.chat-mention-me{color:var(--ok);background:#7dff9a26}.push-prefs{margin-bottom:1rem}.push-prefs-h{margin:0;font-size:1.02rem}.map-leader-tools{flex-wrap:wrap;align-items:center;gap:.65rem;margin-bottom:.75rem;display:flex}.leader-row-wrap{flex-wrap:wrap}.leader-row-wrap input{flex:1;min-width:100px}.map-slot-admin-list{margin:0 0 1rem;padding:0;list-style:none}.map-slot-admin-list li{margin-bottom:.35rem}.leader-map-slot-fields{flex-direction:column;gap:.85rem;margin:.75rem 0 1rem;display:flex}.leader-map-field{flex-direction:column;gap:.35rem;display:flex}.leader-map-field-label{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:.72rem;font-weight:700}.leader-map-textarea,.leader-map-url{border-radius:var(--radius-lg);border:2px solid var(--line-strong);background:linear-gradient(180deg, var(--surface-3) 0%, var(--ink) 55%);width:100%;color:var(--text);caret-color:var(--yellow);padding:.8rem 1rem;font-family:inherit;font-size:.95rem;line-height:1.45;box-shadow:inset 0 1px #ffffff0d}.leader-map-textarea::placeholder,.leader-map-url::placeholder{color:#6e6e6e;opacity:1;font-style:italic}.leader-map-textarea:focus,.leader-map-url:focus{border-color:var(--yellow);box-shadow:inset 0 1px 0 #ffffff0f, 0 0 0 3px var(--yellow-dim);outline:none}.leader-map-textarea{resize:vertical;min-height:5.5rem}.admin-page{flex-direction:column;gap:1rem;display:flex}.admin-page-intro{padding:1rem 1.15rem}.admin-page-intro h2{margin:0 0 .35rem;font-size:1.25rem}.admin-offline-note{margin:.5rem 0 0}.admin-subnav{flex-wrap:wrap;gap:.45rem;padding:.65rem .75rem;display:flex}.admin-nav-btn{border-radius:var(--radius-sm);border:2px solid var(--line-strong);background:var(--surface-2);color:var(--text);cursor:pointer;padding:.45rem .75rem;font-family:inherit;font-size:.85rem;font-weight:700}.admin-nav-btn.on{border-color:var(--yellow);background:var(--yellow-dim);color:var(--text)}.admin-section{padding:1rem 1.15rem 1.15rem}.admin-section>h3{margin:0 0 .35rem;font-size:1.1rem}.admin-subheading{margin:1.25rem 0 .5rem;font-size:.95rem}.admin-composer{margin-top:1rem}.admin-ann-list{flex-direction:column;gap:.65rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.admin-ann-row{border-radius:var(--radius);padding:.75rem .85rem}.admin-ann-row-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.admin-ann-title{font-size:.95rem;display:block}.admin-ann-meta{margin-top:.2rem;display:block}.admin-ann-actions{flex-wrap:wrap;gap:.35rem;display:flex}.admin-ann-snippet{margin:.45rem 0 0}.admin-tools-actions{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.checklist-admin-item-text{font-weight:600}.admin-tab-hint h3{margin:0 0 .35rem;font-size:1rem}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.btn.primary,.card-elevated{box-shadow:none}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
