/* ══════════════════════════════════════════════════════════
   AbhinuDev — "space terminal" theme
   deep navy · gold + teal · Sora / Outfit / JetBrains Mono
   ══════════════════════════════════════════════════════════ */

:root {
  --bg: #000000;
  --panel: #0a0a0a;
  --panel-2: #111111;
  --line: rgba(255, 255, 255, .10);
  --line-strong: rgba(255, 255, 255, .18);
  --ink: #f2f2f2;
  --muted: #a0a0a0;
  --dim: #6a6a6a;
  --gold: #ffd057;
  --gold-deep: #ecae3d;
  --teal: #48d7c3;
  --xpgreen: #57d85b;
  --red: #f0787a;
  --space: #000000;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

body {
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    radial-gradient(1100px 540px at 82% -10%, rgba(255,208,87,.12), transparent 62%),
    radial-gradient(900px 480px at -8% 30%, rgba(72,215,195,.07), transparent 55%),
    var(--space);
  background-size: 46px 46px, 46px 46px, auto, auto, auto;
  background-attachment: fixed;
  color: var(--ink);
  font-family: "Outfit", system-ui, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
i { font-style: normal; }

::selection { background: var(--gold); color: #0c0c0c; }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #000; }
::-webkit-scrollbar-thumb { background: #2b2b2b; border-radius: 8px; border: 2px solid #000; }
::-webkit-scrollbar-thumb:hover { background: #3f3f3f; }

/* ── topbar (floating pill) ──────────────────────────────── */
.topbar {
  position: sticky;
  top: 14px;
  z-index: 60;
  display: flex;
  justify-content: center;
  padding: 0 16px;
}
.topbar-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 8px 10px 8px 14px;
  background: rgba(10, 10, 10, .72);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 34px -18px rgba(0, 0, 0, .8);
}

.wordmark {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.02em;
}
.wordmark i, .foot-mark i { color: var(--gold); }
.nav-logo {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 9px;
  border: 1px solid var(--line-strong);
}

.nav-links {
  display: flex;
  gap: 20px;
}
.nav-links a {
  font: 500 11px "JetBrains Mono", monospace;
  letter-spacing: .06em;
  color: var(--muted);
  transition: color .18s;
  position: relative;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), var(--teal));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s;
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { transform: scaleX(1); }

.nav-gh {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 208, 87, .08);
  color: var(--gold);
  font: 600 12px "Outfit", sans-serif;
  transition: background .2s, color .2s, border-color .2s;
}
.nav-gh:hover { background: var(--gold); color: #0c0c0c; border-color: var(--gold); }

.menu-button {
  display: none;
  background: none;
  border: 1px solid var(--line-strong);
  color: var(--muted);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  cursor: pointer;
  place-items: center;
}

/* ── hero ────────────────────────────────────────────────── */
.hero {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 104px 24px 92px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 60px;
  align-items: center;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--gold);
  font: 500 12px "JetBrains Mono", monospace;
  letter-spacing: .14em;
}
.hero-kicker::before {
  content: "";
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

h1 {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: clamp(3.4rem, 7.5vw, 6.2rem);
  line-height: .95;
  letter-spacing: -.045em;
  margin-bottom: 26px;
}
h1 em {
  font-style: normal;
  background: linear-gradient(115deg, var(--gold), var(--gold-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lede {
  max-width: 470px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  min-height: 54px;
}
.hero-lede::after { content: "▍"; color: var(--gold); animation: carrot 1.1s step-end infinite; }

.hero-note {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  max-width: 480px;
  margin: 18px 0 26px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  border-radius: 10px;
  background: rgba(255, 208, 87, .05);
  color: var(--muted);
  font: 500 12px/1.5 "JetBrains Mono", monospace;
}
.hero-note i { color: var(--gold); padding: 0 2px; }
.hn-label {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 9px;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 20px;
  border-radius: 999px;
  font: 600 14px "Outfit", sans-serif;
  cursor: pointer;
  transition: transform .18s, box-shadow .18s, background .18s, border-color .18s;
}
.btn-gold {
  background: linear-gradient(120deg, var(--gold), var(--gold-deep));
  color: #0c0c0c;
  box-shadow: 0 10px 30px -12px rgba(255, 208, 87, .55);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 36px -12px rgba(255, 208, 87, .65); }
.btn-ghost {
  border: 1px solid var(--line-strong);
  color: var(--ink);
  background: rgba(255, 255, 255, .02);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* ── server card ─────────────────────────────────────────── */
.server-card {
  position: relative;
  background: linear-gradient(160deg, #111111, #0a0a0a);
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  padding: 20px;
  box-shadow:
    0 30px 70px -32px rgba(0, 0, 0, .85),
    0 18px 48px -24px rgba(255, 208, 87, .28),
    inset 0 1px 0 rgba(255, 255, 255, .03);
}
.server-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: .8;
}

.sc-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font: 500 11px "JetBrains Mono", monospace;
  color: var(--muted);
}
.sc-name { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); letter-spacing: .02em; }
.status-dot, .sdot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 10px var(--teal);
  animation: dot-blink 2.2s ease-in-out infinite;
}
.sc-ip { color: var(--gold); cursor: pointer; border-bottom: 1px dotted rgba(255, 208, 87, .4); }
.sc-ip:hover { color: var(--ink); }

.sc-rows { display: grid; gap: 4px; margin: 18px 0 16px; }
.sc-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid var(--line);
  font: 500 13px "Outfit", sans-serif;
}
.sc-row:last-child { border-bottom: 0; }
.sc-row label { color: var(--dim); text-transform: uppercase; letter-spacing: .1em; font: 500 9px "JetBrains Mono", monospace; }
.sc-row a { color: var(--gold); }
.sc-row a:hover { color: var(--ink); }
.sc-row span { color: var(--muted); }

.sc-xp { margin-bottom: 14px; }
.sc-xp-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  color: var(--dim);
  font: 500 9px "JetBrains Mono", monospace;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.sc-xp-meta span:last-child { color: var(--teal); }

.sc-cmd {
  display: block;
  background: #000000;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 11px 13px;
  color: #b9b9b9;
  font: 500 12px "JetBrains Mono", monospace;
  overflow-x: auto;
  white-space: nowrap;
}
.cursor { color: var(--gold); animation: carrot 1.1s step-end infinite; }

/* ── sections ────────────────────────────────────────────── */
.block { max-width: 1180px; margin: 0 auto; padding: 74px 24px; }
.block-alt { position: relative; }
.block-alt::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(800px 420px at 50% 0%, rgba(72, 215, 195, .05), transparent 60%);
}

.block-head { margin-bottom: 44px; }
.kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .16em;
  font: 500 11px "JetBrains Mono", monospace;
}
.kicker::before { content: ""; width: 36px; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); }

.block-title {
  margin-top: 15px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  letter-spacing: -.03em;
  line-height: 1.02;
}
.block-title em {
  font-style: normal;
  background: linear-gradient(100deg, var(--gold), var(--teal));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.block-sub {
  color: var(--muted);
  max-width: 560px;
  margin-top: 13px;
  font-size: 15px;
  line-height: 1.6;
}

/* ── focus cards ─────────────────────────────────────────── */
.focus-card {
  position: relative;
  background: linear-gradient(180deg, #111111, #0a0a0a);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 18px;
  overflow: hidden;
  transition: transform .25s, border-color .25s, box-shadow .25s;
}
.focus-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), rgba(255, 208, 87, .05));
}
.focus-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 208, 87, .35);
  box-shadow: 0 24px 55px -30px rgba(255, 208, 87, .3);
}

.fc-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; }
.fc-logo { width: 118px; height: auto; }
.fc-banner { width: 118px; height: auto; border-radius: 8px; border: 1px solid var(--line); }
.fc-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 208, 87, .35);
  background: rgba(255, 208, 87, .08);
  color: var(--gold);
  font: 500 9px "JetBrains Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.focus-card h3 { font-family: "Sora", sans-serif; font-size: 25px; letter-spacing: -.02em; margin-bottom: 10px; }
.fc-desc { color: var(--muted); font-size: 14px; line-height: 1.65; max-width: 62ch; }
.fc-desc em { color: var(--gold); font-family: "JetBrains Mono", monospace; font-size: 12.5px; font-style: italic; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.chips span {
  padding: 4px 10px;
  border-radius: 7px;
  border: 1px solid var(--line);
  color: #9a9a9a;
  font: 500 10px "JetBrains Mono", monospace;
}

.ownership-strip {
  border: 1px solid rgba(255, 208, 87, .3);
  border-left: 3px solid var(--gold);
  border-radius: 10px;
  background: rgba(255, 208, 87, .06);
  color: #c9c3ac;
  margin-bottom: 18px;
  padding: 11px 13px;
  font-size: 12.5px;
  line-height: 1.5;
}
.ownership-strip .os-label {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 9px;
  font-family: "JetBrains Mono", monospace;
  margin-bottom: 4px;
}
.ownership-strip b { color: var(--ink); font-weight: 600; }
.ownership-strip a { color: var(--gold); border-bottom: 1px dotted rgba(255, 208, 87, .45); }
.ownership-strip a:hover { color: var(--ink); }

.fc-actions, .eco-links { display: flex; flex-wrap: wrap; gap: 9px; }
.btn-sm {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: 9px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, .02);
  color: var(--muted);
  font: 500 11px "JetBrains Mono", monospace;
  transition: color .18s, border-color .18s, background .18s;
}
.btn-sm:hover { color: #0c0c0c; background: var(--gold); border-color: var(--gold); }

/* ── ecosystem grid ──────────────────────────────────────── */
.eco-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.eco-card {
  background: linear-gradient(180deg, #101010, #0a0a0a);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform .22s, border-color .22s;
}
.eco-card:hover { border-color: rgba(72, 215, 195, .35); transform: translateY(-3px); }
.eco-ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 208, 87, .1);
  border: 1px solid rgba(255, 208, 87, .2);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-size: 17px;
}
.eco-card h3 { font-family: "Sora", sans-serif; font-size: 19px; letter-spacing: -.02em; }
.eco-card p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.eco-role {
  color: var(--dim);
  border-left: 2px solid var(--teal);
  margin-top: auto;
  padding: 8px 10px;
  background: rgba(72, 215, 195, .05);
  font: 500 10px/1.5 "JetBrains Mono", monospace;
}
.eco-links { margin-top: 6px; }

/* ── status pills ────────────────────────────────────────── */
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  padding: 3px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .09em;
  font: 700 9px "JetBrains Mono", monospace;
}
.status-pill .sdot {
  width: 6px;
  height: 6px;
  background: currentColor;
  box-shadow: none;
  animation: none;
}
.status-active { color: var(--teal); background: rgba(72, 215, 195, .1); border: 1px solid rgba(72, 215, 195, .28); }
.status-featured { color: var(--gold); background: rgba(255, 208, 87, .1); border: 1px solid rgba(255, 208, 87, .3); }
.status-upcoming { color: var(--red); background: rgba(240, 120, 122, .1); border: 1px solid rgba(240, 120, 122, .3); }
.status-released { color: var(--muted); background: rgba(148, 163, 184, .08); border: 1px solid var(--line); }

/* ── project log ─────────────────────────────────────────── */
.filter-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.filter-tabs button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 15px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, .02);
  color: var(--muted);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .09em;
  font: 700 10px "JetBrains Mono", monospace;
  transition: color .18s, background .18s, border-color .18s;
}
.filter-tabs button b { color: var(--gold); font-weight: 700; }
.filter-tabs button:hover { color: var(--ink); border-color: var(--gold); }
.filter-tabs .filter-active { background: var(--gold); color: #0c0c0c; border-color: var(--gold); }
.filter-tabs .filter-active b { color: inherit; }

.project-panel {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(10, 10, 10, .55);
  overflow: hidden;
}
.project-row {
  display: grid;
  grid-template-columns: 44px 1fr auto 46px;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  transition: background .2s;
}
.project-row:last-child { border-bottom: 0; }
.project-row:hover { background: rgba(255, 208, 87, .045); }
.featured-row { background: linear-gradient(90deg, rgba(255, 208, 87, .05), transparent 34%); }

.row-index { color: var(--dim); align-self: start; padding-top: 4px; font: 600 12px "JetBrains Mono", monospace; }

.project-heading { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.project-heading h3 { font-family: "Sora", sans-serif; font-size: 17px; letter-spacing: -.015em; }
.project-info p { color: var(--muted); max-width: 680px; margin: 6px 0 9px; font-size: 12.5px; line-height: 1.5; }
.tag-featured {
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid rgba(255, 208, 87, .35);
  background: rgba(255, 208, 87, .08);
  color: var(--gold);
  font: 700 8px "JetBrains Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.tag-collab {
  color: var(--teal);
  border: 1px solid rgba(72, 215, 195, .3);
  padding: 3px 9px;
  border-radius: 999px;
  font: 700 8px "JetBrains Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.project-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.project-meta span {
  color: #757575;
  padding: 2px 8px;
  border-radius: 6px;
  border: 1px solid var(--line);
  font: 500 9px "JetBrains Mono", monospace;
}

.project-status { display: flex; justify-content: flex-end; }
.repo-links { display: flex; justify-content: center; }
.repo-link {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  border: 1px solid var(--line-strong);
  color: var(--muted);
  font-size: 16px;
  transition: color .18s, background .18s, border-color .18s, transform .18s;
}
.repo-link:hover { color: #0c0c0c; background: var(--gold); border-color: var(--gold); transform: rotate(6deg); }

.source-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--dim);
  font: 500 10px "JetBrains Mono", monospace;
}
.source-note a { color: var(--muted); border-bottom: 1px dotted rgba(148, 163, 184, .4); }
.source-note a:hover { color: var(--gold); border-color: var(--gold); }

/* ── about ───────────────────────────────────────────────── */
.about-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: start;
}
.about-copy p { color: var(--muted); margin-bottom: 17px; font-size: 15.5px; line-height: 1.65; }
.about-copy b { color: var(--ink); font-weight: 600; }

.about-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.about-facts span {
  padding: 6px 11px;
  border-radius: 8px;
  border: 1px solid var(--line);
  color: #9a9a9a;
  font: 500 10px "JetBrains Mono", monospace;
}

.skills-block { border-left: 2px solid var(--gold); padding-left: 20px; }
.skills-head {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 18px;
  font: 700 11px "JetBrains Mono", monospace;
}
.xp-row { margin-bottom: 16px; }
.xp-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 7px; }
.xp-name { color: var(--ink); font-size: 13px; font-weight: 500; }
.xp-amt { color: var(--gold); font: 700 10px "JetBrains Mono", monospace; }

/* XP bar (minecraft style) */
.xp-track {
  height: 15px;
  border-radius: 999px;
  background: #0a0a0a;
  border: 1px solid var(--line-strong);
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .6);
}
.xp-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #55bd4f, #8ae84f);
  position: relative;
  box-shadow: 0 0 14px rgba(87, 216, 91, .5);
  transform-origin: left;
}
.xp-fill.notched::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, transparent 0 7px, rgba(0, 0, 0, .28) 7px 8px);
}
.skills-block.visible .xp-fill { animation: xp-in 1.2s cubic-bezier(.23, 1, .32, 1) both; }

/* ── links ───────────────────────────────────────────────── */
.links-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.big-link {
  background: linear-gradient(180deg, #101010, #0a0a0a);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  overflow: hidden;
  transition: transform .22s, border-color .22s, box-shadow .22s;
}
.big-link::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 208, 87, .1), transparent 70%);
  pointer-events: none;
}
.big-link:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 208, 87, .4);
  box-shadow: 0 22px 50px -30px rgba(255, 208, 87, .35);
}
.big-link .bl-ico { font-size: 24px; color: var(--gold); }
.big-link .bl-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.03em;
}
.big-link small {
  color: var(--dim);
  text-transform: uppercase;
  letter-spacing: .09em;
  font: 500 9px "JetBrains Mono", monospace;
}
.big-link:hover small { color: rgba(8, 11, 20, .6); }
.big-link .bl-arrow { align-self: flex-end; color: var(--muted); font-size: 13px; }

/* ── footer ──────────────────────────────────────────────── */
footer {
  border-top: 1px solid var(--line);
  padding: 28px 24px 38px;
  text-align: center;
  color: var(--dim);
  font: 500 10px "JetBrains Mono", monospace;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.foot-mark { display: inline-flex; align-items: center; gap: 9px; font-family: "Sora", sans-serif; font-size: 14px; font-weight: 700; color: var(--ink); }
.foot-mark img { width: 26px; height: 26px; border-radius: 8px; border: 1px solid var(--line-strong); }
footer a { color: var(--muted); }
footer a:hover { color: var(--gold); }

/* ── reveal ──────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── keyframes ───────────────────────────────────────────── */
@keyframes carrot { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
@keyframes dot-blink { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
@keyframes xp-in { from { transform: scaleX(0); } to { transform: scaleX(1); } }

/* ── responsive ──────────────────────────────────────────── */
@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; gap: 40px; padding-top: 84px; }
  .server-card { max-width: 430px; }
  .links-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 88px; }
  .topbar { top: 10px; }
  .topbar-inner { gap: 14px; }
  .nav-gh span { display: none; }
  .nav-gh { padding: 9px 10px; }
  .menu-button { display: grid; }

  .nav-links {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    min-width: 210px;
    background: rgba(10, 10, 10, .97);
    border: 1px solid var(--line-strong);
    border-radius: 16px;
    padding: 10px;
    display: none;
    box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .9);
  }
  .nav-links.nav-open { display: flex; }
  .nav-links a { padding: 10px 12px; border-radius: 10px; text-align: center; }
  .nav-links a:hover { background: rgba(255, 208, 87, .08); }

  .hero { padding: 72px 20px 70px; }
  h1 { margin-bottom: 20px; }
  .block { padding: 60px 20px; }
  .block-head { margin-bottom: 32px; }

  .fc-top { flex-direction: column; align-items: flex-start; }
  .fc-logo, .fc-banner { width: 100%; }

  .project-row { grid-template-columns: 30px 1fr 40px; align-items: start; gap: 10px; }
  .project-status { grid-column: 2/3; justify-content: flex-start; }
  .repo-links { grid-area: 1/3/span 2; align-items: start; }
  .project-info p { font-size: 12px; }

  .links-grid { grid-template-columns: 1fr; gap: 10px; }
  .big-link { min-height: 120px; }
  .about-grid { gap: 34px; }
  footer { padding: 24px 20px 32px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}