.weeklyShowcasePage{
  padding-bottom:72px;
}
.weeklyHero{
  margin-bottom:26px;
  min-height:auto;
  align-items:center;
  padding:18px 20px;
  border-radius:24px;
}
.weeklyHero h1{
  font-size:clamp(2.2rem,4vw,4.1rem);
  margin:16px 0 8px;
}
.weeklyHero p{
  max-width:620px;
}
.weeklyHero .primaryBtn{
  flex:0 0 auto;
  min-height:42px;
  padding:10px 14px;
}
.showcaseSection{
  margin-top:18px;
}
.showcaseSection .sectionHead{
  margin-bottom:14px;
}
.showcaseSection .sectionHead h2{
  margin:0;
  font-family:Poppins,sans-serif;
  font-size:1.35rem;
  letter-spacing:-.02em;
}
.showcaseSection .sectionHead p{
  color:var(--muted);
  font-weight:760;
  line-height:1.55;
}
.winnerSpotlight{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);
  gap:16px;
  padding:24px;
  position:relative;
  border:1px solid rgba(111,242,190,.32);
  background:
    radial-gradient(620px 280px at 12% 0%,rgba(103,240,180,.16),transparent 68%),
    radial-gradient(420px 240px at 96% 12%,rgba(93,168,255,.11),transparent 66%),
    linear-gradient(145deg,rgba(255,255,255,.082),rgba(12,18,32,.76));
  border-radius:24px;
  box-shadow:0 22px 62px rgba(0,0,0,.38),0 0 34px rgba(103,240,180,.10),inset 0 1px 0 rgba(255,255,255,.07);
  overflow:hidden;
}
.winnerSpotlight::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(255,255,255,.07),transparent 30%,transparent 72%,rgba(103,240,180,.06));
}
.winnerSpotlight > *{
  position:relative;
  z-index:1;
}
.winnerMain{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.winnerMetaPanel{
  border:1px solid rgba(180,205,255,.12);
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.032));
  border-radius:20px;
  padding:16px;
  display:flex;
  flex-direction:column;
  gap:12px;
  align-self:stretch;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055);
}
.winnerSpotlight h3,.weeklyArchiveCard h3{
  margin:0;
  font-family:Poppins,sans-serif;
  letter-spacing:-.02em;
}
.winnerSpotlight h3{
  font-size:clamp(1.8rem,3vw,2.75rem);
  line-height:1.04;
}
.winnerDescription{
  margin:0;
  color:var(--muted);
  font-weight:760;
  line-height:1.62;
}
.winnerDate{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:rgba(220,234,255,.86);
  font-weight:900;
  font-size:12px;
}
.weeklyArchiveGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.weeklyArchiveCard{
  min-height:235px;
  border-color:rgba(180,205,255,.105);
  background:
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),
    radial-gradient(360px 190px at 14% 0%,rgba(93,168,255,.10),transparent 62%),
    rgba(10,15,27,.70);
  padding:0;
}
.weeklyEmpty{
  text-align:center;
  padding:34px 20px;
  border:1px dashed rgba(93,168,255,.22);
  background:rgba(47,125,255,.06);
  border-radius:22px;
}
.weeklyEmpty i{
  color:var(--blue);
  font-size:28px;
  filter:drop-shadow(0 0 16px rgba(93,168,255,.25));
}
.weeklyEmpty h3{
  margin:12px 0 8px;
  font-family:Poppins,sans-serif;
}
.weeklyEmpty p{
  margin:0 auto 16px;
  color:var(--muted);
  font-weight:760;
  max-width:560px;
  line-height:1.55;
}
@media(max-width:1080px){
  .weeklyHero{
    display:grid;
    grid-template-columns:1fr;
    justify-items:start;
  }
  .winnerSpotlight{
    grid-template-columns:1fr;
  }
  .weeklyArchiveGrid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:680px){
  .weeklyHero{
    padding:16px;
  }
  .winnerSpotlight{
    padding:18px;
    border-radius:20px;
  }
  .weeklyArchiveGrid{
    grid-template-columns:1fr;
  }
}

/* Weekly Showcase final compact refinement */
.weeklyHero{
  margin-bottom:18px;
  padding:16px 18px;
}
.weeklyHero h1{
  font-size:clamp(2rem,3.5vw,3.4rem);
}
.weeklyHero .primaryBtn{
  min-height:38px;
  padding:9px 12px;
}
.showcaseSection{
  margin-top:16px;
}
.winnerSpotlight{
  grid-template-columns:minmax(0,1.25fr) minmax(240px,.62fr);
  gap:14px;
  padding:18px;
  border-color:rgba(103,240,180,.24);
  box-shadow:0 18px 48px rgba(0,0,0,.34),0 0 24px rgba(103,240,180,.07),inset 0 1px 0 rgba(255,255,255,.06);
}
.winnerMain{
  gap:10px;
}
.winnerMetaPanel{
  padding:14px;
  gap:10px;
}
.winnerSpotlight h3{
  font-size:clamp(1.55rem,2.5vw,2.25rem);
}
.winnerDescription{
  line-height:1.48;
}
.weeklyArchiveGrid{
  gap:14px;
}
.weeklyArchiveCard{
  min-height:0;
}
@media(max-width:1080px){
  .winnerSpotlight{
    grid-template-columns:1fr;
  }
}
@media(max-width:680px){
  .weeklyHero{
    padding:14px;
  }
  .winnerSpotlight{
    padding:14px;
  }
}

/* Weekly Showcase correction: balanced winner card and compact archive */
.weeklyHero{
  padding:14px 16px;
}
.weeklyHero h1{
  margin:12px 0 6px;
}
.weeklyHero .primaryBtn{
  min-height:36px;
  padding:8px 11px;
}
.winnerSpotlight{
  grid-template-columns:minmax(0,1.18fr) minmax(230px,.58fr);
  padding:16px;
  gap:13px;
}
.winnerSpotlight .buildPreview{
  height:158px;
}
.winnerMetaPanel{
  justify-content:center;
}
.weeklyArchiveCard .buildPreview{
  height:132px;
}
.weeklyArchiveCard .buildCardBody{
  padding:13px;
}
.weeklyArchiveCard .statRow{
  gap:6px;
}
@media(max-width:1080px){
  .winnerSpotlight{
    grid-template-columns:1fr;
  }
}
@media(max-width:680px){
  .winnerSpotlight .buildPreview,
  .weeklyArchiveCard .buildPreview{
    height:120px;
  }
}

/* Weekly Showcase integrated-card correction */
.winnerSpotlight{
  background:
    radial-gradient(560px 250px at 14% 0%,rgba(103,240,180,.12),transparent 68%),
    radial-gradient(420px 220px at 94% 12%,rgba(93,168,255,.09),transparent 66%),
    linear-gradient(145deg,rgba(255,255,255,.07),rgba(12,18,32,.76));
}
.winnerSpotlight .buildPreview{
  height:178px;
  border:1px solid rgba(180,205,255,.11);
  border-radius:20px;
}
.winnerSpotlight .buildRibbonStack{
  left:12px;
  top:12px;
}
.winnerMetaPanel{
  min-height:0;
}
.weeklyArchiveCard{
  min-height:325px;
}
.weeklyArchiveCard .buildCardBody{
  margin-top:96px;
}
@media(max-width:680px){
  .winnerSpotlight .buildPreview{
    height:138px;
  }
  .weeklyArchiveCard{
    min-height:305px;
  }
  .weeklyArchiveCard .buildCardBody{
    margin-top:82px;
  }
}

/* Weekly Showcase: keep winner/archives visually open, no inner black box */
.winnerSpotlight .buildPreview{
  background:
    radial-gradient(300px 170px at 76% 20%,rgba(93,168,255,.16),transparent 66%),
    radial-gradient(240px 150px at 16% 84%,rgba(103,240,180,.10),transparent 70%),
    linear-gradient(145deg,rgba(18,28,48,.96),rgba(6,10,19,.98));
}
.winnerMetaPanel{
  background:rgba(5,10,20,.22);
  border-color:rgba(180,205,255,.14);
  backdrop-filter:blur(10px);
}
.weeklyArchiveCard .buildCardBody{
  margin-top:108px;
}
@media(max-width:680px){
  .weeklyArchiveCard .buildCardBody{
    margin-top:88px;
  }
}

/* Weekly Showcase card surface parity with AI Builds */
.weeklyArchiveCard::before{
  background:
    linear-gradient(180deg,rgba(4,8,16,.04),rgba(4,8,16,.18) 36%,rgba(4,8,16,.52) 78%,rgba(4,8,16,.72)),
    radial-gradient(460px 240px at 76% 10%,rgba(93,168,255,.16),transparent 68%);
}
.weeklyArchiveCard .buildCardBody{
  background:transparent;
  border:0;
  box-shadow:none;
  backdrop-filter:none;
  padding-left:18px;
  padding-right:18px;
}
.weeklyArchiveCard .proofBadge,
.weeklyArchiveCard .toolChip,
.weeklyArchiveCard .statPill{
  background:rgba(5,10,20,.24);
  border-color:rgba(180,205,255,.16);
}
.winnerSpotlight .buildPreview::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:20px;
  background:linear-gradient(180deg,rgba(4,8,16,.02),rgba(4,8,16,.46));
}
.winnerMetaPanel{
  background:rgba(5,10,20,.16);
  box-shadow:none;
}
@media(max-width:680px){
  .weeklyArchiveCard .buildCardBody{
    padding-left:13px;
    padding-right:13px;
  }
}

/* Weekly Showcase final parity: keep the blue visual across the whole card */
.weeklyArchiveCard{
  background:
    radial-gradient(520px 280px at 78% 10%,rgba(93,168,255,.18),transparent 68%),
    radial-gradient(320px 220px at 16% 76%,rgba(103,240,180,.10),transparent 70%),
    linear-gradient(145deg,rgba(16,28,50,.92),rgba(8,13,24,.96));
}
.weeklyArchiveCard::before{
  background:
    linear-gradient(180deg,rgba(4,8,16,.02),rgba(4,8,16,.10) 34%,rgba(4,8,16,.24) 72%,rgba(4,8,16,.36)),
    radial-gradient(520px 280px at 78% 10%,rgba(93,168,255,.14),transparent 68%);
}
.weeklyArchiveCard .buildPreview{
  opacity:.95;
}
.weeklyArchiveCard .buildCardBody{
  background:linear-gradient(180deg,rgba(8,16,30,.08),rgba(8,16,30,.02));
}
.weeklyArchiveCard .proofBadge,
.weeklyArchiveCard .toolChip,
.weeklyArchiveCard .statPill{
  background:rgba(6,13,26,.26);
  border-color:rgba(180,205,255,.20);
  backdrop-filter:blur(8px);
}
.weeklyArchiveCard .viewBtn{
  background:linear-gradient(135deg,rgba(47,125,255,.36),rgba(8,15,28,.34));
  border-color:rgba(129,181,255,.36);
}
.winnerSpotlight{
  background:
    radial-gradient(620px 300px at 78% 8%,rgba(93,168,255,.13),transparent 68%),
    radial-gradient(360px 240px at 14% 80%,rgba(103,240,180,.09),transparent 70%),
    linear-gradient(145deg,rgba(16,28,50,.88),rgba(8,13,24,.94));
}
.winnerMetaPanel{
  background:rgba(6,13,26,.18);
  border-color:rgba(180,205,255,.16);
}

/* Weekly Showcase: let the abstract blue visual fill the entire archive card */
.weeklyArchiveCard .buildPreview{
  position:absolute;
  inset:0;
  height:auto !important;
  border:0;
  opacity:1;
}
.weeklyArchiveCard .previewGrid{
  opacity:.24;
  mask-image:none;
  -webkit-mask-image:none;
}
.weeklyArchiveCard .previewOrb.one{
  top:8%;
  right:6%;
  opacity:.64;
}
.weeklyArchiveCard .previewOrb.two{
  left:8%;
  bottom:18%;
  opacity:.56;
}
.weeklyArchiveCard .previewDevice{
  top:24%;
  opacity:.46;
}
.weeklyArchiveCard::before{
  background:
    linear-gradient(180deg,rgba(4,8,16,.01),rgba(4,8,16,.08) 36%,rgba(4,8,16,.18) 72%,rgba(4,8,16,.28)),
    radial-gradient(520px 280px at 78% 10%,rgba(93,168,255,.12),transparent 68%) !important;
}
.weeklyArchiveCard .buildCardBody{
  background:transparent !important;
}
.weeklyArchiveCard h3,
.weeklyArchiveCard .creatorLine,
.weeklyArchiveCard p,
.weeklyArchiveCard .winnerDate{
  text-shadow:0 1px 18px rgba(0,0,0,.28);
}

.avatarMiniFrame{
  position:relative;
  overflow:hidden;
}

.avatarMiniFrame img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Weekly Showcase compact card/chip parity with AI Builds */
@media(min-width:1024px){
  .weeklyGrid{
    gap:12px;
  }
  .weeklyArchiveCard{
    min-height:286px;
  }
  .weeklyArchiveCard .buildCardBody{
    margin-top:88px;
    padding:0 14px 14px;
    gap:7px;
  }
  .weeklyArchiveCard .previewDevice{
    top:22%;
    height:58px;
    max-width:230px;
  }
  .weeklyArchiveCard h3{
    font-size:1rem;
  }
  .weeklyArchiveCard p{
    font-size:12.5px;
    line-height:1.35;
  }
}
.weeklyArchiveCard .proofBadge,
.weeklyArchiveCard .toolChip,
.weeklyArchiveCard .statPill,
.winnerSpotlight .proofBadge,
.winnerSpotlight .toolChip,
.winnerSpotlight .statPill{
  min-height:32px;
  padding:8px 10px;
  font-size:11.5px;
  gap:7px;
  border-color:rgba(180,205,255,.22);
  background:linear-gradient(180deg,rgba(9,16,30,.38),rgba(5,10,20,.24));
}
.weeklyArchiveCard .statRow,
.winnerSpotlight .statRow{
  gap:8px;
}
.weeklyArchiveCard .statPill,
.winnerSpotlight .statPill{
  justify-content:flex-start;
  color:rgba(241,246,255,.95);
}

/* Restore previous Weekly Showcase badge treatment and avoid scroll repaint flicker */
.weeklyArchiveCard,
.weeklyArchiveCard .buildPreview,
.weeklyArchiveCard .buildCardBody,
.winnerSpotlight{
  content-visibility:visible !important;
  contain:none !important;
}
.weeklyArchiveCard,
.weeklyArchiveCard .proofBadge,
.weeklyArchiveCard .toolChip,
.weeklyArchiveCard .statPill,
.winnerSpotlight .proofBadge,
.winnerSpotlight .toolChip,
.winnerSpotlight .statPill{
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

/* Weekly Showcase badge restore + archive scroll performance */
.weeklyArchiveCard .buildRibbon,
.winnerSpotlight .buildRibbon{
  min-height:26px;
  padding:6px 10px;
  border-radius:999px;
  font-size:10px;
  font-weight:950;
  border:1px solid rgba(129,181,255,.34);
  background:linear-gradient(135deg,rgba(47,125,255,.88),rgba(22,36,62,.88));
  color:#f4f9ff;
  box-shadow:0 10px 22px rgba(0,0,0,.28),0 0 18px rgba(47,125,255,.14),inset 0 1px 0 rgba(255,255,255,.14);
}
.weeklyArchiveCard .buildRibbon::before,
.weeklyArchiveCard .buildRibbon::after,
.winnerSpotlight .buildRibbon::before,
.winnerSpotlight .buildRibbon::after{
  content:none !important;
}
.weeklyArchiveCard .buildRibbon.weekly,
.winnerSpotlight .buildRibbon.weekly{
  min-height:29px;
  padding:7px 11px;
  border-radius:10px 999px 999px 10px;
  font-size:10.5px;
  color:#06131a;
  border-color:rgba(111,242,190,.56);
  background:linear-gradient(135deg,rgba(88,224,173,.94),rgba(47,125,255,.76));
  box-shadow:0 14px 32px rgba(0,0,0,.30),0 0 24px rgba(103,240,180,.22),inset 0 1px 0 rgba(255,255,255,.30);
}
.weeklyArchiveCard .buildRibbon.featured,
.winnerSpotlight .buildRibbon.featured{
  color:#161006;
  border-color:rgba(255,204,122,.58);
  background:linear-gradient(135deg,rgba(255,206,112,.95),rgba(129,81,33,.88));
  box-shadow:0 14px 32px rgba(0,0,0,.30),0 0 22px rgba(255,193,99,.18),inset 0 1px 0 rgba(255,255,255,.28);
}
.weeklyArchiveCard .buildRibbon.verified,
.winnerSpotlight .buildRibbon.verified{
  color:#f4f9ff;
  border-color:rgba(128,194,255,.55);
  background:linear-gradient(135deg,rgba(113,183,255,.93),rgba(42,72,132,.88));
  box-shadow:0 14px 32px rgba(0,0,0,.30),0 0 20px rgba(93,168,255,.16),inset 0 1px 0 rgba(255,255,255,.22);
}
.weeklyArchiveCard:hover{
  transform:none !important;
}
.weeklyArchiveCard .previewOrb,
.weeklyArchiveCard .previewDevice i{
  filter:none !important;
}

/* Restore classic ForumRix AI Build status badge styling */
.weeklyArchiveCard .buildRibbon,
.winnerSpotlight .buildRibbon{
  min-height:30px !important;
  padding:7px 12px !important;
  border-radius:999px !important;
  font-size:11px !important;
  font-weight:950 !important;
  gap:7px !important;
  color:#eef6ff !important;
  background:linear-gradient(180deg,rgba(36,52,82,.86),rgba(18,28,48,.84)) !important;
  border:1px solid rgba(129,181,255,.34) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 8px 18px rgba(0,0,0,.22) !important;
}
.weeklyArchiveCard .buildRibbon.weekly,
.winnerSpotlight .buildRibbon.weekly{
  color:#dfffee !important;
  background:linear-gradient(180deg,rgba(38,92,73,.88),rgba(24,58,52,.86)) !important;
  border-color:rgba(111,242,190,.36) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 8px 18px rgba(0,0,0,.22),0 0 18px rgba(103,240,180,.08) !important;
}
.weeklyArchiveCard .buildRibbon.featured,
.winnerSpotlight .buildRibbon.featured{
  color:#fff0cf !important;
  background:linear-gradient(180deg,rgba(116,85,42,.90),rgba(65,47,30,.88)) !important;
  border-color:rgba(255,204,122,.36) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 8px 18px rgba(0,0,0,.22),0 0 16px rgba(255,193,99,.08) !important;
}
.weeklyArchiveCard .buildRibbon.verified,
.winnerSpotlight .buildRibbon.verified{
  color:#e8f3ff !important;
  background:linear-gradient(180deg,rgba(62,101,157,.90),rgba(37,57,94,.88)) !important;
  border-color:rgba(128,194,255,.38) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 8px 18px rgba(0,0,0,.22),0 0 16px rgba(93,168,255,.08) !important;
}

/* Weekly Showcase default covers: use local images in the existing preview layer. */
.weeklyArchiveCard .buildPreview.hasDefaultCover,
.winnerSpotlight .buildPreview.hasDefaultCover{
  background-image:
    linear-gradient(180deg,rgba(4,8,15,.10),rgba(4,8,15,.54) 58%,rgba(4,8,15,.88)),
    var(--build-cover) !important;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
}
.weeklyArchiveCard .buildPreview.hasDefaultCover::after,
.winnerSpotlight .buildPreview.hasDefaultCover::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  background:
    radial-gradient(420px 230px at 78% 12%,rgba(93,168,255,.12),transparent 68%),
    linear-gradient(180deg,rgba(4,8,15,.02),rgba(4,8,15,.46) 58%,rgba(4,8,15,.86));
}
.weeklyArchiveCard .buildPreview.hasDefaultCover .previewGrid,
.weeklyArchiveCard .buildPreview.hasDefaultCover .previewOrb,
.weeklyArchiveCard .buildPreview.hasDefaultCover .previewDevice,
.winnerSpotlight .buildPreview.hasDefaultCover .previewGrid,
.winnerSpotlight .buildPreview.hasDefaultCover .previewOrb,
.winnerSpotlight .buildPreview.hasDefaultCover .previewDevice{
  display:none !important;
}

/* Mobile header/avatar consistency */
.profile-btn{padding:0;overflow:hidden}
.profile-btn .navProfileAvatar,.profile-btn img.navProfileAvatar{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:999px;display:block}
.mobile-inner a i{width:18px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 18px}
@media(max-width:860px){.nav-right{gap:10px}.hamburger,.notifBtn,.profile-btn{width:42px;height:42px;border-radius:14px}.nav-actions{display:none!important}}
