:root {
  --ink: #f4f5fb;
  --muted: #9ba2b8;
  --dim: #5f6577;
  --line: rgba(255, 255, 255, 0.11);
  --panel: rgba(15, 18, 34, 0.78);
  --blue: #7192ff;
  --green: #7dffbc;
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; color: var(--ink); background: #070914; font-family: Manrope, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 20; top: 0; left: 20px; padding: 12px 16px; transform: translateY(-120%); border-radius: 0 0 12px 12px; color: #070914; background: #fff; font-weight: 800; transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.backdrop { position: fixed; z-index: -1; inset: 0; overflow: hidden; background: radial-gradient(circle at 50% -16%, #172755 0, #0b1024 33%, #070914 74%); }
.grid { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(178, 198, 255, .13) 1px, transparent 1px), linear-gradient(90deg, rgba(178, 198, 255, .13) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, black, transparent 68%); }
.orb { position: absolute; width: 38rem; aspect-ratio: 1; border-radius: 50%; filter: blur(90px); opacity: .19; }
.orb-one { top: 7rem; left: -21rem; background: #476bff; }
.orb-two { top: 30rem; right: -25rem; background: #c45cff; }
.orb-three { bottom: -26rem; left: 30%; background: #1ce2b2; opacity: .11; }
.beam { position: absolute; width: 2px; height: 50rem; opacity: .35; background: linear-gradient(transparent, #98aaff, transparent); transform: rotate(35deg); }
.beam-one { top: -19rem; left: 26%; }.beam-two { right: 15%; bottom: -30rem; transform: rotate(-40deg); }

.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 96px; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }.brand img { width: 40px; height: 40px; padding: 5px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.06); }.brand span { display: grid; gap: 1px; }.brand strong { font-size: 13px; letter-spacing: .17em; }.brand small, .index, .state, .kicker, .panel-top, .panel-foot { font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }.brand small { color: var(--dim); }
.site-header nav { display: flex; gap: 6px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: rgba(4, 7, 17, .34); }.site-header nav a { padding: 8px 12px; border-radius: 999px; color: var(--muted); font-size: 13px; font-weight: 700; }.site-header nav a:hover { color: var(--ink); background: rgba(255,255,255,.08); }.header-link { padding: 10px 14px; border: 1px solid rgba(151, 173, 255, .38); border-radius: 999px; color: #dce4ff; background: rgba(112, 143, 255, .11); font-size: 13px; font-weight: 800; }.header-link span { margin-left: 7px; color: var(--blue); }

.hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(270px, .62fr); align-items: center; min-height: 470px; gap: 54px; padding: 38px 0 54px; }.kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 14px; color: #aeb9dc; }.kicker i, .state i, .panel-foot i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); }.hero h1, h2 { margin: 0; letter-spacing: -.075em; }.hero h1 { max-width: 650px; font-size: clamp(3rem, 5.6vw, 5.5rem); line-height: .98; }.hero em, .about em { color: #8ba6ff; font-style: normal; text-shadow: 0 0 42px rgba(123, 152, 255, .32); }.intro { max-width: 590px; margin: 20px 0 0; color: var(--muted); font-size: clamp(.96rem, 1.35vw, 1.08rem); line-height: 1.65; }.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }.button { display: inline-flex; align-items: center; gap: 22px; min-height: 48px; padding: 0 18px 0 20px; border: 1px solid var(--line); border-radius: 15px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }.button:hover { transform: translateY(-3px); }.button-primary { color: #0a0d18; border-color: transparent; background: #e7ecff; box-shadow: 0 8px 36px rgba(104, 133, 255, .25); }.button-primary span { color: #536fc7; }.button-quiet { color: #d3d8e7; background: rgba(255,255,255,.045); }.button-quiet span { color: var(--blue); }

.signal-panel { position: relative; overflow: hidden; min-height: 310px; padding: 18px; border: 1px solid rgba(169, 188, 255, .22); border-radius: 24px; background: linear-gradient(135deg, rgba(42, 55, 107, .67), rgba(15, 18, 34, .63) 60%); box-shadow: 0 30px 90px rgba(0,0,0,.23), inset 0 1px 0 rgba(255,255,255,.10); }.signal-panel::after { position: absolute; right: -52px; bottom: -52px; width: 190px; height: 190px; border: 1px solid rgba(190, 208, 255, .18); border-radius: 50%; box-shadow: 0 0 0 24px rgba(190, 208, 255, .045), 0 0 0 48px rgba(190, 208, 255, .035); content: ""; }.panel-top, .panel-foot { display: flex; position: relative; z-index: 1; align-items: center; gap: 8px; color: #aeb9dc; }.panel-top b { margin-left: auto; color: var(--green); font-weight: 500; }.panel-mark { width: 9px; height: 9px; border: 2px solid var(--blue); transform: rotate(45deg); }.signal-number { position: relative; z-index: 1; margin-top: 34px; color: #eef1ff; font-size: clamp(5.5rem, 8.5vw, 7.3rem); font-weight: 700; line-height: .8; letter-spacing: -.1em; }.signal-panel > p { position: relative; z-index: 1; margin: 11px 0 0; color: #c7cde1; font-size: 13px; }.signal-lines { display: flex; position: absolute; right: 22px; bottom: 42px; align-items: end; gap: 5px; height: 70px; }.signal-lines span { width: 5px; border-radius: 7px; background: linear-gradient(#b9c9ff, #5472e5); box-shadow: 0 0 13px rgba(125,151,255,.5); }.signal-lines span:nth-child(1) { height: 27%; }.signal-lines span:nth-child(2) { height: 62%; }.signal-lines span:nth-child(3) { height: 42%; }.signal-lines span:nth-child(4) { height: 91%; }.signal-lines span:nth-child(5) { height: 56%; }.signal-lines span:nth-child(6) { height: 79%; }.panel-foot { position: absolute; right: 18px; bottom: 16px; left: 18px; justify-content: space-between; padding-top: 11px; border-top: 1px solid var(--line); color: var(--dim); }.panel-foot span:first-child { color: #9ba5c5; }

.project-section { padding: 38px 0 62px; }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 26px; }.section-heading h2, .about h2 { font-size: clamp(2.4rem, 4.4vw, 4.6rem); line-height: 1.04; }.section-heading > p { max-width: 410px; margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 380px; gap: 16px; }.project-card { --accent: #7192ff; position: relative; display: flex; overflow: hidden; flex-direction: column; min-width: 0; padding: 19px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(150deg, rgba(31, 37, 69, .78), rgba(11, 14, 27, .75)); box-shadow: inset 0 1px 0 rgba(255,255,255,.055); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }.project-card::before { position: absolute; top: -86px; right: -76px; width: 190px; height: 190px; border-radius: 50%; opacity: .28; background: var(--accent); filter: blur(35px); content: ""; }.project-card:hover { z-index: 1; border-color: color-mix(in srgb, var(--accent) 60%, white 15%); box-shadow: 0 18px 45px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.10); transform: translateY(-7px); }.feature-card { grid-row: span 2; padding: 25px; --accent: #6685ff; background: linear-gradient(140deg, rgba(43, 60, 137, .76), rgba(12, 16, 36, .88) 67%); }.card-top { display: flex; position: relative; z-index: 1; justify-content: space-between; align-items: center; gap: 10px; }.index { color: #b4bedb; }.state { display: inline-flex; align-items: center; gap: 7px; color: #ccffdf; }.state i { width: 6px; height: 6px; }.visual { position: relative; flex: 0 0 114px; margin: 23px 0 8px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 18px; background: rgba(2,4,13,.26); }.feature-card .visual { flex-basis: 180px; margin: 30px 0 18px; }.card-copy { position: relative; z-index: 1; }.card-copy h3 { margin: 0; font-size: 1.72rem; letter-spacing: -.055em; }.feature-card h3 { font-size: 2.75rem; }.card-copy p { margin: 9px 0 0; color: #b9c0d2; font-size: 14px; line-height: 1.58; }.feature-card .card-copy p { max-width: 490px; font-size: 15px; }.card-copy ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 17px 0 0; padding: 0; list-style: none; }.card-copy li { padding: 6px 9px; border: 1px solid rgba(180, 197, 255, .18); border-radius: 999px; color: #d8dff5; background: rgba(255,255,255,.055); font-size: 11px; font-weight: 700; }.open-link { display: flex; position: relative; z-index: 1; align-items: center; justify-content: space-between; min-height: 41px; margin-top: auto; padding: 0 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; color: #e9edff; background: rgba(255,255,255,.055); font-size: 12px; font-weight: 800; transition: background .2s ease; }.open-link:hover { background: rgba(255,255,255,.12); }.open-link span { color: var(--accent); font-size: 16px; }
.crown { --accent: #ffbd74; }.worldcup { --accent: #6ef0bb; }.wdv { --accent: #73e2ed; }.resume { --accent: #e9abff; }.timer { --accent: #ff759a; }
.visual-score { display: grid; place-items: center; background: radial-gradient(circle at 50% 50%, rgba(124,153,255,.32), transparent 50%), linear-gradient(110deg, rgba(255,255,255,.05), transparent); }.visual-score b { font-size: 5.2rem; letter-spacing: -.11em; color: #eef2ff; text-shadow: 0 0 30px rgba(126,155,255,.65); }.visual-score span { position: absolute; width: 44px; height: 44px; border: 1px solid rgba(200,213,255,.5); border-radius: 50%; }.visual-score span:first-child { top: 18px; left: 23%; }.visual-score span:last-child { right: 17%; bottom: 19px; width: 30px; height: 30px; background: #a6b8ff; box-shadow: 0 0 24px #7f9bff; }.visual-crown { display: grid; place-items: center; }.visual-crown span { position: relative; z-index: 1; color: #ffd89a; font-size: 5.2rem; text-shadow: 0 0 25px rgba(255,191,110,.6); }.visual-crown i { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #ffb560; box-shadow: 0 0 15px #ffb560; }.visual-crown i:nth-of-type(1) { top: 18px; left: 21%; }.visual-crown i:nth-of-type(2) { top: 60%; right: 21%; background: #ff6d90; }.visual-crown i:nth-of-type(3) { bottom: 17px; left: 35%; background: #e9b2ff; }.visual-ball { display: flex; align-items: center; justify-content: space-evenly; background: linear-gradient(135deg, rgba(52,210,139,.18), transparent); }.visual-ball span { font-size: 3.9rem; filter: drop-shadow(0 0 13px rgba(120,255,190,.45)); }.visual-ball b { font-family: "DM Mono", monospace; font-size: 2rem; color: #bcffdf; }.visual-stats { display: flex; align-items: end; justify-content: center; gap: 10px; padding: 20px; }.visual-stats i { width: 16px; border-radius: 7px 7px 3px 3px; background: linear-gradient(#b3fcff, #3ab5ca); box-shadow: 0 0 16px rgba(95,231,242,.32); }.visual-stats i:nth-child(1) { height: 28%; }.visual-stats i:nth-child(2) { height: 73%; }.visual-stats i:nth-child(3) { height: 52%; }.visual-stats i:nth-child(4) { height: 88%; }.visual-stats i:nth-child(5) { height: 39%; }.visual-resume { padding: 21px 16px; }.visual-resume span { display: block; height: 8px; margin: 9px 0; border-radius: 9px; background: rgba(255,255,255,.45); }.visual-resume span:nth-child(1) { width: 46%; }.visual-resume span:nth-child(2) { width: 74%; }.visual-resume span:nth-child(3) { width: 58%; }.visual-resume b { position: absolute; top: 15px; right: 17px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #eeb9ff; border-radius: 12px; color: #f4ceff; font-size: 12px; }.visual-timer { display: grid; align-content: center; padding-left: 18px; background: linear-gradient(120deg, rgba(255,57,111,.21), rgba(18,217,255,.11), rgba(253,225,82,.17)); }.visual-timer b { color: #fff; font-size: 3.5rem; line-height: .78; letter-spacing: -.09em; }.visual-timer span { margin-top: 8px; color: #ffe6ef; font: 10px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }.visual-timer i { position: absolute; right: 18px; width: 9px; height: 9px; border-radius: 50%; }.visual-timer i:nth-of-type(1) { top: 20px; background: #ff3c7c; }.visual-timer i:nth-of-type(2) { top: 37px; background: #15d9ff; }.visual-timer i:nth-of-type(3) { top: 54px; background: #ffe253; }.visual-timer i:nth-of-type(4) { top: 71px; background: #64f67a; }.visual-timer i:nth-of-type(5) { top: 88px; background: #8c5cff; }

.about { display: grid; grid-template-columns: .65fr 1.35fr; gap: 42px; margin-top: 18px; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(125deg, rgba(71,81,140,.27), rgba(10,13,25,.42)); }.about h2 { max-width: 680px; }.about > div { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(190px, .8fr); align-items: end; gap: 35px; }.about > div p { margin: 0 0 6px; color: var(--muted); font-size: 14px; line-height: 1.7; }.site-footer { display: flex; justify-content: space-between; padding: 36px 0 48px; color: var(--dim); font: 11px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .09em; }.site-footer a { color: #bbc5e5; }.site-footer a:hover { color: #fff; }
[data-reveal] { transition: opacity .55s ease, transform .55s ease; } [data-reveal].is-pending { opacity: 0; transform: translateY(20px); } [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 960px) { .hero { grid-template-columns: 1fr .65fr; gap: 32px; }.project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.feature-card { grid-row: span 1; }.feature-card .visual { flex-basis: 145px; }.about, .about > div { grid-template-columns: 1fr; gap: 20px; }.about > div p { max-width: 590px; } }
@media (max-width: 680px) { .shell { width: min(100% - 32px, 560px); }.site-header { min-height: 76px; }.site-header nav { display: none; }.header-link { padding: 8px 10px; font-size: 11px; }.brand img { width: 34px; height: 34px; }.brand strong { font-size: 11px; }.hero { grid-template-columns: 1fr; min-height: auto; gap: 32px; padding: 42px 0 52px; }.hero h1 { font-size: clamp(3rem, 14vw, 4.7rem); }.intro { margin-top: 17px; font-size: .98rem; }.hero-actions { margin-top: 21px; }.signal-panel { min-height: 270px; }.signal-number { margin-top: 32px; }.section-heading { display: block; margin-bottom: 21px; }.section-heading > p { margin: 16px 0 0; }.project-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }.project-card, .feature-card { min-height: 365px; }.feature-card .visual { flex-basis: 166px; }.card-copy h3, .feature-card h3 { font-size: 2.2rem; }.about { padding: 28px 22px; }.about h2 { font-size: 2.45rem; }.site-footer { padding-top: 26px; }.beam { display: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }

/* Neon sci-fi refinement */
:root {
  --ink: #f3f8ff;
  --muted: #91a0c2;
  --dim: #53617c;
  --line: rgba(119, 180, 255, .16);
  --panel: rgba(6, 12, 28, .72);
  --blue: #67e8ff;
  --violet: #a969ff;
  --magenta: #fd52e7;
  --green: #76ffd0;
  --radius: 22px;
}

body {
  background: #02030a;
  font-family: "Space Grotesk", Arial, sans-serif;
}

.backdrop {
  background:
    radial-gradient(circle at 70% 8%, rgba(79, 52, 164, .27), transparent 31rem),
    radial-gradient(circle at 17% 44%, rgba(5, 177, 224, .12), transparent 29rem),
    linear-gradient(140deg, #03050d 6%, #061126 52%, #06030e 100%);
}

.backdrop::before,
.backdrop::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.backdrop::before {
  opacity: .42;
  background-image:
    radial-gradient(circle, rgba(177, 220, 255, .82) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(215, 113, 255, .7) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(110, 255, 219, .62) 0 1px, transparent 1.3px);
  background-position: 4% 8%, 53% 34%, 80% 79%;
  background-size: 179px 151px, 241px 209px, 307px 277px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

.backdrop::after {
  opacity: .32;
  background:
    linear-gradient(116deg, transparent 31%, rgba(104, 236, 255, .17) 31.1%, transparent 31.3%),
    linear-gradient(296deg, transparent 74%, rgba(213, 92, 255, .16) 74.1%, transparent 74.3%);
}

.grid {
  opacity: .26;
  background-image:
    linear-gradient(rgba(107, 171, 255, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 171, 255, .12) 1px, transparent 1px);
  background-size: 52px 52px;
}

.orb { filter: blur(104px); opacity: .2; }
.orb-one { background: #0b7eea; }
.orb-two { background: #a13cff; }
.orb-three { background: #00e7ce; opacity: .09; }
.beam { opacity: .55; background: linear-gradient(transparent, #56e6ff, transparent); }

.site-header {
  position: relative;
  margin-top: 16px;
  min-height: 70px;
  padding: 0 16px;
  border: 1px solid rgba(146, 192, 255, .14);
  border-radius: 18px;
  background: rgba(5, 9, 22, .5);
  box-shadow: 0 14px 42px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255,255,255,.045);
  backdrop-filter: blur(16px);
}

.brand img {
  border-color: rgba(103, 232, 255, .32);
  background: linear-gradient(145deg, rgba(103, 232, 255, .13), rgba(169, 105, 255, .1));
  box-shadow: 0 0 18px rgba(69, 229, 255, .12);
}

.brand strong { color: #edf7ff; }
.site-header nav { border-color: rgba(130, 177, 255, .14); background: rgba(0, 0, 0, .22); }
.site-header nav a:hover { color: #dffcff; background: rgba(77, 233, 255, .11); }
.header-link {
  border-color: rgba(103, 232, 255, .4);
  background: linear-gradient(110deg, rgba(62, 224, 255, .1), rgba(182, 73, 255, .12));
  box-shadow: inset 0 0 17px rgba(112, 238, 255, .05), 0 0 22px rgba(101, 215, 255, .08);
}

.hero { gap: 60px; }
.hero h1 {
  max-width: 690px;
  color: #f4f9ff;
  font-weight: 700;
  text-shadow: 0 0 38px rgba(86, 211, 255, .08);
}
.hero em, .about em {
  color: #7eefff;
  text-shadow: 0 0 26px rgba(91, 230, 255, .24), 0 0 68px rgba(176, 67, 255, .13);
}
.kicker { color: #a8dfff; }
.kicker i { background: #60ffe3; box-shadow: 0 0 14px #49ffe0, 0 0 29px rgba(73,255,224,.4); }
.intro { color: #aebbd4; }
.button {
  position: relative;
  overflow: hidden;
  border-color: rgba(123, 177, 255, .25);
  background: rgba(255,255,255,.025);
}
.button::before {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(110deg, transparent, rgba(121, 238, 255, .18), transparent);
  content: "";
  transform: translateX(-130%);
  transition: opacity .25s ease, transform .42s ease;
}
.button:hover::before { opacity: 1; transform: translateX(130%); }
.button-primary {
  color: #03101a;
  background: linear-gradient(110deg, #73f2ff, #d0b4ff);
  box-shadow: 0 10px 36px rgba(60, 222, 255, .18), 0 0 26px rgba(165, 88, 255, .13);
}
.button-quiet { color: #d7eeff; }

.signal-panel {
  isolation: isolate;
  border-color: rgba(104, 228, 255, .32);
  background:
    linear-gradient(145deg, rgba(24, 47, 103, .7), rgba(7, 10, 27, .64) 61%),
    rgba(8, 11, 26, .8);
  box-shadow: 0 24px 72px rgba(0,0,0,.36), 0 0 0 1px rgba(190, 100, 255, .06), inset 0 1px 0 rgba(215, 242, 255, .13);
  backdrop-filter: blur(18px);
}
.signal-panel::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .42;
  background: repeating-linear-gradient(180deg, rgba(119, 229, 255, .1) 0 1px, transparent 1px 5px);
  content: "";
  mask-image: linear-gradient(90deg, black, transparent 68%);
}
.signal-panel::after {
  right: -32px;
  bottom: -36px;
  width: 196px;
  height: 196px;
  border-color: rgba(101, 235, 255, .22);
  box-shadow: 0 0 0 25px rgba(152, 83, 255, .055), 0 0 0 50px rgba(77, 227, 255, .035);
  animation: orbital-drift 13s linear infinite;
}
.panel-top { color: #b9e5ff; }
.panel-top b { color: #77ffe2; }
.panel-mark { border-color: #7de9ff; box-shadow: 0 0 12px rgba(100, 228, 255, .5); }
.signal-number { color: #ecf9ff; text-shadow: 0 0 33px rgba(101, 234, 255, .23); }
.signal-panel > p { color: #b7c7df; }
.signal-lines span { background: linear-gradient(#b9fdff, #6183ff 54%, #b65bff); box-shadow: 0 0 16px rgba(102, 227, 255, .52); }
.panel-foot { border-color: rgba(132, 193, 255, .16); }

.section-heading h2, .about h2 { color: #f2f7ff; }
.section-heading > p, .about > div p { color: #94a3bf; }
.project-card {
  --accent: #68e7ff;
  border-color: rgba(127, 178, 255, .16);
  background: linear-gradient(145deg, rgba(18, 30, 64, .75), rgba(5, 8, 19, .82));
  box-shadow: inset 0 1px 0 rgba(217, 240, 255, .07), 0 18px 42px rgba(0,0,0,.13);
  backdrop-filter: blur(12px);
}
.project-card::before {
  top: auto;
  right: auto;
  bottom: -120px;
  left: -110px;
  width: 270px;
  height: 270px;
  opacity: .24;
  background: radial-gradient(circle at var(--pointer-x, 48%) var(--pointer-y, 48%), var(--accent) 0, transparent 60%);
  filter: blur(28px);
  transition: opacity .25s ease;
}
.project-card::after { background: linear-gradient(155deg, rgba(168, 230, 255, .07), rgba(5, 7, 18, .05) 46%, rgba(189, 89, 255, .055)); }
.project-card:hover {
  border-color: color-mix(in srgb, var(--accent) 72%, white 18%);
  background: linear-gradient(145deg, rgba(22, 40, 87, .84), rgba(8, 9, 25, .88));
  box-shadow: 0 24px 55px rgba(0,0,0,.3), 0 0 36px color-mix(in srgb, var(--accent) 16%, transparent), inset 0 1px 0 rgba(215, 244, 255, .13);
}
.project-card:hover::before { opacity: .52; }
.feature-card {
  background: linear-gradient(145deg, rgba(31, 67, 128, .8), rgba(6, 11, 30, .9) 68%);
  border-color: rgba(104, 225, 255, .28);
}
.feature-card .card-glow { background: rgba(76, 183, 255, .39); }
.index { color: #b6d5ee; }
.state { color: #94ffe4; }
.state i { background: #6cffd3; box-shadow: 0 0 12px #55f8cd; }
.visual { border-color: rgba(129, 196, 255, .16); background: rgba(1, 5, 17, .38); box-shadow: inset 0 0 30px rgba(92, 219, 255, .035); }
.card-copy h3 { color: #f0f8ff; }
.card-copy p { color: #a8b8d1; }
.card-copy li { border-color: rgba(101, 224, 255, .22); color: #d8f9ff; background: rgba(78, 192, 255, .08); }
.open-link { border-color: rgba(122, 180, 255, .2); color: #e1f7ff; background: rgba(99, 177, 255, .055); }
.open-link:hover { background: linear-gradient(110deg, rgba(58, 231, 255, .14), rgba(174, 84, 255, .13)); }
.open-link span { color: #83eeff; }
.crown { --accent: #ff79d8; }.worldcup { --accent: #66f5d0; }.wdv { --accent: #6adfff; }.resume { --accent: #bf8aff; }.timer { --accent: #ff79bb; }

.about {
  border-color: rgba(133, 185, 255, .18);
  background: linear-gradient(125deg, rgba(40, 54, 118, .38), rgba(7, 8, 23, .56));
  box-shadow: inset 0 1px 0 rgba(194, 228, 255, .06);
  backdrop-filter: blur(14px);
}
.site-footer { color: #667797; }
.site-footer a { color: #9edfff; }

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

@media (max-width: 960px) { .hero { gap: 34px; } }
@media (max-width: 680px) {
  .site-header { margin-top: 8px; padding: 0 10px; border-radius: 14px; }
  .hero { gap: 28px; }
  .signal-panel::after { animation: none; }
}
