/* Snowtech internal-tool accents — pairs with Bootstrap 5 */

:root {
    --snowtech-header-from: #0f2942;
    --snowtech-header-to: #153a5c;
    --snowtech-accent: #3d8bfd;
}

.snowtech-header {
    background: linear-gradient(135deg, var(--snowtech-header-from), var(--snowtech-header-to));
}

.snowtech-header .tracking-tight {
    letter-spacing: -0.02em;
}

.snowtech-footer a:hover {
    text-decoration: underline !important;
}

.lg-output-pre {
    font-size: 0.8125rem;
    line-height: 1.45;
    padding: 1rem 1.125rem;
    border-radius: 0.375rem;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    max-height: min(70vh, 520px);
    overflow: auto;
    white-space: pre-wrap;
    word-break: break-word;
}

@media (max-width: 575.98px) {
    .lg-output-pre {
        font-size: 0.75rem;
        max-height: min(60vh, 440px);
    }
}

.lg-result-card .lg-status-badge {
    font-weight: 600;
}
