.App{min-height:100vh;display:flex;flex-direction:column}.navbar{background:#0a0a1af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;width:100%;z-index:1000;border-bottom:1px solid rgba(168,178,209,.2)}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-brand{display:flex;align-items:center;gap:.75rem}.nav-logo-icon{height:40px;width:40px;object-fit:contain;border-radius:4px}.nav-logo{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin:0;font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{color:var(--text-primary);text-decoration:none;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease}.nav-link:hover,.nav-link.active{color:var(--primary-color);background:#4a9eb826}.hero{padding:8rem 2rem 4rem;text-align:center;background:linear-gradient(135deg,#0a0a1a,#151527);min-height:100vh;display:flex;align-items:center;justify-content:center}.hero-content{max-width:1200px;margin:0 auto}.hero-main{display:flex;align-items:center;justify-content:space-between;gap:4rem;margin-bottom:3rem}.hero-text{flex:1;text-align:left}.hero-logo{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.hero-logo-icon{width:300px;height:300px;object-fit:contain;opacity:.9;transition:opacity .3s ease}.hero-logo-icon:hover{opacity:1}.hero h1{font-size:3.5rem;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700}.hero-subtitle{font-size:1.5rem;color:var(--accent-color);margin-bottom:1rem}.hero-description{font-size:1.2rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:8px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4a9eb84d}.btn-secondary{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color);padding:1rem 2rem;font-size:1.1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.btn-secondary:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.btn-small{background:var(--primary-color);color:#fff;border:none;padding:.5rem 1rem;font-size:.9rem;border-radius:6px;text-decoration:none;display:inline-block;transition:background .3s ease;font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.btn-small:hover{background:var(--primary-hover);color:#fff}.btn-outline{background:transparent;border:1px solid var(--primary-color);color:var(--primary-color)}.btn-outline:hover{background:var(--primary-color);color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:5rem 0}section h2{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:var(--text-primary)}.projects{background:#0f0f1f}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:#151527;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(168,178,209,.2)}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0006}.project-image{height:200px;background:linear-gradient(135deg,#4a9eb8,#6bb6d1);display:flex;align-items:center;justify-content:center}.placeholder-image{font-size:4rem;opacity:.8}.project-content{padding:1.5rem}.project-content h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.project-content p{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#4a9eb826;color:var(--accent-color);padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500;font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;border:1px solid rgba(74,158,184,.3)}.project-links{display:flex;gap:1rem}.about{background:#0a0a1a}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.about-text p{color:var(--text-secondary);line-height:1.8;margin-bottom:1.5rem;font-size:1.1rem}.skills h3{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.3rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.skill{background:#151527;padding:1rem;border-radius:8px;text-align:center;color:var(--text-primary);border:1px solid rgba(168,178,209,.2);transition:all .3s ease}.skill:hover{background:#4a9eb826;border-color:var(--primary-color);color:var(--primary-color)}.contact{background:#151527;text-align:center}.contact-content p{font-size:1.2rem;color:var(--text-secondary);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-methods{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.contact-method{background:#0f0f1f;padding:2rem;border-radius:12px;border:1px solid rgba(168,178,209,.2);min-width:250px}.contact-method h4{color:var(--accent-color);margin-bottom:.5rem;font-size:1.2rem;font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.contact-method p{color:var(--text-secondary);font-size:1rem}.footer{background:#0a0a1a;padding:2rem 0;border-top:1px solid rgba(168,178,209,.1);text-align:center;color:var(--text-muted);margin-top:auto}@media (max-width: 768px){.nav-container{padding:1rem;flex-direction:column;gap:1rem}.nav-menu{gap:1rem;flex-wrap:wrap;justify-content:center}.hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}.projects-grid{grid-template-columns:1fr}.about-content{grid-template-columns:1fr;gap:2rem}.contact-methods{flex-direction:column;align-items:center}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}section{padding:3rem 0}section h2{font-size:2rem}.hero-main{flex-direction:column;text-align:center;gap:2rem}.hero-text{text-align:center}.hero-logo-icon{width:200px;height:200px}}:root{font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark light;color:#a8b2d1;background-color:#0a0a1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #4a9eb8;--primary-hover: #3a8ea8;--accent-color: #6bb6d1;--text-primary: #a8b2d1;--text-secondary: #8892b0;--text-muted: #697593}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:#0a0a1a;color:var(--text-primary)}#root{width:100%;margin:0}a{font-weight:500;color:var(--primary-color);text-decoration:inherit}a:hover{color:var(--primary-hover)}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}}
