<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.beck-test-container {
    max-width: 800px;
    margin: 2em auto;
    padding: 2em;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.beck-test-header {
    margin-bottom: 2em;
    text-align: center;
}

.beck-test-progress {
    margin-bottom: 1.5em;
    background: #f5f5f5;
    height: 10px;
}

.beck-test-progress-bar {
    height: 100%;
    background: #0073aa;
    width: 0%;
    transition: width 0.3s ease;
}

.beck-test-progress-text {
    text-align: center;
    margin-top: 0.5em;
    color: #666;
    font-size: 0.9em;
}

.beck-test-question {
    margin-bottom: 2em;
}

.beck-test-question h3 {
    margin-bottom: 1em;
    color: #23282d;
}

.beck-test-options label {
    display: block;
    margin: 0.5em 0;
    padding: 0.8em;
    background: #f9f9f9;
    border-left: 3px solid #ddd;
    cursor: pointer;
}

.beck-test-options input[type="radio"] {
    margin-right: 10px;
}

.beck-test-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
}

.beck-test-error {
    color: #dc3232;
    padding: 1em;
    background: #ffebee;
}

#beckTestQuestionsContainer {
    display: none;
}
</pre></body></html>