.navbar{z-index:1000;background:linear-gradient(135deg,#7e86ad 0%,#886da4 100%);width:100%;position:sticky;top:0;box-shadow:0 4px 15px #00000026}.nav-container{justify-content:space-between;align-items:center;gap:1rem;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.nav-logo{cursor:pointer;flex-shrink:0;align-items:center;gap:12px;transition:all .3s;display:flex}.nav-logo:hover{transform:scale(1.05)}.logo-icon{font-size:2rem;animation:3s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.logo-text-wrapper{transform-style:preserve-3d;align-items:baseline;gap:8px;display:flex}.logo-text{color:#fff;text-shadow:2px 2px #7e86ad,4px 4px #0003;letter-spacing:1px;font-size:1.6rem;font-weight:700;transition:all .3s}.logo-text-highlight{background:linear-gradient(135deg,#ffd89b,#c7e9fb);-webkit-text-fill-color:transparent;text-shadow:2px 2px #0000001a,4px 4px #0000000d;letter-spacing:1px;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:800;transition:all .3s}.nav-logo:hover .logo-text{text-shadow:2px 2px #7e86ad,6px 6px #0003}.nav-logo:hover .logo-text-highlight{transform:translateY(-2px)}.back-button{color:#7e86ad;cursor:pointer;white-space:nowrap;background:#fffffff2;border:none;border-radius:25px;flex-shrink:0;padding:10px 20px;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 2px 5px #0000001a}.back-button:hover{color:#6e76a0;background:#fff;transform:translate(-5px);box-shadow:0 6px 20px #7e86ad4d}@media (width>=1400px){.nav-container{max-width:1400px;padding:1.2rem 2rem}.logo-text,.logo-text-highlight{font-size:1.8rem}.logo-icon{font-size:2.2rem}.back-button{padding:12px 24px;font-size:1.1rem}}@media (width>=1200px) and (width<=1399px){.nav-container{max-width:1200px;padding:1rem 2rem}.logo-text,.logo-text-highlight{font-size:1.6rem}.logo-icon{font-size:2rem}.back-button{padding:10px 20px;font-size:1rem}}@media (width>=992px) and (width<=1199px){.nav-container{max-width:960px;padding:.9rem 1.8rem}.logo-text,.logo-text-highlight{font-size:1.5rem}.logo-icon{font-size:1.9rem}.back-button{padding:9px 18px;font-size:.95rem}.logo-text-wrapper{gap:6px}}@media (width>=768px) and (width<=991px){.nav-container{max-width:720px;padding:.8rem 1.5rem}.logo-text,.logo-text-highlight{font-size:1.3rem}.logo-icon{font-size:1.7rem}.back-button{padding:8px 16px;font-size:.9rem}.logo-text-wrapper{gap:5px}.nav-logo{gap:8px}}@media (width>=576px) and (width<=767px){.nav-container{gap:.8rem;padding:.7rem 1.2rem}.logo-text,.logo-text-highlight{font-size:1.1rem}.logo-icon{font-size:1.5rem}.back-button{padding:7px 14px;font-size:.85rem}.logo-text-wrapper{gap:4px}.nav-logo{gap:6px}}@media (width>=480px) and (width<=575px){.nav-container{gap:.6rem;padding:.6rem 1rem}.logo-text,.logo-text-highlight{font-size:.95rem}.logo-icon{font-size:1.3rem}.back-button{border-radius:20px;padding:6px 12px;font-size:.8rem}.logo-text-wrapper{gap:3px}.nav-logo{gap:5px}}@media (width>=375px) and (width<=479px){.nav-container{gap:.5rem;padding:.5rem .8rem}.logo-text,.logo-text-highlight{font-size:.85rem}.logo-icon{font-size:1.1rem}.back-button{border-radius:18px;padding:5px 10px;font-size:.75rem}.logo-text-wrapper{gap:2px}.nav-logo{gap:4px}}@media (width<=374px){.nav-container{gap:.4rem;padding:.5rem .6rem}.logo-text,.logo-text-highlight{font-size:.75rem}.logo-icon{font-size:1rem}.back-button{border-radius:15px;padding:4px 8px;font-size:.7rem}.logo-text-wrapper{gap:2px}.nav-logo{gap:3px}}@media (width<=768px) and (orientation:landscape){.nav-container{padding:.4rem 1rem}.logo-text,.logo-text-highlight{font-size:1rem}.logo-icon{font-size:1.3rem}.back-button{padding:5px 12px;font-size:.8rem}}@media (width>=1920px){.nav-container{max-width:1600px;padding:1.5rem 3rem}.logo-text,.logo-text-highlight{font-size:2rem}.logo-icon{font-size:2.5rem}.back-button{border-radius:30px;padding:14px 28px;font-size:1.2rem}}@media print{.navbar{box-shadow:none;position:static}.back-button{display:none}}@media (prefers-reduced-motion:reduce){.logo-icon{animation:none}.nav-logo:hover,.back-button:hover{transform:none}}.footer{color:#fff;background:linear-gradient(135deg,#2b273a 0%,#251d33 100%);width:100%;margin-top:3rem;position:relative;bottom:0;box-shadow:0 -4px 15px #00000026}.footer-container{max-width:1400px;margin:0 auto;padding:2rem 2rem 1rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer-section{flex-direction:column;gap:1rem;display:flex}.footer-logo{cursor:pointer;align-items:center;gap:10px;margin-bottom:.5rem;transition:transform .3s;display:flex}.footer-logo:hover{transform:scale(1.05)}.footer-logo-icon{font-size:2rem;animation:3s ease-in-out infinite float}.footer-logo-text{background:linear-gradient(135deg,#fff,#e0d4ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:700}.footer-description{color:#fff;opacity:.9;font-size:.9rem;line-height:1.6}.footer-contact{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.contact-item{color:#fff;opacity:.9;align-items:center;gap:10px;font-size:.85rem;transition:transform .3s;display:flex}.contact-item:hover{opacity:1;transform:translate(5px)}.contact-icon{min-width:24px;font-size:1rem}.footer-title{color:#fff;margin-bottom:.5rem;font-size:1.1rem;font-weight:600;display:inline-block;position:relative}.footer-title:after{content:"";background:linear-gradient(135deg,#fff,#e0d4ff);border-radius:2px;width:30px;height:2px;position:absolute;bottom:-5px;left:0}.footer-links{padding:0;list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#fff;opacity:.9;font-size:.9rem;text-decoration:none;transition:all .3s;display:inline-block}.footer-links a:hover{color:#fff;opacity:1;transform:translate(5px)}.category-dot{color:#fff;margin-right:8px;font-size:.9rem}.social-links{flex-direction:column;gap:.75rem;display:flex}.social-link{color:#fff;opacity:.9;align-items:center;gap:12px;padding:5px 0;font-size:.9rem;text-decoration:none;transition:all .3s;display:flex}.social-svg{color:#fff;transition:all .3s}.social-link:hover{color:#fff;opacity:1;transform:translate(8px)}.social-link:hover .social-svg{transform:scale(1.1)}.footer-bottom{color:#fff;opacity:.8;border-top:1px solid #fff3;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;font-size:.85rem;display:flex}.footer-bottom-links{gap:1.5rem;display:flex}.footer-bottom-links a{color:#fff;opacity:.8;text-decoration:none;transition:all .3s}.footer-bottom-links a:hover{color:#fff;opacity:1}@media (width<=768px){.footer-container{padding:1.5rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{text-align:center;flex-direction:column}.footer-bottom-links{flex-wrap:wrap;justify-content:center;gap:1rem}.footer-logo{justify-content:center}.footer-description{text-align:center}.footer-title{text-align:center;display:block}.footer-title:after{left:50%;transform:translate(-50%)}.footer-links{text-align:center}.social-links{align-items:center}.contact-item{justify-content:center}}.layout{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;width:100%}.item-card{cursor:pointer;background:#fff;border-radius:15px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000001a}.item-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.card-image-container{background:#f5f5f5;width:100%;height:200px;overflow:hidden}.card-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.item-card:hover .card-image{transform:scale(1.05)}.card-content{flex:1;padding:1rem}.item-name{color:#333;margin-bottom:8px;font-size:1.1rem;font-weight:600}.preview-props{margin-top:10px}.preview-prop{color:#666;margin-bottom:4px;font-size:.85rem}.prop-label{margin-right:5px;font-weight:600}.prop-value{color:#888}.more-indicator{color:#667eea;margin-top:5px;font-size:.8rem;font-weight:500}@media (width<=768px){.card-image-container{height:180px}.item-name{font-size:1rem}}.category-carousel-container{background:#fffffff2;border-radius:20px;margin-bottom:3rem;padding:1.5rem;box-shadow:0 4px 20px #0000001a}.carousel-header{border-bottom:3px solid #667eea;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex}.carousel-title-section{align-items:center;gap:10px;display:flex}.category-icon-carousel{font-size:2rem}.carousel-title{color:#333;margin:0;font-size:1.8rem;font-weight:700}.item-count{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;padding:4px 12px;font-size:.8rem;font-weight:500}.view-all-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;padding:10px 20px;font-size:.9rem;font-weight:500;transition:all .3s}.view-all-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.carousel-wrapper{align-items:center;display:flex;position:relative}.carousel-track{scroll-behavior:smooth;scrollbar-width:thin;flex:1;gap:1.5rem;padding:.5rem 0;display:flex;overflow-x:auto}.carousel-track::-webkit-scrollbar{height:8px}.carousel-track::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.carousel-track::-webkit-scrollbar-thumb{background:#667eea;border-radius:10px}.carousel-item{flex:none;width:300px}.carousel-arrow{cursor:pointer;color:#667eea;z-index:10;background:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;transition:all .3s;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #0000001a}.carousel-arrow:hover{color:#fff;background:#667eea;transform:translateY(-50%)scale(1.1)}.carousel-arrow.left{left:-20px}.carousel-arrow.right{right:-20px}@media (width<=768px){.category-carousel-container{padding:1rem}.carousel-title{font-size:1.4rem}.category-icon-carousel{font-size:1.5rem}.carousel-item{width:260px}.carousel-arrow{width:30px;height:30px;font-size:1rem}.carousel-arrow.left{left:-10px}.carousel-arrow.right{right:-10px}.view-all-button{padding:8px 16px;font-size:.8rem}}@media (width<=480px){.carousel-item{width:240px}.carousel-header{flex-direction:column;align-items:flex-start}.view-all-button{align-self:flex-start}}.search-container{margin:1rem 0 2rem}.search-wrapper{max-width:600px;margin:0 auto;position:relative}.search-icon{pointer-events:none;font-size:1.2rem;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.search-input{background:#fff;border:2px solid #e0e0e0;border-radius:50px;outline:none;width:100%;padding:15px 45px;font-size:1rem;transition:all .3s}.search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.search-clear{cursor:pointer;color:#999;background:0 0;border:none;border-radius:50%;padding:5px;font-size:1.2rem;transition:all .3s;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.search-clear:hover{color:#333;background:#f0f0f0}.search-loading{text-align:center;margin-top:10px}.search-loader{border:2px solid #f3f3f3;border-top-color:#667eea;border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin;display:inline-block}.search-stats{text-align:center;color:#666;margin-top:10px;font-size:.9rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=768px){.search-input{padding:12px 40px;font-size:.9rem}.search-icon{font-size:1rem;left:12px}}.homepage{min-height:100vh}.hero-section{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#8b5cf61a,#ec48990d);border-radius:20px;margin-bottom:2rem;padding:3rem 1rem}.hero-title{background:linear-gradient(135deg,#8b5cf6,#ec4899);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.hero-subtitle{color:#4a5568;font-size:1.1rem}.loading-container{background:linear-gradient(135deg,#f0f4ff 0%,#faf5ff 100%);flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex}.loader{border:5px solid #8b5cf64d;border-top-color:#8b5cf6;border-radius:50%;width:50px;height:50px;margin-bottom:20px;animation:1s linear infinite spin}.loading-container p{color:#4a5568;font-size:1.2rem}.no-results{text-align:center;background:#fff;border-radius:20px;margin:2rem 0;padding:4rem 2rem;box-shadow:0 4px 20px #0000000d}.no-results-icon{margin-bottom:1rem;font-size:4rem}.no-results h3{color:#333;margin-bottom:.5rem;font-size:1.5rem}.no-results p{color:#666;margin-bottom:1.5rem}.no-results button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#ec4899);border:none;border-radius:8px;padding:10px 20px;font-size:1rem;transition:transform .3s}.no-results button:hover{transform:translateY(-2px)}@media (width<=768px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.hero-section,.no-results{padding:2rem 1rem}.no-results h3{font-size:1.2rem}}.detail-page{min-height:100vh}.detail-card{background:#fff;border-radius:20px;flex-direction:column;margin:2rem 0;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000001a}.detail-image-container{cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:100%;min-height:500px;max-height:70vh;position:relative;overflow:hidden}.image-loader{z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loader-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}.detail-image{object-fit:cover;opacity:0;width:100%;height:100%;transition:transform .5s}.detail-image.loading{opacity:0}.detail-image.loaded{opacity:1}.detail-image:hover{transform:scale(1.05)}.fullscreen-btn{color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex;position:absolute;bottom:20px;right:20px}.fullscreen-btn:hover{background:#000000e6;transform:scale(1.1)}.fullscreen-icon{font-size:1.5rem}.fullscreen-modal{z-index:2000;cursor:pointer;background:#000000f2;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fullscreen-content{flex-direction:column;align-items:center;max-width:90%;max-height:90%;display:flex;position:relative}.fullscreen-image{object-fit:contain;border-radius:10px;max-width:100%;max-height:85vh;box-shadow:0 4px 30px #00000080}.close-fullscreen{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border:none;border-radius:50%;width:45px;height:45px;font-size:1.5rem;transition:all .3s;position:absolute;top:-50px;right:-50px}.close-fullscreen:hover{background:#ffffff4d;transform:scale(1.1)}.fullscreen-caption{color:#fff;text-align:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;border-radius:25px;margin-top:20px;padding:10px 20px;font-size:1.1rem}.detail-content{padding:2rem}.detail-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.detail-title{color:#333;margin-bottom:.5rem;font-size:2.5rem}.detail-category{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:25px;padding:6px 16px;font-size:.9rem;font-weight:500;display:inline-block}.share-button{cursor:pointer;background:#f0f0f0;border:none;border-radius:25px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;transition:all .3s;display:flex}.share-button:hover{background:#e0e0e0;transform:translateY(-2px)}.share-icon{font-size:1rem}.share-notification{color:#fff;z-index:1000;background:#333;border-radius:8px;padding:10px 20px;animation:.3s slideUp;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,100%)}to{opacity:1;transform:translate(-50%)}}.props-title{color:#333;text-align:center;margin-bottom:1.5rem;padding-bottom:10px;font-size:1.5rem;position:relative}.props-title:after{content:"";background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:2px;width:60px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.props-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;display:grid}.prop-card{background:#f8f9fa;border-left:4px solid #667eea;border-radius:12px;padding:1rem;transition:all .3s}.prop-card:hover{transform:translate(5px);box-shadow:0 2px 8px #0000001a}.prop-label-detail{color:#667eea;text-transform:uppercase;margin-bottom:5px;font-size:.85rem;font-weight:600}.prop-value-detail{color:#333;font-size:1rem;font-weight:500}.action-buttons{text-align:center;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.back-to-home,.view-category-btn{cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:500;transition:all .3s}.back-to-home{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2)}.back-to-home:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.view-category-btn{color:#667eea;background:#fff;border:2px solid #667eea}.view-category-btn:hover{color:#fff;background:#667eea;transform:translateY(-2px)}.error-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;height:100vh;display:flex}.error-content{text-align:center;background:#fff;border-radius:20px;max-width:500px;margin:1rem;padding:3rem}.error-content h2{color:#333;margin-bottom:1rem;font-size:2rem}.error-content p{color:#666;margin-bottom:1.5rem}.error-content button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;padding:10px 20px;font-size:1rem}@media (width>=1400px){.detail-card{margin:3rem 0}.detail-content{padding:3rem}.detail-title{font-size:3rem}.detail-category{padding:8px 20px;font-size:1rem}.props-title{font-size:1.8rem}.props-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.prop-card{padding:1.2rem}.prop-label-detail{font-size:.9rem}.prop-value-detail{font-size:1.1rem}.back-to-home,.view-category-btn{padding:14px 28px;font-size:1.1rem}}@media (width>=1200px) and (width<=1399px){.detail-content{padding:2.5rem}.detail-title{font-size:2.5rem}.props-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (width>=992px) and (width<=1199px){.detail-image-container{min-height:450px;max-height:65vh}.detail-content{padding:2rem}.detail-title{font-size:2.2rem}.props-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}}@media (width>=768px) and (width<=991px){.detail-image-container{min-height:400px;max-height:55vh}.detail-content{padding:1.8rem}.detail-title{font-size:2rem}.props-title{font-size:1.4rem}.props-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.fullscreen-btn{width:40px;height:40px;bottom:15px;right:15px}.fullscreen-icon{font-size:1.3rem}.close-fullscreen{width:40px;height:40px;font-size:1.3rem;top:-45px;right:-45px}}@media (width>=576px) and (width<=767px){.detail-card{margin:1.5rem 0}.detail-image-container{min-height:350px;max-height:50vh}.detail-content{padding:1.5rem}.detail-title{font-size:1.8rem}.detail-category{padding:5px 14px;font-size:.85rem}.props-title{margin-bottom:1rem;font-size:1.3rem}.props-grid{grid-template-columns:1fr;gap:.8rem}.prop-card{padding:.9rem}.action-buttons{flex-direction:column;gap:.8rem}.back-to-home,.view-category-btn{width:100%;padding:10px 20px;font-size:.95rem}.fullscreen-btn{width:35px;height:35px;bottom:12px;right:12px}.fullscreen-icon{font-size:1.2rem}.close-fullscreen{width:35px;height:35px;font-size:1.2rem;top:-40px;right:-40px}.fullscreen-caption{padding:8px 16px;font-size:.9rem}}@media (width>=480px) and (width<=575px){.detail-card{border-radius:15px;margin:1rem 0}.detail-image-container{min-height:280px;max-height:45vh}.detail-content{padding:1.2rem}.detail-title{font-size:1.5rem}.detail-category{padding:4px 12px;font-size:.8rem}.share-button{padding:8px 16px;font-size:.85rem}.props-title{margin-bottom:1rem;font-size:1.2rem}.props-grid{grid-template-columns:1fr;gap:.7rem}.prop-card{padding:.8rem}.prop-label-detail{font-size:.8rem}.prop-value-detail{font-size:.95rem}.action-buttons{flex-direction:column;gap:.7rem;margin-top:1.5rem}.back-to-home,.view-category-btn{width:100%;padding:10px 20px;font-size:.9rem}.fullscreen-btn{width:32px;height:32px;bottom:10px;right:10px}.fullscreen-icon{font-size:1rem}.close-fullscreen{width:32px;height:32px;font-size:1rem;top:-35px;right:-35px}.fullscreen-caption{padding:6px 12px;font-size:.85rem}}@media (width>=375px) and (width<=479px){.detail-card{border-radius:12px;margin:.8rem 0}.detail-image-container{min-height:250px;max-height:40vh}.loader-spinner{width:40px;height:40px}.detail-content{padding:1rem}.detail-header{flex-direction:column;gap:.8rem}.detail-title{font-size:1.3rem}.detail-category{padding:4px 10px;font-size:.75rem}.share-button{align-self:flex-start;padding:6px 12px;font-size:.8rem}.props-title{margin-bottom:.8rem;font-size:1.1rem}.props-title:after{width:50px;height:2px}.props-grid{grid-template-columns:1fr;gap:.6rem}.prop-card{padding:.7rem}.prop-label-detail{font-size:.75rem}.prop-value-detail{font-size:.9rem}.action-buttons{flex-direction:column;gap:.6rem;margin-top:1.2rem}.back-to-home,.view-category-btn{width:100%;padding:8px 16px;font-size:.85rem}.fullscreen-btn{width:30px;height:30px;bottom:8px;right:8px}.fullscreen-icon{font-size:.9rem}.close-fullscreen{width:30px;height:30px;font-size:.9rem;top:-30px;right:-30px}.fullscreen-caption{padding:5px 10px;font-size:.8rem}.error-content{margin:.5rem;padding:1.5rem}.error-content h2{font-size:1.3rem}.error-content p{font-size:.9rem}}@media (width<=374px){.detail-card{border-radius:10px;margin:.5rem 0}.detail-image-container{min-height:200px;max-height:35vh}.loader-spinner{width:35px;height:35px}.detail-content{padding:.8rem}.detail-title{font-size:1.1rem}.detail-category{padding:3px 8px;font-size:.7rem}.share-button{padding:5px 10px;font-size:.75rem}.props-title{margin-bottom:.7rem;font-size:1rem}.props-grid{grid-template-columns:1fr;gap:.5rem}.prop-card{padding:.6rem}.prop-label-detail{font-size:.7rem}.prop-value-detail{font-size:.85rem}.action-buttons{flex-direction:column;gap:.5rem;margin-top:1rem}.back-to-home,.view-category-btn{width:100%;padding:6px 12px;font-size:.8rem}.fullscreen-btn{width:28px;height:28px;bottom:6px;right:6px}.fullscreen-icon{font-size:.8rem}.close-fullscreen{width:28px;height:28px;font-size:.8rem;top:-25px;right:-25px}.fullscreen-caption{padding:4px 8px;font-size:.75rem}.share-notification{padding:8px 16px;font-size:.8rem}.error-content{padding:1rem}.error-content h2{font-size:1.2rem}.error-content p{font-size:.85rem}.error-content button{padding:8px 16px;font-size:.9rem}}@media (width<=768px) and (orientation:landscape){.detail-image-container{min-height:300px;max-height:80vh}.detail-content{padding:1rem}.props-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.action-buttons{flex-direction:row}.back-to-home,.view-category-btn{width:auto}}@media (width>=1920px){.detail-card{margin:4rem 0}.detail-image-container{min-height:600px;max-height:75vh}.detail-content{padding:4rem}.detail-title{font-size:3.5rem}.props-title{font-size:2rem}.props-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.prop-card{padding:1.5rem}.prop-label-detail{font-size:1rem}.prop-value-detail{font-size:1.2rem}.back-to-home,.view-category-btn{padding:16px 32px;font-size:1.2rem}}@media print{.detail-page{min-height:auto}.detail-card{box-shadow:none;margin:0}.fullscreen-btn,.share-button,.action-buttons,.back-button{display:none}.detail-image-container,.props-grid{break-inside:avoid}}@media (prefers-reduced-motion:reduce){.detail-image{transition:none}.detail-image:hover,.fullscreen-btn:hover,.prop-card:hover{transform:none}.share-notification{animation:none}}.category-page{min-height:100vh}.category-header-page{background:#fff;border-radius:20px;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 20px #0000001a}.back-button-page{cursor:pointer;background:#f0f0f0;border:none;border-radius:8px;margin-bottom:1.5rem;padding:8px 16px;font-size:.9rem;transition:all .3s}.back-button-page:hover{background:#e0e0e0;transform:translate(-3px)}.category-info{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.category-icon-page{font-size:3rem}.category-title-page{color:#333;margin:0 0 .5rem;font-size:2.5rem}.category-description{color:#666;font-size:1rem}.controls{border-top:1px solid #e0e0e0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex}.sort-controls{align-items:center;gap:.5rem;display:flex}.sort-controls label{color:#555;font-weight:500}.sort-controls select{cursor:pointer;border:1px solid #ddd;border-radius:8px;padding:8px 12px;font-size:.9rem}.view-controls{gap:.5rem;display:flex}.view-btn{cursor:pointer;background:#f0f0f0;border:none;border-radius:8px;padding:8px 16px;transition:all .3s}.view-btn.active{color:#fff;background:linear-gradient(135deg,#8b5cf6,#ec4899)}.items-container{gap:1.5rem;margin-bottom:2rem;display:grid}.items-container.grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.items-container.list{grid-template-columns:1fr}.items-container.list .item-wrapper{width:100%}.items-container.list .item-card{flex-direction:row}.items-container.list .card-image-container{width:200px;height:150px}.items-container.list .card-content{flex:1}.stats-footer{text-align:center;color:#666;background:#ffffffe6;border-radius:10px;margin-bottom:1rem;padding:1rem}.no-items{text-align:center;background:#fff;border-radius:20px;padding:4rem 2rem}.no-items-icon{margin-bottom:1rem;font-size:4rem}.no-items h3{color:#333;margin-bottom:.5rem;font-size:1.5rem}.no-items p{color:#666;margin-bottom:1.5rem}.no-items button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#ec4899);border:none;border-radius:8px;padding:10px 20px;font-size:1rem}.not-found-container{justify-content:center;align-items:center;min-height:60vh;display:flex}.not-found-content{text-align:center;background:#fff;border-radius:20px;max-width:500px;margin:1rem;padding:3rem}.not-found-content h1{color:#8b5cf6;margin-bottom:.5rem;font-size:4rem}.not-found-content h2{color:#333;margin-bottom:1rem}.not-found-content p{color:#666;margin-bottom:1.5rem}.home-link{color:#fff;background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:8px;padding:10px 20px;text-decoration:none;transition:transform .3s;display:inline-block}.home-link:hover{transform:translateY(-2px)}@media (width<=768px){.category-header-page{padding:1.5rem}.category-title-page{font-size:1.8rem}.category-icon-page{font-size:2rem}.controls{flex-direction:column;align-items:stretch}.items-container.list .item-card{flex-direction:column}.items-container.list .card-image-container{width:100%;height:200px}.not-found-content{padding:2rem}.not-found-content h1{font-size:3rem}}.legal-page{min-height:80vh;padding:2rem 0}.legal-card{background:#fff;border-radius:20px;margin:2rem 0;overflow:hidden;box-shadow:0 4px 20px #0000001a}.legal-header{text-align:center;color:#fff;background:linear-gradient(135deg,#7e86ad 0%,#886da4 100%);padding:2rem}.legal-icon{margin-bottom:1rem;font-size:3rem;display:block}.legal-title{margin-bottom:.5rem;font-size:2rem}.legal-date{opacity:.9;font-size:.9rem}.legal-content{padding:2rem}.legal-section{border-bottom:1px solid #e0e0e0;margin-bottom:2rem;padding-bottom:1rem}.legal-section:last-child{border-bottom:none}.legal-section h2{color:#7e86ad;margin-bottom:1rem;font-size:1.3rem}.legal-section p{color:#555;margin-bottom:1rem;line-height:1.6}.legal-section ul{margin-bottom:1rem;margin-left:2rem}.legal-section li{color:#666;margin-bottom:.5rem;line-height:1.6}.contact-info-box{background:#f8f9fa;border-left:4px solid #7e86ad;border-radius:10px;margin-top:1rem;padding:1rem}.contact-info-box p{color:#333;margin-bottom:.5rem}@media (width<=768px){.legal-header{padding:1.5rem}.legal-title{font-size:1.5rem}.legal-content{padding:1.5rem}.legal-section h2{font-size:1.1rem}.legal-section ul{margin-left:1.5rem}}.contact-page{min-height:80vh;padding:2rem 0}.contact-wrapper{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.contact-info-section{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #0000001a}.contact-header{text-align:center;margin-bottom:2rem}.contact-header-icon{margin-bottom:1rem;font-size:3rem;display:block}.contact-header h1{color:#333;margin-bottom:.5rem;font-size:1.8rem}.contact-header p{color:#666}.info-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.info-card{text-align:center;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:15px;padding:1.5rem;transition:transform .3s}.info-card:hover{transform:translateY(-5px)}.info-icon{margin-bottom:.5rem;font-size:2rem}.info-card h3{color:#7e86ad;margin-bottom:.5rem;font-size:1.1rem}.info-card p{color:#666;font-size:.9rem;line-height:1.5}.business-hours{background:#f8f9fa;border-radius:15px;padding:1.5rem}.business-hours h3{color:#333;text-align:center;margin-bottom:1rem}.hours-list{flex-direction:column;gap:.5rem;display:flex}.hour-item{border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:.5rem 0;display:flex}.hour-item span:first-child{color:#555;font-weight:500}.hour-item span:last-child{color:#666}.contact-form-section{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #0000001a}.form-card h2{color:#333;text-align:center;margin-bottom:1.5rem;font-size:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#555;margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group textarea{border:2px solid #e0e0e0;border-radius:10px;width:100%;padding:12px;font-family:inherit;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:#7e86ad;outline:none;box-shadow:0 0 0 3px #7e86ad1a}.form-group input.error,.form-group textarea.error{border-color:#f44336}.error-message{color:#f44336;margin-top:.25rem;font-size:.85rem;display:block}.success-message{color:#fff;text-align:center;background:#4caf50;border-radius:10px;margin-bottom:1.5rem;padding:12px;animation:.3s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7e86ad 0%,#886da4 100%);border:none;border-radius:10px;width:100%;padding:14px;font-size:1rem;font-weight:600;transition:all .3s}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #7e86ad66}@media (width<=968px){.contact-wrapper{grid-template-columns:1fr;gap:1.5rem}.info-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (width<=768px){.contact-info-section,.contact-form-section{padding:1.5rem}.contact-header h1{font-size:1.5rem}.info-cards{grid-template-columns:1fr}.hour-item{flex-direction:column;align-items:center;gap:.25rem}}.App{min-height:100vh}.container{max-width:1400px;margin:0 auto;padding:20px}@media (width<=768px){.container{padding:15px}}@media (width<=480px){.container{padding:10px}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f0f4ff 0%,#faf5ff 100%);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#e8edff;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#7e86ad,#886da4);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#6e76a0,#785d94)}
