@import "https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";:root{--brand-green:#02df82;--brand-dark:#03624c;--brand-black:#030f0f;--brand-white:#fff;--bg:#030f0f;--bg-card:#ffffff0a;--bg-card-hover:#ffffff12;--bg-input:#ffffff0d;--bg-overlay:#030f0ff2;--text:#9ca3af;--text-h:#f3f4f6;--text-muted:#fff6;--text-subtle:#ffffff38;--border:#ffffff14;--border-hover:#02df824d;--border-focus:#02df8299;--accent:#02df82;--accent-bg:#02df821a;--accent-border:#02df824d;--shadow-sm:0 2px 8px #0006;--shadow-md:0 8px 24px #00000080;--shadow-lg:0 20px 60px #0009;--shadow-green:0 0 30px #02df8226;--code-bg:#0d1f1a;--sans:"Sora", system-ui, sans-serif;--mono:"JetBrains Mono", ui-monospace, monospace;--heading:"Sora", system-ui, sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:99px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--sans);background:var(--bg);color:var(--text);letter-spacing:.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100svh;line-height:1.6;overflow-x:hidden}#root{flex-direction:column;min-height:100svh;display:flex}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--brand-dark);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--brand-green)}::selection{color:#fff;background:#02df8240}h1,h2,h3,h4,h5{font-family:var(--heading);color:var(--text-h);letter-spacing:-.02em;font-weight:700;line-height:1.15}h1{font-size:clamp(1.8rem,4vw,3rem)}h2{font-size:clamp(1.3rem,2.5vw,1.8rem)}h3{font-size:1.15rem}h4{font-size:1rem}p{line-height:1.7}a{color:var(--brand-green);text-decoration:none}a:hover{text-decoration:underline}code,.mono{font-family:var(--mono);background:var(--code-bg);color:var(--brand-green);border-radius:5px;padding:2px 7px;font-size:.85em}.btn-primary{background:var(--brand-green);color:var(--brand-black);font-family:var(--sans);border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;letter-spacing:.01em;border:none;justify-content:center;align-items:center;gap:8px;padding:11px 24px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary:hover:not(:disabled){background:#04f090;text-decoration:none;transform:translateY(-1px);box-shadow:0 6px 24px #02df8266}.btn-primary:active{transform:translateY(0)}.btn-secondary{color:var(--brand-green);font-family:var(--sans);border-radius:var(--radius-md);border:1.5px solid var(--accent-border);cursor:pointer;white-space:nowrap;background:0 0;justify-content:center;align-items:center;gap:8px;padding:10px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-secondary:hover:not(:disabled){background:var(--accent-bg);border-color:var(--brand-green);text-decoration:none}.btn-secondary:disabled{opacity:.4;cursor:not-allowed}.btn-ghost{color:#ffffff8c;font-family:var(--sans);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:8px 14px;font-size:.875rem;text-decoration:none;transition:all .18s;display:inline-flex}.btn-ghost:hover{color:#fff;background:#ffffff12;text-decoration:none}.btn-danger{color:#f87171;font-family:var(--sans);border-radius:var(--radius-sm);cursor:pointer;background:#ef44441f;border:1px solid #ef444440;align-items:center;gap:6px;padding:8px 14px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .18s;display:inline-flex}.btn-danger:hover{background:#c6414138}.btn-sm{border-radius:var(--radius-sm)!important;padding:6px 10px!important;font-size:.78rem!important}.btn-lg{padding:14px 6px!important;font-size:1rem!important}.btn-block{width:100%}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;transition:border-color .2s,background .2s,box-shadow .2s}.card:hover{border-color:#ffffff1f}.card-hover:hover{background:var(--bg-card-hover);box-shadow:var(--shadow-sm)}.card-glow:hover{box-shadow:var(--shadow-green);border-color:var(--accent-border)!important}.card-glass{-webkit-backdrop-filter:blur(14px);border-radius:var(--radius-lg);background:#ffffff08;border:1px solid #ffffff12;padding:20px}.input-field{background:var(--bg-input);border:1.5px solid var(--border);border-radius:var(--radius-md);color:#fff;width:100%;font-family:var(--sans);outline:none;padding:12px 16px;font-size:.9rem;line-height:1.4;transition:border-color .2s,box-shadow .2s,background .2s;display:block}.input-field::placeholder{color:var(--text-muted)}.input-field:focus{border-color:var(--brand-green);background:#02df8208;box-shadow:0 0 0 3px #02df8224}.input-field:hover:not(:focus){border-color:#ffffff29}.input-field.error{border-color:#f87171}select.input-field{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%239ca3af' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}select.input-field option{color:#fff;background:#0a1f17}textarea.input-field{resize:vertical;min-height:110px}.form-group{flex-direction:column;gap:7px;display:flex}.form-label{color:#ffffffa6;letter-spacing:.02em;font-size:.82rem;font-weight:600}.form-error{color:#f87171;margin-top:2px;font-size:.75rem}.form-hint{color:var(--text-muted);font-size:.75rem}.form-row{gap:16px;display:grid}.form-row.cols-2{grid-template-columns:1fr 1fr}.form-row.cols-3{grid-template-columns:1fr 1fr 1fr}.input-wrapper{position:relative}.input-icon{color:var(--text-muted);pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.input-icon.left{left:14px}.input-icon.right{pointer-events:auto;cursor:pointer;right:14px}.input-icon.left~.input-field{padding-left:42px}.badge{font-family:var(--sans);border-radius:var(--radius-full);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;border:1px solid #0000;align-items:center;gap:4px;padding:3px 10px;font-size:.68rem;font-weight:700;display:inline-flex}.badge-green{color:#02df82;background:#02df821f;border-color:#02df8240}.badge-yellow{color:#facc15;background:#facc151f;border-color:#facc1540}.badge-red{color:#f87171;background:#f871711f;border-color:#f8717138}.badge-blue{color:#60a5fa;background:#60a5fa1f;border-color:#60a5fa38}.badge-purple{color:#c084fc;background:#c084fc1f;border-color:#c084fc38}.badge-gray{color:#ffffff73;border-color:var(--border);background:#ffffff0f}.page-wrapper{background:var(--bg);min-height:100svh;color:var(--text)}.page-content{max-width:1280px;margin:0 auto;padding:0 24px}.grid-events{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:20px;display:grid}.grid-stats{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:16px;display:grid}.grid-2{grid-template-columns:1fr 1fr;gap:20px;display:grid}.grid-3{grid-template-columns:1fr 1fr 1fr;gap:20px;display:grid}.row{align-items:center;gap:12px;display:flex}.row-between{justify-content:space-between;align-items:center;gap:12px;display:flex}.col{flex-direction:column;gap:8px;display:flex}.center{justify-content:center;align-items:center;display:flex}.gap-stack{flex-direction:column;gap:16px;display:flex}.pt-nav{padding-top:72px}.dashboard-layout{grid-template-columns:240px 1fr;min-height:100svh;display:grid}.nav-soace-gapt{align-items:center;display:flex;gap:32px!important}.sidebar{border-right:1px solid var(--border);background:#ffffff05;flex-direction:column;gap:3px;height:100svh;padding:24px 16px;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar-logo{border-bottom:1px solid var(--border);align-items:center;gap:10px;margin-bottom:24px;padding:8px 12px 20px;text-decoration:none;display:flex}.sidebar-logo-icon{background:var(--brand-green);width:36px;height:36px;color:var(--brand-black);font-size:.85rem;font-weight:800;font-family:var(--sans);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.sidebar-logo span{color:var(--text-h);font-size:1rem;font-weight:700;font-family:var(--sans)}.sidebar-section-label{color:var(--text-subtle);text-transform:uppercase;letter-spacing:.12em;font-size:.62rem;font-weight:700;font-family:var(--sans);padding:14px 12px 5px}.sidebar-link{font-size:.875rem;font-family:var(--sans);color:#ffffff80;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px 12px;text-decoration:none;transition:all .15s;display:flex}.sidebar-link:hover{color:#fff;background:#ffffff0f;text-decoration:none}.sidebar-link.active{background:var(--accent-bg);color:var(--brand-green);font-weight:600}.main-content{padding:32px;overflow-y:auto}.topbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:32px;display:flex}.topbar-title{color:var(--text-h);font-size:1.5rem;font-weight:700}.topbar-sub{color:var(--text-muted);margin-top:3px;font-size:.8rem}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:4px;padding:20px;transition:border-color .2s,box-shadow .2s;display:flex}.stat-card:hover{border-color:var(--accent-border)}.stat-card .stat-icon{background:var(--accent-bg);width:40px;height:40px;color:var(--brand-green);border-radius:10px;justify-content:center;align-items:center;margin-bottom:10px;display:flex}.stat-card .stat-value{color:var(--text-h);font-size:2.2rem;font-weight:800;line-height:1;font-family:var(--heading)}.stat-card .stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;margin-top:2px;font-size:.72rem;font-weight:600}.stat-card .stat-sub{color:var(--brand-green);margin-top:4px;font-size:.75rem;font-weight:500}.ticket-card{border-radius:var(--radius-xl);background:linear-gradient(135deg,#061a12 0%,#0c2820 100%);border:1px solid #02df8233;position:relative;overflow:hidden}.ticket-card:before{content:"";background:linear-gradient(90deg, var(--brand-green), var(--brand-dark), var(--brand-green));height:3px;position:absolute;top:0;left:0;right:0}.progress-bar{background:#ffffff14;border-radius:99px;height:6px;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--brand-dark), var(--brand-green));border-radius:99px;height:100%;transition:width .6s}.tabs{border-radius:var(--radius-md);background:#ffffff0a;gap:3px;padding:4px;display:flex}.tab-btn{color:var(--text-muted);font-family:var(--sans);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:9px;flex:1;padding:8px 16px;font-size:.86rem;font-weight:500;transition:all .18s}.tab-btn.active{background:var(--accent-bg);color:var(--brand-green);font-weight:700}.tab-btn:hover:not(.active){color:#fff;background:#ffffff0d}.filter-chip{border-radius:var(--radius-full);font-size:.82rem;font-weight:500;font-family:var(--sans);border:1.5px solid var(--border);color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;align-items:center;gap:6px;padding:7px 16px;transition:all .18s;display:inline-flex}.filter-chip:hover{border-color:var(--accent-border);color:#fff;background:var(--accent-bg)}.filter-chip.active{border-color:var(--brand-green);color:var(--brand-green);background:var(--accent-bg)}.toggle{cursor:pointer;width:44px;height:24px;display:inline-block;position:relative}.toggle input{opacity:0;width:0;height:0;position:absolute}.toggle-slider{background:#ffffff1f;border-radius:99px;transition:background .25s;position:absolute;inset:0}.toggle-slider:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .25s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0000004d}.toggle input:checked+.toggle-slider{background:var(--brand-green)}.toggle input:checked+.toggle-slider:after{transform:translate(20px)}.empty-state{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:10px;padding:64px 24px;display:flex}.empty-state svg{opacity:.25}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:200;background:#030f0fe0;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal-box{border:1px solid var(--border);border-radius:var(--radius-xl);background:#0b1e17;width:100%;max-width:500px;max-height:90svh;padding:28px;animation:.25s slideUp;overflow-y:auto}.upload-zone{border:2px dashed var(--border);border-radius:var(--radius-lg);text-align:center;cursor:pointer;color:var(--text-muted);padding:36px;transition:all .2s}.upload-zone:hover,.upload-zone.dragover{border-color:var(--brand-green);background:var(--accent-bg);color:var(--brand-green)}.qr-wrapper{background:#fff;border-radius:10px;padding:10px;display:inline-flex}.skeleton{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff17 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:10px;animation:1.6s infinite shimmer}.table-wrapper{border-radius:var(--radius-lg);border:1px solid var(--border);overflow-x:auto}table{border-collapse:collapse;width:100%;font-family:var(--sans)}thead tr{border-bottom:1px solid var(--border);background:#ffffff05}thead th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;text-align:left;white-space:nowrap;padding:13px 16px;font-size:.7rem;font-weight:700}tbody tr{border-bottom:1px solid #ffffff0a;transition:background .15s}tbody tr:last-child{border-bottom:none}tbody tr:hover{background:#ffffff08}tbody td{color:var(--text);vertical-align:middle;padding:14px 16px;font-size:.875rem}tbody td.cell-bold{color:var(--text-h);font-weight:600}.avatar{-o-object-fit:cover;object-fit:cover;border-radius:50%;flex-shrink:0}.avatar-fallback{background:var(--accent-bg);border:1.5px solid var(--accent-border);color:var(--brand-green);font-weight:700;font-family:var(--sans);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.divider{background:var(--border);height:1px;margin:20px 0}.divider-text{color:var(--text-muted);font-size:.8rem;font-family:var(--sans);align-items:center;gap:12px;display:flex}.divider-text:before,.divider-text:after{content:"";background:var(--border);flex:1;height:1px}.hero-glow{pointer-events:none;background:radial-gradient(#02df8212 0%,#0000 70%);width:700px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.notif-dot{background:var(--brand-green);border-radius:50%;width:8px;height:8px;position:absolute;top:5px;right:5px}.leaflet-container{background:#0a1a12!important}.recharts-tooltip-content{border:1px solid var(--border)!important;color:#fff!important;font-family:var(--sans)!important;background:#0b1e17!important;border-radius:10px!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse-dot{0%,to{box-shadow:0 0 #02df8280}50%{box-shadow:0 0 0 6px #02df8200}}@keyframes pulse-ring{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}.animate-fadeIn{animation:.3s both fadeIn}.animate-slideUp{animation:.3s both slideUp}.animate-pulse-dot{animation:2s infinite pulse-dot}.text-green{color:var(--brand-green)!important}.text-muted{color:var(--text-muted)!important}.text-white{color:#fff!important}.text-danger{color:#f87171!important}.text-warn{color:#facc15!important}.text-bold{font-weight:700!important}.line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mt-0{margin-top:0}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.sr-only{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}@media (width<=1024px){.dashboard-layout{grid-template-columns:1fr}.sidebar{display:none}.main-content{padding:10px 16px}}@media (width<=768px){.grid-2,.grid-3{grid-template-columns:1fr}.grid-events{grid-template-columns:1fr 1fr}.page-content{padding:0 16px}.form-row.cols-2,.form-row.cols-3{grid-template-columns:1fr}h1{font-size:1.8rem}h2{font-size:1.4rem}.desktop-nav{display:flex!important}#login-btn{display:inline-flex!important}.desktop-text{display:block!important}}@media (width<=480px){.grid-events{grid-template-columns:1fr}.page-content{padding:0 12px}.card{flex-direction:row;display:flex}@media (width<=640px){.grid-cols-2{grid-template-columns:1fr}.p-8{padding:1.5rem}.text-2xl{font-size:1.25rem}.navbar0{width:auto;height:auto}}}.container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-4{padding:1rem}.p-8{padding:2rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-12{padding-top:3rem;padding-bottom:3rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.mt-6{margin-top:1.5rem}.mb-1{margin-bottom:.25rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.flex{display:flex}.inline-flex{display:inline-flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-col{flex-direction:column}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.space-y-4>*+*{margin-top:1rem}.space-y-5>*+*{margin-top:1.25rem}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-4xl{font-size:2.25rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.mx-auto{margin-left:auto;margin-right:auto}.w-full{width:100%}.max-w-md{max-width:28rem}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.bg-brand-black{background-color:var(--brand-black)}.bg-brand-green{background-color:var(--brand-green)}.bg-white\/5{background-color:#ffffff0d}.bg-brand-green\/5{background-color:#02df820d}.rounded-xl{border-radius:var(--radius-lg)}.rounded-2xl{border-radius:var(--radius-xl)}.border{border-width:1px}.border-white\/10{border-color:#ffffff1a}.shadow{box-shadow:var(--shadow-sm)}.animate-spin{animation:.9s linear infinite spin}.overflow-hidden{overflow:hidden}.pointer-events-none{pointer-events:none}.blur-3xl{filter:blur(64px)}.input-field{background:var(--bg-input);border:1.5px solid var(--border);border-radius:var(--radius-md);color:#fff;width:100%;font-family:var(--sans);outline:none;padding:12px 16px;font-size:.9rem;transition:all .2s}.input-field:focus{border-color:var(--brand-green);box-shadow:0 0 0 3px #02df8224}.input-field.pl-10{padding-left:42px}.input-field.pr-10{padding-right:42px}.btn-primary{background:var(--brand-green);color:var(--brand-black);border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:11px 24px;font-size:.9rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-primary:hover:not(:disabled){background:#04f090;transform:translateY(-1px);box-shadow:0 6px 24px #02df8266}.btn-primary:disabled{opacity:.45;cursor:not-allowed}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.body{background-color:#fff;background:var(--bg);flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{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:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor: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:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
