:root{--accent: #20c20e;--accent-alt: #1aa80d;--glow-color: rgba(32, 194, 14, .7);--glow-color-medium: rgba(32, 194, 14, .4);--glow-color-light: rgba(32, 194, 14, .2);--bg-primary: #0a0a0a;--bg-secondary: #050505;--bg-tertiary: #000000;--text-primary: #ffffff;--text-secondary: #a0a0a0;--animation-timing: cubic-bezier(.175, .885, .32, 1.275);--transition: all .3s ease;--card-shadow: 0 10px 30px rgba(0, 0, 0, .3);--cursor-size: 20px;--cursor-color: var(--accent)}::selection{background:#20c20e4d;color:#fff;text-shadow:0 0 10px rgba(32,194,14,.8)}::-moz-selection{background:#20c20e4d;color:#fff;text-shadow:0 0 10px rgba(32,194,14,.8)}#scroll-progress{position:fixed;top:0;left:0;width:0%;height:3px;background:linear-gradient(90deg,var(--accent),var(--accent-alt));z-index:10000;box-shadow:0 0 15px var(--accent);transition:width .1s ease-out}.section-title{position:relative;display:inline-block;animation:glitch-color-load 1.2s cubic-bezier(.25,.46,.45,.94) forwards}.section-title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:var(--accent);border-radius:2px;box-shadow:0 0 10px #20c20e80;z-index:-1}@keyframes glitch-color-load{0%{text-shadow:3px 0 #ff00ff,-3px 0 #00ffff;color:#f0f;transform:translate(0)}10%{text-shadow:-3px 0 #ff00ff,3px 0 #00ffff;transform:translate(-2px,2px);color:#0ff}20%{text-shadow:3px 0 #ff00ff,-3px 0 #00ffff;transform:translate(2px,-2px);color:var(--text-primary)}30%{text-shadow:-2px 0 #ff00ff,2px 0 #00ffff;transform:translate(-1px,1px)}40%{text-shadow:2px 0 #ff00ff,-2px 0 #00ffff;transform:translate(1px,-1px);color:#f0f}50%{text-shadow:0 0 0 transparent;transform:translate(0);color:var(--text-primary)}to{text-shadow:none;transform:translate(0);color:var(--text-primary)}}html,body{max-width:100vw;overflow-x:hidden}html{cursor:none}.cursor-dot{position:fixed;width:8px;height:8px;background:var(--accent);border-radius:50%;pointer-events:none;z-index:99999;transition:transform .1s ease,background .2s ease;transform:translate(-50%,-50%);box-shadow:0 0 10px var(--accent),0 0 20px #20c20e4d}.cursor-outline{position:fixed;width:35px;height:35px;border:2px solid rgba(32,194,14,.5);border-radius:50%;pointer-events:none;z-index:99998;transition:transform .15s ease,border-color .2s ease,width .2s ease,height .2s ease;transform:translate(-50%,-50%)}@media (hover: none){html{cursor:auto}.cursor-dot,.cursor-outline{display:none}}*{margin:0;padding:0;box-sizing:border-box}.animate-on-scroll,.skill-bar,.hero-background,.shield-container,.hero-visual{will-change:transform,opacity}img{display:block;max-width:100%;height:auto}.blog-card,.achievement-card,.skill-category{backface-visibility:hidden;transform:translateZ(0)}html{scroll-behavior:smooth}body{background:var(--bg-primary);color:var(--text-primary);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;min-height:100vh;position:relative}html.no-js main{opacity:1!important}html.no-js #loader{display:none!important}#interactive-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}#loader{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--bg-primary);display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity .5s ease-out,visibility .5s ease-out}#loader.hidden{opacity:0;visibility:hidden;pointer-events:none}.loader-content{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;max-width:600px;padding:0 20px}.loader-title{font-size:3.5rem;font-weight:800;background:linear-gradient(90deg,var(--accent),var(--accent-alt));-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1.5rem;letter-spacing:-.03em;opacity:0;animation:fadeInScale .8s .2s forwards;line-height:1.2}.loader-subtitle{color:var(--text-secondary);font-size:1.2rem;max-width:500px;opacity:0;animation:fadeInScale .8s .5s forwards}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes pulse{0%{transform:scale(1);box-shadow:var(--glow-color)}50%{transform:scale(1.05);box-shadow:0 0 25px #20c20ecc}to{transform:scale(1);box-shadow:var(--glow-color)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}main{opacity:0;transition:opacity .5s ease}main.visible{opacity:1}header{padding:2rem 5%;display:flex;justify-content:space-between;align-items:center;position:fixed;width:100%;z-index:100;background:#000c;backdrop-filter:blur(10px);border-bottom:1px solid rgba(32,194,14,.1)}.logo{font-size:1.8rem;font-weight:800;background:linear-gradient(90deg,var(--accent),var(--accent-alt));-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-.03em}nav ul{display:flex;list-style:none;gap:2.5rem}nav a{color:var(--text-secondary);text-decoration:none;font-weight:500;position:relative;padding:.5rem 0;transition:var(--transition)}nav a:hover{color:var(--text-primary)}nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent);transition:var(--transition)}nav a:hover:after{width:100%}header .menu-toggle,header .hamburger{color:var(--accent)!important;border-color:var(--accent)!important}header .menu-toggle span,header .hamburger span,header .hamburger-line{background-color:var(--accent)!important}@media (max-width: 768px){nav ul{display:flex;position:fixed;bottom:0;left:0;width:100%;top:auto;background:#000000fa;flex-direction:column;padding:2rem;gap:1rem;border-top:2px solid var(--accent);border-bottom:none;transform:translateY(100%);transition:transform .3s ease-in-out;z-index:99;justify-content:center;align-items:center;height:auto;max-height:50vh;border-radius:20px 20px 0 0;padding-bottom:calc(2rem + env(safe-area-inset-bottom))}nav ul.open{transform:translateY(0)}header .menu-toggle,header .hamburger{display:block!important}}.hero{min-height:100vh;display:flex;align-items:center;padding:90px 10% 0;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(32,194,14,.05) 0%,transparent 70%);z-index:-1}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-content{max-width:700px;animation:slideIn 1s forwards;display:flex;flex-direction:column;align-items:flex-start}@keyframes slideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero h1{font-size:4.5rem;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.03em;align-self:flex-start}.hero h1 span{background:linear-gradient(90deg,var(--accent),var(--accent-alt));-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 15px rgba(32,194,14,.3)}.hero p{font-size:1.4rem;color:var(--text-secondary);margin-bottom:2.5rem;max-width:600px;align-self:flex-start}.hero-social-links{display:flex;gap:1.5rem;margin-bottom:2rem}.hero-social-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#0a0a0a80;border-radius:50%;color:var(--accent);transition:var(--transition);border:1px solid rgba(32,194,14,.2)}.hero-social-link:hover{background:var(--accent);color:var(--bg-primary);transform:translateY(-3px);box-shadow:var(--glow-color)}.hero-social-link svg{width:24px;height:24px;fill:currentColor}.hero-button-container{width:100%;display:flex;justify-content:center;margin-top:1rem}.cta-button{display:inline-block;background:linear-gradient(90deg,var(--accent),var(--accent-alt));color:var(--bg-primary);border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:var(--transition);position:relative;overflow:hidden;z-index:1;text-align:center;box-shadow:0 4px 15px #20c20e4d;text-shadow:0 0 5px rgba(0,0,0,.3)}.cta-button:hover{transform:translateY(-3px);box-shadow:0 7px 20px #20c20e66,0 0 15px #20c20e4d}.cta-button:active{transform:translateY(-1px)}section{padding:10rem 10%;position:relative}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.achievements-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}@media (max-width: 1100px){.achievements-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.achievements-grid{grid-template-columns:1fr}}.achievement-card{background:var(--bg-secondary);border-radius:16px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;transform:translateY(20px) perspective(1000px);opacity:0;border:1px solid rgba(32,194,14,.1);box-shadow:var(--card-shadow);transform-style:preserve-3d}.achievement-card.visible{transform:translateY(0) perspective(1000px) rotateX(0) rotateY(0);opacity:1}@media (hover: hover) and (pointer: fine){.achievement-card:hover{border-color:#20c20e4d;box-shadow:0 25px 50px #00000080}.achievement-icon{transform:translateZ(30px)}.achievement-card:hover h3{color:var(--accent)}.achievement-card:hover p{color:var(--text-primary)}}.achievement-icon{width:60px;height:60px;background:linear-gradient(135deg,rgba(32,194,14,.1),transparent);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;animation:float 6s ease-in-out infinite;transition:transform .3s ease}.achievement-icon svg{width:30px;height:30px;fill:var(--accent)}.achievement-card h3{font-size:1.5rem;margin-bottom:1rem;line-height:1.3;transition:var(--transition)}.achievement-card p{color:var(--text-secondary);margin-bottom:1.5rem;transition:var(--transition)}.achievement-date{display:inline-block;color:var(--text-secondary);font-size:.9rem;padding:.3rem .8rem;background:#20c20e1a;border-radius:20px}.blog-filters{display:flex;gap:1rem;flex-wrap:wrap}.filter-btn{background:var(--bg-tertiary);color:var(--text-secondary);border:1px solid rgba(32,194,14,.2);padding:.6rem 1.4rem;border-radius:30px;cursor:pointer;transition:var(--transition);font-weight:500}.filter-btn.active,.filter-btn:hover{background:var(--accent);color:var(--bg-primary);border-color:var(--accent);transform:translateY(-2px);box-shadow:var(--glow-color)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem}.blog-card{background:var(--bg-secondary);border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;transform:translateY(20px) perspective(1000px);opacity:0;border:1px solid rgba(32,194,14,.1);box-shadow:var(--card-shadow);will-change:transform,box-shadow;transform-style:preserve-3d}.blog-card.visible{transform:translateY(0) perspective(1000px) rotateX(0) rotateY(0);opacity:1}@media (hover: hover) and (pointer: fine){.blog-card:hover{border-color:#20c20e4d;box-shadow:0 25px 50px #00000080}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-card:hover h3{color:var(--accent)}.blog-card:hover p{color:var(--text-primary)}}.blog-image{height:220px;position:relative;overflow:hidden}.blog-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.blog-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.8),transparent 60%);z-index:1}.blog-tags{position:absolute;top:1rem;left:1rem;display:flex;gap:.5rem;z-index:2;flex-wrap:wrap}.blog-tag{background:#20c20e26;color:var(--accent);padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;transition:var(--transition)}.blog-tag:hover{background:var(--accent);color:var(--bg-primary)}.blog-content{padding:1.8rem;position:relative}.blog-meta{display:flex;gap:1.2rem;margin-bottom:1rem;color:var(--text-secondary);font-size:.9rem}.blog-meta-item{display:flex;align-items:center;gap:.4rem}.blog-card h3{font-size:1.5rem;margin-bottom:1rem;line-height:1.3;transition:var(--transition)}.blog-card p{color:var(--text-secondary);margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:var(--transition)}.read-more{color:var(--accent);text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:var(--transition);border-bottom:1px dashed var(--accent);padding-bottom:2px}.read-more:hover{gap:.8rem;border-bottom-color:transparent}.blog-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:4rem 0}.feature-card{background:#000;border-radius:16px;padding:2rem;transition:var(--transition);border:1px solid rgba(32,194,14,.1)}.feature-card:hover{transform:translateY(-5px);border-color:#20c20e4d;box-shadow:var(--card-shadow)}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,rgba(32,194,14,.1),transparent);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;animation:float 6s ease-in-out infinite}.feature-icon svg{width:30px;height:30px;fill:var(--accent)}.feature-card h3{font-size:1.4rem;margin-bottom:1rem}.feature-card p{color:var(--text-secondary);font-size:.95rem}.newsletter{background:#000;border-radius:16px;padding:3rem;text-align:center;margin-top:4rem;border:1px solid rgba(32,194,14,.1);position:relative;overflow:hidden}.newsletter:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(32,194,14,.05) 0%,transparent 70%);z-index:0}.newsletter-content{position:relative;z-index:1}.newsletter h3{font-size:2.2rem;margin-bottom:1rem;background:linear-gradient(90deg,var(--accent),var(--accent-alt));-webkit-background-clip:text;background-clip:text;color:transparent}.newsletter p{color:var(--text-secondary);max-width:600px;margin:0 auto 2rem}.newsletter-form{display:flex;max-width:500px;margin:0 auto;gap:.5rem}.newsletter-form input{flex:1;background:var(--bg-secondary);border:1px solid rgba(32,194,14,.2);color:var(--text-primary);padding:1rem 1.5rem;border-radius:8px;font-size:1rem;transition:var(--transition)}.newsletter-form input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #20c20e33}.newsletter-form button{background:var(--accent);color:var(--bg-primary);border:none;padding:1rem 1.8rem;border-radius:8px;font-weight:600;cursor:pointer;transition:var(--transition);position:relative;overflow:hidden;white-space:nowrap}.newsletter-form button:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:var(--accent-alt);transition:var(--transition);z-index:-1}.newsletter-form button:hover{transform:translateY(-2px);box-shadow:var(--glow-color)}.newsletter-form button:hover:before{width:100%}footer{background:#000;padding:4rem 10%;border-top:2px solid rgba(32,194,14,.2)}footer .footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem}footer .footer-brand h2{font-size:2.2rem;margin-bottom:1.2rem;background:linear-gradient(90deg,var(--accent),var(--accent-alt));-webkit-background-clip:text;background-clip:text;color:transparent}footer .footer-brand p{color:var(--text-secondary);max-width:400px;margin-bottom:1.8rem}footer .social-links{display:flex;gap:1.2rem}footer .social-link{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:#20c20e1a;border:1px solid rgba(32,194,14,.2);border-radius:50%;color:var(--accent);transition:var(--transition)}footer .social-link:hover{background:var(--accent);color:var(--bg-primary);transform:translateY(-3px);box-shadow:0 0 15px #20c20e80}footer .social-link svg{width:20px;height:20px;fill:currentColor}footer .footer-links h3{font-size:1.4rem;margin-bottom:1.8rem;position:relative;padding-bottom:.8rem}footer .footer-links h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:var(--accent);border-radius:2px}footer .footer-links ul{list-style:none}footer .footer-links li{margin-bottom:1rem}footer .footer-links a{color:var(--text-secondary);text-decoration:none;transition:var(--transition);display:inline-block}footer .footer-links a:hover{color:var(--accent);transform:translate(5px)}.copyright{grid-column:1 / -1;padding-top:3rem;text-align:center;color:var(--text-secondary);font-size:.95rem;border-top:1px solid rgba(32,194,14,.1);margin-top:3rem}.animate-on-scroll{transition:transform .6s ease-out,opacity .6s ease-out}.animate-on-scroll.hidden{opacity:0;transform:translateY(30px)}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.stagger-1{transition-delay:.1s}.stagger-2{transition-delay:.2s}.stagger-3{transition-delay:.3s}.stagger-4{transition-delay:.4s}@media (max-width: 992px){footer .footer-content{grid-template-columns:1fr 1fr}.hero h1{font-size:3.5rem}.hero-content{align-items:center}.hero h1,.hero p{align-self:center;text-align:center}.hero-social-links{justify-content:center}}@media (max-width: 768px){nav ul{gap:1.5rem}.hero{padding:0 5%}.hero h1{font-size:2.8rem}.hero p{font-size:1.1rem}section{padding:8rem 5%}.section-title{font-size:2.2rem}footer .footer-content{grid-template-columns:1fr;gap:3rem;text-align:center}footer .footer-brand{display:flex;flex-direction:column;align-items:center;text-align:center}footer .footer-brand p{max-width:100%;text-align:center}footer .social-links{justify-content:center}footer .footer-links{text-align:center}footer .footer-links h3:after{left:50%;transform:translate(-50%)}footer .footer-links ul{display:flex;flex-direction:column;align-items:center}footer .footer-links a:hover{transform:translate(0) scale(1.05)}.blog-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.newsletter-form button{width:100%;padding:1rem}.hero-social-links{gap:1rem}.hero-social-link{width:45px;height:45px}.hero-social-link svg{width:22px;height:22px}}@media (max-width: 480px){.logo{font-size:1.5rem}nav ul{gap:1rem}.hero h1{font-size:2.3rem}.loader-title{font-size:2.5rem}.achievements-grid,.blog-grid{grid-template-columns:1fr}.newsletter-form{gap:1rem}.cta-button{padding:.9rem 2rem;font-size:1rem}}[data-astro-cid-3ef6ksr2]:host{--neon-green: #20c20e;--neon-green-light: #3dff1e;--neon-red: #e31b23;--bg-dark: #000000}header[data-astro-cid-3ef6ksr2]{padding:1rem 5%;display:flex;justify-content:space-between;align-items:center;position:fixed;width:100%;z-index:100;background:#000000f2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(32,194,14,.1);transition:all .3s ease}header[data-astro-cid-3ef6ksr2]:hover{border-bottom-color:#20c20e33}.logo[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:2px;font-family:Courier New,monospace}.logo-bracket[data-astro-cid-3ef6ksr2]{font-size:1.6rem;color:#333;font-weight:400;transition:color .3s ease}.logo-text[data-astro-cid-3ef6ksr2]{font-size:1.4rem;font-weight:700;color:var(--neon-green);text-shadow:0 0 10px rgba(32,194,14,.5),0 0 20px rgba(32,194,14,.3);letter-spacing:2px;transition:all .3s ease}.logo[data-astro-cid-3ef6ksr2]:hover .logo-bracket[data-astro-cid-3ef6ksr2]{color:var(--neon-green)}.logo[data-astro-cid-3ef6ksr2]:hover .logo-text[data-astro-cid-3ef6ksr2]{text-shadow:0 0 15px rgba(32,194,14,.8),0 0 30px rgba(32,194,14,.5),0 0 45px rgba(32,194,14,.3)}nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{display:flex;list-style:none;gap:2.5rem}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.3rem;color:#666;text-decoration:none;font-weight:500;font-size:.9rem;letter-spacing:.05em;position:relative;padding:.5rem 0;transition:all .3s ease}.nav-hash[data-astro-cid-3ef6ksr2]{color:#333;transition:color .3s ease}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--neon-green);text-shadow:0 0 10px rgba(32,194,14,.5)}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover .nav-hash[data-astro-cid-3ef6ksr2]{color:var(--neon-green)}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--neon-green);box-shadow:0 0 10px var(--neon-green);transition:width .3s ease}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover:after{width:100%}.mobile-menu-btn[data-astro-cid-3ef6ksr2]{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:transparent;border:2px solid var(--neon-green);cursor:pointer;padding:0;z-index:1003;position:relative;transition:all .3s ease}.mobile-menu-btn[data-astro-cid-3ef6ksr2]:hover{background:var(--neon-green);box-shadow:0 0 20px #20c20e66}.hamburger-line[data-astro-cid-3ef6ksr2]{width:18px;height:2px;background:var(--neon-green);margin:2px 0;transition:all .3s ease;transform-origin:center}.mobile-menu-btn[data-astro-cid-3ef6ksr2]:hover .hamburger-line[data-astro-cid-3ef6ksr2]{background:#000}.mobile-menu-btn[data-astro-cid-3ef6ksr2].active .hamburger-line[data-astro-cid-3ef6ksr2]:nth-child(1){transform:rotate(45deg) translate(4px,4px)}.mobile-menu-btn[data-astro-cid-3ef6ksr2].active .hamburger-line[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0;transform:scale(0)}.mobile-menu-btn[data-astro-cid-3ef6ksr2].active .hamburger-line[data-astro-cid-3ef6ksr2]:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}.mobile-nav[data-astro-cid-3ef6ksr2]{display:none;position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#000000fa;backdrop-filter:blur(20px);border-left:1px solid rgba(32,194,14,.2);padding:0;transition:right .4s ease;z-index:1002;flex-direction:column}.mobile-nav[data-astro-cid-3ef6ksr2].active{right:0}.mobile-nav-header[data-astro-cid-3ef6ksr2]{display:flex;justify-content:center;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(32,194,14,.1)}.mobile-logo[data-astro-cid-3ef6ksr2]{font-family:Courier New,monospace;display:flex;align-items:center;gap:2px}.mobile-logo[data-astro-cid-3ef6ksr2] .logo-bracket[data-astro-cid-3ef6ksr2]{font-size:1.4rem;color:var(--neon-green)}.mobile-logo[data-astro-cid-3ef6ksr2] .logo-text[data-astro-cid-3ef6ksr2]{font-size:1.2rem;color:var(--neon-green);text-shadow:0 0 15px rgba(32,194,14,.5);letter-spacing:2px}.mobile-nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{list-style:none;display:flex;flex-direction:column;gap:0;padding:1rem 0}.mobile-nav[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2]{border-bottom:1px solid rgba(32,194,14,.05)}.mobile-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.5rem;color:#888;text-decoration:none;font-size:1rem;font-weight:500;padding:1rem 1.5rem;transition:all .3s ease;width:100%}.mobile-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--neon-green);background:#20c20e0d;text-shadow:0 0 10px rgba(32,194,14,.5)}.mobile-nav[data-astro-cid-3ef6ksr2] .nav-hash[data-astro-cid-3ef6ksr2]{color:#333}.mobile-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover .nav-hash[data-astro-cid-3ef6ksr2]{color:var(--neon-green)}@media (max-width: 768px){.desktop-nav[data-astro-cid-3ef6ksr2]{display:none}.mobile-menu-btn[data-astro-cid-3ef6ksr2],.mobile-nav[data-astro-cid-3ef6ksr2]{display:flex}header[data-astro-cid-3ef6ksr2]{padding:.8rem 5%}.logo-text[data-astro-cid-3ef6ksr2]{font-size:1.2rem}.logo-bracket[data-astro-cid-3ef6ksr2]{font-size:1.4rem}}@media (max-width: 480px){.mobile-nav[data-astro-cid-3ef6ksr2]{width:100%;right:-100%}.mobile-nav-header[data-astro-cid-3ef6ksr2]{padding:1rem}.mobile-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{font-size:.95rem;padding:.9rem 1.2rem}}.footer-content[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr;gap:3rem;text-align:center;align-items:center;justify-items:center}.footer-brand[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;align-items:center;text-align:center}.footer-brand[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{max-width:500px;margin:0 auto 1.8rem;text-align:center}.social-links[data-astro-cid-sz7xmlte]{display:flex;gap:1.2rem;justify-content:center;margin-top:1.5rem}.footer-links[data-astro-cid-sz7xmlte]{text-align:center}.footer-links[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;padding:0;display:flex;flex-direction:column;align-items:center;gap:.8rem}.footer-links[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{position:relative;display:inline-block;padding-bottom:.8rem}.footer-links[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:40px;height:3px;background:var(--accent);border-radius:2px}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{transform:translate(0) scale(1.05)}@media (min-width: 768px){.footer-content[data-astro-cid-sz7xmlte]{grid-template-columns:2fr 1fr 1fr;text-align:center;align-items:flex-start;justify-items:center}.footer-brand[data-astro-cid-sz7xmlte]{align-items:center;text-align:center}.footer-brand[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{text-align:center}.social-links[data-astro-cid-sz7xmlte]{justify-content:center}.footer-links[data-astro-cid-sz7xmlte]{text-align:center}.footer-links[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{align-items:center}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{transform:scale(1.05)}}.footer-premium-badge[data-astro-cid-sz7xmlte]{width:100%;max-width:500px;margin:2rem auto;perspective:1000px}.premium-badge-lens[data-astro-cid-sz7xmlte]{position:relative;background:linear-gradient(135deg,#00140acc,#000a05e6,#00140acc);border-radius:20px;padding:2px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:all .5s cubic-bezier(.175,.885,.32,1.275)}.premium-badge-lens[data-astro-cid-sz7xmlte]:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(32,194,14,.1) 50%,transparent 70%);border-radius:20px;opacity:0;transition:opacity .5s ease}.premium-badge-lens[data-astro-cid-sz7xmlte]:hover:before{opacity:1}.premium-badge-lens[data-astro-cid-sz7xmlte]:hover{transform:translateY(-5px) rotateX(2deg);box-shadow:0 20px 60px #20c20e4d,0 10px 30px #00000080,inset 0 0 30px #20c20e1a}.premium-badge-content[data-astro-cid-sz7xmlte]{background:linear-gradient(135deg,#000a05f2,#000500fa);border-radius:18px;padding:1.5rem;display:flex;flex-direction:column;gap:1.2rem;position:relative;overflow:hidden}.premium-badge-content[data-astro-cid-sz7xmlte]:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(32,194,14,.03) 0%,transparent 70%);animation:premium-rotate 30s linear infinite;pointer-events:none}@keyframes premium-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.premium-badge-header[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:linear-gradient(135deg,#20c20e1f,#1a8a0d0f);border-radius:16px;border:1px solid rgba(32,194,14,.25);position:relative;z-index:1}.premium-badge-icon-container[data-astro-cid-sz7xmlte]{position:relative;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.premium-badge-icon[data-astro-cid-sz7xmlte]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--accent);z-index:3;position:relative}.premium-badge-icon[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:30px;height:30px;stroke:var(--accent);filter:drop-shadow(0 0 12px rgba(32,194,14,.8))}.premium-badge-rings[data-astro-cid-sz7xmlte]{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.ring[data-astro-cid-sz7xmlte]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(32,194,14,.3);animation:ring-pulse 3s ease-in-out infinite}.ring-1[data-astro-cid-sz7xmlte]{width:60px;height:60px;animation-delay:0s}.ring-2[data-astro-cid-sz7xmlte]{width:70px;height:70px;animation-delay:1s}.ring-3[data-astro-cid-sz7xmlte]{width:80px;height:80px;animation-delay:2s}@keyframes ring-pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.2}}.premium-badge-text[data-astro-cid-sz7xmlte]{flex:1;text-align:right}.premium-badge-title[data-astro-cid-sz7xmlte]{font-size:1.1rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.2rem;text-shadow:0 0 15px rgba(32,194,14,.5)}.premium-badge-subtitle[data-astro-cid-sz7xmlte]{font-size:.9rem;font-weight:600;color:var(--text-primary);background:#20c20e26;padding:.3rem .8rem;border-radius:20px;border:1px solid rgba(32,194,14,.3);display:inline-block}.premium-badge-main[data-astro-cid-sz7xmlte]{width:100%;height:130px;position:relative;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#000f0afa,#00190ff2);border:2px solid rgba(32,194,14,.3);box-shadow:inset 0 0 30px #20c20e26,0 5px 25px #0006;z-index:1}.premium-badge-frame[data-astro-cid-sz7xmlte]{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;border-radius:12px;overflow:hidden}.premium-badge-loading[data-astro-cid-sz7xmlte]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:#000a05fa;z-index:2;color:var(--text-secondary);font-size:.9rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.premium-badge-spinner[data-astro-cid-sz7xmlte]{width:32px;height:32px;border:3px solid rgba(32,194,14,.3);border-top-color:var(--accent);border-radius:50%;animation:premium-spin 1s linear infinite}@keyframes premium-spin{to{transform:rotate(360deg)}}.premium-badge-actions[data-astro-cid-sz7xmlte]{display:flex;gap:1rem;justify-content:center;z-index:1;position:relative}.premium-badge-btn[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1.5rem;border-radius:30px;text-decoration:none;font-size:.9rem;font-weight:600;transition:all .3s ease;position:relative;overflow:hidden}.premium-badge-btn[data-astro-cid-sz7xmlte]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.premium-badge-btn[data-astro-cid-sz7xmlte]:hover:before{left:100%}.premium-badge-btn[data-astro-cid-sz7xmlte].primary{background:linear-gradient(135deg,var(--accent),var(--accent-alt));color:var(--bg-primary);box-shadow:0 4px 15px #20c20e4d}.premium-badge-btn[data-astro-cid-sz7xmlte].secondary{background:#20c20e1a;color:var(--accent);border:1px solid rgba(32,194,14,.3)}.premium-badge-btn[data-astro-cid-sz7xmlte]:hover{transform:translateY(-3px);box-shadow:0 8px 25px #20c20e66}.premium-badge-btn[data-astro-cid-sz7xmlte].primary:hover{box-shadow:0 8px 30px #20c20e99}.premium-badge-btn[data-astro-cid-sz7xmlte].secondary:hover{background:#20c20e33;border-color:var(--accent)}.premium-badge-btn[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:16px;height:16px;stroke:currentColor}.footer-premium-badge[data-astro-cid-sz7xmlte]:hover .premium-badge-header[data-astro-cid-sz7xmlte]{background:linear-gradient(135deg,#20c20e33,#1a8a0d1f);border-color:#20c20e66}.footer-premium-badge[data-astro-cid-sz7xmlte]:hover .premium-badge-main[data-astro-cid-sz7xmlte]{border-color:#20c20e80;box-shadow:inset 0 0 40px #20c20e40,0 8px 35px #20c20e66}@media (min-width: 1200px){.premium-badge-content[data-astro-cid-sz7xmlte]{padding:2rem}.premium-badge-header[data-astro-cid-sz7xmlte]{padding:1.2rem 2rem}.premium-badge-icon-container[data-astro-cid-sz7xmlte]{width:60px;height:60px}.premium-badge-icon[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:36px;height:36px}.premium-badge-main[data-astro-cid-sz7xmlte]{height:150px}.premium-badge-title[data-astro-cid-sz7xmlte]{font-size:1.2rem}.premium-badge-subtitle[data-astro-cid-sz7xmlte]{font-size:1rem}.premium-badge-btn[data-astro-cid-sz7xmlte]{padding:1rem 2rem;font-size:1rem}}@media (max-width: 992px){.premium-badge-content[data-astro-cid-sz7xmlte]{padding:1.2rem}.premium-badge-header[data-astro-cid-sz7xmlte]{padding:.8rem 1.2rem}.premium-badge-icon-container[data-astro-cid-sz7xmlte]{width:45px;height:45px}.premium-badge-icon[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:26px;height:26px}.premium-badge-main[data-astro-cid-sz7xmlte]{height:120px}.premium-badge-title[data-astro-cid-sz7xmlte]{font-size:1rem}.premium-badge-subtitle[data-astro-cid-sz7xmlte]{font-size:.85rem}.premium-badge-btn[data-astro-cid-sz7xmlte]{padding:.7rem 1.3rem;font-size:.85rem}}@media (max-width: 768px){.footer-premium-badge[data-astro-cid-sz7xmlte]{margin:1.5rem auto}.premium-badge-content[data-astro-cid-sz7xmlte]{padding:1rem;gap:1rem}.premium-badge-header[data-astro-cid-sz7xmlte]{flex-direction:column;text-align:center;gap:1rem;padding:1rem}.premium-badge-text[data-astro-cid-sz7xmlte]{text-align:center}.premium-badge-icon-container[data-astro-cid-sz7xmlte]{width:40px;height:40px}.premium-badge-icon[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:24px;height:24px}.premium-badge-main[data-astro-cid-sz7xmlte]{height:100px}.premium-badge-loading[data-astro-cid-sz7xmlte]{font-size:.85rem}.premium-badge-spinner[data-astro-cid-sz7xmlte]{width:24px;height:24px}.premium-badge-title[data-astro-cid-sz7xmlte]{font-size:.9rem}.premium-badge-subtitle[data-astro-cid-sz7xmlte]{font-size:.8rem}.premium-badge-actions[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:center}.premium-badge-btn[data-astro-cid-sz7xmlte]{width:100%;justify-content:center;padding:.6rem 1.2rem;font-size:.85rem}}@media (max-width: 480px){.premium-badge-content[data-astro-cid-sz7xmlte]{padding:.8rem}.premium-badge-header[data-astro-cid-sz7xmlte]{padding:.8rem .6rem}.premium-badge-main[data-astro-cid-sz7xmlte]{height:90px}.premium-badge-title[data-astro-cid-sz7xmlte]{font-size:.85rem;letter-spacing:.05em}.premium-badge-subtitle[data-astro-cid-sz7xmlte]{font-size:.75rem;padding:.2rem .6rem}.premium-badge-btn[data-astro-cid-sz7xmlte]{padding:.5rem 1rem;font-size:.8rem}}.no-js-loader[data-astro-cid-sckkx6r4]{display:none}noscript[data-astro-cid-sckkx6r4] .no-js-loader[data-astro-cid-sckkx6r4]{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:9999;display:flex;justify-content:center;align-items:center;color:#fff;text-align:center}noscript[data-astro-cid-sckkx6r4] .no-js-loader[data-astro-cid-sckkx6r4] h1[data-astro-cid-sckkx6r4]{font-size:2rem;margin-bottom:1rem}[data-astro-cid-bbe6dxrz]:host{--neon-green: #20c20e;--neon-green-light: #3dff1e;--neon-green-dark: #1a8a0d;--neon-green-glow: #4aff2a;--neon-red: #e31b23;--neon-red-light: #ff3a3a;--neon-red-dark: #b81515;--bg-dark: #000000;--bg-darker: #030303;--term-cyan: #8be9fd;--term-yellow: #f1fa8c}.hero[data-astro-cid-bbe6dxrz]{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:100px 5% 0;position:relative;overflow:hidden;background:var(--bg-dark)}.hero-background[data-astro-cid-bbe6dxrz]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.neon-grid[data-astro-cid-bbe6dxrz]{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(32,194,14,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(32,194,14,.03) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.glow-orbs[data-astro-cid-bbe6dxrz]{position:absolute;width:100%;height:100%}.orb[data-astro-cid-bbe6dxrz]{position:absolute;border-radius:50%;filter:blur(80px);animation:orbFloat 15s ease-in-out infinite}.green-orb-1[data-astro-cid-bbe6dxrz]{width:400px;height:400px;background:#20c20e26;top:10%;left:5%}.green-orb-2[data-astro-cid-bbe6dxrz]{width:300px;height:300px;background:#20c20e1a;bottom:20%;right:10%;animation-delay:-5s}.red-orb-1[data-astro-cid-bbe6dxrz]{width:350px;height:350px;background:#e31b2314;top:50%;right:20%;animation-delay:-7s}.red-orb-2[data-astro-cid-bbe6dxrz]{width:250px;height:250px;background:#e31b230f;bottom:10%;left:30%;animation-delay:-10s}@keyframes orbFloat{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.1)}50%{transform:translate(-20px,20px) scale(.9)}75%{transform:translate(20px,30px) scale(1.05)}}.scan-line[data-astro-cid-bbe6dxrz]{position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,var(--neon-green),transparent);animation:scanDown 8s linear infinite;opacity:.5}@keyframes scanDown{0%{top:0}to{top:100%}}.particle-field[data-astro-cid-bbe6dxrz]{position:absolute;width:100%;height:100%}.particle[data-astro-cid-bbe6dxrz]{position:absolute;width:3px;height:3px;background:var(--neon-green);border-radius:50%;box-shadow:0 0 10px var(--neon-green);animation:particleFloat 20s linear infinite}.particle[data-astro-cid-bbe6dxrz]:nth-child(1){left:10%;animation-delay:0s}.particle[data-astro-cid-bbe6dxrz]:nth-child(2){left:20%;animation-delay:-2s;background:var(--neon-red);box-shadow:0 0 10px var(--neon-red)}.particle[data-astro-cid-bbe6dxrz]:nth-child(3){left:30%;animation-delay:-4s}.particle[data-astro-cid-bbe6dxrz]:nth-child(4){left:50%;animation-delay:-6s;background:var(--neon-red);box-shadow:0 0 10px var(--neon-red)}.particle[data-astro-cid-bbe6dxrz]:nth-child(5){left:65%;animation-delay:-8s}.particle[data-astro-cid-bbe6dxrz]:nth-child(6){left:75%;animation-delay:-10s;background:var(--neon-red);box-shadow:0 0 10px var(--neon-red)}.particle[data-astro-cid-bbe6dxrz]:nth-child(7){left:85%;animation-delay:-12s}.particle[data-astro-cid-bbe6dxrz]:nth-child(8){left:95%;animation-delay:-14s;background:var(--neon-red);box-shadow:0 0 10px var(--neon-red)}@keyframes particleFloat{0%{transform:translateY(100vh) rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100vh) rotate(720deg);opacity:0}}.hero-content[data-astro-cid-bbe6dxrz]{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;position:relative;z-index:10}.hero-left[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;gap:2.5rem}.hero-intro[data-astro-cid-bbe6dxrz]{margin-bottom:.5rem}.intro-label[data-astro-cid-bbe6dxrz]{font-family:Courier New,monospace;font-size:.85rem;color:var(--neon-green);letter-spacing:.2em;text-shadow:0 0 10px rgba(32,194,14,.5)}.hero[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz]{font-size:5rem;line-height:1;font-weight:800;margin:0;letter-spacing:-.03em}.hero[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz] .line[data-astro-cid-bbe6dxrz]{display:block;animation:slideInLeft .8s ease-out forwards;opacity:0}.hero[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz] .line[data-astro-cid-bbe6dxrz]:nth-child(1){animation-delay:.2s}.hero[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz] .line[data-astro-cid-bbe6dxrz]:nth-child(2){animation-delay:.4s}@keyframes slideInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}.hero[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz] .highlight[data-astro-cid-bbe6dxrz]{color:var(--neon-green);text-shadow:0 0 20px rgba(32,194,14,.5),0 0 40px rgba(32,194,14,.3);position:relative}.hero[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz] .highlight[data-astro-cid-bbe6dxrz]:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:4px;background:var(--neon-green);box-shadow:0 0 20px var(--neon-green);animation:underlineGlow 2s ease-in-out infinite}@keyframes underlineGlow{0%,to{opacity:.5}50%{opacity:1}}.hero-tagline[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;flex-wrap:wrap;gap:.8rem;margin-top:.5rem;font-family:Courier New,monospace}.tag-item[data-astro-cid-bbe6dxrz]{font-size:.85rem;font-weight:600;color:#ffffffb3;letter-spacing:.15em;text-transform:uppercase;opacity:0;animation:tagSlideIn .5s ease-out forwards;animation-delay:var(--delay, 0s);transition:color .3s ease,text-shadow .3s ease}@keyframes tagSlideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.tag-item[data-astro-cid-bbe6dxrz]:hover{color:var(--neon-green);text-shadow:0 0 8px rgba(32,194,14,.4)}.tag-item[data-astro-cid-bbe6dxrz].accent{color:var(--neon-red-light)}.tag-item[data-astro-cid-bbe6dxrz].accent:hover{color:var(--neon-red);text-shadow:0 0 10px rgba(227,27,35,.5)}.tag-separator[data-astro-cid-bbe6dxrz]{color:#fff3;font-weight:100;user-select:none;opacity:0;animation:fadeIn .5s .5s forwards}.hero-subtitle[data-astro-cid-bbe6dxrz]{font-size:1.1rem;color:#888;line-height:1.7;max-width:500px}.neon-text[data-astro-cid-bbe6dxrz]{color:var(--neon-green);text-shadow:0 0 10px rgba(32,194,14,.4)}.neon-text-red[data-astro-cid-bbe6dxrz]{color:var(--neon-red-light);text-shadow:0 0 10px rgba(227,27,35,.4)}.hero-right[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;gap:2rem}.terminal-window[data-astro-cid-bbe6dxrz]{background:#050505f2;border:1px solid rgba(32,194,14,.3);border-radius:8px;overflow:hidden;box-shadow:0 0 40px #00000080,0 0 20px #20c20e1a;animation:terminalGlitch 10s ease-in-out infinite;text-align:left;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;z-index:1}.terminal-window[data-astro-cid-bbe6dxrz].maximized{position:fixed;top:-50%;left:-10%;transform:translate(-50%,-50%);width:70vw;height:70vh;z-index:1000;border-radius:16px;box-shadow:0 0 80px #000c,0 0 40px #20c20e4d;backdrop-filter:blur(20px)}.terminal-window[data-astro-cid-bbe6dxrz].maximized:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;z-index:-1;opacity:1;transition:opacity .4s ease;pointer-events:none}@keyframes terminalGlitch{0%,90%,to{transform:translate(0)}92%{transform:translate(-2px,1px)}94%{transform:translate(2px,-1px)}96%{transform:translate(-1px,2px)}98%{transform:translate(1px,-2px)}}.terminal-header[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:1rem;padding:.8rem 1rem;background:#20c20e0d;border-bottom:1px solid rgba(32,194,14,.1)}.terminal-buttons[data-astro-cid-bbe6dxrz]{display:flex;gap:.5rem}.terminal-buttons[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]{width:12px;height:12px;border-radius:50%;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.btn-red[data-astro-cid-bbe6dxrz]{background:#ff5f56;box-shadow:0 0 5px #ff5f564d}.btn-yellow[data-astro-cid-bbe6dxrz]{background:#ffbd2e;box-shadow:0 0 5px #ffbd2e4d}.btn-green[data-astro-cid-bbe6dxrz]{background:#27c93f;box-shadow:0 0 5px #27c93f4d}.terminal-window[data-astro-cid-bbe6dxrz]:hover .btn-red[data-astro-cid-bbe6dxrz]{transform:scale(1.2);box-shadow:0 0 10px #ff5f5699}.terminal-window[data-astro-cid-bbe6dxrz]:hover .btn-yellow[data-astro-cid-bbe6dxrz]{transform:scale(1.2);box-shadow:0 0 10px #ffbd2e99}.terminal-window[data-astro-cid-bbe6dxrz]:hover .btn-green[data-astro-cid-bbe6dxrz]{transform:scale(1.2);box-shadow:0 0 10px #27c93f99}.terminal-title[data-astro-cid-bbe6dxrz]{font-family:Courier New,monospace;font-size:.8rem;color:#666}.terminal-body[data-astro-cid-bbe6dxrz]{padding:1.5rem;font-family:Courier New,monospace;font-size:.9rem;max-height:220px;min-height:220px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--neon-green) var(--bg-darker);transition:max-height .4s ease}.terminal-body[data-astro-cid-bbe6dxrz]::-webkit-scrollbar{width:4px}.terminal-body[data-astro-cid-bbe6dxrz]::-webkit-scrollbar-track{background:var(--bg-darker)}.terminal-body[data-astro-cid-bbe6dxrz]::-webkit-scrollbar-thumb{background:var(--neon-green);border-radius:4px}.terminal-line[data-astro-cid-bbe6dxrz]{display:flex;gap:.5rem;margin-bottom:.5rem;align-items:center;justify-content:flex-start}.prompt[data-astro-cid-bbe6dxrz]{color:var(--neon-green);font-weight:700;white-space:nowrap}.command[data-astro-cid-bbe6dxrz]{color:var(--term-cyan);white-space:pre-wrap}.terminal-output[data-astro-cid-bbe6dxrz]{margin-bottom:.8rem;white-space:pre-wrap;line-height:1.4}.output-text[data-astro-cid-bbe6dxrz]{color:#999}.output-highlight[data-astro-cid-bbe6dxrz]{color:#fff;font-weight:700}.output-error[data-astro-cid-bbe6dxrz]{color:var(--neon-red-light)}.help-header[data-astro-cid-bbe6dxrz]{color:var(--neon-green);font-weight:700;margin-bottom:.2rem;display:block;letter-spacing:1px}.help-separator[data-astro-cid-bbe6dxrz]{height:1px;background:#20c20e4d;margin:.5rem 0;width:100%;display:block}.cmd-name[data-astro-cid-bbe6dxrz]{color:var(--term-yellow);font-weight:700;display:inline-block;width:100px;vertical-align:top}.terminal-input-line[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;padding:0 1.5rem 1.5rem;font-family:Courier New,monospace;font-size:.9rem;gap:.5rem;justify-content:flex-start}.input-wrapper[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center}.terminal-input[data-astro-cid-bbe6dxrz]{background:transparent;border:none;outline:none;color:var(--term-cyan);font-family:inherit;font-size:inherit;width:4ch;caret-color:transparent;text-shadow:0 0 5px rgba(139,233,253,.5);letter-spacing:.5px;min-width:2ch}.terminal-input[data-astro-cid-bbe6dxrz]::placeholder{color:#444;opacity:1;text-shadow:none}.typed-cursor[data-astro-cid-bbe6dxrz]{color:var(--neon-green);font-weight:700;animation:blink 1s step-end infinite;font-size:.9rem;margin-left:1px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.stats-cards[data-astro-cid-bbe6dxrz]{display:flex;gap:1rem;justify-content:center;width:100%}.stat-card[data-astro-cid-bbe6dxrz]{background:#050505cc;border:1px solid rgba(32,194,14,.2);padding:1.5rem 2rem;text-align:center;flex:1;transition:all .3s ease;position:relative;overflow:hidden}.stat-card[data-astro-cid-bbe6dxrz]:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:var(--neon-green);transform:scaleX(0);transition:transform .3s ease}.stat-card[data-astro-cid-bbe6dxrz]:hover:before{transform:scaleX(1)}.stat-card[data-astro-cid-bbe6dxrz]:hover{border-color:var(--neon-green);box-shadow:0 0 30px #20c20e33;transform:translateY(-5px)}.stat-card[data-astro-cid-bbe6dxrz]:nth-child(2):hover{border-color:var(--neon-red)}.stat-card[data-astro-cid-bbe6dxrz]:nth-child(2):before{background:var(--neon-red)}.stat-value[data-astro-cid-bbe6dxrz]{font-size:1.8rem;font-weight:800;color:var(--neon-green);text-shadow:0 0 15px rgba(32,194,14,.4)}.stat-card[data-astro-cid-bbe6dxrz]:nth-child(2) .stat-value[data-astro-cid-bbe6dxrz]{color:var(--neon-red-light);text-shadow:0 0 15px rgba(227,27,35,.4)}.stat-label[data-astro-cid-bbe6dxrz]{font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.1em;margin-top:.3rem}.hero-social-links[data-astro-cid-bbe6dxrz]{display:flex;gap:1rem;justify-content:center;margin-top:.5rem}.hero-social-link[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:transparent;border-radius:50%;color:var(--neon-green);transition:all .3s cubic-bezier(.175,.885,.32,1.275);border:2px solid var(--neon-green);position:relative;z-index:1;overflow:hidden}.hero-social-link[data-astro-cid-bbe6dxrz]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--neon-green);transform:scale(0);transition:transform .4s ease;z-index:-1;border-radius:50%}.hero-social-link[data-astro-cid-bbe6dxrz]:hover:before{transform:scale(2.5)}.hero-social-link[data-astro-cid-bbe6dxrz]:hover{color:#000;border-color:var(--neon-green);box-shadow:0 0 25px #20c20e99;transform:translateY(-5px)}.hero-social-link[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:22px;height:22px;fill:currentColor;position:relative;z-index:2;transition:all .3s ease}.hero-social-link[data-astro-cid-bbe6dxrz]:hover svg[data-astro-cid-bbe6dxrz]{fill:#000}.scroll-indicator[data-astro-cid-bbe6dxrz]{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:fadeInUp 1s 1s forwards;opacity:0;z-index:20}.scroll-text[data-astro-cid-bbe6dxrz]{font-size:.7rem;color:var(--neon-green);letter-spacing:.3em;text-shadow:0 0 10px rgba(32,194,14,.5)}.scroll-line[data-astro-cid-bbe6dxrz]{width:1px;height:50px;background:linear-gradient(to bottom,var(--neon-green),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{height:50px;opacity:1}50%{height:30px;opacity:.5}}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 992px){.hero-content[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;text-align:center;gap:3rem;justify-items:center;width:100%}.hero-left[data-astro-cid-bbe6dxrz]{align-items:center;width:100%}.hero[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz]{font-size:3.5rem;align-self:center;text-align:center;width:100%}.hero-tagline[data-astro-cid-bbe6dxrz]{justify-content:center}.hero-subtitle[data-astro-cid-bbe6dxrz]{text-align:center;align-self:center}.hero-right[data-astro-cid-bbe6dxrz]{width:100%;align-items:center}.terminal-window[data-astro-cid-bbe6dxrz]{max-width:500px;margin:0 auto}.stats-cards[data-astro-cid-bbe6dxrz]{flex-wrap:wrap}.stat-card[data-astro-cid-bbe6dxrz]{min-width:120px}}@media (max-width: 768px){.hero[data-astro-cid-bbe6dxrz]{padding:200px 5% 100px}.hero[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz]{font-size:2.8rem}.terminal-body[data-astro-cid-bbe6dxrz]{font-size:.8rem;padding:1rem;min-height:180px}.stat-value[data-astro-cid-bbe6dxrz]{font-size:1.4rem}.scroll-indicator[data-astro-cid-bbe6dxrz]{bottom:20px}.terminal-window[data-astro-cid-bbe6dxrz].maximized{position:relative;top:auto;left:auto;transform:none;width:100%;height:auto;border-radius:8px;backdrop-filter:none}.terminal-window[data-astro-cid-bbe6dxrz].maximized:before{display:none}}@media (max-width: 480px){.hero[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz]{font-size:2.2rem}.hero-tagline[data-astro-cid-bbe6dxrz]{gap:.5rem}.tag-item[data-astro-cid-bbe6dxrz]{font-size:.8rem}.stats-cards[data-astro-cid-bbe6dxrz]{flex-direction:column;width:100%}.stat-card[data-astro-cid-bbe6dxrz]{width:100%}}.badge-wrapper[data-astro-cid-jznfhtox]{width:100%;margin:1.2rem 0;display:flex;flex-direction:column;gap:.8rem;position:relative}.badge-credentials[data-astro-cid-jznfhtox]{display:flex;align-items:center;gap:.8rem;padding:.8rem 1rem;background:linear-gradient(135deg,#20c20e14,#1a8a0d0a);border-radius:10px;border:1px solid rgba(32,194,14,.15)}.badge-logo[data-astro-cid-jznfhtox]{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--accent);background:#20c20e1a;border-radius:8px;flex-shrink:0}.badge-info[data-astro-cid-jznfhtox]{display:flex;flex-direction:column;gap:.2rem}.badge-platform[data-astro-cid-jznfhtox]{font-size:.85rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.badge-achievement[data-astro-cid-jznfhtox]{font-size:1rem;font-weight:700;color:var(--accent)}.badge-display[data-astro-cid-jznfhtox]{width:100%;height:110px;position:relative;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#000f1ef2,#001932d9);border:1px solid rgba(32,194,14,.25);box-shadow:inset 0 0 15px #20c20e14,0 2px 10px #0003}.badge-frame[data-astro-cid-jznfhtox]{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;padding:8px;box-sizing:border-box}.badge-skeleton[data-astro-cid-jznfhtox]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;box-sizing:border-box;z-index:2}.skeleton-avatar[data-astro-cid-jznfhtox]{width:40px;height:40px;border-radius:50%;background:linear-gradient(90deg,#20c20e1a,#1a8a0d33);animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-content[data-astro-cid-jznfhtox]{flex:1;display:flex;flex-direction:column;gap:.5rem}.skeleton-line[data-astro-cid-jznfhtox]{height:8px;background:linear-gradient(90deg,#20c20e1a,#1a8a0d33);border-radius:4px;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-line[data-astro-cid-jznfhtox].short{width:60%}@keyframes skeleton-pulse{0%,to{opacity:.3}50%{opacity:.6}}.badge-iframe-container[data-astro-cid-jznfhtox]{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.badge-iframe-container[data-astro-cid-jznfhtox].loaded{opacity:1}.badge-actions[data-astro-cid-jznfhtox]{display:flex;justify-content:center}.badge-action-btn[data-astro-cid-jznfhtox]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#20c20e14;border:1px solid rgba(32,194,14,.2);border-radius:20px;color:var(--accent);text-decoration:none;font-size:.85rem;font-weight:600;transition:all .3s ease}.badge-action-btn[data-astro-cid-jznfhtox]:hover{background:#20c20e26;border-color:#20c20e66;transform:translateY(-1px)}.achievement-card[data-astro-cid-jznfhtox]:hover .badge-wrapper[data-astro-cid-jznfhtox]{transform:translateY(-2px)}.achievement-card[data-astro-cid-jznfhtox]:hover .badge-display[data-astro-cid-jznfhtox]{border-color:#20c20e66;box-shadow:inset 0 0 20px #20c20e1f,0 4px 15px #20c20e33}.achievement-card[data-astro-cid-jznfhtox]:hover .badge-credentials[data-astro-cid-jznfhtox]{background:linear-gradient(135deg,#20c20e1f,#1a8a0d0f);border-color:#20c20e40}@media (max-width: 768px){.badge-wrapper[data-astro-cid-jznfhtox]{margin:1rem 0}.badge-display[data-astro-cid-jznfhtox]{height:90px}.badge-credentials[data-astro-cid-jznfhtox]{padding:.6rem .8rem}.badge-logo[data-astro-cid-jznfhtox]{width:28px;height:28px}.badge-achievement[data-astro-cid-jznfhtox]{font-size:.9rem}.badge-platform[data-astro-cid-jznfhtox]{font-size:.8rem}}@media (max-width: 480px){.badge-display[data-astro-cid-jznfhtox]{height:80px}.badge-frame[data-astro-cid-jznfhtox]{padding:6px}.badge-credentials[data-astro-cid-jznfhtox]{flex-direction:column;text-align:center;gap:.5rem;padding:.8rem}.skeleton-avatar[data-astro-cid-jznfhtox]{width:32px;height:32px}.skeleton-line[data-astro-cid-jznfhtox]{height:6px}}.achievement-hover[data-astro-cid-jznfhtox]{position:relative;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(255,255,255,.05)}.achievement-hover[data-astro-cid-jznfhtox]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(32,194,14,.08),transparent);transition:left .6s ease}.achievement-hover[data-astro-cid-jznfhtox]:hover:before{left:100%}@media (hover: hover) and (pointer: fine){.achievement-hover[data-astro-cid-jznfhtox]:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 30px 60px #0009,0 0 40px #20c20e33;border-color:#20c20e66}.achievement-hover[data-astro-cid-jznfhtox]:hover .achievement-icon[data-astro-cid-jznfhtox]{transform:scale(1.1) rotate(5deg);box-shadow:0 0 30px #20c20e99}.achievement-hover[data-astro-cid-jznfhtox]:hover h3[data-astro-cid-jznfhtox]{color:var(--accent);text-shadow:0 0 20px rgba(32,194,14,.8)}.achievement-hover[data-astro-cid-jznfhtox]:hover p[data-astro-cid-jznfhtox]{color:var(--text-primary);transform:translateY(-2px)}.achievement-hover[data-astro-cid-jznfhtox]:hover .achievement-date[data-astro-cid-jznfhtox]{background:#20c20e33;color:var(--accent);transform:scale(1.05)}.achievement-hover[data-astro-cid-jznfhtox]:hover .achievement-glow[data-astro-cid-jznfhtox]{opacity:1}}@media (hover: none) and (pointer: coarse){.achievement-hover[data-astro-cid-jznfhtox]:active{transform:translateY(-10px) scale(1.01);box-shadow:0 20px 40px #0009,0 0 30px #20c20e33;border-color:#20c20e4d}.achievement-hover[data-astro-cid-jznfhtox]:active .achievement-icon[data-astro-cid-jznfhtox]{transform:scale(1.05) rotate(3deg);box-shadow:0 0 20px #20c20e80}.achievement-hover[data-astro-cid-jznfhtox]:active h3[data-astro-cid-jznfhtox]{color:var(--accent);text-shadow:0 0 15px rgba(32,194,14,.6)}.achievement-hover[data-astro-cid-jznfhtox]:active p[data-astro-cid-jznfhtox]{color:var(--text-primary)}.achievement-hover[data-astro-cid-jznfhtox]:active .achievement-date[data-astro-cid-jznfhtox]{background:#20c20e26;color:var(--accent);transform:scale(1.02)}.achievement-hover[data-astro-cid-jznfhtox]:active .achievement-glow[data-astro-cid-jznfhtox]{opacity:1}.achievement-hover[data-astro-cid-jznfhtox]{-webkit-tap-highlight-color:rgba(32,194,14,.3);cursor:pointer}}.achievement-glow[data-astro-cid-jznfhtox]{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,transparent 30%,rgba(32,194,14,.1) 100%);opacity:0;transition:opacity .4s ease;pointer-events:none}.achievement-card[data-astro-cid-jznfhtox][data-index="0"]{transition-delay:.1s}.achievement-card[data-astro-cid-jznfhtox][data-index="1"]{transition-delay:.2s}.achievement-card[data-astro-cid-jznfhtox][data-index="2"]{transition-delay:.3s}@media (max-width: 768px){.achievement-hover[data-astro-cid-jznfhtox]{transform:scale(1)}.achievement-icon[data-astro-cid-jznfhtox]{transition:transform .3s ease}.achievement-hover[data-astro-cid-jznfhtox]:active .achievement-icon[data-astro-cid-jznfhtox]{transform:scale(1.05) rotate(3deg)}}.skills-container[data-astro-cid-ab4ihpzs]{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem}.skill-category[data-astro-cid-ab4ihpzs]{background:var(--bg-secondary);border:1px solid rgba(32,194,14,.1);border-radius:16px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.skill-category[data-astro-cid-ab4ihpzs]:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:0;transition:opacity .3s ease}@media (hover: hover) and (pointer: fine){.skill-category[data-astro-cid-ab4ihpzs]:hover:before{opacity:1}.skill-category[data-astro-cid-ab4ihpzs]:hover{transform:translateY(-5px);border-color:#20c20e4d;box-shadow:0 15px 30px #0000004d,0 0 20px #20c20e1a}}.category-header[data-astro-cid-ab4ihpzs]{display:flex;align-items:center;gap:1rem;margin-bottom:1.8rem;padding-bottom:1rem;border-bottom:1px solid rgba(32,194,14,.1)}.category-icon[data-astro-cid-ab4ihpzs]{width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:#20c20e1a;border-radius:10px;color:var(--accent)}.category-icon[data-astro-cid-ab4ihpzs] svg[data-astro-cid-ab4ihpzs]{width:24px;height:24px;fill:currentColor}.category-header[data-astro-cid-ab4ihpzs] h3[data-astro-cid-ab4ihpzs]{font-size:1.3rem;font-weight:700;color:var(--text-primary)}.skills-list[data-astro-cid-ab4ihpzs]{display:flex;flex-direction:column;gap:1.2rem}.skill-item[data-astro-cid-ab4ihpzs]{width:100%}.skill-info[data-astro-cid-ab4ihpzs]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.skill-name[data-astro-cid-ab4ihpzs]{font-size:.95rem;font-weight:500;color:var(--text-primary)}.skill-percent[data-astro-cid-ab4ihpzs]{font-size:.85rem;font-weight:600;color:var(--accent);font-family:Courier New,monospace}.skill-bar[data-astro-cid-ab4ihpzs]{width:100%;height:6px;background:#20c20e1a;border-radius:3px;overflow:hidden;position:relative}.skill-progress[data-astro-cid-ab4ihpzs]{width:0%;height:100%;background:linear-gradient(90deg,var(--accent-alt),var(--accent));border-radius:3px;position:relative;transition:width 1.5s cubic-bezier(.25,1,.5,1);box-shadow:0 0 10px #20c20e66}.skill-progress[data-astro-cid-ab4ihpzs]:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.skill-bar[data-astro-cid-ab4ihpzs].animate .skill-progress[data-astro-cid-ab4ihpzs]{width:var(--skill-level)}@media (max-width: 768px){.skills-container[data-astro-cid-ab4ihpzs]{grid-template-columns:1fr}.skill-category[data-astro-cid-ab4ihpzs]{padding:1.5rem}.category-icon[data-astro-cid-ab4ihpzs]{width:40px;height:40px}.category-header[data-astro-cid-ab4ihpzs] h3[data-astro-cid-ab4ihpzs]{font-size:1.1rem}.skill-name[data-astro-cid-ab4ihpzs]{font-size:.9rem}}
