@import url('./design-tokens.css');
/* Brand Text Layout - Username below Title */
.app-topbar .brand img { 
    width: 45px !important; 
    height: 45px !important; 
}

.app-topbar .brand-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.app-topbar .brand-title {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.95);
}

.app-topbar .brand-username {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: rgba(255, 255, 255, 0.7);
}



