:root{color-scheme:light;--bg:#fff;--bg-subtle:#f4f8fb;--bg-elevated:#fff;--surface:#fff;--surface-2:#f4f8fb;--card:#fff;--border:#e2e2e2;--border-strong:#cfd6de;--text:#393939;--text-strong:#13192d;--text-muted:rgba(57,57,57,.7);--text-inverse:#fff;--primary:#1976bc;--primary-hover:#1565a0;--accent:#00aeef;--accent-hover:#0097cf;--secondary:#312c8f;--focus-ring:#00aeef;--focus-ring-soft:rgba(0,174,239,.35);--link:#1976bc;--link-hover:#00aeef;--success:#1976bc;--warning:#00aeef;--danger:#312c8f;--overlay:rgba(19,25,45,.52);--shadow-xs:0 1px 2px rgba(19,25,45,.08);--shadow-sm:0 14px 32px rgba(19,25,45,.12);--shadow-lg:0 24px 54px rgba(19,25,45,.2);--scrollbar-size:10px;--scrollbar-track:rgba(19,25,45,.08);--scrollbar-thumb:rgba(25,118,188,.45);--scrollbar-thumb-hover:rgba(25,118,188,.62);--scrollbar-corner:transparent;--topbar-bg:var(--surface);--topbar-border:var(--border);--sidebar-bg:var(--surface);--sidebar-border:var(--border);--content-bg:var(--bg-subtle);--input-bg:var(--surface);--input-border:var(--border);--input-text:var(--text);--input-placeholder:var(--text-muted);--input-focus-border:var(--primary);--chip-bg:rgba(25,118,188,.12);--chip-text:var(--text-strong);--chip-border:rgba(25,118,188,.35);--icon:var(--text-muted);--icon-hover:var(--text-strong);--icon-disabled:rgba(57,57,57,.4);--button-primary-text:#fff;--button-secondary-bg:rgba(25,118,188,.1);--button-secondary-text:var(--text-strong);--button-secondary-border:rgba(25,118,188,.35);--button-ghost-bg:transparent;--button-ghost-text:var(--text);--button-ghost-border:var(--border);--table-surface:var(--surface);--table-bg:var(--surface);--table-bg-subtle:var(--surface-2);--table-border:var(--border);--table-border-strong:var(--border-strong);--table-text:var(--text);--table-text-muted:var(--text-muted);--table-header-bg:linear-gradient(180deg,var(--surface-2) 0%,var(--surface) 100%);--table-row-hover:rgba(25,118,188,.1);--table-row-selected:rgba(25,118,188,.16);--table-sticky-bg:var(--surface-2);--table-sticky-bg-hover:rgba(25,118,188,.12);--table-action-bg:var(--surface);--table-scrollbar:rgba(25,118,188,.38);--table-filter-arrow-circle:rgba(25,118,188,.1);--table-filter-arrow-ring:rgba(25,118,188,.38);--table-filter-arrow-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 5l3 3 3-3' fill='none' stroke='%2313192d' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");--table-option-bg:var(--surface);--table-option-text:var(--text);--action-neutral-text:var(--text);--action-neutral-border:var(--border-strong);--action-neutral-bg:var(--table-action-bg);--action-primary-text:var(--primary);--action-primary-border:rgba(25,118,188,.58);--action-primary-bg:rgba(25,118,188,.14);--action-success-text:var(--primary);--action-success-border:rgba(25,118,188,.58);--action-success-bg:rgba(25,118,188,.14);--action-warning-text:var(--accent-hover);--action-warning-border:rgba(0,174,239,.58);--action-warning-bg:rgba(0,174,239,.14);--action-danger-text:var(--secondary);--action-danger-border:rgba(49,44,143,.58);--action-danger-bg:rgba(49,44,143,.14);--status-amber-text:var(--secondary);--status-amber-bg:rgba(49,44,143,.14);--status-amber-border:rgba(49,44,143,.4);--status-rose-text:var(--accent-hover);--status-rose-bg:rgba(0,174,239,.14);--status-rose-border:rgba(0,174,239,.4);--status-sky-text:var(--primary);--status-sky-bg:rgba(25,118,188,.14);--status-sky-border:rgba(25,118,188,.4);--sidebar-active-bg:rgba(25,118,188,.12);--sidebar-active-icon-bg:rgba(25,118,188,.16);--sidebar-active-text:var(--text-strong);--sidebar-active-border:var(--primary);--layout-grid-line:rgba(25,118,188,.1);--layout-glow:rgba(0,174,239,.14);--auth-bg-color:var(--bg-subtle);--auth-bg-image:radial-gradient(circle at 20% 20%,rgba(25,118,188,.07) 0,rgba(25,118,188,0) 45%),radial-gradient(circle at 90% 90%,rgba(0,174,239,.08) 0,rgba(0,174,239,0) 35%),linear-gradient(135deg,rgba(19,25,45,.04) 1px,transparent 0);--ink:var(--text-strong);--muted:var(--text-muted);--accent-2:var(--secondary);--page-bg:var(--bg);--surface-muted:var(--surface-2);--panel-border:var(--border);--text-primary:var(--text-strong);--text-subtle:var(--text-muted);--admin-bg:var(--bg);--admin-bg-gradients:none;--admin-grid-line:var(--layout-grid-line);--admin-glow:var(--layout-glow);--admin-surface:var(--surface);--admin-surface-muted:var(--surface-2);--admin-overlay-surface:var(--card);--admin-border:var(--border);--admin-panel-bg:var(--card);--admin-panel-border:var(--border);--admin-panel-shadow:var(--shadow-sm);--admin-text-primary:var(--text-strong);--admin-text-muted:var(--text-muted);--admin-text-subtle:var(--text-muted);--admin-accent:var(--primary);--admin-accent-soft:rgba(25,118,188,.14);--admin-hover-bg:var(--surface-2);--admin-hover-border:var(--border-strong)}[data-theme=dark]{color-scheme:dark;--bg:#13192d;--bg-subtle:rgba(49,44,143,.18);--bg-elevated:hsla(0,0%,100%,.04);--surface:hsla(0,0%,100%,.04);--surface-2:hsla(0,0%,100%,.07);--card:hsla(0,0%,100%,.05);--border:hsla(0,0%,89%,.15);--border-strong:hsla(0,0%,89%,.28);--text:#e2e2e2;--text-strong:#fff;--text-muted:hsla(0,0%,89%,.7);--primary:#1976bc;--primary-hover:#1b87d7;--accent:#00aeef;--accent-hover:#33c2f3;--secondary:#312c8f;--focus-ring:#00aeef;--focus-ring-soft:rgba(0,174,239,.45);--link:#00aeef;--link-hover:#fff;--success:#1976bc;--warning:#00aeef;--danger:#312c8f;--overlay:rgba(19,25,45,.76);--shadow-xs:0 1px 2px rgba(19,25,45,.42);--shadow-sm:0 16px 34px rgba(6,9,17,.52);--shadow-lg:0 26px 56px rgba(6,9,17,.68);--scrollbar-track:hsla(0,0%,89%,.08);--scrollbar-thumb:rgba(0,174,239,.52);--scrollbar-thumb-hover:rgba(0,174,239,.74);--scrollbar-corner:transparent;--topbar-bg:rgba(19,25,45,.92);--topbar-border:var(--border);--sidebar-bg:rgba(19,25,45,.94);--sidebar-border:var(--border);--content-bg:var(--bg-subtle);--input-bg:hsla(0,0%,100%,.06);--input-border:var(--border);--input-text:var(--text);--input-placeholder:var(--text-muted);--input-focus-border:var(--accent);--chip-bg:rgba(0,174,239,.2);--chip-text:var(--text-strong);--chip-border:rgba(0,174,239,.45);--icon:var(--text-muted);--icon-hover:var(--text-strong);--icon-disabled:hsla(0,0%,89%,.34);--button-secondary-bg:rgba(25,118,188,.22);--button-secondary-text:var(--text-strong);--button-secondary-border:rgba(25,118,188,.62);--button-ghost-text:var(--text);--button-ghost-border:var(--border);--table-surface:hsla(0,0%,100%,.04);--table-bg:hsla(0,0%,100%,.04);--table-bg-subtle:hsla(0,0%,100%,.07);--table-border:var(--border);--table-border-strong:var(--border-strong);--table-text:var(--text);--table-text-muted:var(--text-muted);--table-header-bg:linear-gradient(180deg,rgba(49,44,143,.32),hsla(0,0%,100%,.06));--table-row-hover:rgba(0,174,239,.16);--table-row-selected:rgba(25,118,188,.24);--table-sticky-bg:hsla(0,0%,100%,.08);--table-sticky-bg-hover:rgba(0,174,239,.16);--table-action-bg:hsla(0,0%,100%,.07);--table-scrollbar:hsla(0,0%,89%,.42);--table-filter-arrow-circle:rgba(0,174,239,.14);--table-filter-arrow-ring:hsla(0,0%,89%,.4);--table-filter-arrow-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 5l3 3 3-3' fill='none' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");--table-option-bg:#13192d;--table-option-text:#fff;--action-neutral-text:var(--text);--action-neutral-border:var(--border-strong);--action-neutral-bg:hsla(0,0%,100%,.05);--action-primary-text:var(--accent);--action-primary-border:rgba(0,174,239,.62);--action-primary-bg:rgba(0,174,239,.18);--action-success-text:#fff;--action-success-border:rgba(25,118,188,.72);--action-success-bg:rgba(25,118,188,.24);--action-warning-text:#fff;--action-warning-border:rgba(49,44,143,.72);--action-warning-bg:rgba(49,44,143,.24);--action-danger-text:#fff;--action-danger-border:rgba(49,44,143,.72);--action-danger-bg:rgba(49,44,143,.24);--status-amber-text:var(--accent);--status-amber-bg:rgba(0,174,239,.16);--status-amber-border:rgba(0,174,239,.48);--status-rose-text:var(--accent-hover);--status-rose-bg:rgba(0,174,239,.2);--status-rose-border:rgba(0,174,239,.56);--status-sky-text:#fff;--status-sky-bg:rgba(25,118,188,.2);--status-sky-border:rgba(25,118,188,.5);--sidebar-active-bg:rgba(25,118,188,.25);--sidebar-active-icon-bg:rgba(0,174,239,.22);--sidebar-active-text:#fff;--sidebar-active-border:rgba(0,174,239,.62);--layout-grid-line:hsla(0,0%,89%,.05);--layout-glow:rgba(0,174,239,.18);--auth-bg-color:#13192d;--auth-bg-image:radial-gradient(circle at 20% 20%,rgba(25,118,188,.2) 0,rgba(25,118,188,0) 42%),radial-gradient(circle at 90% 90%,rgba(0,174,239,.15) 0,rgba(0,174,239,0) 35%),linear-gradient(135deg,hsla(0,0%,100%,.04) 1px,transparent 0)}body,html{background-color:var(--bg);color:var(--text)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:999px}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border:2px solid var(--scrollbar-track);border-radius:999px;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-corner{background:var(--scrollbar-corner)}body{background:var(--bg);color:var(--text)}a{color:var(--link);transition:color .2s ease}a:hover{color:var(--link-hover)}:where(a,button,input,select,textarea,[role=button],[tabindex]:not([tabindex="-1"])):focus-visible{outline:2px solid var(--focus-ring)!important;outline-offset:2px;box-shadow:0 0 0 3px var(--focus-ring-soft)}.academy-auth-bg,.academy-dark-bg{background-color:var(--auth-bg-color);background-image:var(--auth-bg-image);background-size:auto,auto,44px 44px}.ga-layout{background:var(--bg);color:var(--text)}.ga-content-area{background:var(--content-bg)}.ga-topbar{border-bottom:1px solid var(--topbar-border);background:var(--topbar-bg)}.ga-sidebar{border-right:1px solid var(--sidebar-border);background:var(--sidebar-bg)}.ga-icon-button{display:grid;place-items:center;border:1px solid var(--border);background:var(--surface-2);color:var(--icon);transition:border-color .16s ease,background-color .16s ease,color .16s ease}.ga-icon-button:hover{border-color:var(--primary);background:var(--surface);color:var(--icon-hover)}.ga-input{border:1px solid var(--input-border);background:var(--input-bg);color:var(--input-text);transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.ga-input::-moz-placeholder{color:var(--input-placeholder)}.ga-input::placeholder{color:var(--input-placeholder)}.ga-input:focus{border-color:var(--input-focus-border);box-shadow:0 0 0 3px var(--focus-ring-soft)}.ga-chip{border:1px solid var(--chip-border);background:var(--chip-bg);color:var(--chip-text)}.ga-chip-dot{background:var(--accent)}.ga-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border-radius:.75rem;border:1px solid transparent;padding:.55rem 1rem;font-weight:600;line-height:1;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .16s ease}.ga-btn:hover{transform:translateY(-1px)}.ga-btn:disabled{cursor:not-allowed;opacity:.55;transform:none}.ga-btn-primary{border-color:var(--primary);background:var(--primary);color:var(--button-primary-text);box-shadow:var(--shadow-xs)}.ga-btn-primary:hover{border-color:var(--primary-hover);background:var(--primary-hover);color:var(--button-primary-text)}.ga-btn-secondary{border-color:var(--button-secondary-border);background:var(--button-secondary-bg);color:var(--button-secondary-text)}.ga-btn-secondary:hover{border-color:var(--primary);background:var(--chip-bg);color:var(--text-strong)}.ga-btn-ghost{border-color:var(--button-ghost-border);background:var(--button-ghost-bg);color:var(--button-ghost-text)}.ga-btn-ghost:hover{border-color:var(--primary);background:var(--surface-2);color:var(--text-strong)}.admin-hud{background-color:var(--bg);background-image:radial-gradient(circle at 18% 12%,var(--layout-glow),transparent 55%),linear-gradient(var(--layout-grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--layout-grid-line) 1px,transparent 1px);background-size:auto,44px 44px,44px 44px;color:var(--admin-text-primary);--panel-border:var(--admin-border);--surface:var(--admin-surface);--surface-muted:var(--admin-surface-muted);--text-primary:var(--admin-text-primary);--text-muted:var(--admin-text-muted);--text-subtle:var(--admin-text-subtle)}.admin-hud:after,.admin-hud:before{display:none}.hud-panel{background:var(--admin-panel-bg);border:1px solid var(--admin-panel-border);box-shadow:var(--admin-panel-shadow);backdrop-filter:blur(10px)}.ga-sidebar-link{border-color:transparent;background:transparent;color:var(--text-muted)}.ga-sidebar-link:hover{border-color:var(--border-strong);background:var(--surface-2);color:var(--text-strong)}.ga-sidebar-link-icon{border-color:var(--border);background:var(--surface);color:var(--text-muted)}.ga-sidebar-link:hover .ga-sidebar-link-icon{border-color:var(--border-strong);background:var(--surface-2);color:var(--text-strong)}.ga-sidebar-link[aria-current=page]{background:var(--sidebar-active-bg)!important}.ga-sidebar-link[aria-current=page],.ga-sidebar-link[aria-current=page] .ga-sidebar-link-icon{border-color:var(--sidebar-active-border)!important;color:var(--sidebar-active-text)!important;-webkit-text-fill-color:var(--sidebar-active-text)!important;opacity:1!important}.ga-sidebar-link[aria-current=page] .ga-sidebar-link-icon{background:var(--sidebar-active-icon-bg)!important}.ga-sidebar-link[aria-current=page] .ga-sidebar-link-label{color:var(--sidebar-active-text)!important;-webkit-text-fill-color:var(--sidebar-active-text)!important;opacity:1!important}[data-theme=dark] .admin-hud .ga-sidebar-link[aria-current=page],[data-theme=light] .admin-hud .ga-sidebar-link[aria-current=page]{border-color:var(--sidebar-active-border)!important;background:var(--sidebar-active-bg)!important;color:var(--sidebar-active-text)!important;-webkit-text-fill-color:var(--sidebar-active-text)!important}[data-theme=dark] .admin-hud .ga-sidebar-link[aria-current=page] .ga-sidebar-link-icon,[data-theme=light] .admin-hud .ga-sidebar-link[aria-current=page] .ga-sidebar-link-icon{border-color:var(--sidebar-active-border)!important;background:var(--sidebar-active-icon-bg)!important;color:var(--sidebar-active-text)!important;-webkit-text-fill-color:var(--sidebar-active-text)!important}[data-theme=dark] .admin-hud .ga-sidebar-link[aria-current=page] .ga-sidebar-link-label,[data-theme=light] .admin-hud .ga-sidebar-link[aria-current=page] .ga-sidebar-link-label{color:var(--sidebar-active-text)!important;-webkit-text-fill-color:var(--sidebar-active-text)!important}.ga-advanced-table,[data-theme=dark] .ga-advanced-table,[data-theme=light] .ga-advanced-table{--ga-table-bg:var(--table-bg);--ga-table-bg-soft:var(--table-bg-subtle);--ga-table-bg-deep:var(--table-bg);--ga-table-surface:var(--table-surface);--ga-table-border:var(--table-border);--ga-table-border-strong:var(--table-border-strong);--ga-table-text:var(--table-text);--ga-table-muted:var(--table-text-muted);--ga-table-accent:var(--primary);--ga-action-bg:var(--table-action-bg);--ga-filter-bg:var(--input-bg);--ga-filter-arrow-circle:var(--table-filter-arrow-circle);--ga-filter-arrow-ring:var(--table-filter-arrow-ring);--ga-filter-arrow-icon:var(--table-filter-arrow-icon);--ga-table-sticky-bg:var(--table-sticky-bg);--ga-table-sticky-bg-hover:var(--table-sticky-bg-hover);border-color:var(--ga-table-border);background:linear-gradient(180deg,var(--ga-table-bg-soft) 0,var(--ga-table-bg) 28%,var(--ga-table-bg-deep) 100%);box-shadow:var(--shadow-sm)}.ga-advanced-table-cta{border-color:var(--button-secondary-border);background:var(--button-secondary-bg);color:var(--button-secondary-text)}.ga-advanced-table-cta:hover{border-color:var(--primary);background:var(--chip-bg);color:var(--text-strong)}[data-theme=dark] .ga-advanced-table-cta,[data-theme=light] .ga-advanced-table-cta{border-color:var(--button-secondary-border);background:var(--button-secondary-bg);color:var(--button-secondary-text)}[data-theme=dark] .ga-advanced-table-cta:hover,[data-theme=light] .ga-advanced-table-cta:hover{border-color:var(--primary);background:var(--chip-bg);color:var(--text-strong)}.ga-advanced-table-page-size select,.ga-advanced-table-search,.ga-advanced-table-toolbar>input,.ga-advanced-table-toolbar>select,[data-theme=dark] .ga-advanced-table select,[data-theme=dark] .ga-advanced-table-toolbar>input,[data-theme=dark] .ga-advanced-table-toolbar>select,[data-theme=dark] .ga-table-searchbar,[data-theme=dark] .ga-table-searchbar-column,[data-theme=dark] .ga-table-searchbar-input,[data-theme=dark] .ga-table-searchbar-query,[data-theme=light] .ga-advanced-table select,[data-theme=light] .ga-advanced-table-toolbar>input,[data-theme=light] .ga-advanced-table-toolbar>select,[data-theme=light] .ga-table-searchbar,[data-theme=light] .ga-table-searchbar-column,[data-theme=light] .ga-table-searchbar-input,[data-theme=light] .ga-table-searchbar-query{border-color:var(--input-border)!important;background:var(--input-bg)!important;color:var(--input-text)!important}.ga-table-searchbar{border-color:var(--input-border);background:var(--input-bg)}.ga-table-searchbar:focus-within{border-color:var(--input-focus-border);box-shadow:0 0 0 2px var(--focus-ring-soft)}[data-theme=dark] .ga-table-searchbar:focus-within,[data-theme=light] .ga-table-searchbar:focus-within{border-color:var(--input-focus-border);box-shadow:0 0 0 2px var(--focus-ring-soft)}.ga-advanced-table-grid thead td,.ga-advanced-table-grid thead th,[data-theme=dark] .ga-advanced-table-grid thead td,[data-theme=dark] .ga-advanced-table-grid thead th,[data-theme=light] .ga-advanced-table-grid thead td,[data-theme=light] .ga-advanced-table-grid thead th{background:var(--table-header-bg);color:var(--table-text-muted)}.ga-advanced-table-grid tbody td{border-bottom-color:var(--table-border);color:var(--table-text)}.ga-advanced-table-grid tbody tr:hover td{background:var(--table-row-hover)}.ga-advanced-table-grid tbody tr[aria-selected=true] td{background:var(--table-row-selected)}[data-theme=dark] .ga-advanced-table-grid tbody td,[data-theme=light] .ga-advanced-table-grid tbody td{border-bottom-color:var(--table-border);color:var(--table-text)}[data-theme=dark] .ga-advanced-table-grid tbody tr:hover td,[data-theme=light] .ga-advanced-table-grid tbody tr:hover td{background:var(--table-row-hover)}.ga-advanced-table option,[data-theme=dark] .ga-advanced-table option,[data-theme=light] .ga-advanced-table option{background:var(--table-option-bg);color:var(--table-option-text)}.ga-advanced-table-scroll::-webkit-scrollbar-thumb{background:var(--table-scrollbar);border:2px solid var(--scrollbar-track);border-radius:999px}.ga-advanced-table-scroll::-webkit-scrollbar-track{background:var(--scrollbar-track)}.ga-sort-icon{color:var(--text-muted)}.ga-sort-icon[data-direction=asc]{color:var(--accent)}.ga-sort-icon[data-direction=desc]{color:var(--primary)}.ga-action-button,.ga-action-button--neutral{background:var(--action-neutral-bg)}.ga-action-button--neutral{color:var(--action-neutral-text);border-color:var(--action-neutral-border)}.ga-action-button--primary{color:var(--action-primary-text);border-color:var(--action-primary-border);background:var(--action-primary-bg)}.ga-action-button--success{color:var(--action-success-text);border-color:var(--action-success-border);background:var(--action-success-bg)}.ga-action-button--warning{color:var(--action-warning-text);border-color:var(--action-warning-border);background:var(--action-warning-bg)}.ga-action-button--danger{color:var(--action-danger-text);border-color:var(--action-danger-border);background:var(--action-danger-bg)}.ga-action-button:disabled{color:var(--icon-disabled);opacity:.55}[data-theme=dark] .ga-action-button--neutral,[data-theme=light] .ga-action-button--neutral{color:var(--action-neutral-text);border-color:var(--action-neutral-border);background:var(--action-neutral-bg)}[data-theme=dark] .ga-action-button--primary,[data-theme=light] .ga-action-button--primary{color:var(--action-primary-text);border-color:var(--action-primary-border);background:var(--action-primary-bg)}[data-theme=dark] .ga-action-button--success,[data-theme=light] .ga-action-button--success{color:var(--action-success-text);border-color:var(--action-success-border);background:var(--action-success-bg)}[data-theme=dark] .ga-action-button--warning,[data-theme=light] .ga-action-button--warning{color:var(--action-warning-text);border-color:var(--action-warning-border);background:var(--action-warning-bg)}[data-theme=dark] .ga-action-button--danger,[data-theme=light] .ga-action-button--danger{color:var(--action-danger-text);border-color:var(--action-danger-border);background:var(--action-danger-bg)}[data-theme=dark] .ga-action-button:disabled,[data-theme=light] .ga-action-button:disabled{color:var(--icon-disabled)}.ga-filter-pill{border-color:var(--border);background:var(--surface);color:var(--text-muted)}.ga-filter-pill:hover{border-color:var(--border-strong);background:var(--surface-2);color:var(--text-strong)}.ga-filter-pill--active{border-color:var(--primary);background:var(--chip-bg);color:var(--chip-text)}[data-theme=dark] .ga-filter-pill,[data-theme=light] .ga-filter-pill{border-color:var(--border);background:var(--surface);color:var(--text-muted)}[data-theme=dark] .ga-filter-pill:hover,[data-theme=light] .ga-filter-pill:hover{border-color:var(--border-strong);background:var(--surface-2);color:var(--text-strong)}[data-theme=dark] .ga-filter-pill--active,[data-theme=light] .ga-filter-pill--active{border-color:var(--primary);background:var(--chip-bg);color:var(--chip-text)}._inl_dots_grid_32{background-size:32px 32px}._inl_dots_grid_24,._inl_dots_grid_32{background-image:radial-gradient(circle,rgba(148,163,184,.18) 1px,transparent 0)}._inl_dots_grid_24{background-size:24px 24px}._inl_width_zero_pct{width:0}._inl_accent_admin{accent-color:var(--admin-accent)}._inl_dot_rating_5{background-color:#22c55e}._inl_dot_rating_4{background-color:#38bdf8}._inl_dot_rating_3{background-color:#f59e0b}._inl_dot_rating_2{background-color:#f97316}._inl_dot_rating_1{background-color:#f43f5e}._inl_dot_rating_0{background-color:#94a3b8}._inl_w_pct_0{width:0}._inl_w_pct_1{width:1%}._inl_w_pct_2{width:2%}._inl_w_pct_3{width:3%}._inl_w_pct_4{width:4%}._inl_w_pct_5{width:5%}._inl_w_pct_6{width:6%}._inl_w_pct_7{width:7%}._inl_w_pct_8{width:8%}._inl_w_pct_9{width:9%}._inl_w_pct_10{width:10%}._inl_w_pct_11{width:11%}._inl_w_pct_12{width:12%}._inl_w_pct_13{width:13%}._inl_w_pct_14{width:14%}._inl_w_pct_15{width:15%}._inl_w_pct_16{width:16%}._inl_w_pct_17{width:17%}._inl_w_pct_18{width:18%}._inl_w_pct_19{width:19%}._inl_w_pct_20{width:20%}._inl_w_pct_21{width:21%}._inl_w_pct_22{width:22%}._inl_w_pct_23{width:23%}._inl_w_pct_24{width:24%}._inl_w_pct_25{width:25%}._inl_w_pct_26{width:26%}._inl_w_pct_27{width:27%}._inl_w_pct_28{width:28%}._inl_w_pct_29{width:29%}._inl_w_pct_30{width:30%}._inl_w_pct_31{width:31%}._inl_w_pct_32{width:32%}._inl_w_pct_33{width:33%}._inl_w_pct_34{width:34%}._inl_w_pct_35{width:35%}._inl_w_pct_36{width:36%}._inl_w_pct_37{width:37%}._inl_w_pct_38{width:38%}._inl_w_pct_39{width:39%}._inl_w_pct_40{width:40%}._inl_w_pct_41{width:41%}._inl_w_pct_42{width:42%}._inl_w_pct_43{width:43%}._inl_w_pct_44{width:44%}._inl_w_pct_45{width:45%}._inl_w_pct_46{width:46%}._inl_w_pct_47{width:47%}._inl_w_pct_48{width:48%}._inl_w_pct_49{width:49%}._inl_w_pct_50{width:50%}._inl_w_pct_51{width:51%}._inl_w_pct_52{width:52%}._inl_w_pct_53{width:53%}._inl_w_pct_54{width:54%}._inl_w_pct_55{width:55%}._inl_w_pct_56{width:56%}._inl_w_pct_57{width:57%}._inl_w_pct_58{width:58%}._inl_w_pct_59{width:59%}._inl_w_pct_60{width:60%}._inl_w_pct_61{width:61%}._inl_w_pct_62{width:62%}._inl_w_pct_63{width:63%}._inl_w_pct_64{width:64%}._inl_w_pct_65{width:65%}._inl_w_pct_66{width:66%}._inl_w_pct_67{width:67%}._inl_w_pct_68{width:68%}._inl_w_pct_69{width:69%}._inl_w_pct_70{width:70%}._inl_w_pct_71{width:71%}._inl_w_pct_72{width:72%}._inl_w_pct_73{width:73%}._inl_w_pct_74{width:74%}._inl_w_pct_75{width:75%}._inl_w_pct_76{width:76%}._inl_w_pct_77{width:77%}._inl_w_pct_78{width:78%}._inl_w_pct_79{width:79%}._inl_w_pct_80{width:80%}._inl_w_pct_81{width:81%}._inl_w_pct_82{width:82%}._inl_w_pct_83{width:83%}._inl_w_pct_84{width:84%}._inl_w_pct_85{width:85%}._inl_w_pct_86{width:86%}._inl_w_pct_87{width:87%}._inl_w_pct_88{width:88%}._inl_w_pct_89{width:89%}._inl_w_pct_90{width:90%}._inl_w_pct_91{width:91%}._inl_w_pct_92{width:92%}._inl_w_pct_93{width:93%}._inl_w_pct_94{width:94%}._inl_w_pct_95{width:95%}._inl_w_pct_96{width:96%}._inl_w_pct_97{width:97%}._inl_w_pct_98{width:98%}._inl_w_pct_99{width:99%}._inl_w_pct_100{width:100%}._inl_h_pct_0{height:0}._inl_h_pct_1{height:1%}._inl_h_pct_2{height:2%}._inl_h_pct_3{height:3%}._inl_h_pct_4{height:4%}._inl_h_pct_5{height:5%}._inl_h_pct_6{height:6%}._inl_h_pct_7{height:7%}._inl_h_pct_8{height:8%}._inl_h_pct_9{height:9%}._inl_h_pct_10{height:10%}._inl_h_pct_11{height:11%}._inl_h_pct_12{height:12%}._inl_h_pct_13{height:13%}._inl_h_pct_14{height:14%}._inl_h_pct_15{height:15%}._inl_h_pct_16{height:16%}._inl_h_pct_17{height:17%}._inl_h_pct_18{height:18%}._inl_h_pct_19{height:19%}._inl_h_pct_20{height:20%}._inl_h_pct_21{height:21%}._inl_h_pct_22{height:22%}._inl_h_pct_23{height:23%}._inl_h_pct_24{height:24%}._inl_h_pct_25{height:25%}._inl_h_pct_26{height:26%}._inl_h_pct_27{height:27%}._inl_h_pct_28{height:28%}._inl_h_pct_29{height:29%}._inl_h_pct_30{height:30%}._inl_h_pct_31{height:31%}._inl_h_pct_32{height:32%}._inl_h_pct_33{height:33%}._inl_h_pct_34{height:34%}._inl_h_pct_35{height:35%}._inl_h_pct_36{height:36%}._inl_h_pct_37{height:37%}._inl_h_pct_38{height:38%}._inl_h_pct_39{height:39%}._inl_h_pct_40{height:40%}._inl_h_pct_41{height:41%}._inl_h_pct_42{height:42%}._inl_h_pct_43{height:43%}._inl_h_pct_44{height:44%}._inl_h_pct_45{height:45%}._inl_h_pct_46{height:46%}._inl_h_pct_47{height:47%}._inl_h_pct_48{height:48%}._inl_h_pct_49{height:49%}._inl_h_pct_50{height:50%}._inl_h_pct_51{height:51%}._inl_h_pct_52{height:52%}._inl_h_pct_53{height:53%}._inl_h_pct_54{height:54%}._inl_h_pct_55{height:55%}._inl_h_pct_56{height:56%}._inl_h_pct_57{height:57%}._inl_h_pct_58{height:58%}._inl_h_pct_59{height:59%}._inl_h_pct_60{height:60%}._inl_h_pct_61{height:61%}._inl_h_pct_62{height:62%}._inl_h_pct_63{height:63%}._inl_h_pct_64{height:64%}._inl_h_pct_65{height:65%}._inl_h_pct_66{height:66%}._inl_h_pct_67{height:67%}._inl_h_pct_68{height:68%}._inl_h_pct_69{height:69%}._inl_h_pct_70{height:70%}._inl_h_pct_71{height:71%}._inl_h_pct_72{height:72%}._inl_h_pct_73{height:73%}._inl_h_pct_74{height:74%}._inl_h_pct_75{height:75%}._inl_h_pct_76{height:76%}._inl_h_pct_77{height:77%}._inl_h_pct_78{height:78%}._inl_h_pct_79{height:79%}._inl_h_pct_80{height:80%}._inl_h_pct_81{height:81%}._inl_h_pct_82{height:82%}._inl_h_pct_83{height:83%}._inl_h_pct_84{height:84%}._inl_h_pct_85{height:85%}._inl_h_pct_86{height:86%}._inl_h_pct_87{height:87%}._inl_h_pct_88{height:88%}._inl_h_pct_89{height:89%}._inl_h_pct_90{height:90%}._inl_h_pct_91{height:91%}._inl_h_pct_92{height:92%}._inl_h_pct_93{height:93%}._inl_h_pct_94{height:94%}._inl_h_pct_95{height:95%}._inl_h_pct_96{height:96%}._inl_h_pct_97{height:97%}._inl_h_pct_98{height:98%}._inl_h_pct_99{height:99%}._inl_h_pct_100{height:100%}._inl_h_px_8{height:8px}._inl_h_px_9{height:9px}._inl_h_px_10{height:10px}._inl_h_px_11{height:11px}._inl_h_px_12{height:12px}._inl_h_px_13{height:13px}._inl_h_px_14{height:14px}._inl_h_px_15{height:15px}._inl_h_px_16{height:16px}._inl_h_px_17{height:17px}._inl_h_px_18{height:18px}._inl_h_px_19{height:19px}._inl_h_px_20{height:20px}._inl_h_px_21{height:21px}._inl_h_px_22{height:22px}._inl_h_px_23{height:23px}._inl_h_px_24{height:24px}._inl_h_px_25{height:25px}._inl_h_px_26{height:26px}._inl_h_px_27{height:27px}._inl_h_px_28{height:28px}._inl_h_px_29{height:29px}._inl_h_px_30{height:30px}._inl_h_px_31{height:31px}._inl_h_px_32{height:32px}._inl_h_px_33{height:33px}._inl_h_px_34{height:34px}._inl_h_px_35{height:35px}._inl_h_px_36{height:36px}._inl_h_px_37{height:37px}._inl_h_px_38{height:38px}._inl_h_px_39{height:39px}._inl_h_px_40{height:40px}._inl_h_px_41{height:41px}._inl_h_px_42{height:42px}._inl_h_px_43{height:43px}._inl_h_px_44{height:44px}._inl_h_px_45{height:45px}._inl_h_px_46{height:46px}._inl_h_px_47{height:47px}._inl_h_px_48{height:48px}._inl_h_px_49{height:49px}._inl_h_px_50{height:50px}._inl_h_px_51{height:51px}._inl_h_px_52{height:52px}._inl_h_px_53{height:53px}._inl_h_px_54{height:54px}._inl_h_px_55{height:55px}._inl_h_px_56{height:56px}._inl_h_px_57{height:57px}._inl_h_px_58{height:58px}._inl_h_px_59{height:59px}._inl_h_px_60{height:60px}._inl_h_px_61{height:61px}._inl_h_px_62{height:62px}._inl_h_px_63{height:63px}._inl_h_px_64{height:64px}._inl_h_px_65{height:65px}._inl_h_px_66{height:66px}._inl_h_px_67{height:67px}._inl_h_px_68{height:68px}._inl_h_px_69{height:69px}._inl_h_px_70{height:70px}._inl_h_px_71{height:71px}._inl_h_px_72{height:72px}._inl_h_px_73{height:73px}._inl_h_px_74{height:74px}._inl_h_px_75{height:75px}._inl_h_px_76{height:76px}._inl_h_px_77{height:77px}._inl_h_px_78{height:78px}._inl_h_px_79{height:79px}._inl_h_px_80{height:80px}._inl_h_px_81{height:81px}._inl_h_px_82{height:82px}._inl_h_px_83{height:83px}._inl_h_px_84{height:84px}._inl_h_px_85{height:85px}._inl_h_px_86{height:86px}._inl_h_px_87{height:87px}._inl_h_px_88{height:88px}._inl_h_px_89{height:89px}._inl_h_px_90{height:90px}._inl_h_px_91{height:91px}._inl_h_px_92{height:92px}._inl_h_px_93{height:93px}._inl_h_px_94{height:94px}._inl_h_px_95{height:95px}._inl_h_px_96{height:96px}._inl_h_px_97{height:97px}._inl_h_px_98{height:98px}._inl_h_px_99{height:99px}._inl_h_px_100{height:100px}._inl_h_px_101{height:101px}._inl_h_px_102{height:102px}._inl_h_px_103{height:103px}._inl_h_px_104{height:104px}._inl_h_px_105{height:105px}._inl_h_px_106{height:106px}._inl_h_px_107{height:107px}._inl_h_px_108{height:108px}._inl_h_px_109{height:109px}._inl_h_px_110{height:110px}._inl_h_px_111{height:111px}._inl_h_px_112{height:112px}._inl_h_px_113{height:113px}._inl_h_px_114{height:114px}._inl_h_px_115{height:115px}._inl_h_px_116{height:116px}._inl_h_px_117{height:117px}._inl_h_px_118{height:118px}._inl_h_px_119{height:119px}._inl_h_px_120{height:120px}._inl_h_px_121{height:121px}._inl_h_px_122{height:122px}._inl_h_px_123{height:123px}._inl_h_px_124{height:124px}._inl_h_px_125{height:125px}._inl_h_px_126{height:126px}._inl_h_px_127{height:127px}._inl_h_px_128{height:128px}._inl_h_px_129{height:129px}._inl_h_px_130{height:130px}._inl_h_px_131{height:131px}._inl_h_px_132{height:132px}._inl_h_px_133{height:133px}._inl_h_px_134{height:134px}._inl_h_px_135{height:135px}._inl_h_px_136{height:136px}._inl_h_px_137{height:137px}._inl_h_px_138{height:138px}._inl_h_px_139{height:139px}._inl_h_px_140{height:140px}._inl_h_px_141{height:141px}._inl_h_px_142{height:142px}._inl_h_px_143{height:143px}._inl_h_px_144{height:144px}._inl_h_px_145{height:145px}._inl_h_px_146{height:146px}._inl_h_px_147{height:147px}._inl_h_px_148{height:148px}._inl_h_px_149{height:149px}._inl_h_px_150{height:150px}._inl_h_px_151{height:151px}._inl_h_px_152{height:152px}._inl_h_px_153{height:153px}._inl_h_px_154{height:154px}._inl_h_px_155{height:155px}._inl_h_px_156{height:156px}._inl_h_px_157{height:157px}._inl_h_px_158{height:158px}._inl_h_px_159{height:159px}._inl_h_px_160{height:160px}._inl_h_px_161{height:161px}._inl_h_px_162{height:162px}._inl_h_px_163{height:163px}._inl_h_px_164{height:164px}._inl_h_px_165{height:165px}._inl_h_px_166{height:166px}._inl_h_px_167{height:167px}._inl_h_px_168{height:168px}._inl_h_px_169{height:169px}._inl_h_px_170{height:170px}._inl_h_px_171{height:171px}._inl_h_px_172{height:172px}._inl_h_px_173{height:173px}._inl_h_px_174{height:174px}._inl_h_px_175{height:175px}._inl_h_px_176{height:176px}._inl_h_px_177{height:177px}._inl_h_px_178{height:178px}._inl_h_px_179{height:179px}._inl_h_px_180{height:180px}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.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,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{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{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{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;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-bottom,.leaflet-top{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;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{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.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:hsla(0,0%,100%,.5)}.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 rgba(0,0,0,.65);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:focus,.leaflet-bar a:hover{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 rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers.ef6db872.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers-2x.9859cd12.png);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(/_next/static/media/marker-icon.d577052a.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);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:focus,.leaflet-control-attribution a:hover{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;box-sizing:border-box;background:hsla(0,0%,100%,.8);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-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{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;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.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:focus,.leaflet-container a.leaflet-popup-close-button:hover{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=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.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;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top: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}}