*,:before,:after{box-sizing:border-box}body{margin:0}#root{min-height:100vh}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--gold:#c9a96e;--gold-light:#e8d5b0;--gold-dark:#a07840;--rose:#e8b4b8;--cream:#fdf8f3;--dark:#1a1208;--gray:#6b6560;--light-gray:#f5f0eb;--white:#fff;--shadow:0 4px 24px #a078401f;--shadow-lg:0 8px 40px #a078402e;--radius:16px;--radius-sm:8px;--px:1rem;--px-md:1.5rem;--px-lg:2rem;color:var(--dark);font-family:Georgia,serif}body{background:var(--cream);min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}.btn-primary{background:linear-gradient(135deg, var(--gold), var(--gold-dark));color:var(--white);letter-spacing:.4px;border-radius:50px;justify-content:center;align-items:center;padding:11px 24px;font-size:.9rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 16px #a0784059}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #a0784073}.btn-primary:active{transform:translateY(0)}.btn-secondary{border:2px solid var(--gold);color:var(--gold-dark);border-radius:50px;justify-content:center;align-items:center;padding:9px 22px;font-size:.9rem;font-weight:600;transition:background .2s;display:inline-flex}.btn-secondary:hover{background:var(--gold-light)}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--gold-light);background:#fdf8f3ed;position:sticky;top:0}.navbar-inner{max-width:1200px;padding:0 var(--px);justify-content:space-between;align-items:center;gap:1rem;height:60px;margin:0 auto;display:flex}.navbar-logo{color:var(--gold-dark);letter-spacing:1px;flex-shrink:0;font-size:1.3rem;font-weight:700}.logo-icon{color:var(--gold)}.navbar-links{flex:1;justify-content:center;gap:2rem;display:none}.navbar-links a{letter-spacing:.4px;color:var(--gray);font-size:.88rem;transition:color .2s}.navbar-links a:hover{color:var(--gold-dark)}.navbar-right{align-items:center;gap:.5rem;display:flex}.cart-btn{padding:6px;font-size:1.35rem;line-height:1;transition:transform .2s;position:relative}.cart-btn:hover{transform:scale(1.1)}.cart-badge{background:var(--gold-dark);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-family:sans-serif;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.hamburger{flex-direction:column;justify-content:center;gap:5px;width:38px;height:38px;padding:6px;display:flex}.ham-line{background:var(--dark);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}.ham-line.open:first-child{transform:translateY(7px)rotate(45deg)}.ham-line.open:nth-child(2){opacity:0}.ham-line.open:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-overlay{z-index:98;background:#1a120859;position:fixed;inset:0}.mobile-menu{background:var(--cream);border-bottom:1px solid var(--gold-light);z-index:99;padding:0;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:60px;left:0;right:0;transform:translateY(-110%)}.mobile-menu.open{transform:translateY(0)}.mobile-menu ul{flex-direction:column;display:flex}.mobile-menu a{padding:1rem var(--px);color:var(--dark);border-bottom:1px solid var(--gold-light);font-size:1rem;transition:background .15s,color .15s;display:block}.mobile-menu a:last-child{border-bottom:none}.mobile-menu a:hover{background:var(--light-gray);color:var(--gold-dark)}@media (width>=768px){.navbar-inner{padding:0 var(--px-md);height:68px}.navbar-links{display:flex}.hamburger,.mobile-menu{display:none}}@media (width>=1024px){.navbar-inner{padding:0 var(--px-lg)}}.hero-section{max-width:1200px;padding:2rem var(--px);text-align:center;flex-direction:column;align-items:center;gap:1.5rem;margin:0 auto;display:flex}.hero-content{width:100%}.hero-subtitle{letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;font-family:sans-serif;font-size:.7rem}.hero-title{margin-bottom:.75rem;font-size:clamp(1.75rem,8vw,4rem);font-weight:700;line-height:1.15}.hero-highlight{color:var(--gold-dark);font-style:italic}.hero-desc{color:var(--gray);max-width:480px;margin:0 auto 1.25rem;font-size:.9rem;line-height:1.65}.hero-actions{flex-wrap:wrap;justify-content:center;gap:.625rem;margin-bottom:1.5rem;display:flex}.hero-stats{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;display:flex}.stat{flex-direction:column;gap:2px;display:flex}.stat strong{color:var(--gold-dark);font-size:1.2rem}.stat span{color:var(--gray);font-family:sans-serif;font-size:.72rem}.stat-divider{background:var(--gold-light);width:1px;height:32px}.hero-visual{display:none}.hero-blob{background:radial-gradient(circle at 40% 40%, var(--gold-light), var(--rose) 60%, var(--cream));width:320px;height:320px;box-shadow:var(--shadow-lg);border-radius:60% 40% 55% 45%/50% 60% 40% 50%;justify-content:center;align-items:center;display:flex;position:relative}.hero-emoji{font-size:5.5rem}.hero-emoji-sm{font-size:2.2rem;animation:3s ease-in-out infinite float;position:absolute}.hero-emoji-1{animation-delay:0s;top:15%;right:10%}.hero-emoji-2{animation-delay:.8s;top:60%;right:5%}.hero-emoji-3{animation-delay:1.6s;top:10%;left:10%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media (width>=768px){.hero-section{padding:4rem var(--px-md) 3rem;text-align:left;flex-direction:row;gap:3rem;min-height:calc(100svh - 68px)}.hero-subtitle{margin-bottom:.75rem;font-size:.72rem}.hero-title{margin-bottom:1rem;font-size:clamp(2rem,5vw,4rem)}.hero-desc{margin:0 0 1.75rem;font-size:.95rem}.hero-actions{gap:.75rem;margin-bottom:2.5rem}.hero-content{flex:1}.hero-desc{margin:0 0 1.75rem}.hero-actions,.hero-stats{justify-content:flex-start}.hero-visual{flex:1;justify-content:center;align-items:center;display:flex}}@media (width>=1024px){.hero-section{padding:5rem var(--px-lg) 4rem;gap:4rem}.hero-blob{width:360px;height:360px}.hero-emoji{font-size:6rem}}.section-header{text-align:center;margin-bottom:2rem}.section-title{margin-bottom:.3rem;font-size:1.6rem;font-weight:700}.section-subtitle{color:var(--gray);font-size:.9rem}@media (width>=768px){.section-header{margin-bottom:2.5rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}.categories-section{padding:3rem var(--px);background:var(--light-gray)}.categories-grid{grid-template-columns:repeat(2,1fr);gap:.875rem;max-width:1200px;margin:0 auto;display:grid}.category-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:2px solid #0000;flex-direction:column;align-items:center;gap:.4rem;padding:1.5rem .75rem;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.category-card:hover{border-color:var(--gold);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.category-emoji{font-size:2rem}.category-label{color:var(--dark);font-size:.9rem;font-weight:700}.category-count{color:var(--gray);font-family:sans-serif;font-size:.75rem}@media (width>=768px){.categories-section{padding:3.5rem var(--px-md)}.categories-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}.category-card{padding:2rem 1rem}.category-emoji{font-size:2.5rem}.category-label{font-size:1rem}}@media (width>=1024px){.categories-section{padding:4rem var(--px-lg)}}.shop-section{padding:3rem var(--px);max-width:1200px;margin:0 auto}.filter-bar{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:.5rem;margin-bottom:1.75rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.filter-bar::-webkit-scrollbar{display:none}.filter-btn{border:2px solid var(--gold-light);color:var(--gray);white-space:nowrap;border-radius:50px;flex-shrink:0;padding:7px 18px;font-family:sans-serif;font-size:.82rem;transition:all .2s}.filter-btn:hover,.filter-btn.active{background:var(--gold);border-color:var(--gold);color:var(--white);font-weight:600}@media (width>=640px){.filter-bar{flex-wrap:wrap;justify-content:center;overflow-x:visible}.filter-btn{padding:8px 22px;font-size:.85rem}}@media (width>=768px){.shop-section{padding:3.5rem var(--px-md)}.filter-bar{margin-bottom:2.5rem}}@media (width>=1024px){.shop-section{padding:4rem var(--px-lg)}}.products-grid{grid-template-columns:repeat(2,1fr);gap:.875rem;display:grid}.product-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.product-badge{letter-spacing:.4px;text-transform:uppercase;z-index:1;border-radius:50px;padding:3px 9px;font-family:sans-serif;font-size:.65rem;font-weight:700;position:absolute;top:10px;left:10px}.badge-bestseller{background:var(--gold);color:#fff}.badge-new{color:#fff;background:#5ba4a4}.badge-sale{color:#fff;background:#c96e6e}.product-image{background:linear-gradient(135deg, var(--gold-light), var(--rose));justify-content:center;align-items:center;height:130px;display:flex}.product-emoji{font-size:3rem}.product-info{padding:.875rem}.product-category{text-transform:uppercase;letter-spacing:1.2px;color:var(--gold);margin-bottom:.2rem;font-family:sans-serif;font-size:.65rem}.product-name{color:var(--dark);margin-bottom:.3rem;font-size:.88rem;font-weight:700}.product-desc{color:var(--gray);margin-bottom:.75rem;font-size:.75rem;line-height:1.45}.product-footer{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.product-price{color:var(--gold-dark);font-family:sans-serif;font-size:.95rem;font-weight:700}.add-to-cart-btn{background:linear-gradient(135deg, var(--gold), var(--gold-dark));color:#fff;border-radius:50px;flex-shrink:0;padding:6px 12px;font-family:sans-serif;font-size:.75rem;font-weight:600;transition:transform .15s,box-shadow .15s}.add-to-cart-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #a0784066}@media (width>=480px){.product-image{height:155px}.product-emoji{font-size:3.5rem}.product-info{padding:1rem}.product-name{font-size:.95rem}.product-price{font-size:1rem}.add-to-cart-btn{padding:7px 14px;font-size:.8rem}}@media (width>=768px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}.product-image{height:180px}.product-emoji{font-size:4rem}.product-info{padding:1.25rem}.product-badge{padding:4px 10px;font-size:.7rem;top:12px;left:12px}.product-name{font-size:1rem}.product-desc{font-size:.82rem}.product-price{font-size:1.1rem}.add-to-cart-btn{padding:7px 16px;font-size:.82rem}}.cart-overlay{z-index:200;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1a120873;position:fixed;inset:0}.cart-sidebar{background:var(--cream);z-index:201;flex-direction:column;width:100%;height:100dvh;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 40px #00000026}.cart-sidebar.open{transform:translate(0)}@media (width>=480px){.cart-sidebar{width:380px}}.cart-header{padding:1.25rem var(--px);border-bottom:1px solid var(--gold-light);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.cart-header h2{font-size:1.1rem}.cart-close{color:var(--gray);border-radius:4px;justify-content:center;align-items:center;min-width:36px;min-height:36px;padding:6px 10px;font-size:1rem;transition:background .15s;display:flex}.cart-close:hover{background:var(--light-gray)}.cart-empty{color:var(--gray);padding:2rem var(--px);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}.cart-empty-icon{opacity:.5;font-size:3rem}.cart-items{padding:1rem var(--px);flex-direction:column;flex:1;gap:.875rem;display:flex;overflow-y:auto}.cart-item{background:var(--white);border-radius:var(--radius-sm);align-items:center;gap:.625rem;padding:.75rem;display:flex;box-shadow:0 2px 8px #0000000f}.cart-item-emoji{flex-shrink:0;font-size:1.6rem}.cart-item-info{flex-direction:column;flex:1;gap:2px;min-width:0;font-size:.82rem;display:flex}.cart-item-info strong{color:var(--dark);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cart-item-info span{color:var(--gold-dark);font-family:sans-serif;font-weight:600}.cart-item-controls{align-items:center;gap:.375rem;font-family:sans-serif;font-size:.88rem;display:flex}.cart-item-controls button{background:var(--light-gray);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;line-height:1;transition:background .15s;display:flex}.cart-item-controls button:hover{background:var(--gold-light)}.cart-item-remove{color:var(--gray);border-radius:4px;justify-content:center;align-items:center;min-width:28px;min-height:28px;padding:4px 7px;font-size:.7rem;transition:color .15s,background .15s;display:flex}.cart-item-remove:hover{color:#c96e6e;background:#fde8e8}.cart-footer{padding:1.25rem var(--px);border-top:1px solid var(--gold-light);flex-direction:column;flex-shrink:0;gap:.875rem;display:flex}.cart-line{color:var(--gray);justify-content:space-between;font-family:sans-serif;font-size:.85rem;display:flex}.free-tag{color:#5ba4a4;font-style:normal;font-weight:600}.cart-total{justify-content:space-between;align-items:center;font-size:1rem;display:flex}.cart-total strong{color:var(--gold-dark);font-family:sans-serif;font-size:1.15rem}.checkout-btn{width:100%}.cart-note{text-align:center;color:var(--gray);font-family:sans-serif;font-size:.75rem}.step-indicator{padding:.875rem var(--px) 0;flex-shrink:0;justify-content:center;align-items:center;gap:0;display:flex}.step-item{align-items:center;gap:5px;display:flex}.step-circle{border:2px solid var(--gold-light);width:26px;height:26px;color:var(--gray);background:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:sans-serif;font-size:.7rem;font-weight:700;transition:all .2s;display:flex}.step-circle.active{border-color:var(--gold);color:var(--gold-dark);background:var(--gold-light)}.step-circle.done{border-color:var(--gold-dark);background:var(--gold-dark);color:#fff}.step-label{color:var(--gray);white-space:nowrap;font-family:sans-serif;font-size:.68rem}.step-label.active{color:var(--gold-dark);font-weight:600}.step-line{background:var(--gold-light);width:24px;height:2px;margin:0 3px;transition:background .2s}.step-line.done{background:var(--gold-dark)}.checkout-body{padding:1rem var(--px);-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.checkout-step{flex-direction:column;gap:.875rem;display:flex}.step-title{color:var(--dark);margin-bottom:.15rem;font-size:.95rem;font-weight:700}.form-field{flex-direction:column;gap:4px;display:flex}.form-field label{color:var(--gray);text-transform:uppercase;letter-spacing:.4px;font-family:sans-serif;font-size:.72rem;font-weight:600}.form-field input{border:1.5px solid var(--gold-light);border-radius:var(--radius-sm);color:var(--dark);background:var(--white);outline:none;width:100%;padding:11px 13px;font-family:sans-serif;font-size:1rem;transition:border-color .15s}.form-field input:focus{border-color:var(--gold)}.form-field input.input-error{border-color:#c96e6e}.field-error{color:#c96e6e;font-family:sans-serif;font-size:.7rem}.form-row{grid-template-columns:1fr 1fr;gap:.625rem;display:grid}.payment-label{color:var(--gray);text-transform:uppercase;letter-spacing:.4px;font-family:sans-serif;font-size:.72rem;font-weight:600}.payment-methods{flex-direction:column;gap:.625rem;display:flex}.method-card{border:2px solid var(--gold-light);border-radius:var(--radius-sm);background:var(--white);text-align:left;align-items:center;gap:.75rem;width:100%;padding:.875rem;transition:border-color .15s,background .15s;display:flex}.method-card:hover{border-color:var(--gold)}.method-card.selected{border-color:var(--gold-dark);background:#fdf5e8}.method-icon{flex-shrink:0;font-size:1.4rem}.method-card>div{flex:1;min-width:0}.method-card strong{color:var(--dark);font-size:.88rem;display:block}.method-card p{color:var(--gray);margin:2px 0 0;font-family:sans-serif;font-size:.75rem}.method-radio{color:var(--gold-dark);flex-shrink:0;font-size:1rem}.card-form{background:var(--light-gray);border-radius:var(--radius-sm);border:1px solid var(--gold-light);flex-direction:column;gap:.625rem;padding:.875rem;display:flex}.order-summary{background:var(--light-gray);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:.75rem .875rem;font-size:.88rem;display:flex}.order-summary strong{color:var(--gold-dark);font-family:sans-serif;font-size:1.05rem}.step-actions{gap:.625rem;padding-top:.25rem;display:flex}.step-actions .btn-primary{flex:1}.step-actions .btn-secondary{white-space:nowrap;padding:9px 14px;font-size:.82rem}.confirmation{text-align:center;align-items:center}.confirm-icon{color:var(--gold);background:var(--gold-light);border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto;font-size:2rem;display:flex}.confirm-title{font-size:1.3rem;font-weight:700}.confirm-subtitle{color:var(--gray);font-size:.875rem}.confirm-box{background:var(--light-gray);border-radius:var(--radius-sm);flex-direction:column;gap:.5rem;width:100%;padding:.875rem;display:flex}.confirm-row{justify-content:space-between;font-family:sans-serif;font-size:.82rem;display:flex}.confirm-row span{color:var(--gray)}.confirm-row strong{color:var(--dark)}.confirm-items{text-align:left;background:var(--white);border:1px solid var(--gold-light);border-radius:var(--radius-sm);width:100%;color:var(--gray);flex-direction:column;gap:.35rem;padding:.75rem .875rem;font-family:sans-serif;font-size:.82rem;display:flex}.confirm-note{color:var(--gray);font-family:sans-serif;font-size:.75rem}.confirm-close{width:100%}.footer{background:var(--dark);color:#fffc;padding:3rem var(--px) 0}.footer-inner{border-bottom:1px solid #ffffff1a;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto;padding-bottom:2.5rem;display:grid}.footer-brand strong{color:var(--gold-light);font-size:1.2rem}.footer-brand p{max-width:280px;margin-top:.625rem;font-size:.85rem;line-height:1.6}.footer-cols{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.footer-links h4,.footer-newsletter h4{color:var(--gold-light);letter-spacing:1px;text-transform:uppercase;margin-bottom:.875rem;font-size:.8rem}.footer-links ul{flex-direction:column;gap:.5rem;display:flex}.footer-links a{font-size:.85rem;transition:color .2s}.footer-links a:hover{color:var(--gold-light)}.footer-newsletter p{margin-bottom:.875rem;font-size:.85rem;line-height:1.5}.newsletter-form{flex-direction:column;gap:.5rem;display:flex}.newsletter-form input{color:#fff;background:#ffffff14;border:1px solid #fff3;border-radius:50px;outline:none;width:100%;padding:11px 14px;font-family:sans-serif;font-size:1rem}.newsletter-form input::placeholder{color:#fff6}.newsletter-form input:focus{border-color:var(--gold)}.newsletter-form .btn-primary{width:100%}.footer-bottom{text-align:center;color:#fff6;flex-direction:column;gap:.375rem;max-width:1200px;margin:0 auto;padding:1.25rem 0;font-family:sans-serif;font-size:.75rem;display:flex}@media (width>=480px){.newsletter-form{flex-direction:row}.newsletter-form .btn-primary{flex-shrink:0;width:auto;padding:11px 18px}}@media (width>=768px){.footer{padding:3.5rem var(--px-md) 0}.footer-inner{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand{grid-column:span 2}.footer-cols{gap:2.5rem}.footer-bottom{text-align:left;flex-direction:row;justify-content:space-between}}@media (width>=1024px){.footer{padding:4rem var(--px-lg) 0}.footer-inner{grid-template-columns:2fr 1fr 1fr 2fr;gap:3rem}.footer-brand{grid-column:auto}.footer-cols{display:contents}}:root{--adm-sidebar-w:220px;--adm-topbar-h:52px;--adm-bg:#f8f7f5;--adm-surface:#fff;--adm-border:#e8e3dc;--adm-text:#1a1208;--adm-muted:#7a736c;--adm-gold:#c9a96e;--adm-gold-dark:#a07840;--adm-gold-light:#f5edd8;--adm-danger:#c96e6e;--adm-danger-bg:#fde8e8;--adm-radius:10px;--adm-shadow:0 2px 12px #00000012}.adm-shell{background:var(--adm-bg);min-height:100svh;color:var(--adm-text);font-family:system-ui,sans-serif;display:flex}.adm-topbar{height:var(--adm-topbar-h);background:var(--adm-surface);border-bottom:1px solid var(--adm-border);z-index:110;justify-content:space-between;align-items:center;gap:.75rem;padding:0 1rem;display:flex;position:fixed;top:0;left:0;right:0}.adm-topbar-title{color:var(--adm-gold-dark);text-align:center;flex:1;font-size:.95rem;font-weight:700}.adm-menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;display:flex}.adm-back-btn{color:var(--adm-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;padding:6px 0;font-size:.78rem}.adm-back-btn:hover{color:var(--adm-gold-dark)}.adm-menu-btn .ham-line{background:var(--adm-text);transform-origin:50%;border-radius:2px;width:20px;height:2px;transition:transform .22s,opacity .22s;display:block}.adm-menu-btn .ham-line.open:first-child{transform:translateY(7px)rotate(45deg)}.adm-menu-btn .ham-line.open:nth-child(2){opacity:0}.adm-menu-btn .ham-line.open:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.adm-overlay{z-index:119;background:#00000059;position:fixed;inset:0}.adm-sidebar{height:100svh;width:var(--adm-sidebar-w);background:var(--adm-text);color:#ffffffd9;z-index:120;padding-top:var(--adm-topbar-h);flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}.adm-sidebar.open{transform:translate(0)}.adm-brand{border-bottom:1px solid #ffffff1a;align-items:center;gap:.75rem;padding:1.25rem 1.25rem 1rem;font-size:.9rem;line-height:1.4;display:flex}.adm-brand small{color:var(--adm-gold);text-transform:uppercase;letter-spacing:1px;font-size:.68rem}.adm-brand-icon{color:var(--adm-gold);font-size:1.4rem}.adm-nav{flex-direction:column;flex:1;padding:.75rem 0;display:flex}.adm-nav-link{color:#ffffffb3;border-left:3px solid #0000;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:.88rem;text-decoration:none;transition:background .15s,color .15s;display:flex}.adm-nav-link:hover{color:#fff;background:#ffffff0f}.adm-nav-link.active{color:var(--adm-gold);border-left-color:var(--adm-gold);background:#c9a96e26}.adm-nav-icon{text-align:center;width:20px;font-size:1rem}.adm-store-link{border-radius:var(--adm-radius);color:#fff9;cursor:pointer;text-align:left;background:0 0;border:1px solid #ffffff26;margin:0 1rem 1.25rem;padding:.6rem 1rem;font-size:.8rem;transition:background .15s,color .15s}.adm-store-link:hover{color:#fff;background:#ffffff14}.adm-main{padding-top:var(--adm-topbar-h);flex:1;min-width:0}.adm-page{flex-direction:column;gap:1.25rem;max-width:960px;padding:1.5rem 1rem;display:flex}.adm-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.adm-page-title{font-size:1.3rem;font-weight:700}.adm-page-sub{color:var(--adm-muted);margin-top:2px;font-size:.8rem}.adm-stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.adm-stat-card{background:var(--adm-surface);border:1px solid var(--adm-border);border-radius:var(--adm-radius);box-shadow:var(--adm-shadow);align-items:center;gap:.875rem;padding:1rem;display:flex}.adm-stat-icon{flex-shrink:0;font-size:1.75rem}.adm-stat-card strong{color:var(--adm-gold-dark);font-size:1.35rem;display:block}.adm-stat-card p{color:var(--adm-muted);margin:0;font-size:.75rem}.adm-section-title{text-transform:uppercase;letter-spacing:1px;color:var(--adm-muted);font-size:.78rem;font-weight:700}.adm-cat-breakdown{flex-direction:column;gap:.625rem;display:flex}.adm-cat-row{align-items:center;gap:.75rem;font-size:.85rem;display:flex}.adm-cat-name{width:90px;color:var(--adm-text);flex-shrink:0;font-weight:500}.adm-cat-bar-wrap{background:var(--adm-border);border-radius:99px;flex:1;height:8px;overflow:hidden}.adm-cat-bar{background:linear-gradient(90deg, var(--adm-gold), var(--adm-gold-dark));border-radius:99px;min-width:4px;height:100%;transition:width .4s}.adm-cat-count{text-align:right;width:24px;color:var(--adm-muted);font-size:.78rem}.adm-quick-actions{flex-wrap:wrap;gap:.75rem;display:flex}.adm-search{border:1.5px solid var(--adm-border);border-radius:var(--adm-radius);background:var(--adm-surface);width:100%;color:var(--adm-text);outline:none;padding:10px 14px;font-family:inherit;font-size:.9rem;transition:border-color .15s}.adm-search:focus{border-color:var(--adm-gold)}.adm-table-wrap{border-radius:var(--adm-radius);border:1px solid var(--adm-border);box-shadow:var(--adm-shadow);overflow-x:auto}.adm-table{border-collapse:collapse;background:var(--adm-surface);width:100%;min-width:500px;font-size:.85rem}.adm-table th{text-align:left;text-transform:uppercase;letter-spacing:.6px;color:var(--adm-muted);border-bottom:1px solid var(--adm-border);background:var(--adm-bg);white-space:nowrap;padding:.75rem 1rem;font-size:.72rem}.adm-table td{border-bottom:1px solid var(--adm-border);vertical-align:middle;padding:.75rem 1rem}.adm-table tr:last-child td{border-bottom:none}.adm-table tr:hover td{background:var(--adm-gold-light)}.adm-product-cell{align-items:center;gap:.625rem;display:flex}.adm-product-emoji{flex-shrink:0;font-size:1.35rem}.adm-product-name{color:var(--adm-text);font-weight:600}.adm-price{color:var(--adm-gold-dark);font-family:monospace;font-weight:600}.adm-tag{background:var(--adm-gold-light);color:var(--adm-gold-dark);text-transform:capitalize;border-radius:99px;padding:2px 8px;font-size:.72rem;font-weight:600;display:inline-block}.adm-none{color:var(--adm-muted)}.adm-empty{text-align:center;color:var(--adm-muted);padding:2rem}.adm-badge{text-transform:uppercase;letter-spacing:.4px;border-radius:99px;padding:2px 8px;font-size:.68rem;font-weight:700;display:inline-block}.adm-badge.badge-bestseller{color:#fff;background:#c9a96e}.adm-badge.badge-new{color:#fff;background:#5ba4a4}.adm-badge.badge-sale{color:#fff;background:#c96e6e}.adm-row-actions{gap:.375rem;display:flex}.adm-btn-edit{border:1.5px solid var(--adm-gold);color:var(--adm-gold-dark);cursor:pointer;background:0 0;border-radius:6px;padding:5px 12px;font-size:.78rem;font-weight:600;transition:background .15s}.adm-btn-edit:hover{background:var(--adm-gold-light)}.adm-btn-delete{border:1.5px solid var(--adm-danger);color:var(--adm-danger);cursor:pointer;background:0 0;border-radius:6px;padding:5px 12px;font-size:.78rem;font-weight:600;transition:background .15s}.adm-btn-delete:hover{background:var(--adm-danger-bg)}.adm-btn-danger{background:var(--adm-danger);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:9px 20px;font-size:.88rem;font-weight:600;transition:opacity .15s}.adm-btn-danger:hover{opacity:.85}.adm-btn-outline{border:1.5px solid var(--adm-border);color:var(--adm-muted);cursor:pointer;background:0 0;border-radius:8px;padding:9px 20px;font-size:.88rem;font-weight:600;transition:border-color .15s,color .15s}.adm-btn-outline:hover{border-color:var(--adm-gold);color:var(--adm-gold-dark)}.adm-form{background:var(--adm-surface);border:1px solid var(--adm-border);border-radius:var(--adm-radius);box-shadow:var(--adm-shadow);padding:1.25rem}.adm-form-grid{grid-template-columns:1fr;gap:1rem;display:grid}.adm-field{flex-direction:column;gap:5px;display:flex}.adm-field-full{grid-column:1/-1}.adm-field label{text-transform:uppercase;letter-spacing:.5px;color:var(--adm-muted);font-size:.72rem;font-weight:700}.adm-hint{text-transform:none;letter-spacing:0;font-weight:400}.adm-field input,.adm-field select,.adm-field textarea{border:1.5px solid var(--adm-border);color:var(--adm-text);background:var(--adm-bg);resize:vertical;border-radius:8px;outline:none;padding:10px 12px;font-family:inherit;font-size:.9rem;transition:border-color .15s}.adm-field input:focus,.adm-field select:focus,.adm-field textarea:focus{border-color:var(--adm-gold)}.adm-field input.err,.adm-field select.err,.adm-field textarea.err{border-color:var(--adm-danger)}.adm-field input:disabled{opacity:.5;cursor:not-allowed}.adm-err{color:var(--adm-danger);font-size:.7rem}.adm-emoji-picker{flex-wrap:wrap;gap:.5rem;display:flex}.adm-emoji-btn{border:2px solid var(--adm-border);background:var(--adm-bg);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.35rem;transition:border-color .15s,background .15s;display:flex}.adm-emoji-btn.selected{border-color:var(--adm-gold);background:var(--adm-gold-light)}.adm-emoji-btn:hover:not(.selected){border-color:var(--adm-gold)}.adm-form-actions{border-top:1px solid var(--adm-border);justify-content:flex-end;gap:.625rem;margin-top:1.25rem;padding-top:1.25rem;display:flex}.adm-cat-cards{flex-direction:column;gap:.625rem;display:flex}.adm-cat-card{background:var(--adm-surface);border:1px solid var(--adm-border);border-radius:var(--adm-radius);box-shadow:var(--adm-shadow);flex-wrap:wrap;align-items:center;gap:.875rem;padding:.875rem 1rem;display:flex}.adm-cat-card-emoji{flex-shrink:0;font-size:1.75rem}.adm-cat-card-info{flex:1;min-width:0}.adm-cat-card-info strong{font-size:.95rem;display:block}.adm-cat-card-id{color:var(--adm-muted);font-family:monospace;font-size:.72rem}.adm-cat-card-count{color:var(--adm-muted);white-space:nowrap;font-size:.78rem}.adm-dialog-overlay{z-index:300;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.adm-dialog{background:var(--adm-surface);border-radius:var(--adm-radius);flex-direction:column;gap:.75rem;width:100%;max-width:360px;padding:1.5rem;display:flex;box-shadow:0 16px 48px #0003}.adm-dialog h3{font-size:1.05rem}.adm-dialog p{color:var(--adm-muted);font-size:.88rem}.adm-dialog-actions{justify-content:flex-end;gap:.5rem;margin-top:.25rem;display:flex}.adm-card{background:var(--adm-surface);border:1px solid var(--adm-border);border-radius:var(--adm-radius);box-shadow:var(--adm-shadow);flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.adm-card-header{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.adm-card-sub{color:var(--adm-muted);font-size:.8rem}.adm-link-btn{color:var(--adm-gold-dark);cursor:pointer;background:0 0;border:none;padding:0;font-size:.78rem;font-weight:600}.adm-link-btn:hover{text-decoration:underline}.adm-stat-highlight strong{color:var(--adm-gold-dark);font-size:1.5rem!important}.adm-warn{color:#b07800!important}.adm-two-col{grid-template-columns:1fr;gap:1rem;display:grid}.adm-spark{align-items:flex-end;gap:.375rem;height:80px;display:flex}.adm-spark-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:4px;height:100%;display:flex}.adm-spark-bar{background:linear-gradient(180deg, var(--adm-gold), var(--adm-gold-dark));border-radius:4px 4px 0 0;width:100%;min-height:2px;transition:height .3s}.adm-spark-label{color:var(--adm-muted);font-size:.62rem}.adm-recent-orders{flex-direction:column;gap:0;display:flex}.adm-recent-row{border-bottom:1px solid var(--adm-border);justify-content:space-between;align-items:center;gap:.75rem;padding:.625rem 0;display:flex}.adm-recent-row:last-child{border-bottom:none}.adm-recent-info{flex-direction:column;gap:1px;min-width:0;display:flex}.adm-recent-info strong{color:var(--adm-text);font-size:.82rem}.adm-recent-info span{color:var(--adm-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.adm-recent-right{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.adm-recent-total{color:var(--adm-gold-dark);font-family:monospace;font-size:.85rem;font-weight:700}.adm-top-products{flex-direction:column;gap:0;display:flex}.adm-top-row{border-bottom:1px solid var(--adm-border);align-items:center;gap:.625rem;padding:.625rem 0;font-size:.82rem;display:flex}.adm-top-row:last-child{border-bottom:none}.adm-top-rank{width:20px;color:var(--adm-muted);flex-shrink:0;font-weight:700}.adm-top-emoji{flex-shrink:0;font-size:1.1rem}.adm-top-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:500;overflow:hidden}.adm-top-qty{color:var(--adm-muted);white-space:nowrap;font-size:.75rem}.adm-top-rev{color:var(--adm-gold-dark);white-space:nowrap;font-family:monospace;font-size:.82rem;font-weight:700}.adm-status-badge{white-space:nowrap;border-radius:99px;padding:3px 9px;font-size:.72rem;font-weight:700;display:inline-block}.adm-status-tabs{flex-wrap:wrap;gap:.375rem;display:flex;overflow-x:auto}.adm-status-tab{border:1.5px solid var(--adm-border);color:var(--adm-muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:99px;align-items:center;gap:.375rem;padding:6px 14px;font-size:.78rem;font-weight:600;transition:all .15s;display:flex}.adm-status-tab:hover{border-color:var(--adm-gold);color:var(--adm-gold-dark)}.adm-status-tab.active{background:var(--adm-gold-light);border-color:var(--adm-gold);color:var(--adm-gold-dark)}.adm-tab-count{background:var(--adm-border);color:var(--adm-muted);border-radius:99px;padding:1px 6px;font-size:.68rem}.adm-status-tab.active .adm-tab-count{background:var(--adm-gold);color:#fff}.adm-order-email{color:var(--adm-muted);font-size:.72rem}.adm-order-date-cell{white-space:nowrap;color:var(--adm-muted);font-size:.82rem}.adm-order-row:hover td{background:var(--adm-gold-light)}.adm-order-detail{gap:1.25rem!important;max-width:520px!important}.adm-order-detail-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.adm-order-detail-header h3{font-size:1.1rem}.adm-order-date{color:var(--adm-muted);font-size:.78rem}.adm-dialog-close{color:var(--adm-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:4px 8px;font-size:1rem}.adm-dialog-close:hover{background:var(--adm-border)}.adm-order-sections{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.adm-order-section{flex-direction:column;gap:3px;font-size:.83rem;display:flex}.adm-order-section p{color:var(--adm-text);margin:0}.adm-order-section-title{text-transform:uppercase;letter-spacing:.6px;color:var(--adm-muted);font-size:.68rem;font-weight:700;margin-bottom:4px!important}.adm-order-section-full{grid-column:1/-1}.adm-order-item-row{border-bottom:1px solid var(--adm-border);grid-template-columns:1fr auto auto;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.83rem;display:grid}.adm-order-item-row:last-child{border-bottom:none}.adm-order-total-row{border-top:2px solid var(--adm-border);border-bottom:none;padding-top:.625rem;font-weight:700}.adm-status-buttons{flex-wrap:wrap;gap:.5rem;display:flex}.adm-status-btn{border:1.5px solid var(--adm-border);color:var(--adm-muted);cursor:pointer;background:0 0;border-radius:99px;padding:6px 14px;font-size:.78rem;font-weight:600;transition:all .15s}.adm-status-btn:hover{border-color:var(--adm-gold);color:var(--adm-gold-dark)}.adm-status-btn.active{font-weight:700}@media (width>=768px){.adm-topbar{display:none}.adm-sidebar{height:100svh;padding-top:0;position:sticky;top:0;transform:translate(0)}.adm-overlay{display:none!important}.adm-main{padding-top:0}.adm-page{padding:2rem}.adm-page-title{font-size:1.5rem}.adm-stats-grid{grid-template-columns:repeat(4,1fr)}.adm-form-grid{grid-template-columns:1fr 1fr}.adm-cat-card{flex-wrap:nowrap}.adm-two-col{grid-template-columns:1fr 1fr}.adm-spark{height:100px}.adm-order-sections{grid-template-columns:1fr 1fr}}@media (width>=1024px){.adm-page{padding:2.5rem}}
