@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.mobile-only{display:none}.desktop-only{display:flex}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0c0c0fcc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;text-decoration:none;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;align-items:center;gap:2rem}.nav-link{background:none;border:none;color:#e4e4e7;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease;cursor:pointer;font-size:.95rem;position:relative}.nav-link:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:0;height:3px;background:linear-gradient(135deg,#60a5fa,#a78bfa);border-radius:2px;transition:width .3s ease}.nav-link:hover{color:#a78bfa;background:#a78bfa1a}.nav-link.active{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease}.nav-link.active:after{width:30px}.resume-dropdown{position:relative}.resume-btn{display:flex;align-items:center;gap:.5rem}.dropdown-menu{position:absolute;top:100%;right:0;background:#1a1a2ef2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.5rem 0;min-width:180px;margin-top:.5rem;box-shadow:0 10px 25px #0000004d}.dropdown-section{padding:.25rem 0}.dropdown-header{display:block;padding:.5rem 1rem .25rem;color:#a78bfa;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.dropdown-divider{height:1px;background:#ffffff1a;margin:.5rem 0}.dropdown-item{display:block;padding:.5rem 1rem .5rem 1.5rem;color:#e4e4e7;text-decoration:none;font-size:.85rem;transition:all .3s ease}.dropdown-item:hover{background:#a78bfa1a;color:#a78bfa}@media (max-width: 768px){.mobile-only{display:flex}.desktop-only{display:none}.header-container{padding:0 15px;overflow-x:auto;-webkit-overflow-scrolling:touch}.nav{gap:1rem;min-width:max-content;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-right:1rem;position:relative}.nav:after{content:"";position:absolute;right:0;top:0;bottom:0;width:20px;background:linear-gradient(to left,rgba(12,12,15,.8),transparent);pointer-events:none;z-index:1}.nav::-webkit-scrollbar{display:none}.nav-link{padding:.4rem .8rem;font-size:.9rem;white-space:nowrap;flex-shrink:0}.logo{font-size:1.3rem;flex-shrink:0}.resume-dropdown{position:relative;flex-shrink:0}.resume-btn{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.dropdown-menu{right:-10px;min-width:200px;max-width:calc(100vw - 30px);left:auto;z-index:1001;display:none}}@media (max-width: 480px){.header-container{padding:0 10px}.nav{gap:.75rem}.nav-link{padding:.3rem .6rem;font-size:.85rem}.logo{font-size:1.2rem}.dropdown-menu{right:-5px;min-width:180px;max-width:calc(100vw - 20px)}}.hero{min-height:100vh;display:flex;align-items:center;padding:6rem 0 4rem;position:relative}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.hero-content{animation:fadeInUp 1s ease-out}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;color:#e4e4e7}.highlight{background:linear-gradient(135deg,#fa08f2,#883293);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;font-weight:500;color:#a1a1aa;margin-bottom:1.5rem}.hero-description{font-size:1.1rem;color:#d4d4d8;margin-bottom:2.5rem;line-height:1.7}.hero-buttons{display:flex;gap:1.5rem;margin-bottom:4rem}.hero-right-section{display:flex;flex-direction:column;gap:2rem}.hero-stats{display:flex;flex-direction:column;gap:1rem;margin-bottom:0}.desktop-stats{display:flex;flex-direction:column;gap:1rem}.mobile-stats{display:none}.stat-card{background:#8bcefa1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(167,139,250,.2);border-radius:12px;padding:1.5rem 1rem;text-align:center;flex:1;transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);background:#8bc4fa26;border-color:#8bcafa66}.desktop-stats .stat-number{font-size:2rem;font-weight:700;color:#fff;text-shadow:0 0 8px rgba(255,255,255,.6);box-shadow:0 0 0 1px #fff0,0 0 8px #fff0;text-align:center;margin-bottom:.5rem}.desktop-stats .stat-label{font-size:2.2rem;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;font-weight:550}.featured-projects{animation:fadeInRight 1s ease-out .3s both}.featured-projects h3{font-size:1.5rem;margin-bottom:1rem;color:#e4e4e7;text-align:center}.project-cards{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.project-card{background:linear-gradient(135deg,#60a5fa0f,#a78bfa13);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(92,81,241,.1);border-radius:12px;padding:1rem;text-decoration:none;color:inherit;transition:all .3s ease;display:flex;gap:1rem;max-width:350px;width:100%;box-sizing:border-box;flex-direction:column;align-items:center}.project-card:hover{transform:translateY(-5px);background:#5c84f314;border-color:#4679f84d;box-shadow:0 10px 25px #0003}.project-info h4{font-size:1.1rem;margin-bottom:.5rem;color:#e4e4e7;text-align:center}.project-info p{font-size:.9rem;color:#a1a1aa;margin-bottom:.75rem;line-height:1.5;text-align:center}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:center}.tech-tag{background:#60a5fa33;color:#60a5fa;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;align-items:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-buttons{justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.hero-right-section{gap:2rem}.desktop-stats{display:none}.mobile-stats{display:flex;flex-direction:row;gap:1rem;justify-content:center}.hero-stats{flex-direction:row;gap:1rem;justify-content:center}.stat-card{background:#8bcefa1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(167,139,250,.2);border-radius:12px;padding:1rem;text-align:center;flex:1;transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);background:#8bc4fa26;border-color:#8bcafa66}.mobile-stats .stat-number{font-size:1.5rem;font-weight:700;color:#fff;text-shadow:0 0 8px rgba(255,255,255,.6);margin-bottom:.5rem}.mobile-stats .stat-label{font-size:.8rem;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}.project-card{flex-direction:column;text-align:center}}.projects{min-height:100vh;display:flex;align-items:center;padding:6rem 0 4rem;position:relative}ts.css */ .projects{min-height:100vh;display:flex;align-items:center;padding:6rem 0 4rem;background:linear-gradient(135deg,#0c0c0f,#09010a);position:relative}.projects-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.section-title{position:relative;margin-bottom:3rem;color:#e4e4e7;text-shadow:0 0 5px rgba(167,139,250,.6),0 0 10px rgba(167,139,250,.4),0 0 15px rgba(167,139,250,.2)}.section-title:after{content:"";position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%);width:800px;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(167,139,250,.6) 20%,rgba(96,165,250,.8) 50%,rgba(167,139,250,.6) 80%,transparent 100%);box-shadow:0 0 10px #a78bfa66}.skills-section{margin-bottom:4rem;text-align:center}.skills-section h3{font-size:1.75rem;margin-bottom:2rem;color:#e4e4e7}.skills-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.skill-tag{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.75rem 1.5rem;color:#e4e4e7;font-weight:500;transition:all .3s ease}.skill-tag:hover{background:#a78bfa1a;border-color:#a78bfa4d;transform:translateY(-2px)}.project-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{background:transparent;border:2px solid rgba(255,255,255,.1);color:#a1a1aa;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease}.filter-btn:hover,.filter-btn.active{background:#a78bfa16;border-color:#a78bfa28;color:#a78bfa}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,380px);gap:2rem;max-width:1200px;margin:0 auto;justify-content:center}.projects-grid .project-item{width:100%;min-height:450px;max-width:380px}.projects-carousel{position:relative;margin-bottom:2rem;padding:0}.carousel-container{position:relative;overflow:hidden;border-radius:12px;padding:1rem 0}.carousel-track{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}.carousel-slide{min-width:100%;flex-shrink:0;display:flex;justify-content:center}.carousel-slide .projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;max-width:1200px;margin:0 auto;padding:0 7rem}.carousel-slide .project-item{width:100%;min-height:450px;max-width:none}.carousel-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.indicator{width:10px;height:10px;border-radius:50%;border:none;background:#ffffff4d;cursor:pointer;transition:all .3s ease}.indicator.active{background:#a78bfa}.project-item{background:#625fff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(92,81,241,.1);border-radius:12px;overflow:hidden;transition:all .3s ease}.project-item:hover{transform:translateY(-5px);background:#5c84f314;border-color:#4679f84d;box-shadow:0 10px 25px #0003}.project-image{position:relative;height:200px;margin:1rem 1rem .5rem;overflow:hidden;display:flex;justify-content:center;align-items:center;border-radius:12px;background:#ffffff08;box-shadow:0 0 20px #a78bfa66,inset 0 0 10px #a78bfa33;border-color:#a78bfa80;transition:all .3s ease}.project-image img{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:transform .3s ease,filter .3s ease;filter:grayscale(100%)}.project-item:hover .project-image img{transform:scale(1.05);filter:grayscale(0%)}.project-item:hover .project-image{box-shadow:0 0 20px #a78bfa66,inset 0 0 10px #a78bfa33;border-color:#a78bfa80}.project-overlay{position:absolute;inset:0;background:#a78bfa26;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-item:hover .project-overlay{opacity:1}.project-overlay .project-links{display:flex;gap:1rem;justify-content:center}.project-link{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);color:#a78bfa;padding:.75rem .75rem .5rem;border-radius:8px;text-decoration:none;font-weight:500;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.project-content{padding:0 1rem 1rem;text-align:center}.project-content h3{font-size:1.25rem;margin-bottom:.5rem;color:#e4e4e7;text-align:center}.project-content p{color:#a1a1aa;margin-bottom:.75rem;line-height:1.6;text-align:center}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.project-links{display:flex;gap:1rem;justify-content:center}.tech-badge{background:#a78bfa33;color:#a78bfa;padding:.25rem .75rem;border-radius:6px;font-size:.8rem;font-weight:500;transition:all .3s ease}.projects-container:not(.filter-game-development):not(.filter-development-tools):not(.filter-web-development):not(.filter-hobby) .skill-tag.unity{color:#a78bfa!important;border-color:#a78bfa!important;text-shadow:0 0 8px rgba(167,139,250,.6);box-shadow:0 0 0 1px #a78bfa4d,0 0 8px #a78bfa33;transform:scale(1.05)}.projects-container:not(.filter-game-development):not(.filter-development-tools):not(.filter-web-development):not(.filter-hobby) .skill-tag.p4v{color:#a78bfa!important;border-color:#a78bfa!important;text-shadow:0 0 8px rgba(167,139,250,.6);box-shadow:0 0 0 1px #a78bfa4d,0 0 8px #a78bfa33;transform:scale(1.05)}.projects-container:not(.filter-game-development):not(.filter-development-tools):not(.filter-web-development):not(.filter-hobby) .skill-tag.python{color:#60a5fa!important;border-color:#60a5fa!important;text-shadow:0 0 8px rgba(96,165,250,.6);box-shadow:0 0 0 1px #60a5fa4d,0 0 8px #60a5fa33;transform:scale(1.05)}.projects-container:not(.filter-game-development):not(.filter-development-tools):not(.filter-web-development):not(.filter-hobby) .skill-tag.javascript,.projects-container:not(.filter-game-development):not(.filter-development-tools):not(.filter-web-development):not(.filter-hobby) .skill-tag.typescript,.projects-container:not(.filter-game-development):not(.filter-development-tools):not(.filter-web-development):not(.filter-hobby) .skill-tag.html,.projects-container:not(.filter-game-development):not(.filter-development-tools):not(.filter-web-development):not(.filter-hobby) .skill-tag.css,.projects-container:not(.filter-game-development):not(.filter-development-tools):not(.filter-web-development):not(.filter-hobby) .skill-tag.nodejs,.projects-container:not(.filter-game-development):not(.filter-development-tools):not(.filter-web-development):not(.filter-hobby) .skill-tag.aws,.projects-container:not(.filter-game-development):not(.filter-development-tools):not(.filter-web-development):not(.filter-hobby) .skill-tag.react{color:#e73bed!important;border-color:#e73bed!important;text-shadow:0 0 8px rgba(186,34,197,.6);box-shadow:0 0 0 1px #c522c54d,0 0 8px #c522ad33;transform:scale(1.05)}.projects-container:not(.filter-game-development):not(.filter-development-tools):not(.filter-web-development):not(.filter-hobby) .skill-tag.csharp,.projects-container:not(.filter-game-development):not(.filter-development-tools):not(.filter-web-development):not(.filter-hobby) .skill-tag.github{color:#fff!important;border-color:#fff!important;text-shadow:0 0 8px rgba(255,255,255,.6);box-shadow:0 0 0 1px #ffffff4d,0 0 8px #fff3;transform:scale(1.05)}.filter-game-development .skill-tag.unity,.filter-game-development .skill-tag.csharp,.filter-game-development .skill-tag.p4v,.filter-game-development .skill-tag.github{color:#a78bfa!important;border-color:#a78bfa!important;text-shadow:0 0 8px rgba(167,139,250,.6);box-shadow:0 0 0 1px #a78bfa4d,0 0 8px #a78bfa33;transform:scale(1.05)}.filter-development-tools .skill-tag.csharp,.filter-development-tools .skill-tag.github,.filter-development-tools .skill-tag.python{color:#60a5fa!important;border-color:#60a5fa!important;text-shadow:0 0 8px rgba(96,165,250,.6);box-shadow:0 0 0 1px #60a5fa4d,0 0 8px #60a5fa33;transform:scale(1.05)}.filter-web-development .skill-tag.javascript,.filter-web-development .skill-tag.typescript,.filter-web-development .skill-tag.html,.filter-web-development .skill-tag.css,.filter-web-development .skill-tag.nodejs,.filter-web-development .skill-tag.node,.filter-web-development .skill-tag.aws,.filter-web-development .skill-tag.react,.filter-web-development .skill-tag.vite{color:#e73bed!important;border-color:#e73bed!important;text-shadow:0 0 8px rgba(186,34,197,.6);box-shadow:0 0 0 1px #c522c54d,0 0 8px #c522ad33;transform:scale(1.05)}.filter-hobby .skill-tag.github,.filter-hobby .skill-tag.python{color:#3bedb2!important;border-color:#3bedb2!important;text-shadow:0 0 8px rgba(34,197,145,.6);box-shadow:0 0 0 1px #22c5b84d,0 0 8px #22c5a533;transform:scale(1.05)}.mobile-all-projects{display:none}.projects-carousel .carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#a78bfab3!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(167,139,250,.6)!important;color:#fff!important;border-radius:50%;width:44px;height:44px;font-size:1.4rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:20;display:flex;align-items:center;justify-content:center;opacity:.8;padding:0!important}.projects-carousel .carousel-btn:hover{background:#a78bfaf2!important;border-color:#a78bfae6!important;color:#fff!important;transform:translateY(-50%) scale(1.1);opacity:1;box-shadow:0 8px 20px #a78bfa66,0 0 15px #a78bfa4d}.projects-carousel .carousel-btn:disabled,.projects-carousel .carousel-btn.disabled{background:#a78bfa33!important;border-color:#a78bfa4d!important;color:#fff6!important;cursor:not-allowed;opacity:.5}.projects-carousel .carousel-btn:disabled:hover,.projects-carousel .carousel-btn.disabled:hover{background:#a78bfa33!important;border-color:#a78bfa4d!important;color:#fff6!important;transform:translateY(-50%);opacity:.5;box-shadow:none}.projects-carousel .carousel-btn.prev{left:55px}.projects-carousel .carousel-btn.next{right:15px}@media (max-width: 1024px) and (min-width: 769px){.carousel-slide .projects-grid{grid-template-columns:repeat(2,1fr);padding:0 5.5rem}.projects-grid{grid-template-columns:repeat(auto-fill,350px)}.projects-grid .project-item{max-width:350px}.projects-carousel .carousel-btn{width:40px;height:40px;font-size:1.2rem}.projects-carousel .carousel-btn.prev{left:8px}.projects-carousel .carousel-btn.next{right:8px}}@media (max-width: 768px){.section-title:after{display:none}.projects-container{padding:0 1.5rem}.projects-grid{grid-template-columns:1fr;gap:3.5rem}.projects-grid .project-item{max-width:100%;margin-bottom:1.5rem}.projects-carousel,.carousel-indicators{display:none}.projects-container .mobile-all-projects{display:block;padding:0 1rem;margin-top:2rem}.projects-container .mobile-all-projects .projects-grid{gap:4rem}.projects-container:not(.filter-game-development):not(.filter-development-tools):not(.filter-web-development):not(.filter-hobby) .mobile-all-projects{padding:0 1rem;margin-top:2rem}.projects-container:not(.filter-game-development):not(.filter-development-tools):not(.filter-web-development):not(.filter-hobby) .mobile-all-projects .projects-grid{gap:4rem}.skills-grid{gap:.75rem}.skill-tag{padding:.5rem 1rem;font-size:.9rem}}.contact{padding:4rem 0}.contact .section-title{text-align:center;margin-bottom:3rem;color:#e4e4e7;text-shadow:0 0 5px rgba(167,139,250,.6),0 0 10px rgba(167,139,250,.4),0 0 15px rgba(167,139,250,.2)}.contact-container{max-width:1200px;margin:0 auto;padding:0 20px}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem;margin-bottom:3rem}.contact-text h3{font-size:1.75rem;margin-bottom:1.5rem;color:#e4e4e7;text-align:center}.contact-text p{color:#a1a1aa;line-height:1.7;text-align:center}.contact-details{display:flex;flex-direction:column;gap:1.5rem;text-align:center}.contact-item{display:flex;flex-direction:column;margin-bottom:1rem}.contact-item strong{color:#e4e4e7;margin-bottom:.25rem}.contact-item a{color:#60a5fa;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#a78bfa}.social-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.social-link{background:#ffffff0d;color:#e4e4e7;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.social-link:hover{background:#3b83f619;border-color:#60a5fa;color:#60a5fa;transform:translateY(-2px)}.contact-form{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#e4e4e7;font-weight:500}.form-group input,.form-group textarea{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.75rem;color:#e4e4e7;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#a78bfa;background:#ffffff14;box-shadow:0 0 0 3px #a78bfa1a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background:linear-gradient(135deg,#60a5fa,#3b82f6);color:#fff;padding:.75rem 2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #a78bfa4d}@media (max-width: 768px){.section-title:after{display:none}.contact-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.contact-text,.contact-details{text-align:center}}.project-detail{min-height:100vh;padding:6rem 0 4rem;background:linear-gradient(135deg,#0c0c0f,#1a1a2e)}.back-btn{display:inline-flex;align-items:center;color:#60a5fa;text-decoration:none;font-weight:500;margin-bottom:2rem;transition:color .3s ease}.back-btn:hover{color:#a78bfa}.project-header{margin-bottom:3rem;text-align:center}.project-header h1{font-size:3rem;margin-bottom:.5rem;color:#e4e4e7}.project-category{color:#60a5fa;font-size:1.1rem;font-weight:500}.project-images{margin-bottom:3rem}.image-carousel{position:relative;margin-bottom:1.5rem}.main-image{width:100%;height:400px;object-fit:cover;border-radius:12px}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#a78bfa29;color:#fff;border:none;padding:1rem;font-size:1.5rem;cursor:pointer;border-radius:50%;transition:all .3s ease}.carousel-btn:hover{background:#60a5facc}.carousel-btn.prev{left:1rem}.carousel-btn.next{right:1rem}.image-thumbnails{display:flex;gap:1rem;justify-content:center}.thumbnail{background:none;border:none;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s ease}.thumbnail.active{opacity:.7}.thumbnail img{width:100px;height:80px;object-fit:cover;display:block}.project-content{margin-bottom:4rem}.project-description{margin-bottom:2rem}.project-description h2{font-size:1.75rem;margin-bottom:1rem;color:#e4e4e7}.project-description p{color:#a1a1aa;line-height:1.7;font-size:1.1rem}.formatted-description .section-header{font-size:1.5rem;color:#e4e4e7;margin-top:2rem;margin-bottom:1rem;font-weight:600}.formatted-description .section-header:first-of-type{margin-top:1rem}.formatted-description .feature-list{color:#a1a1aa;line-height:1.7;font-size:1.1rem;margin:1rem 0;padding-left:1.5rem}.formatted-description .feature-list li{margin-bottom:.5rem}.formatted-description p{color:#a1a1aa;line-height:1.7;font-size:1.1rem;margin-bottom:1rem}.project-technologies{margin-top:2rem;margin-bottom:2rem}.project-technologies h3{font-size:1.5rem;margin-bottom:1rem;color:#e4e4e7;display:block;width:100%}.tech-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.tech-item{background:#625fff33;color:#a78bfa;padding:.5rem;border-radius:8px;font-weight:500}.project-links{display:flex;gap:1rem}.project-link{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);color:#a78bfa;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.project-link:hover{background:#a78bfa1a;border-color:#a78bfa4d;transform:translateY(-2px);color:#a78bfa}.project-link.github{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);color:#a78bfa}.project-link.github:hover{background:#a78bfa1a;border-color:#a78bfa4d;color:#a78bfa}.related-projects{margin-top:4rem}.related-projects h3{font-size:1.75rem;margin-bottom:2rem;color:#e4e4e7;text-align:center}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.related-project{background:#625fff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(92,81,241,.1);border-radius:12px;padding:1.5rem;text-decoration:none;color:inherit;transition:all .3s ease;display:flex;flex-direction:column}.related-project:hover{transform:translateY(-5px);background:#5c84f314;border-color:#a78bfa4d;box-shadow:0 10px 25px #0003}.related-project .project-info h4{font-size:1.1rem;margin-bottom:.75rem;color:#e4e4e7;text-align:center}.related-project .project-info p{font-size:.9rem;color:#a1a1aa;margin-bottom:1rem;line-height:1.5;text-align:center}.related-project .project-tech{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.related-project .tech-tag{background:#a78bfa33;color:#a78bfa;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}@media (max-width: 768px){.project-header h1{font-size:2rem}.main-image{height:250px}.carousel-btn{padding:.75rem;font-size:1.25rem}.carousel-btn.prev{left:.5rem}.carousel-btn.next{right:.5rem}.project-links{flex-direction:column}.related-grid{grid-template-columns:1fr}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:#e4e4e7;background:linear-gradient(135deg,#0c0c0f,#09010a);min-height:100vh;overflow-x:hidden}.App{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary{background:linear-gradient(135deg,#60a5fa,#3b82f6);color:#fff;padding:12px 24px;border:none;border-radius:8px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;cursor:pointer;font-size:1rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #a78bfa4d}.btn-primary-blue{background:linear-gradient(135deg,#60a5fa,#3b82f6);color:#fff;padding:12px 24px;border:none;border-radius:8px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;cursor:pointer;font-size:1rem}.btn-primary-blue:hover{transform:translateY(-2px);box-shadow:0 10px 25px #60a5fa4d}.btn-secondary{background:transparent;color:#e4e4e7;padding:12px 24px;border:2px solid #374151;border-radius:8px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;cursor:pointer;font-size:1rem}.btn-secondary:hover{border-color:#a78bfa;background:#a78bfa1a;transform:translateY(-2px)}.glass{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px}@media (max-width: 768px){.section-title{font-size:2rem}.container{padding:0 15px}}:root{--bg-primary: #0c0c0f;--bg-secondary: #09010a ;--bg-card: rgba(255, 255, 255, .05);--text-primary: #e4e4e7;--text-secondary: #a1a1aa;--accent-blue: #60a5fa;--accent-purple: #a78bfa;--border-color: rgba(255, 255, 255, .1);--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 3rem;--spacing-xl: 4rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .2)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--text-primary);background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--accent-blue);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-purple)}::selection{background:#a78bfa4d;color:var(--text-primary)}*:focus{outline:2px solid var(--accent-purple);outline-offset:2px}
