*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.btn-secondary:focus,.btn-secondary:hover{background:linear-gradient(90deg,#4b5563 60%,#6b7280);box-shadow:0 4px 16px #2c3e5021;transform:translateY(-2px) scale(1.01)}.btn-outline{background:#0000;border:2px solid #3498db;box-shadow:0 2px 8px #2c3e501a;color:#3498db}.btn-outline:focus,.btn-outline:hover{background:linear-gradient(90deg,#3498db 60%,#217dbb);border-color:#0000;box-shadow:0 4px 16px #2c3e5021;color:#fff;transform:translateY(-2px) scale(1.01)}.section{padding:80px 0}.section-title{font-size:2.5rem;margin-bottom:1rem}.section-subtitle{color:#6b7280;font-size:1.125rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 10px 25px -3px #0000001a;transform:translateY(-4px)}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media (max-width:768px){.container{padding:0 15px}.section{padding:60px 0}.section-title{font-size:1.75rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}@media (max-width:480px){.section-title{font-size:.9rem}.btn{font-size:14px;padding:10px 20px}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.hidden{display:none}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.w-full{width:100%}.h-full{height:100%}.navbar{background-color:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.navbar .container{align-items:center;display:flex;justify-content:space-between;padding:1rem 20px}.navbar-brand{flex-shrink:0}.navbar-logo{align-items:center;color:#c8b1a0;display:flex;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .3s ease}.navbar-logo:hover{color:#1d4ed8}.navbar-logo-image{height:40px;max-width:150px;object-fit:contain;width:auto}.navbar-logo-text{color:#c8b1a0;font-size:1.5rem;font-weight:700}.navbar-menu{align-items:center;display:flex;gap:2rem;list-style:none;margin:0;padding:0}.navbar-link{color:#374151;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.navbar-link.active,.navbar-link:hover{color:#c8b1a0}.navbar-link.active:after{background-color:#c8b1a0;bottom:-5px;content:"";height:2px;left:0;position:absolute;right:0}.navbar-dropdown{position:relative}.dropdown-toggle{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;font-weight:inherit;gap:.5rem}.dropdown-icon{font-size:.75rem;transition:transform .3s ease}.navbar-dropdown.show-dropdown .dropdown-icon,.navbar-dropdown:hover .dropdown-icon{transform:rotate(180deg)}.dropdown-menu{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;left:0;min-width:200px;opacity:0;position:absolute;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;z-index:1001}.navbar-dropdown.show-dropdown .dropdown-menu,.navbar-dropdown:hover .dropdown-menu{opacity:1;transform:translateY(0);visibility:visible}.dropdown-item{border-bottom:1px solid #f3f4f6;color:#374151;display:block;font-weight:500;padding:.75rem 1rem;text-decoration:none;transition:all .3s ease}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background-color:#f9fafb;color:#c8b1a0}.navbar-actions{align-items:center;display:flex;gap:1rem;position:relative;z-index:3000}.navbar-action-btn{background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:1.125rem;padding:.5rem;transition:all .3s ease}.navbar-action-btn:hover{background-color:#f3f4f6;color:#c8b1a0}.navbar-toggle{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;flex-direction:column;height:30px;justify-content:center;padding:.5rem;position:relative;transition:all .3s ease;width:30px;z-index:3001}.navbar-toggle:hover{background-color:#f3f4f6;color:#c8b1a0}.hamburger-line{background-color:#6b7280;height:2px;margin:2px 0;transform-origin:center;transition:all .3s ease;width:20px}.navbar-toggle:hover .hamburger-line{background-color:#c8b1a0}.navbar-toggle.active .hamburger-line:first-child{transform:rotate(45deg) translate(5px,5px)}.navbar-toggle.active .hamburger-line:nth-child(2){opacity:0}.navbar-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.navbar-toggle{display:none}@media (max-width:768px){.navbar-toggle{display:flex}.navbar-menu{background-color:#fff;box-shadow:0 4px 6px #0000001a;flex-direction:column;gap:1rem;left:0;opacity:0;padding:0;position:fixed;right:0;top:0;transform:translateY(-100%);transition:all .3s ease;visibility:hidden;z-index:2000}.navbar-menu.active{opacity:1;transform:translateY(0);visibility:visible}.navbar-menu>*{padding:0 2rem}.navbar-link{border-radius:6px;padding:1rem;text-align:center;width:100%}.navbar-link:hover{background-color:#f3f4f6;color:#c8b1a0}.navbar-link.active:after{display:none}.navbar-actions{gap:.5rem}.navbar-dropdown{width:100%}.dropdown-toggle{border-radius:6px;justify-content:center;padding:1rem;width:100%}.dropdown-menu{background-color:#f9fafb;border:none;border-radius:6px;box-shadow:none;margin-top:.5rem;min-width:auto;opacity:1;position:static;transform:none;visibility:visible}.dropdown-item{border-bottom:1px solid #e5e7eb;padding:.75rem 1rem;text-align:center}.dropdown-item:hover{background-color:#f3f4f6}}@media (max-width:480px){.navbar .container{padding:1rem 15px}.navbar-logo{font-size:1.25rem}}.admin-sidebar{background:#2c3e50;box-shadow:2px 0 10px #00000014;color:#fff;display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;width:220px;z-index:1000}.admin-sidebar-brand{padding:28px 0 18px;text-align:center}.admin-sidebar-logo{color:#fff;font-size:1.6rem;font-weight:700;letter-spacing:1px;text-decoration:none;transition:color .3s}.admin-sidebar-logo:hover{color:#3498db}.admin-sidebar-menu{display:flex;flex:1 1;flex-direction:column;gap:2px;padding:0}.admin-sidebar-link{align-items:center;border-radius:0 20px 20px 0;color:#ecf0f1;display:flex;font-size:1rem;font-weight:500;gap:10px;margin-right:10px;padding:14px 28px;text-decoration:none;transition:all .2s}.admin-sidebar-link:hover{background:#34495e;color:#fff}.admin-sidebar-link.active{background:#3498db;color:#fff}.admin-sidebar-link svg{font-size:1.1rem}.admin-sidebar-link span{font-size:1rem}.admin-sidebar-actions{padding:18px 0 24px;text-align:center}.admin-sidebar-logout{align-items:center;background:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:8px;padding:10px 28px;transition:background .3s}.admin-sidebar-logout:hover{background:#c0392b}.admin-layout{display:flex}.admin-content{background:#f7f9fa;margin-left:220px;min-height:100vh;padding:0;width:calc(100% - 220px)}@media (max-width:900px){.admin-sidebar{width:60px}.admin-sidebar-logo{font-size:1.1rem;padding-left:0}.admin-sidebar-link span{display:none}.admin-sidebar-link{justify-content:center;margin-right:0;padding:14px 10px}.admin-content{margin-left:60px;width:calc(100% - 60px)}.admin-sidebar-logout span{display:none}.admin-sidebar-logout{justify-content:center;padding:10px}}@media (max-width:600px){.admin-sidebar{box-shadow:none;flex-direction:row;height:auto;position:static;width:100vw}.admin-sidebar-menu{flex-direction:row;gap:0;padding:0}.admin-sidebar-link{border-radius:0;font-size:.95rem;padding:10px 6px}.admin-content{margin-left:0;width:100vw}.admin-sidebar-actions{padding:0}}.footer{background-color:#1f2937;color:#fff;margin-top:auto;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section,.footer-title{margin-bottom:1rem}.footer-title{color:#f9fafb;font-size:1.5rem;font-weight:700}.footer-description{color:#d1d5db;line-height:1.6;margin-bottom:1.5rem}.footer-heading{color:#f9fafb;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#c8b1a0}.contact-info{display:flex;flex-direction:column;gap:1rem;padding:0}.contact-info,.contact-item{background:none!important;border:none!important;box-shadow:none!important;color:#d1d5db}.contact-item{gap:.75rem}.contact-item a,.contact-item span{background:none!important;color:#d1d5db!important}.contact-item svg{color:#c8b1a0;flex-shrink:0;margin-top:.25rem}.footer-bottom{border-top:1px solid #374151;padding-top:1.5rem}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-bottom-content p{color:#9ca3af;margin:0}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{color:#9ca3af;font-size:.875rem;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#c8b1a0}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-content{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-links{justify-content:center}}@media (max-width:480px){.footer-content{grid-template-columns:1fr}.social-links{justify-content:center}.footer-bottom-links{flex-direction:column;gap:.5rem}}.cookie-consent-banner{animation:slideUp .5s ease-out;background:#c8b1a0;border-top:2px solid #b8a394;bottom:0;box-shadow:0 -4px 20px #00000026;color:#333;left:0;padding:1.5rem;position:fixed;right:0;z-index:9999}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-content{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:1200px}.cookie-text h3{color:#2c3e50;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.cookie-text p{color:#555;font-size:.95rem;line-height:1.6;margin:0 0 .75rem}.cookie-details{color:#666;font-size:.85rem!important;line-height:1.5!important;opacity:.8}.cookie-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.cookie-actions .btn{border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;min-width:120px;padding:.75rem 1.5rem;transition:all .2s ease}.btn-accept{background:#1e3a8a;color:#fff}.btn-accept:hover{background:#1e40af;box-shadow:0 4px 12px #1e3a8a4d;transform:translateY(-2px)}.btn-reject{background:#dc2626;color:#fff}.btn-reject:hover{background:#b91c1c;box-shadow:0 4px 12px #dc26264d;transform:translateY(-2px)}.btn-customize{background:#6b7280;color:#fff}.btn-customize:hover{background:#4b5563;box-shadow:0 4px 12px #6b72804d;transform:translateY(-2px)}.customize-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:10000}.customize-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:500px;overflow-y:auto;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem 1.5rem 1rem}.modal-header h3{color:#2c3e50;font-size:1.25rem;margin:0}.close-btn{border-radius:4px;padding:.25rem;transition:all .2s ease}.close-btn:hover{background:#f3f4f6}.modal-content{padding:1.5rem}.cookie-option{margin-bottom:1.5rem}.cookie-option-label{align-items:flex-start;border-radius:8px;cursor:pointer;display:flex;gap:1rem;padding:1rem;transition:background-color .2s ease}.cookie-option-label:hover{background:#f9fafb}.cookie-option-label input[type=checkbox]{display:none}.checkmark{border:2px solid #d1d5db;border-radius:4px;margin-top:2px}.cookie-option-label input[type=checkbox]:checked+.checkmark{background:#1e3a8a;border-color:#1e3a8a}.cookie-option-label input[type=checkbox]:checked+.checkmark:after{color:#fff;content:"✓";font-size:14px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.cookie-option-label input[type=checkbox]:disabled+.checkmark{background:#f3f4f6;border-color:#d1d5db;opacity:.6}.option-text{flex:1 1}.option-text strong{color:#2c3e50;display:block;margin-bottom:.25rem}.option-text small{color:#6b7280;line-height:1.4}.modal-actions{border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;padding:1rem 1.5rem 1.5rem}.modal-actions .btn{min-width:100px}@media (max-width:768px){.cookie-consent-banner{padding:1rem}.cookie-content{gap:1rem}.cookie-actions{align-items:stretch;flex-direction:column}.cookie-actions .btn{min-width:auto;width:100%}.cookie-text h3{font-size:1.1rem}.cookie-text p{font-size:.9rem}.customize-modal{margin:1rem;max-height:calc(100vh - 2rem)}.modal-actions{flex-direction:column}.modal-actions .btn{width:100%}}@media (max-width:480px){.cookie-consent-banner{padding:.75rem}.cookie-text h3{font-size:1rem}.cookie-text p{font-size:.85rem}.customize-modal{margin:.5rem}.modal-actions,.modal-content,.modal-header{padding:1rem}}.banner{aspect-ratio:4/3;background:linear-gradient(135deg,#667eea,#764ba2);min-height:300px;min-width:100%;overflow:hidden;position:relative}.banner-slider{height:100%;position:relative}.banner-slide{height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .5s ease-in-out;width:100%}.banner-slide.active{opacity:1}.banner-image-container{background:linear-gradient(135deg,#667eea,#764ba2);display:block;height:100%;overflow:hidden;position:relative;width:100%}.banner-image{backface-visibility:hidden;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;object-position:center;transition:all .3s ease}.banner-image,.banner-image-cover{object-fit:cover}.banner-image-contain{object-fit:contain}.banner-aspect-4-3{aspect-ratio:4/3}.banner-aspect-16-9{aspect-ratio:16/9}.banner-aspect-1-1{aspect-ratio:1/1}.banner-height-small{aspect-ratio:auto;height:400px}.banner-height-medium{aspect-ratio:auto;height:600px}.banner-height-large{aspect-ratio:auto;height:800px}.banner-image-4-3{max-height:100%;max-width:100%;object-fit:contain}.banner-image-16-9{height:100%;object-fit:cover;width:100%}.banner-content{align-items:center;bottom:0;display:flex;left:0;position:absolute;right:0;top:0;z-index:2}.banner-text{color:#fff;max-width:600px;text-shadow:2px 2px 4px #000c}.banner-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.banner-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.banner-nav{background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.5rem;padding:1rem;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;z-index:10}.banner-nav:hover{background:#ffffff4d}.banner-prev{left:2rem}.banner-next{right:2rem}.banner-dots{bottom:2rem;display:flex;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.banner-dot{background:#0000;border:2px solid #fff;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.banner-dot.active,.banner-dot:hover{background:#fff}@media (max-width:768px){.banner-title{font-size:2.5rem}.banner-subtitle{font-size:1.125rem}.banner-nav{font-size:1.25rem;padding:.75rem}.banner-prev{left:1rem}.banner-next{right:1rem}.banner-dots{bottom:1rem}.banner-image-contain{object-fit:cover}}@media (max-width:480px){.banner-title{font-size:2rem}.banner-nav,.banner-subtitle{font-size:1rem}.banner-nav{padding:.5rem}.banner-prev{left:.5rem}.banner-next{right:.5rem}}@media (min-width:1200px){.banner-title{font-size:4rem}.banner-subtitle{font-size:1.5rem}.banner-image-contain{max-height:100%;max-width:100%;object-fit:contain}}@media (min-width:1600px){.banner-title{font-size:4.5rem}}.product-card{display:flex;flex-direction:column;height:100%}.product-image{aspect-ratio:1/1.2;overflow:hidden;position:relative;width:100%}.product-image img{display:block;height:100%;object-fit:cover;width:100%}.product-card:hover .product-image img{transform:scale(1.05)}.product-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.product-overlay .btn{align-items:center;display:flex;font-size:.875rem;gap:.5rem;padding:.75rem 1.5rem}.product-badge{background:#059669;border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;position:absolute;right:1rem;top:1rem}.product-content{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.product-title{margin-bottom:.5rem}.product-title a{color:#1f2937;font-size:1.125rem;font-weight:600;text-decoration:none;transition:color .3s ease}.product-title a:hover{color:#c8b1a0}.product-description{color:#374151;flex:1 1;font-size:.875rem;line-height:1.5;margin-bottom:1.5rem}.product-footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.product-price{font-size:1.25rem}.product-stock{font-size:.875rem}@media (max-width:768px){.product-content{padding:1rem}.product-title a{font-size:1rem}.product-price{font-size:1.125rem}}@media (max-width:480px){.product-image{aspect-ratio:1/1.2}.product-content{padding:.75rem}.product-footer{align-items:flex-start;flex-direction:column;gap:.5rem}}.product-details-btn{background:linear-gradient(90deg,#c8b1a0 60%,#b8a08f);border:none;border-radius:8px;box-shadow:0 2px 8px #2c3e501a;color:#fff;cursor:pointer;display:inline-block;font-size:1.08rem;font-weight:700;letter-spacing:.5px;margin-top:10px;padding:.85rem 0;text-align:center;text-decoration:none;transition:background .2s,box-shadow .2s,transform .1s;width:100%}.product-details-btn:focus,.product-details-btn:hover{background:linear-gradient(90deg,#b8a08f 60%,#c8b1a0);box-shadow:0 4px 16px #2c3e5021;color:#fff;text-decoration:none;transform:translateY(-2px) scale(1.01)}.testimonial-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;height:100%;padding:30px;position:relative;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-5px)}.testimonial-content{display:flex;flex:1 1;flex-direction:column}.testimonial-logo{margin-bottom:20px;text-align:center}.testimonial-logo img{border-radius:8px;box-shadow:0 2px 10px #0000001a;max-height:60px;max-width:120px;object-fit:contain}.testimonial-text{color:#333;flex:1 1;font-size:1.1rem;font-style:normal;font-weight:400;line-height:1.7;margin:0 0 25px;position:relative;text-align:center}.testimonial-author{border-top:1px solid #eee;margin-top:auto;padding-top:20px;text-align:center}.testimonial-name{color:#333;font-size:1.1rem;font-weight:600;margin:0}@media (max-width:768px){.testimonial-card{padding:25px}.testimonial-text{font-size:1rem}.testimonial-logo img{max-height:50px;max-width:100px}.testimonial-name{font-size:1rem}}.blog-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-5px)}.blog-image{height:200px;overflow:hidden;position:relative}.blog-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.blog-card:hover .blog-overlay{opacity:1}.blog-overlay .btn{align-items:center;display:flex;font-size:.875rem;gap:.5rem;padding:.75rem 1.5rem}.blog-content{display:flex;flex:1 1;flex-direction:column;padding:25px}.blog-title{-webkit-line-clamp:2;font-size:1rem;font-weight:600;line-height:1.4;margin-bottom:15px}.blog-excerpt,.blog-title{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.blog-excerpt{-webkit-line-clamp:3;color:#666;flex:1 1;font-size:.95rem;line-height:1.6;margin-bottom:20px}.blog-meta{align-items:center;color:#888;font-size:.85rem;justify-content:space-between;margin-bottom:20px}.blog-date{color:#999}.read-more{color:#c8b1a0;display:inline-block;font-size:.95rem;font-weight:500;margin-top:auto;text-decoration:none;transition:color .3s ease}.read-more:hover{color:#a08c7a;text-decoration:underline}.blog-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.blog-tag{align-items:center;background-color:#f3f4f6;border-radius:20px;color:#374151;display:flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:.25rem .75rem;text-decoration:none;transition:all .3s ease}.blog-tag:hover{background-color:#c8b1a0;color:#fff}@media (max-width:768px){.blog-content{padding:20px}.blog-title{font-size:1.2rem}.blog-excerpt{font-size:.9rem}.blog-meta{align-items:flex-start;flex-direction:column;gap:5px}}@media (max-width:480px){.blog-image{height:180px}.blog-content{padding:.75rem}.blog-tags{justify-content:center}}.slider-banner-section{align-items:center;background:#f8f9fa;display:flex;height:120px;overflow:hidden;padding:2rem 0}.slider-container{overflow:hidden;position:relative;width:100%}.slider-track{animation:slide 30s linear infinite;display:flex;width:max-content}.slider-track:hover{animation-play-state:paused}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.customer-logo{align-items:center;display:flex;flex-shrink:0;height:80px;justify-content:center;margin:0 2rem;width:120px}.customer-logo img{filter:grayscale(100%);max-height:100%;max-width:100%;object-fit:contain;transition:filter .3s ease}.customer-logo:hover img{filter:grayscale(0)}.slider-banner-loading{align-items:center;background:#f8f9fa;display:flex;height:120px;justify-content:center}.spinner{border:3px solid #e9ecef;height:30px;width:30px}@media (max-width:768px){.slider-banner-section{height:100px;padding:1rem 0}.customer-logo{height:60px;margin:0 1rem;width:90px}.slider-track{animation-duration:20s}}.home{min-height:100vh}.bg-gray-50{background-color:#f9fafb}.offer-content{grid-gap:1.5rem;align-items:center;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.offer-text{max-width:500px}.offer-description{color:#6b7280;font-size:1.125rem;line-height:1.7;margin-bottom:2rem}.offer-features{list-style:none;margin-bottom:2rem}.offer-features li{color:#374151;padding:.5rem 0 .5rem 1.5rem;position:relative}.offer-features li:before{color:#059669;content:"✓";font-weight:700;left:0;position:absolute}.offer-image,.offer-placeholder{align-items:center;display:flex;justify-content:center}.offer-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;flex-direction:column;min-height:300px;padding:3rem;text-align:center}.offer-placeholder h3{font-size:1.5rem;margin-bottom:1rem}.offer-placeholder p{font-size:1.125rem;opacity:.9}.bg-gradient{background:linear-gradient(135deg,#667eea,#764ba2)}.test-idea-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.test-idea-text{color:#fff}.test-idea-description{font-size:1.125rem;line-height:1.7;margin-bottom:2rem;opacity:.9}.test-idea-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.feature-item{align-items:center;display:flex;font-size:1rem;gap:.75rem}.feature-icon{font-size:1.5rem}.btn-white{background:#fff;border:2px solid #fff;border-radius:8px;color:#667eea;display:inline-block;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:all .3s ease}.btn-white:hover{background:#0000;color:#fff;transform:translateY(-2px)}.test-idea-image{align-items:center;display:flex;justify-content:center}.design-preview{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;padding:2rem}.product-mockup{background:#fff;border-radius:10px;height:200px;overflow:hidden;position:relative;width:200px}.design-area,.product-mockup{align-items:center;display:flex;justify-content:center}.design-area{border:2px dashed #667eea;border-radius:8px;color:#667eea;font-size:.875rem;height:60%;text-align:center;width:80%}.testimonials-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);max-width:100%}.testimonials-grid>:nth-child(n+7){display:none}@media (max-width:1024px){.testimonials-grid{gap:25px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.test-idea-content{gap:2rem;grid-template-columns:1fr}.test-idea-description{font-size:1rem}.design-preview{padding:1.5rem}.product-mockup{height:150px;width:150px}.offer-content{gap:2rem;grid-template-columns:1fr}.offer-text{max-width:100%}.offer-placeholder{min-height:200px;padding:2rem}.testimonials-grid{gap:20px;grid-template-columns:1fr}}@media (max-width:480px){.offer-description{font-size:1rem}.offer-placeholder{padding:1.5rem}.offer-placeholder h3{font-size:1.25rem}.offer-placeholder p{font-size:1rem}}.products-3-grid{grid-gap:32px;align-items:flex-start;display:grid;gap:32px;grid-template-columns:1fr 1fr;margin-top:32px}.products-3-col{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000a;min-height:220px;padding:24px 12px}.products-3-title{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:18px;text-align:center}.products-3-list{list-style:none;margin:0;padding:0}.products-3-list li{border-bottom:1px solid #f0f0f0;color:#34495e;font-size:1rem;padding:8px 0;text-align:center}.products-3-list li:last-child{border-bottom:none}.categories-col{background:#f8fafc}.products-col{background:#f4f8fb}.events-col{background:#f8fafc}@media (max-width:900px){.section .container{max-width:100vw;padding-left:8px;padding-right:8px;width:100vw}.products-3-grid{gap:16px;grid-template-columns:1fr}.products-3-col{min-height:0;min-height:auto;padding:16px 6px}}.category-dropdown-list{list-style:none;margin:0;padding:0}.category-dropdown-item{margin-bottom:8px;position:relative}.category-dropdown-toggle{background:none;border:none;color:#2c3e50;cursor:pointer;font-size:1rem;font-weight:500;padding:8px 0;text-align:left;transition:color .2s;width:100%}.category-dropdown-toggle:hover{color:#3498db}.category-dropdown-menu{background:#f8fafc;border-radius:8px;box-shadow:0 2px 8px #2c3e5014;margin-top:6px;min-width:180px;padding:8px 0;position:relative;z-index:2}.category-dropdown-menu li{color:#34495e;font-size:.98rem;padding:6px 18px;text-align:left;transition:background .2s,color .2s}.category-dropdown-menu li a{color:#3498db;text-decoration:none;transition:color .2s}.category-dropdown-menu li a:hover{color:#217dbb;text-decoration:underline}.category-dropdown-menu li:hover{background:#eaf3fa;color:#217dbb}.dropdown-arrow{align-items:center;color:#bfc9d1;display:inline-flex;font-size:1.1em;margin-left:10px;transition:color .2s}.category-dropdown-toggle[aria-expanded=true] .dropdown-arrow{color:#3498db}.category-links-list{list-style:none;margin:0;padding:0}.category-link-item{margin-bottom:8px}.category-link{align-items:center;border:1px solid #0000;border-radius:8px;color:#2c3e50;display:flex;font-size:1rem;font-weight:500;padding:12px 16px;transition:all .2s ease}.category-link:hover{background-color:#f8fafc;border-color:#e2e8f0;box-shadow:0 2px 8px #2c3e5014;color:#3498db;text-decoration:none;transform:translateY(-1px)}.prettier-product-list{background:#f8fafc;border-radius:8px;box-shadow:0 2px 8px #2c3e5014;margin:0;padding:0}.prettier-product-item{align-items:center;border-bottom:1px solid #eaeaea;color:#34495e;display:flex;font-size:1rem;gap:10px;padding:8px 18px;transition:background .2s,color .2s}.prettier-product-item:last-child{border-bottom:none}.prettier-product-item a{color:#3498db;text-decoration:none;transition:color .2s}.prettier-product-item a:hover{color:#217dbb;text-decoration:underline}.prettier-product-item:hover{background:#eaf3fa;color:#217dbb}.product-list-icon{color:#bfc9d1;flex-shrink:0;font-size:1.1em}.custom-order-section{margin-bottom:32px;margin-top:32px}.custom-order-container{align-items:flex-start;display:flex;gap:40px}.custom-order-left{background:#fff;border-radius:12px;box-shadow:0 2px 12px #2c3e500f;flex:1.2 1;padding:32px 24px}.custom-order-right{align-items:center;display:flex;flex:1 1;justify-content:center}.custom-order-banner{height:320px;width:320px}.custom-order-form .form-group{margin-bottom:20px}.custom-order-products-list{background:#f8fafc;border:1px solid #eaeaea;border-radius:8px;display:flex;flex-direction:column;gap:10px;max-height:180px;overflow-y:auto;padding:10px}.checkbox-label{gap:10px;width:100%}.checkbox-label input[type=checkbox]{height:0;opacity:0;position:absolute;width:0}.checkmark{background:#f8fafc;border:2px solid #bfc9d1;border-radius:5px;display:inline-block;flex-shrink:0;height:20px;margin-right:8px;position:relative;transition:border-color .2s,background .2s;width:20px}.checkbox-label input[type=checkbox]:checked+.checkmark{background:#3498db;border-color:#3498db}.checkbox-label input[type=checkbox]:checked+.checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:10px;left:6px;position:absolute;top:2px;transform:rotate(45deg);width:5px}.checkbox-label:hover .checkmark{border-color:#3498db}.custom-order-product-item{align-items:center;display:flex;gap:10px}.product-title-in-list{color:#34495e;font-size:1rem;margin-right:8px;min-width:80px}.custom-order-qty-input{margin-left:8px}.custom-order-options-list{display:flex;flex-wrap:wrap;gap:12px 18px;margin-top:6px}.custom-order-option-item{align-items:center;display:flex;font-size:1rem;gap:6px}.custom-order-image-preview{align-items:center;display:flex;gap:12px;justify-content:flex-start;margin-top:14px}.custom-order-image-preview img{background:#fff;border:1.5px solid #eaeaea;border-radius:10px;box-shadow:0 2px 8px #2c3e501a;max-height:120px;max-width:120px;padding:6px;transition:box-shadow .2s,border-color .2s}.custom-order-image-preview img:hover{border-color:#3498db;box-shadow:0 4px 16px #2c3e5029}.custom-order-message{color:#3498db;font-weight:500;margin-top:16px}@media (max-width:900px){.custom-order-container{flex-direction:column;gap:24px}.custom-order-banner{height:180px;padding:16px;width:100%}.custom-order-left{padding:20px 8px}}.prettier-custom-order-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px #2c3e501a;margin-bottom:0;max-width:480px;padding:40px 32px 32px}.custom-order-desc{color:#5a6a7a;font-size:1.08rem;margin-bottom:22px;margin-top:-8px}.prettier-input{background:#f8fafc;border:1.5px solid #bfc9d1;border-radius:6px;font-size:1.08rem;margin-bottom:2px;margin-top:6px;padding:10px 14px;transition:border-color .2s;width:100%}.prettier-input:focus{border-color:#3498db;outline:none}.prettier-checkbox-custom{background:#f8fafc;display:inline-block;position:relative}.prettier-checkbox:checked+.prettier-checkbox-custom{background:#3498db;border-color:#3498db}.prettier-checkbox:checked+.prettier-checkbox-custom:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:10px;left:5px;position:absolute;top:2px;transform:rotate(45deg);width:5px}.custom-order-option-item,.custom-order-product-item label{align-items:center;cursor:pointer;display:inline-flex;font-size:1rem;gap:6px;line-height:1.2;margin-bottom:0;position:relative;vertical-align:middle}.prettier-checkbox-custom{flex-shrink:0;margin-right:8px;vertical-align:middle}.prettier-file-upload{background:#f8fafc;border:1.5px solid #bfc9d1;border-radius:8px;box-shadow:0 1px 4px #2c3e500a;color:#217dbb;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;margin-bottom:2px;margin-top:8px;padding:10px 22px;transition:border-color .2s,background .2s,color .2s,box-shadow .2s}.prettier-file-upload:focus,.prettier-file-upload:hover{background:#eaf3fa;border-color:#3498db;box-shadow:0 2px 8px #2c3e501a;color:#3498db}.prettier-file-upload input[type=file]{display:none}.prettier-submit-btn{background:linear-gradient(90deg,#c8b1a0 60%,#b8a08f);border:none;border-radius:10px;box-shadow:0 2px 8px #2c3e501a;color:#fff;font-size:1.15rem;font-weight:700;letter-spacing:.5px;margin-top:16px;padding:16px 0;transition:background .2s,box-shadow .2s,transform .1s;width:100%}.prettier-submit-btn:focus,.prettier-submit-btn:hover{background:linear-gradient(90deg,#b8a08f 60%,#c8b1a0);box-shadow:0 4px 16px #2c3e5021;transform:translateY(-2px) scale(1.01)}@media (max-width:900px){.prettier-custom-order-card{max-width:100%;padding:24px 8px 20px}}.custom-order-3grid{grid-gap:32px;align-items:flex-start;display:grid;gap:32px;grid-template-columns:1fr 1.5fr 1fr;margin-top:32px}.custom-order-banner-col,.custom-order-options-col,.custom-order-products-col{align-items:flex-start;display:flex;justify-content:center}.custom-order-banner{align-items:center;background:#f8fafc;border-radius:12px;box-shadow:0 2px 12px #2c3e500a;display:flex;flex-direction:column;justify-content:center;max-width:320px;min-height:320px;padding:24px;text-align:center;width:100%}@media (max-width:1100px){.custom-order-3grid{gap:24px;grid-template-columns:1fr}.custom-order-banner,.custom-order-options-col,.custom-order-products-col{max-width:100%;min-width:0}}.custom-order-2grid{grid-gap:40px;align-items:flex-start;display:grid;gap:40px;grid-template-columns:1fr 2fr;margin-left:auto;margin-right:auto;margin-top:32px;max-width:1200px;width:100%}.custom-order-banner-col,.custom-order-form-col{display:block;max-width:none;min-width:0;width:100%}@media (max-width:900px){.custom-order-2grid{gap:24px;grid-template-columns:1fr}}.custom-order-offer-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.custom-order-offer-text{max-width:500px}.custom-order-offer-image{align-items:center;display:flex;justify-content:center}@media (max-width:1024px){.custom-order-offer-content{gap:2rem;grid-template-columns:1fr}.custom-order-offer-text{max-width:100%}}.category-dropdown-item,.category-dropdown-menu li,.category-dropdown-toggle,.category-link,.category-link-item{font-size:1.15rem}.events-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}@media (min-width:1200px){.events-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1199px) and (min-width:768px){.events-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.events-grid{gap:1.5rem;grid-template-columns:1fr}}.event-card{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.event-card:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-5px)}.event-image{height:200px;overflow:hidden;width:100%}.event-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.event-card:hover .event-image img{transform:scale(1.05)}.event-image-placeholder{align-items:center;background:#f8f9fa;border-radius:8px 8px 0 0;display:flex;height:200px;justify-content:center;width:100%}.event-content{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:1.5rem;text-align:center}.event-title{color:#333;font-size:1.25rem;font-weight:600;line-height:1.3;margin:0}.event-banner-image-wrapper{margin:2rem 0;text-align:center}.event-banner-image-wrapper img{border-radius:12px;box-shadow:0 4px 20px #00000014;max-width:100%;min-height:200px;object-fit:cover}.product-title-bold,.section-title{font-weight:700}.section-title{color:#1f2937;font-size:1.5rem;margin-bottom:2.5rem;text-align:center}@media (max-width:768px){.section-title{font-size:1.25rem}}@media (max-width:480px){.section-title{font-size:.9rem}}.btn,.btn-primary{align-items:center;box-sizing:border-box;display:inline-block;justify-content:center;min-width:fit-content;padding:16px 32px;text-align:center;vertical-align:middle;white-space:nowrap}.blog-read-more-btn{box-sizing:border-box!important;max-width:none!important;min-width:fit-content!important;overflow:visible!important;padding:16px 40px!important;white-space:nowrap!important;width:auto!important}.about-page{min-height:100vh}.about-banner{aspect-ratio:4/3;min-height:300px;min-width:100%;overflow:hidden;position:relative}.banner-image,.banner-image img{height:100%;width:100%}.banner-image img{object-fit:cover}.about-content{background:#fff;padding:80px 0}.content-wrapper{margin:0 auto;max-width:800px;text-align:center}.content-wrapper h2{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:30px}.content-text{color:#666;font-size:1.1rem;line-height:1.8}.content-text p{margin-bottom:20px}.content-text p:last-child{margin-bottom:0}.contact-section{background:#f8f9fa;padding:80px 0}.contact-wrapper{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 1fr}.contact-item h4{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:10px}.contact-item p{color:#666;font-size:1rem;line-height:1.5;margin:0}.form-input,.form-textarea{border:1px solid #ddd;padding:12px 16px;transition:border-color .3s ease}.form-input:focus,.form-textarea:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.btn-primary:hover:not(:disabled){background:#0056b3;color:#fff}@media (max-width:1024px){.contact-wrapper{gap:40px}.contact-info h2,.content-wrapper h2{font-size:2rem}}@media (max-width:768px){.about-content,.contact-section{padding:60px 0}.contact-wrapper{gap:40px;grid-template-columns:1fr}.contact-form-container{padding:30px}.contact-info h2,.content-wrapper h2{font-size:1.8rem}.content-text{font-size:1rem}}@media (max-width:480px){.about-content,.contact-section{padding:40px 0}.contact-form-container{padding:25px}.contact-info h2,.content-wrapper h2{font-size:1.6rem}}.contact-page{background-color:#f8f9fa;min-height:100vh;padding:80px 0}.container{max-width:1400px}.page-header h1{display:block;margin-bottom:30px;white-space:nowrap;width:100%}.page-header p{display:block}.contact-wrapper{display:flex;flex-direction:column;gap:2rem}.contact-info h2{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:20px}.contact-info>p{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:40px}.contact-details{display:flex;flex-direction:column;gap:30px}.contact-item{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem}.contact-icon{align-items:center;background-color:#c8b1a0;border-radius:50%;color:#fff!important;display:flex;flex-shrink:0;height:40px;justify-content:center;margin-top:.25rem;width:40px}.contact-icon svg{color:#fff!important;font-size:1.1rem}.contact-content{flex:1 1}.contact-content h4{color:#333;font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.contact-content p{color:#666;font-size:1rem;line-height:1.5;margin:0}.contact-content p span{color:#666!important}.contact-form-container{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:0 auto;max-width:100%;padding:40px;width:100%}.contact-form-container h3{color:#333;font-size:1.8rem;font-weight:600;margin-bottom:30px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-row{grid-gap:20px;gap:20px}.form-group{margin-bottom:1.3rem}.form-group label{color:#333;font-size:.95rem;margin-bottom:8px}.form-input,.form-textarea{border:1.5px solid #d1d5db;border-radius:8px;box-shadow:0 1px 4px #2c3e500a;font-size:1.08rem;padding:14px 18px;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-textarea:focus{box-shadow:0 0 0 3px #3498db1f}.btn-primary{align-items:center;border-radius:8px;box-shadow:0 2px 8px #2c3e501a;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;gap:8px;justify-content:center;letter-spacing:.5px;margin:20px auto 0;min-width:200px;padding:1rem 2rem;text-align:center;text-decoration:none;transition:background .2s,box-shadow .2s,transform .1s;white-space:nowrap;width:auto}.btn-primary svg{fill:#fff!important;color:#fff!important;height:16px;width:16px}.btn-primary:focus,.btn-primary:hover{box-shadow:0 4px 16px #2c3e5021;text-decoration:none;transform:translateY(-2px) scale(1.01)}.btn-primary:disabled{background:#ccc;color:#fff;cursor:not-allowed;opacity:.7}.success-message{background:#d4edda;border:1px solid #c3e6cb;border-radius:6px;color:#155724;margin-bottom:20px;padding:15px}.error-message{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24;margin-bottom:20px;padding:15px}.warning-message{background:#fff3cd;border:1px solid #ffeeba;border-radius:6px;color:#856404;margin-bottom:20px;padding:15px}.social-media-item{align-items:flex-start;flex-direction:column}.social-media-item .contact-content{margin-left:0}.social-links{display:flex;gap:1rem;margin-top:10px}.social-link{align-items:center;background-color:#374151;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background-color:#c8b1a0;transform:translateY(-2px)}@media (max-width:1024px){.contact-wrapper{gap:40px}.page-header h1{font-size:2.5rem}.contact-info h2{font-size:2rem}}@media (max-width:768px){.contact-page{padding:60px 0}.page-header h1{font-size:2rem}.page-header p{font-size:1.1rem}.contact-wrapper{gap:40px;grid-template-columns:1fr}.contact-form-container{padding:30px}.contact-info h2{font-size:1.8rem}.form-row{gap:15px;grid-template-columns:1fr}}@media (max-width:480px){.contact-page{padding:40px 0}.page-header h1{font-size:1.8rem}.contact-form-container{padding:25px}.contact-info h2{font-size:1.6rem}}.section .container{margin:0 auto;max-width:1400px;padding-left:32px;padding-right:32px;width:100%}.products-page{padding:2rem 0}.page-header p{margin:0 auto 1.5rem}.back-to-all-btn{background-color:#c8b1a0;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-size:1.08rem;font-weight:700;letter-spacing:.5px;min-width:fit-content;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease;white-space:nowrap;word-break:keep-all}.back-to-all-btn:hover{background-color:#b8a08f;transform:translateY(-1px)}.products-header{margin-bottom:3rem;text-align:center}.page-title{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.page-subtitle{color:#6b7280;font-size:1.125rem;margin:0 auto;max-width:600px}.products-filters{background-color:#f9fafb;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.search-form{display:flex;gap:1rem;margin-bottom:1.5rem}.search-input{border:1px solid #d1d5db;border-radius:6px;flex:1 1;font-size:1rem;padding:.75rem}.search-input:focus{border-color:#c8b1a0;box-shadow:0 0 0 3px #2563eb1a;outline:none}.category-filters{display:flex;flex-wrap:wrap;gap:.5rem}.category-btn{background-color:#fff;border:1px solid #d1d5db;border-radius:20px;color:#374151;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .3s ease}.category-btn.active,.category-btn:hover{background-color:#c8b1a0;border-color:#c8b1a0;color:#fff}.products-results{margin-top:2rem}.results-header{margin-bottom:2rem}.results-count{color:#6b7280;font-size:1rem}.no-results{color:#6b7280;padding:3rem;text-align:center}.no-results h3{color:#374151;margin-bottom:1rem}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.pagination,.products-grid{margin-bottom:2rem}.pagination button{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:1rem;padding:.5rem 1rem;transition:background .2s,color .2s}.pagination button.active,.pagination button:hover:not(:disabled){background:#c8b1a0;border-color:#c8b1a0;color:#fff}.pagination button:disabled{cursor:not-allowed;opacity:.5}@media (max-width:900px){.products-grid{grid-template-columns:1fr}}@media (max-width:768px){.products-page{padding:1rem 0}.page-title{font-size:2rem}.search-form{flex-direction:column}.category-filters{justify-content:center}.back-to-all-btn{font-size:.9rem;padding:.6rem 1.25rem}}@media (max-width:480px){.page-title{font-size:1.75rem}.products-filters{padding:1rem}.back-to-all-btn{font-size:.85rem;max-width:90vw;overflow:hidden;padding:.5rem 1rem;text-overflow:ellipsis}}.product-detail-page{padding:2rem 0}.breadcrumb{align-items:center;display:flex;font-size:.875rem;gap:.5rem;margin-bottom:2rem}.breadcrumb-link{color:#6b7280;text-decoration:none;transition:color .3s ease}.breadcrumb-link:hover{color:#c8b1a0}.breadcrumb-separator{color:#d1d5db}.breadcrumb-current{color:#374151;font-weight:500}.product-detail-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.product-images{position:sticky;top:2rem}.main-image{border-radius:8px;box-shadow:0 4px 6px #0000001a;margin-bottom:1rem;overflow:hidden}.main-image img{display:block;height:auto;width:100%}.image-thumbnails{display:flex;flex-wrap:wrap;gap:.5rem}.thumbnail{background:none;border:2px solid #0000;border-radius:6px;cursor:pointer;height:80px;overflow:hidden;padding:0;transition:all .3s ease;width:80px}.thumbnail.active{border-color:#c8b1a0}.thumbnail img{height:100%;object-fit:cover;width:100%}.product-info{padding:1rem 0}.product-header{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1rem}.product-title{color:#1f2937;flex:1 1;font-size:2rem;font-weight:700;margin:0}.featured-badge{background-color:#059669;border-radius:20px;color:#fff;flex-shrink:0;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.product-category{font-size:1rem;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.product-price{color:#059669;font-size:2rem;font-weight:700;margin-bottom:1rem}.product-stock{margin-bottom:2rem}.in-stock{color:#059669;font-weight:500}.out-of-stock{color:#dc2626;font-weight:500}.product-description{margin-bottom:2rem}.product-description h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.product-description p{color:#374151;font-size:1rem;line-height:1.7}.product-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.product-actions .btn{align-items:center;box-sizing:border-box!important;display:inline-block!important;justify-content:center;max-width:none!important;min-width:320px!important;overflow:visible!important;padding:16px 40px!important;text-align:center!important;vertical-align:middle;white-space:nowrap!important;width:auto!important}.error-page{padding:3rem;text-align:center}.error-page h2{color:#1f2937;margin-bottom:1rem}.error-page p{color:#6b7280;margin-bottom:2rem}.error-page .btn{min-width:250px;text-align:center;white-space:nowrap}.btn-primary{border:none}.btn-primary:focus,.btn-primary:hover{background:linear-gradient(90deg,#b8a08f 60%,#c8b1a0);color:#fff}@media (max-width:768px){.product-detail-content{gap:2rem;grid-template-columns:1fr}.product-images{position:static}.product-price,.product-title{font-size:1.75rem}.product-actions{flex-direction:column}}@media (max-width:480px){.product-detail-page{padding:1rem 0}.product-price,.product-title{font-size:1.5rem}.image-thumbnails{justify-content:center}}.blog-page{background-color:#f8f9fa;min-height:100vh;padding:80px 0}.container{max-width:1600px}.page-header{margin-bottom:60px}.page-header h1{color:#333;font-size:3rem;margin-bottom:20px}.page-header p{color:#666;font-size:1.2rem;line-height:1.6}.blog-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));max-width:100%}@media (min-width:1200px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1199px) and (min-width:768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.blog-grid{gap:20px;grid-template-columns:1fr}.page-header h1{font-size:2.5rem}.page-header p{font-size:1.1rem}}.empty-state{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:60px 20px}.empty-state h3{color:#333;font-size:1.8rem;margin-bottom:15px}.empty-state p{color:#666;line-height:1.6}.blog-detail-page{background-color:#f8f9fa;min-height:100vh;padding:80px 0}.container{max-width:800px;padding:0 20px}.blog-header{margin-bottom:40px}.back-link{color:#007bff;display:inline-block;font-weight:500;margin-bottom:20px;text-decoration:none;transition:color .3s ease}.back-link:hover{color:#0056b3;text-decoration:underline}.blog-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.3;margin-bottom:20px}.blog-meta{color:#666;display:flex;font-size:1rem;gap:20px;margin-bottom:30px}.blog-author{color:#555;font-weight:500}.blog-date{color:#888}.blog-image-container{border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-bottom:40px;overflow:hidden}.blog-image{display:block;height:auto;width:100%}.blog-content{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:40px}.blog-excerpt{background:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;margin-bottom:30px;padding:20px}.blog-excerpt p{color:#555;font-size:1.1rem;font-style:italic;line-height:1.6;margin:0}.blog-context{margin-bottom:40px}.blog-context p{color:#333;font-size:1.1rem;line-height:1.8;margin-bottom:20px}.blog-tags{border-top:1px solid #eee;padding-top:30px}.blog-tags h3{color:#333;font-size:1.2rem;margin-bottom:15px}.tags-list{display:flex;flex-wrap:wrap;gap:10px}.tag{background:#e9ecef;border-radius:20px;color:#495057;font-size:.9rem;font-weight:500;padding:6px 12px}.error-container{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin:20px;padding:60px 20px}.error-container h2{color:#dc3545;margin-bottom:15px}.error-container p{color:#666;margin-bottom:20px}.btn{padding:12px 24px}.btn-primary{background:#007bff}.btn-primary:hover{background:#0056b3;color:#fff}.spinner{border:4px solid #f3f3f3;border-top-color:#007bff}@media (max-width:768px){.blog-detail-page{padding:60px 0}.blog-title{font-size:2rem}.blog-content{padding:25px}.blog-meta{flex-direction:column;gap:10px}.blog-context p,.blog-excerpt p{font-size:1rem}}.faq-page{min-height:60vh;padding:2rem 0}.faq-container{margin:0 auto 3rem;max-width:800px}.faq-item{margin-bottom:1rem;overflow:hidden}.faq-question{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:1.5rem;text-align:left;transition:all .3s ease;width:100%}.faq-question:hover{background-color:#f9fafb}.faq-question.active{background-color:#f3f4f6;border-bottom:1px solid #e5e7eb}.faq-question span{flex:1 1;margin-right:1rem}.faq-question svg{color:#6b7280;transition:transform .3s ease}.faq-question.active svg{transform:rotate(180deg)}.faq-answer{background-color:#f9fafb;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer.active{max-height:500px;padding:1.5rem}.faq-answer p{color:#4b5563;font-size:1rem;line-height:1.6;margin:0}.faq-contact{background:#f9fafb;border-radius:12px;margin:0 auto;max-width:600px;padding:3rem;text-align:center}.faq-contact h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.faq-contact p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.empty-state p{font-size:1.125rem}.error-container h2{font-size:1.5rem;margin-bottom:1rem}@media (max-width:768px){.faq-page{padding:1rem 0}.page-header h1{font-size:2rem}.faq-question,.page-header p{font-size:1rem}.faq-answer.active,.faq-question{padding:1rem}.faq-contact{padding:2rem 1rem}.faq-contact h3{font-size:1.25rem}}@media (max-width:480px){.page-header h1{font-size:1.75rem}.faq-answer p,.faq-question{font-size:.875rem}}.sitemap-page{min-height:60vh;padding:2rem 0}.sitemap-content{margin:0 auto;max-width:1000px}.sitemap-section{margin-bottom:2.5rem}.sitemap-section h2{border-bottom:2px solid #e5e7eb;color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.sitemap-list{list-style:none;margin:0;padding:0}.sitemap-list li{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;padding:.75rem 0}.sitemap-list li:last-child{border-bottom:none}.sitemap-list a{color:#c8b1a0;font-weight:500;margin-right:.5rem;text-decoration:none;transition:color .3s ease}.sitemap-list a:hover{color:#1d4ed8;text-decoration:underline}.sitemap-list li:after{color:#9ca3af;content:"-";margin:0 .5rem}.sitemap-footer{background:#f9fafb;border-radius:8px;margin-top:3rem;padding:2rem;text-align:center}.sitemap-footer p{color:#6b7280;line-height:1.6;margin:0}.sitemap-footer a{color:#c8b1a0;font-weight:500;text-decoration:none}.sitemap-footer a:hover{text-decoration:underline}@media (max-width:768px){.sitemap-page{padding:1rem 0}.page-header h1{font-size:2rem}.page-header p{font-size:1rem}.sitemap-section h2{font-size:1.25rem}.sitemap-list li{align-items:flex-start;flex-direction:column;gap:.25rem}.sitemap-list li:after{display:none}.sitemap-footer{padding:1.5rem}}@media (max-width:480px){.page-header h1{font-size:1.75rem}.sitemap-section{margin-bottom:2rem}}.terms-page{min-height:60vh;padding:2rem 0}.terms-content{margin:0 auto;max-width:800px}.terms-section{margin-bottom:2.5rem}.terms-section h2{border-bottom:2px solid #e5e7eb;color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.terms-section p{color:#4b5563;font-size:1rem;line-height:1.7;margin-bottom:1rem}.terms-section ul{margin:1rem 0;padding-left:1.5rem}.terms-section li{color:#4b5563;font-size:1rem;line-height:1.6;margin-bottom:.5rem}.terms-footer{background:#f9fafb;border-radius:8px;margin-left:auto;margin-right:auto;margin-top:3rem;max-width:800px;padding:2rem;text-align:center}.terms-footer p{color:#6b7280;font-size:.875rem;line-height:1.6;margin:0}@media (max-width:768px){.terms-page{padding:1rem 0}.page-header h1{font-size:2rem}.page-header p{font-size:1rem}.terms-section h2{font-size:1.25rem}.terms-section li,.terms-section p{font-size:.875rem}.contact-info{padding:1rem}.terms-footer{padding:1.5rem}}@media (max-width:480px){.page-header h1{font-size:1.75rem}.terms-section{margin-bottom:2rem}.terms-section ul{padding-left:1rem}}.privacy-page{min-height:60vh;padding:2rem 0}.page-header p{font-size:1.125rem}.privacy-content{margin:0 auto;max-width:800px}.privacy-section{margin-bottom:2.5rem}.privacy-section h2{border-bottom:2px solid #e5e7eb;color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.privacy-section p{color:#4b5563;font-size:1rem;line-height:1.7;margin-bottom:1rem}.privacy-section ul{margin:1rem 0;padding-left:1.5rem}.privacy-section li{color:#4b5563;font-size:1rem;line-height:1.6;margin-bottom:.5rem}.privacy-section strong{color:#1f2937;font-weight:600}.contact-info{background:#f9fafb;border-radius:8px;margin-top:1rem;padding:1.5rem}.contact-info p{color:#4b5563;margin:.5rem 0}.contact-info strong{color:#1f2937;font-weight:600}.privacy-footer{background:#f9fafb;border-radius:8px;margin-left:auto;margin-right:auto;margin-top:3rem;max-width:800px;padding:2rem;text-align:center}.privacy-footer p{color:#6b7280;font-size:.875rem;line-height:1.6;margin:0}@media (max-width:768px){.privacy-page{padding:1rem 0}.page-header h1{font-size:2rem}.page-header p{font-size:1rem}.privacy-section h2{font-size:1.25rem}.privacy-section li,.privacy-section p{font-size:.875rem}.contact-info{padding:1rem}.privacy-footer{padding:1.5rem}}@media (max-width:480px){.page-header h1{font-size:1.75rem}.privacy-section{margin-bottom:2rem}.privacy-section ul{padding-left:1rem}}.design-studio{background-color:#f9fafb;min-height:100vh;padding:2rem 0}.design-studio .container{margin:0 auto;max-width:1400px;padding:0 32px;width:100%}.studio-header{margin-bottom:3rem;text-align:center}.studio-header h1{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.studio-header p{color:#6b7280;font-size:1.25rem;line-height:1.7}.studio-content{display:flex;flex-direction:column;gap:3rem}.studio-section{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000a;padding:2rem}.studio-section h2{color:#2c3e50;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.studio-section h3{color:#34495e;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.product-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.product-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;padding:1.5rem;text-align:center;transition:all .3s ease}.product-card:hover{background:#eaf3fa;border-color:#3498db;box-shadow:0 4px 12px #3498db26;transform:translateY(-2px)}.product-card.selected{background:#eaf3fa;border-color:#3498db;box-shadow:0 4px 16px #3498db33}.product-card h3{color:#2c3e50;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.product-category{background:#e5e7eb;border-radius:12px;color:#6b7280;display:inline-block;font-size:.875rem;padding:.25rem .75rem}.color-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.color-card{align-items:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:.75rem;padding:1rem;transition:all .3s ease}.color-card:hover{transform:translateY(-2px)}.color-card.selected,.color-card:hover{background:#eaf3fa;border-color:#3498db}.color-card.selected{box-shadow:0 4px 12px #3498db33}.color-swatch{border:3px solid #fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;height:60px;width:60px}.color-card span{color:#34495e;font-size:.875rem;font-weight:500;text-align:center}.view-buttons{display:flex;flex-wrap:wrap;gap:1rem}.view-btn{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;color:#34495e;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.view-btn:hover:not(:disabled){background:#eaf3fa;border-color:#3498db;color:#3498db}.view-btn.active{background:#3498db;border-color:#3498db;color:#fff}.view-btn:disabled{cursor:not-allowed;opacity:.5}.tools-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.tool-group{background:#f8fafc;border-radius:8px;padding:1.5rem}.dropzone{background:#fff;border:2px dashed #bfc9d1;border-radius:8px;cursor:pointer;padding:2rem;text-align:center;transition:all .3s ease}.dropzone.active,.dropzone:hover{background:#eaf3fa;border-color:#3498db}.dropzone p{color:#6b7280;font-size:1rem;margin:0}.text-controls{display:flex;flex-direction:column;gap:1rem}.text-input{background:#fff;border:1.5px solid #bfc9d1;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.text-input:focus{border-color:#3498db;outline:none}.text-options{display:flex;flex-wrap:wrap;gap:.5rem}.font-select,.size-input{background:#fff;flex:1 1;min-width:120px;padding:.5rem}.color-input,.font-select,.size-input{border:1.5px solid #bfc9d1;border-radius:6px}.color-input{cursor:pointer;height:40px;width:60px}.uploaded-images{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;margin-top:1rem;padding:1rem}.uploaded-images h4{color:#0c4a6e;font-size:.875rem;font-weight:600;margin:0 0 .75rem}.image-list{display:flex;flex-direction:column;gap:.5rem}.image-item{align-items:center;background:#fff;border:1px solid #e0f2fe;border-radius:6px;display:flex;gap:.75rem;padding:.5rem}.image-thumbnail{height:40px;width:40px}.image-info{display:flex;flex:1 1;flex-direction:column;gap:.125rem}.image-name{color:#1f2937;font-size:.75rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-size{color:#6b7280;font-size:.625rem}.canvas-container{margin:2rem 0;text-align:center}.canvas-container canvas{border:2px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 16px #00000014;height:600px;max-width:100%;width:600px}.canvas-message{background:#fef3c7;border:1px solid #f59e0b;border-radius:6px;color:#92400e;font-size:.875rem;font-weight:500;margin-top:1rem;padding:.75rem 1rem}.canvas-instructions{background:#f8fafc;border-radius:8px;margin-top:1rem;padding:1rem}.canvas-instructions p{color:#6b7280;font-size:.875rem;margin:0}.action-buttons{flex-wrap:wrap;gap:1rem}.btn{display:inline-block;font-size:1rem;text-align:center;transition:all .3s ease}.btn-primary{box-shadow:0 2px 8px #0000001a}.btn-primary:hover:not(:disabled){background:linear-gradient(90deg,#b8a08f 60%,#c8b1a0);box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.btn-secondary{background:#6b7280}.btn-secondary:hover:not(:disabled){background:#4b5563;transform:translateY(-2px)}.btn-success{background:#059669}.btn-success:hover:not(:disabled){background:#047857;transform:translateY(-2px)}.btn-danger{background:#dc2626}.btn-danger:hover:not(:disabled){background:#b91c1c;transform:translateY(-2px)}.btn-large{font-size:1.125rem;padding:1rem 2rem;width:100%}.mockups-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.mockup-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;overflow:hidden;transition:all .3s ease}.mockup-card:hover{border-color:#3498db;box-shadow:0 4px 16px #3498db26}.mockup-card img{background:#fff;border-bottom:1px solid #e2e8f0;height:200px;object-fit:contain;width:100%}.mockup-info{padding:1rem}.mockup-info p{color:#34495e;font-size:.875rem;margin:.5rem 0}.mockup-info strong{color:#2c3e50;font-size:1rem}.order-form{gap:1.5rem;margin:0 auto;max-width:600px}.form-group,.order-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#2c3e50;font-size:1rem;font-weight:600}.form-input,.form-textarea{background:#f8fafc;border:1.5px solid #bfc9d1;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.form-input:focus,.form-textarea:focus{background:#fff;border-color:#3498db;outline:none}.message{border-radius:8px;font-weight:500;margin-top:1rem;padding:1rem;text-align:center}.message.success{background:#d1fae5;border:1px solid #059669;color:#065f46}.message.error{background:#fee2e2;border:1px solid #dc2626;color:#991b1b}.loading{min-height:60vh}.spinner{border-top-color:#3498db;height:50px;width:50px}@media (max-width:768px){.design-studio .container{padding:0 16px}.studio-header h1{font-size:1.75rem}.studio-header p{font-size:1rem}.studio-section{padding:1.5rem}.studio-section h2{font-size:1.25rem}.product-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.color-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.tools-container{gap:1.5rem}.mockups-grid,.tools-container{grid-template-columns:1fr}.canvas-container canvas{max-width:100%}.action-buttons{flex-direction:column}.action-buttons .btn{width:100%}}@media (max-width:480px){.studio-header h1{font-size:1.5rem}.studio-header p{font-size:.9rem}.product-card,.studio-section{padding:1rem}.color-swatch{height:50px;width:50px}.btn{font-size:.9rem;padding:.625rem 1.25rem}}.text-preview{background:#f8f9fa;border:1px solid #e2e8f0;border-radius:8px;margin:1rem 0;padding:.75rem}.text-preview h4{color:#374151;font-size:.9rem;font-weight:500;margin:0 0 .5rem}.preview-text{word-wrap:break-word;max-width:100%;overflow-wrap:break-word}.our-works-page{background-color:#f8f9fa;min-height:100vh;padding:2rem 0}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.page-header{margin-bottom:3rem;text-align:center}.page-header h1{font-size:2.5rem;margin-bottom:1rem}.page-header p{color:#6b7280;font-size:1.1rem;margin:0 auto;max-width:600px}.works-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-bottom:3rem}.work-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.work-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-4px)}.work-image-container{aspect-ratio:1/1;background-color:#f3f4f6;overflow:hidden;position:relative;width:100%}.work-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.work-card:hover .work-image{transform:scale(1.05)}.no-image-placeholder{background-color:#e5e7eb;color:#6b7280;font-size:1rem;height:100%;width:100%}.image-nav-btn,.no-image-placeholder{align-items:center;display:flex;justify-content:center}.image-nav-btn{background:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;height:40px;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:40px;z-index:10}.image-nav-btn:hover{background:#000000e6;transform:translateY(-50%) scale(1.1)}.prev-btn{left:10px}.next-btn{right:10px}.image-indicator{background:#000000b3;border-radius:12px;bottom:10px;color:#fff;font-size:.75rem;font-weight:500;padding:4px 8px;position:absolute;right:10px}.work-content{padding:1.5rem}.work-meta{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.work-category{background:#c8b1a0;border-radius:16px;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.work-customer{color:#6b7280;font-size:.875rem;font-weight:500}.work-title{color:#1f2937;font-size:1.25rem;font-weight:600;line-height:1.3;margin:0 0 .75rem}.work-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#4b5563;display:-webkit-box;font-size:.875rem;line-height:1.6;margin:0;overflow:hidden}.pagination{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:2rem}.pagination-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1rem;transition:all .3s ease}.pagination-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.pagination-btn.active{background:#c8b1a0;border-color:#c8b1a0;color:#fff}.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.empty-state p{font-size:1.1rem}.loading{min-height:400px}.error-container{color:#dc2626;padding:3rem;text-align:center}.error-container p{font-size:1.1rem;margin:0}@media (max-width:768px){.our-works-page{padding:1rem 0}.page-header h1{font-size:2rem}.works-grid{gap:1.5rem;grid-template-columns:1fr}.work-image-container{aspect-ratio:1/1}.work-content{padding:1.25rem}.work-title{font-size:1.125rem}.image-nav-btn{height:36px;width:36px}.image-indicator{font-size:.7rem;padding:3px 6px}}@media (max-width:480px){.container{padding:0 .75rem}.page-header{margin-bottom:2rem}.page-header h1{font-size:1.75rem}.page-header p{font-size:1rem}.works-grid{gap:1rem}.work-image-container{aspect-ratio:1/1}.work-content{padding:1rem}.work-meta{align-items:flex-start;flex-direction:column;gap:.5rem}.pagination{flex-wrap:wrap;gap:.25rem}.pagination-btn{font-size:.8rem;padding:.5rem .75rem}}.admin-login{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-container{max-width:400px;width:100%}.login-card{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;padding:2rem}.login-header{margin-bottom:2rem;text-align:center}.login-header h1{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:.5rem}.login-header p{color:#6b7280}.login-form .form-group{margin-bottom:1.5rem}.input-group{position:relative}.input-icon{color:#6b7280;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.login-form .form-input{padding-left:2.5rem}.btn-full{width:100%}.admin-dashboard{padding:2rem}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:.5rem}.dashboard-header p{color:#6b7280}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:3rem}.stat-card{background:#fff;box-shadow:0 2px 4px #0000001a;gap:1rem;padding:1.5rem}.stat-card,.stat-icon{align-items:center;border-radius:8px;display:flex}.stat-icon{background:#c8b1a0;color:#fff;font-size:1.5rem;height:50px;justify-content:center;width:50px}.stat-content h3{color:#1f2937;font-size:2rem;font-weight:700;margin:0}.stat-content p{color:#6b7280;margin:0}.quick-actions{margin-bottom:3rem}.quick-actions h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.actions-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.action-card{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#374151;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.action-card:hover{box-shadow:0 4px 8px #00000026;color:#c8b1a0;transform:translateY(-2px)}.action-card svg{color:#c8b1a0;font-size:1.5rem}.recent-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.recent-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem}.section-header h2{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0}.view-all{color:#c8b1a0;font-size:.875rem;text-decoration:none}.recent-list{display:flex;flex-direction:column;gap:.75rem}.recent-item{align-items:center;background-color:#f9fafb;border-radius:6px;display:flex;justify-content:space-between;padding:.75rem}.item-info h4{color:#1f2937;font-size:.875rem;font-weight:600;margin:0 0 .25rem}.item-info p{color:#6b7280;font-size:.75rem;margin:0}.item-actions{display:flex;gap:.5rem}.customers-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:1rem}.customer-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.customer-image{background:#f8f9fa;border-radius:6px;padding:1rem;text-align:center}.customer-image img{max-height:80px;max-width:100%;object-fit:contain}.customer-info h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.customer-info p{color:#6b7280;font-size:.875rem;margin:0 0 .25rem}.customer-actions{display:flex;gap:.5rem;justify-content:flex-end}.form-overlay{padding:2rem}.form-modal{border-radius:8px}.form-header h2{font-size:1.25rem}.close-btn:hover{color:#374151}.form-actions{margin-top:2rem;padding-top:1.5rem}.file-upload{display:inline-block;position:relative;width:100%}.file-input{left:-9999px;opacity:0;position:absolute}.file-label{align-items:center;background-color:#f3f4f6;border:2px dashed #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;padding:.75rem 1rem;transition:all .3s ease}.file-label:hover{background-color:#e5e7eb;border-color:#9ca3af}.file-label svg{color:#6b7280}.file-info{background-color:#d1fae5;border:1px solid #a7f3d0;border-radius:4px;color:#059669;font-size:.875rem;margin-top:.5rem;padding:.5rem}.image-preview{border:1px solid #e5e7eb;border-radius:6px;margin-top:.5rem;max-width:300px;overflow:hidden}.image-preview img{display:block;height:auto;width:100%}.table-container{background:#fff;box-shadow:0 2px 4px #0000001a;overflow:hidden}.banner-thumbnail{height:40px;width:60px}.banner-thumbnail,.product-thumbnail{border:1px solid #e5e7eb;border-radius:4px;object-fit:cover}.product-thumbnail{height:50px;width:50px}.btn{border-radius:10px;box-shadow:0 2px 8px #2c3e501a;font-size:1.15rem;font-weight:700;letter-spacing:.5px;padding:16px 24px;transition:background .2s,box-shadow .2s,transform .1s}.btn:disabled{opacity:.6;transform:none!important}.btn-primary:focus:not(:disabled),.btn-primary:hover:not(:disabled){background:linear-gradient(90deg,#b8a08f 60%,#c8b1a0);box-shadow:0 4px 16px #2c3e5021;transform:translateY(-2px) scale(1.01)}.btn-secondary:focus:not(:disabled),.btn-secondary:hover:not(:disabled){background:linear-gradient(90deg,#4b5563 60%,#6b7280);box-shadow:0 4px 16px #2c3e5021;transform:translateY(-2px) scale(1.01)}.btn-danger{background:linear-gradient(90deg,#dc2626 60%,#b91c1c)}.btn-danger:focus:not(:disabled),.btn-danger:hover:not(:disabled){background:linear-gradient(90deg,#b91c1c 60%,#dc2626);box-shadow:0 4px 16px #2c3e5021;transform:translateY(-2px) scale(1.01)}.btn-sm{font-size:1rem;padding:12px 20px}.form-input,.form-select,.form-textarea{border-radius:4px;font-size:.875rem}.form-textarea{min-height:100px}.loading{align-items:center;display:flex;justify-content:center;min-height:200px}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f4f6;border-radius:50%;border-top-color:#c8b1a0;height:40px;width:40px}@media (max-width:768px){.admin-dashboard{padding:1rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.recent-content{grid-template-columns:1fr}.page-header{align-items:flex-start;flex-direction:column;gap:1rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.actions-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.admin-table{font-size:.875rem}.admin-table td,.admin-table th{padding:.75rem .5rem}}@media (max-width:480px){.admin-login{padding:1rem}.login-card{padding:1.5rem}.form-overlay{padding:1rem}.form-modal{max-height:95vh}}.blog-thumbnail{border:1px solid #ddd;border-radius:4px;height:40px;object-fit:cover;width:60px}.testimonial-logo{background:#0000;border-radius:4px;max-height:40px;max-width:60px;object-fit:contain}.testimonial-preview{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.about-banner-thumbnail{border:1px solid #ddd;border-radius:4px;height:50px;object-fit:cover;width:80px}.content-preview{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.faqs-list{display:flex;flex-direction:column;gap:1rem}.faq-item{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;padding:1.5rem;transition:all .3s ease}.faq-item:hover{border-color:#d1d5db;box-shadow:0 4px 6px #0000001a}.faq-content{flex:1 1;margin-right:1rem}.faq-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.75rem}.faq-question{color:#1f2937;font-size:1.125rem;font-weight:600;line-height:1.4;margin:0}.faq-order{background:#f3f4f6;border-radius:4px;color:#6b7280;font-size:.875rem;padding:.25rem .5rem;white-space:nowrap}.faq-answer{color:#4b5563;font-size:.875rem;line-height:1.6;margin:0}.faq-actions{display:flex;flex-shrink:0;gap:.5rem}.btn-icon{align-items:center;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:.875rem;height:36px;justify-content:center;padding:.5rem;transition:all .3s ease;width:36px}.btn-edit{background-color:#fbbf24;color:#fff}.btn-edit:hover{background-color:#f59e0b}.btn-delete{background-color:#ef4444;color:#fff}.btn-delete:hover{background-color:#dc2626}@media (max-width:768px){.faq-item{flex-direction:column;gap:1rem}.faq-content{margin-right:0}.faq-header{align-items:flex-start;flex-direction:column;gap:.5rem}.faq-actions{align-self:flex-end}}.assets-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.asset-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden;transition:all .3s ease}.asset-item:hover{border-color:#d1d5db;box-shadow:0 4px 6px #0000001a}.asset-image{align-items:center;background:#f9fafb;display:flex;height:200px;justify-content:center;overflow:hidden;width:100%}.asset-image img{height:100%;object-fit:cover;width:100%}.asset-content{padding:1rem}.asset-name{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.asset-type{color:#6b7280;text-transform:capitalize}.asset-description,.asset-type{font-size:.875rem;margin:0 0 .5rem}.asset-description{color:#4b5563;line-height:1.4}.asset-status{color:#6b7280;font-size:.875rem;margin:0}.asset-status .active{color:#059669;font-weight:500}.asset-status .inactive{color:#dc2626;font-weight:500}.asset-actions{border-top:1px solid #f3f4f6;display:flex;gap:.5rem;padding:1rem}.checkbox-label{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem}.checkbox-label input[type=checkbox]{margin:0;width:auto}@media (max-width:768px){.assets-grid{grid-template-columns:1fr}.asset-image{height:150px}}.assets-grid-form{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:2rem 0}.asset-form-item{background:none;border:none;display:flex;flex-direction:column;gap:.5rem;padding:0}.asset-form-item label{color:#1f2937;font-weight:600}.asset-preview{background:#f3f4f6;border-radius:6px;margin-bottom:.5rem;max-height:60px;max-width:120px;object-fit:contain;padding:.25rem}.asset-form-item.full-width{align-items:center;display:flex;grid-column:1/-1;justify-content:flex-end;margin-top:1.5rem}@media (max-width:900px){.assets-grid-form{grid-template-columns:1fr 1fr}}@media (max-width:600px){.assets-grid-form{grid-template-columns:1fr}.asset-form-item.full-width{justify-content:center}}.prettier-checklist{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:6px}.prettier-checklist-item{align-items:center;cursor:pointer;display:flex;font-size:1rem;padding-left:28px;position:relative;transition:color .2s;-webkit-user-select:none;user-select:none}.prettier-checklist-item:hover{color:#3498db}.prettier-checkbox{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.prettier-checkbox-custom{background:#f0f0f0;border:2px solid #bfc9d1;border-radius:5px;height:18px;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:border-color .2s,background .2s;width:18px}.prettier-checklist-item:hover .prettier-checkbox-custom{border-color:#3498db}.prettier-checkbox:checked~.prettier-checkbox-custom{background:#3498db;border-color:#3498db}.prettier-checkbox:checked~.prettier-checkbox-custom:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:10px;left:5px;position:absolute;top:2px;transform:rotate(45deg);width:5px}.admin-custom-orders .page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.admin-custom-orders .admin-table td,.admin-custom-orders .admin-table th{vertical-align:middle}.category-thumbnail{border:1px solid #e5e7eb;border-radius:4px;height:40px;object-fit:cover;width:60px}.button-right{display:flex;justify-content:flex-end;margin-bottom:1rem;width:100%}.btn.btn-primary{max-width:220px;min-width:140px;padding-left:24px;padding-right:24px;width:180px}.admin-contact .page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.message-preview{word-wrap:break-word;line-height:1.4;max-width:300px}.admin-contact .admin-table td,.admin-contact .admin-table th{padding:12px 8px;vertical-align:top}.admin-ourwork .page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.admin-ourwork .admin-table td,.admin-ourwork .admin-table th{vertical-align:middle}.description-cell{word-wrap:break-word;line-height:1.4;max-width:300px}.images-preview{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.image-thumbnail{border:1px solid #e5e7eb;border-radius:4px;height:50px;object-fit:cover;width:50px}.more-images{background:#f3f4f6;border-radius:12px;color:#6b7280;font-size:12px;font-weight:500;padding:4px 8px}.existing-images{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.existing-image{display:inline-block;position:relative}.existing-image img{border:1px solid #e5e7eb;border-radius:4px;height:80px;object-fit:cover;width:80px}.remove-image{align-items:center;background:#ef4444;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:12px;height:24px;justify-content:center;position:absolute;right:-8px;top:-8px;transition:background-color .2s;width:24px}.remove-image:hover{background:#dc2626}.analytics-section{margin-bottom:3rem}.analytics-preview{display:flex;gap:1.5rem}.analytics-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;display:flex;flex:1 1;gap:1rem;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.analytics-card:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-2px)}.analytics-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;width:60px}.analytics-content{flex:1 1}.analytics-content h4{color:#2c3e50;font-size:1.2rem;font-weight:600;margin:0 0 .5rem}.analytics-content p{color:#666;line-height:1.5;margin:0 0 1rem}.analytics-content .btn{font-size:.9rem;padding:.5rem 1rem}@media (max-width:768px){.analytics-card,.analytics-preview{flex-direction:column}.analytics-card{text-align:center}.analytics-icon{margin-bottom:1rem}}.admin-categories{padding:2rem}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.page-header h1{color:#1f2937;font-size:2rem;font-weight:700;margin:0}.admin-actions{display:flex;gap:1rem}.alert{border-radius:6px;margin-bottom:1.5rem;padding:1rem}.alert-error{border:1px solid #fecaca}.alert-error,.error-message{background-color:#fef2f2;color:#dc2626}.error-message{border:1px solid #fecaca;border-radius:6px;margin-bottom:1.5rem;padding:1rem}.form-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.form-modal{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.large-modal{max-height:90vh;max-width:98vw;width:98vw}.form-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.form-header h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0}.close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;padding:0;transition:background-color .2s ease;width:30px}.close-btn:hover{background-color:#f3f4f6}.admin-form{padding:1.5rem}.form-modal.large-modal{max-width:95vw!important;width:95vw!important}.form-modal.large-modal .admin-form{padding:0!important}.form-modal.large-modal .form-group,.form-modal.large-modal .form-row,.form-modal.large-modal .offer-items-section .section-header{padding-left:1.5rem!important;padding-right:1.5rem!important}.form-modal.large-modal .table-container{overflow-x:auto!important;width:100%!important}.form-modal.large-modal .offer-table{table-layout:auto!important;width:100%!important}.form-modal.large-modal .form-actions{padding:1.5rem!important}.form-actions{border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem}.form-group label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select{border:1px solid #d1d5db;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.form-group input:focus,.form-group select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.offer-items-section{margin-top:2rem}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.section-header h3{color:#1f2937;font-size:1.3rem;font-weight:600;margin:0}.table-container{overflow-x:visible}.offer-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden;width:100%}.offer-table td,.offer-table th{border-bottom:1px solid #e5e7eb;padding:.5rem;text-align:left;white-space:nowrap}.offer-table th{background:#f9fafb;color:#374151;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.offer-table td{vertical-align:middle}.offer-table input,.offer-table select{border:1px solid #d1d5db;border-radius:4px;font-size:.8rem;padding:.25rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.offer-table input:focus,.offer-table select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.admin-table-container{margin-top:2rem}.admin-table-container h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.admin-table{background:#fff;box-shadow:0 2px 10px #0000001a}.admin-table th{background:#f9fafb;font-size:.9rem;letter-spacing:.05em;text-transform:uppercase}.btn{border-radius:6px;font-size:.875rem;font-weight:500}.btn-primary{background-color:#3b82f6}.btn-primary:hover{background-color:#2563eb}.btn-secondary{background-color:#6b7280}.btn-secondary:hover{background-color:#4b5563}.btn-sm{padding:.375rem .75rem}.btn:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.admin-categories{padding:1rem}.page-header{align-items:flex-start;flex-direction:column;gap:1rem}.admin-actions{justify-content:flex-start;width:100%}.form-row{grid-template-columns:1fr}.large-modal{max-width:98vw;width:98vw}.form-modal{margin:.5rem}.admin-form,.form-actions,.form-header{padding:1rem}.admin-table,.offer-table{font-size:.8rem}.admin-table td,.admin-table th,.offer-table td,.offer-table th{padding:.5rem}.action-buttons{flex-direction:column}}.admin-offer-form{all:unset;display:block}.admin-offer-form .form-overlay{align-items:flex-start;background:#0009;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.admin-offer-form .form-overlay .form-modal.large-modal{background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;display:flex!important;flex-direction:column;margin:2rem 0;max-height:95vh;max-width:98vw!important;min-height:80vh;overflow:hidden;width:98vw!important}.admin-offer-form .form-modal .form-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;box-sizing:border-box;display:flex;flex-shrink:0;justify-content:space-between;padding:1.5rem 2rem;width:100%!important}.admin-offer-form .form-modal .form-header h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0}.admin-offer-form .form-header .close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;padding:.5rem;transition:all .2s ease;width:40px}.admin-offer-form .form-header .close-btn:hover{background-color:#e5e7eb;color:#374151}.admin-offer-form .form-modal .admin-form{box-sizing:border-box;display:flex!important;flex:1 1;flex-direction:column;overflow-y:auto;padding:0!important;width:100%!important}.admin-offer-form .admin-form .form-row{grid-gap:2rem;background:#fff;box-sizing:border-box;display:grid;gap:2rem;grid-template-columns:1fr 1fr;padding:2rem!important;width:100%!important}.admin-offer-form .form-row .form-group{box-sizing:border-box;margin-bottom:0;width:100%}.admin-offer-form .form-row .form-group label{color:#374151;display:block;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.admin-offer-form .form-row .form-group input{background:#fff;border:2px solid #e5e7eb;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.75rem;transition:all .2s ease;width:100%}.admin-offer-form .form-row .form-group input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.admin-offer-form .admin-form .offer-items-section{background:#f8fafc;box-sizing:border-box;display:flex!important;flex:1 1;flex-direction:column;margin:0;min-height:400px;padding:0;width:100%!important}.admin-offer-form .offer-items-section .section-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;box-sizing:border-box;display:flex;flex-shrink:0;justify-content:space-between;padding:1.5rem 2rem!important;width:100%!important}.admin-offer-form .offer-items-section .section-header h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0}.admin-offer-form .offer-items-section .table-container{background:#fff;box-sizing:border-box;display:block;flex:1 1;margin:0;max-width:100%;min-height:0;min-width:100%!important;overflow:auto;padding:0;width:100%!important}.admin-offer-form .offer-items-section .empty-offer-items{align-items:center;background:#fff;color:#6b7280;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin:0;min-height:300px;padding:3rem 2rem;text-align:center}.admin-offer-form .offer-items-section .empty-offer-items h4{color:#374151;font-size:1.25rem;font-weight:600;margin:0 0 1rem}.admin-offer-form .offer-items-section .empty-offer-items p{font-size:1rem;line-height:1.5;margin:0 0 2rem;max-width:400px}.admin-offer-form .offer-items-section .empty-offer-items .btn{margin-top:1rem}.admin-offer-form .table-container .offer-table{background:#fff;border-collapse:collapse;box-sizing:border-box;display:table;font-size:.875rem;max-width:100%;min-width:100%!important;table-layout:auto!important;width:100%!important}.admin-offer-form .table-container .offer-table td,.admin-offer-form .table-container .offer-table th{word-wrap:break-word;border-bottom:1px solid #e5e7eb;padding:.75rem .5rem;text-align:left;vertical-align:middle;white-space:normal}.admin-offer-form .table-container .offer-table td:first-child,.admin-offer-form .table-container .offer-table th:first-child{min-width:200px}.admin-offer-form .table-container .offer-table td:nth-child(2),.admin-offer-form .table-container .offer-table th:nth-child(2){min-width:80px}.admin-offer-form .table-container .offer-table td:nth-child(3),.admin-offer-form .table-container .offer-table th:nth-child(3){min-width:120px}.admin-offer-form .table-container .offer-table td:nth-child(4),.admin-offer-form .table-container .offer-table th:nth-child(4){min-width:140px}.admin-offer-form .table-container .offer-table td:nth-child(5),.admin-offer-form .table-container .offer-table th:nth-child(5){min-width:80px}.admin-offer-form .table-container .offer-table td:nth-child(6),.admin-offer-form .table-container .offer-table th:nth-child(6){min-width:100px}.admin-offer-form .table-container .offer-table td:nth-child(7),.admin-offer-form .table-container .offer-table th:nth-child(7){min-width:80px}.admin-offer-form .table-container .offer-table td:nth-child(8),.admin-offer-form .table-container .offer-table th:nth-child(8){min-width:160px}.admin-offer-form .table-container .offer-table td:nth-child(9),.admin-offer-form .table-container .offer-table th:nth-child(9){min-width:100px}.admin-offer-form .table-container .offer-table td:nth-child(10),.admin-offer-form .table-container .offer-table th:nth-child(10){min-width:80px}.admin-offer-form .table-container .offer-table td:nth-child(11),.admin-offer-form .table-container .offer-table th:nth-child(11){min-width:160px}.admin-offer-form .table-container .offer-table td:nth-child(12),.admin-offer-form .table-container .offer-table th:nth-child(12){min-width:100px}.admin-offer-form .table-container .offer-table td:nth-child(13),.admin-offer-form .table-container .offer-table th:nth-child(13){min-width:60px}.admin-offer-form .table-container .offer-table th{background:#f1f5f9;color:#374151;font-size:.75rem;font-weight:600;letter-spacing:.05em;position:sticky;text-transform:uppercase;top:0;z-index:10}.admin-offer-form .table-container .offer-table td{background:#fff}.admin-offer-form .table-container .offer-table tr:hover td{background:#f8fafc}.admin-offer-form .table-container .offer-table input,.admin-offer-form .table-container .offer-table select{background:#fff;border:1px solid #d1d5db;border-radius:4px;box-sizing:border-box;font-size:.875rem;max-width:100%;min-width:100%;padding:.5rem;transition:all .2s ease;width:100%}.admin-offer-form .table-container .offer-table input:focus,.admin-offer-form .table-container .offer-table select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a;outline:none}.admin-offer-form .table-container .offer-table tr[style*="background-color: #f9fafb"]{background:#f1f5f9!important;border-top:2px solid #3b82f6;font-weight:600}.admin-offer-form .table-container .offer-table tr[style*="background-color: #f9fafb"] td{background:#f1f5f9!important;color:#1e40af}.admin-offer-form .table-container .btn-sm{align-items:center;border:none;border-radius:4px;cursor:pointer;display:inline-flex;font-size:.875rem;height:32px;justify-content:center;min-width:32px;padding:.5rem;transition:all .2s ease}.admin-offer-form .table-container .btn-danger{background-color:#ef4444;color:#fff}.admin-offer-form .table-container .btn-danger:hover{background-color:#dc2626}.admin-offer-form .admin-form .form-actions{background:#fff;border-top:1px solid #e5e7eb;box-sizing:border-box;display:flex;flex-shrink:0;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem!important;width:100%!important}.admin-offer-form .form-actions .btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;letter-spacing:.05em;padding:.75rem 1.5rem;text-decoration:none;text-transform:uppercase;transition:all .2s ease}.admin-offer-form .form-actions .btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 2px 4px #3b82f633;color:#fff}.admin-offer-form .form-actions .btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}.admin-offer-form .form-actions .btn-secondary{background:#6b7280;color:#fff}.admin-offer-form .form-actions .btn-secondary:hover:not(:disabled){background:#4b5563;transform:translateY(-1px)}.admin-offer-form .form-actions .btn:disabled{cursor:not-allowed;opacity:.5;transform:none!important}.admin-offer-form .offer-items-section .section-header .btn{font-size:.8rem;padding:.5rem 1rem}@media (max-width:1200px){.admin-offer-form .form-overlay .form-modal.large-modal{max-width:95vw!important;width:95vw!important}}@media (max-width:768px){.admin-offer-form .form-overlay .form-modal.large-modal{border-radius:0;margin:0;max-height:100vh;max-width:100vw!important;min-height:100vh;width:100vw!important}.admin-offer-form .admin-form .form-row{gap:1rem;grid-template-columns:1fr;padding:1rem!important}.admin-offer-form .admin-form .form-actions,.admin-offer-form .form-modal .form-header,.admin-offer-form .offer-items-section .section-header{padding:1rem!important}.admin-offer-form .table-container .offer-table{font-size:.75rem}.admin-offer-form .table-container .offer-table td,.admin-offer-form .table-container .offer-table th{padding:.5rem .25rem}.admin-offer-form .admin-form .form-actions{flex-direction:column}.admin-offer-form .form-actions .btn{justify-content:center;width:100%}}@media (max-width:480px){.admin-offer-form .table-container .offer-table td,.admin-offer-form .table-container .offer-table th{font-size:.7rem;padding:.25rem}.admin-offer-form .table-container .offer-table input,.admin-offer-form .table-container .offer-table select{font-size:.75rem;padding:.25rem}}.admin-offer-form .offer-items-section .table-container::-webkit-scrollbar{height:8px;width:8px}.admin-offer-form .offer-items-section .table-container::-webkit-scrollbar-track{background:#f1f5f9}.admin-offer-form .offer-items-section .table-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.admin-offer-form .offer-items-section .table-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.offer-preview{background:#f8fafc;padding:0}.offer-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:0;box-shadow:0 4px 6px #0000001a;color:#fff;margin:0;padding:2.5rem 2rem}.offer-info{margin-bottom:2rem}.offer-info h3{color:#fff;font-size:1.75rem;font-weight:700;margin:0 0 .5rem;text-shadow:0 2px 4px #0000001a}.offer-info p{font-size:1.1rem;font-weight:500;margin:0;opacity:.95}.offer-summary{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1.5rem}.summary-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:1.5rem;text-align:center;transition:all .3s ease}.summary-item:hover{background:#fff3;box-shadow:0 8px 15px #0003;transform:translateY(-2px)}.summary-item .label{color:#fff;display:block;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;opacity:.9;text-transform:uppercase}.summary-item .value{color:#fff;display:block;font-size:1.5rem;font-weight:700;text-shadow:0 2px 4px #0000001a}.summary-item:nth-child(3) .value,.summary-item:nth-child(4) .value{color:#10b981;text-shadow:0 2px 4px #10b9814d}.offer-items-preview{background:#fff;border-radius:0;margin:0;padding:2rem}.offer-items-preview h4{border-bottom:2px solid #e5e7eb;color:#1f2937;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem;padding-bottom:.75rem;position:relative}.offer-items-preview h4:after{background:linear-gradient(135deg,#667eea,#764ba2);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:60px}@media (max-width:768px){.offer-header{padding:1.5rem 1rem}.offer-info h3{font-size:1.5rem}.offer-info p{font-size:1rem}.offer-summary{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.summary-item{padding:1rem}.summary-item .value{font-size:1.25rem}.offer-items-preview{padding:1rem}}@media (max-width:480px){.offer-summary{gap:.75rem;grid-template-columns:1fr 1fr}.summary-item{padding:.75rem}.summary-item .label{font-size:.75rem}.summary-item .value{font-size:1.1rem}}.sku-overview{background:#f8fafc;display:flex;flex-direction:column;height:100%;padding:0}.sku-overview .table-container{background:#fff;box-sizing:border-box;display:block;flex:1 1;margin:0;min-height:0;overflow:auto;padding:0;width:100%}.sku-overview .admin-table{background:#fff;border-collapse:collapse;box-sizing:border-box;display:table;font-size:.875rem;table-layout:auto;width:100%}.sku-overview .admin-table td,.sku-overview .admin-table th{word-wrap:break-word;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem;text-align:left;vertical-align:middle;white-space:normal}.sku-overview .admin-table th{background:#f1f5f9;color:#374151;font-size:.75rem;font-weight:600;letter-spacing:.05em;position:sticky;text-transform:uppercase;top:0;z-index:10}.sku-overview .admin-table td{background:#fff}.sku-overview .admin-table tr:hover td{background:#f8fafc}.sku-overview .admin-table .empty-state{color:#6b7280;font-style:italic;padding:2rem;text-align:center}.sku-overview .admin-table .action-buttons{align-items:center;display:flex;gap:.5rem;justify-content:center}.sku-overview .admin-table .btn-sm{align-items:center;border:none;border-radius:4px;cursor:pointer;display:inline-flex;font-size:.875rem;height:32px;justify-content:center;min-width:32px;padding:.5rem;transition:all .2s ease}.sku-overview .admin-table .btn-warning{background-color:#f59e0b;color:#fff}.sku-overview .admin-table .btn-warning:hover{background-color:#d97706;box-shadow:0 2px 4px #f59e0b4d;transform:translateY(-1px)}.sku-summary{background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;padding:1.5rem 2rem}.summary-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-item{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border:1px solid #cbd5e1;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:1.5rem;text-align:center;transition:all .3s ease}.stat-item:hover{border-color:#3b82f6;box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.stat-label{color:#64748b;display:block;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.stat-value{color:#1e293b;display:block;font-size:1.5rem;font-weight:700}.stat-item:first-child .stat-value{color:#3b82f6}.stat-item:nth-child(2) .stat-value{color:#10b981}.stat-item:nth-child(3) .stat-value{color:#f59e0b}@media (max-width:768px){.sku-overview .admin-table td,.sku-overview .admin-table th{font-size:.8rem;padding:.5rem .75rem}.sku-summary{padding:1rem}.summary-stats{gap:1rem;grid-template-columns:1fr}.stat-item{padding:1rem}.stat-value{font-size:1.25rem}}@media (max-width:480px){.sku-overview .admin-table td,.sku-overview .admin-table th{font-size:.75rem;padding:.5rem}.stat-item{padding:.75rem}.stat-label{font-size:.75rem}.stat-value{font-size:1.1rem}}.analytics-dashboard{background:#f8f9fa;min-height:100vh;padding:2rem}.analytics-header{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.5rem}.analytics-header h2{color:#2c3e50;font-size:1.8rem;margin:0}.header-actions{align-items:center;display:flex;gap:1rem}.date-range-picker{align-items:center;display:flex;gap:.5rem}.date-range-picker label{color:#555;font-weight:500}.date-range-picker input{border:1px solid #ddd;border-radius:6px;font-size:.9rem;padding:.5rem}.date-range-picker span{color:#666;font-weight:500}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.btn-primary{background:linear-gradient(90deg,#c8b1a0 60%,#b8a08f);color:#fff}.btn-primary:hover{background:linear-gradient(90deg,#b8a08f 60%,#c8b1a0);box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.btn-secondary{background:linear-gradient(90deg,#6b7280 60%,#4b5563);color:#fff}.btn-secondary:hover{background:linear-gradient(90deg,#4b5563 60%,#6b7280);box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.analytics-summary{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.summary-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;display:flex;gap:1rem;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.summary-card:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-2px)}.summary-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;width:60px}.summary-content h3{color:#2c3e50;font-size:2rem;font-weight:700;margin:0 0 .25rem}.summary-content p{color:#666;font-weight:500;margin:0}.analytics-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.analytics-section{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:1.5rem}.analytics-section.full-width{grid-column:1/-1}.analytics-section h3{align-items:center;color:#2c3e50;display:flex;font-size:1.3rem;gap:.5rem;margin:0 0 1rem}.table-container{border:1px solid #e5e7eb;border-radius:8px;margin-top:1rem;overflow-x:auto}.admin-table{border-collapse:collapse;min-width:800px}.admin-table th{white-space:nowrap}.admin-table td{vertical-align:middle}.empty-state{color:#6b7280;padding:3rem;text-align:center}.empty-state p{font-size:1rem;margin:0}.success-message{background-color:#d1fae5;border:1px solid #a7f3d0;border-radius:8px;color:#065f46;font-weight:500;margin-bottom:1.5rem;padding:1rem;text-align:center}@media (max-width:768px){.analytics-content{grid-template-columns:1fr}.analytics-summary{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.popular-pages{display:flex;flex-direction:column;gap:.75rem}.page-item{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;gap:1rem;padding:.75rem;transition:background-color .2s ease}.page-item:hover{background:#e9ecef}.page-rank{align-items:center;background:#667eea;border-radius:50%;color:#fff;display:flex;font-size:.9rem;font-weight:600;height:30px;justify-content:center;width:30px}.page-info{flex:1 1}.page-title{color:#2c3e50;font-weight:600;margin-bottom:.25rem}.page-url{color:#666;font-family:monospace;font-size:.85rem}.page-visits{background:#28a745;border-radius:20px;color:#fff;font-size:.85rem;font-weight:500;padding:.25rem .75rem}.traffic-sources{display:flex;flex-direction:column;gap:.75rem}.source-item{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;gap:1rem;padding:.75rem;transition:background-color .2s ease}.source-item:hover{background:#e9ecef}.source-icon{font-size:1.5rem;text-align:center;width:40px}.source-info{flex:1 1}.source-name{color:#2c3e50;font-weight:600;margin-bottom:.25rem;text-transform:capitalize}.source-sessions{color:#666;font-size:.85rem}.source-percentage{background:#17a2b8;border-radius:20px;color:#fff;font-size:.85rem;font-weight:500;padding:.25rem .75rem}.geographic-data{display:flex;flex-direction:column;gap:.75rem}.location-item{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;gap:1rem;padding:.75rem;transition:background-color .2s ease}.location-item:hover{background:#e9ecef}.location-name{color:#2c3e50;font-weight:600;min-width:100px}.location-sessions{color:#666;font-size:.85rem;min-width:80px}.location-bar{background:#e9ecef;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.location-bar-fill{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;height:100%;transition:width .3s ease}.recent-sessions{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto}.session-item{grid-gap:.5rem;align-items:center;background:#f8f9fa;border-radius:8px;display:grid;font-size:.85rem;gap:.5rem;grid-template-columns:80px 120px 80px 100px 120px 60px 60px;padding:.75rem;transition:background-color .2s ease}.session-item:hover{background:#e9ecef}.session-item>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.session-id{color:#666;font-family:monospace}.session-time{color:#666}.session-duration{color:#28a745;font-weight:500}.session-source{color:#17a2b8;font-weight:500}.session-location{color:#666}.session-pages{color:#ffc107;font-weight:500;text-align:center}.session-consent{font-size:1rem;text-align:center}.user-type{align-items:center;border-radius:12px;display:inline-flex;font-size:.85rem;font-weight:500;gap:.25rem;padding:.25rem .5rem}.user-type.admin{background-color:#fef3c7;color:#92400e}.user-type.user{background-color:#dbeafe;color:#1e40af}.analytics-error,.analytics-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem;text-align:center}.analytics-loading .spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:50px;margin-bottom:1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.analytics-error p{color:#dc3545;font-size:1.1rem;margin-bottom:1rem}@media (max-width:1200px){.analytics-content{grid-template-columns:1fr}}@media (max-width:768px){.analytics-dashboard{padding:1rem}.analytics-header{flex-direction:column;gap:1rem;text-align:center}.analytics-summary{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.summary-card{padding:1rem}.summary-icon{font-size:1.2rem;height:50px;width:50px}.summary-content h3{font-size:1.5rem}.session-item{gap:.25rem;grid-template-columns:1fr;text-align:center}.session-item>div{overflow:visible;white-space:normal}}@media (max-width:480px){.analytics-summary{grid-template-columns:1fr}.date-range-picker{flex-direction:column;gap:.5rem}}body,html{font-family:Noto Sans,Arial,Helvetica,sans-serif}.App{display:flex;flex-direction:column;min-height:100vh}.admin-layout{background-color:#f8f9fa;min-height:100vh}.admin-content{margin:0 auto;max-width:1400px;min-height:calc(100vh - 70px);padding:20px;width:100%}.admin-form{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin:0 auto;max-width:600px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{border:1px solid #d1d5db;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#c8b1a0;box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-textarea{min-height:120px;resize:vertical}.admin-table{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden;width:100%}.admin-table td,.admin-table th{border-bottom:1px solid #e5e7eb;padding:1rem;text-align:left}.admin-table th{color:#374151;font-weight:600}.admin-table th,.admin-table tr:hover{background-color:#f9fafb}.action-buttons{display:flex;gap:.5rem}.btn-sm{font-size:.875rem;padding:.5rem 1rem}.btn-danger{background-color:#dc2626;color:#fff}.btn-danger:hover{background-color:#b91c1c}.btn-success{background-color:#059669;color:#fff}.btn-success:hover{background-color:#047857}@media (max-width:768px){.admin-content{padding:15px}}