.camping .modal{display:flex;justify-content:center;align-items:center;position:fixed;top:0;right:0;bottom:0;left:0;height:100vh;width:100vw;overflow:hidden;background:rgba(0,0,0,.77);z-index:99}.camping .close{position:absolute;top:16px;right:15px;font-family:"Exo 2",sans-serif;font-size:24px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.camping .modal .inner{margin-top:100px;position:relative;height:80vh;overflow-y:scroll}@media screen and (max-width: 950px){.camping .modal .inner{margin-top:60px}}.camping .modal .inner .title{display:flex;gap:1rem;font-size:1.5rem;margin:2rem 0 1rem}.camping .modal .inner .character-list,.camping .modal .inner .selected-characters{width:100%;display:flex;flex-wrap:wrap;gap:.5rem}.camping .modal .inner .character-list>div,.camping .modal .inner .selected-characters>div{width:75px;height:75px;border-radius:100%;overflow:hidden;cursor:pointer}.camping .modal img{cursor:pointer}.camping .team{display:flex;gap:1rem;align-items:center;justify-content:space-between;padding:1rem;background:var(--tertiaryBG)}.camping .team:nth-child(odd){background:var(--quadBG)}.camping input{background:var(--tertiaryBG);outline:0;border:1px solid var(--tertiaryBG);padding:10px;color:var(--primaryText)}.camping input:active,.camping input:focus{border:1px solid var(--accentGold)}.camping .team img{width:60px;height:60px;border-radius:100%}.camping .members{display:flex;justify-content:flex-start;gap:.5rem;flex-wrap:wrap}.camping .from{display:flex;gap:.5rem}.camping .from .character{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100px;text-align:center}.camping .from .character p{line-height:1.125}#screenRecord{position:fixed;bottom:20px;right:20px;width:300px}.gear-checker{padding:1rem 0}.gear-checker .notices{margin-top:1rem}.gear-checker .checkboxes{display:flex;gap:2rem}@media screen and (max-width: 600px){.gear-checker .checkboxes{flex-wrap:wrap;gap:.5rem}}.gear-checker .checkbox{width:50%}@media screen and (max-width: 600px){.gear-checker .checkbox{width:100%}}.gear-checker .checkbox input[type=checkbox]{display:grid;place-content:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--tertiaryBG);margin:.25rem;height:2rem;width:2rem;cursor:pointer}.gear-checker .checkbox input[type=checkbox]:before{content:"";width:1.5rem;height:1.5rem;transform:scale(0);transition:.12s transform ease-in-out;background:var(--accentGold)}.gear-checker .checkbox input[type=checkbox]:checked:before{transform:scale(1)}.gear-checker .checkbox label{display:flex;gap:.25rem;align-items:center}.gear-checker .checkbox span{display:block;margin-top:.25rem;font-size:.75rem;color:var(--secondaryText)}.gear-checker select{background:var(--tertiaryBG);outline:0;border:1px solid var(--tertiaryBG);padding:10px;color:var(--primaryText);margin:.25rem}.gear-checker select:active,.gear-checker select:focus{border:1px solid var(--accentGold)}.gear-checker .matching-heroes{margin-top:1rem;border:1px solid var(--accentGoldBlend)}.gear-checker .matching-heroes .hero{padding:.5rem 1rem;display:flex;align-items:center;background:var(--secondaryBG)}@media screen and (max-width: 650px){.gear-checker .matching-heroes .hero{flex-direction:column;padding:2rem}}.gear-checker .matching-heroes .hero:nth-child(odd){background:var(--tertiaryBG)}.gear-checker .matching-heroes .hero .icon{position:relative;width:75px}.gear-checker .matching-heroes .hero .icon .tier{position:absolute;bottom:-5px;right:-5px;height:30px}.gear-checker .matching-heroes .hero .name{font-size:1.125rem;font-family:var(--headerFont);width:225px;padding:1rem;text-indent:.5rem;color:var(--primaryText)}@media screen and (max-width: 650px){.gear-checker .matching-heroes .hero .name{width:100%;text-align:center;text-indent:0;padding:.5rem;font-size:1.5rem}}.gear-checker .matching-heroes .hero .name .gear-sets{margin-top:.5rem;margin-right:0;margin-left:auto;display:flex;align-items:center;flex-wrap:wrap}@media screen and (max-width: 650px){.gear-checker .matching-heroes .hero .name .gear-sets{width:100%;justify-content:center}}.gear-checker .matching-heroes .hero .name .gear-sets img{width:35px;margin:0 5px}.gear-checker .matching-heroes .hero .stats{padding:1rem;color:var(--secondaryText)}.gear-checker .matching-heroes .hero .tiers{display:flex;flex-direction:column;gap:1rem;padding:1rem;color:var(--primaryText);font-family:var(--headerFont)}.gear-checker .matching-heroes .hero .tiers div{display:flex;align-items:center;gap:1rem}.daily-checklist{padding:1rem 0}.daily-checklist h3{font-size:1.5rem;margin:1rem 0 .5rem}.daily-checklist .notices{margin-top:1rem}.daily-checklist .checkbox{width:50%}@media screen and (max-width: 600px){.daily-checklist .checkbox{width:100%}}.daily-checklist .checkbox input[type=checkbox]{display:grid;place-content:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--tertiaryBG);margin:.25rem;height:2rem;width:2rem;cursor:pointer}.daily-checklist .checkbox input[type=checkbox]:before{content:"";width:1.5rem;height:1.5rem;transform:scale(0);transition:.12s transform ease-in-out;background:var(--accentGold)}.daily-checklist .checkbox input[type=checkbox]:checked:before{transform:scale(1)}.daily-checklist .checkbox label{display:flex;gap:.25rem;align-items:center}.daily-checklist .checkbox span{display:block;margin-top:.25rem;font-size:.75rem;color:var(--secondaryText)}.daily-checklist select{background:var(--tertiaryBG);outline:0;border:1px solid var(--tertiaryBG);padding:10px;color:var(--primaryText);margin:.25rem}.daily-checklist select:active,.daily-checklist select:focus{border:1px solid var(--accentGold)}.twitch-embed[data-v-359dd29c]{position:fixed;bottom:1rem;right:1rem}.close[data-v-359dd29c]{position:absolute;transform:translateY(-100%);top:0;right:0;background:transparent;border:0;outline:0;color:var(--textLighter);cursor:pointer;background:var(--bodyBG)}
