/* 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;}


/* V8 collapsed layout: right rail remains inside the viewport and fixed to the
   right edge while only the main column receives the released sidebar width. */
html.lcpi-sidebar-collapsed body.lcpi-offerwall-page .ow-shell,
body.lcpi-offerwall-page.lcpi-sidebar-collapsed .ow-shell{
  --ow-left:78px;
  grid-template-columns:78px minmax(0,1fr) var(--ow-right);
  width:min(100%,1920px);
  max-width:1920px;
  box-sizing:border-box;
}
html.lcpi-sidebar-collapsed body.lcpi-offerwall-page .ow-right,
body.lcpi-offerwall-page.lcpi-sidebar-collapsed .ow-right{
  width:var(--ow-right);
  max-width:var(--ow-right);
  min-width:0;
  justify-self:end;
}
@media(max-width:1180px){
 html.lcpi-sidebar-collapsed body.lcpi-offerwall-page .ow-shell,
 body.lcpi-offerwall-page.lcpi-sidebar-collapsed .ow-shell{
   grid-template-columns:78px minmax(0,1fr);
   grid-template-areas:"left top" "left main" "left right" "left foot";
 }
 html.lcpi-sidebar-collapsed body.lcpi-offerwall-page .ow-right,
 body.lcpi-offerwall-page.lcpi-sidebar-collapsed .ow-right{width:100%;max-width:none;justify-self:stretch}
}

/* ========================================================================== 
   LEADCPI SPECIAL_USER OFFERWALL — CATALOG UI V5 (CUMULATIVE)
   Canonical route stylesheet. Do not split future offerwall updates into
   additional revision files; edit this section in place.
   Includes the approved V3 taxonomy cards and V4 catalog/right-rail polish.
   ========================================================================== */

.lcpi-offerwall-page .ow-heading{margin-top:0}
.lcpi-offerwall-page .ow-titleline{margin-top:0}
.lcpi-offerwall-page .ow-titleline h1{
  font-size:27px;
  line-height:1.06;
  font-weight:900;
  letter-spacing:-.78px;
  text-shadow:0 2px 18px rgba(118,98,255,.13);
}

/* Catalog taxonomy cards: data comes from the central published offers payload. */
.lcpi-offerwall-page .ow-tabs{
  grid-template-columns:repeat(auto-fit,minmax(132px,1fr));
  gap:10px;
}
.lcpi-offerwall-page .ow-tab{min-width:0}
.lcpi-offerwall-page .ow-tab .ow-tab-icon{grid-row:1/3;font-size:21px}
.lcpi-offerwall-page .ow-tab b{font-size:13px}
.lcpi-offerwall-page .ow-tab small{display:block;font-size:11px}
.lcpi-offerwall-page .ow-tab:focus-visible{
  outline:2px solid rgba(116,210,255,.9);
  outline-offset:2px;
}

/* Search + custom sort */
.lcpi-offerwall-page .ow-filter-tools{align-items:center;gap:10px}
.lcpi-offerwall-page .ow-sort{
  position:relative;
  display:flex;
  align-items:center;
  height:36px;
  border:1px solid rgba(102,117,190,.28);
  border-radius:9px;
  background:linear-gradient(180deg,rgba(17,27,55,.96),rgba(10,18,39,.98));
  box-shadow:inset 0 1px rgba(255,255,255,.025);
}
.lcpi-offerwall-page .ow-sort-label{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:0 9px 0 10px;
  color:#7885a6;
  font-size:10px;
  font-weight:800;
  letter-spacing:.02em;
  white-space:nowrap;
}
.lcpi-offerwall-page .ow-sort-label svg{
  width:13px;
  height:13px;
  fill:none;
  stroke:#6fd7ff;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.lcpi-offerwall-page .ow-sort-trigger{
  height:100%;
  min-width:112px;
  padding:0 10px;
  border:0;
  border-left:1px solid rgba(105,119,187,.22);
  background:transparent;
  color:#e8ecff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  font:800 11px/1 inherit;
  cursor:pointer;
}
.lcpi-offerwall-page .ow-sort-trigger span{
  background:linear-gradient(90deg,#fff,#c7d5ff);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.lcpi-offerwall-page .ow-sort-trigger svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:#aab6d8;
  stroke-width:1.8;
  transition:transform .18s ease;
}
.lcpi-offerwall-page .ow-sort.is-open .ow-sort-trigger svg{transform:rotate(180deg)}
.lcpi-offerwall-page .ow-sort:focus-within{
  border-color:rgba(143,80,255,.66);
  box-shadow:0 0 0 3px rgba(119,52,255,.1),inset 0 1px rgba(255,255,255,.04);
}
.lcpi-offerwall-page .ow-sort-menu{
  position:absolute;
  right:0;
  top:calc(100% + 7px);
  z-index:80;
  width:226px;
  padding:6px;
  border:1px solid rgba(119,91,216,.42);
  border-radius:11px;
  background:linear-gradient(180deg,#111a37,#0a1127);
  box-shadow:0 18px 44px rgba(0,0,0,.42);
  opacity:0;
  visibility:hidden;
  transform:translateY(-4px);
  transition:.16s ease;
}
.lcpi-offerwall-page .ow-sort.is-open .ow-sort-menu{
  opacity:1;
  visibility:visible;
  transform:none;
}
.lcpi-offerwall-page .ow-sort-menu button{
  width:100%;
  display:grid;
  grid-template-columns:31px 1fr;
  align-items:center;
  gap:8px;
  padding:8px;
  border:0;
  border-radius:8px;
  background:transparent;
  color:#dce4ff;
  text-align:left;
  cursor:pointer;
}
.lcpi-offerwall-page .ow-sort-menu button:hover,
.lcpi-offerwall-page .ow-sort-menu button[aria-selected=true]{
  background:linear-gradient(90deg,rgba(117,54,239,.27),rgba(51,179,255,.08));
}
.lcpi-offerwall-page .ow-sort-option-icon{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border:1px solid rgba(130,102,238,.35);
  border-radius:8px;
  background:rgba(91,56,177,.16);
  font-size:13px;
}
.lcpi-offerwall-page .ow-sort-menu b{display:block;font-size:11px;line-height:1.2}
.lcpi-offerwall-page .ow-sort-menu small{display:block;margin-top:2px;color:#7887ac;font-size:9px}
.lcpi-offerwall-page .ow-sort-native{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  white-space:nowrap!important;
}

/* Featured offer */
.lcpi-offerwall-page .ow-top-game{
  min-height:246px;
  overflow:hidden;
  padding:16px;
  background:
    radial-gradient(circle at 88% 48%,rgba(211,60,255,.31),transparent 42%),
    radial-gradient(circle at 12% 0,rgba(72,103,255,.18),transparent 37%),
    linear-gradient(145deg,rgba(54,16,94,.97),rgba(23,9,48,.99));
  border-color:rgba(168,83,255,.49);
  box-shadow:inset 0 1px rgba(255,255,255,.05),0 13px 36px rgba(12,2,35,.18);
}
.lcpi-offerwall-page .ow-featured-kicker{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:9px;
  padding-bottom:11px;
  border-bottom:1px solid rgba(218,207,255,.13);
}
.lcpi-offerwall-page .ow-featured-icon{
  display:grid;
  place-items:center;
  width:29px;
  height:29px;
  border:1px solid rgba(255,190,83,.34);
  border-radius:9px;
  background:linear-gradient(145deg,rgba(255,178,55,.19),rgba(159,74,255,.18));
  box-shadow:0 0 18px rgba(255,163,50,.1);
}
.lcpi-offerwall-page .ow-featured-icon svg{
  width:15px;
  height:15px;
  fill:none;
  stroke:#ffc866;
  stroke-width:1.7;
  stroke-linejoin:round;
}
.lcpi-offerwall-page .ow-featured-kicker b{display:block;color:#fff;font-size:10px;letter-spacing:.035em}
.lcpi-offerwall-page .ow-featured-kicker small{display:block;margin-top:2px;color:#b6a8d2;font-size:8px;font-weight:600}
.lcpi-offerwall-page .ow-top-game h2{
  position:relative;
  z-index:2;
  max-width:64%;
  margin:13px 0 9px;
  font-size:20px;
  line-height:1.12;
  font-weight:820;
  letter-spacing:-.35px;
}
.lcpi-offerwall-page .ow-featured-reward{position:relative;z-index:2;margin-top:15px}
.lcpi-offerwall-page .ow-featured-reward small{display:block;color:#b9afd0;font-size:10px;font-weight:650}
.lcpi-offerwall-page .ow-featured-reward strong{
  margin-top:3px;
  font-size:24px;
  line-height:1;
  color:#39f6a0;
  text-shadow:0 0 18px rgba(57,246,160,.16);
}
.lcpi-offerwall-page .ow-top-game>a{
  position:relative;
  z-index:3;
  margin-top:13px;
  height:35px;
  padding:0 15px;
  gap:9px;
  border:1px solid rgba(223,182,255,.22);
  border-radius:8px;
  background:linear-gradient(135deg,#ac35ff,#711de7);
  box-shadow:0 8px 20px rgba(106,28,223,.25);
  font-size:10px;
}
.lcpi-offerwall-page .ow-top-game>a span{font-size:15px;transition:transform .18s ease}
.lcpi-offerwall-page .ow-top-game>a:hover span{transform:translateX(3px)}
.lcpi-offerwall-page .ow-featured-art{
  position:absolute;
  right:-16px;
  bottom:-8px;
  width:146px;
  height:146px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:radial-gradient(circle,rgba(233,110,255,.24),rgba(115,47,194,.07) 55%,transparent 72%);
}
.lcpi-offerwall-page .ow-featured-art:before{
  content:"";
  position:absolute;
  inset:17px;
  border:1px solid rgba(232,196,255,.13);
  border-radius:50%;
}
.lcpi-offerwall-page .ow-featured-art img{
  position:relative;
  right:auto;
  bottom:auto;
  width:92px;
  height:92px;
  border-radius:18px;
  object-fit:cover;
  box-shadow:0 14px 32px rgba(0,0,0,.35);
}

/* Right rail headings */
.lcpi-offerwall-page .ow-panel-title h3{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  letter-spacing:.01em;
}
.lcpi-offerwall-page .ow-panel-heading-icon{
  display:grid;
  place-items:center;
  flex:0 0 26px;
  width:26px;
  height:26px;
  border:1px solid rgba(109,93,210,.34);
  border-radius:8px;
  background:linear-gradient(145deg,rgba(93,64,190,.23),rgba(22,35,76,.3));
}
.lcpi-offerwall-page .ow-panel-heading-icon svg{
  width:14px;
  height:14px;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.lcpi-offerwall-page .ow-panel-heading-icon--leads svg{stroke:#52efaf}
.lcpi-offerwall-page .ow-panel-heading-icon--recent svg{stroke:#67d9ff}

@media(max-width:1180px){
  .lcpi-offerwall-page .ow-tabs{grid-template-columns:repeat(4,minmax(126px,1fr))}
  .lcpi-offerwall-page .ow-sort-label{display:none}
  .lcpi-offerwall-page .ow-sort-trigger{border-left:0}
}
@media(prefers-reduced-motion:reduce){
  .lcpi-offerwall-page .ow-sort-menu,
  .lcpi-offerwall-page .ow-sort-trigger svg,
  .lcpi-offerwall-page .ow-top-game>a span{transition:none}
}

/* ==========================================================================
   LEADCPI SPECIAL_USER OFFERWALL — RIGHT RAIL V17 (CONSOLIDATED)
   Daily hot-offer image slider. Future right-rail edits belong here.
   ========================================================================== */
.lcpi-offerwall-page .ow-right{gap:12px}
.lcpi-offerwall-page .ow-hot-slider{position:relative;overflow:hidden;padding:0;border:1px solid rgba(139,83,255,.58);border-radius:14px;background:linear-gradient(180deg,#15102a,#0d0b1d);box-shadow:inset 0 1px rgba(255,255,255,.07),0 18px 42px rgba(4,2,18,.3)}
.lcpi-offerwall-page .ow-hot-slider::after{content:"";position:absolute;z-index:5;left:0;right:0;bottom:0;height:3px;background:linear-gradient(90deg,#7144ff,#ce2eff 58%,#42d8ff)}
.lcpi-offerwall-page .ow-hot-slider-head{display:flex;align-items:center;gap:9px;padding:12px 13px 10px;border-bottom:1px solid rgba(167,145,224,.18)}
.lcpi-offerwall-page .ow-hot-slider-head>span:nth-child(2){display:flex;min-width:0;flex:1;flex-direction:column}
.lcpi-offerwall-page .ow-hot-slider-head b{color:#fff;font-size:12px;line-height:1.1;font-weight:850;letter-spacing:.01em}
.lcpi-offerwall-page .ow-hot-slider-head small{margin-top:2px;color:#8f9ab5;font-size:7.5px;font-weight:600}
.lcpi-offerwall-page .ow-hot-slider-icon{display:grid;width:29px;height:29px;flex:0 0 29px;place-items:center;border:1px solid rgba(255,170,66,.38);border-radius:9px;background:linear-gradient(145deg,rgba(255,143,42,.18),rgba(117,49,255,.18));box-shadow:0 0 18px rgba(255,123,43,.08)}
.lcpi-offerwall-page .ow-hot-slider-icon svg{width:15px;height:15px;fill:none;stroke:#ffbf5c;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.lcpi-offerwall-page .ow-hot-slider-live{display:inline-flex;align-items:center;gap:5px;color:#7f8ba7;font-size:7px;font-weight:800;letter-spacing:.08em}
.lcpi-offerwall-page .ow-hot-slider-live i{width:5px;height:5px;border-radius:50%;background:#3df4a3;box-shadow:0 0 8px rgba(61,244,163,.72)}
.lcpi-offerwall-page .ow-hot-slider-viewport{position:relative;height:178px;margin:10px 10px 0;overflow:hidden;border:1px solid rgba(203,180,255,.17);border-radius:12px;background:#090817;box-shadow:inset 0 0 28px rgba(0,0,0,.28)}
.lcpi-offerwall-page .ow-hot-slider-track{position:relative;width:100%;height:100%}
.lcpi-offerwall-page .ow-hot-slide{position:absolute;inset:0;display:grid;width:100%;height:100%;min-width:0;padding:0;border:0;border-radius:0;place-items:center;overflow:hidden;opacity:0;visibility:hidden;transform:scale(1.025);background:transparent;color:inherit;box-shadow:none;appearance:none;-webkit-appearance:none;cursor:pointer;transition:opacity .48s ease,transform .65s ease,visibility .48s ease;text-decoration:none}
.lcpi-offerwall-page .ow-hot-slide.is-active{z-index:2;opacity:1;visibility:visible;transform:scale(1)}
.lcpi-offerwall-page .ow-hot-slide-backdrop{position:absolute;inset:-22px;background-position:center;background-size:cover;filter:blur(18px) saturate(1.18);opacity:.34;transform:scale(1.13)}
.lcpi-offerwall-page .ow-hot-slide::before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(8,6,24,.36),rgba(8,6,24,.06) 48%,rgba(8,6,24,.32)),linear-gradient(180deg,rgba(4,3,15,.06),rgba(4,3,15,.28))}
.lcpi-offerwall-page .ow-hot-slide img{position:absolute;z-index:2;inset:0;display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center;border:0;border-radius:0;filter:none;transition:transform .35s ease,filter .35s ease}
.lcpi-offerwall-page .ow-hot-slide:hover img{transform:scale(1.035);filter:brightness(1.04) saturate(1.04)}
.lcpi-offerwall-page .ow-hot-slide-shine{position:absolute;z-index:3;top:-40%;bottom:-40%;left:-35%;width:28%;transform:skewX(-18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.13),transparent);animation:owHotShine 5.8s ease-in-out infinite;pointer-events:none}
.lcpi-offerwall-page .ow-hot-slider-dots{display:flex;align-items:center;justify-content:center;gap:6px;height:30px;padding:7px 12px 10px}
.lcpi-offerwall-page .ow-hot-slider-dots button{width:6px;height:6px;padding:0;border:0;border-radius:999px;background:#454c72;box-shadow:none;cursor:pointer;transition:width .2s ease,background .2s ease,box-shadow .2s ease}
.lcpi-offerwall-page .ow-hot-slider-dots button.is-active{width:24px;background:linear-gradient(90deg,#7446ff,#d02dff);box-shadow:0 0 12px rgba(179,45,255,.55)}
.lcpi-offerwall-page .ow-hot-slider-dots button:focus-visible{outline:2px solid #68d8ff;outline-offset:3px}
@keyframes owHotShine{0%,58%{left:-35%;opacity:0}68%{opacity:1}86%,100%{left:125%;opacity:0}}

.lcpi-offerwall-page .ow-side-panel,.lcpi-offerwall-page .ow-tips{padding:12px 13px;border:1px solid rgba(130,87,220,.42);border-radius:13px;background:linear-gradient(180deg,rgba(18,16,42,.98),rgba(13,12,32,.98));box-shadow:inset 0 1px rgba(255,255,255,.04)}
.lcpi-offerwall-page .ow-side-panel .ow-panel-title,.lcpi-offerwall-page .ow-tips .ow-panel-title{display:flex;align-items:center;justify-content:space-between;min-height:28px}
.lcpi-offerwall-page .ow-panel-title h3{display:flex;align-items:center;gap:8px;margin:0;color:#fff;font-size:12px;font-weight:800}
.lcpi-offerwall-page .ow-panel-title>a{color:#aeb7cf;font-size:8px;font-weight:700;text-decoration:none}
.lcpi-offerwall-page .ow-panel-heading-icon{display:grid;width:25px;height:25px;place-items:center;border:1px solid rgba(126,81,230,.45);border-radius:7px;background:rgba(84,48,166,.18)}
.lcpi-offerwall-page .ow-panel-heading-icon svg{width:13px;height:13px;fill:none;stroke:#56dfff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.lcpi-offerwall-page .ow-panel-divider{height:1px;margin:8px 0 3px;background:linear-gradient(90deg,rgba(164,137,219,.28),rgba(164,137,219,.06))}
.lcpi-offerwall-page .ow-side-panel .ow-side-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:9px;align-items:center;padding:9px 0;border-bottom:1px solid rgba(139,92,246,.09);text-decoration:none;transition:background .18s ease,transform .18s ease}
.lcpi-offerwall-page .ow-side-panel .ow-side-row:last-child{border-bottom:0}
.lcpi-offerwall-page .ow-side-panel .ow-side-row:hover{transform:translateX(2px)}
.lcpi-offerwall-page .ow-side-panel .ow-side-row img{width:32px;height:32px;border-radius:8px;object-fit:cover}
.lcpi-offerwall-page .ow-side-panel .ow-side-row span b{display:block;color:#f7f8ff;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.lcpi-offerwall-page .ow-side-panel .ow-side-row span small{display:block;margin-top:2px;color:#7f8ba8;font-size:8px}
.lcpi-offerwall-page .ow-side-panel .ow-side-row>strong{color:#39f2a0;font-size:10px;white-space:nowrap}
.lcpi-offerwall-page .ow-tips p{position:relative;margin:9px 0 0;padding-left:13px;color:#b8c2da;font-size:9px;line-height:1.45}
.lcpi-offerwall-page .ow-tips p::before{content:"";position:absolute;left:0;top:.52em;width:5px;height:5px;border-radius:50%;background:#39efa0;box-shadow:0 0 7px rgba(57,239,160,.5)}
@media(max-width:1366px){.lcpi-offerwall-page .ow-hot-slider-viewport{height:158px}}
@media(prefers-reduced-motion:reduce){.lcpi-offerwall-page .ow-hot-slide,.lcpi-offerwall-page .ow-hot-slide img,.lcpi-offerwall-page .ow-hot-slider-dots button,.lcpi-offerwall-page .ow-side-row{transition:none}.lcpi-offerwall-page .ow-hot-slide-shine{animation:none}}
