@charset "UTF-8";.navbar{position:fixed;top:0;left:0;width:100%;padding:20px 0;z-index:100;transition:var(--transition-standard);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar.scrolled{background:rgba(15,15,19,.8);box-shadow:0 10px 30px -10px #0000004d;padding:15px 0}.navbar .container{display:flex;justify-content:space-between;align-items:center;width:90%;max-width:1400px;margin:0 auto}.navbar .logo{display:flex;align-items:center}.navbar .logo .profile-pic{width:38px;height:38px;border-radius:50%;overflow:hidden;border:2px solid var(--color-primary);margin-right:10px}.navbar .logo .profile-pic img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.navbar .logo .logo-text{font-weight:700;font-size:1.3rem;color:var(--color-text);letter-spacing:1px}.navbar .hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;cursor:pointer;z-index:11}.navbar .hamburger .line{width:100%;height:2px;background-color:var(--color-primary);transition:var(--transition-standard)}.navbar .hamburger.active .line:nth-child(1){transform:translateY(9px) rotate(45deg)}.navbar .hamburger.active .line:nth-child(2){opacity:0}.navbar .hamburger.active .line:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.navbar .nav-items ul{display:flex;list-style:none}.navbar .nav-items ul li{margin-left:30px}.navbar .nav-items ul li a{display:flex;align-items:center;color:var(--color-text);font-family:var(--font-mono);font-size:.9rem;position:relative}.navbar .nav-items ul li a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:var(--color-primary);transition:var(--transition-standard)}.navbar .nav-items ul li a:hover,.navbar .nav-items ul li a.active{color:var(--color-primary)}.navbar .nav-items ul li a:hover:after,.navbar .nav-items ul li a.active:after{width:100%}.navbar .nav-items ul li a:hover .nav-index,.navbar .nav-items ul li a.active .nav-index{transform:translateY(-5px)}.navbar .nav-items ul li a .nav-index{color:var(--color-primary);margin-right:5px;font-size:.8rem;transition:var(--transition-standard)}@media (max-width: 768px){.navbar .hamburger{display:flex}.navbar .nav-items{position:fixed;top:0;right:0;bottom:0;width:75%;max-width:400px;height:100vh;background-color:var(--color-background);padding:100px 0;z-index:10;transform:translate(100%);transition:var(--transition-standard);box-shadow:-10px 0 30px -15px #00000080}.navbar .nav-items.open{transform:translate(0)}.navbar .nav-items ul{flex-direction:column;padding:0 50px}.navbar .nav-items ul li{margin:0 0 20px}.navbar .nav-items ul li a{font-size:1.2rem}}body.menu-open{overflow:hidden}.preloader{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--color-background);z-index:9999;display:flex;align-items:center;justify-content:center}.preloader .inner{text-align:center}.preloader .name{margin-bottom:30px;display:flex;justify-content:center}.preloader .name .letter{font-family:var(--font-mono);font-size:3rem;color:var(--color-primary);margin:0 5px;opacity:0;transform:translateY(20px);transition:all .3s var(--cubic-slow)}.preloader .loading-bar{width:200px;height:2px;background-color:#ffffff1a;border-radius:10px;margin:0 auto;position:relative;overflow:hidden}.preloader .loading-bar .progress{position:absolute;top:0;left:0;height:100%;background-color:var(--color-primary);border-radius:10px}.section-header{text-align:center;margin-bottom:60px}.section-header h2{display:inline-block;position:relative}.section-header h2 .title-highlight{position:absolute;bottom:5px;left:-5px;width:calc(100% + 10px);height:10px;background-color:#64ffda1a;z-index:-1}.section-header p{max-width:600px;margin:10px auto 0}.home-page .hero{min-height:100vh;display:flex;align-items:center;padding:0}.home-page .hero .container{padding:0 5%;max-width:800px;margin:0 auto;text-align:center}.home-page .hero .intro-text{display:block;font-family:var(--font-mono);font-size:16px;color:var(--color-primary);margin-bottom:20px}.home-page .hero .name{font-size:clamp(40px,8vw,80px);font-weight:700;margin:0;line-height:1.1}.home-page .hero .name .char{display:inline-block}.home-page .hero .tagline{font-size:clamp(30px,5vw,50px);font-weight:600;color:var(--color-secondary);margin:10px 0 20px;line-height:1.1}.home-page .hero .tagline .char{display:inline-block}.home-page .hero .bio{max-width:640px;margin:0 auto 30px;font-size:18px;line-height:1.6}.home-page .hero .cta-buttons{display:flex;gap:20px;margin:50px auto 0;align-items:center;justify-content:center}.home-page .hero .cta-buttons a{font-family:var(--font-mono);font-size:14px;padding:15px 25px;border-radius:4px;transition:all .3s ease;text-align:center;display:inline-block;min-width:150px}.home-page .hero .cta-buttons a.primary-button{background-color:var(--color-primary);color:var(--color-background);border:2px solid var(--color-primary)}.home-page .hero .cta-buttons a.primary-button:hover{background-color:transparent;color:var(--color-primary);transform:translateY(-3px)}.home-page .hero .cta-buttons a.secondary-button{border:2px solid var(--color-primary);color:var(--color-primary)}.home-page .hero .cta-buttons a.secondary-button:hover{background-color:#64ffda1a;transform:translateY(-3px)}.home-page .featured-projects{padding:100px 5%}.home-page .featured-projects .projects-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;margin-bottom:50px}.home-page .featured-projects .project-card{border-radius:8px;overflow:hidden;background-color:#1a1a24;transition:transform .3s ease,box-shadow .3s ease;position:relative;box-shadow:0 10px 30px -15px #0000004d}.home-page .featured-projects .project-card .project-image{height:200px;overflow:hidden;position:relative}.home-page .featured-projects .project-card .project-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.home-page .featured-projects .project-card .project-image .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color-background);opacity:.5;transition:opacity .3s ease}.home-page .featured-projects .project-card .project-image .download-badge{position:absolute;top:15px;right:15px;background-color:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid var(--color-primary);color:var(--color-primary);border-radius:8px;padding:8px 12px;font-family:var(--font-mono);font-size:14px;display:flex;flex-direction:column;align-items:center;z-index:2}.home-page .featured-projects .project-card .project-image .download-badge span:first-child{font-weight:700;font-size:18px}.home-page .featured-projects .project-card .project-image .download-badge .download-text{font-size:12px;opacity:.8}.home-page .featured-projects .project-card:hover{transform:translateY(-7px);box-shadow:0 20px 30px -15px #00000080}.home-page .featured-projects .project-card:hover .project-image img{transform:scale(1.1)}.home-page .featured-projects .project-card .project-content{padding:25px}.home-page .featured-projects .project-card .project-content h3{margin-bottom:10px;font-size:22px}.home-page .featured-projects .project-card .project-content p{font-size:15px;margin-bottom:15px}.home-page .featured-projects .project-card .project-content .tech-stack{display:flex;flex-wrap:wrap;margin-bottom:20px;gap:8px}.home-page .featured-projects .project-card .project-content .tech-stack .tech-tag{background-color:#64ffda1a;color:var(--color-primary);font-family:var(--font-mono);font-size:12px;padding:3px 10px;border-radius:15px}.home-page .featured-projects .project-card .project-content .view-project{display:inline-block;font-family:var(--font-mono);font-size:14px;padding:8px 16px;border:1px solid var(--color-primary);color:var(--color-primary);border-radius:4px;transition:all .3s ease}.home-page .featured-projects .project-card .project-content .view-project:hover{background-color:#64ffda1a}.home-page .featured-projects .view-all{text-align:center;margin-top:40px}.home-page .featured-projects .view-all .view-all-projects{font-family:var(--font-mono);font-size:16px;padding:12px 30px;border:2px solid var(--color-primary);color:var(--color-primary);border-radius:4px;transition:all .3s ease}.home-page .featured-projects .view-all .view-all-projects:hover{background-color:#64ffda1a;transform:translateY(-3px)}.home-page .skills{padding:100px 5%;background-color:#10101a}.home-page .skills .skills-container{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;max-width:900px;margin:0 auto}.home-page .skills .skills-container .skill-item{background-color:#1a1a24;color:var(--color-text);padding:15px 25px;border-radius:5px;font-family:var(--font-mono);font-size:14px;border:1px solid #2a2a40;transition:all .3s ease}.home-page .skills .skills-container .skill-item:hover{transform:translateY(-3px);background-color:#242438;border-color:var(--color-primary);color:var(--color-primary)}@media (max-width: 768px){.home-page .hero .cta-buttons{flex-direction:column;align-items:center;width:100%;max-width:250px;margin-left:auto;margin-right:auto}.home-page .hero .cta-buttons a{width:100%;text-align:center}}.projects-page .hero-section{height:40vh;min-height:300px;display:flex;align-items:center;justify-content:center;text-align:center;padding:80px 0;margin-top:80px}.projects-page .hero-section h1{font-size:clamp(40px,6vw,60px);position:relative}.projects-page .hero-section h1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:5px;background:var(--color-primary)}.projects-page .projects-section{padding:100px 5%}.projects-page .filter-container{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:50px;gap:10px}.projects-page .filter-container .filter-btn{background:transparent;border:1px solid var(--color-primary);color:var(--color-text);padding:8px 16px;border-radius:25px;font-size:14px;font-family:var(--font-mono);cursor:pointer;transition:all .3s ease}.projects-page .filter-container .filter-btn:hover{background-color:#64ffda1a}.projects-page .filter-container .filter-btn.active{background-color:var(--color-primary);color:var(--color-background)}.projects-page .projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.projects-page .project-card{background-color:#1a1a24;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px -15px #0000004d;height:100%;display:flex;flex-direction:column}.projects-page .project-card .project-image{height:200px;position:relative;overflow:hidden}.projects-page .project-card .project-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.projects-page .project-card .project-image .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0a0a0fcc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.projects-page .project-card .project-image .overlay .view-btn{padding:8px 16px;background-color:var(--color-primary);color:var(--color-background);border-radius:4px;font-family:var(--font-mono);font-size:14px;transform:translateY(20px);transition:transform .3s ease}.projects-page .project-card .project-image .download-count{position:absolute;top:10px;left:10px;background-color:var(--color-accent);color:#fff;font-family:var(--font-mono);font-size:12px;padding:4px 10px;border-radius:20px;z-index:2}.projects-page .project-card:hover .project-image img{transform:scale(1.1)}.projects-page .project-card:hover .project-image .overlay{opacity:1}.projects-page .project-card:hover .project-image .overlay .view-btn{transform:translateY(0)}.projects-page .project-card .project-content{padding:25px;flex:1;display:flex;flex-direction:column}.projects-page .project-card .project-content h3{margin-bottom:10px;color:var(--color-text)}.projects-page .project-card .project-content p{margin-bottom:20px;font-size:15px;color:var(--color-secondary)}.projects-page .project-card .project-content .tech-stack{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.projects-page .project-card .project-content .tech-stack .tech-tag{background-color:#64ffda1a;color:var(--color-primary);font-family:var(--font-mono);font-size:12px;padding:3px 10px;border-radius:15px}@media (max-width: 768px){.projects-page .filter-container{overflow-x:auto;padding:10px 0;justify-content:flex-start}.projects-page .filter-container::-webkit-scrollbar{display:none}}.experience-page .hero-section{height:40vh;min-height:300px;display:flex;align-items:center;justify-content:center;text-align:center;padding:80px 0;margin-top:80px}.experience-page .hero-section h1{font-size:clamp(40px,6vw,60px);position:relative}.experience-page .hero-section h1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:5px;background:var(--color-primary)}.experience-page .timeline-section{padding:100px 0;position:relative}.experience-page .timeline-container{position:relative;max-width:800px;margin:0 auto;padding:50px 0;min-height:500px}.experience-page .progress-line{position:absolute;top:0;bottom:0;left:35px;width:4px;background-color:var(--color-primary);transform-origin:top;z-index:0}.experience-page .timeline-item{position:relative;margin-bottom:70px;margin-left:50px;z-index:1}.experience-page .timeline-item:last-child{margin-bottom:0}.experience-page .timeline-dot{position:absolute;top:20px;left:-34px;width:24px;height:24px;border-radius:50%;background-color:var(--color-background);border:4px solid var(--color-primary);z-index:2}.experience-page .timeline-content{display:flex;background-color:#1a1a24;border-radius:8px;padding:25px;box-shadow:0 10px 30px -15px #0000004d;transition:transform .3s ease}.experience-page .timeline-content:hover{transform:translateY(-5px)}.experience-page .timeline-content .timeline-img{flex:0 0 60px;height:60px;margin-right:20px;border-radius:5px;overflow:hidden}.experience-page .timeline-content .timeline-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.experience-page .timeline-content .timeline-info{flex:1}.experience-page .timeline-content .timeline-info h3{margin:0 0 5px;color:var(--color-text)}.experience-page .timeline-content .timeline-info h4{margin:0 0 10px;color:var(--color-primary);font-weight:500}.experience-page .timeline-content .timeline-info .duration{font-family:var(--font-mono);font-size:14px;color:var(--color-secondary);margin-bottom:15px}.experience-page .timeline-content .timeline-info .description{margin-bottom:15px;font-size:15px}.experience-page .timeline-content .timeline-info .skills-used{display:flex;flex-wrap:wrap;gap:8px}.experience-page .timeline-content .timeline-info .skills-used .skill{background-color:#64ffda1a;color:var(--color-primary);font-family:var(--font-mono);font-size:12px;padding:3px 10px;border-radius:15px}.experience-page .education-section{padding:100px 0;background-color:#10101a}.experience-page .education-container{display:flex;flex-direction:column;max-width:800px;margin:0 auto;gap:30px}.experience-page .education-card{display:flex;background-color:#1a1a24;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px -15px #0000004d}.experience-page .education-card .education-logo{flex:0 0 100px;background-color:#242438;display:flex;align-items:center;justify-content:center}.experience-page .education-card .education-logo img{width:60px;height:60px;-o-object-fit:contain;object-fit:contain}.experience-page .education-card .education-content{flex:1;padding:25px}.experience-page .education-card .education-content h3{margin:0 0 5px;color:var(--color-text)}.experience-page .education-card .education-content h4{margin:0 0 10px;color:var(--color-primary);font-weight:500}.experience-page .education-card .education-content .duration{font-family:var(--font-mono);font-size:14px;color:var(--color-secondary);margin-bottom:15px}.experience-page .education-card .education-content .description{font-size:15px}.experience-page .skills-section{padding:100px 0}.experience-page .skills-container{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;max-width:900px;margin:0 auto}.experience-page .skills-container .skill-item{background-color:#1a1a24;color:var(--color-text);padding:12px 20px;border-radius:5px;font-family:var(--font-mono);font-size:14px;border:1px solid #2a2a40;transition:all .3s ease}.experience-page .skills-container .skill-item:hover{transform:translateY(-3px);background-color:#242438;border-color:var(--color-primary);color:var(--color-primary)}@media (max-width: 768px){.experience-page .timeline-content{flex-direction:column}.experience-page .timeline-content .timeline-img{margin-right:0;margin-bottom:15px}.experience-page .education-card{flex-direction:column}.experience-page .education-card .education-logo{height:80px;flex:0 0 auto}}.articles-page .hero-section{height:40vh;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 0;margin-top:80px}.articles-page .hero-section h1{font-size:clamp(40px,6vw,60px);position:relative;margin-bottom:20px}.articles-page .hero-section h1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:5px;background:var(--color-primary)}.articles-page .hero-section p{font-size:clamp(18px,3vw,22px);color:var(--color-secondary)}.articles-page .articles-section{padding:80px 5%;max-width:1200px;margin:0 auto}.articles-page .filter-container{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:50px;gap:10px}.articles-page .filter-container .filter-btn{background:transparent;border:1px solid var(--color-primary);color:var(--color-text);padding:8px 16px;border-radius:25px;font-size:14px;font-family:var(--font-mono);cursor:pointer;transition:all .3s ease}.articles-page .filter-container .filter-btn:hover{background-color:#64ffda1a}.articles-page .filter-container .filter-btn.active{background-color:var(--color-primary);color:var(--color-background)}.articles-page .articles-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px}.articles-page .article-card{background-color:#1a1a24;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column;box-shadow:0 10px 30px -15px #0000004d}.articles-page .article-card:hover{transform:translateY(-5px);box-shadow:0 20px 30px -15px #00000080}.articles-page .article-card:hover .article-image img{transform:scale(1.05)}.articles-page .article-card .article-image{height:200px;overflow:hidden;position:relative}.articles-page .article-card .article-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.articles-page .article-card .article-image .platform-badge{position:absolute;top:10px;right:10px;background-color:var(--color-primary);color:var(--color-background);font-size:12px;font-family:var(--font-mono);padding:4px 10px;border-radius:20px;z-index:1}.articles-page .article-card .article-content{padding:25px;flex:1;display:flex;flex-direction:column}.articles-page .article-card .article-content .article-meta{display:flex;justify-content:space-between;margin-bottom:10px}.articles-page .article-card .article-content .article-meta .article-date,.articles-page .article-card .article-content .article-meta .article-read-time{font-size:14px;color:var(--color-secondary);font-family:var(--font-mono)}.articles-page .article-card .article-content .article-date{font-size:14px;color:var(--color-secondary);font-family:var(--font-mono);margin-bottom:10px}.articles-page .article-card .article-content h3{font-size:20px;margin-bottom:12px;line-height:1.3}.articles-page .article-card .article-content p{margin-bottom:20px;font-size:15px;color:var(--color-secondary);line-height:1.6}.articles-page .article-card .article-content .article-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.articles-page .article-card .article-content .article-tags .tag{background-color:#64ffda1a;color:var(--color-primary);font-family:var(--font-mono);font-size:12px;padding:3px 10px;border-radius:15px}.articles-page .article-card .article-content .read-more{display:flex;align-items:center;color:var(--color-primary);font-family:var(--font-mono);font-size:14px;margin-top:auto}.articles-page .article-card .article-content .read-more .arrow-icon{width:16px;height:16px;margin-left:6px;transition:transform .2s ease}.articles-page .article-card .article-content .read-more:hover .arrow-icon{transform:translate(3px) translateY(-3px)}.articles-page .newsletter-section{padding:100px 5%;background-color:#10101a;margin-top:50px}.articles-page .newsletter-section .newsletter-container{max-width:600px;margin:0 auto;text-align:center}.articles-page .newsletter-section .newsletter-content{background-color:#1a1a24;padding:40px;border-radius:8px;box-shadow:0 10px 30px -15px #0000004d}.articles-page .newsletter-section .newsletter-content h2{font-size:28px;margin-bottom:15px}.articles-page .newsletter-section .newsletter-content p{font-size:16px;color:var(--color-secondary);margin-bottom:25px}.articles-page .newsletter-section .newsletter-content .newsletter-form{display:flex;gap:10px;margin-bottom:15px}.articles-page .newsletter-section .newsletter-content .newsletter-form input{flex:1;padding:12px 15px;border-radius:5px;background-color:#242438;border:1px solid #333348;color:var(--color-text);font-size:16px}.articles-page .newsletter-section .newsletter-content .newsletter-form input:focus{border-color:var(--color-primary);outline:none}.articles-page .newsletter-section .newsletter-content .newsletter-form button{padding:0 20px;background-color:var(--color-primary);color:var(--color-background);font-weight:600;border-radius:5px;white-space:nowrap}.articles-page .newsletter-section .newsletter-content .newsletter-form button:hover{transform:translateY(-2px)}.articles-page .newsletter-section .newsletter-content .newsletter-note{font-size:14px;color:var(--color-muted)}@media (max-width: 768px){.articles-page .newsletter-section .newsletter-form{flex-direction:column}.articles-page .articles-container{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.project-detail-page .loading,.project-detail-page .not-found{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:80px}.project-detail-page .loading h2,.project-detail-page .not-found h2{margin-bottom:20px}.project-detail-page .loading .spinner,.project-detail-page .not-found .spinner{width:40px;height:40px;border:4px solid rgba(100,255,218,.3);border-top:4px solid var(--color-primary);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.project-detail-page .loading .back-btn,.project-detail-page .not-found .back-btn{margin-top:20px;padding:10px 20px;background-color:var(--color-primary);color:var(--color-background);border-radius:4px;font-family:var(--font-mono)}.project-detail-page .loading .back-btn:hover,.project-detail-page .not-found .back-btn:hover{transform:translateY(-2px)}.project-detail-page .hero-banner{height:60vh;min-height:400px;position:relative;display:flex;align-items:center;justify-content:center;margin-top:80px}.project-detail-page .hero-banner img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1}.project-detail-page .hero-banner .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(10,10,15,.7),rgb(15,15,19));z-index:0}.project-detail-page .hero-banner .hero-content{position:relative;z-index:1;text-align:center;padding:0 20px;max-width:800px}.project-detail-page .hero-banner .hero-content h1{font-size:clamp(40px,6vw,60px);margin-bottom:20px;position:relative}.project-detail-page .hero-banner .hero-content h1 .download-badge{display:inline-block;font-size:14px;font-family:var(--font-mono);background-color:var(--color-accent);color:#fff;padding:3px 10px;border-radius:20px;vertical-align:middle;margin-left:12px;position:relative;top:-5px}.project-detail-page .hero-banner .hero-content .tech-stack{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.project-detail-page .hero-banner .hero-content .tech-stack .tech-tag{background-color:#64ffda1a;color:var(--color-primary);font-family:var(--font-mono);font-size:14px;padding:5px 12px;border-radius:20px}.project-detail-page .project-content{padding:80px 0}.project-detail-page .project-content .container{max-width:800px;margin:0 auto;padding:0 20px}.project-detail-page .project-content h2{position:relative;font-size:28px;margin-bottom:30px;padding-bottom:10px}.project-detail-page .project-content h2:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background-color:var(--color-primary)}.project-detail-page .project-content .overview{margin-bottom:60px}.project-detail-page .project-content .overview p{font-size:17px;line-height:1.7;margin-bottom:30px}.project-detail-page .project-content .overview .project-links{display:flex;gap:15px}.project-detail-page .project-content .overview .project-links a{padding:12px 20px;border-radius:5px;font-family:var(--font-mono);font-size:14px;transition:all .3s ease}.project-detail-page .project-content .overview .project-links a.primary-btn{background-color:var(--color-primary);color:var(--color-background)}.project-detail-page .project-content .overview .project-links a.primary-btn:hover{transform:translateY(-3px)}.project-detail-page .project-content .overview .project-links a.secondary-btn{border:1px solid var(--color-primary);color:var(--color-primary)}.project-detail-page .project-content .overview .project-links a.secondary-btn:hover{background-color:#64ffda1a;transform:translateY(-3px)}.project-detail-page .project-content .gallery{margin-bottom:60px}.project-detail-page .project-content .gallery .image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.project-detail-page .project-content .gallery .image-grid .gallery-item{aspect-ratio:16/9;border-radius:8px;overflow:hidden}.project-detail-page .project-content .gallery .image-grid .gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.project-detail-page .project-content .gallery .image-grid .gallery-item img:hover{transform:scale(1.05)}.project-detail-page .project-content .features{margin-bottom:60px}.project-detail-page .project-content .features ul{padding-left:20px}.project-detail-page .project-content .features ul li{margin-bottom:15px;position:relative;padding-left:10px;font-size:16px;color:var(--color-secondary)}.project-detail-page .project-content .features ul li:before{content:"▹";position:absolute;left:-15px;color:var(--color-primary)}.project-detail-page .project-content .challenges{margin-bottom:60px}.project-detail-page .project-content .challenges .challenges-list{display:grid;gap:30px}.project-detail-page .project-content .challenges .challenges-list .challenge-item{background-color:#1a1a24;padding:25px;border-radius:8px;border-left:3px solid var(--color-primary)}.project-detail-page .project-content .challenges .challenges-list .challenge-item h3{font-size:20px;margin-bottom:10px}.project-detail-page .project-content .challenges .challenges-list .challenge-item p{color:var(--color-secondary);font-size:15px;line-height:1.6}.project-detail-page .navigation{max-width:800px;margin:0 auto;padding:0 20px 80px}.project-detail-page .navigation .back-btn{font-family:var(--font-mono);color:var(--color-primary);display:inline-flex;align-items:center}.project-detail-page .navigation .back-btn:hover{transform:translate(-5px)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.project-detail-page .project-content .overview .project-links{flex-direction:column}.project-detail-page .project-content .overview .project-links a{text-align:center}}.contact-page .hero-section{height:40vh;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 0;margin-top:80px}.contact-page .hero-section h1{font-size:clamp(40px,6vw,60px);position:relative;margin-bottom:20px}.contact-page .hero-section h1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:5px;background:var(--color-primary)}.contact-page .hero-section p{font-size:clamp(18px,3vw,22px);color:var(--color-secondary)}.contact-page .contact-section{padding:80px 0 120px}.contact-page .contact-section .container{max-width:1200px;margin:0 auto;padding:0 20px;width:90%}.contact-page .contact-section .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:flex-start}@media (max-width: 768px){.contact-page .contact-section .contact-grid{grid-template-columns:1fr}}.contact-page .contact-section h2{font-size:28px;margin-bottom:25px;position:relative;padding-bottom:10px}.contact-page .contact-section h2:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background-color:var(--color-primary)}.contact-page .contact-section .contact-info p{margin-bottom:30px;color:var(--color-secondary);font-size:16px;line-height:1.7}.contact-page .contact-section .contact-info .contact-items{list-style:none;padding:0;margin:0 0 40px}.contact-page .contact-section .contact-info .contact-items li{display:flex;margin-bottom:25px;align-items:flex-start}.contact-page .contact-section .contact-info .contact-items li .icon{width:40px;height:40px;border-radius:50%;background-color:#64ffda1a;display:flex;align-items:center;justify-content:center;margin-right:15px;flex-shrink:0}.contact-page .contact-section .contact-info .contact-items li .icon svg{width:20px;height:20px;color:var(--color-primary)}.contact-page .contact-section .contact-info .contact-items li .contact-text h3{font-size:18px;margin:0 0 5px}.contact-page .contact-section .contact-info .contact-items li .contact-text a,.contact-page .contact-section .contact-info .contact-items li .contact-text span{color:var(--color-secondary);font-size:15px;transition:color .3s ease}.contact-page .contact-section .contact-info .contact-items li .contact-text a:hover{color:var(--color-primary)}.contact-page .contact-section .contact-info .social-links h3{font-size:18px;margin-bottom:15px}.contact-page .contact-section .contact-info .social-links .social-icons{display:flex;gap:15px;flex-wrap:wrap}.contact-page .contact-section .contact-info .social-links .social-icons .social-icon{width:40px;height:40px;border-radius:50%;border:1px solid #2a2a40;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:var(--color-secondary)}.contact-page .contact-section .contact-info .social-links .social-icons .social-icon svg{width:20px;height:20px}.contact-page .contact-section .contact-info .social-links .social-icons .social-icon:hover{background-color:var(--color-primary);color:var(--color-background);border-color:var(--color-primary);transform:translateY(-3px)}.contact-page .contact-section .contact-form .form-success,.contact-page .contact-section .contact-form .form-error{padding:15px;border-radius:5px;margin-bottom:20px}.contact-page .contact-section .contact-form .form-success{background-color:#3fbb831a;border:1px solid rgba(63,187,131,.3)}.contact-page .contact-section .contact-form .form-success p{color:#3fbb83;margin:0}.contact-page .contact-section .contact-form .form-error{background-color:#e74c3c1a;border:1px solid rgba(231,76,60,.3)}.contact-page .contact-section .contact-form .form-error p{color:#e74c3c;margin:0}.contact-page .contact-section .contact-form form .form-group{margin-bottom:25px}.contact-page .contact-section .contact-form form .form-group label{display:block;margin-bottom:8px;font-size:15px;color:var(--color-text)}.contact-page .contact-section .contact-form form .form-group input,.contact-page .contact-section .contact-form form .form-group textarea,.contact-page .contact-section .contact-form form .form-group select{width:100%;padding:12px 15px;background-color:#1a1a24;border:1px solid #2a2a40;border-radius:5px;color:var(--color-text);font-size:16px;transition:border-color .3s ease;font-family:var(--font-sans)}.contact-page .contact-section .contact-form form .form-group input:focus,.contact-page .contact-section .contact-form form .form-group textarea:focus,.contact-page .contact-section .contact-form form .form-group select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px #64ffda1a}.contact-page .contact-section .contact-form form .form-group textarea{resize:vertical;min-height:120px}.contact-page .contact-section .contact-form form .submit-btn{width:100%;padding:14px;background-color:var(--color-primary);color:var(--color-background);border:none;border-radius:5px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.contact-page .contact-section .contact-form form .submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px -10px #64ffda80}.contact-page .contact-section .contact-form form .submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.cursor-wrapper{pointer-events:none;position:fixed;left:0;top:0;z-index:9999;will-change:transform}.cursor-wrapper.hidden{opacity:0}.cursor-wrapper .cursor-dot{position:absolute;left:-4px;top:-4px;width:8px;height:8px;background-color:var(--color-primary);border-radius:50%;transform:translate3d(-50%,-50%,0);transition:width .2s ease-in-out,height .2s ease-in-out,opacity .2s ease-in-out}.cursor-wrapper .cursor-outline{position:absolute;left:-15px;top:-15px;width:30px;height:30px;border:2px solid var(--color-primary);border-radius:50%;transform:translate3d(-50%,-50%,0);transition:all .15s ease-in-out;opacity:.5}.cursor-wrapper.link-hovered .cursor-dot{transform:translate3d(-50%,-50%,0) scale(1.5);background-color:var(--color-accent)}.cursor-wrapper.link-hovered .cursor-outline{width:50px;height:50px;left:-25px;top:-25px;border-color:var(--color-accent)}.cursor-wrapper.clicked .cursor-dot,.cursor-wrapper.clicked .cursor-outline{transform:translate3d(-50%,-50%,0) scale(.8)}.site-footer{background-color:#0d0d14;padding:70px 0 30px;position:relative}.site-footer .container{width:90%;max-width:1200px;margin:0 auto}.site-footer .footer-content{display:grid;grid-template-columns:1fr 2fr;gap:50px;margin-bottom:50px}@media (max-width: 768px){.site-footer .footer-content{grid-template-columns:1fr}}.site-footer .footer-logo .logo-text{font-size:24px;font-weight:700;color:var(--color-text);display:block;margin-bottom:10px}.site-footer .footer-logo .tagline{color:var(--color-secondary);font-size:16px;margin-bottom:20px}.site-footer .footer-links{display:grid;grid-template-columns:1fr 1fr;gap:30px}@media (max-width: 480px){.site-footer .footer-links{grid-template-columns:1fr}}.site-footer .footer-links .link-group h3{font-size:18px;margin-bottom:20px;color:var(--color-text);position:relative}.site-footer .footer-links .link-group h3:after{content:"";position:absolute;bottom:-6px;left:0;width:40px;height:2px;background-color:var(--color-primary)}.site-footer .footer-links .link-group ul{list-style:none;padding:0;margin:0}.site-footer .footer-links .link-group ul li{margin-bottom:12px}.site-footer .footer-links .link-group ul li a{color:var(--color-secondary);font-size:15px;transition:all .2s ease}.site-footer .footer-links .link-group ul li a:hover{color:var(--color-primary);transform:translate(3px)}.site-footer .social-links li a{display:flex;align-items:center}.site-footer .social-links li a svg{width:18px;height:18px;margin-right:10px;transition:transform .2s ease}.site-footer .social-links li a:hover svg{transform:translateY(-2px)}.site-footer .footer-bottom{padding-top:30px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.site-footer .footer-bottom p{color:var(--color-muted);font-size:14px;margin:0}.site-footer .footer-bottom .user-ip{font-family:var(--font-mono);font-size:12px}@media (max-width: 480px){.site-footer .footer-bottom{flex-direction:column;align-items:flex-start}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}:root{--color-background: #0f0f13;--color-text: #f1f1f1;--color-primary: #64ffda;--color-secondary: #8892b0;--color-accent: #e31b6d;--color-muted: #575757;--font-sans: "Inter", "San Francisco", "SF Pro Text", -apple-system, system-ui, sans-serif;--font-mono: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", monospace;--transition-standard: all .3s cubic-bezier(.645, .045, .355, 1);--cubic-slow: cubic-bezier(.7, 0, .3, 1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);background-color:var(--color-background);color:var(--color-text);overflow-x:hidden;line-height:1.6;cursor:none}a,button,.clickable{cursor:none;outline:none}a:hover,button:hover,.clickable:hover{cursor:none}a{color:var(--color-primary);text-decoration:none;transition:var(--transition-standard)}a:hover{color:var(--color-accent)}button{background:none;border:1px solid var(--color-primary);color:var(--color-primary);padding:.75rem 1.5rem;border-radius:4px;font-family:var(--font-mono);font-size:14px;transition:var(--transition-standard)}button:hover{background-color:#64ffda1a;transform:translateY(-2px)}section{padding:100px 0;margin:0 auto;max-width:1200px;width:90%}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:clamp(40px,8vw,80px)}h2{font-size:clamp(32px,6vw,50px)}h3{font-size:clamp(24px,5vw,32px)}p{margin-bottom:1rem;color:var(--color-secondary)}::-webkit-scrollbar{width:0}::-moz-selection{background-color:var(--color-primary);color:var(--color-background)}::selection{background-color:var(--color-primary);color:var(--color-background)}
