*{margin:0;padding:0;box-sizing:border-box}:root{--bg-color: #ffffff;--text-color: #1a1a1a;--text-secondary: #666666;--accent-yellow: #ffd966;--accent-blue: #4a90e2}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-color);color:var(--text-color);overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle,#e0e0e0 1.5px,transparent 1.5px);background-size:30px 30px;z-index:-1;opacity:.6;animation:pulse-dots 4s ease-in-out infinite}@keyframes pulse-dots{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.8;transform:scale(1.02)}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}::selection{background-color:var(--accent-yellow);color:var(--text-color)}.header{position:fixed;top:0;left:0;right:0;background-color:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1.5rem 2rem;border-bottom:1px solid rgba(0,0,0,.05)}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600}.wave{animation:wave 2s ease-in-out infinite;transform-origin:70% 70%;display:inline-block}@keyframes wave{0%,to{transform:rotate(0)}10%,30%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}}.nav{display:flex;gap:2.5rem;align-items:center}.nav-link{text-decoration:none;color:var(--text-color);font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative}.nav-link:hover{color:var(--accent-blue)}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:var(--accent-blue);transition:width .3s ease}.nav-link:hover:after{width:100%}.social-links{display:flex;gap:1rem}.social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#1a1a1a;color:#fff;transition:transform .3s ease,background-color .3s ease}.social-icon:hover{transform:translateY(-3px);background-color:var(--accent-blue)}@media(max-width:768px){.header{padding:1rem}.nav{display:none}.logo{font-size:1rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem 4rem;position:relative}.hero-content{max-width:1400px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-left{display:flex;flex-direction:column;gap:2rem}.profile-section{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.profile-pic{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid var(--text-color)}.profile-pic-placeholder{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--accent-blue),var(--accent-yellow));display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;color:#fff;border:3px solid var(--text-color)}.profile-name{font-size:1.1rem;font-weight:500;color:var(--text-secondary)}.hero-title{font-size:clamp(3rem,8vw,5.5rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;margin:0}.location{position:relative;display:inline-block}.highlight{position:absolute;bottom:10px;left:-10px;right:-10px;height:30%;background-color:var(--accent-yellow);z-index:-1;transform:skew(-2deg)}.hero-description{font-size:1.2rem;line-height:1.7;color:var(--text-secondary);max-width:500px}.cta-button{background-color:var(--accent-blue);color:#fff;border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;width:fit-content;letter-spacing:.5px;text-decoration:none;display:inline-block}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #4a90e24d}.hero-right{display:flex;align-items:center;justify-content:center}.illustration-container{position:relative;width:100%;max-width:500px;aspect-ratio:1}.illustration-placeholder{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.floating-element{position:absolute;font-size:3rem;animation:float 3s ease-in-out infinite}.element-1{top:10%;left:10%;animation-delay:0s}.element-2{top:20%;right:10%;animation-delay:.5s}.element-3{bottom:20%;left:5%;animation-delay:1s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}.character{width:350px;height:400px;position:relative;animation:bounce 2s ease-in-out infinite;border-radius:50%/60% 60% 40% 40%;overflow:hidden;box-shadow:0 20px 60px #00000026}.character-image{width:100%;height:100%;object-fit:cover}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.scroll-indicator{position:absolute;bottom:2rem;right:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.85rem;font-weight:500;animation:bounce-subtle 2s ease-in-out infinite}@keyframes bounce-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.scroll-indicator svg{opacity:.7}@media(max-width:968px){.hero{padding:4rem 1.5rem 3rem}.hero-content{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:clamp(2rem,10vw,3rem)}.hero-description{font-size:1rem}.profile-pic,.profile-pic-placeholder{width:60px;height:60px}.profile-pic-placeholder{font-size:1.2rem}.profile-name{font-size:1rem}.cta-button{padding:.875rem 2rem;font-size:.95rem}.hero-right{display:none}.scroll-indicator{bottom:1rem;right:50%;transform:translate(50%)}}@media(max-width:640px){.hero{padding:3rem 1rem 2rem}.hero-title{font-size:clamp(1.75rem,9vw,2.5rem)}.hero-description{font-size:.95rem;line-height:1.6}.profile-section{margin-bottom:.5rem}.hero-left{gap:1.5rem}}.about{min-height:100vh;display:flex;align-items:center;padding:4rem 2rem;position:relative}.about-content{max-width:1400px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text{display:flex;flex-direction:column;gap:2rem}.about-description{font-size:1.2rem;line-height:1.8;color:var(--text-secondary);margin:0}.inline-logo{height:1em;width:auto;vertical-align:baseline;margin:0 .2rem;display:inline-block;position:relative;top:.1em}.about-link{color:var(--accent-blue);text-decoration:none;border-bottom:2px solid transparent;transition:border-bottom-color .3s ease}.about-link:hover{border-bottom-color:var(--accent-blue)}.about-bio{font-size:1.1rem;line-height:1.8;color:var(--text-secondary);margin:0}.about-image-container{position:relative;width:100%;max-width:500px;margin:0 auto}.about-title-overlay{position:absolute;top:20%;left:50%;transform:translate(-50%,-50%);font-size:clamp(5rem,10vw,9rem);font-weight:900;color:#ffffffe6;white-space:nowrap;z-index:3;pointer-events:none;letter-spacing:-.01em;text-shadow:0 2px 20px rgba(0,0,0,.3);mix-blend-mode:normal}.about-image{width:100%;height:auto;border-radius:20px;position:relative;z-index:1;object-fit:cover;aspect-ratio:3/4;filter:brightness(.85)}.about-image-placeholder{width:100%;aspect-ratio:3/4;border-radius:20px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.about-image-placeholder span{color:#fff;font-size:1.5rem;font-weight:600;opacity:.8}@media(max-width:968px){.about-content{grid-template-columns:1fr;gap:3rem}.about-title-overlay{font-size:clamp(3rem,15vw,5rem)}.about-image-container{order:-1}}.projects{min-height:100vh;display:flex;align-items:center;padding:6rem 2rem;position:relative}.projects-content{max-width:1400px;width:100%;margin:0 auto}.coming-soon-container{text-align:center;padding:4rem 2rem}.coming-soon-dots{display:flex;justify-content:center;gap:.75rem;margin-bottom:2rem}.dot{width:12px;height:12px;border-radius:50%;background-color:var(--accent-blue);animation:pulse 1.5s ease-in-out infinite}.dot:nth-child(1){animation-delay:0s}.dot:nth-child(2){animation-delay:.3s}.dot:nth-child(3){animation-delay:.6s}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.coming-soon-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;margin-bottom:1rem;letter-spacing:-.02em;animation:fadeInUp .8s ease-out}.coming-soon-subtitle{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:300;color:var(--accent-blue);margin-bottom:1.5rem;animation:fadeInUp .8s ease-out .2s backwards}.coming-soon-description{font-size:1.1rem;line-height:1.8;color:var(--text-secondary);max-width:600px;margin:0 auto;animation:fadeInUp .8s ease-out .4s backwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.projects-header{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.section-subtitle{font-size:1.2rem;color:var(--text-secondary)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem}.project-card{background:#fff;border-radius:20px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.05)}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.project-image-container{width:100%;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2)}.project-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image{transform:scale(1.05)}.project-info{padding:2rem}.project-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.project-description{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-tag{padding:.4rem .8rem;background:#4a90e21a;color:var(--accent-blue);border-radius:6px;font-size:.85rem;font-weight:500}.project-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent-blue);font-weight:600;text-decoration:none;transition:gap .3s ease}.project-link:hover{gap:.75rem}@media(max-width:768px){.projects-grid{grid-template-columns:1fr}}.contact{min-height:100vh;display:flex;flex-direction:column;padding:6rem 2rem 0;position:relative}.contact-content{max-width:1400px;width:100%;margin:0 auto;flex:1}.contact-header{text-align:center;margin-bottom:4rem}.contact-socials-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto 6rem}.contact-social-card{background:#fff;border-radius:20px;padding:3rem 2rem;text-align:center;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.contact-social-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.social-icon-large{font-size:3rem;margin-bottom:1rem}.social-logo{width:60px;height:60px;object-fit:contain;margin-bottom:1rem}.contact-social-card h3{font-size:1.25rem;margin-bottom:.75rem;font-weight:600}.contact-social-card a{color:var(--accent-blue);text-decoration:none;font-size:1rem;transition:opacity .3s ease}.contact-social-card a:hover{opacity:.7}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;margin-bottom:6rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;gap:1.5rem;align-items:flex-start}.contact-icon{font-size:2rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#4a90e21a;border-radius:12px;flex-shrink:0}.contact-details h3{font-size:1.1rem;margin-bottom:.5rem}.contact-details a{color:var(--accent-blue);text-decoration:none;transition:opacity .3s ease}.contact-details a:hover{opacity:.7}.contact-details p{color:var(--text-secondary);margin:0}.contact-form{background:#fff;padding:2.5rem;border-radius:20px;border:1px solid rgba(0,0,0,.05);box-shadow:0 10px 30px #0000000d}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:var(--text-color)}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid rgba(0,0,0,.1);border-radius:10px;font-family:inherit;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent-blue)}.form-group textarea{resize:vertical;min-height:120px}.submit-button{width:100%;background-color:var(--accent-blue);color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .3s ease}.submit-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #4a90e24d}.footer{background-color:#1a1a1a;color:#fff;padding:2rem 0;margin-top:auto;width:100vw;margin-left:calc(-50vw + 50%)}.footer-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-content p{margin:0;color:#999}.footer-links{display:flex;gap:2rem}.footer-links a{color:#999;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}@media(max-width:1024px){.contact-socials-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.contact-socials-grid{grid-template-columns:1fr}}.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-form{padding:1.5rem}.footer-content{flex-direction:column;text-align:center}} .app{position:relative;min-height:100vh}
