@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background:linear-gradient(160deg,#ea6666,#9a4ba2 60%);background-attachment:fixed;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.glass-effect{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px}.loading-screen{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100vh;background:linear-gradient(160deg,#ea6666,#9a4ba2 60%);color:#fff;position:relative;overflow:hidden}.loading-screen:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3;animation:float 6s ease-in-out infinite}.loading-screen p{margin-top:1rem;font-size:1.1rem;opacity:.8}.loader{width:50px;height:50px;border:3px solid rgba(255,255,255,.3);border-top:3px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite;position:relative}.loader:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1.1);width:30px;height:30px;border:2px solid rgba(255,255,255,.2);border-radius:50%;animation:pulse 2s ease-in-out infinite}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);z-index:1000;transition:all .3s ease;box-shadow:0 4px 30px #0000001a}.navbar.scrolled{background:#fffffffa;box-shadow:0 8px 40px #00000026;border-bottom:1px solid rgba(255,255,255,.3)}.navbar .nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px;width:100%;box-sizing:border-box}.navbar .nav-logo .logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(160deg,#ea6666,#9a4ba2 60%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar .nav-menu{display:flex;gap:2rem;list-style:none}.navbar .nav-link{background:none;border:none;font-size:1rem;font-weight:500;color:#333;cursor:pointer;transition:color .3s ease;padding:.5rem 1rem;border-radius:8px}.navbar .nav-link:hover{color:#667eea}.navbar .nav-actions{display:flex;align-items:center;gap:1rem}.navbar .theme-toggle{background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#333;padding:0;font-size:inherit;font-weight:inherit;font-family:inherit;z-index:1001;position:relative}.navbar .theme-toggle:hover{background:#ffffff4d;transform:scale(1.1)}.navbar .theme-toggle:focus{outline:none;box-shadow:0 0 0 2px #667eea80}.navbar .theme-toggle svg{width:20px;height:20px;stroke:currentColor;fill:none;color:inherit}.navbar .nav-toggle{display:none;cursor:pointer;color:#333;z-index:1000;position:relative}.dark-mode .navbar{background:#0f0f23f2;border-bottom:1px solid var(--border-color)}.dark-mode .navbar.scrolled{background:#0f0f23fa}.dark-mode .navbar .nav-link{color:var(--text-primary)}.dark-mode .navbar .nav-link:hover{color:#667eea}.dark-mode .navbar .theme-toggle{background:#ffffff1a;border:1px solid var(--border-color);color:var(--text-primary)}.dark-mode .navbar .theme-toggle:hover{background:#fff3}.dark-mode .navbar .theme-toggle svg{stroke:currentColor;fill:none;color:inherit}@media (max-width: 768px){.navbar .nav-container{padding:0 15px}.navbar .nav-menu{position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;transform:translateY(-100%);opacity:0;transition:all .3s ease;box-shadow:0 4px 20px #0000001a;width:100%;box-sizing:border-box;z-index:999;pointer-events:none}.navbar .nav-menu.active{transform:translateY(0);opacity:1;pointer-events:auto}.navbar .nav-menu .nav-link{pointer-events:auto;width:100%;text-align:center;padding:1rem;margin:.5rem 0;border-radius:8px}.navbar .nav-menu .nav-link:hover{background:#667eea1a}.navbar .nav-toggle{display:block}.dark-mode .navbar .nav-menu{background:#0f0f23f2;border-top:1px solid var(--border-color)}}@media (max-width: 480px){.navbar .nav-container{padding:0 10px}.navbar .nav-logo .logo-text{font-size:1.2rem}.navbar .nav-toggle{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.navbar .theme-toggle{min-width:44px;min-height:44px}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#ea6666,#9a4ba2 60%);color:#fff;position:relative;overflow:hidden}.hero .hero-container{text-align:center;z-index:1;position:relative;max-width:800px;margin:0 auto;padding:0 20px}.hero .hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;text-shadow:0 4px 8px rgba(0,0,0,.3)}.hero .hero-title .highlight{color:#333;position:relative}.hero .hero-subtitle{font-size:1.5rem;margin-bottom:1.5rem;opacity:.9}.hero .hero-description{font-size:1.1rem;margin-bottom:2rem;opacity:.8;max-width:600px;margin-left:auto;margin-right:auto}.hero .hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.hero .btn{padding:.75rem 1.5rem;border:none;border-radius:8px;box-shadow:0 4px 8px #0000004d;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.hero .btn.btn-primary{background:linear-gradient(160deg,#ea6666,#9a4ba2 60%);color:#fff;position:relative;overflow:hidden}.hero .btn.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.hero .btn.btn-primary:hover:before{left:100%}.hero .btn.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.hero .btn.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.hero .btn.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.hero .hero-social{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.hero .social-link{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;color:#fff;text-decoration:none;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.hero .social-link:hover{background:#fff3;transform:translateY(-3px);box-shadow:0 8px 20px #0003}.hero .scroll-indicator{position:absolute;left:50%;transform:translate(-50%);bottom:-7rem;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.25rem;color:#fff;cursor:pointer;transition:all .3s ease;opacity:.8;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:25px;padding:.5rem 1rem;box-shadow:0 4px 20px #0000001a}.hero .scroll-indicator:hover{opacity:1;transform:translate(-50%) translateY(-5px);background:#ffffff26;border-color:#ffffff4d;box-shadow:0 8px 30px #0003}.hero .scroll-indicator svg{animation:bounce 2s infinite;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.hero .scroll-indicator span{font-size:.8rem;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.3);letter-spacing:.5px}.dark-mode .hero{background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e);color:var(--text-primary)}.dark-mode .hero .hero-title .highlight{color:#667eea;text-shadow:0 0 20px rgba(102,126,234,.5)}.dark-mode .hero .hero-subtitle{color:var(--text-secondary)}.dark-mode .hero .hero-description{color:var(--text-muted)}.dark-mode .hero .btn.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:var(--text-primary)}.dark-mode .hero .btn.btn-primary:hover{box-shadow:0 8px 25px #667eea99}.dark-mode .hero .btn.btn-secondary{color:var(--text-primary);border:2px solid var(--border-color)}.dark-mode .hero .btn.btn-secondary:hover{background:#ffffff0d;border-color:#ffffff4d}.dark-mode .hero .social-link{background:#ffffff0d;color:var(--text-primary);border:1px solid var(--border-color)}.dark-mode .hero .social-link:hover{background:#ffffff1a;box-shadow:0 8px 20px #0006}.dark-mode .hero .scroll-indicator{color:var(--text-primary);background:#ffffff0d;border:1px solid var(--border-color);box-shadow:0 4px 20px #0000004d}.dark-mode .hero .scroll-indicator:hover{background:#ffffff1a;border-color:#fff3;box-shadow:0 8px 30px #0006}.dark-mode .hero .scroll-indicator svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.dark-mode .hero .scroll-indicator span{color:var(--text-secondary);text-shadow:0 1px 2px rgba(0,0,0,.5)}@media (max-width: 1024px) and (max-height: 700px){.hero{min-height:120vh}.hero .scroll-indicator{bottom:-6rem}}@media (max-width: 768px){.hero{padding:3rem 0}.hero .hero-container{padding:0 15px}.hero .hero-title{font-size:2.5rem}.hero .hero-subtitle{font-size:1.2rem}.hero .hero-buttons{flex-direction:column;align-items:center}.hero .scroll-indicator{bottom:-6rem}.hero .scroll-indicator span{font-size:.8rem}}@media (max-width: 480px){.hero{padding:7rem 0}.hero .hero-container{padding:0 10px}.hero .hero-title{font-size:2rem}.hero .hero-subtitle{font-size:1.1rem}.hero .hero-description{font-size:1rem}.hero .scroll-indicator{bottom:-5rem;opacity:.9}.hero .scroll-indicator span{font-size:.75rem}}.about{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);color:#333;position:relative;overflow:hidden;padding-bottom:3rem}.about:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(102,126,234,.05) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(118,75,162,.05) 0%,transparent 50%);pointer-events:none}.about .about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about .about-text h3{font-size:2rem;margin-bottom:1rem;background:linear-gradient(160deg,#ea6666,#9a4ba2 60%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about .about-text p{font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.about .about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem;align-items:flex-end}.about .stat{text-align:center}.about .stat .stat-number{font-size:2.5rem;font-weight:700;background:linear-gradient(160deg,#ea6666,#9a4ba2 60%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block}.about .stat .stat-label{font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:1px}.about .about-image{text-align:center}.about .profile-image-container{position:relative;display:inline-block}.about .profile-image{width:300px;height:300px;border-radius:50%;object-fit:cover;border:4px solid rgba(255,255,255,.3);box-shadow:0 10px 30px #0003;transition:all .3s ease;position:relative;overflow:hidden}.about .profile-image:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.about .profile-image:hover:before{left:100%}.about .profile-image:hover{transform:scale(1.05);box-shadow:0 15px 40px #0000004d}.dark-mode .about{background:#0f0f23f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);color:var(--text-primary)}.dark-mode .about .about-text p{color:var(--text-secondary)}.dark-mode .about .stat .stat-label{color:var(--text-muted)}.dark-mode .about .profile-image{border:4px solid var(--border-color)}@media (max-width: 768px){.about .about-content{grid-template-columns:1fr;gap:2rem}.about .about-stats{grid-template-columns:1fr;gap:1rem}.about .about-text{text-align:center}.about .about-text .btn{margin:0 auto;display:flex;align-items:center;justify-content:center}}.skills{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);color:#333}.skills .skills-content{display:grid;gap:3rem}.skills .skill-category{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.skills .skill-category .category-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;background:linear-gradient(160deg,#ea6666,#9a4ba2 60%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.skills .skills-grid{display:grid;gap:1rem}.skills .skill-item{display:flex;justify-content:space-between;align-items:center;gap:1rem}.skills .skill-info{display:flex;justify-content:space-between;align-items:center;width:100%}.skills .skill-name{font-weight:500;margin-bottom:.5rem}.skills .skill-level{font-size:.9rem;color:#666}.skills .skill-bar{width:100%;height:8px;background:#0000001a;border-radius:4px;overflow:hidden}.skills .skill-progress{height:100%;background:linear-gradient(160deg,#ea6666,#9a4ba2 60%);border-radius:4px;transition:width 1s ease}.skills .skills-summary{margin-top:3rem}.skills .skills-summary h3{font-size:2rem;text-align:center;margin-bottom:2rem;background:linear-gradient(160deg,#ea6666,#9a4ba2 60%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.skills .summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.skills .summary-item{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.skills .summary-item h4{font-size:1.2rem;margin-bottom:1rem;background:linear-gradient(160deg,#ea6666,#9a4ba2 60%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.skills .summary-item p{color:#666;line-height:1.6}.dark-mode .skills{background:#0f0f23f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);color:var(--text-primary)}.dark-mode .skills .skill-level{color:var(--text-muted)}.dark-mode .skills .skill-bar{background:#ffffff1a}.dark-mode .skill-category,.dark-mode .summary-item{background:#0f0f23e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color)}.dark-mode .summary-item p{color:var(--text-secondary)}@media (max-width: 768px){.skills .skills-summary .summary-grid{grid-template-columns:1fr}}.projects{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);color:#333}.projects .project-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.projects .filter-btn{padding:.5rem 1.5rem;border:2px solid rgba(102,126,234,.3);background:transparent;color:#667eea;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500}.projects .filter-btn:hover,.projects .filter-btn.active{background:#667eea;color:#fff;border-color:#667eea}.projects .projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.projects .project-card{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.projects .project-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.projects .project-card.featured{border:2px solid #667eea}.projects .project-image{position:relative;height:200px;overflow:hidden}.projects .project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.projects .project-image:hover img{transform:scale(1.1)}.projects .project-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.projects .project-card:hover .project-overlay{opacity:1}.projects .project-links{display:flex;gap:1rem}.projects .project-links a{display:flex;align-items:center;gap:.5rem}.projects .project-link{padding:.5rem 1rem;background:#fff3;color:#fff;text-decoration:none;border-radius:5px;transition:all .3s ease}.projects .project-link:hover{background:#ffffff4d;transform:translateY(-2px)}.projects .featured-badge{position:absolute;top:1rem;right:1rem;background:#667eea;color:#fff;padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:600}.projects .project-content{padding:1.5rem}.projects .project-content .project-title{font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.projects .project-content .project-description{color:#666;margin-bottom:1rem;line-height:1.6}.projects .project-content .project-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.projects .project-content .technology-tag{background:#667eea1a;color:#667eea;padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:500}.projects .projects-cta{text-align:center;margin-top:3rem}.projects .projects-cta p{font-size:1.1rem;margin-bottom:1.5rem;color:#666}.dark-mode .projects{background:#0f0f23f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);color:var(--text-primary)}.dark-mode .projects .filter-btn{border:2px solid rgba(102,126,234,.5);color:#667eea}.dark-mode .projects .filter-btn:hover,.dark-mode .projects .filter-btn.active{background:#667eea;color:var(--text-primary);border-color:#667eea}.dark-mode .projects .project-description{color:var(--text-secondary)}.dark-mode .projects .technology-tag{background:#667eea33;color:#667eea}.dark-mode .projects .projects-cta p{color:var(--text-secondary)}.dark-mode .project-card{background:#0f0f23e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color)}@media (max-width: 768px){.projects .projects-grid{grid-template-columns:1fr}.projects .project-filters{flex-direction:column;align-items:center}}.contact{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);color:#333}.contact .contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact .contact-info h3{font-size:2rem;margin-bottom:1rem;background:linear-gradient(160deg,#ea6666,#9a4ba2 60%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact .contact-info p{font-size:1.1rem;color:#666;margin-bottom:2rem}.contact .contact-details{margin-bottom:2rem}.contact .contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.contact .contact-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#ea6666,#9a4ba2 60%);border-radius:50%;color:#fff;font-size:1.2rem}.contact .contact-text h4{font-size:1.1rem;margin-bottom:.25rem}.contact .contact-link{color:#667eea;text-decoration:none;transition:color .3s ease}.contact .contact-link:hover{color:#5a67d8}.contact .social-links h4{font-size:1.2rem;margin-bottom:1rem}.contact .social-grid{display:flex;gap:1rem}.contact .social-link{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#667eea1a;border-radius:50%;color:#667eea;text-decoration:none;transition:all .3s ease;border:1px solid rgba(102,126,234,.2)}.contact .social-link:hover{background:#667eea;color:#fff;transform:translateY(-3px)}.contact .contact-form{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.contact .contact-form .form-group{margin-bottom:1.5rem}.contact .contact-form .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.contact .contact-form .form-group input,.contact .contact-form .form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#ffffffe6;color:#333}.contact .contact-form .form-group input:focus,.contact .contact-form .form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.contact .contact-form .form-group input::placeholder,.contact .contact-form .form-group textarea::placeholder{color:#0009}.contact .contact-form .form-group textarea{resize:vertical;min-height:120px}.contact .contact-form .submit-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;box-shadow:0 4px 8px #0000004d;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(160deg,#ea6666,#9a4ba2 60%);color:#fff;width:100%;justify-content:center;position:relative;overflow:hidden}.contact .contact-form .submit-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.contact .contact-form .submit-btn:hover:before{left:100%}.contact .contact-form .submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.contact .contact-form .submit-btn:disabled{opacity:.6;cursor:not-allowed}.contact .spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}.contact .success-message{background:#22c55e1a;color:#22c55e;padding:1rem;border-radius:8px;border:1px solid rgba(34,197,94,.3);margin-bottom:1rem;text-align:center;font-weight:500}.contact .error-message{background:#ef44441a;color:#ef4444;padding:1rem;border-radius:8px;border:1px solid rgba(239,68,68,.3);margin-bottom:1rem;text-align:center;font-weight:500}.dark-mode .contact{background:#0f0f23f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);color:var(--text-primary)}.dark-mode .contact .contact-info p{color:var(--text-secondary)}.dark-mode .contact .contact-text h4{color:var(--text-primary)}.dark-mode .contact .contact-link{color:#667eea}.dark-mode .contact .contact-link:hover{color:#5a67d8}.dark-mode .contact .social-links h4{color:var(--text-primary)}.dark-mode .contact .social-link{background:#667eea1a;color:#667eea;border:1px solid rgba(102,126,234,.3)}.dark-mode .contact .social-link:hover{background:#667eea;color:var(--text-primary)}.dark-mode .contact-form{background:#0f0f23e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color)}.dark-mode .contact-form .form-group label{color:var(--text-primary)}.dark-mode .form-group input,.dark-mode .form-group textarea{background:#0f0f23cc;border:1px solid var(--border-color);color:var(--text-primary)}.dark-mode .form-group input:focus,.dark-mode .form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.dark-mode .form-group input::placeholder,.dark-mode .form-group textarea::placeholder{color:#fff9}@media (max-width: 768px){.contact .contact-content{grid-template-columns:1fr;gap:2rem}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.footer{background:linear-gradient(160deg,#ea6666,#9a4ba2 60%);color:#fff;padding:3rem 0 1rem;border-top:1px solid rgba(255,255,255,.2);position:relative;overflow:hidden}.footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer .footer-section{text-align:left}.footer .footer-section h3{font-size:1.3rem;margin-bottom:1rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.footer .footer-section h4{font-size:1.1rem;margin-bottom:.5rem;color:#fff}.footer .footer-section p{color:#fffc;line-height:1.6}.footer .footer-links{list-style:none}.footer .footer-links li{margin-bottom:.5rem}.footer .footer-links a{color:#fffc;text-decoration:none;transition:all .3s ease}.footer .footer-links a:hover{color:#fff;text-shadow:0 0 8px rgba(255,255,255,.5)}.footer .footer-social{display:flex;gap:1rem}.footer .footer-social a{color:#0f0f23}.footer .footer-bottom{text-align:center;padding-top:2rem}.footer .footer-line{height:1px;background:#fff3;margin-bottom:2rem}.footer .copyright{color:#ffffffb3;font-size:.9rem}.footer .heart-icon{color:#e53e3e;animation:heartbeat 1.5s ease-in-out infinite}.dark-mode .footer{background:linear-gradient(135deg,#0f0f23,#1a1a2e);color:var(--text-primary)}.dark-mode .footer:before{opacity:.2}.dark-mode .footer .footer-section h3,.dark-mode .footer .footer-section h4{color:var(--text-primary)}.dark-mode .footer .footer-section p,.dark-mode .footer .footer-links a{color:var(--text-secondary)}.dark-mode .footer .footer-links a:hover,.dark-mode .footer .footer-social a{color:var(--text-primary)}.dark-mode .footer .copyright{color:var(--text-muted)}@media (max-width: 768px){.footer .footer-content{grid-template-columns:1fr;text-align:center}}section{padding:5rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(160deg,#ea6666,#9a4ba2 60%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.dark-mode{--bg-primary: #0f0f23;--bg-secondary: #1a1a2e;--bg-tertiary: #16213e;--text-primary: #ffffff;--text-secondary: #e2e8f0;--text-muted: #94a3b8;--border-color: rgba(255, 255, 255, .1);--shadow-color: rgba(0, 0, 0, .3)}.dark-mode body{background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e);color:var(--text-primary)}.dark-mode .section-subtitle{color:var(--text-secondary)}@media (max-width: 768px){.section-title{font-size:2rem}}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff;overflow-x:hidden}#root{width:100%;margin:0 auto}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:#fff;cursor:pointer;transition:border-color .25s;display:flex;justify-content:center;align-items:center;gap:8px}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1)}::selection{background:#667eea4d;color:#333}*:focus{outline:2px solid #667eea;outline-offset:2px}*{transition:color .3s ease,background-color .3s ease,border-color .3s ease,transform .3s ease,opacity .3s ease}
