:root{--neon-purple: #b042ff;--neon-blue: #4287ff;--neon-pink: #ff42b0;--neon-green: #42ff66;--dark-bg: #0a0a14;--header-bg: rgba(10, 10, 20, .85);--header-height: 80px}.site-header[data-astro-cid-5blmo7yk]{position:fixed;top:0;left:0;width:100%;z-index:1000;font-family:Space Grotesk,sans-serif}.container[data-astro-cid-5blmo7yk]{width:90%;max-width:1280px;margin:0 auto;height:100%}.header-background[data-astro-cid-5blmo7yk]{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--header-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:-1;border-bottom:1px solid rgba(176,66,255,.3)}.scan-line[data-astro-cid-5blmo7yk]{position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(to right,transparent,var(--neon-purple),var(--neon-blue),var(--neon-purple),transparent);opacity:0;z-index:1;animation:scan-animation 3s ease-in-out infinite}@keyframes scan-animation{0%,to{top:0;opacity:0}10%{opacity:1}50%{top:calc(var(--header-height) + var(--status-bar-height));opacity:1}90%{opacity:0}}.main-navbar[data-astro-cid-5blmo7yk]{height:var(--header-height);display:flex;align-items:center}.navbar-content[data-astro-cid-5blmo7yk]{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}.navbar-logo[data-astro-cid-5blmo7yk]{display:flex;align-items:center;text-decoration:none}.logo-container[data-astro-cid-5blmo7yk]{display:flex;flex-direction:column}.logo-text[data-astro-cid-5blmo7yk]{font-family:Space Mono,monospace;font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:1px;position:relative}.logo-text[data-astro-cid-5blmo7yk]:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background:linear-gradient(90deg,var(--neon-purple),transparent)}.navbar-menu[data-astro-cid-5blmo7yk]{height:100%}.menu-items[data-astro-cid-5blmo7yk]{display:flex;list-style:none;padding:0;margin:0;height:100%}.menu-item[data-astro-cid-5blmo7yk]{height:100%;position:relative}.menu-link[data-astro-cid-5blmo7yk]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 1.5rem;color:#fff;text-decoration:none;transition:all .3s ease;position:relative}.link-number[data-astro-cid-5blmo7yk]{font-family:Space Mono,monospace;font-size:.7rem;color:var(--neon-purple);margin-bottom:.25rem;opacity:.7;transition:all .3s ease}.link-text[data-astro-cid-5blmo7yk]{font-family:Space Grotesk,sans-serif;font-size:.9rem;letter-spacing:.5px;transition:all .3s ease}.menu-link[data-astro-cid-5blmo7yk]:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:3px;background:var(--neon-purple);transition:all .3s ease;transform:translate(-50%);opacity:0}.menu-link[data-astro-cid-5blmo7yk]:hover{color:var(--neon-purple)}.menu-link[data-astro-cid-5blmo7yk]:hover .link-number[data-astro-cid-5blmo7yk]{opacity:1;transform:translateY(-2px)}.menu-link[data-astro-cid-5blmo7yk]:hover .link-text[data-astro-cid-5blmo7yk]{transform:translateY(2px)}.menu-link[data-astro-cid-5blmo7yk]:hover:after{width:60%;opacity:1;box-shadow:0 0 10px #b042ff80}.contact-button[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#b042ff1a;border:1px solid var(--neon-purple);border-radius:4px;color:#fff;font-family:Space Mono,monospace;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden;z-index:1}.button-text[data-astro-cid-5blmo7yk]{position:relative;z-index:2}.button-icon[data-astro-cid-5blmo7yk]{display:flex;align-items:center;justify-content:center;position:relative;z-index:2;transition:transform .3s ease}.contact-button[data-astro-cid-5blmo7yk]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--neon-purple),var(--neon-blue));opacity:0;z-index:0;transition:opacity .3s ease}.contact-button[data-astro-cid-5blmo7yk]:hover{border-color:transparent;box-shadow:0 5px 15px #b042ff4d;transform:translateY(-2px)}.contact-button[data-astro-cid-5blmo7yk]:hover:before{opacity:1}.contact-button[data-astro-cid-5blmo7yk]:hover .button-icon[data-astro-cid-5blmo7yk]{transform:translate(3px)}.menu-toggle[data-astro-cid-5blmo7yk]{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.toggle-line[data-astro-cid-5blmo7yk]{width:100%;height:2px;background-color:#fff;transition:all .3s ease}.mobile-menu[data-astro-cid-5blmo7yk]{position:fixed;top:0;right:-100%;width:100%;max-width:400px;height:100vh;background:#0f0c1ef2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1001;padding:1rem;transition:right .3s ease;display:flex;flex-direction:column;border-left:1px solid rgba(176,66,255,.3);box-shadow:-5px 0 20px #0000004d}.mobile-menu[data-astro-cid-5blmo7yk].active{right:0}.mobile-menu-header[data-astro-cid-5blmo7yk]{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.mobile-menu-title[data-astro-cid-5blmo7yk]{font-family:Space Mono,monospace;font-size:1.2rem;font-weight:700;color:var(--neon-purple);letter-spacing:2px}.mobile-menu-close[data-astro-cid-5blmo7yk]{background:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.5rem;transition:all .3s ease}.mobile-menu-close[data-astro-cid-5blmo7yk]:hover{color:var(--neon-purple);transform:rotate(90deg)}.mobile-menu-items[data-astro-cid-5blmo7yk]{list-style:none;padding:0;margin:0 0 2rem}.mobile-menu-item[data-astro-cid-5blmo7yk]{margin-bottom:1.5rem}.mobile-menu-link[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:1rem;color:#fff;text-decoration:none;transition:all .3s ease;padding:.5rem 0}.mobile-menu-link[data-astro-cid-5blmo7yk] .link-number[data-astro-cid-5blmo7yk]{font-size:.8rem;margin-bottom:0}.mobile-menu-link[data-astro-cid-5blmo7yk] .link-text[data-astro-cid-5blmo7yk]{font-size:1.1rem}.mobile-menu-link[data-astro-cid-5blmo7yk]:hover{color:var(--neon-purple);transform:translate(10px)}.mobile-contact[data-astro-cid-5blmo7yk]{margin-top:auto;display:flex;flex-direction:column;gap:1.5rem}.mobile-contact-button[data-astro-cid-5blmo7yk]{display:block;width:100%;padding:1rem;background:linear-gradient(135deg,var(--neon-purple),var(--neon-blue));border:none;border-radius:4px;color:#fff;font-family:Space Mono,monospace;font-size:1rem;font-weight:600;text-align:center;text-transform:uppercase;letter-spacing:1px;text-decoration:none;transition:all .3s ease}.mobile-contact-button[data-astro-cid-5blmo7yk]:hover{box-shadow:0 5px 15px #b042ff4d;transform:translateY(-2px)}.mobile-contact-info[data-astro-cid-5blmo7yk]{display:flex;flex-direction:column;gap:1rem}.mobile-contact-info[data-astro-cid-5blmo7yk] .contact-item[data-astro-cid-5blmo7yk]{font-size:.9rem}.site-header[data-astro-cid-5blmo7yk].scrolled .header-background[data-astro-cid-5blmo7yk]{background:#0a0a14f2}.site-header[data-astro-cid-5blmo7yk].scrolled .main-navbar[data-astro-cid-5blmo7yk]{height:70px}.menu-link[data-astro-cid-5blmo7yk].active{color:var(--neon-purple)}.menu-link[data-astro-cid-5blmo7yk].active:after{width:60%;opacity:1;box-shadow:0 0 10px #b042ff80}@media (max-width: 1200px){.menu-link[data-astro-cid-5blmo7yk]{padding:0 1rem}}@media (max-width: 992px){.menu-link[data-astro-cid-5blmo7yk]{padding:0 .75rem}.link-text[data-astro-cid-5blmo7yk]{font-size:.85rem}}@media (max-width: 768px){.navbar-menu[data-astro-cid-5blmo7yk],.contact-button[data-astro-cid-5blmo7yk]{display:none}.menu-toggle[data-astro-cid-5blmo7yk]{display:flex}.mobile-menu[data-astro-cid-5blmo7yk]{right:-100%}}@media (max-width: 576px){.mobile-menu[data-astro-cid-5blmo7yk]{max-width:-100%;right:-200%}.main-navbar[data-astro-cid-5blmo7yk]{height:70px}.logo-text[data-astro-cid-5blmo7yk]{font-size:1.3rem}.mobile-menu-link[data-astro-cid-5blmo7yk] .link-text[data-astro-cid-5blmo7yk]{font-size:1rem}}:root{--neon-purple: #b042ff;--neon-blue: #4287ff;--neon-pink: #ff42b0;--neon-green: #42ff66;--dark-bg: #0a0a14;--darker-bg: #070710;--footer-bg: #0c0c1a}.site-footer[data-astro-cid-sz7xmlte]{position:relative;background-color:var(--footer-bg);color:#fff;padding:0;overflow:hidden;z-index:1}.container[data-astro-cid-sz7xmlte]{width:90%;max-width:1280px;margin:0 auto;position:relative;z-index:10;padding:4rem 0 2rem}.footer-background[data-astro-cid-sz7xmlte]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.grid-overlay[data-astro-cid-sz7xmlte]{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to right,rgba(128,90,213,.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(128,90,213,.05) 1px,transparent 1px);background-size:30px 30px;opacity:.5;z-index:1}.glow-effect[data-astro-cid-sz7xmlte]{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at top center,rgba(176,66,255,.15) 0%,transparent 70%);z-index:2}.circuit-lines[data-astro-cid-sz7xmlte]{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23b042ff' stroke-width='0.5' opacity='0.2' fill='none' d='M10,10 L90,10 L90,90 L10,90 Z M10,50 L50,50 M50,50 L50,90 M50,50 L50,10 M50,50 L90,50 M30,10 L30,30 M70,10 L70,30 M30,90 L30,70 M70,90 L70,70'/%3E%3C/svg%3E");background-size:200px 200px;opacity:.1;z-index:3}.top-divider[data-astro-cid-sz7xmlte]{display:flex;width:100%;height:3px;background:#b042ff1a;position:relative;overflow:hidden}.line-segment[data-astro-cid-sz7xmlte]{height:100%;flex:1;background:var(--neon-purple);opacity:.2;position:relative}.line-segment[data-astro-cid-sz7xmlte]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--neon-purple);opacity:0;animation:line-pulse 3s infinite}.line-segment[data-astro-cid-sz7xmlte]:nth-child(1):before{animation-delay:0s}.line-segment[data-astro-cid-sz7xmlte]:nth-child(2):before{animation-delay:.6s}.line-segment[data-astro-cid-sz7xmlte]:nth-child(3):before{animation-delay:1.2s}.line-segment[data-astro-cid-sz7xmlte]:nth-child(4):before{animation-delay:1.8s}.line-segment[data-astro-cid-sz7xmlte]:nth-child(5):before{animation-delay:2.4s}@keyframes line-pulse{0%,to{opacity:0}50%{opacity:1}}.footer-content[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:3rem}.footer-logo-column[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column}.footer-logo[data-astro-cid-sz7xmlte]{margin-bottom:1.5rem}.logo-container[data-astro-cid-sz7xmlte]{display:inline-flex;flex-direction:column;align-items:flex-start}.logo-text[data-astro-cid-sz7xmlte]{font-family:Space Mono,monospace;font-size:1.8rem;font-weight:700;color:#fff;letter-spacing:1px;margin-bottom:.25rem;position:relative}.logo-text[data-astro-cid-sz7xmlte]:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background:linear-gradient(90deg,var(--neon-purple),transparent)}.logo-badge[data-astro-cid-sz7xmlte]{font-family:Space Grotesk,sans-serif;font-size:.8rem;color:var(--neon-purple);letter-spacing:1px;padding:.25rem .5rem;background:#b042ff1a;border:1px solid rgba(176,66,255,.3);border-radius:3px}.footer-slogan[data-astro-cid-sz7xmlte]{font-size:1rem;color:#ffffffb3;line-height:1.5;margin-bottom:2rem;font-family:Space Grotesk,sans-serif}.social-container[data-astro-cid-sz7xmlte]{margin-top:auto}.social-label[data-astro-cid-sz7xmlte]{display:flex;align-items:center;margin-bottom:1rem}.label-text[data-astro-cid-sz7xmlte]{font-family:Space Mono,monospace;font-size:.9rem;color:#ffffffb3;margin-right:1rem}.label-line[data-astro-cid-sz7xmlte]{flex-grow:1;height:1px;background:linear-gradient(90deg,rgba(176,66,255,.5),transparent)}.social-links[data-astro-cid-sz7xmlte]{display:flex;gap:1rem}.social-link[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#b042ff1a;border:1px solid rgba(176,66,255,.3);color:#fff;transition:all .3s ease}.social-link[data-astro-cid-sz7xmlte]:hover{background:#b042ff4d;border-color:var(--neon-purple);transform:translateY(-3px);box-shadow:0 5px 15px #b042ff33}.footer-title[data-astro-cid-sz7xmlte]{font-family:Space Mono,monospace;font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:1.5rem;position:relative;display:inline-block}.footer-title[data-astro-cid-sz7xmlte]:after{content:"";position:absolute;bottom:-5px;left:0;width:30px;height:2px;background:var(--neon-purple);box-shadow:0 0 10px var(--neon-purple)}.contact-info[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2rem}.contact-item[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:1rem;color:#ffffffb3;font-family:Space Grotesk,sans-serif;font-size:.95rem}.contact-icon[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#b042ff1a;color:var(--neon-purple)}.tech-code[data-astro-cid-sz7xmlte]{background:#0a0a1480;border:1px solid rgba(176,66,255,.3);border-radius:5px;overflow:hidden}.code-header[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;background:#b042ff1a;border-bottom:1px solid rgba(176,66,255,.3)}.code-label[data-astro-cid-sz7xmlte]{font-family:Space Mono,monospace;font-size:.8rem;color:var(--neon-purple);letter-spacing:1px}.code-dots[data-astro-cid-sz7xmlte]{display:flex;gap:5px}.code-dots[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{width:6px;height:6px;border-radius:50%;background-color:#b042ff80}.code-dots[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]:nth-child(1){animation:dot-pulse 2s infinite}.code-dots[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]:nth-child(2){animation:dot-pulse 2s infinite;animation-delay:.5s}.code-dots[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]:nth-child(3){animation:dot-pulse 2s infinite;animation-delay:1s}@keyframes dot-pulse{0%,to{opacity:.5}50%{opacity:1;background-color:var(--neon-purple)}}.code-content[data-astro-cid-sz7xmlte]{padding:.75rem 1rem;font-family:Space Mono,monospace;font-size:.8rem;color:#fff9;text-align:center}.certifications[data-astro-cid-sz7xmlte]{border-top:1px solid rgba(176,66,255,.2);border-bottom:1px solid rgba(176,66,255,.2);padding:1.5rem 0;margin:2rem 0;display:flex;flex-direction:column;align-items:center;gap:1rem}.cert-label[data-astro-cid-sz7xmlte]{font-family:Space Mono,monospace;font-size:.9rem;color:#fff9;text-transform:uppercase;letter-spacing:1px}.cert-logos[data-astro-cid-sz7xmlte]{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.cert-logo[data-astro-cid-sz7xmlte]{font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:700;color:var(--neon-purple);letter-spacing:1px;padding:.5rem 1rem;background:#b042ff1a;border:1px solid rgba(176,66,255,.3);border-radius:4px;transition:all .3s ease}.cert-logo[data-astro-cid-sz7xmlte]:hover{background:#b042ff33;transform:translateY(-3px);box-shadow:0 5px 10px #0003}.copyright-bar[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}.copyright[data-astro-cid-sz7xmlte]{font-family:Space Grotesk,sans-serif;font-size:.9rem;color:#fff9}.footer-legal[data-astro-cid-sz7xmlte]{display:flex;gap:1.5rem}.legal-link[data-astro-cid-sz7xmlte]{font-family:Space Grotesk,sans-serif;font-size:.9rem;color:#fff9;text-decoration:none;transition:color .3s ease}.legal-link[data-astro-cid-sz7xmlte]:hover{color:var(--neon-purple)}.footer-data-line[data-astro-cid-sz7xmlte]{display:flex;width:100%;height:5px;background:#0a0a14cc;position:relative;overflow:hidden}.data-segment[data-astro-cid-sz7xmlte]{height:100%;flex:1;background:var(--neon-purple);opacity:.2}@media (max-width: 1200px){.footer-content[data-astro-cid-sz7xmlte]{gap:3rem}}@media (max-width: 992px){.footer-content[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.container[data-astro-cid-sz7xmlte]{padding:3rem 0 1.5rem}.footer-content[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:2.5rem}.copyright-bar[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:center;gap:1rem}.footer-legal[data-astro-cid-sz7xmlte]{justify-content:center}.social-container[data-astro-cid-sz7xmlte]{margin-top:0}}@media (max-width: 576px){.container[data-astro-cid-sz7xmlte]{width:95%;padding:2.5rem 0 1rem}.cert-logos[data-astro-cid-sz7xmlte]{gap:1rem}.cert-logo[data-astro-cid-sz7xmlte]{padding:.4rem .8rem;font-size:.8rem}.footer-legal[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:center;gap:.5rem}.footer-title[data-astro-cid-sz7xmlte]{font-size:1.1rem;margin-bottom:1.2rem}.logo-text[data-astro-cid-sz7xmlte]{font-size:1.5rem}}[data-astro-cid-ouamjn2i],[data-astro-cid-ouamjn2i]:before,[data-astro-cid-ouamjn2i]:after{box-sizing:border-box;margin:0;padding:0}html,body{margin:0;padding:0;font-family:Space Grotesk,sans-serif;background-color:#0a0a14;color:#fff;overflow-x:hidden;width:100%;height:100%}main[data-astro-cid-ouamjn2i]{width:100%;display:block}:root{--font-sans: "Space Grotesk", sans-serif;--font-mono: "Space Mono", monospace;--neon-purple: #b042ff;--neon-blue: #4287ff;--neon-pink: #ff42b0;--neon-yellow: #e8ff42;--neon-green: #42ff66;--dark-bg: #0a0a14;--darker-bg: #070710}::-webkit-scrollbar [data-astro-cid-ouamjn2i]{width:10px;background-color:var(--darker-bg)}::-webkit-scrollbar-track [data-astro-cid-ouamjn2i]{background-color:#0a0a14cc;border-radius:10px}::-webkit-scrollbar-thumb [data-astro-cid-ouamjn2i]{background:linear-gradient(180deg,var(--neon-purple),var(--neon-blue));border-radius:10px;border:2px solid rgba(10,10,20,.8);box-shadow:0 0 10px #b042ff80}::-webkit-scrollbar-thumb:hover [data-astro-cid-ouamjn2i]{background:linear-gradient(180deg,var(--neon-pink),var(--neon-purple))}[data-astro-cid-ouamjn2i]{scrollbar-width:thin;scrollbar-color:var(--neon-purple) var(--darker-bg)}
