:root{--whiteCustom:#f8f7f7;--grayCustom:#c2cbd3;--blueCustom:#313851;--blueActive:#22283f;--btnCustom:#c01f1f;--btnCustomHover:#ff5757}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins-SemiBold.ttf)format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:JetBrainsMono;src:url(/fonts/JetBrainsMono.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}html,body{height:100%}body{background-color:var(--whiteCustom);color:var(--blueCustom);font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif!important}.bg-custom-white{background-color:var(--whiteCustom)!important}.text-custom-blue{color:var(--blueCustom)!important}.font-mono{font-family:JetBrainsMono,monospace}.p-lg{font-size:1.125rem;font-weight:500;line-height:1.7}.mobile-tight-space{margin-top:2rem!important;margin-bottom:2rem!important}.bg-white{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(49,56,81,.15);background:rgba(255,255,255,.9)!important}.mobile-menu a{color:var(--blueCustom)}.mobile-menu{min-width:240px}.code-keyword{color:#569cd6}.code-type{color:#c586c0}.code-function{color:#dcdcaa}.code-variable{color:#9cdcfe}.code-string{color:#ce9178}.code-number{color:#b5cea8}.code-comment{color:#6a9955;font-style:italic}.btn-blueCustom{align-items:center;gap:.5rem;font-weight:500;display:inline-flex;background-color:var(--btnCustom)!important;color:var(--whiteCustom)!important;border:none!important}.btn-blueCustom:hover{background-color:var(--btnCustomHover)!important;color:var(--whiteCustom)!important}.btn-grayCustom{align-items:center;gap:.5rem;font-weight:500;display:inline-flex;background-color:var(--blueCustom)!important;color:var(--whiteCustom)!important;border:none!important}.btn-grayCustom:hover{color:var(--whiteCustom)!important;background-color:#4a617f!important}.btn-fixed{justify-content:center;align-items:center;height:48px;min-height:48px;padding:0 1.25rem;font-size:.95rem;font-weight:500;line-height:1;display:inline-flex}.nav-link-animated{color:#212529;text-decoration:none;transition:color .2s;display:inline-block;position:relative}.nav-link-animated:after{content:"";background-color:var(--btnCustomHover);width:0;height:2px;transition:width .25s;position:absolute;bottom:-.2rem;left:0}.nav-link-animated:hover,.nav-link-animated:focus{color:#212529!important}.nav-link-animated:hover:after,.nav-link-animated:focus:after{width:100%}#nav-main{margin-bottom:3rem}.z-dropdown{z-index:1050}.hero-section{min-height:auto;display:block}.hero-image{max-width:500px;height:auto}.languages-heading{margin-top:2.5rem}.hero-line{flex-wrap:wrap;align-items:baseline;gap:.6rem;display:inline-flex}.hero-visual{width:100%;max-width:680px;position:relative}.hero-visual-align{margin-top:.25rem}.hero-code-img{object-fit:contain;opacity:.28;filter:saturate(.85);width:100%;height:500px;transform:scale(1.15)}.hero-study-overlay{width:100%;max-width:420px;position:absolute;top:50%;right:3rem;transform:translateY(-50%)}.type-cursor{background-color:currentColor;width:.11em;height:.9em;margin-left:.03em;animation:1s steps(2,start) infinite cursorBlink;display:inline-block;transform:translateY(.12em)}@keyframes cursorBlink{to{opacity:0}}@media (max-width:575.98px){.hero-image{max-width:320px}.hero-study-overlay{max-width:520px;margin-left:auto;margin-right:auto;width:100%!important;margin-top:1.25rem!important;position:static!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;transform:none!important}.hero-code-img{display:none!important}.hero-visual{height:auto!important;min-height:0!important;overflow:visible!important}}@media (min-width:576px) and (max-width:991.98px){.hero-image{max-width:420px}.hero-study-overlay{width:100%;max-width:520px;margin-top:1.5rem;margin-left:auto;margin-right:auto;position:static;transform:none;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important}.hero-code-img{display:none}.hero-visual{height:auto;min-height:0;overflow:visible}.hero-section{padding-top:1.5rem!important;padding-bottom:3rem!important}.hero-section .row{--bs-gutter-y:1.5rem}.hero-visual-align{margin-top:0!important;transform:none!important}}@media (min-width:992px){.hero-section{min-height:auto;margin-bottom:2rem;display:block;padding-top:2.5rem!important;padding-bottom:3rem!important}}@media (min-width:1200px){.page-padding-lg{padding-left:10rem!important;padding-right:10rem!important}}@media (min-width:1400px){.page-padding-lg{padding-left:12rem!important;padding-right:12rem!important}}@media (min-width:768px){.languages-heading{margin-top:5rem}}@media (min-width:768px) and (max-width:991.98px){.hero-visual{max-width:600px}.hero-study-overlay{max-width:380px;right:1.5rem}}@media (max-width:575.98px){.cs-media{max-width:280px;margin-left:auto;margin-right:auto}#nav-main{margin-bottom:0}}body.theme-dark{--whiteCustom:#050816;--grayCustom:#4b5563;--blueCustom:#f9fafb;--blueActive:#e5e7eb;background-color:var(--whiteCustom);color:var(--blueCustom)}body.theme-dark .bg-custom-white{background-color:var(--whiteCustom)!important}body.theme-dark .text-custom-blue,body.theme-dark .nav-link-animated{color:var(--blueCustom)!important}body.theme-dark .card,body.theme-dark .bg-white{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(101,115,168,.15);color:#e5e7eb!important;background-color:#111827!important}body.theme-dark h1,body.theme-dark h2,body.theme-dark h3,body.theme-dark p,body.theme-dark label,body.theme-dark ul,body.theme-dark ol,body.theme-dark li,body.theme-dark p{color:var(--blueCustom)!important}body.theme-dark .btn-blueCustom{background-color:var(--btnCustom)!important;color:#fafafa!important}body.theme-dark .btn-blueCustom:hover{background-color:var(--btnCustomHover)!important}body.theme-dark .btn-grayCustom{color:var(--blueCustom)!important;background-color:#1f2937!important;border-color:#1f2937!important}body.theme-dark .btn-grayCustom:hover{background-color:#374151!important;border-color:#374151!important}body.theme-dark .btn-close{filter:invert()grayscale()brightness(200%);opacity:1}body.theme-dark .form-control{color:var(--blueCustom);background-color:#111827;border-color:#374151}body.theme-dark .form-control::placeholder{color:#9ca3af}body.theme-dark .edu-exp-section,body.theme-dark .edu-exp-section *{color:var(--blueCustom)!important}body.theme-dark .code-keyword{color:#569cd6}body.theme-dark .code-type{color:#c586c0}body.theme-dark .code-function{color:#dcdcaa}body.theme-dark .code-variable{color:#9cdcfe}body.theme-dark .code-string{color:#ce9178}body.theme-dark .code-number{color:#b5cea8}body.theme-dark .code-comment{color:#7ca668}body.theme-dark .cs-tag{color:var(--blueCustom);background:rgba(229,231,235,.08);border-color:rgba(229,231,235,.12)}body.theme-dark .cs-media{background:rgba(229,231,235,.06);border-color:rgba(229,231,235,.12)}.cs-tag{color:var(--blueCustom);background:rgba(49,56,81,.08);border:1px solid rgba(49,56,81,.12);font-size:.85rem}.cs-media{aspect-ratio:4/3;background:rgba(49,56,81,.04);border:1px solid rgba(49,56,81,.12);width:100%;max-width:320px;overflow:hidden}.cs-media-img{object-fit:cover;width:100%;height:100%;display:block}.code-block{border-radius:1.25rem;overflow:hidden}.code-block__header{background:rgba(49,56,81,.04);border-bottom:1px solid rgba(49,56,81,.12);justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.code-block__title{margin:0;font-size:.95rem;font-weight:600}.code-block__meta{opacity:.75;font-size:.85rem}.code-block__body{padding:1rem}pre.code-pre{white-space:pre;-moz-tab-size:2;tab-size:2;margin:0;font-family:JetBrainsMono,monospace;font-size:.9rem;line-height:1.65;overflow-x:auto}pre.code-pre::-webkit-scrollbar{height:10px}pre.code-pre::-webkit-scrollbar-thumb{background:rgba(49,56,81,.22);border-radius:999px}body.theme-dark .code-block__header{background:rgba(229,231,235,.06);border-bottom:1px solid rgba(229,231,235,.12)}body.theme-dark pre.code-pre::-webkit-scrollbar-thumb{background:rgba(229,231,235,.18)}
