:root{font-family:Arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navbar{position:fixed;top:0;width:100%;background:#0a0a0ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all .3s ease}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.navbar-logo{font-size:1.5rem;font-weight:700;color:#fff}.navbar-menu{display:flex;list-style:none;gap:2rem}.navbar-menu a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.navbar-menu a:hover{color:#00d4ff}@media(max-width:768px){.navbar-menu{display:none}}.scroll-progress{position:fixed;top:0;left:0;width:100%;height:4px;background:#ffffff1a;z-index:1001}.scroll-progress-bar{height:100%;background:linear-gradient(45deg,#00d4ff,#090979);transition:width .1s ease}.cursor{position:fixed;width:20px;height:20px;border-radius:50%;background:#00d4ff;pointer-events:none;z-index:9999;transition:transform .1s ease}.cursor:hover{transform:scale(1.5)}.hero{min-height:100vh;background:#0a0a0a;display:flex;align-items:center;position:relative;overflow:hidden;padding:0 2rem}.hero-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;width:100%}.hero-content{flex:1;z-index:2}.hero-title{font-size:clamp(3rem,8vw,6rem);font-weight:900;color:#fff;line-height:1;margin-bottom:1rem}.hero-name{display:block;background:linear-gradient(45deg,#00d4ff,#090979);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp 1s ease-out}.hero-subtitle{font-size:1.2rem;color:#ccc;margin-bottom:2rem;animation:fadeInUp 1s ease-out .2s both}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem;animation:fadeInUp 1s ease-out .4s both}.btn-primary,.btn-secondary{padding:.8rem 1.5rem;border:none;border-radius:5px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background:linear-gradient(45deg,#00d4ff,#090979);color:#fff}.btn-secondary{background:transparent;color:#fff;border:2px solid #00d4ff}.btn-secondary:hover{background:#00d4ff;color:#0a0a0a}.hero-social{display:flex;gap:1rem;animation:fadeInUp 1s ease-out .6s both}.social-icon{width:30px;height:30px;color:#ccc;transition:color .3s ease}.social-icon:hover{color:#00d4ff}.hero-image{flex:1;display:flex;justify-content:center;z-index:2}.profile-placeholder{width:300px;height:300px;border-radius:50%;background:linear-gradient(45deg,#00d4ff,#090979);display:flex;align-items:center;justify-content:center;animation:float 3s ease-in-out infinite}.profile-photo{width:280px;height:280px;border-radius:50%;object-fit:cover;border:2px solid #00d4ff}.floating-shapes{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.shape{position:absolute;border-radius:50%;background:#00d4ff1a;animation:float 6s ease-in-out infinite}.shape1{width:100px;height:100px;top:20%;left:10%;animation-delay:0s}.shape2{width:150px;height:150px;top:60%;right:15%;animation-delay:2s}.shape3{width:80px;height:80px;bottom:20%;left:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media(max-width:768px){.hero-container{flex-direction:column;text-align:center}.hero-image{margin-top:2rem}.profile-placeholder{width:200px;height:200px}.profile-photo{width:180px;height:180px}}.about{padding:5rem 2rem;background:#0a0a0a;color:#fff}.about-container{max-width:800px;margin:0 auto;text-align:center}.about-text{font-size:1.2rem;line-height:1.6;color:#ccc;margin-bottom:1.5rem;animation:fadeInUp 1s ease-out}.about-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem}.tag{background:#00d4ff1a;color:#00d4ff;padding:.5rem 1rem;border-radius:20px;font-weight:500;animation:fadeInUp 1s ease-out}@media(max-width:768px){.section-title{font-size:2rem}.about-text{font-size:1rem}.about-tags{gap:.5rem}.tag{padding:.4rem .8rem;font-size:.9rem}}.skills{padding:5rem 2rem;background:#111;color:#fff}.skills-container{max-width:1200px;margin:0 auto}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.skill-card{background:#ffffff0d;border-radius:10px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;animation:fadeInUp 1s ease-out}.skill-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #00d4ff33}.skill-category{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#00d4ff}.skill-list{list-style:none;padding:0}.skill-item{font-size:1.1rem;color:#ccc;margin-bottom:.5rem;position:relative;padding-left:1.5rem}.skill-item:before{content:"•";color:#00d4ff;font-weight:700;position:absolute;left:0}@media(max-width:768px){.section-title{font-size:2rem}.skills-grid{grid-template-columns:1fr}.skill-card{padding:1.5rem}}.startup{padding:5rem 2rem;background:#0a0a0a;color:#fff}.startup-container{max-width:800px;margin:0 auto;text-align:center}.section-title{font-size:3rem;font-weight:900;margin-bottom:2rem;background:linear-gradient(45deg,#00d4ff,#090979);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp 1s ease-out}.startup-content{animation:fadeInUp 1s ease-out .2s both}.startup-name{font-size:2.5rem;font-weight:700;color:#00d4ff;margin-bottom:1rem}.startup-description{font-size:1.2rem;line-height:1.6;color:#ccc}@media(max-width:768px){.section-title,.startup-name{font-size:2rem}.startup-description{font-size:1rem}}.projects{padding:5rem 2rem;background:#111;color:#fff}.projects-container{max-width:1200px;margin:0 auto}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{background:#ffffff0d;border-radius:10px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;animation:fadeInUp 1s ease-out}.project-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #00d4ff33}.project-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#00d4ff}.project-description{font-size:1rem;color:#ccc;line-height:1.5}@media(max-width:768px){.section-title{font-size:2rem}.projects-grid{grid-template-columns:1fr}.project-card{padding:1.5rem}}.contact{padding:5rem 2rem;background:#0a0a0a;color:#fff}.contact-container{max-width:1000px;margin:0 auto}.section-title{font-size:3rem;font-weight:900;text-align:center;margin-bottom:3rem;background:linear-gradient(45deg,#00d4ff,#090979);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp 1s ease-out}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;animation:fadeInUp 1s ease-out .2s both}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item h3{font-size:1.2rem;color:#00d4ff;margin-bottom:.5rem}.contact-item a{color:#ccc;text-decoration:none;font-size:1rem;transition:color .3s ease}.contact-item a:hover{color:#00d4ff}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid #333;border-radius:5px;background:#111;color:#fff;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#00d4ff}.form-group textarea{resize:vertical;min-height:120px}.btn-primary{padding:.8rem 1.5rem;background:linear-gradient(45deg,#00d4ff,#090979);color:#fff;border:none;border-radius:5px;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #00d4ff4d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.section-title{font-size:2rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form{order:-1}}.footer{background:#111;color:#ccc;padding:2rem;text-align:center}.footer-container p{margin:.5rem 0;font-size:.9rem}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Arial,sans-serif;line-height:1.6;color:#fff;background:#0a0a0a;cursor:none}.App{overflow-x:hidden}
