/* F2AH - Topbar icon final polish: closer to approved design, no emoji, larger copper bell */
.lcpi-top-actions{
    gap:11px !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,.84),rgba(8,13,34,.94)) !important;
    border:1px solid rgba(146,120,255,.20) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 0 14px rgba(104,76,255,.10) !important;
}
.lcpi-theme-toggle{
    position:relative !important;
    width:76px !important;
    min-width:76px !important;
    padding:0 8px !important;
    justify-content:flex-start !important;
    overflow:hidden !important;
}
.lcpi-theme-toggle .lcpi-theme-symbols{
    position:relative !important;
    width:34px !important;
    height:30px !important;
    display:block !important;
    flex:0 0 34px !important;
}
.lcpi-theme-toggle .lcpi-top-sun{
    position:absolute !important;
    left:1px !important;
    top:1px !important;
    width:27px !important;
    height:27px !important;
    opacity:.98 !important;
    filter:drop-shadow(0 0 9px rgba(255,184,58,.55)) !important;
}
.lcpi-theme-toggle .lcpi-top-moon{
    position:absolute !important;
    left:19px !important;
    top:3px !important;
    width:13px !important;
    height:13px !important;
    opacity:.96 !important;
    filter:drop-shadow(0 0 8px rgba(166,105,255,.60)) !important;
}
.lcpi-theme-toggle > img{
    display:none !important;
}
.lcpi-theme-toggle i{
    position:absolute !important;
    right:8px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    width:25px !important;
    height:25px !important;
    border-radius:50% !important;
    background:radial-gradient(circle at 34% 28%,#fff 0,#e5d5ff 30%,#aa73ff 68%,#6e39ee 100%) !important;
    box-shadow:0 0 20px rgba(172,102,255,.76), inset 0 1px 4px rgba(255,255,255,.45) !important;
}
.lcpi-bell{
    width:48px !important;
    min-width:48px !important;
    padding:0 !important;
}
.lcpi-bell img{
    width:26px !important;
    height:26px !important;
    filter:drop-shadow(0 0 10px rgba(238,169,83,.62)) !important;
}
.lcpi-bell b{
    top:-8px !important;
    right:-6px !important;
    min-width:21px !important;
    height:21px !important;
    font-size:11px !important;
    font-weight:700 !important;
    background:linear-gradient(180deg,#ff4d3e,#f21d2d) !important;
    box-shadow:0 0 0 2px rgba(7,12,31,.98),0 0 13px rgba(255,41,55,.60) !important;
}
.lcpi-lang-chip{
    height:44px !important;
    min-width:72px !important;
    gap:7px !important;
    padding:0 12px !important;
}
.lcpi-lang-chip img:first-child{
    width:22px !important;
    height:16px !important;
    box-shadow:0 0 9px rgba(70,150,255,.30) !important;
}
.lcpi-guest .avatar{
    width:44px !important;
    height:44px !important;
}
.lcpi-guest .avatar img{
    width:27px !important;
    height:27px !important;
}
.lcpi-login-btn{
    height:44px !important;
    min-width:152px !important;
    padding:0 19px !important;
    border-radius:11px !important;
    box-shadow:0 0 15px rgba(183,78,255,.34),inset 0 1px 0 rgba(255,255,255,.21) !important;
}
@media (max-width:1320px){
    .lcpi-theme-toggle{width:72px !important;min-width:72px !important;}
    .lcpi-login-btn{min-width:138px !important;padding:0 15px !important;}
}
