body {
    background: #181818;
    color: #e0e0e0;
    font-family: 'Fira Mono', 'Consolas', monospace;
    margin: 0;
    padding: 0;
    background: #444 !important;
    color: #fff !important;
    font-size: 22px !important;
    padding: 10px 28px !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer;
    margin-bottom: 8px;
}

#lore-bubble {
    background: #222 !important;
    color: #fff !important;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    line-height: 1.5;
    min-width: 320px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: 48px;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 24px 18px;
    display: flex;
    align-items: flex-start;
}

#game-container {
    max-width: 1400px;
    min-width: 620px;
    margin: 32px auto;
    padding: 28px 16px;
    background: #222;
    border-radius: 16px;
    box-shadow: none;
}

.ascii-art {
    white-space: pre;
    font-size: 18px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 22px;
}

#output {
    min-height: 120px;
    margin-bottom: 16px;
    font-size: 24px;
    white-space: pre-wrap;
    font-size: 24px;
}

#input {
    width: 100%;
    font-size: 16px;
    padding: 8px;
    border-radius: 0;
    border: none;
    background: #222 !important;
    color: #fff !important;
    box-shadow: none;
    outline: none;
}

#input::placeholder {
    color: #bbb;
    opacity: 1;
}

#input:focus {
    background: #222 !important;
    color: #fff !important;
    border-color: #666;
    outline: none;
}

button {
    background: #333;
    color: #e0e0e0;
    border: none;
    padding: 8px 16px;
    border-radius: 0;
    font-size: 16px;
    cursor: pointer;
    margin-top: 8px;
}

button:hover {
    background: #444;
}
