@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@400;500;600;700;800&family=Rajdhani:wght@500;600;700&display=swap');

:root {
  --arbeex-void: #050816;
  --arbeex-panel-deep: rgba(7, 13, 26, 0.92);
  --arbeex-panel-soft: rgba(13, 22, 40, 0.86);
  --arbeex-neon-cyan: #46e4ff;
  --arbeex-neon-blue: #4f7dff;
  --arbeex-neon-lime: #d1ff52;
  --arbeex-neon-red: #ff536f;
  --arbeex-copy: #eff5ff;
  --arbeex-copy-soft: #b6c5df;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 15% 0%, rgba(70, 228, 255, 0.18), transparent 30%),
    radial-gradient(circle at 85% 10%, rgba(79, 125, 255, 0.2), transparent 28%),
    linear-gradient(180deg, #03060f 0%, #08111f 55%, #060913 100%) !important;
  color: var(--arbeex-copy) !important;
}

body:before {
  opacity: 0.1 !important;
}

body,
button,
input,
select,
textarea {
  font-family: 'Rajdhani', 'Oxanium', sans-serif !important;
}

h1,
h2,
h3,
h4,
.wp-block-site-title,
.region-title,
.news-item h3,
.arbeex-paywall-card h3,
.arbeex-subscribe-dialog h2 {
  font-family: 'Oxanium', 'Rajdhani', sans-serif !important;
  letter-spacing: 0.03em;
}

header.wp-block-template-part,
.wp-block-group.alignfull.is-layout-constrained:first-child,
.sticky-news-toc {
  position: relative !important;
  top: auto !important;
  inset-block-start: auto !important;
  backdrop-filter: none !important;
}

.sticky-news-toc {
  margin: 22px auto 32px !important;
  max-width: 1240px;
  width: calc(100% - 28px) !important;
  padding: 18px !important;
  border-radius: 26px !important;
  border: 1px solid rgba(70, 228, 255, 0.2) !important;
  background:
    linear-gradient(135deg, rgba(10, 18, 34, 0.96), rgba(11, 18, 29, 0.88)) !important;
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
  overflow: visible !important;
}

.news-toc {
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.news-toc::-webkit-scrollbar {
  display: none;
}

.news-toc li a {
  background:
    linear-gradient(135deg, rgba(70, 228, 255, 0.18), rgba(79, 125, 255, 0.24)) !important;
  color: #f6fbff !important;
  border: 1px solid rgba(70, 228, 255, 0.18);
  border-radius: 999px !important;
  padding: 0.7rem 1rem !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.news-toc li a:hover {
  transform: translateY(-2px);
  border-color: rgba(209, 255, 82, 0.55) !important;
  box-shadow: 0 12px 28px rgba(70, 228, 255, 0.2);
}

.wp-site-blocks > * {
  position: relative;
  z-index: 1;
}

.region-title {
  margin: 54px 0 20px !important;
  padding: 0 0 14px !important;
  font-size: clamp(1.5rem, 4vw, 2.3rem) !important;
  line-height: 1 !important;
  color: #f8fbff !important;
  text-transform: uppercase;
  border: 0 !important;
}

.region-title:after {
  content: "";
  display: block;
  width: min(180px, 45vw);
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--arbeex-neon-cyan), var(--arbeex-neon-lime), transparent);
}

.region-items {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px !important;
}

.news-item {
  min-height: 290px !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 24px !important;
  border: 1px solid rgba(70, 228, 255, 0.16) !important;
  background:
    radial-gradient(circle at top right, rgba(79, 125, 255, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(8, 14, 28, 0.98), rgba(7, 12, 23, 0.94)) !important;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255,255,255,0.05) !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.news-item:hover {
  transform: translateY(-4px);
  border-color: rgba(209, 255, 82, 0.45) !important;
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(70, 228, 255, 0.06);
}

.news-item a {
  display: flex !important;
  flex-direction: column;
  gap: 14px;
  height: 100% !important;
  padding: 18px 18px 20px !important;
  text-decoration: none !important;
}

.news-item h3 {
  margin: 4px 0 0 !important;
  font-size: 1.35rem !important;
  line-height: 1.05 !important;
  color: #ffffff !important;
}

.news-item p {
  color: var(--arbeex-copy-soft) !important;
  font-size: 1.06rem !important;
  line-height: 1.4 !important;
}

.news-image img,
.arbeex-missing-image {
  min-height: 220px;
  border-radius: 22px 22px 0 0 !important;
}

.show-more {
  margin-top: 10px;
  border: 1px solid rgba(70, 228, 255, 0.22);
  background: linear-gradient(135deg, rgba(70, 228, 255, 0.18), rgba(79, 125, 255, 0.2));
  color: #fff;
  border-radius: 999px;
  padding: 0.9rem 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  cursor: pointer;
}

.wp-block-button__link,
.arbeex-subscribe-button,
.arbeex-unlock-form button,
.arbeex-subscribe-form button {
  background: linear-gradient(135deg, var(--arbeex-neon-cyan), var(--arbeex-neon-lime)) !important;
  color: #04111b !important;
  box-shadow: 0 16px 30px rgba(70, 228, 255, 0.24) !important;
}

.wp-block-buttons {
  justify-content: center;
}

.wp-block-button {
  position: relative;
}

.wp-block-button__link {
  padding-inline: 1.35rem !important;
}

.arbeex-paywall-card,
.arbeex-subscribe-dialog {
  border-color: rgba(70, 228, 255, 0.26) !important;
  background:
    radial-gradient(circle at top right, rgba(79, 125, 255, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(6, 10, 20, 0.98), rgba(11, 17, 31, 0.96)) !important;
}

.arbeex-brand-chip,
.arbeex-paywall-kicker {
  color: var(--arbeex-neon-cyan) !important;
}

.wp-block-site-title a {
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

@media (max-width: 900px) {
  .region-items {
    grid-template-columns: 1fr !important;
  }

  .sticky-news-toc {
    width: calc(100% - 16px) !important;
    padding: 14px !important;
  }
}
