.project-detail{min-height:80vh;padding:3rem 2rem;position:relative;overflow:hidden}.project-detail .detail-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:0}.project-detail .detail-background .float-orb{position:absolute;border-radius:50%;filter:blur(70px)}.project-detail .detail-background .float-orb.orb-1{top:10%;right:15%;width:280px;height:280px;background:radial-gradient(circle,rgba(255,0,255,.3) 0,transparent 70%)}.project-detail .detail-background .float-orb.orb-2{top:45%;left:10%;width:260px;height:260px;background:radial-gradient(circle,rgba(0,255,255,.28) 0,transparent 70%)}.project-detail .detail-background .float-orb.orb-3{bottom:15%;right:20%;width:240px;height:240px;background:radial-gradient(circle,rgba(54,252,39,.32) 0,transparent 70%)}.project-detail .project-detail-container{max-width:1000px;margin:0 auto;position:relative;z-index:1}.project-detail .back-button{display:inline-flex;align-items:center;gap:.5rem;color:hsla(0,0%,100%,.7);font-family:Josefin Sans,sans-serif;font-size:1rem;text-decoration:none;margin-bottom:3rem;padding:.75rem 1.25rem;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;transition:all .3s ease}.project-detail .back-button:hover{color:#36fc27;border-color:rgba(54,252,39,.3);background:rgba(54,252,39,.05);transform:translateX(-4px)}.project-detail .back-button:hover svg{transform:translateX(-4px)}.project-detail .back-button svg{transition:transform .3s ease}.project-detail .project-header{text-align:center;margin-bottom:3rem}.project-detail .project-header .project-title{font-size:3.5rem;font-weight:700;color:#36fc27;font-family:Shadows Into Light,sans-serif;line-height:1.2;margin-bottom:1.5rem;animation:glitch 2s infinite;cursor:pointer;transition:all .3s ease}.project-detail .project-header .project-title:hover{animation:glitch .3s infinite}.project-detail .project-header .title-underline{width:120px;height:3px;background:linear-gradient(90deg,transparent,#36fc27 50%,transparent);margin:0 auto;box-shadow:0 0 10px #36fc27}.project-detail .featured-image{position:relative;width:100%;height:500px;margin-bottom:3rem;border-radius:12px;overflow:hidden;border:1px solid rgba(54,252,39,.2);box-shadow:0 12px 40px rgba(54,252,39,.15),0 0 30px rgba(54,252,39,.1)}.project-detail .featured-image .project-image{object-fit:cover}.project-detail .featured-image .image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.3));pointer-events:none}.project-detail .project-actions{display:flex;justify-content:center;margin-bottom:4rem}.project-detail .project-actions .action-button{display:inline-flex;align-items:center;gap:.75rem;background:#36fc27;color:#000;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-family:Josefin Sans,sans-serif;font-size:1.1rem;transition:all .3s ease;box-shadow:0 0 20px rgba(54,252,39,.3)}.project-detail .project-actions .action-button:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 0 40px rgba(54,252,39,.6),0 8px 20px rgba(54,252,39,.3)}.project-detail .project-actions .action-button:hover svg{transform:translateX(4px) translateY(-4px)}.project-detail .project-actions .action-button svg{transition:transform .3s ease}.project-detail .project-content{font-family:Josefin Sans,sans-serif;color:hsla(0,0%,100%,.9)}.project-detail .project-content p{font-size:1.2rem;line-height:1.9;font-weight:300;margin-bottom:1.8rem;color:hsla(0,0%,100%,.9)}.project-detail .project-content h1,.project-detail .project-content h2{font-size:2.2rem;font-weight:700;color:#36fc27;margin:3rem 0 1.5rem;line-height:1.4;font-family:Josefin Sans,sans-serif}.project-detail .project-content h3{font-size:1.8rem;font-weight:700;color:#36fc27;margin:2.5rem 0 1.25rem;line-height:1.4;font-family:Josefin Sans,sans-serif}.project-detail .project-content h4,.project-detail .project-content h5,.project-detail .project-content h6{font-size:1.5rem;font-weight:600;color:#36fc27;margin:2rem 0 1rem;line-height:1.4;font-family:Josefin Sans,sans-serif}.project-detail .project-content b,.project-detail .project-content strong{font-weight:600;color:hsla(0,0%,100%,.95)}.project-detail .project-content em,.project-detail .project-content i{font-style:italic}.project-detail .project-content a{color:#36fc27;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:all .3s ease}.project-detail .project-content a:hover{border-bottom-color:#36fc27}.project-detail .project-content ol,.project-detail .project-content ul{margin:1.5rem 0 1.5rem 2rem;padding-left:1rem}.project-detail .project-content ul{list-style-type:none}.project-detail .project-content ul li{position:relative;padding-left:1.5rem}.project-detail .project-content ul li:before{content:"";position:absolute;left:0;top:.75rem;width:6px;height:6px;background:#36fc27;border-radius:50%;box-shadow:0 0 8px #36fc27}.project-detail .project-content ol{list-style-type:decimal;list-style-position:outside}.project-detail .project-content ol li::marker{color:#36fc27;font-weight:600}.project-detail .project-content li{font-size:1.2rem;line-height:1.8;font-weight:300;margin-bottom:.75rem;color:hsla(0,0%,100%,.85)}.project-detail .project-content blockquote{border-left:4px solid #36fc27;padding:1.5rem 2rem;margin:2rem 0;background:rgba(54,252,39,.05);border-radius:0 8px 8px 0}.project-detail .project-content blockquote p{font-size:1.25rem;font-style:italic;color:hsla(0,0%,100%,.9);margin-bottom:0}.project-detail .project-content code{background:rgba(54,252,39,.1);color:#36fc27;padding:.2rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.95em}.project-detail .project-content pre{background:rgba(0,0,0,.5);border:1px solid rgba(54,252,39,.2);border-radius:8px;padding:1.5rem;overflow-x:auto;margin:2rem 0}.project-detail .project-content pre code{background:none;padding:0;border-radius:0;font-size:.95rem;line-height:1.6}.project-detail .project-content hr{border:none;height:2px;background:linear-gradient(90deg,transparent,rgba(54,252,39,.3) 50%,transparent);margin:3rem 0}.project-detail .project-content img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0;border:1px solid rgba(54,252,39,.1)}@media screen and (max-width:1024px){.project-detail .project-header .project-title{font-size:3rem}.project-detail .featured-image{height:400px}}@media screen and (max-width:768px){.project-detail{padding:2rem 1.5rem}.project-detail .back-button,.project-detail .project-header{margin-bottom:2rem}.project-detail .project-header .project-title{font-size:2.2rem}.project-detail .featured-image{height:300px;margin-bottom:2.5rem}.project-detail .project-actions{margin-bottom:3rem}.project-detail .project-actions .action-button{padding:.875rem 1.75rem;font-size:1rem}.project-detail .project-content p{font-size:1.1rem}.project-detail .project-content h1,.project-detail .project-content h2{font-size:1.8rem}.project-detail .project-content h3{font-size:1.5rem}.project-detail .project-content h4,.project-detail .project-content h5,.project-detail .project-content h6{font-size:1.3rem}.project-detail .project-content li{font-size:1.1rem}.project-detail .project-content blockquote p{font-size:1.15rem}@keyframes glitch{0%,to{text-shadow:2px 2px #36fc27,-2px -2px #f0f}25%{text-shadow:-2px 2px #f0f,2px -2px #36fc27}50%{text-shadow:2px -2px #36fc27,-2px 2px #f0f}75%{text-shadow:-2px -2px #f0f,2px 2px #36fc27}}}@media screen and (max-width:1024px){.project-detail{padding:1.5rem 1rem}.project-detail .project-header .project-title{font-size:1.85rem}.project-detail .featured-image{height:240px}.project-detail .project-actions .action-button{padding:.75rem 1.5rem;font-size:.95rem}.project-detail .project-content p{font-size:1rem}.project-detail .project-content h1,.project-detail .project-content h2{font-size:1.6rem}.project-detail .project-content h3{font-size:1.4rem}.project-detail .project-content h4,.project-detail .project-content h5,.project-detail .project-content h6{font-size:1.2rem}.project-detail .project-content li{font-size:1rem}.project-detail .project-content ol,.project-detail .project-content ul{margin-left:1rem}.project-detail .project-content blockquote{padding:1rem 1.25rem}.project-detail .project-content blockquote p{font-size:1.05rem}}