/* Katman & dropdown — her ekranda en üstte, tıklanabilir */

.app-header,
.home-header {
    position: sticky;
    top: 0;
    z-index: 9000;
    overflow: visible;
    isolation: isolate;
}

.app-header-tools,
.home-header-tools {
    position: relative;
    z-index: 9998;
    overflow: visible;
}

.nav-profile-wrap {
    position: relative;
    z-index: 9999;
}

.nav-profile-menu {
    position: fixed;
    z-index: 9999;
    pointer-events: auto;
    margin: 0;
}

body.profile-menu-open::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 9997;
    background: rgba(0, 0, 0, 0.42);
    pointer-events: none;
}

.mob-tabbar {
    z-index: 8000;
}

.app-main,
.app-main-inner {
    position: relative;
    z-index: 1;
}
