body {
    margin: 0;
    min-height: 100vh;
    background: #0b1c0b;
    color: #d4d98c;
    font-family: "Courier New", Courier, monospace;
    font-size: 16px;
    line-height: 1.5;
    padding: 24px;
}

pre {
    margin: 0 0 24px 0;
    white-space: pre;
}

.block {
    border-left: 2px solid #4e5b2a;
    padding-left: 12px;
}

a,
a:visited {
    color: #d4d98c;
}

.progress {
    margin-top: 12px;
    padding: 10px;
    border: 1px solid #4e5b2a;
    background: #132a13;
    border-radius: 4px;
}

.progress-bar {
    height: 12px;
    width: 0%;
    background: linear-gradient(90deg, #6fcf6f, #a8e063);
    border-radius: 2px;
    transition: width 0.2s ease;
}

.progress-text {
    margin-top: 8px;
    font-size: 14px;
}
