*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background-color:#0a0a0a;color:#fff;line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.25;margin-bottom:1rem}h1{font-size:3.75rem}h2{font-size:2.25rem}h3{font-size:1.875rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}p{margin-bottom:1rem;line-height:1.75}a{color:#6366f1;text-decoration:none;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1)}a:hover{color:#818cf8}a:focus{outline:2px solid #6366f1;outline-offset:2px}ul,ol{margin-bottom:1rem;padding-left:1.5rem}li{margin-bottom:.25rem}img{max-width:100%;height:auto;display:block}.password-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:9999;display:flex;align-items:center;justify-content:center}.password-modal .modal-content{background:#111;border:1px solid #2d2d2d;border-radius:16px;padding:4rem;max-width:1024px;width:30%;min-width:375px;text-align:center;box-shadow:"0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22)";position:relative;overflow:hidden;flex-direction:column}.password-modal .modal-content::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg, #6366f1, #3b82f6)}.password-modal .modal-header{margin-bottom:2rem}.password-modal .modal-header .lock-icon{width:64px;height:64px;background:linear-gradient(135deg, #6366f1, #3b82f6);border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.password-modal .modal-header .lock-icon i{font-size:28px;color:#000}.password-modal .modal-header h1{font-size:32px;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg, #ffffff, #6366f1);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.password-modal .modal-header p{color:#e5e7eb;font-size:1.125rem;line-height:1.75}.password-modal .password-form .input-group{position:relative;margin-bottom:1.5rem}.password-modal .password-form .input-group .password-input{width:100%;padding:1rem 1.5rem;background:#1a1a1a;border:2px solid #2d2d2d;border-radius:8px;color:#fff;font-size:1rem;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1)}.password-modal .password-form .input-group .password-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.password-modal .password-form .input-group .password-input::-moz-placeholder{color:#9ca3af}.password-modal .password-form .input-group .password-input::placeholder{color:#9ca3af}.password-modal .password-form .input-group .password-input.error{border-color:#ef4444}.password-modal .password-form .input-group .toggle-password{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1)}.password-modal .password-form .input-group .toggle-password:hover{color:#e5e7eb}.password-modal .password-form .input-group .toggle-password i{font-size:18px}.password-modal .password-form .submit-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border-radius:9999px;font-weight:500;font-size:1rem;text-decoration:none;border:none;cursor:pointer;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1);width:100%;background:linear-gradient(135deg, #6366f1, #3b82f6);color:#000;font-size:1.125rem;padding:1rem 1rem;gap:1rem}.password-modal .password-form .submit-btn:focus{outline:2px solid #6366f1;outline-offset:2px}.password-modal .password-form .submit-btn:disabled{opacity:.6;cursor:not-allowed}.password-modal .password-form .submit-btn:hover{transform:translateY(-2px);box-shadow:"0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22)"}.password-modal .password-form .submit-btn:active{transform:translateY(0)}.password-modal .error-message{color:#ef4444;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:4px;padding:1rem;margin-top:1rem;font-size:.875rem;display:none}.password-modal .error-message.show{display:block}.password-modal .privacy-notice{padding:1rem;background:#1a1a1a;border-radius:8px;border-left:3px solid #6366f1}.password-modal .privacy-notice p{font-size:.875rem;color:#9ca3af}.password-modal .privacy-notice p i{margin-right:.5rem}.navbar{position:fixed;top:0;left:0;right:0;padding:0;z-index:1020;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1)}.navbar.scrolled{background:rgba(10,10,10,.98);box-shadow:"0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)"}.navbar .navbar-container{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1200px;margin:0 auto}.navbar .navbar-brand{text-decoration:none;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1)}.navbar .navbar-brand .logo-image{height:80px;width:auto;display:block;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1)}.navbar .navbar-brand .logo-image:hover{transform:scale(1.05)}.navbar .navbar-nav{display:flex;list-style:none;gap:2rem}.navbar .navbar-nav .nav-link{color:#e5e7eb;text-decoration:none;font-weight:500;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1);position:relative}.navbar .navbar-nav .nav-link::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#6366f1;transition:width 300ms cubic-bezier(0.4, 0, 0.2, 1);border-radius:9999px}.navbar .navbar-nav .nav-link:hover,.navbar .navbar-nav .nav-link.active{color:#fff}.navbar .navbar-nav .nav-link:hover::after,.navbar .navbar-nav .nav-link.active::after{width:100%}.navbar .navbar-toggle{display:block;background:none;border:none;color:#fff;font-size:24px;cursor:pointer}.navbar .navbar-nav{display:none}.navbar .navbar-nav.show{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#111;border-top:1px solid #2d2d2d;padding:1rem;box-shadow:"0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)";z-index:1000}.navbar .navbar-nav.show .nav-link{padding:1rem 1.5rem;border-bottom:1px solid #2d2d2d}.navbar .navbar-nav.show .nav-link:last-child{border-bottom:none}.navbar .navbar-nav.show .nav-link:hover{background:#1a1a1a}@media(min-width: 1024px){.navbar .navbar-nav{display:flex !important;flex-direction:row;position:static;background:none;border:none;padding:0;box-shadow:none}.navbar .navbar-nav .nav-link{padding:.5rem 1rem;border:none}.navbar .navbar-nav .nav-link:last-child{border-bottom:none}.navbar .navbar-nav .nav-link:hover{background:#1a1a1a}.navbar .navbar-toggle{display:none !important}}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:6rem 1.5rem}.hero-section::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%, rgba(0, 0, 0, 0.15) 0%, transparent 50%),radial-gradient(circle at 80% 20%, rgba(0, 0, 0, 0.15) 0%, transparent 50%),radial-gradient(circle at 50% 50%, rgba(16, 185, 129, 0.1) 0%, transparent 70%);pointer-events:none;animation:float 20s ease-in-out infinite}.hero-section .hero-content{text-align:center;max-width:1200px;position:relative;z-index:2;top:100px}.hero-section .hero-title{font-size:clamp(3rem,8vw,7rem);font-weight:800;line-height:1.25;margin-bottom:1.5rem;position:relative}.hero-section .hero-title .gradient-text{background:linear-gradient(135deg, #ffffff 0%, #6366f1 50%, #3b82f6 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;position:relative}.hero-section .hero-title .gradient-text::after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg, #6366f1, #3b82f6);border-radius:9999px;opacity:.8}.hero-section .hero-subtitle{font-size:clamp(1.125rem,4vw,2.25rem);color:#e5e7eb;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;font-weight:500;line-height:1.75}.hero-section .hero-description{font-size:clamp(1rem,3vw,1.5rem);color:#9ca3af;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto;line-height:1.5}.hero-section .hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}@media(min-width: 480px){.hero-section .hero-actions{gap:1.5rem}}.hero-section .hero-actions .btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border-radius:9999px;font-weight:500;font-size:1rem;text-decoration:none;border:none;cursor:pointer;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1);background:linear-gradient(135deg, #1a1a1a, #111111);color:#fff;padding:1rem 1rem;font-size:1.125rem;border:1px solid #6366f1;box-shadow:0 8px 32px rgba(99,102,241,.3)}.hero-section .hero-actions .btn-primary:focus{outline:2px solid #6366f1;outline-offset:2px}.hero-section .hero-actions .btn-primary:disabled{opacity:.6;cursor:not-allowed}.hero-section .hero-actions .btn-primary:hover{background:#1a1a1a;border-color:#6366f1;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px rgba(99,102,241,.2)}.hero-section .hero-actions .btn-primary:active{transform:translateY(-1px)}.hero-section .hero-actions .btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border-radius:9999px;font-weight:500;font-size:1rem;text-decoration:none;border:none;cursor:pointer;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1);background:rgba(0,0,0,0);color:#e5e7eb;border:1px solid #2d2d2d;font-weight:500}.hero-section .hero-actions .btn-secondary:focus{outline:2px solid #6366f1;outline-offset:2px}.hero-section .hero-actions .btn-secondary:disabled{opacity:.6;cursor:not-allowed}.hero-section .hero-actions .btn-secondary:hover{background:#1a1a1a;border-color:#6366f1;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px rgba(99,102,241,.2)}.hero-section .hero-stats{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:0 auto}@media(min-width: 480px){.hero-section .hero-stats{grid-template-columns:repeat(3, 1fr);gap:2rem}}.hero-section .hero-stats .stat-item{text-align:center;place-content:center;min-width:200px;padding:1.5rem;background:rgba(255,255,255,.03);border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1)}.hero-section .hero-stats .stat-item:hover{background:rgba(255,255,255,.05);transform:translateY(-2px)}.hero-section .hero-stats .stat-item .stat-number{display:block;font-size:clamp(1.5rem,5vw,2.25rem);font-weight:700;color:#6366f1;margin-bottom:.25rem;background:linear-gradient(135deg, #6366f1, #3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.hero-section .hero-stats .stat-item .stat-label{color:#e5e7eb;font-size:.875rem;text-transform:uppercase;letter-spacing:1px;font-weight:500}.floating-element{position:absolute;border-radius:9999px}.floating-element--top-right{top:20%;right:10%;width:100px;height:100px;background:rgba(99,102,241,.1)}.floating-element--bottom-left{bottom:20%;left:10%;width:80px;height:80px;background:rgba(59,130,246,.1)}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem}.section-header p{line-height:1.5;font-size:1.875rem;color:#e5e7eb;max-width:900px;margin:0 auto}.projects-section{padding:4rem 1.5rem;background:#111}.projects-section .projects-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:2rem;max-width:1200px;margin:0 auto}.projects-section .project-card{background:#1a1a1a;border:1px solid #2d2d2d;border-radius:12px;padding:1.5rem;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden;cursor:pointer}@media(min-width: 0){.projects-section .project-card{margin-bottom:1.5rem}}.projects-section .project-card::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg, #6366f1, #3b82f6);transform:scaleX(0);transition:width 300ms cubic-bezier(0.4, 0, 0.2, 1)}.projects-section .project-card:hover{transform:translateY(-8px);box-shadow:"0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22)";border-color:#6366f1}.projects-section .project-card:hover::before{transform:scaleX(1)}.projects-section .project-card:hover .project-image img{transform:scale(1.05)}.projects-section .project-card .project-image{width:100%;height:200px;background:#1f1f1f;border-radius:8px;overflow:hidden;margin-bottom:1.5rem}@media(min-width: 0){.projects-section .project-card .project-image{height:180px}}@media(min-width: 480px){.projects-section .project-card .project-image{height:200px}}.projects-section .project-card .project-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1)}.projects-section .project-card .project-content h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#fff}@media(min-width: 0){.projects-section .project-card .project-content h3{font-size:1.125rem}}.projects-section .project-card .project-content p{color:#e5e7eb;margin-bottom:1.5rem;line-height:1.75}@media(min-width: 0){.projects-section .project-card .project-content p{font-size:.875rem}}.projects-section .project-card .project-content .project-meta{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}@media(min-width: 0){.projects-section .project-card .project-content .project-meta{gap:.5rem}}.projects-section .project-card .project-content .project-meta .meta-item{background:#1f1f1f;padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;color:#9ca3af}@media(min-width: 0){.projects-section .project-card .project-content .project-meta .meta-item{font-size:.75rem;padding:.25rem .5rem}}.projects-section .project-card .project-content .btn-view-project{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border-radius:9999px;font-weight:500;font-size:1rem;text-decoration:none;border:none;cursor:pointer;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1);background:rgba(0,0,0,0);color:#6366f1;border:2px solid #6366f1;width:100%;gap:1rem}.projects-section .project-card .project-content .btn-view-project:focus{outline:2px solid #6366f1;outline-offset:2px}.projects-section .project-card .project-content .btn-view-project:disabled{opacity:.6;cursor:not-allowed}.projects-section .project-card .project-content .btn-view-project:hover{background:#6366f1;color:#000}.about-section{padding:4rem 1.5rem;background:#0a0a0a}.about-section .about-content{max-width:1000px;margin:0 auto}.about-section .about-content .about-text{text-align:center;margin-bottom:3rem}.about-section .about-content .about-text p{font-size:1.125rem;color:#e5e7eb;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.75}.about-section .about-content .skills-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-top:3rem}.about-section .about-content .skills-grid .skill-category{text-align:center}.about-section .about-content .skills-grid .skill-category h3{color:#6366f1;margin-bottom:1.5rem;font-size:1.25rem}.about-section .about-content .skills-grid .skill-category ul{list-style:none;padding:0}.about-section .about-content .skills-grid .skill-category ul li{margin-bottom:.5rem;font-size:1rem}.about-section .about-content .skills-grid .skill-category ul li:last-child{margin-bottom:0}.contact-section{padding:6rem 1.5rem;background:#111;position:relative;overflow:hidden}.contact-section::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%, rgba(19, 20, 54, 0.08) 0%, transparent 50%),radial-gradient(circle at 80% 20%, rgba(20, 33, 53, 0.08) 0%, transparent 50%),radial-gradient(circle at 50% 50%, rgba(18, 19, 27, 0.05) 0%, transparent 70%);pointer-events:none;animation:float 25s ease-in-out infinite}.contact-section .section-header{text-align:center;margin-bottom:4rem;position:relative;z-index:2}.contact-section .section-header h2{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem;color:#fff;position:relative}.contact-section .section-header h2::after{content:"";display:block;width:100px;height:4px;background:linear-gradient(90deg, #6366f1, #3b82f6, #10b981);margin:1rem auto 0;border-radius:9999px;opacity:.9;animation:shimmer 2s ease-in-out infinite}.contact-section .section-header p{font-size:1.875rem;color:#e5e7eb;max-width:900px;margin:0 auto;line-height:1.5;font-weight:500}.contact-section .contact-content{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;position:relative;z-index:2}@media(min-width: 768px){.contact-section .contact-content{grid-template-columns:1fr;gap:3rem}}.contact-section .contact-info .contact-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:rgba(255,255,255,.03);border-radius:12px;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.1);transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-section .contact-info .contact-item:hover{transform:translateY(-3px);border-color:#6366f1;background:rgba(255,255,255,.05);box-shadow:"0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)";box-shadow:0 8px 32px rgba(99,102,241,.2)}.contact-section .contact-info .contact-item i{font-size:24px;color:#6366f1;width:60px;height:60px;background:linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(59, 130, 246, 0.15));border-radius:9999px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(99,102,241,.2);transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1)}.contact-section .contact-info .contact-item i:hover{transform:scale(1.1);background:linear-gradient(135deg, rgba(99, 102, 241, 0.25), rgba(59, 130, 246, 0.25))}.contact-section .contact-info .contact-item div h3{color:#fff;margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.contact-section .contact-info .contact-item div p{color:#e5e7eb;font-size:1rem;font-weight:500}.contact-section .contact-actions{display:flex;flex-direction:column;gap:3rem;align-items:center}.contact-section .contact-actions .resume-download{margin-bottom:1.5rem}.contact-section .contact-actions .resume-download .btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border-radius:9999px;font-weight:500;font-size:1rem;text-decoration:none;border:none;cursor:pointer;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1);background:linear-gradient(135deg, #6366f1, #3b82f6);color:#000;padding:1.5rem 3rem;font-size:1.125rem;font-weight:600;box-shadow:0 8px 32px rgba(99,102,241,.3);border:none;display:inline-flex;align-items:center;gap:1rem;min-width:250px;justify-content:center;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1)}.contact-section .contact-actions .resume-download .btn-primary:focus{outline:2px solid #6366f1;outline-offset:2px}.contact-section .contact-actions .resume-download .btn-primary:disabled{opacity:.6;cursor:not-allowed}.contact-section .contact-actions .resume-download .btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(99,102,241,.4);box-shadow:"0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22)"}.contact-section .contact-actions .resume-download .btn-primary:active{transform:translateY(-1px)}.contact-section .contact-actions .resume-download .btn-primary i{font-size:20px}.contact-section .contact-actions .resume-download .btn-primary span{font-weight:600}.contact-section .contact-actions .social-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.contact-section .contact-actions .social-links .social-link{display:inline-flex;align-items:center;justify-content:center;width:70px;height:70px;background:rgba(255,255,255,.03);border-radius:12px;color:#e5e7eb;font-size:26px;border:1px solid rgba(255,255,255,.1);transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.contact-section .contact-actions .social-links .social-link::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1)}.contact-section .contact-actions .social-links .social-link:hover{background:#6366f1;color:#000;transform:translateY(-4px) scale(1.05);box-shadow:"0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22)";border-color:#6366f1}.contact-section .contact-actions .social-links .social-link:hover::before{left:100%}.contact-section .contact-actions .social-links .social-link:focus{outline:2px solid #6366f1;outline-offset:2px}.footer{background:#0a0a0a;border-top:1px solid #2d2d2d;padding:3rem 1.5rem}.footer .footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.footer .footer-content .footer-section h3{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.footer .footer-content .footer-section ul{list-style:none}.footer .footer-content .footer-section ul li{margin-bottom:.5rem}.footer .footer-content .footer-section ul li a{color:#e5e7eb;text-decoration:none;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1)}.footer .footer-content .footer-section ul li a:hover{color:#6366f1}.footer .footer-content .footer-section .social-links{display:flex;gap:1rem}.footer .footer-content .footer-section .social-links a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#1a1a1a;border-radius:8px;color:#e5e7eb;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1)}.footer .footer-content .footer-section .social-links a:hover{background:#6366f1;color:#000;transform:translateY(-2px)}.footer .footer-bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #2d2d2d;text-align:center}.footer .footer-bottom p{color:#9ca3af;font-size:.875rem}.text-gradient{background:linear-gradient(135deg, #6366f1, #3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.glass-card{background:rgba(255,255,255,.05);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid #2d2d2d;border-radius:12px}.fade-in{opacity:0;transform:translateY(20px);transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1)}.fade-in.visible{opacity:1;transform:translateY(0)}@media(min-width: 0){.hero-section{padding:2rem 1rem}.projects-section,.about-section,.contact-section{padding:2rem 1rem}.footer{padding:1.5rem 1rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.hero-actions{flex-direction:column;align-items:center;gap:1rem}.hero-actions .btn-primary,.hero-actions .btn-secondary{width:100%;max-width:280px}.hero-stats{grid-template-columns:1fr;gap:1rem}.navbar-container{padding:.5rem 1rem}.logo-image{height:60px}}@media(min-width: 480px){.hero-section{padding:3rem 1rem}.projects-section,.about-section,.contact-section{padding:3rem 1rem}.hero-actions{flex-direction:row;justify-content:center;gap:1rem}.hero-actions .btn-primary,.hero-actions .btn-secondary{width:auto;min-width:200px}.hero-stats{grid-template-columns:repeat(3, 1fr);gap:1.5rem}.logo-image{height:70px}}@media(min-width: 768px){.hero-section{padding:4rem 1.5rem}.projects-section,.about-section,.contact-section{padding:4rem 1.5rem}.projects-grid{grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));gap:2rem}.logo-image{height:75px}}@media(min-width: 1024px){.hero-section{padding:6rem 1.5rem}.projects-section,.about-section,.contact-section{padding:4rem 1.5rem}.projects-grid{grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:2rem}.logo-image{height:80px}}@media(min-width: 1280px){.hero-section{padding:8rem 2rem}.projects-section,.about-section,.contact-section{padding:6rem 2rem}.projects-grid{grid-template-columns:repeat(auto-fit, minmax(400px, 1fr));gap:3rem}}.project-header{padding:6rem 1.5rem 4rem;background:#111;margin-top:80px}@media(min-width: 0){.project-header{padding:3rem 1rem 2rem;margin-top:60px}}@media(min-width: 480px){.project-header{padding:4rem 1rem 3rem;margin-top:70px}}.project-header .project-header-content{max-width:1000px;margin:0 auto;padding:0 1rem}@media(min-width: 768px){.project-header .project-header-content{padding:0}}.project-header .breadcrumb-nav{margin-bottom:1.5rem}.project-header .breadcrumb-nav .breadcrumb-list{display:flex;list-style:none;gap:.5rem;flex-wrap:wrap}.project-header .breadcrumb-nav .breadcrumb-list .breadcrumb-item{color:#9ca3af;font-size:.875rem}.project-header .breadcrumb-nav .breadcrumb-list .breadcrumb-item:not(:last-child)::after{content:"/";margin-left:.5rem;color:#9ca3af}.project-header .breadcrumb-nav .breadcrumb-list .breadcrumb-item a{color:#9ca3af;text-decoration:none}.project-header .breadcrumb-nav .breadcrumb-list .breadcrumb-item a:hover{color:#e5e7eb}.project-header .breadcrumb-nav .breadcrumb-list .breadcrumb-item[aria-current=page]{color:#fff}.project-header h1{margin-bottom:1.5rem;color:#fff}.project-header .project-description{font-size:1.25rem;color:#e5e7eb;margin-bottom:3rem;max-width:800px}.project-header .project-actions{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}@media(min-width: 0){.project-header .project-actions{flex-direction:column;gap:1rem;align-items:stretch}}@media(min-width: 480px){.project-header .project-actions{flex-direction:row;align-items:center;gap:1rem}}@media(min-width: 768px){.project-header .project-actions{gap:1.5rem}}.project-header .project-actions .btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border-radius:9999px;font-weight:500;font-size:1rem;text-decoration:none;border:none;cursor:pointer;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1);background:linear-gradient(135deg, #6366f1, #3b82f6);color:#000;padding:1.5rem 3rem;font-size:1.125rem}.project-header .project-actions .btn-primary:focus{outline:2px solid #6366f1;outline-offset:2px}.project-header .project-actions .btn-primary:disabled{opacity:.6;cursor:not-allowed}@media(min-width: 0){.project-header .project-actions .btn-primary{width:100%;text-align:center;justify-content:center}}.project-header .project-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:"0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22)"}.project-header .project-actions .social-links{display:flex;gap:1rem;justify-content:center}@media(min-width: 480px){.project-header .project-actions .social-links{justify-content:flex-start}}.project-header .project-actions .social-links a{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:#1a1a1a;border-radius:12px;color:#e5e7eb;font-size:20px;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1)}.project-header .project-actions .social-links a:hover{background:#6366f1;color:#000;transform:translateY(-2px)}.project-overview{padding:4rem 1.5rem;background:#0a0a0a}.project-overview .container{max-width:1000px;margin:0 auto}.project-overview .overview-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem}@media(min-width: 768px){.project-overview .overview-content{grid-template-columns:1fr;gap:2rem}}.project-overview .overview-text h2{margin-bottom:1.5rem;color:#fff}.project-overview .overview-text h3{font-size:1.25rem;margin:1.5rem 0 1rem;color:#fff}.project-overview .overview-text p{color:#e5e7eb;margin-bottom:1.5rem;line-height:1.75}.project-overview .overview-text ul{margin-bottom:1.5rem}.project-overview .overview-text ul li{color:#e5e7eb;margin-bottom:.5rem}.project-overview .project-meta{background:#1a1a1a;border:1px solid #2d2d2d;border-radius:12px;padding:1.5rem;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1);height:-moz-fit-content;height:fit-content}.project-overview .project-meta h4{color:#6366f1;margin-bottom:1.5rem;font-size:1.125rem}.project-overview .project-meta .meta-item{display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #2d2d2d}.project-overview .project-meta .meta-item:last-child{margin-bottom:0;border-bottom:none}.project-overview .project-meta .meta-item .meta-label{color:#9ca3af;font-weight:500}.project-overview .project-meta .meta-item .meta-value{color:#e5e7eb;text-align:right}.research-section{padding:4rem 1.5rem;background:#111}.research-section .container{max-width:1000px;margin:0 auto}.research-section h2{margin-bottom:3rem;color:#fff;text-align:center}.research-section .research-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(400px, 1fr));gap:2rem}@media(min-width: 768px){.research-section .research-grid{grid-template-columns:1fr}}.research-section .research-card{background:#1a1a1a;border:1px solid #2d2d2d;border-radius:12px;padding:1.5rem;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1)}.research-section .research-card h3{color:#6366f1;margin-bottom:1.5rem;font-size:1.25rem}.research-section .research-card p{color:#e5e7eb;line-height:1.75}.process-section{padding:4rem 1.5rem;background:#0a0a0a}.process-section .container{max-width:1000px;margin:0 auto}.process-section h2{margin-bottom:3rem;color:#fff;text-align:center}.process-section .process-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:2rem}@media(min-width: 768px){.process-section .process-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 480px){.process-section .process-grid{grid-template-columns:1fr}}.process-section .process-step{text-align:center}.process-section .process-step .process-icon{width:80px;height:80px;background:linear-gradient(135deg, #6366f1, #3b82f6);border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.process-section .process-step .process-icon i{font-size:32px;color:#000}.process-section .process-step h3{color:#fff;margin-bottom:1rem;font-size:1.125rem}.process-section .process-step p{color:#e5e7eb;font-size:.875rem;line-height:1.75}.solutions-section{padding:4rem 1.5rem;background:#111}.solutions-section .container{max-width:1000px;margin:0 auto}.solutions-section h2{margin-bottom:3rem;color:#fff;text-align:center}.solutions-section .solutions-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}@media(min-width: 768px){.solutions-section .solutions-grid{grid-template-columns:1fr}}.solutions-section .solution-card{background:#1a1a1a;border:1px solid #2d2d2d;border-radius:12px;padding:1.5rem;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1)}.solutions-section .solution-card h3{color:#6366f1;margin-bottom:1.5rem;font-size:1.25rem}.solutions-section .solution-card p{color:#e5e7eb;margin-bottom:1.5rem;line-height:1.75}.solutions-section .solution-card .result-metric{text-align:center;padding:1.5rem;background:#1f1f1f;border-radius:8px}.solutions-section .solution-card .result-metric .metric-number{display:block;font-weight:700;color:#10b981;margin-bottom:.25rem}.solutions-section .solution-card .result-metric .metric-label{color:#9ca3af;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}@media(min-width: 0){.hero-section{min-height:80vh}.hero-subtitle{font-size:1rem}.hero-description{font-size:.875rem}.hero-actions{flex-direction:column}.hero-actions .btn-primary,.hero-actions .btn-secondary{width:100%;font-size:1rem}.hero-stats{grid-template-columns:1fr}.stat-label{font-size:.75rem}.projects-grid{grid-template-columns:1fr}.project-card h3{font-size:1.125rem}.project-card p{font-size:.875rem}.about-content{grid-template-columns:1fr}.skills-grid{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}}@media(min-width: 480px){.hero-subtitle{font-size:1.125rem}.hero-description{font-size:1rem}.hero-actions{flex-direction:column}.hero-actions .btn-primary,.hero-actions .btn-secondary{min-width:200px}.hero-stats{grid-template-columns:1fr}.projects-grid{grid-template-columns:repeat(2, 1fr)}.skills-grid{grid-template-columns:repeat(2, 1fr)}.footer-content{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1.125rem}.hero-stats{grid-template-columns:1fr}.about-content{grid-template-columns:1fr 1fr}.skills-grid{grid-template-columns:repeat(3, 1fr)}.contact-content{grid-template-columns:1fr 1fr}.footer-content{grid-template-columns:repeat(4, 1fr)}}@media(max-height: 600px)and (orientation: landscape){.hero-section{min-height:100vh}.hero-subtitle{font-size:1rem}.hero-description{font-size:.875rem}.hero-stats{grid-template-columns:repeat(3, 1fr)}}@media(prefers-reduced-motion: reduce){.hero-section *,.project-card,.skill-category,.contact-item,.social-links a{animation:none !important;transition:none !important}.aurora{animation:none !important}}@keyframes float{0%,100%{transform:translateY(0px)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%,100%{opacity:.9;transform:scaleX(1)}50%{opacity:1;transform:scaleX(1.05)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes slideInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.floating{animation:float 3s ease-in-out infinite}.pulse{animation:pulse 2s ease-in-out infinite}.slide-in-up{animation:slideInUp .6s ease-out forwards}