:root {
  color-scheme: dark;
  --bg: #020309;
  --space: #070b18;
  --text: #f7f1e2;
  --muted: rgba(247, 241, 226, 0.58);
  --quiet: rgba(247, 241, 226, 0.32);
  --line: rgba(143, 183, 217, 0.08);
  --accent: #8fb7ff;
  --accent-bright: #d9e8ff;
  --nebula: #a78bfa;
  --blue: #8fb7d9;
  --panel: rgba(6, 8, 16, 0.62);
  font-family: Inter, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background: var(--bg);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 45%, rgba(143, 183, 255, 0.1), transparent 30%),
    radial-gradient(circle at 62% 62%, rgba(167, 139, 250, 0.07), transparent 34%),
    radial-gradient(circle at 28% 34%, rgba(143, 183, 217, 0.065), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.014), rgba(255, 255, 255, 0) 52%),
    #020203;
}

.motion-field {
  position: fixed;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.36;
  overflow: hidden;
}

.tech-blog-page .motion-field {
  opacity: 0.74;
}

.three-field {
  position: fixed;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.68;
  contain: strict;
}

.three-field canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.space {
  --moon-size: clamp(170px, 19vw, 280px);
  container-type: size;
  position: fixed;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  contain: layout paint;
}

.moon {
  position: absolute;
  top: clamp(34px, 7vh, 72px);
  left: clamp(40px, 6vw, 92px);
  width: var(--moon-size);
  height: var(--moon-size);
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  clip-path: circle(42% at 50% 50%);
  opacity: 0.76;
  mix-blend-mode: screen;
  filter: brightness(0.82) contrast(1.08) drop-shadow(0 22px 54px rgba(0, 0, 0, 0.62));
  transform: translateZ(0);
  will-change: transform;
}

.celestial-link {
  position: absolute;
  z-index: 2;
  display: block;
  pointer-events: auto;
  cursor: pointer;
  text-decoration: none;
}

.celestial-link .moon {
  position: static;
  width: 100%;
  height: 100%;
}

.home-moon-link {
  top: clamp(34px, 7vh, 72px);
  left: clamp(40px, 6vw, 92px);
  width: var(--moon-size);
  height: var(--moon-size);
}

.simple-space .celestial-link {
  top: clamp(34px, 7vh, 72px);
  left: clamp(40px, 6vw, 92px);
  right: auto;
  width: clamp(170px, 19vw, 280px);
  height: clamp(170px, 19vw, 280px);
  /* clip on the container so transform:scale on child video
     only zooms content, not the visible circle size */
  clip-path: circle(42% at 50% 50%);
  overflow: hidden;
}

/* video inside inherits container clip — remove its own */
.simple-space .celestial-link .moon {
  clip-path: none;
}

.simple-space {
  z-index: 6;
}

.home-space {
  z-index: 6;
}

.simple-space .moon {
  opacity: 0.66;
  filter: brightness(0.8) contrast(1.08) drop-shadow(0 18px 48px rgba(0, 0, 0, 0.58));
}

.simple-space .mars {
  opacity: 0.72;
  mix-blend-mode: screen;
  transform: scale(1.72);
  filter: brightness(0.9) saturate(1.12) contrast(1.08) drop-shadow(0 18px 52px rgba(146, 61, 35, 0.24)) drop-shadow(0 28px 58px rgba(0, 0, 0, 0.58));
}

.simple-space .saturn {
  object-fit: contain;
  object-position: center;
  clip-path: none;
  opacity: 0.74;
  mix-blend-mode: screen;
  filter: brightness(0.9) saturate(1.08) contrast(1.12) drop-shadow(0 20px 54px rgba(188, 148, 98, 0.18)) drop-shadow(0 28px 60px rgba(0, 0, 0, 0.62));
}

.simple-space .jupiter {
  object-fit: cover;
  object-position: center;
  clip-path: circle(43% at 50% 50%);
  opacity: 0.78;
  mix-blend-mode: screen;
  filter: brightness(0.82) saturate(1.08) contrast(1.12) drop-shadow(0 18px 52px rgba(184, 126, 80, 0.22)) drop-shadow(0 28px 60px rgba(0, 0, 0, 0.62));
}

.simple-space .celestial-link:hover .moon {
  opacity: 0.88;
}

.grid-field {
  position: fixed;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, transparent 0, transparent calc(12.5vw - 1px), var(--line) calc(12.5vw - 1px), var(--line) 12.5vw),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.008) 0, rgba(255, 255, 255, 0.008) 1px, transparent 1px, transparent 42px);
  mask-image: linear-gradient(90deg, transparent 0%, #000 13%, #000 87%, transparent 100%);
}

.grid-field::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 38%, rgba(143, 183, 255, 0.14) 38%, rgba(143, 183, 255, 0.14) calc(38% + 1px), transparent calc(38% + 1px)),
    linear-gradient(90deg, transparent 62%, rgba(167, 139, 250, 0.1) 62%, rgba(167, 139, 250, 0.1) calc(62% + 1px), transparent calc(62% + 1px));
  opacity: 0.34;
}

a {
  color: inherit;
}

.about-home,
.simple-page {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 56px 24px;
}


.about-card {
  position: relative;
  isolation: isolate;
  width: min(100%, 860px);
  max-width: 100%;
  text-align: center;
}

.about-card::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: -1;
  width: min(92vw, 1040px);
  height: min(92vw, 1040px);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 54%, rgba(217, 232, 255, 0.07) 55%, transparent 56%),
    radial-gradient(circle, transparent 70%, rgba(167, 139, 250, 0.055) 71%, transparent 72%);
  opacity: 0.44;
  transform: translate(-50%, -50%);
  filter: blur(0.2px);
}

.about-card .halo-motion {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: -1;
  width: min(92vw, 1040px);
  height: min(92vw, 1040px);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.36;
  transform: translate(-50%, -50%) translateZ(0);
  overflow: hidden;
  contain: paint;
}

.about-card .halo-motion::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: conic-gradient(from 0deg, transparent 0 40%, rgba(143, 183, 255, 0.2), transparent 56% 100%);
  animation: halo-arc-spin 18s linear infinite;
  backface-visibility: hidden;
  will-change: transform;
}

.about-card::after {
  content: "";
  position: absolute;
  inset: 18% 4% 10%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.42) 44%, transparent 72%);
  filter: blur(18px);
}

.orbital-mark {
  position: relative;
  width: 108px;
  height: 108px;
  margin: 0 auto 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  box-shadow:
    inset 0 0 28px rgba(255, 255, 255, 0.04),
    0 0 0 8px rgba(255, 255, 255, 0.025),
    0 24px 72px rgba(0, 0, 0, 0.62),
    0 0 54px rgba(143, 183, 255, 0.22);
}

.orbital-mark::before,
.orbital-mark::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.orbital-mark::before {
  inset: 0;
  border: 1px solid transparent;
  background:
    conic-gradient(from 0deg, transparent 0 32%, rgba(217, 232, 255, 0.58) 38%, transparent 45% 100%) border-box,
    linear-gradient(rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16)) padding-box;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: orbit-shell 8s linear infinite;
}

.orbital-mark::after {
  inset: 37px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: radial-gradient(circle, rgba(217, 232, 255, 0.66), rgba(143, 183, 255, 0.15) 54%, transparent 65%);
}

.orbital-mark span,
.orbital-mark i {
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--accent-bright);
  box-shadow: 0 0 24px rgba(143, 183, 255, 0.7);
}

.orbital-mark span {
  top: 7px;
  left: 47px;
  transform-origin: 7px 47px;
  animation: orbit-dot 2.9s linear infinite;
}

.orbital-mark i {
  right: 10px;
  bottom: 18px;
  width: 8px;
  height: 8px;
  background: var(--nebula);
  box-shadow: 0 0 22px rgba(167, 139, 250, 0.54);
  transform-origin: -32px -26px;
  animation: orbit-dot 4.4s linear infinite reverse;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 860px;
  margin: 0 auto;
  font-size: clamp(58px, 7.5vw, 112px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 8px 0 rgba(255, 255, 255, 0.08), 0 26px 64px rgba(0, 0, 0, 0.78);
}

h1 span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(98deg, #f7f1e2, var(--accent) 46%, var(--nebula) 74%, #ffffff 108%);
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(0 0 18px rgba(143, 183, 255, 0.28));
}

.profile-note {
  max-width: 620px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 540;
  line-height: 1.65;
  letter-spacing: 0;
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 42px;
}

.quick-links a {
  min-width: 150px;
  padding: 13px 18px;
  color: var(--text);
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px);
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.quick-links a:hover {
  transform: translateY(-3px);
  border-color: rgba(143, 183, 255, 0.62);
  background: rgba(143, 183, 255, 0.12);
}

.social-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.social-badges a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--quiet);
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
  transition: color 180ms ease;
}

.social-badges a:hover {
  color: var(--text);
}

.social-badges span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--text);
  font-size: 11px;
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

@keyframes orbit-shell {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes orbit-dot {
  from {
    transform: rotate(0deg) translateZ(0);
  }
  to {
    transform: rotate(360deg) translateZ(0);
  }
}

@keyframes halo-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes halo-arc-spin {
  from {
    transform: rotate(0deg) translateZ(0);
  }
  to {
    transform: rotate(360deg) translateZ(0);
  }
}

.simple-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  padding: 42px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--panel);
  backdrop-filter: blur(12px);
}

.simple-panel h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 72px);
  text-align: left;
}

.simple-panel p {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.back-link {
  display: inline-flex;
  margin-top: 34px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  border-bottom: 2px solid var(--accent);
}

.article-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.article-links .back-link {
  margin-top: 34px;
}

.post-empty {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.tag-filter {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.tag-search {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(100%, 360px);
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.tag-search span {
  color: rgba(217, 232, 255, 0.54);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tag-search input {
  min-width: 0;
  flex: 1;
  color: var(--text);
  font: inherit;
  font-size: 14px;
  border: 0;
  outline: 0;
  background: transparent;
}

.tag-search input::placeholder {
  color: rgba(247, 241, 226, 0.32);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-chip {
  padding: 8px 10px;
  color: rgba(247, 241, 226, 0.64);
  font-size: 12px;
  font-weight: 780;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  cursor: pointer;
}

.tag-chip:hover,
.tag-chip.is-active {
  color: var(--text);
  border-color: rgba(143, 183, 255, 0.5);
  background: rgba(143, 183, 255, 0.1);
}

.markdown-panel {
  width: min(100%, 880px);
}

.markdown-meta {
  margin-top: 12px !important;
  color: var(--quiet) !important;
  font-size: 13px !important;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.post-scroll {
  position: relative;
  display: grid;
  gap: 0;
  min-height: 160px;
  margin: 34px 0 8px;
  padding: 8px 0 8px 34px;
}

.post-scroll::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, rgba(217, 232, 255, 0.2) 10%, rgba(143, 183, 255, 0.5) 48%, rgba(217, 232, 255, 0.14) 88%, transparent);
  box-shadow: 0 0 20px rgba(143, 183, 255, 0.22);
}

.post-node {
  position: relative;
  display: grid;
  gap: 7px;
  min-height: 88px;
  padding: 0 0 24px 0;
  color: rgba(247, 241, 226, 0.72);
  text-decoration: none;
}

.post-node::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -29px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(232, 242, 255, 0.78);
  box-shadow:
    0 0 0 4px rgba(143, 183, 255, 0.08),
    0 0 22px rgba(143, 183, 255, 0.42);
}

.post-node-line {
  display: block;
  width: min(240px, 42vw);
  height: 1px;
  margin-top: 11px;
  background: linear-gradient(90deg, rgba(217, 232, 255, 0.56), rgba(143, 183, 255, 0.18), transparent);
}

.post-node-title {
  max-width: 520px;
  color: rgba(247, 241, 226, 0.9);
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 880;
  line-height: 1.08;
  letter-spacing: 0;
}

.post-node-date {
  color: rgba(217, 232, 255, 0.48);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.post-node:hover .post-node-title,
.post-node.is-active .post-node-title {
  color: var(--text);
}

.post-node:hover::before,
.post-node.is-active::before {
  background: #ffffff;
  box-shadow:
    0 0 0 5px rgba(143, 183, 255, 0.12),
    0 0 28px rgba(143, 183, 255, 0.7);
}

.post-node.is-active .post-node-line {
  background: linear-gradient(90deg, #ffffff, rgba(143, 183, 255, 0.5), transparent);
}

@media (min-width: 761px) and (orientation: landscape) {
  .tech-blog-page .post-index-panel {
    justify-self: end;
    width: min(100%, calc(100vw - clamp(360px, 31vw, 420px)));
  }

  .tech-blog-page .article-panel {
    padding-left: clamp(132px, 13vw, 156px);
  }
}

.markdown-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.markdown-toc[hidden] {
  display: none;
}

.markdown-toc a {
  padding: 8px 10px;
  color: rgba(247, 241, 226, 0.72);
  font-size: 12px;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
}

.markdown-toc a:hover {
  color: var(--text);
  border-color: rgba(143, 183, 255, 0.44);
}

@media (min-width: 1180px) and (orientation: landscape) {
  .article-page {
    grid-template-columns: minmax(0, 880px);
    column-gap: 0;
    place-items: start center;
    justify-content: center;
    align-items: start;
  }

  .article-page .article-panel {
    grid-column: 1;
    justify-self: stretch;
  }

  .section-axis {
    position: fixed;
    z-index: 7;
    top: 50%;
    transform: translateY(-50%);
    right: clamp(34px, 4vw, 76px);
    display: grid;
    gap: 0;
    width: min(220px, 16vw);
    max-height: min(46vh, 420px);
    margin: 0;
    padding: 8px 0 8px 26px;
    overflow: auto;
    scrollbar-width: thin;
  }

  .section-axis::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    width: 1px;
    border-radius: 999px;
    background: linear-gradient(180deg, transparent, rgba(217, 232, 255, 0.18) 10%, rgba(143, 183, 255, 0.46) 52%, rgba(217, 232, 255, 0.12) 90%, transparent);
    box-shadow: 0 0 18px rgba(143, 183, 255, 0.2);
  }

  .section-axis a {
    position: relative;
    padding: 0 0 20px;
    color: rgba(247, 241, 226, 0.54);
    font-size: 12px;
    font-weight: 760;
    line-height: 1.25;
    border: 0;
    background: transparent;
  }

  .section-axis a::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -22px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(232, 242, 255, 0.58);
    box-shadow: 0 0 16px rgba(143, 183, 255, 0.32);
  }

  .section-axis a::after {
    content: "";
    display: block;
    width: 52px;
    height: 1px;
    margin-top: 7px;
    background: linear-gradient(90deg, rgba(217, 232, 255, 0.36), rgba(143, 183, 255, 0.14), transparent);
  }

  .section-axis a[data-level="3"] {
    padding-left: 12px;
    color: rgba(247, 241, 226, 0.42);
  }

  .section-axis a:hover,
  .section-axis a.is-active {
    color: var(--text);
  }

  .section-axis a:hover::before,
  .section-axis a.is-active::before {
    background: #ffffff;
    box-shadow: 0 0 22px rgba(143, 183, 255, 0.68);
  }
}

@media (max-width: 1179px), (orientation: portrait) {
  .section-axis {
    display: none;
  }
}

.markdown-body {
  scroll-margin-top: 28px;
  margin-top: 34px;
  color: rgba(247, 241, 226, 0.76);
  font-size: 16px;
  line-height: 1.78;
}

.markdown-body > *:first-child {
  margin-top: 0;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  scroll-margin-top: clamp(70px, 11vh, 128px);
  margin: 36px 0 14px;
  color: var(--text);
  font-weight: 880;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-shadow: none;
}

.markdown-body h1 {
  font-size: clamp(34px, 4vw, 56px);
}

.markdown-body h2 {
  font-size: clamp(26px, 3vw, 38px);
}

.markdown-body h3 {
  font-size: clamp(21px, 2vw, 28px);
}

.markdown-body p,
.markdown-body ul,
.markdown-body ol,
.markdown-body blockquote,
.markdown-body table,
.markdown-body pre {
  margin: 18px 0 0;
}

.markdown-body ul,
.markdown-body ol {
  padding-left: 22px;
}

.markdown-body li + li {
  margin-top: 8px;
}

.markdown-body a {
  color: var(--accent-bright);
  text-underline-offset: 4px;
}

.markdown-body code {
  padding: 0.16em 0.38em;
  color: #d9e8ff;
  font-size: 0.92em;
  border: 1px solid rgba(143, 183, 255, 0.18);
  background: rgba(143, 183, 255, 0.08);
}

.markdown-body pre {
  overflow-x: auto;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.34);
}

.markdown-body pre code {
  display: block;
  padding: 0;
  color: rgba(247, 241, 226, 0.82);
  border: 0;
  background: transparent;
}

.markdown-body blockquote {
  padding: 2px 0 2px 18px;
  color: rgba(247, 241, 226, 0.64);
  border-left: 2px solid rgba(143, 183, 255, 0.48);
}

.markdown-body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.markdown-body th,
.markdown-body td {
  padding: 11px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

.markdown-body th {
  color: var(--text);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.markdown-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 24px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.tech-blog-page .simple-page::before,
.tech-blog-page .simple-page::after {
  content: "";
  position: fixed;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
}

.tech-blog-page .simple-page::before {
  width: clamp(92px, 11vw, 160px);
  height: clamp(92px, 11vw, 160px);
  right: clamp(26px, 9vw, 160px);
  top: clamp(92px, 18vh, 210px);
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.8), transparent 0 8%),
    radial-gradient(circle at 48% 42%, rgba(143, 183, 255, 0.32), transparent 0 18%),
    radial-gradient(circle at 58% 62%, rgba(167, 139, 250, 0.16), transparent 0 34%),
    radial-gradient(circle, rgba(217, 232, 255, 0.18), transparent 58%);
  opacity: 0.48;
  filter: blur(0.2px) drop-shadow(0 0 38px rgba(143, 183, 255, 0.16));
}

.tech-blog-page .simple-page::after {
  width: clamp(150px, 18vw, 260px);
  height: clamp(150px, 18vw, 260px);
  left: clamp(18px, 7vw, 130px);
  bottom: clamp(28px, 10vh, 120px);
  border: 1px solid rgba(143, 183, 255, 0.13);
  background:
    radial-gradient(circle at 50% 50%, rgba(247, 241, 226, 0.22) 0 1.5px, transparent 2px),
    radial-gradient(circle at 22% 34%, rgba(143, 183, 255, 0.24) 0 2px, transparent 2.5px),
    radial-gradient(circle at 76% 62%, rgba(167, 139, 250, 0.2) 0 2px, transparent 2.5px);
  opacity: 0.62;
  box-shadow:
    inset 0 0 42px rgba(143, 183, 255, 0.045),
    0 0 52px rgba(0, 0, 0, 0.48);
  mask-image: radial-gradient(circle, transparent 50%, #000 51%, #000 52%, transparent 53%);
}

@media (max-width: 760px) {
  .space {
    --moon-size: clamp(126px, 40vw, 168px);
  }

  .moon {
    top: 42px;
    left: 28px;
    opacity: 0.68;
  }

  .grid-field {
    background:
      repeating-linear-gradient(90deg, transparent 0, transparent calc(25vw - 1px), var(--line) calc(25vw - 1px), var(--line) 25vw),
      repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.008) 0, rgba(255, 255, 255, 0.008) 1px, transparent 1px, transparent 42px);
  }

  .about-home,
  .simple-page {
    place-items: start center;
    padding-top: 228px;
  }

  .about-card {
    text-align: left;
  }

  .orbital-mark {
    display: none;
  }

  h1 {
    font-size: clamp(46px, 14vw, 64px);
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .profile-note {
    margin-left: 0;
    width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .quick-links {
    justify-content: flex-start;
    width: 100%;
  }

  .quick-links a {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .social-badges {
    justify-content: flex-start;
  }

  .simple-panel {
    padding: 30px 24px;
  }

  .post-scroll {
    margin-top: 26px;
    padding-left: 28px;
  }

  .post-scroll::before {
    left: 8px;
  }

  .post-node {
    min-height: 82px;
  }

  .post-node::before {
    left: -25px;
  }

  .post-node-line {
    width: min(190px, 58vw);
  }

  .tech-blog-page .simple-page::before {
    right: 18px;
    top: 92px;
    opacity: 0.34;
  }

  .tech-blog-page .simple-page::after {
    display: none;
  }

  .simple-space {
    display: none;
  }
}

@media (orientation: portrait) {
  .simple-space {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
  }

  .motion-field {
    display: none;
  }
}
