.app-header--arkaana {
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
    min-height: auto;
}

.app-header--arkaana #kt_app_header_container {
    padding-bottom: 1rem;
}

.app-header__shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0.9rem 1.25rem;
    background: #ffffff;
    /*
    border: 1px solid #eef1f5;
    border-radius: 1.25rem;
    */
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.app-header__brand,
.app-header__actions {
    flex: 0 0 auto;
}

.app-header__brand-link {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
    color: #1f2a44;
}

.app-header__brand-mark {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
}

.app-header__brand-dot {
    color: #e1a33a;
}

.app-header__brand-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: #fff6e7;
    color: #c48218;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.app-header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex: 1 1 auto;
    min-width: 0;
}

.app-header__nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1rem;
    border-radius: 0.85rem;
    color: #5e6278;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.app-header__nav-link:hover {
    background: #f8faff;
    color: #1f6bff;
}

.app-header__nav-link.is-active {
    background: #f3f7ff;
    color: #1f6bff;
    box-shadow: inset 0 0 0 1px #dbe7ff;
}

.app-header__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.app-header__user {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.app-header__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.95rem;
    background: linear-gradient(135deg, #1f2a44 0%, #31446e 100%);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.app-header__identity {
    min-width: 0;
}

.app-header__name {
    color: #1f2a44;
    font-weight: 700;
    line-height: 1.2;
}

.app-header__email {
    color: #99a1b7;
    font-size: 0.85rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 14rem;
}

.app-header__logout {
    white-space: nowrap;
}

@media (max-width: 1199.98px) {
    .app-header__shell {
        flex-wrap: wrap;
    }

    .app-header__nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 0.15rem;
    }

    .app-header__nav::-webkit-scrollbar {
        height: 6px;
    }
}

@media (max-width: 767.98px) {
    .app-header--arkaana #kt_app_header_container {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .app-header__shell {
        padding: 1rem;
        border-radius: 1rem;
        gap: 1rem;
    }

    .app-header__brand-link {
        flex-wrap: wrap;
    }

    .app-header__brand-mark {
        font-size: 1.65rem;
    }

    .app-header__actions {
        width: 100%;
        justify-content: space-between;
    }

    .app-header__user {
        min-width: 0;
        flex: 1 1 auto;
    }

    .app-header__email {
        max-width: 10rem;
    }
}
