@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--background:#fff;--foreground:#000;--gray-100:#f5f5f5;--gray-200:#eee;--gray-300:#e0e0e0;--gray-500:#999;--gray-800:#333;--accent:red;--font-sans:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);width:100%;max-width:100%;color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1440px;margin:0 auto;padding:0 2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.w-full{width:100%}.h-full{height:100%}.uppercase{text-transform:uppercase}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-light{font-weight:300}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.btn{background-color:var(--foreground);color:var(--background);text-transform:uppercase;letter-spacing:1px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .3s;display:inline-flex}.btn:hover{background-color:var(--gray-800)}.btn-outline{color:var(--foreground);border:1px solid var(--foreground);background-color:#0000}.btn-outline:hover{background-color:var(--gray-100)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.admin-toast-enter-active{opacity:1;transition:all .3s;transform:translateY(0)}.admin-toast-exit{opacity:1}.admin-toast-exit-active{opacity:0;transition:all .3s}@media (max-width:768px){.container{padding:0 1rem}.text-sm{font-size:.75rem}.text-lg{font-size:1rem}.text-xl{font-size:1.15rem}.text-2xl{font-size:1.25rem}.hero-container{flex-direction:column!important}.hero-section{width:100%!important;height:50%!important}.hero-text{font-size:3rem!important}.mobile-hide{display:none!important}.mobile-nav-logo{font-size:1.25rem!important}.product-grid-container{grid-template-columns:repeat(2,1fr)!important;gap:.5rem!important}.product-detail-container{flex-direction:column!important}.product-detail-image,.product-detail-info{width:100%!important;height:auto!important;overflow-y:visible!important}.product-detail-info{padding:1.5rem!important}.mobile-sticky-atc{z-index:10;background:#fff;border-top:1px solid #eaeaea;width:calc(100% + 3rem);margin:1.5rem -1.5rem -1.5rem;padding:1rem 1.5rem;position:sticky;bottom:0}.desktop-search{display:none!important}.mobile-search{display:flex!important}.country-grid{grid-template-columns:repeat(2,1fr)!important}}@media (min-width:769px){.desktop-search{display:flex!important}.mobile-search{display:none!important}}.animate-fade-in{animation:.5s ease-out forwards fadeIn}.admin-shell{min-height:100vh;color:var(--foreground);background:#f2f2f2;grid-template-columns:260px minmax(0,1fr);display:grid}.admin-sidebar{color:#fff;background:#050505;flex-direction:column;gap:1.5rem;min-height:100vh;padding:1.25rem;display:flex;position:sticky;top:0}.admin-wordmark{letter-spacing:-.5px;font-size:1.25rem;font-weight:900}.admin-sidebar-title,.admin-sidebar-footer,.admin-topbar div{flex-direction:column;gap:.35rem;display:flex}.admin-sidebar-title span,.admin-sidebar-footer span,.admin-topbar span,.admin-kicker,.admin-panel-header span,.admin-metrics span,.admin-form label,.admin-order-list small,.admin-campaigns small{color:var(--gray-500);letter-spacing:0;text-transform:uppercase;font-size:.72rem;font-weight:700}.admin-sidebar-title strong{max-width:180px;font-size:1.55rem;line-height:1.02}.admin-sidebar-nav{gap:.4rem;display:grid}.admin-sidebar-nav a,.admin-sidebar-nav span{color:#d7d7d7;border-bottom:1px solid #ffffff1f;padding:.72rem 0;font-size:.9rem;font-weight:600}.admin-sidebar-nav a.is-active,.admin-sidebar-nav a:hover{color:#fff}.admin-sidebar-nav span.is-disabled{color:#5d5d5d;cursor:not-allowed}.admin-sidebar-footer{border-top:1px solid #ffffff29;margin-top:auto;padding-top:1.5rem}.admin-sidebar-footer strong{overflow-wrap:anywhere;font-size:.9rem}.admin-sidebar-footer button{color:#ff4d4d;text-transform:uppercase;width:fit-content;font-weight:700}.admin-main{min-width:0;padding:1.5rem 2rem}.admin-topbar{justify-content:space-between;align-items:center;gap:1rem;min-height:54px;margin-bottom:1rem;padding:0 .25rem;display:flex}.admin-topbar strong{font-size:1rem}.admin-topbar a,.admin-button{color:#fff;letter-spacing:0;text-transform:uppercase;background:#000;justify-content:center;align-items:center;min-height:38px;padding:0 .9rem;font-size:.72rem;font-weight:800;display:inline-flex}.admin-dashboard{gap:1rem;display:grid}.admin-hero{color:#fff;background-color:#0000;background-image:linear-gradient(90deg,#000000eb,#0000009e),url(/admin-hero/dashboard.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:space-between;align-items:flex-end;gap:1.5rem;min-height:190px;padding:clamp(1.25rem,3vw,2rem);display:flex}.admin-hero-dashboard{background-color:#0000;background-image:linear-gradient(90deg,#000000eb,#0000009e),url(/admin-hero/dashboard.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.admin-hero-inventory{background-color:#0000;background-image:linear-gradient(90deg,#000000eb,#00000094),url(/admin-hero/inventory.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.admin-hero-orders{background-color:#0000;background-image:linear-gradient(90deg,#000000eb,#00000094),url(/admin-hero/orders.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.admin-hero-analytics{background-color:#0000;background-image:linear-gradient(90deg,#000000eb,#00000094),url(/admin-hero/analytics.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.admin-hero-campaigns{background-color:#0000;background-image:linear-gradient(90deg,#000000eb,#00000094),url(/admin-hero/campaigns.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.admin-hero-promotions{background-color:#0000;background-image:linear-gradient(90deg,#000000eb,#00000094),url(/admin-hero/promotions.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.admin-hero-logistics{background-color:#0000;background-image:linear-gradient(90deg,#000000eb,#00000094),url(/admin-hero/orders.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.admin-hero-launchpad{background-color:#0000;background-image:linear-gradient(90deg,#000000eb,#00000094),url(/admin-hero/launchpad.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.admin-hero-customers{background-color:#0000;background-image:linear-gradient(90deg,#000000eb,#00000094),url(/admin-hero/customers.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.admin-hero-live-sale{background-color:#0000;background-image:linear-gradient(90deg,#8b0000eb,#000000c7),url(/admin-hero/live.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.admin-hero-supply{background-color:#0000;background-image:linear-gradient(90deg,#000000eb,#00000094),url(/admin-hero/supply.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.admin-hero-settings{background-color:#0000;background-image:linear-gradient(90deg,#000000eb,#00000094),url(/admin-hero/settings.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.admin-hero-live{background-color:#0000;background-image:linear-gradient(90deg,#8b0000eb,#000000c7),url(/admin-hero/live.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.admin-hero h1{letter-spacing:-.5px;text-transform:uppercase;margin-top:.4rem;font-size:clamp(1.8rem,3.5vw,2.5rem);line-height:1.05}.admin-hero p{color:#d9d9d9;max-width:560px;margin-top:.75rem;font-size:.92rem;line-height:1.45}.admin-hero-actions{justify-items:end;gap:.85rem;min-width:220px;display:grid}.admin-hero-actions span{color:#fff;background:#ffffff1f;padding:.48rem .7rem;font-size:.76rem;font-weight:600}.admin-metrics{background:#d8d8d8;border:1px solid #d8d8d8;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid}.admin-metrics article,.admin-panel{background:#fff}.admin-metrics article{flex-direction:column;justify-content:space-between;min-height:100px;padding:.9rem 1rem;display:flex;overflow:hidden}.admin-metrics span{color:var(--gray-500);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;font-size:.65rem;font-weight:700;overflow:hidden}.admin-metrics strong{white-space:nowrap;text-overflow:ellipsis;font-size:clamp(1.1rem,1.8vw,1.5rem);line-height:1;overflow:hidden}.admin-metrics small{color:var(--gray-500);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;font-weight:600;overflow:hidden}.admin-grid{grid-template-columns:minmax(0,1.55fr) minmax(320px,.45fr);align-items:start;gap:1rem;display:grid}.admin-overview-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);align-items:stretch;gap:1rem;display:grid}.admin-tools-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.admin-detail-grid{grid-template-columns:minmax(280px,1.15fr) repeat(2,minmax(220px,.65fr));gap:1rem;display:grid}.admin-panel{border:1px solid #dedede}.admin-panel-header{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;gap:1rem;min-height:72px;padding:1rem;display:flex}.admin-panel-header h2{text-transform:uppercase;font-size:.98rem}.admin-panel-header a,.admin-panel-actions button{color:#000;text-transform:uppercase;font-size:.72rem;font-weight:800;text-decoration:underline}.admin-panel-actions{align-items:center;gap:1rem;display:flex}.admin-filters{border-bottom:1px solid var(--gray-200);grid-template-columns:minmax(220px,1fr) 170px 170px;gap:.75rem;padding:.85rem 1rem;display:grid}.admin-dashboard input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),.admin-dashboard select,.admin-dashboard textarea{min-height:42px;font-family:inherit;color:#0f172a!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:6px!important;outline:none!important;padding:.6rem .85rem!important;font-size:.9rem!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important;box-shadow:inset 0 1px 2px #00000005!important}.admin-dashboard input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):focus,.admin-dashboard select:focus,.admin-dashboard textarea:focus{background:#fff!important;border-color:#000!important;box-shadow:0 0 0 1px #000!important}.admin-dashboard input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):hover,.admin-dashboard select:hover,.admin-dashboard textarea:hover{background:#f1f5f9!important;border-color:#cbd5e1!important}.admin-dashboard input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):focus:hover,.admin-dashboard select:focus:hover,.admin-dashboard textarea:focus:hover{background:#fff!important;border-color:#000!important}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;text-align:left;width:100%;min-width:760px}.admin-orders-table{min-width:940px}.admin-inventory-panel .admin-table{min-width:1060px}.admin-table th,.admin-table td{border-bottom:1px solid var(--gray-200);vertical-align:middle;white-space:nowrap;padding:.78rem 1rem;font-size:.86rem}.admin-table th{color:var(--gray-500);text-transform:uppercase;font-size:.72rem;font-weight:800}.admin-table tr.is-selected{background:#fafafa}.admin-product-cell{text-align:left;align-items:center;gap:.7rem;min-width:260px;display:flex}.admin-product-cell img{object-fit:cover;background:var(--gray-100);width:48px;height:60px}.admin-product-cell span,.admin-low-stock button,.admin-order-list span{flex-direction:column;gap:.25rem;display:flex}.admin-product-cell strong,.admin-product-cell small{white-space:normal}.admin-product-cell small{color:var(--gray-500)}.admin-stock{color:#176b2c;text-transform:uppercase;background:#edf7ef;justify-content:center;min-width:70px;padding:.3rem .45rem;font-size:.72rem;font-weight:800;display:inline-flex}.admin-stock.is-low{color:#d50000;background:#fff0f0}.admin-status{color:#111;text-transform:uppercase;background:#f1f1f1;justify-content:center;min-width:76px;padding:.3rem .5rem;font-size:.7rem;font-weight:800;display:inline-flex}.admin-status.is-risk{color:#d50000;background:#fff0f0}.admin-row-actions{align-items:center;gap:.4rem;display:flex}.admin-row-actions button{border:1px solid var(--gray-300);min-width:32px;min-height:32px;font-weight:800}.admin-row-actions button:last-child{color:var(--accent);padding:0 .75rem}.admin-form{gap:.85rem;padding:1rem;display:grid}.admin-editor-image{aspect-ratio:16/10;object-fit:cover;background:var(--gray-100);width:100%}.admin-form label{color:var(--gray-800);gap:.45rem;display:grid}.admin-form-row{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.admin-form textarea{resize:vertical;min-height:82px}.admin-button-wide{width:100%}.admin-order-list,.admin-campaigns,.admin-low-stock,.admin-task-list,.admin-channel-list{gap:.65rem;padding:1rem;display:grid}.admin-order-list div,.admin-low-stock button,.admin-low-stock a,.admin-task-list button{border-bottom:1px solid var(--gray-200);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.7rem;padding:.65rem 0;display:grid}.admin-order-list em{text-align:center;text-transform:uppercase;background:#f2f2f2;min-width:70px;padding:.3rem .5rem;font-size:.7rem;font-style:normal;font-weight:800}.admin-campaigns{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-campaigns article{color:#fff;background:#080808;flex-direction:column;justify-content:space-between;min-height:140px;padding:1rem;display:flex}.admin-campaigns article span{color:#ff4d4d;text-transform:uppercase;font-size:.72rem;font-weight:800}.admin-campaigns article div{justify-content:space-between;gap:.5rem;display:flex}.admin-low-stock button{text-align:left;width:100%}.admin-low-stock a{text-align:left}.admin-low-stock strong{color:#d50000;background:#fff0f0;justify-content:center;align-items:center;min-width:38px;min-height:38px;display:inline-flex}.admin-health-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;padding:1rem;display:grid}.admin-health-grid article{color:#fff;background:#080808;flex-direction:column;justify-content:space-between;min-height:142px;padding:.9rem;display:flex}.admin-health-grid span,.admin-health-grid small,.admin-detail-hero small,.admin-detail-hero span{color:var(--gray-500);text-transform:uppercase;font-size:.72rem;font-weight:800}.admin-health-grid strong{font-size:1.65rem;line-height:1}.admin-health-grid div{background:#ffffff24;height:6px}.admin-health-grid i{background:#fff;height:100%;display:block}.admin-task-list button{text-align:left;grid-template-columns:minmax(0,1fr) auto;width:100%}.admin-task-list span{gap:.25rem;display:grid}.admin-task-list small{color:var(--gray-500);text-transform:uppercase;font-size:.78rem;font-weight:700}.admin-task-list b{text-align:center;background:#f2f2f2;min-width:70px;padding:.3rem .5rem;font-size:.76rem}.admin-channel-list{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-channel-list article{background:#f6f6f6;flex-direction:column;justify-content:space-between;min-height:104px;padding:.85rem;display:flex}.admin-channel-list span{color:var(--gray-500);text-transform:uppercase;font-size:.72rem;font-weight:800}.admin-channel-list strong{font-size:1rem}.admin-channel-list small{color:var(--gray-500);font-weight:700}.admin-visual-card{color:#fff;background:#080808;border:1px solid #dedede;grid-template-columns:180px 1fr;min-height:220px;display:grid;overflow:hidden}.admin-visual-card img{object-fit:cover;width:100%;height:100%;min-height:220px}.admin-visual-card div{flex-direction:column;justify-content:flex-end;gap:.55rem;padding:1rem;display:flex}.admin-visual-card span,.admin-ops-card>span{color:var(--gray-500);text-transform:uppercase;font-size:.72rem;font-weight:800}.admin-visual-card strong{max-width:280px;font-size:1.35rem;line-height:1.05}.admin-visual-card small{color:#cfcfcf;font-weight:600}.admin-ops-card{background:#fff;border:1px solid #dedede;align-content:space-between;gap:.65rem;min-height:220px;padding:1rem;display:grid}.admin-ops-card div{border-top:1px solid var(--gray-200);justify-content:space-between;align-items:center;gap:.75rem;min-height:46px;display:flex}.admin-ops-card b{color:var(--gray-800);font-size:.84rem}.admin-ops-card strong{background:#f2f2f2;justify-content:center;align-items:center;min-width:34px;min-height:34px;font-size:.92rem;display:inline-flex}.admin-order-detail{gap:1rem;padding:1rem;display:grid}.admin-detail-hero{color:#fff;background:#080808;flex-direction:column;justify-content:space-between;min-height:126px;padding:1rem;display:flex}.admin-detail-hero strong{font-size:1.35rem;line-height:1}.admin-order-detail dl{background:var(--gray-200);border:1px solid var(--gray-200);gap:1px;display:grid}.admin-order-detail dl div{background:#fff;grid-template-columns:110px minmax(0,1fr);align-items:center;gap:.75rem;min-height:54px;padding:.75rem;display:grid}.admin-order-detail dt{color:var(--gray-500);text-transform:uppercase;font-size:.72rem;font-weight:800}.admin-order-detail dd{font-weight:700}.admin-order-actions{gap:.65rem;display:grid}.admin-order-actions button:not(.admin-button){border:1px solid var(--gray-300);text-transform:uppercase;min-height:42px;font-size:.78rem;font-weight:800}@media (max-width:1180px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{grid-template-columns:auto minmax(0,1fr);align-items:center;min-height:auto;display:grid;position:static}.admin-sidebar-title,.admin-sidebar-footer{display:none}.admin-sidebar-nav{justify-content:flex-end;gap:1rem;display:flex;overflow-x:auto}.admin-sidebar-nav a,.admin-sidebar-nav span{white-space:nowrap;border-bottom:0}.admin-grid,.admin-overview-grid,.admin-detail-grid,.admin-tools-grid{grid-template-columns:1fr}}@media (max-width:820px){.admin-main{padding:1rem}.admin-topbar,.admin-hero{flex-direction:column;align-items:stretch}.admin-hero-actions{justify-items:stretch;min-width:0}.admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-filters,.admin-form-row,.admin-health-grid,.admin-channel-list,.admin-visual-card{grid-template-columns:1fr}.admin-visual-card img{aspect-ratio:16/9;min-height:0}.admin-sidebar{grid-template-columns:1fr;gap:1rem;padding:1rem}.admin-sidebar-nav{justify-content:flex-start}}@media (max-width:520px){.admin-metrics{grid-template-columns:1fr}.admin-panel-header{flex-direction:column;align-items:flex-start}.admin-campaigns{grid-template-columns:1fr}}.product-grid-container{gap:2px;display:grid}.grid-4-cols{grid-template-columns:repeat(4,1fr)}.grid-3-cols{grid-template-columns:repeat(3,1fr)}.grid-2-cols{grid-template-columns:repeat(2,1fr);gap:4px}.grid-1-cols{grid-template-columns:1fr;gap:0}.product-card-img-1,.product-card-img-2{aspect-ratio:3/4}.product-card-img-4{aspect-ratio:2/3}.product-card .size-bar-wrapper{opacity:0;pointer-events:none;transition:opacity .25s,transform .25s;transform:translateY(6px)}.product-card:hover .size-bar-wrapper{opacity:1;pointer-events:auto;transform:translateY(0)}.product-card:hover .product-card-img{transform:scale(1.04)}.product-card-img{transition:transform .6s cubic-bezier(.25,.46,.45,.94)}@media (max-width:900px){.grid-4-cols,.grid-3-cols{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:500px){.grid-4-cols,.grid-3-cols,.grid-2-cols{grid-template-columns:1fr!important}}.product-grid-container.grid-1-cols{grid-template-columns:1fr!important}.product-grid-container.grid-2-cols{grid-template-columns:repeat(2,1fr)!important}.product-grid-container.grid-4-cols{grid-template-columns:repeat(4,1fr)!important}
