@import "https://fonts.googleapis.com/css2?family=Bangers&family=Limelight&family=Lemonada:wght@700&display=swap";:root{--bg-color:#050510;--terminal-bg:#0a0a12;--neon-pink:#ff2a6d;--neon-blue:#05d9e8;--neon-green:#00ff9f;--text-main:#fff;--text-dim:#fff9;--grid-line:#05d9e81a;--scanline-color:#00000080;--roman-overlay-bg:#000}.light-mode{--bg-color:#e6e6e6;--terminal-bg:#fff;--neon-pink:#f05;--neon-blue:#00aeef;--neon-green:#000;--text-main:#000;--text-dim:#000000bf;--grid-line:#00000026;--scanline-color:#00000005;--roman-overlay-bg:#fff}body{background-color:var(--bg-color);color:var(--text-main);min-height:100vh;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;margin:0;font-family:Space Grotesk,Arial,Helvetica,sans-serif;transition:background-color .3s,color .3s;overflow-x:hidden}body.light-mode .project-overlay:not([data-id="9"]):not([data-id="0"]) h1{color:#1a1a1a!important}body.light-mode .project-overlay .bg-pattern{opacity:.15!important}body.light-mode .editorial-mask{background:linear-gradient(to right,var(--bg-color)30%,#fff0 100%)!important}body.light-mode .social-link:hover,body.light-mode .social-link.is-active{color:#fff;background:#111;border-color:#111;box-shadow:0 5px 15px #00000026}h1,h2,h3,h4{text-transform:none;letter-spacing:-.02em;margin:0;font-family:Syne,sans-serif;font-weight:700}h1{font-size:4rem;font-weight:800}h2{font-size:2.5rem}a{color:inherit;text-decoration:none;transition:text-shadow .3s}a:hover{text-shadow:0 0 8px var(--neon-blue)}button{cursor:pointer;font-family:IBM Plex Mono,monospace}.glitch-text{color:var(--text-main);position:relative}.glow-pink{text-shadow:0 0 5px var(--neon-pink),0 0 10px var(--neon-pink)}.glow-blue{text-shadow:0 0 5px var(--neon-blue),0 0 10px var(--neon-blue)}.grid-bg{background-image:linear-gradient(var(--grid-line)1px,transparent 1px),linear-gradient(90deg,var(--grid-line)1px,transparent 1px);background-size:40px 40px;width:100%;height:100%}.social-link{color:var(--text-dim);border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;padding:12px;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex}.social-link:hover,.social-link.is-active{background:var(--grid-line);color:var(--neon-blue);border-color:var(--neon-blue);box-shadow:0 0 15px var(--grid-line);transform:translateY(-5px)scale(1.1)}.section-title{border-bottom:1px solid var(--grid-line);opacity:.8;color:var(--text-main);margin-bottom:2rem;padding-bottom:.5rem;font-family:Syne,sans-serif;font-size:1.2rem;font-weight:400}.project-card:hover,.project-card.is-mobile-active{box-shadow:0 0 20px var(--grid-line);transform:scale(1.02);border-color:var(--neon-blue)!important}.project-card:hover .project-card-logo,.project-card.is-mobile-active .project-card-logo{filter:drop-shadow(0 4px 8px #0003);transform:scale(1.1)translateY(-5px);opacity:1!important;mix-blend-mode:normal!important}.project-card,.project-overlay{backface-visibility:hidden;transform:translateZ(0)}.theme-toggle{background:var(--terminal-bg);border:1px solid var(--grid-line);color:var(--text-main);cursor:pointer;z-index:1000;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 0 20px #0003}.theme-toggle:hover{border-color:var(--neon-blue);color:var(--neon-blue);transform:rotate(15deg)scale(1.1)}.footer-status{border-top:1px solid var(--grid-line);text-align:center;color:var(--text-dim);flex-direction:column;align-items:center;gap:1rem;margin-top:6rem;padding-top:2rem;font-size:.9rem;display:flex}.hero-title{text-shadow:none;color:var(--text-main);min-height:4rem;margin-bottom:1rem;font-size:3.5rem;line-height:1.1}.main-container{z-index:10;max-width:1000px;margin:0 auto;padding:4rem 2rem;position:relative}.project-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.project-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.project-grid{grid-template-columns:1fr}.hero-title{min-height:auto;font-size:2.5rem}.main-container{padding:2rem 1.5rem}.theme-toggle{bottom:1.5rem;right:1.5rem}h1{font-size:2.5rem}}@keyframes jumbo{0%{background-position:50%,50%}to{background-position:350%,350%}}.jumbo{--stripes:repeating-linear-gradient(100deg,#fff 0%,#fff 7%,transparent 10%,transparent 12%,#fff 16%);--stripesDark:repeating-linear-gradient(100deg,#000 0%,#000 7%,transparent 10%,transparent 12%,#000 16%);--rainbow:repeating-linear-gradient(100deg,#60a5fa 10%,#e879f9 15%,#60a5fa 20%,#5eead4 25%,#60a5fa 30%);--rainbowLight:repeating-linear-gradient(100deg,#9f5a05 10%,#178606 15%,#9f5a05 20%,#a1152b 25%,#9f5a05 30%);background-image:var(--stripes),var(--rainbowLight);filter:blur(10px)opacity(30%)saturate(200%);pointer-events:none;z-index:0;opacity:1;background-position:50%,50%;background-size:300%,200%;animation:60s linear infinite jumbo;position:absolute;inset:0;-webkit-mask-image:radial-gradient(at 100% 0,#000 40%,#0000 70%);mask-image:radial-gradient(at 100% 0,#000 40%,#0000 70%)}.jumbo:after{content:"";background-image:var(--stripes),var(--rainbowLight);mix-blend-mode:difference;background-size:200%,100%;background-attachment:fixed;animation:60s linear infinite jumbo;position:absolute;inset:0}:root{--color-barca-garnet:#a50044;--color-barca-blue:#004d98;--color-barca-gold:#edbb00;--color-barca-yellow:#ffed02;--color-barca-red-bright:#db0030;--font-bangers:"Bangers",cursive;--font-limelight:"Limelight",cursive;--font-lemonada:"Lemonada",cursive;--font-comic:"Comic Sans MS","Chalkboard SE","Comic Neue",sans-serif}.font-bangers{font-family:var(--font-bangers)}.font-header-alt{font-family:var(--font-limelight)}.comic-halftone{background-color:#0000;background-image:url("data:image/svg+xml;utf8,<svg width=\"100\" height=\"100\" transform=\"rotate(0)\" opacity=\"0.2\" version=\"1.1\" viewBox=\"0 0 100 100\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"%23250E17\"><circle cx=\"25\" cy=\"25\" r=\"12.5\"/><circle cx=\"75\" cy=\"75\" r=\"12.5\"/><circle cx=\"75\" cy=\"25\" r=\"12.5\"/><circle cx=\"25\" cy=\"75\" r=\"12.5\"/></g></svg>");background-size:20px 20px}.comic-border{border:4px solid #000;box-shadow:8px 8px #000}.comic-text-shadow{text-shadow:2px 2px #000}.comic-title-shadow{text-shadow:4px 4px #000}.text-stroke-comic{-webkit-text-stroke:3px black;paint-order:stroke fill;text-shadow:4px 4px #000}.background-container{z-index:-3;background-color:var(--bg-color);width:100vw;height:100vh;transition:background-color .3s;position:fixed;top:0;left:0;overflow:hidden}.parallax-layer{pointer-events:none;background-repeat:repeat;background-size:cover;width:120vw;height:120vh;position:absolute;top:-10vh;left:-10vw}.layer-grid{opacity:.6;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='800' height='560' preserveAspectRatio='none' viewBox='0 0 800 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1059%26quot%3b)' fill='none'%3e%3cuse xlink:href='%23SvgjsSymbol1066' x='0' y='0'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsSymbol1066' x='720' y='0'%3e%3c/use%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1059'%3e%3crect width='800' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cpath d='M-1 0 a1 1 0 1 0 2 0 a1 1 0 1 0 -2 0z' id='SvgjsPath1065'%3e%3c/path%3e%3cpath d='M-3 0 a3 3 0 1 0 6 0 a3 3 0 1 0 -6 0z' id='SvgjsPath1063'%3e%3c/path%3e%3cpath d='M-5 0 a5 5 0 1 0 10 0 a5 5 0 1 0 -10 0z' id='SvgjsPath1062'%3e%3c/path%3e%3cpath d='M2 -2 L-2 2z' id='SvgjsPath1060'%3e%3c/path%3e%3cpath d='M6 -6 L-6 6z' id='SvgjsPath1061'%3e%3c/path%3e%3cpath d='M30 -30 L-30 30z' id='SvgjsPath1064'%3e%3c/path%3e%3c/defs%3e%3csymbol id='SvgjsSymbol1066'%3e%3cuse xlink:href='%23SvgjsPath1060' x='30' y='30' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='30' y='90' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='30' y='150' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='30' y='210' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='30' y='270' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='30' y='330' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1064' x='30' y='390' stroke='rgba(178%2c 78%2c 255%2c 0.3)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='30' y='450' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='30' y='510' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='30' y='570' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='90' y='30' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='90' y='90' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='90' y='150' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='90' y='210' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1065' x='90' y='270' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='90' y='330' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='90' y='390' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='90' y='450' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='90' y='510' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='90' y='570' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='150' y='30' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='150' y='90' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='150' y='150' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='150' y='210' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='150' y='270' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='150' y='330' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='150' y='390' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='150' y='450' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='150' y='510' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='150' y='570' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='210' y='30' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='210' y='90' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='210' y='150' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='210' y='210' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='210' y='270' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='210' y='330' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='210' y='390' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='210' y='450' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='210' y='510' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='210' y='570' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='270' y='30' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='270' y='90' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='270' y='150' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='270' y='210' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='270' y='270' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='270' y='330' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='270' y='390' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='270' y='450' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='270' y='510' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='270' y='570' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='330' y='30' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='330' y='90' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='330' y='150' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1065' x='330' y='210' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1064' x='330' y='270' stroke='rgba(178%2c 78%2c 255%2c 0.3)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='330' y='330' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='330' y='390' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='330' y='450' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1065' x='330' y='510' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='330' y='570' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='390' y='30' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='390' y='90' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1065' x='390' y='150' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='390' y='210' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='390' y='270' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='390' y='330' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='390' y='390' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='390' y='450' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='390' y='510' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='390' y='570' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='450' y='30' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='450' y='90' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='450' y='150' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='450' y='210' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='450' y='270' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1065' x='450' y='330' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='450' y='390' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='450' y='450' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='450' y='510' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='450' y='570' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='510' y='30' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='510' y='90' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='510' y='150' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1064' x='510' y='210' stroke='rgba(178%2c 78%2c 255%2c 0.3)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='510' y='270' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='510' y='330' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='510' y='390' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='510' y='450' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='510' y='510' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='510' y='570' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1065' x='570' y='30' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='570' y='90' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='570' y='150' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='570' y='210' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='570' y='270' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='570' y='330' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='570' y='390' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='570' y='450' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='570' y='510' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='570' y='570' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='630' y='30' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='630' y='90' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='630' y='150' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='630' y='210' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='630' y='270' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='630' y='330' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1065' x='630' y='390' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='630' y='450' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='630' y='510' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1065' x='630' y='570' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='690' y='30' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='690' y='90' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='690' y='150' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1065' x='690' y='210' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='690' y='270' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='690' y='330' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='690' y='390' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='690' y='450' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='690' y='510' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='690' y='570' stroke='rgba(178%2c 78%2c 255%2c 0.3)'%3e%3c/use%3e%3c/symbol%3e%3c/svg%3e");background-size:cover;transition:filter .3s;animation:120s linear infinite colorShift}.light-mode .layer-grid{opacity:1;filter:invert();mix-blend-mode:multiply;animation:120s linear infinite colorShiftLight}@keyframes colorShift{0%{filter:hue-rotate()}to{filter:hue-rotate(360deg)}}@keyframes colorShiftLight{0%{filter:invert()hue-rotate()}to{filter:invert()hue-rotate(360deg)}}.layer-shapes{opacity:.4}.light-mode .layer-shapes{filter:invert();opacity:.6}.layer-accents{z-index:-1}.accent-mark{color:var(--grid-line);opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none;font-family:IBM Plex Mono,monospace;font-weight:300;position:absolute}.accent-mark.crosshair{font-size:2rem;animation:10s ease-in-out infinite floatingAccent}.accent-mark.v-line{border-left:1px dashed var(--grid-line);animation:15s ease-in-out infinite reverse floatingAccent}.accent-mark.h-line{border-top:1px dashed var(--grid-line);animation:12s ease-in-out 2s infinite floatingAccent}@keyframes floatingAccent{0%,to{opacity:.3;transform:translate(0)}50%{opacity:.6;transform:translate(10px,-10px)}}
