/* F2AI - Professional topbar icons: separated crescent moon/sun and balanced copper bell */
.lcpi-top-actions{
    gap:12px !important;
    align-items:center !important;
}
.lcpi-top-actions .lcpi-chip,
.lcpi-top-icon-btn,
.lcpi-lang-chip{
    height:44px !important;
    border-radius:14px !important;
    background:linear-gradient(180deg,rgba(17,23,55,.82),rgba(7,12,32,.94)) !important;
    border:1px solid rgba(145,122,255,.22) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 0 13px rgba(113,74,255,.12) !important;
}
.lcpi-theme-toggle{
    width:82px !important;
    min-width:82px !important;
    padding:0 14px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:visible !important;
}
.lcpi-theme-toggle .lcpi-theme-symbols{
    width:auto !important;
    height:24px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:15px !important;
    flex:0 0 auto !important;
}
.lcpi-theme-toggle .lcpi-top-sun,
.lcpi-theme-toggle .lcpi-top-moon{
    position:static !important;
    width:20px !important;
    height:20px !important;
    display:block !important;
    opacity:.98 !important;
}
.lcpi-theme-toggle .lcpi-top-sun{
    filter:drop-shadow(0 0 8px rgba(255,190,76,.55)) !important;
}
.lcpi-theme-toggle .lcpi-top-moon{
    filter:drop-shadow(0 0 8px rgba(188,116,255,.48)) !important;
}
.lcpi-theme-toggle i,
.lcpi-theme-toggle > img{
    display:none !important;
}
.lcpi-bell{
    width:48px !important;
    min-width:48px !important;
    padding:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:visible !important;
}
.lcpi-bell img{
    width:24px !important;
    height:24px !important;
    display:block !important;
    filter:drop-shadow(0 0 9px rgba(234,153,72,.58)) !important;
}
.lcpi-bell b{
    top:-7px !important;
    right:-6px !important;
    min-width:20px !important;
    height:20px !important;
    padding:0 5px !important;
    border-radius:999px !important;
    font-size:10px !important;
    line-height:20px !important;
    font-weight:700 !important;
    background:linear-gradient(180deg,#ff5848,#e91f30) !important;
    color:#fff !important;
    box-shadow:0 0 0 2px rgba(7,12,31,.98),0 0 13px rgba(255,42,58,.55) !important;
}
.lcpi-lang-chip img:first-child{
    width:22px !important;
    height:16px !important;
}
@media (max-width:1320px){
    .lcpi-theme-toggle{width:78px !important;min-width:78px !important;padding:0 12px !important;}
    .lcpi-theme-toggle .lcpi-theme-symbols{gap:13px !important;}
    .lcpi-theme-toggle .lcpi-top-sun,
    .lcpi-theme-toggle .lcpi-top-moon{width:19px !important;height:19px !important;}
    .lcpi-bell{width:46px !important;min-width:46px !important;}
}
