

@import url('nav-base.css');
@import url('nav-desktop.css');
@import url('nav-mobile.css');

.header-unified .btn {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.header-unified .btn-secondary {
    background: transparent;
    color: var(--header-text-color);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.header-unified .btn-secondary:hover {
    border-color: var(--header-accent);
    color: var(--header-accent);
}