:root{--font-inter:"Inter",sans-serif;--font-jetbrains-mono:"JetBrains Mono",monospace}body{margin:0;padding:0;background-color:#0d0d1a;color:#e0e0ff;font-family:var(--font-inter)}code,pre{font-family:var(--font-jetbrains-mono)}@keyframes neonGlow{0%{text-shadow:0 0 5px #f0f,0 0 10px #f0f,0 0 20px #0ff}50%{text-shadow:0 0 10px #f0f,0 0 20px #f0f,0 0 30px #0ff}to{text-shadow:0 0 5px #f0f,0 0 10px #f0f,0 0 20px #0ff}}.Menu_container__g1jsn{max-width:900px;margin:0 auto;padding:60px 20px;position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s}html.Menu_dark__11TeH .Menu_container__g1jsn:before{background:linear-gradient(180deg,rgba(30,30,47,.1),transparent)}html.Menu_dark__11TeH .Menu_container__g1jsn:before,html:not(.Menu_dark__11TeH) .Menu_container__g1jsn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;animation:Menu_pulse__vQHRh 10s ease-in-out infinite}html:not(.Menu_dark__11TeH) .Menu_container__g1jsn:before{background:linear-gradient(180deg,hsla(0,0%,100%,.1),transparent)}.Menu_canvas__Ys5_F{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2;opacity:.1;pointer-events:none}.Menu_wrapper__RFplP{flex:1;display:flex;flex-direction:column;position:relative;z-index:1}.Menu_header__aw3bw{text-align:center;padding:20px 0;background:transparent;border-bottom:1px solid #4a90e2;transition:border-color .3s,all .3s}html:not(.Menu_dark__11TeH) .Menu_header__aw3bw{border-color:#2d6ab0}.Menu_title__2VvvF{font-family:Roboto Mono,monospace;font-size:2em;color:#4a90e2;margin-bottom:5px;transition:color .3s}html:not(.Menu_dark__11TeH) .Menu_title__2VvvF{color:#2d6ab0}.Menu_subtitle__j2qev{font-size:1em;color:#1e1e2f;font-family:Roboto Mono,monospace;transition:color .3s}html:not(.Menu_dark__11TeH) .Menu_subtitle__j2qev{color:#1e1e2f}.Menu_main__hhoVe{flex:1;display:flex;flex-direction:column;gap:80px;margin-top:40px;transition:all .3s}.Menu_scrollable__TzBZi{overflow-y:auto;max-height:calc(100vh - 120px);padding-bottom:70px}.Menu_section__derIZ{padding:20px;border:1px solid #4a90e2;border-radius:6px;transition:border-color .3s,all .3s;background:transparent}html:not(.Menu_dark__11TeH) .Menu_section__derIZ{border-color:#2d6ab0}.Menu_sectionTitle__BsB1x{font-family:Roboto Mono,monospace;font-size:1.5em;color:#4a90e2;margin-bottom:15px;transition:color .3s}html:not(.Menu_dark__11TeH) .Menu_sectionTitle__BsB1x{color:#2d6ab0}.Menu_profileContainer__wMQbj{display:flex;align-items:center;gap:30px;margin-top:20px;flex-wrap:wrap;justify-content:center;transition:all .3s}.Menu_profileImage__qSmiF{border-radius:6px;border:1px solid #4a90e2;object-fit:cover;transition:border-color .3s}html:not(.Menu_dark__11TeH) .Menu_profileImage__qSmiF{border-color:#2d6ab0}.Menu_description__o5x2u{font-size:1em;line-height:1.6;color:#1e1e2f;transition:color .3s}html:not(.Menu_dark__11TeH) .Menu_description__o5x2u{color:#1e1e2f}.Menu_list__ayU6q{list-style:none;padding:0;transition:all .3s}.Menu_item__azyKd{margin-bottom:40px;padding:10px;transition:all .3s}.Menu_itemTitle__ZMr_w{font-family:Roboto Mono,monospace;font-size:1.2em;color:#4a90e2;margin-bottom:5px;transition:color .3s}html:not(.Menu_dark__11TeH) .Menu_itemTitle__ZMr_w{color:#2d6ab0}.Menu_text__DQ_o3{font-size:.9em;color:#1e1e2f;margin-top:5px;transition:color .3s}html:not(.Menu_dark__11TeH) .Menu_text__DQ_o3{color:#1e1e2f}.Menu_link__jJIRm{color:#4a90e2;text-decoration:none;font-weight:500;transition:color .3s}html:not(.Menu_dark__11TeH) .Menu_link__jJIRm{color:#2d6ab0}.Menu_link__jJIRm:hover{color:#6ab0ff}html:not(.Menu_dark__11TeH) .Menu_link__jJIRm:hover{color:#4a90e2}.Menu_codeEditor__MjE8I{margin:10px 0;border:1px solid #4a90e2;border-radius:4px;transition:border-color .3s}html:not(.Menu_dark__11TeH) .Menu_codeEditor__MjE8I{border-color:#2d6ab0}.Menu_viewAll__ageR2{display:inline-block;padding:10px 20px;background:transparent;color:#4a90e2;border:1px solid #4a90e2;border-radius:4px;text-decoration:none;font-weight:500;font-family:Roboto Mono,monospace;transition:background .3s,color .3s,border-color .3s}html:not(.Menu_dark__11TeH) .Menu_viewAll__ageR2{color:#2d6ab0;border-color:#2d6ab0}.Menu_viewAll__ageR2:hover{background:#4a90e2;color:#fff;border-color:#4a90e2}html:not(.Menu_dark__11TeH) .Menu_viewAll__ageR2:hover{background:#2d6ab0;color:#fff;border-color:#2d6ab0}@keyframes Menu_pulse__vQHRh{0%{opacity:.95}50%{opacity:1}to{opacity:.95}}@media (max-width:768px){.Menu_container__g1jsn{padding:40px 10px;max-width:100%}.Menu_header__aw3bw{padding:15px 0}.Menu_title__2VvvF{font-size:1.5em}.Menu_subtitle__j2qev{font-size:.9em}.Menu_profileContainer__wMQbj{flex-direction:column;text-align:center}.Menu_profileImage__qSmiF{width:150px;height:150px}.Menu_section__derIZ{padding:15px}.Menu_sectionTitle__BsB1x{font-size:1.2em}.Menu_main__hhoVe{gap:50px}.Menu_item__azyKd{margin-bottom:30px}}@media (max-width:480px){.Menu_title__2VvvF{font-size:1.2em}.Menu_profileImage__qSmiF{width:120px;height:120px}.Menu_sectionTitle__BsB1x{font-size:1em}.Menu_main__hhoVe{gap:40px}.Menu_viewAll__ageR2{padding:8px 16px;font-size:.8em}.Menu_menuLink__2pvui,.Menu_toggleButton__izRxe{padding:6px 8px}}.Menu_menu__dGGWo{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);width:auto;max-width:400px;min-width:320px;background-color:var(--bg-secondary,hsla(0,0%,100%,.9));border:1px solid var(--border-color,rgba(0,0,0,.1));border-radius:50px;z-index:100;backdrop-filter:blur(15px);box-shadow:0 8px 30px var(--shadow-color,rgba(0,0,0,.1));padding:0 15px}.dark-mode .Menu_menu__dGGWo{background-color:rgba(30,30,40,.85);border-color:hsla(0,0%,100%,.1);box-shadow:0 8px 30px rgba(0,0,0,.3)}.Menu_menuList__FqTFv{display:flex;list-style:none;padding:0;margin:0;width:100%;height:60px;justify-content:space-between}.Menu_menuList__FqTFv li{flex:1;text-align:center;position:relative;display:flex;align-items:center;justify-content:center}.Menu_menuLink__2pvui,.Menu_toggleButton__izRxe{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem 0;color:var(--text-secondary);text-decoration:none;font-size:.75rem;transition:all .2s ease;background:none;border:none;cursor:pointer;width:100%;height:100%;position:relative;overflow:hidden}.Menu_menuLink__2pvui:before,.Menu_toggleButton__izRxe:before{content:"";position:absolute;top:0;left:50%;width:0;height:2px;background-color:var(--accent-color);transition:all .2s ease;transform:translateX(-50%)}.Menu_activeLink__dfU5a:before,.Menu_menuLink__2pvui:hover:before,.Menu_toggleButton__izRxe:hover:before{width:24px}.Menu_menuLink__2pvui:hover,.Menu_toggleButton__izRxe:hover{color:var(--accent-color);background-color:var(--hover-bg);text-decoration:none}.Menu_menuIcon__1tpaI{display:flex;align-items:center;justify-content:center;margin-bottom:.375rem;transition:all .2s ease;width:24px;height:24px}.Menu_svgIcon__bpc24{width:20px;height:20px;transition:all .3s ease;stroke:var(--text-secondary,#555)}.Menu_menuLink__2pvui:hover .Menu_svgIcon__bpc24{stroke:var(--accent-color,#4a90e2);transform:translateY(-2px)}.dark-mode .Menu_svgIcon__bpc24{stroke:var(--text-secondary,#aaa)}.dark-mode .Menu_menuLink__2pvui:hover .Menu_svgIcon__bpc24{stroke:var(--accent-color,#6e8efb);filter:drop-shadow(0 0 3px rgba(110,142,251,.4))}.Menu_activeLink__dfU5a .Menu_svgIcon__bpc24{stroke:var(--accent-color,#4a90e2)}.Menu_toggleText__jH_bE{font-size:.75rem;font-weight:500}.Menu_menuLink__2pvui:hover .Menu_menuIcon__1tpaI,.Menu_toggleButton__izRxe:hover .Menu_menuIcon__1tpaI,.Menu_toggleButton__izRxe:hover .Menu_toggleIcon__F1lxc{opacity:1;transform:translateY(-2px)}.Menu_activeLink__dfU5a{color:var(--accent-color)}.Menu_activeLink__dfU5a .Menu_menuIcon__1tpaI{opacity:1}.Menu_menuLink__2pvui:hover .Menu_menuIcon__1tpaI,.Menu_toggleButton__izRxe:hover .Menu_toggleIcon__F1lxc{text-shadow:0 0 8px var(--glow-color)}@media (max-width:480px){.Menu_menu__dGGWo{bottom:15px;min-width:280px;max-width:90%;padding:0 10px}.Menu_menuList__FqTFv{height:50px}.Menu_menuLink__2pvui,.Menu_toggleButton__izRxe{font-size:.625rem;padding:.375rem 0}.Menu_menuIcon__1tpaI{width:20px;height:20px}.Menu_svgIcon__bpc24{width:16px;height:16px}.Menu_toggleText__jH_bE{font-size:.625rem}}@media (max-width:360px){.Menu_menu__dGGWo{bottom:10px;min-width:260px}.Menu_menuLink__2pvui span:not(.Menu_menuIcon__1tpaI),.Menu_toggleText__jH_bE{display:none}.Menu_menuIcon__1tpaI,.Menu_toggleIcon__F1lxc{margin-bottom:0}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.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}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/6d93bde91c0c2823-s.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}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/a34f9d1faa5f3315-s.p.woff2) format("woff2");unicode-range:u+00??,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:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_d65c78{font-family:Inter,Inter Fallback;font-style:normal}.__variable_d65c78{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/886030b0b59bc5a7-s.woff2) format("woff2");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;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/0aa834ed78bf6d07-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/67957d42bae0796d-s.woff2) format("woff2");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;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/f911b923c6adde36-s.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}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/939c4f875ee75fbb-s.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}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/bb3ef058b751a6ad-s.p.woff2) format("woff2");unicode-range:u+00??,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:JetBrains Mono Fallback;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_3c557b{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.__variable_3c557b{--font-jetbrains-mono:"JetBrains Mono","JetBrains Mono Fallback"}