
/* V19.4 - زر الأعمال اليومية بجانب قائمة الموبايل */
.mobile-tasks-quick-btn{
    display:none;
}

@media(max-width:1150px){
    .mobile-tasks-quick-btn{
        width:40px !important;
        height:40px !important;
        min-width:40px !important;
        border-radius:14px !important;
        display:grid !important;
        place-items:center !important;
        text-decoration:none !important;
        color:#111 !important;
        background:linear-gradient(180deg,#ffd76a,#c58a1b) !important;
        border:1px solid rgba(255,215,106,.55) !important;
        box-shadow:0 12px 24px rgba(0,0,0,.24), 0 0 18px rgba(255,215,106,.18) !important;
        font-size:19px !important;
        font-weight:900 !important;
        flex:0 0 auto !important;
        position:relative !important;
        z-index:2147483000 !important;
    }

    .mobile-tasks-quick-btn::after{
        content:'الأعمال';
        position:absolute;
        bottom:-18px;
        left:50%;
        transform:translateX(-50%);
        font-size:10px;
        color:#ffd76a;
        line-height:1;
        white-space:nowrap;
        font-weight:900;
        text-shadow:0 2px 6px rgba(0,0,0,.7);
    }

    .mobile-tasks-quick-btn:hover,
    .mobile-tasks-quick-btn:active{
        transform:translateY(-1px);
        filter:brightness(1.08);
    }

    /* إذا صار زحام بالهيدر، نخلي الزر ثابت الحجم وما يضغط الرصيد */
    .topbar{
        gap:8px !important;
    }
}

@media(max-width:420px){
    .mobile-tasks-quick-btn{
        width:38px !important;
        height:38px !important;
        min-width:38px !important;
        font-size:18px !important;
    }

    .mobile-tasks-quick-btn::after{
        font-size:9px;
        bottom:-17px;
    }
}
