/* GENERATED by port/extract-assets.py from lbp-redesign-kimi.html — do not hand-edit. */

/* — lbp-redesign-kimi.html <style id=lbp-home-style> — */
:root{color-scheme:light;}
html[data-theme="dark"]{color-scheme:dark;}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-y:scroll}
body{
  overflow-x:hidden;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--body);
  font-size:16px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
body,.post,header,footer{
  transition:background-color .2s ease,border-color .2s ease,color .2s ease;
}
h1,h2,h3,h4,.disp{
  font-family:var(--display);
  font-weight:600;
  line-height:1.1;
  letter-spacing:-.02em;
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer;color:inherit}
img,svg{max-width:100%}
:focus-visible{
  outline:3px solid var(--orange-2);
  outline-offset:3px;
}
.wrap-wide{max-width:1280px;margin:0 auto;padding:0 22px}
.eyebrow{
  font-family:var(--sans);
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--ink-faint);
}
.sr-only{
  position:absolute;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

/* Header */
header.site{
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:1px solid rgba(255,255,255,.07);
  background:var(--blue-deep);
  color:#EAF2F7;
}
.hd{
  position:relative;
  display:flex;
  align-items:center;
  gap:18px;
  height:64px;
}
.brand{
  display:inline-flex;
  align-items:center;
  gap:11px;
  flex-shrink:0;
}
.brand > img{
  width:44px;
  height:44px;
  object-fit:contain;
  flex:0 0 auto;
}
.wordmark{
  display:inline-flex;
  align-items:baseline;
  font-family:var(--display);
  font-weight:700;
  font-size:22px;
  letter-spacing:-.02em;
  line-height:1;
  white-space:nowrap;
}
.wordmark .lean{color:#F1F5F7}
.wordmark .play{color:var(--orange)}
.crown-a{position:relative}
.crown{
  position:absolute;
  left:50%;
  top:-.15em;
  width:.66em;
  height:.5em;
  transform:translateX(-50%) rotate(8deg);
  overflow:visible;
  pointer-events:none;
}

nav.mainnav{
  flex:1;
  display:flex;
  justify-content:center;
}
nav.mainnav ul{
  display:flex;
  gap:2px;
  list-style:none;
  padding:4px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  background:rgba(255,255,255,.05);
}
nav.mainnav a{
  display:block;
  padding:7px 15px;
  border-radius:999px;
  color:#C9DAE5;
  font-family:var(--sans);
  font-size:13.5px;
  font-weight:600;
  transition:.18s;
}
nav.mainnav a:hover{
  color:#fff;
  background:rgba(255,255,255,.09);
}
nav.mainnav a[aria-current]{
  color:#fff;
  background:linear-gradient(135deg,var(--orange-2),var(--orange));
}
.hd-actions{
  display:flex;
  align-items:center;
  gap:9px;
  flex-shrink:0;
}
.iconbtn{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:10px;
  background:rgba(255,255,255,.06);
  color:#DCE8F0;
  transition:.18s;
}
.iconbtn:hover,.iconbtn[aria-expanded="true"]{
  background:rgba(255,255,255,.13);
}
.btn-login{
  padding:9px 20px;
  border:0;
  border-radius:10px;
  color:#fff;
  background:linear-gradient(135deg,var(--orange-2),var(--orange));
  box-shadow:0 2px 10px rgba(156,58,14,.45);
  font-family:var(--sans);
  font-size:13.5px;
  font-weight:700;
  transition:.18s;
}
.btn-login:hover{
  transform:translateY(-1px);
  box-shadow:0 4px 14px rgba(156,58,14,.55);
}
.hamb{display:none}

.header-popover{
  position:absolute;
  z-index:70;
  top:calc(100% + 10px);
  right:22px;
  width:min(310px,calc(100vw - 28px));
  padding:14px;
  border:1px solid var(--line);
  border-radius:var(--r);
  color:var(--ink);
  background:var(--card);
  box-shadow:var(--shadow-2);
}
.header-popover[hidden]{display:none}
.search-form{display:flex;gap:8px}
.search-form input{
  min-width:0;
  width:100%;
  padding:9px 11px;
  border:1px solid var(--line);
  border-radius:9px;
  color:var(--ink);
  background:var(--paper);
}
.search-form button{
  padding:9px 12px;
  border:0;
  border-radius:9px;
  color:#fff;
  background:var(--orange);
  font-family:var(--sans);
  font-size:12px;
  font-weight:700;
}
.mobile-nav{
  display:grid;
  gap:3px;
}
.mobile-nav a{
  padding:9px 10px;
  border-radius:8px;
  color:var(--ink-soft);
  font-family:var(--sans);
  font-size:13px;
  font-weight:700;
}
.mobile-nav a:hover,.mobile-nav a[aria-current]{
  color:var(--link);
  background:var(--link-tint);
}

/* Trust band + newswire ticker: moved to css/lbp-chrome.css (chrome, every page) */

/* Main forum layout */
main .wrap-wide{padding-top:26px;padding-bottom:8px}
.forum-grid{
  display:grid;
  grid-template-columns:280px minmax(0,1fr) 280px;
  gap:22px;
  align-items:start;  /* columns hug their content — no pooled dead space at the bottom */
}
.forum-grid > .sidebar-right{order:1}  /* boards → left column */
.forum-grid > .feed-card{order:2}
.forum-grid > .sidebar-left{order:3}   /* casino watch + community pulse → right column */

/* Feed */
.feed-card{
  min-width:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--r);
  background:var(--card);
  box-shadow:var(--shadow-2);
}
.feed-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:16px 20px 14px;
  border-bottom:1px solid var(--line);
}
.feed-head h2{
  display:flex;
  align-items:center;
  gap:9px;
  font-size:21px;
}
.feed-head h2::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--orange-2);
  box-shadow:0 0 0 4px var(--orange-tint);
}
.feed-head .sans-sub{
  margin-top:3px;
  color:var(--ink-faint);
  font-family:var(--sans);
  font-size:11.5px;
}
.browse-link{
  color:var(--link);
  font-family:var(--sans);
  font-size:13px;
  font-weight:700;
  white-space:nowrap;
}
.browse-link:hover{text-decoration:underline}

.post{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:15px 20px;
  border-bottom:1px solid var(--line);
  transition:background-color .2s;
}
.post:hover{background:var(--paper)}
.avatar{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  flex-shrink:0;
  overflow:hidden;
  border-radius:11px;
  color:#fff;
  font-family:var(--sans);
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
  box-shadow:inset 0 -8px 14px rgba(0,0,0,.18);
}
.avatar img{
  width:21px;
  height:21px;
  object-fit:contain;
}
.av-1{background:linear-gradient(135deg,#1C6489,#0A2E43)}
.av-2{background:linear-gradient(135deg,#BB511A,#7A2B08)}
.av-3{background:linear-gradient(135deg,#5B7C8D,#233C49)}
.av-4{background:linear-gradient(135deg,#8C5A2B,#4E2F10)}
.av-5{background:linear-gradient(135deg,#2E6E5D,#123B30)}
.av-6{background:linear-gradient(135deg,#7A4E86,#3D2347)}
.av-news{border-radius:8px;background:linear-gradient(135deg,#3E6B8C,#162E3E)}

.post .p-body{display:block;flex:1;min-width:0}
.p-meta{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:3px;
}
.chip{
  padding:2.5px 8px;
  border-radius:6px;
  font-family:var(--sans);
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
/* Category chips are ONE style — the operator accent. chip-crypto was referenced
   by widget_new_posts for node 26 but never defined, so Crypto Casinos rendered
   as unstyled text beside a solid CASINOS chip. */
.chip-casino,.chip-crypto,.chip-news,.chip-sports,.chip-slots,.chip-general{color:var(--on-tint);background:#9C3A0E}
.chip-hot{color:#fff;background:linear-gradient(135deg,var(--pick-a),var(--pick-b))}
.p-title{
  display:block;
  font-size:16.5px;
  font-weight:600;
  line-height:1.32;
  overflow-wrap:anywhere;
}
.post:hover .p-title{color:var(--link)}
.p-excerpt{
  margin-top:4px;
  color:var(--ink-soft);
  font-size:13.5px;
  line-height:1.5;
}
.p-sub{
  margin-top:5px;
  color:var(--ink-faint);
  font-family:var(--sans);
  font-size:12px;
}
.p-sub b{color:var(--ink-soft);font-weight:700}
.p-side{
  display:flex;
  align-items:flex-end;
  flex-direction:column;
  gap:5px;
  flex-shrink:0;
  text-align:right;
}
.replies{
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:3px 9px;
  border-radius:8px;
  color:var(--ink-faint);
  background:var(--paper-2);
  font-family:var(--sans);
  font-size:12px;
  font-weight:700;
}
.replies svg{width:12px;height:12px}
.replies.many{color:var(--on-tint);background:#9C3A0E}
.replies.none{
  border:1px dashed var(--line);
  background:transparent;
}
.p-date{
  color:var(--ink-faint);
  font-family:var(--sans);
  font-size:11px;
}

/* Featured post */
.post.featured{
  padding:20px;
  border-bottom:1px solid var(--line);
  color:#E7F0F6;
  background:linear-gradient(135deg,var(--blue-deep),#0F3D59 60%,#143F5C);
}
html[data-theme="dark"] .post.featured{background:linear-gradient(135deg,#07212F,#0C3247);}
.post.featured:hover{
  background:linear-gradient(135deg,#0C3A54,#12486A);
}
.post.featured .p-title{
  color:#fff;
  font-size:18.5px;
}
.post.featured:hover .p-title{color:#FFD9B8}
.post.featured .p-excerpt,
.post.featured .p-sub,
.post.featured .p-date{color:var(--on-soft)}
.post.featured .p-sub b{color:#E7C9A8}
.post.featured .replies{
  color:#DCE8F0;
  background:rgba(255,255,255,.1);
}
.post.featured .chip-casino{
  color:var(--on-tint);
  background:#9C3A0E;
}
.feat-tag{
  display:flex;
  align-items:center;
  gap:6px;
  margin-bottom:8px;
  color:var(--wreath);
  font-family:var(--sans);
  font-size:9.5px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.feat-tag::before{
  content:"";
  width:16px;
  height:1.5px;
  background:#E7C9A8;
}
.pager{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:15px;
  border-top:1px solid var(--line);
}
.pager a,.pager span{
  min-width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:var(--ink-soft);
  font-family:var(--sans);
  font-size:13px;
  font-weight:700;
}
.pager a:hover{color:var(--link);background:var(--blue-tint)}
.pager .cur{
  color:#fff;
  background:linear-gradient(135deg,var(--orange-2),var(--orange));
  box-shadow:0 2px 8px rgba(156,58,14,.35);
}

/* GPT-derived sidebar widgets, namespaced */
.sidebar-stack,.sidebar-left,.sidebar-right{
  display:flex;
  flex-direction:column;
  gap:16px;
  min-width:0;
}
/* the last widget in each rail grows to reach the feed's bottom, and its list spreads
   evenly into the extra space → the three columns terminate on one flat line */
.sidebar-left > :last-child,.sidebar-right > :last-child{flex:1 1 auto;display:flex;flex-direction:column}
.sidebar-left > :last-child .gpt-side-inner,.sidebar-right > :last-child .gpt-side-inner{flex:1;display:flex;flex-direction:column}
.sidebar-left > :last-child .gpt-code-list,.sidebar-right > :last-child .gpt-member-list{flex:1;align-content:space-between}
.gpt-side-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--r);
  background:var(--card);
  box-shadow:var(--shadow);
}
.gpt-side-inner{padding:19px}
.gpt-side-heading{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}
.gpt-side-heading h2{
  margin-top:4px;
  font-size:1.3rem;
}
.gpt-side-heading a{
  margin-top:4px;
  color:var(--link);
  font-family:var(--sans);
  font-size:.71rem;
  font-weight:700;
  white-space:nowrap;
}
.gpt-side-heading a:hover{text-decoration:underline}

/* Casino Watch donor widget */
.gpt-watch-card{
  border-color:transparent;
  color:#fff;
  background:
    radial-gradient(circle at 90% 8%,rgba(255,255,255,.13),transparent 30%),
    linear-gradient(145deg,var(--panel),#124B67);
  box-shadow:var(--shadow-2);
}
html[data-theme="dark"] .gpt-watch-card{background:
    radial-gradient(circle at 90% 8%,rgba(255,255,255,.1),transparent 30%),
    linear-gradient(145deg,#061E2B,#103E56);}
.gpt-watch-card .eyebrow{color:var(--wreath)}
.gpt-watch-card .gpt-side-heading{margin-bottom:16px}
.gpt-watch-card .gpt-side-heading h2{color:#fff}
.gpt-watch-card .gpt-side-heading a{color:#D6E9F3}
.gpt-watch-title{
  display:flex;
  align-items:center;
  gap:8px;
}
.gpt-watch-title svg{
  width:18px;
  height:18px;
  color:#F2B56F;
}
.gpt-watch-stats{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.17);
  border-radius:11px;
  background:rgba(255,255,255,.05);
}
.gpt-watch-stat{padding:12px}
.gpt-watch-stat:nth-child(2n){border-left:1px solid rgba(255,255,255,.14)}
.gpt-watch-stat:nth-child(n+3){border-top:1px solid rgba(255,255,255,.14)}
.gpt-watch-stat strong{
  display:block;
  color:#fff;
  font-size:1.3rem;
  line-height:1;
}
.gpt-watch-stat span{
  color:#B9CEDA;
  font-family:var(--sans);
  font-size:.66rem;
}
.gpt-watch-flag{
  margin-top:15px;
  padding:13px 14px;
  border-left:3px solid var(--orange-2);
  border-radius:0 9px 9px 0;
  background:rgba(0,0,0,.16);
}
.gpt-watch-flag-label{
  color:var(--wreath);
  font-family:var(--sans);
  font-size:.65rem;
  font-weight:700;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.gpt-watch-flag p{
  margin-top:4px;
  color:#fff;
  font-size:.84rem;
  line-height:1.45;
}

/* Active member donor widget */
.gpt-member-list{
  display:grid;
  grid-template-columns:1fr;
  gap:11px;
  list-style:none;
}
/* This week's bonus codes widget — community-verified coupons */
.gpt-code-list{list-style:none;display:grid;gap:8px}
.gpt-code{
  display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center;
  position:relative;overflow:hidden;
  border:1px solid var(--line);border-radius:10px;padding:8px 11px 8px 13px;background:var(--card);
}
.gpt-code::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(var(--orange),var(--orange-2))}
/* 58x31 matches the 150x80 wordmark aspect (1.88). At 34x34 with 5px padding the
   logo had a 24x24 box and every wordmark shrank to an illegible smudge.
   The BACKGROUND is not set here: css/lbp-logo-tiles.css derives it per logo from
   the artwork luminance, because the set contains both light and dark wordmarks. */
.gpt-code-logo{width:58px;height:31px;object-fit:contain;border-radius:7px;padding:4px}
.gpt-code-main{min-width:0}
.gpt-code-top{display:flex;align-items:center;justify-content:space-between;gap:7px}
.gpt-code-brand{font-family:var(--display);font-weight:700;font-size:14px;line-height:1.1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gpt-code-pill{
  flex:0 0 auto;
  font-family:ui-monospace,"SFMono-Regular",Menlo,Consolas,monospace;
  font-size:11px;font-weight:700;letter-spacing:.05em;
  color:var(--on-tint);background:#9C3A0E;
  border:1px dashed #9C3A0E;border-radius:6px;
  padding:2px 8px;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s,text-shadow .15s;
}
/* click-to-reveal+copy. The old rule blurred the code on hover-out with no label and
   no handler, so it read as a rendering bug and did nothing when clicked. Now the
   un-revealed state says "Reveal", and clicking reveals + copies + confirms. */
.gpt-code-pill{position:relative;min-width:68px;text-align:center}
.gpt-code-pill:not(.revealed){color:transparent}
.gpt-code-pill:not(.revealed)::after{
  content:"Reveal";position:absolute;inset:0;display:grid;place-items:center;
  font-family:var(--sans);font-size:10px;font-weight:800;letter-spacing:.06em;
  text-transform:uppercase;color:var(--on-tint);
}
.gpt-code-pill:hover:not(.revealed){background:var(--orange-2);border-style:solid}
.gpt-code-pill:hover:not(.revealed)::after{color:#fff}
.gpt-code-pill:focus-visible{outline:2px solid var(--orange-2);outline-offset:2px}
.gpt-code-pill.revealed{background:var(--orange-2);color:#fff;border-style:solid}
.gpt-code-pill.copied{background:#1E915A;border-color:#1E915A;color:#fff}
.gpt-code-pill.copied::before{content:"✓ "}
.gpt-code-deal{font-size:11.5px;color:var(--ink-soft);margin-top:3px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gpt-code-vby{color:var(--ink-faint)}
.gpt-code-tick{color:#1E915A;font-weight:800}
.gpt-member{
  display:grid;
  grid-template-columns:31px minmax(0,1fr);
  align-items:center;
  gap:8px;
  min-width:0;
}
.gpt-member-avatar{
  position:relative;
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:linear-gradient(135deg,var(--blue-2),var(--blue-deep));
  font-family:var(--sans);
  font-size:.61rem;
  font-weight:700;
}
.gpt-member:nth-child(2n) .gpt-member-avatar{
  background:linear-gradient(135deg,var(--orange-2),var(--orange));
}
.gpt-member-avatar::after{
  content:"";
  position:absolute;
  right:-1px;
  bottom:0;
  width:8px;
  height:8px;
  border:2px solid var(--card);
  border-radius:50%;
  background:#2FBD70;
  animation:gptOnlinePulse 2.4s ease-in-out infinite;
}
/* Real XF avatars: the tile used to be a <span> of initials, so it never showed a
   member's actual picture. It is now an <a> wrapping XF's <img>; the image fills the
   circle and the status dot above stays on top of it. */
.gpt-member-avatar img{
  width:100%;height:100%;border-radius:50%;object-fit:cover;display:block;
}
.gpt-member-name a{color:inherit}
.gpt-member-name a:hover{text-decoration:underline}
/* Staggered so the row breathes instead of strobing in lockstep — a single
   shared timing reads as one blinking block, not as separate people online. */
.gpt-member:nth-child(3n+2) .gpt-member-avatar::after{animation-delay:-.8s}
.gpt-member:nth-child(3n+3) .gpt-member-avatar::after{animation-delay:-1.6s}
@keyframes gptOnlinePulse{
  0%,100%{box-shadow:0 0 0 0 rgba(47,189,112,.55)}
  70%    {box-shadow:0 0 0 5px rgba(47,189,112,0)}
}
.gpt-member-copy{min-width:0}
.gpt-member-name{
  display:block;
  min-width:0;
  overflow:hidden;
  color:var(--ink);
  font-size:.76rem;
  font-weight:600;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.gpt-member-status{
  display:block;
  color:var(--ink-faint);
  font-family:var(--sans);
  font-size:.63rem;
}

/* Explore boards donor widget */
.gpt-board-groups{display:grid;gap:16px}
.gpt-board-group + .gpt-board-group{
  padding-top:14px;
  border-top:1px solid var(--line);
}
.gpt-board-group h3{
  margin-bottom:7px;
  color:var(--ink-faint);
  font-family:var(--sans);
  font-size:.68rem;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.gpt-board-list{list-style:none}
.gpt-board-list li + li{border-top:1px dashed var(--line)}
.gpt-board-list a{
  display:grid;
  grid-template-columns:21px minmax(0,1fr) auto;
  align-items:center;
  gap:9px;
  padding:7px 2px;
  color:var(--ink-soft);
  font-size:.8rem;
}
.gpt-board-list a:hover{color:var(--link)}
.gpt-board-icon{
  width:20px;
  height:20px;
  object-fit:contain;
}
.gpt-board-count{
  color:var(--ink-faint);
  font-family:var(--sans);
  font-size:.7rem;
  font-weight:700;
}

/* KIMI disclosure */
.disclosure{
  padding:13px 15px;
  border:1px solid var(--line);
  border-radius:var(--r);
  color:var(--ink-soft);
  background:var(--blue-tint);
  font-size:12.5px;
  line-height:1.55;
}
.disclosure b{color:var(--ink)}
.age-row{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:10px;
}
.age-badge{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  flex-shrink:0;
  border:2px solid var(--orange);
  border-radius:50%;
  color:var(--orange);
  font-family:var(--sans);
  font-size:12px;
  font-weight:800;
}
.age-row small{
  color:var(--ink-faint);
  font-family:var(--sans);
  font-size:10.5px;
  line-height:1.4;
}

/* Secondary sections */
.sec{margin-top:44px}
.sec-head{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
  padding-bottom:10px;
  border-bottom:2px solid var(--line);
}
.sec-head h2{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  font-size:22px;
}
.sec-head h2 .kicker{
  padding:3px 8px;
  border-radius:6px;
  color:var(--on-tint);
  background:var(--orange-tint);
  font-family:var(--sans);
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  transform:translateY(-2px);
}
.sec-head .more{
  color:var(--link);
  font-family:var(--sans);
  font-size:13px;
  font-weight:700;
  white-space:nowrap;
}
.sec-head .more:hover{text-decoration:underline}

/* News cards */
.news-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.news-card{
  display:flex;
  overflow:hidden;
  flex-direction:column;
  border:1px solid var(--line);
  border-radius:var(--r);
  background:var(--card);
  box-shadow:var(--shadow);
  transition:transform .2s,box-shadow .2s;
}
.news-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow-2);
}
.news-art{
  position:relative;
  height:132px;
  display:flex;
  align-items:flex-end;
  padding:10px 14px;
}
.news-art{background-color:var(--blue-deep);background-size:cover;background-position:center}
.na-1{background-image:url(/lbp-assets/assets/img/cardbg-news-1.webp)}
.na-2{background-image:url(/lbp-assets/assets/img/cardbg-news-2.webp)}
.na-3{background-image:url(/lbp-assets/assets/img/cardbg-news-3.webp)}
.news-art::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(6,20,28,.10) 0%,rgba(6,20,28,.55) 100%);
}
.news-art .big{display:none}
.news-art .chip{
  position:relative;
  z-index:1;
  color:var(--blue-deep);
  background:rgba(255,255,255,.92);
}
.news-body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:13px 15px 15px;
}
.news-body h3{font-size:15.5px;line-height:1.35}
.news-card:hover .news-body h3{color:var(--link)}
.news-body .n-meta{
  margin-top:auto;
  padding-top:9px;
  color:var(--ink-faint);
  font-family:var(--sans);
  font-size:11.5px;
}

/* Guides */
.guide-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.guide-card{
  display:flex;
  overflow:hidden;
  flex-direction:column;
  border:1px solid var(--line);
  border-radius:var(--r);
  background:var(--card);
  box-shadow:var(--shadow);
  transition:transform .2s,box-shadow .2s;
}
.guide-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow-2);
}
.guide-top{
  position:relative;
  overflow:hidden;
  min-height:132px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:14px 16px 12px;
  color:#fff;
  background-color:var(--blue-deep);
  background-size:cover;
  background-position:center;
}
.gt-warm{background-color:var(--pick-b)}
.gt-cool{background-color:var(--hot-b)}
/* per-card generated topic image */
.guide-grid .guide-card:nth-child(1) .guide-top{background-image:url(/lbp-assets/assets/img/cardbg-guide-1.webp)}
.guide-grid .guide-card:nth-child(2) .guide-top{background-image:url(/lbp-assets/assets/img/cardbg-guide-2.webp)}
.guide-grid .guide-card:nth-child(3) .guide-top{background-image:url(/lbp-assets/assets/img/cardbg-guide-3.webp)}
.guide-grid .guide-card:nth-child(4) .guide-top{background-image:url(/lbp-assets/assets/img/cardbg-guide-4.webp)}
.guide-grid .guide-card:nth-child(5) .guide-top{background-image:url(/lbp-assets/assets/img/cardbg-guide-5.webp)}
.guide-grid .guide-card:nth-child(6) .guide-top{background-image:url(/lbp-assets/assets/img/cardbg-guide-6.webp)}
.guide-top::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(6,20,28,.12) 0%,rgba(6,20,28,.62) 100%);
}
.guide-topline{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:8px;
}
.guide-top .region{
  display:inline-block;
  padding:2px 8px;
  border:1px solid rgba(255,255,255,.3);
  border-radius:6px;
  background:rgba(255,255,255,.2);
  font-family:var(--sans);
  font-size:9.5px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.guide-icon{display:none}
.guide-top h3{
  position:relative;
  z-index:1;
  color:#fff;
  font-size:17.5px;
}
.guide-body{
  display:flex;
  flex:1;
  flex-direction:column;
  gap:9px;
  padding:12px 16px 14px;
}
.guide-body p{
  flex:1;
  color:var(--ink-soft);
  font-size:13.5px;
}
.guide-link{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:var(--orange);
  font-family:var(--sans);
  font-size:12.5px;
  font-weight:800;
  transition:gap .18s;
}
.guide-card:hover .guide-link{gap:9px}

/* Top picks and hot threads */
.duo{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.duo-card{
  overflow:hidden;
  border-radius:var(--r);
  color:#fff;
  box-shadow:var(--shadow-2);
}
.duo-picks{background:#9C3A0E}
.duo-hot{background:linear-gradient(150deg,var(--hot-b),var(--hot-a) 75%)}
.duo-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:15px 18px 12px;
}
.duo-head h3{
  display:flex;
  align-items:center;
  gap:9px;
  color:#fff;
  font-size:17px;
}
.duo-head h3 img{
  width:21px;
  height:21px;
  object-fit:contain;
  filter:drop-shadow(0 2px 3px rgba(0,0,0,.25));
}
.duo-head .sans-tag{
  padding:3px 8px;
  border-radius:6px;
  background:rgba(255,255,255,.18);
  font-family:var(--sans);
  font-size:10px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.duo-list{padding:0 10px 12px;list-style:none}
.duo-list a{
  display:flex;
  align-items:center;
  gap:11px;
  padding:9px 10px;
  border-radius:var(--r-sm);
  transition:.15s;
}
.duo-list a:hover{background:rgba(255,255,255,.12)}
.duo-list .rank{
  width:22px;
  flex-shrink:0;
  text-align:center;
  font-family:var(--display);
  font-size:16px;
  font-weight:700;
  opacity:.75;
}
.duo-list .tt{
  min-width:0;
  flex:1;
  overflow:hidden;
  font-size:13.8px;
  font-weight:500;
  line-height:1.3;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.duo-list .cnt{
  flex-shrink:0;
  padding:2px 8px;
  border-radius:7px;
  background:rgba(255,255,255,.16);
  font-family:var(--sans);
  font-size:11px;
  font-weight:700;
}
.duo-foot{
  padding:0 18px 15px;
  color:rgba(255,255,255,.68);
  font-family:var(--sans);
  font-size:11px;
}

/* Footer */
footer.site{
  margin-top:56px;
  color:var(--on-soft);
  background:var(--blue-deep);
}
.ft{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:32px;
  padding:44px 0 36px;
}
.ft .wordmark .lean{color:#fff}
.ft-desc{
  max-width:300px;
  margin-top:14px;
  font-size:13.5px;
  line-height:1.65;
}
.ft h4{
  margin-bottom:13px;
  color:#7FA3B8;
  font-family:var(--sans);
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.ft ul{
  display:flex;
  flex-direction:column;
  gap:9px;
  list-style:none;
}
.ft ul a{font-size:13.5px}
.ft ul a:hover{color:#fff}
.ft-safe{
  display:flex;
  align-items:center;
  gap:11px;
  margin-top:18px;
  font-family:var(--sans);
  font-size:11px;
  line-height:1.5;
}
.ft-safe .age-badge{
  border-color:var(--orange-2);
  color:#E7C9A8;
}
.ft-base{
  display:flex;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  padding:16px 0;
  border-top:1px solid rgba(255,255,255,.1);
  font-family:var(--sans);
  font-size:12px;
}

/* Responsive */
@media (max-width:1080px){
  nav.mainnav a{padding-inline:10px}
  /* feed full-width on top, the two rails share a row beneath it */
  .forum-grid{grid-template-columns:1fr 1fr}
  .forum-grid > .feed-card{order:0;grid-column:1 / -1}
  .forum-grid > .sidebar-left{order:1}
  .forum-grid > .sidebar-right{order:2}
  .sidebar-left,.sidebar-right{position:static}
  .gpt-member-list{grid-template-columns:1fr}
}

@media (max-width:860px){
  nav.mainnav{display:none}
  .hamb{display:grid}
  .gpt-member-list{grid-template-columns:1fr 1fr}
  .news-grid,.guide-grid{grid-template-columns:1fr 1fr}
  .duo{grid-template-columns:1fr}
  .ft{grid-template-columns:1fr 1fr}
}

@media (max-width:600px){
  .wrap-wide{padding-inline:14px}
  .hd{gap:9px;height:60px}
  .brand{gap:7px}
  .brand > img{width:36px;height:36px}
  .wordmark{font-size:18px}
  .search-toggle{display:none}
  .btn-login{padding:8px 13px}
  .header-popover{right:14px}
  main .wrap-wide{padding-top:18px}
  .forum-grid{grid-template-columns:1fr}
  .forum-grid > .sidebar-left,.forum-grid > .sidebar-right{grid-column:auto}
  /* phone: bonus codes above Casino Watch */
  .forum-grid > .sidebar-right{order:1}
  .forum-grid > .sidebar-left{order:2}
  /* trim the phone stack: drop Active now + Explore boards so bonus codes surface and the page is shorter */
  #active-members,.gpt-boards-card{display:none}
  .gpt-member-list{grid-template-columns:1fr 1fr}
  .news-grid,.guide-grid{grid-template-columns:1fr}
  .post{gap:11px;padding:13px 14px}
  .post.featured{padding:17px 14px}
  .feed-head{padding:14px 14px 12px}
  .feed-head .sans-sub{max-width:220px}
  .p-side .p-date{display:none}
  .p-title{font-size:15.5px}
  .post.featured .p-title{font-size:17.5px}
  .sec{margin-top:36px}
  .sec-head{align-items:flex-start}
}

@media (max-width:430px){
  .theme-toggle{display:none}
  .brand > img{width:34px;height:34px}
  .wordmark{font-size:17px}
  .btn-login{padding-inline:11px}
  .gpt-member-list{grid-template-columns:1fr}
  .feed-head{align-items:flex-start}
  .browse-link{font-size:11px}
  .avatar{width:34px;height:34px;border-radius:10px}
  .p-side{margin-left:-4px}
  .replies{padding-inline:6px}
  .sec-head{flex-direction:column;gap:7px}
  .duo-head{align-items:flex-start}
  .duo-head .sans-tag{font-size:8.5px}
  .duo-list .cnt{display:none}
  .ft{grid-template-columns:1fr}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    scroll-behavior:auto!important;
    animation:none!important;
    transition:none!important;
  }
}
