:root {
  --bg: #0b0b0c;
  --surface: #121214;
  --surface-2: #18181b;
  --line: rgba(255, 255, 255, .1);
  --line-bright: rgba(255, 255, 255, .2);
  --text: #f5f5f4;
  --muted: #929298;
  --violet: #9b87f5;
  --blue: #55b7ff;
  --mint: #7ee8c5;
  --pink: #f39aca;
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: var(--mono);
  font-size: 14px;
  line-height: 1.5;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.fluid-cursor { position: fixed; inset: 0; z-index: 1; width: 100%; height: 100%; pointer-events: none; }
.fluid-cursor canvas { width: 100vw; height: 100vh; display: block; }
main, .header, .footer { position: relative; z-index: 2; }
.page-grid {
  position: fixed;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, #000 0, transparent 820px);
}
.page-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 12%, rgba(114, 91, 238, .16), transparent 35%);
}
.header {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 50;
  transition: transform .35s cubic-bezier(.4, 0, .2, 1);
}
.header.hidden { transform: translateY(-140%); }
.nav {
  min-height: 62px;
  padding: 9px 10px 9px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 15px;
  background: rgba(12, 12, 14, .68);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
  backdrop-filter: blur(34px) saturate(1.7);
}
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; font-weight: 700; letter-spacing: -.06em; font-size: 18px; }
.brand-glyph { width: 28px; height: 28px; position: relative; display: inline-block; }
.brand-glyph i { position: absolute; left: 2px; width: 24px; height: 10px; border: 2px solid #fff; border-radius: 50%; background: #111; }
.brand-glyph i:nth-child(1) { top: 1px; }
.brand-glyph i:nth-child(2) { top: 8px; }
.brand-glyph i:nth-child(3) { top: 15px; }
.nav-links { position: absolute; left: 50%; transform: translateX(-50%); display: flex; gap: 3px; }
.nav-links a { padding: 8px 12px; border-radius: 8px; color: rgba(255, 255, 255, .56); text-decoration: none; font-size: 12px; white-space: nowrap; transition: .2s ease; }
.nav-links a:hover { color: #fff; background: rgba(255, 255, 255, .06); }
.nav-actions { display: flex; align-items: center; gap: 5px; }
.button { min-height: 40px; padding: 0 18px; border: 1px solid transparent; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; color: #fff; background: none; text-decoration: none; cursor: pointer; font-size: 12px; font-weight: 600; transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-white { color: #0c0c0d; background: rgba(255, 255, 255, .94); }
.button-white:hover { background: #fff; box-shadow: 0 12px 34px rgba(255, 255, 255, .12); }
.button-ghost { color: rgba(255, 255, 255, .64); }
.button-ghost:hover, .button-glass:hover { color: #fff; background: rgba(255, 255, 255, .08); }
.button-glass { border-color: rgba(255, 255, 255, .15); background: rgba(255, 255, 255, .045); backdrop-filter: blur(15px); }
.button-large { min-height: 52px; padding: 0 25px; border-radius: 12px; }
.menu-toggle { display: none; border: 0; background: none; width: 40px; height: 40px; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; height: 1px; margin: 6px 0; background: #fff; transition: .3s ease; }

.hero { position: relative; min-height: 880px; padding: 225px 20px 120px; text-align: center; display: flex; flex-direction: column; align-items: center; overflow: visible; }
.hero::before { content: ""; position: absolute; top: 105px; left: 50%; width: 820px; height: 520px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(ellipse, rgba(125, 89, 244, .17), rgba(54, 122, 225, .08) 40%, transparent 70%); filter: blur(18px); z-index: -1; }
.hero-orb { --rx: 0deg; --ry: 0deg; position: absolute; top: 120px; left: 50%; width: 440px; height: 300px; opacity: .66; transform: translateX(-50%) perspective(700px) rotateX(var(--rx)) rotateY(var(--ry)); transition: transform .18s ease-out; z-index: -1; }
.orb-core { position: absolute; inset: 88px 158px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #e8e2ff, #8c75f2 28%, #375ec0 58%, #13151d 74%); box-shadow: 0 0 70px rgba(132, 105, 255, .44), inset -18px -18px 40px rgba(0, 0, 0, .45); animation: breathe 5s ease-in-out infinite; }
.orb-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(207, 200, 255, .28); border-radius: 50%; transform: translate(-50%, -50%) rotate(-10deg); }
.orb-ring-one { width: 410px; height: 124px; animation: ring 16s linear infinite; }
.orb-ring-two { width: 270px; height: 245px; animation: ringReverse 20s linear infinite; }
.orb-node { position: absolute; padding: 6px 9px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 7px; background: rgba(18, 18, 22, .75); color: rgba(255, 255, 255, .65); font-size: 9px; box-shadow: 0 10px 30px #0005; backdrop-filter: blur(12px); }
.node-one { left: 25px; top: 100px; animation: float 4s ease-in-out infinite; }
.node-two { right: 13px; bottom: 58px; animation: float 5s .5s ease-in-out infinite reverse; }
.status-pill { padding: 7px 12px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 100px; color: rgba(255, 255, 255, .58); background: rgba(255, 255, 255, .035); font-size: 9px; letter-spacing: .12em; }
.live-dot { width: 6px; height: 6px; display: inline-block; flex: 0 0 auto; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(126, 232, 197, .08), 0 0 13px rgba(126, 232, 197, .7); }
.hero h1 { max-width: 1040px; margin: 27px 0 24px; font-size: clamp(49px, 7.2vw, 100px); line-height: 1.02; letter-spacing: -.085em; font-weight: 700; }
h1 em, h2 em { color: transparent; background: linear-gradient(90deg, #fff 2%, #aaa0fb 43%, #65c3ff 95%); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.hero-copy { max-width: 680px; margin: 0; color: rgba(255, 255, 255, .48); font-size: 16px; line-height: 1.7; letter-spacing: -.025em; }
.hero-actions { margin-top: 35px; display: flex; gap: 11px; }
.hero-proof { margin-top: 72px; display: flex; align-items: center; gap: 18px; color: rgba(255, 255, 255, .35); font-size: 10px; }
.hero-proof b { color: #fff; font-size: 15px; }
.hero-proof i { width: 3px; height: 3px; border-radius: 50%; background: rgba(255, 255, 255, .25); }

.marquee { width: 100%; overflow: hidden; padding: 17px 0; border-block: 1px solid var(--line); background: rgba(255, 255, 255, .018); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 32px; color: rgba(255, 255, 255, .34); font-size: 10px; letter-spacing: .13em; animation: marquee 30s linear infinite; }
.marquee-track b { color: var(--violet); font-size: 9px; }
.metrics { margin-top: 80px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, .025); overflow: hidden; }
.metrics article { min-height: 230px; padding: 27px; position: relative; display: flex; flex-direction: column; }
.metrics article + article { border-left: 1px solid var(--line); }
.metrics article > span, .card-number { color: rgba(255, 255, 255, .35); font-size: 9px; letter-spacing: .1em; }
.metrics strong { margin-top: auto; font-size: clamp(44px, 5vw, 70px); line-height: 1; letter-spacing: -.08em; }
.metrics p { max-width: 280px; min-height: 38px; margin: 15px 0 0; color: var(--muted); font-size: 11px; }

.section { padding-top: 150px; padding-bottom: 150px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.kicker { color: rgba(255, 255, 255, .38); font-size: 9px; letter-spacing: .13em; }
.section-heading h2, .connect h2 { margin: 19px 0 0; font-size: clamp(39px, 5vw, 68px); line-height: 1.04; letter-spacing: -.075em; }
.section-heading p, .connect-copy p { max-width: 490px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.featured-meta { padding: 13px 2px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); color: rgba(255, 255, 255, .35); font-size: 9px; letter-spacing: .07em; }
.featured-meta span { display: flex; align-items: center; gap: 7px; }
.artifact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-top: 18px; }
.artifact-card, .card-skeleton { position: relative; min-height: 285px; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(145deg, rgba(255, 255, 255, .052), rgba(255, 255, 255, .018)); }
.artifact-card { --mx: 50%; --my: 50%; display: flex; flex-direction: column; color: inherit; text-decoration: none; transition: transform .28s ease, border-color .28s ease; }
.artifact-card::before, .spotlight-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0; background: radial-gradient(300px circle at var(--mx, 50%) var(--my, 50%), rgba(151, 126, 255, .14), transparent 65%); transition: opacity .3s; }
.artifact-card:hover::before, .spotlight-card:hover::before { opacity: 1; }
.artifact-card:hover { transform: translateY(-5px); border-color: rgba(155, 135, 245, .45); }
.artifact-top { display: flex; align-items: center; justify-content: space-between; }
.artifact-type { padding: 6px 8px; border: 1px solid rgba(155, 135, 245, .24); border-radius: 6px; color: #c0b5ff; background: rgba(155, 135, 245, .08); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.artifact-rank { color: rgba(255, 255, 255, .22); font-size: 10px; }
.artifact-card h3 { margin: 27px 0 11px; font-size: 18px; letter-spacing: -.045em; overflow-wrap: anywhere; }
.artifact-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.artifact-tags { margin-top: 17px; display: flex; gap: 6px; flex-wrap: wrap; }
.artifact-tags span { color: rgba(255, 255, 255, .42); font-size: 8px; }
.artifact-footer { margin-top: auto; padding-top: 24px; display: flex; justify-content: space-between; align-items: end; border-top: 1px solid rgba(255, 255, 255, .06); }
.artifact-score strong { display: block; color: var(--mint); font-size: 16px; }
.artifact-score small, .artifact-proof { color: rgba(255, 255, 255, .32); font-size: 8px; }
.artifact-proof { text-align: right; line-height: 1.7; }
.artifact-proof b { display: block; color: rgba(255, 255, 255, .64); font-weight: 500; }
.card-skeleton { background: linear-gradient(100deg, #121214 20%, #1c1c20 40%, #121214 60%); background-size: 200% 100%; animation: shimmer 1.7s infinite; }
.empty { grid-column: 1 / -1; min-height: 180px; display: grid; place-items: center; color: var(--muted); border: 1px solid var(--line); border-radius: 17px; }

.why { position: relative; background: #0f0f11; border-block: 1px solid var(--line); }
.bento-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 12px; }
.bento-card { --mx: 50%; --my: 50%; position: relative; min-height: 400px; padding: 26px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 255, 255, .025); }
.bento-wide { grid-row: span 2; min-height: 812px; }
.bento-card > div:last-child { margin-top: auto; position: relative; z-index: 1; }
.bento-card h3 { margin: 0 0 12px; font-size: 23px; letter-spacing: -.055em; }
.bento-card p { max-width: 480px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.visual-map { position: relative; width: 420px; height: 420px; margin: 75px auto; border: 1px solid rgba(255, 255, 255, .08); border-radius: 50%; animation: slowSpin 28s linear infinite; }
.visual-map::before, .visual-map::after { content: ""; position: absolute; inset: 70px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 50%; }
.visual-map::after { inset: 140px; background: radial-gradient(circle, rgba(155, 135, 245, .25), rgba(155, 135, 245, .04) 55%, transparent 60%); }
.visual-map span { position: absolute; z-index: 2; padding: 8px 10px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 7px; color: rgba(255, 255, 255, .56); background: #161619; font-size: 9px; }
.visual-map .map-center { left: 50%; top: 50%; transform: translate(-50%, -50%); color: #fff; border-color: rgba(155, 135, 245, .55); }
.visual-map span:nth-child(2) { top: -13px; left: 45%; }
.visual-map span:nth-child(3) { right: -24px; top: 48%; }
.visual-map span:nth-child(4) { bottom: 17px; left: 8%; }
.visual-map span:nth-child(5) { top: 27%; left: -22px; }
.score-orbit { width: 180px; height: 180px; margin: 28px auto; border: 1px solid rgba(126, 232, 197, .22); border-radius: 50%; display: grid; place-items: center; align-content: center; background: radial-gradient(circle, rgba(126, 232, 197, .12), transparent 68%); box-shadow: 0 0 0 28px rgba(126, 232, 197, .025), 0 0 0 60px rgba(126, 232, 197, .015); }
.score-orbit strong { font-size: 47px; letter-spacing: -.08em; }
.score-orbit span { color: var(--mint); font-size: 8px; }
.terminal-mini { margin: 28px 0 38px; padding: 19px; display: grid; gap: 13px; border: 1px solid var(--line); border-radius: 11px; background: #09090a; font-size: 10px; }
.terminal-mini span { color: var(--blue); }
.terminal-mini b { color: rgba(255, 255, 255, .7); }
.terminal-mini i { color: rgba(255, 255, 255, .3); font-style: normal; }

.connect-panel { --mx: 50%; --my: 50%; position: relative; padding: 70px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; overflow: hidden; border: 1px solid rgba(155, 135, 245, .25); border-radius: 24px; background: linear-gradient(135deg, rgba(120, 91, 237, .15), rgba(37, 51, 92, .14) 45%, rgba(255, 255, 255, .025)); }
.connect-panel::after { content: ""; position: absolute; right: -100px; top: -160px; width: 470px; height: 470px; border: 1px solid rgba(255, 255, 255, .06); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255, 255, 255, .015), 0 0 0 140px rgba(255, 255, 255, .009); }
.connect-copy { position: relative; z-index: 1; }
.connect-copy p { margin: 27px 0 30px; }
.code-window { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(255, 255, 255, .1); border-radius: 15px; background: rgba(7, 7, 8, .86); box-shadow: 0 30px 70px rgba(0, 0, 0, .32); }
.code-head { height: 45px; padding: 0 16px; display: flex; align-items: center; border-bottom: 1px solid var(--line); color: rgba(255, 255, 255, .31); font-size: 9px; }
.code-head > span { display: flex; gap: 5px; margin-right: 14px; }
.code-head i { width: 6px; height: 6px; border-radius: 50%; background: #56565c; }
.code-head i:first-child { background: #9b87f5; }
.code-head b { margin-left: auto; color: var(--mint); font-size: 8px; font-weight: 500; }
pre { margin: 0; padding: 28px; overflow: auto; color: rgba(255, 255, 255, .6); font: 11px/1.85 var(--mono); }
pre em { color: #b6a9ff; font-style: normal; }
pre strong { color: #fff; font-weight: 500; }
pre span { color: #74c7ff; }
.code-foot { padding: 13px 17px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: rgba(255, 255, 255, .25); font-size: 8px; }

.footer { min-height: 115px; padding-block: 28px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; border-top: 1px solid var(--line); color: rgba(255, 255, 255, .32); font-size: 9px; }
.footer p { margin: 0; }
.footer > span { text-align: right; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; padding: 20px; display: flex; align-items: center; justify-content: center; visibility: hidden; opacity: 0; background: rgba(0, 0, 0, .7); backdrop-filter: blur(18px); transition: opacity .25s, visibility .25s; }
.modal-backdrop.open { visibility: visible; opacity: 1; }
.modal { width: min(480px, 100%); max-height: min(760px, calc(100vh - 32px)); padding: 35px; position: relative; overflow: auto; border: 1px solid var(--line-bright); border-radius: 20px; background: #121214; box-shadow: 0 30px 100px rgba(0, 0, 0, .6); transform: translateY(16px) scale(.98); transition: transform .25s; }
.modal-backdrop.open .modal { transform: none; }
.modal-close { position: absolute; top: 14px; right: 16px; width: 36px; height: 36px; border: 0; border-radius: 8px; color: rgba(255, 255, 255, .48); background: transparent; cursor: pointer; font-size: 23px; }
.modal-close:hover { color: #fff; background: rgba(255, 255, 255, .06); }
.modal h2 { margin: 11px 0 13px; font-size: 31px; line-height: 1.12; letter-spacing: -.065em; }
.modal h2 em { font-style: normal; color: #b4a5ff; }
.modal > div > p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.social-auth { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.social-button { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--line); border-radius: 10px; color: #fff; background: rgba(255, 255, 255, .035); text-decoration: none; font-size: 11px; transition: .2s; }
.social-button:hover { border-color: var(--line-bright); background: rgba(255, 255, 255, .07); }
.social-button svg { width: 17px; height: 17px; }
.divider-label { margin: 20px 0; display: flex; align-items: center; gap: 12px; color: rgba(255, 255, 255, .26); font-size: 8px; }
.divider-label::before, .divider-label::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.form { display: grid; gap: 13px; }
.form label { color: rgba(255, 255, 255, .5); font-size: 9px; }
.form input { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 9px; outline: 0; color: #fff; background: #0b0b0c; font-size: 11px; transition: border-color .2s, box-shadow .2s; }
.form input:focus { border-color: rgba(155, 135, 245, .65); box-shadow: 0 0 0 3px rgba(155, 135, 245, .09); }
.form .button { width: 100%; margin-top: 7px; }
.modal-switch { margin-top: 19px; text-align: center; color: rgba(255, 255, 255, .34); font-size: 10px; }
.text-button { border: 0; color: #b4a5ff; background: none; cursor: pointer; font-size: 10px; }
.token-box, .config-box { margin-top: 17px; padding: 15px; border: 1px solid var(--line); border-radius: 9px; background: #080809; font-size: 9px; line-height: 1.65; overflow-wrap: anywhere; white-space: pre-wrap; }
.token-box { color: var(--mint); }
.config-box { max-height: 190px; overflow: auto; color: rgba(255, 255, 255, .58); }
.account-badge { display: flex; align-items: center; gap: 9px; color: rgba(255, 255, 255, .72); }
.account-badge i { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; color: #0b0b0c; background: var(--mint); font-style: normal; font-size: 10px; font-weight: 700; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 150; max-width: 340px; padding: 14px 18px; border: 1px solid var(--line-bright); border-radius: 10px; color: #fff; background: rgba(20, 20, 23, .95); box-shadow: 0 20px 55px #0008; opacity: 0; transform: translateY(14px); pointer-events: none; font-size: 10px; transition: .25s; }
.toast.show { opacity: 1; transform: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2, .75, .25, 1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes breathe { 50% { transform: scale(1.08); filter: saturate(1.2); } }
@keyframes ring { to { transform: translate(-50%, -50%) rotate(350deg); } }
@keyframes ringReverse { to { transform: translate(-50%, -50%) rotate(-370deg); } }
@keyframes float { 50% { transform: translateY(-9px); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes slowSpin { to { transform: rotate(360deg); } }
@keyframes shimmer { to { background-position: -200% 0; } }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .menu-toggle { display: block; }
  .nav.menu-open { align-items: flex-start; flex-wrap: wrap; }
  .nav.menu-open .nav-links { position: static; order: 4; width: 100%; margin-top: 10px; padding: 12px 0 3px; transform: none; display: flex; flex-direction: column; border-top: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .artifact-grid { grid-template-columns: repeat(2, 1fr); }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-wide { grid-row: auto; min-height: 650px; }
  .connect-panel { grid-template-columns: 1fr; gap: 50px; padding: 50px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 560px); }
  .header { top: 8px; }
  .nav { min-height: 56px; padding-left: 14px; }
  .nav-actions .login-trigger { display: none; }
  .nav-actions { margin-left: auto; }
  .nav-actions .register-trigger { min-height: 36px; padding: 0 10px; }
  .menu-toggle { width: 34px; flex: 0 0 34px; padding-inline: 7px; }
  .hero { min-height: 780px; padding-top: 190px; }
  .hero::before { width: 560px; }
  .hero-orb { top: 105px; width: 330px; transform: translateX(-50%); }
  .orb-ring-one { width: 320px; }
  .orb-ring-two { width: 220px; }
  .orb-core { inset: 100px 120px; }
  .orb-node { display: none; }
  .hero h1 { width: 100%; font-size: clamp(38px, 11vw, 46px); letter-spacing: -.075em; }
  .hero-copy { width: 100%; font-size: 12px; }
  .hero-actions { width: min(100%, 340px); flex-direction: column; }
  .hero-proof { max-width: 310px; margin-top: 50px; gap: 10px; flex-wrap: wrap; justify-content: center; }
  .metrics { grid-template-columns: 1fr; }
  .metrics article { min-height: 190px; }
  .metrics article + article { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding-top: 105px; padding-bottom: 105px; }
  .artifact-grid { grid-template-columns: 1fr; }
  .featured-meta { gap: 15px; align-items: flex-start; }
  .featured-meta span:last-child { display: none; }
  .bento-wide { min-height: 570px; }
  .visual-map { width: 290px; height: 290px; margin: 70px auto; }
  .visual-map::before { inset: 50px; }
  .visual-map::after { inset: 100px; }
  .connect-panel { padding: 32px 20px; }
  .code-window { margin-inline: -7px; }
  pre { padding: 20px 15px; font-size: 8px; }
  .footer { grid-template-columns: 1fr auto; }
  .footer p { display: none; }
  .social-auth { grid-template-columns: 1fr; }
  .modal { padding: 30px 22px; }
}

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