.brand-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.brand-mark {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #fff;
    padding: 2px;
    box-shadow: 0 0 15px rgba(0, 245, 233, 0.15);
}

body.light-mode .brand-mark {
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 0 12px rgba(0, 137, 133, 0.1);
}

.brand-word {
    display: inline-flex !important;
    align-items: baseline;
    font-family: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    opacity: 1 !important;
    filter: none !important;
}

.brand-word-swipe {
    color: #008985 !important;
}

.brand-word-muse {
    color: #d93c23 !important;
}
