.loading-indicator{background-color:var(--loading-background);color:var(--loading-foreground);text-align:center;-webkit-user-select:none;user-select:none}.push-notif.ant-notification-notice{padding:12px}.push-notif .ant-notification-notice-icon{transform:translateY(8px)}.push-notif .ant-notification-notice-close{top:10px;right:16px;transform:scale(1.5)}.push-notif .ant-notification-notice-message{font-weight:700}.push-notif.ant-notification-notice-info .ant-notification-notice-icon{color:#108ee9}.push-notif.ant-notification-notice-success .ant-notification-notice-icon{color:#52c41a}.challenge-icon-untouched{opacity:.3}.status-icon-dark.challenge-icon-partial,.status-icon-dark.flag-icon-partial{color:#80bfff}.status-icon-dark.challenge-icon-passed,.status-icon-dark.flag-icon-passed{color:#a8ff80}.status-icon-dark.flag-icon-untouched{opacity:.3}.status-icon-deducted:before{content:"*";position:absolute;margin-left:.65rem;margin-top:.5rem;font-weight:700;color:var(--darkred);text-shadow:0 0 2px #faa}html.theme-dark .status-icon-deducted:before{text-shadow:0 0 2px #a00}.category-badge{float:right}.category-badge .ant-tag{vertical-align:text-bottom;border-radius:1em}.challenge-key{font-size:.8em;font-weight:700;font-style:italic;text-decoration:underline}html.theme-dark .challenge-key{filter:brightness(3) contrast(.6)}.user-badges,.user-group-tag{font-weight:400}.user-badges>span{margin-left:.3em}.name-base-part{font-weight:700}.name-tag-part{color:var(--darkred);font-weight:700}.looking-glass-link{color:var(--body-foreground)!important;font-weight:700!important}.board-reloader{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:12px 0;padding-left:15px}.board-challenge-status-icon{display:inline-block;font-size:1.5em;width:1.1em;margin:-4px 0;pointer-events:none}.board-challenge-status-marginleft{margin-left:.55em}.board-challenge-status-tooltip{pointer-events:none;max-width:320px!important}.board-challenge-status-tooltip .ant-tooltip-inner{padding:4px 6px}.board-challenge-status-tooltip p{font-size:.8em;margin:2px 0;line-height:1em}.board-col-bold{font-weight:700}.scoreboard .ant-table-row{height:3.2em}.scoreboard-challenges-placeholder{height:1.5em;background-color:#eee}html.theme-dark .scoreboard-challenges-placeholder{background-color:#333}.writeup-container .ant-card{background-color:#fcfcfc!important;border:1px solid var(--card-border)}html.theme-dark .writeup-container .ant-card{background-color:#141414!important}.writeup-container .ant-card .ant-card-head{background-color:#f0f0f0!important}html.theme-dark .writeup-container .ant-card .ant-card-head{background-color:#333!important}.writeup-container .ant-card .ant-card-body{padding:24px!important}.writeup-container .ant-card .ant-card-head-title{font-weight:700!important}.writeup-container .ant-form .ant-form-item-with-help{padding-bottom:24px!important}.template h1,.template h2{margin-top:1.5rem;margin-bottom:.75rem}.template h2{font-weight:700}.template section h1,.template section h2{position:sticky;top:58px;z-index:2;padding-bottom:.25rem;margin-bottom:0;background-color:var(--body-background)}.template section h1+*,.template section h2+*{margin-top:.5rem}.template p{margin-top:.75em;margin-bottom:.75em}.template blockquote{padding:.125em 1em;margin:.5em 0;border-left:4px solid var(--card-border);color:#000000bf}html.theme-dark .template blockquote{color:#ffffffbf}.template .well{padding:.25em 1em;margin:1em 0;border:2px solid var(--card-border);border-radius:6px}.template del{opacity:.6}.template:not(.template-announcement) strong{color:var(--darkred)}.announcement .ant-card{background-color:#fcfcfc!important;border:1px solid var(--card-border)}html.theme-dark .announcement .ant-card{background-color:#141414!important}.announcement .ant-card .ant-card-head{background-color:#f0f0f0!important}html.theme-dark .announcement .ant-card .ant-card-head{background-color:#333!important}.announcement .ant-card{margin-bottom:1.5rem}.announcement .ant-card .ant-card-body{padding:4px 12px!important}.announcement-hide .ant-card-body{max-height:7rem;overflow-y:auto}.app-transition-enter{transform:translateY(-5px);will-change:transform}.app-transition-enter-active{transform:translateY(0);transition:opacity .1s ease-out,transform .1s ease-out}.app-transition-exit{opacity:1;transform:translateY(0) scaleX(1);will-change:opacity,transform}.app-transition-exit-active{opacity:0;transform:translateY(10px) scaleX(.98);transition:opacity .1s ease-out,transform .1s ease-out}.token-widget{border:1px solid var(--card-border);border-radius:6px;padding:6px;background-color:#f0f0f0}html.theme-dark .token-widget{background-color:#333}.token-widget>span{margin-left:8px;font-size:.8em;vertical-align:.1em}.banned-splash{z-index:1001;background-color:#600c;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;position:fixed;top:0;left:0;bottom:0;right:0;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:1.2em;animation:banned-splash-fadein 1.5s ease-out;cursor:not-allowed}@keyframes banned-splash-fadein{0%{transform:scale(1.4);filter:opacity(.1)}to{transform:scale(1);filter:unset}}.banned-splash>*{margin:1rem .5rem}.banned-splash .game-logo{height:5em;transform:unset}.flag-correct-splash{z-index:1001;position:fixed;top:0;left:0;width:100%;height:100%;font-size:4em;text-align:center;align-content:center;pointer-events:none;animation:flag-correct-splash 2s ease-out forwards}@keyframes flag-correct-splash{0%{transform:scale(12) rotate(-720deg) translateY(2rem);opacity:0}40%{transform:scale(4);opacity:1}80%{transform:scale(4);opacity:1}to{transform:scale(1) scaleX(.6) translateY(-2rem) rotate(45deg);opacity:0}}.portal-container{display:flex;flex-direction:row}.portal-container .portal-sidebar{flex:0 0 390px}@media (max-width: 1020px){.portal-container .portal-sidebar{flex:0 0 280px}}.portal-container .portal-main{flex:1 1;margin-left:18px}@media (max-width: 1020px){.portal-container .portal-main{margin-left:12px}}@media (max-width: 765px){.portal-container{display:block}.portal-container .portal-sidebar{margin-bottom:24px}.portal-container .portal-main{margin-left:unset}}.portal-headline{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:12px;padding-left:15px}.portal-primary-btn{margin-bottom:12px}.portal-user-info{border-radius:6px;border:1px solid var(--card-border);cursor:pointer;margin-bottom:12px;padding:6px 9px}html.theme-dark .portal-user-info{background-color:#141414}.portal-user-info:hover{background-color:#f6f6f6}html.theme-dark .portal-user-info:hover{background-color:#333}.portal-user-info .portal-user-info-status{font-size:1.1em}.portal-user-info .portal-user-info-cat{font-size:.85em}.trend-mark{display:inline-block;font-size:.75rem;border-radius:4px;padding:.1em .5em;margin-left:.25rem;vertical-align:text-bottom;color:#fff;transition:opacity 1.5s linear,transform 1.5s linear;opacity:.3;transform:scale(.85)}.trend-mark.trend-mark-active{transition:opacity .1s linear,transform .1s linear;opacity:1;transform:none}.trend-mark.trend-mark-up{background-color:#006400;padding-left:.25em}.trend-mark.trend-mark-down{background-color:#8b0000;padding-left:.25em}.trend-mark.trend-mark-keep{background-color:#555}.portal-chall-list .label-for-score{display:none}.portal-chall-list .portal-chall-row{display:flex;flex-direction:row;padding:8px 0;transition:background-color .2s;border-top:1px solid var(--card-border);border-left:1px solid var(--card-border);border-right:1px solid var(--card-border)}.portal-chall-list .portal-chall-row .item-discount-full{display:none}.portal-chall-list .portal-chall-row .item-discount-selected{display:initial}@media (min-width: 766px) and (max-width: 1020px){.portal-chall-list .portal-chall-row{display:block}.portal-chall-list .portal-chall-row.portal-chall-header .portal-chall-col-score{display:none}.portal-chall-list .portal-chall-row .item-discount-full{display:initial}.portal-chall-list .portal-chall-row .item-discount-selected{display:none}}.portal-chall-list .portal-chall-row:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.portal-chall-list .portal-chall-row:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-bottom:1px solid var(--card-border)}.portal-chall-list .portal-chall-row:not(.portal-chall-header){cursor:pointer}.portal-chall-list .portal-chall-row:not(.portal-chall-header):hover{transition:none;background-color:#f9f9f9}html.theme-dark .portal-chall-list .portal-chall-row:not(.portal-chall-header):hover{background-color:#333}.portal-chall-list .portal-chall-row:not(.portal-chall-header).portal-chall-row-active{cursor:unset;background-color:#f0f3ff!important}html.theme-dark .portal-chall-list .portal-chall-row:not(.portal-chall-header).portal-chall-row-active{background-color:#262e4d!important}.portal-chall-list .portal-chall-row.portal-chall-row-flag{padding:2px 0}.portal-chall-list .portal-chall-row.portal-chall-row-flag .portal-chall-col-title{padding-left:21px}@media (min-width: 766px) and (max-width: 1020px){.portal-chall-list .portal-chall-row.portal-chall-row-flag .portal-chall-col-score{padding-left:21px}}.portal-chall-list .portal-chall-header{background-color:#f0f0f0;font-weight:700;box-shadow:0 -12px 0 var(--body-background);position:sticky;top:64px;z-index:2}html.theme-dark .portal-chall-list .portal-chall-header{background-color:#333}.portal-chall-list .portal-chall-col-title{padding-left:8px;flex:1 1}.portal-chall-list .portal-chall-col-score{flex:0 0 85px;padding-left:2px}@media (min-width: 766px) and (max-width: 1020px){.portal-chall-list .portal-chall-col-score{padding-left:8px;margin-top:-2px;font-size:small;opacity:.8}.portal-chall-list .portal-chall-col-score .label-for-score{display:initial}}.portal-chall-list .challenge-key{float:right;margin-right:.5rem;line-height:1.57rem}.portal-chall-list .portal-chall-mode-switch-btn{opacity:.6;font-size:.8em;padding:0 .5rem;cursor:pointer}.portal-chall-list .portal-chall-caret{display:inline-block;transform:scale(.75);opacity:.5;margin-left:.25em}.portal-chall-list .item-discount{color:var(--darkred);font-size:small}.challenge-body .challenge-titlebox{position:sticky;top:58px;z-index:2;background-color:var(--body-background);padding-bottom:.25em}.challenge-body .challenge-titlebox .challenge-titlebox-title{display:inline-block;font-size:2em}.challenge-body .challenge-titlebox .challenge-key{display:inline-block;margin-left:1em;font-size:.85em}.challenge-body .challenge-titlebox .challenge-key:before{content:"#"}.challenge-body .challenge-stat{font-size:small;margin-top:.25rem;margin-bottom:0}.challenge-body .challenge-action{font-weight:700;margin-bottom:.5em}.challenge-body .challenge-action-auxbtn{font-size:.75em;margin-left:.5rem;opacity:.8}.landing-login-form .ant-card{background-color:#fcfcfc!important;border:1px solid var(--card-border)}html.theme-dark .landing-login-form .ant-card{background-color:#141414!important}.landing-login-form .ant-card .ant-card-head{background-color:#f0f0f0!important}html.theme-dark .landing-login-form .ant-card .ant-card-head{background-color:#333!important}.feedback-form{border:1px solid var(--card-border);border-radius:6px;padding:1em;background-color:#f0f0f0}html.theme-dark .feedback-form{background-color:#222}.trigger-status-pst{color:#a9a9a9}.trigger-status-prs{font-weight:700;color:#1890ff}html.theme-dark .trigger-status-prs{color:#66b5ff}.trigger-status-ftr{color:#000}.trigger-fragments p{margin:0}.form-page-container .ant-card{background-color:#fcfcfc!important;border:1px solid var(--card-border)}html.theme-dark .form-page-container .ant-card{background-color:#141414!important}.form-page-container .ant-card .ant-card-head{background-color:#f0f0f0!important}html.theme-dark .form-page-container .ant-card .ant-card-head{background-color:#333!important}.form-page-container .ant-card .ant-card-body{padding:24px!important}.form-page-container .ant-card .ant-card-head-title{font-weight:700!important}.form-page-container .ant-form .ant-form-item-label{font-weight:700}.form-page-container .ant-form .ant-form-item:last-child{margin-bottom:0!important}.togeari-container{height:1.3em;width:7.15em;vertical-align:text-bottom;margin-left:.5rem;display:inline-block;overflow:hidden;opacity:0;border-radius:4px}.togeari-container:hover{opacity:.7}.togeari-img{background-color:#000;height:2.6em;position:relative;transition:top .25s ease,opacity .5s ease}.login-instruction{text-align:center}.login-instruction .ant-btn{background-color:#f7f7f7!important}html.theme-dark .login-instruction .ant-btn{background-color:#141414!important}.login-instruction .login-iaaa-warning{color:var(--darkred)}.header-container{background-color:#333;color:#fff;position:fixed;top:0;left:0;width:100%;z-index:1000}.header{max-width:1300px;margin:auto;display:flex;flex-direction:row;align-items:center;height:58px;padding:6px}.header-logo{font-size:1.1em;flex-grow:0}@media (max-width: 650px){.header-logo{display:none}}.header-nav{flex-grow:1}.header-nav .ant-menu{background-color:#333!important;justify-content:flex-end}@media (max-width: 650px){.header-nav .ant-menu{justify-content:center}}.header-nav .ant-menu .ant-menu-item,.header-nav .ant-menu .ant-menu-submenu{border-radius:6px!important}.header-nav .ant-menu .ant-menu-item-active,.header-nav .ant-menu .ant-menu-submenu-active{background-color:#555!important}.header-nav .ant-menu .ant-menu-item-selected,.header-nav .ant-menu .ant-menu-submenu-selected{background-color:#eee!important}html.theme-dark .header-nav .ant-menu .ant-menu-item-selected,html.theme-dark .header-nav .ant-menu .ant-menu-submenu-selected{background-color:#ddd!important}.header-nav .ant-menu .ant-menu-item-selected *,.header-nav .ant-menu .ant-menu-submenu-selected *{color:#000!important}.header-nav .ant-menu .header-nav-login{background-color:#1890ff!important;border-radius:6px!important}.header-nav .ant-menu .header-nav-login .ant-menu-submenu-title{color:#fff!important}.header-nav .ant-menu .ant-menu-item{padding:0 18px!important}@media (max-width: 650px){.header-nav .ant-menu .ant-menu-item{padding:0 14px!important}}.header-nav .ant-menu .ant-menu-submenu{padding:0!important}.header-nav .ant-menu .ant-menu-submenu>div{padding:0 18px!important}@media (max-width: 650px){.header-nav .ant-menu .ant-menu-submenu>div{padding:0 14px!important}}.ant-menu-dark.ant-menu-submenu-popup>.ant-menu{background-color:#333!important}.header-nav-popup .ant-menu-item,.header-nav-popup .ant-menu-submenu{border-radius:4px!important}.header-nav-popup .ant-menu-item-active,.header-nav-popup .ant-menu-submenu-active{background-color:#555!important}.header-nav-popup .ant-menu-item-selected,.header-nav-popup .ant-menu-submenu-selected{background-color:#eee!important}html.theme-dark .header-nav-popup .ant-menu-item-selected,html.theme-dark .header-nav-popup .ant-menu-submenu-selected{background-color:#ddd!important}.header-nav-popup .ant-menu-item-selected *,.header-nav-popup .ant-menu-submenu-selected *{color:#000!important}.header-buttons{margin-left:1em}@media (max-width: 650px){.router-menu .ant-menu-item-icon{display:none!important}.router-menu .ant-menu-item-icon+.ant-menu-title-content{margin-inline-start:0!important}}.footer{font-size:.8em;padding:2rem 0;text-align:center;opacity:.6}.footer p{margin-bottom:0}.footer-warning{font-weight:700;color:var(--darkred)}.clickable{cursor:pointer}.game-logo{height:1em;transform:translateY(-.2em) scale(2.2);margin-right:1em;margin-left:.5em}.main-container{max-width:1300px;margin:0 auto;padding-top:70px;padding-left:6px;padding-right:6px}.slim-container{max-width:850px;margin:0 auto}.capped-text{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:2em;line-height:2em;vertical-align:-.6em}.active-bg-color{background-color:#f0f3ff!important}html.theme-dark .active-bg-color{background-color:#262e4d!important}tr.active-bg-row,tr.active-bg-row>td{background-color:#f0f3ff!important}html.theme-dark tr.active-bg-row,html.theme-dark tr.active-bg-row>td{background-color:#262e4d!important}.nav-caret{display:inline-block;transform:scale(.75);margin-left:.25em}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}html.theme-light{color-scheme:only light;--card-border: #ccc;--body-background: white;--body-foreground: black;--loading-background: #fcfcfc;--loading-foreground: rgba(0, 0, 0, .6);--darkred: darkred}html.theme-dark{color-scheme:only dark;--card-border: #666;--body-background: black;--body-foreground: white;--loading-background: #141414;--loading-foreground: rgba(255, 255, 255, .6);--darkred: #f88}.ant-menu-light{background-color:unset!important}.ant-message-notice-content,.ant-notification-notice-wrapper{border:1px solid var(--card-border)}html.theme-dark .ant-message-notice-content,html.theme-dark .ant-notification-notice-wrapper{box-shadow:0 0 4px #fff6!important}::selection{color:#000;background-color:#c5ebff}li{margin-bottom:.5em}.g2-tooltip{border:1px solid var(--card-border);padding:.5em 1em!important}.g2-tooltip li{margin-bottom:0}.ant-popover-inner,.ant-table-filter-dropdown{border:1px solid var(--card-border)!important}a,.ant-btn-link,.ant-btn-default,.ant-radio-button-wrapper{transition:none!important}.main-container .ant-table-sticky-holder{top:58px!important}.ant-table-cell-row-hover{transition:none!important}.ant-menu-overflow-item-rest{padding:0!important}.ant-menu-overflow-item-rest>.ant-menu-submenu-title{padding:0 20px!important}
