.burger-menu:hover .bar,.navbar-nav .nav-link:hover,.profile-badge:hover,.profile-wrapper:hover,.spec-card:hover{box-shadow:var(--box-shadow-hover)}.btn-custom::after,.spec-card::after{animation:8s linear infinite gradientBorderMove}.spec-list li span,body{color:var(--primary-text)}.navbar-nav .nav-link,footer a{color:var(--primary-text)!important}.about-image,.btn-custom,.profile-badge,.spec-card,.sr-only{overflow:hidden}@font-face{font-family:FoundationOne;src:url('fonts/foundationone.woff2') format('woff2'),url('fonts/foundationone.woff') format('woff');font-weight:400;font-style:normal}:root{--primary-bg:#1E1E2E;--secondary-bg:#181825;--nav-bg:hsla(240, 11%, 13%, 0.95);--heading-color:#cdd6f4;--primary-text:#bac2de;--secondary-text:#a6adc8;--accent-1:#cba6f7;--accent-2:#89b4fa;--gradient:linear-gradient(
      to bottom right,
      var(--accent-1),
      var(--accent-2)
    );--button-text:#cdd6f4;--shadow-light:hsla(267, 84%, 81%, 0.4);--shadow-dark:hsla(220, 91%, 74%, 0.4);--border-radius-lg:0px;--border-radius-md:0.5rem;--transition-standard:0.3s ease;--blur-amount:10px;--box-shadow-hover:0 0 20px var(--shadow-light),0 0 20px var(--shadow-dark),inset 0 0 10px var(--shadow-light),inset 0 0 10px var(--shadow-dark);--focus-outline:hsla(220, 91%, 74%, 0.5);--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:2rem;--font-mono:'JetBrains Mono',Menlo,Monaco,Consolas,'Courier New',monospace;--font-body:'Poppins',system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body,html{overflow-x:hidden;scrollbar-width:thin;scroll-behavior:smooth;scrollbar-color:var(--accent-1) var(--primary-bg)}body{font-family:var(--font-body);font-weight:400;background-color:var(--primary-bg);position:relative;margin:0;padding:0;width:100%}::-webkit-scrollbar{width:12px;height:0}::-webkit-scrollbar-track{background:var(--primary-bg)}::-webkit-scrollbar-thumb{background-color:var(--accent-1);border-radius:6px;border:3px solid var(--primary-bg)}::-webkit-scrollbar-horizontal{display:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-mono)}h1.display-4{font-family:FoundationOne,var(--font-mono)}.text-wrap-balance{text-wrap:balance;max-width:65ch;margin-left:auto;line-height:1.6;margin-right:auto}.neon-text-shadow{color:hsla(227,16%,83%,.9);background:padding-box initial;-webkit-background-clip:initial;-webkit-text-fill-color:initial;text-shadow:0 0 25px hsla(267,84%,81%,.25),0 0 40px hsla(220,91%,74%,.15),0 1px 1.5px hsla(240,19%,17%,.5)}.bg-primary{background-color:var(--primary-bg)!important}.bg-nav{background-color:var(--nav-bg)!important;backdrop-filter:blur(10px)}@keyframes gradientBorderMove{0%,100%{background-position:0 0}25%{background-position:100% 0}50%{background-position:100% 100%}75%{background-position:0 100%}}@keyframes profileBorderMove{0%,100%{background-position:0 0,0 50%}25%{background-position:0 0,100% 50%}50%{background-position:0 0,100% 100%}75%{background-position:0 0,0 100%}}.main-nav{position:fixed;width:100%;top:0;left:0;padding:1rem 0;margin-bottom:2rem;background:var(--nav-bg);z-index:1000;transition:padding .3s,background .3s}@supports (backdrop-filter:blur(var(--blur-amount))){.main-nav{backdrop-filter:blur(var(--blur-amount))}}.navbar-nav{width:100%;justify-content:center;gap:5rem}.navbar-nav .nav-link{transition:.3s;font-family:var(--font-body);font-size:1.2rem;padding:.75rem 1.5rem!important;position:relative;overflow:hidden;border-radius:var(--border-radius-md)}.navbar-nav .nav-link::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .6s}.navbar-nav .nav-link:hover{background:var(--gradient);color:var(--primary-bg)!important;font-weight:500}.spec-card:hover .icon,.task-list li::before{color:var(--accent-2)}.btn-custom:hover::before,.navbar-nav .nav-link:hover::before,.profile-badge:hover::before,.profile-wrapper:hover .about-image::before{left:100%}.nav-link.active{background:var(--gradient);color:var(--primary-bg)}.burger-menu{display:none;background:0 0;border:none;cursor:pointer;padding:.5rem;position:absolute;right:1rem;top:.5rem;z-index:1001}.about-image,.profile-wrapper{background-image:linear-gradient(var(--primary-bg),var(--primary-bg)),var(--gradient);background-origin:border-box;background-clip:content-box,border-box;transition:transform .3s}.about-image,.btn-custom,.profile-badge,.profile-wrapper,.spec-card,.task-list li{position:relative}.burger-menu .bar{display:block;width:25px;height:3px;margin:5px auto;background-image:var(--gradient);background-color:transparent;transition:.3s}.about-image::before,.btn-custom::before{top:0;left:-100%;height:100%;position:absolute;content:""}.burger-menu.active .bar{background-color:var(--primary-text);box-shadow:none}main{padding-top:80px}.profile-section{width:100%;display:flex;justify-content:center;margin:2rem 0}.profile-wrapper{width:206px;height:206px;display:inline-block;border:3px solid transparent;background-size:100% 100%,400% 400%;animation:2s linear infinite gradientBorderMove}.profile-wrapper:hover{transform:scale(1.05)}.about-image{width:200px;height:200px;border:1px solid transparent;background-size:100% 100%,300% 300%;animation:3s ease-in-out infinite profileBorderMove;display:block}.about-image::before{width:100%;background:linear-gradient(120deg,transparent,hsla(0,0%,100%,.15),transparent);transition:left .6s;z-index:1}.about-section{background:var(--secondary-bg);color:var(--secondary-text);padding:2rem;margin-bottom:1.5rem;max-width:800px;text-align:center;text-wrap:balance}.about-section p{font-family:var(--font-body);color:var(--secondary-text);font-size:1rem}.about-section h3,.about-section h4,.btn-custom,.profile-badge{font-family:var(--font-mono)}.about-section h3{color:var(--heading-color);font-size:1.5rem;margin-bottom:.5rem}.about-section h4{color:var(--secondary-text);font-size:1.1rem;margin-bottom:1rem}.about-shadow{box-shadow:0 0 10px var(--shadow-light),0 0 5px var(--shadow-dark),0 0 2px var(--primary-text) inset}.task-list{list-style-type:none;padding-left:0;text-align:left}.task-list li{padding-left:1.5rem;margin-bottom:.5rem;color:var(--secondary-text)}.task-list li::before{content:'•';position:absolute;left:0}.btn-container{display:flex;flex-direction:column;gap:1rem;width:100%;align-items:center}.btn-custom{padding:.8rem 0;background-color:var(--primary-bg);color:var(--button-text);border:0;border-radius:var(--border-radius-md);font-weight:500;justify-content:center;align-items:center;cursor:pointer;width:200px;margin:10px auto;transition:.3s}.btn-custom::before{width:100%;background:linear-gradient(120deg,transparent,hsla(0,0%,100%,.1),transparent);transition:left .6s}.btn-custom::after{content:"";position:absolute;height:107%;width:102%;background-image:var(--gradient);z-index:-1;top:50%;left:50%;transform:translate(-50%,-50%);background-size:400% 400%}.btn-custom:hover{box-shadow:inset 0 0 5px hsla(0,0%,100%,.2),var(--box-shadow-hover);transform:translateZ(0) scale(1.02);color:var(--primary-bg)}.btn-custom.loading,.btn-custom:disabled{opacity:.7;cursor:wait}.header-content{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.icon{width:1.75rem;height:1.75rem;margin:0;color:var(--accent-1);transition:color .3s}.card-header h2{margin:0;font-size:1.5rem;color:var(--heading-color);text-shadow:0 0 5px var(--shadow-light),0 0 5px var(--shadow-dark)}.spec-card{background:var(--secondary-bg);padding:1.5rem;width:100%;height:100%;max-width:500px;margin-left:auto;margin-right:auto;box-shadow:0 0 1px var(--shadow-light),0 0 1px var(--shadow-dark)}.spec-card::after{content:"";position:absolute;inset:0;padding:2px;background:var(--gradient);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;background-size:400% 400%}.spec-list{list-style:none;padding:0;margin:0}.spec-list li{padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1);color:var(--secondary-text);font-family:var(--font-body);text-align:left}.spec-list li:last-child{border-bottom:none}.spec-list li span{font-weight:600;margin-right:.5rem}.contact-section{margin-top:3rem;padding:1rem 0}.contact-methods{display:flex;justify-content:center;align-items:center;gap:1.5rem}.external-profile{display:inline-block;text-decoration:none;transition:transform .3s}.external-profile:hover{transform:scale(1.1)}.profile-badge{width:48px;height:48px;display:flex;justify-content:center;align-items:center;border-radius:10%;font-size:1rem;font-weight:700;color:var(--primary-bg);transition:.3s;border:2px solid transparent}.profile-badge::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,hsla(0,0%,100%,.25),transparent);transition:left .6s}.badge-bluesky{background-color:#89b4fa;color:#1e1e2e}.badge-twitch{background-color:#cba6f7;color:#1e1e2e}.badge-github{background-color:#45475a;color:#cdd6f4}footer .container{display:flex;flex-direction:column;align-items:center;font-family:var(--font-body)}.mail-section p{margin:0;display:flex;align-items:center;justify-content:center;gap:1.5rem}.contact-icon{width:18px;height:18px;display:inline-block;vertical-align:middle;transition:.3s}.email-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:.3s}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media (max-width:992px){.burger-menu,.nav-link{display:block}.main-nav{padding:.5rem 0}.navbar-collapse{position:fixed;left:-100%;top:100%!important;flex-direction:column;background-color:var(--nav-bg);width:100%;max-height:calc(100vh - 100%);overflow-y:auto;text-align:center;transition:.3s;padding:1rem 0;backdrop-filter:blur(10px);margin:0;z-index:999}.navbar-collapse.show{left:0}.navbar-nav{gap:0}.nav-item{margin:.5rem 0}.nav-link{font-size:1.2rem;padding:1rem!important;margin:0;min-height:44px}.about-section{padding:1.5rem}.col-md-6{margin-bottom:2rem}.col-md-6:last-child{margin-bottom:0}.spec-card{padding:1rem}.header-content{gap:.5rem}.icon{width:1.5rem;height:1.5rem}.card-header h2{font-size:1.25rem}.btn-custom{max-width:300px;min-height:auto}.contact-methods{gap:1.5rem}.profile-badge{width:40px;height:40px;font-size:.9rem}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}