.hidden{display:none}.toner{background-color:var(--black);opacity:.8;z-index:10;position:fixed;inset:3rem 0 0}.row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.row.narrow{width:fit-content}.column{flex-direction:column;justify-content:space-between;display:flex}.no-wrap{flex-wrap:nowrap}.spacer-2{height:1rem}.button{border:2px solid var(--grey-0);cursor:pointer;border-radius:5px;flex-shrink:0;min-width:8ch;padding:.4rem 1rem;font-size:.7rem;font-weight:700;display:inline-block}.button.primary{color:var(--grey-0);background-color:var(--primary-800);border-color:var(--primary-800)}.button.secondary{color:var(--grey-0);border-color:var(--grey-500);background-color:transparent}.button.danger{color:var(--grey-0);background-color:var(--error);border-color:var(--error)}.button.magic{min-width:22ch;color:var(--grey-0);background:linear-gradient(135deg,var(--primary-400)0%,var(--primary-800)100%);box-shadow:0 .2rem .5rem color-mix(in srgb,var(--primary-700)30%,transparent);border:none;padding:1rem 2rem}.tooltip-box{cursor:help;position:relative}.tooltip-box:hover .tooltip,.tooltip-box:focus .tooltip{display:unset}.tooltip-box .tooltip{background-color:var(--grey-900);border:2px solid var(--grey-500);border-radius:5px;width:max-content;max-width:80ch;padding:.3rem .5rem;display:none;position:absolute;top:2rem;left:0}header{z-index:99;height:2.5rem;min-height:2.5rem;color:var(--grey-1000);background-color:var(--primary-200);font-size:.8rem;font-weight:450;position:sticky;top:0}.nav{text-align:center;align-items:stretch;height:100%}.nav a{color:inherit}.nav ul{gap:4rem;list-style:none;display:grid}.nav>ul{grid-auto-flow:column}.nav .dropdown-title{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;cursor:pointer;background-color:transparent;border:none}.nav>ul{align-items:center}.nav>ul .text{padding-bottom:.5rem}.nav>ul img{aspect-ratio:1;border-radius:50%;height:2rem;line-height:0;display:block}.nav .middle{justify-content:center}.nav .middle *{text-align:center}.nav .right{justify-content:flex-end}.nav .right *{text-align:right}.dropdown{padding:.5rem 1rem;position:relative}.dropdown .dropdown-menu{min-width:18ch;color:var(--grey-100);box-shadow:0 .35rem .5rem color-mix(in srgb,var(--grey-0)18%,transparent);background-color:var(--grey-900);transform-origin:100% 0;opacity:.3;visibility:hidden;border-radius:4px;gap:.5rem;padding:.75rem 0;font-size:.8rem;font-weight:500;transition:all .28s ease-out .12s;position:absolute;top:calc(100% + .125rem);right:0;transform:rotateX(-90deg)translate(-1rem)}.dropdown .dropdown-menu>li{padding:.25rem 1rem}.dropdown .dropdown-menu *{width:100%;display:inline-block;text-align:left!important}.dropdown:hover .dropdown-menu{z-index:999;opacity:1;visibility:visible;transform:rotateX(0)translate(-1rem)}.dropdown:focus-within .dropdown-menu{z-index:999;opacity:1;visibility:visible;transform:rotateX(0)translate(-1rem)}details{display:block;position:relative;overflow:hidden}details[open] span.icon:before{transform:rotate(90deg)scaleX(-1)}details summary{cursor:pointer;display:block}details summary span.icon{align-items:center;display:flex;position:relative}details summary span.icon:before{content:"›";align-items:center;line-height:1;transition:transform .15s,margin .15s;display:block;transform:rotate(90deg)}details summary::-webkit-details-marker{display:none}details summary::marker{display:none}details~div.content{display:flex}div.content:has(~details){display:flex}details~div.content>*{width:100%}div.content:has(~details)>*{width:100%}details~div.content .inner{max-height:0;transition:max-height .4s ease-out;overflow:hidden}div.content:has(~details) .inner{max-height:0;transition:max-height .4s ease-out;overflow:hidden}details~div.content input.button{float:right;color:var(--grey-0);background-color:var(--primary-900);cursor:pointer;border:none;border-radius:4px;margin-top:1rem;padding:.3rem 1.5rem .4rem;font-size:.7rem;font-weight:800}div.content:has(~details) input.button{float:right;color:var(--grey-0);background-color:var(--primary-900);cursor:pointer;border:none;border-radius:4px;margin-top:1rem;padding:.3rem 1.5rem .4rem;font-size:.7rem;font-weight:800}details[open]~div.content .inner{max-height:100%}div.content:has(~details[open]) .inner{max-height:100%}details.filter{z-index:3;font-size:1rem;font-weight:600}details.filter summary{color:var(--primary-100);text-transform:uppercase;background-color:var(--grey-700);border-radius:4px;gap:0;padding-right:.5rem;font-size:.7rem;font-weight:900}details.filter summary span.icon{height:2rem}details.filter summary span.icon:hover{cursor:pointer}details.filter summary span.icon:before{color:var(--primary-300);margin-top:.5rem;margin-left:.8rem;padding-right:.5rem;font-size:2.5rem;font-weight:700;line-height:1}details.filter summary::-webkit-details-marker{display:none}details.filter summary::marker{display:none}details.filter[open] span.icon:before{margin-top:-.5rem;transform:rotate(90deg)scaleX(-1)}details~div.content{margin:.5rem 2rem}div.content:has(~details){margin:.5rem 2rem}details~div.content form.filter>div.row{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));display:grid}div.content:has(~details) form.filter>div.row{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));display:grid}details~div.content form.filter>div.row .input-box{display:block}div.content:has(~details) form.filter>div.row .input-box{display:block}details~div.content form.filter>div.row .input-box .select{width:100%;height:2rem;color:var(--grey-0);background-color:var(--grey-700);align-items:center;padding-left:.5rem;font-size:.9rem;font-weight:850;display:flex}div.content:has(~details) form.filter>div.row .input-box .select{width:100%;height:2rem;color:var(--grey-0);background-color:var(--grey-700);align-items:center;padding-left:.5rem;font-size:.9rem;font-weight:850;display:flex}details~div.content form.filter>div.row .input-box .indicator{color:var(--grey-100);padding-bottom:.5rem;font-size:.83rem;font-weight:500;display:block}div.content:has(~details) form.filter>div.row .input-box .indicator{color:var(--grey-100);padding-bottom:.5rem;font-size:.83rem;font-weight:500;display:block}#welcome,#activity,#potd{min-height:75dvh}#welcome h1,#activity h1,#potd h1{font-size:4rem}#welcome h2,#activity h2,#potd h2{font-size:3rem}#welcome h3,#activity h3,#potd h3{color:var(--primary-300);font-size:2rem}#welcome{text-align:center;background:linear-gradient(180deg,var(--primary-200)0%,color-mix(in srgb,var(--primary-300)80%,var(--grey-700))25%,color-mix(in srgb,var(--primary-300)10%,var(--grey-900))75%,var(--grey-900)100%);justify-content:center;align-items:center;min-height:calc(100dvh - 3rem);margin-bottom:8rem;padding:2rem;display:flex}#welcome .container{flex-direction:column;align-items:center;height:fit-content;display:flex}#welcome p{max-width:100ch;margin:1rem auto 3rem}#welcome .row{gap:2rem}#activity{margin:8rem 2rem}#activity h2{text-align:center;margin-bottom:2rem}#activity a{float:right}#activity>.row{align-items:start;max-width:100ch;margin:0 auto}#activity .users,#activity .runs{width:min(100%,40ch)}#activity .users h3,#activity .runs h3{margin-bottom:1rem}#activity .users>.row,#activity .runs>.row{padding:.5rem 0;display:grid}#activity .users>.row:not(:last-of-type),#activity .runs>.row:not(:last-of-type){border-bottom:1px solid var(--grey-500)}#activity .users h5,#activity .runs h5{margin-bottom:.2rem}#activity .users h6,#activity .runs h6{color:var(--grey-500);font-size:.8rem;font-weight:400}#activity .users p,#activity .runs p{color:var(--grey-500);font-size:.7rem}#activity .users>.row{grid-template-columns:1fr 10ch}#activity .users .column,#activity .users .column .row{justify-content:start}#activity .users .column:first-child{text-align:left}#activity .users .column:last-child{text-align:right}#activity .runs .row{grid-template-columns:1rem 1fr 1fr}#activity .runs .play{background-color:var(--primary-300);min-width:1rem;min-height:1rem;-webkit-mask:url(/play-button.svg) 50%/1rem no-repeat;mask:url(/play-button.svg) 50%/1rem no-repeat}#activity .runs h5{color:var(--primary-100)}#activity .runs p{text-align:right}#potd{margin:10rem 3rem 8rem}#potd h2{text-align:center;margin-bottom:2rem}#potd>.row{align-items:baseline}#potd .user img{float:left;aspect-ratio:1;border-radius:50%;width:25ch;margin-bottom:.2rem;margin-right:1rem}#potd .user p{white-space:pre-line;min-width:60ch;max-width:80ch;font-size:1rem;font-weight:400;line-height:1.5}#potd .user>.row{align-items:last baseline;gap:.5rem;margin-bottom:.5rem}#potd .user>.row h6{font-size:.9rem}#potd .user>.row{width:fit-content;margin-bottom:1rem}#potd>.row>.narrow{align-items:baseline;width:min(100%,60ch + 4rem)}#potd .ranks{width:min(100%,30ch)}#potd .ranks h4{margin-bottom:1rem}#potd .ranks>.row{grid-template-columns:10ch 1fr;padding:.5rem 0;display:grid}#potd .ranks>.row:not(:last-of-type){border-bottom:1px solid var(--grey-500)}#potd .ranks h5{margin-bottom:.2rem}#potd .ranks h6{color:var(--grey-500);font-size:.8rem;font-weight:400}#potd .ranks .column{justify-content:start;height:100%}#potd .ranks .column .row{justify-content:start}#potd .ranks .column:first-child{text-align:left}#potd .ranks .column:last-child{text-align:right}#leaderboard{padding-top:2rem;font-size:1.5rem}#leaderboard details{margin-top:-2.2rem;margin-left:2rem}#leaderboard details~div.content form>div.row{align-items:end}#leaderboard div.content:has(~details) form>div.row{align-items:end}#leaderboard .video{aspect-ratio:16/9;flex-shrink:0;width:60%;display:flex;position:relative}#leaderboard .video iframe{width:100%}#leaderboard .video .no-vid{background-color:var(--black);opacity:.5}#leaderboard .video .no-vid img{object-fit:cover;border-radius:.2rem;width:100%;height:100%}#leaderboard .video .buttons{z-index:1;text-align:center;line-height:.5;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#leaderboard .video .buttons .play-wrapper{background-color:var(--grey-1000);cursor:pointer;border-width:0;border-radius:50%;min-width:4rem;max-width:4rem;min-height:4rem;max-height:4rem;display:inline-block}#leaderboard .video .buttons .play-wrapper div{background-color:var(--grey-0);min-width:4rem;min-height:4rem;margin-top:-.05rem;margin-left:.15rem;-webkit-mask:url(/play-button.svg) 50%/1.5rem no-repeat;mask:url(/play-button.svg) 50%/1.5rem no-repeat}#leaderboard .video .buttons .external{color:inherit;font-size:1rem;font-weight:500}@keyframes widen{to{margin-left:2rem}}#leaderboard #lb_header{z-index:98;color:inherit;background-color:var(--grey-900);animation:65s linear infinite paused widen;animation-delay:calc(var(--scroll)*-1s);margin-top:1.7rem;margin-left:10rem;margin-right:2rem;animation-iteration-count:1;animation-fill-mode:both;top:2.5rem}#leaderboard #lb_header .nav [aria-current=page]>span{border-bottom:3px solid var(--primary-200)}#leaderboard #lb{grid-template-columns:repeat(auto-fill,minmax(550px,1fr));gap:1rem;margin:2rem;display:grid}#leaderboard #lb .lb_entry{background-color:var(--grey-800);border-radius:.2rem;padding:.5rem 1rem 1rem}#leaderboard #lb .lb_entry .header{justify-content:space-between;align-items:end;margin-bottom:.2rem;display:flex}#leaderboard #lb .lb_entry .header *{text-wrap:nowrap}#leaderboard #lb .lb_entry .header h2{color:var(--primary-400);margin-right:2rem;font-size:1.2rem}#leaderboard #lb .lb_entry .header h5{color:var(--primary-200);align-self:flex-end;font-size:.85rem}#leaderboard #lb .lb_entry .header h5:not(:last-child){text-align:end;width:100%;overflow-x:hidden}#leaderboard #lb .lb_entry .header h5:last-child{text-align:end;margin-left:1rem}#leaderboard #lb .lb_entry .content{flex-direction:row;width:100%;display:flex;position:relative}#leaderboard #lb .lb_entry .content .lb_entry_ranks{aspect-ratio:16/13.5;width:40%;min-height:0;color:var(--grey-0);scrollbar-width:thin;scrollbar-color:var(--grey-500);padding-left:1rem;padding-right:5px;font-size:.75rem;overflow-y:auto}#leaderboard #lb .lb_entry .content .lb_entry_ranks a{color:inherit}#leaderboard #lb .lb_entry .content .lb_entry_ranks .no-data{text-align:center;width:100%;display:block}#leaderboard #lb .lb_entry .content .lb_entry_ranks .lb_entry_rank:first-child{padding-top:.2rem}#leaderboard #lb .lb_entry .content .lb_entry_ranks .lb_entry_rank:last-child{padding-bottom:.2rem}#leaderboard #lb .lb_entry .content .lb_entry_ranks .lb_entry_rank{cursor:pointer;padding:.5rem 0;display:flex}#leaderboard #lb .lb_entry .content .lb_entry_ranks .lb_entry_rank span:not(.rank){margin-left:.5rem}#leaderboard #lb .lb_entry .content .lb_entry_ranks .lb_entry_rank span.name{text-wrap:nowrap;overflow-x:hidden}#leaderboard #lb .lb_entry .content .lb_entry_ranks .lb_entry_rank span.time{text-align:end;text-wrap:nowrap;color:var(--primary-100);flex-grow:1;align-self:flex-end;font-size:.7rem}#leaderboard #lb .lb_entry .content .lb_entry_ranks .selected{background-color:var(--grey-700);border-radius:5px;overflow:visible}#leaderboard #map{margin:1rem 2rem}#leaderboard #map #chart{width:100%;height:400px;margin:1rem 0 3rem}#leaderboard #map #chart .header{letter-spacing:.05ch;min-width:15ch;margin-left:.2rem;font-size:.8rem;font-weight:600}#leaderboard #map #chart .date{color:var(--grey-500);text-align:center;margin-bottom:-.4rem;font-size:.6rem}#leaderboard #map h1{text-align:center;color:var(--primary-50)}#leaderboard #map .map-entry{border-bottom:2px solid var(--grey-700)}#leaderboard #map .map-entry details{z-index:0;width:100%;max-width:100%;margin:0}#leaderboard #map .map-entry summary{background-color:inherit;width:100%;font-size:inherit;flex-wrap:nowrap;gap:1rem;padding:.5rem 0}#leaderboard #map .map-entry summary span.icon:before{content:"▶";color:var(--grey-500);margin-top:-.2rem;margin-left:.7rem;font-size:1rem;transform:scaleX(.75)}#leaderboard #map .map-entry summary span:not(.icon){min-width:12ch}#leaderboard #map .map-entry summary span.name{text-align:center}#leaderboard #map .map-entry summary span.time{text-align:end}#leaderboard #map .map-entry .content{margin:0}#leaderboard #map .map-entry .content .run-data{width:calc(40% - 1rem);height:calc(33.75dvw - 1.35rem)}#leaderboard #map .map-entry .content .run-data .grid{grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr 1fr;height:calc(100% - .8rem);display:grid}#leaderboard #map .map-entry .content .run-data .grid .entry{align-self:stretch;margin-bottom:1rem}#leaderboard #map .map-entry .content .run-data .grid .entry h3{color:var(--grey-200);text-transform:uppercase;margin-bottom:.2rem;font-size:.8rem}#leaderboard #map .map-entry .content .run-data .grid .entry p{font-size:1.2rem;font-weight:700;line-height:1}#leaderboard #map .map-entry .content .run-data .id{color:var(--grey-200);text-align:center;font-size:.8rem;line-height:1}#leaderboard #map .map-entry details[open]~.content{margin:0 0 1rem}#leaderboard #map .map-entry details[open] span.icon:before{margin-top:0;transform:rotate(90deg)scaleX(.75)}#box{box-sizing:border-box;background-color:var(--grey-800);z-index:99;border-radius:.3rem;width:25rem;max-height:calc(100% - 3rem);padding:2.5rem;position:fixed;top:calc(50% + 1.5rem);left:50%;overflow-y:auto;transform:translate(-50%,-50%)}#box h1{text-align:center;font-size:2rem;font-weight:700}#box .text{color:var(--grey-500);padding-top:1rem;font-size:.8rem}#box .error{color:var(--error);margin-top:1rem;margin-bottom:-1.5rem;font-size:.8rem;display:block}#box .input-box{width:100%;margin-top:2rem;margin-bottom:2rem;position:relative}#box .input-box input,#box .input-box select,#box .input-box textarea{width:100%;color:var(--grey-0);border:1px solid var(--grey-200);background:0 0;border-radius:4px;padding:.5rem;font-size:.8rem}#box .input-box textarea{resize:none;height:10lh}#box .input-box input[type=file]{opacity:0;max-width:0;max-height:0;margin:0;padding:0;position:absolute}#box .input-box .file{aspect-ratio:21/9;width:100%;color:var(--grey-0);border:1px solid var(--grey-200);text-align:center;cursor:pointer;background:0 0;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:.5rem;font-size:.8rem;display:flex}#box .input-box .file h6{font-size:.8rem}#box .input-box .file p{color:var(--grey-200);font-size:.7rem}#box .input-box input:focus,#box .input-box textarea:focus{outline:var(--primary-800)solid 3px;border-color:transparent}#box .input-box textarea:focus~.indicator{color:var(--primary-800);background-color:var(--grey-800)}#box .input-box input:focus~.placeholder,#box .input-box input:not([value=""])~.placeholder{color:var(--primary-800);background-color:var(--grey-800);margin-left:.5rem;padding:0 .2rem;font-size:.6rem;top:-.4rem}#box .input-box input:not(:is(:focus,[value=""]))~.placeholder{color:var(--grey-200)}#box .input-box input:invalid:not(:is([value=""],:focus)){outline:var(--error)solid 3px;border-color:transparent}#box .input-box input:invalid:not(:is([value=""],:focus))~.error{display:inline}#box .input-box .indicator{color:var(--grey-200);background-color:var(--grey-800);pointer-events:none;margin-left:.5rem;padding:0 .2rem;font-size:.6rem;position:absolute;top:-.4rem;left:.5rem}#box .input-box .placeholder{color:var(--grey-500);pointer-events:none;padding:.5rem 0 0;font-size:.8rem;transition:all .1s;position:absolute;top:.15rem;left:.5rem}#box .input-box .error{color:var(--error);font-size:.8rem;display:none}#box .input-box:has(+.remember){margin-bottom:0}#box .row>.input-box{margin-top:0;margin-bottom:0}#box .row{margin-top:2rem;margin-bottom:2rem}#box .remember{margin-top:.5rem;margin-bottom:1.5rem;font-size:.8rem}#box .remember label{cursor:pointer;align-self:center;padding-left:.5rem}#box input[type=submit]{float:right}#box input[type=checkbox]{cursor:pointer}#box .link{color:var(--info);align-self:center;font-size:1rem;font-weight:500}#dashboard{max-width:100ch;margin:5rem .5rem 5rem max(.5rem,15vw + min(85vw - 100ch,0px));font-size:.7rem}#dashboard .pfp{cursor:pointer;border-radius:50%;width:5rem;height:5rem;margin-top:.5rem;margin-bottom:.5rem}#dashboard h1{margin-bottom:2rem;font-size:2rem;font-weight:800}#dashboard h2{margin-top:3rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:650}#dashboard h3{text-transform:uppercase;color:var(--grey-200);margin-top:2rem;margin-bottom:.1rem;font-size:.7rem;font-weight:700}#dashboard h4{margin-top:1.5rem;margin-bottom:.2rem;font-size:.8rem;font-weight:700}#dashboard p{color:var(--grey-500);margin-bottom:.8rem;font-size:.7rem;font-weight:600;line-height:normal}#dashboard .narrow h3{margin-top:.2rem;margin-bottom:.2rem}#dashboard .narrow h4{margin-top:.2rem}#dashboard .narrow p{margin-top:.1rem;margin-bottom:.1rem}#dashboard .discord{background-color:var(--grey-700);border-radius:5px;align-items:center;height:3rem;margin-bottom:.5rem;padding:0 .6rem;position:relative}#dashboard .discord-add{text-align:center;width:100%;height:3rem;color:var(--grey-500);background-color:inherit;border:3px dashed var(--grey-700);cursor:pointer;border-radius:7px;justify-content:center;margin-bottom:1rem}#profile{margin:2rem}#profile .row{justify-content:left;align-items:start}#profile h1{text-align:center;margin:auto auto 1rem;display:block}#profile .avatar{float:left;aspect-ratio:1;border-radius:50%;width:25ch;margin-bottom:.2rem;margin-right:1rem}#profile p{white-space:pre-line;min-width:60ch;max-width:100ch;font-size:1rem;font-weight:400;line-height:1.5}#filter-list details{margin-top:2rem;margin-left:2rem}#filter-list .grid{align-items:center;gap:.5rem 1rem;margin:1rem 2rem;display:grid}#filter-list .grid .heading{color:var(--primary-200);text-transform:uppercase;font-size:.9rem;font-weight:700}#filter-list .grid .last{justify-self:end}#filter-list .grid .divider{background-color:var(--grey-500);grid-column:1/9;height:1px}#filter-list .grid .divider.header{height:2px}#filter-list .pages{justify-content:center;gap:.2rem;padding:1rem 2rem 2rem}#filter-list .pages>*{text-align:center;border-radius:5px;align-content:center;width:2rem;height:2rem;display:block}#filter-list .pages .arrow{color:var(--primary-200);background-color:var(--grey-700);font-size:1.2rem;font-weight:800}#filter-list .pages .page{color:var(--primary-300);font-size:1rem;font-weight:700}#filter-list .pages .disabled{cursor:default;color:var(--grey-300);background-color:inherit}#filter-list #box p{text-align:center;margin:2rem 0;font-size:.9rem}#filter-list.manage .grid{grid-template-columns:1fr 1fr 1fr 1fr 1.5fr .5fr 11ch 2rem}#filter-list.manage .grid .delete{cursor:pointer;display:inline-block}#filter-list.manage .grid .delete div{background-color:var(--error);width:2rem;height:1.4rem;-webkit-mask:url(/delete.svg) 50%/contain no-repeat;mask:url(/delete.svg) 50%/contain no-repeat}#filter-list.runs .grid{grid-template-columns:1fr 32ch 1fr 1fr 1fr 1.5fr .5fr 11ch}#filter-list.activity .grid{grid-template-columns:1fr 32ch 1fr 1fr 1fr 1fr 1fr .5fr .5fr}#filter-list.activity .grid .divider{grid-column:1/10}#faq{max-width:120ch;margin:2rem 2rem 2rem max(.5rem,15vw + min(85vw - 100ch,0px));font-size:1rem}#faq hr{background-color:var(--grey-500);width:100%;height:1px}#faq h1{text-align:center;margin-top:4rem;margin-bottom:3rem}#faq h5{color:var(--grey-300);margin-bottom:.5rem;font-size:.9rem;font-weight:800}#faq ul{margin-top:.2rem;margin-bottom:.5rem}#faq ul li{margin-top:.5rem;margin-bottom:.5rem;font-size:.95rem;font-weight:300}#faq div.spacing{margin-top:1.5rem}#faq details[open]{border-bottom:2px solid var(--primary-300)}#faq details[open] span.icon:before{transform:rotate(90deg)scaleY(2)}#faq details summary{justify-content:start;align-items:center;width:100%;height:3rem}#faq details summary span.icon{font-weight:700}#faq details summary span.icon:before{content:">";margin-left:.5rem;margin-right:1rem;font-weight:150;transform:rotate(0)scaleY(2)}#faq div.content{margin-top:0;margin-bottom:0}#faq details[open]~div.content{margin-top:2rem;margin-bottom:2rem}#ranking{margin:2rem}#ranking #ranking-header{color:var(--grey-0);background-color:var(--grey-900);z-index:2;top:2.5rem}#ranking #ranking-header .nav{min-height:2.5rem}#ranking #ranking-header .nav [aria-current=page]>span{border-bottom:3px solid var(--primary-200)}#ranking section.ranking{font-size:1rem}#ranking section.ranking .ranking{justify-self:center;width:100%;margin-top:2rem;margin-bottom:4rem}#ranking section.ranking .ranking .category{color:var(--primary-300);margin-top:8rem;margin-bottom:2rem;margin-left:2.5rem}#ranking section.ranking .ranking .legend{gap:0;margin-bottom:1rem;font-size:.7rem}#ranking section.ranking .ranking .legend .title{color:var(--grey-1000);text-transform:uppercase;padding:.2rem .5rem;font-weight:600;display:inline-block}#ranking section.ranking .ranking .legend .tooltip{font-size:.8rem;font-weight:600}#ranking section.ranking .ranking .content:has(~details:not([open])) .inner{max-height:10rem}#ranking section.ranking .ranking .inner{columns:calc(2rem + 35ch)auto;column-gap:3rem}#ranking section.ranking .ranking .inner .grid-row{break-inside:avoid;grid-template-columns:2rem minmax(0,1fr) 8ch;column-gap:.5rem;height:2rem;font-size:1.2rem;display:grid}#ranking section.ranking .ranking .inner .grid-row *{align-self:center}#ranking section.ranking .ranking .inner .grid-row .narrow{gap:0}#ranking section.ranking .ranking .inner .grid-row a{color:inherit}#ranking section.ranking .ranking .inner .grid-row h4,#ranking section.ranking .ranking .inner .grid-row h5{font-size:1rem}#ranking section.ranking .ranking .inner .grid-row h6{font-size:.6rem}#ranking section.ranking .ranking .inner .grid-row .rank{border-bottom:1px solid var(--grey-800);justify-content:center;width:100%;height:100%;display:flex}#ranking section.ranking .ranking .inner .grid-row .rank.rank-1{background-color:var(--rank-1)}#ranking section.ranking .ranking .inner .grid-row .rank.rank-2{background-color:var(--rank-2)}#ranking section.ranking .ranking .inner .grid-row .rank.rank-3{background-color:var(--rank-3)}#ranking section.ranking .ranking .inner .grid-row .name{font-weight:300;overflow-x:hidden}#ranking section.ranking .ranking .inner .grid-row .rating{justify-self:right}#ranking section.ranking .ranking .inner .grid-row .rating *{align-self:last baseline}#ranking section.ranking .ranking .inner .grid-row .rating h6{color:var(--grey-300)}#ranking section.ranking .ranking details{z-index:3;align-content:center;width:100%;height:2.5rem;margin-top:1rem;font-size:1rem;font-weight:600}#ranking section.ranking .ranking details summary{width:100%;display:block}#ranking section.ranking .ranking details summary span.icon{justify-content:center;width:100%;height:2rem}#ranking section.ranking .ranking details summary span.icon:hover{cursor:pointer}#ranking section.ranking .ranking details summary span.icon:before{color:var(--grey-200);font-size:4rem;font-weight:400;line-height:1}#ranking section.ranking .ranking details summary::-webkit-details-marker{display:none}#ranking section.ranking .ranking details summary::marker{display:none}#ranking section.ranking .ranking details[open]{background:0 0}#ranking section.ranking .ranking details[open] span.icon:before{transform:rotate(90deg)scaleX(-1)}*{box-sizing:border-box;border:none;margin:0;padding:0}a{color:var(--primary-600);cursor:pointer;text-decoration:none}b,strong{font-weight:700}li{list-style-position:inside}li::marker{color:var(--primary-600)}:root.dark{--primary-50:#e6ffef;--primary-100:#ccffe0;--primary-200:#99ffc0;--primary-300:#66ffa1;--primary-400:#33ff81;--primary-500:#00ff62;--primary-600:#00cc4e;--primary-700:#00993b;--primary-800:#006627;--primary-900:#003314;--primary-950:#00240e;--primary-990:#001a0a;--on-primary-500:#d4ffc2;--grey-0:#fff;--grey-100:#e6e6e6;--grey-200:#ccc;--grey-300:#b3b3b3;--grey-500:gray;--grey-700:#262626;--grey-800:#1d1d1d;--grey-900:#1a1a1a;--grey-1000:#000;--success:#0f2;--info:#0095ff;--warn:#ffc800;--error:#a80000;--black:#000;--white:#fff;--rank-1:#e6bb00;--rank-2:#869398;--rank-3:#934b1b}:root.light{--primary-50:#003314;--primary-100:#004d1d;--primary-200:#006627;--primary-300:#00993b;--primary-400:#00cc4e;--primary-500:#00ff62;--primary-600:#33ff81;--primary-700:#66ffa1;--primary-800:#99ffc0;--primary-900:#ccffe0;--primary-950:#e6ffef;--primary-990:#fafffc;--on-primary-500:#245c0a;--grey-0:#000;--grey-100:#1a1a1a;--grey-200:#333;--grey-500:gray;--grey-800:#ccc;--grey-900:#e6e6e6;--grey-1000:#fff;--success:#0f2;--info:#0095ff;--warn:#ffc800;--error:red;--black:#000;--white:#fff;--rank-1:#e6bb00;--rank-2:#869398;--rank-3:#934b1b}.Surfer.color{color:var(--primary-800)}.Surfer.bg{background-color:var(--primary-800)}.Surfer.Super.color{color:var(--primary-700)}.Surfer.Super.bg{background-color:var(--primary-700)}.Surfer.Epic.color{color:var(--primary-600)}.Surfer.Epic.bg{background-color:var(--primary-600)}.Surfer.Legendary.color{color:var(--primary-500)}.Surfer.Legendary.bg{background-color:var(--primary-500)}.Surfer.Mythic.color{color:var(--primary-400)}.Surfer.Mythic.bg{background-color:var(--primary-400)}.Rank.color{color:var(--primary-300)}.Rank.bg{background-color:var(--primary-300)}.rank-1.color{color:var(--rank-1)}.rank-1.bg{background-color:var(--rank-1)}.rank-2.color{color:var(--rank-2)}.rank-2.bg{background-color:var(--rank-2)}.rank-3.color{color:var(--rank-3)}.rank-3.bg{background-color:var(--rank-3)}html,body{font-size:1.2rem}body{color:var(--grey-0);background-color:var(--grey-900);font-family:Roboto Flex,sans-serif;font-weight:400;line-height:normal}p{line-height:1.5}#main-nav{padding-left:2rem;padding-right:2rem}#main-nav .row.narrow{gap:0}