/* LeadCPI Offerwall Route
   SINGLE CSS SOURCE OF TRUTH. V20 topbar spans main + rightbar and inherits Index CSS stack.
   Do not create offerwall-v*.css again.
*/
:root{
  --ow-left:226px;
  --ow-right:340px;
  --ow-gap:16px;
  --ow-top:72px;
  --ow-bg:#020817;
  --ow-panel:#071225;
  --ow-panel-2:#0a1730;
  --ow-line:rgba(128,155,220,.16);
  --ow-purple:#a633ff;
  --ow-purple-2:#711df0;
  --ow-pink:#f13dff;
  --ow-cyan:#25d7ff;
  --ow-green:#24ff91;
  --ow-muted:#8792af;
  --ow-text:#eef4ff;
}
html{scrollbar-color:#7a35ff #040b1d;}
body.lcpi-offerwall-page{
  background:
    radial-gradient(circle at 42px 34px,rgba(116,72,255,.15),transparent 120px),
    radial-gradient(circle at 48% 0%,rgba(36,124,255,.18),transparent 34%),
    radial-gradient(circle at 86% 3%,rgba(171,56,255,.18),transparent 30%),
    linear-gradient(180deg,#020715 0%,#041022 52%,#020714 100%) !important;
  overflow-x:hidden;
}
body.lcpi-offerwall-page:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:
    linear-gradient(rgba(62,119,255,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(139,92,246,.023) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.72),transparent 78%);
}
body.lcpi-offerwall-page .lcpi-orb,
body.lcpi-offerwall-page .ow-orb,
body.lcpi-offerwall-page .ow-hero-circle,
body.lcpi-offerwall-page .ow-background-circle,
body.lcpi-offerwall-page .offerwall-v15-orb{display:none!important;}

/* =========================
   LAYOUT LOCK
========================= */
.ow-shell{
  width:min(100%,1920px);
  min-height:100vh;
  margin:0 auto;
  padding:20px 18px 18px 20px;
  display:grid;
  grid-template-columns:var(--ow-left) minmax(0,1fr) var(--ow-right);
  grid-template-rows:var(--ow-top) auto auto;
  grid-template-areas:
    "left top top"
    "left main right"
    "left foot foot";
  column-gap:var(--ow-gap);
  row-gap:14px;
  align-items:start;
}
/* LEFTBAR PASS-THROUGH: do not restyle Index leftbar here.
   The route only places the shared leftbar in the grid.
   Font size, font weight, card spacing, menu effects must stay controlled by frontend-shell.css + frontend-sidebar-menu-polish.css. */
.ow-shell>.lcpi-sidebar{grid-area:left;z-index:5;}

.ow-main{grid-area:main;min-width:0;position:relative;z-index:1;}
.ow-right{grid-area:right;min-width:0;width:var(--ow-right);position:relative;z-index:2;display:flex;flex-direction:column;gap:14px;}
.ow-footer{grid-area:foot;min-width:0;}

/* =========================
   TOPBAR — INDEX STANDARD, SPAN MAIN + RIGHTBAR
   The DOM/classes are the same as desktop Index.
   Only placement is locked here so the topbar covers BOTH main and rightbar.
========================= */
.ow-shell > .lcpi-topbar{
  grid-area:top;
  grid-column:2 / 4!important;
  grid-row:1!important;
  margin:0!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  height:64px!important;
  min-height:64px!important;
  align-self:start!important;
  display:grid!important;
  grid-template-columns:minmax(420px,1fr) max-content!important;
  align-items:center!important;
  gap:16px!important;
  padding:0!important;
}
.ow-shell > .lcpi-topbar .lcpi-search{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  justify-self:stretch!important;
}
.ow-shell > .lcpi-topbar .lcpi-top-actions{
  justify-self:end!important;
  margin-left:0!important;
  min-width:max-content!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  white-space:nowrap!important;
}
.ow-route-search input{font-size:14px!important;}
.ow-filter-chip{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  min-width:118px!important;
  height:48px!important;
  padding:0 14px!important;
  font-weight:560!important;
  color:#fff!important;
  background:linear-gradient(145deg,rgba(50,20,88,.92),rgba(22,10,48,.96))!important;
  border-color:rgba(174,74,255,.34)!important;
  box-shadow:0 0 20px rgba(141,52,255,.16),inset 0 1px rgba(255,255,255,.07)!important;
}
.ow-filter-chip img{width:17px;height:17px;object-fit:contain;filter:hue-rotate(92deg) saturate(1.4);}
.ow-filter-chip span{font-size:13px;line-height:1;}
.ow-filter-chip b{
  position:static!important;
  display:grid!important;
  place-items:center!important;
  min-width:20px!important;
  height:20px!important;
  padding:0!important;
  border-radius:99px!important;
  background:#9b2cff!important;
  color:#fff!important;
  font-size:11px!important;
  line-height:1!important;
  border:0!important;
}

/* =========================
   HEADING + TABS
========================= */
.ow-heading{margin:0 0 18px;}
.ow-breadcrumb{font-size:12px;color:#7f8dab;}
.ow-breadcrumb span{padding:0 9px;color:#a44cff;}
.ow-titleline{display:flex;align-items:center;gap:14px;margin-top:9px;}
.ow-gamepad{display:grid;place-items:center;width:48px;height:48px;font-size:30px;filter:drop-shadow(0 0 16px rgba(183,73,255,.62));}
.ow-titleline h1{margin:0;color:#fff;font-size:34px;line-height:1;font-weight:740;letter-spacing:-1.1px;}
.ow-titleline p{margin:7px 0 0;color:#b4bfd8;font-size:14px;}
.ow-tabs{display:grid;grid-template-columns:repeat(7,minmax(120px,1fr));gap:10px;margin:0 0 20px;}
.ow-tab{height:58px;border:1px solid rgba(139,92,246,.16);border-radius:10px;background:radial-gradient(circle at 82% 22%,rgba(151,51,255,.2),transparent 40%),linear-gradient(180deg,rgba(12,24,43,.94),rgba(7,15,30,.94));display:grid;grid-template-columns:30px minmax(0,1fr);grid-template-rows:1fr 1fr;align-items:center;text-align:left;padding:9px 14px;color:#cbd5ef;cursor:pointer;}
.ow-tab span{grid-row:1/3;font-size:21px;}
.ow-tab b{font-size:13px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ow-tab small{font-size:11px;color:#7f8aa8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ow-tab.is-active{border-color:#a139ff;background:linear-gradient(135deg,rgba(126,33,218,.92),rgba(86,27,143,.78));box-shadow:0 0 24px rgba(162,50,255,.26);}
.ow-list-head{height:44px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(139,92,246,.1);padding-top:6px;}
.ow-list-head div{display:flex;align-items:center;gap:18px;}
.ow-list-head b{font-size:13px;color:#fff;}
.ow-list-head span,.ow-list-head label{font-size:12px;color:#8792ae;}
.ow-list-head select{height:34px;margin-left:7px;border:1px solid rgba(139,92,246,.21);border-radius:8px;background:#081226;color:#dbe5ff;padding:0 30px 0 12px;font-weight:700;}

/* =========================
   OFFER CARDS — SINGLE MARKUP SYSTEM
========================= */
.ow-offer-list{display:flex;flex-direction:column;gap:10px;min-width:0;}
.ow-card{
  position:relative;
  min-width:0;
  min-height:152px;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(430px,1.42fr) minmax(320px,.92fr) 156px;
  align-items:stretch;
  border:1px solid rgba(116,150,210,.14);
  border-radius:11px;
  background:
    radial-gradient(circle at 4% 50%,rgba(155,53,255,.22),transparent 22%),
    radial-gradient(circle at 98% 52%,rgba(32,234,255,.07),transparent 30%),
    linear-gradient(90deg,rgba(28,20,73,.82) 0%,rgba(9,20,37,.96) 30%,rgba(8,20,34,.98) 70%,rgba(12,34,43,.86) 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 8px 24px rgba(0,0,0,.18);
}
.ow-card.is-hot{box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 0 0 1px rgba(255,52,85,.05),0 8px 24px rgba(0,0,0,.18);}
.ow-hot{position:absolute;z-index:5;left:11px;top:9px;background:#ff405d;color:#fff;border-radius:5px;padding:4px 7px;font-size:11px;font-weight:900;}
.ow-id{position:relative;z-index:1;min-width:0;display:grid;grid-template-columns:92px minmax(0,1fr);gap:15px;align-items:center;padding:16px 20px 15px 16px;}
.ow-thumb{width:84px;height:84px;border-radius:10px;object-fit:cover;box-shadow:0 0 0 1px rgba(255,255,255,.1),0 12px 28px rgba(0,0,0,.35);}
.ow-copy{min-width:0;}
.ow-name-row{display:flex;align-items:center;gap:6px;min-width:0;}
.ow-name-row h3{margin:0;max-width:280px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;font-size:17px;line-height:1.12;font-weight:760;}
.ow-badge{display:inline-flex;align-items:center;height:18px;padding:0 6px;border-radius:4px;font-size:9px;font-weight:900;color:#36ff9b;background:rgba(20,196,113,.14);border:1px solid rgba(36,255,154,.3);white-space:nowrap;}
.ow-badge.easy,.ow-badge.popular,.ow-badge.hard{color:#4fc8ff;background:rgba(25,145,255,.14);border-color:rgba(59,174,255,.3);}
.ow-badge.medium{color:#ffdd3d;background:rgba(255,209,32,.14);border-color:rgba(255,209,32,.28);}
.ow-copy p{margin:8px 0 12px;color:#c9d4ec;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ow-meta{display:flex;gap:18px;align-items:center;color:#9da8c2;font-size:11px;white-space:nowrap;overflow:hidden;}
.ow-progress{margin-top:12px;max-width:330px;}
.ow-progress small{display:block;margin-bottom:5px;color:#aab5cf;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ow-progress small b{color:#d743ff;}
.ow-progress i{display:block;width:100%;height:4px;border-radius:10px;background:rgba(87,104,143,.28);overflow:hidden;}
.ow-progress em{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#8f31ff,#ff39d4);}
.ow-proof{position:relative;z-index:1;min-width:0;display:grid;grid-template-columns:62px minmax(0,1fr);grid-template-rows:1fr 1fr 26px;gap:8px 12px;align-items:center;padding:14px 14px;border-left:1px solid rgba(139,92,246,.13);}
.ow-rate{grid-row:1/3;width:58px;height:58px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px solid rgba(28,183,255,.78);color:#fff;box-shadow:0 0 12px rgba(28,183,255,.18);}
.ow-rate strong{font-size:16px;line-height:1;font-weight:900;}
.ow-rate small{margin-top:3px;text-align:center;font-size:8px;line-height:1.05;color:#9fb4d4;}
.ow-signal{height:42px;min-width:0;display:grid;grid-template-columns:28px minmax(0,1fr);grid-template-rows:1fr 1fr;align-items:center;column-gap:8px;padding:6px 9px;border:1px solid rgba(139,92,246,.12);border-radius:8px;background:rgba(5,13,25,.38);}
.ow-signal i{grid-row:1/3;width:24px;height:24px;border-radius:7px;display:grid;place-items:center;background:rgba(16,214,126,.14);border:1px solid rgba(25,255,146,.28);color:#29ff92;font-style:normal;font-size:13px;}
.ow-trend i{background:rgba(255,126,36,.14);border-color:rgba(255,126,36,.22);color:#ff9638;}
.ow-signal b{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;font-size:11px;font-weight:850;}
.ow-signal small{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#7f8ba6;font-size:9px;}
.ow-users{grid-column:1/3;display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;}
.ow-users span{display:flex;flex:0 0 auto;}
.ow-users img{width:18px;height:18px;border-radius:50%;object-fit:cover;border:1.5px solid #15233c;margin-left:-5px;}
.ow-users small{min-width:0;max-width:132px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#8090ad;font-size:10px;}
.ow-action{position:relative;z-index:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:14px 12px;border-left:1px solid rgba(139,92,246,.15);}
.ow-action strong{color:#23ff91;font-size:17px;font-weight:900;white-space:nowrap;}
.ow-start{display:inline-flex;align-items:center;justify-content:center;width:118px;height:38px;border-radius:8px;background:linear-gradient(180deg,#b83dff,#711be8);color:#fff;text-decoration:none;font-size:12px;font-weight:850;box-shadow:0 12px 28px rgba(135,40,255,.28),inset 0 1px 0 rgba(255,255,255,.24);}
.ow-heart{position:absolute;right:10px;top:14px;border:0;background:transparent;color:#a9b4ce;font-size:24px;line-height:1;cursor:pointer;}
.ow-load{width:100%;height:52px;border:1px solid rgba(172,61,255,.55);border-radius:8px;background:rgba(34,13,58,.4);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:10px 0 0;}
.ow-load b{font-size:12px;}
.ow-load span{font-size:11px;color:#8e99b5;}

/* =========================
   RIGHTBAR
========================= */
.ow-panel{position:relative;overflow:hidden;border:1px solid rgba(139,92,246,.26);border-radius:10px;background:linear-gradient(180deg,rgba(22,20,58,.96),rgba(7,14,29,.98));padding:18px;}
.ow-panel-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;}
.ow-panel-title h3{margin:0;font-size:14px;color:#fff;}
.ow-panel-title a{font-size:11px;color:#d45cff;text-decoration:none;}
.ow-top-game{min-height:246px;background:radial-gradient(circle at 86% 50%,rgba(174,45,255,.38),transparent 40%),linear-gradient(180deg,rgba(52,15,91,.95),rgba(26,9,45,.98));}
.ow-top-game small{font-weight:900;color:#fff;}
.ow-top-game h2{margin:18px 0 12px;font-size:25px;color:#fff;}
.ow-top-game p{margin:20px 0 6px;color:#c3cbe0;}
.ow-top-game strong{display:block;color:#28ff93;font-size:28px;font-weight:950;}
.ow-top-game a{display:inline-flex;margin-top:13px;height:38px;padding:0 24px;border-radius:8px;background:linear-gradient(180deg,#b83dff,#711be8);align-items:center;color:#fff;text-decoration:none;font-weight:900;}
.ow-top-game img{position:absolute;right:-8px;bottom:15px;width:145px;height:145px;object-fit:cover;border-radius:14px;box-shadow:0 16px 40px rgba(0,0,0,.35);}
.ow-side-row{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid rgba(139,92,246,.08);}
.ow-side-row:last-child{border-bottom:0;}
.ow-side-row img{width:36px;height:36px;border-radius:8px;object-fit:cover;}
.ow-side-row b{display:block;color:#fff;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ow-side-row small{display:block;color:#7d8aa8;font-size:10px;}
.ow-side-row strong{color:#24ff90;font-size:12px;white-space:nowrap;}
.ow-tips p{color:#c7d0e6;font-size:12px;line-height:1.5;}

/* =========================
   FOOTER
========================= */
.ow-footer{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:10px;}
.ow-footer span{height:58px;border:1px solid rgba(118,156,255,.13);border-radius:10px;background:linear-gradient(180deg,rgba(15,28,49,.95),rgba(8,17,32,.95));display:flex;align-items:center;gap:12px;padding:0 14px;font-weight:850;font-size:12px;color:#fff;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ow-footer img{width:34px;height:34px;object-fit:contain;flex:0 0 auto;}
.ow-mobile-fallback{min-height:100vh;display:grid;place-content:center;text-align:center;padding:24px;background:#050b18;color:#fff;}.ow-mobile-fallback a{color:#b44cff;}

/* =========================
   RESPONSIVE DESKTOP ONLY
========================= */
@media (max-width:1680px){
  :root{--ow-right:330px;}
  .ow-tabs{grid-template-columns:repeat(7,minmax(104px,1fr));}
  .ow-card{grid-template-columns:minmax(380px,1.28fr) minmax(288px,.86fr) 142px;}
  .ow-name-row h3{max-width:240px;}
  .ow-progress{max-width:280px;}
}
@media (max-width:1480px){
  :root{--ow-right:320px;--ow-gap:14px;}
  .ow-shell{padding:16px;}
  .ow-tabs{grid-template-columns:repeat(4,minmax(126px,1fr));}
  .ow-card{grid-template-columns:minmax(350px,1.2fr) minmax(260px,.82fr) 132px;}
  .ow-proof{grid-template-columns:54px minmax(0,1fr);gap:6px 10px;padding-left:10px;padding-right:10px;}
  .ow-rate{width:50px;height:50px;}
  .ow-signal{height:40px;}
  .ow-users small{max-width:90px;}
  .ow-start{width:108px;}
  .ow-action strong{font-size:15px;}
}
@media (max-width:1240px){
  .ow-shell{grid-template-columns:var(--ow-left) minmax(0,1fr);grid-template-areas:"left top" "left main" "left right" "left foot";}
  .ow-right{width:100%;display:grid;grid-template-columns:1fr 1fr;}
  .ow-right .ow-top-game{grid-row:span 2;}
  .ow-footer{grid-template-columns:repeat(3,minmax(0,1fr));}
}

/* =========================
   V21 LEFTBAR INDEX FONT LOCK
   Route CSS is loaded last, so the shared Index leftbar must be re-locked here.
   Scope only: offerwall leftbar. Do not touch topbar/main/rightbar blocks.
========================= */
body.lcpi-offerwall-page .lcpi-sidebar{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-weight:400!important;
  -webkit-font-smoothing:antialiased!important;
  text-rendering:geometricPrecision!important;
}
body.lcpi-offerwall-page .lcpi-sidebar .lcpi-brand strong{
  font-size:24px!important;
  line-height:1!important;
  font-weight:500!important;
  letter-spacing:.04em!important;
  color:#f0f4ff!important;
  text-shadow:none!important;
}
body.lcpi-offerwall-page .lcpi-sidebar .lcpi-brand small{
  font-size:11px!important;
  line-height:1.15!important;
  font-weight:300!important;
  letter-spacing:.12em!important;
  color:#9faad0!important;
  text-shadow:none!important;
}
body.lcpi-offerwall-page .lcpi-sidebar .lcpi-nav-pro{
  gap:12px!important;
  margin-top:22px!important;
  padding:0 6px!important;
}
body.lcpi-offerwall-page .lcpi-sidebar .lcpi-nav-pro .lcpi-nav-link{
  height:54px!important;
  min-height:54px!important;
  padding:0 15px!important;
  gap:14px!important;
  border-radius:16px!important;
}
body.lcpi-offerwall-page .lcpi-sidebar .lcpi-nav-pro .lcpi-nav-label{
  font-size:16px!important;
  line-height:1!important;
  font-weight:500!important;
  letter-spacing:-.012em!important;
  color:color-mix(in srgb,var(--nav-accent) 70%, #ffffff)!important;
  text-shadow:0 0 10px color-mix(in srgb,var(--nav-accent) 22%, transparent)!important;
  filter:none!important;
}
body.lcpi-offerwall-page .lcpi-sidebar .lcpi-nav-pro .lcpi-nav-link.is-active .lcpi-nav-label{
  font-weight:520!important;
  color:#fff!important;
  text-shadow:0 0 12px rgba(255,255,255,.18)!important;
}
body.lcpi-offerwall-page .lcpi-sidebar .lcpi-nav-pro .lcpi-nav-icon{
  width:34px!important;
  min-width:34px!important;
  max-width:34px!important;
  height:34px!important;
  min-height:34px!important;
  max-height:34px!important;
}
body.lcpi-offerwall-page .lcpi-sidebar .lcpi-nav-pro .lcpi-nav-icon svg{
  width:22px!important;
  height:22px!important;
  stroke-width:2.05!important;
}
body.lcpi-offerwall-page .lcpi-sidebar .lcpi-side-card h3,
body.lcpi-offerwall-page .lcpi-sidebar .lcpi-mission-card h3{
  font-weight:520!important;
  letter-spacing:-.012em!important;
  text-shadow:none!important;
}
body.lcpi-offerwall-page .lcpi-sidebar .lcpi-mission-card li{
  font-size:13px!important;
  font-weight:350!important;
  line-height:1.56!important;
}
body.lcpi-offerwall-page .lcpi-sidebar .lcpi-btn,
body.lcpi-offerwall-page .lcpi-sidebar .lcpi-btn-full{
  font-weight:560!important;
  letter-spacing:-.01em!important;
}
body.lcpi-offerwall-page .lcpi-sidebar .lcpi-quick-access h4,
body.lcpi-offerwall-page .lcpi-sidebar .lcpi-priority-support h3{
  font-size:14px!important;
  font-weight:500!important;
  letter-spacing:-.01em!important;
  text-shadow:none!important;
}
body.lcpi-offerwall-page .lcpi-sidebar .lcpi-quick-access small,
body.lcpi-offerwall-page .lcpi-sidebar .lcpi-support-actions small{
  font-size:11px!important;
  font-weight:340!important;
  letter-spacing:-.006em!important;
}
body.lcpi-offerwall-page .lcpi-sidebar .lcpi-priority-support strong,
body.lcpi-offerwall-page .lcpi-sidebar .lcpi-collapse,
body.lcpi-offerwall-page .lcpi-sidebar .lcpi-collapse span{
  font-weight:360!important;
  letter-spacing:-.006em!important;
}


/* LeadCPI unified topbar hardening: action component only. Do not mutate search/main/rightbar layout. */
.lcpi-top-actions .lcpi-geo-chip{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;white-space:nowrap!important;line-height:1!important;vertical-align:middle!important;}
.lcpi-top-actions .lcpi-geo-chip .lcpi-geo-flag{display:block!important;width:20px!important;height:14px!important;min-width:20px!important;object-fit:cover!important;border-radius:3px!important;box-shadow:0 0 0 1px rgba(255,255,255,.16)!important;}
.lcpi-top-actions .lcpi-geo-chip span{display:block!important;line-height:1!important;font-weight:800!important;letter-spacing:.02em!important;}
.lcpi-top-actions .lcpi-geo-chip .lcpi-caret{display:none!important;}
.lcpi-top-actions .lcpi-bell b{display:none!important;}
.lcpi-top-actions .lcpi-bell.is-muted{opacity:.55!important;filter:grayscale(1)!important;}
.lcpi-top-actions .lcpi-theme-symbols{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;}
.lcpi-top-actions .lcpi-theme-symbols img{display:block!important;width:18px!important;height:18px!important;object-fit:contain!important;opacity:.48!important;filter:none!important;}
html:not(.lcpi-light-mode) .lcpi-top-actions [data-lcpi-theme-toggle] .lcpi-top-moon{opacity:1!important;filter:drop-shadow(0 0 8px rgba(180,92,255,.95)) drop-shadow(0 0 14px rgba(73,215,255,.45))!important;}
html.lcpi-light-mode .lcpi-top-actions [data-lcpi-theme-toggle] .lcpi-top-sun{opacity:1!important;filter:drop-shadow(0 0 8px rgba(255,205,69,.95)) drop-shadow(0 0 14px rgba(255,133,42,.45))!important;}
.lcpi-top-actions .lcpi-user-menu{position:relative;display:inline-flex;align-items:center;flex:0 0 auto;min-width:0;}
.lcpi-top-actions .lcpi-user-menu .lcpi-user-panel{cursor:pointer;border:0;text-align:left;font-family:inherit;}
.lcpi-top-actions .lcpi-user-dropdown{position:absolute;right:0;top:calc(100% + 10px);z-index:80;width:190px;padding:8px;border:1px solid rgba(147,85,255,.34);border-radius:14px;background:linear-gradient(180deg,rgba(19,25,55,.98),rgba(8,13,31,.98));box-shadow:0 18px 45px rgba(0,0,0,.42),0 0 24px rgba(164,69,255,.18);}
.lcpi-top-actions .lcpi-user-dropdown[hidden]{display:none!important;}
.lcpi-top-actions .lcpi-user-dropdown a{display:flex;align-items:center;height:36px;padding:0 11px;border-radius:10px;color:#dfe7ff;text-decoration:none;font-size:13px;font-weight:800;}
.lcpi-top-actions .lcpi-user-dropdown a:hover{background:rgba(151,75,255,.18);color:#fff;}
.lcpi-top-actions .lcpi-user-dropdown a.is-danger{color:#ff8b9b;}
