@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;700&display=swap";:root{--bg-primary: #ffffff;--bg-secondary: #f9fafb;--bg-tertiary: #f3f4f6;--text-primary: #111827;--text-secondary: #4b5563;--accent-primary: #354ef2;--accent-secondary: #2536b0;--border-color: #e5e7eb;--card-bg: #ffffff;--glass-border: transparent;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1);--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease;overflow-x:hidden;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;line-height:1.2}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.glass-panel{background:var(--card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;transition:all .2s ease;gap:.5rem}.btn-primary{background-color:var(--accent-primary);color:#fff}.btn-primary:hover{background-color:var(--accent-secondary);transform:translateY(-1px)}.btn-outline{border:2px solid var(--accent-primary);color:var(--accent-primary);background:transparent}.btn-outline:hover{background-color:var(--accent-primary);color:#fff;transform:translateY(-1px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease;background:var(--bg-primary);padding:1rem 0;border-bottom:1px solid transparent}.navbar.scrolled{border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.navbar-content{display:flex;justify-content:space-between;align-items:center}.logo{font-family:Outfit,sans-serif;font-weight:700;font-size:1.5rem;color:var(--text-primary);letter-spacing:-.02em}.desktop-nav{display:none;align-items:center;gap:2rem}.nav-link{font-size:.95rem;font-weight:500;color:var(--text-secondary);transition:color .2s ease;background:none;border:none;padding:0;cursor:pointer}.nav-link:hover{color:var(--text-primary)}.nav-cta{background-color:var(--accent-primary);color:#fff;padding:.5rem 1rem;border-radius:.375rem;transition:background-color .2s ease}.nav-cta:hover{background-color:var(--accent-secondary);color:#fff}.theme-toggle{background:none;border:none;color:var(--text-secondary);padding:.5rem;border-radius:50%;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.theme-toggle:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}.mobile-actions{display:flex;align-items:center;gap:1rem}.menu-toggle{background:none;border:none;color:var(--text-primary);cursor:pointer}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:var(--bg-primary);border-bottom:1px solid var(--border-color);padding:1rem;display:flex;flex-direction:column;gap:1rem;box-shadow:var(--shadow-md)}.mobile-menu .nav-link{padding:.5rem;width:100%;text-align:left}@media(min-width:768px){.desktop-nav{display:flex}.mobile-actions{display:none}}.footer{padding:2rem 0;border-top:1px solid var(--border-color);margin-top:4rem;background:var(--bg-secondary)}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.footer p{color:var(--text-secondary);font-size:.9rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--text-secondary);font-size:.9rem;transition:color .2s ease}.footer-links a:hover{color:var(--accent-primary)}@media(min-width:768px){.footer-content{flex-direction:row;justify-content:space-between;text-align:left}}.hero-section{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:6rem;background-color:var(--bg-primary);background-image:repeating-linear-gradient(90deg,transparent,transparent 49px,var(--border-color) 50px)}.hero-content{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;position:relative;z-index:10;max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero-text{display:flex;flex-direction:column;gap:2rem;max-width:650px}.hero-label{font-family:Roboto Mono,monospace;font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);font-weight:600}.hero-title{font-size:4rem;font-weight:800;line-height:1.1;color:var(--text-primary);letter-spacing:-.03em}.hero-description{font-size:1.25rem;color:var(--text-secondary);line-height:1.6;max-width:500px}.hero-actions{display:flex;gap:1rem;margin-top:1rem}.btn{padding:.875rem 1.75rem;font-size:1rem;font-weight:600;border-radius:.375rem;transition:all .2s ease}.btn-primary{background-color:var(--accent-primary);color:#fff;border:1px solid var(--accent-primary)}.btn-primary:hover{background-color:var(--accent-secondary);border-color:var(--accent-secondary)}.btn-secondary{background-color:var(--bg-tertiary);color:var(--text-primary);border:1px solid transparent}.btn-secondary:hover{background-color:var(--border-color)}.hero-logos{margin-top:4rem}.hero-logos-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);margin-bottom:1.5rem;font-weight:600}.logo-grid{display:flex;gap:2.5rem;align-items:center;flex-wrap:wrap;opacity:.6;filter:grayscale(100%)}.logo-grid svg,.logo-grid img{height:24px;width:auto}.hero-visual{display:none;position:relative}@media(min-width:1024px){.hero-content{grid-template-columns:1.2fr .8fr}.hero-title{font-size:5rem}.hero-visual{display:block;height:500px;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:.5rem}}.about-section{position:relative}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.section-subtitle{font-size:1.125rem;color:var(--text-secondary)}.about-grid{display:grid;grid-template-columns:1fr;gap:2rem}.about-card{padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:transform .3s ease,box-shadow .3s ease}.about-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.card-icon{width:48px;height:48px;background:var(--bg-tertiary);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--accent-primary);margin-bottom:.5rem}.about-card h3{font-size:1.5rem;font-weight:600;color:var(--text-primary)}.about-card p{color:var(--text-secondary);line-height:1.6}.about-card strong{color:var(--text-primary);font-weight:600}.about-list{list-style:none;padding:0;margin-top:.5rem}.about-list li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:var(--text-secondary)}.about-list li:before{content:"•";position:absolute;left:0;color:var(--accent-primary);font-weight:700}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.tags span{background:var(--bg-tertiary);color:var(--text-secondary);padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:500}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-value{font-size:1.5rem;font-weight:700;color:var(--accent-primary)}.stat-label{font-size:.75rem;color:var(--text-secondary);margin-top:.25rem}@media(min-width:768px){.about-grid{grid-template-columns:repeat(3,1fr)}}.skills-grid{display:grid;grid-template-columns:1fr;gap:2rem}.skill-card{padding:2rem;display:flex;flex-direction:column;gap:1.5rem;transition:transform .3s ease}.skill-card:hover{transform:translateY(-5px)}.skill-card h3{font-size:1.5rem;font-weight:600;color:var(--text-primary);border-bottom:2px solid var(--bg-tertiary);padding-bottom:.5rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.75rem}.skill-tag{background:var(--bg-tertiary);color:var(--text-primary);padding:.5rem 1rem;border-radius:.5rem;font-weight:500;font-size:.95rem;transition:all .2s ease;border:1px solid transparent}.skill-tag:hover{background:var(--bg-secondary);border-color:var(--accent-primary);color:var(--accent-primary);transform:translateY(-2px)}@media(min-width:768px){.skills-grid{grid-template-columns:repeat(3,1fr)}}.projects-grid{display:grid;grid-template-columns:1fr;gap:2rem}.project-card{overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.project-image{position:relative;height:200px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-links{display:flex;gap:1rem}.icon-btn{background:#fff;color:#0f172a;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.icon-btn:hover{transform:scale(1.1)}.project-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.project-content h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.project-content p{font-size:.95rem;color:var(--text-secondary);margin-bottom:1rem;flex:1}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem}.project-tags span{font-size:.75rem;padding:.25rem .5rem;background:var(--bg-tertiary);color:var(--text-secondary);border-radius:.25rem;font-weight:500}@media(min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.lifestyle-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;grid-auto-rows:minmax(200px,auto)}.lifestyle-card{display:flex;flex-direction:column;overflow:hidden;position:relative;transition:transform .3s ease}.lifestyle-card:hover{transform:translateY(-5px)}.card-image{height:200px;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.lifestyle-card:hover .card-image img{transform:scale(1.05)}.lifestyle-card .card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.lifestyle-card h3{font-size:1.25rem;font-weight:600;color:var(--text-primary)}.lifestyle-card p{font-size:.95rem;color:var(--text-secondary)}.hobbies-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.hobbies-list span{background:var(--bg-tertiary);color:var(--text-primary);padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:500}@media(min-width:768px){.lifestyle-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto)}.lifestyle-card.large{grid-row:span 2}.lifestyle-card.large .card-image{height:300px}.lifestyle-card.wide{grid-column:span 2}}@media(min-width:1024px){.lifestyle-grid{grid-template-columns:repeat(3,1fr)}.lifestyle-card.wide{grid-column:span 1}}.page-container{padding-top:6rem;padding-bottom:4rem;min-height:100vh}.resume-container{max-width:800px}.resume-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;border-bottom:1px solid var(--border-color);padding-bottom:1.5rem}.resume-header h1{font-size:2.5rem;font-weight:700;color:var(--text-primary)}.resume-section{margin-bottom:3rem}.section-title-wrapper{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.section-icon{color:var(--accent-primary)}.resume-section h2{font-size:1.5rem;font-weight:600;color:var(--text-primary)}.resume-item{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.resume-date{font-size:.9rem;color:var(--text-secondary);font-weight:500;white-space:nowrap}.resume-content h3{font-size:1.25rem;font-weight:600;color:var(--text-primary)}.resume-content h4{font-size:1rem;font-weight:500;color:var(--accent-primary);margin-bottom:.5rem}.resume-content ul{list-style:none;padding:0}.resume-content ul li{position:relative;padding-left:1rem;margin-bottom:.5rem;color:var(--text-secondary);font-size:.95rem}.resume-content ul li:before{content:"•";position:absolute;left:0;color:var(--accent-primary)}.resume-content p{color:var(--text-secondary);font-size:.95rem;margin-bottom:.5rem}.resume-skills{display:flex;flex-direction:column;gap:.75rem}.skill-category{color:var(--text-secondary);font-size:.95rem}.skill-category strong{color:var(--text-primary);margin-right:.5rem}.resume-list{list-style:none;padding:0}.resume-list li{color:var(--text-secondary);margin-bottom:.5rem;font-size:.95rem}.resume-list li strong{color:var(--text-primary)}@media(min-width:768px){.resume-item{grid-template-columns:180px 1fr}}.now-container{max-width:800px}.now-header{margin-bottom:3rem;text-align:center}.now-header h1{font-size:3rem;font-weight:800;color:var(--text-primary);margin-bottom:.5rem}.now-subtitle{font-size:1.25rem;color:var(--text-secondary);margin-bottom:.5rem}.now-date{font-size:.875rem;color:var(--accent-primary);font-weight:500}.now-grid{display:grid;grid-template-columns:1fr;gap:2rem}.now-card{padding:2rem}.now-card h3{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;border-bottom:2px solid var(--bg-tertiary);padding-bottom:.5rem;display:inline-block}.now-card ul{list-style:none;padding:0}.now-card ul li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:var(--text-secondary);font-size:1.05rem}.now-card ul li:before{content:"→";position:absolute;left:0;color:var(--accent-primary)}.now-card p{color:var(--text-secondary);font-size:1.05rem;line-height:1.6}@media(min-width:768px){.now-grid{grid-template-columns:repeat(2,1fr)}}.contact-container{max-width:1000px}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{font-size:3rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.contact-header p{font-size:1.25rem;color:var(--text-secondary)}.contact-content{display:grid;grid-template-columns:1fr;gap:2rem}.contact-info{display:flex;flex-direction:column;gap:1rem}.info-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;transition:transform .2s ease}.info-item:hover{transform:translate(5px)}.info-icon{color:var(--accent-primary)}.info-item h3{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.info-item a{color:var(--text-secondary);font-size:.95rem;transition:color .2s ease}.info-item a:hover{color:var(--accent-primary)}.contact-form{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:500;color:var(--text-primary)}.form-group input,.form-group textarea{padding:.75rem;border-radius:.5rem;border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #6366f11a}@media(min-width:768px){.contact-content{grid-template-columns:1fr 1.5fr}}
