*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #10B981;--primary-dark: #059669;--bg: #1F3044;--surface: #263849;--text: #FFFFFF;--text-muted: #C5CDD9;--border: #3d4a5c}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.6;margin:0;min-width:320px}.app{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:sticky;top:0;z-index:100;background-color:#0f172af2;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;max-width:1200px;margin:0 auto}.logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#10b981,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:var(--text);text-decoration:none;transition:color .3s ease;font-weight:500}.nav-links a:hover{color:var(--primary)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#10b98126,#1f30440d);border-bottom:1px solid var(--border)}.hero-content{text-align:center;max-width:800px}.hero h1{font-size:4rem;margin-bottom:1rem;background:linear-gradient(135deg,#10b981,#34d399,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.subtitle{font-size:1.5rem;color:var(--text-muted);margin-bottom:1rem}.bio{font-size:1.1rem;color:var(--text-muted);margin-bottom:2rem}.cta-button{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;border-radius:8px;cursor:pointer;font-weight:600;transition:transform .3s ease,box-shadow .3s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #10b98166}.about{padding:6rem 0;background-color:var(--surface);border-bottom:1px solid var(--border)}.about h2{font-size:2.5rem;margin-bottom:3rem;text-align:center}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about-text p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem}.skills h3{font-size:1.5rem;margin-bottom:1.5rem}.skill-tags{display:flex;flex-wrap:wrap;gap:1rem}.skill-tags span{background-color:#10b98126;color:var(--primary);padding:.5rem 1rem;border-radius:20px;border:1px solid rgba(16,185,129,.3);font-size:.95rem;font-weight:500}.projects{padding:6rem 0;background-color:var(--bg);border-bottom:1px solid var(--border)}.projects h2{font-size:2.5rem;margin-bottom:3rem;text-align:center}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{background-color:var(--surface);padding:2rem;border-radius:12px;border:1px solid var(--border);transition:all .3s ease;display:flex;flex-direction:column}.project-card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px #10b98133}.project-header h3{font-size:1.3rem;margin-bottom:1rem;color:var(--text)}.project-description{color:var(--text-muted);margin-bottom:1.5rem;flex-grow:1}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background-color:#10b9811a;color:var(--primary);padding:.25rem .75rem;border-radius:15px;font-size:.85rem;border:1px solid rgba(16,185,129,.2)}.project-link{color:var(--primary);text-decoration:none;font-weight:600;transition:color .3s ease}.project-link:hover{color:#34d399}.resume{padding:6rem 0;background-color:var(--bg);border-bottom:1px solid var(--border)}.resume h2{font-size:2.5rem;margin-bottom:3rem;text-align:center}.resume-container{background-color:var(--surface);padding:3rem;border-radius:12px;border:1px solid var(--border);max-width:900px;margin:0 auto 2rem}.resume-header{text-align:center;padding-bottom:2rem;border-bottom:2px solid var(--border);margin-bottom:2rem}.resume-header h3{font-size:2rem;margin-bottom:.5rem;color:var(--primary)}.resume-title{font-size:1.2rem;color:var(--text-muted);margin-bottom:1rem}.resume-contact{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;font-size:.95rem;color:var(--text-muted)}.resume-section{margin-bottom:2.5rem}.resume-section h4{font-size:1.3rem;color:var(--primary);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(16,185,129,.3)}.resume-section p{color:var(--text-muted);margin-bottom:1rem;line-height:1.8}.resume-skills{display:flex;flex-direction:column;gap:1rem}.skill-group{display:flex;gap:1rem}.skill-group strong{min-width:160px;color:var(--text)}.skill-group span{color:var(--text-muted);flex:1}.experience-item{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.experience-item:last-child{border-bottom:none}.experience-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.experience-header h5{font-size:1.1rem;color:var(--text);margin:0}.experience-header .date{color:var(--primary);font-size:.9rem;font-weight:600}.company{color:var(--text-muted);margin:.5rem 0 1rem;font-size:.95rem}.experience-list{margin-left:1.5rem;color:var(--text-muted);line-height:1.8}.experience-list li{margin-bottom:.5rem}.resume-certs{display:flex;flex-direction:column;gap:1rem}.cert-item{color:var(--text);padding:.75rem;background-color:#10b9811a;border-left:3px solid var(--primary);border-radius:4px}.cert-item em{color:var(--text-muted);font-style:italic}.resume-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.resume-btn{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;display:inline-block}.resume-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #10b98166}.resume-btn.secondary{background:transparent;border:2px solid var(--primary);color:var(--primary)}.resume-btn.secondary:hover{background-color:#10b9811a}.contact{padding:6rem 0;background-color:var(--surface);border-bottom:1px solid var(--border)}.contact h2{font-size:2.5rem;margin-bottom:3rem;text-align:center}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h3{font-size:1.5rem;margin-bottom:1rem}.contact-info p{color:var(--text-muted);margin-bottom:2rem}.contact-links{display:flex;flex-direction:column;gap:1rem}.contact-link{color:var(--primary);text-decoration:none;font-weight:500;transition:color .3s ease;font-size:1.1rem}.contact-link:hover{color:#34d399}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form input,.contact-form textarea{background-color:var(--bg);border:1px solid var(--border);color:var(--text);padding:1rem;border-radius:8px;font-family:inherit;font-size:1rem;transition:border-color .3s ease}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--text-muted)}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--primary);background-color:#3b82f60d}.submit-button{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;border:none;padding:1rem 2rem;font-size:1rem;border-radius:8px;cursor:pointer;font-weight:600;transition:transform .3s ease,box-shadow .3s ease}.submit-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #10b98166}.footer{background-color:var(--surface);border-top:1px solid var(--border);padding:2rem 0;text-align:center;color:var(--text-muted)}.footer p{margin:.5rem 0}@media(max-width:768px){.nav-links{gap:1rem;font-size:.9rem}.hero h1{font-size:2.5rem}.subtitle{font-size:1.2rem}.about-content,.contact-content,.projects-grid{grid-template-columns:1fr}.hero{min-height:auto;padding:4rem 0}.about,.projects,.contact{padding:3rem 0}}
