*{box-sizing:border-box}html{min-height:100%;background-color:#dca3ad;background-image:url(/_/background.d0f68bc7.jpg),linear-gradient(0deg,#fecba4 0%,#dca3ad 100%);background-size:cover;background-position:center center;background-attachment:fixed;font-family:Helvetica Neue,Arial,sans-serif;font-size:1rem;padding:2rem 1rem;text-align:center}html.plain{background:#36393f;color:#fff;text-align:left;padding:2rem}body{margin:0}small,.small{font-size:.8rem}.text-muted{color:#ccc}.text-super-muted{color:#666}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.mt-0{margin-top:0}.mt-1{margin-top:.125rem}.mt-3{margin-top:.75rem}nav.tabs .tab{display:inline-block;vertical-align:middle;padding:.667rem 1rem;margin:.25rem;background:#555;color:#fff;border-radius:.25rem;text-decoration:none;transition:.3s ease background}nav.tabs .tab:hover,nav.tabs .tab:focus{background:#777}nav.tabs .tab.active{background:#ff3265;background:linear-gradient(135deg,#ffc371,#ff3265);color:#000;cursor:default}nav.tabs .tab:focus-visible{outline:.5rem solid #ff3265}.map-thumbnail{position:relative;width:100%;height:0;padding-top:50%;background:#555}.map-thumbnail img{position:absolute;top:0;left:0;width:100%}.map-thumbnail .cornerLabel{position:absolute;top:0;right:0;background:#333;padding:0 0 .25rem .333rem;border-bottom-left-radius:.25rem;font-weight:700}.graveyard,.predictions,.container{max-width:107rem;margin:4rem auto}.tombstone{position:relative;display:inline-block;vertical-align:baseline;margin:1rem 1.25rem;color:#fff;text-align:center}.tombstone .headstone,.tombstone .footer{margin:0 auto;border:.25rem solid #333;outline:.25rem solid #666;background:#666;overflow:hidden;transition:.3s ease background,.3s ease border-color}.tombstone .headstone{border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom:none;width:10rem;min-height:14.25rem;display:flex;flex-direction:column}.tombstone .headstone .text{padding:1rem .5rem;overflow:hidden;word-break:break-word;flex-grow:1;display:flex;flex-direction:column}.tombstone .headstone .text .author{flex:auto}.tombstone .headstone .text .dates{font-style:italic}.tombstone .footer{position:relative;z-index:2;width:11.5rem;padding:0;line-height:1rem;height:2rem;color:#999;border-top-left-radius:.25rem;border-top-right-radius:.25rem;box-shadow:0 .25rem 1rem #000c}.tombstone.card:hover,.tombstone.card:focus-visible{outline:none}.tombstone.card:hover .headstone,.tombstone.card:focus-visible .headstone{background-color:gray;border-color:#4d4d4d;outline-color:gray}.tombstone.card:hover .hover-display-block,.tombstone.card:focus-visible .hover-display-block{display:block}.tombstone.card:focus-visible .headstone,.tombstone.card:focus-visible .footer{outline:.5rem solid #ff3265;transition:none}.tm-wide{letter-spacing:.1em}.tm-narrow{letter-spacing:-.08em}.tm-bold{font-weight:700}.tm-italic{font-style:italic}.tm-caps{text-transform:uppercase}.tm-shadow{text-shadow:.04em .06em .1em rgb(0,0,0)}.predictions{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:stretch}.prediction{display:flex;flex-direction:column;vertical-align:top;width:12rem;padding:0;margin:1rem;background:#666;color:#fff;border:.25rem solid #333;border-radius:.25rem}.prediction .text{overflow:hidden;word-break:break-word;padding:1rem .5rem;flex-grow:1;display:flex;flex-direction:column}.prediction .text .author{flex:auto}.prediction.card:hover{background-color:gray;border-color:#4d4d4d}.prediction.card:focus-visible{outline:.5rem solid #ff3265}.last-updated{font-size:.9rem;line-height:1.6rem;color:#222;margin:6rem 0 0;padding-bottom:4rem}a.card{text-decoration:none}a.plain{font-weight:700;text-decoration:none}a.plain:hover,a.plain:focus{text-decoration:underline}a.plain:focus-visible{outline:.5rem solid #ff3265}a.stealth{text-decoration:none;color:inherit}a.stealth:hover,a.stealth:focus{text-decoration:none}a.dark{color:#24c}a.light{color:#6cf}html.plain a{color:#fc3}.vote-results{margin:4rem -1rem;text-align:left}table.dark-table{margin:0 auto;background-color:#444;color:#fff;border-radius:.25rem}table.dark-table thead.sticky th{position:sticky;top:0;border-bottom:.25rem solid #3a3a3a;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}table.dark-table th,table.dark-table td{vertical-align:baseline;padding:.4rem .5rem;margin:0}table.dark-table th:first-child,table.dark-table td:first-child{padding-left:1rem}table.dark-table th:last-child,table.dark-table td:last-child{padding-right:1rem}table.dark-table th.narrow,table.dark-table td.narrow{padding-left:.25rem;padding-right:.25rem}table.dark-table tr td,table.dark-table tr th{background:#444}table.dark-table tr:nth-child(2n+1) td{background:#515151}table.dark-table tr:hover td{background:#5e5e5e}/*!
Following code is modified from Tablesort.js - https://github.com/tristen/tablesort - @license
Copyright (c) Tristen Brown

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/#vote-data-table th:not(.no-sort)[role=columnheader]{cursor:pointer}#vote-data-table th:not(.no-sort)[role=columnheader]:after{content:"";position:absolute;bottom:-.25rem;left:.5rem;border-width:.4rem .4rem 0 .4rem;border-style:solid;border-color:#fff transparent;visibility:hidden;opacity:0;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}#vote-data-table th:not(.no-sort).text-right[role=columnheader]:after{left:auto;right:.5rem}#vote-data-table th:not(.no-sort)[aria-sort=descending]:after{border-width:0 .4rem .4rem .4rem}#vote-data-table th:not(.no-sort)[aria-sort]:after{visibility:visible;opacity:.4}#vote-data-table th:not(.no-sort)[role=columnheader]:hover:after{visibility:visible;opacity:1}button.stealth{border:none;background:none;cursor:pointer}.announcement{display:inline-block;margin:.5rem auto 1.5rem;padding:.75rem 1rem;border-radius:.25rem;background-color:#000;color:#ffc371;font-weight:700}.announcement a{color:#ff3265}.pop-stats-root{max-width:80rem;margin:4rem auto}.janky-bar-chart{position:relative;padding-bottom:40%;min-height:20rem;background:rgba(255,255,255,.25);border-radius:.5rem;overflow:hidden}.janky-bar-chart .bars{position:absolute;inset:0;display:flex;flex-direction:row;align-items:flex-end}.janky-bar-chart .bars .bar{flex:1;background-color:#333;min-height:5px}.janky-bar-chart .bars .bar:nth-child(2n+1){background-color:#363636}.janky-bar-chart .bars .bar:hover{background-color:#fc3}
