:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#fff1a2;text-decoration:inherit}a:hover{color:gold}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}.layout{background-color:#242424}h2{text-align:center;font-family:Norse;font-size:3rem;font-weight:400;margin:.5rem 0;filter:brightness(.8)}main{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;grid-template-areas:"header" "content";height:100vh;width:100vw}header{display:flex;justify-content:space-between;align-items:center;margin:0;width:100vw;color:#fff;grid-area:header;height:7vh}header>div{width:100%;display:flex;align-items:center}header img{height:80px;margin-left:2rem;margin-bottom:-1rem}header h1{font-family:Norse;margin:.3rem 0 .3rem 2rem;font-size:2rem;font-weight:400;flex:1}article{overflow-y:scroll;overflow-x:auto;height:92vh;margin:0;padding:0;grid-area:content}@media (max-width: 780px){header h1{display:none}}#user-nav{margin-right:3rem}#user-nav .avatar{width:50px}#user-nav .avatar img{width:38px;height:38px;border-radius:50%}#user-nav .profile-link{margin:.5rem 0 0 1rem;display:flex;align-items:center}section.loading{display:flex;justify-content:center;align-items:center;height:50vh}.area{margin:1rem auto;min-width:360px;max-width:620px;background-color:#7289da22;border-radius:.4rem;padding:.4rem 1rem}.card{max-width:500px;margin:0 auto;border-radius:1rem;padding:1.4rem 2rem;background-color:#7289da22}.trophy-icon{margin-top:.5rem;width:2.8rem;vertical-align:middle}.alert{display:flex;justify-content:space-between;max-width:800px;padding:.5rem 1.5rem;margin:.5rem auto;border-radius:.3rem;border:1px solid #939393;background-color:#5b5b5b33;color:#fff}.alert.error{border:1px solid red;background-color:#a9000033}.alert.success{border:1px solid rgb(1,148,3);background-color:#0e780033}form input,form select,form textarea{padding:.5rem 2.5%;border-radius:.3rem;border:1px solid #7289DA}form textarea{width:95%;height:200px}form button{width:100%;padding:.5rem;margin:.5rem 0;border-radius:.3rem;border:1px solid #7289DA;background-color:#7289da;color:#fff}form fieldset{border:none;padding:.8rem 0}form .radio-group{display:flex;flex-direction:row;gap:1rem;border:1px solid #7289DA;border-radius:.3rem;background-color:#7289da22;padding:.6rem 1rem;margin-top:1rem;margin-bottom:-1rem}form .radio-group label{display:flex;align-items:center;gap:.5rem}form .radio-group input[type=radio]{accent-color:#7289DA}@keyframes fadeInOut{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}nav{display:flex;flex-direction:column;align-items:center;margin:0 2rem}nav>a{flex:1;border:2px solid #fff1a2;padding:.5rem 1rem .7rem;margin:.5rem;font-size:1.5rem;text-decoration:none;width:100%;max-width:500px}nav>a>svg{margin-right:.6rem}nav a:hover{border-color:gold;background-color:#37352c}nav small{display:inline-block;opacity:.7;font-size:1.1rem;margin-left:.8rem}.hunt-placement{display:flex;align-items:center;padding:.3rem 0 0 .3rem;margin-bottom:.2rem}.place-number{font-size:1.5rem;font-weight:700;width:2.6rem}.place-number sup{font-size:.75rem}.hunt-placement img{width:36px;height:36px;border:2px solid white;border-radius:50%;margin-right:10px}.player-name{flex:1;font-size:1.25rem}.score{font-size:1.66rem;font-weight:700;color:gold}#auth-page h2{color:#7289da;line-height:1rem}#discord{background-color:#7289dadd;color:#fff;border:none;padding:.8rem 1.6rem;text-align:center;text-decoration:none;display:inline-block;font-size:16px;margin:4px 2px;cursor:pointer;border-radius:4px}#discord>svg{margin-right:.6rem;margin-top:-.2rem;width:1.4rem;vertical-align:middle}#discord:hover{background-color:#7289da}#profile-page .card{display:flex;justify-content:center;align-items:center}#profile-page .area{max-width:400px}#profile-page h3{color:#7289da;line-height:1rem;margin:.4rem 0}.avatar{margin:0 2rem 0 0;display:block}.avatar img{width:100px;height:100px;border-radius:50%}.profile{flex:1}.event-type-selector{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;padding:0;border:none;margin-bottom:1rem}.event-type-selector.horizontal{grid-template-columns:repeat(4,1fr)}.event-type-selector .event-type-option.disabled{cursor:not-allowed;background-color:#2c3e50;color:#777}.event-type-selector .event-type-option.disabled:hover{border-color:#444}.event-type-option{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem;border:1px solid #444;border-radius:.5rem;cursor:pointer;transition:all .2s ease-in-out;text-align:center}.event-type-option:hover{background-color:#333;border-color:#666}.event-type-option.selected{background-color:#3a539b;border-color:#5c7fec;color:#fff;box-shadow:0 0 10px #5c7fec80}.event-type-selector .event-type-option.disabled .trophy-icon{opacity:.3}.event-type-option .trophy-icon{width:2rem;height:2rem;margin-bottom:.25rem}.event-type-option b{font-size:.9rem;margin-bottom:.1rem;line-height:1}.event-type-option small{font-size:.7rem;line-height:1;opacity:70%}#event-page form fieldset{margin-top:-.75rem}#event-page form .event-type-selector{margin-top:1rem}.obs-score{display:flex;align-items:center;align-content:center;top:0;width:500px;height:70px;border-radius:35px}.obs-text{display:flex;margin-top:-.35rem}.obs-text .num{text-align:center;font-weight:900;font-size:3.5rem;-webkit-text-stroke:3px #111}.obs-title{text-align:center;font-weight:900;font-size:2.5rem;-webkit-text-stroke:3px #111}.obs-text .num>div{width:2rem}.obs-text .score{width:9.3rem;text-align:left}.obs-text .countdown{display:flex;align-items:baseline}.obs-text .countdown .sub{font-size:smaller;width:1rem}.obs-avatar{padding-left:2px;padding-right:1.1rem}.obs-avatar>img{aspect-ratio:1/1;margin-bottom:-.4rem;width:57px;height:57px;min-width:57px;min-height:57px;border:4px solid #111;border-radius:50%}.obs-leaderboard{width:98vw;height:98vh;padding:1vh 1vw;border-radius:1rem}.obs-leaderboard .obs-text .num.score{font-size:2.9rem;-webkit-text-stroke:3px #111}.obs-leaderboard .obs-avatar{padding-left:0}.obs-final .obs-name{margin-top:.3rem;line-height:1.8rem;font-size:2rem;font-weight:700;-webkit-text-stroke:1px #111}.obs-final .obs-text .num.score{line-height:2.2rem;font-size:2rem;-webkit-text-stroke:2px #111}.obs-player{display:flex;margin:.3rem 1.5rem;border-radius:50vh}.obs-final-players>:first-child{margin:0 25%}.obs-final-players{justify-content:center;display:flex;flex-wrap:wrap;margin:.5rem 0;width:100vw}.obs-final .obs-player{border-radius:18px;flex-direction:column;padding:.25rem 0;margin-bottom:.5rem;max-width:430px;min-width:420px}.obs-final .obs-player-info{display:flex}.obs-player .player-logs{display:flex;flex-wrap:wrap;padding:.3rem .3rem .5rem}.obs-player .player-logs img{outline:2px solid #fff5;outline-offset:-2px;border-radius:50%;background-color:#3f4247;width:2.2rem;height:2.2rem;margin-right:-.7rem;margin-bottom:-.7rem}.obs-player .obs-place{border-radius:1rem;font-size:2rem;font-weight:700;line-height:2rem;text-align:center;padding:.3rem .5rem;margin:.6rem .8rem 0 .6rem;width:3rem;background-color:#fff;color:#000}.obs-player .obs-place>small{font-size:1.3rem;font-weight:400;margin-top:.3rem;display:inline-block;line-height:1rem;vertical-align:top}.obs-text .score.pulse,.obs-text .countdown.pulse{animation:pulse2 2s infinite}@keyframes pulse2{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.scoring{max-width:700px;display:flex;flex-wrap:wrap;gap:.5rem}.scoring .item img{width:56px;height:56px}.scoring .item .score-val{margin-top:-1rem;text-align:center}.scoring .item .score-val.penalty{color:#f33}.event-standings{margin-top:.8rem}.competition.live .event-standings{animation:pulse 5s ease-in-out infinite}.event-standings>div:nth-child(2n){background-color:#0001;box-shadow:1rem 0 #0001,-1rem 0 #0001}.player-row{display:flex;padding:.4rem .2rem}.player-row .player-info{display:flex;padding-right:.8rem}@media (max-width: 560px){.player-row{flex-wrap:wrap;flex-direction:column;padding:.15rem 0 .8rem}.player-row .player-logs{padding:0 3rem}.player-row .player-score{flex:1;text-align:right}}.player-row .player-info .player-name,.player-row .player-info .event-name{min-width:11rem;color:#fff}.player-row .player-info .event-hours{opacity:.7;margin-top:-.3rem;font-size:.6rem;font-weight:400}.user-player-head{display:flex;align-items:center;margin-bottom:.5rem}.user-player-head h3{color:#fff;line-height:1rem;padding:0 .5rem}.player-place{display:inline-block;width:1.6rem;padding:0 .3rem;text-align:center;font-size:.8rem;background-color:#fff;border:1px solid #000;border-radius:4px;color:#000}.player-place>span{font-size:.6rem}.player-row .player-info a{margin:0 .3rem;color:#fff9e4}.player-row .player-info a:hover{color:gold}.player-avatar{width:2rem;height:2rem;border-radius:15%;margin-right:10px;border:2px solid #0005}.player-row.out{opacity:.1}.player-row.active .player-avatar{border:2px solid rgba(253,226,68,.692)}.player-row.admin .player-avatar{border:2px solid rgb(255,255,255)}.player-row.disqualified .player-avatar{border:2px solid rgb(255,0,0)}.player-row .player-score{font-size:1.3rem;font-weight:700;color:gold}.player-row .player-logs{display:flex;flex-wrap:wrap;padding-right:.6rem}.player-row .player-logs img{outline:2px solid #fff5;outline-offset:-2px;border-radius:50%;background-color:#3f4247;width:2.2rem;height:2.2rem;margin-right:-.7rem;margin-bottom:-.7rem}@keyframes pulse{0%{opacity:1}90%{opacity:1}95%{opacity:.6}to{opacity:1}}.competition{margin:1rem auto;min-width:360px;max-width:620px;background-color:#7289da22;border-radius:.4rem;padding:.4rem 1rem}.competition.row{max-width:500px}.competition.empty{color:#fff5}.competition a{color:#7289da;margin:.8rem .3rem}button.link{background-color:#7289da77;color:#fff;padding:.5rem 1rem;border-radius:.4rem;border:none;text-align:center;text-decoration:none;cursor:pointer}button.link:hover{background-color:#5b6eae;transition:background-color .3s ease}.competition h3{font-size:1.2rem;margin:.5rem 0;line-height:1.5rem}.competition-info{padding-left:.7rem;flex:1}.competition h3>small{font-size:1rem;margin:0 1rem;font-weight:400;opacity:.6}@media (max-width: 500px){.competition h3>small{display:none}}.competition .timing{margin-top:-.4rem;opacity:.8}.competition .timing.mobile{display:none}@media (max-width: 500px){.competition .timing.mobile{display:block}.competition .timing.wide{display:none}}.competition .status{background-color:#a2c6ff28;color:#ade0ff;padding:.3rem 1rem;border-radius:.4rem;margin:.5rem 0;text-align:center}.competition .status.active{background-color:#fff1a228;color:gold;animation:fadeInOut 3s linear 10 forwards}.competition .seed{margin-top:1.2rem;font-size:.9rem;text-align:center}form .options fieldset{border:none;margin:0;padding:0 0 .3rem}.register-button{background-color:#7289da77;color:#fff;padding:.5rem 1rem;border-radius:.4rem;border:none;text-align:center;text-decoration:none;cursor:pointer;transition:background-color .3s ease}.register-button:hover{background-color:#5b6eae}
