@import"https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}:root{--logo: #33334E;--bg-page: #EDEDF680;--bg-sidebar: #FFFFFF;--bg-map-tooltip: #000000;--text-map-tooltip: #FFFFFF;--bg-button: #F4F4F4;--text-button: #33334E;--hover-button: #EDEDF6;--text-primary: #33334E;--text-secondary: #A9AEB9;--text-secondary: #8a919e;--text-dark: #33334E;--text-header: #33334E;--text-subheader: #6A707F;--bg-dropdown: #FFFFFF;--hover-dropdown: #F4F4F4;--bg-scroll: #C1C8D0;--thumb-scroll: #F5F6F6}.theme-light{--logo: #33334E;--bg-page: #EDEDF680;--bg-sidebar: #FFFFFF;--bg-map-tooltip: #000000;--text-map-tooltip: #FFFFFF;--bg-button: #F4F4F4;--text-button: #33334E;--hover-button: #EDEDF6;--text-primary: #33334E;--text-secondary: #A9AEB9;--text-secondary: #8a919e;--text-dark: #33334E;--text-header: #33334E;--text-subheader: #6A707F;--bg-dropdown: #FFFFFF;--hover-dropdown: #F4F4F4;--bg-scroll: #C1C8D0;--thumb-scroll: #F5F6F6}.theme-dark{--logo: #FFFFFF;--bg-page: #28273C;--bg-sidebar: #1C1C29;--bg-map-tooltip: #000000;--text-map-tooltip: #FFFFFF;--bg-button: #33334E;--text-button: #FFFFFFCC;--hover-button: #4C4B6B;--text-primary: #FFFFFFCC;--text-secondary: #ffffffAA;--text-dark: #33334E;--text-header: #FFFFFF;--text-subheader: #ACB0BA;--bg-dropdown: #4C4B6B;--hover-dropdown: #565576;--bg-scroll: #9C9CBF;--thumb-scroll: #4A4A62}:root{font-family:Raleway,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0;min-height:100vh}@media (prefers-color-scheme: light){:root{color:#33334e;background-color:#fff}}.container{width:100%;height:100%;min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg-page)}@media screen and (min-width: 1200px){.container{flex-direction:row}}.container .sidebar{flex:1 0 100%;padding:24px 20px;background-color:var(--bg-sidebar);color:var(--text-primary)}@media screen and (min-width: 1200px){.container .sidebar{flex:0 1 650px;padding:40px 62px;max-height:100vh;overflow-y:auto}}.container .sidebar::-webkit-scrollbar-track{border-radius:10px;background-color:var(--thumb-scroll)}.container .sidebar::-webkit-scrollbar{width:10px;border-radius:5px}.container .sidebar::-webkit-scrollbar-thumb{border-radius:10px;background-color:var(--bg-scroll)}.container .map{position:relative;display:flex;align-items:center;justify-content:center;padding:12px}@media screen and (min-width: 1200px){.container .map{display:flex;flex:1 0 auto}}.container .map .map-svg svg{height:90vh;-webkit-user-select:none;user-select:none;outline:none;-webkit-tap-highlight-color:transparent}.container .map .map-svg svg path{-webkit-user-select:none;user-select:none;outline:none;-webkit-tap-highlight-color:transparent}.container .map .map-svg svg path[data-land]{cursor:pointer}.container .map .map-svg svg path[data-land]:not(.selected):hover{fill:#9c9cbf}.container .map .map-svg svg path.selected{fill:#f7d869}.container .map .map-tooltip{position:absolute;font-size:14px;padding:8px 16px;border-radius:8px;color:var(--text-map-tooltip);background-color:var(--bg-map-tooltip);bottom:10%;right:50%;transform:translate(50%)}.header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.header .logo{display:flex;align-items:center;gap:12px}.header .logo svg{fill:var(--logo)!important}.header .logo svg path{fill:var(--logo)!important}.header .logo .deepstate-logo{height:36px;width:auto}.header .logo .de-elections-logo{height:34px;width:auto}.header .controls{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}button{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;background-color:var(--bg-button);color:var(--text-button);border-radius:8px;padding:8px 14px;border:none;cursor:pointer}button.dropdown-anchor-right .dropdown{left:unset;right:0}button.dropdown-width-full .dropdown{width:100%}button .dropdown{display:none;flex-direction:column;position:absolute;top:100%;margin-top:4px;left:0;width:160px;max-height:320px;overflow-y:auto;padding:6px 4px;border-radius:12px;background-color:var(--bg-dropdown);box-shadow:0 8px 24px #33334e26;z-index:2}button .dropdown::-webkit-scrollbar-track{border-radius:10px;background-color:var(--thumb-scroll)}button .dropdown::-webkit-scrollbar{width:10px;border-radius:5px}button .dropdown::-webkit-scrollbar-thumb{border-radius:10px;background-color:var(--bg-scroll)}button .dropdown.show{display:flex!important}button .dropdown .dropdown-item{display:flex;flex-direction:row;align-items:center;gap:8px;padding:12px 16px;border-radius:8px;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:20px}button .dropdown .dropdown-item:hover{background-color:var(--hover-dropdown)}button .dropdown .dropdown-item img,button .dropdown .dropdown-item svg{height:20px;width:auto}button:hover{border:none;outline:none;transform:none;background-color:var(--hover-button)}button img,button svg{height:24px;width:auto}button svg.graphics-chevron path{stroke:var(--text-button)}button svg.graphics-moon path,button svg.graphics-sun path{stroke:var(--text-button)}.heading{margin-top:64px}.heading h1{font-weight:500;font-size:42px;line-height:60px;margin-bottom:16px;color:var(--text-header)}@media screen and (min-width: 1128px){.heading h1{font-size:48px}.heading h1 span:after{padding:4px 2px;font-size:18px}}.heading h1 span{position:relative}.heading h1 span:after{position:absolute;top:-5px;left:-20%;display:inline;content:"2025";padding:8px 4px;border-radius:10px;background:#f7d869;border:1px solid #FFFFFF;color:var(--text-dark);font-family:Raleway,sans-serif;font-size:24px;font-weight:700;line-height:18.87px;transform:rotate(20deg)}.heading h2{color:var(--text-subheader);font-weight:400;font-size:20px;line-height:24px}.land-selector{margin-top:32px}.land-selector button.with-dropdown{width:100%;max-width:480px}.results{margin-top:32px;margin-bottom:32px;width:100%;display:flex;flex-direction:column;align-items:stretch;gap:12px;color:var(--text-primary)}.results .result-row{flex:1 0 100%;display:flex;flex-direction:row;align-items:center;justify-content:stretch;gap:12px}.results .result-row .result-num{flex:0 1 20px;font-size:20px}.results .result-row .result-img{display:none;flex:1 1 32px}@media screen and (min-width: 380px){.results .result-row .result-img{display:block}}.results .result-row .result-img img{width:32px;height:auto}.results .result-row .result-wrap{flex:1 1 100%;display:flex;flex-direction:column;gap:6px;font-size:18px}.results .result-row .result-wrap .candidate-title{word-wrap:normal}.results .result-row .result-wrap .candidate-title span{color:var(--text-secondary)}.results .result-row .result-wrap .candidate-percentage{display:flex;flex-direction:row;align-items:center;gap:6px}.results .result-row .result-wrap .candidate-percentage .candidate-percentage-bar{height:12px;border-radius:4px}.footer{font-size:15px;color:var(--text-secondary)}.footer a{text-decoration:underline;cursor:pointer;color:var(--text-secondary)}.footer a:hover{color:var(--text-primary)}.knight-preloader{display:flex;margin:8px 0;justify-content:center}.knight-preloader svg,.knight-preloader img{stroke:var(--text-primary);stroke-dasharray:200;stroke-dashoffset:200;animation:preloader-knight-stroke 1.75s infinite;height:56px!important;width:auto!important}@keyframes preloader-knight-stroke{0%{stroke-dashoffset:200}50%{stroke-dashoffset:0}99%{stroke-dashoffset:-200}to{stroke-dashoffset:-200}}
