.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-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}}}.pointer-events-none{pointer-events:none}.absolute{position:absolute}.relative{position:relative}.top-1\/2{top:50%}.left-1\/2{left:50%}.z-10{z-index:10}.container{width:100%}.mx-auto{margin-inline:auto}.flex{display:flex}.grid{display:grid}.inline-block{display:inline-block}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-full{width:100%}.min-w-\[100px\]{min-width:100px}.flex-1{flex:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.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{border-style:var(--tw-border-style);border-width:1px}.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}.text-left{text-align:left}.whitespace-pre{white-space:pre}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-30{opacity:.3}.opacity-80{opacity:.8}.opacity-100{opacity:1}.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:#fff;background-color:#000;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}}@keyframes gradient-shift{0%,to{background-position:0%}50%{background-position:100%}}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(180deg)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{transform:translateY(0);opacity:1!important}}.animate-gradient-shift{background-size:200% 200%;animation:8s infinite gradient-shift}.animate-fade-in-up{animation:.8s ease-out forwards fade-in-up!important}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:4s ease-in-out infinite pulse}@keyframes matrixFall{0%{opacity:0;transform:translateY(-100%)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(100vh)}}.glow-text{text-shadow:0 0 30px #fffc,0 0 50px #fff9,0 0 70px #9333ea66,0 0 90px #3b82f633;animation:2s ease-in-out infinite textGlow}.glow-subtitle{text-shadow:0 0 20px #ffffffb3,0 0 40px #60a5fa80,0 0 60px #a78bfa4d;animation:2.5s ease-in-out infinite subtitleGlow}@keyframes textGlow{0%,to{text-shadow:0 0 30px #fffc,0 0 50px #fff9,0 0 70px #9333ea66,0 0 90px #3b82f633}50%{text-shadow:0 0 50px #fff,0 0 70px #fffc,0 0 90px #9333ea99,0 0 110px #3b82f666}}@keyframes subtitleGlow{0%,to{text-shadow:0 0 20px #ffffffb3,0 0 40px #60a5fa80,0 0 60px #a78bfa4d}50%{text-shadow:0 0 30px #ffffffe6,0 0 50px #60a5fab3,0 0 70px #a78bfa80}}.terminal-glow{animation:3s ease-in-out infinite terminalPulse;box-shadow:0 0 30px #9333eab3,0 0 50px #9333ea80,0 0 70px #60a5fa4d,inset 0 0 20px #00000080}.terminal-flicker{animation:.15s linear infinite terminalFlicker}@keyframes terminalPulse{0%,to{box-shadow:0 0 30px #9333eab3,0 0 50px #9333ea80,0 0 70px #60a5fa4d,inset 0 0 20px #00000080}50%{box-shadow:0 0 40px #9333eacc,0 0 60px #9333ea99,0 0 80px #60a5fa66,inset 0 0 25px #0009}}@keyframes terminalFlicker{0%,to{opacity:.99}50%{opacity:1}}.terminal-scanline{background:linear-gradient(#0000,#00ff0008,#0000) 0 0/100% 4px;animation:8s linear infinite scanline}@keyframes scanline{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}.cursor-glow{animation:1s ease-in-out infinite cursorPulse;box-shadow:0 0 10px #fffc,0 0 20px #ffffff80}@keyframes cursorPulse{0%,to{box-shadow:0 0 10px #fffc,0 0 20px #ffffff80}50%{box-shadow:0 0 15px #fff,0 0 30px #ffffffb3}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@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}
