.app{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--foreground)}@media only screen and (max-width: 50rem){html,body,.root,.app{overflow-y:hidden}.app{justify-content:unset}.app>h1{display:none}}.global-nav{background:var(--background);width:100%;display:flex;position:absolute;top:0;justify-content:space-between;align-items:center;filter:drop-shadow(0 .1875rem .9375rem rgba(0,0,0,.1));backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0)}.global-nav .buttons{display:flex;flex-direction:row;padding:.75rem;gap:.25rem}.global-nav .button{height:2rem;width:2rem}@media only screen and (max-width: 50rem){.global-nav{position:sticky;filter:unset;backdrop-filter:unset;-webkit-backdrop-filter:unset;border-bottom:.0625rem solid var(--border)}.global-nav .buttons{padding:1rem}}.button{border:.0625rem solid var(--grey-dark);border-radius:.3rem;font-size:.9rem;text-decoration:none;display:flex;justify-content:center;align-items:center;padding:.5rem 1rem;font-family:Barlow,Roboto,Arial,Helvetica,sans-serif;font-weight:600;cursor:pointer;background-color:var(--grey-dark);color:var(--foreground-alt);border:none;margin:.125rem .25rem;transition:all .2s ease}.button svg:has(+ span){margin-right:.5rem}.button.primary,.button.primary-dark:hover{background-color:var(--primary);border-color:var(--primary)}.button.primary-dark,.button.primary:hover{background-color:var(--primary-dark);border-color:var(--primary-dark)}.button.blue,.button.blue-dark:hover{background-color:var(--blue);border-color:var(--blue)}.button.blue-dark,.button.blue:hover{background-color:var(--blue-dark);border-color:var(--blue-dark)}.button.green,.button.green-dark:hover{background-color:var(--green);border-color:var(--green)}.button.green-dark,.button.green:hover{background-color:var(--green-dark);border-color:var(--green-dark)}.button.orange,.button.orange-dark:hover{background-color:var(--orange);border-color:var(--orange)}.button.orange-dark,.button.orange:hover{background-color:var(--orange-dark);border-color:var(--orange-dark)}.button.purple,.button.purple-dark:hover{background-color:var(--purple);border-color:var(--purple)}.button.purple-dark,.button.purple:hover{background-color:var(--purple-dark);border-color:var(--purple-dark)}.button.yellow,.button.yellow-dark:hover{background-color:var(--yellow);border-color:var(--yellow)}.button.yellow-dark,.button.yellow:hover{background-color:var(--yellow-dark);border-color:var(--yellow-dark)}.button.failed{background-color:var(--failure);border-color:var(--failure);color:var(--notification-foreground)}.button.failed:hover{background-color:var(--failure-dark);border-color:var(--failure-dark)}.button.success{background-color:var(--success);border-color:var(--success);color:var(--notification-foreground)}.button.success:hover{background-color:var(--success-dark);border-color:var(--success-dark)}.button.warning{background-color:var(--warning);border-color:var(--warning);color:var(--notification-foreground)}.button.warning:hover{background-color:var(--warning-dark);border-color:var(--warning-dark)}.button:disabled{background-color:var(--grey-light);border-color:var(--grey-light);color:var(--grey-dark);cursor:default}.button:disabled:hover{background-color:var(--grey-light);border-color:var(--grey-light);color:var(--grey-dark);cursor:default}.app.dark .button:disabled{background-color:var(--grey-dark);border-color:var(--grey-dark);color:var(--grey-light)}.app.dark .button:disabled:hover{background-color:var(--grey-dark);border-color:var(--grey-dark);color:var(--grey-light)}.popover{border-radius:1rem;display:flex;flex-direction:column;align-items:center;justify-content:stretch;background:var(--background)}.popover h3{padding:1rem 0;margin:0;width:100%;background-color:var(--grey-light);color:var(--grey-dark);display:flex;flex-direction:row;align-items:center;justify-content:center}.popover h3.primary{background-color:var(--primary);color:var(--foreground-alt)}.popover h3.blue{background-color:var(--blue);color:var(--foreground-alt)}.popover h3.green{background-color:var(--green);color:var(--foreground-alt)}.popover h3.orange{background-color:var(--orange);color:var(--black)}.popover h3.yellow{background-color:var(--yellow);color:var(--black)}.popover .description{max-width:14.5rem;margin:.75rem;text-align:center}.notification{display:flex;align-items:center;justify-content:center;max-width:35rem}.notification div{height:3.5rem;width:100%;background:var(--background);color:var(--notification-foreground);border-radius:.5rem;display:grid;grid-template-columns:1fr 5fr;display:flex;flex-direction:row;align-items:center}.notification.failed>div{background:var(--failure)}.notification.success>div{background:var(--success)}.notification.warning>div{background:var(--warning)}.notification .icon{padding:1rem;padding-right:0}.notification .message{flex:1 1 auto;padding:1rem}.notification .close{cursor:pointer;height:3.5rem;width:3.5rem;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.notification.failed .close:hover{background:var(--failure-dark)}.notification.success .close:hover{background:var(--success-dark)}.notification.warning .close:hover{background:var(--warning-dark)}@media only screen and (max-width: 62.5rem){.notification{max-width:90vw}}.content-box{position:relative;width:75vw;height:75vh;max-height:40rem;max-width:70rem;display:flex;flex-direction:row;align-items:center;justify-content:center;background:var(--background);border-radius:1rem;filter:drop-shadow(0 .1875rem .9375rem rgba(0,0,0,.3));backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0)}@media only screen and (max-width: 50rem){.content-box{width:100%;height:100%;max-height:100%;border-radius:0;filter:unset;backdrop-filter:unset;-webkit-backdrop-filter:unset}.content-box:has(.menu){flex-direction:column}}.menu{height:100%;width:25vw;max-width:17.5rem;display:flex;flex-direction:column;flex:0 0 auto}.menu>.header{margin:0}@media only screen and (max-width: 87.5rem){.menu{width:35vw}}@media only screen and (max-width: 62.5rem){.menu{width:60vw}}@media only screen and (max-width: 50rem){.menu{height:initial;width:100%;max-width:100%;max-height:45vh}}.header-wrapper{width:100%;background-color:var(--background);position:sticky;top:0;z-index:100}.header{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;border-bottom:.0625rem solid var(--border)}.header.corner-left,.header-wrapper.corner-left{border-top-left-radius:1rem}.header.corner-right,.header-wrapper.corner-right{border-top-right-radius:1rem}.header.corner-left-05,.header-wrapper.corner-left-05{border-top-left-radius:.5rem}.header.corner-right-05,.header-wrapper.corner-right-05{border-top-right-radius:.5rem}.header.primary{background-color:var(--primary-trans);color:var(--primary-dark);border-bottom-color:var(--primary-trans-50)}.header.blue{background-color:var(--blue-trans);color:var(--blue-dark);border-bottom-color:var(--blue-trans-50)}.header.green{background-color:var(--green-trans);color:var(--green-dark);border-bottom-color:var(--green-trans-50)}.header.purple{background-color:var(--purple-trans);color:var(--purple-dark);border-bottom-color:var(--purple-trans-50)}.header.orange{background-color:var(--orange-trans);color:var(--orange-dark);border-bottom-color:var(--orange-trans-50)}.header>*{margin:1rem}.header.no-border{border:0}.header .left-actions,.header .right-actions{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.25rem}.header h3:not(:first-child){margin-left:0}.header h3{flex:1 1 auto}.header.center h3{text-align:center}.header .button{height:2rem;width:2rem;text-align:center}.header .button svg{margin-right:0}@media only screen and (max-width: 50rem){.header>*{margin:1rem}.header .left-actions,.header .right-actions{margin:1rem}.header.corner-left,.header-wrapper.corner-left{border-top-left-radius:0}.header.corner-right,.header-wrapper.corner-right{border-top-right-radius:0}}.admin-content{height:100%;border-left:.0625rem solid var(--border);flex:1 1 auto;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;overflow-y:overlay}.admin-content .login{display:flex;align-self:center;align-items:center;height:100%}.admin-content .list{height:100%;display:flex;flex-direction:column;align-items:center;flex:1 1 auto}@media only screen and (max-width: 50rem){.admin-content{border-left:none;border-top:.0625rem solid var(--border);margin-left:0;width:100%}.admin-content .list{gap:0;padding-bottom:0}}.menu-item{display:flex;flex-direction:row;align-items:center;border-bottom:.0625rem solid var(--border);padding:1rem .75rem 1rem 1rem;gap:1rem}.menu-item:hover button{background-color:var(--background)}.menu-item.primary{background-color:var(--primary-trans);color:var(--primary);border-bottom:none}.menu-item.primary:hover .menu-item.primary.active{background-color:var(--primary-trans-50)}.menu-item.primary:hover button,.menu-item.primary.active button{color:var(--primary-dark)}.menu-item.blue{background-color:var(--blue-trans);color:var(--blue);border-bottom:none}.menu-item.blue:hover,.menu-item.blue.active{background-color:var(--blue-trans-50)}.menu-item.blue:hover button,.menu-item.blue.active button{color:var(--blue-dark)}.menu-item.green{background-color:var(--green-trans);color:var(--green);border-bottom:none}.menu-item.green:hover,.menu-item.green.active{background-color:var(--green-trans-50)}.menu-item.green:hover button,.menu-item.green.active button{color:var(--green-dark)}.menu-item.purple{background-color:var(--purple-trans);color:var(--purple);border-bottom:none}.menu-item.purple:hover,.menu-item.purple.active{background-color:var(--purple-trans-50)}.menu-item.purple:hover button,.menu-item.purple.active button{color:var(--purple-dark)}.menu-item.orange{background-color:var(--orange-trans);color:var(--orange);border-bottom:none}.menu-item.orange:hover,.menu-item.orange.active{background-color:var(--orange-trans-50)}.menu-item.orange:hover button,.menu-item.orange.active button{color:var(--orange-dark)}.menu-item .button{height:2rem;width:2rem;text-align:center}.menu-item .button svg{margin-right:0}@media only screen and (max-width: 50rem){.menu-item{padding-right:1.3rem}}.action{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-bottom:.0625rem solid var(--border);padding:1rem;gap:2rem}.action.primary{border-color:var(--primary-trans)}.action.blue{border-color:var(--blue-trans)}.action.green{border-color:var(--green-trans)}.action.purple{border-color:var(--purple-trans)}.action.orange{border-color:var(--orange-trans)}.action:last-child{border-bottom:none}.action.column{flex-direction:column;align-items:stretch;gap:1rem}.action.column .input-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center}.action input{flex:.5 1 auto}.action.column .input-wrapper input{width:75%}.action .text{display:flex;flex-direction:column;justify-content:stretch;flex:1 1 auto}.action.column .text{flex-direction:row;align-items:center;justify-content:space-between}.action .title{flex:1 1 auto}.action .description{font-size:.9rem}.action .button{min-height:2rem;min-width:2rem;text-align:center}.action .button:not(:has(> span)){width:2rem;height:2rem}@media only screen and (max-width: 50rem){.action{padding-right:1.3rem}}.modal.MuiModal-root{min-width:30vw;max-width:50vw;min-height:20vh;max-height:75vh;background-color:var(--background);border:.0625rem solid var(--border);border-radius:.5rem;overflow-y:overlay;top:unset;left:unset;right:unset;bottom:unset}.modal.MuiModal-root .modal-content{background-color:var(--grey-darkest);height:100%}.modal.MuiModal-root>:not(.MuiBackdrop-root.MuiModal-backdrop){z-index:1000}.modal.confirm-modal{min-height:22.5vh}.modal.confirm-modal .modal-message-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}.modal.confirm-modal .modal-message{margin:1rem 0;display:flex;flex-direction:column;align-items:center;gap:.5rem}.modal.confirm-modal .modal-buttons{margin-top:.25rem;margin-bottom:1rem;display:flex;flex-direction:row;gap:1rem}.modal.create-modal .action.column .text{align-items:stretch;flex-direction:column}.modal.modal.create-modal .create-input{padding-bottom:1.5rem}@media only screen and (max-width: 87.5rem){.modal.MuiModal-root{min-width:50vw}}@media only screen and (max-width: 62.5rem){.modal.MuiModal-root{min-width:60vw}}@media only screen and (max-width: 50rem){.modal.MuiModal-root{min-width:90vw;max-height:75vh}}.section-title{padding:1rem;margin:0;border-bottom:.0625rem solid var(--border)}.section-title.primary{background-color:var(--primary-trans-50);color:var(--primary-dark);border-bottom-color:var(--primary-trans)}.section-title.blue{background-color:var(--blue-trans-50);color:var(--blue-dark);border-bottom-color:var(--blue-trans)}.section-title.green{background-color:var(--green-trans-50);color:var(--green-dark);border-bottom-color:var(--green-trans)}.section-title.purple{background-color:var(--purple-trans-50);color:var(--purple-dark);border-bottom-color:var(--purple-trans)}.section-title.orange{background-color:var(--orange-trans-50);color:var(--orange-dark);border-bottom-color:var(--orange-trans)}.section-title:has(.section-title-with-action){padding-top:.5625rem;padding-bottom:.5625rem}.section-title-with-action{display:flex;flex-direction:row;align-items:center}.section-title-with-action span{flex:1 1 auto}.section-title-with-action .button{width:2rem;height:2rem}@media only screen and (max-width: 50rem){.section-title{padding:1.5rem}.section-title:nth-child(2){margin-top:0}.section-title:has(.section-title-with-action){padding-top:1.0625rem;padding-bottom:1.0625rem}}.table{width:100%;max-width:95%;display:flex;flex-direction:column;border:.0625rem solid var(--border);border-radius:.5rem;overflow-y:overlay;flex:1 0 auto;margin:1rem}.table.primary{border-color:var(--primary-trans)}.table.blue{border-color:var(--blue-trans)}.table.green{border-color:var(--green-trans)}.table.purple{border-color:var(--purple-trans)}.table.orange{border-color:var(--orange-trans)}.table .table-header-wrapper{background-color:var(--background);position:sticky;top:0}.table .table-header{font-weight:500;background-color:var(--grey-dark);border-color:var(--border);color:var(--grey-light);border-top-left-radius:.5rem;border-top-right-radius:.5rem}.table.primary .table-header{background-color:var(--primary-trans-50);color:var(--primary-dark);border-color:var(--primary-trans)}.table.blue .table-header{background-color:var(--blue-trans-50);color:var(--blue-dark);border-color:var(--blue-trans)}.table.green .table-header{background-color:var(--green-trans-50);color:var(--green-dark);border-color:var(--green-trans)}.table.purple .table-header{background-color:var(--purple-trans-50);color:var(--purple-dark);border-color:var(--purple-trans)}.table.orange .table-header{background-color:var(--orange-trans-50);color:var(--orange-dark);border-color:var(--orange-trans)}.table .table-row{width:100%;border-bottom:.0625rem solid var(--border);display:flex;flex-direction:table-row;justify-content:stretch;align-items:stretch}.table .table-row:last-child{border-bottom:none}.table .table-row.clickable:not(.table-header):hover .table-cell{cursor:pointer}.table.primary:not(.no-hover) .table-row:not(.table-header):hover .table-cell{background-color:var(--primary-trans);color:var(--primary)}.table.blue:not(.no-hover) .table-row:not(.table-header):hover .table-cell{background-color:var(--blue-trans);color:var(--blue)}.table.green:not(.no-hover) .table-row:not(.table-header):hover .table-cell{background-color:var(--green-trans);color:var(--green)}.table.purple:not(.no-hover) .table-row:not(.table-header):hover .table-cell{background-color:var(--purple-trans);color:var(--purple)}.table.orange:not(.no-hover) .table-row:not(.table-header):hover .table-cell{background-color:var(--orange-trans);color:var(--orange)}.table .table-cell{height:2.3125rem;width:15%;display:flex;align-items:center;justify-content:center;padding:.5rem}.table .table-row.primary .table-cell{background-color:var(--primary-trans);color:var(--primary)}.table .table-row.blue .table-cell{background-color:var(--blue-trans);color:var(--blue)}.table .table-row.green .table-cell{background-color:var(--green-trans);color:var(--green)}.table .table-row.purple .table-cell{background-color:var(--purple-trans);color:var(--purple)}.table .table-row.orange .table-cell{background-color:var(--orange-trans);color:var(--orange)}.table .table-cell.table-cell-sm{width:5%}.table .table-cell.table-cell-md{width:25%}.table .table-cell.table-cell-lg{width:35%}.table .table-cell:first-child{flex:1 1 auto;padding-left:1rem;justify-content:flex-start;font-weight:500}.table .table-cell:last-child{align-self:flex-end}.table .buttons{width:100%;display:flex;flex-direction:table-row;justify-content:flex-end;gap:.25rem}.table .button{height:2rem;width:2rem}.table .button:not(:first-child){margin-left:0}@media only screen and (max-width: 87.5rem){.table .table-cell:not(:first-child):not(:last-child):not(.show-mobile),.table .table-cell.no-mobile{display:none}}@media only screen and (max-width: 50rem){.table{max-width:100%;border-radius:0;margin:1rem 0;border:0}.table .table-header{border-top-left-radius:0;border-top-right-radius:0}.table .table-cell{height:1.3125rem;padding:1.5rem}.table .button:not(:first-child){margin-left:0}}.database-binding{display:flex;flex-direction:column;align-items:center}.migration-icon{width:1rem}.admin-content .home{display:flex;align-self:center;align-items:center;height:100%}.num-words .input{display:flex;flex-direction:row;align-items:center;gap:.5rem}.num-words .input input{height:2rem;width:3.5rem;font-size:1rem;font-weight:300;text-align:center}.wordlists{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin:1rem 0}.wordlists .text{margin-bottom:.5rem}.wordlists .wordlist{height:100%;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer}.wordlists .wordlist.disabled{cursor:initial}.wordlists .wordlist.disabled .title{border-bottom-color:var(--disabled)}.wordlists .wordlist.selected .title{border-bottom-color:var(--blue)}.wordlists .wordlist.disabled{color:var(--disabled)}.wordlists .wordlist.selected{color:var(--blue)}.wordlists .wordlist .title{width:100%;display:flex;flex-direction:row;align-items:center;gap:.5rem;padding:1rem 0;border-bottom:.0625rem solid var(--border)}.wordlists .wordlist .title .icon{padding-left:1rem}.wordlists .wordlist .title .name{flex:1 1 auto;text-align:center}.wordlists .wordlist .additional{display:flex;flex-direction:column;padding:.5rem 1rem;gap:.5rem;flex:1 1 auto}.wordlists .wordlist .description{text-align:center;padding-top:.5rem;flex:1 1 auto}.wordlists .wordlist .words{font-size:.9rem;align-self:center}@media only screen and (max-width: 87.5rem){.wordlists .MuiCard-root{width:40%}}@media only screen and (max-width: 62.5rem){.wordlists .MuiCard-root{width:100%}}@media only screen and (max-width: 50rem){.wordlists,.wordlists .wordlist .title{justify-content:center}.wordlists .wordlist .words{padding-bottom:0}}.toggle.primary.checked .MuiSwitch-thumb{background-color:var(--primary)}.toggle.primary.checked .MuiSwitch-track{background-color:var(--primary-dark)}.toggle.primary.disabled .MuiSwitch-thumb,.toggle.primary.disabled .MuiSwitch-track{background-color:var(--disabled)}.toggle.blue.checked .MuiSwitch-thumb{background-color:var(--blue)}.toggle.blue.checked .MuiSwitch-track{background-color:var(--blue-dark)}.toggle.blue.disabled .MuiSwitch-thumb,.toggle.blue.disabled .MuiSwitch-track{background-color:var(--disabled)}.toggle.green.checked .MuiSwitch-thumb{background-color:var(--green)}.toggle.green.checked .MuiSwitch-track{background-color:var(--green-dark)}.toggle.green.disabled .MuiSwitch-thumb,.toggle.green.disabled .MuiSwitch-track{background-color:var(--disabled)}.toggle.purple.checked .MuiSwitch-thumb{background-color:var(--purple)}.toggle.purple.checked .MuiSwitch-track{background-color:var(--purple-dark)}.toggle.purple.disabled .MuiSwitch-thumb,.toggle.purple.disabled .MuiSwitch-track{background-color:var(--disabled)}.toggle.orange.checked .MuiSwitch-thumb{background-color:var(--orange)}.toggle.orange.checked .MuiSwitch-track{background-color:var(--orange-dark)}.toggle.orange.disabled .MuiSwitch-thumb,.toggle.orange.disabled .MuiSwitch-track{background-color:var(--disabled)}.player-list-table{max-height:25rem}.player-info-buttons{display:flex;flex-direction:row;gap:.25rem}.player-info-words{display:flex;flex-direction:column;gap:.25rem;align-items:flex-end}.wordlist-available{width:100%}.wordlist-available-list{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;padding:2rem}.pill{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.25rem;background-color:var(--grey-dark);color:var(--grey-light);border-radius:.3rem;border:.0625rem solid var(--border)}.pill.primary{background-color:var(--primary-trans);color:var(--primary);border-color:var(--primary-trans)}.pill.blue{background-color:var(--blue-trans);color:var(--blue);border-color:var(--blue-trans)}.pill.green{background-color:var(--green-trans);color:var(--green);border-color:var(--green-trans)}.pill.purple{background-color:var(--purple-trans);color:var(--purple);border-color:var(--purple-trans)}.pill.orange{background-color:var(--orange-trans);color:var(--orange);border-color:var(--orange-trans)}.pill.active{border-color:var(--grey-light)}.pill.active.primary{border-color:var(--primary)}.pill.active.blue{border-color:var(--blue)}.pill.active.green{border-color:var(--green)}.pill.active.purple{border-color:var(--purple)}.pill.active.orange{border-color:var(--orange)}.pill>span{padding:.625rem}.pill.clickable:hover,.pill .delete:hover{background-color:var(--grey-darker);border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pill.primary.clickable:hover,.pill.primary .delete:hover{background-color:var(--primary-trans-50)}.pill.blue.clickable:hover,.pill.blue .delete:hover{background-color:var(--blue-trans-50)}.pill.green.clickable:hover,.pill.green .delete:hover{background-color:var(--green-trans-50)}.pill.purple.clickable:hover,.pill.purple .delete:hover{background-color:var(--purple-trans-50)}.pill.orange.clickable:hover,.pill.orange .delete:hover{background-color:var(--orange-trans-50)}.wordlist-description{display:flex;flex-direction:row}.wordlist-description span{flex:1 1 auto}.wordlist-words{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem;padding:1.5rem}.icon-pill{white-space:nowrap}.icons{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-evenly;gap:.75rem;padding:1rem}.icons .pill{height:2.25rem;width:2.25rem}.error-boundary{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%}.error-boundary h1{margin-top:0}.error-boundary .details{font-size:smaller;margin:1.5rem 0;background-color:var(--grey-light);color:var(--foreground);border-radius:.3rem;display:flex;flex-direction:column;min-width:35%;max-width:50%}.error-boundary .details label{padding:.5rem;padding-bottom:0;color:var(--grey-dark)}.error-boundary .details span{padding:1rem 2rem;margin-top:.5rem;border-top:1px solid var(--grey-dark);font-size:.95rem;text-align:center}.app.dark .error-boundary .details{background-color:var(--grey-dark);color:var(--white)}.app.dark .error-boundary .details span{border-color:var(--grey-light)}.app.dark .error-boundary .details label{color:var(--foreground)}@media only screen and (max-width: 82.5rem){.error-boundary .details{min-width:45%;max-width:65%}}@media only screen and (max-width: 50rem){.error-boundary .details{width:65%;max-width:85%}}.instructions{flex:1 1 100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.instructions .title{font-family:Special Elite,Roboto,Arial,Helvetica,sans-serif;font-size:2rem;margin:0;margin-top:1rem;margin-bottom:.5rem;color:var(--primary)}.instructions .step{display:grid;grid-template-columns:1fr 7fr;align-items:center;justify-content:center;margin-bottom:1rem;width:75%;gap:1rem}.introduction .step:last-child{margin-bottom:0}.instructions .step h3{font-family:Special Elite,Roboto,Arial,Helvetica,sans-serif;margin-top:0;margin-bottom:.5rem}.instructions .step .icon{display:flex;align-items:center;justify-content:center;text-align:center}@media only screen and (max-width: 87.5rem){.instructions .title{margin-top:1.5rem}}@media only screen and (max-width: 50rem){.instructions .title{margin-top:1.5rem}.instructions .step{width:90%}}.mission .target{font-family:Special Elite,Roboto,Arial,Helvetica,sans-serif;font-size:1.5rem;font-weight:500;padding:.5rem;padding-bottom:0}.mission-modal .confirm{padding:0 2rem;text-align:center}.mission-modal .words{margin-bottom:1rem}.mission-modal .button-wrapper{display:flex;align-items:center;justify-content:center;margin:2rem 0}.words{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1rem}.words .MuiCard-root{width:25%}.mission-modal .words .MuiCard-root{width:40%}.words .word{font-family:Special Elite,Roboto,Arial,Helvetica,sans-serif;font-size:1.5rem;font-weight:500;flex:1 1 auto;text-align:center}@media only screen and (max-width: 87.5rem){.words .MuiCard-root{width:40%}}@media only screen and (max-width: 62.5rem){.words .MuiCard-root{width:100%}}@media only screen and (max-width: 50rem){.words{justify-content:center}}.player-actions{display:flex;flex-direction:column;align-items:stretch;justify-content:center}.player-actions .eliminated{background-color:var(--primary-trans);color:var(--primary);display:flex;flex-direction:column;align-items:center;border-bottom:.0625rem solid var(--primary-dark);padding:1.5rem;text-align:center;justify-content:center;gap:.5rem}.player-actions .eliminated .title{font-size:1.1rem;font-weight:500}.player-actions .eliminated .description{font-size:.85rem}.player-list{flex:1 1 auto;display:flex;flex-direction:column;align-items:stretch;margin:0;overflow-y:overlay}.player-list .header{background-color:var(--background)}.player-list .header h3{margin-left:1rem}.player-list .header>*{margin:.75rem}.player-list .player{display:flex;flex-direction:row;align-items:center;padding:1rem 1.5rem}.player-list .player span{flex:1 1 auto}.player-list .player svg{flex:0 0 15%}.player-list .player.primary{background-color:var(--primary-trans);color:var(--primary)}.player-list .player.blue{background-color:var(--blue-trans);color:var(--blue-dark)}.player-list .player.green{background-color:var(--green-trans);color:var(--green-dark)}.player-list .player.purple{background-color:var(--purple-trans);color:var(--purple-dark)}.player-list .player.orange{background-color:var(--orange-trans);color:var(--orange-dark)}@media only screen and (max-width: 50rem){.player-list .header .right-actions{margin:1rem}.player-list .header .right-actions .button{margin-left:.5rem;margin-right:.5rem}.player-list .player{padding:1rem 2.125rem}}.room-content{height:100%;border-left:.0625rem solid var(--border);flex:1 1 auto;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;overflow-y:overlay}@media only screen and (max-width: 50rem){.room-content{border-left:none;border-top:.0625rem solid var(--border);margin-left:0;width:100%}}.status-marker{display:flex;align-items:center;justify-content:center;border:.0625rem solid var(--background);background-color:var(--background);color:var(--grey-dark);height:2rem;width:2rem;border-radius:.5rem}.status-marker svg{margin:0}.status-marker.primary{border-color:var(--primary);color:var(--primary)}.status-marker.orange{border-color:var(--orange);color:var(--orange)}.status-marker.blue{border-color:var(--blue);color:var(--blue)}.status-marker.green{border-color:var(--green);color:var(--green)}.status-marker.purple{border-color:var(--purple);color:var(--purple)}.welcome{display:flex;flex-direction:column;align-items:center;justify-content:center}.welcome label h2{font-family:Special Elite,Roboto,Arial,Helvetica,sans-serif;text-align:center}.welcome form{display:flex;flex-direction:row;align-items:center;justify-content:center}.welcome form input[type=text]{height:3rem;width:20rem;max-width:60vw;font-size:x-large;text-align:center}.welcome form .button{margin-left:1rem;height:3.2rem;width:3.2rem;border-width:.125rem}.title:has(+ .welcome){font-family:Special Elite,Roboto,Arial,Helvetica,sans-serif;font-size:3.25rem;position:absolute;top:1rem;color:var(--primary)}@media only screen and (max-width: 50rem){.welcome form input[type=text]{height:3.2rem}.title:has(+ .welcome){font-size:2.25rem}}@font-face{font-family:Special Elite;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/special-elite-latin-400-normal-770493d8.woff2) format("woff2"),url(/assets/special-elite-latin-400-normal-f9f541bc.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:200;src:url(/assets/barlow-vietnamese-200-normal-a9d6b575.woff2) format("woff2"),url(/assets/barlow-vietnamese-200-normal-82d4a3e1.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:200;src:url(/assets/barlow-latin-ext-200-normal-a8aab160.woff2) format("woff2"),url(/assets/barlow-latin-ext-200-normal-074a1889.woff) format("woff");unicode-range:U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:200;src:url(/assets/barlow-latin-200-normal-815f0268.woff2) format("woff2"),url(/assets/barlow-latin-200-normal-b8b3a4ab.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/barlow-vietnamese-400-normal-640b08f2.woff2) format("woff2"),url(/assets/barlow-vietnamese-400-normal-b9da37c5.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/barlow-latin-ext-400-normal-e117aea2.woff2) format("woff2"),url(/assets/barlow-latin-ext-400-normal-5d27331d.woff) format("woff");unicode-range:U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/barlow-latin-400-normal-7c9c80a6.woff2) format("woff2"),url(/assets/barlow-latin-400-normal-358d08ac.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/barlow-vietnamese-500-normal-0dacb9e9.woff2) format("woff2"),url(/assets/barlow-vietnamese-500-normal-6f155c51.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/barlow-latin-ext-500-normal-c2112123.woff2) format("woff2"),url(/assets/barlow-latin-ext-500-normal-0755c62e.woff) format("woff");unicode-range:U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/barlow-latin-500-normal-7c0597b1.woff2) format("woff2"),url(/assets/barlow-latin-500-normal-4f29c4a8.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/barlow-vietnamese-600-normal-38d039c4.woff2) format("woff2"),url(/assets/barlow-vietnamese-600-normal-8fbe1fab.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/barlow-latin-ext-600-normal-f39ee913.woff2) format("woff2"),url(/assets/barlow-latin-ext-600-normal-5912e1b4.woff) format("woff");unicode-range:U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/barlow-latin-600-normal-2b14e839.woff2) format("woff2"),url(/assets/barlow-latin-600-normal-2bed1538.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/barlow-vietnamese-700-normal-9a81498f.woff2) format("woff2"),url(/assets/barlow-vietnamese-700-normal-28239abd.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/barlow-latin-ext-700-normal-68548b45.woff2) format("woff2"),url(/assets/barlow-latin-ext-700-normal-def29469.woff) format("woff");unicode-range:U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/barlow-latin-700-normal-65a47caa.woff2) format("woff2"),url(/assets/barlow-latin-700-normal-07dbe273.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/barlow-vietnamese-800-normal-fe303c55.woff2) format("woff2"),url(/assets/barlow-vietnamese-800-normal-14e8720a.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/barlow-latin-ext-800-normal-6b79fa25.woff2) format("woff2"),url(/assets/barlow-latin-ext-800-normal-e2141a45.woff) format("woff");unicode-range:U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/barlow-latin-800-normal-1f132510.woff2) format("woff2"),url(/assets/barlow-latin-800-normal-84d2c587.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.app{--primary: #8a2131;--primary-trans: #f2667235;--primary-trans-50: #8a213145;--primary-light: #f3ced5;--primary-dark: #631823;--grey-light: #ede9e9;--grey-dark: #5a4949;--grey-darker: #382e2e;--grey-darkest: #221c1c;--green: #52aa5e;--green-trans: #52aa5e35;--green-trans-50: #52aa5e50;--green-light: #badebe;--green-dark: #356e3d;--blue: #17acdd;--blue-trans: #17acdd35;--blue-trans-50: #17acdd50;--blue-light: #b5e7f8;--blue-dark: #107b9f;--purple: #ba4bd6;--purple-trans: #ba4bd635;--purple-trans-50: #ba4bd650;--purple-light: #e6bcf0;--purple-dark: #9b2ab7;--orange: #ff9f1c;--orange-trans: #ff9f1c35;--orange-trans-50: #ff9f1c50;--orange-light: #ffddad;--orange-dark: #cc7700;--yellow: #fdca40;--yellow-trans: #fdca4035;--yellow-trans-50: #fdca4050;--yellow-light: #ffe9ae;--yellow-dark: #b78601;--white: #fff;--black: #000;--background: var(--white);--foreground: var(--grey-darker);--foreground-alt: var(--white);--border: var(--grey-light);--disabled: var(--grey-light);--success: #32853c;--success-dark: #27682f;--failure: #cc0033;--failure-dark: #a30029;--warning: #c77400;--warning-dark: #a35f00;--notification-foreground: var(--white)}@media (prefers-color-scheme: dark){.app.dark{--primary: #ff8597;--primary-trans: #8a213135;--primary-trans-50: #8a213150;--primary-dark: #ff4763;--grey-light: #dad2d2;--grey-dark: #5a4949;--grey-darker: #2e2626;--grey-darkest: #161212;--green: #89d291;--green-trans: #52aa5e25;--green-trans-50: #52aa5e40;--green-dark: #5cc168;--blue: #68d0f3;--blue-trans: #17acdd25;--blue-trans-50: #2fbeee40;--blue-dark: #2fbeee;--purple: #d99be8;--purple-trans: #ba4bd625;--purple-trans-50: #ba4bd640;--purple-dark: #c669dd;--orange: #ffc370;--orange-trans: #ff9f1c25;--orange-trans-50: #ff9f1c40;--orange-dark: #ffaa33;--yellow: #fede86;--yellow-trans: #fdca4025;--yellow-trans-50: #fdca4040;--yellow-dark: #fdcd49;--background: var(--grey-darker);--foreground: var(--grey-light);--foreground-alt: var(--grey-darker);--border: var(--grey-dark);--disabled: var(--grey-dark)}}.align-bottom{position:absolute;bottom:0}.align-top{position:absolute;top:0}.align-left{position:absolute;left:0}.align-right{position:absolute;right:0}body{background-image:url(/background/primary.svg);background-repeat:no-repeat;background-position:center center}body:not(:has(.app.dark)){background-image:url(/background/primary.svg)}body:has(.app.blue){background-image:url(/background/blue.svg)}body:has(.app.blue):not(:has(.app.dark)){background-image:url(/background/blue-light.svg)}body:has(.app.green){background-image:url(/background/green.svg)}body:has(.app.green):not(:has(.app.dark)){background-image:url(/background/green-light.svg)}body:has(.app.purple){background-image:url(/background/purple.svg)}body:has(.app.purple):not(:has(.app.dark)){background-image:url(/background/purple-light.svg)}body:has(.app.admin){background-image:url(/background/admin.svg)!important}body:has(.app.admin):not(:has(.app.dark)){background-image:url(/background/admin-light.svg)!important}input[type=text],input[type=number]{height:2.5rem;outline:.1rem solid var(--border);background:var(--background);color:var(--foreground);border:none;border-radius:.3rem;font-family:Barlow,Roboto,Arial,Helvetica,sans-serif;font-size:large;text-align:center}input[type=text]::placeholder,input[type=number]::placeholder,textarea::placeholder{font-weight:200}input[type=text]:focus,input[type=number]:focus,textarea:focus{outline-color:var(--grey-light);border:none;outline-width:.2rem}input[type=text].primary:focus,input[type=number].primary:focus,textarea.primary:focus{outline-color:var(--primary)}input[type=text].blue:focus,input[type=number].blue:focus,textarea.blue:focus{outline-color:var(--blue)}input[type=text].green:focus,input[type=number].green:focus,textarea.green:focus{outline-color:var(--green)}input[type=text].purple:focus,input[type=number].purple:focus,textarea.purple:focus{outline-color:var(--purple)}input[type=text].orange:focus,input[type=number].orange:focus,textarea.orange:focus{outline-color:var(--orange)}textarea{height:3rem;background-color:var(--background);color:var(--foreground);font-family:Barlow,Roboto,Arial,Helvetica,sans-serif;font-size:medium;outline:.1rem solid var(--grey-dark);border:none;border-radius:.3rem;padding:.5rem}.app.dark input[type=text],.app.dark input[type=number],.app.dark textarea{color:var(--white)}*{transition:all .3s ease}.no-animate{transition:none!important}html,.root{height:100%}.clickable{cursor:pointer}@media (prefers-color-scheme: dark){*{transition:all .2s ease}}.m-025{margin:.25rem}.m-05{margin:.5rem}.m-1{margin:1rem}.m-2{margin:2rem}.ml-025{margin-left:.25rem}.ml-05{margin-left:.5rem}.ml-1{margin-left:1rem}.ml-2{margin-left:2rem}.mr-025{margin-right:.25rem}.mr-05{margin-right:.5rem}.mr-1{margin-right:1rem}.mr-2{margin-right:2rem}.mt-025{margin-top:.25rem}.mt-05{margin-top:.5rem}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mb-025{margin-bottom:.25rem}.mb-05{margin-bottom:.5rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}body{height:100%;margin:0;font-family:Barlow,Roboto,Arial,Helvetica,sans-serif;font-size:1rem}.fw-200{font-weight:200}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}h1{font-family:Special Elite,Roboto,Arial,Helvetica,sans-serif;font-weight:700}h2{font-family:Barlow,Roboto,Arial,Helvetica,sans-serif;font-weight:700}h3{font-family:Barlow,Roboto,Arial,Helvetica,sans-serif;font-weight:600}a{color:var(--primary);background-color:var(--primary-trans);text-decoration:none;padding:.4rem .5rem .5rem;border-radius:.3rem;transition:all .15s ease}a:hover{background-color:var(--primary-trans-50);color:var(--foreground)}.url-list{display:flex;flex-direction:column;padding:1rem;border-radius:.5rem}a.url-entry:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}a.url-entry{display:grid;grid-template-columns:2.5% 3fr auto;gap:1rem;padding:1.25rem;border-radius:0}.url-entry .icon{text-align:center}.url-entry .url{word-wrap:break-word;word-break:break-all}.deployment-time{display:flex;flex-direction:column;align-items:flex-end}
