.navbar{background-color:#333;box-shadow:0 2px 4px #0000001a;color:#fff;padding:1rem 2rem;width:100%;z-index:1000}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.navbar-brand a{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .3s ease}.navbar-brand a:hover{color:#f90}.navbar-menu{display:flex;list-style:none;margin:0;padding:0}.navbar-item{margin-left:2rem}.navbar-link{color:#fff;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s ease}.navbar-link:hover{color:#f90}.hamburger{cursor:pointer;display:none;flex-direction:column;height:25px;justify-content:space-around;width:30px}.hamburger span{background-color:#fff;border-radius:5px;height:3px;transition:all .3s ease-in-out;width:100%}.hamburger.active span:first-child{transform:rotate(-45deg) translate(-5px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media (max-width:768px){.navbar-container{padding:0 1rem}.hamburger{display:flex}.navbar-menu{align-items:center;background-color:#222;box-shadow:0 4px 8px #0003;flex-direction:column;gap:1.5rem;height:100vh;left:0;padding:2rem;position:fixed;top:60px;transform:translateX(-100%);transition:transform .3s ease-in-out;width:100%}.navbar-menu.active{transform:translateX(0)}.navbar-item{margin:0;text-align:center;width:100%}.navbar-link{display:block;font-size:1.2rem;padding:1rem 0}}:root{--primary:#00d4ff;--secondary:#39ff14;--accent:#ff6b35;--background:#0a0a0a;--surface:#1a1a1a;--surface-light:#2a2a2a;--text-primary:#fff;--text-secondary:#b0b0b0;--text-muted:grey;--border:#333;--shadow-primary:0 0 20px #00d4ff4d;--shadow-secondary:0 0 20px #39ff144d;--shadow-accent:0 0 20px #ff6b354d;--shadow-hero:0 8px 32px #0006;--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1);--font-code:"JetBrains Mono","Fira Code","Courier New",monospace;--ring-thickness:10px}*{box-sizing:border-box}body{background:#0a0a0a;background:var(--background);color:#fff;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;margin:0;padding:0}.hero-section{background:linear-gradient(135deg,#1e293b,#1e293b);min-height:100%;padding:2rem 1rem}.hero-section:before{animation:heroGlow 8s ease-in-out infinite alternate;background:radial-gradient(circle at 20% 80%,#7877c64d 0,#0000 50%),radial-gradient(circle at 80% 20%,#ff77c64d 0,#0000 50%),radial-gradient(circle at 40% 40%,#78dbff33 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes heroGlow{0%{opacity:.5}to{opacity:.8}}.hero-container{grid-gap:3rem;align-items:center;background:#ffffff05;border:2px solid #333;border:2px solid var(--border);border-radius:1rem;display:grid;gap:3rem;grid-template-columns:1fr;max-width:1200px;padding:1.5rem;position:relative;width:100%;z-index:2}@media (min-width:768px){.hero-container{gap:4rem;grid-template-columns:1fr 1fr}.hero-content{text-align:left}}.hero-title{color:#fff;font-size:3rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 10px #0000004d}@media (min-width:768px){.hero-title{font-size:4rem}}@media (min-width:1024px){.hero-title{font-size:5rem}}.hero-name{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,gold,#ffba08);-webkit-background-clip:text;background-clip:text;position:relative}.hero-name:after{animation:nameUnderline 2s ease-in-out infinite alternate;background:linear-gradient(45deg,gold,#ffba08);border-radius:2px;bottom:-5px;content:"";height:3px;left:0;position:absolute;width:100%}@keyframes nameUnderline{0%{opacity:.7;transform:scaleX(.8)}to{opacity:1;transform:scaleX(1)}}.typewriter-container{align-items:center;display:flex;justify-content:center;margin:1.5rem 0;min-height:80px}@media (min-width:768px){.typewriter-container{justify-content:flex-start}}.typewriter-text{color:#e2e8f0;font-size:2rem;font-weight:700;letter-spacing:.5px;text-shadow:0 1px 5px #0003}@media (min-width:768px){.typewriter-text{font-size:2.5rem}}.typewriter-cursor{animation:blink 1s infinite;color:gold;font-size:2rem;font-weight:100;margin-left:2px}@media (min-width:768px){.typewriter-cursor{font-size:2.5rem}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-description{color:#e2e8f0;font-size:1.2rem;font-weight:600;line-height:1.6;margin-bottom:2.5rem;max-width:500px;text-shadow:0 1px 3px #0003}@media (min-width:768px){.hero-description{font-size:1.3rem;margin-left:0}}.btn-primary,.btn-secondary{letter-spacing:.5px;overflow:hidden;position:relative;text-transform:uppercase}.btn-primary{background:linear-gradient(45deg,#ff6b35,#f7931e);box-shadow:0 4px 15px #ff6b3566}.btn-primary:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.btn-primary:hover:before{left:100%}.btn-primary:hover{box-shadow:0 6px 20px #ff6b3599;transform:translateY(-2px) scale(1.05)}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d}.btn-secondary:hover{background:#fff3;border-color:#ffffff80;box-shadow:0 6px 20px #fff3;transform:translateY(-2px) scale(1.05)}.hero-image{align-items:center;display:inline-flex;justify-content:center;margin:0 auto;position:relative;width:-webkit-max-content;width:max-content}.profile-image{border:4px solid #fff3;box-shadow:0 20px 40px #0000004d,0 0 0 40px #ffffff0d;height:300px;position:relative;width:300px;z-index:2}@media (min-width:768px){.profile-image{height:350px;width:350px}}.profile-image:hover{box-shadow:0 25px 50px #0006,0 0 0 20px #ffffff1a;transform:scale(1.05) rotate(2deg)}.hero-image:before{animation:rotate 10s linear infinite;background:conic-gradient(from 0deg,#ff6b35,#f7931e,gold,#39ff14,#00d4ff,#667eea,#764ba2,#ff6b35);border-radius:50%;bottom:-12px;content:"";left:-12px;-webkit-mask:radial-gradient(circle,#0000 calc(50% - 10px),#000 calc(50% - 10px));mask:radial-gradient(circle,#0000 calc(50% - 10px),#000 calc(50% - 10px));-webkit-mask:radial-gradient(circle,#0000 calc(50% - var(--ring-thickness)),#000 calc(50% - var(--ring-thickness)));mask:radial-gradient(circle,#0000 calc(50% - var(--ring-thickness)),#000 calc(50% - var(--ring-thickness)));pointer-events:none;position:absolute;right:-12px;top:-12px;z-index:1}@media (min-width:768px){.hero-image:before{--ring-thickness:14px;bottom:-16px;left:-16px;right:-16px;top:-16px}}.hero-image:after{background:radial-gradient(closest-side,#ffffff0f,#0000 70%);border-radius:50%;content:"";filter:blur(6px);inset:-24px;pointer-events:none;position:absolute;z-index:0}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-fade-in-up{animation:fade-in-up 1s ease-out}.animate-fade-in-right{animation:fade-in-right 1s ease-out .3s both}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-right{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@media (max-width:767px){.hero-title{font-size:2.5rem}.typewriter-cursor,.typewriter-text{font-size:3.5rem}.hero-description{font-size:1.1rem}.profile-image{height:250px;width:250px}.btn-primary,.btn-secondary{font-size:.9rem;padding:.8rem 1.5rem}}@media (prefers-reduced-motion:reduce){.animate-fade-in-right,.animate-fade-in-up,.hero-image:before,.hero-name:after,.hero-section:before,.typewriter-cursor{animation:none}.btn-primary:hover,.btn-secondary:hover,.profile-image:hover{transform:none}}.container{max-width:1200px;width:100%}.animate-fade-in-up{animation:fade-in-up .8s ease-out}.animate-fade-in-right{animation:fade-in-right .8s ease-out .3s both}h1{color:#111827;font-size:3rem;font-weight:800;line-height:1.1;margin-bottom:1rem}.text-indigo-600{color:#4f46e5}@media (prefers-color-scheme:dark){h1{color:#fff}.dark\:text-indigo-400{color:#818cf8}}p{color:#4b5563;font-size:1.25rem;line-height:1.6;margin-bottom:1.5rem}@media (prefers-color-scheme:dark){p{color:#d1d5db}}.hero-buttons{flex-wrap:wrap}@media (min-width:768px){.hero-buttons{justify-content:flex-start}}.hero-buttons a{align-items:center;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a;display:inline-flex;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.hero-buttons a:hover{transform:scale(1.05)}.bg-indigo-600{background-color:#4f46e5;color:#fff}.bg-indigo-600:hover{background-color:#4338ca}.bg-white{background-color:#fff;border:2px solid #4f46e5;color:#4f46e5}.bg-white:hover{background-color:#eef2ff}.profile-image{border:4px solid #fff;border-radius:50%;box-shadow:0 25px 50px -12px #00000040;height:16rem;object-fit:cover;transition:all .3s ease;width:16rem}@media (min-width:768px){.profile-image{height:20rem;width:20rem}}@media (prefers-color-scheme:dark){.profile-image{border-color:#1f2937}}@media (min-width:768px){#hero{flex-direction:row;text-align:left}h1{font-size:3.75rem}.hero-content{margin-bottom:0;width:50%}.hero-image{width:50%}}@media (max-width:767px){#hero{padding:4rem 1rem;text-align:center}h1{font-size:2.5rem}.hero-content{margin-bottom:2rem}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.mb-8{margin-bottom:2rem}.space-x-4>*+*{margin-left:1rem}.hero-buttons a{overflow:hidden;position:relative}.hero-buttons a:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.hero-buttons a:hover:before{left:100%}.profile-image:hover{box-shadow:0 35px 60px -12px #0000004d;transform:scale(1.05)}@media (prefers-reduced-motion:reduce){.animate-fade-in-right,.animate-fade-in-up,.hero-buttons a,.profile-image{animation:none;transition:none}}.hero-buttons a:focus{outline:2px solid #4f46e5;outline-offset:2px}@media print{#hero{background:#fff!important;color:#000!important}.hero-buttons{display:none}}.gradient-text{background:linear-gradient(135deg,#00d4ff,#39ff14);background:linear-gradient(135deg,var(--primary),var(--secondary))}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.animate-fade-in{animation:fade-in .8s ease-out}.btn-accent,.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth)}.btn-primary{background:#00d4ff;background:var(--primary);box-shadow:0 0 20px #00d4ff4d;box-shadow:var(--shadow-primary);color:#0a0a0a;color:var(--background)}.btn-primary:hover{background:#00b8e6;box-shadow:0 4px 25px #00d4ff66}.btn-secondary{background:#39ff14;background:var(--secondary);box-shadow:0 0 20px #39ff144d;box-shadow:var(--shadow-secondary);color:#0a0a0a;color:var(--background)}.btn-secondary:hover{background:#32e60f;box-shadow:0 4px 25px #39ff1466}.btn-accent{background:#ff6b35;background:var(--accent);box-shadow:0 0 20px #ff6b354d;box-shadow:var(--shadow-accent);color:#fff}.btn-accent:hover{background:#e55a2b;box-shadow:0 4px 25px #ff6b3566;transform:translateY(-2px)}.btn-accent.small,.btn-primary.small,.btn-secondary.small{font-size:.875rem;padding:.5rem 1rem}.btn-icon{align-items:center;background:#0000;border:1px solid #333;border:1px solid var(--border);border-radius:.5rem;color:#b0b0b0;color:var(--text-secondary);cursor:pointer;display:inline-flex;height:2.5rem;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth);width:2.5rem}.btn-icon:hover{border-color:#00d4ff;border-color:var(--primary);color:#00d4ff;color:var(--primary)}.card{background:#1a1a1a;background:var(--surface);border:1px solid #333;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth)}.card:hover{box-shadow:0 8px 32px #0006;box-shadow:var(--shadow-hero);transform:translateY(-4px)}.hero-section{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding-top:4rem;position:relative}.hero-background{inset:0;opacity:.1;position:absolute}.background-pattern{background-image:radial-gradient(circle at 25% 25%,#00d4ff 0,#0000 50%),radial-gradient(circle at 75% 75%,#39ff14 0,#0000 50%);background-image:radial-gradient(circle at 25% 25%,var(--primary) 0,#0000 50%),radial-gradient(circle at 75% 75%,var(--secondary) 0,#0000 50%);inset:0;position:absolute}.code-background{inset:0;opacity:.05;position:absolute}.code-text{color:#00d4ff;color:var(--primary);font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-family:var(--font-code);font-size:.75rem;line-height:1.5;overflow:hidden;padding:2rem;white-space:pre}.hero-content{margin:0 auto;max-width:1280px;padding:0 1rem;position:relative;z-index:10}.hero-title{font-size:clamp(2.5rem,8vw,4.5rem);line-height:1.1}.typewriter-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00d4ff,#39ff14);background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text;font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-family:var(--font-code)}.hero-subtitle{color:#fff;color:var(--text-primary)}.hero-description{color:#b0b0b0;font-size:clamp(1.125rem,3vw,1.5rem);margin-bottom:2rem;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:3rem}@media (min-width:640px){.hero-buttons{flex-direction:row}}.performance-metrics{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:64rem}@media (min-width:768px){.performance-metrics{grid-template-columns:repeat(4,1fr)}}.metric-value{color:#00d4ff;color:var(--primary);font-size:clamp(1.5rem,4vw,1.875rem)}.metric-value:nth-child(2n){color:#39ff14;color:var(--secondary)}.metric-label{color:#b0b0b0;color:var(--text-secondary);font-size:.875rem}.scroll-indicator{animation:bounce 2s infinite;bottom:2rem;color:#00d4ff;color:var(--primary);left:50%;position:absolute;transform:translateX(-50%)}.skills-section{background:#1a1a1a;background:var(--surface);padding:5rem 0}.section-header{margin-bottom:4rem;text-align:center}.section-title{font-size:clamp(1.875rem,5vw,2.25rem);margin-bottom:1rem}.section-description{color:#b0b0b0}@media (min-width:768px){.skills-grid{grid-template-columns:repeat(3,1fr)}}.skill-card{transition:all .5s ease}.skill-card:hover{box-shadow:0 0 20px #00d4ff4d;box-shadow:var(--shadow-primary)}.skill-card:nth-child(2):hover{box-shadow:0 0 20px #39ff144d;box-shadow:var(--shadow-secondary)}.skill-card:nth-child(3):hover{box-shadow:0 0 20px #ff6b354d;box-shadow:var(--shadow-accent)}.skill-header{margin-bottom:1rem}.skill-icon{align-items:center;background:#00d4ff33;border-radius:.5rem;color:#00d4ff;color:var(--primary);display:flex;height:3rem;justify-content:center;margin-right:1rem;width:3rem}.skill-icon.backend{background:#39ff1433;color:#39ff14;color:var(--secondary)}.skill-icon.fullstack{background:#ff6b3533;color:#ff6b35;color:var(--accent)}.skill-title{font-size:1.25rem;font-weight:600;margin:0}.skill-description{color:#b0b0b0;color:var(--text-secondary);margin-bottom:1rem}.code-preview{background:#0a0a0a;background:var(--background);border-radius:.5rem;font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-family:var(--font-code);font-size:.875rem;margin-bottom:1rem;padding:1rem}.code-comment{color:#39ff14;color:var(--secondary);margin-bottom:.5rem}.code-line{color:#00d4ff;color:var(--primary);margin-bottom:.25rem}.code-line:not(.code-comment):not(:first-child){color:#fff;color:var(--text-primary)}.code-indent{margin-left:1rem}.code-indent-2{margin-left:2rem}.skill-link{align-items:center;background:none;border:none;color:#00d4ff;color:var(--primary);cursor:pointer;display:inline-flex;font-weight:500;gap:.5rem;padding:0;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth)}.skill-link:hover{color:#00b8e6}.skill-link.backend{color:#39ff14;color:var(--secondary)}.skill-link.backend:hover{color:#32e60f}.skill-link.fullstack{color:#ff6b35;color:var(--accent)}.skill-link.fullstack:hover{color:#e55a2b}.projects-section{background:#0a0a0a;background:var(--background);padding:5rem 0}@media (min-width:768px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{transition:all .5s ease}.project-card:hover{box-shadow:0 8px 32px #0006;box-shadow:var(--shadow-hero)}.project-image{aspect-ratio:16/9;background:#2a2a2a;background:var(--surface-light);border-radius:.5rem;margin-bottom:1.5rem;overflow:hidden}.project-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.project-card:hover .project-image img{transform:scale(1.05)}.project-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.project-description{color:#b0b0b0;color:var(--text-secondary);margin-bottom:1rem}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-tag{border-radius:9999px;font-size:.875rem}.tech-tag.primary{background:#00d4ff33;color:#00d4ff;color:var(--primary)}.tech-tag.secondary{background:#39ff1433;color:#39ff14;color:var(--secondary)}.tech-tag.accent{background:#ff6b3533;color:#ff6b35;color:var(--accent)}.project-stats{grid-gap:1rem;display:grid;font-size:.875rem;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem}.stat-value{font-weight:600}.stat-value.primary{color:#00d4ff;color:var(--primary)}.stat-value.secondary{color:#39ff14;color:var(--secondary)}.stat-value.accent{color:#ff6b35;color:var(--accent)}.stat-label{color:grey;color:var(--text-muted)}.project-actions{gap:.75rem}.section-footer{margin-top:3rem;text-align:center}.social-proof-section{background:#1a1a1a;background:var(--surface);padding:5rem 0}.social-proof-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem}@media (min-width:1024px){.social-proof-grid{grid-template-columns:repeat(2,1fr)}}.github-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem}.blog-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.blog-list{display:flex;flex-direction:column;gap:1.5rem}.blog-post{border-left:4px solid #00d4ff;border-left:4px solid var(--primary);margin-bottom:1.5rem;padding-left:1.5rem}.blog-post.secondary{border-left-color:#39ff14;border-left-color:var(--secondary)}.blog-post.accent{border-left-color:#ff6b35;border-left-color:var(--accent)}.blog-post-title{font-weight:600;margin-bottom:.5rem}.blog-post-title button{background:none;border:none;color:inherit;cursor:pointer;font:inherit;padding:0;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth)}.blog-post.primary .blog-post-title button:hover{color:#00d4ff;color:var(--primary)}.blog-post.secondary .blog-post-title button:hover{color:#39ff14;color:var(--secondary)}.blog-post.accent .blog-post-title button:hover{color:#ff6b35;color:var(--accent)}.blog-post-excerpt{color:#b0b0b0;color:var(--text-secondary);font-size:.875rem;margin-bottom:.5rem}.blog-post-meta{color:grey;color:var(--text-muted);font-size:.75rem}.blog-link{align-items:center;background:none;border:none;color:#00d4ff;color:var(--primary);cursor:pointer;display:inline-flex;font:inherit;gap:.5rem;margin-top:1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth)}.blog-link:hover{color:#00b8e6}.cta-section{background:#0a0a0a;background:var(--background);padding:5rem 0}.cta-content{margin:0 auto;max-width:64rem;text-align:center}.cta-title{font-size:clamp(1.875rem,5vw,2.25rem);font-weight:700;margin-bottom:1.5rem}.cta-description{color:#b0b0b0;color:var(--text-secondary);font-size:1.25rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:32rem}.cta-buttons{flex-direction:column}@media (min-width:640px){.cta-buttons{flex-direction:row}}@media (max-width:640px){.container{padding:0 1rem}.hero-section{padding-top:2rem}.cta-section,.projects-section,.skills-section,.social-proof-section{padding:3rem 0}.section-header{margin-bottom:2rem}.github-stats{gap:1rem}.github-stats,.project-stats{grid-template-columns:1fr}}.w-4{height:1rem;width:1rem}.w-5{height:1.25rem;width:1.25rem}.w-6{height:1.5rem;width:1.5rem}.text-center{text-align:center}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.about-container{margin-top:80px;padding:2rem}.about-content{margin:0 auto;max-width:800px}.about-title{color:#2c3e50;font-size:2.5rem;margin-bottom:2rem;text-align:center}.about-main{align-items:center;display:flex;flex-direction:column;gap:2rem}.about-avatar{background-color:#667eea;border-radius:50%;color:#fff;font-size:3rem;font-weight:700;height:150px;width:150px}.about-info{text-align:center}.about-name{color:#32d40e;margin-bottom:1rem}.about-description{color:#dde9f4;font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.about-tags{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.about-tag{background-color:#e9ecef;border-radius:20px;color:#0c0cce;font-size:.9rem;padding:.5rem 1rem}.about-avatar img{box-shadow:0 4px 15px #0000001a;height:100%;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;width:100%}.about-avatar img:hover{box-shadow:0 8px 25px #00000026}.about-socials{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.social-btn{align-items:center;border:none;border-radius:25px;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.social-btn:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-3px)}.social-icon{height:1.25rem;width:1.25rem}.social-btn.github{background-color:#333}.social-btn.linkedin{background-color:#0077b5}.social-btn.instagram{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888)}.social-btn.gmail{background-color:#dd4b39}.about-avatar{align-items:center;display:flex;justify-content:center;margin-bottom:2rem}.about-avatar img{border:4px solid #007bff;border-radius:50%;box-shadow:0 8px 25px #007bff4d;height:200px;object-fit:cover;transition:all .3s ease;width:200px}.about-avatar img:hover{border-color:#0056b3;box-shadow:0 12px 35px #007bff66;transform:scale(1.05)}@media (max-width:768px){.about-avatar img{border-width:3px;height:150px;width:150px}}@media (max-width:480px){.about-avatar img{border-width:2px;height:120px;width:120px}}.back-button-container{display:flex;flex-direction:column;gap:.75rem;position:fixed;transition:all .3s ease;z-index:1000}.back-button-container.top-left{left:20px;top:100px}.back-button-container.top-right{right:20px;top:100px}.back-button-container.bottom-left{bottom:20px;left:20px}.back-button-container.bottom-right{bottom:20px;right:20px}.back-button-container.small{gap:.5rem}.back-button-container.medium{gap:.75rem}.back-button-container.large{gap:1rem}.back-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:none;border-radius:50px;box-shadow:0 8px 32px #0000001a;color:#333;cursor:pointer;display:flex;font-weight:600;gap:.5rem;overflow:hidden;padding:.75rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.back-button:before{background:linear-gradient(90deg,#0000,#667eea1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.back-button:hover:before{left:100%}.back-button:hover{background:#fff;box-shadow:0 12px 40px #00000026;transform:translateY(-2px)}.back-button:active{transform:translateY(0)}.back-btn{border-left:4px solid #667eea}.back-btn:hover{background:linear-gradient(135deg,#667eea1a,#764ba21a)}.home-btn{border-left:4px solid #10b981}.home-btn:hover{background:linear-gradient(135deg,#10b9811a,#22c55e1a)}.back-icon,.home-icon{height:1.25rem;transition:transform .3s ease;width:1.25rem}.back-button:hover .back-icon{transform:translateX(-2px)}.back-button:hover .home-icon{transform:scale(1.1)}.back-text,.home-text{font-size:.9rem;font-weight:600;transition:color .3s ease}.back-btn:hover .back-text{color:#667eea}.home-btn:hover .home-text{color:#10b981}.back-button-container.small .back-button{gap:.375rem;padding:.5rem .75rem}.back-button-container.small .back-icon,.back-button-container.small .home-icon{height:1rem;width:1rem}.back-button-container.small .back-text,.back-button-container.small .home-text{font-size:.8rem}.back-button-container.large .back-button{gap:.75rem;padding:1rem 1.25rem}.back-button-container.large .back-icon,.back-button-container.large .home-icon{height:1.5rem;width:1.5rem}.back-button-container.large .back-text,.back-button-container.large .home-text{font-size:1rem}@media (max-width:768px){.back-button-container.top-left,.back-button-container.top-right{top:80px}.back-button-container.top-left{left:10px}.back-button-container.top-right{right:10px}.back-button-container.bottom-left{bottom:10px;left:10px}.back-button-container.bottom-right{bottom:10px;right:10px}.back-button{gap:.375rem;padding:.5rem .75rem}.back-icon,.home-icon{height:1rem;width:1rem}.back-text,.home-text{font-size:.8rem}}@media (max-width:480px){.back-button-container{gap:.5rem}.back-button{gap:.25rem;padding:.5rem}.back-text,.home-text{display:none}.back-button{border-radius:50%;height:40px;justify-content:center;width:40px}}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.back-button-container.bottom-left,.back-button-container.top-left{animation:slideInFromLeft .6s ease-out}.back-button-container.bottom-right,.back-button-container.top-right{animation:slideInFromRight .6s ease-out}:root{--primary:#3b82f6;--primary-400:#60a5fa;--secondary:#10b981;--secondary-400:#34d399;--accent:#f59e0b;--accent-400:#fbbf24;--background:#0f172a;--surface:#1e293b;--surface-light:#334155;--text-primary:#f1f5f9;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--border:#475569;--success:#10b981;--error:#ef4444;--warning:#f59e0b}.resume-contact{background-color:#0f172a;background-color:var(--background);color:#f1f5f9;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;min-height:100vh}.container{margin:0 auto;max-width:1280px;padding:0 1rem}@media (min-width:640px){.container{padding:0 1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#0f172ae6;border-bottom:1px solid #475569;border-bottom:1px solid var(--border);left:0;position:fixed;right:0;top:0;z-index:50}.nav-container{margin:0 auto;max-width:1280px;padding:0 1rem}@media (min-width:640px){.nav-container{padding:0 1.5rem}}@media (min-width:1024px){.nav-container{padding:0 2rem}}.nav-content{align-items:center;display:flex;height:4rem;justify-content:space-between}.nav-logo{flex-shrink:0}.logo-link{align-items:center;color:inherit;display:flex;gap:.5rem;text-decoration:none}.logo-icon{color:#3b82f6;color:var(--primary);height:2rem;width:2rem}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#10b981);background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700}.nav-desktop{display:none}@media (min-width:768px){.nav-desktop{display:block}}.nav-links{align-items:baseline;display:flex;gap:2rem;margin-left:2.5rem}.nav-link{border-radius:.375rem;color:#cbd5e1;color:var(--text-secondary);font-size:.875rem;padding:.5rem .75rem;text-decoration:none;transition:all .3s ease}.nav-link-active,.nav-link:hover{color:#3b82f6;color:var(--primary)}.nav-link-active{font-weight:500}.nav-mobile-toggle{display:block}@media (min-width:768px){.nav-mobile-toggle{display:none}}.mobile-menu-button{background:none;border:none;color:#cbd5e1;color:var(--text-secondary);cursor:pointer;padding:.5rem;transition:color .3s ease}.mobile-menu-button:hover{color:#3b82f6;color:var(--primary)}.mobile-menu-icon{height:1.5rem;width:1.5rem}.nav-mobile{background-color:#1e293b;background-color:var(--surface);border-top:1px solid #475569;border-top:1px solid var(--border);display:none}@media (max-width:767px){.nav-mobile{display:block}}.nav-mobile-open{display:block!important}.nav-mobile-content{display:flex;flex-direction:column;gap:.25rem;padding:.5rem}.nav-mobile-link{border-radius:.375rem;color:#cbd5e1;color:var(--text-secondary);display:block;font-size:1rem;padding:.5rem .75rem;text-decoration:none;transition:all .3s ease}.nav-mobile-link-active,.nav-mobile-link:hover{color:#3b82f6;color:var(--primary)}.nav-mobile-link-active{font-weight:500}.hero-section{background-color:#1e293b;background-color:var(--surface);padding-bottom:4rem;padding-top:6rem}.hero-content{margin-bottom:4rem;text-align:center}.hero-title{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem}@media (min-width:768px){.hero-title{font-size:3rem}}.text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#10b981);background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text}.hero-description{color:#cbd5e1;color:var(--text-secondary);font-size:1.25rem;margin:0 auto 2rem;max-width:48rem}.hero-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width:640px){.hero-actions{flex-direction:row}}.btn-primary,.btn-secondary{border-radius:.5rem;font-weight:500}.btn-primary{background-color:#3b82f6;background-color:var(--primary);box-shadow:0 0 20px #3b82f666}.btn-primary:hover{background-color:#60a5fa;background-color:var(--primary-400);box-shadow:0 8px 25px #3b82f666}.btn-primary:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-secondary{background-color:#10b981;background-color:var(--secondary);box-shadow:0 0 20px #10b98166;color:#fff}.btn-secondary:hover{background-color:#34d399;background-color:var(--secondary-400);box-shadow:0 8px 25px #10b98166}.btn-icon{height:1.25rem;width:1.25rem}.flex-1{flex:1 1}.card{background-color:#1e293b;background-color:var(--surface);border:1px solid #475569;border:1px solid var(--border);border-radius:.75rem;box-shadow:0 4px 6px #0000001a;padding:1.5rem;transition:all .3s ease}.card:hover{box-shadow:0 8px 25px #0003;transform:translateY(-2px)}.availability-status{margin:0 auto;max-width:32rem}.availability-status .card{text-align:center}.availability-header{align-items:center;display:flex;justify-content:center;margin-bottom:1rem}.status-indicator{animation:pulse 2s infinite;background-color:#10b981;background-color:var(--secondary);border-radius:50%;height:.75rem;margin-right:.75rem;width:.75rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.status-text{color:#10b981;color:var(--secondary);font-size:1.125rem;font-weight:600}.availability-description{color:#cbd5e1;color:var(--text-secondary);margin-bottom:1rem}.highlight{color:#3b82f6;color:var(--primary);font-weight:500}.services-grid{grid-gap:1rem;display:grid;font-size:.875rem;gap:1rem;grid-template-columns:1fr}@media (min-width:768px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-item{text-align:center}.service-title{font-weight:600;margin-bottom:.25rem}.service-title.primary{color:#3b82f6;color:var(--primary)}.service-title.secondary{color:#10b981;color:var(--secondary)}.service-title.accent{color:#f59e0b;color:var(--accent)}.service-subtitle{color:#94a3b8;color:var(--text-muted)}.resume-timeline-section{background-color:#0f172a;background-color:var(--background);padding:5rem 0}.resume-timeline-grid{grid-gap:3rem;display:grid;gap:3rem}@media (min-width:1024px){.resume-timeline-grid{grid-template-columns:repeat(2,1fr)}}.section-title{font-size:1.875rem;font-weight:700;margin-bottom:2rem}@media (min-width:768px){.section-title{font-size:2.25rem}}.resume-preview-card{margin-bottom:2rem;overflow:hidden}.resume-preview{aspect-ratio:8.5/10;background-color:#334155;background-color:var(--surface-light);border-radius:.5rem;margin-bottom:1.5rem;overflow:hidden}.resume-image-preview{border-radius:8px;box-shadow:0 4px 12px #0000001a;height:auto;max-width:400px;transition:transform .3s ease;width:100%}.resume-image-preview:hover{transform:scale(1.02)}.resume-content{align-items:center;background:#8daccd;border-radius:8px;display:flex;justify-content:center;min-height:10px;padding:20px}.resume-preview{margin-bottom:20px;position:relative}.resume-overlay{background:linear-gradient(135deg,#3b82f61a,#9333ea1a);border-radius:8px;bottom:0;left:0;pointer-events:none;right:0;top:0}.resume-header{border-bottom:1px solid #475569;border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:1rem}.resume-name{color:#3b82f6;color:var(--primary);font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.resume-role{color:#cbd5e1;color:var(--text-secondary);margin-bottom:.5rem}.resume-contact{color:#94a3b8;color:var(--text-muted);font-size:.75rem}.resume-sections{display:flex;flex-direction:column;gap:.75rem}.resume-section-item h4{color:#10b981;color:var(--secondary);font-weight:600;margin-bottom:.25rem}.resume-section-content{color:#94a3b8;color:var(--text-muted)}.resume-overlay{background:linear-gradient(0deg,#1e293b,#0000,#0000);background:linear-gradient(to top,var(--surface),#0000,#0000);inset:0;position:absolute}.resume-actions{display:flex;gap:1rem}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.stat-item{text-align:center}.stat-number{font-size:1.5rem;margin-bottom:.25rem}.stat-number.primary{color:#3b82f6;color:var(--primary)}.stat-number.secondary{color:#10b981;color:var(--secondary)}.stat-label{color:#cbd5e1;color:var(--text-secondary);font-size:.875rem}.timeline{flex-direction:column;gap:2rem}.timeline,.timeline-item{display:flex}.timeline-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:3rem;justify-content:center;margin-right:1.5rem;width:3rem}.timeline-icon.primary{background-color:#3b82f633;color:#3b82f6;color:var(--primary)}.timeline-icon.secondary{background-color:#10b98133;color:#10b981;color:var(--secondary)}.timeline-icon.accent{background-color:#f59e0b33;color:#f59e0b;color:var(--accent)}.timeline-icon svg{height:1.5rem;width:1.5rem}.timeline-content{flex:1 1}.timeline-header{align-items:center;display:flex;margin-bottom:.5rem}.timeline-title{font-size:1.125rem;font-weight:600;margin-right:1rem}.timeline-badge{border-radius:9999px;font-size:.875rem;padding:.25rem .75rem}.timeline-badge.primary{background-color:#3b82f633;color:#3b82f6;color:var(--primary)}.timeline-company{color:#cbd5e1;color:var(--text-secondary);margin-bottom:.5rem}.timeline-description{color:#94a3b8;color:var(--text-muted);margin-bottom:1rem}.timeline-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background-color:#1e293b;background-color:var(--surface);border-radius:.25rem;font-size:.75rem;padding:.25rem .5rem}.tag.primary{color:#3b82f6;color:var(--primary)}.tag.secondary{color:#10b981;color:var(--secondary)}.tag.accent{color:#f59e0b;color:var(--accent)}.credentials-section{background-color:#1e293b;background-color:var(--surface);padding:5rem 0}.certifications-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.certification-card{grid-gap:1.5rem;align-items:center;display:grid;gap:1.5rem;grid-template-columns:280px 1fr;overflow:hidden;padding:1.2rem}.certification-image-container{border:1px solid #eee;border-radius:.75rem;box-shadow:0 4px 12px #0000000d;height:200px;overflow:hidden;width:100%}.certification-image{height:100%;object-fit:cover;transition:transform .4s ease-in-out;width:100%}.certification-card:hover .certification-image{transform:scale(1.05)}.certification-details{display:flex;flex-direction:column;height:100%}.certification-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.75rem}.certification-info .certification-title{font-weight:600;margin-bottom:.25rem}.certification-info .certification-issuer{color:#cbd5e1;color:var(--text-secondary);font-size:.9rem}.certification-description{color:#94a3b8;color:var(--text-muted);flex-grow:1;font-size:.9rem;line-height:1.6;margin-bottom:1rem}.certification-footer{align-items:center;display:flex;font-size:.875rem;justify-content:space-between;margin-top:auto}.certification-date{color:#cbd5e1;color:var(--text-secondary)}.certification-verify{font-weight:600;text-decoration:none;transition:all .3s ease}.certification-badge{border-radius:9999px;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.certification-badge.primary{background-color:#3b82f61a;color:#3b82f6}.certification-badge.secondary{background-color:#10b9811a;color:#10b981}.certification-badge.accent{background-color:#f59e0b1a;color:#f59e0b}.certification-verify.primary{color:#3b82f6}.certification-verify.primary:hover{color:#2563eb}.certification-verify.secondary{color:#10b981}.certification-verify.secondary:hover{color:#059669}.certification-verify.accent{color:#f59e0b}.certification-verify.accent:hover{color:#d97706}@media (max-width:768px){.certification-card,.certifications-list{gap:1.5rem;grid-template-columns:1fr}.certification-card{padding:1.25rem}.certification-image-container{height:180px}.certification-details{text-align:center}.certification-header{align-items:center}.certification-footer,.certification-header{flex-direction:column;gap:.75rem}}.certification-logo{border-radius:40px;height:100%;object-fit:contain;padding:10px 0;width:100%}@media (max-width:1024px) and (min-width:769px){.certifications-list{gap:2rem;grid-template-columns:1fr}.certification-card{grid-template-columns:300px 1fr}.certification-image-container{height:220px}}.contact-section{background-color:#0f172a;background-color:var(--background);padding:5rem 0}.contact-header{margin-bottom:4rem;text-align:center}.section-description{color:#cbd5e1;color:var(--text-secondary);font-size:1.25rem;margin:0 auto;max-width:48rem}.contact-grid{grid-gap:3rem;display:grid;gap:3rem}@media (min-width:1024px){.contact-grid{grid-template-columns:2fr 1fr}}.contact-form-section{grid-column:span 2}@media (min-width:1024px){.contact-form-section{grid-column:span 1}}.form-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem}@media (min-width:768px){.form-grid{grid-template-columns:repeat(2,1fr)}}.form-group{display:flex;flex-direction:column}.form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-input,.form-label,.form-textarea{color:#f1f5f9;color:var(--text-primary)}.form-input,.form-textarea{background-color:#1e293b;background-color:var(--surface);border:1px solid #475569;border:1px solid var(--border);border-radius:.5rem;font-size:1rem;padding:.75rem;transition:all .3s ease;width:100%}.form-input:focus,.form-textarea:focus{border-color:#3b82f6;border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-textarea{min-height:5rem;resize:vertical}.technologies-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);margin-bottom:1rem}@media (min-width:768px){.technologies-grid{grid-template-columns:repeat(4,1fr)}}.tech-checkbox{align-items:center;cursor:pointer;display:flex}.tech-checkbox input[type=checkbox]{accent-color:#3b82f6;accent-color:var(--primary);margin-right:.5rem}.tech-checkbox span{font-size:.875rem}.form-footer{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.form-note{color:#94a3b8;color:var(--text-muted);font-size:.875rem}.contact-sidebar{display:flex;flex-direction:column;gap:2rem}.sidebar-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.contact-methods{gap:1rem}.contact-method{border-radius:.5rem;color:inherit;padding:.75rem;text-decoration:none;transition:background-color .3s ease}.contact-method:hover{background-color:#334155;background-color:var(--surface-light)}.contact-icon{border-radius:.5rem;height:2.5rem;margin-right:1rem;width:2.5rem}.contact-icon.primary{background-color:#3b82f633;color:#3b82f6;color:var(--primary)}.contact-icon.secondary{background-color:#10b98133;color:#10b981;color:var(--secondary)}.contact-icon.accent{background-color:#f59e0b33;color:#f59e0b;color:var(--accent)}.contact-icon svg{height:1.25rem;width:1.25rem}.contact-label{font-weight:500;margin-bottom:.25rem}.calendar-description,.contact-value{color:#cbd5e1;color:var(--text-secondary);font-size:.875rem}.calendar-description,.calendar-widget{margin-bottom:1.5rem}.calendar-widget{background-color:#334155;background-color:var(--surface-light);border-radius:.5rem;padding:1.5rem;text-align:center}.calendar-icon{color:#3b82f6;color:var(--primary);height:3rem;margin:0 auto 1rem;width:3rem}.calendar-title{font-weight:600;margin-bottom:.5rem}.calendar-hours{color:#cbd5e1;color:var(--text-secondary);font-size:.875rem;margin-bottom:1rem}.calendar-button{width:100%}.response-time{background-color:#3b82f61a;border-radius:.5rem;padding:1rem}.response-info{align-items:center;display:flex}.response-icon{color:#3b82f6;color:var(--primary);height:1.25rem;margin-right:.5rem;width:1.25rem}.response-info span{font-size:.875rem;font-weight:500}.communication-list{display:flex;flex-direction:column;font-size:.875rem;gap:.75rem}.communication-item{align-items:center;display:flex}.communication-icon{color:#10b981;color:var(--secondary);flex-shrink:0;height:1rem;margin-right:.75rem;width:1rem}.footer{background-color:#1e293b;background-color:var(--surface);border-top:1px solid #475569;border-top:1px solid var(--border);padding:3rem 0}.footer-grid{grid-gap:2rem;display:grid;gap:2rem}@media (min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-brand{grid-column:span 2}@media (min-width:768px){.footer-brand{grid-column:span 1}}.footer-logo{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.footer-logo-icon{color:#3b82f6;color:var(--primary);height:2rem;width:2rem}.footer-logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#10b981);background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700}.footer-description{color:#cbd5e1;color:var(--text-secondary);margin-bottom:1rem;max-width:24rem}.footer-social{display:flex;gap:1rem}.social-link{color:#cbd5e1;color:var(--text-secondary);text-decoration:none;transition:color .3s ease}.social-link:hover{color:#3b82f6;color:var(--primary)}.social-link svg{height:1.25rem;width:1.25rem}.footer-links-title{font-weight:600;margin-bottom:1rem}.footer-links-list{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.footer-link{color:#cbd5e1;color:var(--text-secondary);text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#3b82f6;color:var(--primary)}.footer-bottom{border-top:1px solid #475569;border-top:1px solid var(--border);margin-top:2rem;padding-top:2rem;text-align:center}.footer-copyright{color:#cbd5e1;color:var(--text-secondary);margin:0}.notification{border-radius:.5rem;box-shadow:0 10px 15px #0003;max-width:24rem;padding:1rem;position:fixed;right:1rem;top:1rem;transform:translateX(100%);transition:all .3s ease;z-index:50}.notification-show{transform:translateX(0)}.notification-hide{transform:translateX(100%)}.notification-success{background-color:#10b981;background-color:var(--success);color:#fff}.notification-error{background-color:#ef4444;background-color:var(--error);color:#fff}.notification-info{background-color:#3b82f6;background-color:var(--primary);color:#0f172a;color:var(--background)}.notification-warning{background-color:#f59e0b;background-color:var(--warning);color:#0f172a;color:var(--background)}.notification-content{align-items:center;display:flex}.notification-message{flex:1 1}.notification-close{background:none;border:none;color:inherit;cursor:pointer;margin-left:1rem;opacity:.8;padding:0;transition:opacity .3s ease}.notification-close:hover{opacity:1}.notification-close svg{height:1rem;width:1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}@media (max-width:640px){.hero-title{font-size:2rem}.hero-description{font-size:1.125rem}.section-title{font-size:1.5rem}.card,.resume-content{padding:1rem}.timeline-item{align-items:flex-start;flex-direction:column}.timeline-icon{margin-bottom:1rem;margin-right:0}.form-footer{align-items:flex-start;flex-direction:column}}.skillhub-container{background:linear-gradient(135deg,#667eea,#764ba2);margin-top:80px;min-height:100vh;overflow:hidden;padding:2rem;position:relative}.skillhub-container:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.skillhub-content{margin:0 auto;max-width:1400px;position:relative;z-index:1}.skillhub-header{margin-bottom:3rem;padding:2rem 0;text-align:center}.skillhub-title{animation:fadeInUp .8s ease-out;color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 4px 8px #0000004d}.skillhub-subtitle{animation:fadeInUp .8s ease-out .2s both;color:#ffffffe6;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.skillhub-controls{align-items:center;display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.skill-search-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:none;border-radius:50px;box-shadow:0 8px 32px #0000001a;font-size:1rem;outline:none;padding:1rem 1.5rem 1rem 3rem;transition:all .3s ease;width:100%}.skill-search-input:focus{box-shadow:0 12px 40px #00000026;transform:translateY(-2px)}.category-filter{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.category-filter:hover{background:#fff3;transform:translateY(-2px)}.category-filter.active{background:#fffffff2;border-color:#fffffff2;box-shadow:0 8px 32px #0000001a;color:#333}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.skill-card{animation:fadeInUp .6s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.skill-card:before{background:var(--skill-color);content:"";height:4px;left:0;position:absolute;right:0;top:0}.skill-card:hover{box-shadow:0 30px 60px #00000026;transform:translateY(-8px)}.skill-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.skill-icon{flex-shrink:0}.skill-icon-bg{align-items:center;border-radius:15px;box-shadow:0 8px 20px #00000026;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;width:60px}.skill-info{flex:1 1}.skill-name{color:#333;font-size:1.3rem;font-weight:700;margin:0 0 .25rem}.skill-category{color:#666;font-size:.9rem;font-weight:500}.skill-level-badge{border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:.5rem 1rem;text-transform:uppercase}.skill-details{margin-bottom:1rem}.skill-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:1.5rem}.stat{background:#0000000d;border-radius:10px;padding:.75rem;text-align:center}.stat-value{color:#333;display:block;font-size:1.2rem;font-weight:700;margin-bottom:.25rem}.stat-label{font-size:.8rem;font-weight:500}.skill-progress{align-items:center;display:flex;gap:1rem}.progress-bar{background:#0000001a;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.progress-fill{border-radius:4px;height:100%;position:relative;transition:width 1.5s ease-out}.progress-fill:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.progress-text{color:#333;font-size:.9rem;font-weight:600;min-width:40px;text-align:right}.skill-hover-info{align-items:center;animation:fadeIn .3s ease-out forwards;background:#000000e6;border-radius:20px;bottom:0;color:#fff;display:flex;justify-content:center;left:0;opacity:0;padding:2rem;position:absolute;right:0;top:0}.hover-content{text-align:center}.hover-content h4{color:#4ecdc4;font-size:1.2rem;margin-bottom:1rem}.hover-content p{line-height:1.6;margin-bottom:1rem}.hover-stats{display:flex;font-size:.9rem;gap:1rem;justify-content:center}.hover-stats span{background:#ffffff1a;border-radius:20px;padding:.5rem 1rem}.skills-summary{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:4rem}.summary-card{animation:fadeInUp .6s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:2rem;text-align:center;transition:all .3s ease}.summary-card:hover{box-shadow:0 30px 60px #00000026;transform:translateY(-5px)}.summary-card h3{color:#666;font-size:1rem;font-weight:600;margin-bottom:1rem}.summary-number{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#333;font-size:2.5rem;font-weight:700}.skillhub-cta{animation:fadeInUp .6s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:3rem 2rem;text-align:center}.skillhub-cta h2{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.skillhub-cta p{color:#666;font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-primary,.btn-secondary{padding:1rem 2rem}.btn-primary{box-shadow:0 8px 20px #667eea4d}.btn-primary:hover{box-shadow:0 12px 30px #667eea66}.btn-secondary{background:#ffffffe6;color:#333}.btn-secondary:hover{background:#667eea1a}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@media (max-width:768px){.skillhub-container{padding:1rem}.skillhub-title{font-size:2.5rem}.skills-grid{gap:1.5rem;grid-template-columns:1fr}.skill-card{padding:1.5rem}.category-filters{align-items:center;flex-direction:column}.category-filter{justify-content:center;max-width:200px;width:100%}.skill-stats{gap:.5rem;grid-template-columns:1fr}.skills-summary{gap:1rem;grid-template-columns:repeat(2,1fr)}.cta-buttons{align-items:center;flex-direction:column}.btn-primary,.btn-secondary{max-width:250px;width:100%}}@media (max-width:480px){.skillhub-title{font-size:2rem}.skillhub-subtitle{font-size:1rem}.skills-summary{grid-template-columns:1fr}.summary-card{padding:1.5rem}}.certificates-container{background:linear-gradient(135deg,#667eea,#764ba2);margin-top:80px;min-height:100vh;overflow:hidden;padding:2rem;position:relative}.certificates-container:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.certificates-content{margin:0 auto;max-width:1400px;position:relative;z-index:1}.certificates-header{margin-bottom:3rem;padding:2rem 0;text-align:center}.certificates-title{animation:fadeInUp .8s ease-out;color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 4px 8px #0000004d}.certificates-subtitle{animation:fadeInUp .8s ease-out .2s both;color:#ffffffe6;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px}.certificates-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:3rem}.certificates-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.certificates-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.certificate-card{animation:fadeInUp .6s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000001a;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.certificate-card:before{background:var(--category-color);content:"";height:4px;left:0;position:absolute;right:0;top:0}.certificate-card:hover{box-shadow:0 30px 60px #00000026;transform:translateY(-8px)}.certificate-image-container{height:200px;overflow:hidden;position:relative}.certificate-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.certificate-card:hover .certificate-image{transform:scale(1.05)}.certificate-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.certificate-card:hover .certificate-overlay{opacity:1}.certificate-level{border-radius:20px;box-shadow:0 4px 12px #0003;color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:.5rem 1rem;position:absolute;right:1rem;text-transform:uppercase;top:1rem}.certificate-info{padding:1.5rem}.certificate-header{margin-bottom:1rem}.certificate-title{color:#333;font-size:1.3rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.certificate-issuer{align-items:center;color:#666;display:flex;font-size:.9rem;gap:.5rem}.issuer-icon{font-size:1rem}.certificate-meta{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.certificate-date{align-items:center;color:#666;display:flex;font-size:.9rem;gap:.5rem}.date-icon{font-size:1rem}.category-badge{border-radius:15px;color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.certificate-description{color:#666;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.certificate-skills{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#667eea1a;border-radius:15px;color:#667eea;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.skill-tag.more{background:#0000001a;color:#666}.certificate-modal{align-items:center;animation:fadeIn .3s ease-out;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{max-width:900px}.modal-title{font-size:1.8rem;margin:0 0 .5rem}.modal-issuer{align-items:center;color:#666;display:flex;font-size:1rem;gap:.5rem}.modal-details{gap:1.5rem}.detail-row{align-items:center;display:flex;gap:1rem}.detail-label{color:#333;font-weight:600;min-width:80px}.detail-value{color:#666}.category-badge,.level-badge{border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:.5rem 1rem;text-transform:uppercase}.modal-description h4,.modal-skills h4{color:#333;font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.skills-list{display:flex;flex-wrap:wrap;gap:.5rem}.btn-primary,.btn-secondary{font-size:.9rem;padding:.75rem 1.5rem}@media (max-width:768px){.certificates-container{padding:1rem}.certificates-title{font-size:2.5rem}.certificates-grid{gap:1.5rem;grid-template-columns:1fr}.certificate-card{margin-bottom:1rem}.certificates-filters{align-items:center;flex-direction:column}.filter-button{justify-content:center;max-width:250px;width:100%}.certificates-stats{gap:1rem;grid-template-columns:repeat(2,1fr)}.modal-body{gap:1rem;grid-template-columns:1fr}.modal-actions{flex-direction:column}.btn-primary,.btn-secondary{justify-content:center;width:100%}}@media (max-width:480px){.certificates-title{font-size:2rem}.certificates-subtitle{font-size:1rem}.certificates-stats{grid-template-columns:1fr}.stat-card{padding:1.5rem}.modal-content{margin:1rem;max-height:calc(100vh - 2rem)}.modal-body,.modal-header{padding:1rem}}.login-container{margin-top:80px;padding:2rem}.login-content{margin:0 auto;max-width:400px}.login-title{color:#2c3e50;font-size:2.5rem;margin-bottom:2rem;text-align:center}.login-form{background-color:#f8f9fa;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:2rem}.login-field{margin-bottom:1.5rem}.login-field:last-of-type{margin-bottom:2rem}.login-label{color:#2c3e50;display:block;font-weight:600;margin-bottom:.5rem}.login-input{border:2px solid #e9ecef;border-radius:5px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.login-input:focus{border-color:#667eea;outline:none}.login-button{background-color:#667eea;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:.75rem;transition:background-color .3s ease;width:100%}.login-button:hover{background-color:#5a6fd8}.login-forgot-password{margin-top:1rem;text-align:center}.login-forgot-link{background:none;border:none;color:#667eea;cursor:pointer;font-size:.9rem;text-decoration:none;text-decoration:underline}.login-forgot-link:hover{color:#5a6fd8}.contact-container{margin-top:80px;padding:2rem}.contact-content{margin:0 auto;max-width:600px}.contact-title{color:#2c3e50;font-size:2.5rem;margin-bottom:2rem;text-align:center}.contact-card{background-color:#f8f9fa;border-radius:10px;margin-bottom:2rem;padding:2rem}.contact-intro{color:#6c757d;font-size:1.1rem;margin-bottom:2rem;text-align:center}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method{gap:1rem}.contact-icon,.contact-method{align-items:center;display:flex}.contact-icon{border-radius:50%;color:#fff;font-size:1.2rem;height:40px;justify-content:center;width:40px}.contact-icon.email{background-color:#667eea}.contact-icon.phone{background-color:#764ba2}.contact-icon.linkedin{background-color:#28a745}.contact-method h3{color:#2c3e50;margin:0}.contact-method p{color:#6c757d;margin:0}.contact-button-container{text-align:center}.contact-button{background-color:#667eea;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1.1rem;padding:1rem 2rem;transition:all .3s ease}.contact-button:hover{background-color:#5a6fd8;transform:translateY(-2px)}.projects-container{background:linear-gradient(135deg,#667eea,#764ba2);margin-top:80px;min-height:100vh;overflow:hidden;padding:2rem;position:relative}.projects-container:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.projects-content{margin:0 auto;max-width:1400px;position:relative;z-index:1}.projects-header{margin-bottom:3rem;padding:2rem 0;text-align:center}.projects-title{animation:fadeInUp .8s ease-out;color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 4px 8px #0000004d}.gradient-text{-webkit-text-fill-color:#0000;animation:gradientShift 3s ease-in-out infinite;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4);-webkit-background-clip:text;background-clip:text;background-size:300% 300%}.projects-subtitle{animation:fadeInUp .8s ease-out .2s both;color:#ffffffe6;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px}.projects-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:3rem}.stat-card{animation:fadeInUp .6s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:2rem;text-align:center;transition:all .3s ease}.stat-card:hover{box-shadow:0 30px 60px #00000026;transform:translateY(-5px)}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#333;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#666;font-size:1rem;font-weight:600}.projects-controls{align-items:center;display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.search-container{max-width:400px;position:relative;width:100%}.project-search-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:none;border-radius:50px;box-shadow:0 8px 32px #0000001a;font-size:1rem;outline:none;padding:1rem 1.5rem 1rem 3rem;transition:all .3s ease;width:100%}.project-search-input:focus{box-shadow:0 12px 40px #00000026;transform:translateY(-2px)}.search-icon{color:#666;height:1.5rem;left:1rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:1.5rem}.category-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.filter-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;overflow:hidden;padding:.75rem 1.5rem;position:relative;transition:all .3s ease}.filter-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.filter-button:hover:before{left:100%}.filter-button:hover{background:#fff3;transform:translateY(-2px)}.filter-button.active{background:var(--category-color);border-color:var(--category-color);box-shadow:0 8px 32px #0003;color:#fff}.filter-icon{font-size:1.2rem}.filter-text{font-size:.9rem}.filter-count{background:#fff3;border-radius:10px;font-size:.8rem;font-weight:600;padding:.25rem .5rem}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:4rem}.project-card{animation:fadeInUp .6s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000001a;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.project-card:before{background:var(--category-color);content:"";height:4px;left:0;position:absolute;right:0;top:0}.project-card:hover{box-shadow:0 30px 60px #00000026;transform:translateY(-8px)}.project-image-container{height:250px;overflow:hidden;position:relative}.project-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-card:hover .project-image{transform:scale(1.05)}.project-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.overlay-content{color:#fff;text-align:center}.view-icon{display:block;font-size:2rem;margin-bottom:.5rem}.view-text{font-size:1rem;font-weight:600}.project-status{box-shadow:0 4px 12px #0003;letter-spacing:.5px;right:1rem;text-transform:uppercase}.project-status,.project-year{border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;padding:.5rem 1rem;position:absolute;top:1rem}.project-year{background:#000000b3;left:1rem}.project-info{padding:2rem}.project-header{margin-bottom:1rem}.project-title{color:#333;font-size:1.4rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.project-type{align-items:center;color:#666;display:flex;font-size:.9rem;gap:.5rem}.type-icon{font-size:1rem}.project-description{color:#666;font-size:.9rem;line-height:1.5;margin-bottom:1.5rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#667eea1a;border-radius:15px;color:#667eea;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.tech-tag.more{background:#0000001a;color:#666}.project-metrics{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem}.metric{background:#0000000d;border-radius:10px;padding:.75rem;text-align:center}.metric-value{font-size:1.1rem}.metric-label{font-size:.8rem}.project-actions{display:flex;gap:1rem}.action-btn{align-items:center;border:none;border-radius:50px;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:all .3s ease}.action-btn.primary{background:linear-gradient(45deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d;color:#fff}.action-btn.primary:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.action-btn.secondary{background:#667eea1a;border:2px solid #667eea4d;color:#667eea}.action-btn.secondary:hover{background:#667eea33;transform:translateY(-2px)}.project-modal{align-items:center;animation:fadeIn .3s ease-out;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:slideUp .3s ease-out;background:#fff;border-radius:20px;max-height:90vh;max-width:1000px;overflow-y:auto;position:relative;width:100%}.modal-close{align-items:center;background:#0000001a;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:40px;z-index:10}.modal-close:hover{background:#0003;transform:scale(1.1)}.modal-header{border-bottom:1px solid #eee;padding:2rem 2rem 1rem}.modal-title{color:#333;font-size:2rem;font-weight:700;margin:0 0 1rem}.modal-meta{display:flex;flex-wrap:wrap;gap:1rem}.modal-type,.modal-year{background:#667eea1a;color:#667eea}.modal-status,.modal-type,.modal-year{border-radius:20px;font-size:.9rem;font-weight:600;padding:.5rem 1rem}.modal-status{color:#fff;letter-spacing:.5px;text-transform:uppercase}.modal-body{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;padding:2rem}.modal-image-container{position:relative}.modal-image{border-radius:10px;box-shadow:0 10px 30px #0000001a;height:auto;width:100%}.modal-details{display:flex;flex-direction:column;gap:2rem}.modal-description h4,.modal-features h4,.modal-metrics h4,.modal-technologies h4{color:#333;font-size:1.2rem;font-weight:600;margin:0 0 1rem}.modal-description p{color:#666;line-height:1.6;margin:0}.features-list{list-style:none;margin:0;padding:0}.features-list li{color:#666;padding:.5rem 0 .5rem 1.5rem;position:relative}.features-list li:before{color:#10b981;content:"✓";font-weight:700;left:0;position:absolute}.technologies-list{display:flex;flex-wrap:wrap;gap:.5rem}.metrics-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.metric-item{background:#0000000d;border-radius:10px;padding:1rem;text-align:center}.metric-value{color:#333;display:block;font-size:1.2rem;font-weight:700;margin-bottom:.25rem}.metric-label{color:#666;font-size:.9rem;font-weight:500;text-transform:capitalize}.modal-actions{display:flex;gap:1rem;margin-top:1rem}.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;flex:1 1;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(45deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d;color:#fff}.btn-primary:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.btn-secondary{background:#667eea1a;border:2px solid #667eea4d;color:#667eea}.btn-secondary:hover{background:#667eea33;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@media (max-width:768px){.projects-container{padding:1rem}.projects-title{font-size:2.5rem}.projects-grid{gap:1.5rem;grid-template-columns:1fr}.project-card{margin-bottom:1rem}.category-filters{align-items:center;flex-direction:column}.filter-button{justify-content:center;max-width:250px;width:100%}.projects-stats{gap:1rem;grid-template-columns:repeat(2,1fr)}.modal-body{gap:1rem;grid-template-columns:1fr}.modal-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}@media (max-width:480px){.projects-title{font-size:2rem}.projects-subtitle{font-size:1rem}.projects-stats{grid-template-columns:1fr}.stat-card{padding:1.5rem}.modal-content{margin:1rem;max-height:calc(100vh - 2rem)}.modal-body,.modal-header{padding:1rem}.project-actions{flex-direction:column}.action-btn{width:100%}}
/*# sourceMappingURL=main.db2cc034.css.map*/