:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{margin:0;min-height:100vh;width:100%;background-color:#121212;color:#ffffffde;scroll-behavior:smooth}.hero{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.hero svg{width:100%;max-width:900px;height:auto}.hero svg:first-child{margin-bottom:-150px}.section{height:100vh;width:100%;min-height:100vh;display:flex;overflow:hidden;justify-content:center;align-items:center;position:relative;isolation:isolate;scroll-snap-align:start}.sticky{position:sticky;top:0;transform:translateY(calc(var(--i) * 40px));box-shadow:0 -40px 60px #0006}.title{color:#fff;font-size:5rem;font-family:Indie Flower,cursive;-webkit-text-stroke:1px #000}@supports not (-webkit-text-stroke: 1px #000){.title{text-shadow:3px 3px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}}.about{position:sticky;top:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;z-index:10}.about-left,.about-right{width:50%;height:100%;display:flex;align-items:center;position:relative;z-index:1}.about-left,.about-right{justify-content:center}.about .title{text-align:center;margin:0}.about .paragraph{font-family:Comfortaa,cursive;font-size:1.5rem;line-height:2.5rem;padding:0 40px;max-width:80%}.projects{position:sticky;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100%;gap:20px;bottom:10px}.projects-title{display:flex;justify-content:center;align-items:center;z-index:5;margin-bottom:-80px}.projects-carousel{display:flex;justify-content:center;align-items:center;width:100%}.carousel-wrapper{position:absolute;bottom:300px;left:50%;transform:translate(-50%);width:100%;display:flex;justify-content:center;pointer-events:auto}.viewport{overflow-y:visible;overflow-x:hidden;width:100%;height:700px;display:flex;align-items:center}.track{display:flex;transition:transform .4s ease}.slide{min-width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.carousel{display:flex;justify-content:center;align-self:flex-end;align-items:center;gap:20px}.carousel button{flex:0 0 auto;background:none;border:none;padding:0;cursor:pointer;outline:none;height:700px;display:flex;align-items:center}.header{font-family:Comfortaa,cursive;font-size:40px;font-weight:999;display:flex;margin-top:-25px;justify-content:center;transform:translateY(-8px)}.arrow{opacity:.4;display:flex;transform:translateY(-100px)}.arrow:hover{opacity:1}.project-image-wrapper{position:relative;display:flex;justify-content:center;align-items:center;border-radius:15px;padding:3px;overflow:hidden;isolation:isolate;top:-60px;cursor:pointer}.project-image-wrapper:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg,transparent 0deg,transparent 280deg,#ff00ff 320deg,#8c00ff 360deg);opacity:0;transition:opacity .3s ease;z-index:-1}.project-image-wrapper:hover:before{opacity:1;animation:rotate-beam 2s linear infinite;filter:blur(8px)}.project-image-wrapper:after{content:"";position:absolute;inset:3px;background:transparent;border-radius:12px;z-index:-1}.project-image{display:block;width:100%;height:300px;object-fit:cover;border-radius:12px;position:relative;z-index:1}@keyframes rotate-beam{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.description{font-family:Comfortaa,cursive;font-size:20px;display:flex;justify-content:center;align-items:center;text-align:center;transform:translateY(-30px)}.project-title{color:#fff;font-size:5rem;font-family:Indie Flower,cursive;-webkit-text-stroke:1px #000;text-align:center;margin-bottom:20px}.game-page{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100vw;margin:0;padding:0;position:relative;left:50%;transform:translate(-50%);background-color:#121212;min-height:100vh}.game-inner{width:100%;max-width:900px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:30px}.download-button{font-family:Comfortaa,cursive;font-size:1rem;display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#3a3f5c,#2b2f42);color:#fff;font-weight:700;text-decoration:none;border-radius:6px;box-shadow:0 5px 15px #0000004d;transition:all .3 ease}.download-button:hover{transform:translateY(-3px);box-shadow:0 12px 24px #00000080;background:linear-gradient(135deg,#4a4f6c,#3b3f53);color:#fff}.video-container{width:100%;display:flex;justify-content:center}.video-container video{width:400px;max-width:90vw;height:auto;display:block;border-radius:12px;transform:perspective(1000px) rotateX(2deg);box-shadow:0 10px 20px #00000080;transition:transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .5s ease}.github-link{display:inline-flex;align-items:center;gap:6px;color:#aaa;text-decoration:underline;font-size:.9rem}.github-link:hover{color:#fff}.home-button{position:absolute;top:30px;left:30px;width:70px;height:70px;display:flex;align-items:center;justify-content:center;padding:0;border-radius:50%;flex-shrink:0;background-color:#242532;color:#fff;font-size:2rem;text-decoration:none;box-shadow:0 6px 16px #00000080;transition:all .3s cubic-bezier(.175,.885,.32,1.275);z-index:10}.home-button:hover{background-color:#33344a;transform:scale(1.15);box-shadow:0 12px 28px #000000b3;color:#4fc3f7}.console{background-color:#1e1e1e;color:#fff;font-family:monospace;padding:15px;height:300px;width:100%;overflow-y:auto;border-radius:8px;margin-bottom:10px;text-align:left;scroll-behavior:smooth;white-space:pre-wrap}.info{font-family:Comfortaa,cursive;font-size:1rem;margin-bottom:2px;margin-top:2px}.console-user{color:#6fcf97}.console-jay{color:#56ccf2}.console-prompt{color:#6fcf97;font-weight:700;margin-top:4px}.console-input{width:100%;padding:8px;font-family:monospace;font-size:14px;margin-right:10px}button{padding:8px 12px;font-family:monospace;font-size:14px;cursor:pointer}.demo-wrapper{width:100%;height:520px;background:#1a1a1a;border-radius:15px;border:2px solid #333;overflow:hidden;position:relative;transform:perspective(1000px) rotateX(1deg);box-shadow:0 15px 35px #0009;margin:0 0 20px}.demo-container{width:100%;height:100%;overflow-y:auto;display:flex;flex-direction:column}.weather-page{margin-top:-40px;display:flex;flex-direction:column;align-items:center;width:100%}.weather-page .project-title{margin-bottom:25px}.weather-page .info{margin-bottom:5px}.game-page.tagit-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;height:100vh;padding:0;overflow:hidden}.tagit-title{margin-top:50px;margin-bottom:0;flex-shrink:0}.tagit-center-container{flex-grow:1;display:flex;align-items:center;justify-content:center;width:100%;transform:none}.tagit-info{font-size:2rem;color:#fff;opacity:.6;font-family:Comfortaa,cursive}.clear_sky{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;object-fit:cover}.cow_image{position:absolute;height:300px;z-index:4;transition:bottom .2s ease-out;cursor:pointer;bottom:0}.special-cow-container{position:relative;width:100%;height:100%;overflow:hidden}.cow_image.jump{bottom:10%}.green_grass{position:absolute;z-index:2;bottom:0;width:100%;left:0;height:30%;object-fit:cover}.sun{position:absolute;z-index:4;top:0;right:-30px;width:300px}.grey_cloud{position:absolute;z-index:5;top:10%;width:200px;height:auto}.white_cloud{position:absolute;z-index:6;top:10%;width:200px;height:auto}.rain{position:absolute;z-index:3;width:auto;height:5%;animation-name:rainFall;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes rainFall{0%{transform:translateY(-10px)}to{transform:translateY(500px)}}.snow{position:absolute;z-index:3;width:auto;height:5%;animation-name:snowFall;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes snowFall{0%{transform:translateY(-10px)}to{transform:translateY(500px)}}.grey_sky{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;object-fit:cover}.hail{position:absolute;z-index:3;width:auto;height:5%;animation-name:hailFall;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes hailFall{0%{transform:translateY(0)}to{transform:translateY(120%)}}.mist{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;object-fit:cover}.input_city{position:absolute;top:10px;left:10px;z-index:10;border-radius:15px;padding:5px;width:130px;font-size:.8rem}.get_weather{font-family:Comfortaa,cursive;font-size:.75rem;position:absolute;top:45px;left:10px;z-index:10;padding:4px 10px;border-radius:15px}.throbber-container{display:flex;flex-direction:column;align-items:center;margin-top:20px;color:#fff;font-size:14px;animation:fadeIn .2s ease-in}.throbber{width:42px;height:42px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin .9s linear infinite;margin-bottom:8px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.text{position:absolute;top:10px;left:50%;width:60%;font-size:.8rem;padding:8px;transform:translate(-50%);background:#0006;border-radius:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;z-index:10;text-align:center}.thunder{position:absolute;top:18%;z-index:4;height:60%;animation:lightning .3s ease-out}@keyframes lightning{0%{opacity:0;transform:translateY(-10px) scaleY(.7)}20%{opacity:1;transform:translateY(0) scaleY(1)}to{opacity:0}}.tornado{position:absolute;top:20%;z-index:6;height:50%;width:auto;animation-duration:5s;animation-timing-function:linear;animation-fill-mode:forwards}.tornado.left{left:0;transform:translate(-120%);animation-name:moveRight}.tornado.right{right:0;transform:translate(120%);animation-name:moveLeft}@keyframes moveRight{0%{transform:translate(-120%)}to{transform:translate(120%)}}@keyframes moveLeft{0%{transform:translate(120%)}to{transform:translate(-120%)}}.home_button{position:absolute;top:0;right:5px;z-index:10;width:auto;height:100px}.particle-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;display:none;pointer-events:none;z-index:0}.particle{position:absolute;border-radius:50%;animation:moveParticle 150s linear infinite}.section.about .particle-container{display:block}@keyframes moveParticle{0%{transform:translate(0)}25%{transform:translate(50px,-50vh)}50%{transform:translate(-60px,-100vh)}75%{transform:translate(30px,-150vh)}to{transform:translate(-20px,-200vh)}}.contact-container{position:relative;width:90vw;height:90vh;max-width:800px;max-height:800px;margin:auto;display:flex;justify-content:center;align-items:center;overflow:visible}.contact-center{z-index:30;position:absolute;width:clamp(200px,35vw,320px);height:clamp(200px,35vw,320px);border-radius:50%;background:#252522;border:4px solid #bc6c25;font-family:Indie Flower,cursive;display:flex;justify-content:center;align-items:center;font-size:clamp(36px,6vw,64px);font-weight:700;color:#fefae0;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 20px #00000080}.contact-center.open{transform:scale(1.12)}.contact-center:hover{transform:scale(1.05);box-shadow:0 0 25px #bc6c254d}.contact-node{position:absolute;width:clamp(65px,11vw,100px);height:clamp(65px,11vw,100px);border-radius:50%;background:#fefae0;display:flex;justify-content:center;align-items:center;text-decoration:none;color:#252522;border:2px solid #dda15e;box-shadow:0 4px 10px #0003;font-size:14px;font-family:Comfortaa,cursive;transform:translate(var(--x),var(--y));pointer-events:all;transition:transform .5s cubic-bezier(.175,.885,.32,1.275),opacity .3s ease}.contact-node:hover{transform:translate(var(--x),var(--y)) scale(1.15);box-shadow:0 0 20px #25abe899;z-index:10}.contact-line{position:absolute;height:0;border-top:2px dotted #bc6c25;transform-origin:left center;z-index:-1;transition:opacity .4s ease}.node-wrapper{position:absolute;display:flex;justify-content:center;align-items:center;transition:all .6s cubic-bezier(.34,1.56,.64,1);pointer-events:none;z-index:10}.node-icon-img{width:50%;height:auto;filter:grayscale(1) contrast(1.2)}
