@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";.navbar{display:flex;height:70px;justify-content:space-between;align-items:center;padding:15px 20px;color:#fff;position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 4px 6px #0000001a;background:#121212b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px #0000004d}body{padding-top:60px}.logo{font-weight:700;color:#fff;text-decoration:none;transition:color .3s ease}.logo:hover{color:#ccc}.nav-links{display:flex;gap:20px}.nav-links a{color:#fff;text-decoration:none;font-size:1rem;transition:color .3s ease}.nav-links a:hover{color:#ccc}.burger{display:none;flex-direction:column;cursor:pointer}.bar{width:22px;height:1px;background-color:#fff;margin:4px 0;transition:.4s;border-radius:2px}.navbar h2{font-weight:700;font-size:1rem}@media only screen and (min-width: 768px){.navbar{padding:15px 100px}}@media only screen and (min-width: 1000px){.navbar{padding:15px 200px}.navbar h2{font-weight:700;font-size:1.2rem}}@media (max-width: 768px){.nav-links{position:absolute;right:0;top:60px;background-color:#000;height:100vh;width:100%;flex-direction:column;align-items:center;justify-content:flex-start;transform:translate(100%);transition:transform .4s ease-in-out;padding-top:60px}.nav-links.open{transform:translate(0)}.burger{display:flex}.nav-links li{font-size:1.5rem;padding:10px;margin:16px 0}}body{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;background-color:#0a0a0a;color:#e0e0e0;line-height:1.6;overflow-x:hidden}.home-container{position:relative;width:100%;min-height:100vh}.threejs-background{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:0;background:linear-gradient(to bottom,#0a0a0a,#151515)}.content-wrapper{position:relative;z-index:1;padding:0 1.5rem;max-width:1400px;margin:0 auto;opacity:0;transform:translateY(20px);transition:opacity 1.2s ease,transform 1.2s ease}.content-wrapper.show{opacity:1;transform:translateY(0)}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:flex-start;padding:2rem 0;margin-top:40px}.hero-content{max-width:650px;padding:2rem;background:#121212b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px #0000004d}h1{font-size:3.5rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.05em;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.tagline{font-size:1.8rem;font-weight:500;color:#b0b0b0;margin-bottom:1.5rem}.intro-text{font-size:1.1rem;margin-bottom:1rem;color:#d0d0d0}.secondary-text{font-size:1rem;margin-bottom:1.5rem;color:#a0a0a0}.home-links{display:flex;gap:1.2rem;margin-bottom:2rem}.social-link{width:45px;height:45px;display:flex;align-items:center;justify-content:center;background-color:#ffffff14;border-radius:50%;transition:all .3s ease}.social-link:hover{background-color:#ffffff26;transform:translateY(-3px)}.link-icon{width:22px;height:22px;filter:invert(1);opacity:.8}.cta-buttons{display:flex;gap:1rem;margin-top:1.5rem}.cta-primary,.cta-secondary{padding:.8rem 1.8rem;font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;letter-spacing:.02em}.cta-primary{background-color:#fff;color:#121212;box-shadow:0 4px 10px #0003}.cta-primary:hover{background-color:#f0f0f0;transform:translateY(-2px);box-shadow:0 6px 12px #00000040}.cta-secondary{background-color:transparent;color:#e0e0e0;border:1px solid rgba(255,255,255,.3)}.cta-secondary:hover{background-color:#ffffff0d;transform:translateY(-2px);border-color:#ffffff80}.content-sections{padding:5rem 0}.section-title{font-size:2.2rem;margin-bottom:2rem;color:#fff;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;left:0;bottom:-.5rem;width:50%;height:3px;background:linear-gradient(90deg,#808080,transparent)}.about-section{margin-bottom:5rem;padding:3rem;background:#121212b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px #0000004d}.about-content{max-width:900px}.about-content p{margin-bottom:1.5rem;font-size:1.05rem;color:#d0d0d0}.about-content p:last-child{margin-bottom:0}.skills-section{padding:3rem;background:#121212b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px #0000004d}.skills-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.skill-category h3{font-size:1.3rem;margin-bottom:1.2rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem}.skill-list{list-style-type:none}.skill-list li{margin-bottom:.8rem;color:silver;display:flex;align-items:center}.skill-list li:before{content:"";display:inline-block;width:6px;height:6px;background-color:gray;border-radius:50%;margin-right:.8rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 992px){h1{font-size:3rem}.tagline{font-size:1.5rem}.hero-content{max-width:550px}}@media (max-width: 768px){.hero-section{justify-content:center;text-align:center}.hero-content{padding:1.5rem}h1{font-size:2.5rem}.tagline{font-size:1.3rem}.home-links{justify-content:center}.section-title:after{left:0;margin:0 auto;width:100px;text-align:center}.about-section,.skills-section{padding:2rem 1.5rem}.cta-buttons{flex-direction:column;width:100%}.cta-primary,.cta-secondary{width:100%;text-align:center}}@media (max-width: 576px){.hero-section{margin-top:60px}h1{font-size:2.2rem}.skills-container{grid-template-columns:1fr}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}a:focus,button:focus{outline:2px solid rgba(200,200,200,.5);outline-offset:2px}::selection{background:#9696964d;color:#fff}.testimonials-section{margin-top:5rem;padding:3rem;background:#121212b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px #0000004d}.testimonials-container{display:flex;flex-direction:column;gap:2rem;margin-top:.5rem}.testimonial-card{position:relative;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:2.5rem 2.5rem 2rem;transition:border-color .3s ease,box-shadow .3s ease}.testimonial-card:hover{border-color:#ffffff26;box-shadow:0 8px 24px #0006}.testimonial-quote-icon{font-size:5rem;line-height:1;color:#ffffff14;font-family:Georgia,serif;position:absolute;top:1rem;left:2rem;-webkit-user-select:none;user-select:none;pointer-events:none}.testimonial-body{font-size:1rem;color:#c8c8c8;line-height:1.8;margin-bottom:1rem;position:relative;z-index:1}.testimonial-body--extra{color:#b0b0b0;margin-bottom:0}.testimonial-footer{display:flex;align-items:center;gap:1rem;margin-top:1.8rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.07)}.testimonial-avatar{width:46px;height:46px;min-width:46px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:#e0e0e0;letter-spacing:.04em}.testimonial-meta{display:flex;flex-direction:column;gap:.2rem;flex:1}.testimonial-name{font-size:1rem;font-weight:600;color:#fff}.testimonial-project{font-size:.82rem;color:gray;letter-spacing:.01em}.testimonial-stars{font-size:1rem;color:#c8a000;letter-spacing:.1em}@media (max-width: 768px){.testimonials-section{padding:2rem 1.5rem}.testimonial-card{padding:2rem 1.5rem 1.5rem}.testimonial-quote-icon{font-size:4rem;left:1.5rem}}@media (max-width: 576px){.testimonial-card{padding:1.8rem 1.2rem 1.2rem}.testimonial-footer{flex-wrap:wrap}.testimonial-stars{width:100%;padding-left:calc(46px + 1rem)}}.collab-section{margin-top:5rem;padding:3.5rem;background:#121212b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px #0000004d;text-align:center;display:flex;flex-direction:column;align-items:center}.collab-title{font-size:2.2rem;margin-bottom:1.5rem;color:#fff;position:relative;display:inline-block}.collab-title:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:-.5rem;width:100px;height:3px;background:linear-gradient(90deg,transparent,#808080,transparent)}.collab-text{max-width:800px;margin:0 auto 2.5rem;font-size:1.15rem;color:#d0d0d0;line-height:1.7}.collab-highlight{color:#fff;font-weight:500}.collab-button{padding:1rem 2.2rem;font-size:1.1rem;font-weight:600;border-radius:8px;text-decoration:none;background-color:#fff;color:#121212;transition:all .3s ease;letter-spacing:.02em;box-shadow:0 4px 12px #0003;border:none;cursor:pointer}.collab-button:hover{background-color:#f0f0f0;transform:translateY(-3px) scale(1.03);box-shadow:0 6px 15px #00000040}@media (max-width: 768px){.collab-section{padding:2.5rem 1.5rem}.collab-title,.section-title{font-size:1.8rem}.collab-text{font-size:1.05rem}}@media (max-width: 576px){.collab-section{padding:2rem 1.2rem}.collab-title,.section-title{font-size:1.6rem}.collab-text{font-size:1rem}.collab-button{padding:.9rem 1.8rem;font-size:1rem;width:100%}}.contact{min-height:100vh;max-width:600px;margin:60px auto 50px;padding:60px 20px}.contact h1{text-align:center;color:#fff;font-weight:900;font-size:1.6rem;margin-bottom:30px}.contact p{font-size:.8rem;line-height:1.4rem;list-style:none;color:#f5f6f7}.contact form{display:flex;flex-direction:column;gap:15px}.contact input,.contact textarea{padding:10px;font-size:16px;border:1px solid #ccc;border-radius:5px;font-family:Inter,sans-serif;font-weight:500;outline:none}.contact input:focus,.contact textarea:focus{outline:1px solid #4f4f4f}.contact textarea{resize:vertical;font-family:Inter,sans-serif;font-weight:500}.contact button{margin:20px 0;font-size:1rem;font-weight:700}form{margin-top:20px}@media only screen and (min-width: 768px){.contact h1{font-weight:900;font-size:2rem;margin-bottom:8px;color:#fff}.contact p{font-size:1rem;line-height:1.5rem;color:#f5f6f7}}.email-field{position:relative;width:100%;display:flex;flex-direction:column}.email-field input{width:100%}.error-message{color:#ff6b6b;font-size:.8rem;margin-top:.3rem;text-align:left;padding-left:.5rem}.articles-container{width:100%;min-height:100vh;padding:60px 20px;margin-top:60px;background-color:#000}.articles-card-container{display:grid;grid-gap:20px;grid-template-columns:1fr}.articles-container h1{text-align:center;color:#fff;font-weight:900;font-size:1.6rem}.article{width:100%;border-radius:5px;margin-top:30px;flex-wrap:wrap}.article h2{width:100%;font-size:1rem;font-weight:700;margin:5px 0;text-decoration:underline;color:#e6e6e6}.article p{bottom:0;font-size:.8rem;color:#ccc;line-height:1.2rem}.article:hover p{text-decoration:underline}.articles-container a{text-decoration:none}.articles-container .article-image{background-color:#333;object-fit:cover;height:240px;width:100%;border-radius:5px}.btn{outline:2px solid rgba(200,200,200,.5);outline-offset:2px;background-color:#0000;transition:all .3s ease}.btn:hover{background-color:#ffffff0d;transform:translateY(-2px);border-color:#ffffff80}@media only screen and (min-width: 568px){.articles-card-container{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width: 768px){.articles-container{padding:60px 100px;margin-top:60px}.articles-container h1{font-weight:900;font-size:2rem}.articles-container h2{font-weight:700;font-size:1.1rem}.articles-container p{font-size:.9rem}}@media only screen and (min-width: 1000px){.articles-container{padding:60px 200px}.articles-card-container{grid-template-columns:repeat(3,1fr)}}.admin{max-width:600px;margin:100px auto 50px;min-height:100vh;display:flex;justify-content:center;align-items:flex-start}.admin h1{text-align:center;color:#333;font-weight:900;font-size:1.6rem;margin-top:30px;margin-bottom:5px}.login-form{display:flex;flex-direction:column;width:400px}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.tab-buttons{display:flex;gap:10px}.tab-buttons button{background-color:#666;margin:0;padding:8px 16px;border-radius:20px;font-size:.9rem}.tab-buttons button.active{background-color:#333}.admin h1,.admin h2{text-align:center;color:#333}.admin form{display:flex;flex-direction:column;gap:15px}.admin input,.admin textarea,.admin select{padding:10px;font-size:16px;border:1px solid #ccc;border-radius:5px;font-family:Inter,sans-serif;font-weight:500;outline:none}.admin input:focus,.admin textarea:focus{outline:1px solid #4f4f4f}.login-form input{margin-top:10px}.admin input[type=file]{padding:0}.file-info{font-size:.9rem;color:#666;margin:-10px 0 0;font-style:italic}button{margin:20px 0;font-size:1rem;font-weight:700}.dynamic-input-section{margin-bottom:20px}.dynamic-input-section label{display:block;color:#fff;font-weight:700;margin-bottom:10px;font-size:.9rem}.dynamic-input-row{display:flex;gap:10px;margin-bottom:8px;align-items:center}.dynamic-input-row input{flex:1;padding:12px;border:none;border-radius:5px;background:#333;color:#fff;font-size:.9rem}.dynamic-input-row input::placeholder{color:#999}.remove-btn{background:#f44;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;font-size:.8rem;transition:background .3s ease}.remove-btn:hover{background:#f22}.add-more-btn{background:#4caf50;color:#fff;border:none;padding:10px 15px;border-radius:5px;cursor:pointer;font-size:.9rem;transition:background .3s ease;margin-top:5px}.add-more-btn:hover{background:#45a049}@media (max-width: 768px){.dynamic-input-row{flex-direction:column}.remove-btn{align-self:flex-end}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;font-optical-sizing:auto;background-color:#000;margin:0;padding:0}button{background-color:#333;color:#fff;border:none;padding:10px 15px;cursor:pointer;border-radius:5px}button:hover{background-color:#575757}li{list-style:none}.footer-container{color:#fff;text-align:center;padding:20px 0;position:relative;bottom:0;width:100%;background:#121212b3;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px #0000004d}.footer-container p{font-size:.8rem;color:#fff}@media only screen and (min-width: 768px){.footer-container p{font-size:1rem}}.article-detail-container{width:100%;min-height:100vh;padding:60px 20px;margin-top:60px}.article-detail-container .breadcrumbs{display:flex;align-items:center;margin-bottom:30px;font-size:.8rem}.article-detail-container .breadcrumb-link{background:transparent;color:#f5f6f7;border:none;cursor:pointer;font-size:.7rem;font-weight:500;transition:transform .2s ease;text-decoration:none;outline:none;font-family:Inter,sans-serif;padding:0;margin:0}.article-detail-container .breadcrumb-link:focus,.article-detail-container .breadcrumb-link:hover,.article-detail-container .breadcrumb-link:visited,.article-detail-container .breadcrumb-link:active{text-decoration:none;outline:none;background:none;border:none}.article-detail-container .breadcrumb-link:hover{transform:scale(1.05)}.article-detail-container .breadcrumb-separator{margin:0 8px;color:#666;font-size:.8rem}.article-detail-container .breadcrumb-current{color:#ccc;font-weight:500;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem}.article-detail-container h1{font-weight:900;font-size:2rem;color:#fff;margin:20px 0}.article-detail-container h2{font-weight:900;font-size:1.2rem;color:#e6e6e6;margin-top:20px}.article-detail-container p,li{font-size:1rem;color:#ccc;line-height:2rem}.article-body{color:#ccc}.article-detail-container .article-date{font-size:.8rem;font-weight:500;margin:2px 0;color:#ccc}.article-detail-container .article-image{width:100%;background-color:#333;object-fit:cover;height:280px;border-radius:5px;object-position:center}@media only screen and (min-width: 768px){.article-detail-container{padding:60px 100px;margin-top:60px}.article-detail-container .breadcrumbs,.article-detail-container .breadcrumb-link,.article-detail-container .breadcrumb-separator{font-size:.9rem}.article-detail-container .breadcrumb-current{max-width:250px;font-size:.9rem}.article-detail-container .article-image{height:360px}.article-detail-container h1{font-weight:900;font-size:2rem}.article-detail-container h2{font-weight:900;font-size:1.2rem}.article-detail-container p{font-size:1rem}}@media only screen and (min-width: 1000px){.article-detail-container{padding:60px 200px}.article-detail-container .breadcrumb-current{max-width:350px}.article-detail-container .article-image{height:380px}}.page-not-found-container{width:100%;min-height:100vh;padding:60px 20px;margin-top:60px}.page-not-found-container h1{color:#333;font-weight:900;margin:10px 0}.page-not-found-container p{color:#333;margin-bottom:20px}.page-not-found-container .link{color:#000}@media only screen and (min-width: 768px){.page-not-found-container{padding:60px 100px;margin-top:60px}}@media only screen and (min-width: 1000px){.page-not-found-container{padding:60px 200px}}.projects-container{width:100%;min-height:100vh;padding:60px 20px;margin-top:60px;background-color:#000}.projects-container h1{text-align:center;color:#fff;font-weight:900;font-size:1.6rem}.projects-grid{display:grid;grid-gap:20px;grid-template-columns:1fr;margin-top:30px}.project-card{background:#111;border-radius:5px;overflow:hidden;border:1px solid #333;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.project-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ffffff1a}.project-image-container{height:240px;overflow:hidden}.project-image{width:100%;height:100%;object-fit:cover;background-color:#333}.project-content{padding:20px}.project-content h3{font-size:1rem;font-weight:700;margin:5px 0;text-decoration:underline;color:#e6e6e6}.project-content p{font-size:.8rem;line-height:1.2rem;color:#ccc}.project-card:hover .project-content p{text-decoration:underline}.loading{text-align:center;font-size:1.2rem;color:#ccc;margin-top:100px}.no-projects{text-align:center;font-size:1.2rem;color:#ccc;grid-column:1 / -1}@media only screen and (min-width: 568px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width: 768px){.projects-container{padding:60px 100px;margin-top:60px}.projects-container h1{font-weight:900;font-size:2rem}.project-content h3{font-weight:700;font-size:1.1rem}.project-content p{font-size:.9rem}}@media only screen and (min-width: 1000px){.projects-container{padding:60px 200px}.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-detail-container{width:100%;min-height:100vh;padding:60px 20px;margin-top:60px;background-color:#000;color:#f1f1f1}.breadcrumbs{display:flex;align-items:center;margin-bottom:30px;font-size:.8rem}.breadcrumb-link{background:transparent;color:#f5f6f7;border:none;cursor:pointer;font-size:.7rem;font-weight:500;transition:transform .2s ease;text-decoration:none;outline:none;font-family:Inter,sans-serif;padding:0;margin:0}.breadcrumb-link:focus,.breadcrumb-link:hover,.breadcrumb-link:visited,.breadcrumb-link:active{text-decoration:none;outline:none;background:none;border:none}.breadcrumb-link:hover{transform:scale(1.05)}.breadcrumb-separator{margin:0 8px;color:#666;font-size:.8rem}.breadcrumb-current{color:#ccc;font-weight:500;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem}.project-detail-content h1{text-align:left;color:#fff;font-weight:900;font-size:1.6rem;margin-bottom:30px}.image-carousel-container{margin-bottom:40px}.carousel-wrapper{position:relative;display:flex;align-items:center}.image-carousel{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:36px;padding-bottom:20px;scrollbar-width:none;-ms-overflow-style:none;align-items:center;height:320px;flex:1}.image-carousel::-webkit-scrollbar{display:none}.carousel-image-wrapper{flex-shrink:0;height:300px;border-radius:5px;overflow:hidden;background:#111;display:flex;align-items:center;justify-content:center;position:relative;border:1px solid #333}.carousel-image{height:100%;width:auto;object-fit:contain;object-position:center;border-radius:5px;box-shadow:0 8px 32px #ffffff1a,0 4px 16px #ffffff0d;transition:box-shadow .3s ease}.carousel-image:hover{box-shadow:0 12px 48px #ffffff26,0 6px 24px #ffffff14}.scroll-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#333;color:#fff;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;transition:all .3s ease;z-index:2;display:flex;align-items:center;justify-content:center;outline:2px solid rgba(200,200,200,.5);outline-offset:2px}.scroll-arrow:hover{background:#000;outline-color:#fffc;transform:translateY(-50%) scale(1.1)}.scroll-arrow svg{width:16px;height:16px;transition:transform .2s ease}.scroll-arrow:hover svg{transform:scale(1.1)}.scroll-left{left:10px}.scroll-right{right:10px}.project-text-content{max-width:100%;margin:0 auto}.project-about,.project-body{margin-bottom:30px}.project-about h3,.project-body h3{font-size:1rem;font-weight:700;margin:5px 0;color:#f1f1f1;text-decoration:underline}.project-about p,.project-body-text p{font-size:1rem;line-height:1.7rem;color:#f1f1f1;margin-bottom:15px}.loading,.error{text-align:center;font-size:1.2rem;color:#ccc;margin-top:100px}.project-tech-stack{margin-bottom:30px}.tech-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.tech-tag{background:#ffffff1a;color:#fff;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.tech-tag:hover{background:#ffffff26;transform:translateY(-2px)}.project-features{margin-bottom:30px}.features-list{list-style:none;padding:0;margin-top:10px}.feature-item{color:#f1f1f1;font-size:1rem;line-height:1.7rem;margin-bottom:8px;padding-left:20px;position:relative}.feature-item:before{content:"✓";position:absolute;left:0;color:#4caf50;font-weight:700;font-size:.9rem}@media only screen and (min-width: 768px){.project-detail-container{padding:60px 100px;margin-top:60px}.breadcrumbs,.breadcrumb-link,.breadcrumb-separator{font-size:.9rem}.breadcrumb-current{max-width:250px;font-size:.9rem}.project-detail-content h1{font-weight:900;font-size:2rem}.image-carousel{height:370px}.carousel-image-wrapper{height:350px}.project-about h3,.project-body h3{font-weight:700;font-size:1.1rem}.project-about p,.project-body-text p{font-size:1.08rem;line-height:1.9rem}.scroll-arrow{width:45px;height:45px}.scroll-arrow svg{width:18px;height:18px}.tech-tag{font-size:.9rem;padding:8px 16px}.feature-item{font-size:1.08rem;line-height:1.9rem}}@media only screen and (min-width: 1000px){.project-detail-container{padding:60px 200px}.breadcrumb-current{max-width:350px}.image-carousel{height:420px}.carousel-image-wrapper{height:400px}.scroll-arrow{width:50px;height:50px}.scroll-arrow svg{width:20px;height:20px}.tech-tags{gap:12px}}
