body {
    background: #f4f5f7;
}
.login-body {
    min-height: 100vh;
    background: #1f2430;
}
.result-content {
    white-space: pre-wrap;
    font-size: 0.95rem;
    line-height: 1.5;
    max-height: 70vh;
    overflow-y: auto;
}
