.lang-dropdown[data-astro-cid-ltpqzwiw]{position:relative}.lang-select[data-astro-cid-ltpqzwiw]{background-color:transparent;color:var(--color-secondary);border:none;border-radius:4px;padding:.5rem 1.25rem .5rem .25rem;font-size:1rem;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .15rem center;outline:none}.lang-select[data-astro-cid-ltpqzwiw]:focus,.lang-select[data-astro-cid-ltpqzwiw]:active{border:none;outline:none}.lang-select[data-astro-cid-ltpqzwiw] option[data-astro-cid-ltpqzwiw]{background-color:var(--color-background-primary);color:var(--color-secondary)}#lang-selector-mobile{color:var(--color-primary);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232563eb' d='M6 9L1 4h10z'/%3E%3C/svg%3E")}option[data-astro-cid-ltpqzwiw]{cursor:pointer}nav[data-astro-cid-pux6a34n]{display:flex;justify-content:space-between;align-items:center;padding:2rem;height:3rem;font-size:1.5rem;background-color:var(--color-background-primary);color:var(--color-secondary)}#logo[data-astro-cid-pux6a34n]{height:100%}.nav-desktop[data-astro-cid-pux6a34n]{display:none;gap:2rem;list-style-type:none}a[data-astro-cid-pux6a34n]{text-decoration:none;height:100%;color:inherit}a[data-astro-cid-pux6a34n]:hover{color:var(--color-primary)}#modal[data-astro-cid-pux6a34n]{z-index:999999;position:fixed;top:0;left:0;right:0;padding:2rem;font-size:1.3rem;background-color:var(--color-secondary);color:var(--color-primary);animation:slideDown .3s ease-out}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUp{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}#modal[data-astro-cid-pux6a34n].closing{animation:slideUp .3s ease-in forwards}.button[data-astro-cid-pux6a34n]{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.button[data-astro-cid-pux6a34n]:hover{color:var(--color-background-tertiary)}.hamburger[data-astro-cid-pux6a34n]{display:flex;flex-direction:column;justify-content:space-between;width:1.75rem;height:1.5rem;padding:.25rem 0}.hamburger[data-astro-cid-pux6a34n] span[data-astro-cid-pux6a34n]{display:block;width:100%;height:2px;background-color:currentColor;transition:all .3s ease}#modal-close[data-astro-cid-pux6a34n].hamburger{position:relative;top:1rem}#modal-close[data-astro-cid-pux6a34n].hamburger span[data-astro-cid-pux6a34n]:nth-child(1){position:absolute;top:50%;transform:rotate(45deg)}#modal-close[data-astro-cid-pux6a34n].hamburger span[data-astro-cid-pux6a34n]:nth-child(2){opacity:0}#modal-close[data-astro-cid-pux6a34n].hamburger span[data-astro-cid-pux6a34n]:nth-child(3){position:absolute;top:50%;transform:rotate(-45deg)}#modal-head[data-astro-cid-pux6a34n]{height:3rem;display:flex;justify-content:space-between;margin-bottom:4rem}#modal-logo[data-astro-cid-pux6a34n]{height:100%}#modal-main[data-astro-cid-pux6a34n] ul[data-astro-cid-pux6a34n]{list-style:none;padding:0}#modal-main[data-astro-cid-pux6a34n] li[data-astro-cid-pux6a34n]{margin-top:1.5rem}.modal-footer[data-astro-cid-pux6a34n]{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-background-primary);display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.hidden[data-astro-cid-pux6a34n]{display:none}.dropdown[data-astro-cid-pux6a34n]{position:relative}.dropdown-arrow[data-astro-cid-pux6a34n]{margin-left:.35rem;font-size:.75rem;transition:transform .2s ease;display:inline-block}.dropdown[data-astro-cid-pux6a34n]:hover .dropdown-arrow[data-astro-cid-pux6a34n],.mobile-dropdown[data-astro-cid-pux6a34n] .dropdown-arrow[data-astro-cid-pux6a34n].expanded{transform:rotate(180deg)}.dropdown-menu[data-astro-cid-pux6a34n]{display:none;position:absolute;top:100%;left:0;background-color:var(--color-secondary);color:var(--color-primary);list-style-type:none;padding:.5rem 0;margin:0;min-width:12rem;box-shadow:0 8px 16px #00000040;border-radius:12px;z-index:1000}.dropdown[data-astro-cid-pux6a34n]:hover .dropdown-menu[data-astro-cid-pux6a34n]{display:block}.dropdown-menu[data-astro-cid-pux6a34n] li[data-astro-cid-pux6a34n]{padding:0}.dropdown-menu[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{display:block;padding:.75rem 1.5rem;white-space:nowrap}.dropdown-menu[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover{background-color:#2563eb1a}.mobile-submenu[data-astro-cid-pux6a34n]{display:none;list-style:none;padding:0;padding-left:1rem;margin-top:.75rem;overflow:hidden;max-height:0;opacity:0;transition:max-height .3s ease-out,opacity .3s ease-out,margin-top .3s ease-out}.mobile-submenu[data-astro-cid-pux6a34n].expanded{display:block;max-height:500px;opacity:1;margin-top:.75rem}.mobile-submenu[data-astro-cid-pux6a34n] li[data-astro-cid-pux6a34n]{margin-top:.75rem}.mobile-submenu[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{font-size:1.1rem;opacity:.9}@media(min-width:80rem){.nav-desktop[data-astro-cid-pux6a34n]{display:flex;align-items:center}#modal-open[data-astro-cid-pux6a34n]{display:none}}footer[data-astro-cid-sz7xmlte]{padding:4rem 2rem 2rem;background-color:var(--color-primary);color:var(--color-secondary)}.container[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:3rem}.column[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:1rem}#logo[data-astro-cid-sz7xmlte]{max-height:2.5rem;margin-bottom:4rem}a[data-astro-cid-sz7xmlte]{text-decoration:none;color:var(--color-secondary)}a[data-astro-cid-sz7xmlte]:hover{color:var(--color-background-tertiary)}@media(min-width:48rem){.container[data-astro-cid-sz7xmlte]{flex-direction:row}}:root{--color-primary: #3273dc;--color-secondary: #fff;--color-gray: #666;--color-text-dark: #333;--color-text-light: #ccc;--color-tag-bg: #f0f0f0;--color-background-primary: #275fbd;--color-background-secondary: #ffffff;--color-background-tertiary: #e9f2ff;--color-background-gray: #efefef;--color-blockquote-bg: #f9f9f9;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 6rem;--spacing-2xl: 8rem;--card-height: calc(100% - 4rem) ;--card-border-radius: .8rem;--content-max-width: 800px;--content-wide-max-width: 1000px}html{scroll-behavior:smooth}.card-hover-effect{transition:transform .2s,box-shadow .2s}.card-hover-effect:hover{transform:translateY(-4px);box-shadow:0 4px 8px #00000026}html,body{margin:0;width:100%;height:100%;font-family:var(--font-lato)}
