@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-primary:#fff;--bg-secondary:#f9fafb;--text-primary:#000;--text-secondary:#666;--accent-gradient:linear-gradient(90deg, #007cf0, #00dfd8);--border-color:#eee;--font-main:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1);--dock-bg:#fffc;--btn-primary-bg:#000;--btn-primary-text:#fff;--btn-secondary-bg:#fff;--btn-secondary-text:#000}[data-theme=dark]{--bg-primary:#0a0a0a;--bg-secondary:#141414;--text-primary:#fff;--text-secondary:#a1a1aa;--border-color:#27272a;--dock-bg:#141414cc;--btn-primary-bg:#fff;--btn-primary-text:#000;--btn-secondary-bg:#1a1a1a;--btn-secondary-text:#fff}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:700}a{color:inherit;transition:var(--transition-smooth);text-decoration:none}ul{list-style:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#999}.gradient-text{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:6rem 0}@media (width<=768px){section{padding:4rem 0}.container{padding:0 1.5rem}}@media (width<=480px){section{padding:3rem 0}.container{padding:0 1rem}}.header{z-index:1001;background:var(--bg-primary);border-bottom:1px solid var(--border-color);align-items:center;height:70px;display:flex;position:fixed;top:0;left:0;right:0}.header-container{justify-content:space-between;align-items:center;display:flex}.logo-wrapper{align-items:center;gap:.75rem;text-decoration:none;display:flex}.header-logo-img{object-fit:cover;border:1px solid var(--border-color);border-radius:50%;width:32px;height:32px}.logo{font-size:1.1rem;font-weight:700}.header-actions{align-items:center;gap:1rem;display:flex}.theme-toggle{border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;width:40px;height:40px;transition:var(--transition-smooth);background:0 0;border-radius:50%;justify-content:center;align-items:center;display:flex}.theme-toggle:hover{background:var(--bg-secondary)}.menu-toggle{color:var(--text-primary);cursor:pointer;background:0 0;border:none;display:none}.mobile-only{display:none}.mobile-menu{background:var(--bg-primary);z-index:1000;padding:2rem;position:fixed;inset:70px 0 0}.mobile-nav{flex-direction:column;gap:2rem;font-size:1.5rem;font-weight:600;display:flex}@media (width<=480px){.logo-wrapper .logo{display:none}}@media (width<=768px){.mobile-only{display:block}.menu-toggle{display:flex}.navbar-dock{display:none}}.navbar-dock{z-index:1000;background:var(--dock-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:999px;padding:.5rem;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #00000014}.dock-container{gap:.5rem;display:flex}.dock-item{width:44px;height:44px;color:var(--text-secondary);transition:var(--transition-smooth);border-radius:50%;justify-content:center;align-items:center;display:flex}.dock-item:hover{color:var(--text-primary);background:#0000000d;transform:translateY(-4px)}@media (width<=480px){.navbar-dock{bottom:1.5rem}.dock-item{width:40px;height:40px}}.hero-section{text-align:center;align-items:center;min-height:90vh;padding-top:8rem;display:flex}.hero-content{max-width:800px;margin:0 auto}.avatar-wrapper{margin-bottom:2rem}.hero-avatar{background:var(--accent-gradient);border-radius:50%;width:120px;height:120px;padding:4px}.hero-title{margin-bottom:1.5rem;font-size:4.5rem;line-height:1.1}.hero-role{color:var(--text-primary);max-width:640px;margin:0 auto .75rem;font-size:1.5rem;font-weight:600}.hero-tagline{color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;font-size:1.2rem;line-height:1.5}.hero-cta{justify-content:center;gap:1rem;display:flex}.btn{cursor:pointer;border:none;border-radius:999px;padding:.8rem 2rem;font-size:1rem;font-weight:600}.btn-primary{background:var(--btn-primary-bg);color:var(--btn-primary-text)}.btn-primary:hover{background:var(--text-secondary);transform:translateY(-2px)}.btn-secondary{background:var(--btn-secondary-bg);color:var(--btn-secondary-text);border:1px solid var(--border-color)}.btn-secondary:hover{background:var(--bg-secondary);transform:translateY(-2px)}@media (width<=768px){.hero-title{font-size:3rem}.hero-role{font-size:1.25rem}.hero-tagline{font-size:1.05rem}.hero-cta{flex-direction:column;align-items:center}.btn{width:100%;max-width:250px}}@media (width<=480px){.hero-section{padding-top:6rem}.hero-avatar{width:100px;height:100px}.hero-title{font-size:2.25rem}.hero-role{font-size:1.1rem}.hero-tagline{margin-bottom:2rem;font-size:.95rem}}.projects-section{background:var(--bg-secondary)}.section-title{margin-bottom:3rem;font-size:2.5rem}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,340px),1fr));gap:2rem;padding-bottom:.5rem;display:grid}.project-card{background:var(--bg-primary);border:1px solid var(--border-color);width:100%;min-width:0;transition:var(--transition-smooth);border-radius:24px;flex-direction:column;display:flex;overflow:hidden}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000000d}.project-image{flex-shrink:0;height:220px;overflow:hidden}.project-image img{object-fit:cover;width:100%;height:100%;transition:var(--transition-smooth)}.project-card:hover .project-image img{transform:scale(1.05)}.project-info{flex-direction:column;flex:1;padding:1.5rem;display:flex}.project-tags{gap:.5rem;margin-bottom:1rem;display:flex}.tag{background:var(--bg-secondary);color:var(--text-secondary);border-radius:999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.project-title{margin-bottom:.75rem;font-size:1.5rem}.project-description{color:var(--text-secondary);flex:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.project-link{color:var(--text-primary);align-items:center;gap:.5rem;font-weight:600;text-decoration:none}.project-link--desktop{border-bottom:2px solid var(--text-primary);padding-bottom:2px;display:inline-flex}.project-link--mobile-live{display:none}@media (width<=768px){.projects-grid{grid-template-columns:1fr;gap:1.5rem}.section-title{margin-bottom:2rem;font-size:2rem}.project-link--desktop{display:none}.project-link--mobile-live{border:1px solid var(--border-color);background:var(--bg-secondary);box-sizing:border-box;border-radius:12px;justify-content:center;width:100%;margin-top:.25rem;padding:.75rem 1rem;display:flex}.project-link--mobile-live:active{opacity:.92}}@media (width<=480px){.project-image{height:180px}.project-info{padding:1rem}.project-title{font-size:1.25rem}.project-tags{flex-wrap:wrap}}.about-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.about-card{background:var(--bg-primary);border:1px solid var(--border-color);transition:var(--transition-smooth);border-radius:24px;padding:2rem}.about-card:hover{border-color:#007cf0;transform:translateY(-4px)}.about-card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem}.about-card p{color:var(--text-secondary);line-height:1.6}.about-card.full-width{grid-column:span 2}.skills-cloud{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.skill-tag{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:99px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:500}@media (width<=768px){.about-grid{grid-template-columns:1fr}.about-card.full-width{grid-area:auto}}.footer{border-top:1px solid var(--border-color);padding:4rem 0 8rem}.footer-content{justify-content:space-between;align-items:center;margin-bottom:4rem;display:flex}.footer-logo{margin-bottom:.5rem;font-size:2rem}.footer-info p{color:var(--text-secondary)}.footer-col h4{margin-bottom:1.5rem;font-size:1.1rem}.social-links{gap:1.5rem;display:flex}.social-icon{color:var(--text-secondary);transition:var(--transition-smooth)}.social-icon:hover{color:var(--text-primary);transform:translateY(-4px)}.footer-bottom{text-align:center;border-top:1px solid var(--border-color);color:var(--text-secondary);padding-top:2rem;font-size:.9rem}@media (width<=768px){.footer-content{text-align:center;flex-direction:column;gap:3rem}}
