/* ===== MEKTEB AUTH BAR ===== */
#mekteb-auth-bar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 9999;
    background: rgba(4, 47, 34, 0.97);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(251,191,36,0.25);
    padding: 0 1.5rem;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Lora','Roboto',sans-serif;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.85);
}
#mekteb-auth-bar a { color: #fbbf24; text-decoration: none; font-weight: 600; }
#mekteb-auth-bar a:hover { text-decoration: underline; }
#mekteb-auth-bar .ab-sep { color: rgba(255,255,255,0.3); margin: 0 4px; }
#mekteb-auth-bar .ab-name { color: #fbbf24; font-weight: 700; }
#mekteb-auth-bar .ab-bodovi {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border: 1px solid #f59e0b;
    color: #92400e;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 700;
    margin: 0 4px;
    white-space: nowrap;
}
#mekteb-auth-bar .ab-btn {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.85);
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 0.78rem;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
    font-family: inherit;
    margin-left: 4px;
}
#mekteb-auth-bar .ab-btn:hover { background: rgba(255,255,255,0.1); color: #fff; }
#mekteb-auth-bar .ab-btn.gold { border-color: #fbbf24; color: #fbbf24; }
#mekteb-auth-bar .ab-btn.gold:hover { background: rgba(251,191,36,0.15); }
body { padding-top: 44px !important; }
