:root{--accent: #2337ff;--accent-dark: #000d8a;--black: 15, 18, 25;--gray: 96, 115, 159;--gray-light: 229, 233, 240;--gray-dark: 34, 41, 57;--gray-gradient: rgba(var(--gray-light), 50%), #fff}html{scroll-behavior:smooth}body{font-family:Atkinson,sans-serif;margin:0;padding:0;background:linear-gradient(var(--gray-gradient)) no-repeat;background-size:100% 600px;color:rgb(var(--gray-dark));font-size:20px;line-height:1.7;overflow-x:hidden}main{width:960px;max-width:calc(100% - 2em);margin:auto;padding:3em 1em}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-load{opacity:0;animation:fadeInUp .8s ease-out forwards}.reveal{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.165,.84,.44,1)}.reveal.active{opacity:1;transform:translateY(0)}.delay-1{animation-delay:.2s}#back-to-top{position:fixed;bottom:30px;right:30px;background-color:var(--accent);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;box-shadow:0 4px 12px #0003;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}#back-to-top.show{opacity:1;visibility:visible}.nav-link[data-astro-cid-eimmu3lg]{color:rgb(var(--gray-dark));text-decoration:none;font-weight:500;padding:.5rem 0;position:relative;transition:color .2s ease}.nav-link[data-astro-cid-eimmu3lg]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent);transition:width .3s ease}.nav-link[data-astro-cid-eimmu3lg]:hover{color:var(--accent)}.nav-link[data-astro-cid-eimmu3lg]:hover:after,.nav-link[data-astro-cid-eimmu3lg].active:after{width:100%}.nav-link[data-astro-cid-eimmu3lg].active{color:var(--accent);font-weight:600}header[data-astro-cid-3ef6ksr2]{margin:0;padding:1rem;background:#fff;box-shadow:0 2px 8px #0000000d;border-bottom:1px solid rgba(var(--gray-light),.5)}nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto}.logo[data-astro-cid-3ef6ksr2]{margin:0;font-size:1.3rem;font-weight:600}.logo[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{text-decoration:none;color:rgb(var(--black));transition:color .2s ease}.logo[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--accent)}.nav-links[data-astro-cid-3ef6ksr2]{display:flex;gap:1.5rem;align-items:center}@media(max-width:768px){nav[data-astro-cid-3ef6ksr2]{flex-direction:column;gap:1rem}.nav-links[data-astro-cid-3ef6ksr2]{flex-wrap:wrap;justify-content:center}}.footer[data-astro-cid-sz7xmlte]{background:#1b1b1b;border-top:1px solid rgba(255,255,255,.1);padding:2.5rem 1rem 1.5rem;margin-top:3rem}.footer-inner[data-astro-cid-sz7xmlte]{width:min(60%,820px);margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:2.5rem;flex-wrap:nowrap}.footer-about[data-astro-cid-sz7xmlte]{width:40%}.footer-nav[data-astro-cid-sz7xmlte]{width:30%}.footer-socials[data-astro-cid-sz7xmlte]{width:30%;display:flex;justify-content:flex-end;gap:.8rem}.footer-title[data-astro-cid-sz7xmlte]{font-weight:700;color:#ffffffeb;font-size:1.2rem}.footer-description[data-astro-cid-sz7xmlte]{margin:.6rem 0 .8rem;font-size:.95rem;color:#ffffffd9;line-height:1.6}.footer-copy[data-astro-cid-sz7xmlte]{font-size:.85rem;color:#ffffffbf}.footer-nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{position:relative;display:flex;align-items:center;gap:.6rem;color:#ffffffd9;text-decoration:none;font-size:1rem;padding:.3rem .2rem;border-radius:6px;transition:all .25s ease}.footer-nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:20px;height:20px;stroke:currentColor;fill:none}.footer-nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte] .underline[data-astro-cid-sz7xmlte]{position:absolute;bottom:-2px;left:0;width:0%;height:2px;background:var(--accent);transition:width .3s ease}.footer-nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover .underline[data-astro-cid-sz7xmlte]{width:100%}.footer-nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--accent);text-shadow:0 0 8px rgba(var(--accent-rgb),.5)}.social-icon[data-astro-cid-sz7xmlte]{width:42px;height:42px;border-radius:12px;background:#2a2a2a;display:flex;align-items:center;justify-content:center;color:#ffffffd9;box-shadow:0 3px 10px #00000040;transition:all .25s ease;opacity:0;animation:fadeSocial 1s ease forwards}.social-icon[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:24px;height:24px}.social-icon[data-astro-cid-sz7xmlte]:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 0 14px rgba(var(--accent-rgb),.5)}.social-icon[data-astro-cid-sz7xmlte].tg:hover{background:#24a1de;color:#fff}.social-icon[data-astro-cid-sz7xmlte].rss:hover{background:#f26522;color:#fff}@keyframes fadeSocial{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.footer-divider[data-astro-cid-sz7xmlte]{width:100%;height:1px;background:#ffffff26;margin-top:2rem}.back-to-top[data-astro-cid-sz7xmlte]{position:fixed;bottom:28px;right:28px;width:50px;height:50px;border-radius:14px;background:#282828d9;backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;color:#ffffffe6;border:1px solid rgba(255,255,255,.1);cursor:pointer;z-index:1000;opacity:0;visibility:hidden;transform:translateY(12px);transition:all .35s cubic-bezier(.25,.8,.25,1)}.back-to-top[data-astro-cid-sz7xmlte].show{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top[data-astro-cid-sz7xmlte]:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-3px);box-shadow:0 0 14px rgba(var(--accent-rgb),.5)}@media(max-width:768px){.footer-inner[data-astro-cid-sz7xmlte]{flex-direction:column;text-align:center;align-items:center;width:100%}.footer-about[data-astro-cid-sz7xmlte],.footer-nav[data-astro-cid-sz7xmlte],.footer-socials[data-astro-cid-sz7xmlte]{width:100%}.footer-socials[data-astro-cid-sz7xmlte]{justify-content:center}.back-to-top[data-astro-cid-sz7xmlte]{width:44px;height:44px;bottom:20px;right:20px}}
