body {
    font-family: "MS UI Gothic", "MS PGothic", sans-serif;
    -webkit-font-smoothing: none;
    image-rendering: pixelated;
    color: rgb(244, 244, 244);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.015em;

}

.crystal-ocean-wave {
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.sunset-mountain-peak {
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 520px;
    height: 260px;
    border-radius: 9px 9px 0 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(0, 0, 144);
    letter-spacing: 0.013em;
}

.snow-covered-mountain {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    display: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 2rem;
    border-radius: 8px;
    max-width: 90vw;
    width: auto;
    height: auto;
    font-size: min(32px, 5vw);
    line-height: 1.4;
    z-index: 1000;
    white-space: pre-wrap;
    word-break: break-word;
}

.forest-river-mist span {
    margin: 0 0.05em;
}

.forest-river-mist {
    width: 100%;
    background-color: rgb(5, 61, 226);
    border-radius: 8px 8px 0 0;
    padding: 8px 5px;
    box-shadow: inset 0 2px 8px 0 rgba(255, 255, 255, 0.6);
    align-items: center;
    height: 14%;
}

.silver-cloud-path {
    font-weight: normal;
    display: flex;
    flex-direction: column;
    height: 86%;
}

.golden-leaf-shine {
    flex: 0.45 1 47%;
    background-color: #fff;
}

.golden-leaf-shine img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mystic-valley-song {
    flex: 0.55 1 53%;
    background-color: rgb(236, 230, 213);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 12px;
    color: rgba(0, 0, 0, 1);
}

.golden-leaf-shine,
.mystic-valley-song {
    min-height: 0;
}

.azure-wind-whisper {
    display: flex;
    flex-direction: column;
    justify-content: left;
    gap: 8px;
}

.azure-wind-whisper label {
    letter-spacing: 0.064em;
}

.azure-wind-whisper input {
    padding: 0 0.1em;
    letter-spacing: 0.08cap;
}

.coral-dream-light {
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap: 8px;
}

.coral-dream-light label:hover {
    cursor: default;
}

.coral-dream-light label {
    width: 100px;
}

.coral-dream-light input {
    border: 1px solid #629cf8;
    width: 60%;
    background-color: #fff;
}

.ub {
    border-bottom: 1px solid #000;
}

.ember-frost-dance {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}

.ember-frost-dance button {
    border: 1px solid #000;
    outline: 2px solid #98c1ec;
    outline-offset: -3px;
    padding: 2px 30px;
    border-radius: 4px;
    background-color: rgb(240, 240, 240);
    letter-spacing: 0.015em;
    cursor: pointer;
}

.ember-frost-dance button:hover {
    border: 1px solid #000;
    outline: 2px solid #f9cc79;
    outline-offset: -3px;
}

.ember-frost-dance button:active,
.ember-frost-dance button:disabled {
    border: 1px solid #000;
    outline: none;
    background-color: #e1e1e1;
}

.ember-frost-dance button:disabled {
    cursor: not-allowed;
}

button {
    letter-spacing: 0.015em;
}