@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background:#1e293b;background-attachment:fixed}code{background:#94a3b81a;border-radius:.25rem;color:#06b6d4;font-family:JetBrains Mono,Fira Code,Monaco,Consolas,Courier New,monospace;padding:.2rem .4rem}.section{padding:100px 0}.section-subtitle{margin:0 auto 3rem;text-align:center}.btn{border-radius:12px;font-family:inherit;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn:before{background:#ffffff1a;content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn:hover:before{left:100%}.btn-primary{border:1px solid #ffffff1a;box-shadow:0 8px 32px #3b82f64d}.btn-primary:hover{box-shadow:0 12px 40px #3b82f666;transform:translateY(-3px) scale(1.02)}.btn-secondary{background:#94a3b81a;border:2px solid #94a3b833;color:#e2e8f0}.btn-secondary:hover{background:#94a3b833;border-color:#94a3b866}.btn-outline{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:2px solid #fff3}.btn-outline:hover{border-color:#fff6}.card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e293b66;border:1px solid #94a3b81a;border-radius:20px;box-shadow:0 8px 32px #0000004d;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.card:before{background:#3b82f680;content:"";height:1px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.card:hover{border-color:#3b82f64d;box-shadow:0 20px 60px #0006;transform:translateY(-8px) scale(1.02)}.card:hover:before{opacity:1}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:80px 0}.section-title{font-size:2.5rem}.section-subtitle{font-size:1.1rem}.container{padding:0 15px}}@media (max-width:480px){.section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.btn{font-size:.9rem;padding:.8rem 1.5rem}.card{padding:1.5rem}}.loading-screen{background:#667eea;height:100%;transition:opacity .5s ease}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-top-color:#fff;margin:0 auto 2rem}.loading-text{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.loading-subtext{font-size:1rem;opacity:.8}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#3b82f6}::-webkit-scrollbar-thumb:hover{background:#2563eb}::selection{background:#3b82f633;color:#1e293b}::-moz-selection{background:#3b82f633;color:#1e293b}:focus{outline:2px solid #3b82f6}:focus:not(:focus-visible){outline:none}:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}@media print{.btn,.footer,.loading-screen,.navbar{display:none!important}body{background:#fff!important;color:#000!important}.section{padding:2rem 0!important;page-break-inside:avoid}}@media (prefers-contrast:high){.btn-primary{background:#000;border:2px solid #fff;color:#fff}.btn-secondary{background:#fff;border:2px solid #000;color:#000}}@media (prefers-color-scheme:dark){:root{--bg-color:#0f172a;--text-color:#e2e8f0;--card-bg:#1e293b}}.fade-in{animation:fadeIn .5s ease-in}.slide-up{animation:slideUp .5s ease-out}.scale-in{animation:scaleIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172acc;border-bottom:1px solid #94a3b81a;padding:1rem 0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar.scrolled{background:#0f172af2;border-bottom:1px solid #3b82f633;box-shadow:0 8px 32px #0000004d;padding:.8rem 0}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.nav-logo h2{color:#3b82f6;cursor:pointer;font-size:1.5rem;font-weight:700;transition:all .3s ease}.nav-logo h2:hover{filter:drop-shadow(0 0 10px rgba(59,130,246,.3));transform:scale(1.05)}.nav-menu{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-item,.nav-link{position:relative}.nav-link{background:none;border:none;color:#e2e8f0;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:500;padding:.5rem 0;text-decoration:none;transition:all .3s ease}.nav-link:hover{color:#3b82f6;text-shadow:0 0 10px #3b82f64d}.nav-link:after{background:#3b82f6;border-radius:1px;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.nav-link.active{color:#2563eb;font-weight:600}.hamburger{border-radius:4px;cursor:pointer;display:none;flex-direction:column;padding:.5rem;transition:background-color .3s ease}.hamburger:hover{background-color:#2563eb1a}.bar{background:#333;border-radius:2px;height:3px;margin:3px 0;transition:all .3s ease;width:25px}.hamburger.active .bar:first-child{transform:rotate(-45deg) translate(-5px,6px)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media (max-width:768px){.hamburger{display:flex}.nav-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;box-shadow:0 10px 27px #0000000d;flex-direction:column;gap:1rem;left:-100%;padding:2rem 0;position:fixed;text-align:center;top:70px;transition:.3s;width:100%}.nav-menu.active{left:0}.nav-link{display:block;font-size:1.1rem;padding:1rem 0;width:100%}.nav-logo h2{font-size:1.3rem}}@media (max-width:480px){.nav-container{padding:0 15px}.nav-logo h2{font-size:1.2rem}.nav-menu{top:65px}}.hero{align-items:center;background:#1e293b;display:flex;min-height:100vh;overflow:hidden;position:relative}.hero-background{background:#1e293b;z-index:-2}.hero-background,.hero-background:before{height:100%;left:0;position:absolute;top:0;width:100%}.hero-background: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='20' height='20' patternUnits='userSpaceOnUse'%3E%3Cpath d='M20 0H0v20' fill='none' stroke='%2306b6d4' stroke-width='.5' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E") repeat;content:"";opacity:.4}.hero-particles{background:#0000;height:100%;position:absolute;width:100%;z-index:-1}.hero-particles:before{animation:float 8s ease-in-out infinite;background:#3b82f61a;height:300px;left:10%;top:20%;width:300px}.hero-particles:after,.hero-particles:before{border-radius:50%;content:"";filter:blur(1px);position:absolute}.hero-particles:after{animation:float 10s ease-in-out infinite reverse;background:#8b5cf61a;bottom:20%;height:200px;right:10%;width:200px}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;min-height:100vh;padding:0 20px}.hero-content{color:#fff;z-index:1}.hero-title{color:#fff;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:0 0 30px #3b82f64d}.cursor{animation:blink 1s infinite;color:#06b6d4;text-shadow:0 0 10px #06b6d480}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-subtitle{color:#e0e7ff;font-size:1.5rem;font-weight:500;line-height:1.4;margin-bottom:1.5rem}.hero-description{color:#cbd5e1;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;max-width:500px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.btn{border-radius:50px;min-width:160px;padding:1rem 2rem}.btn-primary:hover{background:#2563eb}.btn-secondary{border:2px solid #ffffff4d}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.hero-visual{align-items:center;display:flex;justify-content:center}.code-window{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293bf2;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 20px 40px #0000004d;max-width:400px;overflow:hidden;width:100%}.window-header{align-items:center;background:#334155cc;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:1rem}.window-controls{display:flex;gap:.5rem}.control{border-radius:50%;height:12px;width:12px}.control.close{background:#ef4444}.control.minimize{background:#f59e0b}.control.maximize{background:#10b981}.window-title{color:#94a3b8;font-size:.9rem;font-weight:500}.code-content{font-family:Fira Code,Monaco,Consolas,monospace;font-size:.9rem;line-height:1.6;padding:1.5rem}.code-line{display:flex;margin-bottom:.5rem}.line-number{color:#64748b;margin-right:1rem;min-width:20px;text-align:right;-webkit-user-select:none;user-select:none}.code-text{color:#e2e8f0}.keyword{color:#c084fc;font-weight:600}.variable{color:#60a5fa}.property{color:#34d399}.string{color:#fbbf24}.scroll-indicator{bottom:2rem;left:50%;position:absolute;transform:translateX(-50%);z-index:1}.scroll-arrow{animation:bounce 2s infinite;border:2px solid #fff9;border-right:none;border-top:none;height:30px;transform:rotate(-45deg);width:30px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) rotate(-45deg)}40%{transform:translateY(-10px) rotate(-45deg)}60%{transform:translateY(-5px) rotate(-45deg)}}@media (max-width:1024px){.hero-container{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:3rem}.code-window{max-width:350px}}@media (max-width:768px){.hero-container{gap:2rem;padding:0 15px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:1rem}.hero-buttons{justify-content:center}.btn{min-width:140px;padding:.8rem 1.5rem}.code-window{max-width:300px}.code-content{font-size:.8rem;padding:1rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{align-items:center;flex-direction:column}.btn{max-width:250px;width:100%}.code-window{max-width:280px}}.about{background:#1e293b;padding:100px 0;position:relative}.about: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='30' height='30' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='15' cy='15' r='1.5' fill='%2306b6d4' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E") repeat;content:"";height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%;z-index:0}.about-content{position:relative;z-index:1}.about-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.about-text{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 10px 30px #0000004d;padding:2.5rem}.text-content p{color:#cbd5e1;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.intro-text{color:#f1f5f9!important;font-size:1.2rem!important;font-weight:500}.text-content strong{color:#60a5fa;font-weight:600}.personal-info{border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:2rem}.info-item{justify-content:space-between;margin-bottom:1rem;padding:.5rem 0}.info-item .label{color:#f1f5f9;font-weight:600}.info-item .value{color:#2563eb;font-weight:500}.about-highlights{align-items:center;display:flex}.highlights-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;width:100%}.highlight-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 8px 25px #0000004d;cursor:pointer;padding:2rem;text-align:center;transition:all .3s ease}.highlight-card:hover{box-shadow:0 12px 35px #00000026;transform:translateY(-5px)}.highlight-icon{display:block;font-size:2.5rem;margin-bottom:1rem}.highlight-title{color:#f1f5f9;font-size:1.2rem;font-weight:600;margin-bottom:.8rem}.highlight-description{color:#cbd5e1;font-size:.95rem;line-height:1.5}.stats-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 10px 30px #0000004d;padding:3rem}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.stat-item{background:#ffffff14;border:1px solid #ffffff1a;border-radius:12px;cursor:pointer;padding:1.5rem;text-align:center;transition:all .3s ease}.stat-item:hover{background:#2563eb;box-shadow:0 8px 25px #2563eb4d;color:#fff;transform:translateY(-3px)}.stat-number{color:#60a5fa;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;transition:color .3s ease}.stat-item:hover .stat-number{color:#fff}.stat-label{color:#cbd5e1;font-size:.9rem;font-weight:500;transition:color .3s ease}.stat-item:hover .stat-label{color:#ffffffe6}@media (max-width:1024px){.about-grid{gap:3rem;grid-template-columns:1fr}.highlights-grid{grid-template-columns:1fr 1fr}.stats-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about{padding:80px 0}.section-title{font-size:2.5rem}.section-subtitle{font-size:1.1rem}.about-text{padding:2rem}.text-content p{font-size:1rem}.intro-text{font-size:1.1rem!important}.highlights-grid{gap:1rem;grid-template-columns:1fr}.highlight-card{padding:1.5rem}.highlight-icon{font-size:2rem}.stats-section{padding:2rem}.stats-grid{grid-template-columns:1fr 1fr}.stat-item{padding:1rem}.stat-number{font-size:2rem}}@media (max-width:480px){.about{padding:60px 0}.section-header{margin-bottom:3rem}.section-title{font-size:2rem}.about-text{padding:1.5rem}.highlight-card{padding:1.2rem}.highlight-title{font-size:1.1rem}.highlight-description{font-size:.9rem}.stats-grid{gap:1rem;grid-template-columns:1fr}.stats-section{padding:1.5rem}.info-item{align-items:flex-start;flex-direction:column;gap:.3rem}}.skills{background:#1e293b;color:#e2e8f0;overflow:hidden;padding:100px 0;position:relative}.skills: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='25' height='25' patternUnits='userSpaceOnUse'%3E%3Cpath d='M25 0H0v25' fill='none' stroke='%2306b6d4' stroke-width='.5' opacity='.1'/%3E%3Ccircle cx='12.5' cy='12.5' r='1' fill='%233b82f6' opacity='.05'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E") repeat;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.skills-content{position:relative;z-index:1}.skills-navigation{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.nav-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;padding:1rem 1.5rem;transition:all .3s ease}.nav-btn:hover{background:#fff3;box-shadow:0 8px 25px #0003;transform:translateY(-2px)}.nav-btn.active{background:#3b82f6;border-color:#0000;box-shadow:0 8px 25px #3b82f666}.nav-icon{font-size:1.2rem}.nav-text{font-weight:600}.skills-display{margin-bottom:4rem}.skills-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:2rem}.category-title{color:#e2e8f0;font-size:1.8rem;font-weight:600;gap:.5rem;justify-content:center;margin-bottom:2rem}.category-title,.skill-card{align-items:center;display:flex}.skill-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;cursor:pointer;flex-direction:column;padding:2rem;text-align:center;transition:all .3s ease}.skill-card:hover{background:#ffffff1a;border-color:#fff3;box-shadow:0 8px 32px #0000004d}.skill-icon{align-items:center;border-radius:50%;box-shadow:0 4px 15px #0003;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin-bottom:1rem;width:60px}.skill-name{color:#fff;font-size:1.1rem;font-weight:600}@media (max-width:1024px){.skills-grid{gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.skill-card{padding:1.5rem}.skill-icon{font-size:1.3rem;height:50px;width:50px}}@media (max-width:768px){.skills{padding:80px 0}.section-title{font-size:2.5rem}.skills-navigation{gap:.5rem}.nav-btn{font-size:.9rem;padding:.8rem 1.2rem}.nav-text{display:none}.skills-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.category-title{font-size:1.5rem}.skill-card{padding:1.2rem}.skill-icon{font-size:1.1rem;height:45px;width:45px}.skill-name{font-size:1rem}}@media (max-width:480px){.skills{padding:60px 0}.section-title{font-size:2rem}.skills-grid{gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.skill-card{padding:1rem}.skill-icon{font-size:1rem;height:40px;margin-bottom:.8rem;width:40px}.skill-name{font-size:.9rem}}.projects{background:#1e293b;padding:100px 0;position:relative}.projects: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='40' height='40' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='20' cy='20' r='2' fill='%2306b6d4' opacity='.1'/%3E%3Cpath d='M20 0v40M0 20h40' stroke='%2306b6d4' stroke-width='.5' opacity='.05'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E") repeat;content:"";height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%;z-index:0}.projects-content{position:relative;z-index:1}.section-header{margin-bottom:3rem}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.project-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e293b66;border:1px solid #94a3b81a;border-radius:20px;box-shadow:0 8px 32px #0000004d;cursor:pointer;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.project-card:before{background:#3b82f680;content:"";height:1px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.project-card:hover{border-color:#3b82f64d;box-shadow:0 20px 60px #0006;transform:translateY(-8px) scale(1.02)}.project-card:hover:before{opacity:1}.card-image{background:#1e293b;border-bottom:1px solid #94a3b81a;height:200px;overflow:hidden;position:relative}.image-placeholder{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.placeholder-icon{font-size:3rem;margin-bottom:1rem;opacity:.8}.placeholder-text{font-size:1.2rem;font-weight:600;opacity:.9}.featured-badge{background:#f59e0b;border-radius:20px;box-shadow:0 4px 15px #f59e0b66;color:#fff;font-size:.8rem;font-weight:600;padding:.5rem 1rem;position:absolute;right:1rem;top:1rem}.card-overlay{align-items:center;background:#000000b3;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:all .3s ease;width:100%}.project-card:hover .card-overlay{opacity:1}.overlay-buttons{display:flex;gap:1rem}.btn-icon{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;height:50px;justify-content:center;text-decoration:none;transition:all .3s ease;width:50px}.btn-icon:hover{background:#ffffff4d;transform:scale(1.1)}.card-content{padding:2rem}.card-title{color:#1e293b;font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.card-description{color:#64748b;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.card-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#e0e7ff;border:1px solid #c7d2fe;color:#3730a3;font-size:.8rem;font-weight:600;padding:.4rem .8rem}.card-features{background:#f0f9ff;border-left:4px solid #0ea5e9;border-radius:12px;margin-bottom:1.5rem;padding:1.2rem}.features-title{align-items:center;color:#0c4a6e;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:.8rem}.features-list{list-style:none;margin:0;padding:0}.feature-item{color:#475569;font-size:.9rem;line-height:1.5;margin-bottom:.5rem;padding-left:1.2rem;position:relative}.feature-item:before{color:#059669;content:"✓";font-size:.8rem;font-weight:700;left:0;position:absolute}.feature-item:last-child{margin-bottom:0}.card-highlights{background:#f0f9ff;border-left:4px solid #0ea5e9;border-radius:12px;margin-bottom:1.5rem;padding:1.2rem}.highlights-title{align-items:center;color:#0c4a6e;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:.8rem}.highlight-item{color:#475569;font-size:.9rem;line-height:1.5;margin-bottom:.5rem;padding-left:1.2rem;position:relative}.highlight-item:before{content:"⚡";font-size:.8rem;left:0;position:absolute}.highlight-item:last-child{margin-bottom:0}.card-actions{display:flex;gap:1rem}.btn{flex:1 1;font-size:.9rem;gap:.5rem;justify-content:center;padding:.8rem 1.5rem}.btn-primary{background:#3b82f6;box-shadow:0 4px 15px #3b82f666}.btn-primary:hover{box-shadow:0 6px 20px #3b82f699}.btn-secondary{border:2px solid #e2e8f0;color:#475569}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.btn-large{font-size:1.1rem;padding:1.2rem 2.5rem}.no-projects{color:#64748b;padding:4rem 2rem;text-align:center}.no-projects-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.no-projects h3{color:#475569;font-size:1.5rem;margin-bottom:.5rem}.no-projects p{font-size:1rem;opacity:.8}.projects-cta{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 10px 30px #0000004d;padding:3rem;text-align:center}.projects-cta h3{color:#f1f5f9;font-size:2rem;font-weight:700;margin-bottom:1rem}.projects-cta p{color:#cbd5e1;font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:500px}@media (max-width:1024px){.projects-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:768px){.projects{padding:80px 0}.section-title{font-size:2.5rem}.projects-grid{gap:1.5rem;grid-template-columns:1fr}.card-content{padding:1.5rem}.card-title{font-size:1.3rem}.card-description{font-size:.95rem}.card-actions{flex-direction:column}.projects-cta{padding:2rem}.projects-cta h3{font-size:1.8rem}}@media (max-width:480px){.projects{padding:60px 0}.section-title{font-size:2rem}.card-image{height:150px}.placeholder-icon{font-size:2rem}.placeholder-text{font-size:1rem}.card-content{padding:1.2rem}.card-title{font-size:1.2rem}.tech-tag{font-size:.7rem;padding:.3rem .6rem}.card-features,.card-highlights{margin-bottom:1rem;padding:1rem}.features-title,.highlights-title{font-size:.9rem}.feature-item,.highlight-item{font-size:.85rem}.btn{font-size:.8rem;padding:.7rem 1.2rem}.projects-cta{padding:1.5rem}.projects-cta h3{font-size:1.5rem}.projects-cta p{font-size:1rem}}.contact{background:#1e293b;color:#e2e8f0;overflow:hidden;padding:100px 0;position:relative}.contact: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='50' height='50' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='2' fill='%2306b6d4' opacity='.1'/%3E%3Cpath d='M25 0v50M0 25h50' stroke='%2306b6d4' stroke-width='.5' opacity='.05'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E") repeat;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.contact-content{position:relative;z-index:1}.section-header{margin-bottom:4rem;text-align:center}.section-title{font-size:3rem;margin-bottom:1rem}.section-title:after{height:3px}.section-subtitle{color:#94a3b8;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.9}.contact-info-centered{display:flex;justify-content:center;margin:0 auto;max-width:600px}.contact-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;height:fit-content;padding:2.5rem}.info-header{margin-bottom:2rem}.info-header h3{color:#e2e8f0;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.info-header p{color:#cbd5e1;font-size:1rem;line-height:1.6}.info-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.info-item{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:inherit;display:flex;gap:1rem;padding:1rem;text-decoration:none;transition:all .3s ease}.info-item:hover{background:#ffffff1a;transform:translateX(5px)}.info-icon{align-items:center;background:#3b82f6;border-radius:50%;display:flex;flex-shrink:0;font-size:1.5rem;height:40px;justify-content:center;width:40px}.info-details{flex:1 1}.info-title{color:#94a3b8;font-size:.9rem;font-weight:500;margin-bottom:.2rem}.info-value{color:#e2e8f0;font-size:1rem;font-weight:600}.social-links{border-top:1px solid #ffffff1a;padding-top:2rem}.social-links h4{color:#e2e8f0;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.social-buttons{display:flex;flex-wrap:wrap;gap:1rem}.social-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:25px;color:#fff;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.8rem 1.2rem;text-decoration:none;transition:all .3s ease}.social-btn:hover{background:#fff3;transform:translateY(-2px)}.social-btn.github:hover{background:#333;border-color:#333}.social-btn.linkedin:hover{background:#0077b5;border-color:#0077b5}.social-btn.twitter:hover{background:#1da1f2;border-color:#1da1f2}@media (max-width:768px){.contact{padding:80px 0}.section-title{font-size:2.5rem}.contact-info{padding:2rem}.info-header h3{font-size:1.5rem}.social-btn,.social-buttons{justify-content:center}.social-btn{flex:1 1;min-width:120px}}@media (max-width:480px){.contact{padding:60px 0}.section-title{font-size:2rem}.contact-info{padding:1.5rem}.info-item{padding:.8rem}.info-icon{font-size:1.2rem;height:35px;width:35px}.social-buttons{flex-direction:column}.social-btn{justify-content:center}}.footer{background:#1e293b;border-top:1px solid #94a3b81a;color:#e2e8f0;overflow:hidden;padding:4rem 0 2rem;position:relative}.footer-background{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='30' height='30' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='15' cy='15' r='1' fill='%2306b6d4' opacity='.1'/%3E%3Ccircle cx='7' cy='7' r='.5' fill='%233b82f6' opacity='.08'/%3E%3Ccircle cx='23' cy='23' r='.3' fill='%238b5cf6' opacity='.06'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E") repeat;left:0;top:0}.footer-background,.footer-particles{height:100%;position:absolute;width:100%;z-index:0}.footer-particles{background:#0000}.footer-particles:before{animation:float-slow 12s ease-in-out infinite;background:#3b82f61a;height:150px;left:5%;top:10%;width:150px}.footer-particles:after,.footer-particles:before{border-radius:50%;content:"";filter:blur(1px);position:absolute}.footer-particles:after{animation:float-slow 15s ease-in-out infinite reverse;background:#8b5cf61a;bottom:20%;height:120px;right:10%;width:120px}@keyframes float-slow{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-15px) scale(1.1)}}.footer-content{position:relative;z-index:1}.footer-main{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:3rem}.footer-brand{max-width:350px}.brand-name{color:#60a5fa;font-size:2rem;font-weight:700;margin-bottom:1rem}.brand-tagline{color:#cbd5e1;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.brand-location{align-items:center;color:#94a3b8;display:flex;font-size:1rem;gap:.5rem}.location-icon{font-size:1.2rem}.footer-contact,.footer-links{display:flex;flex-direction:column}.contact-title,.links-title{color:#e2e8f0;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;position:relative}.contact-title:after,.links-title:after{background:#3b82f6;border-radius:1px;bottom:-.5rem;content:"";height:2px;left:0;position:absolute;width:30px}.links-list{display:flex;flex-direction:column;gap:.8rem;list-style:none;margin:0;padding:0}.footer-link{background:none;border:none;color:#cbd5e1;cursor:pointer;font-family:inherit;font-size:1rem;padding:.3rem 0;position:relative;text-align:left;transition:all .3s ease}.footer-link:hover{color:#60a5fa;transform:translateX(5px)}.footer-link:before{background:#60a5fa;content:"";height:2px;left:-10px;position:absolute;top:50%;transform:translateY(-50%);transition:width .3s ease;width:0}.footer-link:hover:before{width:6px}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{gap:.8rem}.contact-icon,.contact-item{align-items:center;display:flex}.contact-icon{background:#3b82f633;border-radius:50%;flex-shrink:0;font-size:1.2rem;height:30px;justify-content:center;width:30px}.contact-link{color:#cbd5e1;font-size:.95rem;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:#60a5fa}.footer-divider{background:#fff3;height:1px;margin:2rem 0;transform-origin:left}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:2rem}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.copyright{display:flex;flex-direction:column;gap:.3rem}.copyright p{color:#94a3b8;font-size:.9rem;margin:0}.made-with{font-size:.85rem!important;opacity:.8}.footer-actions,.scroll-top-btn{align-items:center;display:flex}.scroll-top-btn{background:#3b82f6;border:none;border-radius:25px;box-shadow:0 4px 15px #3b82f64d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;gap:.5rem;padding:.8rem 1.5rem;transition:all .3s ease}.scroll-top-btn:hover{box-shadow:0 8px 25px #3b82f680;transform:translateY(-2px)}.scroll-icon{font-size:1rem}.scroll-text{font-weight:600}@media (max-width:1024px){.footer-main{gap:2.5rem;grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1;margin-bottom:1rem;max-width:none;text-align:center}}@media (max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-main{gap:2rem;grid-template-columns:1fr;text-align:center}.brand-name{font-size:1.8rem}.brand-tagline{font-size:1rem}.contact-title:after,.links-title:after{left:50%;transform:translateX(-50%)}.footer-link{text-align:center}.footer-link:before{display:none}.footer-bottom-content{flex-direction:column;gap:1.5rem;text-align:center}}@media (max-width:480px){.footer{padding:2rem 0 1rem}.footer-main{gap:1.5rem}.brand-name{font-size:1.5rem}.brand-tagline{font-size:.95rem}.contact-title,.links-title{font-size:1.2rem}.contact-item{flex-direction:column;gap:.5rem;text-align:center}.contact-icon{margin:0 auto}.scroll-top-btn{padding:.7rem 1.2rem}.copyright p,.scroll-top-btn{font-size:.85rem}.made-with{font-size:.8rem!important}}.project-detail{background:#0f172a;color:#fff;min-height:100vh;padding:120px 0 80px}.project-detail .container{margin:0 auto;max-width:1200px;padding:0 20px}.project-detail-header{margin-bottom:60px;text-align:center}.back-link{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:25px;color:#fffc;display:inline-flex;font-size:16px;margin-bottom:30px;padding:10px 20px;text-decoration:none;transition:all .3s ease}.back-link:hover{background:#fff3;color:#fff;transform:translateX(-5px)}.project-title{color:#f1f5f9;font-size:3.5rem;font-weight:700;margin-bottom:20px}.project-subtitle{color:#ffffffe6;font-size:1.3rem;line-height:1.6;margin:0 auto;max-width:800px}.project-image-section{display:flex;justify-content:center;margin-bottom:50px}.project-image{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;box-shadow:0 20px 40px #0000004d;max-width:600px;overflow:hidden;width:100%}.project-image .image-placeholder{align-items:center;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);display:flex;flex-direction:column;height:400px;justify-content:center}.project-image .placeholder-icon{font-size:4rem;margin-bottom:20px;opacity:.7}.project-image .placeholder-text{font-size:1.2rem;font-weight:600;opacity:.8}.project-actions{display:flex;gap:20px;justify-content:center;margin-bottom:80px}.project-content{margin-bottom:60px}.content-grid{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 300px}.main-content{display:flex;flex-direction:column;gap:60px}.main-content section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:40px}.main-content h2{color:#fff;font-size:2.2rem;font-weight:600;margin-bottom:30px}.overview-text p{color:#ffffffe6;font-size:1.1rem;line-height:1.8;margin-bottom:20px}.features-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{align-items:flex-start;background:#ffffff1a;border:1px solid #fff3;border-radius:15px;display:flex;gap:15px;padding:25px;transition:all .3s ease}.feature-card:hover{background:#ffffff26;transform:translateY(-2px)}.feature-icon{align-items:center;background:#22c55e;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:700;height:30px;justify-content:center;width:30px}.feature-card p{color:#ffffffe6;line-height:1.6;margin:0}.details-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.detail-card{background:#ffffff1a;border:1px solid #fff3;border-radius:15px;padding:30px;transition:all .3s ease}.detail-card:hover{background:#ffffff26;transform:translateY(-2px)}.detail-card h3{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:15px}.detail-card p{color:#ffffffe6;line-height:1.6;margin:0}.challenges-list{display:flex;flex-direction:column;gap:30px}.challenge-card{grid-gap:30px;background:#ffffff1a;border:1px solid #fff3;border-radius:15px;display:grid;gap:30px;grid-template-columns:1fr 1fr;padding:30px}.challenge-problem,.challenge-solution{display:flex;flex-direction:column}.challenge-problem h4{color:#fbbf24}.challenge-problem h4,.challenge-solution h4{font-size:1.1rem;font-weight:600;margin-bottom:10px}.challenge-solution h4{color:#4ade80}.challenge-problem p,.challenge-solution p{color:#ffffffe6;line-height:1.6;margin:0}.sidebar{display:flex;flex-direction:column;gap:30px;position:sticky;top:140px}.project-info-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:30px}.project-info-card h3{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:20px}.tech-stack{display:flex;flex-wrap:wrap;gap:10px}.tech-tag{background:#1e40af;border:1px solid #fff3;border-radius:20px;color:#fff;font-size:.9rem;font-weight:500;padding:8px 16px}.highlights-list{list-style:none;margin:0;padding:0}.highlights-list li{color:#ffffffe6;line-height:1.6;margin-bottom:15px;padding-left:25px;position:relative}.highlights-list li:before{content:"⭐";left:0;position:absolute;top:0}.project-navigation{border-top:1px solid #fff3;padding-top:40px;text-align:center}.btn{align-items:center;border-radius:25px;display:inline-flex;gap:10px;padding:15px 30px}.btn-primary{background:#1e40af;border:1px solid #fff3;color:#fff}.btn-primary:hover{background:#1d4ed8;box-shadow:0 10px 25px #1e40af66}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff4d}.btn-secondary:hover{background:#fff3}.btn-outline{border:2px solid #ffffff4d;color:#fff}.btn-outline:hover{background:#ffffff1a;border-color:#ffffff80}@media (max-width:1024px){.content-grid{gap:40px;grid-template-columns:1fr}.sidebar{order:-1;position:static}.project-info-card{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:768px){.project-detail{padding:100px 0 60px}.project-title{font-size:2.5rem}.project-subtitle{font-size:1.1rem}.main-content section{padding:30px 20px}.challenge-card,.details-grid,.features-grid{grid-template-columns:1fr}.challenge-card{gap:20px}.project-actions{align-items:center;flex-direction:column}.project-info-card{grid-template-columns:1fr}}@media (max-width:480px){.project-title{font-size:2rem}.main-content section{padding:20px 15px}.project-info-card{padding:20px}.btn{font-size:.9rem;padding:12px 24px}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#e2e8f0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}.App{text-align:left}.loading-screen{align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b 30%,#334155 70%,#475569);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.loading-content{color:#fff;text-align:center}.loading-spinner{animation:spin 1s ease-in-out infinite;border-color:#06b6d4 #3b82f6 #94a3b833 #94a3b833;border-radius:50%;border-style:solid;border-width:3px;box-shadow:0 0 20px #06b6d44d;height:60px;margin:0 auto 1rem;width:60px}@keyframes spin{to{transform:rotate(1turn)}}.loading-content h2{font-size:2rem;font-weight:700;margin-bottom:.5rem}.loading-content p{font-size:1.1rem;opacity:.8}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:5rem 0;position:relative}.section-title{color:#3b82f6;font-size:2.5rem;font-weight:700;margin-bottom:3rem;position:relative;text-align:center}.section-title:after{background:#3b82f6;border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:gold;color:#333}.btn-primary:hover{background:#ffed4e;box-shadow:0 10px 20px #ffd7004d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#333;transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #2563eb;color:#2563eb}.btn-outline:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;height:100%;padding:2rem;transition:all .3s ease}.card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-5px)}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.fade-in-left{animation:fadeInLeft .6s ease-out}.fade-in-right{animation:fadeInRight .6s ease-out}@media (max-width:768px){.section{padding:3rem 0}.section-title{font-size:2rem}.container{padding:0 15px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.btn{max-width:250px;width:100%}}@media (max-width:480px){.section-title{font-size:1.8rem}.card{padding:1.5rem}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#2563eb,#7c3aed);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#1d4ed8,#6d28d9)}:focus{outline:2px solid #2563eb;outline-offset:2px}::selection{background:#2563eb;color:#fff}::-moz-selection{background:#2563eb;color:#fff}
/*# sourceMappingURL=main.02df36d0.css.map*/