header{background-color:var(--runnl-dark-grey);color:var(--runnl-light-text);display:flex;flex-direction:column;gap:0}.puffin-icon{width:50px;height:50px;margin-right:10px}.header-top{position:relative;justify-content:flex-start;padding:5px 10px}.header-tools,.header-top{display:flex;align-items:center}.header-tools{gap:.75rem;margin-left:auto}.header-search{position:absolute;left:50%;transform:translateX(-50%);top:50%;transform-origin:center;transform:translate(-50%,-50%);width:100%;max-width:520px;display:block;pointer-events:auto}.header-search .search-container{margin-bottom:0;justify-content:center}.header-search .search-wrapper{width:100%;max-width:520px;margin:0 auto;box-sizing:border-box}.nav-strip{width:100%;background-color:#434b5b;border-top:1px solid rgba(255,255,255,.08)}.nav-strip-links{display:flex;flex-wrap:wrap;gap:1.25rem;padding:.45rem 1.25rem;color:var(--runnl-light-text);min-height:20px}.nav-strip-link{color:inherit;text-decoration:none;font-size:.95rem;letter-spacing:.02em}.nav-strip-link:hover{border-bottom:2px solid var(--runnl-dark-blue)}.nav-menu-toggle{display:none;background:transparent;border:none;color:var(--runnl-light-text);padding:.35rem;cursor:pointer}.nav-menu-toggle .nav-menu-bar{display:block;width:22px;height:2px;background:currentColor;margin:4px 0;transition:transform .2s ease,opacity .2s ease}.nav-menu-toggle[aria-expanded=true] .nav-menu-bar:first-child{transform:translateY(6px) rotate(45deg)}.nav-menu-toggle[aria-expanded=true] .nav-menu-bar:nth-child(2){opacity:0}.nav-menu-toggle[aria-expanded=true] .nav-menu-bar:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.nav-strip-search{display:none;width:100%}.nav-strip-search .search-container{margin-bottom:0;justify-content:flex-start;width:100%}.nav-strip-search .search-wrapper{width:100%;max-width:none}.search-wrapper{z-index:30}.search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #e6e6e6;border-radius:8px;box-shadow:0 8px 20px rgba(0,0,0,.08);max-height:320px;overflow-y:auto;padding:6px;margin:0;font-family:inherit;color:var(--runnl-dark-text);z-index:99999}.search-wrapper{position:relative;z-index:99998}.search-result-item{display:flex;flex-direction:column;gap:2px;padding:8px;border-radius:6px;cursor:pointer;transition:background-color .12s ease}.search-result-item .result-title{font-weight:600;font-size:.95rem;color:var(--runnl-dark-text)}.search-result-item .result-sub{font-size:.82rem;color:var(--runnl-light-grey)}.search-result-item.highlight,.search-result-item:hover{background-color:#f5f8ff}.search-wrapper .clear-btn{z-index:40}.sort-dropdown{padding:.4rem .6rem;border-radius:6px;border:1px solid var(--runnl-border);background-color:var(--runnl-background);font-size:.875rem;cursor:pointer}@media (max-width:480px){.search-results{left:-6px;right:-6px;border-radius:0 0 8px 8px}}:root{--runnl-dark-text:#232323;--runnl-light-text:#ffffff;--runnl-background:#ffffff;--runnl-border:#ccc;--runnl-dark-grey:#2e3440;--runnl-light-grey:#5E6A82;--runnl-dark-green:#0f5c5b;--runnl-light-green:#1dafad;--runnl-light-orange:#ff4d00;--runnl-dark-orange:#e83200;--runnl-dark-blue:#006aac;--runnl-light-blue:#3aaff8;--runnl-dark-pink:#BA2C73;--runnl-light-pink:#d85a99;--runnl-dark-red:#b10000;--runnl-light-red:#ff6161;--runnl-dark-purple:#8332AC;--runnl-light-purple:#A351CD;--badge-road:#2c2c2c;--badge-trail:#688f4e;--badge-track:#d11;--badge-gravel:#646065;--badge-funrun:#ef470b;--badge-competitive:#006aac;--footer-bg:#f9f9f9;--footer-text:#222;--footer-accent:#0070f3;--footer-border:#ddd;--footer-muted:#555;--puffin-orange:#ff6f00;--puffin-yellow:#ffc059;--puffin-dark-blue:#214cdc;--puffin-green:#0f5c5b;--puffin-teal:#189897;--puffin-gray:#282828}.race-card{border:1px solid #ddd;border-radius:8px;background-color:var(--runnl-background);padding:1rem;margin:1rem 0;box-shadow:0 2px 5px rgba(0,0,0,.1);transition:box-shadow .2s}.race-card:hover{box-shadow:0 4px 10px rgba(0,0,0,.2)}.race-card h2{margin:0;font-size:1.2rem}.race-card p{margin:.2rem 0}.race-card-collapsed{display:flex;flex-direction:row;justify-content:space-between}.race-card .badge{display:inline-block;padding:.2rem .5rem;color:var(--runnl-light-text);border-radius:6px;font-size:.8rem;margin-right:.1rem}.badge-road{background-color:var(--badge-road)}.badge-trail{background-color:var(--badge-trail)}.badge-track{background-color:var(--badge-track)}.badge-gravel{background-color:var(--badge-gravel)}.badge-funrun{margin-left:.5rem;background-color:var(--badge-funrun)}.badge-competitive{margin-left:.5rem;background-color:var(--badge-competitive)}.chevron-toggle{background:none;border:none;cursor:pointer;padding:0;display:inline-flex;color:var(--runnl-dark-grey);transition:color .2s;position:relative;z-index:0;justify-content:center;align-items:center;height:100%}.racecard-icon{width:18px;height:18px;margin-right:.25rem;margin-left:.25rem;vertical-align:middle;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translateZ(0)}.reception-icon{width:20px;height:20px;position:relative;bottom:1px}.tooltip-container{position:relative;display:inline-block}.tooltip-text{visibility:hidden;width:max-content;background-color:#333;color:#fff;text-align:center;border-radius:4px;padding:4px 8px;position:absolute;z-index:10;bottom:125%;left:50%;transform:translateX(-50%);opacity:0;transition:opacity .3s;font-size:.75rem;white-space:nowrap}.tooltip-container:hover .tooltip-text{visibility:visible;opacity:1}.calendar-page{display:flex;flex-direction:column;align-items:center}.month-calendar{width:100%;max-width:90%;text-align:center;margin-right:1rem}@media (max-width:768px){.calendar-container,.month-calendar{display:none}}.mobile-calendar{width:100%;max-width:100%;padding:.5rem}.mobile-calendar-list{padding:0;max-height:calc(100vh - 120px);overflow-y:auto}.mobile-calendar-day{border:1px solid #ddd;border-radius:8px;margin-bottom:.5rem;padding:.75rem;background-color:var(--runnl-background)}.mobile-calendar-day.weekend{background-color:#f5f5f5}.mobile-calendar-day.today{border:2px solid #0b3af5;box-shadow:0 2px 8px rgba(11,58,245,.2)}.mobile-day-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.mobile-day-date{display:flex;align-items:center;gap:.5rem}.mobile-day-name{font-weight:600;color:var(--runnl-dark-grey);font-size:.9rem;text-transform:uppercase}.mobile-day-number{font-size:1.5rem;font-weight:700;color:var(--runnl-dark-text)}.mobile-month-name{font-size:.9rem;color:var(--runnl-light-grey);text-transform:uppercase}.today-badge{background-color:#0b3af5;color:white;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.mobile-races-container{display:flex;flex-direction:column;gap:.5rem}.mobile-race-chip{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem;background-color:rgba(0,0,0,.02);border-radius:6px}.mobile-race-chip .dot-icon{margin-top:.25rem;flex-shrink:0}.mobile-race-info{flex:1 1;display:flex;flex-direction:column;gap:.25rem}.mobile-race-info .race-name{font-weight:600;font-size:1rem;color:var(--runnl-dark-text);text-decoration:none}.mobile-race-info .race-name:hover{color:var(--runnl-dark-blue);text-decoration:underline}.mobile-race-details{font-size:.85rem;color:var(--runnl-light-grey)}.mobile-race-details .race-distance,.mobile-race-details .race-time{font-weight:500}.calendar-header{display:flex;justify-content:center;align-items:center}.calendar-header h2{margin-left:3rem;margin-right:3rem;min-width:12rem}.calendar-header button{padding:.4rem .8rem;border-radius:10px;border:1px solid #ccc;background-color:var(--bg-color);cursor:pointer}.calendar-header button:hover{border:1px solid var(--runnl-dark-blue);background-color:#E6F0FF;cursor:pointer}.calendar-day-name{font-weight:700}.calendar-weekday{grid-auto-rows:22px;grid-gap:5px}.calendar-grid,.calendar-weekday{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.calendar-grid{grid-auto-rows:150px;grid-gap:5px}.weekend{background-color:#ececec;color:rgb(0,0,0)}.calendar-day{border:1px solid #ddd;display:flex;flex-direction:column;align-items:left;justify-content:flex-start;padding:.2rem;overflow-y:auto;box-sizing:border-box;border-radius:4px;font-size:12px;overflow-x:hidden}.today{border:thin solid #0b3af5}.race-chip{display:inline-flex;align-items:center;margin-top:3px;font-size:12px;white-space:nowrap}.race-text{display:flex;align-items:center;line-height:1}.race-time{margin-right:4px;margin-left:4px}.race-name{font-weight:700;margin-right:4px;color:var(--runnl-dark-text);text-decoration:none}.race-distance{margin-left:2px}.dot-icon{width:9px;height:9px;color:var(--runnl-dark-grey);vertical-align:middle}.dot-icon.Road{color:var(--badge-road)}.dot-icon.Trail{color:var(--badge-trail)}.homepage{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}.upcomingRaces,.upcomingRegistrations{flex:1 1;min-width:300px;margin-right:5px;margin-left:5px;display:flex;flex-direction:column}.upcomingRaces h1,.upcomingRegistrations h1{text-align:center;margin-bottom:20px}@media (max-width:768px){h1,h2,h3{font-size:1.2rem}.upcomingRaces,.upcomingRegistrations{flex:1 1 100%;min-width:100%;margin-right:10px;margin-left:10px}.homepage-container{flex-direction:column}.homepage-right{display:none}}.search-and-filters{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:1rem}.search-container{display:flex;justify-content:center;margin-bottom:1rem}.search-wrapper{display:flex;align-items:center;width:100%;max-width:500px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);border:1px solid #ccc;padding:.2rem .5rem;background-color:var(--runnl-background)}.search-wrapper input{flex:1 1;border:none;outline:none;padding:.5rem;font-size:1rem;margin-left:.5rem}.search-wrapper svg{fill:var(--runnl-light-grey);height:24px;width:24px}.search-wrapper .clear-btn{border:none;background:transparent;cursor:pointer;color:var(--runnl-light-grey);font-size:1.2rem;margin-left:.5rem}.filters-row{flex-direction:row;justify-content:space-between;flex-wrap:wrap;gap:1rem}.filters-row,.sort-and-date{display:flex;align-items:center}.sort-and-date{gap:.5rem}.filter-chip{margin:.25rem;padding:.4rem .8rem;border-radius:9999px;border:1px solid var(--runnl-border);background-color:var(--runnl-background);cursor:pointer;transition:all .2s ease}.filter-chip.active{border:2px solid var(--runnl-dark-blue);background-color:#E6F0FF}.chips{flex-wrap:wrap}.chips,.date-range-selector{display:flex;gap:.25rem}.date-range-selector .date-range-selector-calendar-grid{display:grid;grid-template-columns:repeat(7,2rem)}.date-range-selector .date-range-selector-calendar-day{width:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:.75rem;transition:background-color .2s,color .2s;border:1px solid transparent}.date-range-selector .date-range-selector-calendar-day:hover{background-color:#e0e0e0}.date-range-selector .date-range-selector-calendar-day.selected{background-color:#0070f3;color:white;border:none}.date-range-selector .date-range-selector-calendar-day.in-range{background-color:#cce4ff;color:black}.date-range-selector .date-range-selector-calendar-day.empty{background-color:transparent;cursor:default;border:none}.select-date-btn{padding:.4rem .6rem;border-radius:6px;font-size:.875rem;cursor:pointer}.date-range-modal,.select-date-btn{border:1px solid #ccc;background-color:#fff}.date-range-modal{position:absolute;top:2.5rem;left:0;z-index:50;width:12rem;border-radius:8px;padding:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.15);font-family:sans-serif}.date-range-modal .date-range-selector-calendar-grid{display:grid;grid-template-columns:repeat(7,1.5rem);grid-gap:4px;gap:4px;justify-items:center}.date-range-modal .date-range-selector-calendar-day{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;font-size:.75rem;transition:background-color .2s,color .2s}.date-range-modal .date-range-selector-calendar-day:hover{background-color:#e0e0e0}.date-range-modal .date-range-selector-calendar-day.selected{background-color:#0070f3;color:white}.date-range-modal .date-range-selector-calendar-day.in-range{background-color:#cce4ff;color:black}.date-range-selector-wrapper{display:flex;align-items:center;position:relative;border-radius:8px;border:1px solid #ccc;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease;min-width:160px}.date-range-selector-wrapper:hover{box-shadow:0 2px 8px rgba(0,0,0,.15);border-color:#999}.date-range-selector-btn{flex:1 1;padding:.5rem .75rem;border:none;background-color:transparent;font-size:.875rem;cursor:pointer;text-align:left;color:var(--runnl-dark-text);transition:background-color .2s ease}.date-range-selector-btn:hover{background-color:rgba(0,0,0,.02)}.date-clear-btn{border:none;background:transparent;cursor:pointer;color:var(--runnl-light-grey);font-size:1.5rem;padding:0 .5rem;line-height:1;transition:color .2s ease}.date-clear-btn:hover{color:var(--runnl-dark-text)}.date-range-selector-modal{position:absolute;top:2.8rem;left:0;z-index:50;width:14rem;background-color:#fff;border:1px solid #ddd;border-radius:12px;padding:.75rem;box-shadow:0 6px 16px rgba(0,0,0,.2);font-family:sans-serif}.date-range-selector-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.date-range-selector-header button{background:none;border:none;cursor:pointer;font-size:1.1rem;padding:.25rem .5rem;border-radius:4px;color:var(--runnl-dark-text);transition:background-color .2s ease}.date-range-selector-header button:hover{background-color:#f0f0f0}.date-range-selector-header span{font-weight:600;font-size:.9rem;color:var(--runnl-dark-text)}.date-range-selector-calendar-grid{display:grid;grid-template-columns:repeat(7,1.75rem);grid-gap:.25rem;gap:.25rem;justify-items:center;margin-top:.5rem}.date-range-selector-calendar-day{width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.8rem;border-radius:50%;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease;border:1px solid transparent}.date-range-selector-calendar-day.in-range{background-color:#e6f3ff;color:#0070f3;border-color:transparent}.date-range-selector-calendar-day.selected{background-color:#0070f3;color:white;border-color:#0070f3;font-weight:600;transform:scale(1.05)}.date-range-selector-calendar-day:not(.selected):hover{background-color:#f5f5f5;border-color:#ccc;transform:scale(1.05)}.races-page-container{padding:1rem}.races-search-bar{display:flex;justify-content:center;margin-bottom:1.5rem;width:100%}.races-search-bar .search-container{width:100%;max-width:600px;margin-bottom:0}.races-content-wrapper{display:grid;grid-template-columns:280px 1fr;grid-gap:2rem;gap:2rem;align-items:start;width:100%}.filter-sidebar{background-color:var(--runnl-background);border:1px solid #e0e0e0;border-radius:12px;padding:1.5rem;position:-webkit-sticky;position:sticky;top:1rem;max-height:calc(100vh - 2rem);overflow-y:auto;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:box-shadow .3s ease}.filter-sidebar:hover{box-shadow:0 4px 12px rgba(0,0,0,.12)}.sidebar-title{margin:0 0 1.5rem;font-size:1.5rem;font-weight:700;color:var(--runnl-dark-text);letter-spacing:-.5px}.filter-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0}.filter-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-section-label{display:block;font-weight:600;margin-bottom:.75rem;color:var(--runnl-dark-grey);font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.filter-chips-vertical{display:flex;flex-direction:column;gap:.5rem}.filter-chips-vertical .filter-chip{width:100%;margin:0;text-align:left;justify-content:flex-start;border-radius:8px;font-weight:500;transition:all .2s ease}.filter-chips-vertical .filter-chip:hover{background-color:#f5f5f5;transform:translateX(2px)}.filter-chips-vertical .filter-chip.active{background-color:#e3f2fd;border-color:var(--runnl-dark-blue);box-shadow:0 2px 4px rgba(0,106,172,.15)}.distance-range-slider{width:100%;margin-bottom:.5rem}.slider-values{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.85rem;color:var(--runnl-dark-grey);font-weight:500}.slider-container{position:relative;height:30px;margin-bottom:.5rem;display:flex;align-items:center}.slider-track{height:6px;background:#ddd;border-radius:3px;z-index:1}.range-slider,.slider-track{position:absolute;width:100%;pointer-events:none}.range-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;margin:0;padding:0;z-index:3}.range-slider-min{z-index:3}.range-slider-max{z-index:4}.range-slider-max:active,.range-slider-max:hover,.range-slider-min:active,.range-slider-min:hover{z-index:5}.range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--runnl-dark-blue);cursor:pointer;pointer-events:all;border:3px solid var(--runnl-background);box-shadow:0 2px 6px rgba(0,0,0,.25);-webkit-transition:transform .2s ease;transition:transform .2s ease;position:relative;margin-top:-7px}.range-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.range-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--runnl-dark-blue);cursor:pointer;pointer-events:all;border:3px solid var(--runnl-background);box-shadow:0 2px 6px rgba(0,0,0,.25);-moz-transition:transform .2s ease;transition:transform .2s ease;position:relative}.range-slider::-moz-range-thumb:hover{transform:scale(1.15)}.range-slider::-webkit-slider-runnable-track{width:100%;height:6px;background:transparent;border:none}.range-slider::-moz-range-track{width:100%;height:6px;background:transparent;border:none}.races-list-container{min-width:0;width:100%}.races-header-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}.races-count{font-size:1rem;color:var(--runnl-dark-grey);font-weight:600}.races-controls{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.races-controls .sort-dropdown{min-width:200px}.site-footer{background-color:var(--footer-bg);color:var(--footer-text);padding:2rem 1rem;border-top:1px solid var(--footer-border);margin-top:3rem;font-size:.95rem}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:1000px;margin:0 auto;gap:2rem}.footer-section{justify-content:center}.footer-section h3{font-size:1rem;margin-bottom:.5rem;color:var(--footer-accent)}.footer-section a{display:block;color:var(--footer-text);text-decoration:none;margin:.25rem 0;transition:color .2s ease}.footer-section a:hover{color:var(--footer-accent)}.footer-bottom{text-align:center;border-top:1px solid var(--footer-border);margin-top:2rem;padding-top:1rem;font-size:.85rem;color:var(--footer-muted);line-height:1.4}.footer a{color:var(--link-color);text-decoration:none}.footer a:hover{text-decoration:underline}.footer-section-socials{flex-direction:row}.footer-icon{width:1.5rem;margin-left:3px;margin-right:3px}.footer-left,.footer-right{flex:1 1}.footer-right{text-align:right}.footer-center{display:flex;flex-direction:column;align-items:center}.socials-header{margin-bottom:10px;font-size:1.1rem;font-weight:700;text-align:center}.footer-section-socials{display:flex;gap:15px}.footer-section-socials img{width:1.5rem;transition:transform .3s,filter .3s;filter:grayscale(100%)}.footer-section-socials:hover img{filter:grayscale(0);transform:scale(1.1)}@media (max-width:768px){.footer-content{flex-direction:column;align-items:center;text-align:center}.footer-section h3{margin-top:1rem}.footer{flex-direction:column;justify-content:center;padding:20px}.footer-left,.footer-right{flex:none;width:100%;text-align:center;margin-bottom:10px}.footer-center{position:static;transform:none;margin-bottom:10px;justify-content:center}}.leaflet-container .leaflet-marker-icon,.leaflet-container .leaflet-marker-shadow,.leaflet-container .leaflet-zoom-animated,.leaflet-pane{will-change:transform;transform:translateZ(0);transform-origin:0 0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.leaflet-container img.leaflet-marker-icon,.leaflet-container img.leaflet-marker-shadow{transform:translateZ(0)}.nav-left,.nav-link,header,nav{transform:none}body,html{overflow-x:hidden;max-width:100vw}body{background-color:var(--runnl-background);color:var(--runnl-dark-text);margin:0;padding:0}img,svg{opacity:1;transition:none;will-change:auto}.dot-icon,.nav-icon,.racecard-icon{backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translateZ(0)}html{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) transparent}body::-webkit-scrollbar{width:6px}body::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:3px}body::-webkit-scrollbar-track{background:transparent}.compact-race-card{border:1px solid var(--runnl-border);border-radius:8px;background-color:var(--runnl-background);padding:1rem;margin-bottom:.75rem;cursor:pointer;transition:box-shadow .2s,border-color .2s}.compact-race-card:hover{box-shadow:0 4px 10px rgba(0,0,0,.1);border-color:var(--runnl-dark-blue)}.compact-race-card-main{display:grid;grid-template-columns:450px 1fr auto;grid-gap:1.5rem;gap:1.5rem;align-items:center}.compact-race-info{min-width:450px;max-width:450px}.compact-race-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.compact-race-name{font-size:1.1rem;font-weight:600;color:var(--runnl-dark-text);text-decoration:none;transition:color .2s}.compact-race-name:hover{color:var(--runnl-dark-blue)}.compact-race-distance{font-size:.9rem;color:var(--runnl-light-grey);font-weight:500;white-space:nowrap}.compact-race-icons-inline{display:inline-flex;align-items:center}.compact-race-badges{display:flex;flex-wrap:wrap}.compact-race-card .badge{display:inline-block;padding:.2rem .5rem;color:var(--runnl-light-text);border-radius:6px;font-size:.8rem;margin-right:.1rem}.compact-race-details{min-width:0;flex:1 1}.compact-race-location{font-size:.95rem;font-weight:500;color:var(--runnl-dark-text);margin-bottom:.25rem}.compact-race-date{font-size:.85rem;color:var(--runnl-light-grey)}.compact-race-actions{display:flex;align-items:center;justify-content:flex-end}.compact-race-expanded{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--runnl-border);display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:.75rem;gap:.75rem}.compact-race-field{font-size:.85rem}.compact-race-field strong{color:var(--runnl-dark-grey);display:block;margin-bottom:.15rem}@media (max-width:1200px){.compact-race-card-main{grid-template-columns:400px 1fr auto}.compact-race-info{min-width:400px;max-width:400px}}@media (max-width:1024px){.races-content-wrapper{grid-template-columns:240px 1fr;gap:1.5rem}.compact-race-card-main{grid-template-columns:1fr;gap:.75rem}.compact-race-info{min-width:0;max-width:none}.compact-race-actions{justify-content:space-between}}@media (max-width:768px){.races-page-container{padding:.5rem}.races-content-wrapper{grid-template-columns:1fr}.filter-sidebar{position:relative;top:0;max-height:none}.races-top-bar{flex-direction:column;align-items:stretch}.races-top-bar .search-container{width:100%}.races-top-bar-controls{width:100%;flex-direction:column}.races-top-bar .sort-dropdown{width:100%}.compact-race-expanded{grid-template-columns:1fr}}.race-detail-main,.race-detail-not-found-main{padding:24px}.race-detail-not-found-title{font-size:28px}.race-detail-header{margin-bottom:20px}.race-detail-title{font-size:36px;margin:0}.race-detail-subtitle{color:#666;margin-top:6px}.race-detail-grid{display:grid;grid-template-columns:1fr 380px;grid-gap:24px;gap:24px;align-items:start}.race-detail-section-title{font-size:20px;margin-bottom:12px}.race-detail-info-grid{display:grid;grid-gap:10px;gap:10px}.race-detail-info-row{display:flex;gap:12px;align-items:flex-start;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.04)}.race-detail-info-label{min-width:200px;font-weight:700}.race-detail-info-value{flex:1 1}.race-detail-map-container{width:100%;height:320px;border:1px solid #ddd;border-radius:8px;overflow:hidden;background:#f7f7f7;display:flex;align-items:center;justify-content:center;text-align:center;padding:12px}.race-detail-map{width:100%;height:100%}.race-detail-map-error{margin:0}.race-detail-map-error-location{margin-top:8px;color:#666;font-size:13px}.race-detail-map-no-location{color:#666}.race-detail-map-no-location p{margin:0}.race-detail-coordinates,.race-detail-map-no-location p:last-child{margin-top:8px;font-size:13px}.race-detail-coordinates{color:#444}.race-detail-map-links{margin-top:6px;display:flex;gap:12px;flex-wrap:wrap}.race-detail-map-link{display:inline-block;padding:6px 12px;color:white;text-decoration:none;border-radius:4px;font-size:13px;font-weight:500}.race-detail-map-link-google{background:#4285f4}.race-detail-map-link-osm{background:#7ebc6f}.race-card-clickable{cursor:pointer}.race-card-link{color:inherit;text-decoration:none}.race-card-distance{font-size:16px}.race-card-distance-weight{font-size:16px;font-weight:1}.race-card-spacer{margin-right:.5rem}.race-card-chevron-svg{transition:transform .3s}.race-card-chevron-expanded{transform:rotate(180deg)}.race-card-chevron-collapsed{transform:rotate(0deg)}.race-card-expanded-content{margin-top:.5rem}.race-card-registration-label{font-weight:500}.race-card-registration-cost{color:green}.race-card-arrow-icon{vertical-align:middle;margin:0 .25rem}.maps-page-container{padding:1rem 0}.maps-page-title{margin:0}.maps-page-grid{display:grid;grid-template-columns:1fr 380px}.maps-page-map-container{height:calc(100vh - var(--site-header-height, 0px));overflow:hidden}.maps-page-map{width:100%;height:100%}.maps-page-sidebar{background-color:var(--runnl-background);border:1px solid #e0e0e0;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.08);height:calc(100vh - var(--site-header-height, 0px));overflow-y:auto;box-sizing:border-box}.maps-page-sidebar-title{margin-top:0;margin-bottom:1rem;border-bottom:1px solid #848484;font-size:1.3rem;font-weight:700;color:var(--runnl-dark-text)}.maps-page-race-list{list-style:none;padding:0;margin:0}.maps-page-race-item{margin-bottom:12px;border-radius:8px;transition:background-color .2s ease}.maps-page-race-item:hover{background-color:#f5f5f5}.maps-page-race-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;width:100%}.maps-page-checkbox{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;border:3px solid;border-radius:50%;cursor:pointer;position:relative;flex-shrink:0;margin-top:2px;transition:all .2s ease;box-shadow:0 0 4px rgba(0,0,0,.2)}.maps-page-checkbox:hover{transform:scale(1.1);box-shadow:0 0 6px rgba(0,0,0,.3)}.maps-page-checkbox:checked:after{content:none}.maps-page-race-content{display:flex;flex-direction:column;gap:4px;flex:1 1;min-width:0}.maps-page-race-link{color:var(--runnl-dark-text);text-decoration:none;font-weight:600;font-size:.95rem;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word;transition:color .2s ease}.maps-page-race-link:hover{color:var(--runnl-dark-blue);text-decoration:underline}.maps-page-race-details{font-size:.8rem;color:var(--runnl-light-grey);font-weight:500}@media (max-width:1024px){.maps-page-grid{grid-template-columns:1fr 320px}}@media (max-width:768px){.maps-page-grid{grid-template-columns:1fr}.maps-page-sidebar{max-height:400px}}.filter-chips-vertical-spacing{margin-top:1rem}.date-range-relative{position:relative}.modern-leaflet-popup .leaflet-popup-content-wrapper{background:var(--runnl-background);border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.15);padding:0;overflow:hidden}.modern-leaflet-popup .leaflet-popup-content{margin:0;min-width:200px;padding:3px}.modern-leaflet-popup .leaflet-popup-tip{background:var(--runnl-background);box-shadow:0 3px 14px rgba(0,0,0,.15)}.custom-popup{padding:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.popup-title{font-size:1.1rem;font-weight:700;color:var(--runnl-dark-text);margin-bottom:8px;line-height:1.3}.popup-distance{font-size:.95rem;color:var(--runnl-dark-blue);font-weight:600;margin-bottom:6px;display:flex;align-items:center;gap:6px}.popup-distance:before{content:"📏";font-size:1rem}.popup-elevation{font-size:.9rem;color:var(--runnl-light-grey);font-weight:500;display:flex;align-items:center;gap:6px}.popup-elevation:before{content:"📈";font-size:1rem}.modern-leaflet-popup .leaflet-popup-close-button{color:var(--runnl-light-grey);font-size:24px;font-weight:300;transition:all .2s ease}.modern-leaflet-popup .leaflet-popup-close-button:hover{color:var(--runnl-dark-text);background-color:rgba(0,0,0,.05);border-radius:4px}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/74c003a2abab0c4f-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/24c15609eaa28576-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/84602850c8fd81c3-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/90da053edc2b7de3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/ac3b7908202f8517-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/627d916fd739a539-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b5ee789b512e4d1b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2c07349e02a7b712-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/47cbc4e2adbc5db9-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/74c003a2abab0c4f-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/24c15609eaa28576-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/84602850c8fd81c3-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/90da053edc2b7de3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/ac3b7908202f8517-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/627d916fd739a539-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b5ee789b512e4d1b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2c07349e02a7b712-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/47cbc4e2adbc5db9-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/74c003a2abab0c4f-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/24c15609eaa28576-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/84602850c8fd81c3-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/90da053edc2b7de3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/ac3b7908202f8517-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/627d916fd739a539-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b5ee789b512e4d1b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2c07349e02a7b712-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/47cbc4e2adbc5db9-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Fallback;src:local("Arial");ascent-override:92.98%;descent-override:24.47%;line-gap-override:0.00%;size-adjust:99.78%}.__className_372368{font-family:Roboto,Roboto Fallback;font-style:normal}