/* Community + Super X — scoped under .layout-award so comment.css on watch is untouched.
   On community post pages, comment widgets sit inside .layout-award; avoid bare .user-name / .profile-avatar. */

.layout-page.layout-award{position:relative;min-height:60vh;overflow-x:hidden}

.layout-award .award-bg{width:100%;padding-bottom:40%;position:absolute;left:0;right:0;top:0;overflow:hidden;pointer-events:none}
.layout-award .award-bg .award-bg-img{background-image:url(../images/space-bg.jpg);background-size:cover;background-position:center center;position:absolute;top:0;left:0;right:0;bottom:0;filter:blur(10px);opacity:.3}
.layout-award .award-bg:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;background:#0b1622;background:linear-gradient(0deg,#0b1622 0,rgba(32,31,49,0) 100%)}

.layout-award .award-inner{position:relative;z-index:5;max-width:1230px;margin:0 auto 140px}
.layout-award .award-inner .ai_-welcome{font-weight:700;font-size:4em;line-height:1.3;padding:40px 0;color:#fff}
.layout-award .award-inner .ai_-welcome .d-block{display:block;word-break:break-word}
.layout-award .award-inner .ai_-welcome .description{font-size:14px;line-height:1.5;font-weight:400;max-width:600px;margin:0 auto 20px}
.layout-award .award-inner .ai_-tabs{text-align:center;padding-top:10px;margin-bottom:10px}
.layout-award .award-inner .ai_-tabs a{margin:1rem;font-weight:600;font-size:1.2em;color:#9d9dbb;position:relative;text-decoration:none;background:transparent;padding:0;border-radius:0}
.layout-award .award-inner .ai_-tabs a.active,
.layout-award .award-inner .ai_-tabs a:hover{color:#fff;background:transparent}
.layout-award .award-inner .ai_-tabs a.active:before{content:"";width:50px;height:3px;border-radius:3px;background-color:#26a3d6;position:absolute;bottom:-15px;left:50%;transform:translateX(-50%)}

/* Mana badges — global (used on board, Super X, comments, public profile) */
.badg-level{display:inline-block;width:16px;height:16px;min-width:16px;min-height:16px;margin-right:5px;vertical-align:middle;flex-shrink:0;padding:0;border:0;border-radius:0;object-fit:contain;background:transparent}
img.badg-level{font-size:inherit;line-height:normal;color:inherit;overflow:visible}
.badg-level.level-admin{width:28px;height:28px;min-width:28px;min-height:28px;margin-right:6px}
.badg-level.level-custom{
  width:22px;height:22px;min-width:22px;min-height:22px;margin-right:6px;
  border:0!important;border-radius:4px;padding:0!important;background:transparent!important;
  box-shadow:none;object-fit:contain;
}

/* Custom badge FX — effects sit outside the icon; no box/border chrome */
.badg-aura{
  display:inline-flex;align-items:center;justify-content:center;
  width:28px;height:28px;margin-right:6px;vertical-align:middle;
  position:relative;flex-shrink:0;overflow:visible;
  border:0!important;padding:0!important;background:transparent!important;
  box-shadow:none!important;border-radius:0!important;text-transform:none!important;
  font-size:0!important;line-height:0!important;letter-spacing:0!important;color:inherit!important;
}
.badg-aura .badg-level{margin-right:0!important;position:relative;z-index:2;border-radius:4px}
.badg-aura::before,
.badg-aura::after{
  content:"";position:absolute;pointer-events:none;z-index:1;
  border-style:solid;box-sizing:border-box;
}

@keyframes badg-slash-a{
  0%{transform:translate(-14px,10px) rotate(-38deg) scaleX(.2);opacity:0}
  35%{opacity:1}
  100%{transform:translate(14px,-10px) rotate(-38deg) scaleX(1.1);opacity:0}
}
@keyframes badg-slash-b{
  0%{transform:translate(12px,12px) rotate(42deg) scaleX(.15);opacity:0}
  40%{opacity:1}
  100%{transform:translate(-12px,-12px) rotate(42deg) scaleX(1);opacity:0}
}
@keyframes badg-sweep{
  0%{transform:translateX(-120%) skewX(-18deg);opacity:0}
  30%{opacity:1}
  100%{transform:translateX(120%) skewX(-18deg);opacity:0}
}
@keyframes badg-orbit{
  0%{transform:rotate(0deg)}
  100%{transform:rotate(360deg)}
}
@keyframes badg-rise{
  0%{transform:translateY(6px) scaleY(.4);opacity:0}
  40%{opacity:1}
  100%{transform:translateY(-10px) scaleY(1.1);opacity:0}
}
@keyframes badg-flash{
  0%,100%{opacity:.25}
  50%{opacity:1}
}
@keyframes badg-spin-slow{to{transform:rotate(360deg)}}
@keyframes badg-pulse-frame{
  0%,100%{opacity:.55;transform:scale(.92) rotate(0deg)}
  50%{opacity:1;transform:scale(1.08) rotate(3deg)}
}
@keyframes badg-spark-twinkle{
  0%,100%{opacity:.2;transform:scale(.6)}
  50%{opacity:1;transform:scale(1.2)}
}
@keyframes badg-wave{
  0%{clip-path:polygon(0 60%,20% 45%,40% 62%,60% 40%,80% 58%,100% 42%,100% 100%,0 100%);opacity:.3}
  50%{clip-path:polygon(0 45%,20% 60%,40% 40%,60% 58%,80% 38%,100% 55%,100% 100%,0 100%);opacity:.85}
  100%{clip-path:polygon(0 55%,20% 38%,40% 58%,60% 42%,80% 60%,100% 40%,100% 100%,0 100%);opacity:.3}
}

/* 1 Soft glow — outer bloom (no frame box) */
.badg-aura--soft-glow::before{
  inset:-6px;border-radius:50%;border:0;
  background:radial-gradient(circle,rgba(147,197,253,.55) 0%,transparent 68%);
  animation:badg-pulse-frame 2.4s ease-in-out infinite;
}
/* 2 Neon glow */
.badg-aura--neon-glow::before{
  inset:-5px;border-radius:6px;border:0;
  box-shadow:0 0 8px 2px #22d3ee,0 0 14px 1px #a855f7;
  animation:badg-flash 1.4s ease-in-out infinite;
}
.badg-aura--neon-glow::after{
  inset:-2px;border-radius:4px;border:0;
  box-shadow:0 0 6px 1px #e879f9;opacity:.7;
  animation:badg-flash 1.4s ease-in-out infinite .35s;
}
/* 3 Magical energy — orbiting sparks */
.badg-aura--magical-energy::before{
  width:4px;height:4px;left:50%;top:50%;margin:-2px 0 0 -2px;border-radius:50%;border:0;
  background:#c084fc;box-shadow:12px 0 0 #60a5fa,-12px 0 0 #f472b6,0 12px 0 #34d399,0 -12px 0 #fbbf24;
  animation:badg-orbit 2.2s linear infinite;
}
.badg-aura--magical-energy::after{
  width:3px;height:3px;left:50%;top:50%;margin:-1.5px 0 0 -1.5px;border-radius:50%;border:0;
  background:#fff;box-shadow:8px 8px 0 #a78bfa,-8px -8px 0 #38bdf8,8px -8px 0 #fb7185,-8px 8px 0 #4ade80;
  animation:badg-orbit 1.6s linear infinite reverse;
}
/* 4 Pulsing glow */
.badg-aura--pulsing-glow::before{
  inset:-6px;border-radius:50%;border:0;
  box-shadow:0 0 0 2px rgba(96,165,250,.35),0 0 12px rgba(96,165,250,.55);
  animation:badg-pulse-frame 1.5s ease-in-out infinite;
}
/* 5 Breathing light — vertical light pillars */
.badg-aura--breathing-light::before,
.badg-aura--breathing-light::after{
  width:2px;height:26px;top:50%;left:50%;margin-top:-13px;border:0;
  background:linear-gradient(180deg,transparent,rgba(255,255,255,.95),transparent);
  filter:blur(.4px);
}
.badg-aura--breathing-light::before{margin-left:-14px;animation:badg-flash 2.2s ease-in-out infinite}
.badg-aura--breathing-light::after{margin-left:12px;animation:badg-flash 2.2s ease-in-out infinite .4s}
/* 6 Divine aura — cross rays */
.badg-aura--divine-aura::before{
  width:30px;height:2px;left:50%;top:50%;margin:-1px 0 0 -15px;border:0;
  background:linear-gradient(90deg,transparent,#fde68a,#fff,#fde68a,transparent);
  box-shadow:0 0 6px #fbbf24;animation:badg-flash 2s ease-in-out infinite;
}
.badg-aura--divine-aura::after{
  width:2px;height:30px;left:50%;top:50%;margin:-15px 0 0 -1px;border:0;
  background:linear-gradient(180deg,transparent,#fde68a,#fff,#fde68a,transparent);
  box-shadow:0 0 6px #fbbf24;animation:badg-flash 2s ease-in-out infinite .25s;
}
/* 7 Dark shadow — corner claws */
.badg-aura--dark-shadow::before{
  width:10px;height:10px;left:-4px;top:-4px;border:0;
  border-top:2px solid #111;border-left:2px solid #111;
  box-shadow:-2px -2px 6px rgba(0,0,0,.8);animation:badg-pulse-frame 2s ease-in-out infinite;
}
.badg-aura--dark-shadow::after{
  width:10px;height:10px;right:-4px;bottom:-4px;border:0;
  border-bottom:2px solid #111;border-right:2px solid #111;
  box-shadow:2px 2px 6px rgba(0,0,0,.8);animation:badg-pulse-frame 2s ease-in-out infinite .3s;
}
/* 8 Holy light — ascending beams */
.badg-aura--holy-light::before,
.badg-aura--holy-light::after{
  width:3px;bottom:2px;left:50%;
  background:linear-gradient(180deg,rgba(255,255,240,.95),transparent);
  filter:blur(.5px);
}
.badg-aura--holy-light::before{height:16px;margin-left:-8px;transform:rotate(-18deg);animation:badg-rise 1.8s ease-out infinite}
.badg-aura--holy-light::after{height:18px;margin-left:5px;transform:rotate(16deg);animation:badg-rise 1.8s ease-out infinite .35s}
/* 9 Infernal flames — rising flame tongues */
.badg-aura--infernal-flames::before,
.badg-aura--infernal-flames::after{
  width:5px;bottom:0;left:50%;border-radius:40% 40% 20% 20%;
  background:linear-gradient(180deg,#fbbf24,#ef4444 55%,transparent);
}
.badg-aura--infernal-flames::before{height:14px;margin-left:-9px;animation:badg-rise 1.1s ease-out infinite}
.badg-aura--infernal-flames::after{height:16px;margin-left:4px;animation:badg-rise 1.1s ease-out infinite .25s}
/* 10 Arcane energy — soft violet bloom + spin tint */
.badg-aura--arcane-energy::before{
  inset:-7px;border:0;border-radius:50%;
  background:conic-gradient(from 0deg,rgba(167,139,250,.55),transparent 40%,rgba(196,181,253,.45),transparent 75%,rgba(167,139,250,.55));
  filter:blur(2px);animation:badg-spin-slow 4s linear infinite;
}
.badg-aura--arcane-energy::after{
  inset:-3px;border:0;border-radius:50%;
  box-shadow:0 0 10px rgba(139,92,246,.65);animation:badg-pulse-frame 2s ease-in-out infinite;
}
/* 11 Ice frost — crystal shards */
.badg-aura--ice-frost::before{
  width:8px;height:8px;left:-5px;top:2px;
  background:linear-gradient(135deg,rgba(224,242,254,.95),rgba(56,189,248,.4));
  clip-path:polygon(50% 0%,100% 100%,0% 100%);animation:badg-spark-twinkle 1.6s ease-in-out infinite;
}
.badg-aura--ice-frost::after{
  width:7px;height:7px;right:-4px;bottom:1px;
  background:linear-gradient(225deg,rgba(186,230,253,.95),rgba(14,165,233,.35));
  clip-path:polygon(50% 0%,100% 100%,0% 100%);transform:rotate(180deg);
  animation:badg-spark-twinkle 1.6s ease-in-out infinite .4s;
}
/* 12 Electric spark — lightning bolts */
.badg-aura--electric-spark::before{
  width:14px;height:14px;left:-6px;top:-2px;
  background:linear-gradient(135deg,transparent 40%,#fde047 42%,#38bdf8 55%,transparent 57%);
  clip-path:polygon(40% 0%,70% 0%,45% 40%,75% 40%,30% 100%,40% 55%,15% 55%);
  filter:drop-shadow(0 0 3px #38bdf8);animation:badg-flash .45s steps(2,end) infinite;
}
.badg-aura--electric-spark::after{
  width:12px;height:12px;right:-5px;bottom:-1px;
  background:#7dd3fc;
  clip-path:polygon(55% 0%,80% 0%,50% 45%,85% 45%,25% 100%,40% 55%,10% 55%);
  opacity:.75;animation:badg-flash .45s steps(2,end) infinite .2s;
}
/* 13 Poison mist — drifting blobs */
.badg-aura--poison-mist::before{
  width:10px;height:7px;left:-6px;top:4px;border-radius:60% 40% 50% 50%;
  background:rgba(74,222,128,.55);filter:blur(1.5px);animation:badg-sweep 2.8s ease-in-out infinite;
}
.badg-aura--poison-mist::after{
  width:8px;height:6px;right:-5px;bottom:3px;border-radius:50% 60% 40% 50%;
  background:rgba(21,128,61,.5);filter:blur(1.5px);animation:badg-sweep 2.8s ease-in-out infinite .6s reverse;
}
/* 14 Golden radiance — crown tips + sweep */
.badg-aura--golden-radiance::before{
  width:18px;height:6px;left:50%;top:-5px;margin-left:-9px;
  background:linear-gradient(90deg,transparent,#f59e0b,#fde68a,#f59e0b,transparent);
  clip-path:polygon(0 100%,20% 0,40% 100%,50% 20%,60% 100%,80% 0,100% 100%);
  animation:badg-flash 1.8s ease-in-out infinite;
}
.badg-aura--golden-radiance::after{
  width:120%;height:140%;left:-10%;top:-20%;
  background:linear-gradient(105deg,transparent 40%,rgba(253,230,138,.85) 50%,transparent 60%);
  animation:badg-sweep 2.2s ease-in-out infinite;
}
/* 15 Cosmic shimmer — corner stars */
.badg-aura--cosmic-shimmer::before{
  width:6px;height:6px;left:-5px;top:-4px;background:#e879f9;
  clip-path:polygon(50% 0%,61% 35%,100% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,0 35%,39% 35%);
  animation:badg-spark-twinkle 1.3s ease-in-out infinite;
}
.badg-aura--cosmic-shimmer::after{
  width:5px;height:5px;right:-4px;bottom:-3px;background:#22d3ee;
  clip-path:polygon(50% 0%,61% 35%,100% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,0 35%,39% 35%);
  animation:badg-spark-twinkle 1.3s ease-in-out infinite .45s;
}
/* 16 Blood crimson — diagonal slash */
.badg-aura--blood-crimson::before{
  width:28px;height:3px;left:50%;top:50%;margin:-1.5px 0 0 -14px;
  background:linear-gradient(90deg,transparent,#7f1d1d,#ef4444,#7f1d1d,transparent);
  transform-origin:center;animation:badg-slash-a 1.5s ease-in-out infinite;
}
.badg-aura--blood-crimson::after{
  width:22px;height:2px;left:50%;top:50%;margin:-1px 0 0 -11px;
  background:linear-gradient(90deg,transparent,#991b1b,#fca5a5,transparent);
  animation:badg-slash-b 1.5s ease-in-out infinite .2s;
}
/* 17 Emerald pulse */
.badg-aura--emerald-pulse::before{
  inset:-6px;border:0;border-radius:50%;
  box-shadow:0 0 0 2px rgba(52,211,153,.4),0 0 12px rgba(16,185,129,.55);
  animation:badg-pulse-frame 1.7s ease-in-out infinite;
}
/* 18 Void ripple — water slash / wave */
.badg-aura--void-ripple::before{
  left:-8px;right:-8px;bottom:-4px;height:12px;
  background:linear-gradient(180deg,rgba(56,189,248,.55),transparent);
  animation:badg-wave 1.4s ease-in-out infinite;
}
.badg-aura--void-ripple::after{
  width:26px;height:2.5px;left:50%;top:40%;margin-left:-13px;
  background:linear-gradient(90deg,transparent,#67e8f9,#fff,#67e8f9,transparent);
  animation:badg-slash-a 1.8s ease-out infinite;
}
/* 19 Storm crackle — X slash bolts */
.badg-aura--storm-crackle::before{
  width:26px;height:2px;left:50%;top:50%;margin:-1px 0 0 -13px;
  background:linear-gradient(90deg,transparent,#e2e8f0,#38bdf8,#e2e8f0,transparent);
  animation:badg-slash-a 1.1s linear infinite;
}
.badg-aura--storm-crackle::after{
  width:26px;height:2px;left:50%;top:50%;margin:-1px 0 0 -13px;
  background:linear-gradient(90deg,transparent,#fde047,#fff,transparent);
  animation:badg-slash-b 1.1s linear infinite .15s;
}
/* 20 Celestial shimmer — wing sweeps */
.badg-aura--celestial-shimmer::before,
.badg-aura--celestial-shimmer::after{
  width:10px;height:14px;top:50%;margin-top:-7px;
  background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(196,181,253,.35),transparent);
  filter:blur(.3px);
}
.badg-aura--celestial-shimmer::before{
  left:-8px;clip-path:polygon(100% 50%,0 0,20% 50%,0 100%);
  animation:badg-flash 2s ease-in-out infinite;
}
.badg-aura--celestial-shimmer::after{
  right:-8px;clip-path:polygon(0 50%,100% 0,80% 50%,100% 100%);
  animation:badg-flash 2s ease-in-out infinite .3s;
}

@keyframes badg-fall{
  0%{transform:translate(0,-8px) rotate(0deg);opacity:0}
  20%{opacity:1}
  100%{transform:translate(4px,14px) rotate(40deg);opacity:0}
}
@keyframes badg-fall-b{
  0%{transform:translate(0,-6px) rotate(0deg);opacity:0}
  25%{opacity:1}
  100%{transform:translate(-5px,12px) rotate(-35deg);opacity:0}
}
@keyframes badg-arc-slash{
  0%{transform:rotate(-50deg) scaleX(.2);opacity:0}
  40%{opacity:1}
  100%{transform:rotate(40deg) scaleX(1.05);opacity:0}
}
@keyframes badg-rift{
  0%,100%{transform:scaleY(.35);opacity:.35}
  50%{transform:scaleY(1.15);opacity:1}
}
@keyframes badg-ribbon{
  0%{transform:translateX(-100%) skewX(-12deg);opacity:0}
  40%{opacity:.9}
  100%{transform:translateX(100%) skewX(-12deg);opacity:0}
}
@keyframes badg-step{
  0%{opacity:0;transform:translate(6px,0)}
  30%{opacity:.7}
  100%{opacity:0;transform:translate(-8px,0)}
}

/* 21 Sakura petal fall */
.badg-aura--sakura-petals::before{
  width:7px;height:5px;left:2px;top:-6px;border-radius:60% 0 60% 0;
  background:linear-gradient(135deg,#fda4af,#fb7185);animation:badg-fall 1.8s ease-in infinite;
}
.badg-aura--sakura-petals::after{
  width:6px;height:4px;right:1px;top:-4px;border-radius:0 60% 0 60%;
  background:linear-gradient(225deg,#fecdd3,#f472b6);animation:badg-fall-b 1.8s ease-in infinite .45s;
}
/* 22 Blade arc slash */
.badg-aura--blade-arc::before{
  width:28px;height:28px;left:50%;top:50%;margin:-14px 0 0 -14px;
  border:2px solid transparent;border-top-color:#e2e8f0;border-right-color:rgba(148,163,184,.7);
  border-radius:50%;transform-origin:center;animation:badg-arc-slash 1.4s ease-out infinite;
  box-shadow:0 0 4px rgba(226,232,240,.5);
}
.badg-aura--blade-arc::after{
  width:22px;height:2px;left:50%;top:50%;margin:-1px 0 0 -11px;
  background:linear-gradient(90deg,transparent,#94a3b8,#fff,transparent);
  animation:badg-slash-a 1.4s ease-out infinite .15s;
}
/* 23 Phoenix ember rise */
.badg-aura--phoenix-ember::before{
  width:4px;height:4px;left:2px;bottom:0;border-radius:50%;
  background:#fb923c;box-shadow:0 0 4px #f97316;animation:badg-rise 1.3s ease-out infinite;
}
.badg-aura--phoenix-ember::after{
  width:3px;height:3px;right:3px;bottom:1px;border-radius:50%;
  background:#fde047;box-shadow:0 0 4px #ef4444;animation:badg-rise 1.3s ease-out infinite .35s;
}
/* 24 Abyss vertical rift */
.badg-aura--abyss-rift::before{
  width:2px;height:26px;left:50%;top:50%;margin:-13px 0 0 -1px;
  background:linear-gradient(180deg,transparent,#7c3aed,#c084fc,#7c3aed,transparent);
  box-shadow:0 0 6px #6d28d9;animation:badg-rift 1.6s ease-in-out infinite;
}
.badg-aura--abyss-rift::after{
  width:8px;height:26px;left:50%;top:50%;margin:-13px 0 0 -4px;
  background:linear-gradient(90deg,transparent,rgba(76,29,149,.45),transparent);
  animation:badg-rift 1.6s ease-in-out infinite .2s;
}
/* 25 Lunar crescent */
.badg-aura--lunar-crescent::before{
  width:18px;height:18px;left:50%;top:50%;margin:-9px 0 0 -9px;border-radius:50%;
  box-shadow:4px -2px 0 1px #e2e8f0;animation:badg-flash 2.4s ease-in-out infinite;
}
.badg-aura--lunar-crescent::after{
  width:3px;height:3px;right:-2px;top:2px;border-radius:50%;background:#f8fafc;
  box-shadow:0 0 4px #fff;animation:badg-spark-twinkle 1.5s ease-in-out infinite;
}
/* 26 Solar flare beams */
.badg-aura--solar-flare::before{
  width:30px;height:2px;left:50%;top:50%;margin:-1px 0 0 -15px;
  background:linear-gradient(90deg,transparent,#fbbf24,#fff7ed,#fbbf24,transparent);
  transform:rotate(-28deg);animation:badg-flash 1.2s ease-in-out infinite;
}
.badg-aura--solar-flare::after{
  width:24px;height:2px;left:50%;top:50%;margin:-1px 0 0 -12px;
  background:linear-gradient(90deg,transparent,#f59e0b,#fde68a,transparent);
  transform:rotate(32deg);animation:badg-flash 1.2s ease-in-out infinite .25s;
}
/* 27 Dragon scale tips */
.badg-aura--dragon-scale::before{
  width:9px;height:8px;left:-5px;top:4px;
  background:linear-gradient(180deg,#4ade80,#166534);clip-path:polygon(50% 0%,100% 40%,80% 100%,20% 100%,0 40%);
  animation:badg-pulse-frame 2s ease-in-out infinite;
}
.badg-aura--dragon-scale::after{
  width:8px;height:7px;right:-4px;bottom:3px;
  background:linear-gradient(180deg,#86efac,#14532d);clip-path:polygon(50% 0%,100% 40%,80% 100%,20% 100%,0 40%);
  animation:badg-pulse-frame 2s ease-in-out infinite .35s;
}
/* 28 Spectral aftertrail */
.badg-aura--spectral-trail::before{
  width:22px;height:22px;left:6px;top:3px;border:0;border-radius:4px;
  background:rgba(167,139,250,.25);animation:badg-step 1.5s ease-out infinite;
}
.badg-aura--spectral-trail::after{
  width:22px;height:22px;left:10px;top:3px;border:0;border-radius:4px;
  background:rgba(196,181,253,.15);animation:badg-step 1.5s ease-out infinite .25s;
}
/* 29 Quartz prism shards */
.badg-aura--quartz-prism::before{
  width:9px;height:10px;left:-6px;top:-2px;
  background:linear-gradient(135deg,#e0e7ff,#a5b4fc 50%,#6366f1);
  clip-path:polygon(50% 0%,100% 100%,0 100%);animation:badg-spark-twinkle 1.7s ease-in-out infinite;
}
.badg-aura--quartz-prism::after{
  width:8px;height:9px;right:-5px;bottom:-1px;
  background:linear-gradient(225deg,#fae8ff,#e879f9 50%,#a21caf);
  clip-path:polygon(0 0,100% 0,50% 100%);animation:badg-spark-twinkle 1.7s ease-in-out infinite .4s;
}
/* 30 Cherry dual slash */
.badg-aura--cherry-blade::before{
  width:28px;height:2.5px;left:50%;top:50%;margin:-1px 0 0 -14px;
  background:linear-gradient(90deg,transparent,#be123c,#fb7185,#be123c,transparent);
  animation:badg-slash-a 1.3s ease-in-out infinite;
}
.badg-aura--cherry-blade::after{
  width:24px;height:2px;left:50%;top:50%;margin:-1px 0 0 -12px;
  background:linear-gradient(90deg,transparent,#9f1239,#fda4af,transparent);
  animation:badg-slash-b 1.3s ease-in-out infinite .18s;
}
/* 31 Tsunami crest */
.badg-aura--tsunami-crest::before{
  left:-10px;right:-10px;top:-6px;height:14px;
  background:linear-gradient(180deg,rgba(56,189,248,.7),transparent);
  clip-path:polygon(0 80%,15% 30%,30% 70%,50% 10%,70% 65%,85% 25%,100% 75%,100% 100%,0 100%);
  animation:badg-wave 1.5s ease-in-out infinite;
}
.badg-aura--tsunami-crest::after{
  width:20px;height:2px;left:50%;bottom:0;margin-left:-10px;
  background:linear-gradient(90deg,transparent,#67e8f9,#fff,transparent);
  animation:badg-sweep 2s ease-in-out infinite;
}
/* 32 Magma ground rift */
.badg-aura--magma-rift::before{
  left:-6px;right:-6px;bottom:-3px;height:8px;
  background:linear-gradient(90deg,#7f1d1d,#f97316,#fbbf24,#ef4444,#7f1d1d);
  clip-path:polygon(0 100%,10% 40%,25% 90%,40% 20%,55% 85%,70% 30%,85% 95%,100% 50%,100% 100%);
  animation:badg-flicker-lite 1.1s ease-in-out infinite;
}
.badg-aura--magma-rift::after{
  width:3px;height:10px;left:50%;bottom:2px;margin-left:-1px;
  background:linear-gradient(180deg,#fde047,#ef4444,transparent);animation:badg-rise 1.2s ease-out infinite;
}
@keyframes badg-flicker-lite{0%,100%{opacity:.55;filter:brightness(1)}40%{opacity:1;filter:brightness(1.3)}70%{opacity:.7}}
/* 33 Aurora ribbon flow */
.badg-aura--aurora-ribbon::before{
  width:140%;height:5px;left:-20%;top:2px;
  background:linear-gradient(90deg,transparent,#34d399,#22d3ee,#a78bfa,transparent);
  filter:blur(1px);animation:badg-ribbon 2.4s ease-in-out infinite;
}
.badg-aura--aurora-ribbon::after{
  width:140%;height:4px;left:-20%;bottom:2px;
  background:linear-gradient(90deg,transparent,#c084fc,#38bdf8,#4ade80,transparent);
  filter:blur(1px);animation:badg-ribbon 2.4s ease-in-out infinite .5s reverse;
}
/* 34 Shadow step afterimage */
.badg-aura--shadow-step::before{
  width:16px;height:16px;left:8px;top:4px;border-radius:2px;
  background:rgba(15,15,20,.55);animation:badg-step 1.2s ease-out infinite;
}
.badg-aura--shadow-step::after{
  width:16px;height:16px;left:12px;top:4px;border-radius:2px;
  background:rgba(15,15,20,.3);animation:badg-step 1.2s ease-out infinite .2s;
}
/* 35 Crystal lattice corners */
.badg-aura--crystal-lattice::before{
  width:8px;height:8px;left:-4px;top:-4px;
  border-top:1.5px solid #67e8f9;border-left:1.5px solid #67e8f9;
  box-shadow:-1px -1px 0 #a5f3fc;animation:badg-pulse-frame 1.8s ease-in-out infinite;
}
.badg-aura--crystal-lattice::after{
  width:8px;height:8px;right:-4px;bottom:-4px;
  border-bottom:1.5px solid #67e8f9;border-right:1.5px solid #67e8f9;
  box-shadow:1px 1px 0 #a5f3fc;animation:badg-pulse-frame 1.8s ease-in-out infinite .3s;
}
/* 36 Wind multi-cut */
.badg-aura--wind-slash::before{
  width:30px;height:1.5px;left:50%;top:40%;margin-left:-15px;
  background:linear-gradient(90deg,transparent,#cbd5e1,#fff,transparent);
  animation:badg-sweep 1.1s ease-out infinite;
}
.badg-aura--wind-slash::after{
  width:26px;height:1.5px;left:50%;top:58%;margin-left:-13px;
  background:linear-gradient(90deg,transparent,#94a3b8,#e2e8f0,transparent);
  animation:badg-sweep 1.1s ease-out infinite .2s;
}
/* 37 Royal crest crown */
.badg-aura--royal-crest::before{
  width:22px;height:7px;left:50%;top:-7px;margin-left:-11px;border:0;
  background:linear-gradient(180deg,#fde68a,#b45309);
  clip-path:polygon(0 100%,12% 35%,25% 100%,37% 0,50% 100%,63% 0,75% 100%,88% 35%,100% 100%);
  animation:badg-flash 2s ease-in-out infinite;
}
.badg-aura--royal-crest::after{
  inset:-4px;border:0;border-radius:50%;
  box-shadow:0 0 10px rgba(251,191,36,.45);
  animation:badg-pulse-frame 2.2s ease-in-out infinite;
}
/* 38 Nebula dust orbit */
.badg-aura--nebula-dust::before{
  width:3px;height:3px;left:50%;top:50%;margin:-1.5px 0 0 -1.5px;border-radius:50%;
  background:#f0abfc;box-shadow:11px 0 0 #818cf8,-8px 6px 0 #22d3ee,5px -9px 0 #fb7185,-6px -7px 0 #a3e635;
  animation:badg-orbit 3s linear infinite;
}
.badg-aura--nebula-dust::after{
  width:2px;height:2px;left:50%;top:50%;margin:-1px 0 0 -1px;border-radius:50%;
  background:#fff;box-shadow:8px 5px 0 #c084fc,-9px -3px 0 #38bdf8,0 10px 0 #e879f9;
  animation:badg-orbit 2.2s linear infinite reverse;
}
/* 39 Frost blade slash */
.badg-aura--frost-blade::before{
  width:28px;height:3px;left:50%;top:50%;margin:-1.5px 0 0 -14px;
  background:linear-gradient(90deg,transparent,#bae6fd,#fff,#7dd3fc,transparent);
  animation:badg-slash-a 1.4s ease-out infinite;
}
.badg-aura--frost-blade::after{
  width:6px;height:6px;right:-3px;top:0;
  background:#e0f2fe;clip-path:polygon(50% 0%,100% 100%,0 100%);
  animation:badg-spark-twinkle 1.4s ease-in-out infinite .2s;
}
/* 40 Venom fang tips */
.badg-aura--venom-fang::before{
  width:7px;height:10px;left:0;top:-5px;
  background:linear-gradient(180deg,#86efac,#166534);clip-path:polygon(50% 100%,0 0,100% 0);
  animation:badg-pulse-frame 1.5s ease-in-out infinite;
}
.badg-aura--venom-fang::after{
  width:7px;height:10px;right:0;top:-5px;
  background:linear-gradient(180deg,#4ade80,#14532d);clip-path:polygon(50% 100%,0 0,100% 0);
  animation:badg-pulse-frame 1.5s ease-in-out infinite .25s;
}
/* 41 Thunder flash */
.badg-aura--thunder-ring::before{
  inset:-6px;border:0;border-radius:50%;
  box-shadow:0 0 8px 2px #fde047,0 0 14px #38bdf8;
  animation:badg-flash .55s steps(2,end) infinite;
}
.badg-aura--thunder-ring::after{
  width:10px;height:10px;left:50%;top:-4px;margin-left:-5px;background:#fef08a;border:0;
  clip-path:polygon(40% 0%,70% 0%,45% 40%,80% 40%,25% 100%,35% 55%,10% 55%);
  animation:badg-flash .55s steps(2,end) infinite .15s;
}
/* 42 Spirit orbit rings */
.badg-aura--spirit-orbits::before{
  inset:-8px;border:1.5px solid rgba(167,139,250,.55);border-radius:50%;
  border-bottom-color:transparent;border-left-color:transparent;
  animation:badg-spin-slow 2.5s linear infinite;
}
.badg-aura--spirit-orbits::after{
  inset:-5px;border:1.5px solid rgba(56,189,248,.5);border-radius:50%;
  border-top-color:transparent;border-right-color:transparent;
  animation:badg-spin-slow 1.8s linear infinite reverse;
}
/* 43 Ash fall drift */
.badg-aura--ash-fall::before{
  width:3px;height:3px;left:4px;top:-6px;border-radius:50%;background:#a8a29e;
  box-shadow:6px -2px 0 #78716c,-2px 2px 0 #57534e;animation:badg-fall 2s linear infinite;
}
.badg-aura--ash-fall::after{
  width:2px;height:2px;right:3px;top:-4px;border-radius:50%;background:#d6d3d1;
  animation:badg-fall-b 2s linear infinite .5s;
}
/* 44 Moonlight veil sweep */
.badg-aura--moonlight-veil::before{
  width:8px;height:28px;left:50%;top:50%;margin:-14px 0 0 -4px;
  background:linear-gradient(90deg,transparent,rgba(226,232,240,.85),transparent);
  filter:blur(.6px);animation:badg-ribbon 2.8s ease-in-out infinite;
}
.badg-aura--moonlight-veil::after{
  width:4px;height:20px;left:50%;top:50%;margin:-10px 0 0 -2px;
  background:linear-gradient(180deg,transparent,rgba(255,255,255,.7),transparent);
  animation:badg-flash 2.8s ease-in-out infinite .4s;
}
/* 45 Crimson X-mark */
.badg-aura--crimson-mark::before{
  width:24px;height:2.5px;left:50%;top:50%;margin:-1px 0 0 -12px;
  background:#dc2626;transform:rotate(45deg);box-shadow:0 0 4px #991b1b;
  animation:badg-flash 1.6s ease-in-out infinite;
}
.badg-aura--crimson-mark::after{
  width:24px;height:2.5px;left:50%;top:50%;margin:-1px 0 0 -12px;
  background:#b91c1c;transform:rotate(-45deg);box-shadow:0 0 4px #7f1d1d;
  animation:badg-flash 1.6s ease-in-out infinite .2s;
}
/* 46 Jade corner brackets */
.badg-aura--jade-brackets::before{
  width:9px;height:9px;left:-5px;top:-5px;
  border-top:2px solid #34d399;border-left:2px solid #34d399;
  animation:badg-pulse-frame 2.1s ease-in-out infinite;
}
.badg-aura--jade-brackets::after{
  width:9px;height:9px;right:-5px;bottom:-5px;
  border-bottom:2px solid #10b981;border-right:2px solid #10b981;
  animation:badg-pulse-frame 2.1s ease-in-out infinite .35s;
}
/* 47 Starfall rain */
.badg-aura--starfall-rain::before{
  width:5px;height:5px;left:3px;top:-8px;background:#fde68a;
  clip-path:polygon(50% 0%,61% 35%,100% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,0 35%,39% 35%);
  animation:badg-fall 1.6s linear infinite;
}
.badg-aura--starfall-rain::after{
  width:4px;height:4px;right:2px;top:-6px;background:#e0e7ff;
  clip-path:polygon(50% 0%,61% 35%,100% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,0 35%,39% 35%);
  animation:badg-fall-b 1.6s linear infinite .4s;
}
/* 48 Void diagonal tear */
.badg-aura--void-tear::before{
  width:3px;height:28px;left:50%;top:50%;margin:-14px 0 0 -1.5px;
  background:linear-gradient(180deg,transparent,#4c1d95,#c084fc,#2e1065,transparent);
  transform:rotate(-28deg);box-shadow:0 0 8px #6d28d9;animation:badg-rift 1.4s ease-in-out infinite;
}
.badg-aura--void-tear::after{
  width:22px;height:22px;left:50%;top:50%;margin:-11px 0 0 -11px;
  background:radial-gradient(circle,rgba(76,29,149,.35) 0%,transparent 70%);
  clip-path:polygon(0 45%,100% 20%,100% 55%,0 80%);animation:badg-flash 1.4s ease-in-out infinite;
}
/* 49 Mirror glass shards */
.badg-aura--mirror-shard::before{
  width:8px;height:10px;left:-5px;top:1px;
  background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(148,163,184,.4));
  clip-path:polygon(20% 0%,100% 15%,70% 100%,0 80%);animation:badg-spark-twinkle 1.5s ease-in-out infinite;
}
.badg-aura--mirror-shard::after{
  width:7px;height:9px;right:-4px;bottom:0;
  background:linear-gradient(225deg,rgba(226,232,240,.95),rgba(100,116,139,.35));
  clip-path:polygon(0 20%,90% 0,100% 90%,30% 100%);animation:badg-spark-twinkle 1.5s ease-in-out infinite .35s;
}
/* 50 Elite sigil */
.badg-aura--elite-sigil::before{
  inset:-7px;border:0;border-radius:50%;
  box-shadow:0 0 0 1.5px rgba(251,191,36,.55),0 0 12px rgba(245,158,11,.45);
  animation:badg-spin-slow 5s linear infinite;
}
.badg-aura--elite-sigil::after{
  width:16px;height:16px;left:50%;top:50%;margin:-8px 0 0 -8px;border:0;
  background:radial-gradient(circle,rgba(253,230,138,.35) 0%,transparent 70%);
  animation:badg-pulse-frame 2s ease-in-out infinite;
}

.layout-award .ztag .zt-green{color:#7df796}
.layout-award .ztag .zt-yellow{color:#ffce71}
.layout-award .ztag .zt-orange{color:#ff7e3f}
.layout-award .ztag .zt-red{color:#ff718c}
.layout-award .ztag .zt-blue{color:#4da6ff}
.layout-award .ztag .zt-purple{color:#d4a2f7}
.layout-award .ztag .zt-white{color:#c5d0dc}
.layout-award .ztag span{font-weight:600}

/* —— Board —— */
.layout-award .new-connect{margin:3rem auto}
.layout-award .nc-wrap{margin-bottom:3rem;display:flex;justify-content:space-between}
.layout-award .nc-sidebar{flex-shrink:0;width:280px;margin-right:2rem;position:sticky;position:-webkit-sticky;top:100px;align-self:flex-start}
.layout-award .nc-wrap .nc-body,
.layout-award .nc-body{flex-grow:1;width:calc(100% - 280px - 2rem);min-width:0}
.layout-award .nc-sidebar .nc-cate{margin-bottom:2rem}
.layout-award .nc-sidebar .nc-cate .item{cursor:pointer;padding:.6rem 1rem;border-radius:2rem;background-color:rgba(255,255,255,.1);font-size:13px;display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;color:inherit;text-decoration:none}
.layout-award .nc-sidebar .nc-cate .item.active,
.layout-award .nc-sidebar .nc-cate .item:hover{background-color:rgba(255,255,255,.2)}
.layout-award .nc-sidebar .nc-cate .item .ztag{font-weight:500}
.layout-award .nc-sidebar .nc-cate .item .number{font-size:12px;font-weight:600;background-color:#fff;line-height:16px;padding:0 .5rem;color:#000;border-radius:2rem;white-space:nowrap}

.layout-award .nc-head{display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}
.layout-award .nc-head .is-left{display:flex;align-items:center;justify-content:flex-start;flex:1 1 auto;min-width:0;flex-wrap:wrap;gap:.5rem}
.layout-award .nc-head .is-right{display:flex;align-items:center;flex-shrink:0}
.layout-award .nc-head .is-right .item-link{padding:.5rem 1rem;border-radius:2rem;color:#c5d0dc;text-decoration:none;background:rgba(255,255,255,.08)}
.layout-award .nc-head .is-right .item-link.active{background-color:#fff;color:#111}
.layout-award .nc-head .is-right .item-link:hover{color:#fff;text-decoration:none}
.layout-award .nc-head .is-right .item-link.active:hover{color:#111}
.layout-award .nc-body .zcate{display:none}
.layout-award .nc-head .btn-sm{background:rgba(255,255,255,.1);color:#c5d0dc;border:0}
.layout-award .nc-head .btn-sm:hover{background:rgba(255,255,255,.2);color:#fff}

.layout-award .nc-list .item{display:flex;flex-direction:column;margin-bottom:1rem;padding:1.25rem 1.5rem;border-radius:1rem;font-size:13px;background-color:rgba(255,255,255,.05);line-height:1.4;overflow:visible;position:relative;width:100%}
.layout-award .nc-list .item .is-more{position:absolute;top:12px;right:12px;z-index:3}
.layout-award .nc-list .item .is-more-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:rgba(255,255,255,.55);background:rgba(255,255,255,.06);text-decoration:none}
.layout-award .nc-list .item .is-more-btn:hover{color:#fff;background:rgba(255,255,255,.12);text-decoration:none}
.layout-award .nc-list .item .is-more .dropdown-menu{min-width:180px}
.layout-award .connect-detail .cd-more{flex-shrink:0}
.layout-award .connect-detail .cd-more .btn{color:rgba(255,255,255,.55)}
.layout-award .connect-detail .cd-more .btn:hover{color:#fff}
.layout-award .cd-article{position:relative}
.layout-award .cd-article .cda-about{position:relative;padding-right:44px}
.layout-award .cd-article .cd-more{position:absolute;top:0;right:0;z-index:4}
.layout-award .cd-article .cd-more-btn{
  display:inline-flex;align-items:center;justify-content:center;
  width:32px;height:32px;border-radius:50%;
  color:rgba(255,255,255,.7);background:rgba(255,255,255,.08);text-decoration:none;
}
.layout-award .cd-article .cd-more-btn:hover{color:#fff;background:rgba(255,255,255,.16);text-decoration:none}
.layout-award .cd-article .cd-more .dropdown-menu{min-width:180px}
.layout-award .nc-list .item .is-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:auto}
.layout-award .nc-list .item .is-vote.is-vote-bar{display:inline-flex;align-items:center;gap:4px;padding:3px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}
.layout-award .nc-list .item .is-vote.is-vote-bar .is-up,
.layout-award .nc-list .item .is-vote.is-vote-bar .is-down{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;color:rgba(255,255,255,.55);font-size:12px;font-weight:600;line-height:1;text-decoration:none;transition:background .15s ease,color .15s ease}
.layout-award .nc-list .item .is-vote.is-vote-bar .is-up:hover,
.layout-award .nc-list .item .is-vote.is-vote-bar .is-down:hover{color:#fff;background:rgba(255,255,255,.08);text-decoration:none}
.layout-award .nc-list .item .is-vote.is-vote-bar .is-up.active{color:#26a3d6;background:rgba(38,163,214,.18)}
.layout-award .nc-list .item .is-vote.is-vote-bar .is-down.active{color:#f07178;background:rgba(240,113,120,.16)}
.layout-award .nc-list .item .is-vote.is-vote-bar .like-value,
.layout-award .nc-list .item .is-vote.is-vote-bar .dislike-value{min-width:1ch;font-variant-numeric:tabular-nums}
.layout-award .nc-list .item .is-comments{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;color:rgba(255,255,255,.55);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);font-size:12px;font-weight:600;text-decoration:none}
.layout-award .nc-list .item .is-comments:hover{color:#fff;background:rgba(255,255,255,.1);text-decoration:none}
.layout-award .nc-list .item .is-vote a{cursor:pointer}

.layout-award .nc-list .item .is-head{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:1rem;color:#aaa;gap:.25rem 0;padding-right:2.5rem}
.layout-award .nc-list .item .is-pin{display:none}
.layout-award .nc-list .pin-group{margin-bottom:1rem}
.layout-award .nc-list .pin-group .item{background-color:rgba(255,255,255,.05)}
.layout-award .nc-list .pin-group .item .is-pin{
  display:inline-block;
  background-color:#fff;
  color:#000;
  padding:.1rem .4rem;
  border-radius:.3rem;
  margin-right:.75rem;
  font-weight:500;
  font-size:12px;
  line-height:1.4;
  white-space:nowrap;
}
.layout-award .nc-list .pin-group .item .is-pin i{margin-right:2px}
.layout-award .nc-list .item .is-dot .dot,
.layout-award .ztag .dot,
.layout-award .dot{display:inline-block;width:4px;height:4px;border-radius:50%;background:#666;vertical-align:middle}
.layout-award .nc-list .item .is-body{margin-bottom:.5rem;word-break:break-word;flex-grow:1}
.layout-award .nc-list .item .is-body .item-name{font-size:1.2em;line-height:1.5;font-weight:500;margin-bottom:.5rem}
.layout-award .nc-list .item .is-body .item-name a{color:#eee;text-decoration:none}
.layout-award .nc-list .item .is-body .item-name a:hover{color:#26a3d6}
.layout-award .nc-list .item .is-body p{margin-bottom:.75rem;overflow:hidden;color:rgba(255,255,255,.7)!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.layout-award .nc-list .item .is-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:nowrap}
.layout-award .nc-list .item .is-bottom .cn-owner{min-width:0;flex:1 1 auto}
.layout-award .nc-list .item .is-bottom .is-actions{flex:0 0 auto}
.layout-award .nc-list .item .is-bottom .is-stats{display:flex;align-items:center;color:#aaa}
.layout-award .nc-list .item .is-bottom .is-stats div{margin-left:1rem;display:flex;align-items:center}

.layout-award .nc-list .cn-owner{display:flex;align-items:center;min-width:0}
.layout-award .nc-list .cn-owner .profile-avatar{width:30px;height:30px;margin-right:10px;flex-shrink:0;border-radius:50%;position:relative;overflow:hidden}
.layout-award .nc-list .cn-owner .profile-avatar img{position:absolute;object-fit:cover;width:100%;height:100%;top:0;left:0;right:0;bottom:0}
.layout-award .nc-list .cn-owner .user-name{color:#fff!important;display:flex;align-items:center;text-decoration:none;font-weight:500;min-width:0;overflow:hidden;max-width:100%}
.layout-award .nc-list .cn-owner .user-name span:not(.badg-level):not(.badg-aura),
.layout-award .nc-list .user-name.is-level-x span:not(.badg-level):not(.badg-aura){font-size:9px;line-height:1.5;text-transform:uppercase;margin-left:5px;color:#94969d;border:1px solid #94969d;padding:1px 3px;border-radius:.25rem;flex-shrink:0;display:block}
.layout-award .nc-list .cn-owner .user-name{white-space:nowrap}
.layout-award .nc-list .cn-owner .user-name > :not(.badg-level):not(.badg-aura):not(span){
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;
}

.layout-award .btn-showmore{background:rgba(255,255,255,.1);font-size:.9em;font-weight:600;border-radius:.4rem;padding:.75rem 1.2rem;color:#fff!important;box-shadow:none!important;border:0}
.layout-award .btn-showmore:hover{background:rgba(255,255,255,.15)}
.layout-award .btn-showmore:before{content:"Show more"}
.layout-award .nc-empty{background:rgba(255,255,255,.05);border-radius:1rem;color:#9d9dbb}

/* —— Post detail (connect-detail) —— */
.layout-award .wideview{width:100%}
.layout-award .ai-control{margin:1rem 0 2rem}
.layout-award .ai-control a{color:#9d9dbb;text-decoration:none}
.layout-award .ai-control a:hover{color:#26a3d6}
.layout-award .connect-detail{max-width:728px;margin:0 auto}
.layout-award .cd-article{position:relative;line-height:1.5;margin-bottom:1.5rem;padding:2rem;background-color:#142030;border-radius:1rem;word-break:break-word}
.layout-award .cd-article .article-name{font-size:1.6em;line-height:1.4;color:#fff;font-weight:500}
.layout-award .cd-article .cda-content{color:#fffa;font-size:14px;line-height:1.65;margin-bottom:1.5rem}
.layout-award .cd-article .cda-content img{max-width:100%;border-radius:6px}
.layout-award .cd-article .cda-content strong{font-weight:700;color:#fff}
.layout-award .cd-article .cda-content em{font-style:italic}
.layout-award .cd-article .cda-content del,
.layout-award .cd-article .cda-content s{text-decoration:line-through;opacity:.75}
.layout-award .cd-article .cda-content .cm-md-h,
.layout-award .cd-article .cda-content h1,
.layout-award .cd-article .cda-content h2,
.layout-award .cd-article .cda-content h3{
  color:#fff;font-weight:700;line-height:1.35;margin:1rem 0 .55rem;
}
.layout-award .cd-article .cda-content h1{font-size:1.35em}
.layout-award .cd-article .cda-content h2{font-size:1.2em}
.layout-award .cd-article .cda-content h3{font-size:1.08em}
.layout-award .cd-article .cda-content .cm-md-ul,
.layout-award .cd-article .cda-content ul{
  margin:.4rem 0 .85rem;padding-left:1.25rem;list-style:disc;
}
.layout-award .cd-article .cda-content .cm-md-ul li,
.layout-award .cd-article .cda-content ul li{margin:.2rem 0}
.layout-award .cd-article .cda-content blockquote{
  display:block;margin:.45rem 0;padding:.35rem .7rem;
  border-left:3px solid rgba(38,163,214,.45);background:rgba(255,255,255,.03);
  border-radius:0 6px 6px 0;color:rgba(255,255,255,.78);
}
.layout-award .cd-article .cda-about{font-size:13px;color:#aaa}
.layout-award .cd-article .cda-about .cn-owner{display:flex;align-items:center}
.layout-award .cd-article .cda-about .cn-owner .profile-avatar{width:30px;height:30px;margin-right:10px;flex-shrink:0;border-radius:50%;position:relative;overflow:hidden}
.layout-award .cd-article .cda-about .cn-owner .profile-avatar img{position:absolute;object-fit:cover;width:100%;height:100%;top:0;left:0}
.layout-award .cd-article .cda-about .cn-owner .user-name{color:#fff!important;display:flex;align-items:center;text-decoration:none}
.layout-award .cd-article .cda-bottom .btn{font-size:13px;padding:.4rem 0;position:relative;margin-right:1.5rem;color:#fff;background:transparent;border:0;text-decoration:none}
.layout-award .cd-article .cda-bottom .btn.active.btn-upvote,
.layout-award .cd-article .cda-bottom .btn:hover{color:#26a3d6}
.layout-award .cd-article .cda-bottom .btn.active i:before{font-weight:900}

/* Isolate community comments from board list styles */
.layout-award #community-comments{margin-top:1.5rem;max-width:728px;margin-left:auto;margin-right:auto}

/* Create / My Zone */
.layout-award .community-create-form{background:rgba(255,255,255,.05);border-radius:1rem;padding:1.5rem;max-width:720px;margin:0 auto}
.layout-award .community-create-form label{color:#fff;font-weight:600}
.layout-award .community-create-form .form-control{background-color:#172537;border-color:#20334d;color:#a0b1c5}
.layout-award .community-create-form .help-text{color:#9d9dbb;font-size:.85rem}

/* Create post — theme-aligned (form-control / btn / bg-secondary) */
.layout-award .cp-wrap{max-width:720px;margin:1.25rem auto 3rem}
.layout-award .cp-panel{border-radius:1rem;padding:1.5rem;background-color:#142030!important;border:1px solid rgba(255,255,255,.06)}
.layout-award .cp-panel label{color:#fff;font-weight:600;font-size:14px;margin-bottom:.45rem}
.layout-award .cp-panel .form-control{
  color:#a0b1c5;
  background-color:#172537;
  border:1px solid #20334d;
  border-radius:5px;
  font-size:1rem;
}
.layout-award .cp-panel .form-control:focus{
  color:#e8eef5;
  background-color:#172537;
  border-color:#26a3d6;
  box-shadow:0 0 0 .2rem rgba(38,163,214,.2);
}
.layout-award .cp-panel .form-control::placeholder{color:#6d7a8c}
.layout-award .cp-tags{display:flex;flex-wrap:wrap;gap:.45rem}
.layout-award .cp-tag{margin:0;cursor:pointer;user-select:none}
.layout-award .cp-tag input{position:absolute;opacity:0;pointer-events:none}
.layout-award .cp-tag .ztag{
  display:inline-flex;align-items:center;
  padding:.35rem .8rem;border-radius:2rem;
  background:rgba(255,255,255,.08);border:1px solid transparent;
  font-size:13px;font-weight:500;transition:background .15s,border-color .15s;
}
.layout-award .cp-tag:hover .ztag{background:rgba(255,255,255,.14)}
.layout-award .cp-tag.is-on .ztag{background:rgba(38,163,214,.18);border-color:rgba(38,163,214,.45)}
.layout-award .cp-editor{
  border:1px solid #20334d;border-radius:5px;overflow:hidden;background-color:#172537;
}
.layout-award .cp-editor:focus-within{border-color:#26a3d6;box-shadow:0 0 0 .2rem rgba(38,163,214,.2)}
.layout-award .cp-fmt-bar{
  display:flex;align-items:center;flex-wrap:wrap;gap:2px;
  padding:.35rem .5rem;border-bottom:1px solid #20334d;background:#101925;
}
.layout-award .cp-fmt-btn{
  display:inline-flex;align-items:center;justify-content:center;
  width:28px;height:28px;border:0;border-radius:5px;
  background:transparent;color:#8097b2;cursor:pointer;font-size:12px;font-weight:600;line-height:1;padding:0;
}
.layout-award .cp-fmt-btn:hover,
.layout-award .cp-fmt-btn:focus{background:rgba(255,255,255,.08);color:#fff;outline:0}
.layout-award .cp-fmt-btn:active{background:rgba(38,163,214,.22);color:#fff}
.layout-award .cp-fmt-btn .cp-fmt-i{font-style:italic}
.layout-award .cp-fmt-btn .cp-fmt-s{text-decoration:line-through}
.layout-award .cp-fmt-btn i{font-size:11px;opacity:.9}
.layout-award .cp-hint{font-size:11px;color:#6d7a8c;padding-right:.35rem}
.layout-award .cp-panel .cp-textarea.form-control{
  border:0!important;border-radius:0!important;box-shadow:none!important;
  min-height:220px;resize:vertical;background:transparent!important;
  white-space:pre-wrap;overflow-wrap:break-word;line-height:1.5;
}
.layout-award .cp-panel .cp-textarea.form-control:focus{box-shadow:none!important}
.layout-award .cp-actions{margin-top:1rem;padding-top:.25rem}
.layout-award .cp-actions .btn{border-radius:2rem;padding:.45rem 1.1rem;font-weight:600}
@media screen and (max-width:575px){
  .layout-award .cp-wrap{margin:1rem 0 2rem}
  .layout-award .cp-panel{padding:1.1rem}
  .layout-award .cp-actions{flex-direction:column;align-items:stretch!important}
  .layout-award .cp-actions .d-flex{width:100%;justify-content:flex-end}
}

.layout-award .power-head{padding:1.5rem;border-radius:.5rem;background-color:rgba(255,255,255,.05);margin-bottom:1.5rem;display:flex;align-items:center}
.layout-award .power-head .ph-avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;flex-shrink:0;margin-right:1.5rem}
.layout-award .power-head .ph-avatar img{width:100%;height:100%;object-fit:cover}
.layout-award .power-head .ph-mana{font-size:1.4rem;font-weight:700;color:#fff}
.layout-award .power-head .ph-mana span{color:#26a3d6}
.layout-award .power-head .ph-rank{margin-top:4px;color:#9d9dbb;display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.layout-award .power-head .ph-rank .badg-level.level-custom,
.layout-award .power-head .ph-rank .badg-aura .badg-level{
  width:24px;height:24px;min-width:24px;min-height:24px;
}
.layout-award .power-head .ph-rank .badg-aura{width:30px;height:30px}
.layout-award .mz-mana-card{padding:1.25rem 1.25rem 1.5rem;border-radius:1rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.06)}
.layout-award .mz-mana-card .power-head{background:transparent;padding:0;margin-bottom:1.25rem;border-radius:0}
.layout-award .my-zone-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.layout-award .my-zone-card{background:rgba(255,255,255,.05);border-radius:1rem;padding:1rem}
.layout-award .my-zone-card h3{color:#fff;font-size:1.1rem;margin-bottom:12px}
.layout-award .my-zone-card .mz-post{display:block;padding:8px 0;border-bottom:none;color:#a0b1c5;text-decoration:none;flex:1;min-width:0}
.layout-award .my-zone-card .mz-post:hover{color:#26a3d6}
.layout-award .my-zone-card .mz-post-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.06)}
.layout-award .my-zone-card .mz-post-actions{display:flex;gap:6px;flex-shrink:0;padding-top:2px}
.layout-award .my-zone-card .mz-post-actions .btn{border-radius:2rem;font-size:12px;padding:.25rem .7rem}
.layout-award .my-zone-card .mz-ledger-row{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:.9rem;color:#a0b1c5}
.layout-award .my-zone-card .mz-ledger-row .amt{font-weight:700;color:#28a745}
.layout-award .my-zone-card .mz-ledger-row .amt.neg{color:#dc3545}

/* —— Super X wideview (scoped) —— */
.layout-award .wideview{width:100%;gap:1%;align-items:flex-start}
.layout-award .wideview.d-flex{display:flex!important}
.layout-award .wv-ul{position:relative}
.layout-award .wv .wv-title{margin-bottom:1.5rem;font-weight:600;font-size:1.2em;color:#fff;flex-wrap:wrap;gap:.35rem .5rem}
.layout-award .wv .wv-icon{width:100%;overflow:hidden;text-align:center}
.layout-award .wv .wv-icon img{max-width:100%;height:125px;margin:0;object-fit:contain}
.layout-award .wv-item{width:32%;margin:0 0 1.5rem;min-width:0}
.layout-award .aw-tabs{flex-wrap:wrap;justify-content:flex-end}
.layout-award .aw-tabs .nav-item{margin:0 0 0 1.5rem}
.layout-award .aw-tabs .nav-item .nav-link{padding:0;line-height:34px;border:none!important;font-size:12px;background:transparent;color:#9d9dbb}
.layout-award .aw-tabs .nav-item .nav-link.active,
.layout-award .aw-tabs .nav-item .nav-link:hover{color:#26a3d6;background:transparent}
.layout-award .wv .wv-title.w-bg{font-size:1em}
.layout-award .wv .wv-title.w-bg .name{line-height:34px;white-space:nowrap}
.layout-award .w-bg{background-color:rgba(255,255,255,.07);padding:.2rem .75rem;border-radius:.6rem}
.layout-award .wv-item .wv-ul{margin-bottom:1.5rem}
.layout-award .wv-item .wv-ul .item{font-size:12px;line-height:1.3;color:#aaa;min-height:120px;position:relative;padding:1.5rem 1rem;border-radius:1rem;border-bottom:1px solid rgba(255,255,255,.2);background:linear-gradient(0deg,rgba(255,255,255,.1) 0,rgba(255,255,255,0) 100%);min-width:0;box-sizing:border-box}
.layout-award .wv-item .item .number{font-size:1.6rem;font-weight:300;letter-spacing:1px;color:#fff;flex-shrink:0}
.layout-award .wv-item .item:nth-child(n+4) .number{opacity:.3}
.layout-award .wv-item .item .profile-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0;margin:0 1rem 0 .75rem;position:relative}
.layout-award .wv-item .item .profile-avatar img{position:absolute;object-fit:cover;width:100%;height:100%;top:0;left:0}
.layout-award .wv-item .item-user .item-inner,
.layout-award .wv-item .item-comment .item-inner,
.layout-award .wv-item .item-discussion .item-inner{width:calc(100% - 110px);min-width:0;flex:1 1 auto}
.layout-award .wv-item .item-user .user-name{margin-bottom:8px;font-size:12px;color:#fff;font-weight:500;display:flex;align-items:center;text-decoration:none;max-width:100%;overflow:hidden}
.layout-award .wv-item .item-user .user-name .badg-level{height:14px;width:14px;min-width:14px;min-height:14px;display:inline-block;object-fit:contain;visibility:visible;opacity:1}
.layout-award .wv-item .item-comment .cn-owner .user-name .badg-level{height:14px;width:14px;min-width:14px;min-height:14px;display:inline-block;object-fit:contain;visibility:visible;opacity:1}
.layout-award .wv-item .item-user .user-name .badg-level.level-custom,
.layout-award .wv-item .item-user .user-name .badg-aura .badg-level,
.layout-award .wv-item .item-comment .cn-owner .user-name .badg-level.level-custom,
.layout-award .wv-item .item-comment .cn-owner .user-name .badg-aura .badg-level{
  height:20px;width:20px;min-width:20px;min-height:20px;
}
.layout-award .wv-item .item-user .user-name .badg-aura,
.layout-award .wv-item .item-comment .cn-owner .user-name .badg-aura{width:26px;height:26px}
.layout-award .wv-item .item-user .uts{font-size:11px}
.layout-award .wv-item .item-user .uts .ots{flex-wrap:wrap;gap:.35rem 0}
.layout-award .wv-item .item-user .uts .ots div a{color:#aaa}
.layout-award .wv-item .item-user .uts .ots div+div{margin-left:1rem}
.layout-award .wv-item .item-user .extra{margin-bottom:.5rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.layout-award .wv-item .item-user .extra .user-name,
.layout-award .wv-item .item-user .extra .user-name span:not(.badg-level):not(.badg-aura){margin:0!important;border:0;padding:0;text-transform:none;font-size:11px;color:#9d9dbb}
.layout-award .wv-item .item-comment{padding:1rem!important}
.layout-award .wv-item .item-comment .cn-owner{display:flex;align-items:center;min-width:0}
.layout-award .wv-item .item-comment .cn-owner .user-name{color:#fff;font-weight:500;display:inline-flex;align-items:center;text-decoration:none;max-width:100%;overflow:hidden}
.layout-award .wv-item .item-comment .cn-owner .user-name span:not(.badg-level):not(.badg-aura){color:#9d9dbb;font-weight:400;margin-left:6px;font-size:11px;border:0;padding:0;text-transform:none;flex-shrink:0}
.layout-award .wv .wv-ul .item .subject{font-size:12px;margin-bottom:.5rem}
.layout-award .wv .wv-ul .item .subject>div{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.layout-award .wv .wv-ul .item .sts{font-size:11px;color:#aaa;gap:.35rem;flex-wrap:wrap}
.layout-award .wv-item .item-comment .sts{margin-bottom:0!important}
.layout-award .wv-item .item-comment .anime-name{color:#fff;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none}
.layout-award .wv .item .ots>div,
.layout-award .wv .wv-ul .item .sts>div{white-space:nowrap}
.layout-award .wv-item .wv-ul .item .item-poster{width:50px;height:70px;border-radius:.3rem;position:relative;overflow:hidden;flex-shrink:0;margin:0 .75rem 0 0}
.layout-award .wv .wv-ul .item .item-poster .item-poster-img{position:absolute;top:0;bottom:0;left:0;right:0;object-fit:cover;width:100%;height:100%}
.layout-award .wv .wv-ul .item .item-name{font-size:12px;margin:0 0 8px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#26a3d6}
.layout-award .wv .wv-ul .item .item-name a{color:#26a3d6;text-decoration:none}
.layout-award .wv-item .item-discussion .sts{margin-bottom:.5rem}
.layout-award .mana-icon{display:inline-block;width:16px;height:16px;line-height:16px;text-align:center;border-radius:50%;background-color:#26a3d6;box-shadow:0 0 3px 3px rgba(38,163,214,.35) inset;color:#fff;font-weight:700;font-size:10px;vertical-align:middle}
.layout-award .mana-icon:before{content:"M";font-style:normal}
.layout-award .wv-item .wv-loadmore{display:none}

/* Public profile Mana path (inspired by community power line, Anikoto ranks) */
.user-mana-card{border-radius:1rem;overflow:hidden}
.user-mana-card .umc-top{gap:1rem 1.5rem;margin-bottom:1.25rem}
.user-mana-card .umc-avatar.profile-avatar,
.user-mana-card .profile-avatar{width:80px;height:80px;border-radius:50%;position:relative;overflow:hidden;flex-shrink:0}
.user-mana-card .profile-avatar img{position:absolute;object-fit:cover;width:100%;height:100%;top:0;left:0;right:0;bottom:0}
.user-mana-card .umc-identity{min-width:0;flex:1 1 180px}
.user-mana-card .umc-rank-chip{display:inline-flex;align-items:center;gap:6px;padding:.2rem .55rem;border-radius:999px;background:rgba(255,255,255,.08);color:#e8eef5;font-size:13px;font-weight:600}
.user-mana-card .umc-rank-name{color:#fff}
.user-mana-card .umc-meta{font-size:13px}
.user-mana-card .umc-power{flex:0 1 220px;min-width:160px}
.user-mana-card .umc-power-title{font-weight:600;color:#fff;font-size:1.05em;display:flex;align-items:center;flex-wrap:wrap}
.user-mana-card .umc-power-title strong{color:#26a3d6;margin-left:.15rem}
.user-mana-card .mana-icon{display:inline-block;width:16px;height:16px;line-height:16px;text-align:center;border-radius:50%;background-color:#26a3d6;box-shadow:0 0 3px 3px rgba(38,163,214,.35) inset;color:#fff;font-weight:700;font-size:10px;vertical-align:middle}
.user-mana-card .mana-icon:before{content:"M";font-style:normal}
.user-mana-card .umc-progress{position:relative;width:72px;height:12px;padding:2px;border-radius:10px;border:1px solid rgba(255,255,255,.3)}
.user-mana-card .umc-progress span{display:block;height:6px;border-radius:6px;background:linear-gradient(90deg,#5ec4f0,#26a3d6);max-width:100%}
.user-mana-card .umc-percent{font-size:12px;color:#9d9dbb;white-space:nowrap}
.user-mana-card .umc-next{font-size:12px;color:rgba(255,255,255,.82)!important}
.user-mana-card .umc-next.text-muted,
.user-mana-card .umc-meta.text-muted{color:rgba(255,255,255,.72)!important}
.layout-award .mz-mana-card .umc-next,
.layout-award .mz-mana-card .umc-next.text-muted{color:rgba(255,255,255,.82)!important}
.user-mana-card .umc-percent{color:rgba(255,255,255,.82)!important}
.user-mana-card .umc-history{display:inline-block;margin-top:.45rem;font-size:12px;color:#26a3d6;cursor:pointer;text-decoration:none}
.user-mana-card .umc-history:hover{color:#5ec4f0;text-decoration:none}
.user-mana-card .umc-power-links{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;margin-top:.35rem}
.user-mana-card .umc-power-links .umc-history{margin-top:0}
.mz-profile-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}
.mz-btn,
.mz-profile-actions .mz-btn{
  display:inline-flex;align-items:center;justify-content:center;
  height:32px;padding:0 .9rem;border-radius:999px;font-size:12px;font-weight:600;
  line-height:1;text-decoration:none;border:1px solid transparent;cursor:pointer;
  transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease;
}
.mz-btn-primary,
.mz-profile-actions .mz-btn-primary{
  background:#26a3d6;border-color:#26a3d6;color:#fff;
  box-shadow:0 0 0 1px rgba(38,163,214,.25);
}
.mz-btn-primary:hover,
.mz-profile-actions .mz-btn-primary:hover{background:#3bb4e4;border-color:#3bb4e4;color:#fff;text-decoration:none}
.mz-btn-copy,
.mz-profile-actions .mz-btn-copy{
  background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.35);color:#fff;
}
.mz-btn-copy:hover,
.mz-profile-actions .mz-btn-copy:hover{background:rgba(255,255,255,.22);border-color:rgba(255,255,255,.55);color:#fff}
.mz-watch-strip{margin:0 0 1rem;padding:.85rem 1rem;border-radius:.85rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}
.mz-watch-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.45rem}
.mz-watch-label{font-size:13px;font-weight:600;color:#e8eef7}
.mz-watch-nums{font-size:13px;white-space:nowrap;color:#fff}
.mz-watch-nums .text-muted,
.mz-watch-nums span{color:rgba(255,255,255,.55)!important}
.mz-watch-bar{height:6px;border-radius:999px;background:rgba(255,255,255,.1);overflow:hidden}
.mz-watch-bar>span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#26a3d6 0%,#7df796 100%)}
.mz-watch-meta{font-size:11px;line-height:1.4;margin-top:.45rem;color:rgba(255,255,255,.72)!important}

.user-mana-card .umc-path{position:relative;margin:0;border-radius:1.25rem;padding:1.25rem 1rem 1.75rem;background:rgba(0,0,0,.18)}
.user-mana-card .umc-path-nodes{display:flex;justify-content:space-between;position:relative;margin-bottom:.35rem}
.user-mana-card .umc-node{text-align:center;font-size:12px;width:16.66%;padding-bottom:2.75rem;position:relative;color:#9d9dbb}
.user-mana-card .umc-node:before{content:"";position:absolute;left:50%;bottom:0;width:1px;height:1.5rem;border-left:1px dashed rgba(255,255,255,.2)}
.user-mana-card .umc-node.is-reached{color:#e8eef5}
.user-mana-card .umc-node-title{font-weight:600;margin-bottom:.2rem;font-size:11px;line-height:1.25;padding:0 .15rem}
.user-mana-card .umc-node-desc{font-size:11px;color:#9d9dbb;margin-bottom:.65rem;display:flex;align-items:center;justify-content:center;gap:2px}
.user-mana-card .umc-node.is-reached .umc-node-desc{color:#a8d8ea}
.user-mana-card .umc-node-icon{display:inline-block;position:relative;opacity:.45;filter:grayscale(.4)}
.user-mana-card .umc-node.is-reached .umc-node-icon{opacity:1;filter:none}
.user-mana-card .umc-node-icon img{width:28px;height:28px}
.user-mana-card .umc-path-track{width:83.34%;height:3px;position:relative;background-color:rgba(255,255,255,.15);border-radius:10px;margin:0 8.33%}
.user-mana-card .umc-path-fill{position:absolute;left:0;top:0;bottom:0;min-width:0;border-radius:10px;background:linear-gradient(90deg,#26a3d6 0%,#7df796 100%)}
.user-mana-card .umc-path-marker.profile-avatar{width:28px;height:28px;position:absolute;right:-14px;top:-13px;border:2px solid #26a3d6;box-shadow:0 0 0 2px rgba(11,22,34,.85)}

@media screen and (max-width:991px){
  .user-mana-card .umc-power{margin-left:0!important;width:100%;flex:1 1 100%}
  .user-mana-card .umc-top{justify-content:flex-start}
}
@media screen and (max-width:759px){
  .user-mana-card .umc-node-title{font-size:10px}
  .user-mana-card .umc-node-desc{font-size:10px}
}
@media screen and (max-width:575px){
  .user-mana-card .umc-path{border-radius:.75rem;padding:1rem .5rem 1.5rem;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}
  .user-mana-card .umc-path::-webkit-scrollbar{display:none}
  .user-mana-card .umc-path-nodes{width:640px}
  .user-mana-card .umc-path-track{width:533px;margin:0 53.5px}
  .user-mana-card .umc-avatar.profile-avatar{width:64px;height:64px}
}

/* Desktop: pinned posts side-by-side (hianime-style pin-group) */
@media screen and (min-width:1299px){
  .layout-award .nc-list .pin-group{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1rem;
    margin-bottom:1rem;
    align-items:stretch;
  }
  .layout-award .nc-list .pin-group .item{
    height:100%;
    margin-bottom:0;
    min-width:0;
    box-sizing:border-box;
  }
  /* Keep author + votes layout consistent in half-width cards */
  .layout-award .nc-list .pin-group .item .is-bottom{
    flex-direction:column;
    align-items:stretch;
    flex-wrap:nowrap;
    gap:.65rem;
    margin-top:auto;
  }
  .layout-award .nc-list .pin-group .item .is-actions{
    width:100%;
    margin-left:0;
    justify-content:flex-start;
  }
}

/* Tablet / laptop: pin-group stacks full width, badge still visible */
@media screen and (max-width:1298px){
  .layout-award .nc-list .pin-group{display:block;margin-bottom:1rem}
  .layout-award .nc-list .pin-group .item{width:100%;margin-bottom:1rem}
}

@media screen and (max-width:1299px){
  .layout-award.layout-page,
  #main-wrapper.layout-award{min-height:calc(100vh - 520px)}
  .layout-award .nc-sidebar{top:20px}
}

@media screen and (max-width:1199px){
  #main-wrapper.layout-award{min-height:calc(100vh - 470px)}
  .layout-award .award-inner{margin-bottom:60px;padding:0 4px}
  .layout-award .award-inner .ai_-welcome{text-align:center;font-size:2.6em;padding:30px 0}
  /* Must beat .wideview.d-flex { display:flex !important } */
  .layout-award .wideview,
  .layout-award .wideview.d-flex{display:block!important}
  .layout-award .wv-item{width:100%!important;margin-bottom:3rem}
  .layout-award .wv-item .wv-ul{display:flex!important;justify-content:space-between;flex-wrap:wrap}
  .layout-award .wv-item .wv-ul .item{width:calc(50% - 5px)}
  .layout-award .wv-item .wv-ul .item:nth-child(n+5){display:none!important}
  .layout-award .wv-item .wv-ul.expand .item:nth-child(n+5){display:flex!important}
  .layout-award .wv-item .wv-loadmore{display:block;width:100%;margin-top:.5rem}
  .layout-award .wv-item .wv-loadmore .btn{border:1px solid rgba(255,255,255,.1)!important;background-color:transparent!important;font-size:12px;border-radius:.75rem;padding:.7rem;color:#fff;width:100%}
  .layout-award .wv-item .wv-loadmore .btn:hover{border-color:#26a3d6!important;color:#26a3d6!important}
  .layout-award .wv-item .wv-ul.expand ~ .wv-loadmore{display:none}
}

/* Keep sidebar until 860 — do not restyle board at tablet width */
@media screen and (max-width:860px){
  .layout-award .nc-sidebar{display:none}
  .layout-award .nc-body .zcate{display:block}
  .layout-award .nc-head{flex-direction:row;flex-wrap:wrap}
  .layout-award .nc-head .is-right{order:-1;width:100%;justify-content:flex-end}
  .layout-award .nc-head .is-left{width:100%}
  .layout-award .nc-head .zsearch input,
  .layout-award .nc-head .zsearch input:focus{max-width:100%}
  .layout-award .nc-wrap .nc-body,
  .layout-award .nc-body{width:100%}
  .layout-award .my-zone-grid{grid-template-columns:1fr}
}

@media screen and (max-width:759px){
  #main-wrapper.layout-award{min-height:calc(100vh - 355px);display:inline-block;width:100%}
  .layout-award .award-inner .ai_-welcome{font-size:2rem;padding:50px 0 40px}
  .layout-award .award-inner .ai_-tabs a{font-size:1em;margin:.5rem}
  .layout-award .aw-tabs .nav-item{margin:0!important}
  .layout-award .wv-item .wv-ul .item{width:100%}
  .layout-award .wv .wv-icon img{height:96px}
  .layout-award .cd-article .cda-about{display:block!important}
  .layout-award .cd-article .cda-about .ztag .dot.m-hide{display:none}
  .layout-award .cd-article .cda-about .ztag{margin-left:0!important;margin-top:1rem}
}

@media screen and (max-width:575px){
  .layout-award .new-connect{margin:1rem auto}
  .layout-award .nc-list .item .is-bottom{
    flex-direction:column;
    align-items:stretch;
    gap:.75rem;
  }
  .layout-award .nc-list .item .is-actions{
    width:100%;
    margin-left:0;
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:.45rem;
  }
  .layout-award .nc-list .item .is-comments{
    display:inline-flex!important;
    flex-shrink:0;
  }
  .layout-award .award-bg{padding-bottom:55%}
  .layout-award .wv-item .item-user .uts .ots div+div{margin-left:.5rem}
}

@media screen and (max-width:480px){
  #main-wrapper.layout-award{margin-bottom:30px!important}
  .layout-award .power-head{padding:20px;margin:0 0 20px;border-radius:0}
}

@media screen and (max-width:479px){
  #main-wrapper.layout-award{min-height:calc(100vh - 341px)}
  .layout-award .award-inner .ai_-welcome{padding:30px 0;font-size:1.8em}
  .layout-award .award-inner .ai_-welcome .description{font-size:13px;padding:0 8px}
  .layout-award .pre-tabs .nav-item .nav-link{font-size:12px;padding:0 8px;line-height:30px}
  .layout-award .pre-tabs .nav-item{margin-right:4px;margin-bottom:4px}
  .layout-award .nc-head .is-right .item-link span{display:none}
  .layout-award .nc-list .item{padding:1rem}
  .layout-award .nc-list .item .is-actions{width:100%;justify-content:flex-start;margin-left:0}
  .layout-award .cd-article{padding:1.5rem}
  .layout-award .cd-article .article-name{font-size:1.4em;line-height:1.4}
  .layout-award .wv-item .item .number{font-size:1.3em}
  .layout-award .wv-item .item .profile-avatar{width:40px;height:40px;margin:0 .5rem 0 .35rem}
  .layout-award .wv-item .wv-ul .item .item-poster{width:42px;height:58px;margin-right:.5rem}
  .layout-award .wv-item .item-comment .item-inner,
  .layout-award .wv-item .item-discussion .item-inner,
  .layout-award .wv-item .item-user .item-inner{width:calc(100% - 90px)}
  .layout-award .wv-item .item-comment .anime-name{max-width:90px}
  .layout-award .wv .wv-title.w-bg .name{font-size:13px}
  .layout-award .dropdown-menu-model.dropdown-menu-normal{min-width:auto}
}

/* Toast + tame Cake flash on community pages */
.ak-toast{
  position:fixed;left:50%;bottom:24px;z-index:100000;transform:translateX(-50%) translateY(12px);
  opacity:0;transition:opacity .2s ease,transform .2s ease;pointer-events:none;
  max-width:min(92vw,420px);padding:12px 16px;border-radius:12px;font:600 14px/1.4 Nunito,system-ui,sans-serif;
  background:#121826;color:#e8eef7;border:1px solid rgba(255,255,255,.14);box-shadow:0 12px 32px rgba(0,0,0,.45);
}
.ak-toast.is-on{opacity:1;transform:translateX(-50%) translateY(0)}
.ak-toast-success{border-color:rgba(52,211,153,.45)}
.ak-toast-error{border-color:rgba(248,113,113,.5)}
/* Cake flash toasts only — never W2G / live chat .message bubbles */
.layout-award > .message,
.layout-award .alert-success,
.layout-award .alert.message,
.layout-page.layout-award > .message{
  position:fixed!important;left:50%;bottom:24px;z-index:99998;transform:translateX(-50%);
  max-width:min(92vw,420px);margin:0!important;padding:12px 16px!important;border-radius:12px!important;
  background:#121826!important;color:#e8eef7!important;border:1px solid rgba(52,211,153,.45)!important;
  box-shadow:0 12px 32px rgba(0,0,0,.45)!important;
}
.layout-award .room-chat .message{
  position:relative!important;left:auto!important;bottom:auto!important;transform:none!important;
  max-width:none!important;margin:0 0 10px!important;padding:0!important;border:0!important;
  background:transparent!important;box-shadow:none!important;color:inherit!important;
}
.layout-award .cd-article .cm-edited-label,
.layout-award .nc-list .is-time{font-size:12px;opacity:.85}
.layout-award .nc-user-filter{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem;padding:.85rem 1.1rem;border-radius:.85rem;background:rgba(38,163,214,.12);border:1px solid rgba(38,163,214,.28);color:#c5d0dc;font-size:13px}
.layout-award .nc-user-filter a{color:#7ec8e8;font-weight:600;text-decoration:none}
.layout-award .nc-user-filter a:hover{color:#fff;text-decoration:none}
.profile-container .pf-community-list{display:flex;flex-direction:column;gap:.55rem}
.profile-container .pf-community-item{display:block;padding:.7rem .85rem;border-radius:.65rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);color:inherit;text-decoration:none;transition:background .15s ease,border-color .15s ease}
.profile-container .pf-community-item:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:inherit;text-decoration:none}
.profile-container .pf-community-title{font-size:13px;font-weight:600;color:#eee;line-height:1.35;margin-bottom:.35rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.profile-container .pf-community-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;font-size:11px;color:#94a3b8}
.profile-container .pf-community-meta .ztag span{font-size:11px}

/* ============================================================
 * Tier lists (community posts tagged #tierlist)
 * ============================================================ */
.layout-award .ztag .zt-pink{color:#ff9ff3}
.layout-award .ztag .zt-cyan{color:#67e8f9}
.layout-award .ztag .zt-lime{color:#bef264}
.layout-award .ztag .zt-sky{color:#7dd3fc}
.layout-award .ztag .zt-coral{color:#fda4af}

/* Row label colors (shared by builder + read-only view) */
.tl-c-red{background:#ff7f7e}
.tl-c-orange{background:#ffbf7f}
.tl-c-amber{background:#ffdf80}
.tl-c-yellow{background:#feff7f}
.tl-c-green{background:#7eff80}
.tl-c-teal{background:#7fffff}
.tl-c-blue{background:#7f9fff}
.tl-c-purple{background:#bf9ff7}
.tl-c-pink{background:#ff9ff3}
.tl-c-gray{background:#b3b3b3}

/* ---- Read-only tier list (post page) ---- */
.tl-view{display:flex;flex-direction:column;gap:4px;margin:0 0 1.25rem;border-radius:.75rem;overflow:hidden}
.tl-view .tl-row{display:flex;align-items:stretch;background:rgba(255,255,255,.04);min-height:96px}
.tl-view .tl-label{flex:0 0 96px;display:flex;align-items:center;justify-content:center;padding:.5rem;text-align:center;color:#111;font-weight:800;font-size:15px;line-height:1.25;word-break:break-word}
.tl-view .tl-items{flex:1;display:flex;flex-wrap:wrap;align-content:flex-start;gap:6px;padding:6px;min-width:0}
.tl-view .tl-empty{align-self:center;font-size:12px;padding:0 .5rem}
.tl-view .tl-item{position:relative;display:block;width:60px;height:84px;border-radius:6px;overflow:hidden;background:#0d1220}
.tl-view .tl-item img{width:100%;height:100%;object-fit:cover;display:block}
.tl-view .tl-item .tl-item-name{position:absolute;left:0;right:0;bottom:0;padding:14px 4px 3px;font-size:9px;line-height:1.2;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.9));opacity:0;transition:opacity .15s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.tl-view .tl-item:hover .tl-item-name{opacity:1}

/* ---- Board card preview ---- */
.layout-award .nc-list .item .tl-preview{display:flex;align-items:center;gap:.75rem;margin-top:.5rem;padding:.5rem .65rem;border-radius:.6rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.07);text-decoration:none;max-width:100%}
.layout-award .nc-list .item .tl-preview:hover{background:rgba(255,255,255,.09);text-decoration:none}
.tl-preview-posters{display:flex;flex-shrink:0}
.tl-preview-posters img{width:34px;height:48px;object-fit:cover;border-radius:4px;border:2px solid #1a2032;margin-left:-10px;box-shadow:0 2px 6px rgba(0,0,0,.4)}
.tl-preview-posters img:first-child{margin-left:0}
.tl-preview-meta{font-size:12px;color:#c5d0dc;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* ---- Builder (create/edit form) ---- */
.tl-builder{border:1px solid rgba(255,255,255,.09);border-radius:.75rem;padding:8px;background:rgba(0,0,0,.15)}
.tl-rows{display:flex;flex-direction:column;gap:6px}
.tl-brow{display:flex;align-items:stretch;gap:0;background:rgba(255,255,255,.04);border-radius:.5rem;overflow:hidden;min-height:78px}
.tl-brow .tl-label{flex:0 0 88px;display:flex;align-items:center;justify-content:center;padding:4px}
.tl-brow .tl-label-input{width:100%;background:transparent;border:0;outline:0;text-align:center;color:#111;font-weight:800;font-size:14px}
.tl-brow .tl-label-input::placeholder{color:rgba(0,0,0,.4)}
.tl-brow .tl-bitems{flex:1;display:flex;flex-wrap:wrap;align-items:center;align-content:flex-start;gap:5px;padding:6px;min-width:0}
.tl-bitem{position:relative;display:block;width:48px;height:66px;border-radius:5px;overflow:hidden;background:#0d1220;flex:0 0 auto}
.tl-bitem img{width:100%;height:100%;object-fit:cover;display:block}
.tl-bitem-ph{display:block;width:100%;height:100%;background:rgba(255,255,255,.08)}
.tl-bitem-x{position:absolute;top:2px;right:2px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(0,0,0,.75);color:#fff!important;font-size:11px;line-height:1;text-decoration:none!important}
.tl-bitem-x:hover{background:#e5484d}
.tl-add-item{width:48px;height:66px;flex:0 0 auto;border:1px dashed rgba(255,255,255,.25);border-radius:5px;background:transparent;color:#c5d0dc;cursor:pointer;font-size:14px;transition:border-color .15s ease,color .15s ease}
.tl-add-item:hover{border-color:#7ec8e8;color:#7ec8e8}
.tl-rowtools{flex:0 0 30px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:4px 2px;background:rgba(0,0,0,.2)}
.tl-tool{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:5px;color:#8e9bb0!important;font-size:11px;text-decoration:none!important}
.tl-tool:hover{background:rgba(255,255,255,.1);color:#fff!important}
.tl-tool.is-off{opacity:.25;pointer-events:none}
.tl-tool.tl-remove-row:hover{background:rgba(229,72,77,.25);color:#ff8f92!important}
.tl-toolbar{display:flex;align-items:center;margin-top:8px}
.tl-limits{font-weight:400}

/* ---- Anime search modal ---- */
#tl-search-modal .modal-content{background:#1a2032;color:#e8eef7;border:1px solid rgba(255,255,255,.1)}
#tl-search-modal .modal-header{border-bottom-color:rgba(255,255,255,.08)}
#tl-search-modal .close{color:#e8eef7;text-shadow:none}
#tl-search-modal #tl-search-input{background:rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.12);color:#e8eef7}
#tl-search-modal #tl-search-input:focus{border-color:#7ec8e8;box-shadow:none}
.tl-search-results{max-height:52vh;overflow-y:auto;margin-top:.75rem;display:flex;flex-direction:column;gap:4px}
.tl-search-hint{font-size:13px;padding:.75rem .25rem}
.tl-search-item{display:flex;align-items:center;gap:.65rem;padding:5px;border-radius:.5rem;color:#e8eef7!important;text-decoration:none!important;transition:background .12s ease}
.tl-search-item:hover{background:rgba(255,255,255,.07)}
.tl-search-item img{width:38px;height:53px;object-fit:cover;border-radius:4px;flex:0 0 auto}
.tl-search-name{flex:1;font-size:13px;font-weight:600;line-height:1.35;min-width:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.tl-search-name em{font-style:normal;color:#8e9bb0;font-weight:400}
.tl-search-state{flex:0 0 auto;font-size:11px;color:#7ec8e8;font-weight:700}
.tl-search-item.is-added{opacity:.45;pointer-events:none}
.tl-search-item.is-added .tl-search-state{color:#34d399}

/* ---- Post save + share ---- */
.layout-award .cd-article .is-vote .cm-post-save.active{color:#ffce71}
.layout-award .cd-article #cm-share-box{
  margin-top:.85rem;padding:.75rem .85rem;border-radius:.6rem;
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);
}

/* ---- Board sort tick + title search ---- */
#post-sort .dropdown-item .fa-check{display:none}
#post-sort .dropdown-item.active .fa-check{display:inline-block}
.layout-award .nc-head .zsearch{display:flex;align-items:center;flex:1 1 auto;min-width:0;max-width:100%}
.layout-award .nc-head .zsearch .fa-search{position:absolute;left:11px;top:50%;transform:translateY(-50%);font-size:12px;color:#8e9bb0;pointer-events:none}
.layout-award .nc-head .zsearch input{width:100%;max-width:190px;height:31px;padding:0 10px 0 30px;font-size:13px;color:#e8eef7;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:.5rem;transition:border-color .15s ease,max-width .2s ease}
.layout-award .nc-head .zsearch input::placeholder{color:#8e9bb0}
.layout-award .nc-head .zsearch input:focus{outline:0;border-color:#7ec8e8;box-shadow:none;max-width:230px}
.layout-award .nc-head .zsearch input::-webkit-search-cancel-button{-webkit-appearance:none;height:12px;width:12px;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238e9bb0'><path d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/></svg>") no-repeat center/contain;cursor:pointer}

/* ---- Mobile ---- */
/* Poll / matchup / seasonal / recommendation builders + views */
.poll-builder{border:1px solid rgba(255,255,255,.09);border-radius:.75rem;padding:10px;background:rgba(0,0,0,.15)}
.poll-season-bar{display:flex;gap:8px;align-items:center;margin-bottom:10px;flex-wrap:wrap}
.poll-season-bar .form-control{max-width:140px;background:rgba(0,0,0,.25);border-color:rgba(255,255,255,.12);color:#e8eef7}
.poll-options{display:flex;flex-direction:column;gap:8px;min-height:40px}
.poll-empty{padding:8px 4px}
.poll-opt{display:flex;align-items:center;gap:10px;padding:6px 8px;border-radius:8px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.07)}
.poll-opt img,.poll-opt-ph{width:42px;height:58px;object-fit:cover;border-radius:4px;background:rgba(255,255,255,.08);flex:0 0 auto}
.poll-opt-title{flex:1;min-width:0;font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.poll-opt-tools{display:flex;gap:6px;align-items:center;flex:0 0 auto}
.poll-opt-tools a{color:#8e9bb0;padding:2px 4px}
.poll-opt-tools a:hover{color:#fff;text-decoration:none}
.poll-rank{flex:0 0 auto;width:28px;font-weight:800;color:#7ec8e8;font-size:12px}
.poll-toolbar{display:flex;align-items:center;margin-top:10px}
.poll-type-switch{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}
.poll-type-switch .btn{font-size:12px}
.layout-award .cp-tags input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}

.cm-poll,.cm-matchup,.cm-seasonal,.cm-rec{margin:0 0 1.1rem;padding:12px;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}
.cm-poll-head{font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#7ec8e8;margin-bottom:10px}
.cm-poll-options{display:flex;flex-direction:column;gap:8px}
.cm-poll-opt{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:8px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.18);color:#e8eef7;cursor:pointer;position:relative;overflow:hidden}
.cm-poll-opt:hover:not(:disabled){border-color:rgba(126,200,232,.45);background:rgba(38,163,214,.12)}
.cm-poll-opt.is-mine{border-color:rgba(126,200,232,.7);box-shadow:inset 0 0 0 1px rgba(126,200,232,.25)}
.cm-poll-opt:disabled{cursor:default;opacity:.95}
.cm-poll-poster img{width:48px;height:68px;object-fit:cover;border-radius:5px;display:block}
.cm-poll-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}
.cm-poll-title{font-size:13.5px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cm-poll-bar{display:block;height:6px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}
.cm-poll-bar>span{display:block;height:100%;background:linear-gradient(90deg,#26a3d6,#7ec8e8);border-radius:999px;transition:width .25s ease;width:0}
.cm-poll-meta{font-size:11px;color:#8e9bb0}
.cm-poll-link{display:none}

.cm-matchup-row{display:flex;align-items:stretch;gap:10px}
.cm-matchup-card{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:8px;padding:10px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.2);color:#e8eef7;cursor:pointer}
.cm-matchup-card:hover:not(:disabled){border-color:rgba(190,242,100,.5);background:rgba(190,242,100,.08)}
.cm-matchup-card.is-mine{border-color:rgba(190,242,100,.8)}
.cm-matchup-card img{width:100%;max-width:160px;aspect-ratio:5/7;object-fit:cover;border-radius:8px}
.cm-matchup-title{font-size:13px;font-weight:800;text-align:center;line-height:1.3}
.cm-matchup-pct{font-size:22px;font-weight:900;color:#bef264}
.cm-matchup-votes,.cm-matchup-cta{font-size:11px;color:#8e9bb0}
.cm-matchup-vs{flex:0 0 auto;align-self:center;font-weight:900;font-size:14px;color:#ff9ff3;letter-spacing:.08em}

.cm-seasonal-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}
.cm-seasonal-list li{display:flex;align-items:center;gap:10px}
.cm-seasonal-rank{width:28px;font-weight:900;color:#7dd3fc;font-size:13px}
.cm-seasonal-list a{display:flex;align-items:center;gap:10px;min-width:0;color:#e8eef7;text-decoration:none;flex:1}
.cm-seasonal-list a:hover{color:#fff;text-decoration:none}
.cm-seasonal-list img{width:40px;height:56px;object-fit:cover;border-radius:4px;flex:0 0 auto}
.cm-seasonal-list span{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.cm-rec-refs{display:flex;flex-wrap:wrap;gap:10px}
.cm-rec-item{display:flex;flex-direction:column;width:84px;color:#e8eef7;text-decoration:none}
.cm-rec-item:hover{color:#fff;text-decoration:none}
.cm-rec-item img{width:84px;height:118px;object-fit:cover;border-radius:6px;margin-bottom:4px}
.cm-rec-item span{font-size:11px;font-weight:600;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

/* Community Live Chat — Watch2gether chat, larger */
.cm-live-wrap{max-width:920px;margin:2.75rem auto 2.5rem}
.cm-live-wrap .cm-live-tagline{
  text-align:center;color:#8097b2;font-size:14px;margin:0 0 1.25rem;font-weight:500;line-height:1.5;
  padding-top:.35rem;
}
.cm-live-shell{
  height:min(78vh,760px);min-height:520px;
  display:flex;flex-direction:column;
}
.cm-live-shell .room-chat{
  height:100%;max-height:100%;min-height:0;border-radius:8px;
}
.cm-live-shell .room-chat .head{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  text-align:left;padding:12px 16px;font-size:1.15rem;
}
.cm-live-shell .room-chat .head .cm-live-status-dot{
  width:8px;height:8px;border-radius:50%;background:#515f75;flex-shrink:0;
}
.cm-live-shell.is-connected .room-chat .head .cm-live-status-dot{
  background:#4ade80;box-shadow:0 0 0 3px rgba(74,222,128,.2);
}
.cm-live-shell .room-chat .head .cm-live-head-title{flex:1;text-align:center;color:#8097b2}
.cm-live-shell .room-chat .head .cm-live-online{font-size:12px;font-weight:500;color:#515f75;white-space:nowrap}
.cm-live-shell .room-chat .body{min-height:0;flex:1 1 auto}
.cm-live-shell .room-chat .compose{padding:12px 14px}
.cm-live-shell .room-chat .compose .form-control{height:44px;font-size:14px}
.cm-live-shell .room-chat .compose .btn-primary{height:44px;min-width:88px;padding:0 1.1rem;font-weight:700}
.cm-live-shell .room-chat .compose .btn-primary.is-cooldown{opacity:.75;cursor:not-allowed}
.cm-live-shell .room-chat .body .messages .message .avatar img{width:44px;height:44px}
.cm-live-shell .room-chat .body .messages .message .msg-body .text{font-size:14px;padding:6px 10px}
.cm-live-emoji-row{display:flex;align-items:center;gap:.5rem;width:100%}
.cm-live-emoji-btn{
  flex-shrink:0;width:44px;height:44px;border-radius:5px;border:1px solid #1c2c42;
  background:#0f1824;color:#8097b2;cursor:pointer;font-size:18px;
  display:inline-flex;align-items:center;justify-content:center;
}
.cm-live-emoji-btn:hover,.cm-live-emoji-btn.is-open{color:#fff;border-color:#26a3d6}
.cm-live-emoji-panel{
  position:absolute;left:10px;right:10px;bottom:calc(100% + 4px);z-index:6;
  max-height:160px;overflow-y:auto;padding:8px;border-radius:5px;
  background:#131e2c;border:1px solid #1c2c42;
  display:grid;grid-template-columns:repeat(auto-fill,minmax(36px,1fr));gap:2px;
}
.cm-live-emoji-panel[hidden]{display:none!important}
.cm-live-emoji-item{
  border:0;background:transparent;font-size:20px;aspect-ratio:1;border-radius:4px;cursor:pointer;padding:0;
}
.cm-live-emoji-item:hover{background:rgba(38,163,214,.15)}
.cm-live-shell .compose{position:relative}

/* Super X — Top Discussions: stop percent/stats from sticking together */
.layout-award .wv-item .item-discussion{
  gap:10px;align-items:flex-start!important;
}
.layout-award .wv-item .item-discussion .number{
  min-width:1.75rem;line-height:1.1;padding-top:2px;
}
.layout-award .wv-item .item-discussion .item-inner{
  width:auto;flex:1 1 auto;min-width:0;
}
.layout-award .wv-item .item-discussion .sts{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;
  gap:8px 12px;margin-bottom:0;
}
.layout-award .wv-item .item-discussion .sts .percent{
  flex:1 1 auto;min-width:0;margin-right:auto;white-space:normal;line-height:1.35;
}
.layout-award .wv-item .item-discussion .sts .ots{
  flex:0 0 auto;gap:10px;margin-left:0!important;
}
.layout-award .wv-item .item-discussion .sts .ots > div{margin-left:0!important}

@media screen and (max-width:575px){
  .layout-award .nc-head .is-left{flex-wrap:wrap;row-gap:.5rem}
  .layout-award .nc-head .zsearch{width:100%;margin-left:0!important}
  .layout-award .nc-head .zsearch input,
  .layout-award .nc-head .zsearch input:focus{width:100%;max-width:100%}
  .tl-view .tl-label{flex-basis:64px;font-size:12px}
  .tl-view .tl-row{min-height:76px}
  .tl-view .tl-item{width:48px;height:66px}
  .tl-brow .tl-label{flex-basis:64px}
  .tl-brow .tl-label-input{font-size:12px}
  .tl-bitem,.tl-add-item{width:42px;height:58px}
  .tl-limits{display:none}
  .tl-preview-meta{font-size:11px}
  .cm-matchup-row{flex-direction:column}
  .cm-matchup-vs{padding:4px 0}
  .cm-matchup-card img{max-width:120px}
  .cm-live-wrap{margin:2rem -.25rem 1.75rem}
  .cm-live-shell{height:min(75vh,680px);min-height:420px}
  .cm-live-shell .room-chat .compose .form-control,
  .cm-live-shell .room-chat .compose .btn-primary,
  .cm-live-emoji-btn{height:40px}
  .layout-award .award-inner .ai_-tabs a{margin:.35rem .55rem;font-size:.95em}
}
