@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--color-primary:#ffb38a;--color-primary-hover:#ffa06e;--color-bg-light:#fafafa;--color-bg-white:#fff;--color-bg-dark:#1a1a1a;--color-bg-darker:#121212;--color-text-main:#1a1a1a;--color-text-muted:#666;--color-text-light:#f4f4f5;--font-family:"Outfit", sans-serif;--border-radius:12px;--shadow-sm:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-md:0 10px 15px -3px #0000000d, 0 4px 6px -2px #00000008;--shadow-lg:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--transition-fast:.2s ease-in-out;--transition-normal:.3s ease-in-out}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--color-bg-light);color:var(--color-text-main);padding-top:250px;line-height:1.6;overflow-x:hidden}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}button{font-family:var(--font-family);cursor:pointer;border:none;outline:none}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.title{color:var(--color-bg-dark);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.subtitle{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.125rem}.btn-primary{background-color:var(--color-primary);color:var(--color-bg-dark);border-radius:var(--border-radius);transition:all var(--transition-fast);justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary:hover{background-color:var(--color-primary-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-outline{color:var(--color-bg-dark);border-radius:var(--border-radius);border:2px solid var(--color-bg-dark);transition:all var(--transition-fast);background-color:#0000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;display:inline-flex}.btn-outline:hover{background-color:var(--color-bg-dark);color:var(--color-bg-white);transform:translateY(-2px)}.fade-in-up{opacity:0;animation:.8s ease-out forwards fadeInUp;transform:translateY(20px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.glass-panel{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff4d}@media (width<=768px){.title{font-size:2rem}.section{padding:3rem 0}}.header-wrapper{z-index:1000;width:100%;position:fixed;top:0;left:0}.top-promo-banner{color:#fff;white-space:nowrap;letter-spacing:.5px;background-color:#b91c1c;padding:.5rem 0;font-size:.8rem;font-weight:600;overflow:hidden}.promo-ticker{animation:25s linear infinite ticker;display:inline-block}.promo-ticker span{margin-right:3rem}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;border-bottom:1px solid #0000000d;padding:.5rem 0}.navbar-main{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.navbar-search{flex:1;position:relative}.search-bar{background-color:#f3f4f6;border-radius:4px;align-items:center;width:100%;max-width:300px;padding:.5rem 1rem;display:flex}.search-bar input{background:0 0;border:none;outline:none;flex:1;font-size:.9rem}.search-bar button{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none}.search-bar button:hover{background-color:#f3f4f6}.search-dropdown{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 8px 8px;width:100%;min-width:500px;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}@media (width<=768px){.search-dropdown{min-width:100%;left:0;right:0}}.search-dropdown-grid{grid-template-columns:1fr 1fr;gap:1rem;max-height:400px;padding:1.5rem;display:grid;overflow-y:auto}@media (width<=600px){.search-dropdown-grid{grid-template-columns:1fr;padding:1rem}}.search-dropdown-item{color:inherit;border-radius:6px;align-items:center;gap:1rem;padding:.5rem;text-decoration:none;transition:background-color .2s;display:flex}.search-dropdown-item:hover{background-color:#f9fafb}.sdi-img{flex-shrink:0;width:60px;height:60px}.sdi-img img{object-fit:contain;width:100%;height:100%}.sdi-info{flex-direction:column;gap:.25rem;display:flex}.sdi-info h4{color:#374151;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;font-weight:500;display:-webkit-box;overflow:hidden}.sdi-price{color:#111827;font-size:.95rem;font-weight:700}.search-dropdown-footer{text-align:center;background-color:#fafafa;border-top:1px solid #e5e7eb;padding:1rem}.search-dropdown-footer a{color:#111827;font-size:.95rem;font-weight:500;text-decoration:underline}.search-dropdown-empty{text-align:center;color:#6b7280;padding:2rem;font-size:.95rem}.navbar-logo-center{flex:1;justify-content:center;display:flex}.navbar-actions{flex:1;justify-content:flex-end;align-items:center;gap:1.5rem;display:flex}.icon-btn{color:var(--color-bg-dark);transition:transform var(--transition-fast), color var(--transition-fast);background:0 0;justify-content:center;align-items:center;display:flex}.icon-btn:hover{color:var(--color-primary);transform:scale(1.1)}.cart-btn{position:relative}.cart-badge{color:#fff;background-color:#b91c1c;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.cart-toast-popup{z-index:2000;background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:300px;animation:.3s ease-out forwards slideDownToast;position:absolute;top:40px;right:-10px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@keyframes slideDownToast{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.toast-close-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;padding:4px;position:absolute;top:5px;right:5px}.toast-close-btn:hover{color:#111827}.toast-content{cursor:pointer;gap:1rem;padding:1rem;display:flex}.toast-content img{object-fit:cover;border-radius:6px;width:60px;height:60px}.toast-info{flex-direction:column;flex:1;justify-content:center;display:flex}.toast-info h5{color:#374151;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .2rem;font-size:.85rem;display:-webkit-box;overflow:hidden}.toast-info p{color:#6b7280;margin:0 0 .4rem;font-size:.8rem}.toast-success{color:#059669;font-size:.85rem;font-weight:700}.navbar-categories{justify-content:center;gap:2rem;padding-top:.75rem;display:flex}.nav-item-dropdown{align-items:center;display:flex;position:relative}.nav-dropdown-mega{opacity:0;visibility:hidden;z-index:100;background:#fff;border:1px solid #e5e7eb;border-radius:8px;gap:3rem;width:max-content;max-width:90vw;margin-top:10px;padding:2rem;transition:all .2s ease-in-out;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 10px 25px -5px #0000001a}.nav-dropdown-mega:before{content:"";width:100%;height:10px;position:absolute;top:-10px;left:0}.nav-item-dropdown:hover .nav-dropdown-mega{opacity:1;visibility:visible;margin-top:5px}.mega-group{flex-direction:column;display:flex}.mega-group-title{color:#1f2937;white-space:nowrap;align-items:center;margin-top:0;margin-bottom:1rem;font-size:1rem;font-weight:700;display:flex}.mega-group-title span{background-color:#dc2626;width:20px;height:2px;margin-right:10px;display:inline-block}.mega-group-items{border-left:2px solid #dc2626;flex-direction:column;gap:.8rem;margin-left:0;padding-left:12px;display:flex}.mega-link{color:#4b5563;white-space:nowrap;font-size:.9rem;text-decoration:none;transition:color .2s}.mega-link:hover{color:#dc2626}.cat-link{color:var(--color-text-main);transition:color var(--transition-fast);font-size:.85rem;font-weight:500;text-decoration:none}.cat-link:hover{color:#b91c1c}.cat-link.highlight{color:#333;font-weight:700}.cat-link.highlight-orange{color:#f97316;font-weight:700}.mobile-menu{display:none}@media (width<=768px){.navbar-categories,.search-bar{display:none}.navbar-logo-center{justify-content:flex-start}.mobile-menu{display:block}}.footer-redesign{font-family:var(--font-family);width:100%}.newsletter-section{color:#fff;background-color:#333;padding:2.5rem 0}.newsletter-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.newsletter-text{align-items:center;gap:2rem;display:flex}.newsletter-text h3{margin:0;font-size:1.5rem;font-weight:700}.newsletter-text p{color:#ccc;margin:0;font-size:.9rem}.newsletter-form{flex:1;gap:1rem;max-width:500px;display:flex}.newsletter-form input{color:#fff;background-color:#0000;border:1px solid #555;border-radius:4px;outline:none;flex:1;padding:.8rem 1rem}.newsletter-form input::placeholder{color:#888}.newsletter-form button{color:#fff;cursor:pointer;background:0 0;border:none;padding:0 1rem;font-weight:600;text-decoration:underline}.newsletter-form button:hover{color:#ccc}.footer-main{color:#333;background-color:#f0eee3;padding:4rem 0}.footer-grid{grid-template-columns:1fr 1fr 1fr;gap:2rem;display:grid}.footer-column h4{color:#333;margin-bottom:2rem;font-size:1.1rem;font-weight:400}.footer-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.footer-list a,.footer-list li{color:#555;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-list a:hover{color:#000}.contact-list li{margin-bottom:.5rem}.social-column{justify-content:flex-end;align-items:flex-start;display:flex}.social-column a{color:#333;margin-left:1rem;transition:color .2s}.social-column a:hover{color:var(--color-primary)}.footer-bottom{color:#666;background-color:#e6e4d9;padding:1.5rem 0;font-size:.75rem}.bottom-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.bottom-container p{margin:0}.created-by strong{color:#333}@media (width<=768px){.newsletter-container{flex-direction:column;align-items:flex-start}.newsletter-text{flex-direction:column;align-items:flex-start;gap:.5rem}.newsletter-form{width:100%}.footer-grid{grid-template-columns:1fr}.social-column{justify-content:flex-start}.bottom-container{text-align:center;flex-direction:column;justify-content:center}}.cart-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;opacity:0;visibility:hidden;width:100vw;height:100vh;transition:all var(--transition-normal);background-color:#00000080;position:fixed;top:0;left:0}.cart-overlay.open{opacity:1;visibility:visible}.cart-drawer{background-color:var(--color-bg-white);z-index:1001;width:100%;max-width:400px;height:100vh;transition:right var(--transition-normal);flex-direction:column;display:flex;position:fixed;top:0;right:-400px;box-shadow:-5px 0 15px #0000001a}.cart-drawer.open{right:0}.cart-header{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cart-header h2{color:var(--color-bg-dark);font-size:1.5rem}.close-btn{cursor:pointer;color:var(--color-text-muted);transition:color var(--transition-fast);background:0 0;border:none}.close-btn:hover{color:var(--color-bg-dark)}.cart-items{flex:1;padding:1.5rem;overflow-y:auto}.empty-cart{text-align:center;color:var(--color-text-muted);margin-top:2rem}.cart-item{border-bottom:1px solid #0000000d;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.cart-item-img{object-fit:cover;border-radius:var(--border-radius);width:80px;height:80px}.cart-item-details{flex-direction:column;flex:1;display:flex}.cart-item-details h4{color:var(--color-bg-dark);margin-bottom:.25rem;font-size:1rem}.cart-item-price{color:var(--color-primary-hover);margin-bottom:.75rem;font-weight:600}.cart-item-actions{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.quantity-controls span{text-align:center;width:20px}.cart-related-products{border-top:1px solid #e5e7eb;margin-top:.5rem;padding-top:1.5rem}.related-products-list{flex-direction:column;gap:1rem;display:flex}.related-product-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.8rem;padding:.8rem;display:flex}.related-product-card img{object-fit:cover;cursor:pointer;border-radius:6px;width:50px;height:50px}.rpc-info{flex-direction:column;flex:1;gap:.2rem;display:flex}.rpc-name{color:#374151;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;font-weight:500;text-decoration:none;display:-webkit-box;overflow:hidden}.rpc-name:hover{text-decoration:underline}.rpc-price{color:#111827;font-size:.85rem;font-weight:700}.rpc-add-btn{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:4px;padding:.4rem .8rem;font-size:.75rem;font-weight:600;transition:all .2s}.rpc-add-btn:hover{background-color:#f3f4f6;border-color:#9ca3af}.quantity-controls{background-color:var(--color-bg-light);border-radius:20px;align-items:center;gap:.75rem;padding:.25rem .75rem;display:flex}.quantity-controls button{color:var(--color-text-muted);background:0 0;justify-content:center;align-items:center;display:flex}.quantity-controls button:hover{color:var(--color-bg-dark)}.remove-btn{color:#ff4d4f;opacity:.7;background:0 0;align-items:center;display:flex}.remove-btn:hover{opacity:1}.cart-footer{background-color:var(--color-bg-light);border-top:1px solid #0000000d;padding:1.5rem}.cart-total{color:var(--color-bg-dark);justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700;display:flex}.sales-notification{z-index:9999;opacity:0;background-color:#fff;border-radius:8px;align-items:center;gap:1rem;width:320px;padding:.75rem;transition:all .5s cubic-bezier(.68,-.55,.27,1.55);display:flex;position:fixed;bottom:2rem;left:2rem;transform:translateY(150%);box-shadow:0 10px 25px -5px #00000026,0 8px 10px -6px #0000001a}.sales-notification.visible{opacity:1;transform:translateY(0)}.sn-image-container{background-color:#f3f4f6;border:1px solid #eee;border-radius:6px;flex-shrink:0;width:60px;height:60px;overflow:hidden}.sn-image-container img{object-fit:cover;width:100%;height:100%}.sn-content{flex:1;font-size:.85rem;line-height:1.3}.sn-content p{color:#4b5563;margin:0}.sn-content strong{color:#111827}.sn-product{white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-weight:600;overflow:hidden;color:#b91c1c!important}.sn-time{color:#9ca3af!important;margin-top:.25rem!important;font-size:.75rem!important}.sn-icon{background-color:#fff;border-radius:50%;padding:4px;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 4px #0000001a}@media (width<=600px){.sales-notification{width:calc(100% - 2rem);max-width:320px;bottom:1rem;left:1rem;right:auto}}.whatsapp-floating-btn{color:#fff;width:60px;height:60px;box-shadow:none;cursor:pointer;z-index:99;background-color:#0000;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:transform .3s;display:flex;position:fixed;bottom:20px;right:20px}.whatsapp-floating-btn:hover{transform:scale(1.1)}@media (width>=768px){.whatsapp-floating-btn{bottom:30px;right:30px}}.hero{align-items:center;padding:2rem 0 5rem;display:flex;overflow:hidden}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1600px;margin:0 auto;padding:0 5%;display:grid}.hero-badge{color:#e67a3d;background-color:#ffb38a33;border-radius:20px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.hero-title{margin-bottom:1.5rem;font-size:3.5rem;line-height:1.1}.hero-subtitle{max-width:90%;margin-bottom:2.5rem;font-size:1.25rem}.hero-buttons{gap:1rem;display:flex}.hero-image-wrapper{position:relative}.hero-image-backdrop{background-color:var(--color-primary);border-radius:var(--border-radius);z-index:0;opacity:.2;width:100%;height:100%;position:absolute;top:-20px;right:-20px}.hero-image{border-radius:var(--border-radius);object-fit:cover;z-index:1;width:100%;height:auto;box-shadow:var(--shadow-lg);position:relative}.hero-floating-card{z-index:2;border-radius:var(--border-radius);box-shadow:var(--shadow-md);align-items:center;gap:1rem;padding:1rem 1.5rem;animation:6s ease-in-out infinite float;display:flex;position:absolute;bottom:-20px;left:-20px}.floating-icon{background:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex}.floating-text{flex-direction:column;display:flex}.floating-text strong{color:var(--color-bg-dark);font-size:1rem}.floating-text span{color:var(--color-text-muted);font-size:.875rem}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (width<=992px){.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-subtitle{margin:0 auto 2.5rem}.hero-buttons{justify-content:center}.hero-title{font-size:2.75rem}}@media (width<=768px){.hero-title{font-size:2.25rem}.hero-buttons{flex-direction:column}.hero-floating-card{display:none}}.benefits-strip-container{background-color:#fff5f5;border-top:1px solid #b91c1c1a;border-bottom:1px solid #b91c1c1a;margin-top:1rem;margin-bottom:1.5rem;padding:1.2rem 0;box-shadow:0 4px 6px -1px #b91c1c0d}.benefits-strip{justify-content:space-between;align-items:center;gap:1rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.benefit-item{align-items:center;gap:1rem;display:flex}.benefit-icon{color:var(--color-text-main);stroke-width:1.5px;width:28px;height:28px}.benefit-text{flex-direction:column;display:flex}.benefit-text strong{color:#b91c1c;font-size:.95rem}.benefit-text span{color:var(--color-text-muted);font-size:.8rem}@media (width<=992px){.benefits-strip{flex-wrap:wrap;justify-content:center;gap:2rem}.benefit-item{width:45%}}@media (width<=600px){.benefit-item{width:100%}}.product-card{background-color:var(--color-bg-white);border-radius:var(--border-radius);transition:transform var(--transition-normal), box-shadow var(--transition-normal);flex-direction:column;height:100%;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.product-image-container{background-color:#f9f9f9;width:100%;padding-top:100%;position:relative;overflow:hidden}.product-image{object-fit:contain;width:100%;height:100%;transition:transform var(--transition-normal);position:absolute;top:0;left:0}.product-card:hover .product-image{transform:scale(1.05)}.discount-badge{color:#fff;z-index:2;background-color:#b91c1c;border-radius:4px;padding:.25rem .5rem;font-size:.85rem;font-weight:600;position:absolute;top:1rem;left:1rem;box-shadow:0 2px 4px #00000026}.wishlist-btn{z-index:2;color:#666;width:36px;height:36px;transition:all var(--transition-fast);background-color:#fffc;border-radius:50%;justify-content:center;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 6px #00000026}.wishlist-btn:hover,.wishlist-btn.active{color:#b91c1c;background-color:#fff;transform:scale(1.1)}.product-actions{opacity:0;transition:all var(--transition-normal);z-index:2;gap:.5rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)translateY(20px)}.product-card:hover .product-actions{opacity:1;transform:translate(-50%)translateY(0)}.action-btn{background-color:var(--color-bg-white);color:var(--color-bg-dark);width:40px;height:40px;transition:all var(--transition-fast);box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;display:flex}.action-btn:hover{background-color:var(--color-primary);color:var(--color-bg-white)}.product-info{flex-direction:column;flex:1;padding:1.5rem;display:flex}.product-title{color:var(--color-bg-dark);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:1rem;font-weight:500;display:-webkit-box;overflow:hidden}.product-title:hover{color:#b91c1c}.original-price{color:var(--color-text-muted);font-size:.85rem;text-decoration:line-through}.product-price-red{color:#b91c1c;margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.transfer-text{color:#b91c1c;margin-top:.2rem;font-size:.75rem;font-weight:400;display:block}.installment-text{color:#b91c1c;margin-bottom:1rem;font-size:.85rem}.btn-dark{color:#fff;width:fit-content;transition:all var(--transition-fast);cursor:pointer;background-color:#2a2a2a;border:none;border-radius:4px;margin-top:auto;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.btn-dark:hover{background-color:#000}.bg-light{background-color:var(--color-bg-light)}.text-center{text-align:center}.section-header{margin-bottom:4rem}.section-desc{color:var(--color-text-muted);max-width:600px;margin:0 auto;font-size:1.125rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.mt-4{margin-top:2rem}@media (width<=768px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}}.features-section{background-color:var(--color-bg-white);border-top:1px solid #0000000d}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.feature-card{text-align:center;border-radius:var(--border-radius);background-color:var(--color-bg-light);transition:transform var(--transition-normal);padding:2rem}.feature-card:hover{transform:translateY(-5px)}.feature-icon{width:80px;height:80px;color:var(--color-primary-hover);background-color:#ffb38a33;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:inline-flex}.feature-title{color:var(--color-bg-dark);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.feature-desc{color:var(--color-text-muted);font-size:.875rem}.product-detail-page{background-color:#fcfcfc;min-height:80vh;padding:4rem 0}.back-link{color:#666;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:1rem;transition:color .3s;display:inline-flex}.back-link:hover{color:#111}.pd-grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (width>=900px){.pd-grid{grid-template-columns:1fr 1fr}}.pd-gallery{flex-direction:column;gap:1rem;display:flex}.pd-main-media{aspect-ratio:1;background-color:#fff;border-radius:12px;width:100%;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000000d}.pd-media-content{object-fit:cover;width:100%;height:100%}.pd-badge-discount{color:#fff;z-index:10;background-color:#ff4d4f;border-radius:6px;padding:.4rem .8rem;font-size:.9rem;font-weight:700;position:absolute;top:1rem;left:1rem}.pd-badge-new{color:#fff;z-index:10;background-color:#111;border-radius:6px;padding:.4rem .8rem;font-size:.9rem;font-weight:700;position:absolute;top:1rem;right:1rem}.pd-thumbnails{gap:.8rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.pd-thumbnails::-webkit-scrollbar{height:6px}.pd-thumbnails::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.pd-thumb{cursor:pointer;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:80px;height:80px;transition:border-color .3s;overflow:hidden}.pd-thumb.active{border-color:#f7a072}.pd-thumb-img{object-fit:cover;width:100%;height:100%}.pd-thumb-video{color:#555;background-color:#eee;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;font-size:.75rem;font-weight:600;display:flex}.pd-thumb-video .play-icon{color:#ff4d4f;font-size:1.2rem}.pd-category{text-transform:uppercase;letter-spacing:1px;color:#f7a072;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.pd-title{color:#111;margin-bottom:1.5rem;font-size:2.2rem;line-height:1.2}.pd-price-section{background:#fff;border:1px solid #eee;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.pd-original-price{color:#999;margin-bottom:.3rem;font-size:1.1rem;text-decoration:line-through;display:block}.pd-current-price{color:#111;flex-direction:column;align-items:flex-start;gap:.5rem;font-size:2.2rem;font-weight:800;display:flex}.pd-transfer-text{color:#16a34a;background-color:#dcfce7;border-radius:6px;padding:.3rem .6rem;font-size:.9rem;font-weight:500}.pd-installments{color:#555;margin-top:.8rem;font-size:1rem;font-weight:500}.pd-variants{margin-bottom:2rem}.pd-variants h4{color:#333;margin-bottom:.8rem;font-size:1rem}.pd-variants-list{flex-wrap:wrap;gap:.8rem;display:flex}.pd-variant-btn{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:6px;padding:.6rem 1.2rem;font-size:.95rem;transition:all .2s}.pd-variant-btn:hover{border-color:#111}.pd-variant-btn.active{color:#fff;background:#111;border-color:#111;font-weight:600}.pd-actions{margin-bottom:2rem}.pd-btn-add{border-radius:8px;justify-content:center;align-items:center;gap:.8rem;width:100%;padding:1rem;font-size:1.1rem;display:flex}.pd-perks{border-bottom:1px solid #eee;flex-direction:column;gap:1rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.perk{color:#444;align-items:center;gap:.8rem;font-weight:500;display:flex}.perk-icon{color:#16a34a}.pd-description h3,.pd-specs h3{color:#111;margin-bottom:1rem;font-size:1.2rem}.pd-description p{color:#555;white-space:pre-wrap;line-height:1.7}.pd-specs ul{margin:0;padding:0;list-style:none}.pd-specs li{color:#555;border-bottom:1px solid #eee;padding:.8rem 0}.pd-specs li strong{color:#111;width:120px;display:inline-block}.product-detail-loading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;display:flex}.spinner{border:4px solid #eee;border-top-color:#f7a072;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}body{background-color:#fafafa}.checkout-layout{background-color:#fafafa;flex-direction:column;min-height:100vh;display:flex}.checkout-header{background-color:#fff;border-bottom:1px solid #e5e7eb;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem 0;display:flex}.checkout-logo img{object-fit:contain;height:60px;margin-bottom:1.5rem}.checkout-stepper{justify-content:center;align-items:center;gap:1rem;width:100%;max-width:600px;padding:0 1rem;display:flex}.step{color:#9ca3af;flex-direction:column;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.step.active,.step.completed{color:#111827}.step-icon{background-color:#fff;border:1px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;display:flex}.step.active .step-icon{border-width:2px;border-color:#111827;font-weight:700}.step.completed .step-icon{color:#111827;border-color:#111827}.step-line{background-color:#e5e7eb;flex:1;height:1px;margin-bottom:18px}.step-line.active{background-color:#111827}.checkout-container{flex-direction:column-reverse;width:100%;max-width:1100px;margin:0 auto;display:flex}@media (width>=900px){.checkout-container{flex-direction:row;align-items:flex-start}}.checkout-main{flex:1;padding:2rem 1rem}@media (width>=900px){.checkout-main{border-right:1px solid #e5e7eb;padding:3rem 4rem 3rem 3rem}}.checkout-warning{color:#991b1b;background-color:#fee2e2;border-radius:4px;margin-bottom:2rem;padding:1rem;font-size:.85rem;line-height:1.4}.section-title{color:#4b5563;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.9rem;font-weight:600}.sub-title{color:#374151;margin-bottom:1rem;font-size:.9rem;font-weight:500}.checkout-section{margin-bottom:3rem}.form-group{margin-bottom:1rem}.form-row{gap:1rem;margin-bottom:1rem;display:flex}.form-row>*{flex:1}.checkout-input{color:#111827;border:1px solid #d1d5db;border-radius:4px;width:100%;padding:.8rem;font-size:.95rem;transition:border-color .2s}.checkout-input:focus{border-color:#4b5563;outline:none}.shipping-methods{flex-direction:column;gap:.5rem;margin-bottom:2rem;display:flex}.radio-card{cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:4px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.radio-card.selected{background-color:#f9fafb;border-color:#111827}.radio-content{align-items:center;gap:.8rem;display:flex}.radio-label{font-size:.95rem;font-weight:500}.radio-price{font-size:.95rem;font-weight:600}.checkout-actions{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:2rem;display:flex}.btn-back{color:#4b5563;cursor:pointer;background:0 0;border:none;font-size:.95rem;text-decoration:underline}.btn-continue{color:#fff;cursor:pointer;background-color:#333;border:none;border-radius:4px;padding:1rem 2rem;font-size:1rem;font-weight:500;transition:background-color .2s}.btn-continue:hover{background-color:#111}.checkout-summary-box{background-color:#fff;border:1px solid #e5e7eb;border-radius:4px;margin-bottom:3rem;padding:1rem}.summary-row{border-bottom:1px solid #e5e7eb;padding:.8rem 0;font-size:.9rem;display:flex}.summary-row:last-child{border-bottom:none}.summary-label{color:#6b7280;width:80px}.summary-value{color:#111827;flex:1}.summary-row button{color:#2563eb;cursor:pointer;background:0 0;border:none;font-size:.85rem;text-decoration:underline}.payment-accordion{background-color:#fff;border:1px solid #d1d5db;border-radius:4px;overflow:hidden}.payment-method{border-bottom:1px solid #d1d5db}.payment-method:last-child{border-bottom:none}.payment-header{cursor:pointer;background-color:#f9fafb;flex-direction:column;gap:.5rem;padding:1.2rem;display:flex}@media (width>=600px){.payment-header{flex-direction:row;justify-content:space-between;align-items:center}}.payment-method.active .payment-header{background-color:#f3f4f6;font-weight:600}.payment-title{color:#111827;align-items:center;gap:.8rem;font-size:.95rem;display:flex}.payment-badge{color:#fff;text-transform:uppercase;background-color:#111;border-radius:4px;align-self:flex-start;padding:.2rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.payment-body{background-color:#fff;border-top:1px solid #e5e7eb;padding:1.5rem}.payment-security-notice{color:#166534;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:4px;padding:1rem;font-size:.85rem;line-height:1.4}.checkout-sidebar{background-color:#fafafa;width:100%;padding:2rem 1rem}@media (width>=900px){.checkout-sidebar{width:450px;padding:3rem;position:sticky;top:0}}.sidebar-items{border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem;padding-bottom:1.5rem}.sidebar-item{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.si-img-wrapper{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;width:65px;height:65px;position:relative}.si-img-wrapper img{object-fit:contain;border-radius:8px;width:100%;height:100%}.si-qty{color:#fff;background-color:#717171e6;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:-8px;right:-8px}.si-details{flex:1}.si-details h5{color:#374151;margin-bottom:.2rem;font-size:.9rem}.si-details p{color:#6b7280;font-size:.8rem}.si-price{color:#111827;font-size:.95rem;font-weight:500}.sidebar-totals{flex-direction:column;gap:.8rem;display:flex}.st-row{color:#4b5563;justify-content:space-between;font-size:.9rem;display:flex}.discount-row{color:#b91c1c}.total-row{color:#111827;border-top:1px solid #e5e7eb;margin-top:1rem;padding-top:1rem;font-size:1.4rem;font-weight:700}.client-auth-container{color:#333;max-width:600px;margin:2rem auto;padding:0 1rem;font-family:Inter,sans-serif}.breadcrumbs{color:#666;margin-bottom:2rem;font-size:.85rem}.breadcrumbs a{color:#666;text-decoration:none}.breadcrumbs span{color:#333;font-weight:500}.auth-card{background:#fff}.auth-title{color:#2c2c2c;margin-bottom:.5rem;font-size:2.2rem;font-weight:600}.auth-subtitle{color:#b91c1c;margin-bottom:2rem;font-size:1rem;font-weight:600}.auth-error{color:#b91c1c;background-color:#fee2e2;border-radius:4px;margin-bottom:1.5rem;padding:.75rem;font-size:.9rem}.auth-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#555;font-size:.9rem;font-weight:500}.form-group input{border:1px solid #ccc;border-radius:2px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .2s}.form-group input:focus{border-color:#333;outline:none}.password-input{align-items:center;display:flex;position:relative}.password-input input{padding-right:40px}.eye-btn{cursor:pointer;color:#888;background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute;right:10px}.eye-btn:hover{color:#333}.forgot-password{text-align:right;font-size:.85rem}.forgot-password a{color:#666;text-decoration:underline}.recaptcha-box{color:#fff;background:#333;border-radius:2px;align-items:center;gap:.5rem;padding:1rem;font-size:.9rem;display:flex}.auth-button{color:#fff;cursor:pointer;background-color:#333;border:none;border-radius:2px;padding:1rem;font-size:1rem;font-weight:500;transition:background-color .2s}.auth-button:hover{background-color:#111}.auth-button:disabled{cursor:not-allowed;background-color:#888}.auth-footer{text-align:center;color:#666;margin-top:1.5rem;font-size:.9rem}.auth-footer a{color:#333;font-weight:500;text-decoration:underline}.success-box{text-align:center;border:1px solid #333;margin-top:1rem;padding:1.5rem}.success-box h3{margin-bottom:1rem;font-size:1.2rem;font-weight:600}.resend-link{text-align:center;margin-top:1rem;font-size:.9rem}.text-btn{color:#333;cursor:pointer;background:0 0;border:none;font-size:.9rem;text-decoration:underline}.login-container{background-color:#f5f5f5;justify-content:center;align-items:center;min-height:80vh;padding:2rem;display:flex}.login-card{background:#fff;border-radius:8px;width:100%;max-width:400px;padding:3rem 2rem;box-shadow:0 4px 6px #0000001a}.login-title{text-align:center;color:#333;margin-bottom:2rem;font-size:1.5rem;font-weight:600}.login-error{color:#991b1b;text-align:center;background-color:#fee2e2;border-radius:4px;margin-bottom:1.5rem;padding:.75rem;font-size:.9rem}.login-form .form-group{margin-bottom:1.5rem}.login-form label{color:#555;margin-bottom:.5rem;font-size:.9rem;display:block}.login-form input{border:1px solid #ddd;border-radius:4px;width:100%;padding:.75rem;font-size:1rem}.login-form input:focus{border-color:var(--color-primary);outline:none}.login-button{background-color:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:4px;width:100%;padding:.75rem;font-size:1rem;font-weight:600;transition:background-color .2s}.login-button:hover{background-color:#a37233}.login-button:disabled{cursor:not-allowed;background-color:#ccc}.manager-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.manager-header h3{color:#333;margin:0;font-size:1.25rem}.btn-add{background-color:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;transition:background-color .2s;display:flex}.btn-add:hover{background-color:#a37233}.table-responsive{overflow-x:auto}.products-table{border-collapse:collapse;text-align:left;width:100%}.products-table th,.products-table td{vertical-align:middle;border-bottom:1px solid #eee;padding:1rem}.products-table th{color:#555;white-space:nowrap;background-color:#f8f9fa;font-weight:600}.table-img{object-fit:cover;border-radius:4px;width:50px;height:50px}.table-img-placeholder{color:#999;background-color:#eee;border-radius:4px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.badge{color:#475569;background-color:#e2e8f0;border-radius:12px;padding:.25rem .5rem;font-size:.8rem;font-weight:600}.actions-cell{gap:.5rem;display:flex}.btn-icon{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.btn-icon.edit{color:#0284c7}.btn-icon.edit:hover{background-color:#e0f2fe}.btn-icon.delete{color:#dc2626}.btn-icon.delete:hover{background-color:#fee2e2}.admin-modal{max-width:600px;max-height:90vh;overflow-y:auto}.admin-form .form-row{gap:1rem;display:flex}.admin-form .form-row .form-group{flex:1}.admin-form .form-group{margin-bottom:1.25rem}.admin-form label{color:#444;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.admin-form input,.admin-form select,.admin-form textarea{border:1px solid #ddd;border-radius:4px;width:100%;padding:.75rem;font-family:inherit}.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus{border-color:var(--color-primary);outline:none}.help-text{color:#666;margin-top:.25rem;font-size:.8rem}.modal-actions{border-top:1px solid #eee;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.btn-cancel{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;padding:.75rem 1.5rem;font-weight:600;transition:background-color .2s}.btn-cancel:hover{background-color:#f5f5f5}.btn-save{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.75rem 1.5rem;font-weight:600;transition:background-color .2s}.btn-save:hover{background-color:#a37233}.btn-save:disabled,.btn-cancel:disabled{opacity:.7;cursor:not-allowed}.order-manager-container{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a}.order-manager-container h2{color:#1f2937;margin-bottom:1.5rem;font-size:1.5rem}.orders-table-wrapper{overflow-x:auto}.orders-table{border-collapse:collapse;width:100%;min-width:700px}.orders-table th,.orders-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:1rem}.orders-table th{color:#4b5563;text-transform:uppercase;letter-spacing:.05em;background:#f9fafb;font-size:.75rem;font-weight:600}.badge{text-transform:capitalize;border-radius:9999px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-warning{color:#854d0e;background:#fef08a}.badge-info{color:#1e40af;background:#bfdbfe}.badge-primary{color:#5b21b6;background:#ddd6fe}.badge-success{color:#166534;background:#bbf7d0}.badge-danger{color:#991b1b;background:#fecaca}.btn-view{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;align-items:center;gap:.25rem;padding:.35rem .75rem;font-size:.85rem;transition:all .2s;display:inline-flex}.btn-view:hover{background:#e5e7eb}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:8px;flex-direction:column;width:100%;max-width:600px;max-height:90vh;display:flex;overflow-y:auto}.modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.modal-header h3{margin:0;font-size:1.25rem}.btn-close{cursor:pointer;color:#6b7280;background:0 0;border:none}.modal-body{padding:1.5rem}.modal-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (width<=600px){.modal-grid{grid-template-columns:1fr}}.info-block{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:1rem}.info-block h4{color:#4b5563;text-transform:uppercase;letter-spacing:.05em;margin-top:0;margin-bottom:.75rem;font-size:.9rem}.info-block p{color:#1f2937;margin:.25rem 0;font-size:.9rem}.products-list{margin:0 0 1rem;padding:0;list-style:none}.products-list li{border-bottom:1px dashed #d1d5db;justify-content:space-between;padding:.5rem 0;font-size:.9rem;display:flex}.products-list li:last-child{border-bottom:none}.order-totals{text-align:right;border-top:1px solid #e5e7eb;padding-top:1rem}.order-totals p{color:#4b5563;margin:.25rem 0;font-size:.9rem}.order-totals h4{color:#111827;margin:.5rem 0 0;font-size:1.1rem}.status-actions{flex-wrap:wrap;gap:.5rem;display:flex}.btn-status{cursor:pointer;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:4px;padding:.4rem .75rem;font-size:.85rem;font-weight:500;transition:all .2s}.btn-status:hover{background:#f3f4f6}.btn-status.active{color:#fff;background:#3b82f6;border-color:#2563eb}.btn-status.btn-danger.active{background:#ef4444;border-color:#dc2626}.product-form-container{max-width:1200px;min-height:100vh;font-family:var(--font-family);color:#333;background-color:#f8f9fa;margin:0 auto;padding:2rem}.pf-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.pf-back-btn{cursor:pointer;color:#555;background:0 0;border:none;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.pf-back-btn:hover{color:#000}.pf-header-actions{gap:1rem;display:flex}.pf-cancel-btn{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:4px;padding:.5rem 1rem;font-weight:600}.pf-save-btn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.5rem 1.5rem;font-weight:600}.pf-save-btn:disabled{opacity:.7;cursor:not-allowed}.pf-layout{grid-template-columns:2fr 1fr;align-items:start;gap:2rem;display:grid}@media (width<=900px){.pf-layout{grid-template-columns:1fr}}.pf-main-column,.pf-side-column{flex-direction:column;gap:1.5rem;display:flex}.pf-card{background:#fff;border:1px solid #eaeaea;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.pf-card h3{color:#222;margin:0 0 1.5rem;font-size:1.1rem;font-weight:600}.pf-form-group{margin-bottom:1rem}.pf-form-group label{color:#444;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.pf-form-group input[type=text],.pf-form-group input[type=number],.pf-form-group input[type=url],.pf-form-group textarea{border:1px solid #d1d5db;border-radius:4px;width:100%;padding:.75rem;font-family:inherit;font-size:.95rem}.pf-form-group input:focus,.pf-form-group textarea:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 2px #b58e5533}.pf-grid-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.pf-grid-4{grid-template-columns:1fr 1fr 1fr 1fr;gap:1rem;display:grid}.pf-help-text{color:#64748b;margin-top:.25rem;font-size:.8rem;display:block}.pf-divider{border:0;border-top:1px solid #eaeaea;margin:1.5rem 0}.pf-checkbox-group,.pf-radio-group label{color:#333;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;display:flex}.pf-readonly-box{color:#0f172a;background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:.75rem;font-weight:600}.pf-ai-btn{color:#0284c7;cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;font-size:.8rem;font-weight:600;display:flex}.pf-image-upload-area{text-align:center;cursor:pointer;background-color:#f8fafc;border:2px dashed #cbd5e1;border-radius:8px;padding:2rem;transition:background-color .2s}.pf-image-upload-area:hover{background-color:#f1f5f9}.pf-upload-label{color:#64748b;cursor:pointer;flex-direction:column;align-items:center;gap:.5rem;display:flex}.pf-image-preview-list{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.pf-image-preview{border:1px solid #ddd;border-radius:6px;width:80px;height:80px;position:relative;overflow:hidden}.pf-image-preview img{object-fit:cover;width:100%;height:100%}.pf-image-preview button{color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:4px;right:4px}.pf-mod-btn{cursor:pointer;color:#334155;background:#e2e8f0;border:1px solid #cbd5e1;border-radius:4px;padding:.25rem .75rem;font-size:.8rem;font-weight:600}.pf-mod-btn:hover{background:#cbd5e1}.pf-variant-add{gap:.5rem;margin-bottom:1rem;display:flex}.pf-variant-add input{border:1px solid #ddd;border-radius:4px;flex:1;padding:.5rem}.pf-variant-add button{cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:4px;align-items:center;gap:.25rem;padding:.5rem 1rem;display:flex}.pf-variant-table{border-collapse:collapse;width:100%;font-size:.9rem}.pf-variant-table th{text-align:left;color:#666;border-bottom:2px solid #eee;padding:.5rem}.pf-variant-table td{border-bottom:1px solid #eee;padding:.5rem}.pf-variant-table input{border:1px solid #ddd;width:80px;padding:.25rem}.pf-text-danger{color:#dc2626;cursor:pointer;background:0 0;border:none}.settings-container{background-color:#f8fafc;max-width:800px;min-height:100vh;margin:0 auto;padding:2rem}.settings-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.settings-header h2{color:#1e293b;margin:0;font-size:1.5rem}.settings-back-btn{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-weight:500;display:inline-flex}.settings-save-btn{color:#fff;cursor:pointer;background-color:#f7a072;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-weight:600;transition:background-color .2s;display:inline-flex}.settings-save-btn:hover{background-color:#e58a5c}.settings-save-btn:disabled{opacity:.7;cursor:not-allowed}.settings-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px #0000000d}.settings-card h3{color:#0f172a;margin-top:0;margin-bottom:.5rem}.settings-help{color:#64748b;margin-bottom:1.5rem;font-size:.9rem}.settings-form-group{flex-direction:column;margin-bottom:1.5rem;display:flex}.settings-form-group label{color:#334155;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.settings-form-group input,.settings-form-group textarea{border:1px solid #cbd5e1;border-radius:6px;padding:.8rem;font-family:inherit;font-size:1rem}.settings-form-group input:focus,.settings-form-group textarea:focus{border-color:#f7a072;outline:none;box-shadow:0 0 0 3px #f7a07233}.settings-hint{color:#94a3b8;margin-top:.4rem;font-size:.8rem}
