.question-container[data-v-204b23d2] {
    margin-bottom: 8px
}

.question[data-v-204b23d2] {
    display: flex;
    padding: 16px;
    color: #424242;
    font-size: 1rem;
    font-weight: 700;
    background-color: #f8f8f8;
    border-radius: 4px
}

.answer[data-v-204b23d2] {
    padding: 8px 16px
}

.bar[data-v-273d1a4b] {
    height: 60px;
    border-bottom: 1px solid #eee
}

.puzzleCode[data-v-e9248e02] {
    position: fixed;
    right: 0;
    padding: 4px 10px 2px 8px;
    color: #636363;
    background-color: #f8f8f8;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-bottom-left-radius: 6px;
    z-index: 2
}

.puzzleCode.solved[data-v-e9248e02] {
    background-color: #c8e6c9;
    border-color: #a5d6a7
}

.puzzleCode a[data-v-e9248e02] {
    position: relative;
    bottom: -2px;
    padding-right: 6px;
    font-size: 1.25rem;
    color: #212121
}

.bottom-bar[data-v-dfdf713a] {
    height: 75px;
    border-top: 1px solid #eee
}

.icon-button[data-v-dfdf713a] {
    display: flex;
    align-items: center
}

.icon-button span[data-v-dfdf713a] {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width .4s ease, padding .4s ease
}

.icon-button:hover span[data-v-dfdf713a] {
    max-width: 200px;
    padding-left: 8px
}

.button-loading-overlay[data-v-dfdf713a] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: rgba(25, 135, 84, .25098039215686274)
}

.vertical-separator[data-v-dfdf713a] {
    display: flex;
    align-items: center;
    width: 0;
    height: 80%;
    margin: 0 8px;
    padding: 0;
    border-left: 1px solid #d0d0d0;
    color: #9e9e9e;
    font-weight: 300
}

.vertical-separator span[data-v-dfdf713a] {
    position: relative;
    background-color: #fff;
    right: 8px
}

.op-icon[data-v-9d0c702c] {
    display: flex;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    margin-right: 4px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    font-weight: 900;
    color: #424242;
    transition: background-color .4 ease;
    cursor: pointer
}

.selected[data-v-9d0c702c] {
    background-color: #2e7d32;
    color: #fff;
    border-color: #005005
}

.op-icon[data-v-9d0c702c]:hover {
    background-color: #fafafa
}

.inv-rotate[data-v-9d0c702c],
.rotate[data-v-9d0c702c] {
    border-radius: 20px
}

.inv-inner-shift[data-v-9d0c702c],
.inv-outer-shift[data-v-9d0c702c],
.inv-rotate[data-v-9d0c702c] {
    white-space: pre
}

.playback-bar[data-v-0e82b333] {
    position: absolute;
    width: 100%;
    overflow: hidden;
    bottom: 0;
    padding: 8px 16px;
    background-color: #f4f4f4;
    border-top: 1px solid #eee
}

.key-icon[data-v-51f9887a] {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    background-color: #f0f0f0;
    border-radius: 5px;
    border-bottom: 3px solid #ddd;
    cursor: pointer;
    transition: filter .2s ease
}

.key-icon[data-v-51f9887a]:hover {
    background-color: #ddd;
    border-color: #ccc;
    filter: brightness(90%)
}

.spacebar[data-v-51f9887a] {
    position: relative;
    top: 2px;
    left: 1px;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-orientation: mixed
}

.controls-guide[data-v-da62bb4a] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    padding: 12px;
    background-color: hsla(0, 0%, 100%, .8);
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-top-left-radius: 4px
}

.controls-guide.playback[data-v-da62bb4a] {
    bottom: 57px
}

.controls-guide .title[data-v-da62bb4a] {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}

.key-desc[data-v-da62bb4a] {
    display: flex;
    align-items: center;
    margin-bottom: 6px
}

.key-desc small[data-v-da62bb4a] {
    padding-left: 12px
}

#app,
body,
html {
    width: 100%;
    height: 100%;
    margin: 0
}