:root{--primary-blue: #14b5fc;--deep-purple: #3d00b8;--dark-navy: #02002d;--light-gray: #f8f9fa;--medium-gray: #6c757d;--dark-gray: #343a40;--white: #ffffff;--gradient-primary: linear-gradient( 135deg, var(--primary-blue), var(--deep-purple) );--gradient-secondary: linear-gradient( 135deg, var(--deep-purple), var(--dark-navy) );--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--border-radius-sm: .25rem;--border-radius-md: .5rem;--border-radius-lg: .75rem;--border-radius-xl: 1rem}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6;color:var(--white);background:var(--dark-navy);overflow-x:hidden;margin:0;padding:0}body:before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse at top,rgba(20,181,252,.1) 0%,transparent 50%),radial-gradient(ellipse at bottom,rgba(61,0,184,.1) 0%,transparent 50%);z-index:-2;pointer-events:none}h1,h2,h3,h4,h5,h6{font-family:Orbitron,monospace;font-weight:700;line-height:1.3;margin-bottom:1rem;letter-spacing:.02em}h1{font-size:3rem;font-weight:900;letter-spacing:.01em}h2{font-size:2.5rem;font-weight:700}h3{font-size:2rem;font-weight:700}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem;color:#ffffffe6;line-height:1.6;font-weight:400}a{color:var(--primary-blue);text-decoration:none;transition:color .3s ease}a:hover{color:var(--white)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.container-wide{max-width:1400px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-family:Orbitron,monospace;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-align:center;text-decoration:none;border:none;border-radius:var(--border-radius-md);cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn-primary{background:var(--gradient-primary);color:var(--white);box-shadow:var(--shadow-md)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);color:var(--white)}.btn-secondary{background:transparent;color:var(--primary-blue);border:2px solid var(--primary-blue)}.btn-secondary:hover{background:var(--primary-blue);color:var(--white);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.3)}.btn-outline:hover{background:var(--white);color:var(--dark-navy);border-color:var(--white)}.card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:var(--border-radius-lg);padding:2rem;transition:all .3s ease}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl);background:#ffffff14}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.section-padding{padding:5rem 0}main>section:first-child{margin-top:-10px!important}.text-center{text-align:center}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.flex{display:flex}.flex-1{flex:1}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:2rem}.mb-6{margin-bottom:3rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:2rem}.mt-6{margin-top:3rem}@media (max-width: 768px){.container{padding:0 .5rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}.section-padding{padding:3rem 0}.btn{padding:.625rem 1.25rem;font-size:.9rem}.card{padding:1.5rem}}@media (max-width: 480px){h1{font-size:2rem}.grid{gap:1rem}.section-padding{padding:2rem 0}}.fade-in{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-up{animation:slideUp .8s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.pulse{animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}:focus-visible{outline:2px solid var(--primary-blue);outline-offset:2px}::selection{background:var(--primary-blue);color:var(--white)}.header.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:1000;background:#02002de6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}main.svelte-12qhfyh{margin-top:0;padding-top:0}.header.scrolled.svelte-12qhfyh{background:#02002df2;box-shadow:var(--shadow-lg)}.nav.svelte-12qhfyh{padding:1rem 0}.nav-content.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between}.logo.svelte-12qhfyh{display:flex;align-items:center;text-decoration:none;transition:opacity .3s ease}.logo.svelte-12qhfyh:hover{opacity:.8}.logo-image.svelte-12qhfyh{height:40px;width:auto;max-width:160px}.nav-links.svelte-12qhfyh{display:flex;gap:2rem;align-items:center}.nav-link.svelte-12qhfyh{font-family:Orbitron,monospace;color:#fffc;text-decoration:none;font-weight:500;letter-spacing:.02em;text-transform:uppercase;font-size:.9rem;transition:color .3s ease;position:relative}.nav-link.svelte-12qhfyh:hover,.nav-link.active.svelte-12qhfyh{color:var(--primary-blue)}.nav-link.active.svelte-12qhfyh:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;background:var(--gradient-primary);border-radius:1px}.menu-toggle.svelte-12qhfyh{display:flex;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0}.menu-toggle.svelte-12qhfyh span:where(.svelte-12qhfyh){width:2rem;height:.2rem;background:var(--white);border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.mobile-menu.svelte-12qhfyh{position:absolute;top:100%;left:0;right:0;background:#02002dfa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);animation:svelte-12qhfyh-slideDown .3s ease}@keyframes svelte-12qhfyh-slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-content.svelte-12qhfyh{padding:2rem 1rem;display:flex;flex-direction:column;gap:1rem}.mobile-nav-link.svelte-12qhfyh{font-family:Orbitron,monospace;color:#fffc;text-decoration:none;font-weight:500;font-size:1rem;letter-spacing:.02em;text-transform:uppercase;padding:.5rem 0;transition:color .3s ease}.mobile-nav-link.svelte-12qhfyh:hover,.mobile-nav-link.active.svelte-12qhfyh{color:var(--primary-blue)}.desktop-only.svelte-12qhfyh{display:flex}.mobile-only.svelte-12qhfyh{display:none}main.svelte-12qhfyh{min-height:100vh;padding-top:80px}.footer.svelte-12qhfyh{background:var(--dark-navy);border-top:1px solid rgba(255,255,255,.1);padding:3rem 0 1rem}.footer-content.svelte-12qhfyh{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-logo.svelte-12qhfyh{height:30px;width:auto;max-width:120px;margin-bottom:1rem;opacity:.9}.footer-section.svelte-12qhfyh h4:where(.svelte-12qhfyh){margin-bottom:1rem}.footer-section.svelte-12qhfyh ul:where(.svelte-12qhfyh){list-style:none}.footer-section.svelte-12qhfyh ul:where(.svelte-12qhfyh) li:where(.svelte-12qhfyh){margin-bottom:.5rem}.footer-section.svelte-12qhfyh ul:where(.svelte-12qhfyh) li:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){color:#ffffffb3;transition:color .3s ease}.footer-section.svelte-12qhfyh ul:where(.svelte-12qhfyh) li:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):hover{color:var(--primary-blue)}.footer-bottom.svelte-12qhfyh{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#fff9}@media (max-width: 768px){.desktop-only.svelte-12qhfyh{display:none}.mobile-only.svelte-12qhfyh{display:flex}.footer-content.svelte-12qhfyh{grid-template-columns:1fr;gap:2rem}.nav.svelte-12qhfyh{padding:.75rem 0}main.svelte-12qhfyh{padding-top:70px}.logo-image.svelte-12qhfyh{height:35px;max-width:140px}.footer-logo.svelte-12qhfyh{height:25px;max-width:100px}}
