:root {
  --anx-bg: #07111f;
  --anx-bg-2: #0b1728;
  --anx-panel: rgba(255,255,255,.065);
  --anx-panel-2: rgba(255,255,255,.095);
  --anx-border: rgba(170,223,255,.18);
  --anx-text: #edf7ff;
  --anx-muted: #aebed0;
  --anx-soft: #d8e8f5;
  --anx-cyan: #67e8f9;
  --anx-blue: #60a5fa;
  --anx-gold: #f6c76d;
  --anx-radius: 24px;
  --anx-shadow: 0 24px 80px rgba(0,0,0,.35);
}
* { box-sizing: border-box; }
body.anrixa-blog-body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(103,232,249,.18), transparent 28%),
    radial-gradient(circle at 82% 0%, rgba(96,165,250,.16), transparent 28%),
    linear-gradient(180deg, var(--anx-bg), var(--anx-bg-2));
  color: var(--anx-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 100vh;
}
a { color: inherit; }
.anx-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.anx-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(7,17,31,.78);
  border-bottom: 1px solid var(--anx-border);
}
.anx-nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.anx-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.anx-mark {
  width: 42px; height: 42px; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--anx-cyan), var(--anx-blue));
  color: #06111f; font-weight: 900; letter-spacing: -.06em;
  box-shadow: 0 12px 36px rgba(103,232,249,.24);
}
.anx-brand-text strong { display: block; font-size: 17px; letter-spacing: .02em; }
.anx-brand-text span { display: block; color: var(--anx-muted); font-size: 12px; margin-top: 2px; }
.anx-links { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: flex-end; }
.anx-links a { color: var(--anx-soft); text-decoration: none; font-size: 14px; }
.anx-links a:hover { color: var(--anx-cyan); }
.anx-hero { padding: 86px 0 42px; }
.anx-kicker { color: var(--anx-cyan); text-transform: uppercase; font-weight: 800; letter-spacing: .16em; font-size: 12px; }
h1.anx-title { margin: 14px 0 20px; font-size: clamp(42px, 7vw, 82px); line-height: .96; letter-spacing: -.06em; max-width: 980px; }
.anx-lede { max-width: 760px; color: var(--anx-muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.72; }
.anx-tools { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.anx-button { display:inline-flex; align-items:center; gap:10px; padding: 12px 18px; border-radius: 999px; border: 1px solid var(--anx-border); background: var(--anx-panel); color: var(--anx-text); text-decoration: none; font-weight: 700; }
.anx-button.primary { background: linear-gradient(135deg, var(--anx-cyan), var(--anx-blue)); color: #06111f; border: 0; }
.anx-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 28px; align-items: start; padding: 28px 0 86px; }
.anx-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.anx-card, .anx-sidebar-card, .anx-article {
  border: 1px solid var(--anx-border);
  background: linear-gradient(180deg, var(--anx-panel-2), rgba(255,255,255,.045));
  border-radius: var(--anx-radius);
  box-shadow: var(--anx-shadow);
}
.anx-card { padding: 24px; min-height: 250px; display:flex; flex-direction:column; }
.anx-card a { text-decoration: none; }
.anx-card h2 { margin: 12px 0 10px; font-size: 24px; letter-spacing: -.03em; }
.anx-card p { color: var(--anx-muted); line-height: 1.68; margin: 0 0 20px; }
.anx-meta { color: var(--anx-muted); font-size: 13px; display:flex; gap:10px; flex-wrap:wrap; }
.anx-chip { display:inline-flex; padding: 6px 10px; border-radius: 999px; background: rgba(103,232,249,.1); color: var(--anx-cyan); font-size: 12px; font-weight: 800; text-decoration: none; }
.anx-read { margin-top:auto; color: var(--anx-cyan); font-weight:800; text-decoration:none; }
.anx-sidebar { display: grid; gap: 18px; position: sticky; top: 96px; }
.anx-sidebar-card { padding: 20px; }
.anx-sidebar-card h2 { font-size: 16px; margin: 0 0 12px; }
.anx-sidebar-card ul { list-style:none; padding:0; margin:0; display:grid; gap:10px; }
.anx-sidebar-card a { color: var(--anx-soft); text-decoration:none; }
.anx-sidebar-card a:hover { color: var(--anx-cyan); }
.anx-search { display:flex; gap:8px; }
.anx-search input { width:100%; border:1px solid var(--anx-border); background:rgba(255,255,255,.08); border-radius:999px; padding:10px 12px; color:var(--anx-text); }
.anx-search button { border:0; border-radius:999px; padding:10px 14px; background:var(--anx-cyan); color:#06111f; font-weight:800; }
.anx-article { padding: clamp(28px, 4vw, 56px); }
.anx-article h1 { margin: 12px 0 18px; font-size: clamp(38px, 5vw, 64px); line-height:1; letter-spacing:-.05em; }
.anx-content { color: var(--anx-soft); font-size: 18px; line-height: 1.78; }
.anx-content h2, .anx-content h3 { color: var(--anx-text); line-height:1.2; margin-top: 1.7em; }
.anx-content p { margin: 0 0 1.2em; }
.anx-content a { color: var(--anx-cyan); }
.anx-empty { padding: 34px; border-radius: var(--anx-radius); border: 1px dashed var(--anx-border); color: var(--anx-muted); }
.anx-pagination { margin-top: 28px; display:flex; gap:12px; flex-wrap:wrap; }
.anx-pagination a, .anx-pagination span { padding: 10px 14px; border-radius: 999px; border:1px solid var(--anx-border); text-decoration:none; }
.anx-footer { border-top:1px solid var(--anx-border); padding: 34px 0; color: var(--anx-muted); }
.anx-footer-inner { display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap; }
@media (max-width: 900px) {
  .anx-nav { align-items:flex-start; flex-direction:column; padding: 18px 0; }
  .anx-links { justify-content:flex-start; }
  .anx-layout { grid-template-columns:1fr; }
  .anx-sidebar { position: static; }
  .anx-grid { grid-template-columns:1fr; }
}
