header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;width:100%;height:var(--header-height);background-color:#0f172acc;backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:1000;display:flex;align-items:center}.header-container[data-astro-cid-3ef6ksr2]{display:flex;justify-content:space-between;align-items:center;width:100%}.logo[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{font-size:1.5rem;font-weight:800;color:var(--text-primary);text-decoration:none}.logo[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{color:var(--accent-color)}.menu-toggle[data-astro-cid-3ef6ksr2]{display:none;background:none;border:none;cursor:pointer;padding:0;z-index:1010}.menu-toggle[data-astro-cid-3ef6ksr2] .icon-bar[data-astro-cid-3ef6ksr2]{display:block;width:25px;height:3px;background-color:var(--text-primary);margin:5px 0;transition:transform .3s ease,opacity .3s ease}.menu-toggle[data-astro-cid-3ef6ksr2].is-active .icon-bar[data-astro-cid-3ef6ksr2]:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle[data-astro-cid-3ef6ksr2].is-active .icon-bar[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}.menu-toggle[data-astro-cid-3ef6ksr2].is-active .icon-bar[data-astro-cid-3ef6ksr2]:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width: 767px){.menu-toggle[data-astro-cid-3ef6ksr2]{display:block}nav[data-astro-cid-3ef6ksr2]{display:none;position:absolute;top:var(--header-height);left:0;width:100%;background-color:#0f172af2;padding:1rem 0}nav[data-astro-cid-3ef6ksr2].is-active{display:block}nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{list-style:none;flex-direction:column;align-items:center;gap:1.5rem;display:flex}}nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{list-style:none;display:flex;gap:1.5rem}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:var(--text-secondary);font-weight:600;text-decoration:none;padding:.5rem 0;position:relative}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--accent-color);transition:width .3s ease}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover,nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].active{color:var(--text-primary)}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover:after,nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].active:after{width:100%}footer[data-astro-cid-sz7xmlte]{background-color:var(--primary-color);color:var(--text-light);padding:2rem 0;text-align:center}.footer-container[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.social-links[data-astro-cid-sz7xmlte]{display:flex;gap:1.5rem}.social-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--text-light);transition:color .3s ease,transform .3s ease}.social-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--accent-color);transform:translateY(-3px)}.social-links[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:24px;height:24px}.copyright[data-astro-cid-sz7xmlte]{font-size:.9rem;color:var(--secondary-color)}:root{--font-primary: "Inter", sans-serif;--color-primary: rgb(139, 92, 246);--color-primary-dark: rgb(124, 58, 237);--text-primary: rgb(241, 245, 249);--text-secondary: rgb(203, 213, 225);--bg-gradient: radial-gradient(at 0% 0%, rgba(154, 127, 250, .15) 0px, transparent 50%), radial-gradient(at 100% 0%, rgba(154, 127, 250, .15) 0px, transparent 50%), radial-gradient(at 0% 100%, rgba(154, 127, 250, .1) 0px, transparent 50%), radial-gradient(at 100% 100%, rgba(154, 127, 250, .1) 0px, transparent 50%), rgb(15, 23, 42);--surface-bg: rgba(30, 41, 59, .5);--surface-border: rgba(51, 65, 85, .7)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-primary);scroll-behavior:smooth;background-color:#0f172a}body{color:var(--text-primary);line-height:1.6;background:var(--bg-gradient);background-attachment:fixed;min-height:100vh;font-size:16px;overflow-x:hidden;cursor:none}.bubbles{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.bubble{position:absolute;list-style:none;display:block;width:20px;height:20px;background:#a78bfa1a;border-radius:50%;bottom:-150px;animation:bubble-anim 25s linear infinite}.bubble:nth-child(1){left:25%;width:80px;height:80px;animation-delay:0s}.bubble:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s}.bubble:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s}.bubble:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s}.bubble:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s}.bubble:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s;background:#a78bfa0d}.bubble:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s;background:#a78bfa14}.bubble:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s}.bubble:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s}.bubble:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s;background:#a78bfa0d}@keyframes bubble-anim{0%{transform:translateY(0) scale(1) rotate(0);opacity:1}to{transform:translateY(-100vh) scale(.5) rotate(360deg);opacity:0}}h1,h2,h3,h4,h5,h6{line-height:1.2;color:var(--text-primary);font-weight:700}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem;color:var(--text-secondary)}a{color:var(--color-primary);text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:90%;max-width:1100px;margin:0 auto;padding:2rem 0}section{padding:3rem 0}@media (min-width: 768px){section{padding:5rem 0}h1{font-size:3rem}h2{font-size:2.5rem}}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;background-color:var(--color-primary);color:#fff}.btn:hover{background-color:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 4px 15px #0003}.btn-secondary{background-color:#334155b3;color:var(--text-secondary);border:1px solid var(--surface-border)}.btn-secondary:hover{background-color:#475569e6}.cursor-dot{position:fixed;width:8px;height:8px;background-color:#f1f5f9;border-radius:50%;left:0;top:0;transform:translate(-50%,-50%);pointer-events:none;z-index:9999;transition:width .3s,height .3s}.cursor-outline{position:fixed;width:30px;height:30px;border:2px solid rgb(241,245,249);opacity:.5;border-radius:50%;left:0;top:0;transform:translate(-50%,-50%);pointer-events:none;z-index:9998;transition:width .3s,height .3s,opacity .3s}body[data-hover=true] .cursor-dot{width:12px;height:12px}body[data-hover=true] .cursor-outline{width:40px;height:40px;opacity:.8}
