.header{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}.header.scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000001a}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.logo h2{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.5rem;font-weight:700}.nav{display:flex;gap:2rem}.nav button{background:none;border:none;color:#333;font-size:1rem;font-weight:500;cursor:pointer;transition:color .3s ease;padding:.5rem 0;position:relative}.nav button:hover{color:#667eea}.nav button:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.nav button:hover:after{width:100%}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding-top:80px}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.highlight{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;font-weight:500;color:#666;margin-bottom:1.5rem}.hero-description{font-size:1.1rem;color:#777;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.about{padding:5rem 0;background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem;align-items:start}.about-text p{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8;color:#555}.skills h3{font-size:1.5rem;margin-bottom:2rem;color:#1a1a1a}.skills-grid{display:flex;flex-wrap:wrap;gap:.8rem}.skill-tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:500}.projects{padding:5rem 0;background:#f8f9ff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.project-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-10px);box-shadow:0 15px 50px #00000026}.project-content{padding:2rem}.project-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.project-description{color:#666;margin-bottom:1.5rem;line-height:1.7}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.tech-tag{background:#e8f2ff;color:#667eea;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500}.project-links{display:flex;gap:1rem}.project-link{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.project-link:hover{color:#764ba2}.project-link.github{color:#333}.project-link.github:hover{color:#000}.contact{padding:5rem 0;background:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item h3{font-size:1.8rem;margin-bottom:1rem;color:#1a1a1a}.contact-item h4{font-size:1.2rem;margin-bottom:.5rem;color:#333}.contact-item p{color:#666;line-height:1.7}.contact-link{color:#667eea;text-decoration:none;font-weight:600;font-size:1.1rem}.contact-link:hover{color:#764ba2}.social-links{display:flex;gap:1.5rem}.social-link{color:#667eea;text-decoration:none;font-weight:500;transition:color .3s ease}.social-link:hover{color:#764ba2}.contact-form{background:#f8f9ff;padding:2rem;border-radius:15px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e1e5e9;border-radius:10px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical;min-height:120px}.footer{background:#1a1a1a;color:#ccc;padding:2rem 0;text-align:center}.footer-content p{margin-bottom:.5rem}@media (max-width: 768px){.header .container{padding:1rem}.nav{gap:1rem}.nav button{font-size:.9rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-buttons{flex-direction:column;align-items:center}.about-content{grid-template-columns:1fr;gap:2rem}.projects-grid{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr;gap:2rem}.social-links{flex-wrap:wrap}}@media (max-width: 480px){.hero-title{font-size:2rem}.section-title{font-size:1.8rem}.hero-buttons{gap:1rem}.btn-primary,.btn-secondary{padding:.8rem 1.5rem;font-size:.9rem}}/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}}}.absolute{position:absolute}.relative{position:relative}.container{width:100%}.mx-auto{margin-inline:auto}.flex{display:flex}.grid{display:grid}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-full{width:100%}.min-w-\[100px\]{min-width:100px}.flex-1{flex:1}.cursor-pointer{cursor:pointer}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.items-center{align-items:center}.justify-center{justify-content:center}.overflow-hidden{overflow:hidden}.rounded-full{border-radius:3.40282e38px}.border-2{border-style:var(--tw-border-style);border-width:2px}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.text-center{text-align:center}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}@media (hover:hover){.hover\:scale-110:hover{--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}}.\[\&\:\:-webkit-slider-thumb\]\:cursor-pointer::-webkit-slider-thumb{cursor:pointer}.\[\&\:\:-webkit-slider-thumb\]\:appearance-none::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none}.\[\&\:\:-webkit-slider-thumb\]\:rounded-full::-webkit-slider-thumb{border-radius:3.40282e38px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#333;background-color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{text-align:center;color:#1a1a1a;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-subtitle{text-align:center;color:#666;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #667eea4d}.btn-secondary{color:#667eea;cursor:pointer;background:0 0;border:2px solid #667eea;border-radius:50px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-secondary:hover{color:#fff;background:#667eea;transform:translateY(-2px)}@media (max-width:768px){.container{padding:0 1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}
