html,body{margin:0;min-height:100%;font-family:Courier Prime,monospace;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;max-width:100%;overflow-x:hidden;background-color:#000;color:#fff;-webkit-text-size-adjust:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Courier Prime,monospace}#root{min-height:100%;width:100%;min-width:0}.app-shell{display:flex;min-height:100vh;min-height:100dvh;width:100%;padding:clamp(1rem,4vw,2.5rem);padding:max(clamp(.75rem,4vw,2.5rem),env(safe-area-inset-top)) max(clamp(.75rem,4vw,2.5rem),env(safe-area-inset-right)) max(clamp(.75rem,4vw,2.5rem),env(safe-area-inset-bottom)) max(clamp(.75rem,4vw,2.5rem),env(safe-area-inset-left))}.app-shell__content{display:flex;width:100%;min-width:0}.placeholder-page{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;width:100%;min-width:0;max-width:42rem;margin:0 auto;text-align:center}.placeholder-page h1{margin:0;font-size:clamp(2rem,9vw,4rem);line-height:1.05;overflow-wrap:anywhere}.placeholder-page p{max-width:36rem;margin:1.25rem 0 0;font-size:clamp(1rem,4vw,1.25rem);line-height:1.5}.placeholder-page .placeholder-page__eyebrow{margin:0 0 .75rem;font-size:clamp(1rem,4vw,1.25rem);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.route-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;width:100%;margin-top:2rem}.route-button{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;max-width:100%;margin-top:2rem;padding:.75rem 1.25rem;border:2px solid white;background:#000;color:#fff;font-size:1rem;font-weight:700;line-height:1.25;text-align:center;text-decoration:none;transition:background-color .15s ease,color .15s ease;touch-action:manipulation}.route-actions .route-button{flex:1 1 12rem;margin-top:0}.route-button:hover,.route-button:focus-visible{background-color:#fff;color:#000}.route-button:focus-visible{outline:3px solid white;outline-offset:3px}.route-button:disabled{cursor:wait;opacity:.65}.access-form{display:flex;flex-direction:column;align-items:stretch;width:min(100%,24rem);margin-top:2rem;text-align:left}.access-label{margin-bottom:.5rem;font-weight:700}.access-input{width:100%;min-height:3rem;padding:.75rem;border:2px solid white;border-radius:0;background-color:#000;color:#fff;font-size:1rem}.access-input:focus-visible{outline:3px solid white;outline-offset:3px}.placeholder-page .access-error{margin-top:.75rem;color:#ff8a8a;font-size:1rem}.access-form .route-button{width:100%;margin-top:1rem;cursor:pointer}.challenge-controller,.challenge-placeholder-game{display:flex;flex-direction:column;align-items:center;width:100%}.challenge-controller{min-height:15rem;margin-top:2rem;justify-content:center}.challenge-game-stage{position:fixed;inset:0;z-index:100;width:100%;min-height:100vh;min-height:100dvh;overflow:hidden;background-color:#000}.challenge-controller h2{margin:0;font-size:clamp(1.5rem,7vw,2.5rem);overflow-wrap:anywhere}.challenge-controller .route-button{margin-top:1.5rem;cursor:pointer}.placeholder-page .challenge-progress{margin:0 0 1rem;font-size:1rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.challenge-final-score{margin-top:.5rem;font-size:clamp(3rem,14vw,6rem);font-weight:700;line-height:1}.submission-code-title{margin:2rem 0 .75rem;font-size:clamp(1.25rem,5vw,1.75rem)}.submission-code{display:block;width:min(100%,42rem);min-height:12rem;padding:1rem;border:1px solid white;border-radius:0;resize:vertical;background-color:#111;color:#fff;font-family:Courier Prime,monospace;font-size:.875rem;line-height:1.4;overflow-wrap:anywhere}.submission-code:focus-visible{outline:3px solid white;outline-offset:3px}.placeholder-page .copy-message{margin-top:.75rem;font-size:1rem}.admin-page{max-width:52rem;justify-content:flex-start;padding-block:2rem}.decoder-form{display:flex;flex-direction:column;width:100%;margin-top:2rem;text-align:left}.decoder-form .access-label:not(:first-child){margin-top:1.5rem}.decoder-textarea{width:100%;padding:.75rem;border:2px solid white;border-radius:0;resize:vertical;background-color:#111;color:#fff;font-size:.875rem;line-height:1.4;max-width:100%}.decoder-code-input{min-height:9rem}.decoder-key-input{min-height:16rem}.decoder-textarea:focus-visible{outline:3px solid white;outline-offset:3px}.decoder-form .route-button{align-self:center;margin-top:1.5rem;cursor:pointer}.decoder-result{width:100%;margin-top:3rem;text-align:left}.decoder-result h2{margin:0 0 1rem;font-size:clamp(1.5rem,6vw,2rem);text-align:center}.decoder-result dl{display:grid;grid-template-columns:minmax(10rem,1fr) minmax(0,2fr);margin:0;border-top:1px solid white}.decoder-result dt,.decoder-result dd{margin:0;padding:.75rem;border-bottom:1px solid white}.decoder-result dt{font-weight:700}.decoder-result dd{overflow-wrap:anywhere}@media(max-width:30rem){.app-shell{padding:max(.75rem,env(safe-area-inset-top)) max(.75rem,env(safe-area-inset-right)) max(.75rem,env(safe-area-inset-bottom)) max(.75rem,env(safe-area-inset-left))}.route-actions{flex-direction:column}.decoder-textarea{font-size:1rem}.route-actions .route-button{flex-basis:auto;width:100%}.decoder-result dl{grid-template-columns:1fr}.decoder-result dt{padding-bottom:.25rem;border-bottom:0}.decoder-result dd{padding-top:.25rem}}.game{height:100vh;height:100dvh;width:100%;overflow:hidden;background-color:#000}.countdown{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;height:100dvh}.game-container{display:grid;height:100vh;height:100dvh;width:100%;background-color:#000}.game-interface{display:grid;color:#fff;grid-template-rows:auto auto}.game-interface-internal{display:grid;grid-template-columns:auto auto}.game-interface-title{display:flex;justify-content:center;align-items:center;min-width:0;font-size:clamp(1.5rem,7vmin,3rem);line-height:1;font-weight:700}.game-interface-attributes{display:flex;justify-content:center;align-items:center;min-width:0;font-size:clamp(.875rem,3.5vmin,1.25rem);white-space:nowrap;font-weight:700}.game-area{position:relative;overflow:hidden}.startmodal-layout{position:fixed;display:grid;grid-template-rows:minmax(0,15%) minmax(0,12%) minmax(0,48%) minmax(0,25%);align-items:center;justify-content:center;width:min(400px,calc(100vw - 1.5rem));height:min(500px,calc(100vh - 1.5rem));height:min(500px,calc(100dvh - 1.5rem));min-height:0;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;background-color:#000;border:5px solid white;border-radius:0;color:#fff;overflow:hidden}.startmodal-overlay{position:fixed;inset:0;opacity:0;z-index:1000}.startmodal-button-container{display:grid;grid-template-columns:50% 50%;align-items:center;justify-items:center;width:100%;height:100%}.startmodal-button-container--single{grid-template-columns:1fr}.startmodal-button{min-height:44px;height:65%;width:85%;display:flex;align-items:center;justify-content:center;border:2px solid white;background-color:#000;color:#fff;transition-duration:.5s;padding:.25rem;font-size:clamp(1rem,5vw,1.5rem);font-weight:700}.startmodal-button:hover{background-color:#fff;color:#000}.startmodal-button:active{transform:translateY(5px)}.startmodal-title{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding-inline:.25rem;font-size:clamp(1.75rem,9vw,3.25rem);line-height:1;overflow-wrap:anywhere;font-weight:700}.startmodal-description{display:flex;height:100%;width:100%;align-items:center;justify-content:center;text-align:center;padding-inline:.5rem;font-size:clamp(.75rem,3.5vw,1rem);text-wrap:balance;overflow-wrap:break-word}.startmodal-gameplay-div{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:0;padding-inline:.25rem}.startmodal-gameplay{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}@media(max-height:30rem){.startmodal-layout{grid-template-rows:minmax(0,16%) minmax(0,16%) minmax(0,40%) minmax(0,28%)}.startmodal-title{font-size:clamp(1.5rem,7vmin,2.5rem)}}.endmodal-layout{position:fixed;display:grid;grid-template-rows:15% 20% 20% 45%;align-items:center;justify-content:center;width:min(325px,calc(100vw - 1.5rem));height:min(250px,calc(100vh - 1.5rem));height:min(250px,calc(100dvh - 1.5rem));top:50%;left:50%;transform:translate(-50%,-50%);background-color:#000;z-index:1000;border:5px solid white;border-radius:0;color:#fff;overflow:hidden}.endmodal-overlay{position:fixed;inset:0;z-index:1000;background-color:#000}.endmodal-button-container{display:grid;grid-template-columns:50% 50%;align-items:center;justify-items:center;width:100%;height:100%}.endmodal-button{min-height:44px;height:60%;width:82%;display:flex;align-items:center;justify-content:center;border:2px solid white;background-color:#000;color:#fff;transition-duration:.5s;padding:.25rem;font-size:clamp(.875rem,4vw,1.1rem);font-weight:700}.endmodal-button:hover{background-color:#fff;color:#000}.endmodal-button:active{transform:translateY(4px)}.endmodal-title{display:flex;align-items:center;justify-content:center;width:100%;padding:.5rem .25rem 0;font-size:clamp(1.5rem,8vmin,2.5rem);line-height:1;overflow-wrap:anywhere;font-weight:700}.endmodal-score{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-align:center;padding-inline:.25rem;font-size:clamp(1.25rem,8vw,2.25rem);overflow-wrap:anywhere}.endmodal-message{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-align:center;padding-inline:.25rem;font-size:clamp(.875rem,5vw,1.5rem);overflow-wrap:anywhere}*{box-sizing:border-box}.unselectable{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.countdown-design{color:#fff;font-size:clamp(6rem,45vmin,12.5rem);line-height:1;animation-name:count;animation-duration:1s;animation-delay:.25s}@keyframes count{0%{opacity:1}to{opacity:0;font-size:500%}}.cc-game-layout{height:100vh;height:100dvh;display:grid;justify-items:center;align-items:center;width:100%;overflow:hidden}.cc-game-title{max-width:100%;font-size:clamp(1.5rem,7vmin,2.7rem);line-height:1;font-weight:700;color:#fff}.cc-game-score-time{width:100%;height:100%;display:grid;grid-template-columns:1.25fr .5fr 1.25fr;grid-template-rows:1fr;min-width:0;font-size:clamp(.85rem,3.5vmin,1.3rem);font-weight:700;color:#fff;align-items:center}.cc-game-score-time div{display:flex;justify-content:center;align-items:center;width:100%;height:100%;min-width:0;white-space:nowrap}.cc-game-objects{position:relative;display:flex;justify-content:center;width:100%;height:100%}.cc-game-keys{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto;gap:clamp(.35rem,2vmin,1rem);top:0;left:0;height:90%;width:90%}.cc-game-button{min-width:0;min-height:44px;font-size:clamp(1rem,5vmin,2rem);font-weight:700;background-color:#000;color:#fff;border:4px solid white;padding:.25rem;touch-action:manipulation}.cc-game-button:active{transform:translateY(2px)}.cc-countdown{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;height:100dvh}.cc-unselectable{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:#000;height:100vh;height:100dvh;width:100%;overflow:hidden}.colorColumn-mainframe{display:grid;height:100vh;height:100dvh;height:var(--app-height, 100dvh);width:100%;margin:0;grid-template-rows:15% 65% 20%;background-color:#000;box-sizing:border-box;overflow:hidden}.colorColumn-game{border:2px solid white;width:100%;height:100%;box-sizing:border-box}.colorColumn-header{display:grid;height:100%;width:100%;grid-template-columns:repeat(3,1fr);background-color:#000;border:2px solid white;box-sizing:border-box;min-width:0}.colorColumn-buttons{border:2px solid white;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;justify-items:center;justify-content:center;min-width:0}.colorColumn-button{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;background-color:#000;border-width:clamp(4px,6px,8px);border-radius:clamp(4px,4px,8px);padding:clamp(.3em,1vw,.5em) clamp(.5em,2vw,1em);width:clamp(50%,80%,80%);height:clamp(50%,65%,75%);box-sizing:border-box;min-width:44px;padding:.25rem;touch-action:manipulation}.colorColumn-button:active{transform:translateY(2px)}.colorColumn-score,.colorColumn-time{color:#fff;display:flex;align-items:center;justify-content:center;height:100%;width:100%;font-size:clamp(1rem,2vw,2.5rem);font-weight:700;box-sizing:border-box;min-width:0;padding-inline:.15rem;white-space:nowrap}.colorColumn-title{color:#fff;display:flex;align-items:center;justify-content:center;height:100%;width:100%;font-size:clamp(1.75rem,3.5vw,3.5rem);font-weight:700;box-sizing:border-box;min-width:0;overflow-wrap:anywhere}.colorColumn-countdown{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;height:100dvh;width:100vw;box-sizing:border-box}.colorColumn-unselectable{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;height:100vh;height:100dvh;height:var(--app-height, 100dvh);width:100%;box-sizing:border-box;background-color:#000}.colorColumn-game canvas{width:100%;height:100%;max-width:100vw;display:block}@media(max-width:30rem){.colorColumn-header{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.colorColumn-title{grid-column:1 / -1;grid-row:1;font-size:clamp(1.25rem,6vw,1.75rem)}.colorColumn-score{grid-column:1;grid-row:2}.colorColumn-time{grid-column:2;grid-row:2}.colorColumn-score,.colorColumn-time{font-size:clamp(.8rem,4vw,1rem)}.colorColumn-button{width:calc(100% - .5rem);height:70%;font-size:clamp(1.5rem,8vw,2rem)}}.rankrush-mainframe{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;height:100dvh;width:100%;padding:.5rem;overflow:hidden}.rankrush-level-div{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.rankrush-timer-div,.rankrush-game-div{display:flex;width:100%;height:100%}.rankrush-container{display:grid;justify-content:center;gap:clamp(.2rem,1.5vmin,.625rem);max-width:100%}.rankrush-button{display:flex;align-items:center;justify-content:center;font-size:clamp(1.25rem,7vmin,2.5rem);font-weight:700;width:clamp(44px,min(17vw,11dvh),85px);height:clamp(44px,min(17vw,11dvh),85px);border:3px solid white;background-color:#000;color:#fff;transition:none;pointer-events:auto;padding:0;touch-action:manipulation}.rankrush-button:hover{background-color:#fff;color:#000}.rankrush-row{display:flex;gap:clamp(.2rem,1.5vmin,.625rem)}.level-design{color:#fff;text-align:center;font-size:clamp(1.5rem,7vmin,2rem);margin-bottom:0%;margin-top:-15%}.timer-display{font-size:clamp(1.25rem,5vmin,1.5rem);text-align:center;color:#fff;margin-top:0%}.rankrush-countdown{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;height:100dvh}.rankrush-unselectable{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%;min-height:100vh;min-height:100dvh;background-color:#000;overflow:hidden}
