.orders-module__PbyBaW__main{min-height:100vh;padding:var(--header-height) 0 4rem;background-color:var(--background)}.orders-module__PbyBaW__container{grid-template-columns:280px 1fr;gap:3rem;max-width:1440px;margin:0 auto;padding:2rem 3rem;display:grid}.orders-module__PbyBaW__sidebarTitle{font-family:var(--font-serif);color:var(--on-surface);margin-bottom:2rem;font-size:1.5rem;font-weight:800}.orders-module__PbyBaW__nav{flex-direction:column;gap:.5rem;display:flex}.orders-module__PbyBaW__link,.orders-module__PbyBaW__activeLink{font-family:var(--font-sans);border-radius:8px;padding:.75rem 1.25rem;font-size:.9rem;text-decoration:none;transition:all .2s}.orders-module__PbyBaW__link{color:var(--ink-3)}.orders-module__PbyBaW__link:hover{background:var(--surface-cream);color:var(--ink)}.orders-module__PbyBaW__activeLink{background:var(--surface-paper);color:var(--ink);font-weight:700}.orders-module__PbyBaW__logoutBtn{text-align:left;font-family:var(--font-sans);color:var(--status-error-fg);cursor:pointer;background:0 0;border:none;margin-top:2rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:700}.orders-module__PbyBaW__pageTitle{top:var(--header-height);z-index:40;background:var(--surface-cream);font-family:var(--font-serif);color:var(--ink);border-bottom:1px solid var(--gold-border);margin-bottom:2rem;padding:1.25rem 0;font-size:2.2rem;font-weight:800;position:sticky}.orders-module__PbyBaW__orderList{flex-direction:column;gap:2.5rem;display:flex}.orders-module__PbyBaW__orderCard{border:1px solid var(--hairline-2);background:var(--surface-paper);border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #0a0a0a0d,0 12px 32px #8a6d1a14}.orders-module__PbyBaW__orderHeader{background:var(--surface-cream);border-bottom:1px solid var(--hairline-2);padding:1.25rem 2rem}.orders-module__PbyBaW__orderMeta{flex-wrap:wrap;gap:4rem;display:flex}.orders-module__PbyBaW__metaLabel{font-family:var(--font-sans);text-transform:uppercase;color:var(--ink-4);letter-spacing:.1em;margin-bottom:.25rem;font-size:.65rem;font-weight:800;display:block}.orders-module__PbyBaW__metaValue{font-family:var(--font-sans);color:var(--ink);font-size:.85rem;font-weight:700;display:block}.orders-module__PbyBaW__orderBody{padding:2rem}.orders-module__PbyBaW__statusSection{border-bottom:1px solid var(--gold-border);margin-bottom:2.5rem;padding-bottom:2rem}.orders-module__PbyBaW__statusTitle{font-family:var(--font-sans);color:var(--ink);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.orders-module__PbyBaW__trackingInfo{font-family:var(--font-sans);color:var(--ink-4);margin-bottom:1.5rem;font-size:.85rem}.orders-module__PbyBaW__trackingNum{color:var(--gold-deep);cursor:pointer;font-weight:800;text-decoration:underline}.orders-module__PbyBaW__timeline{align-items:center;max-width:400px;margin-bottom:.75rem;display:flex}.orders-module__PbyBaW__dot{background:var(--ink-6);border-radius:50%;flex-shrink:0;width:10px;height:10px}.orders-module__PbyBaW__dotActive{background:var(--gold-deep);box-shadow:0 0 0 4px #8a6d1a2e}.orders-module__PbyBaW__line{background:var(--ink-6);flex:1;height:2px}.orders-module__PbyBaW__lineActive{background:var(--gold-deep)}.orders-module__PbyBaW__timelineLabels{max-width:420px;color:var(--ink-4);text-transform:uppercase;letter-spacing:.1em;justify-content:space-between;font-size:.65rem;font-weight:800;display:flex}.orders-module__PbyBaW__itemsList{flex-direction:column;gap:1.5rem;display:flex}.orders-module__PbyBaW__item{border-top:1px solid var(--gold-border);gap:1.5rem;padding-top:1.5rem;display:flex}.orders-module__PbyBaW__item:first-child{border-top:none;padding-top:0}.orders-module__PbyBaW__itemImage{object-fit:cover;background:var(--surface-container);border-radius:8px;width:90px;height:100px}.orders-module__PbyBaW__itemDetails{flex:1}.orders-module__PbyBaW__itemName{font-family:var(--font-serif);color:var(--ink);margin-bottom:.4rem;font-size:1.05rem;font-weight:700}.orders-module__PbyBaW__itemQty{color:var(--ink-4);margin-bottom:.25rem;font-size:.8rem;font-weight:600}.orders-module__PbyBaW__itemPrice{color:var(--gold-deep);font-weight:800}.orders-module__PbyBaW__itemActions{flex-direction:column;gap:.5rem;min-width:160px;display:flex}.orders-module__PbyBaW__actionBtn,.orders-module__PbyBaW__actionBtnSecondary{width:100%;font-family:var(--font-sans);text-align:center;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;border-radius:100px;padding:.75rem 1rem;font-size:.7rem;font-weight:800;transition:all .2s}.orders-module__PbyBaW__actionBtn{color:var(--ink);background:#fff;border:none}.orders-module__PbyBaW__actionBtnSecondary{color:var(--ink);border:1px solid var(--gold-border);background:0 0}@media (max-width:1024px){.orders-module__PbyBaW__container{grid-template-columns:1fr;gap:2rem;padding:1.5rem}.orders-module__PbyBaW__sidebar{display:none}}@media (max-width:768px){.orders-module__PbyBaW__pageTitle{margin-bottom:1.5rem;font-size:1.75rem}.orders-module__PbyBaW__orderHeader{padding:1rem 1.25rem}.orders-module__PbyBaW__orderMeta{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.orders-module__PbyBaW__orderMeta>div:last-child{grid-column:span 2}.orders-module__PbyBaW__orderBody{padding:1.25rem}.orders-module__PbyBaW__item{flex-direction:column;gap:1.25rem}.orders-module__PbyBaW__itemImage{width:100%;height:180px}.orders-module__PbyBaW__itemActions{flex-direction:row;min-width:0}}
.Header-module__9fWxfa__header{z-index:1000;background:var(--surface-paper);border-bottom:1px solid var(--gilt-dim);transition:box-shadow var(--motion-med);font-family:var(--font-sans);position:fixed;top:0;left:0;right:0}.Header-module__9fWxfa__header.Header-module__9fWxfa__scrolled{box-shadow:0 1px 0 var(--gilt-dim), 0 12px 28px #0a0a0a0a}.Header-module__9fWxfa__utilityBar{color:var(--champagne);letter-spacing:.04em;border-bottom:1px solid var(--bone);background:#fff;padding:.4rem 0;font-size:.6875rem}.Header-module__9fWxfa__utilityInner{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1440px;margin:0 auto;padding:0 2rem;display:flex}.Header-module__9fWxfa__fulfillmentPicker{cursor:pointer;color:var(--pearl);transition:color var(--motion-fast);align-items:center;gap:.45rem;display:flex}.Header-module__9fWxfa__fulfillmentPicker:hover{color:var(--champagne)}.Header-module__9fWxfa__fulfillmentPicker b{color:var(--gilt-warm);letter-spacing:.02em;font-weight:500}.Header-module__9fWxfa__utilityRight{gap:1.75rem;display:flex}.Header-module__9fWxfa__utilityLink{color:var(--pearl);letter-spacing:.16em;text-transform:uppercase;transition:color var(--motion-fast);font-size:.6875rem;font-weight:500;text-decoration:none;position:relative}.Header-module__9fWxfa__utilityLink:after{content:"";background:var(--gilt-warm);transform-origin:0;height:1px;transition:transform var(--motion-med);position:absolute;bottom:-3px;left:0;right:0;transform:scaleX(0)}.Header-module__9fWxfa__utilityLink:hover{color:var(--champagne)}.Header-module__9fWxfa__utilityLink:hover:after{transform:scaleX(1)}.Header-module__9fWxfa__mainNav{background:var(--surface-paper);padding:1.1rem 0}.Header-module__9fWxfa__mainNavInner{align-items:center;gap:2rem;max-width:1440px;margin:0 auto;padding:0 2rem;display:flex}.Header-module__9fWxfa__brandingSection{flex-shrink:0;align-items:center;gap:1.25rem;display:flex}.Header-module__9fWxfa__mobileMenuBtn{cursor:pointer;color:var(--ink);background:0 0;border:none;flex-shrink:0;margin-left:-.4rem;padding:.4rem;display:none}.Header-module__9fWxfa__searchBox{background:var(--surface-paper);border:1px solid var(--ink-6);transition:border-color var(--motion-med), box-shadow var(--motion-med);border-radius:2px;flex:1;align-items:center;padding:.35rem .35rem .35rem 1.25rem;display:flex}.Header-module__9fWxfa__searchBox:focus-within{border-color:var(--gilt);box-shadow:0 0 0 1px var(--gilt), 0 8px 24px var(--gilt-glow)}.Header-module__9fWxfa__searchIcon{color:var(--ink-4);margin-right:.65rem}.Header-module__9fWxfa__searchInput{font-family:var(--font-sans);color:var(--ink);letter-spacing:.005em;background:0 0;border:none;outline:none;flex:1;font-size:.9375rem}.Header-module__9fWxfa__searchInput::placeholder{color:var(--ink-5)}.Header-module__9fWxfa__searchBtn{color:var(--gilt-warm);border:1px solid var(--gilt);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.22em;cursor:pointer;transition:background var(--motion-med), color var(--motion-med), border-color var(--motion-med), box-shadow var(--motion-med);background:#fff;border-radius:2px;justify-content:center;align-items:center;padding:.625rem 2rem;font-size:.6875rem;font-weight:500;display:flex}.Header-module__9fWxfa__searchBtn span{color:inherit;line-height:1;display:inline-block}.Header-module__9fWxfa__searchBtn:hover{background:var(--ink);color:var(--gilt-warm);border-color:var(--gilt-warm);box-shadow:0 0 0 1px var(--gilt-warm), 0 8px 22px var(--gilt-glow)}.Header-module__9fWxfa__logoLink{align-items:center;gap:.85rem;min-width:0;text-decoration:none;display:flex}.Header-module__9fWxfa__logo{flex-shrink:0;width:auto;height:2.4rem}.Header-module__9fWxfa__brandText{flex-direction:column;min-width:0;line-height:1;display:flex}.Header-module__9fWxfa__brandName{font-family:var(--font-display);color:var(--ink);letter-spacing:.06em;white-space:nowrap;text-overflow:ellipsis;font-variation-settings:"opsz" 144, "SOFT" 30;font-size:1.25rem;font-weight:500;overflow:hidden}.Header-module__9fWxfa__tagline{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.42em;color:var(--gilt-deep);margin-top:.2rem;font-size:.5rem;font-weight:500}.Header-module__9fWxfa__deptWrapper{position:relative}.Header-module__9fWxfa__deptBtn{border:1px solid var(--gilt);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.18em;color:var(--ink);cursor:pointer;transition:background var(--motion-med), color var(--motion-med), border-color var(--motion-med), box-shadow var(--motion-med);background:0 0;border-radius:2px;align-items:center;gap:.65rem;padding:.65rem 1.1rem;font-size:.6875rem;font-weight:500;display:inline-flex}.Header-module__9fWxfa__deptBtn:hover,.Header-module__9fWxfa__deptBtnActive{color:var(--gilt-warm);border-color:var(--gilt-warm);box-shadow:0 0 0 1px var(--gilt-warm);background:#fff}.Header-module__9fWxfa__deptIconWrapper{justify-content:center;align-items:center;display:inline-flex}.Header-module__9fWxfa__hamburger{flex-direction:column;justify-content:space-between;width:.95rem;height:.7rem;display:flex}.Header-module__9fWxfa__hamburger span{width:100%;height:1.5px;transition:transform var(--motion-med), opacity var(--motion-fast);background:currentColor;border-radius:0}.Header-module__9fWxfa__hamTopOpen{transform:translateY(5px)rotate(45deg)}.Header-module__9fWxfa__hamMidOpen{opacity:0}.Header-module__9fWxfa__hamBotOpen{transform:translateY(-5px)rotate(-45deg)}.Header-module__9fWxfa__deptDropdown{background:var(--surface-paper);border:1px solid var(--gilt-dim);z-index:5000;width:480px;animation:Header-module__9fWxfa__deptFadeIn var(--motion-med);max-height:min(72vh, calc(100vh - var(--header-height,180px) - 1.5rem));border-radius:2px;flex-direction:column;display:flex;position:absolute;top:calc(100% + .65rem);left:0;overflow:hidden;box-shadow:0 24px 64px #0a0a0a1a}.Header-module__9fWxfa__deptDropdown:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--gilt) 18%, var(--gilt) 82%, transparent 100%);height:1px;position:absolute;inset:0 0 auto}@keyframes Header-module__9fWxfa__deptFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.Header-module__9fWxfa__deptDropdownInner{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--gilt-dim) transparent;flex:auto;grid-template-columns:1fr 1fr;gap:2rem;min-height:0;padding:1.5rem 1.5rem 1.25rem;display:grid;overflow-y:auto}.Header-module__9fWxfa__deptDropdownInner::-webkit-scrollbar{width:8px}.Header-module__9fWxfa__deptDropdownInner::-webkit-scrollbar-track{background:0 0}.Header-module__9fWxfa__deptDropdownInner::-webkit-scrollbar-thumb{background:var(--gilt-dim);border-radius:999px}.Header-module__9fWxfa__deptDropdownInner::-webkit-scrollbar-thumb:hover{background:var(--gilt)}.Header-module__9fWxfa__deptLabel{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.22em;color:var(--gilt-deep);border-bottom:1px solid var(--gilt-dim);background:var(--surface-paper);z-index:1;margin:0 0 1rem;padding-bottom:.65rem;font-size:.625rem;font-weight:600;position:sticky;top:0}.Header-module__9fWxfa__deptColumn{flex-direction:column;gap:.1rem;display:flex}.Header-module__9fWxfa__deptLink{color:var(--ink-2);transition:background var(--motion-fast), color var(--motion-fast), border-color var(--motion-fast);border-left:2px solid #0000;border-radius:2px;align-items:center;gap:.85rem;padding:.6rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;display:flex}.Header-module__9fWxfa__deptLink .Header-module__9fWxfa__material-symbols-outlined{color:var(--gilt-deep);font-variation-settings:"FILL" 0;transition:color var(--motion-fast);font-size:1.15rem}.Header-module__9fWxfa__deptLink:hover{background:var(--gold-tint);color:var(--ink);border-left-color:var(--gilt)}.Header-module__9fWxfa__deptLink:hover .Header-module__9fWxfa__material-symbols-outlined{color:var(--gilt)}.Header-module__9fWxfa__searchSection{flex:1;min-width:0}.Header-module__9fWxfa__actionSection{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.Header-module__9fWxfa__userAction,.Header-module__9fWxfa__cartAction{color:var(--ink);transition:border-color var(--motion-fast), color var(--motion-fast), background var(--motion-fast);border:1px solid #0000;border-radius:2px;align-items:center;gap:.65rem;padding:.55rem .85rem;text-decoration:none;display:flex}.Header-module__9fWxfa__userAction:hover,.Header-module__9fWxfa__cartAction:hover{border-color:var(--gilt);background:var(--gold-tint)}.Header-module__9fWxfa__userAction:hover .Header-module__9fWxfa__material-symbols-outlined,.Header-module__9fWxfa__cartAction:hover .Header-module__9fWxfa__material-symbols-outlined{color:var(--gilt-deep);font-variation-settings:"FILL" 1}.Header-module__9fWxfa__userAction:hover b,.Header-module__9fWxfa__cartAction:hover b{color:var(--ink)}.Header-module__9fWxfa__actionText{flex-direction:column;line-height:1.15;display:flex}.Header-module__9fWxfa__actionText span{color:var(--ink-4);letter-spacing:.1em;text-transform:uppercase;font-size:.625rem;font-weight:500}.Header-module__9fWxfa__actionText b{color:var(--ink);letter-spacing:.01em;font-size:.8125rem;font-weight:600}.Header-module__9fWxfa__cartIconWrapper{position:relative}.Header-module__9fWxfa__cartBadge{color:var(--gilt-warm);font-family:var(--font-mono);font-feature-settings:"tnum" 1, "lnum" 1;border:1px solid var(--gilt);background:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.625rem;font-weight:600;line-height:1;display:inline-flex;position:absolute;top:-7px;right:-7px}.Header-module__9fWxfa__mobileSearchRow{background:var(--surface-paper);border-top:1px solid var(--gilt-dim);padding:.75rem 1rem;display:none}.Header-module__9fWxfa__mobileSearchInner{width:100%;min-width:0}.Header-module__9fWxfa__subNav{background:var(--surface-paper);border-top:1px solid var(--gilt-dim);border-bottom:1px solid var(--gilt-dim)}.Header-module__9fWxfa__subNavInner{align-items:center;gap:2rem;max-width:1440px;margin:0 auto;padding:0 2rem;display:flex}.Header-module__9fWxfa__subNavLeft{flex:1;align-items:center;gap:1.5rem;min-width:0;display:flex}.Header-module__9fWxfa__scrollWrapper{white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;align-items:center;gap:1.65rem;padding:.65rem 0;display:flex;overflow-x:auto}.Header-module__9fWxfa__scrollWrapper::-webkit-scrollbar{display:none}.Header-module__9fWxfa__modeToggle{background:var(--ink-pure,#0a0a0a);border:1px solid var(--gold-border-strong,#8a6d1a99);border-radius:999px;align-items:stretch;gap:0;margin:.4rem 0;padding:4px;display:inline-flex;position:relative;box-shadow:inset 0 1px #ffffff0f,inset 0 -1px #00000080,0 2px 6px #0a0a0a38}.Header-module__9fWxfa__activePill{background:var(--gold-metallic,linear-gradient(135deg, #f3d27a 0%, #d4af37 45%, #b8860b 100%));border:1px solid var(--gold-dark,#8a6d1a);z-index:1;pointer-events:none;border-radius:999px;width:calc(50% - 4px);transition:transform .42s cubic-bezier(.165,.84,.44,1);position:absolute;top:4px;bottom:4px;left:4px;box-shadow:inset 0 1px #ffffff8c,inset 0 -1px #8a6d1a73,0 4px 14px #d4af3773,0 1px 3px #0a0a0a40}.Header-module__9fWxfa__pillSupply{transform:translate(0)}.Header-module__9fWxfa__pillSetup{transform:translate(100%)}.Header-module__9fWxfa__modeOption{z-index:2;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.22em;color:#e8e2d1;transition:color var(--motion-fast), text-shadow var(--motion-fast);text-align:center;border-radius:999px;justify-content:center;align-items:center;min-width:108px;padding:.55rem 1.5rem;font-size:.6875rem;font-weight:700;text-decoration:none;display:inline-flex;position:relative}.Header-module__9fWxfa__modeOption:hover{color:#f3d27a}.Header-module__9fWxfa__modeOptionActive,.Header-module__9fWxfa__modeOptionActive:hover{color:var(--on-gold,#332100);text-shadow:0 1px #ffffff59}.Header-module__9fWxfa__subNavDivider{background:var(--gilt-dim);width:1px;height:1.4rem;margin:0 .5rem}.Header-module__9fWxfa__subNavLinkQuick{font-family:var(--font-sans);color:var(--ink-2);text-transform:uppercase;letter-spacing:.16em;transition:color var(--motion-fast);white-space:nowrap;border-bottom:1px solid #0000;padding:.5rem 0;font-size:.6875rem;font-weight:600;text-decoration:none}.Header-module__9fWxfa__subNavLinkQuick:hover{color:var(--gilt-deep);border-bottom-color:var(--gilt)}.Header-module__9fWxfa__subNavRight{align-items:center;gap:1.5rem;display:flex}.Header-module__9fWxfa__rollbackTag,.Header-module__9fWxfa__flashDealTag{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.2em;align-items:center;gap:.4rem;font-size:.625rem;font-weight:600;display:inline-flex}.Header-module__9fWxfa__rollbackTag{color:var(--status-error-fg)}.Header-module__9fWxfa__flashDealTag{color:var(--gilt-deep)}.Header-module__9fWxfa__rollbackTag:before,.Header-module__9fWxfa__flashDealTag:before{content:"";background:currentColor;border-radius:999px;width:4px;height:4px;display:inline-block}@media (max-width:1024px){.Header-module__9fWxfa__mainNavInner,.Header-module__9fWxfa__utilityInner,.Header-module__9fWxfa__subNavInner{padding:0 1.25rem}.Header-module__9fWxfa__deptColumn{gap:.1rem}.Header-module__9fWxfa__deptDropdown{width:min(92vw,480px)}.Header-module__9fWxfa__deptBtn{letter-spacing:.16em;padding:.55rem .95rem;font-size:.625rem}}@media (max-width:768px){.Header-module__9fWxfa__utilityBar,.Header-module__9fWxfa__subNav,.Header-module__9fWxfa__searchSection,.Header-module__9fWxfa__deptWrapper,.Header-module__9fWxfa__actionText{display:none!important}.Header-module__9fWxfa__mobileSearchRow{display:block}.Header-module__9fWxfa__mobileMenuBtn{padding:.25rem;display:block}.Header-module__9fWxfa__mainNav{padding:.5rem 0}.Header-module__9fWxfa__mainNavInner{justify-content:space-between;gap:.4rem;padding:0 .85rem}.Header-module__9fWxfa__brandingSection{flex:1;gap:.55rem;min-width:0}.Header-module__9fWxfa__actionSection{gap:.2rem}.Header-module__9fWxfa__logo{height:1.7rem}.Header-module__9fWxfa__brandName{letter-spacing:.05em;font-size:.95rem}.Header-module__9fWxfa__tagline{letter-spacing:.36em;font-size:.4rem}.Header-module__9fWxfa__userAction,.Header-module__9fWxfa__cartAction{border-color:#0000;justify-content:center;gap:.2rem;min-width:44px;min-height:44px;padding:.35rem}.Header-module__9fWxfa__mobileMenuBtn{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:inline-flex}.Header-module__9fWxfa__userAction .Header-module__9fWxfa__material-symbols-outlined,.Header-module__9fWxfa__cartAction .Header-module__9fWxfa__material-symbols-outlined{font-size:1.25rem}.Header-module__9fWxfa__mobileSearchRow{padding:.6rem .85rem}}@media (max-width:480px){.Header-module__9fWxfa__mainNav{padding:.4rem 0}.Header-module__9fWxfa__mainNavInner{gap:.3rem;padding:0 .65rem}.Header-module__9fWxfa__brandingSection{gap:.4rem}.Header-module__9fWxfa__logo{height:1.5rem}.Header-module__9fWxfa__brandName{font-size:.85rem}.Header-module__9fWxfa__tagline{font-size:.35rem}.Header-module__9fWxfa__userAction .Header-module__9fWxfa__material-symbols-outlined,.Header-module__9fWxfa__cartAction .Header-module__9fWxfa__material-symbols-outlined{font-size:1.15rem}.Header-module__9fWxfa__mobileSearchRow{padding:.5rem .65rem}.Header-module__9fWxfa__drawerHeader{padding:max(1rem, env(safe-area-inset-top)) 1rem 1rem}.Header-module__9fWxfa__drawerProfile{gap:.75rem}.Header-module__9fWxfa__drawerProfileText b{font-size:1rem}}.Header-module__9fWxfa__drawer{background:var(--surface-paper);z-index:5000;width:88%;max-width:340px;height:100dvh;transition:transform var(--motion-slow);box-shadow:1px 0 0 var(--gilt-dim), 32px 0 96px #0a0a0a2e;overscroll-behavior:contain;flex-direction:column;display:flex;position:fixed;top:0;bottom:auto;left:0;overflow:hidden;transform:translate(-101%)}.Header-module__9fWxfa__drawerOpen{transform:translate(0)}.Header-module__9fWxfa__drawerInner{flex-direction:column;flex:1;min-height:0;display:flex}.Header-module__9fWxfa__drawerHeader{padding:max(2.5rem, env(safe-area-inset-top)) 1.5rem 1.5rem;border-bottom:1px solid var(--gilt);background:#fff;position:relative}.Header-module__9fWxfa__drawerProfile{align-items:center;gap:1rem;display:flex}.Header-module__9fWxfa__drawerProfileText{flex:1;min-width:0}.Header-module__9fWxfa__drawerProfileText p{color:var(--pearl);letter-spacing:.18em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.35rem;font-size:.625rem;font-weight:500;overflow:hidden}.Header-module__9fWxfa__drawerProfileText b{color:var(--champagne);font-family:var(--font-display);letter-spacing:.01em;font-size:1.125rem;font-weight:500}@media (max-width:480px){.Header-module__9fWxfa__drawerHeader{padding:max(1rem, env(safe-area-inset-top)) 1rem 1rem}.Header-module__9fWxfa__drawerProfile{gap:.75rem}.Header-module__9fWxfa__drawerProfileText b{font-size:1rem}}.Header-module__9fWxfa__drawerClose{color:var(--champagne);cursor:pointer;transition:border-color var(--motion-fast), color var(--motion-fast);background:0 0;border:1px solid #0000;border-radius:2px;padding:.35rem;position:absolute;top:.85rem;right:.85rem}.Header-module__9fWxfa__drawerClose:hover{border-color:var(--gilt);color:var(--gilt-warm)}.Header-module__9fWxfa__drawerContent{min-height:0;padding:1.5rem 1.5rem calc(1.5rem + env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;overflow-y:auto}.Header-module__9fWxfa__drawerLabel{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.22em;color:var(--gilt-deep);border-bottom:1px solid var(--gilt-dim);margin-bottom:1rem;padding-bottom:.5rem;font-size:.625rem;font-weight:600}.Header-module__9fWxfa__drawerDivider{background:var(--gilt-dim);height:1px;margin:1.5rem 0}.Header-module__9fWxfa__drawerLink{color:var(--ink-2);transition:color var(--motion-fast);align-items:center;gap:.9rem;padding:.75rem 0;font-size:.9375rem;font-weight:500;text-decoration:none;display:flex}.Header-module__9fWxfa__drawerLink:hover{color:var(--gilt-deep)}.Header-module__9fWxfa__drawerAccHeader{width:100%;font-family:var(--font-sans);letter-spacing:.12em;text-transform:uppercase;color:var(--ink);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.85rem 0;font-size:.8125rem;font-weight:600;display:flex}.Header-module__9fWxfa__drawerSubItems{flex-direction:column;gap:0;margin-bottom:1rem;display:flex}.Header-module__9fWxfa__drawerSubItems a{min-height:44px;color:var(--ink-3);border-bottom:1px solid var(--gilt-dim);transition:color var(--motion-fast), background var(--motion-fast);align-items:center;gap:.6rem;padding:.7rem .85rem;font-size:.875rem;text-decoration:none;display:flex}.Header-module__9fWxfa__drawerSubItems a:before{content:"chevron_right";font-feature-settings:"liga";-webkit-font-feature-settings:"liga";font-variation-settings:"FILL" 0;color:var(--gilt-deep);flex-shrink:0;font-family:Material Symbols Outlined;font-size:1.1rem;font-weight:400;line-height:1}.Header-module__9fWxfa__drawerSubItems a:last-child{border-bottom:none}.Header-module__9fWxfa__drawerSubItems a:hover{color:var(--gilt-deep);background:#b8912f0f}.Header-module__9fWxfa__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:4500;touch-action:none;background:#0a0a0a73;position:fixed;inset:0}
.messaging-module__ULdOyq__shell{height:calc(100dvh - var(--header-height,10rem));background:var(--surface-cream);border:1px solid var(--gold-border);border-radius:12px;grid-template-columns:minmax(260px,340px) 1fr;gap:0;min-height:560px;display:grid;overflow:hidden}.messaging-module__ULdOyq__shellSingle{height:calc(100dvh - var(--header-height,10rem));background:var(--surface-cream);border:1px solid var(--gold-border);border-radius:12px;flex-direction:column;min-height:560px;display:flex;overflow:hidden}@media (max-width:900px){.messaging-module__ULdOyq__shell{grid-template-columns:1fr;height:auto;min-height:70vh}.messaging-module__ULdOyq__shellSingle{height:auto;min-height:70vh}.messaging-module__ULdOyq__listPane{border-right:none;border-bottom:1px solid var(--gold-border);min-height:18rem}.messaging-module__ULdOyq__threadPane{min-height:24rem}.messaging-module__ULdOyq__bubbleRow{max-width:88%}}.messaging-module__ULdOyq__listPane{border-right:1px solid var(--gold-border);background:var(--surface-cream);flex-direction:column;display:flex;overflow:hidden}.messaging-module__ULdOyq__listPaneHeader{border-bottom:1px solid var(--gold-border);justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.messaging-module__ULdOyq__listPaneTitle{font-family:var(--font-serif,serif);color:var(--ink);margin:0;font-size:1.15rem;font-weight:700}.messaging-module__ULdOyq__listPaneFilters{border-bottom:1px solid var(--gold-border);scrollbar-width:none;gap:.35rem;padding:.5rem 1rem;display:flex;overflow-x:auto}.messaging-module__ULdOyq__listPaneFilters::-webkit-scrollbar{display:none}.messaging-module__ULdOyq__filterChip{border:1px solid var(--gold-border);background:var(--surface-container);color:var(--ink-3);cursor:pointer;border-radius:999px;flex-shrink:0;padding:.3rem .75rem;font-size:.75rem;font-weight:600;transition:all .15s}.messaging-module__ULdOyq__filterChip:hover{background:var(--surface-container-high);color:var(--ink);border-color:var(--gold-dark)}.messaging-module__ULdOyq__filterChip:focus-visible{outline:2px solid var(--gold-metallic);outline-offset:2px}.messaging-module__ULdOyq__filterChipActive{background:var(--gold-metallic);color:var(--ink-pure);border-color:var(--gold-dark)}.messaging-module__ULdOyq__filterChipActive:hover{background:var(--gold-dark);color:var(--ink-pure);border-color:var(--gold-dark)}.messaging-module__ULdOyq__listPaneSearch{border-bottom:1px solid var(--gold-border);padding:.5rem 1rem .75rem}.messaging-module__ULdOyq__listPaneSearch input{border:1px solid var(--gold-border);background:var(--surface-paper);width:100%;color:var(--ink);border-radius:8px;padding:.5rem .75rem;font-size:.85rem}.messaging-module__ULdOyq__listPaneSearch input:focus{border-color:var(--gold-dark);outline:none}.messaging-module__ULdOyq__conversationList{flex:1;margin:0;padding:.5rem 0;list-style:none;overflow-y:auto}.messaging-module__ULdOyq__convoRow{cursor:pointer;border-left:3px solid #0000;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;transition:background .15s;display:flex}.messaging-module__ULdOyq__convoRow:hover{background:var(--surface-container-high)}.messaging-module__ULdOyq__convoRowActive{background:var(--surface-paper);border-left-color:var(--gold-metallic)}.messaging-module__ULdOyq__convoAvatarWrap{flex-shrink:0;width:40px;height:40px;position:relative}.messaging-module__ULdOyq__convoAvatar{background:linear-gradient(135deg, var(--ink-4) 0%, var(--ink-3) 100%);width:40px;height:40px;color:var(--ink-pure);text-transform:uppercase;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.messaging-module__ULdOyq__convoAvatarTypeC2S{background:linear-gradient(135deg,#c7b087 0%,#8b6b3c 100%)}.messaging-module__ULdOyq__convoAvatarTypeP2T{background:linear-gradient(135deg,#312e81 0%,#6366f1 100%)}.messaging-module__ULdOyq__convoAvatarTypeT2T{background:linear-gradient(135deg,#065f46 0%,#10b981 100%)}.messaging-module__ULdOyq__convoAvatarTypeTICKET{background:linear-gradient(135deg,#7c2d12 0%,#ea580c 100%)}.messaging-module__ULdOyq__presenceDot{border:2px solid var(--surface-container);background:#22c55e;border-radius:999px;width:10px;height:10px;position:absolute;bottom:-1px;right:-1px;box-shadow:0 0 0 1px #0a0a0a14}.messaging-module__ULdOyq__convoMain{flex:1;min-width:0}.messaging-module__ULdOyq__convoTitleRow{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.messaging-module__ULdOyq__convoTitle{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:600;overflow:hidden}.messaging-module__ULdOyq__convoTitleUnread{font-weight:700}.messaging-module__ULdOyq__convoTime{color:var(--ink-4);flex-shrink:0;font-size:.7rem}.messaging-module__ULdOyq__convoPreview{color:var(--ink-3);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.8rem;overflow:hidden}.messaging-module__ULdOyq__convoPreviewUnread{color:var(--ink);font-weight:500}.messaging-module__ULdOyq__convoBadgeRow{align-items:center;gap:.35rem;margin-top:4px;display:flex}.messaging-module__ULdOyq__convoBadge{text-transform:uppercase;letter-spacing:.04em;border-radius:4px;padding:1px 6px;font-size:.65rem;font-weight:700}.messaging-module__ULdOyq__convoBadgeC2S{color:var(--gold-deep);background:#8a6d1a2e}.messaging-module__ULdOyq__convoBadgeP2T{color:#312e81;background:#e0e7ff}.messaging-module__ULdOyq__convoBadgeT2T{color:#065f46;background:#d1fae5}.messaging-module__ULdOyq__convoBadgeTICKET{color:var(--gold-deep);background:#8a6d1a1f}.messaging-module__ULdOyq__convoUnreadBadge{color:var(--ink-pure);text-align:center;background:#ef5350;border-radius:999px;min-width:18px;padding:1px 6px;font-size:.65rem;font-weight:700}.messaging-module__ULdOyq__convoEmpty{text-align:center;color:var(--ink-4);padding:3rem 1.5rem;font-size:.85rem}.messaging-module__ULdOyq__threadPane{background:var(--surface-cream);flex-direction:column;height:100%;display:flex;overflow:hidden}.messaging-module__ULdOyq__threadHeader{border-bottom:1px solid var(--gold-border);background:var(--surface-cream);flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1.25rem;display:flex}.messaging-module__ULdOyq__threadHeaderLeft{align-items:center;gap:.75rem;min-width:0;display:flex}.messaging-module__ULdOyq__threadHeaderTitle{font-family:var(--font-serif,serif);color:var(--ink);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1.1rem;font-weight:700;overflow:hidden}.messaging-module__ULdOyq__threadHeaderSubtitle{color:var(--ink-3);margin:2px 0 0;font-size:.75rem}.messaging-module__ULdOyq__threadHeaderActions{flex-shrink:0;gap:.35rem;display:flex}.messaging-module__ULdOyq__iconBtn{border:1px solid var(--gold-border);background:var(--surface-container);cursor:pointer;width:34px;height:34px;color:var(--ink-3);border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.messaging-module__ULdOyq__iconBtn:hover{background:var(--surface-container-high);color:var(--ink)}.messaging-module__ULdOyq__iconBtn:disabled{opacity:.5;cursor:not-allowed}.messaging-module__ULdOyq__messageList{background:var(--surface-cream);flex-direction:column;flex:1;gap:.5rem;padding:1.25rem;display:flex;overflow-y:auto}.messaging-module__ULdOyq__messageDaySep{text-align:center;color:var(--ink-4);text-transform:uppercase;letter-spacing:.08em;margin:1rem 0 .5rem;font-size:.7rem}.messaging-module__ULdOyq__bubbleRow{align-items:flex-end;gap:.5rem;max-width:72%;display:flex}.messaging-module__ULdOyq__bubbleRowSelf{flex-direction:row-reverse;align-self:flex-end}.messaging-module__ULdOyq__bubbleAvatar{background:var(--surface-container-high);width:28px;height:28px;color:var(--ink);text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.messaging-module__ULdOyq__bubbleContent{flex-direction:column;gap:2px;min-width:0;display:flex}.messaging-module__ULdOyq__bubbleContentSelf{align-items:flex-end}.messaging-module__ULdOyq__bubbleMeta{color:var(--ink-4);align-items:center;gap:.35rem;font-size:.7rem;display:flex}.messaging-module__ULdOyq__bubbleMetaSender{color:var(--ink-3);font-weight:600}.messaging-module__ULdOyq__bubble{color:var(--ink);background:var(--surface-paper);border:1px solid var(--gold-border);word-break:break-word;white-space:pre-wrap;border-radius:14px;max-width:100%;padding:.55rem .85rem;font-size:.9rem;line-height:1.45}.messaging-module__ULdOyq__bubbleSelf{background:var(--gold-metallic);border-color:var(--gold-dark);color:var(--ink-pure);border-bottom-right-radius:4px}.messaging-module__ULdOyq__bubbleOther{border-bottom-left-radius:4px}.messaging-module__ULdOyq__bubbleDeleted{color:var(--ink-4);font-style:italic}.messaging-module__ULdOyq__bubbleModerated{color:#fca5a5;background:#ef444426;border-color:#ef444466;font-style:italic}.messaging-module__ULdOyq__bubbleReplyTo{background:var(--surface-container-high);border-left:3px solid var(--gold-dark);color:var(--ink-3);text-overflow:ellipsis;white-space:nowrap;border-radius:4px;max-width:280px;margin-bottom:.35rem;padding:.35rem .55rem;font-size:.75rem;overflow:hidden}.messaging-module__ULdOyq__systemMessage{color:var(--ink-3);background:var(--surface-container-high);border-radius:999px;align-self:center;margin:.25rem 0;padding:.35rem .75rem;font-size:.75rem}.messaging-module__ULdOyq__typingIndicator{color:var(--ink-4);background:var(--surface-container);border-top:1px solid var(--gold-border);padding:.35rem 1.25rem;font-size:.75rem}.messaging-module__ULdOyq__composer{border-top:1px solid var(--gold-border);background:var(--surface-cream);flex-shrink:0;padding:.75rem}.messaging-module__ULdOyq__composerRow{align-items:flex-end;gap:.5rem;display:flex}.messaging-module__ULdOyq__composerTextarea{border:1px solid var(--gold-border);min-height:44px;max-height:200px;font:inherit;color:var(--ink);background:var(--surface-paper);resize:none;border-radius:12px;flex:1;padding:.6rem .85rem;font-size:.9rem;line-height:1.4}.messaging-module__ULdOyq__composerTextarea:focus{border-color:var(--gold-dark);outline:none}.messaging-module__ULdOyq__composerSend{background:var(--gold-metallic);height:44px;color:var(--ink-pure);cursor:pointer;white-space:nowrap;border:none;border-radius:12px;align-items:center;gap:.35rem;padding:0 1.1rem;font-size:.9rem;font-weight:600;display:inline-flex}.messaging-module__ULdOyq__composerSend:disabled{background:var(--surface-container-high);color:var(--ink-4);cursor:not-allowed}.messaging-module__ULdOyq__composerSend:hover:not(:disabled){background:var(--gold-dark)}.messaging-module__ULdOyq__composerAttachBtn{border:1px solid var(--gold-border);background:var(--surface-container);width:44px;height:44px;color:var(--ink-3);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.messaging-module__ULdOyq__composerAttachBtn:hover{background:var(--surface-container-high);color:var(--ink)}.messaging-module__ULdOyq__attachmentList{flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem;display:flex}.messaging-module__ULdOyq__attachmentChip{background:var(--surface-container-high);color:var(--ink-3);border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .6rem;font-size:.75rem;display:inline-flex}.messaging-module__ULdOyq__attachmentChip button{cursor:pointer;color:var(--ink-4);background:0 0;border:none;font-size:.8rem}.messaging-module__ULdOyq__attachmentError{color:#fca5a5;margin:0 0 .35rem;font-size:.75rem}.messaging-module__ULdOyq__emptyThread{color:var(--ink-3);text-align:center;background:var(--surface-cream);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.messaging-module__ULdOyq__emptyThread h3{font-family:var(--font-serif,serif);color:var(--ink);margin:0 0 .5rem;font-size:1.2rem}.messaging-module__ULdOyq__ticketLayout{height:calc(100vh - var(--header-height,10rem));background:var(--surface-paper);border:1px solid var(--gold-border);border-radius:12px;grid-template-columns:1fr 320px;gap:0;min-height:560px;display:grid;overflow:hidden}@media (max-width:1024px){.messaging-module__ULdOyq__ticketLayout{grid-template-columns:1fr;height:auto}}.messaging-module__ULdOyq__ticketRail{background:var(--surface-container);border-left:1px solid var(--gold-border);flex-direction:column;gap:1.25rem;padding:1.25rem;display:flex;overflow-y:auto}@media (max-width:1024px){.messaging-module__ULdOyq__ticketRail{border-left:none;border-top:1px solid var(--gold-border)}}.messaging-module__ULdOyq__railSection h4{text-transform:uppercase;letter-spacing:.08em;color:var(--ink-4);margin:0 0 .5rem;font-size:.7rem;font-weight:700}.messaging-module__ULdOyq__railField{flex-direction:column;gap:3px;display:flex}.messaging-module__ULdOyq__railFieldLabel{color:var(--ink-4);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:600}.messaging-module__ULdOyq__railFieldValue{color:var(--ink);font-size:.9rem;font-weight:500}.messaging-module__ULdOyq__statusChip{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:.2rem .6rem;font-size:.7rem;font-weight:700;display:inline-flex}.messaging-module__ULdOyq__statusOPEN{background:var(--status-error-bg);color:var(--status-error-fg)}.messaging-module__ULdOyq__statusTRIAGED{color:var(--gold-deep);background:#8a6d1a2e}.messaging-module__ULdOyq__statusIN_PROGRESS{background:var(--status-info-bg);color:var(--status-info-fg)}.messaging-module__ULdOyq__statusWAITING_CUSTOMER{color:#5b21b6;background:#ede9fe}.messaging-module__ULdOyq__statusWAITING_TENANT{color:#9d174d;background:#fce7f3}.messaging-module__ULdOyq__statusRESOLVED{background:var(--status-success-bg);color:var(--status-success-fg)}.messaging-module__ULdOyq__statusCLOSED{background:var(--status-neutral-bg);color:var(--status-neutral-fg)}.messaging-module__ULdOyq__statusCANCELLED{color:var(--ink-4);background:#f3f4f6}.messaging-module__ULdOyq__priorityChip{text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:.15rem .5rem;font-size:.65rem;font-weight:700;display:inline-flex}.messaging-module__ULdOyq__priorityCRITICAL{color:var(--ink-pure);background:#dc2626}.messaging-module__ULdOyq__priorityHIGH{color:var(--ink-pure);background:#f97316}.messaging-module__ULdOyq__priorityNORMAL{color:#374151;background:#e5e7eb}.messaging-module__ULdOyq__priorityLOW{color:#64748b;background:#f1f5f9}.messaging-module__ULdOyq__slaBreached{color:#fca5a5;align-items:center;gap:4px;font-size:.75rem;font-weight:600;display:inline-flex}.messaging-module__ULdOyq__slaOk{color:#86efac;align-items:center;gap:4px;font-size:.75rem;font-weight:600;display:inline-flex}:is(.messaging-module__ULdOyq__slaBreached .material-symbols-outlined,.messaging-module__ULdOyq__slaOk .material-symbols-outlined){font-size:14px}.messaging-module__ULdOyq__table{border-collapse:collapse;background:var(--surface-paper);width:100%}.messaging-module__ULdOyq__table th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-3);background:var(--surface-container);border-bottom:1px solid var(--gold-border);padding:.75rem 1rem;font-size:.7rem;font-weight:700}.messaging-module__ULdOyq__table td{color:var(--ink);border-bottom:1px solid var(--gold-border);padding:.9rem 1rem;font-size:.85rem}.messaging-module__ULdOyq__table tr{cursor:pointer;transition:background .15s}.messaging-module__ULdOyq__table tr:hover td{background:var(--surface-container-high)}.messaging-module__ULdOyq__tableWrap{border:1px solid var(--gold-border);border-radius:12px;overflow:auto hidden}.messaging-module__ULdOyq__tableCaption{border-bottom:1px solid var(--gold-border);background:var(--surface-cream);justify-content:space-between;align-items:center;gap:.75rem;padding:.95rem 1rem;display:flex}.messaging-module__ULdOyq__tableCaptionTitle{color:var(--ink);font-size:.85rem;font-weight:700}.messaging-module__ULdOyq__tableCaptionMeta{color:var(--ink-3);font-size:.78rem}.messaging-module__ULdOyq__ticketPageLead{color:var(--ink-3);margin:.4rem 0 0;font-size:.92rem}.messaging-module__ULdOyq__ticketSummaryGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-bottom:1rem;display:grid}.messaging-module__ULdOyq__broadcastPanel{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1.25rem;display:grid}.messaging-module__ULdOyq__ticketSummaryCard{border:1px solid var(--gold-border);background:var(--surface-paper);border-radius:14px;padding:1rem 1.1rem}.messaging-module__ULdOyq__ticketSummaryLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:.45rem;font-size:.72rem;font-weight:700;display:block}.messaging-module__ULdOyq__ticketSummaryValue{font-family:var(--font-serif,serif);color:var(--ink-pure);font-size:1.35rem;display:block}.messaging-module__ULdOyq__ticketSummaryHint{color:var(--ink-3);margin-top:.35rem;font-size:.8rem;display:block}.messaging-module__ULdOyq__ticketFilterBar{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.messaging-module__ULdOyq__ticketFilterRow{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.messaging-module__ULdOyq__ticketSelect{border:1px solid var(--gold-border);background:var(--surface-paper);min-height:44px;color:var(--ink);border-radius:12px;padding:.65rem .85rem;font-size:.85rem}.messaging-module__ULdOyq__ticketSelect:focus,.messaging-module__ULdOyq__ticketInput:focus,.messaging-module__ULdOyq__ticketTextarea:focus{border-color:var(--gold-border-strong);outline:none;box-shadow:0 0 0 3px #8a6d1a1f}.messaging-module__ULdOyq__ticketCheckbox{min-height:44px;color:var(--ink);cursor:pointer;align-items:center;gap:.55rem;padding:0 .25rem;font-size:.82rem;display:inline-flex}.messaging-module__ULdOyq__ticketCheckbox input{width:16px;height:16px;accent-color:var(--gold-deep)}.messaging-module__ULdOyq__alertError{border:1px solid var(--status-error-bd);background:var(--status-error-bg);color:var(--status-error-fg);border-radius:12px;padding:.85rem 1rem;font-size:.88rem}.messaging-module__ULdOyq__ticketEmptyState{border:1px dashed var(--gold-border-strong);background:linear-gradient(180deg, var(--surface-paper) 0%, var(--surface-cream) 100%);text-align:center;border-radius:16px;padding:2.75rem 1.75rem}.messaging-module__ULdOyq__ticketEmptyTitle{font-family:var(--font-serif,serif);color:var(--ink-pure);margin:0 0 .45rem;font-size:1.2rem}.messaging-module__ULdOyq__ticketEmptyBody{color:var(--ink-3);margin:0;font-size:.92rem}@media (max-width:1024px){.messaging-module__ULdOyq__broadcastPanel,.messaging-module__ULdOyq__ticketSummaryGrid{grid-template-columns:1fr}}.messaging-module__ULdOyq__monoText{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.messaging-module__ULdOyq__mutedText{color:var(--ink-3)}.messaging-module__ULdOyq__ticketSubjectCell{flex-direction:column;gap:.35rem;display:flex}.messaging-module__ULdOyq__ticketSubjectLine{color:var(--ink-pure);font-weight:600}.messaging-module__ULdOyq__ticketSubtleMeta{color:var(--ink-3);font-size:.76rem}.messaging-module__ULdOyq__ticketActionBar{border:1px solid var(--gold-border);background:var(--surface-paper);border-radius:14px;flex-wrap:wrap;align-items:flex-start;gap:.75rem;margin-bottom:1rem;padding:.85rem 1rem;display:flex}.messaging-module__ULdOyq__ticketActionGroup{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.messaging-module__ULdOyq__ticketActionDivider{flex:1;min-width:1rem}.messaging-module__ULdOyq__btnPrimary,.messaging-module__ULdOyq__btnSecondary,.messaging-module__ULdOyq__btnUtility,.messaging-module__ULdOyq__btnDanger{letter-spacing:.08em;text-transform:uppercase;cursor:pointer;min-height:42px;transition:transform var(--motion-med), box-shadow var(--motion-med), background var(--motion-med), border-color var(--motion-med), color var(--motion-med);border-radius:999px;padding:.72rem 1rem;font-size:.78rem;font-weight:800}.messaging-module__ULdOyq__btnPrimary{border:1px solid var(--gold-dark);background:var(--gold-metallic);color:var(--on-gold);box-shadow:0 10px 20px #775a1933}.messaging-module__ULdOyq__btnPrimary:hover:not(:disabled),.messaging-module__ULdOyq__btnSecondary:hover:not(:disabled),.messaging-module__ULdOyq__btnUtility:hover:not(:disabled),.messaging-module__ULdOyq__btnDanger:hover:not(:disabled){transform:translateY(-2px)}.messaging-module__ULdOyq__btnPrimary:hover:not(:disabled){box-shadow:0 15px 30px #775a1947}.messaging-module__ULdOyq__btnSecondary{border:1px solid var(--gold-deep);background:var(--surface-paper);color:var(--gold-deep)}.messaging-module__ULdOyq__btnSecondary:hover:not(:disabled){background:var(--gold-tint)}.messaging-module__ULdOyq__btnUtility{border:1px solid var(--gold-border);background:var(--surface-cream);color:var(--ink)}.messaging-module__ULdOyq__btnUtility:hover:not(:disabled){border-color:var(--gold-border-strong);background:var(--surface-paper)}.messaging-module__ULdOyq__btnDanger{border:1px solid var(--status-error-bd);background:var(--surface-paper);color:var(--status-error-fg)}.messaging-module__ULdOyq__btnDanger:hover:not(:disabled){background:#dc262614}.messaging-module__ULdOyq__btnPrimary:disabled,.messaging-module__ULdOyq__btnSecondary:disabled,.messaging-module__ULdOyq__btnUtility:disabled,.messaging-module__ULdOyq__btnDanger:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.messaging-module__ULdOyq__ticketBanner{border:1px solid var(--gold-border);background:linear-gradient(180deg, #faf4e4eb 0%, var(--surface-paper) 100%);border-radius:14px;margin-bottom:1rem;padding:.95rem 1rem}.messaging-module__ULdOyq__ticketBannerHeader{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.messaging-module__ULdOyq__ticketBannerTitle{letter-spacing:.08em;text-transform:uppercase;color:var(--gold-deep);font-size:.76rem;font-weight:800}.messaging-module__ULdOyq__ticketBannerText{color:var(--ink);white-space:pre-wrap;margin:0;font-size:.88rem;line-height:1.55}.messaging-module__ULdOyq__ticketSidePanel{background:var(--surface-paper);border-left:1px solid var(--gold-border);flex-direction:column;gap:1rem;padding:1.25rem;display:flex;overflow-y:auto}.messaging-module__ULdOyq__ticketPanelCard{border:1px solid var(--gold-border);background:linear-gradient(180deg, var(--surface-paper) 0%, var(--surface-cream) 100%);border-radius:14px;padding:1rem}.messaging-module__ULdOyq__ticketPanelTitle{letter-spacing:.08em;text-transform:uppercase;color:var(--gold-deep);margin:0 0 .75rem;font-size:.74rem;font-weight:800}.messaging-module__ULdOyq__ticketFieldStack{flex-direction:column;gap:.75rem;display:flex}.messaging-module__ULdOyq__ticketFieldGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.messaging-module__ULdOyq__ticketField{flex-direction:column;gap:.35rem;display:flex}.messaging-module__ULdOyq__ticketFieldLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);font-size:.72rem;font-weight:700}.messaging-module__ULdOyq__ticketInput,.messaging-module__ULdOyq__ticketTextarea{border:1px solid var(--gold-border);background:var(--surface-paper);width:100%;color:var(--ink);font:inherit;border-radius:12px;padding:.72rem .85rem;font-size:.88rem}.messaging-module__ULdOyq__ticketTextarea{resize:vertical;min-height:120px;line-height:1.5}.messaging-module__ULdOyq__ticketFieldHint{color:var(--ink-4);font-size:.76rem}.messaging-module__ULdOyq__ticketMetaBar{flex-wrap:wrap;align-items:center;gap:.45rem;margin-top:.6rem;display:flex}.messaging-module__ULdOyq__ticketMetaPill{border:1px solid var(--gold-border);background:var(--surface-cream);min-height:28px;color:var(--ink-3);border-radius:999px;align-items:center;padding:.2rem .65rem;font-size:.72rem;font-weight:700;display:inline-flex}.messaging-module__ULdOyq__timelineList{flex-direction:column;gap:.8rem;margin:0;padding:0;list-style:none;display:flex}.messaging-module__ULdOyq__timelineItem{padding-left:1rem;position:relative}.messaging-module__ULdOyq__timelineItem:before{content:"";background:var(--gold-deep);border-radius:50%;width:8px;height:8px;position:absolute;top:.38rem;left:0;box-shadow:0 0 0 3px #8a6d1a1f}.messaging-module__ULdOyq__timelineTitle{color:var(--ink-pure);font-size:.84rem;font-weight:700;display:block}.messaging-module__ULdOyq__timelineMeta{color:var(--ink-4);margin-top:.18rem;font-size:.74rem;display:block}.messaging-module__ULdOyq__timelineNote{color:var(--ink-3);margin-top:.3rem;font-size:.8rem;line-height:1.45;display:block}.messaging-module__ULdOyq__ticketSplitLayout{grid-template-columns:1fr minmax(260px,320px);gap:1.5rem;display:grid}.messaging-module__ULdOyq__customerRail{top:calc(var(--header-height) + 1rem);max-height:calc(100vh - var(--header-height,10rem) - 2rem);align-self:start;position:sticky;overflow-y:auto}.messaging-module__ULdOyq__ratingRow{gap:.2rem;display:flex}.messaging-module__ULdOyq__ratingBtn{cursor:pointer;color:var(--ink-5);background:0 0;border:none;font-size:1.5rem}.messaging-module__ULdOyq__ratingBtnActive{color:var(--gold-deep)}.messaging-module__ULdOyq__inlineButton{color:var(--gold-deep);cursor:pointer;background:0 0;border:none;padding:0;font-size:.76rem;font-weight:700}@media (max-width:1024px){.messaging-module__ULdOyq__ticketSummaryGrid,.messaging-module__ULdOyq__ticketFieldGrid,.messaging-module__ULdOyq__ticketSplitLayout{grid-template-columns:1fr}.messaging-module__ULdOyq__ticketSidePanel{border-left:none;border-top:1px solid var(--gold-border)}.messaging-module__ULdOyq__customerRail{max-height:none;position:static}}@media (max-width:768px){.messaging-module__ULdOyq__shell,.messaging-module__ULdOyq__shellSingle,.messaging-module__ULdOyq__ticketLayout{min-height:calc(100dvh - var(--header-height,10rem) - 2rem);border-radius:16px}.messaging-module__ULdOyq__threadHeader{flex-wrap:wrap;align-items:flex-start}.messaging-module__ULdOyq__threadHeaderActions{justify-content:flex-start;width:100%}.messaging-module__ULdOyq__messageList{padding:1rem}.messaging-module__ULdOyq__composer{padding:.75rem .75rem calc(.75rem + env(safe-area-inset-bottom,0px))}.messaging-module__ULdOyq__composerRow{flex-wrap:wrap}.messaging-module__ULdOyq__composerAttachBtn,.messaging-module__ULdOyq__composerSend{min-height:44px}.messaging-module__ULdOyq__composerSend{justify-content:center;width:100%}.messaging-module__ULdOyq__composerTextarea{min-height:7rem}.messaging-module__ULdOyq__tableCaption{flex-direction:column;align-items:flex-start}}.messaging-module__ULdOyq__bellButton{cursor:pointer;color:inherit;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:6px;display:inline-flex;position:relative}.messaging-module__ULdOyq__bellButton:hover{background:#ffffff0f}.messaging-module__ULdOyq__bellBadge{color:var(--ink-pure);text-align:center;border:2px solid var(--ink-pure);background:#ef5350;border-radius:999px;min-width:16px;padding:1px 5px;font-size:.62rem;font-weight:700;position:absolute;top:0;right:0}.messaging-module__ULdOyq__bellPopover{background:var(--surface-paper);border:1px solid var(--gold-border);z-index:1500;border-radius:12px;flex-direction:column;width:340px;max-height:70vh;display:flex;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 10px 30px #00000080}.messaging-module__ULdOyq__bellPopoverHeader{border-bottom:1px solid var(--gold-border);background:var(--surface-container);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.messaging-module__ULdOyq__bellPopoverList{flex:1;margin:0;padding:0;list-style:none;overflow-y:auto}.messaging-module__ULdOyq__bellPopoverEmpty{text-align:center;color:var(--ink-4);padding:2.5rem 1rem;font-size:.85rem}.messaging-module__ULdOyq__bellPopoverFooter{border-top:1px solid var(--gold-border);text-align:center;background:var(--surface-container);padding:.6rem 1rem}.messaging-module__ULdOyq__bellPopoverFooter a{color:var(--gold-dark);font-size:.8rem;font-weight:600;text-decoration:none}.messaging-module__ULdOyq__bellPopoverFooter a:hover{text-decoration:underline}
.Footer-module__nhiC3q__siteFooter{background:var(--surface-dark,#0f0f0f);color:#e8e2d1;border-top:1px solid #d4af372e;position:relative}.Footer-module__nhiC3q__siteFooter:before{content:"";background:linear-gradient(90deg,#0000 0%,#d4af378c 18% 82%,#0000 100%);height:1px;position:absolute;inset:0 0 auto}.Footer-module__nhiC3q__siteFooter:after{content:"";pointer-events:none;background:radial-gradient(1200px 380px at 50% 0,#d4af370f 0%,#0000 70%);position:absolute;inset:0}.Footer-module__nhiC3q__grid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:4rem;padding-top:4.5rem;padding-bottom:3rem;display:grid;position:relative}.Footer-module__nhiC3q__brandCol{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__nhiC3q__brandLockup{align-items:center;gap:1rem;display:flex}.Footer-module__nhiC3q__brandLogo{filter:drop-shadow(0 0 8px #d4af3759);width:auto;height:3.25rem}.Footer-module__nhiC3q__brandName{font-family:var(--font-display);color:#f5ecd0;letter-spacing:.02em;font-variation-settings:"opsz" 144, "SOFT" 30;margin:0;font-size:1.4rem;font-weight:500;line-height:1.15}.Footer-module__nhiC3q__brandNameItalic{color:#d9c074;letter-spacing:.01em;font-size:1.3rem;font-style:italic;font-weight:400;display:block}.Footer-module__nhiC3q__brandTagline{font-family:var(--font-sans);color:#bfb69e;max-width:320px;margin:.5rem 0 0;font-size:.875rem;line-height:1.7}.Footer-module__nhiC3q__colLabel{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.24em;color:#d9c074;border-bottom:1px solid #d4af3738;margin:0 0 1.5rem;padding-bottom:.85rem;font-size:.6875rem;font-weight:600;display:inline-block;position:relative}.Footer-module__nhiC3q__colLabel:after{content:"";background:#d4af37;width:28px;height:1px;position:absolute;bottom:-1px;left:0}.Footer-module__nhiC3q__linkList{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__nhiC3q__linkList a,.Footer-module__nhiC3q__linkList .Footer-module__nhiC3q__contactItem,.Footer-module__nhiC3q__contactItem{font-family:var(--font-sans);color:#e8e2d1;transition:color var(--motion-fast);align-items:center;gap:.75rem;font-size:.875rem;text-decoration:none;display:inline-flex}.Footer-module__nhiC3q__linkList a:hover,.Footer-module__nhiC3q__contactItem:hover{color:#f3d27a}.Footer-module__nhiC3q__contactItem .material-symbols-outlined{color:#d4af37;font-variation-settings:"FILL" 0;font-size:1.1rem}.Footer-module__nhiC3q__contactAddr{color:#e8e2d1;transition:color var(--motion-fast);align-items:flex-start;gap:.75rem;line-height:1.6;text-decoration:none;display:inline-flex}.Footer-module__nhiC3q__contactAddr:hover{color:#f3d27a}.Footer-module__nhiC3q__contactAddr .material-symbols-outlined{color:#d4af37;margin-top:.15rem;font-size:1.1rem}.Footer-module__nhiC3q__legalRow{z-index:1;border-top:1px solid #d4af372e;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-top:4rem;padding-top:1.85rem;padding-bottom:2rem;display:flex;position:relative}.Footer-module__nhiC3q__legalRow:before{content:"№ MMXXVI";background:var(--surface-dark,#0f0f0f);font-family:var(--font-mono);letter-spacing:.32em;color:#d9c074;text-transform:uppercase;padding:0 1rem;font-size:.625rem;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.Footer-module__nhiC3q__copy{font-family:var(--font-sans);color:#8f876f;text-transform:uppercase;letter-spacing:.18em;font-size:.6875rem;font-weight:500}.Footer-module__nhiC3q__legalLinks{gap:1.75rem;display:flex}.Footer-module__nhiC3q__legalLinks a{color:#8f876f;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.18em;transition:color var(--motion-fast);font-size:.6875rem;font-weight:500;text-decoration:none}.Footer-module__nhiC3q__legalLinks a:hover{color:#f3d27a}@media (max-width:768px){.Footer-module__nhiC3q__grid{gap:2.5rem;padding-top:3rem;padding-bottom:2rem}.Footer-module__nhiC3q__legalRow{flex-direction:column;align-items:flex-start;gap:1.25rem;margin-top:2.5rem;padding-top:1.5rem}.Footer-module__nhiC3q__legalLinks{gap:1.25rem}.Footer-module__nhiC3q__brandLogo{height:2.5rem}.Footer-module__nhiC3q__brandName{font-size:1.2rem}}
.AccountShell-module__Sf2WHG__main{background:var(--surface-cream);min-height:100vh;padding-top:var(--header-height)}.AccountShell-module__Sf2WHG__grid{grid-template-columns:minmax(240px,280px) minmax(0,1fr);gap:2.5rem;max-width:1440px;margin:0 auto;padding:2rem 3rem 4rem;display:grid}.AccountShell-module__Sf2WHG__aside{top:calc(var(--header-height) + 1rem);border:1px solid var(--gold-border);background:color-mix(in srgb, var(--surface-paper) 78%, var(--surface-cream) 22%);box-shadow:var(--shadow-sm);border-radius:1.5rem;align-self:start;padding:1.35rem;position:sticky}.AccountShell-module__Sf2WHG__asideTitle{font-family:var(--font-serif,serif);color:var(--ink);margin:0 0 1.25rem;font-size:1.4rem;font-weight:800}.AccountShell-module__Sf2WHG__nav{flex-direction:column;gap:.3rem;display:flex}.AccountShell-module__Sf2WHG__navLink,.AccountShell-module__Sf2WHG__logoutButton{transition:transform var(--motion-med), background var(--motion-med), border-color var(--motion-med), color var(--motion-med), box-shadow var(--motion-med);border-radius:999px;align-items:center;gap:.65rem;padding:.8rem .95rem;font-size:.9rem;text-decoration:none;display:inline-flex}.AccountShell-module__Sf2WHG__navLink{color:var(--ink-3);border:1px solid #0000;font-weight:600}.AccountShell-module__Sf2WHG__navLink:hover{background:var(--surface-paper);color:var(--ink);border-color:var(--gold-border);transform:translateY(-1px)}.AccountShell-module__Sf2WHG__navLinkActive{background:linear-gradient(135deg, #faf4e4f5 0%, var(--surface-paper) 100%);color:var(--gold-deep);border-color:var(--gold-border-strong);font-weight:700;box-shadow:0 10px 22px #8a6d1a1f}.AccountShell-module__Sf2WHG__navIcon{font-size:20px}.AccountShell-module__Sf2WHG__logoutButton{color:var(--status-error-fg);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;margin-top:.85rem;font-weight:700}.AccountShell-module__Sf2WHG__logoutButton:hover{border-color:var(--status-error-bd);background:#b91c1c14}.AccountShell-module__Sf2WHG__section{min-width:0}.AccountShell-module__Sf2WHG__sectionHeader{top:var(--header-height);z-index:40;border-bottom:1px solid var(--gold-border);background:color-mix(in srgb, var(--surface-cream) 92%, white 8%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin:0 0 1.5rem;padding:1rem 0;display:flex;position:sticky}.AccountShell-module__Sf2WHG__sectionTitle{font-family:var(--font-serif,serif);color:var(--ink);margin:0;font-size:clamp(1.9rem,3vw,2.3rem);font-weight:800}.AccountShell-module__Sf2WHG__sectionActions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}@media (max-width:1024px){.AccountShell-module__Sf2WHG__grid{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 1.25rem 3rem}.AccountShell-module__Sf2WHG__aside{position:static}}@media (min-width:769px) and (max-width:1023px){.AccountShell-module__Sf2WHG__aside{border-radius:999px;width:100%;padding:.5rem}.AccountShell-module__Sf2WHG__asideTitle{display:none}.AccountShell-module__Sf2WHG__nav{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;flex-flow:row;gap:.4rem;overflow-x:auto}.AccountShell-module__Sf2WHG__nav::-webkit-scrollbar{display:none}.AccountShell-module__Sf2WHG__navLink,.AccountShell-module__Sf2WHG__logoutButton{white-space:nowrap;flex-shrink:0}.AccountShell-module__Sf2WHG__logoutButton{margin-top:0}}@media (max-width:768px){.AccountShell-module__Sf2WHG__grid{padding:1rem .85rem 2.5rem}.AccountShell-module__Sf2WHG__aside{border-radius:1.1rem;padding:1rem}.AccountShell-module__Sf2WHG__navLink,.AccountShell-module__Sf2WHG__logoutButton{min-height:44px}.AccountShell-module__Sf2WHG__sectionHeader{align-items:flex-start;padding-top:.85rem}.AccountShell-module__Sf2WHG__sectionActions{width:100%}}
.Orders-module__n_AZ1G__container{background-color:var(--surface-cream);max-width:100%;min-height:100vh;color:var(--ink);flex-direction:column;margin-left:240px;padding:1.75rem 1.75rem 2rem;display:flex}.Orders-module__n_AZ1G__header{z-index:50;background:var(--surface-cream);border-bottom:1px solid var(--hairline);box-shadow:0 1px 0 var(--hairline);justify-content:space-between;align-items:center;gap:1.25rem;margin:-1.75rem -1.75rem 1.25rem;padding:1rem 1.75rem;display:flex;position:sticky;top:0}.Orders-module__n_AZ1G__title{font-family:var(--font-serif);color:var(--ink);letter-spacing:-.01em;padding-left:.85rem;font-size:1.75rem;font-weight:800;line-height:1.1;position:relative}.Orders-module__n_AZ1G__title:before{content:"";background:var(--grad-gold);border-radius:2px;width:4px;position:absolute;top:.35rem;bottom:.35rem;left:0}.Orders-module__n_AZ1G__card{background:var(--surface-paper);border:1px solid var(--hairline);border-radius:var(--radius-l);box-shadow:var(--shadow-sm);flex-direction:column;flex:1;margin-bottom:0;padding:0;display:flex;overflow:hidden}.Orders-module__n_AZ1G__tableGroup{flex:1;overflow:auto}.Orders-module__n_AZ1G__table{border-collapse:collapse;width:100%}.Orders-module__n_AZ1G__table th{text-align:left;background:var(--ink-pure);color:var(--surface-paper);text-transform:uppercase;letter-spacing:.1em;border-bottom:2px solid var(--gold-deep);z-index:10;white-space:nowrap;padding:.75rem 1.1rem;font-size:.7rem;font-weight:800;position:sticky;top:0}.Orders-module__n_AZ1G__table td{border-bottom:1px solid var(--hairline);color:var(--ink-2);vertical-align:middle;padding:.7rem 1.1rem;font-size:.9rem}.Orders-module__n_AZ1G__table tr:hover td{background:var(--gold-tint)}.Orders-module__n_AZ1G__orderId{font-family:"Manrope", var(--font-sans), sans-serif;color:var(--ink-pure);letter-spacing:-.01em;font-weight:800}.Orders-module__n_AZ1G__customerInfo{flex-direction:column;gap:.25rem;display:flex}.Orders-module__n_AZ1G__customerName{color:var(--ink);font-size:.95rem;font-weight:700}.Orders-module__n_AZ1G__customerEmail{color:var(--ink-5);font-size:.8rem}.Orders-module__n_AZ1G__statusBadge{text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:.35rem;padding:.45rem .85rem;font-size:.7rem;font-weight:800;line-height:1;display:inline-flex}.Orders-module__n_AZ1G__pending{background:var(--status-warning-bg);color:var(--status-warning-fg);border-color:var(--status-warning-bd)}.Orders-module__n_AZ1G__processing{background:var(--status-info-bg);color:var(--status-info-fg);border-color:var(--status-info-bd)}.Orders-module__n_AZ1G__shipped{background:var(--status-purple-bg);color:var(--status-purple-fg);border-color:var(--status-purple-bd)}.Orders-module__n_AZ1G__delivered{background:var(--status-success-bg);color:var(--status-success-fg);border-color:var(--status-success-bd)}.Orders-module__n_AZ1G__cancelled{background:var(--status-error-bg);color:var(--status-error-fg);border-color:var(--status-error-bd)}.Orders-module__n_AZ1G__actions{gap:.5rem;display:flex}.Orders-module__n_AZ1G__actionBtn{border-radius:var(--radius-s);cursor:pointer;border:1px solid var(--hairline-2);background:var(--surface-paper);color:var(--ink-2);white-space:nowrap;justify-content:center;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.8rem;font-weight:700;transition:all .15s;display:inline-flex}.Orders-module__n_AZ1G__actionBtn:hover{background:var(--ink-pure);color:var(--gold-primary);border-color:var(--ink-pure);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.Orders-module__n_AZ1G__btnPrimary{background:var(--grad-gold);color:var(--ink-pure);border:1px solid var(--gold-border-strong);box-shadow:var(--shadow-gold-sm);text-shadow:0 1px #ffffff59;letter-spacing:.02em;font-weight:800;transition:all .2s}.Orders-module__n_AZ1G__btnPrimary:hover{background:var(--grad-gold-hover);color:var(--ink-pure);box-shadow:var(--shadow-gold-md);border-color:var(--gold-primary);filter:none;transform:translateY(-2px)}.Orders-module__n_AZ1G__btnDark{background:var(--grad-dark);color:var(--gold-soft);border:1px solid var(--ink-pure);box-shadow:var(--shadow-md);font-weight:800}.Orders-module__n_AZ1G__btnDark:hover{background:var(--ink);color:var(--champagne);border-color:var(--gold-primary);transform:translateY(-2px)}.Orders-module__n_AZ1G__btnGhost{color:var(--gold-deep);border:1px solid var(--gold-border-strong);background:0 0}.Orders-module__n_AZ1G__btnGhost:hover{background:var(--gold-tint);color:var(--ink-pure);border-color:var(--gold-primary)}.Orders-module__n_AZ1G__input,.Orders-module__n_AZ1G__select,.Orders-module__n_AZ1G__textarea{border-radius:var(--radius-s);border:1.5px solid var(--hairline-2);background:var(--surface-paper);width:100%;font-family:var(--font-sans);color:var(--ink);padding:.85rem 1rem;font-size:.9rem;transition:all .2s}.Orders-module__n_AZ1G__select{appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%238a6d1a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E);background-position:right 1rem center;background-repeat:no-repeat;background-size:1.2em;padding-right:2.8rem}.Orders-module__n_AZ1G__input::placeholder,.Orders-module__n_AZ1G__textarea::placeholder{color:var(--ink-5)}.Orders-module__n_AZ1G__input:focus,.Orders-module__n_AZ1G__select:focus,.Orders-module__n_AZ1G__textarea:focus{border-color:var(--gold-primary);background:var(--surface-paper);box-shadow:0 0 0 4px var(--gold-glow);outline:none}.Orders-module__n_AZ1G__inputLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--ink-4);margin-bottom:.5rem;font-size:.72rem;font-weight:800;display:block}.Orders-module__n_AZ1G__promoFormGrid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem;display:grid}.Orders-module__n_AZ1G__categoryFormGrid{grid-template-columns:1fr 1fr 1fr auto;align-items:end;gap:.85rem;display:grid}.Orders-module__n_AZ1G__warehouseCreateGrid{grid-template-columns:1fr 1fr auto;align-items:end;gap:1.25rem;display:grid}.Orders-module__n_AZ1G__productFilterBar{grid-template-columns:minmax(200px,1.2fr) auto auto auto;align-items:center;gap:.75rem;margin-bottom:.85rem;display:grid}.Orders-module__n_AZ1G__userDetailGrid{grid-template-columns:minmax(340px,380px) 1fr;gap:1.5rem;display:grid}.Orders-module__n_AZ1G__userMembershipRow{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;display:grid}.Orders-module__n_AZ1G__userMembershipGrantGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin-bottom:.9rem;display:grid}.Orders-module__n_AZ1G__userFormActions{flex-wrap:wrap;justify-content:flex-end;gap:1rem;display:flex}.Orders-module__n_AZ1G__section{flex-direction:column;gap:1rem;display:flex}.Orders-module__n_AZ1G__sectionTight{flex-direction:column;gap:.75rem;display:flex}.Orders-module__n_AZ1G__emptyState{text-align:center;color:var(--ink-5);padding:3rem 2rem}.Orders-module__n_AZ1G__emptyState .Orders-module__n_AZ1G__material-symbols-outlined{color:var(--ink-6);margin:0 auto .75rem;font-size:2.75rem;display:block}.Orders-module__n_AZ1G__emptyState p{letter-spacing:.08em;color:var(--ink-5);margin:0;font-size:.8rem;font-weight:800}@media (max-width:1024px){.Orders-module__n_AZ1G__container{margin-left:0;padding:1.5rem 1.25rem 1.75rem}.Orders-module__n_AZ1G__warehouseCreateGrid{grid-template-columns:1fr 1fr}.Orders-module__n_AZ1G__warehouseCreateGrid>div:last-child{grid-column:1/-1}.Orders-module__n_AZ1G__userDetailGrid{grid-template-columns:1fr}.Orders-module__n_AZ1G__header{margin:-1.5rem -1.25rem 1.25rem;padding:.9rem 1.25rem}}@media (max-width:768px){.Orders-module__n_AZ1G__container{padding:1rem .85rem 1.25rem}.Orders-module__n_AZ1G__title{padding-left:.6rem;font-size:1.45rem}.Orders-module__n_AZ1G__title:before{width:3px}.Orders-module__n_AZ1G__table td,.Orders-module__n_AZ1G__table th{padding:.65rem .5rem}.Orders-module__n_AZ1G__header{flex-direction:column;align-items:flex-start;gap:.75rem;margin:-1rem -.85rem 1rem;padding:.85rem}.Orders-module__n_AZ1G__promoFormGrid,.Orders-module__n_AZ1G__categoryFormGrid,.Orders-module__n_AZ1G__warehouseCreateGrid,.Orders-module__n_AZ1G__productFilterBar{grid-template-columns:1fr}.Orders-module__n_AZ1G__productFilterBar>:last-child{width:100%}.Orders-module__n_AZ1G__userMembershipGrantGrid{grid-template-columns:1fr}.Orders-module__n_AZ1G__filterBar{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem;display:grid}}@media (max-width:640px){.Orders-module__n_AZ1G__header{margin-bottom:2rem}.Orders-module__n_AZ1G__title{font-size:1.4rem}.Orders-module__n_AZ1G__actionBtn{padding:.45rem .75rem;font-size:.75rem}.Orders-module__n_AZ1G__table td,.Orders-module__n_AZ1G__table th{padding:.7rem .4rem;font-size:.8rem}.Orders-module__n_AZ1G__userDetailGrid{gap:1.5rem}.Orders-module__n_AZ1G__userMembershipRow{grid-template-columns:1fr}}@media (max-width:480px){.Orders-module__n_AZ1G__header{flex-direction:column;align-items:flex-start}.Orders-module__n_AZ1G__actions{flex-direction:column;width:100%}.Orders-module__n_AZ1G__actionBtn{width:100%}.Orders-module__n_AZ1G__btnPrimary{justify-content:center;width:100%}.Orders-module__n_AZ1G__userFormActions{flex-direction:column}.Orders-module__n_AZ1G__userFormActions>*{width:100%}}.Orders-module__n_AZ1G__skeleton{background:var(--gold-tint);background-image:linear-gradient(90deg, var(--gold-tint) 25%, var(--gold-tint-2) 50%, var(--gold-tint) 75%);background-size:200% 100%;border-radius:8px;animation:1.5s infinite Orders-module__n_AZ1G__shimmer}@keyframes Orders-module__n_AZ1G__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.Orders-module__n_AZ1G__skeletonTable{background:var(--gold-tint);width:100%;height:60px;margin-bottom:12px}.Orders-module__n_AZ1G__bottomSheetOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;opacity:0;visibility:hidden;background:#0a0a0aa6;justify-content:center;align-items:center;transition:all .35s;display:flex;position:fixed;inset:0}.Orders-module__n_AZ1G__bottomSheetOverlay.Orders-module__n_AZ1G__active{opacity:1;visibility:visible}.Orders-module__n_AZ1G__bottomSheet{background:var(--surface-paper);z-index:1001;opacity:0;border-radius:var(--radius-xl);border:1px solid var(--hairline);width:1000px;max-width:95vw;max-height:90vh;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:auto;transform:scale(.94)translateY(12px);box-shadow:0 30px 80px #0a0a0a59}.Orders-module__n_AZ1G__bottomSheetOverlay.Orders-module__n_AZ1G__active .Orders-module__n_AZ1G__bottomSheet{opacity:1;transform:scale(1)translateY(0)}.Orders-module__n_AZ1G__sheetHandle{background:var(--ink-6);border-radius:2px;width:40px;height:4px;margin:1rem auto}.Orders-module__n_AZ1G__statusFilter{min-width:170px;position:relative}.Orders-module__n_AZ1G__statusFilter select{appearance:none;background-color:var(--surface-paper);border:1.5px solid var(--hairline-2);border-radius:var(--radius-s);color:var(--ink);cursor:pointer;width:100%;padding:.75rem 3rem .75rem 1rem;font-size:.85rem;font-weight:700;transition:all .2s}.Orders-module__n_AZ1G__statusFilter select:hover{border-color:var(--gold-primary);background:var(--gold-tint)}.Orders-module__n_AZ1G__statusFilter select:focus{border-color:var(--gold-primary);box-shadow:0 0 0 4px var(--gold-glow);outline:none}.Orders-module__n_AZ1G__statusFilter i{color:var(--gold-deep);pointer-events:none;font-size:1.3rem;position:absolute;top:50%;right:.9rem;transform:translateY(-50%)}.Orders-module__n_AZ1G__pagination{background:var(--surface-cream-2);border-top:1px solid var(--hairline);border-bottom-left-radius:var(--radius-l);border-bottom-right-radius:var(--radius-l);justify-content:center;align-items:center;gap:.6rem;margin-top:auto;margin-left:0;margin-right:0;padding:.75rem 0;display:flex}.Orders-module__n_AZ1G__pageBtn{border-radius:var(--radius-xs);border:1px solid var(--hairline-2);background:var(--surface-paper);cursor:pointer;width:34px;height:34px;color:var(--ink-3);justify-content:center;align-items:center;padding:0;font-weight:700;transition:all .2s;display:flex}.Orders-module__n_AZ1G__pageBtn:hover:not(:disabled){border-color:var(--gold-primary);color:var(--ink-pure);background:var(--gold-tint);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.Orders-module__n_AZ1G__pageBtn:disabled{opacity:.35;cursor:not-allowed}.Orders-module__n_AZ1G__pageInfo{color:var(--ink-pure);letter-spacing:.02em;text-align:center;min-width:180px;padding:0 1rem;font-size:.9rem;font-weight:800}
.Dashboard-module__X-Ctxq__container{background-color:var(--surface-cream);max-width:100%;min-height:100vh;color:var(--ink);margin-left:240px;padding:1.75rem 1.75rem 2rem}.Dashboard-module__X-Ctxq__loadingOverlay{opacity:.5;pointer-events:none;transition:opacity .3s}.Dashboard-module__X-Ctxq__header{z-index:50;background:var(--surface-cream);border-bottom:1px solid var(--hairline);box-shadow:0 1px 0 var(--hairline);justify-content:space-between;align-items:center;gap:1.25rem;margin:-1.75rem -1.75rem 1.25rem;padding:1rem 1.75rem;display:flex;position:sticky;top:0}.Dashboard-module__X-Ctxq__title{font-family:var(--font-serif);color:var(--ink);letter-spacing:-.01em;padding-left:.85rem;font-size:1.75rem;font-weight:800;line-height:1.1;position:relative}.Dashboard-module__X-Ctxq__title:before{content:"";background:var(--grad-gold);border-radius:2px;width:4px;position:absolute;top:.35rem;bottom:.35rem;left:0}.Dashboard-module__X-Ctxq__filterTabs{background:var(--surface-paper);border:1px solid var(--hairline);box-shadow:var(--shadow-sm);border-radius:999px;align-items:center;gap:.25rem;padding:.35rem;display:flex}.Dashboard-module__X-Ctxq__tab{color:var(--ink-4);letter-spacing:.04em;cursor:pointer;text-transform:uppercase;background:0 0;border:none;border-radius:999px;padding:.55rem 1.2rem;font-size:.78rem;font-weight:700;transition:all .25s}.Dashboard-module__X-Ctxq__tab:hover:not(.Dashboard-module__X-Ctxq__tabActive){color:var(--ink-pure);background:var(--gold-tint)}.Dashboard-module__X-Ctxq__tabActive{background:var(--grad-dark);color:var(--gold-soft);box-shadow:var(--shadow-md);border:1px solid var(--ink-pure)}.Dashboard-module__X-Ctxq__statsGrid{grid-template-columns:repeat(4,1fr);gap:.85rem;margin-bottom:1.25rem;display:grid}.Dashboard-module__X-Ctxq__statCard{background:var(--surface-paper);border:1px solid var(--hairline);border-radius:var(--radius-m);box-shadow:var(--shadow-xs);flex-direction:column;padding:1.1rem 1.2rem 1.15rem;transition:all .25s;display:flex;position:relative;overflow:hidden}.Dashboard-module__X-Ctxq__statCard:before{content:"";background:var(--grad-gold);opacity:0;width:3px;transition:opacity .25s;position:absolute;top:0;bottom:0;left:0}.Dashboard-module__X-Ctxq__statCard:hover{box-shadow:var(--shadow-md);border-color:var(--gold-border);transform:translateY(-2px)}.Dashboard-module__X-Ctxq__statCard:hover:before{opacity:1}.Dashboard-module__X-Ctxq__statHeader{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.Dashboard-module__X-Ctxq__statTitle{color:var(--ink-4);text-transform:uppercase;letter-spacing:.1em;font-size:.68rem;font-weight:800}.Dashboard-module__X-Ctxq__statIcon{color:var(--gold-primary);background:var(--gold-tint);border:1px solid var(--gold-border);font-variation-settings:"FILL" 1;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.05rem;display:flex}.Dashboard-module__X-Ctxq__statValue{font-family:var(--font-serif);color:var(--ink-pure);letter-spacing:-.015em;margin-bottom:.3rem;font-size:1.7rem;font-weight:800;line-height:1.1}.Dashboard-module__X-Ctxq__statTrend{align-items:center;gap:.3rem;font-size:.82rem;font-weight:700;display:inline-flex}.Dashboard-module__X-Ctxq__trendUp{color:var(--status-success-fg)}.Dashboard-module__X-Ctxq__trendDown{color:var(--status-error-fg)}.Dashboard-module__X-Ctxq__mainGrid{grid-template-columns:2fr 1fr;gap:1rem;display:grid}.Dashboard-module__X-Ctxq__card{background:var(--surface-paper);border:1px solid var(--hairline);border-radius:var(--radius-l);box-shadow:var(--shadow-sm);padding:1.25rem 1.4rem 1.4rem}.Dashboard-module__X-Ctxq__cardTitle{font-family:var(--font-serif);color:var(--ink);align-items:center;gap:.55rem;margin-bottom:1rem;font-size:1.1rem;font-weight:800;display:flex}.Dashboard-module__X-Ctxq__cardTitle span{color:var(--gold-deep)}.Dashboard-module__X-Ctxq__cardTitle:before{content:"";background:var(--grad-gold);border-radius:2px;width:4px;height:18px}.Dashboard-module__X-Ctxq__table{border-collapse:collapse;width:100%}.Dashboard-module__X-Ctxq__table th{text-align:left;color:var(--surface-paper);background:var(--ink-pure);text-transform:uppercase;letter-spacing:.1em;border-bottom:2px solid var(--gold-deep);padding:.9rem 1rem;font-size:.72rem;font-weight:800}.Dashboard-module__X-Ctxq__table th:first-child{border-top-left-radius:10px}.Dashboard-module__X-Ctxq__table th:last-child{border-top-right-radius:10px}.Dashboard-module__X-Ctxq__table td{border-bottom:1px solid var(--hairline);color:var(--ink-2);padding:1rem;font-size:.9rem}.Dashboard-module__X-Ctxq__table tr:last-child td{border-bottom:none}.Dashboard-module__X-Ctxq__table tr:hover td{background:var(--gold-tint)}.Dashboard-module__X-Ctxq__statusBadge{text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;padding:.4rem .8rem;font-size:.7rem;font-weight:800;display:inline-flex}.Dashboard-module__X-Ctxq__delivered{background:var(--status-success-bg);color:var(--status-success-fg);border-color:var(--status-success-bd)}.Dashboard-module__X-Ctxq__processing{background:var(--status-info-bg);color:var(--status-info-fg);border-color:var(--status-info-bd)}.Dashboard-module__X-Ctxq__pending{background:var(--status-warning-bg);color:var(--status-warning-fg);border-color:var(--status-warning-bd)}.Dashboard-module__X-Ctxq__shipped{background:var(--status-purple-bg);color:var(--status-purple-fg);border-color:var(--status-purple-bd)}.Dashboard-module__X-Ctxq__filterBtn{background:var(--surface-paper);border:1px solid var(--hairline-2);color:var(--gold-deep);border-radius:12px;align-items:center;gap:.5rem;padding:.7rem 1.25rem;font-weight:700;display:none}.Dashboard-module__X-Ctxq__bottomSheetOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;z-index:2000;background:#0a0a0a80;display:none;position:fixed;inset:0}.Dashboard-module__X-Ctxq__bottomSheetOverlay.Dashboard-module__X-Ctxq__active{opacity:1;pointer-events:all}.Dashboard-module__X-Ctxq__bottomSheet{background:var(--surface-paper);z-index:2001;border-radius:28px 28px 0 0;padding:3rem 2rem;transition:bottom .5s cubic-bezier(.19,1,.22,1);display:none;position:fixed;bottom:-100%;left:0;right:0}.Dashboard-module__X-Ctxq__bottomSheet.Dashboard-module__X-Ctxq__active{bottom:0}.Dashboard-module__X-Ctxq__sheetHandle{background:var(--ink-6);border-radius:2.5px;width:50px;height:5px;margin:0 auto 2.5rem}.Dashboard-module__X-Ctxq__sheetTitle{color:var(--ink);margin-bottom:2rem;font-size:1.5rem;font-weight:800}.Dashboard-module__X-Ctxq__filterOption{text-align:left;background:var(--surface-cream);border:1px solid var(--hairline);width:100%;color:var(--ink);cursor:pointer;border-radius:14px;margin-bottom:.6rem;padding:1.2rem;font-weight:700;transition:all .2s}.Dashboard-module__X-Ctxq__filterOption:hover{background:var(--gold-tint);border-color:var(--gold-border-strong)}.Dashboard-module__X-Ctxq__filterOptionActive{background:var(--ink-pure);color:var(--gold-primary);border-color:var(--ink-pure)}@media (max-width:1024px){.Dashboard-module__X-Ctxq__container{margin-left:0;padding:1.5rem 1.25rem 1.75rem}.Dashboard-module__X-Ctxq__header{margin:-1.5rem -1.25rem 1.25rem;padding:.9rem 1.25rem}.Dashboard-module__X-Ctxq__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Dashboard-module__X-Ctxq__container{margin-left:0;padding:1rem .85rem 1.25rem}.Dashboard-module__X-Ctxq__header{flex-direction:column;align-items:flex-start;gap:.6rem;margin:-1rem -.85rem 1rem;padding:.85rem}.Dashboard-module__X-Ctxq__title{padding-left:.6rem;font-size:1.45rem}.Dashboard-module__X-Ctxq__title:before{width:3px}.Dashboard-module__X-Ctxq__headerControls{justify-content:stretch;align-items:stretch;width:100%}.Dashboard-module__X-Ctxq__liveBadge{width:100%;min-width:0}.Dashboard-module__X-Ctxq__rangeControl{justify-content:space-between;width:100%}.Dashboard-module__X-Ctxq__rangeSelect{flex:1}.Dashboard-module__X-Ctxq__filterTabs{display:none}.Dashboard-module__X-Ctxq__filterBtn{display:flex}.Dashboard-module__X-Ctxq__statsGrid,.Dashboard-module__X-Ctxq__mainGrid{grid-template-columns:1fr}.Dashboard-module__X-Ctxq__bottomSheet,.Dashboard-module__X-Ctxq__bottomSheetOverlay{display:block}.Dashboard-module__X-Ctxq__card{padding:1rem}}.Dashboard-module__X-Ctxq__skeleton{background:var(--gold-tint);background-image:linear-gradient(90deg, var(--gold-tint) 25%, var(--gold-tint-2) 50%, var(--gold-tint) 75%);background-size:200% 100%;border-radius:8px;animation:1.5s infinite Dashboard-module__X-Ctxq__shimmer}@keyframes Dashboard-module__X-Ctxq__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.Dashboard-module__X-Ctxq__skeletonCard{background:var(--gold-tint);border-radius:20px;width:100%;height:160px}.Dashboard-module__X-Ctxq__skeletonChart{background:var(--gold-tint);border-radius:24px;width:100%;height:400px}.Dashboard-module__X-Ctxq__skeletonTable{background:var(--gold-tint);width:100%;height:50px;margin-bottom:15px}.Dashboard-module__X-Ctxq__rangeSelect{border:1px solid var(--hairline);background-color:var(--surface-paper);color:var(--ink);cursor:pointer;appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%238a6d1a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E);background-position:right .8rem center;background-repeat:no-repeat;background-size:1.1em;border-radius:8px;padding:.55rem 2.8rem .55rem .9rem;font-size:.85rem;font-weight:600}.Dashboard-module__X-Ctxq__headerCopy{min-width:0}.Dashboard-module__X-Ctxq__headerSubtitle{color:var(--smoke);margin-top:.4rem}.Dashboard-module__X-Ctxq__headerControls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.Dashboard-module__X-Ctxq__rangeControl{align-items:center;gap:.5rem;display:flex}.Dashboard-module__X-Ctxq__rangeLabel{color:var(--smoke);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:700}.Dashboard-module__X-Ctxq__liveBadge{border:1px solid var(--hairline);background:var(--surface-paper);min-width:220px;box-shadow:var(--shadow-xs);border-radius:14px;flex-direction:column;gap:.2rem;padding:.65rem .8rem;display:flex}.Dashboard-module__X-Ctxq__liveBadgeTop{align-items:center;gap:.45rem;display:flex}.Dashboard-module__X-Ctxq__liveDot{width:10px;height:10px;box-shadow:0 0 0 3px color-mix(in srgb, currentColor 18%, transparent);background:currentColor;border-radius:999px}.Dashboard-module__X-Ctxq__liveLabel{letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:800}.Dashboard-module__X-Ctxq__liveMeta{color:var(--ink-4);font-size:.76rem}.Dashboard-module__X-Ctxq__realtimeLive{color:var(--status-success-fg);border-color:var(--status-success-bd);background:linear-gradient(135deg,#fff 0%,#f5fcf7 100%)}.Dashboard-module__X-Ctxq__realtimeConnecting{color:var(--status-warning-fg);border-color:var(--status-warning-bd);background:linear-gradient(135deg,#fff 0%,#fff9ef 100%)}.Dashboard-module__X-Ctxq__realtimeOffline{color:var(--status-error-fg);border-color:var(--status-error-bd);background:linear-gradient(135deg,#fff 0%,#fff4f4 100%)}.Dashboard-module__X-Ctxq__realtimeIdle{color:var(--ink-4)}.Dashboard-module__X-Ctxq__tabBar{border-bottom:1px solid var(--hairline);gap:.25rem;margin-bottom:.5rem;display:flex;overflow-x:auto}.Dashboard-module__X-Ctxq__tabBtn{color:var(--pearl);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:.7rem 1.1rem;font-size:.87rem;font-weight:600;transition:color .15s,border-color .15s;position:relative}.Dashboard-module__X-Ctxq__tabBtn:hover:not(:disabled){color:var(--champagne)}.Dashboard-module__X-Ctxq__tabBtn:disabled{opacity:.55;cursor:not-allowed}.Dashboard-module__X-Ctxq__tabBtnActive{color:var(--champagne);border-bottom-color:var(--gilt)}.Dashboard-module__X-Ctxq__soonBadge{background:var(--surface-cream);border:1px solid var(--hairline);color:var(--smoke);text-transform:uppercase;letter-spacing:.05em;border-radius:999px;margin-left:.4rem;padding:.08rem .4rem;font-size:.62rem;font-weight:700}.Dashboard-module__X-Ctxq__activityList{flex-direction:column;gap:.45rem;width:100%;display:flex}.Dashboard-module__X-Ctxq__activityRow{background:var(--surface-container);border-radius:8px;grid-template-columns:4px 1fr auto;align-items:center;gap:.8rem;padding:.6rem .75rem;display:grid}.Dashboard-module__X-Ctxq__activityMarker{background:var(--smoke);border-radius:999px;align-self:stretch}.Dashboard-module__X-Ctxq__marker_CREATE{background:#25a469}.Dashboard-module__X-Ctxq__marker_UPDATE{background:#4c82d7}.Dashboard-module__X-Ctxq__marker_DELETE{background:#d74c4c}.Dashboard-module__X-Ctxq__marker_MOVE{background:#c88a2e}.Dashboard-module__X-Ctxq__marker_PAYMENT{background:#25a469}.Dashboard-module__X-Ctxq__marker_REFUND{background:#d74c4c}.Dashboard-module__X-Ctxq__marker_BOOK{background:#4c82d7}.Dashboard-module__X-Ctxq__marker_UNBOOK{background:var(--smoke)}.Dashboard-module__X-Ctxq__marker_LOGIN{background:var(--pearl)}.Dashboard-module__X-Ctxq__marker_LOGOUT{background:var(--smoke)}.Dashboard-module__X-Ctxq__activityBody{flex-direction:column;gap:.1rem;min-width:0;display:flex}.Dashboard-module__X-Ctxq__activityMessage{color:var(--champagne);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;line-height:1.3;overflow:hidden}.Dashboard-module__X-Ctxq__activityMeta{color:var(--smoke);font-size:.7rem}.Dashboard-module__X-Ctxq__activityTime{color:var(--smoke);white-space:nowrap;font-size:.7rem}.Dashboard-module__X-Ctxq__table{border-collapse:collapse;width:100%;font-size:.82rem}.Dashboard-module__X-Ctxq__table thead th{text-align:left;letter-spacing:1px;text-transform:uppercase;color:var(--smoke);border-bottom:1px solid var(--hairline);background:0 0;padding:.55rem .6rem;font-size:.68rem;font-weight:700}.Dashboard-module__X-Ctxq__table tbody td{border-bottom:1px solid var(--hairline);vertical-align:top;color:var(--ink);padding:.6rem}.Dashboard-module__X-Ctxq__table tbody tr:hover td{background:var(--surface-container)}.Dashboard-module__X-Ctxq__lowStockList{flex-direction:column;gap:.55rem;max-height:260px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.Dashboard-module__X-Ctxq__lowStockRow{background:#c88a2e1f;border-left:3px solid #c88a2e;border-radius:4px;flex-direction:column;gap:.15rem;padding:.45rem .6rem;display:flex}.Dashboard-module__X-Ctxq__lowStockName{color:var(--ink);font-size:.82rem;font-weight:600;line-height:1.3}.Dashboard-module__X-Ctxq__lowStockMeta{color:var(--muted,var(--smoke));font-size:.7rem}.Dashboard-module__X-Ctxq__heatmapWrap{flex-direction:column;gap:1rem;max-height:520px;padding-right:.4rem;display:flex;overflow-y:auto}.Dashboard-module__X-Ctxq__heatmapVenue{border:1px solid var(--bone);background:var(--surface-paper);border-radius:10px;padding:.75rem .9rem}.Dashboard-module__X-Ctxq__heatmapVenueHeader{justify-content:space-between;align-items:baseline;margin-bottom:.6rem;display:flex}.Dashboard-module__X-Ctxq__heatmapVenueName{color:var(--ink);align-items:baseline;gap:.6rem;font-size:.92rem;font-weight:700;display:flex}.Dashboard-module__X-Ctxq__heatmapVenueCode{letter-spacing:1.2px;color:var(--gold-deep);text-transform:uppercase;background:#8a6d1a24;border-radius:6px;padding:.12rem .4rem;font-size:.64rem;font-weight:700}.Dashboard-module__X-Ctxq__heatmapVenueMeta{color:var(--smoke);font-size:.72rem}.Dashboard-module__X-Ctxq__heatmapCells{grid-template-columns:repeat(auto-fill,minmax(64px,1fr));gap:.35rem;display:grid}.Dashboard-module__X-Ctxq__heatmapCell{aspect-ratio:1;cursor:default;text-align:center;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;padding:.25rem .2rem;font-size:.68rem;font-weight:600;line-height:1.1;transition:transform .12s;display:flex}.Dashboard-module__X-Ctxq__heatmapCell:hover{transform:scale(1.04);box-shadow:0 2px 10px #0000001f}.Dashboard-module__X-Ctxq__heatmapCellCode{letter-spacing:.4px;font-size:.7rem}.Dashboard-module__X-Ctxq__heatmapCellRoi{opacity:.85;margin-top:1px;font-size:.62rem}.Dashboard-module__X-Ctxq__heatmapCellEmpty{background:repeating-linear-gradient(45deg, var(--surface-container), var(--surface-container) 4px, var(--onyx) 4px, var(--onyx) 8px);color:var(--smoke);border:1px dashed var(--gilt-dim)}.Dashboard-module__X-Ctxq__heatmapCellNeutral{background:var(--surface-container);color:var(--pearl)}.Dashboard-module__X-Ctxq__heatmapCellNew{background:var(--vellum);color:var(--pearl)}.Dashboard-module__X-Ctxq__heatmapCellOk{background:linear-gradient(135deg, var(--gilt) 0%, var(--gilt-warm) 100%);color:var(--ink-pure)}.Dashboard-module__X-Ctxq__heatmapCellStrong{color:var(--surface-paper);background:linear-gradient(135deg,#25a469 0%,#1c8055 100%)}.Dashboard-module__X-Ctxq__heatmapCellLoss{color:var(--surface-paper);background:linear-gradient(135deg,#d74c4c 0%,#a83838 100%)}.Dashboard-module__X-Ctxq__customizeBtn{border:1px solid var(--hairline);background:var(--surface-paper);color:var(--ink);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border-radius:999px;align-items:center;gap:.4rem;padding:.55rem .95rem;font-size:.78rem;font-weight:700;transition:background .15s,border-color .15s,color .15s;display:inline-flex;position:relative}.Dashboard-module__X-Ctxq__customizeBtn:hover{background:var(--gold-tint);border-color:var(--gold-border);color:var(--gold-deep)}.Dashboard-module__X-Ctxq__customizeBtnActive{background:var(--ink-pure);border-color:var(--ink-pure);color:var(--gold-soft)}.Dashboard-module__X-Ctxq__customizeBtnActive:hover{background:var(--ink-pure);color:var(--gold-primary)}.Dashboard-module__X-Ctxq__customizeDot{background:var(--gold-primary);width:8px;height:8px;box-shadow:0 0 0 2px color-mix(in srgb, var(--gold-primary) 30%, transparent);border-radius:999px}.Dashboard-module__X-Ctxq__layoutEditor{background:var(--surface-paper);border:1px solid var(--gold-border);border-radius:var(--radius-m);box-shadow:var(--shadow-sm);margin-bottom:1rem;padding:1rem 1.1rem}.Dashboard-module__X-Ctxq__layoutEditorHeader{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.Dashboard-module__X-Ctxq__layoutEditorTitle{color:var(--ink);flex-direction:column;gap:.2rem;font-size:.95rem;font-weight:800;display:flex}.Dashboard-module__X-Ctxq__layoutEditorHint{color:var(--smoke);letter-spacing:0;text-transform:none;font-size:.75rem;font-weight:500}.Dashboard-module__X-Ctxq__layoutEditorReset{border:1px solid var(--hairline);color:var(--gold-deep);cursor:pointer;background:0 0;border-radius:8px;padding:.45rem .85rem;font-size:.78rem;font-weight:700;transition:background .15s,border-color .15s}.Dashboard-module__X-Ctxq__layoutEditorReset:hover:not(:disabled){background:var(--gold-tint);border-color:var(--gold-border)}.Dashboard-module__X-Ctxq__layoutEditorReset:disabled{opacity:.5;cursor:not-allowed}.Dashboard-module__X-Ctxq__layoutEditorList{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.Dashboard-module__X-Ctxq__layoutEditorItem{background:var(--surface-cream);border:1px solid var(--hairline);border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.5rem .65rem;display:grid}.Dashboard-module__X-Ctxq__layoutEditorControls{gap:.25rem;display:inline-flex}.Dashboard-module__X-Ctxq__layoutEditorControls button{border:1px solid var(--hairline);background:var(--surface-paper);width:32px;height:32px;color:var(--ink);cursor:pointer;border-radius:6px;font-size:.95rem;transition:background .15s,border-color .15s}.Dashboard-module__X-Ctxq__layoutEditorControls button:hover:not(:disabled){background:var(--gold-tint);border-color:var(--gold-border);color:var(--gold-deep)}.Dashboard-module__X-Ctxq__layoutEditorControls button:disabled{opacity:.4;cursor:not-allowed}.Dashboard-module__X-Ctxq__layoutEditorLabel{color:var(--ink);font-size:.9rem;font-weight:600}.Dashboard-module__X-Ctxq__layoutEditorVisible{color:var(--smoke);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;display:inline-flex}.Dashboard-module__X-Ctxq__layoutEditorVisible input{width:18px;height:18px;accent-color:var(--gold-deep);cursor:pointer}@media (max-width:768px){.Dashboard-module__X-Ctxq__layoutEditorItem{grid-template-columns:auto 1fr;grid-template-areas:"controls label""visible visible";gap:.5rem}.Dashboard-module__X-Ctxq__layoutEditorControls{grid-area:controls}.Dashboard-module__X-Ctxq__layoutEditorLabel{grid-area:label}.Dashboard-module__X-Ctxq__layoutEditorVisible{border-top:1px dashed var(--hairline);grid-area:visible;justify-content:flex-end;padding-top:.4rem}}
.editorial-module__78mRWW__headerCopy{color:var(--ink-3);margin-top:.4rem}.editorial-module__78mRWW__summaryBar{grid-template-columns:repeat(4,minmax(120px,1fr)) minmax(190px,.9fr);gap:.75rem;margin-bottom:1rem;display:grid}.editorial-module__78mRWW__stat,.editorial-module__78mRWW__filterControl,.editorial-module__78mRWW__formPanel,.editorial-module__78mRWW__previewPanel,.editorial-module__78mRWW__readOnlyPanel{border:1px solid var(--gold-border);border-radius:var(--radius-m);background:var(--surface-paper);box-shadow:var(--shadow-sm)}.editorial-module__78mRWW__stat{gap:.35rem;min-height:82px;padding:.9rem 1rem;display:grid}.editorial-module__78mRWW__stat span,.editorial-module__78mRWW__filterControl span,.editorial-module__78mRWW__eyebrow,.editorial-module__78mRWW__field label,.editorial-module__78mRWW__metric span,.editorial-module__78mRWW__metaList dt{color:var(--gold-deep);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:900}.editorial-module__78mRWW__stat strong{color:var(--ink-pure);font-family:var(--font-serif);font-size:1.55rem;line-height:1}.editorial-module__78mRWW__filterControl{gap:.45rem;padding:.75rem .9rem;display:grid}.editorial-module__78mRWW__filterControl select,.editorial-module__78mRWW__field input,.editorial-module__78mRWW__field select,.editorial-module__78mRWW__field textarea{border:1px solid var(--hairline-2);border-radius:var(--radius-s);background:var(--surface-paper);width:100%;min-height:44px;color:var(--ink);font:inherit;padding:.75rem .85rem}.editorial-module__78mRWW__filterControl select,.editorial-module__78mRWW__field select{appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%238a6d1a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E);background-position:right 1rem center;background-repeat:no-repeat;background-size:1.2em;padding-right:2.8rem}.editorial-module__78mRWW__filterControl select:focus,.editorial-module__78mRWW__field input:focus,.editorial-module__78mRWW__field select:focus,.editorial-module__78mRWW__field textarea:focus{border-color:var(--gold-deep);box-shadow:0 0 0 3px var(--gold-tint);outline:none}.editorial-module__78mRWW__editorShell{grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);align-items:start;gap:1rem;margin-bottom:1rem;display:grid}.editorial-module__78mRWW__formPanel,.editorial-module__78mRWW__previewPanel,.editorial-module__78mRWW__readOnlyPanel{padding:1.1rem}.editorial-module__78mRWW__formHeader{border-bottom:1px solid var(--gold-border);justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.editorial-module__78mRWW__formTitle{color:var(--ink-pure);font-family:var(--font-serif);margin:.15rem 0 0;font-size:1.35rem;line-height:1.15}.editorial-module__78mRWW__sectionBlock{border-top:1px solid var(--hairline-2);padding:1rem 0}.editorial-module__78mRWW__formHeader+.editorial-module__78mRWW__sectionBlock{border-top:0;padding-top:0}.editorial-module__78mRWW__sectionHeading{align-items:center;gap:.5rem;margin-bottom:.85rem;display:flex}.editorial-module__78mRWW__sectionHeading .material-symbols-outlined{color:var(--gold-deep);font-size:1.2rem}.editorial-module__78mRWW__sectionHeading h3{color:var(--ink-pure);margin:0;font-size:.95rem}.editorial-module__78mRWW__formGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.editorial-module__78mRWW__field,.editorial-module__78mRWW__field label{gap:.4rem;display:grid}.editorial-module__78mRWW__field textarea{resize:vertical;min-height:190px;line-height:1.55}.editorial-module__78mRWW__field .editorial-module__78mRWW__shortTextarea{min-height:110px}.editorial-module__78mRWW__wide{grid-column:1/-1}.editorial-module__78mRWW__actions{border-top:1px solid var(--gold-border);flex-wrap:wrap;gap:.75rem;padding-top:1rem;display:flex}.editorial-module__78mRWW__secondaryButton,.editorial-module__78mRWW__dangerButton,.editorial-module__78mRWW__inspectButton{border-radius:var(--radius-chip);cursor:pointer;min-height:44px;transition:background var(--motion-med), border-color var(--motion-med), box-shadow var(--motion-med), transform var(--motion-med);padding:.75rem 1.05rem;font-weight:850}.editorial-module__78mRWW__secondaryButton,.editorial-module__78mRWW__inspectButton{border:1px solid var(--gold-deep);background:var(--surface-paper);color:var(--gold-deep)}.editorial-module__78mRWW__secondaryButton:hover,.editorial-module__78mRWW__inspectButton:hover{border-color:var(--gold-deep);background:var(--gold-tint);transform:translateY(-1px)}.editorial-module__78mRWW__dangerButton{border:1px solid var(--status-error-bd);background:var(--status-error-bg);color:var(--status-error-fg)}.editorial-module__78mRWW__dangerButton:hover{transform:translateY(-1px);box-shadow:0 10px 22px #7f1d1d24}.editorial-module__78mRWW__secondaryButton:disabled,.editorial-module__78mRWW__dangerButton:disabled,.editorial-module__78mRWW__inspectButton:disabled{cursor:not-allowed;opacity:.6;transform:none}.editorial-module__78mRWW__previewPanel{gap:1rem;display:grid;position:sticky;top:5.25rem}.editorial-module__78mRWW__previewCard{border:1px solid var(--gold-border);border-radius:var(--radius-m);background:var(--surface-paper);overflow:hidden}.editorial-module__78mRWW__coverFrame{border-bottom:1px solid var(--gold-border);background:linear-gradient(135deg, #b7902b2e, #ffffffc2), var(--surface-cream-2);min-height:138px;color:var(--ink-3);word-break:break-word;justify-content:center;align-items:center;padding:1rem;font-size:.82rem;line-height:1.4;display:flex;overflow:hidden}.editorial-module__78mRWW__coverFrame img{object-fit:cover;width:calc(100% + 2rem);height:calc(100% + 2rem);min-height:170px;margin:-1rem}.editorial-module__78mRWW__previewBody{gap:.7rem;padding:1rem;display:grid}.editorial-module__78mRWW__previewBody h3{color:var(--ink-pure);font-family:var(--font-serif);margin:0;font-size:1.35rem;line-height:1.18}.editorial-module__78mRWW__previewBody p,.editorial-module__78mRWW__readOnlyCopy{color:var(--ink-3);margin:0;line-height:1.55}.editorial-module__78mRWW__previewSlug{color:var(--gold-deep);word-break:break-word;font-size:.82rem;font-weight:800}.editorial-module__78mRWW__contextGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.editorial-module__78mRWW__metric{border:1px solid var(--gold-border);border-radius:var(--radius-s);background:var(--surface-cream);gap:.35rem;min-height:76px;padding:.8rem;display:grid}.editorial-module__78mRWW__metric strong{color:var(--ink-pure);font-size:1.05rem}.editorial-module__78mRWW__metaList{gap:.7rem;margin:0;display:grid}.editorial-module__78mRWW__metaList div{border-bottom:1px solid var(--hairline-2);justify-content:space-between;gap:1rem;padding-bottom:.65rem;display:flex}.editorial-module__78mRWW__metaList dd{color:var(--ink-2);text-align:right;margin:0}.editorial-module__78mRWW__readOnlyPanel{grid-template-columns:minmax(0,.9fr) minmax(300px,1.1fr);gap:1rem;margin-bottom:1rem;display:grid}.editorial-module__78mRWW__readOnlyPanel .editorial-module__78mRWW__previewPanel{box-shadow:none;border:0;padding:0;position:static}.editorial-module__78mRWW__statusPill{border:1px solid var(--hairline-2);text-transform:uppercase;letter-spacing:.06em;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-width:84px;padding:.35rem .7rem;font-size:.72rem;font-weight:900;display:inline-flex}.editorial-module__78mRWW__published{border-color:var(--status-success-bd);background:var(--status-success-bg);color:var(--status-success-fg)}.editorial-module__78mRWW__draft{border-color:var(--status-warning-bd);background:var(--status-warning-bg);color:var(--status-warning-fg)}.editorial-module__78mRWW__archived{border-color:var(--hairline-2);background:var(--surface-cream-2);color:var(--ink-4)}.editorial-module__78mRWW__rowTitle{gap:.25rem;display:grid}.editorial-module__78mRWW__rowTitle strong{color:var(--ink-pure)}.editorial-module__78mRWW__rowTitle span{color:var(--ink-4);word-break:break-word;font-size:.8rem}.editorial-module__78mRWW__actionsHeader,.editorial-module__78mRWW__actionsCell{text-align:right}.editorial-module__78mRWW__selectedRow{box-shadow:inset 3px 0 0 var(--gold-deep);background:var(--gold-tint-2)!important}@media (max-width:1024px){.editorial-module__78mRWW__summaryBar,.editorial-module__78mRWW__editorShell,.editorial-module__78mRWW__readOnlyPanel{grid-template-columns:1fr}.editorial-module__78mRWW__summaryBar{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial-module__78mRWW__filterControl{grid-column:1/-1}.editorial-module__78mRWW__previewPanel{position:static}}@media (max-width:768px){.editorial-module__78mRWW__summaryBar,.editorial-module__78mRWW__formGrid,.editorial-module__78mRWW__contextGrid{grid-template-columns:1fr}.editorial-module__78mRWW__formHeader,.editorial-module__78mRWW__metaList div{flex-direction:column;align-items:flex-start}.editorial-module__78mRWW__actions{flex-direction:column}.editorial-module__78mRWW__actions button,.editorial-module__78mRWW__inspectButton{width:100%}.editorial-module__78mRWW__actionsHeader,.editorial-module__78mRWW__actionsCell,.editorial-module__78mRWW__metaList dd{text-align:left}}
.PageTabs-module__ccxswG__wrap{background:var(--surface-paper);border-bottom:1px solid var(--bone);flex-direction:column;gap:.25rem;margin:0 -1.75rem 1.75rem;padding:.65rem 1.75rem 0;display:flex}.PageTabs-module__ccxswG__edgeToEdge{margin:0 -1.75rem 1.75rem;padding:.75rem 1.75rem 0}.PageTabs-module__ccxswG__groupLabel{letter-spacing:2px;color:var(--gilt-warm);text-transform:uppercase;font-size:.68rem;font-weight:900}.PageTabs-module__ccxswG__tabs{flex-wrap:wrap;align-items:center;gap:.25rem;display:flex}.PageTabs-module__ccxswG__tab{color:var(--pearl);letter-spacing:.3px;white-space:nowrap;background:0 0;border:1px solid #0000;border-bottom-width:2px;border-radius:10px 10px 0 0;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.PageTabs-module__ccxswG__tab:hover{background:var(--surface-container);color:var(--champagne);border-color:var(--bone);border-bottom-color:var(--bone)}.PageTabs-module__ccxswG__tabActive,.PageTabs-module__ccxswG__tabActive:hover{color:var(--ink-pure);background:linear-gradient(135deg, var(--gilt-warm) 0%, var(--gilt) 100%);border-color:var(--gilt);border-bottom-color:var(--gilt);font-weight:900}.PageTabs-module__ccxswG__tabIcon{opacity:.85;font-size:1.05rem}.PageTabs-module__ccxswG__tabActive .PageTabs-module__ccxswG__tabIcon{opacity:1;color:var(--ink-pure)}.PageTabs-module__ccxswG__tabBadge{min-width:1.4rem;height:1.25rem;color:var(--gold-deep);background:#8a6d1a2e;border-radius:999px;justify-content:center;align-items:center;padding:0 .45rem;font-size:.7rem;font-weight:800;display:inline-flex}.PageTabs-module__ccxswG__tabActive .PageTabs-module__ccxswG__tabBadge{color:var(--ink-pure);background:#0a0a0a2e}@media (max-width:1024px){.PageTabs-module__ccxswG__wrap,.PageTabs-module__ccxswG__edgeToEdge{margin-bottom:1.5rem}}@media (max-width:768px){.PageTabs-module__ccxswG__wrap,.PageTabs-module__ccxswG__edgeToEdge{margin-bottom:1rem;margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}.PageTabs-module__ccxswG__tab{padding:.55rem .75rem;font-size:.8rem}}
.product-editor-module__G93izW__page{padding:1.5rem 3rem}.product-editor-module__G93izW__headerActions{align-items:center;gap:1rem;display:flex}.product-editor-module__G93izW__backButton{border-radius:50%;width:44px;height:44px;padding:0}.product-editor-module__G93izW__productNameAccent{color:var(--gold-deep)}.product-editor-module__G93izW__tabBar{border-bottom:1px solid var(--hairline-2);gap:2rem;margin-bottom:2rem;display:flex;overflow-x:auto}.product-editor-module__G93izW__tabButton{color:var(--ink-4);cursor:pointer;letter-spacing:.08em;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;padding:1rem 0;font-size:.8rem;font-weight:900}.product-editor-module__G93izW__tabButtonActive{color:var(--gold-primary);border-bottom-color:var(--gold-primary)}.product-editor-module__G93izW__editorCard{border-radius:12px;flex:1;padding:0;overflow:hidden}.product-editor-module__G93izW__editorBody{flex:1;padding:1.25rem 1.4rem;overflow-y:auto}.product-editor-module__G93izW__section{gap:1.5rem;display:grid}.product-editor-module__G93izW__sectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.product-editor-module__G93izW__sectionTitle{color:var(--ink);margin:0;font-size:1.3rem;font-weight:900}.product-editor-module__G93izW__sectionDescription{color:var(--ink-4);max-width:580px;margin:.3rem 0 0;font-size:.85rem;line-height:1.6}.product-editor-module__G93izW__detailsGrid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.25rem;display:grid}.product-editor-module__G93izW__stack{gap:1.5rem;display:grid}.product-editor-module__G93izW__subGrid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.5rem;display:grid}.product-editor-module__G93izW__field{gap:.5rem;display:grid}.product-editor-module__G93izW__fieldLabel{color:var(--ink-4);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:900;display:block}.product-editor-module__G93izW__input,.product-editor-module__G93izW__textarea{border:1.5px solid var(--hairline-2);background:var(--surface-paper);width:100%;color:var(--ink);border-radius:12px;padding:1rem;font-size:.95rem;font-weight:600}.product-editor-module__G93izW__input:focus,.product-editor-module__G93izW__textarea:focus{border-color:var(--gold-primary);box-shadow:0 0 0 4px var(--gold-glow);outline:none}.product-editor-module__G93izW__inputStrong{font-size:1.1rem;font-weight:800}.product-editor-module__G93izW__visibilityCard{background:var(--surface-cream);border:1px solid var(--gold-border);border-radius:15px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.product-editor-module__G93izW__visibilityLabel{color:var(--gold-deep);letter-spacing:.08em;font-size:.8rem;font-weight:900}.product-editor-module__G93izW__selectWrap{min-width:0;position:relative}.product-editor-module__G93izW__selectWrap select{appearance:none;border:1.5px solid var(--hairline-2);background:var(--surface-paper);width:100%;color:var(--ink);border-radius:12px;padding:.9rem 3rem .9rem 1rem;font-size:.9rem;font-weight:700}.product-editor-module__G93izW__selectWrap select:focus{border-color:var(--gold-primary);box-shadow:0 0 0 4px var(--gold-glow);outline:none}.product-editor-module__G93izW__selectIcon{color:var(--gold-deep);pointer-events:none;font-size:1.2rem;position:absolute;top:50%;right:.9rem;transform:translateY(-50%)}.product-editor-module__G93izW__emptyState{text-align:center;background:var(--surface-cream);border:2px dashed var(--gold-border);border-radius:12px;padding:2rem}.product-editor-module__G93izW__emptyIcon{color:var(--ink-5);font-size:3rem}.product-editor-module__G93izW__emptyText{color:var(--ink-4);margin-top:1rem;font-weight:800}.product-editor-module__G93izW__variantCard{background:var(--surface-cream);border:1px solid var(--gold-border);border-radius:20px;gap:1.5rem;padding:2rem;display:grid}.product-editor-module__G93izW__variantHeader{align-items:flex-start;gap:1rem;display:flex}.product-editor-module__G93izW__variantHeaderMain{flex:1}.product-editor-module__G93izW__iconButtonBare{color:var(--ink-4);cursor:pointer;background:0 0;border:none}.product-editor-module__G93izW__dangerBare{color:var(--status-error-fg)}.product-editor-module__G93izW__optionGrid{grid-template-columns:minmax(0,1fr) 160px 40px;align-items:center;gap:.75rem;display:grid}.product-editor-module__G93izW__modifierWrap{position:relative}.product-editor-module__G93izW__modifierPrefix{color:var(--ink-4);font-size:.85rem;font-weight:700;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.product-editor-module__G93izW__modifierInput{padding-left:2.5rem}.product-editor-module__G93izW__dashedAction{border:1.5px dashed var(--gold-border);color:var(--ink-4);text-align:left;background:0 0;border-radius:10px;padding:.7rem;font-size:.8rem;font-weight:800}.product-editor-module__G93izW__warehouseGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.product-editor-module__G93izW__warehouseCard{background:var(--surface-paper);border:1px solid var(--gold-border);border-radius:12px;padding:1.25rem 1.4rem}.product-editor-module__G93izW__warehouseLabel{color:var(--gold-deep);text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:900}.product-editor-module__G93izW__warehouseValueRow{align-items:baseline;gap:8px;display:flex}.product-editor-module__G93izW__warehouseValue{font-size:3rem;font-weight:900}.product-editor-module__G93izW__warehouseUnit{color:var(--ink-4);font-size:.9rem;font-weight:600}.product-editor-module__G93izW__warehouseActions{gap:10px;margin-top:1.5rem;display:flex}.product-editor-module__G93izW__secondaryButton{background:var(--surface-paper);border:1px solid var(--gold-border);color:var(--ink-2);border-radius:10px;padding:.5rem 1rem;font-size:.75rem;font-weight:800}.product-editor-module__G93izW__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;display:grid}.product-editor-module__G93izW__galleryCard{aspect-ratio:1;border:1px solid var(--gold-border);box-shadow:var(--shadow-sm);border-radius:20px;position:relative;overflow:hidden}.product-editor-module__G93izW__galleryImage{object-fit:cover;width:100%;height:100%}.product-editor-module__G93izW__galleryRemove{color:var(--surface-paper);background:#b91c1ceb;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:10px;right:10px}.product-editor-module__G93izW__scheduleList{flex-direction:column;gap:.75rem;display:flex}.product-editor-module__G93izW__scheduleRow{border:1px solid var(--hairline);background:var(--surface-paper);border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr)) auto;align-items:flex-end;gap:.5rem;padding:.75rem;display:grid}.product-editor-module__G93izW__scheduleCompactInput{border:1px solid var(--hairline);width:100%;color:var(--ink);border-radius:8px;padding:.5rem;font-size:.8rem}.product-editor-module__G93izW__scheduleCompactInput:focus{border-color:var(--gold-primary);box-shadow:0 0 0 3px var(--gold-glow);outline:none}.product-editor-module__G93izW__scheduleRemove{background:var(--status-error-bg);width:38px;height:38px;color:var(--status-error-fg);border:1px solid var(--status-error-bd);border-radius:8px}.product-editor-module__G93izW__footerBar{background:var(--surface-cream-2);border-top:1px solid var(--gold-border)}.product-editor-module__G93izW__footerActions{gap:1rem;margin-left:auto;padding:1rem 2rem 1rem 1rem;display:flex}.product-editor-module__G93izW__footerButton{border-radius:12px;padding:.8rem 2rem;font-weight:900}.product-editor-module__G93izW__saveButton{padding:.8rem 2.5rem}.product-editor-module__G93izW__saveNote{color:var(--status-error-fg);margin-left:.75rem;font-size:.78rem;font-weight:700}.product-editor-module__G93izW__loadingState{flex:1;padding:2rem}.product-editor-module__G93izW__loadingSkeleton{height:600px}@media (max-width:1024px){.product-editor-module__G93izW__page{padding:1.25rem 1.5rem}.product-editor-module__G93izW__detailsGrid,.product-editor-module__G93izW__subGrid{grid-template-columns:1fr}}@media (max-width:768px){.product-editor-module__G93izW__page{padding:1rem .85rem}.product-editor-module__G93izW__tabBar{gap:1rem}.product-editor-module__G93izW__variantCard{padding:1.25rem}.product-editor-module__G93izW__optionGrid{grid-template-columns:1fr}.product-editor-module__G93izW__footerActions{flex-direction:column-reverse;padding:1rem}.product-editor-module__G93izW__footerButton,.product-editor-module__G93izW__saveButton{width:100%}}
.AdminPageHeader-module__HNpk2W__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.AdminPageHeader-module__HNpk2W__copy{flex:18rem;min-width:0}.AdminPageHeader-module__HNpk2W__title{letter-spacing:-.01em;color:var(--ink);margin:0;font-size:clamp(1.45rem,2vw,1.9rem);font-weight:700;line-height:1.1}.AdminPageHeader-module__HNpk2W__subtitle{color:var(--ink-4);margin:.35rem 0 0;font-size:.92rem;line-height:1.5}.AdminPageHeader-module__HNpk2W__actions{flex-wrap:wrap;flex:18rem;justify-content:flex-end;align-items:center;gap:.5rem;min-width:0;display:flex}@media (max-width:768px){.AdminPageHeader-module__HNpk2W__header{gap:.75rem}.AdminPageHeader-module__HNpk2W__actions{justify-content:flex-start;width:100%}}
