/* MindLensgis — shared logo & brand styles (white logo background) */

.app-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
}

.app-brand-logo-wrap,
.brand-logo,
.brand-logo-wrap,
.nav-logo-mark {
    background: #ffffff;
    overflow: hidden;
    flex-shrink: 0;
    display: block;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.1);
    border: 1px solid rgba(226, 232, 240, 0.95);
}

.app-brand-logo-wrap,
.brand-logo,
.nav-logo-mark {
    width: 40px;
    height: 40px;
    border-radius: 12px;
}

.brand-logo-wrap,
.app-brand-logo-wrap--lg {
    width: 72px;
    height: 72px;
    border-radius: 18px;
}

.brand-logo {
    width: 44px;
    height: 44px;
    border-radius: 14px;
}

.app-brand-logo-wrap img,
.brand-logo img,
.brand-logo-wrap img,
.nav-logo-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    background: #ffffff;
    padding: 3px;
}

.app-brand-name {
    font-family: 'Space Grotesk', 'Segoe UI', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #4f46e5;
    white-space: nowrap;
}

.app-brand-heading {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #4f46e5;
    text-align: center;
}

.app-brand-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.app-brand-stack .app-brand-logo-wrap,
.app-brand-stack .brand-logo-wrap {
    margin-bottom: 1rem;
}
