body {
    min-height: 100vh;
    background: #f8fafc;
}
textarea {
    min-height: 320px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.brand-dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 999px;
    background: #0d6efd;
    margin-right: 8px;
}
.output {
    white-space: pre-wrap;
}

