:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#f9fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#f9fafc;color:#333}#root{min-height:100vh}a{font-weight:500;text-decoration:inherit}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}p{line-height:1.6}::selection{background:#192e5b33;color:#333}::-moz-selection{background:#192e5b33;color:#333}.header{background-color:#fff;border-bottom:1px solid rgba(0,0,0,.1);position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.header-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo-link{display:flex;align-items:center;text-decoration:none}.logo-img{height:50px;width:auto}.nav{display:flex;align-items:center;gap:2rem}.nav-link{color:#333;text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s ease;position:relative}.nav-link:hover{color:#192e5b}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#192e5b;transition:width .3s ease}.nav-link:hover:after{width:100%}.cart-link{position:relative;color:#333;text-decoration:none;display:flex;align-items:center;transition:color .3s ease}.cart-link:hover{color:#192e5b}.cart-badge{position:absolute;top:-8px;right:-8px;background:#192e5b;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.header-mobile-actions{display:none;align-items:center;gap:.5rem}.mobile-menu-btn{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-btn span{width:25px;height:3px;background-color:#333;transition:all .3s ease}.mobile-nav{display:none}@media(max-width:768px){.header-container{padding:1rem}.nav{display:none}.header-mobile-actions,.mobile-menu-btn{display:flex}.logo-img{height:40px}.mobile-nav{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid rgba(0,0,0,.1);box-shadow:0 10px 20px #0000001a;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .2s ease;z-index:999}.header.mobile-menu-open .mobile-nav{max-height:280px;opacity:1}.mobile-nav-link{padding:1rem 1.5rem;color:#333;text-decoration:none;font-weight:500;font-size:1rem;border-bottom:1px solid rgba(0,0,0,.06);transition:background .2s ease,color .2s ease}.mobile-nav-link:last-child{border-bottom:none}.mobile-nav-link:hover{background:#192e5b0f;color:#192e5b}.header.mobile-menu-open .mobile-menu-btn span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header.mobile-menu-open .mobile-menu-btn span:nth-child(2){opacity:0}.header.mobile-menu-open .mobile-menu-btn span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}}.footer{background-color:#192e5b;color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.footer-section h4{color:#fff;margin-bottom:1rem;font-size:1.1rem}.footer-section p{margin:.5rem 0;line-height:1.6;color:#ffffffe6}.footer-section a{display:block;color:#fffc;text-decoration:none;margin:.5rem 0;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-bottom{max-width:1400px;margin:2rem auto 0;padding:1.5rem 2rem 0;border-top:1px solid rgba(255,255,255,.2);text-align:center;color:#fffc}@media(max-width:768px){.footer-container{grid-template-columns:1fr;padding:0 1rem}}.home{min-height:100vh}.home-loading,.home-error{padding:2rem;text-align:center;color:#666}.home-error{color:#c00}.hero{background:linear-gradient(180deg,#fff,#f9fafc);padding:6rem 0;position:relative;overflow:hidden}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-text{display:flex;flex-direction:column;justify-content:center}.hero-title{font-size:3.5rem;font-weight:700;color:#192e5b;margin-bottom:1.5rem;line-height:1.2;text-align:left}.hero-description{font-size:1.1rem;color:#666;margin-bottom:2.5rem;line-height:1.7;text-align:left;max-width:90%}.hero-buttons{display:flex;gap:1rem;justify-content:flex-start;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block;border:2px solid transparent}.btn-primary{background:#192e5b;color:#fff;display:flex;align-items:center;gap:.5rem}.btn-primary svg{width:20px;height:20px}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #192e5b4d;background:#152547}.btn-secondary{background:#fff;color:#192e5b;border:2px solid #192e5b}.btn-secondary:hover{border-color:#152547;color:#152547;background:#192e5b0d}.btn-accent{background:#192e5b;color:#fff}.btn-accent:hover{transform:translateY(-2px);box-shadow:0 10px 20px #192e5b4d;background:#152547}.btn-small{padding:.75rem 1.5rem;font-size:.9rem}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;color:#333;text-align:center;margin-bottom:3rem}.services-overview{padding:5rem 0;background-color:#f9fafc}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:12px;border:1px solid rgba(0,0,0,.1);transition:all .3s ease;text-align:center;box-shadow:0 2px 8px #0000000d}.service-card:hover{transform:translateY(-5px);border-color:#192e5b;box-shadow:0 10px 30px #192e5b26}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.service-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.service-link{color:#192e5b;text-decoration:none;font-weight:600;transition:color .3s ease}.service-link:hover{color:#152547}.completed-projects{padding:5rem 0;background-color:#f9fafc}.projects-header{flex:1}.completed-projects .section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;gap:2rem}.completed-projects .projects-header{text-align:left}.projects-subtitle{font-size:1.1rem;color:#666;margin-top:1rem;line-height:1.6}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.featured-products{padding:5rem 0;background-color:#f9fafc}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.view-all-btn{color:#192e5b;text-decoration:none;font-weight:600;font-size:1.1rem;transition:color .3s ease}.view-all-btn:hover{color:#152547}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.product-image{font-size:4rem;margin-bottom:1rem}.product-card h3{color:#333;font-size:1.25rem;margin-bottom:.5rem}.product-price{color:#192e5b;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.hero-image{display:flex;justify-content:center;align-items:center}.hero-image-wrapper{width:100%;max-width:600px;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000026}.hero-img{width:100%;height:auto;display:block;object-fit:cover}@media(max-width:1024px){.hero-content{grid-template-columns:1fr;gap:3rem}.hero-image{order:-1}.hero-image-wrapper{max-width:500px}}@media(max-width:768px){.hero{padding:4rem 0}.hero-content{gap:2rem}.hero-title{font-size:2.5rem;text-align:center}.hero-description{font-size:1rem;text-align:center;max-width:100%}.hero-buttons{justify-content:center;flex-direction:column;align-items:stretch}.btn{width:100%;text-align:center;justify-content:center}.section-title{font-size:2rem}.services-grid,.products-grid{grid-template-columns:1fr}.section-header{flex-direction:column;gap:1rem;align-items:flex-start}}.services-page{min-height:100vh;background-color:#f9fafc}.services-hero{background:linear-gradient(135deg,#f9fafc,#fff);padding:4rem 2rem;text-align:center}.services-hero h1{font-size:3rem;color:#333;margin-bottom:1rem}.services-hero p{font-size:1.25rem;color:#666}.services-content{padding:4rem 0}.services-loading,.services-error{padding:2rem;text-align:center;color:#666}.services-error{color:#c00}.service-detail{margin-bottom:4rem;background:#fff;border-radius:12px;padding:3rem;border:1px solid rgba(0,0,0,.1);transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.service-detail:hover{border-color:#192e5b;box-shadow:0 10px 30px #192e5b26}.service-detail-content h2{font-size:2rem;color:#192e5b;margin-bottom:1.5rem}.service-description{font-size:1.1rem;color:#666;line-height:1.8;margin-bottom:2rem}.service-features{list-style:none;padding:0;margin-bottom:2rem}.service-features li{color:#666;padding:.75rem 0 .75rem 1.5rem;position:relative;line-height:1.6}.service-features li:before{content:"✓";position:absolute;left:0;color:#192e5b;font-weight:700;font-size:1.2rem}.btn-service{background:#192e5b;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;display:inline-block;transition:all .3s ease}.btn-service:hover{transform:translateY(-2px);box-shadow:0 10px 20px #192e5b4d;background:#152547}@media(max-width:768px){.services-hero{padding:3rem 1rem}.services-hero h1{font-size:2rem}.service-detail{padding:2rem 1.5rem}.service-detail-content h2{font-size:1.5rem}}.shop-page{min-height:100vh;background-color:#f9fafc}.shop-hero{background:linear-gradient(135deg,#f9fafc,#fff);padding:4rem 2rem;text-align:center}.shop-hero h1{font-size:3rem;color:#333;margin-bottom:1rem}.shop-hero p{font-size:1.25rem;color:#666}.shop-content{padding:3rem 0}.shop-layout{display:grid;grid-template-columns:300px 1fr;gap:2rem}.shop-sidebar{background:#fff;padding:2rem;border-radius:12px;border:1px solid rgba(0,0,0,.1);height:fit-content;position:sticky;top:100px;box-shadow:0 2px 8px #0000000d}.shop-sidebar h3{color:#333;margin-bottom:1.5rem;font-size:1.5rem}.category-filters{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.category-btn{background:transparent;border:1px solid rgba(0,0,0,.1);color:#666;padding:.75rem 1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;text-align:left}.cart-summary{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1)}.cart-items{max-height:400px;overflow-y:auto;margin-bottom:1rem}.cart-item{background:#f9fafc;padding:1rem;border-radius:8px;margin-bottom:.75rem;border:1px solid rgba(0,0,0,.05)}.cart-item-info{display:flex;justify-content:space-between;margin-bottom:.5rem}.cart-item-name{color:#333;font-size:.9rem;flex:1}.cart-item-price{color:#192e5b;font-weight:600}.qty-btn{background:#f9fafc;border:1px solid rgba(0,0,0,.1);color:#333;width:28px;height:28px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.cart-item-qty{color:#333;min-width:30px;text-align:center}.remove-btn{background:#f003;border:1px solid rgba(255,0,0,.3);color:red;width:28px;height:28px;border-radius:4px;cursor:pointer;margin-left:auto;transition:all .3s ease}.remove-btn:hover{background:#f006}.cart-total{color:#333;font-size:1.25rem;margin-bottom:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.1)}.shop-main{min-height:500px}.shop-loading,.shop-error{padding:2rem;text-align:center;color:#666}.shop-error{color:#c00}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-card{background:#fff;padding:2rem;border-radius:12px;border:1px solid rgba(0,0,0,.1);text-align:center;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.product-card:hover{transform:translateY(-5px);border-color:#192e5b;box-shadow:0 10px 30px #192e5b26}.product-image-large{font-size:5rem;margin-bottom:1rem}.product-card h3{color:#333;font-size:1.25rem;margin-bottom:.75rem}.product-description{color:#666;font-size:.9rem;margin-bottom:1rem;line-height:1.5}.product-price{color:#192e5b;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.btn-add-cart{width:100%;background:#192e5b;color:#fff;padding:.75rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-add-cart:hover{transform:translateY(-2px);box-shadow:0 10px 20px #192e5b4d;background:#152547}.product-in-cart{display:flex;align-items:center;justify-content:center;gap:1rem;color:#333}@media(max-width:1024px){.shop-layout{grid-template-columns:1fr}.shop-sidebar{position:static}.category-filters{flex-direction:row;flex-wrap:wrap}}@media(max-width:768px){.shop-hero{padding:3rem 1rem}.shop-hero h1{font-size:2rem}.products-grid{grid-template-columns:1fr}}.cart-page{min-height:100vh;background-color:#f9fafc;padding:2rem 0 4rem}.cart-page-container{max-width:800px;margin:0 auto;padding:0 1.5rem}.cart-page h1{font-size:2rem;color:#333;margin-bottom:1.5rem}.cart-empty{background:#fff;padding:3rem 2rem;border-radius:12px;text-align:center;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 8px #0000000d}.cart-empty p{color:#666;margin-bottom:1.5rem;font-size:1.1rem}.btn-shop{display:inline-block;background:#192e5b;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.btn-shop:hover{background:#152547;transform:translateY(-2px);box-shadow:0 10px 20px #192e5b4d}.cart-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.cart-item{display:flex;align-items:center;gap:1.5rem;background:#fff;padding:1.25rem;border-radius:12px;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 8px #0000000d}.cart-item-image{font-size:3rem;flex-shrink:0}.cart-item-details{flex:1;min-width:0}.cart-item-name{display:block;color:#333;font-weight:600;font-size:1.05rem;margin-bottom:.25rem}.cart-item-price{display:block;color:#666;font-size:.9rem;margin-bottom:.75rem}.cart-item-controls{display:flex;align-items:center;gap:.5rem}.qty-btn{background:#f9fafc;border:1px solid rgba(0,0,0,.1);color:#333;width:32px;height:32px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1;transition:all .3s ease}.qty-btn:hover{background:#192e5b;border-color:#192e5b;color:#fff}.cart-item-qty{color:#333;min-width:36px;text-align:center;font-weight:500}.remove-btn{background:#ff00001a;border:1px solid rgba(255,0,0,.3);color:#c00;width:32px;height:32px;border-radius:6px;cursor:pointer;margin-left:.5rem;font-size:1.25rem;line-height:1;transition:all .3s ease}.remove-btn:hover{background:#f003}.cart-item-subtotal{font-weight:700;color:#192e5b;font-size:1.1rem;flex-shrink:0}.cart-footer{background:#fff;padding:1.5rem;border-radius:12px;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 8px #0000000d}.cart-total{color:#333;font-size:1.25rem;margin-bottom:1rem}.btn-whatsapp{width:100%;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;padding:1rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 10px 20px #25d3664d}.cart-back-link{display:inline-block;margin-top:1rem;color:#192e5b;text-decoration:none;font-weight:500;font-size:.95rem}.cart-back-link:hover{text-decoration:underline}@media(max-width:600px){.cart-item{flex-wrap:wrap}.cart-item-subtotal{width:100%;text-align:right;padding-top:.5rem;border-top:1px solid rgba(0,0,0,.08)}}.contact-page{min-height:100vh;background-color:#f9fafc}.contact-hero{background:linear-gradient(135deg,#f9fafc,#fff);padding:4rem 2rem;text-align:center}.contact-hero h1{font-size:3rem;color:#333;margin-bottom:1rem}.contact-hero p{font-size:1.25rem;color:#666}.contact-content{padding:4rem 0}.contact-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem}.contact-info{background:#fff;padding:2.5rem;border-radius:12px;border:1px solid rgba(0,0,0,.1);height:fit-content;box-shadow:0 2px 8px #0000000d}.contact-info h2{color:#192e5b;font-size:2rem;margin-bottom:2rem}.info-item{margin-bottom:2rem}.info-item h3{color:#333;font-size:1.25rem;margin-bottom:.5rem}.info-item p{color:#666;line-height:1.6}.btn-whatsapp-contact{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.btn-whatsapp-contact:hover{transform:translateY(-2px);box-shadow:0 10px 20px #25d3664d}.contact-form-container{background:#fff;padding:2.5rem;border-radius:12px;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 8px #0000000d}.contact-form-container h2{color:#192e5b;font-size:2rem;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#333;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{background:#f9fafc;border:1px solid rgba(0,0,0,.1);border-radius:8px;padding:.75rem;color:#333;font-family:inherit;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#192e5b;box-shadow:0 0 0 3px #192e5b1a;background:#fff}.form-group textarea{resize:vertical;min-height:120px}.btn-submit{background:#192e5b;color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 10px 20px #192e5b4d;background:#152547}@media(max-width:1024px){.contact-layout{grid-template-columns:1fr}}@media(max-width:768px){.contact-hero{padding:3rem 1rem}.contact-hero h1{font-size:2rem}.contact-info,.contact-form-container{padding:2rem 1.5rem}}.projects-page{min-height:100vh;background-color:#f9fafc}.projects-hero{background:linear-gradient(180deg,#fff,#f9fafc);padding:4rem 2rem;text-align:center}.projects-hero h1{font-size:3rem;color:#333;margin-bottom:1rem}.projects-hero p{font-size:1.25rem;color:#666}.projects-content{padding:3rem 0}.projects-layout{display:grid;grid-template-columns:250px 1fr;gap:2rem}.projects-sidebar{background:#fff;padding:2rem;border-radius:12px;border:1px solid rgba(0,0,0,.1);height:fit-content;position:sticky;top:100px;box-shadow:0 2px 8px #0000000d}.projects-sidebar h3{color:#333;margin-bottom:1.5rem;font-size:1.25rem}.category-filters{display:flex;flex-direction:column;gap:.5rem}.category-btn{background:transparent;border:1px solid rgba(0,0,0,.1);color:#666;padding:.75rem 1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;text-align:left;font-size:.95rem}.category-btn:hover{border-color:#192e5b;color:#192e5b}.category-btn.active{background:#192e5b;border-color:#192e5b;color:#fff}.projects-loading,.projects-error{padding:2rem;text-align:center;color:#666}.projects-error{color:#c00}.projects-main{min-height:500px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.project-card-link{text-decoration:none;color:inherit;display:block;transition:transform .3s ease}.project-card-link:hover{transform:translateY(-5px)}.project-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.project-card-link:hover .project-card{box-shadow:0 10px 30px #00000026}.project-image-wrapper{width:100%;height:250px;overflow:hidden;background:#f9fafc}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card-link:hover .project-image{transform:scale(1.05)}.project-content{padding:2rem;flex:1;display:flex;flex-direction:column}.project-category{display:inline-block;color:red;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.project-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.5rem;line-height:1.3}.project-client{font-size:.9rem;color:#666;margin-bottom:1rem}.project-description{font-size:1rem;color:#666;line-height:1.6;margin-bottom:1.5rem;flex:1}.project-footer{display:flex;justify-content:flex-end;align-items:center;padding-top:1rem;border-top:1px solid rgba(0,0,0,.05)}.project-year{font-size:.9rem;color:#666;font-weight:500}@media(max-width:1024px){.projects-layout{grid-template-columns:1fr}.projects-sidebar{position:static}.category-filters{flex-direction:row;flex-wrap:wrap}}@media(max-width:768px){.projects-hero{padding:3rem 1rem}.projects-hero h1{font-size:2rem}.projects-grid{grid-template-columns:1fr}}.project-detail{min-height:100vh;background-color:#f9fafc}.project-loading{padding:3rem;text-align:center;color:#666}.project-detail-hero{background:linear-gradient(180deg,#fff,#f9fafc);padding:4rem 0 3rem}.back-button{background:transparent;border:none;color:#192e5b;font-size:1rem;font-weight:600;cursor:pointer;margin-bottom:2rem;padding:.5rem 0;transition:color .3s ease}.back-button:hover{color:#152547}.project-hero-content{max-width:800px}.project-detail-category{display:inline-block;color:red;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem}.project-detail-title{font-size:3rem;font-weight:700;color:#333;margin-bottom:1.5rem;line-height:1.2}.project-meta{display:flex;gap:2rem;color:#666;font-size:1.1rem}.project-detail-image-section{padding:0;background-color:#f9fafc}.project-image-slider{position:relative;display:flex;align-items:center;justify-content:center;gap:0;max-width:100%;margin:0 auto}@media(min-width:769px){.project-image-slider{max-width:880px}.project-slider-viewport{max-width:100%}}.project-slider-btn{position:absolute;z-index:2;top:0;bottom:0;margin-top:auto;margin-bottom:auto;width:48px;height:48px;border-radius:50%;border:none;background:#fffffff2;color:#192e5b;cursor:pointer;box-shadow:0 4px 20px #00000026;transition:background .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center;padding:0}.project-slider-btn svg{display:block;flex-shrink:0}.project-slider-btn:hover{background:#fff;transform:scale(1.05);box-shadow:0 6px 24px #0003}.project-slider-prev{left:1rem}.project-slider-next{right:1rem}.project-slider-viewport{position:relative;width:100%;height:55vh;max-height:520px;overflow:hidden;border-radius:12px}.project-slider-layer{position:relative;width:100%;height:100%}.project-slider-layer img,.project-detail-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px;box-shadow:0 10px 40px #0000001a}.project-slider-out.slide-out-left{position:absolute;top:0;left:0;right:0;z-index:1;animation:slideOutLeft .45s ease-out forwards}.project-slider-out.slide-out-right{position:absolute;top:0;left:0;right:0;z-index:1;animation:slideOutRight .45s ease-out forwards}.project-slider-in.slide-in-from-right{position:relative;z-index:2;animation:slideInFromRight .45s ease-out forwards}.project-slider-in.slide-in-from-left{position:relative;z-index:2;animation:slideInFromLeft .45s ease-out forwards}@keyframes slideOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-28%);opacity:0}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(28%);opacity:0}}@keyframes slideInFromRight{0%{transform:translate(28%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInFromLeft{0%{transform:translate(-28%);opacity:0}to{transform:translate(0);opacity:1}}.project-slider-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:2}.project-slider-dot{width:10px;height:10px;border-radius:50%;border:none;background:#fff9;cursor:pointer;transition:background .2s ease,transform .2s ease}.project-slider-dot:hover{background:#ffffffe6}.project-slider-dot.active{background:#fff;transform:scale(1.2);box-shadow:0 0 0 2px #192e5b}@media(max-width:768px){.project-slider-viewport{height:42vh;max-height:320px}.project-slider-btn{width:40px;height:40px;font-size:1.5rem}.project-slider-prev{left:.5rem}.project-slider-next{right:.5rem}.project-slider-dots{bottom:.75rem}}.project-detail-content{padding:4rem 0;background-color:#f9fafc}.project-detail-layout{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.project-detail-main{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.project-section{margin-bottom:3rem}.project-section:last-child{margin-bottom:0}.project-section h2{font-size:1.75rem;color:#192e5b;margin-bottom:1rem;font-weight:700}.project-section p{font-size:1.1rem;color:#666;line-height:1.8}.project-detail-sidebar{display:flex;flex-direction:column;gap:2rem}.project-info-card,.project-tech-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.project-info-card h3,.project-tech-card h3{font-size:1.5rem;color:#333;margin-bottom:1.5rem;font-weight:700}.info-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.info-item:last-child{border-bottom:none}.info-item strong{color:#333;font-weight:600}.info-item span{color:#666}.tech-tags{display:flex;flex-wrap:wrap;gap:.75rem}.tech-tag{background:#f9fafc;color:#192e5b;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;border:1px solid rgba(25,46,91,.2)}.btn-full{width:100%;text-align:center;justify-content:center}.project-not-found{text-align:center;padding:4rem 2rem}.project-not-found h1{font-size:2.5rem;color:#333;margin-bottom:1rem}.project-not-found p{font-size:1.1rem;color:#666;margin-bottom:2rem}@media(max-width:1024px){.project-detail-layout{grid-template-columns:1fr}.project-detail-sidebar{order:-1}}@media(max-width:768px){.project-detail-hero{padding:3rem 0 2rem}.project-detail-title{font-size:2rem}.project-meta{flex-direction:column;gap:.5rem}.project-detail-main{padding:2rem 1.5rem}.project-section h2{font-size:1.5rem}.project-section p{font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafc}.main-content{flex:1}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f9fafc}::-webkit-scrollbar-thumb{background:#192e5b;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#152547}
