@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 - COMPLETE WITH DARK/LIGHT MODE SWITCHING RESTORED
   ========================================================================== */
/* Your gorgeous color palette - RESTORED */
:root {
  --primary-pink: #ff69b4;
  --hot-pink: #ff1493;
  --eye-searing-yellow: #ffff00;
  --bright-yellow: #ffd700;
  --neon-green: #39ff14;
  --electric-blue: #00bfff;
  --deep-purple: #8a2be2;
  --black: #000000;
  --white: #ffffff;
  --gray: #808080;
  /* Drama colors */
  --explosive-red: #ff0000;
  --rising-orange: #ff8c00;
  --cooling-blue: #87ceeb;
  --memorial-gray: #696969;
}

/* 🌙☀️ DARK/LIGHT MODE DETECTION - RESTORED! */
@media (prefers-color-scheme: dark) {
  :root {
    --bg-color: var(--black);
    --text-color: var(--white);
    --accent-color: var(--primary-pink);
    --card-bg: rgba(255, 255, 255, 0.1);
    --card-border: rgba(255, 255, 255, 0.2);
    --shadow-color: rgba(255, 105, 180, 0.3);
    --text-secondary: #b0b0b0;
  }
  body {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%) !important;
    color: var(--white);
  }
  .page-content {
    background: rgba(0, 0, 0, 0.7) !important;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-header {
    background: rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  /* Dark mode celebrity cards */
  .celebrity-temp-card {
    background: var(--card-bg) !important;
    border: 1px solid var(--card-border);
    color: var(--white);
  }
  .celebrity-temp-card.temp-explosive {
    background: linear-gradient(135deg, rgba(255, 0, 0, 0.3), rgba(204, 0, 0, 0.2)) !important;
    box-shadow: 0 10px 30px rgba(255, 0, 0, 0.4);
  }
  .celebrity-temp-card.temp-hot {
    background: linear-gradient(135deg, rgba(255, 69, 0, 0.3), rgba(204, 51, 0, 0.2)) !important;
    box-shadow: 0 10px 30px rgba(255, 69, 0, 0.4);
  }
  .celebrity-temp-card.temp-rising {
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.3), rgba(204, 102, 0, 0.2)) !important;
    box-shadow: 0 10px 30px rgba(255, 140, 0, 0.4);
  }
  .celebrity-temp-card.temp-mild {
    background: linear-gradient(135deg, rgba(255, 165, 0, 0.3), rgba(204, 119, 0, 0.2)) !important;
    box-shadow: 0 10px 30px rgba(255, 165, 0, 0.4);
  }
  .celebrity-temp-card.temp-cooling {
    background: linear-gradient(135deg, rgba(135, 206, 235, 0.3), rgba(95, 158, 160, 0.2)) !important;
    box-shadow: 0 10px 30px rgba(135, 206, 235, 0.4);
  }
  .celebrity-temp-card.temp-freezing {
    background: linear-gradient(135deg, rgba(176, 224, 230, 0.3), rgba(135, 206, 235, 0.2)) !important;
    box-shadow: 0 10px 30px rgba(176, 224, 230, 0.4);
  }
  /* Dark mode post cards */
  .post-card {
    background: rgba(255, 255, 255, 0.05) !important;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .post-card h3 a, .post-card .post-title a {
    color: var(--white);
  }
  .post-card .post-meta {
    color: rgba(255, 255, 255, 0.7);
  }
  .post-card .excerpt {
    color: rgba(255, 255, 255, 0.8);
  }
  /* Dark mode explanation section */
  .temperature-explanation {
    background: linear-gradient(135deg, rgba(168, 237, 234, 0.2), rgba(254, 214, 227, 0.2)) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .temperature-explanation .explanation-item {
    background: rgba(255, 255, 255, 0.1) !important;
    color: var(--white);
  }
  .temperature-explanation .explanation-item h3 {
    color: var(--primary-pink) !important;
  }
  .temperature-explanation .explanation-item p {
    color: rgba(255, 255, 255, 0.8);
  }
  /* Dark mode temperature dashboard */
  .temperature-dashboard {
    background: linear-gradient(135deg, rgba(116, 185, 255, 0.3), rgba(9, 132, 227, 0.2)) !important;
    border: 1px solid rgba(116, 185, 255, 0.3);
  }
  /* Dark mode posts list */
  .posts-list .post-item {
    background: rgba(255, 255, 255, 0.05) !important;
    color: var(--white);
    border-left-color: var(--primary-pink);
  }
  .posts-list .post-item h3 a {
    color: var(--white);
  }
  .posts-list .post-item .post-meta {
    color: rgba(255, 255, 255, 0.7);
  }
  /* NEW DARK MODE FIXES */
  .topic-card {
    background: var(--card-bg) !important;
    border: 1px solid var(--card-border) !important;
    color: var(--white) !important;
  }
  .topic-card .topic-link {
    color: var(--white) !important;
  }
  .topic-card h3 {
    color: var(--white) !important;
  }
  .topic-card .topic-stats {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .topic-card .topic-excerpt {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .explosive-card {
    background: var(--card-bg) !important;
    border: 1px solid var(--card-border) !important;
    color: var(--white) !important;
  }
  .explosive-card h3 a {
    color: var(--white) !important;
  }
  .explosive-card .explosive-meta {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .archive-cta {
    background: var(--card-bg) !important;
    border: 1px solid var(--card-border) !important;
    color: var(--white) !important;
  }
  .archive-cta h3 {
    color: var(--white) !important;
  }
  .archive-cta p {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .related-articles {
    background: var(--card-bg) !important;
    border: 1px solid var(--card-border) !important;
    color: var(--white) !important;
  }
  .related-articles h3 {
    color: var(--primary-pink) !important;
  }
  .related-card {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid var(--card-border) !important;
    color: var(--white) !important;
  }
  .related-card h4 a {
    color: var(--white) !important;
  }
  .related-card .related-meta {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .related-card .related-excerpt {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .no-related {
    background: var(--card-bg) !important;
    border: 2px dashed var(--card-border) !important;
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .tag-link {
    background: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid var(--card-border) !important;
  }
  .tag-link:hover {
    background: var(--primary-pink) !important;
    color: white !important;
    border-color: var(--primary-pink) !important;
  }
  .no-hot-celebs,
  .no-celebrities,
  .no-posts,
  .no-explosive {
    background: var(--card-bg) !important;
    border: 2px dashed var(--card-border) !important;
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .no-hot-celebs p,
  .no-celebrities p,
  .no-posts p,
  .no-explosive p {
    color: rgba(255, 255, 255, 0.8) !important;
  }
}
@media (prefers-color-scheme: light) {
  :root {
    --bg-color: var(--white);
    --text-color: var(--black);
    --accent-color: var(--hot-pink);
    --card-bg: rgba(255, 255, 255, 0.95);
    --card-border: rgba(0, 0, 0, 0.1);
    --shadow-color: rgba(0, 0, 0, 0.2);
    --text-secondary: #6c757d;
  }
  body {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: var(--black);
  }
  .page-content {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
  }
  .site-header {
    background: rgba(255, 255, 255, 0.95) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .celebrity-temp-card.temp-explosive {
    background: linear-gradient(135deg, var(--explosive-red), #cc0000) !important;
    color: white;
  }
  .celebrity-temp-card.temp-hot {
    background: linear-gradient(135deg, #ff4500, #cc3300) !important;
    color: white;
  }
  .celebrity-temp-card.temp-rising {
    background: linear-gradient(135deg, var(--rising-orange), #cc6600) !important;
    color: white;
  }
  .celebrity-temp-card.temp-mild {
    background: linear-gradient(135deg, #ffa500, #cc7700) !important;
    color: white;
  }
  .celebrity-temp-card.temp-cooling {
    background: linear-gradient(135deg, var(--cooling-blue), #5f9ea0) !important;
    color: #333;
  }
  .celebrity-temp-card.temp-freezing {
    background: linear-gradient(135deg, #b0e0e6, #87ceeb) !important;
    color: #333;
  }
  .post-card {
    background: white !important;
    color: #333;
  }
  .post-card h3 a, .post-card .post-title a {
    color: #2d3436;
  }
  .post-card .post-meta {
    color: #636e72;
  }
  .post-card .excerpt {
    color: #495057;
  }
}
/* Fix ## markdown artifacts */
h1::before, h1::after, h2::before, h2::after, h3::before, h3::after, h4::before, h4::after, h5::before, h5::after, h6::before, h6::after {
  content: "" !important;
  display: none !important;
}

.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;
}

/* Base styling with GORGEOUS background */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  background-color: var(--bg-color);
  color: var(--text-color);
  min-height: 100vh;
  transition: all 0.3s ease;
}

.site-header {
  background-color: var(--card-bg);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--card-border);
  position: sticky;
  top: 0;
  z-index: 100;
  transition: all 0.3s ease;
}

.page-content {
  background-color: var(--card-bg);
  backdrop-filter: blur(10px);
  margin: 20px;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px var(--shadow-color);
  transition: all 0.3s ease;
}

/* HOMEPAGE HERO - EXPLOSIVE GRADIENT RESTORED */
.homepage-hero {
  background: linear-gradient(135deg, var(--primary-pink), var(--eye-searing-yellow)) !important;
  background-size: 400% 400%;
  animation: gradientShift 8s ease infinite;
  padding: 40px 20px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 40px;
  color: white;
  box-shadow: 0 20px 40px rgba(255, 105, 180, 0.3);
  position: relative;
  overflow: hidden;
}

.homepage-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 255, 255, 0.1) 100%);
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes shimmer {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.hero-title, .homepage-hero h1 {
  font-size: 3.5em !important;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  background: linear-gradient(45deg, var(--white), var(--bright-yellow)) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  position: relative;
  z-index: 2;
}

.hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 20px;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.95);
}

/* TEMPERATURE LEGEND - RESTORED BEAUTY */
.temperature-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.temperature-legend span {
  background: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(10px);
  padding: 8px 15px;
  border-radius: 25px;
  font-size: 0.9em;
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  transition: all 0.3s ease;
}
.temperature-legend span:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  transform: translateY(-2px);
}

/* TEMPERATURE DASHBOARD - FIERY GRADIENT */
.temperature-dashboard {
  background: linear-gradient(135deg, #74b9ff, #0984e3) !important;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 40px;
  color: white;
  box-shadow: 0 15px 35px rgba(116, 185, 255, 0.3);
  transition: all 0.3s ease;
}
.temperature-dashboard h2, .temperature-dashboard .section-title {
  text-align: center;
  margin-bottom: 25px;
  font-size: 2.2em;
  color: white !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.temp-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
}
.temp-stats .temp-stat {
  text-align: center;
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.temp-stats .temp-stat:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.25) !important;
}
.temp-stats .temp-stat .number {
  display: block;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 5px;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.temp-stats .temp-stat .label {
  font-size: 1.1em;
  opacity: 0.9;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

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

.celebrity-temp-card {
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}
.celebrity-temp-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 255, 255, 0.1) 100%);
}
.celebrity-temp-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.celebrity-temp-card:hover::before {
  opacity: 1;
}
.celebrity-temp-card .celebrity-link {
  text-decoration: none;
  color: inherit;
  display: block;
  position: relative;
  z-index: 2;
}
.celebrity-temp-card h3, .celebrity-temp-card .celebrity-name {
  margin-bottom: 15px;
  font-size: 1.3em;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.celebrity-temp-card .temperature {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.celebrity-temp-card .status {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.9;
  letter-spacing: 1px;
}
.celebrity-temp-card .change {
  font-size: 0.9em;
  margin-bottom: 10px;
  font-weight: 600;
}
.celebrity-temp-card .change.rising {
  color: #00ff88;
  text-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
}
.celebrity-temp-card .change.falling {
  color: #ff4757;
  text-shadow: 0 0 10px rgba(255, 71, 87, 0.5);
}
.celebrity-temp-card .category {
  font-size: 0.8em;
  opacity: 0.8;
  letter-spacing: 1px;
}

/* Pulse animation for explosive drama - RESTORED */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
.celebrity-temp-card.temp-explosive {
  animation: pulse 2s infinite;
}

/* POSTS GRID - GRADIENT BORDERS RESTORED */
.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.post-card {
  border-radius: 15px;
  padding: 25px;
  transition: all 0.3s ease;
  position: relative;
  border: 3px solid transparent;
  background-clip: padding-box;
  background: var(--card-bg);
  color: var(--text-color);
  /* Temperature-based styling for posts - RESTORED */
}
.post-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  padding: 3px;
  background: linear-gradient(135deg, #ff6b6b, #feca57, #ff9ff3, #54a0ff);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: -1;
}
.post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px var(--shadow-color);
}
.post-card h3, .post-card .post-title {
  margin-bottom: 15px;
}
.post-card h3 a, .post-card .post-title a {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.3;
  transition: all 0.3s ease;
}
.post-card h3 a:hover, .post-card .post-title a:hover {
  background: linear-gradient(135deg, #ff6b6b, #feca57);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.post-card .post-meta {
  margin-bottom: 15px;
  font-size: 0.9em;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: var(--text-secondary);
}
.post-card .post-meta .date, .post-card .post-meta .temperature {
  margin-right: 15px;
}
.post-card .post-meta .temperature {
  background: linear-gradient(135deg, #ff4757, #ff6348);
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.8rem;
}
.post-card .post-meta .primary-celeb {
  background: linear-gradient(135deg, #6c5ce7, #a29bfe);
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}
.post-card .post-meta .primary-celeb:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(108, 92, 231, 0.4);
}
.post-card .excerpt {
  margin-bottom: 15px;
  line-height: 1.5;
  color: var(--text-secondary);
}
.post-card.temp-explosive {
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.1), rgba(204, 0, 0, 0.05));
  border-left: 5px solid var(--explosive-red);
}
.post-card.temp-hot {
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.1), rgba(204, 51, 0, 0.05));
  border-left: 5px solid #ff4500;
}
.post-card.temp-rising {
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.1), rgba(204, 102, 0, 0.05));
  border-left: 5px solid var(--rising-orange);
}
.post-card.temp-mild {
  background: linear-gradient(135deg, rgba(255, 165, 0, 0.1), rgba(204, 119, 0, 0.05));
  border-left: 5px solid #ffa500;
}
.post-card.temp-cooling {
  background: linear-gradient(135deg, rgba(135, 206, 235, 0.1), rgba(95, 158, 160, 0.05));
  border-left: 5px solid var(--cooling-blue);
}
.post-card.temp-freezing {
  background: linear-gradient(135deg, rgba(176, 224, 230, 0.1), rgba(135, 206, 235, 0.05));
  border-left: 5px solid #b0e0e6;
}

/* POST TAGS - GRADIENT STYLING RESTORED */
.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.post-tags .tag {
  background: linear-gradient(135deg, #e17055, #fdcb6e) !important;
  color: white !important;
  padding: 0.4rem 1rem;
  border-radius: 25px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.post-tags .tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(225, 112, 85, 0.4);
  background: linear-gradient(135deg, #d63031, #e84393) !important;
  color: white !important;
}

/* ALL POSTS LIST - ALTERNATING GRADIENTS RESTORED */
.posts-list .post-item {
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  border-left: 4px solid #ddd;
  transition: all 0.2s ease;
  background: var(--card-bg);
  color: var(--text-color);
  /* Temperature-based styling - RESTORED */
}
.posts-list .post-item:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 30px var(--shadow-color);
}
.posts-list .post-item h3, .posts-list .post-item .post-title {
  margin-bottom: 10px;
}
.posts-list .post-item h3 a, .posts-list .post-item .post-title a {
  text-decoration: none;
  color: var(--text-color);
  transition: all 0.3s ease;
}
.posts-list .post-item h3 a:hover, .posts-list .post-item .post-title a:hover {
  background: linear-gradient(135deg, #ff6b6b, #feca57);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.posts-list .post-item .post-meta {
  margin-bottom: 10px;
  font-size: 0.9em;
  color: var(--text-secondary);
}
.posts-list .post-item .post-meta .temperature {
  background: linear-gradient(135deg, #ff4757, #ff6348);
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.8rem;
  margin-left: 15px;
}
.posts-list .post-item .post-meta .primary-celeb {
  background: linear-gradient(135deg, #6c5ce7, #a29bfe);
  color: white;
  padding: 0.2rem 0.6rem;
  border-radius: 10px;
  text-decoration: none;
  font-size: 0.85em;
  margin-left: 10px;
}
.posts-list .post-item.temp-explosive {
  background: linear-gradient(90deg, rgba(255, 0, 0, 0.05) 0%, var(--card-bg) 10%);
  border-left-color: var(--explosive-red);
}
.posts-list .post-item.temp-hot {
  background: linear-gradient(90deg, rgba(255, 69, 0, 0.05) 0%, var(--card-bg) 10%);
  border-left-color: #ff4500;
}
.posts-list .post-item.temp-rising {
  background: linear-gradient(90deg, rgba(255, 140, 0, 0.05) 0%, var(--card-bg) 10%);
  border-left-color: var(--rising-orange);
}
.posts-list .post-item.temp-mild {
  background: linear-gradient(90deg, rgba(255, 165, 0, 0.05) 0%, var(--card-bg) 10%);
  border-left-color: #ffa500;
}
.posts-list .post-item.temp-cooling {
  background: linear-gradient(90deg, rgba(135, 206, 235, 0.05) 0%, var(--card-bg) 10%);
  border-left-color: var(--cooling-blue);
}
.posts-list .post-item.temp-freezing {
  background: linear-gradient(90deg, rgba(176, 224, 230, 0.05) 0%, var(--card-bg) 10%);
  border-left-color: #b0e0e6;
}

/* EXPLANATION SECTION - SUBTLE GRADIENTS RESTORED */
.temperature-explanation {
  background: linear-gradient(135deg, #a8edea, #fed6e3) !important;
  border-radius: 15px;
  padding: 30px;
  margin-top: 40px;
  transition: all 0.3s ease;
}
.temperature-explanation h2, .temperature-explanation .section-title {
  text-align: center;
  margin-bottom: 25px;
  color: #333 !important;
}

.explanation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}
.explanation-grid .explanation-item {
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
}
.explanation-grid .explanation-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(135deg, #ff6b6b, #feca57, #54a0ff);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: -1;
}
.explanation-grid .explanation-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.explanation-grid .explanation-item h3, .explanation-grid .explanation-item .explanation-title {
  margin-bottom: 15px;
}
.explanation-grid .explanation-item p {
  line-height: 1.6;
}

/* NEW SECTIONS STYLING */
.topics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.topic-card {
  border: 1px solid var(--card-border);
  padding: 1.5rem;
  border-radius: 10px;
  background: var(--card-bg);
  color: var(--text-color);
  transition: all 0.3s ease;
}
.topic-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px var(--shadow-color);
}
.topic-card .topic-link {
  text-decoration: none;
  color: inherit;
}
.topic-card h3 {
  margin-bottom: 1rem;
  color: var(--text-color);
}
.topic-card .topic-stats {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: var(--text-secondary);
}
.topic-card .topic-excerpt {
  color: var(--text-secondary);
  line-height: 1.5;
}

.explosive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.explosive-card {
  border: 1px solid var(--card-border);
  padding: 1rem;
  border-radius: 8px;
  background: var(--card-bg);
  color: var(--text-color);
  transition: all 0.3s ease;
}
.explosive-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px var(--shadow-color);
}
.explosive-card h3 a {
  color: var(--text-color);
  text-decoration: none;
}
.explosive-card .explosive-meta {
  color: var(--text-secondary);
  margin: 0.5rem 0;
}
.explosive-card .explosive-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.5rem;
}
.explosive-card .explosive-tags .tag {
  background: linear-gradient(135deg, #e17055, #fdcb6e) !important;
  color: white !important;
  padding: 0.2rem 0.6rem;
  border-radius: 15px;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 600;
}

.archive-cta {
  text-align: center;
  padding: 3rem 2rem;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 10px;
  margin: 3rem 0;
  color: var(--text-color);
}
.archive-cta h3 {
  color: var(--text-color);
  margin-bottom: 1rem;
}
.archive-cta p {
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
}

.btn-archive {
  display: inline-block;
  background: linear-gradient(135deg, #d63384, #b02a5b) !important;
  color: white !important;
  padding: 1rem 2rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 1rem;
  transition: all 0.3s ease;
}
.btn-archive:hover {
  background: linear-gradient(135deg, #b02a5b, #8e1e47) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(214, 51, 132, 0.4);
  color: white !important;
}

/* BUTTONS - EPIC GRADIENT RESTORED */
.btn-view-more, .btn-more-drama {
  display: inline-block;
  background: linear-gradient(135deg, #ff6b6b 0%, #feca57 25%, #ff9ff3 50%, #54a0ff 75%, #5f27cd 100%) !important;
  background-size: 300% 300%;
  animation: gradientShift 4s ease infinite;
  color: white !important;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.btn-view-more:hover, .btn-more-drama:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  color: white !important;
}

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

/* 🌙☀️ MODE TOGGLE INDICATOR (Optional visual indicator) */
.mode-indicator {
  position: fixed;
  top: 20px;
  right: 20px;
  background: var(--accent-color);
  color: var(--bg-color);
  padding: 10px;
  border-radius: 50%;
  font-size: 1.2em;
  z-index: 1000;
  transition: all 0.3s ease;
}
.mode-indicator:hover {
  transform: scale(1.1);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .page-content {
    margin: 10px;
    padding: 20px;
  }
  .homepage-hero h1, .hero-title {
    font-size: 2.5em !important;
  }
  .temperature-legend {
    flex-direction: column;
    align-items: center;
  }
  .temperature-legend span {
    margin-bottom: 5px;
  }
  .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: 15px;
  }
}

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