body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

p {
  margin-bottom: 25px;
}

input, select {
  background-color: #080810;
  border: 1px solid lightgray;
  color: lightgray;
  border-radius: 5px;
  padding: 5px;
}

@font-face {
  font-family: new super mario font u;
  font-style: normal;
  font-weight: 400;

  src: local("New Super Mario Font U"),
    url("https://fonts.cdnfonts.com/s/32226/New Super Mario Font U.woff")
      format("woff");
}
@font-face {
  font-family: KabelHeavy;
  font-style: normal;
  font-weight: 400;

  src: local("OPTIKabel-Heavy"),
    url(/static/media/OPTIKabel-Heavy.7a13d76202a58276b5e8.woff) format("woff");
}
@font-face {
  font-family: "BabyTeeth";
  font-style: normal;
  font-weight: 400;
  src: local("Baby Teeth"), url(/static/media/Devandra.ef448aa81d909aec29f2.ttf) format("truetype");
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  background-image: url(/static/media/background.9fe0d9d41d9f141ecd74.svg);
  background-position: center;
}
body {
  background-color: #080810;
  border: 2px solid #000000;
  border-width: 0 2px;
  color: #e0e0e0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0 auto;
  max-width: 9.5in;
  overflow-x: hidden;
  padding-bottom: 50px;
  position: relative;

  .content {
    padding: 25px;
  }
}

h1 {
  border-bottom: 2px solid #808080;
  font-family: KabelHeavy;
  font-size: 48px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  text-align: center;
  line-height: 50px;
  width: 100%;
}

h2 {
  font-family: "Righteous", sans-serif;
  font-size: 36px;
  margin-bottom: 15px;
}
ul, ol {
  margin: 15px;
  padding-left: 15px;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #c0c0ff;
}

section {
  display: block;
  margin-bottom: 50px;
}

.social-media {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  right: 0;

  img {
    border: 0;
    margin: 0 10px;
    width: 28px;

    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(125deg)
      brightness(103%) contrast(103%);
  }
}
.main-header {
  .block {
    width: 100%;
  }
}

img {
  border: 2px outset #c0c0c0;
}

@media screen and (max-width: 1023px) {
  & > div {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .social-media {
    flex-direction: row;
  }
}
.corner-block.block {
  height: 32px;
  left: -32px;
  position: absolute;
  top: -32px;
  width: 32px;
}


.logo_title {
  background-color: #64B0FF;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  padding: 10px;

  img {
    max-width: calc(100% - 25px);
    border: 0;
  }
}
.box
{
    border: 2px outset #c0c0c0;
    position: relative;
    width: 400px;
    max-width: 90vw;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 5px 5px 6px #0000007a;

    h2 {
        background-color: var(--box-color);
        color: #ffffff;
        font-size: 16px;
        text-align: center;
        padding: 4px;
        margin: 0;
        text-transform: uppercase;
    }

    .box-layout {
        padding: 10px;
        height: 100%;
    }
}
.block {
    background-color: var(--block-color);
    border: var(--bolt-size) solid #000000;
    display: inline-block;
    position: relative;
    padding: var(--bolt-size);
    margin-bottom: 20px;

    .lighting-top {
        background-color: #FFFFFF;
        display: block;
        height: var(--bolt-size);
        left: 0;
        position: absolute;
        top: 0;
        width: calc(100%  - (var(--bolt-size) * 6));

        &:after {
            background-color: #FFFFFF;
            content: '.';
            font-size: 0;
            display: block;
            height: var(--bolt-size);
            position: absolute;
            right: calc((var(--bolt-size) * -3));
            top: 0;
            width: calc(var(--bolt-size) * 2);
        }

        &:before {
            background-color: #FFFFFF;
            content: '.';
            font-size: 0;
            display: block;
            height: var(--bolt-size);
            position: absolute;
            right: calc((var(--bolt-size) * -5));
            top: 0;
            width: var(--bolt-size);
        }
    }

    .lighting-left {
        background-color: #FFFFFF;
        display: block;
        height: calc(100%  - (var(--bolt-size) * 6));
        left: 0;
        position: absolute;
        top: 0;
        width: var(--bolt-size);

        &:after {
            background-color: #FFFFFF;
            bottom: calc((var(--bolt-size) * -3));
            content: '.';
            font-size: 0;
            display: block;
            left: 0;
            height: calc(var(--bolt-size) * 2);
            position: absolute;
            width: var(--bolt-size);
        }

        &:before {
            background-color: #FFFFFF;
            bottom: calc((var(--bolt-size) * -5));
            content: '.';
            font-size: 0;
            display: block;
            height: var(--bolt-size);
            position: absolute;
            width: var(--bolt-size);
        }
    }

    .lighting-bottom {
        background-color: #000000;
        bottom: 0;
        display: block;
        height: var(--bolt-size);
        position: absolute;
        right: 0;
        width: calc(100%  - (var(--bolt-size) * 6));

        &:after {
            background-color: #000000;
            content: '.';
            font-size: 0;
            display: block;
            left: calc((var(--bolt-size) * -3));
            height: var(--bolt-size);
            position: absolute;
            top: 0;
            width: calc(var(--bolt-size) * 2);
        }

        &:before {
            background-color: #000000;
            content: '.';
            font-size: 0;
            display: block;
            left: calc((var(--bolt-size) * -5));
            height: var(--bolt-size);
            position: absolute;
            top: 0;
            width: var(--bolt-size);
        }
    }

    .lighting-right {
        background-color: #000000;
        bottom: 0;
        display: block;
        height: calc(100%  - (var(--bolt-size) * 6));
        position: absolute;
        right: 0;
        width: var(--bolt-size);

        &:after {
            background-color: #000000;
            content: '.';
            font-size: 0;
            display: block;
            left: 0;
            height: calc(var(--bolt-size) * 2);
            position: absolute;
            top: calc((var(--bolt-size) * -3));
            width: var(--bolt-size);
        }

        &:before {
            background-color: #000000;
            content: '.';
            font-size: 0;
            display: block;
            height: var(--bolt-size);
            position: absolute;
            top: calc((var(--bolt-size) * -5));
            width: var(--bolt-size);
        }
    }

    .bolt_1, .bolt_2, .bolt_3, .bolt_4 {
        height: var(--bolt-size);
        width: var(--bolt-size);
        background-color: #000000;
        display: block;
        position: absolute;
        margin: calc(var(--bolt-size) * 2);
    }

    .bolt_1 {
        left: 0;
        top: 0;
    }

    .bolt_2 {
        top: 0;
        right: 0;
    }

    .bolt_3 {
        left: 0;
        bottom: 0;
    }

    .bolt_4 {
        right: 0;
        bottom: 0;
    }

    .block-layout {
        line-height: 48px;
        padding: calc(var(--bolt-size) * 3);
    }
}
.page-title {
      align-items: start;
      display: flex;
      justify-content: space-between;
      white-space: nowrap;

  .page-description {
        align-self: center;
        margin-right: -10px;
        padding: 15px;
        width: 45%;
    }
  .block {
        box-shadow: none;
        text-align: center;

    .block-layout  {
            padding: 0;
        }
    }
  .page-title {
        -webkit-text-stroke: 4px #000000;
        clear: both;
        display: inline-block;
        font-family: "New Super Mario Font U", sans-serif;
        font-size: 72px;
        line-height: 80px;
        padding: 2px;
        padding-left: 8px;
        padding-top: 8px;
        text-align: center;
        text-shadow: 6px 6px 0px #000000;
        text-transform: uppercase;
        white-space: nowrap;
        word-spacing: 15px;

    .letter {
          color: var(--letter-color);
          margin-left: -8px;

      &.kern-fix {
            margin-right: 6px;
        }
      }
    }
  .break {
        display: block;
    }
  &.center {
        align-items: center;
        flex-direction: column;
        white-space: normal;
        width: 100%;

    .page-title {
          margin-left: 0px;
      }
    .page-description {
          padding: 15px;
          width: 90%;
      }
    .letter_0 {
          font-size: 72px;
      }
    }
  @media screen and (max-width: 1023px) {
        align-items: center;
        flex-direction: column;
        margin-bottom: 0;
        width: 100%;

    .page-title {
          font-size: 50px;
          line-height: 40px;
          margin-left: 0px;
      }
    .page-description {
          margin: 25px 0;
          padding: 0;
          width: 90%;
      }
    .mobile-break {
          display: block;
      }
    .block {
          width: auto;
      }
    }

    @media screen and (max-width: 400px) { 
      .page-title {
        font-size: 40px;
      }
    }
  }

.elements {
    .elements-layout {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-content: center;
        justify-items: center;
        align-content: center;
        margin-bottom: 50px;
    }

    .box-layout {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 100px;

        .element-image {
            flex-basis: 96px;
            flex-grow: 0;
            flex-shrink: 0;

            img {
                border: 0;
                width: 48px;
            }
        }
    }

    @media screen and (max-width: 1023px){
        .elements-layout {
            grid-template-columns: 1fr;
        }       
    }
}
.nes-pad-action {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    line-height: 15px;

    &.inline {
        width: 15px;
        height: 40px;
        position: relative;
        color: white;
        font-size: 12px;
        margin-bottom: -32px;
        margin-top: -40px;
        line-height: 15px;
        text-align: center;
        position: relative;
        top: -1px;

        .B, .A {
            width: 15px;
            padding-top: 10%;
            display: none;

            &.true {
                display: block;
            }
        }
    }

        &:not(.inline)
        {
            .B, .A {
                border: 1px solid white;
            }
        }

    .nes-pad-action-layout {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .B, .A {
        background-color: #101018;
        width: 80%;
        height: calc(80% / 2);
        border-radius: 100px;
        padding-top: 15%;

        &.true {
            background-color: red;
        }
    }
}
.nes-pad-cross {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    
    &:not(.inline)
    {
        .up, .down, .left, .right {
            border: 1px solid #0c0c0c;
            border-radius: 1px;
        }

        .up {
            border-bottom: none;
        }

        .down {
            border-top: none;
        }

        .left {
            border-right: none;
        }

        .right {
            border-left: none;
        }
    }

    &.inline {
        width: 20px;
        height: 20px;
        position: relative;
        top: -8px;
        right: -2px;
        margin-bottom: -20px;
    }

    .nes-pad-cross-layout {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        width: 80%;
        height: 80%;
    }
    

    .up, .down, .left, .right, .center {
        background-color: #808080;

        &.true {
            background-color: red;
        }
    }
}
.page-header {
    color: #FFFFFF;
    font-family: 'BabyTeeth';
    font-size: 54px;
    display: inline-block;
    position: relative;
    width: inline-block;
    -webkit-text-stroke: 2px #000000;
    text-align: center;
}
.assets {
    display: flex;
    flex-direction: column;
    justify-self: center;
    max-width: 100%;
    text-align: center;

    img {
        border: none;
        max-width: 50%;
    }
}

@media  screen and (max-width: 768px) {
    .assets {
        img {
            max-width: 75%;
        }
    }
}
.hazards {
    .hazards-layout {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        grid-gap: 15px;
    }

    .hazard-layout {
        display: flex;
        flex-direction: row;
        align-items: center;

        img {
            width: 128px;
            margin-right: 25px;
        }
    }

    .box {
        width: 100%;
    }

    @media screen and (max-width: 1023px){     
        .hazards-layout {
            grid-template-columns: 1fr;
        }
    }
}
.home {
  align-items: center;
  display: flex;
  flex-direction: column;

  p{
    a:link,
    a:visited,
    a:hover,
    a:active {
      color: #bff0ff;
      font-weight: bold;
      text-decoration: underline;
    }
  }

  .home-description {
    margin: 50px auto;
  }
  .title-3 {
    max-width: 200px;
  }
  .home-table-contents {
    width: 95%;
  }

  .home-table-contents {
    border: 2px outset #c0c0c0;
    font-family: KabelHeavy;
    margin-top: 25px;
    padding: 25px;
  }
  .home-table-contents-list {
    align-items: center;
    display: flex;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 25px;
    white-space: nowrap;
    width: 100%;

    div:nth-child(2) {
      border-top: 4px dotted #e0e0e0;
      height: 2px;
      margin: 5px;
      margin-top: 10px;
      overflow: hidden;
      width: 100%;
    }
  }
  a:link,
  a:visited,
  a:hover,
  a:active {
    color: #e0e0e0;
    text-decoration: none;
  }
  @media screen and (max-width: 1023px) {
    .home-table-contents-list {
      font-size: 24px;
    }
  }
}

.items{
    .items-layout, .items-example, .items-list {
        margin-bottom: 25px;
    }

    .items-layout {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin-bottom: 25px;

        .nespad {
            margin: 0 5px;
        }
    }

    .items-example {
        display: flex;
        flex-direction: row;
        align-items: center;
        img, .nespad {
            margin-bottom: 15px;
        }
    }

    .item-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        

        .item-box-icon {
            align-items: center;
            width: 80px;
            height: 80px;
            
            margin-right: 16px;
            display: flex;
            justify-content: center;

            .block-layout {
                line-height: 0;
            }

            img {
                border: 0;
                width: 48px;
            }
        }
    }

    .items-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        align-items: center;
        justify-items: center;
    }

    .items-shop {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 50px;
        justify-items: center;
        img {
            margin-bottom: 15px;
        }
    }

    @media screen and (max-width: ${mobile}) {
        .items-list, .items-shop {
            grid-template-columns: 1fr;
        }

        .items-example {
            flex-direction: column;
        }
    }
}
.nes-pad {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    border: 1px solid black;
    height: 75px;
    margin: 0 10px;
    width: 225px;

    background-color: #101018;
    border-radius: 2px;
}
.nes-pad-menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 15px;
  width: 100%;
  height: 100%;
  font-size: 50%;
  color: white;
  font-weight: bold;
  text-align: center;

  .nes-pad-menu-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 20%;
    width: 100%;
    gap: 5%;
  }

  .start,
  .select {
    height: auto;
    width: 100%;
    border-radius: 100px;
    background-color: #101018;
    padding: 10%;

    &.true {
      background-color: red;
    }
  }

  &.inline {
    height: 20px;
    width: 40px;
    position: relative;
    top: -2px;
    margin-bottom: -20px;
    margin-top: -20px;
    font-size: 8px;
    text-align: center;

    .start,
    .select {
      width: 38px;
      height: auto;
      padding: 0 3px;
      margin-right: 1px;
      display: none;

      &.true {
        display: block;
      }
    }
  }

  &:not(.inline) {
    .start,
    .select {
      border: 1px solid white;
    }
  }
}

.level-guide {
    .level-guide-section-image {
        display: grid;
        place-items: center;
        overflow-x: auto;
        overflow-y: hidden;
        position: relative;
        width: 100%;

        img {
            border: 0;
        }

        
    }

    .level-guide-map {
        position: relative;
        width: 100%;

        &.crop {           
            height: var(--crop-height);
            overflow: hidden;
            width: var(--crop-width);

            & > img,
            .level-guide-section-annotation,
            .level-guide-tip-marker {
                transform: translate(calc(var(--crop-x)));
            }
        }
    }
    
    .level-guide-section-annotation {
        align-self: center;
        display: flex;
        height: var(--height);
        left: var(--x);
        justify-content: center;
        opacity: .9;
        position: absolute;
        top: var(--y);
        height: var(--width);

        img {
            border: 0;
        }

        label {
            align-items: center;
            border: .5px solid #000000;
            background-color: #ffffff;
            color: #000000;
            padding: 0 1px;
            display: flex;
            line-height: 14px;
            font-weight: bold;
            font-size: 12px;
            justify-content: center;
            position: absolute;
            min-width: 100%;
            white-space: nowrap;

            &.top {
                left: 50%;
                position: absolute;
                top: 0;
                transform: translate(-50%, -100%);
            } 

            &.bottom {
                left: 50%;
                position: absolute;
                bottom: -100%;
                transform: translate(-50%, -100%);
            } 
        }
    }

    .level-guide-tip-marker {
        border: 1px solid #ffffff;
        outline: 1px solid #ff0000;
        height: var(--height);
        left: var(--x);
        position: absolute;
        top: var(--y);
        width: var(--width);

        &:hover {
            background-color: #ffffff80;
            cursor: pointer;
        }
    }

    .level-guide-tip-images {
        align-items: center;
        display: flex;
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
    }
}
.power-ups {
  align-content: space-evenly;
  align-items: center;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-evenly;
  justify-items: center;
  row-gap: 25px;
  width: 100%;

  .power-up-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: calc(100% - 25px);
    justify-content: space-evenly;
    justify-items: center;
  }
  .box {
    height: 450px;
  }
  .power-up-image {
    background-color: #629bd9;
    border-radius: 32px;
    left: 0;
    padding: 8px;
    position: absolute;
    top: 0;

    img {
      border: 0;
      width: 32px;
    }
  }
  .power-up-screenshot {
    align-self: end;
    border: 2px outset #c0c0c0;
    display: inline-block;
    height: 172px;
    margin: 10px;
    max-width: 256px;
    overflow: hidden;
    width: calc(100% - 20px);

    img {
        border: 0;
      left: -40px;
      position: relative;
    }
  }
  .power-up-mario {
    align-self: center;
    margin: 8px;

    img {
      border: 0;
      height: 64px;
    }
  }
  @media screen and (max-width: 1023px) {
    grid-template-columns: 1fr;
    justify-items: center;

    .power-up-box {
      max-width: 400px;
      width: 100%;
    }
  }
}

.basics {

    .border-top {
        border-left: 2px var(--border-color) solid;
        border-right: 2px var(--border-color) solid;
        border-top: 2px var(--border-color) solid;

        &:before {
            content: "F";
            font-size: 0;
            width: 2px;
            height: 200%;
            background-color: var(--border-color);
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -200%;
        }

        &.high:before {
            height: 500%;
            top:  -500%;
        }
    }

    .border-bottom {
        border-left: 2px var(--border-color) solid;
        border-right: 2px var(--border-color) solid;
        border-bottom: 2px var(--border-color) solid;

        &:before {
            content: "F";
            font-size: 0;
            width: 2px;
            height: 300%;
            background-color: var(--border-color);
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 24px;
        }

        &.high:before {
            height: 600%;
        }
    }


    .basics-layouts {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .stats-explanation {
        margin-top: 175px;
        margin-bottom: 195px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;

        .stat-image {
            overflow-y: hidden;
            height: 58px;
            img {   
                height: 96px;
            }
        }

        .stats {
            display: flex;
            align-items: flex-end;
            justify-content: flex-start;
            justify-items: flex-start;
            color: #000000;
            width: 544px;
            font-weight: bold;
        }

        .stats-top {
            & > div {
                height: 24px;
                position: relative;
            }

            .block {
                position: absolute;
                top: -80px;
                left: 50%;
                transform: translateX(-50%);
                white-space: nowrap;
                color: #ffffff;
            }
        }

        .stats-top div:nth-child(even){
            .block{
                top: -150px;
            }
        }

        .stats-bottom {
            & > div {
                height: 24px;
                position: relative;
            }

            .block {
                position: absolute;
                top: 80px;
                left: 50%;
                transform: translateX(-50%);
                white-space: nowrap;
                color: #ffffff;
            }
        }

        .stats-bottom div:nth-child(even){
            .block{
                top: 150px;
            }
        }

        .stats-bottom{
            align-items: flex-start;
        }

        .stat-pmeter {
            margin-left: 4px;
            width: 140px;
        }

        .stat-airmeter {
            width: 108px;
            margin-left: 9px;
        }

        .stat-levelstars {
            width: 68px;
            margin-left: 21px;
        }

        .stat-daymeter {
            width: 64px;
            margin-left: 11px;
        }

        .stat-badge {
            width: 55px;
            margin-left: 6px;
        }

        .stat-exp {
            margin-left: 4px;
            width: 140px;
        }

        .stat-coins {
            width: 108px;
            margin-left: 9px;
        }

        .stat-totalstars {
            width: 68px;
            margin-left: 21px;
        }

        .stat-cherries {
            width: 64px;
            margin-left: 9px;
        }

        .stat-item {
            width: 55px;
            margin-left: 64px;
        }
    }

    .stats-descriptions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        gap: 15px;
        padding: 15px;

        .stat-description {
            border: 2px outset #c0c0c0;
            overflow: hidden;
            box-shadow: 5px 5px 6px #0000007a;

            h1 {
                color: #ffffff;
                font-size: 16px;
                text-align: center;
                padding: 4px;
                margin: 0;
                text-transform: uppercase;
            }
        }

        .stat-description-text {
            padding: 10px;
        }
    }

    .basics-screenshots {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 25px;

        img { 
            margin: 0 15px;
        }
    }

    .right-arrow {
        width: 112px;
        height: 56px;
    }

    .basics-table {
        display: grid;
        grid-template-columns: 1fr 1fr;
        
        .box-layout {
            display: flex;
            flex-direction: row;

            img {
                width: 64px;
                height: 64px;
                margin-right: 15px;
            }
        }
    }

    @media screen and (max-width: ${mobile}) {
        .stats-descriptions {
            grid-template-columns: 1fr;
        }

        .basics-screenshots {
            flex-direction: column;
        }

        .right-arrow {
            transform: rotate(90deg);
        }
    }
}
.techniques {
    .techniques-screenshots {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 25px;

        img { 
            margin: 0 15px;
        }
    }

    .right-arrow {
        border: 0;
        width: 112px;
        height: 56px;
    }

    @media screen and (max-width: 1023px){
        .techniques-screenshots {
            flex-direction: column;
        }

        .right-arrow {
            transform: rotate(90deg);
        }
    }
}
.versions {
    .versions-layout {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}
.ips-patcher {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 25px;
    border: 1px solid lightgray;
    border-radius: 5px;
    margin: 25px 10px;
}

@media screen and (max-width: 728px) {
    .ips-patcher {
        flex-direction: column;
    }
}

input::file-selector-button, button {
    border: 1px solid lightgray;
    color: lightgray;
    outline: none;
    cursor: pointer;
    background-color: #080810;
    margin: 5px;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
}
.about {
    .about-screenshots {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 25px;
    }

    img {
        max-width: 100%;
    }
}
.save-editor {
    table {
        width: 100%;

        td:not(:nth-child(2)) {
            text-align: center;
        }
    }

    .download-button {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        width: 100%;
    }
}
@keyframes open-animation {
  0% {
    border-radius: 25px;
    max-height: 50px;
    max-width: 50px;
  }

  100% {
    border-radius: 10px;
    max-height: 100%;
    max-width: 100%; 
  }
}

@keyframes close-animation {
  0% {
    height: calc-size(auto);
    border-radius: 10px;
    max-height: 100%;
    max-width: 100%;
  }

  100% {
    border-radius: 25px;
    max-height: 50px;
    max-width: 50px;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.navigation {
  align-items: center;
  background-color: #404040;
  border-radius: 25px;
  bottom: 25px;
  box-shadow: 5px 5px 6px #0000007a;
  cursor: pointer;
  display: flex;
  justify-content: center;
  left: calc(100% - 50px);
  overflow: hidden;
  position: sticky;
  text-align: left;

  &.open {
    border-radius: 10px;
    width: 300px;

    .navigation-icon {
      display: none;
    }
  }

  nav {
    list-style: none;
    padding: 10px 0;
    width: 100%;
  }

  &:not(.open) {
    height: 50px;
    width: 50px;

    nav {
      display: none;
    }
  }

  a:link,
  a:visited,
  a:hover,
  a:active {
    color: #ffffff;
    display: block;
    font-size: 16px;
    padding: 12px 12px;
    text-decoration: none;
    width: 100%;
  }

  a:hover {
    background-color: #808080;
  }

  nav > li:last-child {
    border-top: 1px solid #ffffff;
  }

  .navigation-icon {
    .navigation-icon-bar {
      background-color: white;
      border-radius: 10px;
      height: 3px;
      margin: 5px 0;
      width: 30px;
    }
  }
}


/*# sourceMappingURL=main.cb8be73f.css.map*/