:root{--orange: #ffa531;--yellow: #ffea00}html{scrollbar-gutter:stable}body{background:#000;margin:0}#game-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}canvas{position:relative;z-index:1}video{height:100%!important;width:100%;position:absolute;z-index:-1}a{text-align:center;text-decoration:none;color:var(--orange)}a:hover{text-decoration:underline}hr{width:100%}.header-link{font-size:2em;font-family:Courier New,serif;font-weight:700}.lime{color:#0f0}.red{color:red}.orange{color:orange}#subtitle-container{width:100%!important;height:100%!important;position:absolute;z-index:10;pointer-events:none;justify-content:center;display:flex}#subtitle{font-family:Arial;text-shadow:3px 0 0 #000,-3px 0 0 #000,0 3px 0 #000,0 -3px 0 #000,1px 1px #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000;text-align:center;color:#fff;align-self:flex-end;font-size:2rem}.header{display:flex;justify-content:space-between;align-items:center;position:fixed;width:100%;background:#000;border-bottom:1px solid white;z-index:999;padding:.5em 1em;height:37px}.nav-links{display:flex;gap:2em;position:absolute;left:50%;transform:translate(-50%)}.header-paragraph{font-size:1.5em;text-align:center}.header-paragraph-note{font-weight:700}.faq{font-size:1.5em;padding:0 5em}.faq a{font-weight:700}main{color:#fff;display:flex;flex-direction:column;gap:2em;padding:5em 5em 2em}.question{color:var(--orange)}.credits-header{font-size:2.5em}.credits{text-align:center;display:flex;flex-direction:column;gap:1em}.credit-name{color:var(--orange)}.credit{font-size:1.5em}.credit a{font-weight:700}.notes{display:flex;flex-direction:column;color:#fff;padding:0 25%;font-size:1.5em;gap:4em}.note{display:flex}.note-title{width:200px;padding:1em;display:flex;align-items:center}.note>div:last-child{flex:1}.keybindings{border:1px solid white;padding:1em;gap:1em;display:grid;grid-template-columns:1fr auto 1fr;gap:8px 16px;align-items:center}.keybind{display:contents}.keybind>div:nth-child(1){text-align:center}.keybind>div:nth-child(2){text-align:center;margin-right:5em}.keybind>div:nth-child(3){text-align:right}.button-icon{color:#fff;width:32px}.button-container{margin-left:auto;margin-right:2.5em}#settings-button,#console-button,#dropdown-button{background:#000;cursor:pointer;border:none;position:relative}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;opacity:0}.modal.show{display:flex;opacity:1;align-items:center;justify-content:center}.modal-inner{font-size:1.5em;color:#fff;background:#000;border:1px solid white;width:80%;height:90%;display:flex;flex-direction:column;align-items:center;padding:1em;overflow-y:scroll;overflow-x:hidden}.modal-inner-row{display:flex;flex-direction:row}.modal-entry{display:flex;justify-content:center;flex-direction:column;gap:1em}.modal-entry-title{font-size:2rem;text-align:center}.modal-entry-title.language{margin-right:2em}.keybindings{border:1px solid white}.keybind-button{background:#000;color:#fff;border:1px solid white;cursor:pointer;padding:.2em;height:35px;display:flex;align-items:center;justify-content:center}.language-entry{text-align:center;border:1px solid white;cursor:pointer}.language-entry:hover,.keybind-button:hover,.reset-keybindings-button:hover,.language-entry.active{background:#fff;color:#000}.keybind-button.active{color:var(--orange)}.save-file-button{background:#000;color:#fff;font-size:1em;border:1px solid white;cursor:pointer}.save-file-button:hover{background:#fff;color:#000}#save-import{font-size:1em;border:1px solid white;width:100%}.modal-error-msg{color:red;display:none}.guide-text{font-size:1.5em}.reset-keybindings-button{background:#000;color:#fff;border:1px solid white;cursor:pointer;font-size:1em}#loading{width:100%;height:100%;position:absolute;z-index:2;color:#fff;font-size:2em;display:flex;justify-content:center;align-items:center}.console-modal-wrapper{background:#000;border:1px solid white;width:90%;max-width:800px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.console-modal-header{padding:20px;border-bottom:1px solid white;display:flex;justify-content:space-between;align-items:center;background:#000;gap:2em}.console-modal-title{margin:0;color:var(--orange);font-size:2em;font-family:Courier New,serif;font-weight:700}.console-modal-controls{display:flex;gap:10px}.console-log-entry{padding:12px 20px;border-bottom:1px solid #333;font-family:Courier New,monospace;font-size:13px;line-height:1.4;color:#fff}.console-log-entry:last-child{border-bottom:none}.console-log-entry.error{background-color:#1a0000;border-left:4px solid red}.console-log-entry.warn{background-color:#1a1000;border-left:4px solid var(--orange)}.console-log-timestamp{color:#888;font-size:11px;margin-bottom:4px}.console-log-type{display:inline-block;padding:2px 8px;font-size:10px;font-weight:700;margin-right:8px;border:1px solid}.console-log-type.error{background-color:#000;color:red;border-color:red}.console-log-type.warn{background-color:#000;color:var(--orange);border-color:var(--orange)}.console-log-message{color:#fff;white-space:pre-wrap;word-break:break-word;text-shadow:none}.console-modal-content{flex:1;overflow-y:auto;padding:0;background:#000}.console-control-button{background:#000;color:#fff;border:1px solid white;cursor:pointer;padding:.2em;font-size:1.5em}.console-control-button:hover{background:#fff;color:#000}.empty-state{padding:40px 20px;text-align:center;color:#888;font-style:italic;font-family:Courier New,monospace}.badge{background-color:#000;border:1px solid red;color:red;padding:2px;font-size:1.2em;position:absolute;right:0;bottom:0}.editor-key{text-align:center}.editor-button{background:#000;color:#fff;font-size:1em;border:1px solid white;cursor:pointer}.editor-button:hover{background:#fff;color:#000}.editor-buttons{display:flex;flex-direction:row;gap:.7em;margin:auto}.editor-hr{width:100%}.modal-entry.editor{padding:0 6.5em}.editor-table{display:flex;flex-direction:row;border:1px solid white}.editor-polytan{display:flex;flex-direction:column;gap:.5em}.editor-polytan-row{display:flex;flex-direction:row;gap:.5em;justify-content:center}.editor-col{display:flex;flex-direction:column;width:100%}.editor-col.left{border-right:1px solid white}.modal-tabs{display:flex;flex-direction:row;gap:.5em;padding-bottom:1em}.modal-tab{border:1px solid white;cursor:pointer;padding:.2em}.modal-tab.active,.modal-tab:hover{background:#fff;color:#000}#save-file-modal,#save-editor-modal{display:none}.wheel{position:absolute;width:300px;height:300px;pointer-events:none;border:1px solid white;transform:translate(-50%,-50%) scale(0);border-radius:100%;background:#000}.wheel.active{transform:translate(-50%,-50%) scale(1)}.emote-slot{position:absolute;width:150px;height:150px;display:flex;align-items:center;justify-content:center;font-size:24px;transform:translate(-50%,-50%);pointer-events:none;transition:all .2s ease}.emote-slot.active{transform:translate(-50%,-50%) scale(1.3)}.emote-slot>img{width:100%}#settings-button{color:var(--yellow)}#settings-button:hover{text-decoration:underline}#media{display:none}.gamepad-layout-selector{margin-bottom:1em;display:flex;flex-direction:column;gap:.5em}.gamepad-layout-selector label{color:#fff;text-align:center}.gamepad-layout-buttons{display:flex;gap:.5em;justify-content:center}.gamepad-layout-entry{text-align:center;border:1px solid white;cursor:pointer;padding:.2em .5em}.gamepad-layout-entry:hover{background:#333}.gamepad-layout-entry.active{background:#fff;color:#000}.gamepad-visual-container{display:flex;gap:3em;margin:1em 0;align-items:flex-start;flex-wrap:wrap}.gamepad-left-column{display:flex;flex-direction:column;gap:1em;flex-shrink:0}.gamepad-controller{position:relative;width:420px;height:260px;background:#000;border:1px solid white;border-radius:16px;padding:1.25em;flex-shrink:0;font-family:sans-serif}.gamepad-dpad{position:absolute;left:36px;top:50%;transform:translateY(-50%);width:84px;height:84px}.gamepad-dpad-up{position:absolute;top:0;left:calc(50% - 14px)}.gamepad-dpad-down{position:absolute;bottom:0;left:calc(50% - 14px)}.gamepad-dpad-left{position:absolute;left:0;top:calc(50% - 14px)}.gamepad-dpad-right{position:absolute;right:0;top:calc(50% - 14px)}.gamepad-action-buttons{position:absolute;right:36px;top:50%;transform:translateY(-50%);width:84px;height:84px}.gamepad-button-north{position:absolute;top:0;left:calc(50% - 14px)}.gamepad-button-south{position:absolute;bottom:0;left:calc(50% - 14px)}.gamepad-button-west{position:absolute;left:0;top:calc(50% - 14px)}.gamepad-button-east{position:absolute;right:0;top:calc(50% - 14px)}.gamepad-shoulder-buttons{position:absolute;top:0;right:0;bottom:0;left:0}.gamepad-shoulder-buttons .gamepad-button-l2{position:absolute;top:12px;left:20px;width:56px;height:48px;border-radius:0!important}.gamepad-shoulder-buttons .gamepad-button-r2{position:absolute;top:12px;right:20px;width:56px;height:48px;border-radius:0!important}.gamepad-shoulder-buttons .gamepad-button-l1{position:absolute;top:68px;left:20px;width:56px;height:28px;border-radius:0!important}.gamepad-shoulder-buttons .gamepad-button-r1{position:absolute;top:68px;right:20px;width:56px;height:28px;border-radius:0!important}.gamepad-center-buttons{position:absolute;top:96px;left:50%;transform:translate(-50%);width:200px;display:flex;justify-content:center;gap:12px}.gamepad-stick{position:absolute;width:80px;height:80px;border:1px solid white;border-radius:50%;background:#000}.gamepad-stick.left{left:110px;bottom:28px}.gamepad-stick.right{right:110px;bottom:28px}.gamepad-stick .thumb{position:absolute;left:50%;top:50%;width:60px;height:60px;border-radius:50%;background:#fff;color:#000;transform:translate(-50%,-50%)}.gamepad-button{background:#000;border:1px solid white;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;cursor:pointer;transition:all .2s ease;width:28px;height:28px;border-radius:50%}.gamepad-button:hover{background:#333}.gamepad-button.selected{background:var(--orange);color:#000;border-color:var(--orange)}.gamepad-button.highlighted{box-shadow:0 0 0 2px var(--orange)}.gamepad-button.pressed{background:var(--lime);color:#000;border-color:var(--lime);box-shadow:0 0 10px var(--lime)}.gamepad-mappings{flex:1;min-width:250px;border:1px solid white;padding:1em;background:#000}.gamepad-mapping-title{margin-bottom:.5em;color:#fff;text-align:center}.gamepad-mapping-list{display:flex;flex-direction:column;gap:.5em}.gamepad-mapping{display:flex;justify-content:space-between;align-items:center;padding:.5em;transition:all .2s ease}.gamepad-mapping.highlighted{background:var(--orange);color:#000}.gamepad-mapping-button{color:#aaa;font-size:.9em;font-weight:700;border:1px solid #444;padding:.25em .5em}.gamepad-mapping.highlighted .gamepad-mapping-button{color:#000;border-color:var(--orange)}.gamepad-mapping-action{color:#fff;min-width:250px;text-align:right}.gamepad-mapping.highlighted .gamepad-mapping-action{color:#000}.reset-gamepad-button{background:#000;color:#fff;border:1px solid white;padding:.5em 1em;cursor:pointer;margin-top:1em;font-size:1em}.reset-gamepad-button:hover{background:#fff;color:#000}.gamepad-button.gamepad-button-select{background:#000;border:1px solid white;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;cursor:pointer;transition:all .2s ease;width:40px;height:16px;border-radius:2px}.gamepad-button.gamepad-button-start{background:#000;border:1px solid white;color:transparent;display:flex;align-items:center;justify-content:center;font-size:0;cursor:pointer;transition:all .2s ease;width:0;height:0;border-radius:0;border-left:20px solid white;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:none;background:transparent}.gamepad-button.gamepad-button-select:hover,.gamepad-button.gamepad-button-start:hover{border-left-color:#ccc;border-top-color:transparent;border-bottom-color:transparent}.gamepad-button.gamepad-button-select.selected{background:var(--orange);color:#000;border-color:var(--orange)}.gamepad-button.gamepad-button-start.selected{border-left-color:var(--orange)}.gamepad-button.gamepad-button-select.highlighted,.gamepad-button.gamepad-button-start.highlighted{box-shadow:0 0 0 2px var(--orange)}.gamepad-button.gamepad-button-select.pressed{background:var(--lime);color:#000;border-color:var(--lime);box-shadow:0 0 10px var(--lime)}.gamepad-button.gamepad-button-start.pressed{border-left-color:var(--lime);box-shadow:0 0 10px var(--lime)}.gamepad-status{margin-top:1em;padding:.75em;background:#000;border:1px solid white;border-radius:4px}.gamepad-status-title{color:#fff;margin-bottom:.5em;font-size:.9em}.gamepad-status-info{color:var(--lime);font-family:monospace;font-size:.85em;padding:.25em;background:#00ff001a;border-radius:2px}
