: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}}.virtual-joystick{display:none}@media(max-width:768px){.virtual-joystick{display:block;position:fixed;bottom:80px;right:20px;left:auto;transform:none;width:140px;height:140px;max-width:200px;max-height:200px;touch-action:none;user-select:none;-webkit-user-select:none;z-index:1000}.joystick-base{width:100%;height:100%;background:#0006;border:3px solid rgba(255,255,255,.3);border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center}.joystick-stick{width:70px;height:70px;min-width:70px;min-height:70px;background:linear-gradient(145deg,#ffffffe6,#ffffffb3);border-radius:50%;position:absolute;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000004d;transition:transform .05s ease-out;aspect-ratio:1 / 1}.joystick-stick-inner{width:40px;height:40px;background:#0003;border-radius:50%;pointer-events:none}.joystick-direction-indicator{display:none}}@media(max-width:480px){.virtual-joystick{bottom:70px;width:120px;height:120px}.joystick-base{border-width:2px}.joystick-stick{width:60px;height:60px;aspect-ratio:1 / 1;transition:transform .03s ease-out}.joystick-stick-inner{width:35px;height:35px}}.content-centered{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.view-2d{width:100%;height:100%;background-color:var(--color-background-2d)}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.portfolio-2d{min-height:100vh;background:repeating-linear-gradient(0deg,#f0e8d0 0px 64px,#e8d8b8 64px 128px),repeating-linear-gradient(90deg,#f0e8d0 0px 64px,#e8d8b8 64px 128px);background-blend-mode:difference;color:#383020;font-family:Courier New,monospace}.portfolio-header{position:sticky;top:0;z-index:100;background:linear-gradient(180deg,#fff8e8,#f0e6d2);border-bottom:2px solid #d0b890;box-shadow:0 2px 8px #64503226}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.header-title{margin:0;font-size:1.2rem;font-weight:700;color:#8b4513;text-shadow:1px 1px 0 rgba(255,255,255,.5);letter-spacing:1px}.header-nav{display:flex;gap:1rem}.nav-btn{padding:.6rem 1.1rem;border:2px solid #c8a070;border-radius:8px;background:linear-gradient(180deg,#ffefd0,#f5e0b5);color:#705020;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.8rem;text-transform:uppercase;box-shadow:0 2px 4px #8c643c33}.nav-btn:hover{background:linear-gradient(180deg,#fff8e0,#fae8c8);transform:translateY(-2px);box-shadow:0 4px 8px #8c643c40;border-color:#d8b080}.nav-btn.active{background:linear-gradient(180deg,#60b8e8,#4098c8);color:#fff;border-color:#2078a8;box-shadow:0 2px 6px #3c78aa4d;text-shadow:1px 1px 0 rgba(0,0,0,.2)}.portfolio-main{max-width:100%;margin:0 auto;padding:0}.projects-section{animation:fadeInUp .6s ease-out;padding:4rem 2rem;background:linear-gradient(180deg,#f5e6c8,#ebdbb8);border-top:1px solid #d8c4a0;border-bottom:1px solid #d0b890}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.8rem;margin:0 0 1rem;color:#333;text-shadow:none;font-weight:700}.section-header p{font-size:1.4rem;color:#666;margin:0;font-weight:600}.projects-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:800px;margin:0 auto}.project-card{background:linear-gradient(180deg,#fffdf5,#f8f0e0);border-radius:12px;padding:1.75rem;box-shadow:0 6px 16px #785a321f;transition:all .25s ease;border:2px solid #e0d0b0}.project-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px #785a322e;border-color:#90c8e8}.card-title{font-size:1.4rem;margin:0 0 1rem;color:#6b4423;font-weight:700}.card-description{font-size:1.1rem;color:#706050;line-height:1.8;margin:0 0 1.5rem}.card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tag{background:linear-gradient(180deg,#70b8e0,#5098c0);color:#fff;padding:.3rem .6rem;border-radius:4px;font-size:.55rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:2px solid #3078a0;text-shadow:1px 1px 0 rgba(0,0,0,.3)}.card-link{display:inline-block;background:linear-gradient(180deg,#e8c020,#c8a000);color:#202020;padding:.6rem 1.2rem;border-radius:4px;text-decoration:none;font-weight:600;transition:all .1s ease;border:3px solid #807000;text-shadow:1px 1px 0 rgba(255,255,255,.4);font-size:.65rem;text-transform:uppercase;box-shadow:inset 0 2px #fff6}.card-link:hover{background:linear-gradient(180deg,#f8d030,#e0b010);transform:translateY(-1px);box-shadow:inset 0 2px #ffffff80,0 3px 6px #0000004d}.home-section{position:relative;height:100dvh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;animation:fadeInUp .6s ease-out .1s both;background-color:#e8dcc0}.hero-content{text-align:center;z-index:1;color:#5b4423;text-shadow:2px 2px 0 rgba(255,255,255,.6);padding:0 1rem}.hero-title{font-size:3.5rem;margin:0 0 1rem;font-weight:900;letter-spacing:3px;line-height:1.2}.hero-subtitle{font-size:1.5rem;margin:0 0 3rem;font-weight:700;color:#706050}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;cursor:pointer;transition:all .3s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.scroll-indicator:hover{transform:translate(-50%) translateY(-5px)}.scroll-text{font-size:1.1rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;opacity:.8}.scroll-arrow{display:flex;flex-direction:column;align-items:center;gap:5px;animation:float 2s ease-in-out infinite}.arrow-line{width:2px;height:30px;background:#fff9}.arrow-point{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid rgba(255,255,255,.8)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.about-section{animation:fadeInUp .6s ease-out .2s both;padding:4rem 2rem;background:linear-gradient(180deg,#e8dcc0,#e0d4b8);border-top:1px solid #d0b890;border-bottom:1px solid #c8b088}.about-content{background:linear-gradient(180deg,#fffaf0,#f8f0e0);border-radius:12px;padding:2.5rem;text-align:center;box-shadow:0 6px 16px #785a321f;border:2px solid #e0d0b0;max-width:800px;margin:0 auto}.about-content h2{font-size:2rem;margin:0 0 1.5rem;color:#6b4423;font-weight:700}.about-content p{font-size:1.2rem;color:#706050;line-height:1.8;font-weight:500}.view-toggle-btn{position:fixed;bottom:20px;left:20px;z-index:100;padding:12px 24px;background:linear-gradient(180deg,#f8f0e0,#e8e0d0);border:3px solid #b0a080;border-radius:25px;cursor:pointer;color:#605030;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 12px #503c1e33;transition:all .2s ease;font-family:Courier New,monospace}.view-toggle-btn:hover{background:linear-gradient(180deg,#fffaf0,#f8f0e0);border-color:#c8b090;transform:translateY(-2px);box-shadow:0 6px 16px #503c1e4d}.view-toggle-btn:active{transform:translateY(0);box-shadow:0 2px 8px #503c1e33}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.contact-section{animation:fadeInUp .6s ease-out .3s both;padding:4rem 2rem;background:linear-gradient(180deg,#e0d4b8,#d8c8a8);border-top:1px solid #c8b088;text-align:center}.contact-section .section-header h2{color:#6b4423;font-size:1.8rem}.contact-section .section-header p{color:#706050;font-size:1rem}.contact-content{max-width:800px;margin:0 auto}.social-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.social-link{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;background:linear-gradient(180deg,#fffaf0,#f8f0e0);border-radius:10px;text-decoration:none;color:#6b4423;font-weight:600;transition:all .2s ease;box-shadow:0 4px 12px #785a3226;border:2px solid #e0d0b0;font-size:.85rem}.social-link:hover{transform:translateY(-3px);background:linear-gradient(180deg,#fffdf5,#faf5e8);box-shadow:0 8px 20px #785a3233;border-color:#90c8e8}.social-link svg{width:24px;height:24px}.social-link.github:hover{background:#333;color:#fff}.social-link.email:hover{background:#ea4335;color:#fff}.social-link.linkedin:hover{background:#0077b5;color:#fff}.social-link.twitter:hover{background:#1da1f2;color:#fff}.contact-footer{color:#706050;font-size:.95rem;max-width:600px;margin:0 auto;line-height:1.8}@media(max-width:768px){.header-container{padding:.8rem}.header-title{font-size:1rem}.header-nav{gap:.5rem}.nav-btn{font-size:.7rem;padding:.35rem .55rem}.scroll-indicator{bottom:20px}.scroll-arrow{gap:3px}.arrow-line{height:20px}.arrow-point{border-left-width:6px;border-right-width:6px;border-top-width:6px}.projects-section,.about-section,.contact-section{padding:3rem 1.5rem}.section-header{margin-bottom:2rem}.section-header h2{font-size:1.8rem}.section-header p{font-size:.95rem}.project-card{padding:1.25rem}.card-title{font-size:1.25rem}.card-description{font-size:1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.about-content{padding:2rem}.about-content h2{font-size:1.8rem}.about-content p{font-size:1rem}.social-links{grid-template-columns:1fr 1fr}.social-link{font-size:.8rem;padding:.9rem 1.2rem}.contact-footer{padding:0 1rem}}@media(max-width:480px){.home-section{padding-left:0;padding-right:0}.scroll-indicator{bottom:100px}.header-container{flex-direction:row;align-items:flex-start;padding:.5rem 1rem}.header-title{font-size:1rem;margin-bottom:.5rem}.header-nav{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;width:100%;margin-left:-1rem;padding:.2rem 1rem;gap:.8rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 8%,rgba(0,0,0,.6) 15%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,.6) 85%,rgba(0,0,0,0) 92%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(90deg,#0000 0% 8%,#0009 15%,#000 20% 80%,#0009 85%,#0000 92% 100%)}.header-nav::-webkit-scrollbar{display:none}.nav-btn{flex:0 0 auto;min-width:auto;white-space:nowrap;font-size:.8rem;padding:.5rem 1rem;border-radius:20px}}.section-header h2{font-size:1.4rem}.section-header p{font-size:.85rem}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.card-title{font-size:1.1rem}.card-description{font-size:.9rem}.tag{font-size:.5rem;padding:.25rem .45rem}.card-link{font-size:.6rem;padding:.5rem 1rem}.contact-section .section-header h2{font-size:1.4rem}.contact-section .section-header p{font-size:.8rem}.social-link{font-size:.75rem;padding:.85rem 1.2rem}.social-link svg{width:20px;height:20px}@media(min-width:769px)and (max-width:1024px){.header-container{max-width:90%}.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1.2rem}.projects-section,.about-section,.contact-section{padding:3rem 2rem}}
