:root{color:#111827;--bg:#f4f7fb;--bg-accent:#2563eb1a;--surface:#ffffffeb;--surface-subtle:#f8fafc;--surface-strong:#fff;--text:#111827;--muted:#6b7280;--border:#94a3b83d;--border-strong:#2563eb33;--primary:#111827;--primary-contrast:#fff;--field-bg:#fff;--field-border:#d1d5db;--button-muted-bg:#fff;--button-muted-text:#111827;--button-muted-border:#d1d5db;--shell-surface:linear-gradient(180deg, #14254f 0%, #0f1d3f 100%);--shell-surface-strong:#16254feb;--shell-border:#94a3b833;--shell-text:#eff6ff;--shell-muted:#e2e8f0c2;--shell-active:#ffffff1f;--shell-accent:#5b8cff;--shadow:0 24px 60px #0f172a24;--error-bg:#fef2f2;--error-border:#fecaca;--error-text:#991b1b;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f4f7fb;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}:root[data-theme=dark]{color:#e5eefb;--bg:#0f172a;--bg-accent:#3b82f62e;--surface:#0f172aeb;--surface-subtle:#1e293beb;--surface-strong:#111827;--text:#e5eefb;--muted:#94a3b8;--border:#94a3b833;--border-strong:#60a5fa59;--primary:#eff6ff;--primary-contrast:#0f172a;--field-bg:#0f172ae0;--field-border:#94a3b83d;--button-muted-bg:#0f172ab8;--button-muted-text:#e5eefb;--button-muted-border:#94a3b83d;--shell-surface:linear-gradient(180deg, #101d42 0%, #091227 100%);--shell-surface-strong:#081127eb;--shell-border:#94a3b82e;--shell-text:#eff6ff;--shell-muted:#e2e8f0b3;--shell-active:#ffffff14;--shell-accent:#6d9dff;--shadow:0 24px 60px #02061766;--error-bg:#7f1d1d52;--error-border:#f8717152;--error-text:#fecaca;background:#0f172a}*{box-sizing:border-box}html,body,#root{height:100%;min-height:100%}body{background:var(--bg);min-height:100vh;color:var(--text);margin:0;overflow:hidden}button,a,input{font:inherit}a{color:inherit;text-decoration:none}code{font-family:Cascadia Code,Consolas,monospace;font-size:.9rem}.state-screen,.auth-shell{place-items:center;min-height:100vh;padding:2rem 1.5rem;display:grid}.public-scroll-page{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background-color:var(--bg);background-image:radial-gradient(circle at top left, #5b8cff33, transparent 32%), linear-gradient(180deg, #14254f 0%, #0f1d3f 14rem, var(--bg) 14rem);position:fixed;inset:0;overflow:hidden auto}.auth-shell{background:radial-gradient(circle at top, var(--bg-accent), transparent 35%), var(--bg);position:relative;overflow:hidden}.auth-shell__hero{opacity:.08;pointer-events:none;-webkit-user-select:none;user-select:none;width:min(24rem,40vw);position:absolute;top:2rem;right:max(2rem,10vw)}.auth-card{border:1px solid var(--border);background:var(--surface);width:min(100%,36rem);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:1;border-radius:1.25rem;gap:1.25rem;padding:1.75rem;display:grid;position:relative}.auth-card__header{gap:1rem;display:grid}.auth-card__top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.auth-shell__toolbar{z-index:10;align-items:center;gap:.75rem;display:flex;position:absolute;top:1.25rem;right:1.5rem}.auth-shell__help{z-index:10;border:1px solid var(--border);background:var(--surface);color:var(--text);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:999px;align-items:center;gap:.45rem;padding:.55rem .95rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .15s,border-color .15s,transform .15s;display:inline-flex;position:absolute;bottom:1.25rem;left:1.5rem}.auth-shell__help:hover{background:var(--surface-subtle);border-color:var(--border-strong);transform:translateY(-1px)}.auth-shell__help:focus-visible{outline-offset:2px;outline:2px solid #2563eb8c}.auth-brand{align-items:center;gap:1rem;display:flex}.auth-brand__logo{object-fit:contain;flex-shrink:0;width:4rem;height:4rem}.auth-card__meta{justify-items:end;gap:.75rem;display:grid}.preferences-toolbar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.auth-card__description{color:var(--text-muted);max-width:26rem;margin-top:.35rem;font-size:.85rem;line-height:1.5}.auth-card__actions{gap:.75rem;display:flex}.form{gap:1rem;display:grid}.field{gap:.45rem;display:grid}.field span{color:var(--muted);font-size:.95rem}.input{border:1px solid var(--field-border);background:var(--field-bg);width:100%;color:var(--text);border-radius:.75rem;padding:.8rem .9rem}.input:focus{outline-offset:1px;outline:2px solid #2563eb40}.banner{border:1px solid #0000;border-radius:.75rem;margin:0;padding:.8rem .9rem}.banner--error{color:var(--error-text);border-color:var(--error-border);background:var(--error-bg)}.banner--info{color:var(--text);border-color:var(--border);background:var(--surface-subtle)}.version-badge{border:1px solid var(--border-strong);background:var(--surface-subtle);color:var(--muted);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:.45rem .7rem;font-size:.85rem;font-weight:600;display:inline-flex}.app-shell{grid-template-columns:18rem minmax(0,1fr);height:100vh;display:grid;overflow:hidden}.app-shell__main{grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0;display:grid;overflow:hidden}.sidebar{border-right:1px solid var(--shell-border);background:var(--shell-surface);height:100vh;color:var(--shell-text);flex-direction:column;gap:1.25rem;padding:1.25rem 1.25rem 3.5rem;display:flex;overflow:hidden}.sidebar__navigation{flex-direction:column;flex:1;gap:1rem;min-height:0;display:flex}.sidebar__nav{scrollbar-gutter:stable;flex:1;align-content:start;gap:1.1rem;min-height:0;padding-bottom:1rem;padding-right:.25rem;display:grid;overflow:hidden auto}.sidebar__nav::-webkit-scrollbar{width:4px}.sidebar__nav::-webkit-scrollbar-track{background:0 0}.sidebar__nav::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--shell-text) 20%, transparent);border-radius:99px}.sidebar__nav::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--shell-text) 35%, transparent)}.sidebar__nav::-webkit-scrollbar-button{display:none}.sidebar__nav{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--shell-text) 20%, transparent) transparent}.data-table__scroll::-webkit-scrollbar{width:4px;height:4px}.data-table__scroll::-webkit-scrollbar-track{background:0 0}.data-table__scroll::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--text) 18%, transparent);border-radius:99px}.data-table__scroll::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--text) 32%, transparent)}.data-table__scroll::-webkit-scrollbar-button{display:none}.data-table__scroll{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--text) 18%, transparent) transparent}.sidebar__brand{align-items:center;gap:1rem;display:flex}.sidebar__brandmark{align-items:center;gap:.9rem;width:100%;min-width:0;display:flex}.sidebar__logo{object-fit:contain;flex-shrink:0;width:2.85rem;height:2.85rem}.sidebar__brandtext{gap:.1rem;min-width:0;display:grid}.sidebar__brandtext strong,.sidebar__brandtext span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.sidebar__brandtext span{color:var(--shell-muted);font-size:.9rem}.sidebar__versions{opacity:.5;font-size:.65rem!important}.nav-link{color:var(--shell-muted);border:1px solid #0000;border-radius:.75rem;align-items:center;gap:.75rem;min-width:0;padding:.65rem .75rem;display:flex}.nav-link:hover,.nav-link--active{border-color:var(--shell-border);background:var(--shell-active);color:var(--shell-text)}.nav-link--nested{margin-left:.5rem;padding-left:.85rem}.nav-link__icon{flex-shrink:0}.nav-link span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.nav-section{gap:.5rem;display:grid}.nav-section__title{color:var(--shell-accent);letter-spacing:.08em;text-align:left;text-transform:uppercase;font-size:.82rem;font-weight:700;display:block}.nav-section__toggle{cursor:pointer;background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;width:100%;min-width:0;padding:0;display:grid}.nav-section__chevron{color:var(--shell-muted);flex-shrink:0;margin-left:auto;transition:transform .2s}.nav-section__chevron--expanded{transform:rotate(90deg)}.nav-section__items-shell{opacity:1;grid-template-rows:1fr;transition:grid-template-rows .24s,opacity .2s;display:grid}.nav-section__items-shell--collapsed{opacity:.72;grid-template-rows:0fr}.nav-section__items{gap:.35rem;min-height:0;display:grid;overflow:hidden}.nav-section--secondary{border-top:1px solid color-mix(in srgb, var(--shell-border) 85%, transparent);flex-shrink:0;gap:.35rem;padding-top:.9rem}.content{min-height:0;padding:1.5rem;overflow:auto}.topbar{z-index:10;background:var(--bg);border-bottom:0;padding:1rem 1.5rem 0}.topbar__surface{border:1px solid var(--shell-border);background:var(--shell-surface);box-shadow:var(--shadow);border-radius:1.25rem;justify-content:flex-end;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;display:flex;position:relative;overflow:hidden}.topbar__hero{opacity:.08;pointer-events:none;-webkit-user-select:none;user-select:none;width:7.5rem;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}.topbar__actions{z-index:1;flex-wrap:wrap;justify-content:flex-end;align-items:stretch;gap:.75rem;margin-left:auto;display:flex;position:relative}.topbar__account{text-align:left;gap:.1rem;min-width:0;display:grid}.topbar__account strong,.topbar__account span{white-space:nowrap}.topbar__account strong{color:var(--shell-text);font-size:.82rem;line-height:1.1}.topbar__account span{color:var(--shell-muted);font-size:.7rem;line-height:1.1}.topbar__user-card{border:1px solid var(--shell-border);height:2.5rem;min-height:2.5rem;color:var(--shell-text);cursor:pointer;background:#ffffff0f;border-radius:.95rem;align-items:center;gap:.75rem;padding:.4rem .75rem;display:flex}.topbar__user-card--icon-only{justify-content:center;padding:.2rem .35rem}.topbar__user-card:hover{background:var(--shell-active)}.topbar__user-card-icon{color:var(--shell-accent);flex-shrink:0}.topbar__user-card-chevron{color:var(--shell-muted);flex-shrink:0;transform:rotate(90deg)}.page{gap:1rem;display:grid}.home-hero{border:1px solid var(--border-strong);background:radial-gradient(circle at top right, #3b82f624, transparent 36%), linear-gradient(135deg, var(--surface-strong), var(--surface));border-radius:1.25rem;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.4rem 1.5rem;display:flex;position:relative;overflow:hidden}.home-hero__content{z-index:1;gap:.5rem;max-width:34rem;display:grid;position:relative}.home-hero__content h2{margin:0;font-size:clamp(1.5rem,2vw,1.9rem)}.home-hero__content p:not(.eyebrow){color:var(--muted);margin:0}.home-hero__image{opacity:.18;-webkit-user-select:none;user-select:none;pointer-events:none;flex-shrink:0;width:min(10rem,24vw)}.page-header{display:block}.page-header h1,.auth-card h1{margin:0;font-size:clamp(1.6rem,2.2vw,2rem)}.page-description{color:var(--muted);max-width:48rem;margin:.5rem 0 0}.page-panel{border:1px solid var(--border);background:var(--surface);border-radius:1rem;padding:1rem 1.15rem}.page-panel strong,.page-panel p{display:block}.page-panel p{color:var(--muted);margin:.35rem 0 0}.dashboard-chart{margin-top:1rem}.resource-summary{grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:1rem;display:grid}.resource-summary-card{border:1px solid var(--border);background:var(--surface);border-radius:1rem;gap:.35rem;padding:1rem 1.1rem;display:grid}.resource-summary-card span{color:var(--muted);font-size:.85rem}.resource-summary-card strong{font-size:1.3rem}.resource-layout{grid-template-columns:minmax(0,1.4fr) minmax(20rem,.9fr);gap:1rem;display:grid}.resource-column{min-width:0}.resource-panel{gap:1rem;display:grid}.resource-toolbar,.resource-toolbar__actions,.resource-actions,.resource-pagination,.resource-form__actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.resource-toolbar{justify-content:space-between}.resource-stack{gap:.9rem;display:grid}.resource-card{border:1px solid var(--border);background:var(--surface-subtle);border-radius:1rem;gap:.9rem;padding:1rem;display:grid}.resource-card__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.resource-card__header h2{margin:0;font-size:1.05rem}.resource-card__header p,.resource-empty{color:var(--muted);margin:0}.resource-facts{grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:.75rem;margin:0;display:grid}.resource-facts__item{gap:.2rem;display:grid}.resource-facts__item dt{color:var(--muted);font-size:.82rem}.resource-facts__item dd{margin:0;font-weight:600}.status-pill{border:1px solid var(--border);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:.35rem .7rem;font-size:.8rem;font-weight:600;display:inline-flex}.status-pill--success{color:#166534;background:#dcfce7;border-color:#86efac}.status-pill--warning{color:#9a3412;background:#ffedd5;border-color:#fdba74}.status-pill--danger{color:#991b1b;background:#fee2e2;border-color:#fca5a5}.status-pill--neutral{color:var(--text);background:var(--surface)}.form-grid,.resource-filter-grid{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:1rem;display:grid}.input--textarea{resize:vertical;min-height:7rem;font:inherit}.checkbox-grid{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.6rem;display:grid}.checkbox-row{color:var(--text);align-items:center;gap:.55rem;display:inline-flex}.checkbox-row input{width:1rem;height:1rem}.resource-pagination{justify-content:space-between}.eyebrow{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .5rem;font-size:.8rem;font-weight:600}.button,.ghost-button{cursor:pointer;border:1px solid #0000;border-radius:.75rem;transition:opacity .2s}.button{padding:.75rem 1rem;font-weight:600}.button:disabled{opacity:.6;cursor:not-allowed}.button--primary{background:var(--primary);color:var(--primary-contrast)}.button--secondary,.ghost-button{background:var(--button-muted-bg);border-color:var(--button-muted-border);color:var(--button-muted-text)}.ghost-button{padding:.55rem .75rem}@media (width<=1024px){.app-shell{grid-template-columns:16rem minmax(0,1fr)}.auth-card{padding:1.25rem}.auth-shell__toolbar{gap:.5rem;top:.75rem;right:.75rem}.auth-shell__help{bottom:.75rem;left:.75rem}.topbar{padding:1rem 1rem 0}.topbar__surface,.home-hero{flex-direction:column;align-items:flex-start}.topbar__actions{justify-content:flex-start;width:100%}.topbar__hero{width:6rem;right:-1rem}.home-hero__image{align-self:flex-end;width:6rem}.resource-layout{grid-template-columns:1fr}}.help-docs-page{background:var(--bg);background-image:none}.help-docs{--help-sidebar-width:17.5rem;--help-header-height:3.5rem;--help-content-max-width:48rem;min-height:100%;color:var(--text)}.help-docs__header{z-index:20;min-height:var(--help-header-height);border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--surface-strong) 92%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0}.help-docs__header-inner{height:100%;max-width:calc(var(--help-sidebar-width) + var(--help-content-max-width) + 6rem);grid-template-columns:auto minmax(12rem,1fr) auto;align-items:center;gap:1rem;margin:0 auto;padding:.5rem 1.25rem 0;display:grid}.help-docs__search{justify-self:center;width:min(100%,28rem);min-width:0;position:relative}.help-docs__search-field{border:1px solid var(--border);background:var(--surface-subtle);height:2.25rem;color:var(--muted);border-radius:999px;align-items:center;gap:.55rem;padding:0 .75rem;transition:border-color .15s,box-shadow .15s,background-color .15s;display:flex}.help-docs__search--open .help-docs__search-field,.help-docs__search-field:focus-within{border-color:color-mix(in srgb, #2563eb 35%, var(--border));background:var(--surface-strong);color:var(--text);box-shadow:0 0 0 3px #2563eb1f}.help-docs__search-input{min-width:0;color:var(--text);font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:.9rem}.help-docs__search-input::placeholder{color:var(--muted)}.help-docs__search-kbd{border:1px solid var(--border);background:var(--surface-strong);color:var(--muted);white-space:nowrap;border-radius:.35rem;padding:.1rem .4rem;font-size:.68rem;line-height:1.2;display:none}.help-docs__search-panel{z-index:30;border:1px solid var(--border);background:var(--surface-strong);box-shadow:var(--shadow);border-radius:.85rem;position:absolute;top:calc(100% + .45rem);left:0;right:0;overflow:hidden}.help-docs__search-results{max-height:min(24rem,60vh);margin:0;padding:.35rem;list-style:none;overflow:auto}.help-docs__search-result{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:.6rem;gap:.2rem;padding:.7rem .8rem;transition:background-color .15s;display:grid}.help-docs__search-result[data-active=true],.help-docs__search-result:hover{background:var(--bg-accent)}.help-docs__search-result-title{color:var(--text);font-size:.92rem;font-weight:600}.help-docs__search-result-group{letter-spacing:.05em;text-transform:uppercase;color:var(--muted);font-size:.72rem;font-weight:600}.help-docs__search-result-excerpt{color:color-mix(in srgb, var(--text) 72%, var(--muted));font-size:.82rem;line-height:1.45}.help-docs__search-empty{color:var(--muted);margin:0;padding:1rem .9rem;font-size:.88rem}@media (width>=900px){.help-docs__search-kbd{display:inline-block}}@media (width<=899px){.help-docs{--help-header-height:6.75rem}.help-docs__header-inner{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand actions""search search"}.help-docs__header-inner>:first-child{grid-area:brand}.help-docs__search{grid-area:search;justify-self:stretch;width:100%}.help-docs__header-inner>:last-child{grid-area:actions}}.help-docs__header-label{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;overflow:hidden}.help-docs__layout{grid-template-columns:var(--help-sidebar-width) minmax(0, 1fr);max-width:calc(var(--help-sidebar-width) + var(--help-content-max-width) + 6rem);gap:0;margin:0 auto;padding:0 1.25rem 4rem;display:grid}.help-docs__sidebar{top:var(--help-header-height);max-height:calc(100vh - var(--help-header-height));border-right:1px solid var(--border);align-self:start;padding:1.5rem 1rem 2rem 0;position:sticky;overflow:auto}.help-docs__sidebar-nav{gap:1.25rem;display:grid}.help-docs__sidebar-group{gap:.35rem;display:grid}.help-docs__sidebar-group-title{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0;padding:0 .75rem;font-size:.72rem;font-weight:700}.help-docs__sidebar-group ul{margin:0;padding:0;list-style:none}.help-docs__sidebar-group a{color:var(--muted);border-radius:.5rem;padding:.42rem .75rem;font-size:.875rem;line-height:1.35;text-decoration:none;transition:background-color .15s,color .15s;display:block}.help-docs__sidebar-group a:hover{color:var(--text);background:var(--surface-subtle)}.help-docs__sidebar-group a.is-active{color:var(--text);background:var(--bg-accent);font-weight:600}.help-docs__article{min-width:0;max-width:var(--help-content-max-width);padding:2rem 0 0 2.5rem}.help-docs__hero{border-bottom:1px solid var(--border);margin-bottom:2.5rem;padding-bottom:1.5rem}.help-docs__eyebrow{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin:0 0 .5rem;font-size:.8rem;font-weight:600}.help-docs__hero h1{letter-spacing:-.03em;margin:0;font-size:clamp(2rem,4vw,2.5rem);line-height:1.15}.help-docs__lead{max-width:38rem;color:var(--muted);margin:.85rem 0 0;font-size:1.05rem;line-height:1.7}.help-docs__sections{gap:2.75rem;display:grid}.help-docs__section{scroll-margin-top:calc(var(--help-header-height) + 1rem)}.help-docs__section-title{letter-spacing:-.02em;align-items:center;gap:.5rem;margin:0 0 1rem;padding-top:.25rem;font-size:1.35rem;line-height:1.3;display:flex}.help-docs__section-anchor{width:1.5rem;height:1.5rem;color:var(--muted);opacity:0;border-radius:.375rem;justify-content:center;align-items:center;text-decoration:none;transition:opacity .15s,background-color .15s,color .15s;display:inline-flex}.help-docs__section:hover .help-docs__section-anchor,.help-docs__section:focus-within .help-docs__section-anchor{opacity:1}.help-docs__section-anchor:hover{color:var(--text);background:var(--surface-subtle)}.help-docs__figure{border:1px solid var(--border);background:var(--surface-subtle);box-shadow:0 1px 2px color-mix(in srgb, var(--text) 6%, transparent);border-radius:.85rem;margin:0 0 1.25rem;overflow:hidden}.help-docs__figure-image{border-bottom:1px solid var(--border);width:100%;height:auto;display:block}.help-docs__figure-caption{color:var(--muted);text-align:center;margin:0;padding:.65rem .85rem;font-size:.82rem;line-height:1.45}.help-docs__prose{color:var(--text);font-size:.98rem;line-height:1.75}.help-docs__prose p{color:color-mix(in srgb, var(--text) 88%, var(--muted));margin:0 0 1rem}.help-docs__prose p:last-child{margin-bottom:0}.help-docs__prose ul,.help-docs__prose ol{color:color-mix(in srgb, var(--text) 88%, var(--muted));margin:0 0 1rem;padding-left:1.35rem}.help-docs__prose li+li{margin-top:.35rem}.help-docs__prose li::marker{color:var(--muted)}.help-docs__admonition{border-radius:.65rem;margin-top:1rem;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}.help-docs__admonition--info{border:1px solid color-mix(in srgb, #2563eb 24%, var(--border));background:color-mix(in srgb, #2563eb 8%, var(--surface-subtle));color:color-mix(in srgb, var(--text) 90%, #2563eb)}.help-docs__share{border-top:1px solid var(--border);margin-top:3rem;padding-top:2rem}.help-docs__share-lead{color:var(--muted);margin:0 0 1.25rem;line-height:1.65}.help-docs__share-panel{border:1px solid var(--border);background:var(--surface-subtle);border-radius:.85rem;flex-direction:column;gap:1.25rem;padding:1.25rem;display:flex}.help-docs__share-url{border:1px solid var(--border);background:var(--surface-strong);word-break:break-all;border-radius:.5rem;padding:.65rem .75rem;display:block}@media (width>=640px){.help-docs__share-panel{flex-direction:row;align-items:center}}@media (width<=899px){.help-docs__layout{grid-template-columns:minmax(0,1fr)}.help-docs__sidebar{border-right:0;border-bottom:1px solid var(--border);max-height:none;padding:1.25rem 0 0;position:static}.help-docs__article{padding:1.5rem 0 0}.help-docs__header-label{display:none}}@media (width<=599px){.help-docs__header-inner,.help-docs__layout{padding-inline:1rem}.help-docs__hero h1{font-size:1.85rem}}.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}}
