:root{--accent: #0f1724;--accent-2: #0ea5a2;--bg: #f8fafc;--surface: #ffffff;--muted: #6b6f76;--text: #111827;--secondary: #0b2433;--support: #eafaf9;--border: rgba(17,24,39,.04);--footer-bg: #061220;--footer-text: #ffffff;--footer-muted: rgba(255,255,255,.78);--danger: #dc2626}*{box-sizing:border-box}body{margin:0;font-family:Times New Roman,Times,serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.site-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#fff;border-bottom:2px solid var(--accent);position:sticky;top:0;z-index:20;box-shadow:0 2px 8px #0000001a}.brand{display:flex;gap:12px;align-items:center;cursor:pointer}.logo-image{width:64px;height:64px;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:1px solid #e0e0e0}.logo-image img{width:100%;height:100%;object-fit:contain;border-radius:8px}.brand-title{font-weight:700}.brand-sub{font-size:12px;color:var(--muted);margin-top:-4px}.nav{display:flex;gap:14px;align-items:center}.nav-link{text-decoration:none;color:var(--muted);font-weight:600}.nav-link:hover{color:var(--accent)}main{padding:0 20px 20px;max-width:1100px;margin:0 auto}.hero{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:0;padding:12px 0;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:none}.hero-inner{max-width:1100px;margin:0 auto;padding:20px 26px;border-radius:16px;background:linear-gradient(180deg,#0f17240a,#eafaf999);box-shadow:0 12px 40px #1f141e0f;display:grid;grid-template-columns:1fr 520px;gap:20px;align-items:center;position:relative;overflow:visible}@media (max-width:900px){.hero-inner{grid-template-columns:1fr;padding:22px}}.hero-content{position:relative;z-index:2;padding:8px 10px}.hero-content h1{background:none;-webkit-background-clip:initial;-webkit-text-fill-color:initial;background-clip:initial;color:inherit;text-shadow:none}.hero-content .crown{display:inline-flex;align-items:center;margin-right:12px;vertical-align:middle;transform:translateY(-2px);filter:drop-shadow(0 2px 6px rgba(184,134,11,.18))}.logo-heading{position:relative;display:block;line-height:1;margin:0}.logo-heading .title-svg{width:100%;height:260px;max-height:320px;display:block}.logo-heading .svg-title{font-family:Times New Roman,Times,serif;font-size:220px;font-weight:700;letter-spacing:.2px;fill:var(--accent);filter:drop-shadow(0 8px 26px rgba(0,0,0,.14))}@media (min-width:1800px){.logo-heading .title-svg{height:320px}.logo-heading .svg-title{font-size:260px}}@media (max-width:1400px){.logo-heading .title-svg{height:220px}.logo-heading .svg-title{font-size:200px}}@media (max-width:1200px){.logo-heading .title-svg{height:160px}.logo-heading .svg-title{font-size:140px}}@media (max-width:900px){.logo-heading .title-svg{height:110px}.logo-heading .svg-title{font-size:84px}}@media (max-width:420px){.logo-heading .title-svg{height:76px}.logo-heading .svg-title{font-size:56px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@keyframes shimmer{0%{transform:translate(-160%) skew(-12deg)}to{transform:translate(160%) skew(-12deg)}}.hero-content h1:after{display:none!important}@media (prefers-reduced-motion: reduce){.hero-content h1:after{animation:none;opacity:.25}}.lead{color:var(--text);margin:2px 0 6px;font-style:italic;background:var(--support);padding:8px 12px;border-radius:8px;display:inline-block;box-shadow:0 6px 18px #1f141e0a;border:1px solid rgba(0,0,0,.03)}.hero-ctas{display:flex;gap:10px;margin-top:4px;align-items:center;justify-content:center}.button{border:0;padding:10px 18px;border-radius:999px;cursor:pointer;font-weight:700;transition:transform .18s ease,box-shadow .18s ease}.button.primary{background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#fff;box-shadow:0 10px 26px #0ea5a229;border:none}.button.primary:hover{transform:translateY(-3px);box-shadow:0 16px 46px #d95f9b38}.button.ghost{background:transparent;border:1px solid rgba(217,95,155,.18);color:var(--accent)}.hero-image{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 18px 60px #1f141e14}.hero-image img{width:100%;height:420px;object-fit:cover;display:block;transform:scale(1.02);transition:transform .45s cubic-bezier(.2,.9,.25,1)}.hero-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#fff0,#0b08060a);pointer-events:none}.hero-image:hover img{transform:scale(1.05)}.hero .sparkle{position:absolute;width:6px;height:6px;border-radius:50%;background:#ffffffe6;box-shadow:0 0 10px #fff2c8f2;opacity:0;pointer-events:none}.hero .sparkle.s1{left:12%;top:22%;animation:pop 2.4s infinite .2s}.hero .sparkle.s2{left:45%;top:6%;animation:pop 3.2s infinite .6s}.hero .sparkle.s3{left:78%;top:32%;animation:pop 3s infinite 1.1s}@keyframes pop{0%{transform:scale(.2);opacity:0}40%{transform:scale(1.1);opacity:1}to{transform:scale(1.4);opacity:0}}@media (max-width:900px){.hero{grid-template-columns:1fr;padding:22px}.hero-image img{height:260px}.hero-content h1{font-size:34px}.hero-image{order:2}}.features{margin-top:34px;padding:20px;background:#fff;border-radius:8px;border:1px solid #e0e0e0}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-top:12px}.feature{padding:12px;border-radius:4px;background:#f9f9f9;border:1px solid #e0e0e0}.site-footer{background:var(--footer-bg);color:var(--footer-text);padding:40px 20px;border-top:1px solid rgba(241,245,249,.06);margin-top:20px}.site-footer .footer-inner{display:flex;gap:28px;align-items:flex-start;justify-content:space-between;max-width:1100px;margin:0 auto;flex-wrap:wrap}.site-footer .footer-col{flex:1;min-width:180px}.site-footer .footer-brand .brand-title{font-weight:700;font-size:20px;color:var(--footer-text)}.site-footer .brand-sub,.site-footer .footer-desc{color:var(--footer-muted);margin-top:6px;font-size:13px}.site-footer .footer-links h4,.site-footer .footer-contact h4{color:var(--footer-text);margin:0 0 8px;font-size:14px}.site-footer .footer-links ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.site-footer a{color:var(--footer-text);text-decoration:none}.site-footer a:hover{text-decoration:underline}.footer-social{margin-top:12px;display:flex;gap:10px}.social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#ffffff08;color:inherit}.social-icon{opacity:.92}.footer-legal{border-top:1px solid rgba(241,245,249,.06);margin-top:20px;padding-top:14px;text-align:center;color:var(--footer-muted);font-size:13px}@media (max-width:700px){.site-footer .footer-inner{flex-direction:column;align-items:stretch;padding:0 12px}.site-footer .footer-col{text-align:left}.footer-legal{padding:18px 12px}}@media (max-width:900px){.hero-inner{grid-template-columns:1fr;padding:22px}.hero-image img{height:260px}}.landing-minimal{padding:28px 20px;max-width:1100px;margin:0 auto}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:20px}.category-card{background:#fff;border-radius:14px;overflow:hidden;border:1px solid rgba(31,20,30,.04);box-shadow:0 14px 40px #1f141e0f;display:flex;flex-direction:column;align-items:stretch}.category-image{height:190px;overflow:hidden;background:linear-gradient(180deg,#eafaf999,#ffffff80);display:flex;align-items:center;justify-content:center}.category-image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:6px;filter:contrast(1.02) saturate(1.02)}.testimonial{max-width:780px;margin:18px auto 6px;background:linear-gradient(90deg,#fff9,#eafaf966);padding:14px 18px;border-radius:12px;box-shadow:0 10px 30px #1f141e0a;text-align:center}.testimonial p{margin:0;color:var(--secondary);font-style:italic}.testimonial .author{margin-top:8px;color:var(--muted);font-size:13px}.category-body{padding:12px 14px;display:flex;flex-direction:column;gap:8px}.category-title{margin:0;font-size:18px}.category-sub{margin:0;color:var(--muted);font-size:13px}.landing-cta{margin-top:8px}@media (max-width:900px){.category-grid{grid-template-columns:repeat(1,1fr)}.category-image{height:220px}}.landing-hero{position:relative;padding:34px 0 18px;text-align:center;overflow:hidden}.landing-hero-background{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:-1}.hero-bg-image{width:100%;height:100%;object-fit:cover;opacity:.3}.landing-hero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#f8fafcd9;z-index:0}.landing-hero-inner{max-width:920px;margin:0 auto;position:relative;z-index:1}.landing-hero h1{font-family:Times New Roman,Times,serif;font-size:40px;margin:0;color:var(--secondary);letter-spacing:.4px}.landing-intro{margin:8px 0 0;color:var(--secondary);font-weight:700;font-size:15px}.landing-tag{color:var(--muted);margin-top:8px}.hero-ojaja{font-family:Times New Roman,Times,serif;font-size:72px;line-height:1;margin:0;color:var(--secondary);letter-spacing:.6px;position:relative;display:inline-flex;align-items:center}.hero-ojaja{background:linear-gradient(90deg,var(--accent) 0%,var(--accent-2) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 12px 30px rgba(15,23,36,.06)}.hero-royal{font-family:Times New Roman,Times,serif;font-size:22px;margin:6px 0 0;color:var(--muted);font-weight:700}.hero-desc{margin:10px 0 0;color:var(--muted);font-size:14px;letter-spacing:.6px}.hero-desc .sep{margin:0 8px;color:#0000002e}@media (max-width:1100px){.hero-ojaja{font-size:84px}}@media (max-width:800px){.hero-ojaja{font-size:48px}.hero-royal{font-size:18px}.hero-desc{font-size:13px}}.hero-crown{display:inline-flex;margin-right:12px;transform:translateY(6px);filter:drop-shadow(0 6px 18px rgba(0,0,0,.12))}.category-card{transition:transform .22s ease,box-shadow .22s ease}.category-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #10101014}.category-image{border-bottom:1px solid #f3f2ee}.category-image img{transition:transform .6s cubic-bezier(.2,.9,.25,1);transform-origin:center}.category-card:hover .category-image img{transform:scale(1.05)}.button.primary{padding:8px 12px;border-radius:999px}.button.ghost{padding:8px 12px;border-radius:999px;border:1px solid rgba(0,0,0,.06);background:transparent;color:var(--secondary)}.promo-popup{position:fixed;right:18px;bottom:90px;width:360px;max-width:92vw;border-radius:12px;background:#fff;border:1px solid #eee;box-shadow:0 18px 50px #0808081f;z-index:1400}.promo-inner{display:flex;gap:12px;padding:12px}.promo-close{position:absolute;right:6px;top:6px;border:0;background:transparent;font-size:20px;cursor:pointer}.promo-media{width:120px;height:100px;flex:0 0 120px;overflow:hidden;border-radius:8px;background:#faf9f6}.promo-media img{width:100%;height:100%;object-fit:cover}.promo-body h4{margin:0 0 6px;font-size:15px}.promo-text{margin:0 0 8px;color:var(--muted);font-size:13px}.promo-actions{display:flex;gap:8px}.chatbot-root{position:fixed;right:18px;bottom:18px;z-index:1500}.chatbot-toggle{width:56px;height:56px;border-radius:999px;background:var(--accent);color:#fff;border:0;font-size:20px;cursor:pointer;box-shadow:0 8px 22px #0000002e}.chatbot-panel{width:320px;max-width:90vw;background:#fff;border:1px solid #eee;border-radius:12px;padding:12px;margin-bottom:8px;box-shadow:0 18px 50px #0808081f}.chatbot-list{display:flex;flex-direction:column;gap:10px;margin-top:8px}.chatbot-item{display:flex;gap:8px;align-items:center}.chatbot-item img{width:56px;height:56px;object-fit:cover;border-radius:6px}.chatbot-meta{flex:1}.chatbot-name{font-weight:700}.chatbot-price{color:var(--accent);font-size:13px}.chatbot-actions{display:flex;flex-direction:column;gap:8px}.chatbot-actions .button{padding:6px 8px}.product-section{margin-top:22px}.product-tools{display:flex;gap:12px;align-items:center;margin-bottom:12px}.product-grid.dense{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.carousel{position:relative;overflow:hidden;background:#fff;padding:12px;border-radius:10px;border:1px solid #f0f0f5}.carousel-track{display:flex;transition:transform .45s ease}.carousel-page{min-width:100%;display:flex;gap:12px;align-items:stretch}.carousel-item{flex:0 0 calc(100% / var(--perPage, 6))}.carousel-prev,.carousel-next{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #eee;padding:8px;border-radius:8px;cursor:pointer}.carousel-prev{left:8px}.carousel-next{right:8px}.carousel-dots{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:8px}.carousel-dots .dot{width:8px;height:8px;border-radius:999px;background:#ddd;border:0}.carousel-dots .dot.active{background:var(--accent)}@media (max-width:900px){.carousel-item{flex:0 0 50%}}@media (max-width:600px){.carousel-item{flex:0 0 100%}}.checkout-grid{display:grid;grid-template-columns:1fr 320px;gap:20px;align-items:start}.cart-list{background:#fff;padding:12px;border-radius:8px;border:1px solid #eee}.cart-item{display:flex;gap:12px;align-items:center;padding:10px;border-bottom:1px solid #f2f2f2}.cart-item:last-child{border-bottom:none}.cart-image{width:64px;height:64px;flex:0 0 64px;overflow:hidden;border-radius:6px}.cart-image img{width:100%;height:100%;object-fit:cover}.cart-body{flex:1}.cart-name{font-weight:700;margin-bottom:6px}.cart-meta{color:var(--muted)}.cart-price{font-size:13px;color:var(--muted);margin-top:6px}.cart-line{font-weight:700;color:var(--accent)}.checkout-summary{background:#fff;padding:14px;border-radius:8px;border:1px solid #eee}.shipping-form .input{width:100%;padding:8px;border:1px solid #eaeaea;border-radius:6px}.form-error{color:#c0392b;font-size:12px;margin-top:6px}.muted{color:var(--muted);font-size:13px}.product-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.product-grid.dense{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.card.product-card{display:flex;flex-direction:column;background:#fff;border-radius:4px;box-shadow:0 2px 8px #0000001a;overflow:visible;border:1px solid #e0e0e0}.card.product-card .image-wrap{height:220px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f5f5f5;cursor:pointer}.card.product-card .image-wrap>img{width:100%;height:100%;object-fit:cover;display:block}.card-body{padding:12px}.product-desc{margin-top:8px;color:#444;font-size:13px;line-height:1.33;display:-webkit-box;display:block;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity .22s ease}.modal-overlay.closing{opacity:0;pointer-events:none}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080}.modal-card{position:relative;background:#fff;border-radius:8px;max-width:920px;width:calc(100% - 48px);max-height:80vh;overflow:auto;z-index:1201;box-shadow:0 12px 40px #00000040;transform:translateY(0);opacity:1;transition:transform .22s ease,opacity .22s ease}.modal-overlay.closing .modal-card{transform:translateY(8px);opacity:0}.modal-close{position:absolute;right:8px;top:8px;border:0;background:transparent;font-size:26px;line-height:1;cursor:pointer}.modal-body{display:flex;gap:18px;padding:20px}.modal-gallery img{max-width:720px;max-height:80vh;object-fit:contain;border-radius:4px;cursor:zoom-in}.modal-gallery{position:relative}.modal-image-scroll{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;width:100%;height:400px;gap:12px;padding:8px;background:#f9f9f9;border-radius:6px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.modal-image-scroll::-webkit-scrollbar{height:6px}.modal-image-scroll::-webkit-scrollbar-track{background:transparent}.modal-image-scroll::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.modal-image-scroll::-webkit-scrollbar-thumb:hover{background:#999}.modal-image-scroll img{flex-shrink:0;height:100%;width:auto;max-width:600px;object-fit:contain;cursor:zoom-in;border-radius:4px;transition:transform .2s ease}.modal-image-scroll img:hover{transform:scale(1.02)}.image-grid{display:grid;gap:10px;width:100%;height:400px}.image-grid.grid-1x1{grid-template-rows:1fr;grid-template-columns:1fr}.image-grid.grid-1x2{grid-template-rows:1fr;grid-template-columns:repeat(2,1fr)}.image-grid.grid-1x3{grid-template-rows:1fr;grid-template-columns:repeat(3,1fr)}.image-grid.grid-2x2{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr)}.image-grid.grid-2x3{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr)}.image-grid.grid-3x3{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr)}.image-grid img{width:100%;height:100%;object-fit:cover;cursor:zoom-in;border-radius:4px}.image-nav{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;padding:10px;border-radius:50%;cursor:pointer;font-size:18px;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.image-nav.prev{left:10px}.image-nav.next{right:10px}.image-nav:hover{background:#000000b3}.image-indicators{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:8px}.indicator{width:8px;height:8px;border-radius:50%;background:#ccc;cursor:pointer}.indicator.active{background:var(--accent)}.modal-info{flex:1}.modal-info .price{font-weight:700;margin-top:6px}.modal-info .short-desc{margin-top:12px;color:#444}.modal-actions{display:flex;gap:8px;margin-top:16px}.button.secondary{background:#eee;border:1px solid #ddd;color:#222;padding:8px 12px;border-radius:6px;text-decoration:none;display:inline-flex;align-items:center}.zoom-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;background:#000000f2;display:flex;align-items:center;justify-content:center;cursor:zoom-out;animation:fadeIn .15s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@keyframes fadeIn{0%{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.zoomed-image{max-width:90vw;max-height:90vh;object-fit:contain;animation:popOut .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 20px 60px #0009,0 0 1px #ffffff1a;border-radius:8px}@keyframes popOut{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}.qty-controls{display:flex;align-items:center;gap:8px}.qty-btn{background:#f5f5f5;border:1px solid #e8e8e8;padding:6px 10px;border-radius:6px;cursor:pointer}.qty-btn:hover{background:#eef}.qty{min-width:22px;text-align:center;display:inline-block}.summary-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px dashed #f0f0f0}.summary-total{display:flex;justify-content:space-between;padding:12px 0;font-weight:800;font-size:18px}@media (max-width:900px){.checkout-grid{grid-template-columns:1fr}}.product-card{padding:8px;border-radius:8px;background:#fff;border:1px solid #eee;display:flex;flex-direction:column}.product-card .image-wrap{width:100%;height:140px;overflow:hidden;border-radius:6px;margin-bottom:8px;display:flex;align-items:center;justify-content:center;position:relative;background:#f9f9f9}.product-card .image-scroll{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;width:100%;height:100%;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:6px;padding:0 4px}.product-card .image-scroll::-webkit-scrollbar{height:4px}.product-card .image-scroll::-webkit-scrollbar-track{background:transparent}.product-card .image-scroll::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.product-card .image-scroll::-webkit-scrollbar-thumb:hover{background:#999}.product-card .image-scroll img{width:130px;height:100%;object-fit:cover;flex-shrink:0;border-radius:4px;cursor:zoom-in;transition:transform .2s ease}.product-card .image-scroll img:hover{transform:scale(1.05)}.card-body{display:flex;flex-direction:column;gap:6px}.product-name{font-size:13px;margin:0;line-height:1.1;height:36px;overflow:hidden}.product-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.price{color:var(--accent)}.add-btn{background:var(--accent);color:#fff;padding:6px 8px;border-radius:4px;border:none;cursor:pointer;font-weight:700}.button.secondary{background:#f0f0f0;border:1px solid #ddd;color:#333;padding:6px 8px;border-radius:4px;cursor:pointer;font-size:14px;transition:background .2s ease}.button.secondary:hover{background:#e0e0e0}.loading-skeleton{width:100%;min-height:400px;display:block}.skeleton-card{padding:8px;border-radius:8px;background:#fff;border:1px solid #eee;display:flex;flex-direction:column}.skeleton-image{width:100%;height:140px;background:#f0f0f0;border-radius:6px;margin-bottom:8px;animation:pulse 1.5s ease-in-out infinite}.skeleton-body{display:flex;flex-direction:column;gap:6px}.skeleton-title{height:16px;background:#f0f0f0;border-radius:4px;animation:pulse 1.5s ease-in-out infinite}.skeleton-text{height:12px;background:#f0f0f0;border-radius:4px;animation:pulse 1.5s ease-in-out infinite;width:80%}.skeleton-price{height:14px;background:#f0f0f0;border-radius:4px;animation:pulse 1.5s ease-in-out infinite;width:50%}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.product-page-skeleton{display:grid;grid-template-columns:520px 1fr;gap:20px;align-items:start}.skeleton-main-image{width:100%;height:420px;background:#f0f0f0;border-radius:8px;animation:pulse 1.5s ease-in-out infinite}.skeleton-thumbs{display:flex;gap:8px}.skeleton-thumb{width:72px;height:72px;background:#f0f0f0;border-radius:6px;animation:pulse 1.5s ease-in-out infinite;flex:0 0 72px}.skeleton-info{display:flex;flex-direction:column;gap:12px}.skeleton-button{width:160px;height:40px;background:#f0f0f0;border-radius:8px;animation:pulse 1.5s ease-in-out infinite}.skeleton-text.short{width:60%}@media (max-width:900px){.product-page-skeleton{grid-template-columns:1fr}.skeleton-main-image{height:260px}.skeleton-thumb{width:56px;height:56px;flex:0 0 56px}}.search-form{flex:1;display:flex;justify-content:center;align-items:center;gap:8px;margin:0 12px}.search-input{width:380px;max-width:40vw}.search-btn{background:var(--accent);color:#fff;border:0;padding:8px 10px;border-radius:8px;cursor:pointer;font-weight:700}.search-btn:hover{opacity:.95}.search-clear{background:transparent;border:0;color:var(--muted);font-size:14px;cursor:pointer;padding:6px;border-radius:6px}.search-clear:hover{color:var(--accent)}.cart-btn{position:relative;background:transparent;border:0;font-size:20px;cursor:pointer}.cart-badge{position:absolute;top:-6px;right:-8px;background:#ff4d4f;color:#fff;font-size:12px;padding:3px 6px;border-radius:999px}.hero-compact .hero-inner{grid-template-columns:1fr 320px}@media (max-width:900px){.search-input{width:180px}.hero-compact{grid-template-columns:1fr}}.dashboard{min-height:100vh;background:var(--bg)}.dashboard-header{background:var(--surface);padding:1rem 2rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.dashboard-header h1{margin:0;color:var(--text)}.dashboard-nav{background:var(--surface);border-bottom:1px solid #e5e7eb;padding:0 2rem;display:flex;gap:2rem}.nav-tab{padding:1rem 0;border-bottom:2px solid transparent;cursor:pointer;color:var(--muted);font-weight:500;transition:all .2s}.nav-tab.active{color:var(--accent-2);border-bottom-color:var(--accent-2)}.dashboard-content{padding:2rem;max-width:1400px;margin:0 auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:var(--surface);padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.stat-card h3{margin:0 0 .5rem;color:var(--muted);font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:2rem;font-weight:700;color:var(--text)}.stat-value.warning{color:#f59e0b}.dashboard-sections{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.section{background:var(--surface);padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.section h3{margin:0 0 1rem;color:var(--text)}.inventory-management{background:var(--surface);border-radius:8px;box-shadow:0 1px 3px #0000001a}.inventory-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.inventory-controls{display:flex;gap:1rem;align-items:center}.inventory-table{width:100%}.table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr;gap:1rem;padding:1rem 1.5rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-weight:600;color:var(--text)}.table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;align-items:center}.product-info{display:flex;align-items:center;gap:.75rem}.product-thumb{width:40px;height:40px;object-fit:cover;border-radius:4px}.stock-status{padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500}.stock-status.in-stock{background:#dcfce7;color:#166534}.stock-status.low-stock{background:#fef3c7;color:#92400e}.stock-status.out-of-stock{background:#fee2e2;color:#991b1b}.actions{display:flex;gap:.5rem}.button.small{padding:.25rem .5rem;font-size:.8rem}.order-management{background:var(--surface);border-radius:8px;box-shadow:0 1px 3px #0000001a}.order-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.orders-grid{display:grid;grid-template-columns:1fr 2fr;min-height:600px}.orders-list{border-right:1px solid #e5e7eb;max-height:600px;overflow-y:auto}.order-card{padding:1rem;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:background .2s}.order-card:hover,.order-card.selected{background:#f9fafb}.order-summary{display:flex;justify-content:space-between;align-items:center}.order-customer{color:var(--muted);font-size:.9rem}.order-amount{font-weight:600}.order-status{padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500}.status-completed{background:#dcfce7;color:#166534}.status-pending{background:#fef3c7;color:#92400e}.status-cancelled{background:#fee2e2;color:#991b1b}.order-details{padding:1.5rem;max-height:600px;overflow-y:auto}.order-detail-view h3{margin:0 0 1rem}.detail-section{margin-bottom:1.5rem}.detail-section h4{margin:0 0 .5rem;color:var(--text);font-size:1rem}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.order-items{display:flex;flex-direction:column;gap:1rem}.order-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#f9fafb;border-radius:4px}.item-thumb{width:50px;height:50px;object-fit:cover;border-radius:4px}.item-details{flex:1}.summary-row{display:flex;justify-content:space-between;padding:.25rem 0}.summary-row.total{border-top:1px solid #e5e7eb;padding-top:.5rem;font-weight:600}.customer-management{background:var(--surface);border-radius:8px;box-shadow:0 1px 3px #0000001a}.customer-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.customers-grid{display:grid;grid-template-columns:1fr 2fr;min-height:600px}.customers-list{border-right:1px solid #e5e7eb;max-height:600px;overflow-y:auto}.customer-stats{padding:1rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between}.customer-card{padding:1rem;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:background .2s}.customer-card:hover,.customer-card.selected{background:#f9fafb}.customer-info strong{display:block;margin-bottom:.25rem}.customer-email{color:var(--muted);font-size:.9rem}.customer-location{color:var(--muted);font-size:.8rem}.customer-metrics{margin-top:.5rem;font-size:.9rem;color:var(--muted)}.customer-details{padding:1.5rem;max-height:600px;overflow-y:auto}.customer-email-large{color:var(--muted);margin-bottom:1rem}.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.summary-card{background:#f9fafb;padding:1rem;border-radius:4px;text-align:center}.summary-value{font-size:1.5rem;font-weight:600;color:var(--text);display:block}.summary-label{font-size:.8rem;color:var(--muted);margin-top:.25rem}.order-history{max-height:200px;overflow-y:auto}.history-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.history-order{display:flex;flex-direction:column;gap:.25rem}.timeline{position:relative}.timeline-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.timeline-marker{width:12px;height:12px;background:var(--accent-2);border-radius:50%;margin-top:.25rem}.sales-analytics{background:var(--surface);border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.metric-card{background:var(--surface);padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.metric-card h3{margin:0 0 .5rem;color:var(--muted);font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.metric-value{font-size:2rem;font-weight:700;color:var(--text)}.metric-value.positive{color:#10b981}.metric-value.negative{color:#ef4444}.metric-subtitle{font-size:.8rem;color:var(--muted);margin-top:.25rem}.analytics-sections{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.analytics-section{background:var(--surface);padding:1.5rem;border-radius:8px;border:1px solid #e5e7eb}.analytics-section h3{margin:0 0 1rem;color:var(--text)}.chart-placeholder{height:200px;display:flex;align-items:end;justify-content:space-between;gap:.5rem}.monthly-bars{display:flex;align-items:end;justify-content:space-between;width:100%;height:150px}.bar-container{display:flex;flex-direction:column;align-items:center;flex:1}.bar{background:var(--accent-2);border-radius:4px 4px 0 0;min-height:10px;width:100%;display:flex;align-items:end;justify-content:center;color:#fff;font-size:.7rem;padding:.25rem;position:relative}.bar-label{font-size:.7rem;color:var(--muted);margin-top:.5rem;text-align:center}.top-products-list{display:flex;flex-direction:column;gap:.75rem}.product-rank{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#f9fafb;border-radius:4px}.rank-number{font-weight:600;color:var(--accent-2);min-width:30px}.product-details{flex:1}.product-details strong{display:block;margin-bottom:.25rem}.product-details div{font-size:.8rem;color:var(--muted)}.category-breakdown{display:flex;flex-direction:column;gap:.5rem}.category-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#f9fafb;border-radius:4px}.category-name{text-transform:capitalize}.category-revenue{font-weight:600}.category-percentage{color:var(--muted);font-size:.8rem}.performance-metrics{display:flex;flex-direction:column;gap:.75rem}.performance-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#f9fafb;border-radius:4px}.performance-item strong{font-weight:600}.performance-item strong.positive{color:#10b981}.performance-item strong.negative{color:#ef4444}.set-selector{margin:8px 0}.set-select{width:100%;padding:8px 12px;border:1px solid #e0e0e0;border-radius:6px;background:#fff;font-size:13px;color:var(--text);cursor:pointer;transition:border-color .2s,box-shadow .2s}.set-select:hover{border-color:var(--accent-2)}.set-select:focus{outline:none;border-color:var(--accent-2);box-shadow:0 0 0 3px #0ea5a226}.product-meta .set-selector{flex:1;margin:0}.product-meta .set-select{padding:6px 10px;font-size:12px}.modal-info .set-selector{margin:12px 0}.modal-info .set-select{padding:10px 12px;font-size:14px}.product-page .set-selector{margin:12px 0}.product-page .info .set-select{padding:10px 12px;font-size:14px;max-width:300px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-card{background:var(--surface);border-radius:8px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto}.edit-modal{max-width:500px}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--muted)}.modal-close:hover{color:var(--text)}.modal-body{padding:2rem}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.empty-state{padding:2rem;text-align:center;color:var(--muted)}@media (max-width: 768px){.dashboard-nav{flex-wrap:wrap;gap:1rem}.nav-tab{padding:.75rem 0}.dashboard-content{padding:1rem}.stats-grid,.dashboard-sections,.analytics-sections,.orders-grid,.customers-grid{grid-template-columns:1fr}.orders-list,.customers-list{border-right:none;border-bottom:1px solid #e5e7eb;max-height:300px}.table-header,.table-row{grid-template-columns:1fr;gap:.5rem}.info-grid,.summary-grid,.analytics-grid{grid-template-columns:1fr}}.social-share-buttons{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0;padding:12px 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.social-share-btn{width:40px;height:40px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s;color:#fff}.social-share-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.social-share-btn.whatsapp{background:#25d366}.social-share-btn.whatsapp-status{background:linear-gradient(45deg,#25d366,#128c7e)}.social-share-btn.facebook{background:#1877f2}.social-share-btn.twitter{background:#000}.social-share-btn.instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-share-btn.copy-link{background:#6b7280}.share-feedback{background:#e8f5e9;color:#2e7d32;padding:8px 12px;border-radius:6px;font-size:13px;margin-bottom:12px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.social-share-buttons{gap:6px}.social-share-btn{width:36px;height:36px}}.product-page-skeleton{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1000px;margin:0 auto}@media (max-width: 768px){.product-page-skeleton{grid-template-columns:1fr;gap:20px}}.skeleton-gallery{display:flex;flex-direction:column;gap:12px}.skeleton-main-image{width:100%;height:400px;background:#f0f0f0;border-radius:8px;animation:pulse 1.5s ease-in-out infinite}@media (max-width: 768px){.skeleton-main-image{height:300px}}.skeleton-thumbs{display:flex;gap:10px}.skeleton-thumb{width:80px;height:80px;background:#f0f0f0;border-radius:6px;animation:pulse 1.5s ease-in-out infinite}@media (max-width: 768px){.skeleton-thumb{width:60px;height:60px}}.skeleton-info{display:flex;flex-direction:column;gap:16px}.skeleton-title{height:32px;width:80%;background:#f0f0f0;border-radius:6px;animation:pulse 1.5s ease-in-out infinite}.skeleton-price{height:28px;width:40%;background:#f0f0f0;border-radius:6px;animation:pulse 1.5s ease-in-out infinite}.skeleton-text{height:16px;width:100%;background:#f0f0f0;border-radius:4px;animation:pulse 1.5s ease-in-out infinite}.skeleton-text.short{width:70%}.skeleton-button{width:150px;height:44px;background:#f0f0f0;border-radius:8px;animation:pulse 1.5s ease-in-out infinite;margin-top:10px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1000px;margin:0 auto}@media (max-width: 768px){.product-detail{grid-template-columns:1fr;gap:20px}}.gallery{display:flex;flex-direction:column;gap:12px}.main-image{width:100%;height:400px;background:#f5f5f5;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.main-image img{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.main-image{height:300px}}.thumbs{display:flex;gap:10px;overflow-x:auto}.thumbs img{width:80px;height:80px;object-fit:cover;border-radius:6px;cursor:pointer;border:2px solid transparent;transition:border-color .2s;flex-shrink:0}.thumbs img:hover,.thumbs img.active{border-color:var(--accent)}@media (max-width: 768px){.thumbs img{width:60px;height:60px}}.info{display:flex;flex-direction:column;gap:16px}.info h2{margin:0;font-size:28px;color:var(--text)}.info .price{font-size:24px;color:var(--accent);font-weight:700}.info p{margin:0;color:var(--muted);line-height:1.6}.info .add-btn{margin-top:10px;width:150px}.skeleton-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column}.skeleton-image,.skeleton-title,.skeleton-text,.skeleton-price{background:#eee;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);background-size:200% 100%;animation:shimmer 1.5s linear infinite}.skeleton-image{aspect-ratio:1 / 1;width:100%}.skeleton-body{padding:1rem}.skeleton-title{height:1.25rem;width:80%;margin-bottom:.75rem;border-radius:4px}.skeleton-text{height:1rem;width:100%;margin-bottom:.5rem;border-radius:4px}.skeleton-price{height:1.5rem;width:40%;border-radius:4px;margin-top:auto}@keyframes shimmer{to{background-position-x:-200%}}
