.project-detail-page{min-height:100vh;padding:3rem 0 0}.back-link{color:var(--gray-600);cursor:pointer;align-items:center;gap:.5rem;margin-bottom:2rem;font-family:Syne,sans-serif;font-weight:500;text-decoration:none;transition:color .3s;display:inline-flex}.back-link:hover{color:var(--black)}.project-header{margin-bottom:1.6rem}.project-title{color:var(--text);margin-bottom:1rem;font-family:Syne,sans-serif;font-weight:800;font-size:1.3rem!important}.project-meta{color:var(--text-light);gap:.8rem;display:flex}.meta-item{background:var(--white);border:1px solid var(--border);border-radius:4px;padding:.5rem 1rem;font-size:.9rem}.main-image-container{border-radius:12px;margin-bottom:3rem;overflow:hidden;box-shadow:0 10px 30px #0000001a}.main-image{object-fit:cover;width:100%;height:auto}.project-info-grid{grid-template-columns:1fr;gap:3rem;margin-bottom:4rem;display:grid}.project-descriptionz h2{color:var(--text);margin-bottom:1.5rem;font-size:1.8rem}.project-descriptionz p{color:var(--text-light);white-space:pre-line;font-size:1rem;line-height:1.8}.project-details{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.details-card{background:var(--white);border:1px solid var(--border);border-radius:8px;padding:2rem}.details-card h3{color:var(--text);margin-bottom:1.5rem;font-family:Syne,sans-serif;font-size:1.3rem}.technologies-list{flex-wrap:wrap;gap:.5rem;display:flex}.tech-badge{background:var(--background-alt);color:var(--text);border:1px solid var(--border);border-radius:20px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-family:Syne,sans-serif;font-size:.9rem;font-weight:600;display:inline-flex}[data-theme=dark] .tech-badge img[src*=nextjs],[data-theme=dark] .tech-badge img[src*=express],[data-theme=dark] .tech-badge img[src*=json],[data-theme=dark] .tech-badge img[src*=socketio],[data-theme=dark] .tech-badge img[src*=framermotion]{filter:invert()}[data-theme=dark] .tech-badge img[src*=microsoftexcel],[data-theme=light] .tech-badge img[src*=microsoftexcel]{filter:invert(.5)sepia()saturate(3)hue-rotate(80deg)}.features-list{padding:0;list-style:none}.features-list li{color:var(--text-light);border-bottom:1px solid var(--border);padding:.5rem 0}.features-list li:last-child{border-bottom:none}.features-list li:before{content:"✓";color:var(--black);margin-right:.5rem;font-weight:700}.screenshots-section{margin-bottom:4rem}.screenshots-section h2{color:var(--text);margin-bottom:2rem;font-size:1.8rem}.screenshots-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.screenshot-item{border-radius:8px;transition:transform .3s;overflow:hidden;box-shadow:0 5px 15px #0000001a}.screenshot-item:hover{transform:translateY(-5px)}.screenshot-image{object-fit:cover;width:100%;height:auto}.project-links-section{margin-bottom:4rem}.project-links-section h2{color:var(--text);margin-bottom:2rem;font-size:1.8rem}.links-container{flex-wrap:wrap;gap:1rem;display:flex}.btn-primary svg{vertical-align:middle;width:1em;height:1em;margin-right:.4rem}.project-descriptionz h2,.project-links-section h2,.other-projects-section h2{font-family:Syne,sans-serif}.project-navigation{text-align:center;border-top:1px solid var(--border);padding-top:3rem}.nav-btn{cursor:pointer;text-align:center;letter-spacing:.02em;text-transform:uppercase;border:1px solid var(--border);background:var(--white);min-width:160px;color:var(--text);border-radius:0;justify-content:center;align-items:center;padding:.7rem 2rem;font-family:Syne,sans-serif;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-flex}.nav-btn:hover{background:var(--background-alt);border-color:var(--black)}.carousel-container{margin-bottom:3rem}.carousel-wrapper{aspect-ratio:16/9;background:#000;border-radius:12px;width:100%;position:relative;overflow:hidden}.carousel-slide{width:100%;height:100%;position:relative}.carousel-image{object-fit:contain;width:100%;height:100%}.carousel-btn{color:#fff;cursor:pointer;z-index:10;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-btn:hover{background:#000c;transform:translateY(-50%)}.carousel-btn-prev{left:20px}.carousel-btn-next{right:20px}.carousel-indicators{justify-content:center;gap:10px;margin-top:20px;display:flex}.indicator{border:2px solid var(--text);cursor:pointer;background:0 0;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.indicator.active{background:var(--black);border-color:var(--black)}.indicator:hover{transform:scale(1.2)}.project-detail-page svg{width:1em;height:1em}.carousel-btn svg{width:1.2em;height:1.2em}.other-projects-section{border-top:1px solid var(--border);margin-top:3rem;margin-bottom:3rem;padding-top:3rem}.other-projects-section h2{color:var(--text);margin-bottom:2rem;font-size:1.8rem}.other-projects-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.other-project-card{border:1px solid var(--border);background:var(--white);flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.other-project-card:hover{border-color:var(--black);box-shadow:0 8px 20px var(--shadow);transform:translateY(-4px)}.other-project-img-wrap{aspect-ratio:16/9;width:100%;position:relative;overflow:hidden}.other-project-img{object-fit:cover;transition:transform .4s}.other-project-card:hover .other-project-img{transform:scale(1.05)}.other-project-info{padding:1rem}.other-project-info h3{color:var(--black);margin-bottom:.5rem;font-family:Syne,sans-serif;font-size:.95rem;font-weight:700}.other-project-tags{flex-wrap:wrap;gap:.4rem;display:flex}.other-project-tags .tech-badge{border-radius:4px;padding:.2rem .6rem;font-size:.7rem}@media (max-width:968px){.project-detail-page{padding:3rem 0}.project-title{font-size:2.2rem}.project-info-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.project-detail-page{padding:2rem 0}.back-link{margin-bottom:1.5rem;font-size:.9rem}.project-header{margin-bottom:.5rem}.project-title{font-size:1.8rem}.project-meta{flex-direction:column;gap:.75rem}.meta-item{padding:.4rem .8rem;font-size:.9rem}.project-info-grid{gap:2rem;margin-bottom:3rem}.project-descriptionz h2,.project-links-section h2,.other-projects-section h2{margin-bottom:1rem;font-size:1.5rem}.project-descriptionz p{font-size:.95rem;line-height:1.6}.project-details{grid-template-columns:1fr}.details-card{padding:1.5rem}.details-card h3{margin-bottom:1rem;font-size:1.2rem}.tech-badge{padding:.4rem .8rem;font-size:.85rem}.features-list li{padding:.4rem 0;font-size:.9rem}.screenshots-grid{grid-template-columns:1fr;gap:1.5rem}.links-container{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.project-link-btn{justify-content:center;width:100%;padding:.9rem 1rem;font-size:.85rem}.project-links-section{margin-bottom:3rem}.project-navigation{padding-top:2rem}.carousel-btn{width:40px;height:40px}.carousel-btn-prev{left:10px}.carousel-btn-next{right:10px}.carousel-indicators{gap:8px;margin-top:15px}.indicator{border-width:1.5px;width:10px;height:10px}.other-projects-grid{grid-template-columns:1fr}.nav-btn{padding:.7rem 1.2rem;font-size:.75rem}.links-container .btn{justify-content:center;width:100%;padding:.8rem .5rem;font-size:.8rem!important}}@media (max-width:480px){.project-detail-page{padding:1.5rem 0}.project-title{font-size:1.5rem}.project-descriptionz h2,.project-links-section h2,.other-projects-section h2{font-size:1.3rem}.project-descriptionz p{font-size:.9rem}.carousel-btn{width:35px;height:35px}.carousel-btn svg{width:1em;height:1em}.carousel-indicators{gap:6px;margin-top:12px}.indicator{border-width:1.5px;width:8px;height:8px}.details-card{padding:1.25rem}.project-link-btn{padding:.8rem;font-size:.8rem}.project-link-btn svg{width:.9em;height:.9em}.other-projects-grid{grid-template-columns:1fr}.links-container .btn{padding:.7rem .5rem;font-size:.75rem!important}.links-container .btn svg{font-size:.9rem}}
