:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#fff;text-decoration:inherit}a:hover{color:#b0b0b0}body{margin:0;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:#fff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#000;background-color:#fff}a:hover{color:gray}button{background-color:#f0f0f0}}.navbar{position:fixed;top:0;left:0;width:100%;padding:1.5rem 0;z-index:1000;transition:all .3s ease;background-color:transparent}.navbar.scrolled{background-color:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;box-shadow:0 4px 6px -1px #ffffff1a}[data-theme=light] .navbar.scrolled{background-color:#ffffffe6;box-shadow:0 4px 6px -1px #0000001a}.navbar-container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--text-color)}.nav-links{display:flex;gap:2rem}.nav-links a{font-weight:500;color:var(--text-secondary);position:relative}.nav-links a:hover,.nav-links a.active{color:var(--primary-color)}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--primary-color);transition:width .3s ease}.nav-links a:hover:after{width:100%}.theme-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:2px solid var(--text-secondary);border-radius:50%;color:var(--text-color);cursor:pointer;transition:all .3s ease;margin-left:1rem}.theme-toggle:hover{border-color:var(--primary-color);color:var(--primary-color);transform:rotate(15deg)}.theme-toggle svg{width:20px;height:20px}.mobile-menu-btn{display:none;flex-direction:column;gap:6px;background:none;cursor:pointer}.bar{width:25px;height:2px;background-color:var(--text-color);transition:all .3s ease}@media(max-width:768px){.mobile-menu-btn{display:flex}.nav-links{position:fixed;top:0;right:-100%;height:100vh;width:70%;background-color:var(--surface-color);flex-direction:column;justify-content:center;align-items:center;transition:right .3s ease;box-shadow:-5px 0 15px #00000080}.nav-links.active{right:0}.bar.open:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.bar.open:nth-child(2){opacity:0}.bar.open:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}}.hero{display:flex;align-items:center;padding-top:80px}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}.greeting{color:var(--accent-color);font-size:1.2rem;font-weight:500;margin-bottom:1rem;display:block}.name{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1rem;background:linear-gradient(to right,var(--text-color),var(--text-secondary));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.title{font-size:2rem;color:var(--text-secondary);margin-bottom:1.5rem}.description{font-size:1.1rem;color:var(--text-secondary);max-width:500px;margin-bottom:2.5rem}.hero-buttons{display:flex;gap:1rem}.btn{padding:.8rem 2rem;border-radius:5px;font-weight:600;transition:all .3s ease}.btn-primary{background-color:var(--primary-color);color:var(--background-color)}.btn-primary:hover{background-color:var(--secondary-color);color:var(--text-color);transform:translateY(-2px)}.btn-outline{border:2px solid var(--primary-color);color:var(--primary-color)}.btn-outline:hover{background-color:var(--surface-color);transform:translateY(-2px)}.image-wrapper{width:100%;max-width:500px;position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px -10px #fff3;border:1px solid rgba(255,255,255,.2)}.hero-gif{width:100%;height:auto;display:block;transform:scale(1.02)}@media(max-width:768px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-content{order:2}.hero-image{order:1;max-width:400px;margin:0 auto 2rem}.hero-buttons{justify-content:center}.name{font-size:3rem}}.about-content{max-width:1000px;margin:0 auto;width:100%}.about-text{margin-bottom:4rem}.about-text p{margin-bottom:1.5rem;font-size:1.1rem;color:var(--text-secondary)}.about-sections{display:grid;grid-template-columns:1fr;gap:3rem}.about-section{background-color:var(--surface-color);padding:2rem;border-radius:10px;border:1px solid rgba(255,255,255,.1)}.subsection-title{font-size:1.8rem;font-weight:700;color:var(--text-color);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary-color)}.tech-category{margin-bottom:2rem}.tech-category:last-child{margin-bottom:0}.tech-category-title{font-size:1.2rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.light-mode .tech-category-title{border-bottom:1px solid rgba(0,0,0,.1)}.technologies-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;list-style:none;margin-bottom:0}.technologies-list li{display:flex;align-items:center;gap:.75rem;color:var(--text-color);font-size:1rem;padding:.5rem;border-radius:5px;transition:background-color .3s ease}.technologies-list li:hover{background-color:#ffffff0d}.tech-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.tech-icon svg{width:100%;height:100%}.tech-name{flex:1}.education-list{display:flex;flex-direction:column;gap:2rem}.education-item{padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.education-item:last-child{border-bottom:none;padding-bottom:0}.education-pic{width:100px;height:100px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.education-pic svg{width:100%;height:100%;max-width:100px;max-height:100px}.light-mode .education-pic svg{fill:var(--text-color)}.education-degree{font-size:1.3rem;font-weight:600;color:var(--text-color);margin-bottom:.5rem}.education-institution{font-size:1.1rem;color:var(--primary-color);margin-bottom:.3rem;font-weight:500}.education-period{font-size:.9rem;color:var(--text-secondary);margin-bottom:.8rem;font-style:italic}.education-description{font-size:1rem;color:var(--text-secondary);line-height:1.6}.experience-list{display:flex;flex-direction:column;gap:2rem}.experience-item{padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column}.experience-item:last-child{border-bottom:none;padding-bottom:0}.experience-pic{height:80px;margin-bottom:1rem;object-fit:contain;border-radius:8px;display:block;max-width:200px;max-height:80px}.experience-pic.aimbot-pic{max-width:120px}.experience-title{font-size:1.3rem;font-weight:600;color:var(--text-color);margin-bottom:.5rem}.experience-company{font-size:1.1rem;color:var(--primary-color);margin-bottom:.3rem;font-weight:500}.experience-period{font-size:.9rem;color:var(--text-secondary);margin-bottom:.8rem;font-style:italic}.experience-description{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.experience-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tech-tag{background-color:var(--background-color);color:var(--text-color);padding:.3rem .8rem;border-radius:5px;font-size:.85rem;font-family:monospace;border:1px solid rgba(255,255,255,.2)}@media(max-width:768px){.about-sections{gap:2rem}.about-section{padding:1.5rem}.subsection-title{font-size:1.5rem}.technologies-list{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%;padding-bottom:2rem}.project-card{background-color:var(--surface-color);border-radius:10px;padding:0;transition:transform .3s ease,box-shadow .3s ease;border:1px solid transparent;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;cursor:pointer}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px -15px #0000004d;border-color:#ffffff1a}.project-title{font-size:1.5rem;margin-bottom:1rem;color:var(--text-color)}.project-description{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;font-size:.9rem;color:var(--text-secondary);font-family:monospace}.project-image-container{width:100%;height:180px;background-color:#111;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:1.5rem;box-sizing:border-box}.project-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:transform .3s ease;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.project-card:hover .project-image{transform:scale(1.06)}.project-content{padding:2rem;flex:1;display:flex;flex-direction:column}.project-links{margin-top:auto}.project-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);display:flex;align-items:center;justify-content:center}.project-image-placeholder span{font-size:4rem;font-weight:700;color:#ffffff26;font-family:monospace;-webkit-user-select:none;user-select:none}.project-role{font-size:.8rem;font-family:monospace;color:var(--primary-color);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;display:block}.contact-container{text-align:center;max-width:600px;margin:0 auto}.contact-text{color:var(--text-secondary);font-size:1.1rem;margin-bottom:2rem}.contact-gif-wrapper{margin-bottom:2rem}.contact-gif{width:150px;height:auto;border-radius:10px}.contact-btn{font-size:1.1rem;padding:1rem 2.5rem}.footer{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 0;text-align:center;background-color:#fff;scroll-snap-align:start;scroll-snap-stop:always}[data-theme=light] .footer{background-color:#000}.footer-heading{font-size:4rem;font-weight:800;color:#87ceeb;margin-bottom:2rem;text-align:center}.phone-icon-wrapper{display:flex;justify-content:center;margin-bottom:2rem;padding-top:1rem}.phone-icon{width:48px;height:48px;transform-origin:center center;animation:ringing .5s ease-in-out infinite;filter:drop-shadow(0 0 8px rgba(135,206,235,.6));color:#87ceeb}@keyframes ringing{0%,to{transform:rotate(-3deg) scale(1);filter:drop-shadow(0 0 8px rgba(135,206,235,.6))}25%{transform:rotate(3deg) scale(1.05);filter:drop-shadow(0 0 12px rgba(135,206,235,.8))}50%{transform:rotate(-3deg) scale(1);filter:drop-shadow(0 0 8px rgba(135,206,235,.6))}75%{transform:rotate(3deg) scale(1.05);filter:drop-shadow(0 0 12px rgba(135,206,235,.8))}}.footer-container{width:100%}.social-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem;align-items:center}.social-links a{display:flex;align-items:center;gap:.5rem;color:#000;font-size:1.1rem;font-weight:600;transition:all .3s ease;text-decoration:none}[data-theme=light] .social-links a{color:#fff}.social-links a:hover{color:#87ceeb;transform:translateY(-2px)}.social-icon{width:28px;height:28px;transition:transform .3s ease}.social-links a:hover .social-icon{transform:scale(1.1)}.copyright{color:#666;font-size:.9rem;margin-top:2rem}[data-theme=light] .copyright{color:#b0b0b0}@media(max-width:768px){.footer-heading{font-size:3rem;margin-bottom:2rem}}.loader-container{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--background-color);display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity .5s ease-out}.loader-content{text-align:center}.loader-title{font-size:2.5rem;margin-bottom:2rem;background:linear-gradient(to right,var(--primary-color),var(--accent-color));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:0;animation:fadeIn 1s ease-in forwards}.spinner{width:50px;height:50px;border:3px solid rgba(255,255,255,.1);border-radius:50%;border-top-color:var(--primary-color);margin:0 auto;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.scroll-indicator{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:100;display:flex;flex-direction:row;gap:1rem;align-items:center}.indicator-dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background-color:transparent;cursor:pointer;transition:all .3s ease;padding:0;position:relative}.indicator-dot:hover{border-color:#fffc;transform:scale(1.2)}.indicator-dot.active{background-color:var(--primary-color);border-color:var(--primary-color);transform:scale(1.3);box-shadow:0 0 10px #ffffff80}@media(max-width:768px){.scroll-indicator{bottom:1rem;gap:.75rem}.indicator-dot{width:10px;height:10px}}:root{--font-main: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif}[data-theme=dark]{--primary-color: #ffffff;--secondary-color: #808080;--background-color: #000000;--surface-color: #1a1a1a;--text-color: #ffffff;--text-secondary: #b0b0b0;--accent-color: #ffffff}[data-theme=light]{--primary-color: #000000;--secondary-color: #666666;--background-color: #ffffff;--surface-color: #f5f5f5;--text-color: #000000;--text-secondary: #666666;--accent-color: #000000}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-main);background-color:var(--background-color);color:var(--text-color);line-height:1.6;min-height:100vh;margin:0;padding:0;overflow:hidden}a{text-decoration:none;color:inherit;transition:color .3s ease}ul{list-style:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.section{min-height:100vh;min-width:100vw;width:100vw;max-width:100vw;display:flex;align-items:center;justify-content:center;scroll-snap-align:start;scroll-snap-stop:always;position:relative;padding:5rem 0;flex-shrink:0;box-sizing:border-box;overflow-x:hidden}.section .container{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.section.visible .container{opacity:1;transform:translateY(0)}.section.projects,.section.about{align-items:flex-start;overflow-y:auto;padding-top:2rem}.section.projects::-webkit-scrollbar,.section.about::-webkit-scrollbar{width:8px}.section.projects::-webkit-scrollbar-track,.section.about::-webkit-scrollbar-track{background:transparent}.section.projects::-webkit-scrollbar-thumb,.section.about::-webkit-scrollbar-thumb{background-color:#ffffff4d;border-radius:4px}.section.projects::-webkit-scrollbar-thumb:hover,.section.about::-webkit-scrollbar-thumb:hover{background-color:#ffffff80}@keyframes slideInFromRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutToLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}.App{width:100vw;height:100vh;overflow:hidden;position:relative}main{width:100%;height:100vh;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;display:flex;flex-direction:row;position:relative;scrollbar-width:none;-ms-overflow-style:none;cursor:grab}main:active{cursor:grabbing}main::-webkit-scrollbar{display:none}.section-title{margin-top:5%;font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;background:linear-gradient(to right,var(--text-color),var(--text-secondary));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}
