:root{--background: #ffffff;--foreground: #0f172a;--primary: #6366f1;--primary-foreground: #f8fafc;--secondary: #f1f5f9;--secondary-foreground: #1e293b;--muted: #f1f5f9;--muted-foreground: #64748b;--accent: #f3f4f6;--accent-foreground: #1e293b;--destructive: #ef4444;--destructive-foreground: #f8fafc;--border: #e2e8f0;--input: #e2e8f0;--ring: #6366f1;--radius: .5rem}@media (prefers-color-scheme: dark){:root{--background: #0f172a;--foreground: #f8fafc;--primary: #818cf8;--primary-foreground: #0f172a;--secondary: #1e293b;--secondary-foreground: #f8fafc;--muted: #1e293b;--muted-foreground: #94a3b8;--accent: #1e293b;--accent-foreground: #f8fafc;--destructive: #7f1d1d;--destructive-foreground: #f8fafc;--border: #1e293b;--input: #1e293b;--ring: #818cf8}}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth;border-color:var(--border)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--foreground);background-color:var(--background);line-height:1.5;background-image:linear-gradient(to top,#e6e9f0,#eef1f5)}@media (prefers-color-scheme: dark){body{background-image:linear-gradient(to bottom,#1a202c,#0f172a)}}img,svg{display:block;max-width:100%}.container{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}}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}h1{font-size:2.5rem;margin-bottom:1rem}h2{font-size:2rem;margin-bottom:1.5rem}h3{font-size:1.25rem;margin-bottom:1rem}p{margin-bottom:1rem}@media (min-width: 768px){h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.5rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:500;padding:.625rem 1rem;border-radius:var(--radius);cursor:pointer;transition:background-color .3s,color .3s,border-color .3s,transform .2s;border:1px solid transparent}.btn.primary{background-color:var(--primary);color:var(--primary-foreground);box-shadow:0 2px 5px #6366f14d}.btn.primary:hover{background-color:color-mix(in srgb,var(--primary) 90%,black);transform:translateY(-2px);box-shadow:0 4px 8px #6366f166}.btn.secondary{background-color:transparent;border-color:var(--border);color:var(--foreground)}.btn.secondary:hover{background-color:var(--accent);color:var(--accent-foreground);transform:translateY(-2px)}.full-width{width:100%}#header{position:fixed;top:0;left:0;right:0;z-index:50;transition:background-color .3s,box-shadow .3s}#header.scrolled{background-color:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 1px 10px #0000001a}@media (prefers-color-scheme: dark){#header.scrolled{background-color:#0f172af2}}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.25rem;font-weight:700;color:var(--primary);text-decoration:none}.logo span{color:var(--foreground)}.desktop-nav{display:none}.desktop-nav a{margin-left:2rem;font-size:.875rem;font-weight:500;color:var(--foreground);text-decoration:none;transition:color .3s}.desktop-nav a:hover{color:var(--primary)}#mobile-menu-btn{display:flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;background-color:transparent;border:none;color:var(--foreground);cursor:pointer}#mobile-menu{background-color:var(--background);border-top:1px solid var(--border)}.mobile-menu-links{display:flex;flex-direction:column;padding:.5rem 0}.mobile-menu-links a{display:block;padding:.5rem 0;font-size:1rem;color:var(--foreground);text-decoration:none;transition:color .3s}.mobile-menu-links a:hover{color:var(--primary)}.hidden{display:none}@media (min-width: 768px){.desktop-nav{display:flex}#mobile-menu-btn{display:none}}.hero{padding-top:5rem;padding-bottom:4rem;background:linear-gradient(135deg,#6366f10d,#6366f11a)}.hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.hero h1 span{color:var(--primary);background:linear-gradient(135deg,var(--primary),#818cf8);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{font-size:1.125rem;color:var(--muted-foreground);margin-bottom:2rem;max-width:32rem}.hero-buttons{display:flex;flex-direction:column;gap:1rem}.hero-image{display:flex;justify-content:center}.hero-blob{position:relative;width:18rem;height:18rem;border-radius:50%;background:linear-gradient(135deg,#6366f133,#10b98133);box-shadow:0 10px 30px #6366f133}.hero-blob-inner{position:absolute;top:.5rem;right:.5rem;bottom:.5rem;left:.5rem;background-color:var(--background);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 2px 10px #0000000d}.code-icon{font-size:3rem;font-weight:700;color:var(--primary);margin-bottom:.5rem;text-shadow:0 2px 4px rgba(99,102,241,.3)}.hero-blob-inner p{font-size:.875rem;color:var(--muted-foreground);margin-bottom:0}@media (min-width: 768px){.hero{padding-top:7rem;padding-bottom:6rem}.hero-grid{grid-template-columns:1fr 1fr}.hero-buttons{flex-direction:row}.hero-blob{width:20rem;height:20rem}}@media (min-width: 1024px){.hero-blob{width:24rem;height:24rem}}section{padding:4rem 0}.section-title{color:var(--primary);text-align:center;position:relative}.section-title:after{content:"";display:block;width:4rem;height:.25rem;background:linear-gradient(to right,var(--primary),transparent);margin:.75rem auto 0;border-radius:9999px}.section-subtitle{font-size:1.125rem;color:var(--muted-foreground);text-align:center;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:48rem}.about{background-color:#f1f5f9b3;background-image:linear-gradient(109.6deg,#dfeaf7 11.2%,#f4f8fc 91.1%)}@media (prefers-color-scheme: dark){.about{background-color:#1e293bb3;background-image:linear-gradient(to right,#243949,#517fa4)}}.about-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.about-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}.card{padding:1.5rem;background-color:var(--background);border-radius:var(--radius);box-shadow:0 4px 15px #0000000d;transition:transform .3s,box-shadow .3s;border:1px solid rgba(229,231,235,.5)}.hover-scale:hover{transform:scale(1.03);box-shadow:0 10px 25px #00000014}.card h3{margin-bottom:1rem}.card p{color:var(--muted-foreground)}.card-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.period-badge{font-size:.75rem;padding:.25rem .5rem;border-radius:9999px;border:1px solid var(--border)}.card-description{margin-bottom:1rem}.skills-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.skills-grid{grid-template-columns:repeat(3,1fr)}}.badge-container{display:flex;flex-wrap:wrap;gap:.5rem}.badge{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:9999px;border:1px solid transparent;font-size:.75rem;font-weight:600;padding:.25rem .625rem;background-color:var(--secondary);color:var(--secondary-foreground);transition:all .3s;box-shadow:0 1px 3px #0000000d}.badge:hover{background-color:var(--primary);color:var(--primary-foreground);transform:translateY(-1px)}.experience{background-color:#f1f5f9b3;background-image:linear-gradient(90deg,#eed891,#caf7f4)}@media (prefers-color-scheme: dark){.experience{background-color:#1e293bb3;background-image:linear-gradient(to right,#243949,#517fa4)}}.experience-grid{display:grid;grid-template-columns:1fr;gap:2rem}.contact{background-image:linear-gradient(to top,#e6e9f0,#eef1f5)}@media (prefers-color-scheme: dark){.contact{background-image:linear-gradient(to bottom,#1e293b,#0f172a)}}.contact-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}.contact-info p{margin-bottom:1rem}.contact-note{padding-top:1rem}.form-group{margin-bottom:1.5rem}label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}input,textarea{display:block;width:100%;padding:.625rem .75rem;font-size:1rem;line-height:1.5;color:var(--foreground);background-color:var(--background);border:1px solid var(--input);border-radius:var(--radius);transition:border-color .3s,box-shadow .3s}input:focus,textarea:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 2px #3b82f640}@media (min-width: 768px){.contact-grid{grid-template-columns:1fr 1fr}}footer{background-color:#f1f5f9e6;padding:2rem 0;box-shadow:0 -1px 10px #0000000d}@media (prefers-color-scheme: dark){footer{background-color:#0f172ae6;box-shadow:0 -1px 10px #0000001a}}.footer-content{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.footer-logo{margin-bottom:1rem;text-align:center}.copyright{font-size:.875rem;color:var(--muted-foreground);margin-top:.25rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{font-size:.875rem;color:var(--muted-foreground);text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--primary)}@media (min-width: 768px){.footer-content{flex-direction:row}.footer-logo{margin-bottom:0;text-align:left}}.toast{position:fixed;bottom:1.5rem;right:1.5rem;padding:1rem 1.5rem;background-color:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);box-shadow:0 10px 25px #00000026;transform:translateY(150%);opacity:0;transition:transform .5s,opacity .5s;z-index:100}.toast.visible{transform:translateY(0);opacity:1}.fade-in{animation:fadeIn .8s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
