<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.command {
    margin-left: 0.75rem;
    font-size: 1rem;
}
.app {
    position: relative;
    text-align: center;
}
section {
    margin: 20px 0;
}
.game2 {
    margin: 30px 0;
}
.app,
.game2,
.help {
    visibility: hidden;
}
.game2 {
    min-height: 20px;
    padding: 19px;
    margin: 1rem 0;
    background-color: #f3f4f8;
    border-radius: 12px;
    display: inline-block;
}

#status {
    margin-bottom: 19px;
    font-size: 17.5px;
    font-weight: bold;
    line-height: 20px;
    color: #643310;
    text-rendering: optimizelegibility;
    min-height: 20px;
}
#gameboard {
    display: block;
    background-color: #f3f4f8;
    cursor: default;
    font-weight: bold;
    min-height: 400px;
    min-width: 400px;
}
.control select {
    width: 10em;
    margin-bottom: 0;
}
menu {
    margin: -5px;
}
menu .buttongroup {
    display: inline-block;
    margin: 5px;
}
.keyboard button {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
@media (max-width: 767px) {
    .game2 {
        padding: 9px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    #status {
        margin-bottom: 9px;
    }
}
@media (max-width: 480px) {
    body {
        padding-left: 5px;
        padding-right: 5px;
    }
    header,
    section {
        margin: 5px 0;
    }
    .game2 {
        margin: 10px 0;
    }
    #status {
        font-size: 14px;
        margin-bottom: 5px;
    }
    header {
        padding-bottom: 4px;
    }
    header h1 {
        display: block;
    }
    header .subtitle {
        display: none;
    }
    h1 {
        font-size: 21px;
        line-height: 30px;
    }
    button,
    .keyboard button,
    select {
        padding: 2px 10px;
        font-size: 11.9px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    select {
        height: 26px;
    }
    menu {
        margin: -2px;
    }
    menu .buttongroup {
        display: inline-block;
        margin: 2px;
    }
}
.message-backdrop {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
    display: none;
}
.message {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853;
    padding-top: 14px;
    padding-bottom: 14px;
    display: none;
    position: relative;
    top: 30%;
    left: 10%;
    z-index: 1050;
}
.message.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.message.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.message.alert-danger {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.message h4 {
    margin-top: 0;
    margin-right: 5px;
}
.message .close {
    position: absolute;
    top: 5px;
    right: 10px;
}
body.index ul {
    margin: 0 -10px;
    list-style: none;
    *zoom: 1;
}
body.index ul:before,
body.index ul:after {
    display: table;
    content: "";
    line-height: 0;
}
body.index ul:after {
    clear: both;
}
body.index li {
    display: inline-block;
    vertical-align: top;
    width: 24.75%;
    margin: 10px -1px;
}
body.index li &gt; a {
    display: block;
    position: relative;
    min-height: 75px;
    line-height: 20px;
    padding: 10px 10px 10px 95px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: inherit;
}
body.index li &gt; a h3,
body.index li &gt; a h4 {
    margin-top: 0;
}
body.index li &gt; a p {
    margin: 10px 0 0;
}
body.index li &gt; a:hover {
    text-decoration: inherit;
    border-color: #ae9074;
}
body.index li &gt; a:hover h3,
body.index li &gt; a:hover h4 {
    color: #173959;
    text-decoration: underline;
}
body.index li img {
    display: block;
    max-width: 75px;
    position: absolute;
    top: 10px;
    left: 10px;
}
@media (min-width: 1200px) {
    body.index li {
        width: 19.75%;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    body.index li {
        width: 33%;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    body.index li {
        width: 49.5%;
    }
}
@media (max-width: 480px) {
    body.index li {
        width: 100%;
    }
}
#debug {
    display: none;
    margin: 40px 0 0;
    padding-top: 9px;
    border-top: 1px solid #ae9074;
    white-space: pre-wrap;
    margin-top: 20px;
}
#debug .meter {
    display: inline-block;
    position: relative;
    width: 250px;
    height: 20px;
    background-color: #f2deba;
    vertical-align: bottom;
}
#debug .meter .current,
#debug .meter .peak {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
}
#debug .meter .current {
    background-color: #d6e9c6;
}
#debug .meter .peak {
    left: -1px;
    background-color: transparent;
    border-right: 2px solid #b94a48;
}
#debug .meter .max-label {
    position: absolute;
    right: 0;
    top: 0;
}
#debug .meter .peak-label {
    position: absolute;
    left: 0;
    top: 0;
}
</pre></body></html>