.animated-background-container{position:fixed;top:0;left:-15px;width:100vw;height:100vh;overflow:hidden;z-index:-1;pointer-events:none}.animated-background-pattern{width:200vw;height:100%;background:radial-gradient(circle,#888 2.5px,transparent 3.5px) 0 0 /50px 50px repeat;opacity:.08;will-change:transform;transform:translateZ(0);backface-visibility:hidden;isolation:isolate;contain:layout style paint;image-rendering:crisp-edges}@media only screen and (max-width:768px){.animated-background-pattern{opacity:.12;background:radial-gradient(circle,#888 3px,transparent 4px) 0 0 /40px 40px repeat}}@media only screen and (max-width:480px){.animated-background-pattern{opacity:.1;background:radial-gradient(circle,#888 2.5px,transparent 3.5px) 0 0 /35px 35px repeat}}.dark .animated-background-pattern{background:radial-gradient(circle,#fff 2.5px,transparent 3.5px) 0 0 /50px 50px repeat}@media only screen and (max-width:768px){.dark .animated-background-pattern{background:radial-gradient(circle,#fff 3px,transparent 4px) 0 0 /40px 40px repeat}}@media only screen and (max-width:480px){.dark .animated-background-pattern{background:radial-gradient(circle,#fff 2.5px,transparent 3.5px) 0 0 /35px 35px repeat}}@media (prefers-reduced-motion:reduce){.animated-background-pattern{transform:none!important;will-change:auto;animation:none!important}}.project-intro{height:100vh;display:flex;align-items:center;justify-content:center;position:relative}.project-intro-content{text-align:center;opacity:0;animation:fadeIn 1.2s ease-out .5s forwards}.project-intro-content h1{color:#333;font-family:Mona-Sans,sans-serif;font-size:clamp(2rem,8vw,6rem);font-weight:900;letter-spacing:clamp(1px,.5vw,4px);text-transform:uppercase;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;max-width:1200px;line-height:1.2}.project-intro-content h1 .highlight-text{color:#ff8c42}@media (prefers-reduced-motion:reduce){.project-intro-content{animation:none;opacity:1}}.gaming-controls{position:absolute;bottom:20px;left:20px;right:20px;display:flex;justify-content:space-between;align-items:center;z-index:4;pointer-events:none;will-change:auto}.control-dpad{position:relative;width:35px;height:35px;pointer-events:auto;cursor:pointer;transition:all .2s ease;border-radius:4px}.control-dpad:hover{transform:scale(1.05);will-change:transform}.control-dpad:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.dpad-horizontal,.dpad-vertical{position:absolute;background:linear-gradient(145deg,#606070,#404050 50%,#303040);border:1px solid #505060;border-color:#707080 #202030 #202030 #707080;border-style:solid;border-width:1px;box-shadow:inset 0 1px 2px hsla(0,0%,100%,.2),inset 0 -1px 2px rgba(0,0,0,.3),0 2px 4px rgba(0,0,0,.2);transition:all .1s ease}.dpad-vertical{top:0;left:50%;transform:translateX(-50%);width:12px;height:35px;border-radius:3px}.dpad-horizontal{top:50%;left:0;transform:translateY(-50%);width:35px;height:12px;border-radius:3px}.control-buttons{gap:8px}.control-buttons,.game-button{display:flex;align-items:center}.game-button{width:28px;height:28px;border-radius:50%;justify-content:center;font-family:Mona-Sans,monospace;font-size:.7rem;font-weight:900;color:#f8f8f8;text-shadow:0 1px 2px rgba(0,0,0,.6);border:2px solid #505060;border-color:#707080 #202030 #202030 #707080;border-style:solid;border-width:2px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;box-shadow:inset 0 2px 4px hsla(0,0%,100%,.2),inset 0 -2px 4px rgba(0,0,0,.3),0 2px 6px rgba(0,0,0,.3);cursor:pointer;transition:all .15s cubic-bezier(.34,1.56,.64,1);pointer-events:auto}.game-button:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.button-a{background:linear-gradient(145deg,#dc2626,#b91c1c 50%,#991b1b)}.button-b{background:linear-gradient(145deg,#2563eb,#1d4ed8 50%,#1e40af)}.game-button:hover:not(:disabled){transform:translateY(1px) scale(1.05);will-change:transform;box-shadow:inset 0 1px 2px hsla(0,0%,100%,.3),inset 0 -1px 2px rgba(0,0,0,.3),0 3px 8px rgba(0,0,0,.4)}.game-button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.game-button.pressed,.game-button:active:not(:disabled){transform:translateY(2px) scale(.95);box-shadow:inset 0 3px 6px rgba(0,0,0,.5),inset 0 -1px 2px hsla(0,0%,100%,.1),0 1px 2px rgba(0,0,0,.3)}.control-dpad:active{transform:scale(.95)}.dark .dpad-horizontal,.dark .dpad-vertical{background:linear-gradient(145deg,#4a4a5a,#3a3a4a 50%,#2a2a3a);border:1px solid #3a3a4a;border-color:#5a5a6a #1a1a2a #1a1a2a #5a5a6a;border-style:solid;border-width:1px}.dark .game-button{color:#e0e0e0;border:2px solid #3a3a4a;border-color:#5a5a6a #1a1a2a #1a1a2a #5a5a6a;border-style:solid;border-width:2px}.dark .button-a{background:linear-gradient(145deg,#ef4444,#dc2626 50%,#b91c1c)}.dark .button-b{background:linear-gradient(145deg,#3b82f6,#2563eb 50%,#1d4ed8)}@media only screen and (max-width:768px){.gaming-controls{bottom:15px;left:15px;right:15px}.control-dpad{width:30px;height:30px}.dpad-vertical{width:10px;height:30px}.dpad-horizontal{width:30px;height:10px}.game-button{width:24px;height:24px;font-size:.6rem}.control-buttons{gap:6px}}@media only screen and (max-width:480px){.gaming-controls{bottom:12px;left:12px;right:12px}.control-dpad{width:26px;height:26px}.dpad-vertical{width:8px;height:26px}.dpad-horizontal{width:26px;height:8px}.game-button{width:20px;height:20px;font-size:.55rem;border-width:1.5px}.control-buttons{gap:5px}}@media (prefers-reduced-motion:reduce){.control-dpad,.game-button{transition:none}.game-button:hover:not(:disabled){transform:none}.game-button.pressed,.game-button:active:not(:disabled){transform:translateY(1px)}.control-dpad:active{transform:none}}@media (hover:none) and (pointer:coarse){.control-dpad:hover,.game-button:hover:not(:disabled){transform:none}.control-dpad:active,.game-button:active{transform:scale(.9);transition:transform .1s ease}.game-button{width:32px;height:32px;font-size:.75rem}.control-dpad{width:38px;height:38px}.dpad-vertical{width:14px;height:38px}.dpad-horizontal{width:38px;height:14px}}.project-card-video-container{width:100%;aspect-ratio:16/9;border-radius:.5rem;overflow:hidden;position:relative;background:linear-gradient(145deg,#2a2a3a,#1a1a2a 30%,#0a0a1a);border-color:#606070 #202030 #202030 #606070;border-style:solid;border-width:4px;box-shadow:0 0 0 2px #505060,inset 0 4px 8px rgba(0,0,0,.6),inset 0 -2px 4px hsla(0,0%,100%,.1),0 4px 12px rgba(0,0,0,.4)}.project-card-video-container .project-card-video,.project-card-video-container .project-card-video iframe{width:100%;height:100%;border-radius:.25rem}.project-card-video{filter:contrast(1.1) saturate(1.1)}.project-card-video iframe{border:none}@media only screen and (max-width:1440px){.project-card-video-container{border-radius:.625rem}}@media only screen and (max-width:768px){.project-card-video-container{border-radius:.875rem}}@media only screen and (max-width:480px){.project-card-video-container{border-radius:.75rem}}@media only screen and (max-width:360px){.project-card-video-container{border-radius:.625rem}}.dark .project-card-video-container{background:linear-gradient(135deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.02));border:1px solid hsla(0,0%,100%,.1);box-shadow:0 8px 25px rgba(0,0,0,.25),0 4px 10px rgba(0,0,0,.15),inset 0 1px 0 hsla(0,0%,100%,.1),inset 0 -1px 0 rgba(0,0,0,.2)}.project-info *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.project-info{display:flex;flex-direction:column;gap:.75rem;z-index:2;flex:1}.project-info-header{display:flex;flex-direction:column;gap:.5rem}.project-info-title{color:#333;font-family:Mona-Sans,sans-serif;font-size:clamp(1rem,1.8vw,1.125rem);font-weight:700;letter-spacing:.05em;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.1)}.project-info-title-link{color:inherit;text-decoration:none;transition:color .3s ease,transform .3s ease;display:block}.project-info-title-link:hover{color:#007acc;transform:translateY(-1px)}.project-info-date{color:#666;font-family:Mona-Sans-Condensed,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;opacity:.8}.project-info-category{display:inline-block;color:#333;padding:.25rem .75rem;font-family:Mona-Sans,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;width:-moz-fit-content;width:fit-content;margin-top:.5rem}.project-info-description{margin:0;flex:1}.project-info-description p{color:#666;font-family:Mona-Sans-Light,sans-serif;font-size:clamp(.825rem,1.3vw,.9rem);line-height:1.5;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.1)}.project-card-container{perspective:1000px;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.project-card{flex-shrink:0;width:40vw;max-width:420px;min-height:580px;border-radius:1.5rem;padding:1.5rem;margin-bottom:.75rem;background:linear-gradient(135deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.05));position:relative;z-index:1;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-color:currentcolor;border-color:hsla(0,0%,100%,.35) hsla(0,0%,100%,.25) hsla(0,0%,100%,.25) hsla(0,0%,100%,.35);border-style:solid;border-width:1px;box-shadow:0 8px 32px rgba(0,0,0,.15),0 2px 8px rgba(0,0,0,.1),inset 0 1px 0 hsla(0,0%,100%,.2);transform-origin:center center;transition:all .6s cubic-bezier(.25,.8,.25,1);will-change:auto;display:flex;flex-direction:column;gap:1rem}.project-card:hover{will-change:transform,box-shadow;backdrop-filter:blur(25px) saturate(200%);-webkit-backdrop-filter:blur(25px) saturate(200%);border-color:currentcolor;border-color:hsla(0,0%,100%,.5) hsla(0,0%,100%,.35) hsla(0,0%,100%,.35) hsla(0,0%,100%,.5);border-style:solid;border-width:1px;box-shadow:0 12px 48px rgba(0,0,0,.2),0 4px 12px rgba(0,0,0,.15),inset 0 1px 0 hsla(0,0%,100%,.3)}.project-card:before{top:0;left:0;right:0;bottom:0;border-radius:inherit;background:linear-gradient(135deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.1) 25%,hsla(0,0%,100%,.05) 50%,hsla(0,0%,100%,.02) 75%,hsla(0,0%,100%,0));z-index:-1;opacity:.6}.project-card:after,.project-card:before{content:"";position:absolute;pointer-events:none}.project-card:after{top:12px;left:12px;width:8px;height:8px;background:radial-gradient(circle,#22c55e 0,#16a34a 40%,#15803d 80%,#14532d 100%);border-radius:50%;border-color:#6b7280 #1f2937 #1f2937 #6b7280;border-style:solid;border-width:2px;box-shadow:0 0 6px rgba(34,197,94,.6),inset 0 1px 1px hsla(0,0%,100%,.3),inset 0 -1px 1px rgba(0,0,0,.3);z-index:3;animation:powerLEDPulse 2s ease-in-out infinite}@keyframes powerLEDPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.95);opacity:.7}}.project-card-content{display:flex;flex-direction:column;gap:.75rem;z-index:2;flex:1}.project-card-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-bottom:.5rem}.project-card-tech-tag{background:linear-gradient(145deg,#4ade80,#22c55e 30%,#16a34a 70%,#15803d);color:#fff;border-color:#6ee7b7 #064e3b #064e3b #6ee7b7;border-style:solid;border-width:2px;padding:.3rem .6rem;border-radius:4px;font-family:Mona-Sans,monospace;font-size:.65rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;text-shadow:0 1px 2px rgba(0,0,0,.6);box-shadow:inset 0 1px 2px hsla(0,0%,100%,.3),inset 0 -1px 2px rgba(0,0,0,.2),0 2px 4px rgba(0,0,0,.3);transition:all .2s ease;position:relative;overflow:hidden}.project-card-tech-tag:hover{background:linear-gradient(145deg,#10b981,#059669 30%,#047857 70%,#065f46);transform:translateY(-1px) scale(1.05);box-shadow:inset 0 1px 2px hsla(0,0%,100%,.4),inset 0 -1px 2px rgba(0,0,0,.3),0 3px 6px rgba(0,0,0,.4)}.project-card-tech-tag:before{content:"";position:absolute;top:2px;left:2px;right:2px;height:40%;background:linear-gradient(180deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,.1));border-radius:2px;pointer-events:none}.project-card-tech-tag:nth-child(2n){background:linear-gradient(145deg,#60a5fa,#3b82f6 30%,#2563eb 70%,#1d4ed8);border-color:#93c5fd #1e40af #1e40af #93c5fd}.project-card-tech-tag:nth-child(2n):hover{background:linear-gradient(145deg,#3b82f6,#2563eb 30%,#1d4ed8 70%,#1e3a8a)}.project-card-tech-tag:nth-child(3n){background:linear-gradient(145deg,#f59e0b,#d97706 30%,#b45309 70%,#92400e);border-color:#fcd34d #451a03 #451a03 #fcd34d}.project-card-tech-tag:nth-child(3n):hover{background:linear-gradient(145deg,#d97706,#b45309 30%,#92400e 70%,#78350f)}.project-card-tech-tag:nth-child(4n){background:linear-gradient(145deg,#8b5cf6,#7c3aed 30%,#6d28d9 70%,#5b21b6);border-color:#c4b5fd #3730a3 #3730a3 #c4b5fd}.project-card-tech-tag:nth-child(4n):hover{background:linear-gradient(145deg,#7c3aed,#6d28d9 30%,#5b21b6 70%,#4c1d95)}.project-card-footer{margin-top:auto}.project-card-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;color:#007acc;font-family:Mona-Sans,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;letter-spacing:.05em;transition:all .4s cubic-bezier(.25,.8,.25,1);padding:.75rem 1.5rem;border-radius:1.25rem;position:relative;overflow:hidden;background:linear-gradient(135deg,hsla(0,0%,100%,.12),hsla(0,0%,100%,.05));border-color:currentcolor;border-color:hsla(0,0%,100%,.35) hsla(0,0%,100%,.25) hsla(0,0%,100%,.25) hsla(0,0%,100%,.35);border-style:solid;border-width:1px;backdrop-filter:blur(15px) saturate(180%);-webkit-backdrop-filter:blur(15px) saturate(180%);box-shadow:0 4px 16px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.05),inset 0 1px 0 hsla(0,0%,100%,.3)}.project-card-link:focus-visible{outline:2px solid #007acc;outline-offset:2px}.project-card-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);transition:left .6s ease;z-index:-1}.project-card-link:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,.1),hsla(0,0%,100%,.4));border-radius:1.25rem;z-index:-2;opacity:0;transition:opacity .4s ease}.project-card-link:hover{color:#fff;transform:translateY(-3px) scale(1.02);background:linear-gradient(135deg,hsla(0,0%,100%,.25),hsla(0,0%,100%,.15));border-color:currentcolor;border-color:hsla(0,0%,100%,.7) hsla(0,0%,100%,.5) hsla(0,0%,100%,.5) hsla(0,0%,100%,.7);border-style:solid;border-width:1px;backdrop-filter:blur(20px) saturate(200%);-webkit-backdrop-filter:blur(20px) saturate(200%);box-shadow:0 8px 32px rgba(0,0,0,.12),0 4px 16px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.05),inset 0 1px 0 hsla(0,0%,100%,.4)}.project-card-link:hover:before{left:100%}.project-card-link:hover:after{opacity:1}@media only screen and (max-width:1024px){.project-card{width:50vw;max-width:350px;min-height:500px;padding:1rem;border-radius:1.25rem;gap:.875rem}.project-card-content{gap:.75rem}}@media only screen and (max-width:768px){.project-card{width:85vw;max-width:400px;min-height:600px;padding:1.5rem;border-radius:1.5rem;margin-bottom:1rem;transform:none;transition:none}.project-card-content{gap:1rem}.project-card:hover{transform:none;will-change:auto;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-color:currentcolor;border-color:hsla(0,0%,100%,.35) hsla(0,0%,100%,.25) hsla(0,0%,100%,.25) hsla(0,0%,100%,.35);border-style:solid;border-width:1px;box-shadow:0 8px 32px rgba(0,0,0,.15),0 2px 8px rgba(0,0,0,.1),inset 0 1px 0 hsla(0,0%,100%,.2)}.project-card-link{padding:.625rem 1.25rem;font-size:.8rem;border-radius:1rem}}@media only screen and (max-width:480px){.project-card{width:88vw;max-width:350px;min-height:550px;padding:1.25rem;border-radius:1.25rem;gap:1rem}.project-card-content{gap:.875rem}.project-card-link{padding:.5rem 1rem;font-size:.75rem;border-radius:.875rem}}.dark .project-card{background:linear-gradient(135deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.03));border-color:currentcolor;border-color:hsla(0,0%,100%,.25) hsla(0,0%,100%,.15) hsla(0,0%,100%,.15) hsla(0,0%,100%,.25);border-style:solid;border-width:1px;box-shadow:0 8px 32px rgba(0,0,0,.3),0 2px 8px rgba(0,0,0,.2),inset 0 1px 0 hsla(0,0%,100%,.1)}.dark .project-card:before{background:linear-gradient(135deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.05) 25%,hsla(0,0%,100%,.02) 50%,hsla(0,0%,100%,.01) 75%,hsla(0,0%,100%,0));opacity:.4}.dark .project-card:hover{border-color:currentcolor;border-color:hsla(0,0%,100%,.4) hsla(0,0%,100%,.25) hsla(0,0%,100%,.25) hsla(0,0%,100%,.4);border-style:solid;border-width:1px;box-shadow:0 12px 48px rgba(0,0,0,.4),0 4px 12px rgba(0,0,0,.25),inset 0 1px 0 hsla(0,0%,100%,.15)}.dark .project-card-link{background:linear-gradient(135deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.03));border-color:currentcolor;border-color:hsla(0,0%,100%,.25) hsla(0,0%,100%,.15) hsla(0,0%,100%,.15) hsla(0,0%,100%,.25);border-style:solid;border-width:1px;box-shadow:0 4px 16px rgba(0,0,0,.15),0 2px 8px rgba(0,0,0,.1),inset 0 1px 0 hsla(0,0%,100%,.08)}.dark .project-card-link:hover{background:linear-gradient(135deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.08));border-color:currentcolor;border-color:hsla(0,0%,100%,.4) hsla(0,0%,100%,.3) hsla(0,0%,100%,.3) hsla(0,0%,100%,.4);border-style:solid;border-width:1px;box-shadow:0 8px 32px rgba(0,0,0,.2),0 4px 16px rgba(0,0,0,.15),0 2px 8px rgba(0,0,0,.1),inset 0 1px 0 hsla(0,0%,100%,.15)}@media (prefers-reduced-motion:reduce){.project-card{transition:none;will-change:auto}.project-card:after{animation:none}.project-card-link,.project-card-link:after,.project-card-link:before{transition:none}.project-card-link:hover{transform:none}}.project-gallery-section{height:100dvh;position:relative;overflow:hidden}.project-gallery-container{height:inherit;display:flex;align-items:center}.project-gallery-wrapper{display:flex;gap:clamp(1.5rem,8vw,8rem);height:100%;align-items:center;padding:0 50vw 0 max(2rem,calc(50vw - 400px));will-change:auto;transform:translateZ(0);backface-visibility:hidden}.project-gallery-wrapper.animating{will-change:transform}.project-gallery-wrapper:not(.animating){will-change:auto}@media (max-width:768px){.project-gallery-wrapper{padding:0 2rem;gap:clamp(1rem,3vw,1.5rem)}}@media (prefers-reduced-motion:reduce){.project-gallery-wrapper{will-change:auto}.project-gallery-wrapper:focus-within{outline:2px solid currentColor}}.future-project-card{text-align:left;padding:1.8rem;border-radius:1.5rem;position:relative;overflow:hidden;cursor:pointer;background:linear-gradient(135deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.05));backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-left:1px solid hsla(0,0%,100%,.2);border-top:1px solid hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.3) hsla(0,0%,100%,.2) hsla(0,0%,100%,.2) hsla(0,0%,100%,.3);border-style:solid;border-width:1px;box-shadow:0 8px 32px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.08),inset 0 1px 0 hsla(0,0%,100%,.2);transition:all .4s cubic-bezier(.25,.8,.25,1);will-change:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}.future-project-card:before{top:0;left:0;right:0;bottom:0;border-radius:1.5rem;background:linear-gradient(135deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.08) 25%,hsla(0,0%,100%,.04) 50%,hsla(0,0%,100%,.02) 75%,hsla(0,0%,100%,0));opacity:.6}.future-project-card:after,.future-project-card:before{content:"";position:absolute;pointer-events:none;z-index:0}.future-project-card:after{top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg at 50% 50%,transparent 0deg,hsla(0,0%,100%,.06) 45deg,transparent 90deg,hsla(0,0%,100%,.04) 135deg,transparent 180deg,hsla(0,0%,100%,.02) 225deg,transparent 270deg,hsla(0,0%,100%,.06) 315deg,transparent 1turn);border-radius:50%;opacity:0;animation:none;transition:opacity .4s ease}@keyframes glassRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.future-project-card:hover{transform:translateY(-8px) scale(1.02);background:linear-gradient(135deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.08));backdrop-filter:blur(25px) saturate(200%);-webkit-backdrop-filter:blur(25px) saturate(200%);border-left:1px solid hsla(0,0%,100%,.3);border-top:1px solid hsla(0,0%,100%,.3);border-color:hsla(0,0%,100%,.4) hsla(0,0%,100%,.3) hsla(0,0%,100%,.3) hsla(0,0%,100%,.4);border-style:solid;border-width:1px;box-shadow:0 16px 48px rgba(0,0,0,.15),0 4px 16px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.08),inset 0 1px 0 hsla(0,0%,100%,.3);will-change:transform,box-shadow}.future-project-card:hover:after{opacity:.3;animation:glassRotate 15s linear infinite}.future-project-card:focus-visible{outline:2px solid hsl(var(--accent-color));outline-offset:2px}.future-project-card-category{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.future-project-card-category-dot{width:8px;height:8px;border-radius:50%;background:#5b7553;flex-shrink:0;animation:dotBreathe 4s ease-in-out infinite}@keyframes dotBreathe{0%,to{opacity:.8}50%{opacity:1}}.future-project-card-category-text{color:hsl(var(--text-secondary));font-family:Mona-Sans,sans-serif;font-size:.875rem;font-weight:400;text-transform:lowercase}.future-project-card-title{font-size:1.25rem;font-weight:600;margin:0 0 .75rem;letter-spacing:-.01em;text-shadow:0 2px 8px rgba(0,0,0,.1)}.future-project-card-description,.future-project-card-title{color:hsl(var(--text-primary));font-family:Mona-Sans-SemiCondensed,sans-serif;position:relative;z-index:1}.future-project-card-description{font-size:.9rem;font-weight:400;line-height:1.6;margin:0;opacity:.8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;text-shadow:0 1px 2px rgba(0,0,0,.1)}.future-project-card:hover .future-project-card-description{opacity:1;text-shadow:0 2px 6px rgba(0,0,0,.12)}.future-project-card-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 .4rem;position:relative;z-index:1}.future-project-card-tech-tag{background:linear-gradient(135deg,hsla(0,0%,100%,.25),hsla(0,0%,100%,.15));color:hsl(var(--text-primary));padding:.3rem .6rem;border-radius:8px;font-size:.75rem;font-weight:500;border:1px solid hsla(0,0%,100%,.3);font-family:Mona-Sans,sans-serif;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.1),inset 0 1px 0 hsla(0,0%,100%,.2)}.future-project-card-tech-tag:hover{background:linear-gradient(135deg,hsla(0,0%,100%,.35),hsla(0,0%,100%,.25));border-color:hsla(0,0%,100%,.4);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15),inset 0 1px 0 hsla(0,0%,100%,.3)}.dark .future-project-card{background:linear-gradient(135deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.03));border-left:1px solid hsla(0,0%,100%,.15);border-top:1px solid hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.25) hsla(0,0%,100%,.15) hsla(0,0%,100%,.15) hsla(0,0%,100%,.25);border-style:solid;border-width:1px;box-shadow:0 8px 32px rgba(0,0,0,.3),0 2px 8px rgba(0,0,0,.2),inset 0 1px 0 hsla(0,0%,100%,.1)}.dark .future-project-card:before{background:linear-gradient(135deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.05) 25%,hsla(0,0%,100%,.02) 50%,hsla(0,0%,100%,.01) 75%,hsla(0,0%,100%,0));opacity:.4}.dark .future-project-card:hover{background:linear-gradient(135deg,hsla(0,0%,100%,.12),hsla(0,0%,100%,.06));border-left:1px solid hsla(0,0%,100%,.25);border-top:1px solid hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.35) hsla(0,0%,100%,.25) hsla(0,0%,100%,.25) hsla(0,0%,100%,.35);border-style:solid;border-width:1px;box-shadow:0 16px 48px rgba(0,0,0,.4),0 4px 16px rgba(0,0,0,.25),0 2px 8px rgba(0,0,0,.2),inset 0 1px 0 hsla(0,0%,100%,.15)}.dark .future-project-card-category-dot{background:#7a9471}.dark .future-project-card-tech-tag{background:linear-gradient(135deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.08));border-color:hsla(0,0%,100%,.2);box-shadow:0 2px 8px rgba(0,0,0,.2),inset 0 1px 0 hsla(0,0%,100%,.1)}.dark .future-project-card-tech-tag:hover{background:linear-gradient(135deg,hsla(0,0%,100%,.25),hsla(0,0%,100%,.15));border-color:hsla(0,0%,100%,.3);box-shadow:0 4px 12px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.15)}@media (prefers-reduced-motion:reduce){.future-project-card,.future-project-card-category-dot,.future-project-card-tech-tag,.future-project-card:after{animation:none;transition:none}}.future-project-item{text-align:left;background:transparent;padding:1rem;margin:0 1rem;cursor:default;pointer-events:none;background-image:repeating-linear-gradient(90deg,#e7e2da 0,#e7e2da 3px,transparent 0,transparent 8px);background-position:0 100%;background-size:100% 2px;background-repeat:no-repeat}.future-project-item:last-child{background-image:none}.future-project-item .project-category{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.future-project-item .category-dot{width:6px;height:6px;border-radius:50%;background-color:#5b7553;flex-shrink:0}.future-project-item .category-text{color:hsl(var(--text-secondary));font-family:Mona-Sans,sans-serif;font-size:.8rem;font-weight:400;text-transform:lowercase}.future-project-item .future-project-title{color:hsl(var(--text-primary));font-family:Mona-Sans-SemiCondensed,sans-serif;font-size:1.5rem;font-weight:600;margin:0 0 .75rem;line-height:1.1;letter-spacing:-.02em}.future-project-item .future-project-description{color:hsl(var(--text-primary));font-family:Mona-Sans-SemiCondensed,sans-serif;font-size:.9rem;font-weight:400;line-height:1.4;margin:0 0 1rem;opacity:.8;max-width:600px}@media only screen and (max-width:480px){.future-project-item{padding:.75rem 1rem;margin:0 .5rem}.future-project-item .future-project-title{font-size:1.3rem}.future-project-item .future-project-description{font-size:.85rem}}.dark .future-project-item{background-image:repeating-linear-gradient(90deg,#292524 0,#292524 3px,transparent 0,transparent 8px);background-position:0 100%;background-size:100% 2px;background-repeat:no-repeat}.dark .future-project-item .category-dot{background-color:#7a9471}.future-projects-section{height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.future-projects-content{text-align:center;opacity:0;animation:fadeIn 1.2s ease-out .5s forwards;z-index:1;position:relative;max-width:1000px;padding:0 2rem}.future-projects-content h1{color:hsl(var(--text-primary));font-family:Mona-Sans,sans-serif;font-size:clamp(1.8rem,5vw,5rem);font-weight:900;letter-spacing:clamp(.5px,1vw,4px);text-transform:uppercase;margin:0 0 clamp(1rem,3vw,3rem);-webkit-user-select:none;-moz-user-select:none;user-select:none}.future-projects{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(.6rem,2vw,1.5rem);margin-top:clamp(.5rem,2vw,2rem)}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media only screen and (max-width:1024px){.future-projects-section{height:auto;min-height:100vh;padding:2rem 0}.future-projects-content{padding:0 1.5rem}.future-projects{grid-template-columns:1fr}}@media only screen and (max-width:480px){.future-projects-section{padding:1.5rem 0}.future-projects-content{padding:0 1rem}}.project-page{width:100%;min-height:100vh;position:relative;overflow-x:hidden}