.nav[data-astro-cid-ug5eb3am]{position:fixed;top:20px;left:20px;right:20px;z-index:var(--z-nav);padding:14px 20px 14px 24px;display:flex;justify-content:space-between;align-items:center;background:#14102ab8;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid var(--line);border-radius:var(--radius-pill)}.nav__logo[data-astro-cid-ug5eb3am]{display:flex;align-items:center;gap:10px;flex-shrink:0}.nav__mark[data-astro-cid-ug5eb3am]{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.nav__mark[data-astro-cid-ug5eb3am] svg{width:100%;height:100%}.nav__name[data-astro-cid-ug5eb3am]{font-weight:700;font-size:18px;letter-spacing:-.02em;color:var(--fg)}.nav__links[data-astro-cid-ug5eb3am]{display:flex;gap:28px;font-size:14px;font-weight:500}.nav__links[data-astro-cid-ug5eb3am] a[data-astro-cid-ug5eb3am]{color:#ffffffbf;transition:color var(--dur) var(--ease)}.nav__links[data-astro-cid-ug5eb3am] a[data-astro-cid-ug5eb3am]:hover,.nav__link--active[data-astro-cid-ug5eb3am]{color:var(--yellow)!important}.nav__phone[data-astro-cid-ug5eb3am]{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#ffffffd9;white-space:nowrap;transition:color var(--dur) var(--ease);flex-shrink:0}.nav__phone[data-astro-cid-ug5eb3am]:hover{color:var(--cyan)}.nav__cta[data-astro-cid-ug5eb3am]{font-size:13px;padding:10px 18px;border-radius:var(--radius-pill);background:var(--yellow);color:var(--bg);font-weight:700;transition:transform var(--dur) var(--ease);white-space:nowrap;flex-shrink:0}.nav__cta[data-astro-cid-ug5eb3am]:hover{transform:scale(1.05)}.nav__mobile[data-astro-cid-ug5eb3am]{display:none}@media(max-width:960px){.nav__links[data-astro-cid-ug5eb3am],.nav__phone[data-astro-cid-ug5eb3am],.nav__cta[data-astro-cid-ug5eb3am]{display:none}.nav__mobile[data-astro-cid-ug5eb3am]{display:block}}@media(max-width:760px){.nav[data-astro-cid-ug5eb3am]{top:12px;left:12px;right:12px;padding:10px 14px 10px 18px}.nav__name[data-astro-cid-ug5eb3am]{font-size:16px}}.nav__mobile[data-astro-cid-ug5eb3am]>summary[data-astro-cid-ug5eb3am]{list-style:none}.nav__mobile[data-astro-cid-ug5eb3am]>summary[data-astro-cid-ug5eb3am]::-webkit-details-marker{display:none}.burger[data-astro-cid-ug5eb3am]{width:40px;height:40px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:8px;border-radius:var(--radius-pill);background:#ffffff14;cursor:pointer;outline-offset:3px}.burger[data-astro-cid-ug5eb3am]:focus-visible{outline:2px solid var(--violet)}.burger__line[data-astro-cid-ug5eb3am]{display:block;width:20px;height:2px;background:var(--fg);border-radius:2px;transition:transform .25s ease,opacity .25s ease;transform-origin:center}details[data-astro-cid-ug5eb3am][open] .burger__line--1[data-astro-cid-ug5eb3am]{transform:translateY(7px) rotate(45deg)}details[data-astro-cid-ug5eb3am][open] .burger__line--2[data-astro-cid-ug5eb3am]{opacity:0}details[data-astro-cid-ug5eb3am][open] .burger__line--3[data-astro-cid-ug5eb3am]{transform:translateY(-7px) rotate(-45deg)}.overlay[data-astro-cid-ug5eb3am]{position:fixed;inset:0;z-index:calc(var(--z-nav) - 1);background:#060416f5;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);opacity:0;pointer-events:none;transition:opacity .25s ease}details[data-astro-cid-ug5eb3am][open] .overlay[data-astro-cid-ug5eb3am]{opacity:1;pointer-events:auto}.overlay__nav[data-astro-cid-ug5eb3am]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;height:100%;padding:24px}.overlay__link[data-astro-cid-ug5eb3am]{font-size:32px;font-weight:700;color:var(--fg);letter-spacing:-.02em;transition:color var(--dur) var(--ease)}.overlay__link[data-astro-cid-ug5eb3am]:hover,.overlay__link--active[data-astro-cid-ug5eb3am]{color:var(--yellow)}.overlay__cta[data-astro-cid-ug5eb3am]{margin-top:24px;padding:16px 28px;border-radius:var(--radius-pill);background:var(--yellow);color:var(--bg);font-weight:700;font-size:18px}.tel-float[data-astro-cid-ug5eb3am]{display:none}@media(max-width:960px){.tel-float[data-astro-cid-ug5eb3am]{display:flex;align-items:center;justify-content:center;position:fixed;bottom:24px;right:20px;z-index:var(--z-nav);width:52px;height:52px;border-radius:50%;background:var(--violet);color:#fff;box-shadow:0 4px 20px #7b3bff80;transition:transform .2s ease,box-shadow .2s ease}.tel-float[data-astro-cid-ug5eb3am]:hover,.tel-float[data-astro-cid-ug5eb3am]:focus-visible{transform:scale(1.1);box-shadow:0 6px 28px #7b3bffb3}.tel-float[data-astro-cid-ug5eb3am]:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}}.foot[data-astro-cid-mh6itkc3]{padding:80px var(--gutter) 32px;background:var(--bg-deep)}.foot__inner[data-astro-cid-mh6itkc3]{max-width:var(--max-w);margin-inline:auto}.foot__big[data-astro-cid-mh6itkc3]{font-size:clamp(100px,16vw,280px);font-weight:700;line-height:.9;letter-spacing:-.05em;background:linear-gradient(90deg,var(--violet-2),var(--pink),var(--orange));-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:64px;user-select:none}.foot__grid[data-astro-cid-mh6itkc3]{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr 1fr 1fr;gap:40px;padding:48px 0;border-top:1px solid var(--line)}.foot__col[data-astro-cid-mh6itkc3] h4[data-astro-cid-mh6itkc3],.foot__brand[data-astro-cid-mh6itkc3] h4[data-astro-cid-mh6itkc3]{font-family:var(--font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:18px;font-weight:500}.foot__col[data-astro-cid-mh6itkc3] ul[data-astro-cid-mh6itkc3]{display:flex;flex-direction:column;gap:10px}.foot__col[data-astro-cid-mh6itkc3] ul[data-astro-cid-mh6itkc3] li[data-astro-cid-mh6itkc3]{color:#ffffffbf;font-size:14px}.foot__col[data-astro-cid-mh6itkc3] ul[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]{color:#ffffffbf;font-size:14px;transition:color var(--dur) var(--ease)}.foot__col[data-astro-cid-mh6itkc3] ul[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]:hover{color:var(--yellow)}.foot__brand[data-astro-cid-mh6itkc3] p[data-astro-cid-mh6itkc3]{color:#ffffffb3;font-size:14px;line-height:1.6;max-width:340px}.foot__social[data-astro-cid-mh6itkc3]{display:inline-flex;align-items:center;gap:10px;margin-top:20px;padding:8px 14px;border:1px solid var(--line);border-radius:var(--radius-pill);color:#ffffffb3;font-size:13px;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;transition:all var(--dur) var(--ease)}.foot__social[data-astro-cid-mh6itkc3]:hover{color:var(--yellow);border-color:var(--yellow)}.foot__bottom[data-astro-cid-mh6itkc3]{display:flex;justify-content:space-between;padding-top:32px;font-family:var(--font-mono);font-size:11px;color:var(--muted);letter-spacing:.14em;text-transform:uppercase;flex-wrap:wrap;gap:12px}.foot__bottom[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]{color:var(--muted);transition:color var(--dur) var(--ease)}.foot__bottom[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]:hover{color:var(--yellow)}.foot__sep[data-astro-cid-mh6itkc3]{margin:0 8px;opacity:.5}@media(max-width:1280px){.foot__grid[data-astro-cid-mh6itkc3]{grid-template-columns:1.5fr 1fr 1fr 1fr}}@media(max-width:1000px){.foot__grid[data-astro-cid-mh6itkc3]{grid-template-columns:1fr 1fr 1fr}}@media(max-width:760px){.foot[data-astro-cid-mh6itkc3]{padding:60px var(--gutter-sm) 24px}.foot__grid[data-astro-cid-mh6itkc3]{grid-template-columns:1fr 1fr;gap:32px}.foot__bottom[data-astro-cid-mh6itkc3]{flex-direction:column}}@media(max-width:480px){.foot__grid[data-astro-cid-mh6itkc3]{grid-template-columns:1fr}}:root{--bg: #0e0b1f;--bg-2: #14102a;--bg-3: #1a1435;--bg-deep: #060416;--fg: #ffffff;--fg-soft: rgba(255, 255, 255, .85);--fg-mute: rgba(255, 255, 255, .7);--muted: #9a96b8;--line: rgba(255, 255, 255, .1);--line-2: rgba(255, 255, 255, .18);--violet: #8b4fff;--violet-2: #a67bff;--violet-deep: #4a1fb0;--orange: #ff6b2c;--yellow: #f5ff3d;--cyan: #00e6d3;--pink: #ff4da6;--radius-xs: 8px;--radius-sm: 12px;--radius-md: 20px;--radius-lg: 28px;--radius-pill: 999px;--ease: cubic-bezier(.2, .8, .2, 1);--ease-out: cubic-bezier(.16, 1, .3, 1);--dur-fast: .15s;--dur: .25s;--dur-slow: .4s;--dur-slower: .5s;--font-sans: "Space Grotesk Variable", "Space Grotesk", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono Variable", "JetBrains Mono", ui-monospace, "Menlo", monospace;--max-w: 1400px;--max-w-sm: 980px;--max-w-xs: 760px;--gutter: 48px;--gutter-md: 32px;--gutter-sm: 20px;--z-nav: 50;--z-modal: 100;--z-toast: 200}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(data:font/woff2;base64,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) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/assets/jetbrains-mono-cyrillic-wght-normal.D73BlboJ.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/assets/jetbrains-mono-greek-wght-normal.Bw9x6K1M.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/assets/jetbrains-mono-vietnamese-wght-normal.Bt-aOZkq.woff2) format("woff2-variations");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}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/assets/jetbrains-mono-latin-ext-wght-normal.DBQx-q_a.woff2) format("woff2-variations");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}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/assets/jetbrains-mono-latin-wght-normal.B9CIFXIH.woff2) format("woff2-variations");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}@font-face{font-family:Space Grotesk Variable;font-style:normal;font-display:optional;font-weight:300 700;src:url(/fonts/space-grotesk-vietnamese-wght-normal.woff2) format("woff2-variations");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}@font-face{font-family:Space Grotesk Variable;font-style:normal;font-display:optional;font-weight:300 700;src:url(/fonts/space-grotesk-latin-ext-wght-normal.woff2) format("woff2-variations");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}@font-face{font-family:Space Grotesk Variable;font-style:normal;font-display:optional;font-weight:300 700;src:url(/fonts/space-grotesk-latin-wght-normal.woff2) format("woff2-variations");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}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes float-1{0%,to{transform:rotate(4deg) translateY(0)}50%{transform:rotate(4deg) translateY(-14px)}}@keyframes float-2{0%,to{transform:rotate(-3deg) translateY(0)}50%{transform:rotate(-3deg) translateY(12px)}}@keyframes float-3{0%,to{transform:rotate(2deg) translateY(0)}50%{transform:rotate(2deg) translateY(-10px)}}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes pulse-yellow{0%,to{box-shadow:0 0 #f5ff3d66}50%{box-shadow:0 0 0 12px #f5ff3d00}}.prose{font-size:18px;line-height:1.7;color:var(--fg-soft);max-width:72ch}.prose>*+*{margin-top:1.25em}.prose h2{font-size:clamp(28px,4vw,44px);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--fg);margin-top:2.5em;margin-bottom:.6em}.prose h3{font-size:clamp(22px,2.8vw,30px);font-weight:700;line-height:1.2;letter-spacing:-.015em;color:var(--fg);margin-top:2em;margin-bottom:.5em}.prose h4{font-size:20px;font-weight:600;letter-spacing:-.01em;color:var(--fg);margin-top:1.6em;margin-bottom:.4em}.prose p{color:var(--fg-soft)}.prose strong{color:var(--fg);font-weight:600}.prose em{color:var(--yellow);font-style:italic}.prose a{color:var(--yellow);text-decoration:underline;text-decoration-color:#f5ff3d66;text-underline-offset:4px;text-decoration-thickness:1.5px;transition:text-decoration-color var(--dur) var(--ease)}.prose a:hover{text-decoration-color:var(--yellow)}.prose ul,.prose ol{padding-left:28px}.prose ul{list-style:none}.prose ul>li:before{content:"✦";color:var(--yellow);font-weight:700;margin-right:14px;margin-left:-28px}.prose ol{list-style:decimal}.prose ol>li::marker{color:var(--yellow);font-weight:700}.prose li+li{margin-top:.4em}.prose blockquote{margin:2em 0;padding:24px 28px;border-left:4px solid var(--yellow);background:var(--bg-2);border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-size:20px;line-height:1.55;color:var(--fg);font-style:italic}.prose blockquote p{color:var(--fg)}.prose code{background:var(--bg-2);border:1px solid var(--line);padding:2px 8px;border-radius:6px;font-family:var(--font-mono);font-size:.85em;color:var(--yellow)}.prose pre{background:var(--bg-deep);border:1px solid var(--line);padding:20px 24px;border-radius:var(--radius-sm);overflow-x:auto;font-family:var(--font-mono);font-size:14px;line-height:1.6}.prose pre code{background:transparent;border:none;padding:0;color:var(--fg)}.prose img,.prose video{border-radius:var(--radius-md);margin:2em 0}.prose hr{border:0;height:1px;background:var(--line);margin:3em 0}.prose table{width:100%;border-collapse:collapse;margin:2em 0;font-size:15px}.prose th,.prose td{padding:12px 16px;border-bottom:1px solid var(--line);text-align:left}.prose th{font-family:var(--font-mono);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.callout{margin:2em 0;padding:24px 28px;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-2)}.callout--yellow{border-color:var(--yellow);background:#f5ff3d0f}.callout--pink{border-color:var(--pink);background:#ff4da60f}.callout--cyan{border-color:var(--cyan);background:#00e6d30f}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}html,body{background:var(--bg);color:var(--fg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{overflow-x:hidden;min-height:100vh;line-height:1.5}a{color:inherit;text-decoration:none}img,svg,video{max-width:100%;display:block}button{font-family:inherit;color:inherit;background:none;border:none;cursor:pointer}input,textarea,select{font-family:inherit;color:inherit}ul,ol{list-style:none}::selection{background:var(--yellow);color:var(--bg)}:focus{outline:none}:focus-visible{outline:3px solid var(--yellow);outline-offset:3px;border-radius:4px}.mono{font-family:var(--font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase}.gr-v{background:linear-gradient(90deg,var(--violet-2),var(--cyan));-webkit-background-clip:text;background-clip:text;color:transparent}.gr-o{background:linear-gradient(90deg,var(--orange),var(--pink));-webkit-background-clip:text;background-clip:text;color:transparent}.gr-y{background:linear-gradient(90deg,var(--yellow),var(--orange),var(--pink));-webkit-background-clip:text;background-clip:text;color:transparent}.skip-link{position:absolute;top:-40px;left:8px;background:var(--yellow);color:var(--bg);padding:8px 14px;border-radius:var(--radius-pill);font-weight:700;font-size:13px;z-index:var(--z-modal);transition:top var(--dur) var(--ease)}.skip-link:focus-visible{top:8px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
