#btncontain {
  display: inline-block;
  margin-left: 11px;
}
* {
  -webkit-user-select: none;
  user-select: none;
}
:root {
  --srcWidth: 640px;
  --srcTop: 200px;
  --srcLeft: 200px;
  --destWidth: 100%;
  --destTop: 0px;
  --destLeft: 0px;
}
.boot-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ccc;
  z-index: 99999999;
  font-family: vga8x14, monospace;
  font-smooth: never;
  -webkit-font-smoothing: none;
  padding: 80px 60px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.6;
  display: none;
}
.boot-screen p {
  margin: 0 0 1em;
}
.boot-screen .title {
  text-transform: uppercase;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.boot-screen ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 40px;
}
.boot-screen li {
  padding: 4px 8px;
  cursor: pointer;
  display: block;
  width: fit-content;
}
.boot-screen li.selected {
  background-color: #ccc;
  color: #000;
}
.boot-screen .boot-message {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #fff;
}
#bootloader {
  background-color: #000;
}
#reinstall-confirm {
  background-color: navy;
}
#post-screen {
  display: none;
  flex-direction: column;
  cursor: none;
}
#post-screen pre {
  font-family: vga8x14;
  white-space: pre-wrap;
  font-size: 22px;
  line-height: 1.2;
}
#post-screen main {
  flex-grow: 1;
}
.epa-logo {
  image-rendering: pixelated;
  display: block;
  float: right;
  width: 136px;
  height: 84px;
  background-image: url("data:image/gif;base64,R0lGODlhiABUALMAAAEBAQH/Af//AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAAALAAAAACIAFQAAwT/EMhJq704ayC6/6C3jWRpnmgZrmybvnAsS62Q1nOuz+tO9b6g8AcaYkLGZKyo1DCb0OMnqppSo88rKav1cbtbKzgnHqPK5rMovVyzq7Y3ryPfoOuvO96NJ9P7HHyAc39ygoM6h2CKiH5xZoyNjpCFkkORSZiWk1eam5xQnp+gmZWjiaaiMKqncKmmO6ytYYeyVbNBdLCBQru4bYGPRF6+vzePu7YZxcYnborMJtHNtxOM03bY1NkVvtrLwtt5r+HW5dLn4s7lkd/d6erV7+Dj8W3nytz29VK58PtOiuXrt6+GQXAGWRC0l9BFwIZILLgbBTEiworJJgK8dO3fRjUe/98JDPlxhJ6L9KiRNGfS1kkaK6VolPFlocR8L2Gu+jOTXy2RFwYGCzmzUs+bOoclNSes1tGhLflZ8wKzKTKr5IjElElS4yupOsUUGpvl2dOqKyfC2ooWaxyeLKvyYmpDqNaY7tZa1ef2blizLJkMzIlUXty4epfeQSLoqlymO7d+S6z051xea4F2S9qY7Tx00gpDRqPLcUa6N3lmvQc6zGfIHC6jRZwOiMTZmiO3NqlV5JrVl4nWDUgjNc3JXR37Jos62OF+I5c+37nbyePKbhU6m7qQHbOcdlOfdu6X+zrpSmVfX96RLb6awT2HLn4kPWz2elweDGpUvmv1z3knYP9/Trln0Xu3GTGWTXqFcxJpZ9kXnhromUdfbvC1dR8qhClooYQI4tYSc734N0eFF6bYW4bi1RVhH6Ux+B6LD3U4y0sOcvWURfFgsleLsdhY0Fu1vZhbSfwZieSSTDbpZBcBRCnllFRWaeWVWGap5ZZcdukll0+GKeaYAFEJwJQUBHABmhJI2WYFaqY5gZpmunlmlG/mOaedbNY5551uxnkmoHjWaaeciA6qZ6J0/inooopG+micgtJJKZyOZspopG1equejkmK6KaAWVBoqqKj+uaing+LJ6amaqtoqnKyaOuqerrI5K625xgqprZzWOiuqfBbr6q597iqpsaC+SuxEob/66qysk36q6LHRAqtpqndSi2mz094a7ZvceruqtZSWmyer4l4LLLfN+tluvLmiaSap1NYrbKLo6lqpveYS2mieEQAAOw==");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#portrait-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: navy;
  color: #fff;
  z-index: 100000000;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: vga8x14, monospace;
  font-size: 1.5em;
  padding: 40px;
  box-sizing: border-box;
}
#portrait-overlay-content svg {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
@media (orientation: portrait) {
  #portrait-overlay {
    display: flex;
  }
  scene_holder {
    display: none;
  }
}
.assistive-touch {
  position: fixed;
  z-index: calc(9e999);
}
.assistive-touch .point {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.assistive-touch .point:hover {
  background: rgba(0, 0, 0, 0.8);
}
.assistive-touch .circle1 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assistive-touch .circle2 {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assistive-touch .circle3 {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.assistive-touch .drawer {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 50%;
  max-width: 500px;
  min-width: 320px;
  background-color: rgba(30, 30, 30, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 15px;
  transform: translate(-50%, 100%);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 99999998;
}
.assistive-touch .drawer.active {
  transform: translate(-50%, 0);
}
.drawer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
.assistive-touch .drawer [data-action] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.assistive-touch .drawer [data-action]:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.assistive-touch .drawer [data-action].active {
  background-color: rgba(255, 255, 255, 0.2);
}
.assistive-touch .drawer [data-action] img,
.assistive-touch .drawer [data-action] svg {
  width: 36px;
  height: 36px;
  margin-bottom: 8px;
}
.assistive-touch .drawer [data-action] span {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.assistive-touch.hidden {
  display: none;
}
.premium-panel {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 60%;
  max-width: 600px;
  min-width: 320px;
  transform: translate(-50%, 100%);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  background-color: rgba(30, 30, 30, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
  border-radius: 16px 16px 0 0;
  z-index: 99999999;
}
.premium-panel.active {
  transform: translate(-50%, 0);
}
.premium-panel-content {
  padding: 20px;
  text-align: center;
}
.premium-panel-content h3 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.premium-panel-content p {
  margin-bottom: 0;
}
.get-premium-area {
  margin: 20px 0;
}
.premium-activation-area {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}
#license-key-input-panel {
  flex-grow: 1;
  height: 34px;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
}
.premium-activate-button {
  background: #000;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 0 16px;
  height: 32px;
  cursor: pointer;
  transition: transform 0.1s ease-in-out, background-color 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.premium-activate-button:hover {
  background: #fff;
  color: #000;
  transform: scale(1.03);
}
.premium-activate-button.disabled {
  background-color: #3d3d3d;
  color: #999;
  cursor: not-allowed;
  transform: scale(1);
}
#verify-license-btn-panel {
  height: auto;
}
.status-message {
  min-height: 1.4em;
}
.premium-icon {
  width: 64px;
  height: 64px;
  vertical-align: middle;
}
.premium-details-box {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 15px;
  margin-top: 20px;
}
#premium-status-details {
  font-size: 14px !important;
  margin: 0 0 15px 0 !important;
  line-height: 1.6;
}
.premium-actions {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.gumroad-link {
  color: #8ab4f8;
  text-decoration: none;
  font-size: 14px;
}
.gumroad-link:hover {
  text-decoration: underline;
}
.restart:after {
  height: inherit;
  width: inherit;
  content: " ";
  display: block;
  background: url("../res/symbols/restart.png");
  background-size: contain;
}
.shutdown:after {
  height: inherit;
  width: inherit;
  content: " ";
  display: block;
  background: url("../res/symbols/shutdown.png");
  background-size: contain;
}
.logoff:after {
  height: inherit;
  width: inherit;
  content: " ";
  display: block;
  background: url("../res/symbols/logoff.png");
  background-size: contain;
}
app.iexplore webview {
  height: inherit;
}
app.iexplore statusbar {
  display: flex;
  align-items: center;
  height: 20px;
  flex-shrink: 0;
  background-color: var(--button-face);
  user-select: none;
  font-family: msPixelTahoma;
}
app.iexplore .statusbar-panel {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
app.iexplore .status-icon {
  border: none;
  box-shadow: none;
  margin-right: 4px;
}
app.iexplore .status-icon img {
  width: 16px;
  height: 16px;
}
app.iexplore .status-text {
  flex-grow: 1;
  min-width: 50px;
}
app.iexplore .status-progress-container {
  width: 150px;
  margin: 0 5px;
  padding: 2px;
}
app.iexplore .status-zone {
  min-width: 100px;
  justify-content: center;
}
app.iexplore .status-zone img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}