body {
    font-family: 'JetBrains Mono', monospace;
    padding: 20px;
    background: #000;
    color: #fff;
}

a {
    color: #60a5fa;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.result {
    background: #1e1e1e;
    color: #60a5fa;
    padding: 14px;
    margin-top: 12px;
    border-radius: 6px;
    font-size: 13px;
    white-space: pre-wrap;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    line-height: 1.4;
    font-family: 'JetBrains Mono', monospace;
}
