/* Waterbear SyncVar Page - Blue/Purple Theme */

.header-content h1 {
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-purple) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.header-content .subtitle {
    color: var(--text-secondary);
    font-size: 14px;
}

.version-badge {
    background: var(--accent-primary);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

/* Section Icons */
.section-icon {
    background: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-purple) 100%);
}

/* Button Hover State */
button:hover {
    background: var(--accent-primary);
    border-color: var(--accent-primary);
}

/* Console Output Color */
#result {
    color: #10b981;
}
