:root{--bg-primary: #0a0e17;--bg-secondary: #111827;--bg-tertiary: #1f2937;--text-primary: #f9fafb;--text-secondary: #9ca3af;--text-muted: #6b7280;--accent-blue: #3b82f6;--accent-blue-light: #60a5fa;--accent-blue-dark: #2563eb;--border-color: #374151}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh;display:flex;flex-direction:column}a{color:var(--accent-blue);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent-blue-light)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1rem}}.particles-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.particle{position:absolute;width:4px;height:4px;background:var(--accent-blue);border-radius:50%;opacity:.3;animation:float 20s infinite ease-in-out}.particle:nth-child(1){left:10%;top:20%;animation-delay:0s;animation-duration:25s}.particle:nth-child(2){left:20%;top:80%;animation-delay:2s;animation-duration:20s}.particle:nth-child(3){left:30%;top:40%;animation-delay:4s;animation-duration:22s}.particle:nth-child(4){left:40%;top:60%;animation-delay:1s;animation-duration:18s}.particle:nth-child(5){left:50%;top:30%;animation-delay:3s;animation-duration:24s}.particle:nth-child(6){left:60%;top:70%;animation-delay:5s;animation-duration:21s}.particle:nth-child(7){left:70%;top:50%;animation-delay:2.5s;animation-duration:19s}.particle:nth-child(8){left:80%;top:90%;animation-delay:.5s;animation-duration:23s}.particle:nth-child(9){left:90%;top:10%;animation-delay:4.5s;animation-duration:26s}.particle:nth-child(10){left:15%;top:55%;animation-delay:1.5s;animation-duration:20s}.particle:nth-child(11){left:25%;top:25%;animation-delay:3.5s;animation-duration:22s}.particle:nth-child(12){left:35%;top:75%;animation-delay:.8s;animation-duration:24s}.particle:nth-child(13){left:45%;top:15%;animation-delay:2.8s;animation-duration:19s}.particle:nth-child(14){left:55%;top:85%;animation-delay:4.2s;animation-duration:21s}.particle:nth-child(15){left:65%;top:35%;animation-delay:1.2s;animation-duration:23s}.particle:nth-child(16){left:75%;top:65%;animation-delay:3.2s;animation-duration:25s}.particle:nth-child(17){left:85%;top:45%;animation-delay:.2s;animation-duration:20s}.particle:nth-child(18){left:5%;top:95%;animation-delay:4.8s;animation-duration:22s}.particle:nth-child(19){left:95%;top:5%;animation-delay:2.2s;animation-duration:18s}.particle:nth-child(20){left:50%;top:50%;animation-delay:1.8s;animation-duration:24s}@keyframes float{0%,to{transform:translate(0) scale(1);opacity:.3}25%{transform:translate(100px,-100px) scale(1.2);opacity:.5}50%{transform:translate(-50px,-200px) scale(.8);opacity:.2}75%{transform:translate(-100px,50px) scale(1.1);opacity:.4}}.custom-cursor{position:fixed;width:20px;height:20px;border:2px solid var(--accent-blue);border-radius:50%;pointer-events:none;z-index:9999;transition:transform .15s ease,background .15s ease;mix-blend-mode:difference}.custom-cursor.hover{transform:scale(2);background:#3b82f633}@media(min-width:769px){*{cursor:none!important}.custom-cursor{display:block}}@media(max-width:768px){.custom-cursor{display:none}}.navbar[data-astro-cid-5blmo7yk]{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:100}.navbar-content[data-astro-cid-5blmo7yk]{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo[data-astro-cid-5blmo7yk]{font-size:1.5rem;font-weight:700;color:var(--text-primary);position:relative}.logo[data-astro-cid-5blmo7yk]:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--accent-blue),var(--accent-blue-light));transform:scaleX(0);transition:transform .3s ease}.logo[data-astro-cid-5blmo7yk]:hover:after{transform:scaleX(1)}.logo-text[data-astro-cid-5blmo7yk]{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links[data-astro-cid-5blmo7yk]{display:flex;list-style:none;gap:2rem}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{color:var(--text-secondary);font-weight:500;position:relative}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:hover,.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk].active{color:var(--accent-blue)}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--accent-blue),var(--accent-blue-light));transition:width .3s ease}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:hover:after,.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk].active:after{width:100%}@media(max-width:768px){.nav-links[data-astro-cid-5blmo7yk]{gap:1rem;font-size:.9rem}}.footer[data-astro-cid-sz7xmlte]{background-color:var(--bg-secondary);border-top:1px solid var(--border-color);margin-top:auto;padding:2rem 0}.footer-content[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center}.footer-left[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{color:var(--text-muted);font-size:.9rem}.footer-right[data-astro-cid-sz7xmlte]{display:flex;gap:1.5rem}.footer-right[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--text-secondary);transition:color .2s ease}.footer-right[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--accent-blue)}@media(max-width:768px){.footer-content[data-astro-cid-sz7xmlte]{flex-direction:column;gap:1rem;text-align:center}}
