.app{min-height:100vh;padding:3rem clamp(1.5rem,4vw,4rem) 4rem;display:flex;flex-direction:column;align-items:center;gap:3rem;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;color:#102a43;background:radial-gradient(circle at top,#f0f4ff,#fff 65%)}.app__header{width:min(1280px,100%);display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;padding:2.25rem 2.5rem;border-radius:1.75rem;background-color:#fffffff0;box-shadow:0 24px 48px -36px #0f172a99}.app__header h1{margin:0 0 .5rem;font-size:clamp(2.25rem,2.8vw,3rem);color:#0f172a}.app__header p{margin:0;font-size:1.05rem;line-height:1.65;max-width:46ch;color:#475569}.app__datasource-badge{display:inline-block;margin-top:.65rem;font-size:.85rem;font-weight:600;color:#0f172a;background:#94a3b82e;padding:.35rem .75rem;border-radius:.65rem;border:1px solid rgba(148,163,184,.3)}.app__tabs{width:min(1280px,100%);display:flex;align-items:flex-end;gap:.5rem;padding:0 .75rem;border-bottom:1px solid rgba(148,163,184,.35)}.app__tab{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.9rem .9rem 0 0;background:transparent;color:#1d4ed8;font-weight:600;text-decoration:none;transition:color .12s ease}.app__tab:after{content:"";position:absolute;inset:auto 0 -1px;height:3px;border-radius:3px 3px 0 0;background:transparent;transition:background-color .15s ease}.app__tab:hover,.app__tab:focus-visible{color:#1e3a8a}.app__tab:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:4px}.app__tab--active{background:#fffffff2;color:#0f172a;box-shadow:0 -6px 24px -18px #0f172aa6,0 10px 18px -18px #0f172a59}.app__tab--active:after{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.app__actions{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.app__refresh{padding:.65rem 1.2rem;border-radius:.75rem;border:none;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:600;cursor:pointer;box-shadow:0 14px 24px -14px #2563ebcc;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.app__refresh:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 32px -14px #2563ebcc}.app__refresh:disabled{cursor:not-allowed;opacity:.65;box-shadow:none}.app__clear-cache{padding:.6rem 1.2rem;border-radius:.75rem;border:none;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;font-weight:600;cursor:pointer;box-shadow:0 14px 24px -14px #dc2626bf;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.app__clear-cache:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 32px -14px #dc2626bf}.app__clear-cache:disabled{cursor:not-allowed;opacity:.65;box-shadow:none}.app__cache{font-size:.95rem;color:#1e3a8a;background:#2563eb14;padding:.4rem .8rem;border-radius:.65rem}.app__cache--warn{color:#b91c1c;background:#ef444426;border:1px solid rgba(239,68,68,.35)}.app__cache--active{box-shadow:0 0 0 2px #2563eb40;font-weight:600}.app__status{width:min(1280px,100%);background:#0f172a0a;border-radius:1rem;padding:1rem 1.5rem;font-size:.98rem;color:#334155;box-shadow:inset 0 0 0 1px #94a3b833}.app__content{width:min(1280px,100%);display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:2.5rem;align-items:start}.collapsible-section{position:relative;width:100%;display:flex;flex-direction:column;gap:1.25rem;padding:1.75rem;border-radius:1.5rem;background:#fffffff0;box-shadow:0 18px 32px -28px #0f172a8c;border:1px solid rgba(148,163,184,.22);transition:box-shadow .15s ease,transform .15s ease}.app__section{width:100%;display:flex;flex-direction:column;gap:1.5rem}.app__section>*{width:100%}.app__section--sidebar{grid-column:1 / 2}.app__section--main{grid-column:2 / 3}.app__section--full{grid-column:1 / -1}.collapsible-section:focus-within{box-shadow:0 20px 36px -28px #2563eb8c;transform:translateY(-1px)}.collapsible-section__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.collapsible-section__summary h2{margin:0 0 .35rem;font-size:1.4rem;color:#0f172a}.collapsible-section__summary p{margin:0;color:#475569;line-height:1.5;max-width:48ch}.collapsible-section__toggle{border:none;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:600;font-size:.9rem;padding:.55rem 1.1rem;border-radius:999px;cursor:pointer;box-shadow:0 14px 24px -16px #2563ebb3;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease;white-space:nowrap}.collapsible-section__toggle:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 32px -18px #2563ebb3}.collapsible-section__toggle:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb59}.collapsible-section__body{margin-top:.5rem;padding-top:1.25rem;border-top:1px dashed rgba(148,163,184,.35)}.collapsible-section__body[hidden]{display:none}.collapsible-section--static .collapsible-section__summary{flex:1}.collapsible-section--static .collapsible-section__header{align-items:center}.collapsible-section--sidebar{grid-column:1 / 2}.collapsible-section--main{grid-column:2 / 3}.collapsible-section--full{grid-column:1 / -1}.collapsible-section--collapsed{gap:1rem}.collapsible-section--collapsed .collapsible-section__summary p{color:#64748b}.app__listings{grid-column:1 / -1;display:flex;flex-direction:column;gap:2.5rem;width:100%}.insights{grid-column:1 / -1;display:flex;flex-direction:column;gap:2rem;padding:2.25rem 2.5rem;border-radius:1.75rem;background:#fffffff2;box-shadow:0 20px 36px -32px #0f172a99;border:1px solid rgba(148,163,184,.2)}.insights__header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}.insights__header h2{margin:0 0 .5rem;font-size:clamp(1.65rem,1.8vw,2rem);color:#0f172a}.insights__header p{margin:0;color:#475569;line-height:1.6;max-width:52ch}.insights__meta{display:flex;flex-direction:column;align-items:stretch;gap:.65rem}.insights__timestamps{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.insights__timestamp{font-size:.9rem;color:#1d4ed8;background:#2563eb1f;padding:.35rem .75rem;border-radius:.65rem;border:1px solid rgba(37,99,235,.2)}.insights__timestamp--muted{color:#64748b;background:#94a3b826;border-color:#94a3b840}.insights__button{padding:.5rem 1rem;border-radius:.75rem;border:none;background:linear-gradient(135deg,#0ea5e9,#0369a1);color:#fff;font-weight:600;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease;box-shadow:0 14px 24px -16px #0ea5e9bf}.insights__button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 30px -16px #0ea5e9bf}.insights__button:disabled{cursor:not-allowed;opacity:.65;box-shadow:none}.insights__button--secondary{background:#f8fafc;color:#0369a1;border:1px solid rgba(14,165,233,.35);box-shadow:none}.insights__button--secondary:hover:not(:disabled){box-shadow:0 10px 18px -14px #0ea5e98c}.insights__actions{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:flex-end}.insights__job-status{margin:0;font-size:.9rem;color:#0369a1;text-align:right}.insights__job-status--error{color:#b91c1c}.insights__error{margin:0;padding:.75rem 1rem;border-radius:.75rem;background:#ef44441f;border:1px solid rgba(239,68,68,.35);color:#b91c1c;font-size:.95rem}.insights__empty{margin:0;color:#64748b;font-size:.95rem}.insights__cards{display:flex;flex-direction:column;gap:1.75rem}.insight-card{display:flex;flex-direction:column;gap:1.25rem;padding:1.75rem;border-radius:1.5rem;background:linear-gradient(180deg,#0f172a05,#0f172a0f);border:1px solid rgba(148,163,184,.18)}.insight-card__header{display:flex;justify-content:space-between;gap:1.5rem;align-items:flex-start}.insight-card__header h3{margin:0;font-size:1.35rem;color:#0f172a}.insight-card__description{margin:.35rem 0 0;color:#475569;line-height:1.55}.insight-card__control{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:#475569}.insight-card__control select{border-radius:.75rem;border:1px solid rgba(148,163,184,.35);padding:.45rem .75rem;font-size:.95rem;color:#0f172a;background:#f8fafce6;cursor:pointer}.insight-card__empty{margin:0;color:#64748b;font-size:.95rem}.insight-card__hint{margin:0;font-size:.85rem;color:#64748b}.insight-card__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.insight-card__zone-grid{list-style:none;margin:0;padding:0;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.insight-card__zone-tile{display:flex;flex-direction:column;gap:.6rem;width:100%;padding:1rem 1.25rem;border-radius:1.1rem;border:1px solid rgba(148,163,184,.28);background:#f8fafcbf;text-align:left;font:inherit;color:inherit;appearance:none;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease,transform .2s ease}.insight-card__zone-tile:hover,.insight-card__zone-tile:focus-visible{border-color:#2563eb99;background:#3b82f614;box-shadow:0 10px 24px #0f172a14;transform:translateY(-2px);outline:none}.insight-card__zone-tile--active{border-color:#2563ebe6;background:#2563eb1f;box-shadow:0 12px 30px #2563eb2e}.insight-card__zone-tile--reference{border-style:dashed;border-color:#94a3b880;background:#94a3b814;box-shadow:none}.insight-card__zone-tile--reference:hover,.insight-card__zone-tile--reference:focus-visible{border-color:#94a3b8a6;background:#94a3b81f;transform:none}.insight-card__zone-tile--fallback{border-style:dashed}.insight-card__zone-header{display:flex;flex-direction:column;gap:.2rem}.insight-card__zone-code{font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#1e293b}.insight-card__zone-name{font-size:1rem;font-weight:600;color:#0f172a}.insight-card__zone-density{margin:0;font-size:.9rem;font-weight:500;color:#0f172a}.insight-card__zone-jurisdictions{margin:0;font-size:.82rem;color:#475569}.insight-card__zone-progress{width:100%;height:.35rem;border-radius:999px;background:#94a3b840;overflow:hidden}.insight-card__zone-progress-fill{display:block;height:100%;background:linear-gradient(90deg,#2563ebd9,#3b82f6a6)}.insight-card__zone-counts{display:flex;flex-wrap:wrap;gap:.6rem;font-size:.78rem;color:#334155}.insight-card__zone-badge{align-self:flex-start;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .55rem;border-radius:999px;background:#0f172a1f;color:#0f172a}.insight-card__zone-detail{margin:0;font-size:.85rem;color:#0f172a;line-height:1.55}.insight-card__zone-note{margin:0;font-size:.75rem;color:#64748b}.insight-card__leaderboard{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.9rem}.insight-card__leaderboard-section{display:flex;flex-direction:column;gap:.9rem}.insight-card__leaderboard-section+.insight-card__leaderboard-section{margin-top:1.5rem}.insight-card__leaderboard-heading{margin:0;font-size:1rem;font-weight:600;color:#1e293b}.insight-card__leaderboard-item{display:flex;align-items:stretch;gap:.85rem}.insight-card__leaderboard-rank{flex:0 0 auto;width:2.25rem;height:2.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:#1d4ed8;background:#3b82f629;border:1px solid rgba(59,130,246,.3)}.insight-card__leaderboard-content{flex:1 1 auto;display:flex;flex-direction:column;gap:.55rem;padding:1rem 1.25rem;border-radius:1.25rem;background:#ffffffeb;border:1px solid rgba(148,163,184,.22)}.insight-card__leaderboard .insight-card__bar{height:.45rem}.insight-card__leaderboard .insight-card__badge{white-space:nowrap}.insight-card__list-item{width:100%;border:none;padding:1.1rem 1.25rem;border-radius:1.25rem;background:#ffffffe6;border:1px solid rgba(148,163,184,.22);display:flex;flex-direction:column;gap:.6rem;cursor:pointer;text-align:left;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.insight-card__list-item:hover:not(:disabled),.insight-card__list-item:focus-visible{transform:translateY(-2px);box-shadow:0 18px 28px -24px #0f172aa6}.insight-card__list-item--active{border-color:#2563eb8c;box-shadow:0 18px 32px -24px #2563eb73}.insight-card__list-item--disabled{cursor:default;opacity:.7;box-shadow:none}.insight-card__list-item--static{cursor:default}.insight-card__list-item--static:hover,.insight-card__list-item--static:focus-visible{transform:none;box-shadow:none}.insight-card__list-line{display:flex;justify-content:space-between;align-items:baseline;color:#0f172a;font-weight:600}.insight-card__bar{position:relative;height:.6rem;border-radius:.6rem;background:#94a3b833;overflow:hidden}.insight-card__bar-fill{position:absolute;top:0;left:0;bottom:0;border-radius:.6rem;background:linear-gradient(135deg,#2563ebd9,#0ea5e9d9)}.insight-card__list-meta{display:flex;gap:.5rem;flex-wrap:wrap}.insight-card__badge{font-size:.8rem;font-weight:600;color:#0f172a;background:#2563eb1f;border-radius:999px;padding:.2rem .65rem;border:1px solid rgba(37,99,235,.25)}.insight-card__badge--muted{color:#475569;background:#94a3b82e;border-color:#94a3b84d}.insights__outlook{display:flex;flex-direction:column;gap:1.5rem}.insights__summary-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.insights__summary-item{display:flex;flex-direction:column;gap:.3rem;padding:1.1rem 1.2rem;border-radius:1.25rem;border:1px solid rgba(148,163,184,.22);background:#ffffffe0;cursor:pointer;text-align:left;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.insights__summary-item:focus-visible,.insights__summary-item:hover{transform:translateY(-1px);box-shadow:0 16px 26px -22px #0f172aa6}.insights__summary-item--active{border-color:#2563eb8c;box-shadow:0 18px 30px -24px #2563eb73}.insights__summary-item--danger{border-color:#ef444459;background:#ef44441f}.insights__summary-item--warn{border-color:#f9731647;background:#f973161f}.insights__summary-item--info{border-color:#0ea5e947;background:#0ea5e91f}.insights__summary-item--muted{border-color:#94a3b842;background:#94a3b826}.insights__summary-count{margin:0;font-size:1.6rem;font-weight:700;color:#0f172a}.insights__summary-label{margin:0;font-weight:600;color:#0f172a}.insights__summary-description{margin:0;font-size:.9rem;color:#475569}.insights__method-panel{display:flex;flex-direction:column;gap:.85rem;padding:1.1rem 1.2rem;border-radius:1.25rem;background:#0f172a08;border:1px solid rgba(148,163,184,.2)}.insights__method-panel h4{margin:0;font-size:1rem;color:#0f172a}.insights__method-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.insights__method{width:100%;border:none;background:#ffffffe6;border-radius:1.15rem;padding:.9rem 1rem;display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;text-align:left;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease;border:1px solid rgba(148,163,184,.22)}.insights__method:hover,.insights__method:focus-visible{transform:translateY(-1px);box-shadow:0 16px 28px -24px #0f172a8c}.insights__method--active{border-color:#2563eb8c;box-shadow:0 18px 30px -24px #2563eb73}.insights__method--warn{border-color:#f9731659;background:#f973161f}.insights__method--info{border-color:#0ea5e959;background:#0ea5e91f}.insights__method--muted{border-color:#94a3b84d;background:#94a3b82e}.insights__method-count{font-weight:700;color:#0f172a}.insights__method-copy{display:flex;flex-direction:column;gap:.25rem}.insights__method-label{font-weight:600;color:#0f172a}.insights__method-description{font-size:.85rem;color:#475569}.insights__timeline-grid{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.insights__timeline-button{width:100%;border:none;border-radius:1.25rem;padding:1rem 1.1rem;background:#ffffffe6;border:1px solid rgba(148,163,184,.22);display:flex;flex-direction:column;gap:.55rem;cursor:pointer;text-align:left;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.insights__timeline-button:hover,.insights__timeline-button:focus-visible{transform:translateY(-1px);box-shadow:0 16px 28px -24px #0f172a8c}.insights__timeline-button--active{border-color:#2563eb8c;box-shadow:0 18px 32px -24px #2563eb73}.insights__timeline-header{display:flex;justify-content:space-between;align-items:baseline;color:#0f172a;font-weight:600}.insights__timeline-track{position:relative;height:.55rem;border-radius:.55rem;background:#2563eb29;overflow:hidden}.insights__timeline-fill{position:absolute;top:0;left:0;bottom:0;border-radius:.55rem;background:linear-gradient(135deg,#2563ebe6,#6366f1d9)}.insights__timeline-meta{font-size:.85rem;color:#475569}.detail-sidebar{background:#fffffff2;border-radius:1.5rem;box-shadow:0 20px 35px -30px #0f172a99;padding:1.75rem 2rem;display:flex;flex-direction:column;gap:1.5rem;border:1px solid rgba(148,163,184,.2)}.detail-sidebar__back{color:#1d4ed8;font-weight:600;text-decoration:none}.detail-sidebar__back:hover,.detail-sidebar__back:focus{text-decoration:underline}.detail-sidebar__title{margin:0;font-size:1.9rem;color:#0f172a}.detail-sidebar__stats{margin:0;display:grid;gap:.85rem}.detail-sidebar__stats div{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.detail-sidebar__stats dt{font-size:.95rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.detail-sidebar__stats dd{margin:0;font-size:1.35rem;font-weight:700;color:#0f172a}.detail-sidebar__blacklist{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;border-radius:1rem;background:#f8fafcbf;border:1px solid rgba(148,163,184,.24)}.detail-sidebar__blacklist-status{margin:0;color:#334155;font-size:.95rem;line-height:1.45}.detail-sidebar__blacklist-status--active{color:#b91c1c;font-weight:600}.detail-sidebar__blacklist-button{align-self:flex-start;padding:.55rem 1.15rem;border-radius:999px;border:none;background:#1d4ed8;color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.detail-sidebar__blacklist-button:hover,.detail-sidebar__blacklist-button:focus{transform:translateY(-1px);box-shadow:0 8px 18px -12px #0f172a80}.detail-sidebar__blacklist-button:disabled{cursor:not-allowed;opacity:.6;box-shadow:none;transform:none}.detail-sidebar__blacklist-button--remove{background:#dc2626}.detail-table{display:flex;flex-direction:column}@media(max-width:960px){.app{padding:2.5rem clamp(1.25rem,4vw,2rem) 3.5rem}.app__header{flex-direction:column}.insights__header{flex-direction:column;align-items:flex-start}.insights__actions{justify-content:flex-start}.insight-card__header{flex-direction:column;align-items:flex-start}.app__actions{align-items:stretch;width:100%}.app__refresh,.app__clear-cache{width:100%;text-align:center}.app__content{grid-template-columns:minmax(0,1fr)}.detail-sidebar{gap:1.25rem}}@media(max-width:720px){.app{padding:2rem 1.25rem 3rem}.app__header{padding:1.75rem 1.85rem}.insight-card{padding:1.5rem}.detail-sidebar{padding:1.5rem 1.6rem}}.filters{display:flex;flex-direction:column;gap:1.5rem;padding:1.75rem;border-radius:1.25rem;background-color:#ffffffeb;box-shadow:0 18px 32px -28px #0f172a8c;border:1px solid rgba(148,163,184,.25)}.filters__header{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem}.filters__header h2{margin:0;font-size:1.45rem;color:#0f172a}.filters__reset{border:none;background:none;color:#2563eb;font-weight:600;font-size:.9rem;cursor:pointer;padding:0}.filters__reset:disabled{opacity:.4;cursor:default}.filters__group{display:flex;flex-direction:column;gap:.5rem}.filters__group--watchlists{gap:.75rem}.filters__watchlist-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.filters__watchlist-select{min-width:14rem;flex:1 1 12rem}.filters__watchlist-create{border:none;border-radius:999px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:600;padding:.55rem 1.25rem;cursor:pointer;box-shadow:0 14px 24px -16px #2563ebbf;transition:transform .12s ease,box-shadow .12s ease}.filters__watchlist-create:disabled{opacity:.5;cursor:default;box-shadow:none}.filters__watchlist-create:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 18px 28px -16px #2563ebd9}.filters__watchlist-summary{font-size:.85rem;color:#475569;margin:0}.filters__watchlist-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.filters__watchlist-delete{border:none;border-radius:999px;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;font-weight:600;padding:.45rem 1rem;cursor:pointer;box-shadow:0 12px 20px -16px #dc2626cc;transition:transform .12s ease,box-shadow .12s ease}.filters__watchlist-delete:disabled{opacity:.5;cursor:default;box-shadow:none}.filters__watchlist-delete:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 16px 24px -16px #dc2626e6}.filters__watchlist-error{color:#b91c1c;font-size:.85rem;margin:0}.filters__group-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.filters__group-title{font-size:.95rem;font-weight:600;color:#1e293b}.filters__chip-clear{border:none;background:none;color:#64748b;font-size:.8rem;font-weight:600;cursor:pointer;padding:0}.filters__chip-clear:disabled{opacity:.4;cursor:default}.filters__chips{display:flex;flex-wrap:wrap;gap:.5rem}.filters__chip{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .65rem;border-radius:999px;border:1px solid rgba(148,163,184,.4);background-color:#e2e8f099;color:#0f172a;font-size:.85rem;font-weight:500;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease;position:relative}.filters__chip:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 18px -14px #0f172aa6}.filters__chip:disabled{opacity:.5;cursor:default}.filters__chip-label{font-size:.7rem;text-transform:uppercase;color:#475569;letter-spacing:.04em}.filters__chip-value{font-weight:600}.filters__chip-remove{font-weight:700;font-size:.9rem;color:#64748b}.filters__chip-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.filters__group label,.filters__group legend,.filters__group-label{font-size:.95rem;font-weight:600;color:#1e293b}.filters__checkbox-group{display:flex;flex-wrap:wrap;gap:.5rem}.filters__checkbox-option{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;border-radius:999px;border:1px solid rgba(148,163,184,.45);background-color:#e2e8f073;color:#0f172a;font-size:.85rem;font-weight:500;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background-color .12s ease,color .12s ease,border-color .12s ease}.filters__checkbox-option[data-checked=true]{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-color:#2563ebb3;box-shadow:0 12px 22px -16px #2563ebd9}.filters__checkbox-option[data-disabled=true]{opacity:.5;cursor:default;box-shadow:none}.filters__checkbox-option:not([data-disabled=true]):hover{transform:translateY(-1px);box-shadow:0 14px 26px -18px #2563ebe6}.filters__checkbox-option input[type=checkbox]{margin:0;accent-color:#1d4ed8}.filters__checkbox-option input[type=checkbox]:disabled{accent-color:#94a3b8}.filters__checkbox-label{pointer-events:none}.filters__group input,.filters__group select{border-radius:.75rem;border:1px solid rgba(148,163,184,.45);padding:.65rem .9rem;font-size:.95rem;color:#0f172a;background-color:#f8fafcd9}.filters__group input:focus,.filters__group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.filters__group--grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.filters__field{display:flex;flex-direction:column;gap:.45rem;font-weight:600;color:#1e293b}.filters__field input{width:100%}@media(max-width:960px){.filters{padding:1.25rem 1.5rem}}@media(max-width:720px){.filters__header{flex-direction:column;align-items:flex-start}}.listing-table{--listing-table-min-width: 1100px;display:flex;flex-direction:column;gap:1.5rem;flex:1 1 auto}.listing-table__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.listing-table__header h2{margin:0 0 .35rem;font-size:1.65rem;color:#0f172a}.listing-table__header p{margin:0;color:#475569}.listing-table__summary{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;font-size:.9rem;color:#334155}.listing-table__error{margin:0;padding:.85rem 1rem;border-radius:.85rem;background:#dc26261f;color:#b91c1c}.listing-table__viewport{--listing-table-comment-viewport-width: 100%;position:relative;display:flex;flex-direction:column;border-radius:1.25rem;background-color:#ffffffed;border:1px solid rgba(148,163,184,.25);box-shadow:0 20px 35px -28px #0f172a80;overflow:hidden}.listing-table__viewport:after{content:"";position:absolute;inset:0 0 0 auto;width:3.5rem;background:linear-gradient(to left,#f1f5f9f2,#f1f5f900);pointer-events:none;opacity:0;transition:opacity .16s ease}.listing-table__viewport--scrollable-right:after{opacity:1}.listing-table__scroll{width:100%;overflow-x:auto;overflow-y:hidden}.listing-table__scroll-indicator-container{display:flex;justify-content:space-between;align-items:flex-start;gap:1.25rem;padding:.75rem 1rem 0}.listing-table__export-controls{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.65rem}.listing-table__export-actions{display:flex;align-items:center;gap:.5rem}.listing-table__export-button{border:none;background:linear-gradient(120deg,#2563eb,#0ea5e9);color:#fff;font-weight:600;padding:.45rem 1rem;border-radius:999px;cursor:pointer;box-shadow:0 12px 28px -18px #2563ebe6;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.listing-table__export-button:hover,.listing-table__export-button:focus{transform:translateY(-1px);box-shadow:0 16px 32px -20px #2563ebbf;filter:brightness(1.05)}.listing-table__export-button:disabled{cursor:not-allowed;opacity:.6;box-shadow:none}.listing-table__export-button--secondary{background:#1e293b;box-shadow:none}.listing-table__columns-button{border:1px solid rgba(148,163,184,.45);background:#f1f5f9f2;color:#1e293b;font-weight:600;padding:.45rem .9rem;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;transition:background-color .16s ease,border-color .16s ease}.listing-table__columns-button:hover,.listing-table__columns-button:focus{background:#e2e8f0f2;border-color:#6366f159}.listing-table__column-panel{position:absolute;top:2.75rem;left:0;width:min(340px,calc(100vw - 4rem));background:#0f172af5;color:#f8fafc;border-radius:1rem;padding:1.1rem;box-shadow:0 24px 44px -30px #0f172abf;z-index:5;border:1px solid rgba(148,163,184,.25)}.listing-table__column-panel-description{margin:0 0 .75rem;font-size:.85rem;color:#e2e8f0d9}.listing-table__column-panel-list{list-style:none;margin:0;padding:0 .2rem 0 0;display:flex;flex-direction:column;gap:.55rem;max-height:15rem;overflow-y:auto}.listing-table__column-panel-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:#1e293bd9;border-radius:.85rem;padding:.6rem .75rem;border:1px solid transparent;transition:border-color .16s ease,background-color .16s ease;cursor:grab}.listing-table__column-panel-item[data-hidden=true]{opacity:.65}.listing-table__column-panel-item[data-drop-target=true]{border-color:#0ea5e9bf;background:#0ea5e92e}.listing-table__column-panel-item[data-dragging=true]{border-color:#0ea5e9d9;background:#0ea5e93d;box-shadow:0 18px 32px -24px #0ea5e9a6;cursor:grabbing}.listing-table__column-panel-item[data-dragging=true] *{cursor:grabbing}.listing-table__column-panel-label{display:flex;align-items:center;gap:.55rem;font-weight:600}.listing-table__column-panel-label input[type=checkbox]{width:1.05rem;height:1.05rem;accent-color:#38bdf8}.listing-table__column-panel-label input[type=checkbox]:disabled{accent-color:#94a3b8;cursor:not-allowed}.listing-table__column-panel-drag-handle{border:none;background:transparent;color:#e2e8f0d9;cursor:grab;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:1.1rem}.listing-table__column-panel-drag-handle:active{cursor:grabbing}.listing-table__column-panel-drag-image{pointer-events:none;border-radius:.85rem;box-shadow:0 24px 44px -28px #0ea5e98c}.listing-table__column-panel-actions{display:flex;justify-content:flex-end;margin-top:.85rem;width:100%}.listing-table__scroll-indicator{position:relative;display:flex;align-items:center;gap:.3rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;color:#1d4ed8;background:#f1f5f9e6;border-radius:999px;box-shadow:0 14px 26px -18px #2563eb99;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .16s ease,transform .16s ease;z-index:2}.listing-table__scroll-indicator--active{opacity:1;transform:translateY(0)}.listing-table__scroll-indicator-arrow{font-size:1rem}.listing-table table{width:max-content;min-width:var(--listing-table-min-width);border-collapse:collapse}.listing-table thead{background:linear-gradient(120deg,#2563eb1a,#0ea5e91a);color:#0f172a}.listing-table th,.listing-table td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid rgba(226,232,240,.75);font-size:.95rem}.listing-table__favorite-header,.listing-table__favorite-cell{width:3.5rem;text-align:center;padding-left:.35rem;padding-right:.35rem}.listing-table__details-header,.listing-table__detail-cell{width:5.4rem;text-align:center;padding-left:.35rem;padding-right:.35rem}.listing-table__detail-cell{vertical-align:middle}.listing-table__favorite-cell{position:relative}.listing-table__favorite-cell[data-loading=true]{opacity:.6}.listing-table__favorite-cell[data-loading=true]:after{content:"";position:absolute;inset:50% 50% auto auto;transform:translate(50%,-50%);width:.6rem;height:.6rem;border-radius:999px;border:2px solid rgba(37,99,235,.4);border-top-color:#2563ebe6;animation:listing-table__favorite-spinner .8s linear infinite}.listing-table__favorite-checkbox{width:1.1rem;height:1.1rem;accent-color:#f59e0b;cursor:pointer}.listing-table__favorite-checkbox:disabled{cursor:not-allowed;opacity:.6}@keyframes listing-table__favorite-spinner{0%{transform:translate(50%,-50%) rotate(0)}to{transform:translate(50%,-50%) rotate(360deg)}}.listing-table th{font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;color:#475569}.listing-table th[data-drop-target=true]{background-color:#3b82f61a}.listing-table__column-header{display:flex;align-items:center;gap:.5rem;white-space:nowrap}.listing-table__column-title{flex:1 1 auto}.listing-table__sort-button{display:inline-flex;align-items:center;gap:.35rem;padding:0;border:none;background:transparent;color:inherit;font:inherit;cursor:pointer;flex:1 1 auto;justify-content:flex-start}.listing-table__sort-button:focus-visible{outline:2px solid rgba(59,130,246,.6);outline-offset:2px}.listing-table__sort-indicator{font-size:.75rem;opacity:0;transition:opacity .16s ease,transform .16s ease}.listing-table__sort-button:hover .listing-table__sort-indicator,.listing-table__sort-button:focus .listing-table__sort-indicator,.listing-table__sort-button[data-sorted=true] .listing-table__sort-indicator{opacity:1}.listing-table__sort-indicator[data-direction=desc],.listing-table__sort-indicator[data-direction=asc]{transform:rotate(0)}.listing-table th[data-sorted=true],.listing-table th[data-sorted=true] .listing-table__sort-button{color:#1d4ed8}.listing-table__drag-handle{border:none;background:transparent;color:#475569;cursor:grab;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:1rem}.listing-table__drag-handle:active{cursor:grabbing}.listing-table__detail-actions{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;margin:0 auto;padding:0 .15rem}.listing-table__icon-button{width:2.5rem;height:2.5rem;border-radius:.85rem;border:none;outline:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;color:#0f172a;background:#0f172a0f;box-shadow:0 18px 36px -26px #0f172ab3;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.listing-table__icon-button svg{width:1.2rem;height:1.2rem}.listing-table__icon-button:hover,.listing-table__icon-button:focus-visible{transform:translateY(-1px);box-shadow:0 22px 40px -28px #0f172abf;filter:brightness(1.05)}.listing-table__icon-button:focus-visible{box-shadow:0 0 0 3px #94a3b873,0 22px 40px -28px #0f172abf}.listing-table__icon-button:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none;filter:none}.listing-table__icon-button--edit{position:relative;background:linear-gradient(140deg,#4f46e5,#6366f1);color:#eef2ff}.listing-table__icon-button--detail{background:linear-gradient(140deg,#0ea5e9,#38bdf8);color:#f0f9ff}.listing-table__icon-button--comment{position:relative;background:linear-gradient(140deg,#10b981,#34d399);color:#ecfdf5}.listing-table__icon-button--comment[data-open=true]{filter:brightness(1.08)}.listing-table__icon-button--comment[data-has-comments=true]:after{content:"";position:absolute;top:.35rem;right:.35rem;width:.55rem;height:.55rem;border-radius:999px;background:linear-gradient(135deg,#0f766e,#14b8a6);box-shadow:0 0 0 2px #ecfdf5eb}.listing-table__icon-button--edit[data-edited=true]:after{content:"";position:absolute;top:.35rem;right:.35rem;width:.55rem;height:.55rem;border-radius:999px;background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 0 0 2px #ffffffeb}.listing-table__detail-placeholder{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.85rem;background:#94a3b833;color:#64748b;font-weight:600}.listing-table__detail-icon{width:1.2rem;height:1.2rem;display:block}.listing-table__cell--editing{background-color:#3b82f614}.listing-table__row--editing{box-shadow:inset 0 0 0 2px #2563eb40}.listing-table__edit-actions-row td{background:#e2e8f080;padding:1rem 1.25rem}.listing-table__edit-actions{display:flex;flex-direction:column;gap:.75rem}.listing-table__edit-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.listing-table__edit-primary,.listing-table__edit-secondary,.listing-table__edit-tertiary{border:none;border-radius:999px;padding:.5rem 1.15rem;font-weight:600;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.listing-table__edit-primary{background:linear-gradient(120deg,#2563eb,#0ea5e9);color:#fff;box-shadow:0 12px 28px -18px #2563ebe6}.listing-table__edit-primary:hover:not(:disabled),.listing-table__edit-primary:focus:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 32px -20px #2563ebbf}.listing-table__edit-primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.listing-table__edit-secondary{background:#94a3b840;color:#1e293b}.listing-table__edit-secondary:hover,.listing-table__edit-secondary:focus{background:#94a3b866}.listing-table__edit-tertiary{background:transparent;color:#b91c1c}.listing-table__edit-tertiary:hover,.listing-table__edit-tertiary:focus{background:#dc26261f}.listing-table__edit-tertiary:disabled{opacity:.6;cursor:not-allowed}.listing-table__edit-hint{margin:0;font-size:.85rem;color:#475569}.listing-table__edit-error{margin:0;font-size:.9rem;color:#b91c1c}.listing-table__edit-input,.listing-table__edit-textarea,.listing-table__edit-select{width:100%;border-radius:.5rem;border:1px solid rgba(148,163,184,.5);padding:.4rem .6rem;font-size:.95rem;background-color:#fffffff2;color:#0f172a}.listing-table__edit-input:focus,.listing-table__edit-textarea:focus,.listing-table__edit-select:focus{outline:none;border-color:#2563eb99;box-shadow:0 0 0 2px #2563eb26}.listing-table__edit-textarea{resize:vertical;min-height:4.5rem}.listing-table__edit-input--state{text-transform:uppercase}.listing-table__edit-control{display:flex;flex-direction:column;gap:.35rem}.listing-table__edit-source{margin:0;font-size:.72rem;color:#64748b;line-height:1.4}.listing-table__edit-source-label{display:block;font-size:.65rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#94a3b8}.listing-table__edit-source-value{display:block;color:#475569;white-space:pre-line}.listing-table__detail-link:focus{outline:2px solid rgba(37,99,235,.4);outline-offset:2px}.listing-table__hide-button{border:none;background:transparent;color:#1d4ed8;font-weight:600;cursor:pointer;padding:0}.listing-table__hide-button:disabled{opacity:.4;cursor:not-allowed}.listing-table__filters th{padding-top:0;padding-bottom:.75rem;background-color:#f1f5f9a6}.listing-table__filter{display:block}.listing-table__filter-input,.listing-table__filter-select{width:100%;border-radius:.5rem;border:1px solid rgba(148,163,184,.55);padding:.45rem .6rem;font-size:.85rem;color:#0f172a;background-color:#fff}.listing-table__filter-input:focus,.listing-table__filter-select:focus{outline:2px solid rgba(37,99,235,.4);outline-offset:1px}.listing-table__hidden-columns{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;font-size:.85rem;color:#475569}.listing-table__hidden-columns ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.listing-table__hidden-columns li{margin:0}.listing-table__hidden-columns button{border:none;background-color:#2563eb1a;color:#1d4ed8;font-weight:600;border-radius:999px;padding:.35rem .85rem;cursor:pointer}.listing-table__hidden-columns button:hover,.listing-table__hidden-columns button:focus{background-color:#2563eb33}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.listing-table tbody tr:nth-of-type(2n){background-color:#f8fafca6}.listing-table__row{transition:background-color .18s ease,box-shadow .18s ease}.listing-table__row--highlight{background-color:#ef44442e!important;box-shadow:inset 0 0 0 2px #ef444466}.listing-table__row--blacklisted{background-color:#f8717124!important;box-shadow:inset 0 0 0 2px #f8717159}.listing-table__owner{font-weight:600;color:#0f172a}.listing-table__owner-list{display:flex;flex-direction:column;gap:.25rem}.listing-table__owner-badge{display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background-color:#dc26261f;color:#b91c1c;margin-top:.5rem;width:fit-content}.listing-table__owner-count{font-size:.8rem;color:#64748b;margin-top:.2rem}.listing-table__multiline{display:inline-flex;flex-direction:column;gap:.15rem}.listing-table__link{color:#2563eb;font-weight:600;text-decoration:none}.listing-table__link:hover,.listing-table__link:focus{text-decoration:underline}.listing-table__loading,.listing-table__empty{text-align:center;font-weight:600;color:#1e293b}.listing-table__pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.listing-table__page-size-form{display:flex;align-items:center;gap:.5rem;padding:.35rem .85rem;border-radius:999px;background:#f1f5f9e6;border:1px solid rgba(148,163,184,.45);color:#1e293b;font-size:.9rem}.listing-table__page-size-form label{font-weight:600}.listing-table__page-size-input{width:4.5rem;border:1px solid rgba(148,163,184,.65);border-radius:.6rem;padding:.25rem .5rem;font-weight:600;text-align:center;color:#1e293b;background:#fff}.listing-table__page-size-input:focus{outline:none;border-color:#2563eb99;box-shadow:0 0 0 2px #2563eb2e}.listing-table__page-size-input::-webkit-outer-spin-button,.listing-table__page-size-input::-webkit-inner-spin-button,.listing-table__page-jump-input::-webkit-outer-spin-button,.listing-table__page-jump-input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.listing-table__page-size-input[type=number],.listing-table__page-jump-input[type=number]{-moz-appearance:textfield}.listing-table__page-size-hint{font-size:.75rem;color:#64748b}.listing-table__page-controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.listing-table__page-controls>button{border-radius:999px;border:1px solid rgba(148,163,184,.45);background:#fff;padding:.45rem .95rem;font-weight:600;color:#1d4ed8;cursor:pointer}.listing-table__page-controls>button:disabled{opacity:.4;cursor:default}.listing-table__page-jump{position:relative}.listing-table__page-jump-button{border:1px solid transparent;background:#f1f5f9e6;padding:.4rem .85rem;border-radius:999px;font-weight:600;color:#1e293b;cursor:pointer;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease,border-color .16s ease}.listing-table__page-jump-button:hover,.listing-table__page-jump-button:focus,.listing-table__page-jump-button[aria-expanded=true]{outline:none;background:#dbeafef2;color:#1d4ed8;border-color:#94a3b88c;box-shadow:0 12px 24px -18px #2563eb80}.listing-table__page-jump-popover{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);background:#fff;border:1px solid rgba(148,163,184,.35);box-shadow:0 18px 32px -24px #0f172a73;border-radius:.85rem;padding:.75rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:10;min-width:180px}.listing-table__page-jump-input{width:4.5rem;text-align:center;font-weight:600;color:#1e293b;border-radius:.6rem;border:1px solid rgba(148,163,184,.65);padding:.3rem .5rem}.listing-table__page-jump-input:focus{outline:none;border-color:#2563eb99;box-shadow:0 0 0 2px #2563eb2e}.listing-table__page-jump-hint{font-size:.75rem;color:#64748b}.listing-table__comment-cell{padding:0;width:100%;border-bottom:none;position:relative}.listing-table__comment-container{background:#f1f5f9b8;padding:1.25rem 5rem 1.25rem 1.5rem;border-bottom:1px solid rgba(226,232,240,.75);box-sizing:border-box;position:sticky;left:0;width:min(100%,var(--listing-table-comment-viewport-width, 100%));max-width:var(--listing-table-comment-viewport-width, 100%);margin-left:0;margin-right:auto}.listing-table__comments{display:flex;flex-direction:column;gap:1rem;max-width:100%}.listing-table__comments-header{display:flex;flex-direction:column;gap:.15rem;align-items:flex-start}.listing-table__comments-title{margin:0;font-size:1.05rem;color:#0f172a}.listing-table__comments-heading{margin:0;color:#475569;font-size:.9rem}.listing-table__comments-status,.listing-table__comments-empty{margin:0;color:#64748b;font-size:.9rem}.listing-table__comments-error{margin:0;color:#b91c1c;font-weight:600}.listing-table__comments-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.listing-table__comments-item{background:#fffffff2;border-radius:.75rem;padding:.75rem .9rem;border:1px solid rgba(148,163,184,.35);box-shadow:0 12px 24px -24px #0f172a59;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.listing-table__comments-item--highlight{border-color:#3b82f6bf;box-shadow:0 0 0 2px #3b82f633,0 18px 34px -26px #3b82f699;animation:listing-table__comments-highlight 3s ease-out forwards}.listing-table__comments-item--copied .listing-table__comments-share{background:linear-gradient(120deg,#10b981,#34d399);box-shadow:0 14px 28px -24px #10b981cc}.listing-table__comments-meta{margin-top:.65rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem}.listing-table__comments-actions{display:flex;align-items:center;gap:.4rem}.listing-table__comments-body{margin:0;color:#0f172a;white-space:pre-wrap}.listing-table__comments-timestamp{margin:.4rem 0 0;color:#64748b;font-size:.8rem}.listing-table__comments-share{border:none;border-radius:999px;padding:.35rem .9rem;font-weight:600;font-size:.85rem;background:linear-gradient(120deg,#6366f1,#a855f7);color:#fff;cursor:pointer;box-shadow:0 12px 28px -24px #6366f1bf;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;white-space:nowrap}.listing-table__comments-share:hover,.listing-table__comments-share:focus{transform:translateY(-1px);box-shadow:0 16px 32px -24px #6366f1cc;filter:brightness(1.05)}.listing-table__comments-share:focus{outline:none;box-shadow:0 0 0 2px #6366f159,0 16px 32px -24px #6366f1cc}.listing-table__comments-share:active{transform:translateY(0);filter:brightness(.97)}.listing-table__comments-delete{border:none;border-radius:999px;padding:.35rem .9rem;font-weight:600;font-size:.85rem;background:linear-gradient(120deg,#ef4444,#f97316);color:#fff;cursor:pointer;box-shadow:0 12px 28px -24px #ef4444bf;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;white-space:nowrap}.listing-table__comments-delete:hover,.listing-table__comments-delete:focus{transform:translateY(-1px);box-shadow:0 16px 32px -24px #ef4444cc;filter:brightness(1.05)}.listing-table__comments-delete:focus{outline:none;box-shadow:0 0 0 2px #ef444459,0 16px 32px -24px #ef4444cc}.listing-table__comments-delete:active{transform:translateY(0);filter:brightness(.97)}.listing-table__comments-delete:disabled{opacity:.65;cursor:not-allowed;transform:none;filter:none;box-shadow:0 12px 28px -24px #94a3b873}@keyframes listing-table__comments-highlight{0%{background:#bfdbfe99}40%{background:#bfdbfe59}to{background:#fffffff2}}.listing-table__comment-form{display:flex;flex-direction:column;gap:.5rem}.listing-table__comment-label{font-size:.9rem;font-weight:600;color:#0f172a}.listing-table__comment-input{width:100%;border-radius:.6rem;border:1px solid rgba(148,163,184,.55);padding:.6rem .75rem;font-size:.95rem;background-color:#fffffff2;color:#0f172a;resize:vertical;min-height:3.5rem}.listing-table__comment-input:focus{outline:none;border-color:#0ea5e9a6;box-shadow:0 0 0 2px #0ea5e933}.listing-table__comment-input:disabled{background-color:#e2e8f073;cursor:not-allowed}.listing-table__comment-actions{display:flex;justify-content:flex-end}.listing-table__comment-submit{border:none;border-radius:999px;padding:.45rem 1.2rem;font-weight:600;background:linear-gradient(120deg,#0ea5e9,#22d3ee);color:#fff;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.listing-table__comment-submit:not(:disabled):hover,.listing-table__comment-submit:not(:disabled):focus{transform:translateY(-1px);box-shadow:0 14px 28px -22px #0ea5e9cc}.listing-table__comment-submit:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.listing-table__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1024px){.listing-table__header{flex-direction:column;align-items:flex-start}.listing-table__summary{align-items:flex-start}.listing-table__column-header{flex-wrap:wrap}}@media(max-width:720px){.listing-table__viewport{overflow-x:auto}.listing-table table{min-width:900px}.listing-table__pagination{flex-direction:column;align-items:stretch;gap:.75rem}.listing-table__page-size-form,.listing-table__page-controls{justify-content:center}}.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;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.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{max-width:none!important;max-height:none!important;width:auto;padding:0}.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:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.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{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.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;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;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{-webkit-transition:none;-moz-transition:none;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{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 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-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.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-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.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{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;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:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;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{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.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{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.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{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.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{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;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{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-draw-section{position:relative}.leaflet-draw-toolbar{margin-top:12px}.leaflet-draw-toolbar-top{margin-top:0}.leaflet-draw-toolbar-notop a:first-child{border-top-right-radius:0}.leaflet-draw-toolbar-nobottom a:last-child{border-bottom-right-radius:0}.leaflet-draw-toolbar a{background-image:url(data:image/png;base64,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);background-image:linear-gradient(transparent,transparent),url(/assets/spritesheet-DpIxuf5L.svg);background-repeat:no-repeat;background-size:300px 30px;background-clip:padding-box}.leaflet-retina .leaflet-draw-toolbar a{background-image:url(data:image/png;base64,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);background-image:linear-gradient(transparent,transparent),url(/assets/spritesheet-DpIxuf5L.svg)}.leaflet-draw a{display:block;text-align:center;text-decoration:none}.leaflet-draw a .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.leaflet-draw-actions{display:none;list-style:none;margin:0;padding:0;position:absolute;left:26px;top:0;white-space:nowrap}.leaflet-touch .leaflet-draw-actions{left:32px}.leaflet-right .leaflet-draw-actions{right:26px;left:auto}.leaflet-touch .leaflet-right .leaflet-draw-actions{right:32px;left:auto}.leaflet-draw-actions li{display:inline-block}.leaflet-draw-actions li:first-child a{border-left:0}.leaflet-draw-actions li:last-child a{-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.leaflet-right .leaflet-draw-actions li:last-child a{-webkit-border-radius:0;border-radius:0}.leaflet-right .leaflet-draw-actions li:first-child a{-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.leaflet-draw-actions a{background-color:#919187;border-left:1px solid #AAA;color:#fff;font:11px/19px Helvetica Neue,Arial,Helvetica,sans-serif;line-height:28px;text-decoration:none;padding-left:10px;padding-right:10px;height:28px}.leaflet-touch .leaflet-draw-actions a{font-size:12px;line-height:30px;height:30px}.leaflet-draw-actions-bottom{margin-top:0}.leaflet-draw-actions-top{margin-top:1px}.leaflet-draw-actions-top a,.leaflet-draw-actions-bottom a{height:27px;line-height:27px}.leaflet-draw-actions a:hover{background-color:#a0a098}.leaflet-draw-actions-top.leaflet-draw-actions-bottom a{height:26px;line-height:26px}.leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:-2px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:0 -1px}.leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-31px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-29px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-62px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-60px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-92px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-90px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-122px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-120px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-273px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-271px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-152px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-150px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-182px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-180px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-212px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-210px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-242px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-240px -2px}.leaflet-mouse-marker{background-color:#fff;cursor:crosshair}.leaflet-draw-tooltip{background:#363636;background:#00000080;border:1px solid transparent;-webkit-border-radius:4px;border-radius:4px;color:#fff;font:12px/18px Helvetica Neue,Arial,Helvetica,sans-serif;margin-left:20px;margin-top:-21px;padding:4px 8px;position:absolute;visibility:hidden;white-space:nowrap;z-index:6}.leaflet-draw-tooltip:before{border-right:6px solid black;border-right-color:#00000080;border-top:6px solid transparent;border-bottom:6px solid transparent;content:"";position:absolute;top:7px;left:-7px}.leaflet-error-draw-tooltip{background-color:#f2dede;border:1px solid #e6b6bd;color:#b94a48}.leaflet-error-draw-tooltip:before{border-right-color:#e6b6bd}.leaflet-draw-tooltip-single{margin-top:-12px}.leaflet-draw-tooltip-subtext{color:#f8d5e4}.leaflet-draw-guide-dash{font-size:1%;opacity:.6;position:absolute;width:5px;height:5px}.leaflet-edit-marker-selected{background-color:#fe57a11a;border:4px dashed rgba(254,87,161,.6);-webkit-border-radius:4px;border-radius:4px;box-sizing:content-box}.leaflet-edit-move{cursor:move}.leaflet-edit-resize{cursor:pointer}.leaflet-oldie .leaflet-draw-toolbar{border:1px solid #999}.region-map{display:flex;flex-direction:column;gap:1rem;background-color:#fffffff0;border-radius:1.5rem;padding:1.75rem;box-shadow:0 24px 48px -36px #0f172a99}.region-map__title{margin:0;font-size:1.4rem;font-weight:600;color:#1e293b}.region-map__subtitle{margin:0;font-size:.95rem;color:#475569}.region-map__map{height:420px;width:100%;border-radius:1.1rem;overflow:hidden}.region-map__map--fullscreen{height:100vh;width:100vw;border-radius:0}.region-map--fullscreen{position:fixed;inset:0;width:100vw;height:100vh;padding:0;border-radius:0;gap:0;background-color:#0f172a;box-shadow:none;z-index:1200;display:flex;flex-direction:column;align-items:stretch}.region-map--fullscreen>div:first-child,.region-map--fullscreen .region-map__selection-wrapper{display:none}.region-map--fullscreen .region-map__map{flex:1 1 auto;height:100%;width:100%;max-width:none;max-height:none}.region-map--fullscreen .leaflet-container{border-radius:0;height:100%}.region-map--fullscreen .leaflet-control-container .leaflet-bottom,.region-map--fullscreen .leaflet-control-container .leaflet-top{margin:1.25rem}body.region-map--fullscreen-active{overflow:hidden}.region-map__fullscreen-control{display:flex;background:#0f172aeb;border-radius:.75rem;overflow:hidden;box-shadow:0 16px 30px -20px #0f172abf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.region-map__fullscreen-button{appearance:none;border:none;background:transparent;color:#e2e8f0;font-size:.78rem;font-weight:500;padding:.55rem .95rem;cursor:pointer;white-space:nowrap;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.region-map__fullscreen-button:hover,.region-map__fullscreen-button:focus{background:#3b82f640;color:#f8fafc}.region-map__fullscreen-button:focus{outline:none;box-shadow:inset 0 0 0 2px #60a5fab3}.region-map__fullscreen-button--active{background:linear-gradient(135deg,#3b82f6d9,#2563ebd9);color:#f8fafc}.region-map__fullscreen-button--active:hover,.region-map__fullscreen-button--active:focus{background:linear-gradient(135deg,#3b82f6fa,#2563ebfa)}.region-map__toolbar{display:flex;flex-direction:column;background:#0f172aeb;border-radius:.75rem;overflow:hidden;box-shadow:0 18px 36px -20px #0f172abf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.region-map__toolbar-button{appearance:none;border:none;background:transparent;color:#e2e8f0;font-size:.78rem;font-weight:500;padding:.55rem .95rem;text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;white-space:nowrap}.region-map__toolbar-button+.region-map__toolbar-button{border-top:1px solid rgba(148,163,184,.25)}.region-map__toolbar-button:hover,.region-map__toolbar-button:focus{background:#3b82f640;color:#f8fafc}.region-map__toolbar-button:focus{outline:none;box-shadow:inset 0 0 0 2px #60a5fab3}.region-map__toolbar-button--active{background:linear-gradient(135deg,#3b82f6d9,#2563ebd9);color:#f8fafc}.region-map__toolbar-button--active:hover,.region-map__toolbar-button--active:focus{background:linear-gradient(135deg,#3b82f6fa,#2563ebfa)}.region-map__toolbar-button--disabled{opacity:.45;cursor:not-allowed}.region-map__toolbar-button--disabled:hover,.region-map__toolbar-button--disabled:focus{background:transparent;color:#e2e8f0;box-shadow:none}.region-map__layers-control{display:flex;flex-direction:column;background:#0f172aeb;border-radius:.75rem;overflow:hidden;box-shadow:0 18px 36px -20px #0f172abf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.region-map__layers-visibility-group{display:grid;grid-auto-flow:column;background:#0f172ae6}.region-map__layers-toggle-button{appearance:none;border:none;background:transparent;color:#cbd5f5;font-size:.74rem;padding:.55rem .85rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease}.region-map__layers-toggle-button+.region-map__layers-toggle-button{border-left:1px solid rgba(148,163,184,.25)}.region-map__layers-toggle-button:hover,.region-map__layers-toggle-button:focus{background:#3b82f640;color:#f8fafc}.region-map__layers-toggle-button:focus{outline:none;box-shadow:inset 0 0 0 2px #60a5fab3}.region-map__layers-toggle-button--active{background:linear-gradient(135deg,#3b82f6d9,#2563ebd9);color:#f8fafc;box-shadow:inset 0 0 0 1px #f8fafc59}.region-map__layers-toggle-button--active:hover,.region-map__layers-toggle-button--active:focus{background:linear-gradient(135deg,#3b82f6fa,#2563ebfa)}.region-map__layers-toggle-button-icon{display:inline-flex;width:1rem;height:1rem;align-items:center;justify-content:center}.region-map__layers-toggle-button-icon svg{width:100%;height:100%}.region-map__layer-toggle{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(148,163,184,.25);background:#0f172acc}.region-map__layer-button{appearance:none;border:none;background:transparent;color:#cbd5f5;font-size:.78rem;padding:.55rem .95rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease}.region-map__layer-button+.region-map__layer-button{border-left:1px solid rgba(148,163,184,.25)}.region-map__layer-button:hover,.region-map__layer-button:focus{background:#3b82f640;color:#f8fafc}.region-map__layer-button:focus{outline:none;box-shadow:inset 0 0 0 2px #60a5fab3}.region-map__layer-button--active{background:linear-gradient(135deg,#3b82f6d9,#2563ebd9);color:#f8fafc;box-shadow:inset 0 0 0 1px #f8fafc59}.region-map__layer-button--active:hover,.region-map__layer-button--active:focus{background:linear-gradient(135deg,#3b82f6fa,#2563ebfa)}.region-map__layer-button-content{display:inline-flex;align-items:center;justify-content:center;width:.95rem;height:.95rem}.region-map__layer-button-icon{display:inline-flex;width:100%;height:100%;align-items:center;justify-content:center}.region-map__layer-button-icon svg{width:1em;height:1em}.region-map__selection-wrapper{width:100%;display:flex;transition:height .2s ease;height:240px}.region-map__selection{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;border-radius:1rem;border:1px solid rgba(148,163,184,.35);background:#f8fafce6;color:#0f172a;flex:1;overflow:auto}.region-map__selection--zone{justify-content:center}.region-map__selection-zone{display:flex;flex-direction:column;gap:.85rem}.region-map__selection-zone-header{display:flex;align-items:center;gap:.75rem}.region-map__selection-zone-swatch{width:1.1rem;height:1.1rem;border-radius:.4rem;box-shadow:0 0 0 1px #0f172a33}.region-map__selection-zone-heading{display:flex;flex-direction:column;gap:.2rem}.region-map__selection-zone-label{margin:0;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;color:#475569}.region-map__selection-zone-name{margin:0;font-size:1.1rem;font-weight:600;color:#0f172a}.region-map__selection-zone-count{margin:0;font-size:.9rem;font-weight:500;color:#1e293b}.region-map__selection-zone-description{margin:0;font-size:.82rem;color:#475569}.region-map__selection-zone-details{display:grid;gap:.65rem;margin:0}.region-map__selection-zone-details>div{display:flex;flex-direction:column;gap:.25rem}.region-map__selection-zone-details dt{margin:0;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;color:#64748b;font-weight:600}.region-map__selection-zone-details dd{margin:0;font-size:.85rem;line-height:1.4;color:#0f172a}.region-map__selection-zone-description-item dd{line-height:1.5}.region-map__selection-zone-notes-item dd{font-size:.82rem;color:#475569;font-style:italic;line-height:1.4}.region-map__selection-zone-hint{margin:0;font-size:.78rem;color:#64748b;padding-top:.25rem;border-top:1px solid rgba(148,163,184,.25)}.region-map__selection--empty{align-items:center;justify-content:center;min-height:80px;color:#475569;font-style:italic;text-align:center;height:100%;padding:1.5rem;gap:.9rem}.region-map__selection-empty-primary,.region-map__selection-empty-secondary{margin:0;font-style:normal}.region-map__selection-empty-primary{font-size:.9rem;color:#475569}.region-map__selection-empty-secondary{font-size:.82rem;color:#1e293b}.region-map__selection-empty-hints{font-style:normal;font-size:.78rem;color:#475569}.region-map__selection-empty-hints ul{margin:.5rem 0 0;padding-left:1.2rem;text-align:left;display:flex;flex-direction:column;gap:.35rem}.region-map__selection-empty-hints li{list-style:disc}.region-map__selection-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.region-map__selection-heading{display:flex;flex-direction:column;gap:.35rem}.region-map__selection-title{margin:0;font-size:1.05rem;font-weight:600;color:#0f172a}.region-map__selection-subtitle{margin:0;font-size:.85rem;color:#475569}.region-map__selection-link{display:inline-flex;align-items:center;gap:.4rem;color:#1d4ed8;font-size:.85rem;font-weight:500;text-decoration:none;white-space:nowrap}.region-map__selection-link:hover,.region-map__selection-link:focus{text-decoration:underline}.leaflet-zoneGlowPane-pane{mix-blend-mode:screen;opacity:.9;pointer-events:auto}.leaflet-zoneGlowPane-pane .region-map__zone-glow-marker{filter:blur(18px);transition:fill .2s ease,fill-opacity .2s ease,stroke .2s ease}.region-map__selection-link-icon{width:1.1rem;height:1.1rem}.region-map__selection-grid{display:grid;gap:.75rem;margin:0}.region-map__selection-grid>div{display:flex;flex-direction:column;gap:.2rem}.region-map__selection-grid dt{margin:0;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.region-map__selection-grid dd{margin:0;font-size:.88rem;line-height:1.3;color:#0f172a}.region-map__selection-grid dd span{display:block}@media(max-width:720px){.region-map{padding:1.5rem}.region-map__map{height:360px}}.configuration-profiles{display:flex;flex-direction:column;gap:1.5rem;padding:1.75rem 2rem;border-radius:1.5rem;background:#fffffff2;box-shadow:0 20px 40px -32px #0f172a99;border:1px solid rgba(148,163,184,.25)}.configuration-profiles__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.configuration-profiles__title{margin:0;font-size:1.6rem;color:#0f172a}.configuration-profiles__subtitle{margin:.35rem 0 0;font-size:.95rem;color:#475569;max-width:42ch}.configuration-profiles__header-actions{display:flex;gap:.75rem;align-items:center}.configuration-profiles__controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.configuration-profiles__field{display:flex;flex-direction:column;gap:.4rem}.configuration-profiles__label{font-weight:600;font-size:.95rem;color:#1f2937}.configuration-profiles__select select,.configuration-profiles__field input{width:100%;padding:.6rem .75rem;border-radius:.65rem;border:1px solid rgba(148,163,184,.45);background:#ffffffd9;font-size:.95rem;color:#0f172a;transition:border-color .12s ease,box-shadow .12s ease}.configuration-profiles__select select:focus,.configuration-profiles__field input:focus{outline:none;border-color:#2563eba6;box-shadow:0 0 0 3px #2563eb26}.configuration-profiles__select select:disabled,.configuration-profiles__field input:disabled{opacity:.6;cursor:not-allowed}.configuration-profiles__footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.configuration-profiles__status{font-size:.95rem;color:#1d4ed8}.configuration-profiles__status--dirty{color:#b91c1c}.configuration-profiles__actions{display:flex;gap:.75rem;flex-wrap:wrap}.configuration-profiles__button{border:none;border-radius:.65rem;padding:.55rem 1.1rem;font-size:.95rem;font-weight:600;color:#1f2937;background:#e2e8f0cc;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.configuration-profiles__button:hover:not(:disabled),.configuration-profiles__button:focus-visible:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 20px -12px #2563eb59}.configuration-profiles__button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.configuration-profiles__button--primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.configuration-profiles__error{margin:0;font-size:.95rem;color:#b91c1c}@media(max-width:640px){.configuration-profiles{padding:1.5rem 1.4rem}.configuration-profiles__header{flex-direction:column;align-items:stretch}.configuration-profiles__header-actions{justify-content:flex-start}.configuration-profiles__footer{flex-direction:column;align-items:flex-start}.configuration-profiles__actions{width:100%}.configuration-profiles__button{width:100%;text-align:center}}.favorites-page{grid-column:1 / -1;display:flex;flex-direction:column;gap:2rem}.favorites-page__filters,.favorites-page__table,.favorites-page__filters .filters{width:100%}.favorites-page__table{display:flex;flex-direction:column;gap:1.75rem}.blacklisted-page{grid-column:1 / -1;display:flex;flex-direction:column;gap:2rem}.blacklisted-page__filters,.blacklisted-page__table,.blacklisted-page__filters .filters{width:100%}.blacklisted-page__table{display:flex;flex-direction:column;gap:1.75rem}.manual-edits-page{grid-column:1 / -1;display:flex;flex-direction:column;gap:2rem}.manual-edits-page__controls,.manual-edits-page__table{width:100%}.manual-edits-page__threshold{display:flex;flex-direction:column;gap:.75rem}.manual-edits-page__threshold-inputs{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.manual-edits-page__threshold-input{width:6rem;max-width:100%;padding:.5rem .75rem;border-radius:.75rem;border:1px solid rgba(148,163,184,.35);background:#f8fafcd9;font-size:1rem;font-variant-numeric:tabular-nums}.manual-edits-page__threshold-input:focus{outline:none;border-color:#3b82f6bf;box-shadow:0 0 0 3px #3b82f626}.manual-edits-page__threshold-summary{color:#475569;font-size:.95rem}.manual-edits-page__threshold-hint{margin:0;color:#64748b;font-size:.9rem;line-height:1.5}.manual-edits-page__table{display:flex;flex-direction:column;gap:1.75rem}.password-modal__overlay{position:fixed;inset:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .15s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.password-modal__content{background:#fff;padding:2rem 2.5rem;border-radius:1.25rem;box-shadow:0 24px 48px -12px #0f172a66;max-width:420px;width:calc(100% - 2rem);animation:slideUp .2s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.password-modal__title{margin:0 0 .5rem;font-size:1.5rem;color:#0f172a;font-weight:600}.password-modal__message{margin:0 0 1.5rem;font-size:1rem;color:#475569;line-height:1.5}.password-modal__form{display:flex;flex-direction:column;gap:1.25rem}.password-modal__input{padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:.5rem;font-size:1rem;transition:border-color .12s ease,box-shadow .12s ease}.password-modal__input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.password-modal__actions{display:flex;gap:.75rem;justify-content:flex-end}.password-modal__button{padding:.65rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .1s ease,box-shadow .1s ease,opacity .1s ease;border:none}.password-modal__button:hover:not(:disabled){transform:translateY(-1px)}.password-modal__button:disabled{cursor:not-allowed;opacity:.5}.password-modal__button--cancel{background:#f1f5f9;color:#475569}.password-modal__button--cancel:hover:not(:disabled){background:#e2e8f0}.password-modal__button--submit{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 4px 12px -4px #2563eb66}.password-modal__button--submit:hover:not(:disabled){box-shadow:0 8px 16px -4px #2563eb80}.watchlist-page{grid-column:1 / -1;display:flex;flex-direction:column;gap:2rem}.watchlist-page__header{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem 1.75rem;border-radius:1.25rem;background:linear-gradient(135deg,#1e40af1f,#0e749014);border:1px solid rgba(148,163,184,.25);box-shadow:0 18px 32px -28px #0f172a73}.watchlist-page__title{margin:0;font-size:1.5rem;color:#0f172a}.watchlist-page__meta{margin:0;color:#475569;font-size:.95rem}.watchlist-page__filters,.watchlist-page__table,.watchlist-page__filters .filters{width:100%}.watchlist-page__table{display:flex;flex-direction:column;gap:1.75rem}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-height:100vh}*{box-sizing:border-box}
