body {
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(38, 198, 218, 0.25), transparent 60%),
    radial-gradient(1000px 500px at 95% 10%, rgba(126, 87, 194, 0.25), transparent 60%),
    #0b1020;
  color: #e5e7eb;
}

.hero-card {
  background: linear-gradient(135deg, rgba(31, 41, 55, 0.9), rgba(15, 23, 42, 0.85));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.plot-card {
  background: rgba(17, 24, 39, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.global-burger {
  position: fixed;
  top: 18px;
  left: 18px;
  z-index: 2200;
  background: rgba(17, 24, 39, 0.85);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
}

.global-drawer .mantine-Drawer-content {
  background: rgba(17, 24, 39, 0.98);
  color: #e5e7eb;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.global-drawer .mantine-Drawer-header {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.global-drawer .mantine-Drawer-title {
  color: #f3f4f6;
  font-weight: 700;
}

.global-drawer .mantine-Drawer-body {
  background: transparent;
}

.menu-link {
  color: #bfdbfe;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.45rem 0.65rem;
  border-radius: 10px;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.menu-link:hover {
  background: rgba(59, 130, 246, 0.14);
  color: #ffffff;
}

.menu-link.active {
  background: rgba(59, 130, 246, 0.24);
  color: #ffffff;
}

.blog-cta-btn {
  border-radius: 999px !important;
  font-weight: 600;
}

.line-tab {
  font-weight: 700;
  border-radius: 12px !important;
  border: 0 !important;
  margin-right: 0.5rem;
}

.line-tab-l,
.line-tab-re {
  color: #000000 !important;
}

.line-tab-r {
  color: #ffffff !important;
}

.line-tab-l {
  background-color: #b1c765 !important;
}

.line-tab-re {
  background-color: #a2d4ef !important;
}

.line-tab-r {
  background-color: #d24231 !important;
}

.line-tab-l[data-active="true"],
.line-tab-re[data-active="true"],
.line-tab-r[data-active="true"] {
  filter: brightness(0.95);
}

.line-tab-l[data-active="true"],
.line-tab-re[data-active="true"] {
  color: #000000 !important;
}

.line-tab-r[data-active="true"] {
  color: #ffffff !important;
}

.post-grid {
  width: 100%;
}

.post-card {
  height: 100%;
  background: rgba(17, 24, 39, 0.85) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 12px !important;
}

.post-title {
  margin: 0.25rem 0 0.6rem 0;
  color: #f3f4f6;
}

.post-date {
  margin: 0;
  color: #93c5fd;
  font-size: 0.9rem;
  font-weight: 600;
}

.post-excerpt {
  color: #d1d5db;
  margin-bottom: 1rem;
}
