:root{--font-primary: "Montserrat", sans-serif;--font-accent: "Orbitron", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{background-color:#331a4d;height:auto;scroll-behavior:auto}body{background-color:transparent;min-height:100vh;min-height:100dvh;font-family:var(--font-primary);color:#e2e8f0;padding-top:80px;position:relative}.section-title{align-items:center;color:#e2e8f0;display:flex;font-family:Orbitron,sans-serif;font-size:clamp(2rem,6vw,3rem);font-weight:600;gap:1rem;margin-bottom:3rem;text-shadow:0 0 10px rgba(226,232,240,.3)}.icon-wrapper{color:#6366f1;display:flex}:root{--navbar-transition-speed: .3s}.header-wrapper[data-astro-cid-5blmo7yk]{position:fixed;top:0;left:0;width:100%;z-index:50;padding:1rem 0;transition:padding .3s ease,transform .3s ease}.header-wrapper[data-astro-cid-5blmo7yk].scrolled{padding:.5rem 0;transform:translateY(0)}.navbar[data-astro-cid-5blmo7yk]{display:flex;justify-content:space-between;align-items:center;border-radius:9999px;padding:11px 30px;background-color:transparent;border:1px solid transparent;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);box-shadow:0 0 #0000;transform:translateY(0);transition:background-color var(--navbar-transition-speed) ease,border-color var(--navbar-transition-speed) ease,box-shadow var(--navbar-transition-speed) ease,backdrop-filter var(--navbar-transition-speed) ease,-webkit-backdrop-filter var(--navbar-transition-speed) ease,padding var(--navbar-transition-speed) ease,transform var(--navbar-transition-speed) ease}.header-wrapper[data-astro-cid-5blmo7yk].scrolled .navbar[data-astro-cid-5blmo7yk]{background-color:#0710306b;backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);border-color:#92aad542;box-shadow:0 6px 18px -16px #000000f2,inset 0 0 0 1px #94a3b814;padding:9px 24px;transform:translateY(0)}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.header-wrapper[data-astro-cid-5blmo7yk].scrolled .navbar[data-astro-cid-5blmo7yk]{background-color:#071030c7}}.nav-logo-img[data-astro-cid-5blmo7yk]{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover}.nav-controls[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:1rem}.menu-content[data-astro-cid-5blmo7yk]{display:flex;flex-grow:1;justify-content:center}.nav-menu[data-astro-cid-5blmo7yk]{display:flex;list-style:none;margin:0;padding:0;gap:1.5rem}.nav-link[data-astro-cid-5blmo7yk]{color:#e2e8f0;text-decoration:none;font-size:1rem;transition:color var(--navbar-transition-speed) ease}.nav-link[data-astro-cid-5blmo7yk]:hover{color:#fff;font-weight:700}.language-switcher-desktop[data-astro-cid-5blmo7yk]{display:flex;align-items:center;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.28);border-radius:20px;color:#e2e8f0;text-decoration:none;font-weight:700;font-size:.9rem;transition:background-color var(--navbar-transition-speed) ease}.header-wrapper[data-astro-cid-5blmo7yk].scrolled .language-switcher-desktop[data-astro-cid-5blmo7yk]{background-color:#08123359;border-color:#b8cdff6b}.language-switcher-desktop[data-astro-cid-5blmo7yk]:hover{background-color:#ffffff1a}.hamburger-button[data-astro-cid-5blmo7yk]{display:none;flex-direction:column;justify-content:space-between;width:25px;height:18px;background:none;border:none;cursor:pointer;padding:0;z-index:61}.hamburger-button[data-astro-cid-5blmo7yk] span[data-astro-cid-5blmo7yk]{display:block;height:3px;width:100%;background-color:#e2e8f0;border-radius:2px}.mobile-menu[data-astro-cid-5blmo7yk]{position:fixed;top:0;right:0;width:250px;height:100vh;background-color:#0f172afa;backdrop-filter:blur(10px);transform:translate(100%);transition:transform .3s ease;z-index:60;padding:2rem 1rem;display:flex;flex-direction:column;box-shadow:-5px 0 15px #00000080}.mobile-menu[data-astro-cid-5blmo7yk].active{transform:translate(0)}.close-menu[data-astro-cid-5blmo7yk]{background:none;border:none;font-size:2.5rem;line-height:1;color:#fff;align-self:flex-end;cursor:pointer;padding:5px}.mobile-nav-menu[data-astro-cid-5blmo7yk]{list-style:none;margin:2rem 0 0;padding:0;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.mobile-nav-link[data-astro-cid-5blmo7yk],.mobile-language-switcher[data-astro-cid-5blmo7yk]{color:#e2e8f0;text-decoration:none;font-size:1.2rem;font-weight:700}.mobile-nav-link[data-astro-cid-5blmo7yk]:hover,.mobile-language-switcher[data-astro-cid-5blmo7yk]:hover{color:#fff}.menu-overlay[data-astro-cid-5blmo7yk]{position:fixed;inset:0;background:#0009;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:55}.menu-overlay[data-astro-cid-5blmo7yk].active{opacity:1;visibility:visible}.nav-link[data-astro-cid-5blmo7yk].active{color:#fff;font-weight:700;text-shadow:0 0 10px rgba(255,255,255,.3)}.mobile-nav-link[data-astro-cid-5blmo7yk].active{color:#fff;font-weight:700}@media(max-width:768px){.desktop-menu[data-astro-cid-5blmo7yk]{display:none}.hamburger-button[data-astro-cid-5blmo7yk]{display:flex}.language-switcher-desktop[data-astro-cid-5blmo7yk]{display:none}.navbar[data-astro-cid-5blmo7yk]{padding:10px 20px}.header-wrapper[data-astro-cid-5blmo7yk].scrolled{padding:.4rem 0}.header-wrapper[data-astro-cid-5blmo7yk].scrolled .navbar[data-astro-cid-5blmo7yk]{padding:8px 16px}}.footer-section[data-astro-cid-sz7xmlte]{padding:2rem 0;margin-top:4rem;border-top:1px solid rgba(148,163,184,.1);background-color:#0f172a4d;backdrop-filter:blur(5px)}.footer-content[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-socials[data-astro-cid-sz7xmlte]{display:flex;gap:1.5rem}.footer-socials[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#94a3b8;transition:all .3s ease;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:50%;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.footer-socials[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#fff;background:#ffffff1a;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.copyright-text[data-astro-cid-sz7xmlte]{color:#94a3b8;font-size:.9rem}.author-name[data-astro-cid-sz7xmlte]{font-family:Orbitron,sans-serif;color:#e2e8f0;font-weight:600}.footer-right[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#94a3b8}.astro-link[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.4rem;text-decoration:none;color:#e2e8f0;font-weight:600;padding:.3rem .6rem;border-radius:6px;transition:all .3s ease}.astro-link[data-astro-cid-sz7xmlte]:hover{background-color:#ff5d011a;color:#ff5d01}.astro-logo[data-astro-cid-sz7xmlte]{transition:transform .3s ease}.astro-link[data-astro-cid-sz7xmlte]:hover .astro-logo[data-astro-cid-sz7xmlte]{transform:rotate(15deg) scale(1.1)}@media(max-width:640px){.footer-content[data-astro-cid-sz7xmlte]{flex-direction:column;text-align:center;gap:1.5rem}}#cookie-banner[data-astro-cid-fzbxxtek]{display:none;position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%);z-index:9999;background:#1a0a33eb;border:1px solid rgba(99,102,241,.35);backdrop-filter:blur(8px);border-radius:.75rem;padding:.875rem 1.25rem;align-items:center;gap:1rem;font-family:var(--font-primary, "Montserrat", sans-serif);font-size:.8rem;color:#e2e8f0;white-space:nowrap;box-shadow:0 4px 24px #0006;max-width:calc(100vw - 2rem)}#cookie-banner[data-astro-cid-fzbxxtek] p[data-astro-cid-fzbxxtek]{margin:0}#cookie-accept[data-astro-cid-fzbxxtek]{background:#6366f1;color:#fff;border:none;border-radius:.5rem;padding:.375rem .875rem;font-family:inherit;font-size:.8rem;font-weight:700;cursor:pointer;transition:background .2s;white-space:nowrap}#cookie-accept[data-astro-cid-fzbxxtek]:hover{background:#4f46e5}@media(max-width:480px){#cookie-banner[data-astro-cid-fzbxxtek]{left:0;right:0;bottom:0;transform:none;border-radius:.75rem .75rem 0 0;border-bottom:none;flex-direction:row;white-space:normal;padding:.875rem 1rem;max-width:100%;gap:.75rem}#cookie-banner[data-astro-cid-fzbxxtek] p[data-astro-cid-fzbxxtek]{flex:1;line-height:1.4}#cookie-accept[data-astro-cid-fzbxxtek]{min-width:80px;min-height:38px}}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/montserrat-cyrillic-ext-400-normal.Xqov12YL.woff2) format("woff2"),url(/_astro/montserrat-cyrillic-ext-400-normal.DRPPeomZ.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/montserrat-cyrillic-400-normal.BPq32Q8K.woff2) format("woff2"),url(/_astro/montserrat-cyrillic-400-normal.jEs4Tk-Z.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/montserrat-vietnamese-400-normal.D4oHqQTd.woff2) format("woff2"),url(/_astro/montserrat-vietnamese-400-normal.BeEscFYY.woff) format("woff");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:Montserrat;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/montserrat-latin-ext-400-normal.B8bwfy6Y.woff2) format("woff2"),url(/_astro/montserrat-latin-ext-400-normal.BffdBkAA.woff) format("woff");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:Montserrat;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/montserrat-latin-400-normal.BLhwKU8k.woff2) format("woff2"),url(/_astro/montserrat-latin-400-normal.xItZbAXg.woff) format("woff");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:Montserrat;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/montserrat-cyrillic-ext-700-normal.MyDreaeu.woff2) format("woff2"),url(/_astro/montserrat-cyrillic-ext-700-normal.D-Mk2xRJ.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/montserrat-cyrillic-700-normal.D-Pqjtdp.woff2) format("woff2"),url(/_astro/montserrat-cyrillic-700-normal.BvLYcGP1.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/montserrat-vietnamese-700-normal.C0x1De3p.woff2) format("woff2"),url(/_astro/montserrat-vietnamese-700-normal.DnwGT2D9.woff) format("woff");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:Montserrat;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/montserrat-latin-ext-700-normal.BOP2Nhf0.woff2) format("woff2"),url(/_astro/montserrat-latin-ext-700-normal.DdDFr05Z.woff) format("woff");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:Montserrat;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/montserrat-latin-700-normal.BdjcYUrC.woff2) format("woff2"),url(/_astro/montserrat-latin-700-normal.BWkrl476.woff) format("woff");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:Montserrat;font-style:normal;font-display:swap;font-weight:900;src:url(/_astro/montserrat-cyrillic-ext-900-normal.ET-C-0fX.woff2) format("woff2"),url(/_astro/montserrat-cyrillic-ext-900-normal.CfuaLo5j.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:900;src:url(/_astro/montserrat-cyrillic-900-normal.CrYcRZSi.woff2) format("woff2"),url(/_astro/montserrat-cyrillic-900-normal.CGsoW8-j.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:900;src:url(/_astro/montserrat-vietnamese-900-normal.DNvcOCEl.woff2) format("woff2"),url(/_astro/montserrat-vietnamese-900-normal.Dz06HFPU.woff) format("woff");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:Montserrat;font-style:normal;font-display:swap;font-weight:900;src:url(/_astro/montserrat-latin-ext-900-normal.BTaqesvP.woff2) format("woff2"),url(/_astro/montserrat-latin-ext-900-normal.DoASD5Eh.woff) format("woff");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:Montserrat;font-style:normal;font-display:swap;font-weight:900;src:url(/_astro/montserrat-latin-900-normal.B0TD3Qnu.woff2) format("woff2"),url(/_astro/montserrat-latin-900-normal.BDWDmVut.woff) format("woff");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:Orbitron;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/orbitron-latin-400-normal.U6xZUhur.woff2) format("woff2"),url(/_astro/orbitron-latin-400-normal.DBk4Dmer.woff) format("woff");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:Orbitron;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/orbitron-latin-500-normal.DQ2gt4P1.woff2) format("woff2"),url(/_astro/orbitron-latin-500-normal.BCCupJ8c.woff) format("woff");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:Orbitron;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/orbitron-latin-700-normal.4jsRXGGJ.woff2) format("woff2"),url(/_astro/orbitron-latin-700-normal.DmYOh-W9.woff) format("woff");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}#background-canvas[data-astro-cid-sckkx6r4]{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100lvh;display:block;background:linear-gradient(to bottom right,#0a0a1a,#1a0a33,#331a4d);background-repeat:no-repeat;background-size:cover;z-index:0;pointer-events:none;will-change:auto}html,body{margin:0;padding:0;height:auto}html{height:auto}body{margin:0;padding:0;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;position:relative;isolation:isolate}body>[data-astro-cid-sckkx6r4]:not(#background-canvas){z-index:1}main[data-astro-cid-sckkx6r4],footer[data-astro-cid-sckkx6r4]{position:relative;z-index:1}main[data-astro-cid-sckkx6r4]{flex:1;width:100%}
