.navbar{position:fixed;top:0;left:0;right:0;z-index:50;background-color:color-mix(in srgb,var(--background),transparent 20%);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid color-mix(in srgb,var(--border),transparent 60%)}.navbar-container{display:flex;align-items:center;justify-content:space-between;height:4rem}.navbar-logo{font-size:1.5rem;font-weight:800;letter-spacing:-.05em;font-family:var(--font-heading);background:linear-gradient(to right,var(--primary),#a855f7,#ec4899);-webkit-background-clip:text;background-clip:text;color:transparent;text-decoration:none}.navbar-desktop-menu{display:none}@media (min-width: 768px){.navbar-desktop-menu{display:block}}.navbar-links{margin-left:2.5rem;display:flex;align-items:center;gap:1rem}.navbar-mobile-actions{display:flex;align-items:center;gap:1rem}.navbar-link{color:var(--muted-foreground);padding:.5rem .75rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;transition:color .2s}.navbar-link:hover{color:var(--foreground)}.navbar-mobile-btn-container{display:block}@media (min-width: 768px){.navbar-mobile-btn-container{display:none}}.navbar-mobile-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;border-radius:var(--radius);color:var(--muted-foreground)}.navbar-mobile-btn:hover{color:var(--foreground);background-color:var(--accent)}.navbar-mobile-menu{background-color:color-mix(in srgb,var(--background),transparent 5%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid color-mix(in srgb,var(--border),transparent 60%)}@media (min-width: 768px){.navbar-mobile-menu{display:none}}.navbar-mobile-links{padding:.5rem .5rem .75rem;display:flex;flex-direction:column;gap:.25rem}.navbar-mobile-link{display:block;padding:.5rem .75rem;border-radius:var(--radius);font-size:1rem;font-weight:500;color:var(--muted-foreground)}.navbar-mobile-link:hover{color:var(--foreground);background-color:var(--accent)}.theme-toggle-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;border-radius:var(--radius);color:var(--muted-foreground);transition:color .2s,background-color .2s;background:transparent;border:none;cursor:pointer}.theme-toggle-btn:hover{color:var(--foreground);background-color:var(--accent)}.hero-section{position:relative;padding-top:8rem;padding-bottom:5rem;overflow:hidden;z-index:0}.hero-section .button-icon{margin-left:7px}@media (min-width: 1024px){.hero-section{padding-top:12rem;padding-bottom:8rem}}.hero-content{text-align:center;max-width:48rem;margin:0 auto;position:relative;z-index:10}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.1;color:var(--foreground);margin-bottom:1.5rem;opacity:0;animation:fade-in-up 1s ease-out forwards}@media (min-width: 640px){.hero-title{font-size:4.5rem}}.hero-title span{color:transparent;background-clip:text;-webkit-background-clip:text;background-image:linear-gradient(to right,var(--primary),#a855f7,#ec4899)}.hero-subtitle{font-size:1.125rem;color:var(--muted-foreground);margin-bottom:2.5rem;max-width:36rem;margin-left:auto;margin-right:auto;opacity:0;animation:fade-in-up 1s ease-out .2s forwards}@media (min-width: 640px){.hero-subtitle{font-size:1.5rem}}.hero-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;opacity:0;animation:fade-in-up 1s ease-out .3s forwards}@media (min-width: 640px){.hero-actions{flex-direction:row}}.hero-bg{position:absolute;inset:0;z-index:-10;overflow:hidden;pointer-events:none;background-color:var(--background)}.hero-bg:before{content:"";position:absolute;inset:0;background-image:linear-gradient(to right,color-mix(in srgb,var(--primary) 10%,transparent) 1px,transparent 1px),linear-gradient(to bottom,color-mix(in srgb,var(--primary) 10%,transparent) 1px,transparent 1px);background-size:4rem 4rem;mask-image:radial-gradient(ellipse at center,black 40%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse at center,black 40%,transparent 80%);z-index:-1}.hero-blob-1{position:absolute;top:-10%;left:10%;width:30rem;height:30rem;background:radial-gradient(circle,var(--primary) 0%,transparent 70%);opacity:.4;filter:blur(80px);animation:float 10s infinite ease-in-out}.hero-blob-2{position:absolute;bottom:-10%;right:10%;width:35rem;height:35rem;background:radial-gradient(circle,#ec4899 0%,transparent 70%);opacity:.3;filter:blur(80px);animation:float 14s infinite ease-in-out reverse}@keyframes fade-in-up{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(-20px,30px)}}.about-section{padding-top:5rem;padding-bottom:5rem;background-color:color-mix(in srgb,var(--muted),transparent 70%)}.about-header{text-align:center;margin-bottom:4rem}.about-title{font-size:1.875rem;font-weight:700;letter-spacing:-.025em;color:var(--foreground)}@media (min-width: 640px){.about-title{font-size:2.25rem}}.about-subtitle{margin-top:1rem;font-size:1.125rem;color:var(--muted-foreground);max-width:42rem;margin-left:auto;margin-right:auto}.about-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 768px){.about-grid{grid-template-columns:repeat(2,1fr)}}.about-text{display:flex;flex-direction:column;gap:1.5rem}.about-paragraph{font-size:1.125rem;color:var(--muted-foreground);line-height:1.625}.skills-card{background-color:var(--card);border-radius:.75rem;border:1px solid var(--border);padding:2rem;box-shadow:0 1px 2px #0000000d}.skills-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.skills-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500;background-color:color-mix(in srgb,var(--primary),transparent 90%);color:var(--primary);gap:.5rem}.experience-section{padding-top:5rem;padding-bottom:5rem}.experience-header{text-align:center;margin-bottom:4rem}.experience-title{font-size:1.875rem;font-weight:700;letter-spacing:-.025em;color:var(--foreground)}@media (min-width: 640px){.experience-title{font-size:2.25rem}}.experience-subtitle{margin-top:1rem;font-size:1.125rem;color:var(--muted-foreground);max-width:42rem;margin-left:auto;margin-right:auto}.timeline{position:relative;max-width:48rem;margin:0 auto}.timeline:before{content:"";position:absolute;top:0;bottom:0;left:1rem;width:2px;background-color:var(--border)}@media (min-width: 768px){.timeline:before{left:50%;transform:translate(-50%)}}.timeline-item{position:relative;margin-bottom:3rem}.timeline-item:last-child{margin-bottom:0}.timeline-dot{position:absolute;left:1rem;top:0;width:1rem;height:1rem;border-radius:50%;background-color:var(--primary);border:2px solid var(--background);transform:translate(-50%);z-index:10}@media (min-width: 768px){.timeline-dot{left:50%}}.timeline-content{position:relative;margin-left:3rem;background:color-mix(in srgb,var(--card),transparent 60%);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d}@media (min-width: 768px){.timeline-content{width:calc(50% - 3rem);margin-left:0}.timeline-item:nth-child(odd) .timeline-content{margin-left:auto}.timeline-item:nth-child(2n) .timeline-content{margin-right:auto}}.timeline-date{display:inline-block;padding:.25rem .75rem;background-color:var(--secondary);color:var(--secondary-foreground);border-radius:9999px;font-size:.75rem;font-weight:600;margin-bottom:.75rem}.timeline-role{font-size:1.125rem;font-weight:600;color:var(--foreground);margin-bottom:.25rem}.timeline-company{font-size:1rem;color:var(--primary);font-weight:500;margin-bottom:.75rem}.timeline-description{color:var(--muted-foreground);font-size:.9375rem;line-height:1.6}.projects-section{padding-top:5rem;padding-bottom:5rem}.projects-header{text-align:center;margin-bottom:4rem}.projects-title{font-size:1.875rem;font-weight:700;letter-spacing:-.025em;color:var(--foreground)}@media (min-width: 640px){.projects-title{font-size:2.25rem}}.projects-subtitle{margin-top:1rem;font-size:1.125rem;color:var(--muted-foreground);max-width:42rem;margin-left:auto;margin-right:auto}.projects-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{background:color-mix(in srgb,var(--card),transparent 60%);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:.75rem;border:1px solid var(--border);overflow:hidden;transition:all .3s}.project-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-.25rem)}.project-card-content{padding:1.5rem}.project-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;transition:color .2s}.project-card:hover .project-title{color:var(--primary)}.project-description-wrapper{position:relative;overflow:hidden;transition:max-height .5s ease-in-out;max-height:4.5rem}.project-card:hover .project-description-wrapper{max-height:20rem}.project-description{color:var(--muted-foreground);margin-bottom:1rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-tag{font-size:.75rem;font-weight:500;padding:.125rem .625rem;border-radius:.25rem;background-color:var(--secondary);color:var(--secondary-foreground)}.project-links{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid var(--border)}.project-links .button-icon{margin-right:7px}.project-link{display:flex;align-items:center;font-size:.875rem;color:var(--muted-foreground);transition:color .2s}.project-link:hover{color:var(--foreground)}.contact-section{padding-top:5rem;padding-bottom:5rem;background-color:color-mix(in srgb,var(--muted),transparent 70%)}.contact-header{text-align:center;margin-bottom:4rem}.contact-title{font-size:1.875rem;font-weight:700;letter-spacing:-.025em;color:var(--foreground)}@media (min-width: 640px){.contact-title{font-size:2.25rem}}.contact-subtitle{margin-top:1rem;font-size:1.125rem;color:var(--muted-foreground);max-width:42rem;margin-left:auto;margin-right:auto}.contact-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.contact-email{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:500;color:var(--foreground);transition:color .2s}.contact-email:hover{color:var(--primary)}.contact-socials{display:flex;gap:1.5rem}.contact-social-link{display:flex;align-items:center;justify-content:center;padding:.75rem;border-radius:9999px;background-color:var(--card);border:1px solid var(--border);color:var(--muted-foreground);transition:all .2s}.contact-social-link:hover{color:var(--foreground);border-color:color-mix(in srgb,var(--primary),transparent 50%);transform:translateY(-.25rem)}.footer{padding-top:2rem;padding-bottom:2rem;border-top:1px solid var(--border)}.footer-content{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem}@media (min-width: 768px){.footer-content{flex-direction:row}}.footer-text{font-size:.875rem;color:var(--muted-foreground)}:root{--radius: .75rem;--font-sans: "Inter", system-ui, sans-serif;--font-heading: "Outfit", system-ui, sans-serif;--background: #f8fafc;--foreground: #0f172a;--card: #ffffff;--card-foreground: #0f172a;--popover: #ffffff;--popover-foreground: #0f172a;--primary: #4f46e5;--primary-foreground: #ffffff;--secondary: #e0e7ff;--secondary-foreground: #3730a3;--muted: #f1f5f9;--muted-foreground: #64748b;--accent: #f1f5f9;--accent-foreground: #0f172a;--destructive: #ef4444;--destructive-foreground: #fafafa;--border: #fae2e8;--input: #e2e8f0;--ring: #4f46e5}.dark{--background: #020617;--foreground: #f8fafc;--card: #0f172a;--card-foreground: #f8fafc;--popover: #0f172a;--popover-foreground: #f8fafc;--primary: #6366f1;--primary-foreground: #ffffff;--secondary: #1e293b;--secondary-foreground: #f8fafc;--muted: #1e293b;--muted-foreground: #94a3b8;--accent: #1e293b;--accent-foreground: #f8fafc;--destructive: #7f1d1d;--destructive-foreground: #fafafa;--border: #1e293b;--input: #1e293b;--ring: #6366f1}*{box-sizing:border-box;margin:0;padding:0;border-color:var(--border)}html{scroll-behavior:smooth;font-family:var(--font-sans)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.025em}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--radius);font-size:1rem;font-weight:500;transition:background-color .2s,color .2s;text-decoration:none;width:100%}@media (min-width: 640px){.btn{width:auto}}.btn-primary{background-color:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{background-color:color-mix(in srgb,var(--primary),transparent 10%)}.btn-outline{border:1px solid var(--input);background-color:var(--background);color:var(--foreground)}.btn-outline:hover{background-color:var(--accent);color:var(--accent-foreground)}.glass-panel{background:color-mix(in srgb,var(--card),transparent 30%);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid color-mix(in srgb,var(--border),transparent 50%)}.glass-card{background:color-mix(in srgb,var(--card),transparent 60%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border)}.scroll-reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.5,0,0,1),transform .8s cubic-bezier(.5,0,0,1)}.scroll-reveal.is-visible{opacity:1;transform:translateY(0)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.app-container{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;display:flex;flex-direction:column}
