:root {
  color-scheme: dark;
  font-family: Inter, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  color: #eef2ff;
  background: #070910;
  font-synthesis: none;
  --bg: #070910;
  --panel: rgba(14, 18, 30, .88);
  --line: rgba(255, 255, 255, .085);
  --muted: #838ca0;
  --blue: #718cff;
  --cyan: #4ed6ff;
  --green: #42dfa0;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; font-size: 15px; line-height: 1.5; background: radial-gradient(circle at 72% 3%, rgba(87, 109, 255, .2), transparent 29%), radial-gradient(circle at 0 55%, rgba(49, 199, 255, .07), transparent 24%), var(--bg); }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
a { color: inherit; text-decoration: none; }
.shell { max-width: 1380px; margin: 0 auto; padding: 0 44px; position: relative; }
header { height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; color: white; font-weight: 900; font-size: 18px; background: linear-gradient(145deg, #8aacff, #5369e8); box-shadow: 0 0 28px rgba(89, 123, 255, .32); transform: skew(-5deg); }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; gap: 5px; }
.brand b { font-size: 15px; letter-spacing: .18em; }
.brand small { color: var(--muted); font-size: 9px; letter-spacing: .14em; }
.status { display: flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid rgba(66,223,160,.22); border-radius: 99px; color: var(--green); background: rgba(66,223,160,.07); font: 700 10px/1 ui-monospace, monospace; letter-spacing: .12em; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 10px currentColor; }
.hero { min-height: 510px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line); }
.eyebrow, .section-head > div > span { color: #9aa4b8; font: 700 11px/1.2 ui-monospace, monospace; letter-spacing: .18em; }
.eyebrow span { margin-right: 10px; padding: 4px 6px; color: var(--green); border: 1px solid rgba(66,223,160,.25); background: rgba(66,223,160,.08); border-radius: 4px; }
h1 { max-width: 850px; margin: 28px 0 24px; font-size: clamp(50px, 5.4vw, 78px); font-weight: 730; line-height: .98; letter-spacing: -.055em; }
h1 em { color: transparent; font-style: normal; background: linear-gradient(90deg, #8ca8ff, #55d7ff); background-clip: text; -webkit-background-clip: text; }
.hero > p { max-width: 690px; margin: 0; color: #929caf; font-size: 16px; line-height: 1.85; }
.network { width: 390px; height: 390px; position: absolute; right: 0; display: grid; place-items: center; }
.network::before, .network::after { content: ''; position: absolute; inset: 9%; border-left: 1px solid rgba(112,140,255,.11); transform: translateX(50%); }
.network::after { transform: rotate(90deg) translateX(50%); transform-origin: center; }
.orbit { position: absolute; border: 1px solid rgba(112,140,255,.19); border-radius: 50%; }
.orbit-one { inset: 7%; } .orbit-two { inset: 27%; }
.network-core { width: 90px; height: 90px; z-index: 2; display: grid; place-items: center; align-content: center; border-radius: 50%; color: #c3d0ff; background: radial-gradient(circle, rgba(75,109,255,.32), rgba(16,23,48,.9)); border: 1px solid rgba(126,163,255,.4); box-shadow: 0 0 65px rgba(72,112,255,.3); font: 900 26px/1 ui-monospace, monospace; }
.network-core small { margin-top: 7px; color: var(--green); font-size: 7px; letter-spacing: .2em; }
.node { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.n1 { top: 15%; left: 50%; } .n2 { right: 15%; top: 39%; } .n3 { bottom: 18%; right: 29%; } .n4 { bottom: 23%; left: 22%; } .n5 { top: 30%; left: 15%; }
.projects { padding: 72px 0 20px; }
.section-head { margin-bottom: 25px; display: flex; align-items: flex-end; justify-content: space-between; }
.section-head h2 { margin: 7px 0 0; font-size: 31px; letter-spacing: -.035em; }
.section-head p { margin: 0; color: #6f788a; font-size: 12px; }
.project-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.project-card { min-height: 310px; position: relative; overflow: hidden; padding: 23px; display: flex; flex-direction: column; justify-content: space-between; grid-column: span 2; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.project-card:nth-child(4) { grid-column: 2 / span 2; }
.project-card:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--accent) 45%, transparent); background: rgba(18, 24, 41, .95); }
.project-card::before { content: ''; position: absolute; width: 170px; height: 170px; top: -90px; right: -70px; border-radius: 50%; background: var(--accent); opacity: .09; filter: blur(7px); }
.eth { --accent: #8497ff; } .sol { --accent: #52e0c4; } .fomo { --accent: #ff5b64; } .bsc { --accent: #f3ba2f; } .elon { --accent: #60c8ff; }
.card-head { display: flex; align-items: flex-start; justify-content: space-between; }
.project-icon { width: 43px; height: 43px; display: grid; place-items: center; color: var(--accent); border: 1px solid color-mix(in srgb, var(--accent) 28%, transparent); border-radius: 10px; background: color-mix(in srgb, var(--accent) 9%, transparent); font: 800 18px ui-monospace, monospace; }
.tag { padding: 5px 7px; color: var(--accent); border: 1px solid color-mix(in srgb, var(--accent) 25%, transparent); border-radius: 4px; background: color-mix(in srgb, var(--accent) 6%, transparent); font: 700 9px ui-monospace, monospace; letter-spacing: .08em; }
.project-card small { color: #6f788b; font: 700 9px ui-monospace, monospace; letter-spacing: .14em; }
.project-card h3 { margin: 8px 0 10px; font-size: 24px; letter-spacing: -.03em; }
.project-card p { margin: 0; color: #8992a4; font-size: 13px; line-height: 1.75; }
.project-card footer { padding-top: 17px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.project-card footer span { color: #626b7d; font: 9px ui-monospace, monospace; }
.project-card footer b { color: var(--accent); font-size: 11px; }
.notice { margin: 56px 0 72px; padding: 18px 20px; display: flex; align-items: center; gap: 18px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.025); }
.notice span { padding: 6px 8px; color: var(--green); border: 1px solid rgba(66,223,160,.2); border-radius: 4px; font: 700 9px ui-monospace, monospace; }
.notice p { margin: 0; color: #7b8496; font-size: 12px; }
.page-footer { min-height: 100px; display: flex; align-items: center; gap: 30px; color: #616a7c; border-top: 1px solid var(--line); font-size: 11px; }
.page-footer p { margin-right: auto; }
@media (max-width: 1050px) {
  .network { opacity: .35; right: -90px; } .hero > *:not(.network) { position: relative; z-index: 2; }
  .project-grid { grid-template-columns: repeat(2, 1fr); } .project-card { grid-column: auto; } .project-card:nth-child(4) { grid-column: auto; }
}
@media (max-width: 680px) {
  .shell { padding: 0 16px; } header { height: 70px; } .status { font-size: 8px; padding: 9px 10px; }
  .hero { min-height: 500px; } .network { display: none; } h1 { font-size: 45px; }
  .project-grid { grid-template-columns: 1fr; } .project-card { min-height: 285px; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .notice { align-items: flex-start; flex-direction: column; }
  .page-footer { flex-wrap: wrap; padding: 24px 0; gap: 15px; } .page-footer p { width: 100%; order: 3; }
}
