@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#050508;--bg-secondary:#0a0a14;--bg-tertiary:#141424;--accent-cyan:#00f5ff;--accent-purple:#8b5eff;--accent-indigo:#4f46e5;--text-primary:#fff;--text-secondary:#b0b0b0;--border-color:#00f5ff1a;--glassmorphism:#ffffff08}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#050508;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}html{scroll-behavior:smooth}body{background-color:var(--bg-primary);color:var(--text-primary);margin:0;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--accent-cyan);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--accent-purple)}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:700}h1{font-size:3.5rem;line-height:1.2}h2{font-size:2.5rem;line-height:1.2}h3{font-size:1.5rem;line-height:1.3}p{color:var(--text-secondary);font-size:1rem}a{color:var(--accent-cyan);text-decoration:none;transition:all .3s}a:hover{color:var(--accent-purple)}.btn{border:2px solid var(--accent-cyan);color:var(--accent-cyan);cursor:pointer;background:0 0;border-radius:8px;padding:12px 28px;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:all .3s;display:inline-block}.btn:hover{background:var(--accent-cyan);color:var(--bg-primary);box-shadow:0 0 20px #00f5ff66}.btn-primary{background:linear-gradient(135deg, var(--accent-cyan), var(--accent-purple));color:var(--bg-primary);border:none}.btn-primary:hover{box-shadow:0 0 30px #00f5ff99}.glass{background:var(--glassmorphism);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px}.gradient-text{background:linear-gradient(135deg, var(--accent-cyan), var(--accent-purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{max-width:1200px;margin:0 auto;padding:0 20px}#root{min-height:100vh}.preserve-3d{transform-style:preserve-3d}.will-change-transform{will-change:transform}.perspective-container{perspective:clamp(800px,8vw,1500px)}@media (width<=768px){h1{font-size:2.5rem}h2{font-size:1.8rem}h3{font-size:1.2rem}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#0a0a0ab3;border-bottom:1px solid #00f5ff1a;height:80px;padding:0;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{background:#0a0a0af2;box-shadow:0 0 20px #00f5ff1a}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 20px;display:flex}.logo{cursor:pointer;font-family:Poppins,sans-serif;font-size:1.8rem;font-weight:800;transition:all .3s}.logo:hover{text-shadow:0 0 20px #00f5ff66}.nav-menu{gap:40px;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;transition:color .3s;position:relative}.nav-link:hover,.nav-link.active{color:var(--accent-cyan)}.nav-underline{background:linear-gradient(90deg, var(--accent-cyan), var(--accent-purple));border-radius:1px;height:2px;position:absolute;bottom:-5px;left:0;right:0}.mobile-menu-btn{color:var(--accent-cyan);cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}.mobile-menu{background:#0a0a0af2;border-bottom:1px solid #00f5ff1a;flex-direction:column;gap:10px;padding:20px;display:none;position:absolute;top:80px;left:0;right:0}.mobile-nav-link{color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;padding:10px 0;font-family:Inter,sans-serif;font-size:1rem;transition:color .3s}.mobile-nav-link:hover{color:var(--accent-cyan)}.mobile-nav-link.active{color:var(--accent-cyan);font-weight:600}@media (width<=768px){.nav-menu{display:none}.mobile-menu-btn{display:block}.mobile-menu.open{display:flex}.navbar{height:auto;padding:10px 0}.nav-container{height:auto;padding:15px 20px}.logo{font-size:1.5rem}}.hero{background:linear-gradient(135deg,#00f5ff05,#8b5eff05);justify-content:center;align-items:center;min-height:100vh;margin-top:80px;display:flex;position:relative;overflow:hidden}.hero-content{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.hero-text{flex-direction:column;gap:20px;display:flex}.hero-label{display:inline-block}.label-badge{color:var(--accent-cyan);background:#00f5ff0d;border:1px solid #00f5ff4d;border-radius:20px;padding:8px 16px;font-size:.85rem;display:inline-block}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2}.hero-text-3d{text-shadow:0px 0px 0 var(--accent-cyan), -1px 1px 0 #8b5effe6, -2px 2px 0 #8b5effcc, -3px 3px 0 #8b5effb3, -4px 4px 0 #8b5eff99, -5px 5px 0 #8b5eff80, -6px 6px 4px #00000080;display:inline-block;transform:translateZ(20px)}.hero-subtitle{color:var(--accent-cyan);font-size:1.5rem;font-weight:600}.hero-description{max-width:500px;font-size:1.1rem;line-height:1.8}.hero-buttons{flex-wrap:wrap;gap:20px;margin-top:20px;display:flex}.hero-buttons .btn{align-items:center;display:flex}.hero-visual{justify-content:center;align-items:center;height:400px;display:flex;position:relative}.gradient-orb{filter:blur(40px);background:radial-gradient(circle,#00f5ff33,#8b5eff1a);border-radius:50%;width:300px;height:300px;animation:6s ease-in-out infinite float;position:absolute}.code-block{z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #00f5ff33;border-radius:12px;max-width:100%;padding:30px;font-family:Courier New,monospace;font-size:1rem;line-height:1.8;position:relative}.code-line{margin:8px 0}.code-tag{color:var(--accent-cyan);font-weight:600}.code-comment{color:var(--text-secondary)}.float-1,.float-2{z-index:0;border:2px solid #00f5ff1a;border-radius:50%;width:100px;height:100px;position:absolute}.float-1{width:150px;height:150px;top:10%;right:5%}.float-2{width:100px;height:100px;bottom:20%;left:5%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-30px)}}@media (width<=1024px){.hero-content{grid-template-columns:1fr;gap:40px}.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1.3rem}.hero-visual{height:300px}.gradient-orb{width:250px;height:250px}}@media (width<=768px){.hero{margin-top:80px}.hero-content{padding:20px 0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column}.hero-buttons .btn{justify-content:center;width:100%}.hero-visual{height:250px}.gradient-orb{width:200px;height:200px}.float-1,.float-2{display:none}}.about{background:#00f5ff05;border-top:1px solid #00f5ff1a;border-bottom:1px solid #00f5ff1a;padding:100px 0}.section-header{text-align:center;margin-bottom:60px}.section-header h2{margin-bottom:15px;font-size:2.5rem}.header-separator{background:linear-gradient(90deg, var(--accent-cyan), var(--accent-purple));border-radius:2px;width:60px;height:4px;margin:0 auto}.about-content{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.about-image{justify-content:center;display:flex}.profile-placeholder{border-radius:20px;justify-content:center;align-items:center;width:300px;height:300px;display:flex;position:relative;overflow:hidden}.profile-placeholder:before{content:"";z-index:0;background:linear-gradient(135deg,#00f5ff33,#8b5eff1a);position:absolute;inset:0}.placeholder-avatar{z-index:1;background:linear-gradient(135deg, var(--accent-cyan), var(--accent-purple));width:250px;height:250px;color:var(--bg-primary);border-radius:15px;justify-content:center;align-items:center;font-size:4rem;font-weight:800;display:flex;position:relative}.about-text h3{text-align:left;margin-bottom:20px;font-size:1.8rem;line-height:1.3}.about-text p{color:var(--text-secondary);text-align:left;margin-bottom:20px;font-size:1rem;line-height:1.8}.facts-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px;display:grid}.fact-card{text-align:center;cursor:default;border-radius:12px;padding:25px;transition:all .3s}.fact-card:hover{background:#00f5ff14;border-color:#00f5ff4d}.fact-value{margin-bottom:10px;font-size:2rem;font-weight:700}.fact-label{color:var(--text-secondary);margin-bottom:5px;font-size:.9rem;font-weight:600}.fact-suffix{color:var(--text-secondary);opacity:.8;font-size:.85rem}.about-glow{border:1px solid #00f5ff66;animation:3s ease-in-out infinite alternate pulse-glow;position:relative;overflow:visible}@keyframes pulse-glow{0%{box-shadow:0 0 10px #00f5ff1a,inset 0 0 10px #00f5ff1a}to{box-shadow:0 0 30px #00f5ff66,inset 0 0 20px #00f5ff33}}.orbiting-halo{pointer-events:none;border:2px dashed #8b5eff80;border-radius:50%;animation:10s linear infinite orbit;position:absolute;inset:-15px}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fact-float{height:100%}@media (width<=1024px){.about-content{grid-template-columns:1fr;gap:40px}.profile-placeholder{width:250px;height:250px}.placeholder-avatar{width:200px;height:200px}.facts-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.about{padding:60px 0}.section-header h2{font-size:2rem}.about-text h3{font-size:1.5rem}.profile-placeholder{width:200px;height:200px}.placeholder-avatar{width:150px;height:150px;font-size:3rem}.facts-grid{grid-template-columns:1fr;gap:15px}}.skills{background:#0a0a0a;padding:100px 0}.skills-grid{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.skill-category{cursor:default;background:#ffffff08;border:1px solid #00f5ff1a;border-radius:12px;height:100%;padding:30px;transition:box-shadow .3s}.skill-category-tilt{height:100%}.skill-category-3d{transform:translateZ(10px)}.skill-category-3d:hover{box-shadow:0 0 30px var(--hover-glow,#00f5ff33), inset 0 0 10px #00f5ff0d;border-color:var(--hover-glow,#00f5ff4d);background:#ffffff0d}.category-header{align-items:center;gap:15px;margin-bottom:25px;display:flex}.category-icon{color:var(--accent-cyan);width:32px;height:32px}.category-header h3{margin:0;font-size:1.3rem}.skills-list{flex-direction:column;gap:18px;display:flex}.skill-item{flex-direction:column;gap:8px;display:flex}.skill-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.skill-name{color:var(--text-primary);font-size:.95rem;font-weight:600}.skill-level{color:var(--accent-cyan);font-size:.85rem;font-weight:600}.skill-bar{background:#00f5ff1a;border:1px solid #00f5ff26;border-radius:3px;width:100%;height:6px;overflow:hidden}.skill-progress{background:linear-gradient(90deg, var(--accent-cyan), var(--accent-purple));border-radius:3px;height:100%;box-shadow:0 0 10px #00f5ff4d}@media (width<=1024px){.skills-grid{grid-template-columns:1fr}}@media (width<=768px){.skills{padding:60px 0}.skill-category{padding:20px}.skills-list{gap:15px}}.projects{background:#00f5ff05;border-top:1px solid #00f5ff1a;padding:100px 0}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;display:grid}.project-card{cursor:default;text-align:left;background:#ffffff08;border:1px solid #00f5ff1a;border-radius:12px;flex-direction:column;gap:20px;height:100%;padding:30px;transition:box-shadow .3s;display:flex}.project-card-3d{transform:translateZ(10px)}.project-card:hover{background:#ffffff0d;border-color:#00f5ff33;box-shadow:0 15px 30px #00000080,inset 0 0 20px #00f5ff1a}.project-header{align-items:flex-start;gap:15px;display:flex}.project-header h3{margin:0;font-size:1.3rem;line-height:1.3}.project-description{color:var(--text-secondary);flex-grow:1;margin:0;font-size:.95rem;line-height:1.6}.project-tags{flex-wrap:wrap;gap:10px;display:flex}.tag{color:var(--accent-cyan);background:#00f5ff1a;border:1px solid #00f5ff33;border-radius:20px;padding:6px 12px;font-size:.8rem;transition:all .3s;display:inline-block}.tag:hover{background:#00f5ff33;border-color:#00f5ff66}.project-links{border-top:1px solid #00f5ff1a;gap:15px;margin-top:auto;padding-top:20px;display:flex}.project-link{color:var(--accent-cyan);background:#00f5ff14;border:1px solid #00f5ff33;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.project-link:hover{background:#00f5ff26;border-color:#00f5ff66;transform:translateY(-2px)}@media (width<=768px){.projects{padding:60px 0}.projects-grid{grid-template-columns:1fr}.project-card{padding:20px}}.experience{background:#0a0a0a;border-top:1px solid #00f5ff1a;padding:100px 0}.timeline{padding:20px 0;position:relative}.timeline:before{content:"";background:linear-gradient(180deg, var(--accent-cyan), var(--accent-purple));width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-1px)}.timeline-item{align-items:flex-start;gap:40px;margin-bottom:50px;display:flex;position:relative}.timeline-item.left{flex-direction:row;justify-content:flex-end}.timeline-item.right{flex-direction:row-reverse;justify-content:flex-end;margin-left:auto}.timeline-marker{border:2px solid var(--accent-cyan);width:50px;height:50px;color:var(--accent-cyan);z-index:1;background:#0a0a0a;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.timeline-content{background:#ffffff08;border:1px solid #00f5ff1a;border-radius:12px;width:calc(50% - 50px);padding:25px;transition:all .3s}.timeline-content:hover{background:#ffffff0d;border-color:#00f5ff33;box-shadow:0 0 20px #00f5ff1a}.timeline-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:10px;display:flex}.timeline-header h3{margin:0;font-size:1.2rem;line-height:1.3}.timeline-period{color:var(--accent-cyan);white-space:nowrap;font-size:.85rem;font-weight:600}.timeline-company{color:var(--text-primary);margin:8px 0;font-size:.95rem;font-weight:600}.timeline-description{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.6}@media (width<=1024px){.timeline:before{left:25px}.timeline-item,.timeline-item.left,.timeline-item.right{flex-direction:row;gap:30px;width:100%;margin-left:0}.timeline-marker{left:25px}.timeline-content{width:calc(100% - 115px);margin-left:115px}}@media (width<=768px){.experience{padding:60px 0}.timeline:before{left:15px}.timeline-marker{width:40px;height:40px;left:15px}.timeline-item,.timeline-item.left,.timeline-item.right{flex-direction:row;gap:15px;margin-bottom:30px}.timeline-content{width:calc(100% - 85px);margin-left:85px;padding:20px}.timeline-header{flex-direction:column}.timeline-period{width:100%}}.contact{background:#00f5ff05;border-top:1px solid #00f5ff1a;padding:100px 0}.contact-content{grid-template-columns:1fr 1fr;gap:60px;display:grid}.contact-form-section,.contact-info-section{flex-direction:column;gap:25px;display:flex}.contact-form-section h3,.contact-info-section h3{margin:0;font-size:1.5rem}.contact-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:var(--text-primary);font-size:.95rem;font-weight:600}.form-group input,.form-group textarea{color:var(--text-primary);resize:vertical;background:#ffffff0d;border:1px solid #00f5ff33;border-radius:8px;padding:12px 16px;font-family:Inter,sans-serif;font-size:1rem;transition:all .3s}.form-panel-3d{height:100%;padding:40px;transform:translateZ(10px)}.neon-input{transition:box-shadow .3s,border-color .3s}.neon-input:focus{outline:none;background:#ffffff14!important;border-color:#00f5ffcc!important;box-shadow:0 0 15px #00f5ff66,inset 0 0 10px #00f5ff33!important}.submit-btn-3d{transform-style:preserve-3d;transition:transform .1s,box-shadow .1s;transform:translateY(0);box-shadow:0 4px #00b4c8,0 8px 15px #0000004d}.submit-btn-3d:active{transform:translateY(4px)scale(.97);box-shadow:0 0 #00b4c8,0 2px 5px #00000080}.form-group input:focus,.form-group textarea:focus{background:#ffffff14;border-color:#00f5ff80;outline:none;box-shadow:0 0 10px #00f5ff1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#b0b0b080}.success-message{color:var(--accent-cyan);text-align:center;background:#00f5ff1a;border:1px solid #00f5ff4d;border-radius:8px;padding:15px 20px;font-weight:600;animation:.3s slideIn}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact-info-list{flex-direction:column;gap:15px;display:flex}.contact-info-item{cursor:pointer;background:#ffffff08;border:1px solid #00f5ff1a;border-radius:12px;gap:15px;padding:20px;text-decoration:none;transition:all .3s;display:flex}.contact-info-item:hover{background:#ffffff0d;border-color:#00f5ff33}.info-icon{color:var(--accent-cyan);flex-shrink:0;align-items:center;display:flex}.info-content{flex-direction:column;gap:5px;display:flex}.info-label{color:var(--text-secondary);margin:0;font-size:.85rem;font-weight:600}.info-value{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.social-links{margin-top:20px}.social-label{color:var(--text-primary);margin-bottom:15px;font-size:.95rem;font-weight:600}.social-icons{flex-wrap:wrap;gap:15px;display:flex}.social-icon{width:50px;height:50px;color:var(--text-secondary);background:#ffffff0d;border:1px solid #00f5ff33;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.social-icon:hover{color:var(--accent-cyan);background:#00f5ff1a;border-color:#00f5ff66}@media (width<=1024px){.contact-content{grid-template-columns:1fr;gap:40px}}@media (width<=768px){.contact{padding:60px 0}.contact-content{gap:30px}.social-icons{gap:10px}.social-icon{width:45px;height:45px}}.footer{background:#00f5ff05;border-top:1px solid #00f5ff1a;margin-top:100px;padding:60px 0 0}.footer-content{grid-template-columns:repeat(3,1fr);gap:40px;padding:60px 0;display:grid}.footer-section h3{margin:0 0 15px;font-size:1.8rem;font-weight:800}.footer-section h4{margin:0 0 15px;font-size:1.1rem;font-weight:700}.footer-section p{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}.footer-section ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.footer-section ul li a{color:var(--text-secondary);font-size:.95rem;text-decoration:none;transition:all .3s}.footer-section ul li a:hover{color:var(--accent-cyan);padding-left:5px}.footer-bottom{border-top:1px solid #00f5ff1a;padding:30px 0}.divider{background:linear-gradient(90deg, var(--accent-cyan), var(--accent-purple));width:60px;height:2px;margin:0 0 20px}.footer-bottom-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.footer-bottom-content p{color:var(--text-secondary);margin:0;font-size:.9rem}.heart{color:#ff4757;animation:1.5s ease-in-out infinite heartbeat}@keyframes heartbeat{0%,to{transform:scale(1)}25%{transform:scale(1.3)}50%{transform:scale(1)}}@media (width<=1024px){.footer-content{grid-template-columns:1fr;gap:30px}.footer-bottom-content{text-align:center;flex-direction:column}}@media (width<=768px){.footer{margin-top:60px;padding:30px 0 0}.footer-content{padding:30px 0}.footer-section h3{font-size:1.5rem}.footer-bottom-content{gap:15px}}.app{background:var(--bg-primary);width:100%;min-height:100vh;color:var(--text-primary);overflow-x:hidden}
