/* base styles: CSS variables, keyframes, media queries (moved from inline <style> blocks) */
:root {
  --bg: #050505;
  --text: #ffffff;
  --accent: #32F08C;
  --accent-alt: #0AFF1E;
  --font-sans: 'Geist', 'Geist', "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono: 'Geist Mono', monospace;
  --text-09: rgba(255,255,255,0.09);
  --text-12: rgba(255,255,255,0.12);
  --text-14: rgba(255,255,255,0.14);
  --text-16: rgba(255,255,255,0.16);
  --text-18: rgba(255,255,255,0.18);
  --text-20: rgba(255,255,255,0.2);
  --text-22: rgba(255,255,255,0.22);
  --text-30: rgba(255,255,255,0.3);
  --text-35: rgba(255,255,255,0.35);
  --text-40: rgba(255,255,255,0.4);
  --text-45: rgba(255,255,255,0.45);
  --text-50: rgba(255,255,255,0.5);
  --text-55: rgba(255,255,255,0.55);
  --text-60: rgba(255,255,255,0.6);
  --text-62: rgba(255,255,255,0.62);
  --text-65: rgba(255,255,255,0.65);
  --text-70: rgba(255,255,255,0.7);
  --text-72: rgba(255,255,255,0.72);
  --text-75: rgba(255,255,255,0.75);
  --text-80: rgba(255,255,255,0.8);
  --text-85: rgba(255,255,255,0.85);
  --bg-15: rgba(5,5,5,0.15);
  --bg-18: rgba(5,5,5,0.18);
  --bg-30: rgba(5,5,5,0.3);
  --bg-50: rgba(5,5,5,0.5);
  --bg-55: rgba(5,5,5,0.55);
  --bg-60: rgba(5,5,5,0.6);
  --bg-70: rgba(5,5,5,0.7);
  --bg-72: rgba(5,5,5,0.72);
  --bg-82: rgba(5,5,5,0.82);
  --bg-85: rgba(5,5,5,0.85);
  --bg-90: rgba(5,5,5,0.9);
  --bg-95: rgba(5,5,5,0.95);
  --bg-96: rgba(5,5,5,0.96);
}

.svc-icon__cursor { animation: svc-blink 1.1s step-end infinite; }
@keyframes svc-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }

.svc-icon--layers .svc-icon__l2 { animation: svc-layer-drift 2.4s ease-in-out infinite; animation-delay: 0.15s; }
.svc-icon--layers .svc-icon__l3 { animation: svc-layer-drift 2.4s ease-in-out infinite; animation-delay: 0.3s; }
@keyframes svc-layer-drift { 0%, 100% { transform: translateY(0); opacity: 1; } 50% { transform: translateY(2px); opacity: 0.55; } }

.svc-icon__ping { animation: svc-ping 1.8s ease-out infinite; transform-origin: 16.5px 6.5px; }
@keyframes svc-ping { 0% { transform: scale(0.8); opacity: 1; } 70% { transform: scale(1.6); opacity: 0; } 100% { transform: scale(1.6); opacity: 0; } }

.svc-icon__dot { animation: svc-typing 1.2s ease-in-out infinite; }
.svc-icon--chat .svc-icon__dot:nth-child(3) { animation-delay: 0.15s; }
.svc-icon--chat .svc-icon__dot:nth-child(4) { animation-delay: 0.3s; }
@keyframes svc-typing { 0%, 60%, 100% { opacity: 0.25; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-2px); } }

@media (prefers-reduced-motion: reduce) {
  .svc-icon__cursor, .svc-icon--layers .svc-icon__l2, .svc-icon--layers .svc-icon__l3, .svc-icon__ping, .svc-icon__dot { animation: none; }
}

.cta-glow { position: absolute; border-radius: 50%; filter: blur(70px); will-change: transform, opacity; }
.cta-glow--a { width: min(46vw, 520px); height: min(46vw, 520px); left: -10%; top: -30%; background: radial-gradient(circle, rgba(50, 240, 140,0.22) 0%, rgba(50, 240, 140,0) 70%); animation: cta-drift-a 16s ease-in-out infinite; }
.cta-glow--b { width: min(38vw, 420px); height: min(38vw, 420px); right: -8%; bottom: -35%; background: radial-gradient(circle, rgba(10,255,30,0.16) 0%, rgba(10,255,30,0) 70%); animation: cta-drift-b 20s ease-in-out infinite; }
@keyframes cta-drift-a { 0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.85; } 50% { transform: translate(6vw, 4vh) scale(1.15); opacity: 1; } }
@keyframes cta-drift-b { 0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.7; } 50% { transform: translate(-5vw, -3vh) scale(1.1); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .cta-glow { animation: none !important; } }

.scan-bar { position: absolute; left: -1px; top: 0; width: 2px; height: 22px; background: var(--accent); box-shadow: 0 0 8px var(--accent); opacity: 0; animation: scan-bar-travel 2.8s ease-in-out infinite; }
@keyframes scan-bar-travel { 0% { top: 0; opacity: 0; } 8% { opacity: 1; } 85% { opacity: 1; } 100% { top: calc(100% - 22px); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .scan-bar { animation: none; opacity: 0; } }
/* cyrillic-ext */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/f4a751869547.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/9a45f5a59374.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/dea7cff2e11a.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/49215a3bccae.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/f4634c3bc1fa.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/f4a751869547.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/9a45f5a59374.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/dea7cff2e11a.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/49215a3bccae.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/f4634c3bc1fa.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/f4a751869547.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/9a45f5a59374.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/dea7cff2e11a.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/49215a3bccae.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/f4634c3bc1fa.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/f4a751869547.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/9a45f5a59374.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/dea7cff2e11a.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/49215a3bccae.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/f4634c3bc1fa.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/f4a751869547.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/9a45f5a59374.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/dea7cff2e11a.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/49215a3bccae.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/f4634c3bc1fa.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/bc06a1ea5038.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/c10faa6c8fbd.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* symbols2 */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/58bcf4f276e0.woff2") format('woff2');
  unicode-range: U+2000-2001, U+2004-2008, U+200A, U+23B8-23BD, U+2500-259F;
}
/* vietnamese */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/42a21c981b36.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/a27466d06912.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/cd5b25781181.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/bc06a1ea5038.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/c10faa6c8fbd.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* symbols2 */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/58bcf4f276e0.woff2") format('woff2');
  unicode-range: U+2000-2001, U+2004-2008, U+200A, U+23B8-23BD, U+2500-259F;
}
/* vietnamese */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/42a21c981b36.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/a27466d06912.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/cd5b25781181.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
section[id] { scroll-margin-top: 88px; }
  html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
  body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
  * { box-sizing: border-box; }
  a { color: var(--accent); text-decoration: none; }
  a:hover { color: var(--text); }
  ::selection { background: var(--accent); color: var(--bg); }
  @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  @keyframes heroRise { from { opacity: 0; transform: translate3d(0, 14%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
  @keyframes heroFade { from { opacity: 0; transform: translate3d(0, 16px, 0); } to { opacity: 1; transform: none; } }
  @keyframes loaderBar { from { transform: scaleX(0); } to { transform: scaleX(1); } }
  @keyframes loaderOut { to { opacity: 0; visibility: hidden; } }
  summary { list-style: none; cursor: pointer; }
  summary::-webkit-details-marker { display: none; }
  summary::marker { content: ""; }
  details[open] [data-chev] { transform: rotate(180deg); }
  [data-work-card] { overflow: hidden; }
  [data-work-card] [data-work-img] { transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s ease; will-change: transform; }
  [data-work-card]:hover [data-work-img] { transform: scale(1.045); filter: brightness(1.08); }
  [data-work-card] h3 { transition: color 0.4s ease; }
  [data-work-card]:hover h3 { color: var(--accent); }
  [data-work-card] [data-work-index] { transition: transform 0.4s ease; }
  [data-work-card]:hover [data-work-index] { transform: translateX(4px); }
  @media (prefers-reduced-motion: reduce) {
    [data-work-card] [data-work-img], [data-work-card] h3, [data-work-card] [data-work-index] { transition: none !important; }
    [data-work-card]:hover [data-work-img] { transform: none !important; filter: none !important; }
  }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
  .mnav { animation: mnavFadeIn 0.3s ease both; }
  .mnav-item { opacity: 0; animation: mnavItemIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) both; }
  @keyframes mnavFadeIn { from { opacity: 0; } to { opacity: 1; } }
  @keyframes mnavItemIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
  @media (prefers-reduced-motion: reduce) {
    .mnav, .mnav-item { animation: none !important; opacity: 1 !important; transform: none !important; }
  }
  @media (max-width: 900px) {
    [data-hero-photo] { width: 100% !important; }
    [data-hero-photo] [data-scrim-x] { background: linear-gradient(90deg, var(--bg-85) 0%, var(--bg-50) 45%, var(--bg-70) 100%) !important; }
    [data-hero-copy] { max-width: 100% !important; }
    [data-nav-links] { display: none !important; }
    [data-nav-toggle] { display: inline-flex !important; }
    [data-mobile-cta] { display: inline-flex !important; }
    [data-hero-word] { font-size: clamp(84px, 26vw, 220px) !important; opacity: 0.5 !important; }
    [data-hero-word] span:nth-child(2) { margin-left: 10vw !important; }
    [data-hero-word] span:nth-child(3) { margin-left: 20vw !important; }
    [data-hero-cta] { flex-direction: column !important; align-items: flex-end !important; }
    [data-hero-cta] a { padding: 13px 18px !important; }
    [data-hero-meta] { display: none !important; }
    [data-hero-services] { display: none !important; }
    [data-hide-sm] { display: none !important; }
  }
  @media (max-width: 560px) {
    [data-hero-word] { font-size: clamp(52px, 20vw, 84px) !important; opacity: 0.4 !important; inset: clamp(56px, 9vh, 90px) 0 clamp(160px, 26vh, 210px) !important; }
    [data-hero-word] span:nth-child(2) { margin-left: 6vw !important; }
    [data-hero-word] span:nth-child(3) { margin-left: 12vw !important; }
  }
:root {
  --bg: #050505;
  --text: #ffffff;
  --accent: #32F08C;
  --accent-alt: #0AFF1E;
  --font-sans: 'Geist', 'Geist', "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono: 'Geist Mono', monospace;
  --text-09: rgba(255,255,255,0.09);
  --text-12: rgba(255,255,255,0.12);
  --text-14: rgba(255,255,255,0.14);
  --text-16: rgba(255,255,255,0.16);
  --text-18: rgba(255,255,255,0.18);
  --text-20: rgba(255,255,255,0.2);
  --text-22: rgba(255,255,255,0.22);
  --text-30: rgba(255,255,255,0.3);
  --text-35: rgba(255,255,255,0.35);
  --text-40: rgba(255,255,255,0.4);
  --text-45: rgba(255,255,255,0.45);
  --text-50: rgba(255,255,255,0.5);
  --text-55: rgba(255,255,255,0.55);
  --text-60: rgba(255,255,255,0.6);
  --text-62: rgba(255,255,255,0.62);
  --text-65: rgba(255,255,255,0.65);
  --text-70: rgba(255,255,255,0.7);
  --text-72: rgba(255,255,255,0.72);
  --text-75: rgba(255,255,255,0.75);
  --text-80: rgba(255,255,255,0.8);
  --text-85: rgba(255,255,255,0.85);
  --bg-15: rgba(5,5,5,0.15);
  --bg-18: rgba(5,5,5,0.18);
  --bg-30: rgba(5,5,5,0.3);
  --bg-50: rgba(5,5,5,0.5);
  --bg-55: rgba(5,5,5,0.55);
  --bg-60: rgba(5,5,5,0.6);
  --bg-70: rgba(5,5,5,0.7);
  --bg-72: rgba(5,5,5,0.72);
  --bg-82: rgba(5,5,5,0.82);
  --bg-85: rgba(5,5,5,0.85);
  --bg-90: rgba(5,5,5,0.9);
  --bg-95: rgba(5,5,5,0.95);
  --bg-96: rgba(5,5,5,0.96);
}
/* cyrillic-ext */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/f4a751869547.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/9a45f5a59374.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/dea7cff2e11a.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/49215a3bccae.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/f4634c3bc1fa.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/f4a751869547.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/9a45f5a59374.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/dea7cff2e11a.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/49215a3bccae.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/f4634c3bc1fa.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/f4a751869547.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/9a45f5a59374.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/dea7cff2e11a.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/49215a3bccae.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/f4634c3bc1fa.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/f4a751869547.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/9a45f5a59374.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/dea7cff2e11a.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/49215a3bccae.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/f4634c3bc1fa.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/f4a751869547.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/9a45f5a59374.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/dea7cff2e11a.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/49215a3bccae.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/f4634c3bc1fa.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/bc06a1ea5038.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/c10faa6c8fbd.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* symbols2 */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/58bcf4f276e0.woff2") format('woff2');
  unicode-range: U+2000-2001, U+2004-2008, U+200A, U+23B8-23BD, U+2500-259F;
}
/* vietnamese */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/42a21c981b36.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/a27466d06912.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/cd5b25781181.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/bc06a1ea5038.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/c10faa6c8fbd.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* symbols2 */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/58bcf4f276e0.woff2") format('woff2');
  unicode-range: U+2000-2001, U+2004-2008, U+200A, U+23B8-23BD, U+2500-259F;
}
/* vietnamese */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/42a21c981b36.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/a27466d06912.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/cd5b25781181.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


  #helper-avatar-btn { animation: helperPulse 2.4s ease-in-out infinite; }
  @keyframes helperPulse { 0%, 100% { box-shadow: 0 8px 24px rgba(0,0,0,0.5), 0 0 0 0 rgba(50,240,140,0.35); } 50% { box-shadow: 0 8px 24px rgba(0,0,0,0.5), 0 0 0 8px rgba(50,240,140,0); } }
  @media (prefers-reduced-motion: reduce) { #helper-avatar-btn { animation: none; } }
  .helper-chip { background: var(--bg-15); border: 0; border-radius: 14px; color: var(--text-70); padding: 7px 13px; font-size: 11px; font-family: var(--font-mono); letter-spacing: 0.4px; cursor: pointer; transition: background-color 0.2s, color 0.2s; }
  .helper-chip:hover { background: var(--text-12); color: var(--text); }
  @keyframes helperDotPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(10,255,30,0.5); } 50% { box-shadow: 0 0 0 4px rgba(10,255,30,0); } }
  .helper-close-btn:hover { border-color: var(--accent) !important; color: var(--accent) !important; }
  @media (prefers-reduced-motion: reduce) { [style*="helperDotPulse"] { animation: none !important; } }
  .helper-btn-accent:hover { background: var(--text) !important; }
  .helper-link:hover { color: var(--accent) !important; }
  .helper-msg-user { align-self: flex-end; background: var(--accent); color: var(--bg); padding: 9px 13px; border-radius: 14px 14px 3px 14px; font-size: 13px; max-width: 85%; }
  .helper-msg-bot { align-self: flex-start; background: none; border: 0; color: var(--text-85); padding: 0 0 0 12px; border-left: 2px solid var(--accent); font-size: 13px; line-height: 1.55; max-width: 92%; }
  .helper-msg-bot a { color: var(--accent); }
  @media (max-width: 480px) {
    #helper-widget { right: 12px; bottom: calc(84px + env(safe-area-inset-bottom, 0px)); }
    #helper-bubble, #helper-panel { max-width: calc(100vw - 24px); }
  }

  @media (prefers-reduced-motion: reduce) { #helper-widget { transition: none; } }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
  body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
  * { box-sizing: border-box; }
  a { color: var(--accent); text-decoration: none; }
  a:hover { color: var(--text); }
  ::selection { background: var(--accent); color: var(--bg); }
  @keyframes loaderBar { from { transform: scaleX(0); } to { transform: scaleX(1); } }
  @keyframes loaderOut { to { opacity: 0; visibility: hidden; } }
  summary { list-style: none; cursor: pointer; }
  summary::-webkit-details-marker { display: none; }
  summary::marker { content: ""; }
  details[open] [data-chev] { transform: rotate(180deg); }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
  @media (max-width: 900px) { [data-cs-hero-img] { min-height: 240px !important; } }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
  body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
  * { box-sizing: border-box; }
  a { color: var(--accent); text-decoration: none; }
  a:hover { color: var(--text); }
  ::selection { background: var(--accent); color: var(--bg); }
  @keyframes loaderBar { from { transform: scaleX(0); } to { transform: scaleX(1); } }
  @keyframes loaderOut { to { opacity: 0; visibility: hidden; } }
  summary { list-style: none; cursor: pointer; }
  summary::-webkit-details-marker { display: none; }
  summary::marker { content: ""; }
  details[open] [data-chev] { transform: rotate(180deg); }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* utility classes generated from former inline style attributes */
.s-8df36831 { font-family: var(--font-mono); font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: var(--text-50); }
.s-6eb4b668 { color: var(--accent); }
.s-82c8cf1c { width: min(220px, 50vw); height: 2px; background: var(--text-14); overflow: hidden; }
.s-e8fa96f8 { position: relative; width: 100%; min-height: 100vh; background: var(--bg); overflow: hidden; }
.s-f26f23a2 { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.45; pointer-events: none; }
.s-83ce0a9a { position: fixed; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(circle at 70% 30%, rgba(20,20,20,0) 0%, var(--bg-90) 70%); }
.s-c962d74f { position: relative; z-index: 2; }
.s-2fb9dbc9 { position: fixed; top: 0; left: 0; right: 0; width: auto; z-index: 40; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: clamp(38px, 5vh, 52px) clamp(16px, 4vw, 40px) clamp(24px, 3vh, 34px); margin-left: auto; margin-right: auto; transition: padding 300ms cubic-bezier(0.16,0.84,0.3,1), max-width 380ms cubic-bezier(0.16,0.84,0.3,1), top 300ms cubic-bezier(0.16,0.84,0.3,1), background-color 260ms ease, border-color 260ms ease, backdrop-filter 260ms ease; border: 1px solid transparent; }
.s-cd86aadd { display: inline-flex; align-items: flex-start; gap: 6px; color: var(--text); font-size: clamp(18px, 1.8vw, 24px); font-weight: 600; letter-spacing: -0.02em; line-height: 1; }
.s-9385b1cb { flex: none; fill: none; stroke: currentColor; stroke-width: 2; }
.s-2f108e9d { display: flex; align-items: center; flex-wrap: wrap; gap: clamp(14px, 2.6vw, 36px); font-size: 14px; font-weight: 500; letter-spacing: 1.6px; }
.s-495da587 { color: var(--text); }
.s-a6ec20d7 { display: none; align-items: center; background: var(--accent); color: var(--bg); padding: 11px 16px; font-size: 13px; font-weight: 600; letter-spacing: 1.2px; white-space: nowrap; }
.s-df3fdb36 { display: none; flex-direction: column; justify-content: center; gap: 6px; width: 44px; height: 44px; align-items: flex-end; background: none; border: 0; padding: 0; cursor: pointer; }
.s-c0917d58 { display: block; width: 28px; height: 2px; background: var(--text); }
.s-6a6ea032 { position: fixed; inset: 0; z-index: 60; background: var(--bg); display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; gap: 4px; padding: clamp(24px, 8vw, 64px); padding-top: clamp(88px, 18vw, 130px); overflow-y: auto; }
.s-ce60a55e { animation-delay: 0s; position: absolute; top: 28px; left: clamp(16px, 4vw, 40px); font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; color: var(--text-35); }
.s-d3f8f00a { position: absolute; top: 24px; right: clamp(16px, 4vw, 40px); background: none; border: 1px solid var(--text-20); width: 44px; height: 44px; border-radius: 50%; color: var(--accent); line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.s-1ba81b79 { fill: none; stroke: currentColor; stroke-width: 2; }
.s-5bcf4cf5 { display: flex; flex-direction: column; gap: 4px; }
.s-8bcfe6ac { animation-delay: 0.05s; display: flex; align-items: baseline; gap: 14px; color: var(--text); font-size: clamp(30px, 9vw, 54px); font-weight: 600; letter-spacing: -0.03em; }
.s-5f2f9ced { font-family: var(--font-mono); font-size: 13px; font-weight: 500; letter-spacing: 1.2px; color: var(--text-35); }
.s-5631ef61 { animation-delay: 0.1s; display: flex; align-items: baseline; gap: 14px; color: var(--text); font-size: clamp(30px, 9vw, 54px); font-weight: 600; letter-spacing: -0.03em; }
.s-bbd07e84 { animation-delay: 0.15s; display: flex; align-items: baseline; gap: 14px; color: var(--text); font-size: clamp(30px, 9vw, 54px); font-weight: 600; letter-spacing: -0.03em; }
.s-7d7d771b { animation-delay: 0.2s; display: flex; align-items: baseline; gap: 14px; color: var(--text); font-size: clamp(30px, 9vw, 54px); font-weight: 600; letter-spacing: -0.03em; }
.s-889b1836 { animation-delay: 0.25s; display: flex; align-items: baseline; gap: 14px; color: var(--text); font-size: clamp(30px, 9vw, 54px); font-weight: 600; letter-spacing: -0.03em; }
.s-69012d84 { animation-delay: 0.3s; display: flex; align-items: baseline; gap: 14px; color: var(--accent); font-size: clamp(30px, 9vw, 54px); font-weight: 600; letter-spacing: -0.03em; }
.s-eb0aa6cb { font-family: var(--font-mono); font-size: 13px; font-weight: 500; letter-spacing: 1.2px; color: rgba(50,240,140,0.55); }
.s-22df5683 { animation-delay: 0.38s; display: flex; flex-wrap: wrap; align-items: center; gap: 20px 24px; width: 100%; font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; }
.s-d7f83402 { color: var(--text-40); }
.s-95b8a5c2 { color: var(--text-60); }
.s-e79a4aac { position: relative; width: 100%; min-height: clamp(720px, 100vh, 1180px); overflow: hidden; border-bottom: 1px solid var(--text-12); }
.s-f3668836 { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(4, 1fr); pointer-events: none; z-index: 1; }
.s-a91569b1 { padding: 14px 16px; font-family: var(--font-mono); font-size: 13px; letter-spacing: 1.2px; color: var(--text-30); }
.s-ebda21b4 { padding: 14px 16px; font-family: var(--font-mono); font-size: 13px; letter-spacing: 1.2px; color: var(--text-30); text-align: right; }
.s-17418a30 { position: absolute; top: 0; right: 0; width: min(58%, 980px); height: 100%; z-index: 2; overflow: hidden; background: var(--bg); }
.s-38c00202 { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 52% 12%; filter: grayscale(1) contrast(1.05) brightness(1.3); }
.s-d172f221 { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, var(--bg-96) 0%, var(--bg-60) 26%, var(--bg-30) 62%, var(--bg-18) 100%); }
.s-99903927 { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(270deg, var(--bg-96) 0%, var(--bg-82) 22%, var(--bg-50) 48%, var(--bg-15) 74%, rgba(5,5,5,0) 92%); }
.s-ec18c910 { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, var(--bg-60) 0%, rgba(5,5,5,0) 26%, var(--bg-55) 100%); }
.s-4d1f35ad { position: absolute; inset: clamp(56px, 9vh, 90px) 0 clamp(48px, 7vh, 80px); z-index: 3; pointer-events: none; display: flex; flex-direction: column; justify-content: space-between; font-weight: 700; letter-spacing: -0.05em; line-height: 0.74; color: var(--accent); font-size: clamp(88px, 23vw, 380px); mix-blend-mode: screen; }
.s-0176da53 { display: block; margin-left: -0.09em; }
.s-811cd891 { display: block; margin-left: 21vw; }
.s-25e72f48 { display: block; margin-left: 47vw; }
.s-11aa900f { position: relative; z-index: 4; min-height: inherit; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: flex-end; gap: 32px; padding: clamp(104px, 16vh, 170px) clamp(16px, 4vw, 40px) clamp(24px, 4vw, 40px); }
.s-d7504f02 { margin-left: auto; max-width: min(520px, 100%); text-align: right; }
.s-ae3d17ad { margin: 0; font-weight: 700; letter-spacing: -0.03em; line-height: 0.95; font-size: clamp(26px, 4.1vw, 56px); text-transform: uppercase; text-wrap: balance; }
.s-02e09ebe { margin: clamp(18px, 2.6vw, 28px) 0 0; margin-left: auto; max-width: 34ch; font-size: clamp(16px, 1.7vw, 20px); line-height: 1.5; color: var(--text); text-shadow: 0 2px 10px rgba(5,5,5,1), 0 0 26px var(--bg-95), 0 0 60px var(--bg-85); text-wrap: pretty; }
@media (min-width: 640px) {
  .s-02e09ebe { max-width: 52ch; }
  .hero-subline { white-space: nowrap; }
}
.s-6bd8f62f { display: inline-flex; align-items: center; gap: 16px; margin-top: clamp(20px, 3vw, 32px); padding-right: 16px; border-right: 3px solid var(--accent); }
.s-7851dbc0 { text-align: right; }
.s-3cadec12 { font-size: 13px; font-weight: 600; letter-spacing: 1.6px; color: var(--accent); }
.s-35c6eef6 { font-size: 13px; letter-spacing: 1.6px; color: var(--text); margin-top: 4px; text-shadow: 0 2px 10px var(--bg-90); }
.s-21298bf7 { position: absolute; left: 0; bottom: 0; z-index: 5; display: flex; align-items: flex-end; gap: clamp(16px, 3vw, 40px); padding: 0 clamp(16px, 4vw, 40px) clamp(16px, 3vw, 28px); }
.s-29ede299 { font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; color: var(--text-35); line-height: 1.7; }
.s-25d67683 { position: relative; margin: 0; padding: 0 0 0 clamp(16px, 3vw, 32px); list-style: none; border-left: 1px solid var(--text-18); display: grid; gap: 6px; font-size: clamp(11px, 1.1vw, 13px); font-weight: 500; letter-spacing: 1.2px; color: var(--text-80); }
.s-c1d80d50 { position: absolute; right: clamp(16px, 4vw, 40px); bottom: clamp(16px, 3vw, 28px); z-index: 5; display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.s-fb7deb06 { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.s-6e916f97 { background: var(--accent); color: var(--bg); padding: 18px 30px; font-size: 14px; font-weight: 600; letter-spacing: 1.2px; }
.s-fad74ec1 { border: 1px solid var(--text-45); background: var(--bg-55); color: var(--text); padding: 18px 30px; font-size: 14px; font-weight: 600; letter-spacing: 1.2px; backdrop-filter: blur(6px); }
.s-f5dd5556 { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; color: var(--text-60); }
.s-bfd4b803 { width: 7px; height: 7px; border-radius: 50%; background: var(--accent-alt); }
.s-6c1634e9 { position: relative; width: 100%; border-top: 1px solid var(--text-12); overflow: hidden; }
.s-3535feba { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(4, 1fr); pointer-events: none; z-index: 0; }
.s-aecf8bb6 { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 14px clamp(16px, 4vw, 40px); border-bottom: 1px solid var(--text-09); font-family: var(--font-mono); font-size: 13px; letter-spacing: 1.2px; color: var(--text-50); }
.s-dd50e6fb { position: relative; z-index: 1; display: flex; align-items: center; gap: 0; padding: clamp(20px, 2.6vw, 30px) 0; border-bottom: 1px solid var(--text-09); overflow: hidden; }
.s-0fd4aac3 { flex: none; padding: 0 clamp(16px, 4vw, 40px); font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; color: var(--text-35); white-space: nowrap; }
.s-f85cfae3 { position: relative; flex: 1; min-width: 0; overflow: hidden; mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 88%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 88%, transparent 100%); }
.s-7799abb3 { display: flex; width: max-content; animation: marquee 46s linear infinite; }
.s-e9ebe922 { display: flex; }
.s-ad7155d6 { padding: 0 clamp(22px, 3.4vw, 52px); font-size: clamp(15px, 1.6vw, 21px); font-weight: 600; letter-spacing: 0.06em; color: var(--text-50); white-space: nowrap; }
.s-62748002 { position: relative; z-index: 1; padding: clamp(48px, 8vw, 110px) clamp(16px, 4vw, 40px); display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(24px, 4vw, 64px); align-items: end; }
.s-c0afc6b5 { font-family: var(--font-mono); font-size: 13px; letter-spacing: 1.2px; color: var(--text-45); }
.s-f531663b { margin: 0; grid-column: span 2; min-width: 0; font-size: clamp(20px, 2.8vw, 40px); line-height: 1.2; letter-spacing: -0.03em; color: var(--text); text-wrap: pretty; }
.s-45e7a6fd { display: block; margin-top: 24px; font-family: var(--font-mono); font-size: 13px; letter-spacing: 1.2px; color: var(--text-45); }
.s-44049848 { position: relative; z-index: 1; padding: clamp(48px, 8vw, 110px) clamp(16px, 4vw, 40px) 0; }
.s-ea3d9367 { margin: 0; font-weight: 700; text-transform: uppercase; letter-spacing: -0.05em; line-height: 0.86; font-size: clamp(38px, 8vw, 132px); }
.s-93cea1d0 { position: relative; z-index: 1; margin-top: clamp(36px, 5vw, 64px); display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); border-top: 1px solid var(--text-12); }
.s-da0f7ffd { padding: clamp(28px, 4vw, 56px) clamp(20px, 3vw, 44px); border-left: 1px solid var(--text-12); }
.s-6b98746e { margin: 0; font-size: clamp(16px, 1.8vw, 22px); line-height: 1.5; color: var(--text); text-wrap: pretty; }
.s-9190cb0f { margin: 20px 0 0; font-size: 16px; line-height: 1.65; color: var(--text-72); text-wrap: pretty; }
.s-a1379cf0 { color: var(--text); border-bottom: 1px solid rgba(50, 240, 140,0.6); }
.s-5c82624b { padding: clamp(28px, 4vw, 56px) clamp(20px, 3vw, 44px); border-left: 1px solid var(--text-12); display: grid; gap: 28px; align-content: start; }
.s-4bf833ac { font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; color: var(--text-40); }
.s-5298d7cf { margin-top: 12px; font-size: 15px; line-height: 1.6; color: var(--text-85); }
.s-63534939 { display: block; font-family: var(--font-mono); font-size: 13px; letter-spacing: 1.2px; color: var(--text-45); margin-top: 6px; }
.s-71621a3e { margin: 12px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; font-size: 15px; line-height: 1.5; color: var(--text-80); }
.s-800a82fa { display: flex; gap: 12px; }
.s-869f5474 { color: var(--accent); display: flex; }
.s-760e4b21 { flex: none; margin-top: 5px; fill: currentColor; }
.s-41f89cce { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; color: var(--text-65); }
.s-e25abc2d { border: 1px solid var(--text-18); padding: 8px 12px; }
.s-8212e06f { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); border-top: 1px solid var(--text-12); }
.s-bf6a855b { padding: clamp(24px, 3vw, 44px) clamp(20px, 2.6vw, 36px); border-left: 1px solid var(--text-12); }
.s-1aee1115 { font-size: clamp(28px, 4vw, 54px); font-weight: 700; letter-spacing: -0.05em; line-height: 1; color: var(--accent); }
.s-a9dcab2b { font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; color: var(--text-50); margin-top: 10px; }
.s-d94cef01 { font-size: clamp(28px, 4vw, 54px); font-weight: 700; letter-spacing: -0.05em; line-height: 1; }
.s-06815e25 { font-size: 0.45em; }
.s-8b47755f { position: relative; z-index: 1; padding: clamp(48px, 8vw, 110px) clamp(16px, 4vw, 40px); padding-top: clamp(32px, 5vw, 64px); }
.s-e82357bf { margin-top: clamp(32px, 5vw, 72px); }
.s-f1e63ee5 { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(20px, 3vw, 56px); align-items: center; padding: clamp(28px, 4vw, 56px) 0; border-top: 1px solid var(--text-12); }
.s-6ec2d9cf { min-width: 0; }
.s-1ecbdba8 { font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; color: var(--accent); }
.s-203de45f { margin: 10px 0 0; font-weight: 700; letter-spacing: -0.04em; line-height: 0.9; font-size: clamp(30px, 5.4vw, 82px); }
.s-f30372a1 { margin-top: 12px; font-size: clamp(14px, 1.5vw, 18px); letter-spacing: 0.02em; color: var(--accent); }
.s-85b4d999 { margin: 18px 0 0; max-width: 52ch; font-size: 15px; line-height: 1.6; color: var(--text-55); text-wrap: pretty; }
.s-119f530d { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 24px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; color: var(--text-65); }
.s-cbe92ba0 { display: inline-block; margin-top: 26px; font-size: 14px; font-weight: 600; letter-spacing: 1.6px; border-bottom: 1px solid var(--accent); padding-bottom: 5px; }
.s-02b1ff1b { display: block; width: 100%; height: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.s-10da3cd9 { min-width: 0; order: 2; }
.s-5882c69e { border: 1px solid rgba(50, 240, 140,0.4); padding: 8px 12px; color: var(--accent); }
.s-00480e2c { display: block; width: 100%; height: 100%; aspect-ratio: 16 / 10; object-fit: cover; order: 1; }
.s-e0ab4b29 { position: relative; z-index: 1; margin-top: clamp(40px, 6vw, 80px); display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); border-top: 1px solid var(--text-12); }
.s-26dea5d2 { padding: clamp(24px, 3vw, 40px) clamp(20px, 2.4vw, 32px); border-left: 1px solid var(--text-12); display: flex; flex-direction: column; gap: clamp(32px, 6vw, 80px); min-height: clamp(240px, 26vw, 320px); }
.s-761c6dc3 { margin-bottom: 14px; }
.s-2049deb3 { margin-top: auto; }
.s-f8b4156d { margin: 0 0 10px; font-size: clamp(18px, 2vw, 26px); font-weight: 600; letter-spacing: -0.02em; }
.s-0ddb899d { margin: 0; font-size: 16px; line-height: 1.6; color: var(--text-55); }
.s-8366485b { position: relative; z-index: 1; margin-top: clamp(40px, 6vw, 80px); display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); border-top: 1px solid var(--text-12); }
.s-153a9f14 { padding: clamp(28px, 4vw, 56px) clamp(20px, 3vw, 44px); border-left: 1px solid var(--text-12); display: flex; flex-direction: column; gap: 28px; }
.s-01eb8254 { font-family: var(--font-mono); font-size: 13px; letter-spacing: 1.2px; color: var(--text-40); }
.s-298ac33e { margin: 14px 0 12px; font-size: clamp(24px, 3vw, 38px); font-weight: 700; letter-spacing: -0.03em; }
.s-e1a518f8 { margin: 0; max-width: 46ch; font-size: 15px; line-height: 1.6; color: var(--text-55); }
.s-37c7b1d9 { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; font-size: 14px; color: var(--text-75); }
.s-4da5f2fc { display: flex; gap: 12px; align-items: baseline; }
.s-84b23f70 { color: var(--text-40); display: flex; }
.s-b9362b88 { margin-top: auto; display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 16px; padding-top: 28px; }
.s-f84f0d8d { font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; color: var(--text-45); }
.s-62db4c37 { font-size: clamp(36px, 5vw, 60px); font-weight: 700; letter-spacing: -0.05em; line-height: 1; }
.s-dc956d73 { border: 1px solid var(--text); color: var(--text); padding: 18px 30px; font-size: 14px; font-weight: 600; letter-spacing: 1.2px; }
.s-34b31f52 { padding: clamp(28px, 4vw, 56px) clamp(20px, 3vw, 44px); background: rgba(50, 240, 140,0.05); display: flex; flex-direction: column; gap: 28px; }
.s-86cb14bb { font-family: var(--font-mono); font-size: 13px; letter-spacing: 1.2px; color: var(--accent); }
.s-efee854d { margin: 0; max-width: 46ch; font-size: 15px; line-height: 1.6; color: var(--text-60); }
.s-683ee5e0 { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; font-size: 14px; color: var(--text-80); }
.s-f8840170 { margin-top: auto; display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 16px; padding-top: 28px; }
.s-69b042d5 { font-size: clamp(36px, 5vw, 60px); font-weight: 700; letter-spacing: -0.05em; line-height: 1; color: var(--accent); }
.s-a876521d { margin: 0; padding: clamp(28px, 4vw, 56px) clamp(20px, 3vw, 44px); border-left: 1px solid var(--text-12); display: flex; flex-direction: column; gap: 40px; }
.s-f69a111f { margin: 0; font-size: clamp(18px, 2.2vw, 30px); line-height: 1.3; letter-spacing: -0.02em; color: var(--text); text-wrap: pretty; }
.s-ad601ef9 { margin-top: auto; display: flex; flex-wrap: wrap; gap: 24px; justify-content: space-between; align-items: end; padding-top: 24px; }
.s-c90fb146 { font-family: var(--font-mono); font-size: 13px; letter-spacing: 1.2px; color: var(--text-45); margin-top: 6px; }
.s-75365113 { display: flex; gap: 32px; }
.s-6c79e520 { font-size: clamp(22px, 2.4vw, 32px); font-weight: 700; letter-spacing: -0.03em; }
.s-ef974c0c { font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; color: var(--text-45); margin-top: 4px; }
.s-0c23d494 { position: relative; z-index: 1; margin-top: clamp(40px, 6vw, 80px); border-top: 1px solid var(--text-12); }
.s-69cbf11a { border-bottom: 1px solid var(--text-12); }
.s-8133bf0c { display: flex; align-items: flex-start; gap: clamp(16px, 3vw, 32px); padding: clamp(20px, 2.6vw, 30px) clamp(16px, 4vw, 40px); user-select: none; }
.s-e4ef2afc { font-family: var(--font-mono); font-size: 13px; letter-spacing: 1.2px; color: var(--accent); padding-top: 6px; flex: none; }
.s-ddc995d0 { margin: 0; flex: 1; min-width: 0; font-size: clamp(17px, 2vw, 26px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; text-wrap: pretty; }
.s-b8aff916 { display: flex; padding-top: 8px; flex: none; }
.s-6c55928a { flex: none; fill: none; stroke: var(--accent); stroke-width: 2; transition: transform 260ms cubic-bezier(0.16,0.84,0.3,1); }
.s-cabdcccb { margin: 0; max-width: 130ch; padding: 0 clamp(16px, 4vw, 40px) clamp(24px, 3vw, 34px) calc(clamp(16px, 4vw, 40px) + clamp(16px, 3vw, 32px) + 26px); font-size: 15px; line-height: 1.65; color: var(--text-60); text-wrap: pretty; }
.s-f14fc5e8 { position: relative; border-top: 1px solid var(--text-12); border-bottom: 1px solid var(--text-12); overflow: hidden; padding: 20px 0; }
.s-c0fe6b7e { display: flex; width: max-content; animation: marquee 34s linear infinite; font-family: var(--font-mono); font-size: 13px; letter-spacing: 2.4px; color: var(--text-40); white-space: nowrap; }
.s-3c09fdb6 { padding-right: 40px; }
.s-ef10cb8c { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.s-64e65d1a { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(24px, 4vw, 56px); align-items: end; padding: clamp(48px, 8vw, 104px) clamp(16px, 4vw, 40px) clamp(32px, 5vw, 56px); }
.s-c6c8c806 { margin: 0; font-weight: 700; text-transform: uppercase; letter-spacing: -0.05em; line-height: 0.84; font-size: clamp(40px, 9vw, 150px); grid-column: 1 / -1; }
.s-d17ea49d { margin: 0; max-width: 46ch; font-size: clamp(15px, 1.6vw, 19px); line-height: 1.55; color: var(--text-62); text-wrap: pretty; }
.s-c9893263 { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: flex-start; }
.s-bb6403e2 { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-mono); font-size: 13px; letter-spacing: 1.2px; color: var(--text-70); }
.s-ae0408c0 { width: 8px; height: 8px; border-radius: 50%; background: var(--accent-alt); box-shadow: 0 0 12px var(--accent-alt); }
.s-e4b23a78 { font-family: var(--font-mono); font-size: 13px; letter-spacing: 1.2px; color: var(--text-50); }
.s-253580f6 { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: clamp(14px, 3vw, 40px); padding: clamp(22px, 3vw, 34px) clamp(16px, 4vw, 40px); border-top: 1px solid var(--text-12); color: var(--text); transition: background-color 220ms ease, color 220ms ease, padding-left 260ms cubic-bezier(0.16,0.84,0.3,1); }
.s-845d9caf { display: block; font-size: clamp(20px, 3.4vw, 44px); font-weight: 700; letter-spacing: -0.04em; line-height: 1.05; overflow-wrap: break-word; }
.s-6b25648e { display: block; margin-top: 8px; font-family: var(--font-mono); font-size: 13px; letter-spacing: 1.2px; opacity: 0.6; }
.s-f01b9d1d { display: flex; align-items: center; gap: 14px; font-family: var(--font-mono); font-size: 13px; letter-spacing: 1.2px; white-space: nowrap; }
.s-4646aac6 { flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; }
.s-cf14cd67 { display: block; font-size: clamp(20px, 3.4vw, 44px); font-weight: 700; letter-spacing: -0.04em; line-height: 1.05; text-transform: lowercase; overflow-wrap: break-word; }
.s-7e40b430 { position: relative; z-index: 1; border-top: 1px solid var(--text-12); padding: clamp(24px, 4vw, 40px) clamp(16px, 4vw, 40px); }
.s-46c6386d { font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; color: var(--text-40); margin-bottom: 14px; }
.s-d076e523 { width: 100%; min-width: 280px; height: 700px; border: 1px solid var(--text-14); }
.s-a4374e3b { position: relative; z-index: 1; border-top: 1px solid var(--text-12); padding: clamp(20px, 3vw, 28px) clamp(16px, 4vw, 40px); display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; }
.s-26ecf938 { display: inline-flex; align-items: center; gap: 10px; background: none; border: 1px solid var(--text-20); color: var(--text-70); padding: 12px 18px; font-family: var(--font-mono); font-size: 13px; letter-spacing: 1.2px; cursor: pointer; }
.s-0b7c2d97 { flex: none; fill: none; stroke: currentColor; stroke-width: 1.6; }
.s-81bdc67f { font-family: var(--font-mono); font-size: 13px; letter-spacing: 1.2px; color: var(--text-55); border-bottom: 1px solid var(--text-20); padding-bottom: 4px; }
.s-8accfe7f { position: relative; border-top: 1px solid var(--text-12); overflow: hidden; }
.s-ae6ea349 { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: clamp(24px, 4vw, 48px); padding: clamp(36px, 5vw, 64px) clamp(16px, 4vw, 40px) clamp(28px, 4vw, 44px); }
.s-244d5b49 { font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; color: var(--text-35); }
.s-26e56f58 { margin-top: 14px; display: flex; flex-direction: column; gap: 9px; font-size: 14px; letter-spacing: 1.6px; }
.s-5e6e43d6 { color: var(--text-70); }
.s-8214c1ef { margin-top: 14px; font-size: 13px; line-height: 1.6; color: var(--text-70); }
.s-8415c3f9 { margin-top: 16px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; color: var(--text-40); }
.s-2c5a0c36 { position: relative; z-index: 1; padding: 0 0 clamp(16px, 3vw, 32px); overflow: hidden; }
.s-f98660c3 { font-size: 19.3vw; font-weight: 700; letter-spacing: -0.055em; margin-left: -0.02em; line-height: 0.82; color: transparent; -webkit-text-stroke: 1px var(--text-22); white-space: nowrap; text-align: left; }
.s-5887e69a { position: relative; z-index: 1; border-top: 1px solid var(--text-12); padding: 16px clamp(16px, 4vw, 40px); display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; color: var(--text-35); }
.s-6c0503c9 { position: fixed; inset: 0; z-index: 999; background: var(--bg); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; animation: loaderOut 620ms cubic-bezier(0.7,0,0.3,1) 520ms forwards; }
.s-f1dce7f9 { font-family: var(--font-mono); font-size: 13px; letter-spacing: 3px; color: var(--text-50); }
.s-ce281fc0 { width: 100%; height: 100%; background: var(--accent); transform-origin: left; animation: loaderBar 1000ms cubic-bezier(0.3,0.9,0.2,1) forwards; }
.s-4d6a752a { position: relative; width: 100%; min-height: 100vh; background: var(--bg); }
.s-50e7196b { position: fixed; top: 0; left: 0; right: 0; z-index: 30; background: var(--bg-82); backdrop-filter: blur(12px); border-bottom: 1px solid var(--text-12); display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 16px clamp(16px, 4vw, 40px); transition: top 300ms cubic-bezier(0.16,0.84,0.3,1), bottom 300ms cubic-bezier(0.16,0.84,0.3,1), border-radius 300ms ease, padding 300ms ease; }
.s-38b818ff { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-size: 14px; font-weight: 600; letter-spacing: 1.6px; }
.s-95e17212 { padding-top: 56px; }
.s-eb7c9d5a { position: relative; overflow: hidden; border-bottom: 1px solid var(--text-12); }
.s-37a74d15 { position: relative; z-index: 1; padding: clamp(40px, 7vw, 96px) clamp(16px, 4vw, 40px); }
.s-adbd3dc6 { margin: 18px 0 0; font-weight: 700; text-transform: uppercase; letter-spacing: -0.05em; line-height: 0.86; font-size: clamp(38px, 8.4vw, 140px); }
.s-38b037f7 { margin: clamp(24px, 3vw, 36px) 0 0; max-width: 62ch; font-size: clamp(15px, 1.6vw, 20px); line-height: 1.55; color: var(--text-60); text-wrap: pretty; }
.s-543b2e9b { display: flex; flex-wrap: wrap; gap: 6px; margin-top: clamp(24px, 3vw, 36px); font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; color: var(--text-65); }
.s-68793bb9 { border: 1px solid var(--text-18); padding: 9px 13px; }
.s-fd05dfc6 { border: 1px solid rgba(50, 240, 140,0.45); padding: 9px 13px; color: var(--accent); }
.s-47b0631d { display: block; width: 100%; height: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.s-6f221e06 { position: relative; border-bottom: 1px solid var(--text-12); }
.s-5d819a12 { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 14px clamp(16px, 4vw, 40px); border-bottom: 1px solid var(--text-09); font-family: var(--font-mono); font-size: 13px; letter-spacing: 1.2px; color: var(--text-50); }
.s-379ddcce { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.s-623d119f { padding: clamp(28px, 4vw, 64px) clamp(16px, 4vw, 40px); border-right: 1px solid var(--text-12); }
.s-b7db8578 { margin: 0; font-size: clamp(16px, 1.8vw, 22px); line-height: 1.5; color: var(--text-85); text-wrap: pretty; }
.s-9363cd13 { padding: clamp(28px, 4vw, 64px) clamp(16px, 4vw, 40px); display: grid; gap: 28px; align-content: start; }
.s-479d1b69 { margin-top: 10px; font-size: 16px; line-height: 1.7; color: var(--text-85); }
.s-6a9ccf80 { padding: clamp(40px, 6vw, 88px) clamp(16px, 4vw, 40px) 0; }
.s-a7be9995 { margin: 0; font-weight: 700; text-transform: uppercase; letter-spacing: -0.05em; line-height: 0.88; font-size: clamp(32px, 6.4vw, 96px); }
.s-70c4a57f { margin-top: clamp(32px, 5vw, 64px); display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); border-top: 1px solid var(--text-12); }
.s-00e8872e { font-family: var(--font-mono); font-size: 13px; color: var(--accent); }
.s-42e7c924 { margin: 14px 0 14px; font-size: clamp(19px, 2.1vw, 26px); font-weight: 600; letter-spacing: -0.02em; }
.s-d25085f0 { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; font-size: 16px; line-height: 1.5; color: var(--text-60); }
.s-37d3312b { margin-top: 20px; font-size: 13px; color: var(--accent); letter-spacing: 0.02em; }
.s-315bf350 { margin: 0 0 24px; font-size: clamp(22px, 2.6vw, 34px); font-weight: 700; letter-spacing: -0.03em; }
.s-9ed4cdfa { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; font-size: 16px; line-height: 1.5; color: var(--text-80); }
.s-7fa70e89 { padding: clamp(28px, 4vw, 64px) clamp(16px, 4vw, 40px); }
.s-693b683a { display: flex; flex-wrap: wrap; gap: 6px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; color: var(--text-65); }
.s-5a02668b { margin: 28px 0 0; padding: 0; list-style: none; display: grid; gap: 14px; font-size: clamp(15px, 1.6vw, 18px); line-height: 1.45; color: var(--text); }
.s-cba7df90 { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: clamp(16px, 2.4vw, 32px); margin-top: clamp(28px, 4vw, 48px); font-size: 16px; line-height: 1.6; color: var(--text-60); }
.s-59aca090 { color: var(--accent); font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; margin-bottom: 8px; }
.s-054c1631 { margin-top: clamp(40px, 6vw, 80px); border-top: 1px solid var(--text-12); display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(24px, 3vw, 48px); align-items: center; padding: clamp(28px, 4vw, 56px) clamp(16px, 4vw, 40px); }
.s-a8040799 { margin: 12px 0 0; font-size: clamp(24px, 3.4vw, 46px); font-weight: 700; letter-spacing: -0.04em; line-height: 0.95; }
.s-b3ce0730 { margin: 16px 0 0; max-width: 50ch; font-size: 16px; line-height: 1.6; color: var(--text-60); }
.s-818d149b { display: flex; flex-wrap: wrap; gap: 32px; margin-top: 28px; }
.s-f1b60fb2 { font-size: clamp(26px, 3vw, 40px); font-weight: 700; letter-spacing: -0.04em; color: var(--accent); }
.s-6551a4f0 { display: block; width: 100%; height: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.s-dcc36ddf { border-top: 1px solid var(--text-12); display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(24px, 3vw, 48px); align-items: center; padding: clamp(28px, 4vw, 56px) clamp(16px, 4vw, 40px); }
.s-8bea0fb6 { order: 1; }
.s-0d193479 { min-width: 0; aspect-ratio: 16 / 10; overflow: hidden; }
.s-f141dd6d { display: block; width: 100%; height: 100%; object-fit: cover; }
.s-5f91c88e { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); border-top: 1px solid var(--text-12); border-bottom: 1px solid var(--text-12); }
.s-bef5febc { padding: clamp(28px, 4vw, 56px) clamp(20px, 2.6vw, 36px); border-left: 1px solid var(--text-12); }
.s-dec6c81f { font-size: clamp(34px, 5vw, 68px); font-weight: 700; letter-spacing: -0.05em; line-height: 1; color: var(--accent); }
.s-dd3132d4 { font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; color: var(--text-50); margin-top: 12px; }
.s-89f8ea0d { font-size: clamp(34px, 5vw, 68px); font-weight: 700; letter-spacing: -0.05em; line-height: 1; }
.s-7ea4f9b0 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 4px; padding: clamp(24px, 4vw, 48px) clamp(16px, 4vw, 40px); }
.s-bd475f86 { display: block; width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.s-0c6e7596 { margin: 0; padding: 0; list-style: none; display: grid; gap: 18px; font-size: clamp(15px, 1.7vw, 19px); line-height: 1.45; color: var(--text-85); }
.s-3b475b76 { margin: 0 0 18px; font-size: clamp(22px, 2.6vw, 34px); font-weight: 700; letter-spacing: -0.03em; }
.s-a0e4e964 { margin: 0; font-size: 16px; line-height: 1.65; color: var(--text-60); text-wrap: pretty; }
.s-d85c4e64 { position: relative; }
.s-f2608f53 { padding: clamp(48px, 8vw, 110px) clamp(16px, 4vw, 40px); }
.s-1ef01ff8 { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: clamp(28px, 4vw, 48px); }
.s-817925be { border: 1px solid var(--text-45); color: var(--text); padding: 18px 30px; font-size: 14px; font-weight: 500; letter-spacing: 1.2px; }
.s-4e0da3cd { position: relative; z-index: 1; border-top: 1px solid var(--text-12); display: grid; grid-template-columns: 1fr 1fr; }
.s-a9776980 { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: clamp(10px, 2vw, 20px); padding: clamp(20px, 3vw, 32px) clamp(16px, 4vw, 40px); border-right: 1px solid var(--text-12); color: var(--text); transition: background-color 220ms ease, color 220ms ease; }
.s-363cbc54 { display: block; font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; opacity: 0.6; margin-bottom: 6px; }
.s-a5bb6bd1 { display: block; font-size: clamp(15px, 1.8vw, 20px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; overflow-wrap: break-word; }
.s-6c301b6d { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: clamp(10px, 2vw, 20px); padding: clamp(20px, 3vw, 32px) clamp(16px, 4vw, 40px); color: var(--text); text-align: right; transition: background-color 220ms ease, color 220ms ease; }
.s-617d9e22 { display: block; margin-top: 14px; font-size: 16px; }
.s-d83ee890 { margin-top: 14px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; color: var(--text-40); }
.s-06c43b6b { display: flex; position: fixed; right: clamp(16px, 4vw, 32px); bottom: calc(20px + env(safe-area-inset-bottom, 0px)); z-index: 180; flex-direction: column; align-items: flex-end; gap: 12px; transition: opacity 260ms ease, transform 260ms ease; }
.s-ea7df1c4 { display: none; flex-direction: column; width: min(340px, calc(100vw - 32px)); max-height: min(460px, 70vh); background: var(--bg); border: 1px solid var(--text-18); box-shadow: 0 16px 48px rgba(0,0,0,0.55); }
.s-1f691636 { display: flex; align-items: center; gap: 12px; padding: 16px; border-bottom: 1px solid var(--text-12); }
.s-2def61d8 { position: relative; flex: none; }
.s-37e7248c { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; object-position: 52% 12%; border: 2px solid var(--accent); display: block; }
.s-da8f5396 { position: absolute; bottom: -1px; right: -1px; width: 11px; height: 11px; border-radius: 50%; background: var(--accent-alt); border: 2px solid var(--bg); animation: helperDotPulse 2s ease-in-out infinite; }
.s-ec2eba2b { flex: 1; min-width: 0; }
.s-0815a6ee { font-size: 14px; font-weight: 700; color: var(--text); letter-spacing: -0.01em; }
.s-d6db5611 { font-size: 11px; color: var(--text-60); margin-top: 2px; }
.s-a660bb76 { flex: none; background: none; border: 1px solid var(--text-16); border-radius: 50%; width: 26px; height: 26px; color: var(--text-60); font-size: 15px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.s-f036bc6d { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 14px; }
.s-85c9faf5 { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 16px 14px; }
.s-53d0c345 { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-top: 1px solid var(--text-12); }
.s-ec78705c { flex: 1; min-width: 0; background: none; border: 0; color: var(--text); padding: 6px 0; font-size: 13px; }
.s-580aa6f2 { flex: none; background: none; border: 0; color: var(--accent); padding: 4px; cursor: pointer; display: flex; align-items: center; }
.s-2cef56b2 { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 16px; border-top: 1px solid var(--text-12); font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.6px; }
.s-bf247de0 { display: flex; gap: 16px; }
.s-4012fbb1 { color: var(--text-60); text-decoration: none; }
.s-3bb8834a { background: var(--accent); color: var(--bg); padding: 9px 16px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.s-cc060ff0 { display: none; position: relative; margin-right: 6px; }
.s-8b19d5c2 { position: absolute; top: -8px; right: -8px; width: 22px; height: 22px; border-radius: 50%; background: var(--bg); border: 1px solid var(--text-18); color: var(--text-60); font-size: 12px; line-height: 1; cursor: pointer; padding: 0; z-index: 1; }
.s-9f8c4c44 { background: var(--accent); color: var(--bg); border: 0; border-radius: 18px 18px 4px 18px; padding: 12px 20px; font-size: 14px; font-weight: 700; cursor: pointer; box-shadow: 0 8px 20px rgba(0,0,0,0.35); white-space: nowrap; }
.s-7e067407 { width: 68px; height: 88px; border-radius: 16px; overflow: hidden; border: 2px solid var(--accent); padding: 0; cursor: pointer; box-shadow: 0 8px 24px rgba(0,0,0,0.5); position: relative; flex: none; background: var(--bg); }
.s-e95c2d42 { width: 100%; height: 100%; object-fit: cover; object-position: 52% 18%; filter: grayscale(0); display: block; }
.s-cb995ff4 { display: none; position: absolute; top: 4px; right: 4px; width: 13px; height: 13px; border-radius: 50%; background: var(--accent-alt); border: 2px solid var(--bg); }
.s-f6ffc139 { position: relative; z-index: 1; margin: 0 clamp(16px, 4vw, 40px) clamp(40px, 6vw, 80px); min-height: clamp(240px, 42vw, 560px); background: repeating-linear-gradient(115deg, rgba(50, 240, 140,0.08) 0 2px, rgba(5,5,5,0) 2px 14px); display: flex; align-items: flex-end; padding: 16px; }
.s-333e98a5 { margin: clamp(20px, 3vw, 32px) 0 0; max-width: 60ch; font-size: clamp(15px, 1.6vw, 19px); line-height: 1.55; color: var(--text-60); text-wrap: pretty; }
.s-67fb4e65 { margin-top: 20px; font-size: 13px; color: var(--accent); }
.s-dc8adbb4 { min-width: 0; order: 1; }
.s-5f153345 { font-size: clamp(30px, 4.4vw, 58px); font-weight: 700; letter-spacing: -0.05em; line-height: 1; color: var(--accent); }
.s-63e2abbb { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); border-top: 1px solid var(--text-12); }
.s-d48e2248 { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: clamp(24px, 3vw, 36px) clamp(20px, 2.6vw, 36px); border-left: 1px solid var(--text-12); color: var(--text); }
.s-5068ff39 { display: flex; align-items: flex-start; gap: 14px; }
.s-0127a39e { flex: none; }
.s-0ca450f8 { display: block; font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.2px; color: var(--text-45); }
.s-1d4ef522 { display: block; margin-top: 10px; font-size: clamp(16px, 1.8vw, 22px); font-weight: 600; letter-spacing: -0.02em; }