@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}:root{--white:#fff;--black:#000;--beige:#fdf6f2;--background-color:var(--beige);--link-color:var(--text-color);--key-color:#00b2ff;--text-color:var(--black);--text-color-light:#444;--text-color-light-1:#666;--text-color-lighter:rgb(150 150 150/66%);--link-color-red:rgb(222 12 43/94%);--text-color-red:rgb(255 0 107/62%);--text-secondary:rgb(18 18 18/75%);--link-underline-color:color-mix(in srgb,var(--key-color) 50%,rgb(255 255 255/0%));--email-color:#4a90e2;--easter-egg-bg:#2e7d32;--github-color:#333;--telegram-color:#08c;--linkedin-color:#0077b5;--facebook-color:#1877f2;--twitter-color:#1da1f2;--location-color:#e63946;--shadow-color:rgb(0 0 0/20%);--shadow-color-dark:rgb(0 0 0/75%);--text-color-dark:rgb(59 67 152);--icon-muted:rgb(68 68 68/45%);--qr-dark:#1a1a1a;--qr-light:#fff;--gradient-colors:#ff6b6b,#ff8e8e,#ffb3b3,#ffd8b3,#ffe0b3,#fff0b3,#e6ffb3,#b3ffb3,#b3ffe6,#b3ffff,#b3e6ff,#b3b3ff,#d8b3ff,#ffb3ff,#ffb3d8,#ff6b6b;--color-primary:#0060a0;--color-primary-hover:#004d80;--color-primary-active:#003d66;--color-primary-rgb:0,96,160;--color-danger:#dc2626;--color-danger-hover:#b91c1c;--color-danger-active:#991b1b;--color-danger-rgb:220,38,38;--color-background-primary:var(--white);--color-background-secondary:var(--beige);--color-background-hover:rgb(0 0 0/5%);--color-background-active:rgb(0 0 0/10%);--color-text-primary:var(--text-color);--color-text-secondary:var(--text-secondary);--color-border:var(--text-color-lighter);--color-error-background:#fef2f2;--color-error-text:#dc2626;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none;font-weight:400;line-height:1;text-rendering:optimizelegibility}*{box-sizing:border-box}*,html{padding:0;margin:0}html{font-size:16px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{position:relative;display:flex;min-height:100vh;flex-direction:column;align-items:center;padding-bottom:0;background-color:var(--white);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;transition:padding-bottom .3s ease}@media(hover:none)and (pointer:coarse){[role=button],a,button{min-width:44px;min-height:44px}}body.home-page{background-image:url(/images/1111.webp);background-position:right 25px bottom -.75rem;background-repeat:no-repeat;background-size:200px}@media(max-width:768px){body.home-page{background-position:right -25px bottom -.75rem}body:before{width:60px;height:60px}}@media(max-width:540px){body.home-page{background-position:right 0 bottom -.75rem;background-size:160px}}a{color:#0060a0;text-decoration:underline;-webkit-text-decoration-color:var(--link-underline-color);text-decoration-color:var(--link-underline-color);text-decoration-thickness:.035em;text-underline-offset:.275em;transition:all .25s linear}a:hover{color:var(--link-color-red);-webkit-text-decoration-color:var(--link-color-red);text-decoration-color:var(--link-color-red);text-decoration-thickness:.0475em}h1{font-size:2.75rem}h1,h2{max-width:728px;margin:0 0 .75rem;font-weight:600;line-height:1.25}h2{font-size:1.875rem}h3{margin:0 0 .75rem;font-size:1.375rem;font-weight:500;line-height:1.125}h3,p{max-width:728px}p{width:100%;margin:0 0 .5rem;line-height:1.5}@media(max-width:540px){h1{font-size:2.5rem}h2{font-size:1.625rem}h3{font-size:1.25rem}}@media(max-width:480px){h1{font-size:2.25rem}h2{font-size:1.5rem}h3{font-size:1.125rem}p{font-size:.9375rem}}@media(max-width:375px){h1{font-size:2rem}h2{font-size:1.375rem}h3{font-size:1rem}p{font-size:.875rem}}.main{width:100%}.main,.notFound{display:flex;flex-direction:column;align-items:center}.notFound{justify-content:center}.notFound a{padding:1rem;font-size:1.25rem}.placeholderPage{display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}@media print{.body [data-component=site-footer],.body [data-component=site-header]{display:none!important}@page{padding-top:1.5cm}@page :first{padding-top:.5cm}}