@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:#0a0e27;color:#fff;line-height:1.6;overflow-x:hidden}.navbar{position:fixed;top:0;width:100%;background:#0a0e27f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);z-index:1000;padding:1rem 0}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.nav-logo{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;gap:2rem}.nav-item{background:none;border:none;color:#a0aec0;font-weight:500;cursor:pointer;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px}.nav-item:hover,.nav-item.active{color:#667eea;background:#667eea1a}.nav-contacts{display:flex;gap:.8rem;align-items:center}.nav-contact-item{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#667eea1a;text-decoration:none;transition:all .3s ease;border:1px solid rgba(102,126,234,.2);color:#667eea}.nav-contact-item svg{width:18px;height:18px}.nav-contact-item:hover{background:#667eea33;transform:scale(1.1);color:#fff}.main-container{padding-top:80px}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-container-wide{max-width:1400px;margin:0 auto;padding:0 2rem}.section-container-extra-wide{max-width:1600px;margin:0 auto;padding:0 2rem}.section-title{font-size:3rem;font-weight:800;text-align:center;margin-bottom:4rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-section{min-height:100vh;display:flex;align-items:center;background:radial-gradient(circle at 30% 20%,rgba(102,126,234,.3) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(118,75,162,.3) 0%,transparent 50%);position:relative;overflow:hidden;padding:2rem 0}.hero-section:before{content:"";position:absolute;width:200%;height:200%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");animation:float 20s ease-in-out infinite}.hero-content-centered{text-align:center;max-width:900px;margin:0 auto}.hero-visual-center{display:flex;justify-content:center;margin-top:3rem}.hero-greeting{font-size:1.2rem;color:#667eea;font-weight:500;margin-bottom:1rem}.hero-name{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#a0aec0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-title{font-size:2rem;color:#667eea;margin-bottom:2rem;font-weight:600}.hero-description{font-size:1.1rem;color:#a0aec0;margin-bottom:3rem;line-height:1.8}.hero-stats{display:flex;gap:3rem;margin-bottom:3rem;justify-content:center}.stat{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:800;color:#667eea}.stat-label{font-size:.9rem;color:#a0aec0}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;padding:1rem 2rem;border-radius:12px;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 40px #667eea4d}.btn-secondary{background:transparent;border:2px solid #667eea;padding:1rem 2rem;border-radius:12px;color:#667eea;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.hero-visual{display:flex;justify-content:center;align-items:center}.floating-card{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;animation:float 6s ease-in-out infinite}.code-snippet{font-family:Monaco,Menlo,monospace;font-size:.9rem;color:#a0aec0}.code-line{margin-bottom:.5rem}.fade-in{animation:fadeIn 1s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.about-section{padding:8rem 0;background:linear-gradient(180deg,#0a0e27,#1a1d35);position:relative}.about-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.about-content{display:flex;justify-content:center;align-items:center;max-width:800px;margin:0 auto}@media (min-width: 768px){.about-content{max-width:900px}}.about-text{font-size:1.1rem;color:#a0aec0;line-height:1.8}.about-text p{margin-bottom:1.5rem}.about-highlights{display:flex;gap:6rem;margin-top:3rem;flex-wrap:wrap}.highlight-item{display:flex;align-items:center;gap:.8rem;background:#667eea26;padding:1rem 1.5rem;border-radius:16px;border:1px solid rgba(102,126,234,.3);transition:all .3s ease}.highlight-item:hover{background:#667eea40;border-color:#667eea80;transform:translateY(-2px)}.highlight-icon{font-size:1.4rem;background:#667eea33;padding:.5rem;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(102,126,234,.4)}.about-image{display:flex;justify-content:center}.profile-card{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;max-width:300px;width:100%}.card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;color:#4ade80}.status-indicator{width:10px;height:10px;border-radius:50%}.status-indicator.online{background:#4ade80;animation:pulse 2s infinite}.card-content h3{font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.card-content p{color:#667eea;margin-bottom:1rem}.location{color:#a0aec0;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.location-icon{width:16px;height:16px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.services-section{padding:8rem 0}.services-grid-inline{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 640px){.services-grid-inline{grid-template-columns:repeat(2,1fr);gap:1.2rem}}@media (min-width: 968px){.services-grid-inline{grid-template-columns:repeat(5,1fr);gap:1rem}}@media (min-width: 1200px){.services-grid-inline{gap:1.5rem}}.service-card-compact{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;transition:all .3s ease;text-align:center;height:100%}.service-card-compact:hover{transform:translateY(-5px);border-color:#667eea80;box-shadow:0 15px 30px #667eea33}.service-card-compact .service-icon{font-size:2.5rem;margin-bottom:1rem}.service-card-compact h3{font-size:1.2rem;font-weight:700;margin-bottom:.8rem;color:#fff}.service-card-compact p{color:#a0aec0;margin-bottom:1.2rem;line-height:1.5;font-size:.9rem}.service-card-compact .service-features{list-style:none;font-size:.85rem}.service-card-compact .service-features li{color:#a0aec0;position:relative;padding:.3rem 0 .3rem 1.2rem}.service-card-compact .service-features li:before{content:"✓";position:absolute;left:0;color:#4ade80;font-weight:700}.service-icon{font-size:3rem;margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.service-card p{color:#a0aec0;margin-bottom:2rem;line-height:1.6}.service-features{list-style:none}.service-features li{color:#a0aec0;position:relative;padding:.5rem 0 .5rem 1.5rem}.service-features li:before{content:"✓";position:absolute;left:0;color:#4ade80;font-weight:700}.skills-section{padding:8rem 0;background:linear-gradient(180deg,#1a1d35,#0a0e27)}.skills-subtitle{text-align:center;color:#a0aec0;font-size:1.2rem;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.skills-grid-5x5{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1400px;margin:0 auto}@media (min-width: 768px){.skills-grid-5x5{grid-template-columns:repeat(5,1fr);gap:1.8rem}}.skill-card-optimized{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;transition:all .3s ease;text-align:center;display:flex;flex-direction:column;align-items:center;min-height:150px;justify-content:space-between}.skill-card-optimized:hover{transform:translateY(-8px);border-color:#667eea80;box-shadow:0 20px 40px #667eea40}.skill-icon-wrapper-optimized{background:#ffffff26;border-radius:12px;padding:1rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);margin-bottom:1rem;width:fit-content;box-shadow:0 4px 12px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.skill-icon-optimized{width:2rem;height:2rem;object-fit:contain;filter:brightness(1.2) contrast(1.1)}.skill-info-optimized{text-align:center;margin-bottom:1rem;flex:1;display:flex;flex-direction:column;justify-content:center}.skill-name-optimized{display:block;font-weight:600;font-size:.9rem;color:#fff;margin-bottom:.3rem;line-height:1.2}.skill-level-optimized{font-size:.75rem;color:#667eea;font-weight:500}.skill-progress-optimized{width:100%;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden;position:relative}.skill-fill-optimized{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);transition:width 1.5s ease-in-out;border-radius:3px;box-shadow:0 1px 3px #667eea4d;position:relative}.skill-fill-optimized:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:shimmer 2.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.projects-section{padding:8rem 0}.projects-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;transition:all .3s ease;height:100%}.project-card:hover{transform:translateY(-10px);border-color:#667eea80;box-shadow:0 20px 40px #667eea33}.project-header{margin-bottom:1.5rem}.project-card h3{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:#fff}.project-impact{background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;display:inline-block}.project-description{color:#a0aec0;line-height:1.6;margin-bottom:1.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#667eea33;color:#667eea;padding:.3rem .8rem;border-radius:12px;font-size:.8rem;font-weight:500;border:1px solid rgba(102,126,234,.3)}.contact-section{padding:8rem 0;background:linear-gradient(180deg,#1a1d35,#0a0e27)}.contact-content-centered{text-align:center;max-width:1000px;margin:0 auto}.contact-subtitle{color:#a0aec0;font-size:1.2rem;margin-bottom:4rem;line-height:1.8;max-width:800px;margin-left:auto;margin-right:auto}.contact-methods-centered{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:4rem}@media (min-width: 768px){.contact-methods-centered{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.contact-methods-centered{grid-template-columns:repeat(4,1fr)}}.contact-method-large{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;transition:all .3s ease;text-decoration:none;color:inherit;text-align:center}.contact-method-large:hover{transform:translateY(-8px);border-color:#667eea80;box-shadow:0 20px 40px #667eea33}.method-icon-large{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#667eea1a;border-radius:50%;border:1px solid rgba(102,126,234,.2);color:#667eea}.method-icon-large svg{width:28px;height:28px}.contact-method-large .method-label{font-size:1rem;color:#667eea;margin-bottom:.5rem;font-weight:600}.contact-method-large .method-value{font-weight:600;color:#fff;font-size:.95rem}.contact-form-centered{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:3rem;max-width:700px;margin:0 auto}.contact-form-centered h3{font-size:1.8rem;font-weight:700;margin-bottom:2rem;color:#fff}.form-wide{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.form-row{grid-template-columns:1fr 1fr}}.form-group{display:flex;flex-direction:column}.form-submit-wrapper{text-align:center;margin-top:1rem}.form-status{padding:1rem;border-radius:12px;margin-bottom:1.5rem;font-weight:500;text-align:center;animation:slideDown .3s ease}.form-status.success{background:#10b98133;border:1px solid rgba(16,185,129,.5);color:#10b981}.form-status.error{background:#ef444433;border:1px solid rgba(239,68,68,.5);color:#ef4444}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.btn-submit-large{background:linear-gradient(135deg,#667eea,#764ba2);border:none;padding:1.2rem 3rem;border-radius:16px;color:#fff;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.btn-submit-large:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 35px #667eea66}.btn-submit-large:disabled{opacity:.6;cursor:not-allowed}.form-input,.form-textarea{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;color:#fff;font-size:1rem;transition:all .3s ease}.form-input::placeholder,.form-textarea::placeholder{color:#a0aec0}.form-input:focus,.form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-textarea{resize:vertical;min-height:120px}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);border:none;padding:1rem 2rem;border-radius:12px;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 10px 30px #667eea4d}.footer{background:#0a0e27;padding:3rem 0;border-top:1px solid rgba(255,255,255,.1)}.footer-content{text-align:center;color:#a0aec0;font-size:.9rem}@media (max-width: 768px){.nav-menu{display:none}.hero-name{font-size:2.5rem}.hero-title{font-size:1.5rem}.section-title{font-size:2rem}.hero-stats{gap:1.5rem;flex-direction:row;justify-content:center}.stat-number{font-size:2rem}.hero-buttons{flex-direction:column;align-items:center}.about-highlights{flex-direction:column;gap:1rem}.services-grid-inline{grid-template-columns:1fr}.skills-grid-5x5{grid-template-columns:repeat(2,1fr);gap:1rem}.contact-methods-centered{grid-template-columns:1fr}.skill-card-optimized{min-height:130px;padding:1rem}.skill-icon-optimized{width:1.4rem;height:1.4rem}.skill-name-optimized{font-size:.8rem}.nav-contacts{gap:.5rem}.nav-contact-item{width:35px;height:35px}.nav-contact-item svg{width:16px;height:16px}}@keyframes slideInUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slide-up{animation:slideInUp .8s ease-out}@supports (-webkit-overflow-scrolling: touch){html{-webkit-overflow-scrolling:touch}}@tailwind base;@tailwind components;@tailwind utilities;html,body,#root{height:100%;margin:0;padding:0}
