@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--blue: #0d9488;--blue-light: #f0fdfa;--blue-dark: #0f766e;--text-dark: #111827;--text-mid: #374151;--text-light: #6b7280;--border: #e5e7eb;--bg: #ffffff;--bg-gray: #f9fafb;--radius: 12px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 6px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.05)}.dark{--text-dark: #f9fafb;--text-mid: #d1d5db;--text-light: #9ca3af;--border: #374151;--bg: #111827;--bg-gray: #1f2937;--blue-light: #0d3d3a}.dark body{background:var(--bg);color:var(--text-dark)}.dark .card,.dark .skill-card,.dark .exp-card,.dark .edu-card,.dark .project-card,.dark .featured-project,.dark .contact-form-card,.dark .stat-card,.dark .contact-method{background:#1f2937;border-color:#374151}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;color:var(--text-dark);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}html{scroll-behavior:smooth}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:1100px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.section-title{font-size:2rem;font-weight:800;text-align:center;margin-bottom:.5rem}.section-title span{color:var(--blue)}.section-subtitle{text-align:center;color:var(--text-light);margin-bottom:3rem;font-size:.95rem}.pill{display:inline-block;padding:.3rem .9rem;border:1px solid var(--border);border-radius:999px;font-size:.82rem;color:var(--text-mid);background:var(--bg)}.btn{display:inline-block;padding:.65rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;border:2px solid transparent}.btn-primary{background:var(--blue);color:#fff;border-color:var(--blue)}.btn-primary:hover{background:var(--blue-dark);border-color:var(--blue-dark)}.btn-outline{background:transparent;color:var(--blue);border-color:var(--blue)}.btn-outline:hover{background:var(--blue-light)}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff7;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .3s,border-color .3s}.dark .navbar{background:#111827f7;border-bottom-color:var(--border)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;padding:.6rem 2rem;max-width:1100px;margin:0 auto;position:relative}.navbar-logo{display:flex;align-items:center;flex-shrink:0}.logo-img{height:52px;width:auto;object-fit:contain;background-color:#fff}.navbar-links{display:flex;gap:2.5rem;position:absolute;left:50%;transform:translate(-50%)}.navbar-links a{font-size:.9rem;font-weight:500;color:var(--text-mid);transition:color .2s;padding:.25rem 0}.navbar-links a:hover{color:var(--blue);border-bottom:2px solid var(--blue)}.navbar-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.navbar-resume{display:flex;align-items:center;gap:.4rem;padding:.5rem 1.1rem;border:1.5px solid var(--text-dark);border-radius:8px;font-size:.85rem;font-weight:600;color:var(--text-dark);transition:all .2s}.navbar-resume:hover{background:var(--text-dark);color:#fff}.resume-icon{width:18px;height:18px;object-fit:contain}.theme-toggle{width:38px;height:38px;border-radius:8px;border:1.5px solid var(--border);background:transparent;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .2s;color:var(--text-dark)}.theme-toggle:hover{border-color:var(--blue);background:var(--blue-light)}.theme-toggle:focus{outline:2px solid var(--blue);outline-offset:1px}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:38px;height:38px;border-radius:8px;border:1.5px solid var(--border);background:transparent;cursor:pointer;padding:8px;transition:border-color .2s}.hamburger:hover{border-color:var(--blue)}.hamburger span{display:block;height:2px;background:var(--text-dark);border-radius:2px;transition:transform .3s ease,opacity .3s ease;transform-origin:center}.hamburger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{max-height:0;overflow:hidden;transition:max-height .35s ease,opacity .3s ease;opacity:0;background:var(--bg);border-top:1px solid var(--border)}.mobile-menu--open{max-height:420px;opacity:1}.mobile-menu-links{display:flex;flex-direction:column;padding:.5rem 1.5rem 1.25rem;gap:.25rem}.mobile-menu-links a{display:block;padding:.85rem 1rem;font-size:1rem;font-weight:500;color:var(--text-mid);border:1px solid var(--border);border-radius:10px;text-align:center;transition:background .2s,color .2s,border-color .2s}.mobile-menu-links a:hover{background:var(--blue-light);color:var(--blue);border-color:var(--blue)}.mobile-resume-link{background:var(--blue)!important;color:#fff!important;border-color:var(--blue)!important;margin-top:.25rem;font-weight:600!important}.mobile-resume-link:hover{background:var(--blue-dark)!important}@media (max-width: 768px){.navbar-links,.navbar-resume{display:none}.hamburger{display:flex}.logo-img{height:40px}}.hero{padding-top:80px}.hero-banner{background-color:#0f172a;background-image:linear-gradient(to bottom,#0a0f238c,#0a0f23e0),url(/assets/background.png);background-size:cover;background-position:center;padding:5rem 2rem;border-radius:16px;margin:1.5rem 2rem}.hero-banner .container{max-width:800px}.hero-name{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;color:#fff;line-height:1.1;margin-bottom:1.25rem;letter-spacing:-.03em}.hero-title{font-size:1.05rem;color:#ffffffd9;margin-bottom:.75rem;font-weight:500;line-height:1.5}.hero-desc{font-size:.92rem;color:#ffffffa6;max-width:580px;line-height:1.7;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-buttons .btn-outline{color:#fff;border-color:#fff}.hero-buttons .btn-outline:hover{background:#ffffff1a}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.5rem 2rem}.stat-card{border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;text-align:center}.stat-value{font-size:1.6rem;font-weight:800;color:var(--blue);display:block}.stat-label{font-size:.82rem;color:var(--text-light);margin-top:.25rem}.stat-sub{font-size:.72rem;color:var(--text-light);margin-top:.1rem}@media (max-width: 640px){.hero-stats{grid-template-columns:repeat(2,1fr)}.hero-banner{margin:1rem;padding:3rem 1.5rem}}.about{background:var(--bg)}.about-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:3rem}.about-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:start}.about-photo-wrap{border-radius:var(--radius);overflow:hidden;aspect-ratio:3/4;background:var(--bg-gray);border:1px solid var(--border);max-width:250px;margin:0 auto}.about-photo-wrap img{width:100%;height:100%;object-fit:cover}.about-photo-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-light);font-size:.85rem;gap:.5rem;min-height:300px}.about-photo-placeholder span{font-size:3rem}.about-heading{font-size:2.2rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.about-heading span{color:var(--blue)}.about-bio{color:var(--text-mid);line-height:1.8;font-size:.95rem;margin-bottom:1.5rem}.education-title{font-size:1.4rem;font-weight:700;margin-bottom:1.25rem;color:var(--blue)}.edu-cards{display:flex;flex-direction:column;gap:1rem}.edu-card{border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.edu-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem}.edu-degree{font-weight:700;font-size:.95rem}.edu-date{font-size:.78rem;color:var(--blue);background:var(--blue-light);padding:.2rem .7rem;border-radius:999px;white-space:nowrap}.edu-school{color:var(--blue);font-weight:600;font-size:.88rem}.edu-sub{color:var(--text-light);font-size:.82rem;margin-top:.2rem}@media (max-width: 768px){.about-grid{grid-template-columns:1fr}}.experience{background:var(--bg)}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--border)}.timeline-item{position:relative;margin-bottom:1.5rem}.timeline-dot{position:absolute;left:-2.4rem;top:1.5rem;width:10px;height:10px;border-radius:50%;background:var(--blue)}.exp-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.exp-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.4rem}.exp-title{font-weight:700;font-size:1rem}.exp-date{font-size:.78rem;color:var(--blue);background:var(--blue-light);padding:.2rem .75rem;border-radius:999px;white-space:nowrap}.exp-company-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.exp-company{color:var(--blue);font-weight:600;font-size:.9rem}.exp-type{font-size:.78rem;color:var(--text-light)}.exp-desc{color:var(--text-mid);font-size:.88rem;line-height:1.7;margin-bottom:1rem}.exp-achievements-title{font-weight:700;font-size:.88rem;margin-bottom:.5rem}.exp-achievements{list-style:disc;padding-left:1.25rem;display:flex;flex-direction:column;gap:.4rem}.exp-achievements li{color:var(--text-mid);font-size:.85rem;line-height:1.6}.projects{background:var(--bg-gray)}.featured-label{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.1rem;margin-bottom:1rem}.featured-project{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:#fff;margin-bottom:2.5rem}.featured-img{height:200px;background:linear-gradient(135deg,#134e4a,#0d9488);display:flex;align-items:center;justify-content:center;position:relative}.project-badge{position:absolute;top:1rem;left:1rem;background:var(--blue);color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:999px}.featured-body{padding:1.5rem}.featured-title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.featured-desc{color:var(--text-mid);font-size:.9rem;line-height:1.7;margin-bottom:1rem}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.project-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s,transform .2s}.project-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.project-card-img{height:140px;background:linear-gradient(135deg,#0f2c2b,#134e4a);display:flex;align-items:center;justify-content:center;font-size:2.5rem}.project-card-body{padding:1.25rem}.project-card-title{font-weight:700;font-size:.95rem;margin-bottom:.4rem}.project-card-desc{color:var(--text-light);font-size:.83rem;line-height:1.6;margin-bottom:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.project-tech span{background:var(--blue-light);color:var(--blue);font-size:.72rem;padding:.2rem .55rem;border-radius:5px;font-weight:500}.project-links{display:flex;gap:1rem}.project-link{font-size:.8rem;color:var(--blue);font-weight:600;transition:opacity .2s}.project-link:hover{opacity:.7}@media (max-width: 640px){.projects-grid{grid-template-columns:1fr}}.contact{background:var(--bg)}.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:3rem;align-items:start}.contact-heading{font-size:1.3rem;font-weight:700;margin-bottom:.75rem}.contact-intro{color:var(--text-mid);font-size:.9rem;line-height:1.7;margin-bottom:1.5rem}.contact-methods{display:flex;flex-direction:column;gap:.75rem}.contact-method{display:flex;align-items:center;gap:1rem;padding:.9rem 1rem;border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s;color:var(--text-dark)}.contact-method:hover{border-color:var(--blue)}.contact-method-icon{width:36px;height:36px;background:var(--blue-light);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0;color:var(--blue)}.contact-method-info strong{display:block;font-size:.88rem;font-weight:600}.contact-method-info span{font-size:.8rem;color:var(--text-light)}.contact-form-card{background:var(--bg-gray);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.contact-form-title{font-size:1.2rem;font-weight:700;margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.82rem;font-weight:600;color:var(--text-mid);margin-bottom:.35rem}.form-group label span{color:var(--blue);margin-left:2px}.form-group input,.form-group textarea{width:100%;padding:.65rem .9rem;border:1px solid var(--border);border-radius:8px;font-size:.88rem;font-family:Inter,sans-serif;color:var(--text-dark);background:#fff;outline:none;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--blue)}.form-group textarea{height:120px;resize:vertical}.form-submit{width:100%;padding:.75rem;background:var(--blue);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.form-submit:hover{background:var(--blue-dark)}.form-submit:disabled{opacity:.65;cursor:not-allowed}.form-success{margin-top:.75rem;padding:.65rem 1rem;background:#f0fdf4;border:1px solid #86efac;border-radius:8px;color:#166534;font-size:.85rem;text-align:center}.form-error{margin-top:.75rem;padding:.65rem 1rem;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;color:#991b1b;font-size:.85rem;text-align:center}@media (max-width: 768px){.contact-grid,.form-row{grid-template-columns:1fr}}
