@charset "UTF-8";
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none;
}
a:visited {
  color: rgb(22.9483471074, 86.2541322314, 168.5516528926);
}
a:hover {
  color: #111;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(62.9, 62.9, 62.9);
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
table tr:nth-child(even) {
  background-color: rgb(247.3, 247.3, 247.3);
}
table th, table td {
  padding: 9.999999999px 15px;
}
table th {
  background-color: rgb(239.65, 239.65, 239.65);
  border: 1px solid rgb(221.8, 221.8, 221.8);
  border-bottom-color: rgb(201.4, 201.4, 201.4);
}
table td {
  border: 1px solid #e8e8e8;
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid rgb(66.25, 66.25, 66.25);
  border-bottom: 1px solid #e8e8e8;
  min-height: 55.95px;
  position: relative;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: rgb(66.25, 66.25, 66.25);
}

.site-nav {
  float: right;
  line-height: 54px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #111;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: rgb(66.25, 66.25, 66.25);
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1;
}

.page-heading {
  font-size: 32px;
}

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #828282;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

/* ==========================================================================
   THE GOSSIP ROOM — TFP REDESIGN
   60-30-10: Deep editorial black (60) / Hot coral-magenta (30) / Eye-sear yellow (10)
   Philosophy: Tabloid on black velvet. Intensity is *earned*, not wallpaper.
   Shimmer lives on borders. Pulse replaced by glow. Yellow = explosive only.
   ========================================================================== */
/* ── PALETTE ──────────────────────────────────────────────────────────────── */
:root {
  /* 60% — editorial base */
  --base-deep: #0d0d0f;
  --base-surface: #141418;
  --base-raised: #1c1c22;
  /* 30% — hot coral/magenta (the brand heat) */
  --heat-primary: #e8305a;
  --heat-bright: #ff2d6b;
  --heat-muted: #c0254a;
  --heat-glow: rgba(232, 48, 90, 0.35);
  /* 10% — eye-sear yellow (explosive moments ONLY) */
  --fire-yellow: #ffff00;
  --fire-gold: #ffd700;
  --fire-amber: #ffb300;
  /* Drama temperature tiers — kept intact */
  --explosive-red: #ff0000;
  --rising-orange: #ff8c00;
  --cooling-blue: #87ceeb;
  --memorial-gray: #696969;
  /* Utility */
  --white: #ffffff;
  --text-hi: #f0f0f0;
  --text-md: #b8b8c8;
  --text-lo: #7a7a8a;
  --border: rgba(255, 255, 255, 0.08);
}

/* ── LIGHT MODE OVERRIDES ─────────────────────────────────────────────────── */
@media (prefers-color-scheme: light) {
  :root {
    --base-deep: #f5f0f5;
    --base-surface: #ffffff;
    --base-raised: #fdf0f6;
    --text-hi: #1a0a12;
    --text-md: #4a2a3a;
    --text-lo: #8a6070;
    --border: rgba(0, 0, 0, 0.08);
  }
  body {
    background: linear-gradient(160deg, #ffeef5 0%, #fff5f0 60%, #fff0fa 100%) !important;
  }
  .page-content {
    background: rgba(255, 255, 255, 0.92) !important;
  }
  .site-header {
    background: rgba(255, 255, 255, 0.95) !important;
    border-bottom: 1px solid rgba(232, 48, 90, 0.15);
  }
}
/* ── SHIMMER KEYFRAME — borders only ─────────────────────────────────────── */
@keyframes borderShimmer {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}
/* Explosive card glow pulse — subtler, no box movement */
@keyframes explosiveGlow {
  0%, 100% {
    box-shadow: 0 0 18px 4px rgba(255, 0, 0, 0.5), 0 0 0 2px #ff0000;
  }
  50% {
    box-shadow: 0 0 30px 8px rgba(255, 0, 0, 0.7), 0 0 0 2px #ff0000;
  }
}
/* ── BASE ─────────────────────────────────────────────────────────────────── */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  background: linear-gradient(160deg, var(--base-deep) 0%, #12101a 50%, #0f0d15 100%);
  background-attachment: fixed;
  color: var(--text-hi);
  min-height: 100vh;
}

.site-header {
  background: rgba(13, 13, 15, 0.88) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
  /* Prevent header from creating a stacking context that traps children */
  isolation: isolate;
  /* Explicit height so browser reserves space correctly */
  min-height: 56px;
}

.page-content {
  background: rgba(20, 20, 24, 0.82) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  margin: 20px;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.6);
}

a {
  color: var(--heat-bright);
  text-decoration: none;
}

a:hover {
  color: var(--fire-gold);
}

/* ── HOMEPAGE HERO ────────────────────────────────────────────────────────── */
/* Static dramatic gradient — no more infinite background-position animation */
.homepage-hero {
  background: linear-gradient(135deg, #1a0010 0%, #2d0020 25%, var(--heat-muted) 65%, #e8305a 100%) !important;
  padding: 48px 24px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 40px;
  color: var(--white);
  box-shadow: 0 24px 60px var(--heat-glow);
  position: relative;
  overflow: hidden;
  /* Shimmer lives HERE — on the border edge, not the whole background */
}
.homepage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.15) 40%, rgba(255, 215, 0, 0.3) 50%, rgba(255, 255, 255, 0.15) 60%, transparent 100%);
  background-size: 200% 100%;
  animation: borderShimmer 4s linear infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.hero-title, .homepage-hero h1 {
  font-size: 3.5em !important;
  margin-bottom: 10px;
  font-weight: 900;
  /* Yellow gradient text — reserved for the hero title, the 10% moment */
  background: linear-gradient(135deg, var(--white) 30%, var(--fire-yellow)) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-shadow: none;
  position: relative;
  z-index: 2;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  font-size: 1.2em;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.85);
  position: relative;
  z-index: 2;
  letter-spacing: 0.02em;
}

.temperature-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.temperature-legend span {
  background: rgba(0, 0, 0, 0.35) !important;
  backdrop-filter: blur(8px);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.85em;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--white);
  transition: background 0.2s ease, transform 0.2s ease;
  letter-spacing: 0.03em;
}
.temperature-legend span:hover {
  background: rgba(232, 48, 90, 0.4) !important;
  transform: translateY(-2px);
}

/* ── TEMPERATURE DASHBOARD ────────────────────────────────────────────────── */
.temperature-dashboard {
  background: linear-gradient(135deg, #0d1a2e 0%, #0f2040 100%) !important;
  border: 1px solid rgba(100, 160, 255, 0.2);
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 40px;
  color: var(--white);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}
.temperature-dashboard::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(90deg, transparent, rgba(100, 160, 255, 0.3), transparent);
  background-size: 200% 100%;
  animation: borderShimmer 6s linear infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.temperature-dashboard h2, .temperature-dashboard .section-title {
  text-align: center;
  margin-bottom: 28px;
  font-size: 2em;
  color: var(--white) !important;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.temp-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
}
.temp-stats .temp-stat {
  text-align: center;
  background: rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 20px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.2s ease, background 0.2s ease;
}
.temp-stats .temp-stat:hover {
  transform: translateY(-4px);
  background: rgba(232, 48, 90, 0.15) !important;
}
.temp-stats .temp-stat .number {
  display: block;
  font-size: 2.2em;
  font-weight: 900;
  color: var(--white);
  letter-spacing: -0.02em;
}
.temp-stats .temp-stat .label {
  font-size: 0.75em;
  color: var(--text-md);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

/* ── CELEBRITY TEMPERATURE CARDS ─────────────────────────────────────────── */
.celebrity-temperature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.celebrity-temp-card {
  border-radius: 14px;
  padding: 22px 18px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
  /* Shimmer border on hover */
  /* Temperature tier colours */
}
.celebrity-temp-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  background-size: 200% 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.celebrity-temp-card:hover {
  transform: translateY(-6px);
}
.celebrity-temp-card:hover::after {
  opacity: 1;
  animation: borderShimmer 2s linear infinite;
}
.celebrity-temp-card .celebrity-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.celebrity-temp-card h3, .celebrity-temp-card .celebrity-name {
  font-size: 1.15em;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.celebrity-temp-card .temperature {
  font-size: 2.2em;
  font-weight: 900;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}
.celebrity-temp-card .status {
  font-size: 0.78em;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.25);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 8px;
}
.celebrity-temp-card .change {
  font-size: 0.85em;
  font-weight: 700;
}
.celebrity-temp-card .change.rising {
  color: #00e676;
}
.celebrity-temp-card .change.falling {
  color: #ff4757;
}
.celebrity-temp-card .category {
  font-size: 0.75em;
  opacity: 0.7;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 6px;
}
.celebrity-temp-card.temp-explosive {
  background: linear-gradient(145deg, #2a0000, #4a0000) !important;
  border: 2px solid var(--explosive-red);
  animation: explosiveGlow 2.5s ease-in-out infinite;
  /* Yellow accent on truly explosive — the 10% moment */
}
.celebrity-temp-card.temp-explosive .temperature {
  color: var(--fire-yellow);
}
.celebrity-temp-card.temp-hot {
  background: linear-gradient(145deg, #1f0800, #3d1400) !important;
  border: 1px solid #ff4500;
  box-shadow: 0 8px 28px rgba(255, 69, 0, 0.3);
}
.celebrity-temp-card.temp-rising {
  background: linear-gradient(145deg, #1a0c00, #301800) !important;
  border: 1px solid var(--rising-orange);
  box-shadow: 0 8px 24px rgba(255, 140, 0, 0.25);
}
.celebrity-temp-card.temp-mild {
  background: linear-gradient(145deg, #161000, #281e00) !important;
  border: 1px solid #c8a000;
  box-shadow: 0 6px 20px rgba(200, 160, 0, 0.2);
}
.celebrity-temp-card.temp-cooling {
  background: linear-gradient(145deg, #001520, #002030) !important;
  border: 1px solid var(--cooling-blue);
  box-shadow: 0 6px 20px rgba(135, 206, 235, 0.2);
  color: var(--text-hi);
}
.celebrity-temp-card.temp-freezing {
  background: linear-gradient(145deg, #001825, #002535) !important;
  border: 1px solid #a0d8ef;
  box-shadow: 0 6px 20px rgba(160, 216, 239, 0.15);
  color: var(--text-hi);
}

/* ── POST CARDS ───────────────────────────────────────────────────────────── */
.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.post-card {
  border-radius: 14px;
  padding: 24px;
  background: var(--base-raised) !important;
  border: 1px solid var(--border);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
  /* Shimmer border on hover — not a permanent rainbow */
  /* Temperature tiers — left border signal, not full card colour floods */
}
.post-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 1px;
  background: linear-gradient(90deg, transparent, var(--heat-bright), var(--fire-gold), var(--heat-bright), transparent);
  background-size: 300% 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}
.post-card:hover::before {
  opacity: 1;
  animation: borderShimmer 2.5s linear infinite;
}
.post-card h3 a, .post-card .post-title a {
  color: var(--text-hi);
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.35;
  transition: color 0.2s ease;
}
.post-card h3 a:hover, .post-card .post-title a:hover {
  color: var(--heat-bright);
}
.post-card .post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 0.82em;
  color: var(--text-lo);
}
.post-card .post-meta .temperature {
  background: var(--heat-primary);
  color: var(--white);
  padding: 3px 10px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.78rem;
}
.post-card .post-meta .primary-celeb {
  background: rgba(138, 43, 226, 0.5);
  color: var(--white);
  padding: 3px 10px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.78rem;
  border: 1px solid rgba(138, 43, 226, 0.6);
  transition: background 0.2s ease;
}
.post-card .post-meta .primary-celeb:hover {
  background: rgba(138, 43, 226, 0.75);
}
.post-card .excerpt {
  color: var(--text-md);
  font-size: 0.9em;
  line-height: 1.55;
  margin-bottom: 14px;
}
.post-card.temp-explosive {
  border-left: 4px solid var(--explosive-red);
}
.post-card.temp-hot {
  border-left: 4px solid #ff4500;
}
.post-card.temp-rising {
  border-left: 4px solid var(--rising-orange);
}
.post-card.temp-mild {
  border-left: 4px solid #c8a000;
}
.post-card.temp-cooling {
  border-left: 4px solid var(--cooling-blue);
}
.post-card.temp-freezing {
  border-left: 4px solid #a0d8ef;
}

/* ── POST TAGS ────────────────────────────────────────────────────────────── */
.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.post-tags .tag {
  background: rgba(232, 48, 90, 0.2) !important;
  color: var(--heat-bright) !important;
  padding: 4px 12px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  border: 1px solid rgba(232, 48, 90, 0.35);
  letter-spacing: 0.03em;
  transition: background 0.2s ease, color 0.2s ease;
}
.post-tags .tag:hover {
  background: var(--heat-primary) !important;
  color: var(--white) !important;
  border-color: var(--heat-bright);
}

/* ── ALL-POSTS LIST ───────────────────────────────────────────────────────── */
.posts-list .post-item {
  padding: 18px 20px;
  margin-bottom: 12px;
  border-radius: 10px;
  border-left: 3px solid var(--border);
  background: var(--base-raised) !important;
  color: var(--text-hi);
  transition: transform 0.15s ease, border-color 0.2s ease;
}
.posts-list .post-item:hover {
  transform: translateX(6px);
}
.posts-list .post-item h3 a, .posts-list .post-item .post-title a {
  color: var(--text-hi);
  transition: color 0.2s ease;
}
.posts-list .post-item h3 a:hover, .posts-list .post-item .post-title a:hover {
  color: var(--heat-bright);
}
.posts-list .post-item .post-meta {
  font-size: 0.85em;
  color: var(--text-lo);
  margin-bottom: 8px;
}
.posts-list .post-item .post-meta .temperature {
  background: var(--heat-primary);
  color: var(--white);
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.78rem;
  margin-left: 10px;
}
.posts-list .post-item.temp-explosive {
  border-left-color: var(--explosive-red);
}
.posts-list .post-item.temp-hot {
  border-left-color: #ff4500;
}
.posts-list .post-item.temp-rising {
  border-left-color: var(--rising-orange);
}
.posts-list .post-item.temp-mild {
  border-left-color: #c8a000;
}
.posts-list .post-item.temp-cooling {
  border-left-color: var(--cooling-blue);
}
.posts-list .post-item.temp-freezing {
  border-left-color: #a0d8ef;
}

/* ── TOPIC & EXPLOSIVE GRIDS ─────────────────────────────────────────────── */
.topics-grid, .explosive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.topic-card, .explosive-card {
  border: 1px solid var(--border);
  padding: 18px;
  border-radius: 12px;
  background: var(--base-raised) !important;
  color: var(--text-hi);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.topic-card:hover, .explosive-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  border-color: rgba(232, 48, 90, 0.3);
}
.topic-card h3, .explosive-card h3 {
  color: var(--text-hi);
  margin-bottom: 10px;
}
.topic-card h3 a, .explosive-card h3 a {
  color: var(--text-hi);
}
.topic-card h3 a:hover, .explosive-card h3 a:hover {
  color: var(--heat-bright);
}
.topic-card .topic-stats, .topic-card .explosive-meta, .explosive-card .topic-stats, .explosive-card .explosive-meta {
  color: var(--text-lo);
  font-size: 0.85em;
  margin-bottom: 10px;
}
.topic-card .topic-excerpt, .explosive-card .topic-excerpt {
  color: var(--text-md);
  line-height: 1.5;
}

.explosive-card .explosive-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}
.explosive-card .explosive-tags .tag {
  background: rgba(232, 48, 90, 0.2) !important;
  color: var(--heat-bright) !important;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.72rem;
  font-weight: 700;
  border: 1px solid rgba(232, 48, 90, 0.3);
}

/* ── BUTTONS ──────────────────────────────────────────────────────────────── */
/* "View More" / "More Drama" — hot coral gradient, shimmer on hover */
.btn-view-more, .btn-more-drama {
  display: inline-block;
  background: linear-gradient(135deg, var(--heat-primary) 0%, var(--heat-bright) 100%) !important;
  color: var(--white) !important;
  padding: 12px 28px;
  border-radius: 24px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: none;
  box-shadow: 0 8px 24px var(--heat-glow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}
.btn-view-more::after, .btn-more-drama::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-size: 200% 100%;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.btn-view-more:hover, .btn-more-drama:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px var(--heat-glow);
  color: var(--white) !important;
}
.btn-view-more:hover::after, .btn-more-drama:hover::after {
  opacity: 1;
  animation: borderShimmer 1.5s linear infinite;
}

/* Archive CTA */
.archive-cta {
  text-align: center;
  padding: 40px 24px;
  background: var(--base-raised) !important;
  border: 1px solid var(--border);
  border-radius: 14px;
  margin: 32px 0;
  color: var(--text-hi);
}
.archive-cta h3 {
  color: var(--text-hi);
  margin-bottom: 12px;
}
.archive-cta p {
  color: var(--text-md);
  margin-bottom: 20px;
}

.btn-archive {
  display: inline-block;
  background: linear-gradient(135deg, var(--heat-muted), var(--heat-primary)) !important;
  color: var(--white) !important;
  padding: 12px 28px;
  border-radius: 24px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.88em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-archive:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px var(--heat-glow);
  color: var(--white) !important;
}

.view-more {
  text-align: center;
  margin-top: 28px;
}

/* ── EXPLANATION SECTION ──────────────────────────────────────────────────── */
.temperature-explanation {
  background: linear-gradient(135deg, #0d1a10, #0a1a15) !important;
  border: 1px solid rgba(100, 200, 120, 0.15);
  border-radius: 16px;
  padding: 32px;
  margin-top: 40px;
}
.temperature-explanation h2, .temperature-explanation .section-title {
  text-align: center;
  margin-bottom: 24px;
  color: var(--text-hi) !important;
  font-weight: 800;
}

.explanation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.explanation-grid .explanation-item {
  background: rgba(255, 255, 255, 0.04) !important;
  padding: 18px;
  border-radius: 10px;
  border: 1px solid var(--border);
  transition: transform 0.2s ease;
}
.explanation-grid .explanation-item:hover {
  transform: translateY(-4px);
}
.explanation-grid .explanation-item h3, .explanation-grid .explanation-item .explanation-title {
  color: var(--heat-bright) !important;
  margin-bottom: 10px;
}
.explanation-grid .explanation-item p {
  color: var(--text-md);
  line-height: 1.6;
}

/* ── RELATED ARTICLES ─────────────────────────────────────────────────────── */
.related-articles {
  background: var(--base-raised) !important;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px;
  margin-top: 32px;
}
.related-articles h3 {
  color: var(--heat-bright) !important;
  margin-bottom: 16px;
}

.related-card {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px;
  transition: transform 0.2s ease;
}
.related-card:hover {
  transform: translateY(-2px);
}
.related-card h4 a {
  color: var(--text-hi);
}
.related-card h4 a:hover {
  color: var(--heat-bright);
}
.related-card .related-meta {
  color: var(--text-lo);
  font-size: 0.83em;
}
.related-card .related-excerpt {
  color: var(--text-md);
  font-size: 0.88em;
}

/* ── TAG LINKS ────────────────────────────────────────────────────────────── */
.tag-link {
  background: rgba(255, 255, 255, 0.05) !important;
  color: var(--text-md) !important;
  border: 1px solid var(--border) !important;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 0.8rem;
  transition: background 0.2s ease, color 0.2s ease;
}
.tag-link:hover {
  background: var(--heat-primary) !important;
  color: var(--white) !important;
  border-color: var(--heat-primary) !important;
}

/* ── EMPTY STATE PLACEHOLDERS ─────────────────────────────────────────────── */
.no-hot-celebs, .no-celebrities, .no-posts, .no-explosive, .no-related {
  background: var(--base-raised) !important;
  border: 1px dashed var(--border) !important;
  color: var(--text-lo) !important;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
}
.no-hot-celebs p, .no-celebrities p, .no-posts p, .no-explosive p, .no-related p {
  color: var(--text-md) !important;
}

/* ── TYPOGRAPHY CLEANUP ───────────────────────────────────────────────────── */
/* Suppress any ## artifacts from markdown rendering */
h1::before, h1::after, h2::before, h2::after, h3::before, h3::after, h4::before, h4::after, h5::before, h5::after, h6::before, h6::after,
.post-title::before,
.post-title::after, .page-title::before, .page-title::after, .section-title::before, .section-title::after, .hero-title::before, .hero-title::after,
.celebrity-name::before,
.celebrity-name::after, .explanation-title::before, .explanation-title::after {
  content: "" !important;
  display: none !important;
}

/* ── RESPONSIVE ───────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .page-content {
    margin: 10px;
    padding: 20px;
  }
  .homepage-hero h1, .hero-title {
    font-size: 2.4em !important;
  }
  .temperature-legend {
    flex-direction: column;
    align-items: center;
  }
  .celebrity-temperature-grid, .posts-grid, .topics-grid, .explosive-grid {
    grid-template-columns: 1fr;
  }
  .temp-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .explanation-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .temp-stats {
    grid-template-columns: 1fr;
  }
  .celebrity-temp-card, .post-card, .topic-card, .explosive-card {
    padding: 14px;
  }
}
/* ── NAV FIX ─────────────────────────────────────────────────────────────────
   Minima sets .site-header { position: relative } which conflicts with our
   sticky. Also sets .site-nav { position: absolute } in mobile breakpoint.
   Belt-and-suspenders overrides below kill all of it.
   ──────────────────────────────────────────────────────────────────────────── */
/* Force site-header position — overrides Minima's `position: relative` */
.site-header {
  position: sticky !important;
}

.site-nav {
  /* Always inline, never absolute */
  position: static !important;
  float: right;
  display: flex;
  align-items: center;
  gap: 0;
  /* Kill the checkbox/label machinery entirely */
  /* The trigger div: always visible, never a dropdown */
}
.site-nav .nav-trigger,
.site-nav .menu-icon,
.site-nav label[for=nav-trigger] {
  display: none !important;
}
.site-nav .trigger {
  display: flex !important;
  align-items: center;
  gap: 4px;
  position: static !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  clear: none !important;
}
.site-nav .page-link {
  color: var(--text-md);
  font-size: 0.82em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 16px;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
  line-height: 1;
}
.site-nav .page-link:hover {
  color: var(--heat-bright);
  background: rgba(232, 48, 90, 0.1);
}
.site-nav .page-link:not(:last-child) {
  margin-right: 0;
}

/* On very small screens stack below the title */
@media (max-width: 480px) {
  .site-header .wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 16px;
  }
  .site-nav {
    float: none;
  }
}

/*# sourceMappingURL=main.css.map */