/*
Theme Name: Rizz Emojis
Theme URI: https://rizzemojis.com
Author: rizzemojis.com
Author URI: https://rizzemojis.com
Description: Custom WordPress theme for rizzemojis.com — Gen Z holographic dictionary design with 290+ click-to-copy emojis, live search, full blog system, sidebar widgets, related posts, cross-promotion. SEO-ready (works with Yoast), fast, mobile-first.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rizzemojis
Tags: blog, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready
*/

:root {
  --bg: #0a0612;
  --bg-elevated: #14102099;
  --surface: #1a1428;
  --surface-2: #221a35;
  --border: #2a2240;
  --border-hover: #4a3a70;
  --text: #f5f0ff;
  --text-dim: #9189b0;
  --text-muted: #5a5474;
  --holo-pink: #ff6ec7;
  --holo-purple: #a084ff;
  --holo-cyan: #5ee7ff;
  --holo-yellow: #fff066;
  --holo-green: #6effa8;
  --display: 'Unbounded', system-ui, sans-serif;
  --body: 'Inter', system-ui, sans-serif;
  --mono: 'JetBrains Mono', monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  line-height: 1.5;
  overflow-x: hidden;
  background-image:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(160, 132, 255, 0.15), transparent 60%),
    radial-gradient(ellipse 60% 40% at 100% 30%, rgba(255, 110, 199, 0.08), transparent 60%),
    radial-gradient(ellipse 60% 40% at 0% 60%, rgba(94, 231, 255, 0.06), transparent 60%);
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }

/* Skip link (accessibility) */
.skip-link {
  position: absolute; top: -40px; left: 0;
  background: var(--holo-purple); color: white;
  padding: 8px 16px; z-index: 999;
}
.skip-link:focus { top: 0; }

/* Header */
.header {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(20px);
  background: rgba(10, 6, 18, 0.7);
  border-bottom: 1px solid var(--border);
}

.nav {
  max-width: 1280px; margin: 0 auto;
  padding: 18px 24px;
  display: flex; align-items: center; justify-content: space-between;
}

.logo {
  font-family: var(--display);
  font-weight: 900; font-size: 22px;
  letter-spacing: -0.02em;
  display: flex; align-items: center; gap: 8px;
}

.logo .moai { font-size: 26px; filter: drop-shadow(0 0 12px rgba(160, 132, 255, 0.5)); }

.logo-text {
  background: linear-gradient(95deg, var(--holo-pink), var(--holo-purple) 40%, var(--holo-cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav-links, .nav-menu {
  display: flex; gap: 28px;
  font-size: 14px; font-weight: 500;
  list-style: none;
}

.nav-links a, .nav-menu a {
  color: var(--text-dim);
  transition: color 0.2s;
}

.nav-links a:hover, .nav-menu a:hover { color: var(--text); }

@media (max-width: 640px) {
  .nav-links, .nav-menu { display: none; }
}

/* Hero */
.hero {
  max-width: 1280px; margin: 0 auto;
  padding: 80px 24px 60px;
  text-align: center;
}

.hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px;
  border: 1px solid var(--border);
  border-radius: 100px;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--text-dim);
  margin-bottom: 28px;
  background: var(--bg-elevated);
}

.hero-tag .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--holo-cyan);
  box-shadow: 0 0 10px var(--holo-cyan);
}

h1 {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(48px, 10vw, 120px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
}

h1 .holo {
  background: linear-gradient(95deg, var(--holo-pink) 0%, var(--holo-purple) 30%, var(--holo-cyan) 60%, var(--holo-yellow) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: holoShift 8s ease-in-out infinite;
}

@keyframes holoShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.hero-sub {
  font-size: clamp(16px, 2vw, 20px);
  color: var(--text-dim);
  max-width: 620px;
  margin: 0 auto 40px;
}

.hero-stats {
  display: flex; justify-content: center;
  gap: 40px; flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--text-muted);
}

.hero-stats strong {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  font-size: 28px;
  color: var(--text);
  margin-bottom: 4px;
}

/* Chips */
.chips-wrap { max-width: 1280px; margin: 0 auto; padding: 40px 24px 24px; }

.chips {
  display: flex; gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 4px;
}

.chips::-webkit-scrollbar { display: none; }

.chip {
  padding: 10px 18px;
  border: 1px solid var(--border);
  border-radius: 100px;
  font-size: 13px; font-weight: 600;
  color: var(--text-dim);
  background: var(--bg-elevated);
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
  font-family: var(--body);
}

.chip:hover { border-color: var(--border-hover); color: var(--text); }

.chip.active {
  background: linear-gradient(95deg, var(--holo-pink), var(--holo-purple));
  border-color: transparent;
  color: white;
  box-shadow: 0 0 30px rgba(160, 132, 255, 0.4);
}

/* Section */
.section { max-width: 1280px; margin: 0 auto; padding: 24px 24px 80px; }

.section-title {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.section-sub { color: var(--text-dim); font-size: 15px; margin-bottom: 32px; }

/* Emoji grid */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 14px;
}

/* Compact variant for 300+ emojis */
.grid-compact {
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 12px;
}

.card {
  position: relative;
  padding: 20px 18px 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s, background 0.2s;
}

.card:hover {
  transform: translateY(-3px);
  background: var(--surface-2);
  border-color: var(--border-hover);
}

.grid-compact .card { padding: 18px 14px 14px; }

.card-emoji {
  font-size: 44px;
  line-height: 1;
  display: block;
  margin-bottom: 12px;
  transition: transform 0.2s;
}

.grid-compact .card-emoji { font-size: 38px; margin-bottom: 10px; }

.card:hover .card-emoji { transform: scale(1.1); }

.card-name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: -0.01em;
  margin-bottom: 5px;
}

.card-meaning {
  font-size: 11.5px;
  color: var(--text-dim);
  line-height: 1.45;
  margin-bottom: 10px;
  min-height: 48px;
}

.grid-compact .card-meaning { font-size: 11px; min-height: 44px; }

.card-tag {
  display: inline-block;
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 3px 7px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.3);
  color: var(--text-muted);
}

.card-tag.sigma   { color: var(--holo-cyan);   border-color: rgba(94, 231, 255, 0.3); }
.card-tag.w       { color: var(--holo-yellow); border-color: rgba(255, 240, 102, 0.3); }
.card-tag.l       { color: var(--holo-pink);   border-color: rgba(255, 110, 199, 0.3); }
.card-tag.smooth  { color: var(--holo-purple); border-color: rgba(160, 132, 255, 0.3); }
.card-tag.money   { color: var(--holo-green);  border-color: rgba(110, 255, 168, 0.3); }
.card-tag.vibe    { color: #b8a4ff;            border-color: rgba(184, 164, 255, 0.3); }
.card-tag.hearts  { color: #ff6b9d;            border-color: rgba(255, 107, 157, 0.3); }
.card-tag.faces   { color: #ffd166;            border-color: rgba(255, 209, 102, 0.3); }
.card-tag.animals { color: #9eff8a;            border-color: rgba(158, 255, 138, 0.3); }

/* Search bar */
.search-wrap {
  position: relative;
  max-width: 540px;
  margin: 0 auto 30px;
}

.emoji-search {
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 16px 24px 16px 52px;
  color: var(--text);
  font-family: var(--body);
  font-size: 15px;
  transition: all 0.2s;
}

.emoji-search:focus {
  outline: none;
  border-color: var(--holo-purple);
  box-shadow: 0 0 0 4px rgba(160, 132, 255, 0.15);
  background: var(--surface-2);
}

.emoji-search::placeholder { color: var(--text-muted); }

.search-icon {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  pointer-events: none;
  opacity: 0.7;
}

.no-results {
  text-align: center;
  padding: 60px 20px;
  color: var(--text-dim);
}

.no-results p {
  font-family: var(--display);
  font-size: 18px;
}

/* Cross-promo banner */
.cross-promo {
  max-width: 1280px;
  margin: 40px auto;
  padding: 0 24px;
}

.cross-promo-inner {
  background: linear-gradient(135deg, rgba(255, 110, 199, 0.1), rgba(94, 231, 255, 0.08));
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 36px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.cross-promo-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(160, 132, 255, 0.12), transparent 60%);
  pointer-events: none;
}

.cross-promo-icon {
  font-size: 54px;
  filter: drop-shadow(0 0 20px rgba(160, 132, 255, 0.4));
  position: relative;
  z-index: 1;
}

.cross-promo-text { position: relative; z-index: 1; }

.cross-promo-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.cross-promo-title {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.holo-inline {
  background: linear-gradient(95deg, var(--holo-pink), var(--holo-purple) 50%, var(--holo-cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cross-promo-text p {
  color: var(--text-dim);
  font-size: 14px;
  line-height: 1.6;
  max-width: 560px;
  margin: 0;
}

.cross-promo-btn {
  padding: 14px 28px;
  background: linear-gradient(95deg, var(--holo-pink), var(--holo-purple));
  color: white;
  font-family: var(--display);
  font-weight: 700;
  font-size: 14px;
  border-radius: 100px;
  white-space: nowrap;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.cross-promo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 40px rgba(160, 132, 255, 0.5);
}

@media (max-width: 760px) {
  .cross-promo-inner {
    grid-template-columns: 1fr;
    padding: 28px 24px;
    text-align: center;
  }
  .cross-promo-icon { font-size: 44px; }
  .cross-promo-btn { width: 100%; text-align: center; }
}

/* Content sections (What is rizz, etc.) */
.content-section {
  padding: 70px 24px;
  border-top: 1px solid var(--border);
}

.content-section-alt {
  background: linear-gradient(180deg, transparent, rgba(160, 132, 255, 0.03), transparent);
}

.content-wrap {
  max-width: 760px;
  margin: 0 auto;
}

.content-title {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 24px;
}

.content-sub {
  font-family: var(--display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.01em;
  margin: 32px 0 14px;
  color: var(--text);
}

.content-wrap p {
  font-size: 16.5px;
  line-height: 1.75;
  color: #c8c0e0;
  margin-bottom: 18px;
}

.content-wrap p strong { color: var(--text); font-weight: 600; }
.content-wrap p em { color: var(--holo-purple); font-style: normal; font-weight: 500; }

.content-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 24px;
}

.content-list li {
  position: relative;
  padding: 8px 0 8px 24px;
  font-size: 15.5px;
  line-height: 1.65;
  color: #c8c0e0;
  border-bottom: 1px solid var(--border);
}

.content-list li:last-child { border-bottom: none; }

.content-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--holo-purple);
  font-weight: 600;
}

.content-list strong { color: var(--text); font-weight: 600; }

.content-wrap a {
  color: var(--holo-purple);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Pickup Lines */
.lines-section {
  background: linear-gradient(180deg, transparent, rgba(255, 110, 199, 0.04), transparent);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 60px 0;
}

.lines-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 16px;
}

.line-card {
  position: relative;
  padding: 28px 28px 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  min-height: 180px;
  display: flex; flex-direction: column;
  justify-content: space-between;
}

.line-card::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--holo-pink), var(--holo-purple), var(--holo-cyan));
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 20px;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.line-card:hover { transform: translateY(-4px); background: var(--surface-2); }
.line-card:hover::before { opacity: 1; }

.line-quote {
  position: absolute;
  top: 12px; right: 18px;
  font-family: var(--display);
  font-size: 70px; line-height: 1;
  color: var(--border);
  pointer-events: none;
  transition: color 0.3s;
}

.line-card:hover .line-quote { color: rgba(160, 132, 255, 0.3); }

.line-text {
  font-family: var(--display);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
  position: relative; z-index: 1;
}

.line-foot {
  display: flex; align-items: center;
  justify-content: space-between; gap: 10px;
  position: relative; z-index: 1;
}

.line-copy {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px;
  border: 1px solid var(--border);
  border-radius: 100px;
  font-family: var(--mono);
  font-size: 10.5px;
  color: var(--text-dim);
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
}

.line-card:hover .line-copy {
  border-color: var(--holo-purple);
  color: var(--holo-purple);
}

/* Combos */
.combos-section {
  background: linear-gradient(180deg, transparent, rgba(160, 132, 255, 0.04), transparent);
  padding: 60px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.combos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}

.combo-card {
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.2s;
  display: flex; align-items: center; gap: 16px;
}

.combo-card:hover { border-color: var(--border-hover); transform: translateX(4px); }

.combo-emoji { font-size: 32px; letter-spacing: -4px; white-space: nowrap; }
.combo-meta { flex: 1; }

.combo-name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 2px;
}

.combo-desc { font-size: 12px; color: var(--text-dim); }

/* Blog */
.blog-section { background: radial-gradient(ellipse at top, rgba(255, 110, 199, 0.05), transparent 70%); padding: 20px 0; }

.blog-header {
  display: flex; justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
  flex-wrap: wrap; gap: 16px;
}

.blog-header-text { flex: 1; min-width: 200px; }

.view-all {
  padding: 10px 20px;
  border: 1px solid var(--border);
  border-radius: 100px;
  color: var(--text);
  font-size: 13px; font-weight: 600;
  font-family: var(--body);
  transition: all 0.2s;
  background: var(--bg-elevated);
}

.view-all:hover { border-color: var(--holo-purple); color: var(--holo-purple); }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 18px;
}

.blog-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s;
  display: flex; flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-hover);
  box-shadow: 0 20px 60px -20px rgba(160, 132, 255, 0.3);
}

.blog-thumb {
  height: 160px;
  display: flex; align-items: center; justify-content: center;
  font-size: 64px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(160, 132, 255, 0.15), rgba(94, 231, 255, 0.1));
}

.blog-thumb img { width: 100%; height: 100%; object-fit: cover; }

.blog-thumb .thumb-emoji { filter: drop-shadow(0 4px 20px rgba(160, 132, 255, 0.5)); }

.blog-content { padding: 22px; flex: 1; display: flex; flex-direction: column; }

.blog-cat {
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--holo-cyan);
  margin-bottom: 10px;
}

.blog-title {
  font-family: var(--display);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.blog-title a { color: inherit; }
.blog-title a:hover { color: var(--holo-purple); }

.blog-excerpt {
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
}

.blog-meta {
  display: flex; align-items: center;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--text-muted);
  padding-top: 14px;
  border-top: 1px solid var(--border);
}

.blog-meta .arrow { color: var(--holo-purple); font-size: 14px; transition: transform 0.2s; }
.blog-card:hover .blog-meta .arrow { transform: translateX(4px); }

/* Single post */
.single-post-wrap {
  padding: 0;
}

/* Content + Sidebar Layout */
.content-with-sidebar {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 48px;
  align-items: flex-start;
}

.content-no-sidebar {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 24px;
}

@media (max-width: 960px) {
  .content-with-sidebar {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

.main-content { min-width: 0; }

/* Sidebar */
.sidebar {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 960px) {
  .sidebar { position: static; }
}

.widget {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px;
}

.widget-title {
  font-family: var(--display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: var(--holo-cyan);
}

.widget ul { list-style: none; padding: 0; margin: 0; }

.widget li {
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 13px;
}

.widget li:last-child { border-bottom: none; }

.widget li a {
  color: var(--text-dim);
  display: block;
  transition: color 0.2s;
}

.widget li a:hover { color: var(--holo-purple); }

.widget .post-date {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 4px;
  display: block;
}

.widget_categories li,
.widget_archive li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.widget_tag_cloud a {
  display: inline-block;
  padding: 4px 10px;
  margin: 3px 3px 3px 0;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 100px;
  font-size: 11px !important;
  color: var(--text-dim);
  transition: all 0.2s;
}

.widget_tag_cloud a:hover { border-color: var(--holo-purple); color: var(--holo-purple); }

.widget .search-form {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.widget .search-form input[type="search"] {
  width: 100%;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 14px;
  color: var(--text);
  font-family: var(--body);
  font-size: 13px;
}

.widget .search-submit {
  width: 100%;
  text-align: center;
  cursor: pointer;
  border: none;
}

/* Post tags below content */
.post-tags {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.tags-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-right: 12px;
}

.post-tag {
  display: inline-block;
  padding: 6px 14px;
  margin: 4px 4px 4px 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 100px;
  font-size: 12px;
  color: var(--text-dim);
  transition: all 0.2s;
}

.post-tag:hover { border-color: var(--holo-purple); color: var(--holo-purple); }

/* Social Share */
.social-share {
  margin-top: 32px;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
}

.share-label {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-bottom: 14px;
}

.share-buttons { display: flex; gap: 10px; flex-wrap: wrap; }

.share-btn {
  padding: 9px 16px;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 100px;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dim);
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.share-btn:hover {
  border-color: var(--holo-purple);
  color: var(--text);
  transform: translateY(-2px);
}

.share-twitter:hover { border-color: #fff; color: #fff; }
.share-fb:hover      { border-color: #1877F2; color: #1877F2; }
.share-li:hover      { border-color: #0A66C2; color: #0A66C2; }
.share-wa:hover      { border-color: #25D366; color: #25D366; }

/* Author Box */
.author-box {
  margin-top: 32px;
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.author-avatar img {
  width: 72px; height: 72px;
  border-radius: 50%;
  border: 2px solid var(--holo-purple);
}

.author-info { flex: 1; }

.author-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.author-name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 6px;
}

.author-bio {
  color: var(--text-dim);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 540px) { .author-box { flex-direction: column; } }

/* Post Navigation */
.post-navigation {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

@media (max-width: 540px) { .post-navigation { grid-template-columns: 1fr; } }

.post-navigation a {
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  display: block;
  transition: all 0.2s;
}

.post-navigation a:hover {
  border-color: var(--holo-purple);
  transform: translateY(-2px);
}

.post-navigation .nav-next { text-align: right; }

.nav-label {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.nav-title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 14px;
  color: var(--text);
  line-height: 1.3;
}

/* Related Posts */
.related-posts {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}

/* Blog Grid - 2 column variant for sidebar layout */
.blog-grid-2col {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

/* Footer Widgets */
.footer-widgets {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 60px 24px 40px;
}

.footer-widgets-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

.footer-col .widget {
  background: transparent;
  border: none;
  padding: 0;
}

.footer-col .widget-title {
  color: var(--text);
  font-size: 14px;
  margin-bottom: 18px;
}

.footer-col .widget ul li {
  padding: 6px 0;
  border: none;
}

/* Footer social */
.footer-social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.social-link {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-weight: 700;
  font-size: 14px;
  color: var(--text-dim);
  transition: all 0.2s;
}

.social-link:hover {
  border-color: var(--holo-purple);
  color: var(--holo-purple);
  transform: translateY(-2px);
}

.single-cat {
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--holo-cyan);
  margin-bottom: 16px;
}

.single-cat a { color: var(--holo-cyan); }
.single-cat a:hover { color: var(--holo-pink); }

.single-title {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.single-meta {
  display: flex; gap: 20px; align-items: center;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--text-muted);
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.single-thumb { margin-bottom: 40px; border-radius: 20px; overflow: hidden; }
.single-thumb img { width: 100%; }

.entry-content {
  font-size: 17px; line-height: 1.75;
  color: #d8d0f0;
}

.entry-content p { margin-bottom: 1.5em; }
.entry-content h2 { font-family: var(--display); font-weight: 800; font-size: 28px; margin: 2em 0 0.6em; letter-spacing: -0.02em; }
.entry-content h3 { font-family: var(--display); font-weight: 700; font-size: 22px; margin: 1.6em 0 0.5em; }
.entry-content a { color: var(--holo-purple); text-decoration: underline; text-underline-offset: 3px; }
.entry-content ul, .entry-content ol { margin: 0 0 1.5em 1.5em; }
.entry-content li { margin-bottom: 0.5em; }
.entry-content blockquote {
  border-left: 3px solid var(--holo-purple);
  padding: 8px 0 8px 24px;
  margin: 1.5em 0;
  font-style: italic;
  color: var(--text);
}
.entry-content code {
  background: var(--surface);
  padding: 2px 8px; border-radius: 6px;
  font-family: var(--mono);
  font-size: 0.9em;
}
.entry-content img { border-radius: 12px; margin: 1.5em 0; }

/* Archive list */
.archive-header {
  max-width: 1280px; margin: 0 auto;
  padding: 80px 24px 40px;
  text-align: center;
}

/* FAQ */
.faq { max-width: 800px; margin: 0 auto; }

.faq-item { border-bottom: 1px solid var(--border); padding: 20px 0; }

.faq-q {
  font-family: var(--display);
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
}

.faq-q::after {
  content: '+';
  font-family: var(--mono); font-weight: 400;
  color: var(--text-muted);
  font-size: 22px;
  transition: transform 0.3s;
}

.faq-item.open .faq-q::after { transform: rotate(45deg); color: var(--holo-cyan); }

.faq-a {
  color: var(--text-dim);
  font-size: 15px;
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s, padding 0.3s;
}

.faq-item.open .faq-a { max-height: 300px; padding-top: 4px; }

/* Footer */
.footer {
  border-top: 1px solid var(--border);
  padding: 40px 24px;
  text-align: center;
  color: var(--text-muted);
  font-size: 13px;
}

.footer-links {
  display: flex; justify-content: center;
  gap: 24px; margin-bottom: 20px;
  flex-wrap: wrap;
  list-style: none;
}

.footer-links a { color: var(--text-dim); font-size: 13px; }
.footer-links a:hover { color: var(--text); }

/* Toast */
.toast {
  position: fixed;
  bottom: 30px; left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: linear-gradient(95deg, var(--holo-pink), var(--holo-purple));
  color: white;
  padding: 14px 24px;
  border-radius: 100px;
  font-weight: 600; font-size: 14px;
  font-family: var(--display);
  z-index: 200;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 10px 40px rgba(160, 132, 255, 0.5);
  display: flex; align-items: center; gap: 8px;
}

.toast.show { transform: translateX(-50%) translateY(0); }

/* Ad spot */
.ad-spot {
  margin: 40px 0;
  padding: 14px;
  border: 1px dashed var(--border);
  border-radius: 12px;
  text-align: center;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Pagination */
.pagination {
  display: flex; justify-content: center;
  gap: 10px; margin: 40px 0;
  flex-wrap: wrap;
}

.pagination .page-numbers {
  padding: 8px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--text-dim);
  font-family: var(--mono);
  font-size: 13px;
  transition: all 0.2s;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  background: var(--holo-purple);
  border-color: transparent;
  color: white;
}

/* Comments */
.comments-area {
  max-width: 760px;
  margin: 60px auto;
  padding: 0 24px;
}
.comments-title {
  font-family: var(--display);
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
}
.comment-list { list-style: none; }
.comment-list li { padding: 20px 0; border-bottom: 1px solid var(--border); }
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 16px;
  color: var(--text);
  font-family: var(--body);
  margin-bottom: 14px;
}
.comment-form .submit {
  background: linear-gradient(95deg, var(--holo-pink), var(--holo-purple));
  color: white;
  border: none;
  padding: 12px 28px;
  border-radius: 100px;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--display);
}
