:root{--font-display:"Zilla Slab", Georgia, serif;--font-ui:"Archivo", system-ui, sans-serif;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--ink:oklch(16% .018 152);--ink-hover:oklch(22% .022 152);--bg:oklch(97.5% .008 152);--bg-hover:oklch(95.5% .012 152);--surface:oklch(99.5% .004 152);--accent:oklch(50% .09 152);--accent-dim:oklch(42% .08 152);--accent-rgb:74, 124, 89;--muted:oklch(50% .022 152);--border:oklch(87% .018 152);--placeholder:oklch(66% .016 152);--nav-bg:oklch(13% .022 152);--text-on-dark:oklch(94% .012 152);--error:oklch(46% .18 25);--error-hover:oklch(40% .16 25);--error-tint:#c0392b0f;--error-border:#c0392b66;--success:oklch(48% .1 152);--placeholder-gradient:linear-gradient(135deg, oklch(94% .01 152) 0%, oklch(90% .016 152) 100%);--hero-image:url(/images/hero.png)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);height:100%;color:var(--ink);font-size:17px;font-family:var(--font-ui);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}#root{height:100%}._logoText_r895v_1{fill:var(--text-on-dark);transition:fill .2s}._logoLight_r895v_6 ._logoText_r895v_1{fill:var(--ink)}._logoBar_r895v_10{fill:var(--accent)}._hero_e5jqf_1{z-index:0;aspect-ratio:1900/410;background-color:var(--nav-bg);background-image:linear-gradient(#0f11174d, #0f11174d), var(--hero-image);background-position:65%;background-size:cover;flex-shrink:0;align-items:center;height:auto;min-height:60px;padding:0 2.5rem;display:flex;position:sticky;top:60px;overflow:hidden}._inner_e5jqf_21{z-index:1;position:relative}._store_dkgbw_1{flex-direction:column;min-height:100vh;display:flex}._navbar_dkgbw_8{z-index:200;background:var(--nav-bg);flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;height:60px;padding:0 1.25rem;display:flex;position:sticky;top:0}._navbarLeft_dkgbw_22{align-items:center;gap:.75rem;display:flex}._navbarBrand_dkgbw_28{flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}._hamburger_dkgbw_37{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;padding:4px;display:none}._bar_dkgbw_52{transform-origin:50%;background:#fffc;border-radius:2px;width:20px;height:2px;transition:transform .2s,opacity .2s;display:block}._bar_dkgbw_52:first-child._barOpen_dkgbw_62{transform:translateY(7px)rotate(45deg)}._bar_dkgbw_52:nth-child(2)._barOpen_dkgbw_62{opacity:0}._bar_dkgbw_52:nth-child(3)._barOpen_dkgbw_62{transform:translateY(-7px)rotate(-45deg)}._navbarRight_dkgbw_72{align-items:center;gap:.5rem;display:flex}._navLink_dkgbw_78{color:#ffffffbf;letter-spacing:.02em;border-radius:3px;padding:.35rem .75rem;font-size:.82rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s}._navLink_dkgbw_78:hover{color:#ffffffe6;background:#ffffff0f}._navLinkCta_dkgbw_94{color:var(--accent);border:1px solid rgba(var(--accent-rgb), .4)}._navLinkCta_dkgbw_94:hover{color:var(--accent);background:rgba(var(--accent-rgb), .1)}._navLinkCart_dkgbw_104{align-items:center;gap:.35rem;display:flex;position:relative}._cartBadge_dkgbw_111{background:var(--accent);min-width:18px;height:18px;color:var(--ink);border-radius:9px;justify-content:center;align-items:center;padding:0 4px;font-size:.65rem;font-weight:700;animation:.25s cubic-bezier(.22,1,.36,1) _badgeBump_dkgbw_1;display:inline-flex}@keyframes _badgeBump_dkgbw_1{0%{transform:scale(1)}40%{transform:scale(1.45)}to{transform:scale(1)}}._userMenu_dkgbw_133{position:relative}._userAvatar_dkgbw_137{background:var(--accent);width:36px;height:36px;color:var(--ink);font-family:var(--font-ui);letter-spacing:.05em;cursor:pointer;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;transition:background .2s,transform .15s;display:flex}._userAvatar_dkgbw_137:hover{background:var(--accent-dim)}._userAvatarOpen_dkgbw_160{box-shadow:0 0 0 3px rgba(var(--accent-rgb), .3);transform:scale(.95)}._dropdown_dkgbw_166{background:var(--surface);border:1px solid var(--border);transform-origin:100% 0;border-radius:4px;width:220px;animation:.15s cubic-bezier(.22,1,.36,1) both _dropdownIn_dkgbw_1;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 8px 32px #0000001f}@keyframes _dropdownIn_dkgbw_1{0%{opacity:0;transform:scale(.95)translateY(-4px)}to{opacity:1;transform:scale(1)translateY(0)}}._dropdownHeader_dkgbw_191{flex-direction:column;gap:2px;padding:.85rem 1rem;display:flex}._dropdownName_dkgbw_198{color:var(--ink);font-size:.9rem;font-weight:600}._dropdownEmail_dkgbw_204{color:var(--muted);font-size:.78rem}._dropdownDivider_dkgbw_209{background:var(--border);height:1px}._dropdownItem_dkgbw_214{cursor:pointer;width:100%;font-family:var(--font-ui);color:var(--ink);text-align:left;background:0 0;border:none;align-items:center;gap:.6rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s;display:flex}._dropdownItem_dkgbw_214:hover{background:var(--bg)}._layout_dkgbw_237{z-index:1;background:var(--bg);flex:1;display:flex;position:relative}._sidebarOverlay_dkgbw_246{z-index:149;background:#00000073;animation:.2s both _fadeIn_dkgbw_1;position:fixed;inset:0}@keyframes _fadeIn_dkgbw_1{0%{opacity:0}to{opacity:1}}._sidebar_dkgbw_246{border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:2px;width:220px;padding:1.5rem 0;display:flex}._sidebarHeader_dkgbw_270{display:none}._sidebarClose_dkgbw_274{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:color .15s,background .15s;display:flex}._sidebarClose_dkgbw_274:hover{color:var(--ink);background:var(--bg-hover)}._sidebarTitle_dkgbw_292{font-family:var(--font-ui);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:.68rem;font-weight:600}._sidebarLink_dkgbw_301{color:var(--muted);padding:.55rem 1.5rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s;display:block}._sidebarLink_dkgbw_301:hover{color:var(--ink);background:color-mix(in oklch, var(--ink) 4%, transparent)}._sidebarLinkActive_dkgbw_316{color:var(--accent);background:color-mix(in oklch, var(--accent) 10%, transparent);font-weight:600}._content_dkgbw_323{flex:1;min-width:0}._footer_dkgbw_329{z-index:1;background:var(--nav-bg);border-top:1px solid var(--border);flex-shrink:0;position:relative}._footerInner_dkgbw_337{grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;max-width:1200px;padding:3rem 2rem 2.5rem;display:grid}._footerBrand_dkgbw_345{flex-direction:column;gap:.5rem;display:flex}._footerTagline_dkgbw_351{font-family:var(--font-display);color:oklch(70% .016 152);margin:0;font-size:.95rem;font-style:italic;line-height:1.5}._footerHeading_dkgbw_360{font-family:var(--font-ui);letter-spacing:.14em;text-transform:uppercase;color:oklch(65% .045 152);margin:0 0 .85rem;font-size:.65rem;font-weight:600}._footerList_dkgbw_370{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}._footerLink_dkgbw_379{color:#ffffffbf;font-size:.82rem;text-decoration:none;transition:color .15s}._footerLink_dkgbw_379:hover{color:#ffffffd9}._footerBottom_dkgbw_390{border-top:1px solid var(--border);padding:1rem 2rem}._footerCopy_dkgbw_395{color:#ffffff80;letter-spacing:.02em;font-size:.75rem}@media (width<=1024px){._navbar_dkgbw_8{padding:0 1rem}._hamburger_dkgbw_37{display:flex}._sidebar_dkgbw_246{z-index:150;background:var(--surface);border-right:1px solid var(--border);width:260px;padding:0;transition:transform .25s cubic-bezier(.22,1,.36,1);position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 24px #0000001a}._sidebarOpen_dkgbw_427{transform:translate(0)}._sidebarHeader_dkgbw_270{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:1rem 1.25rem;display:flex}._sidebarLink_dkgbw_301{padding:.7rem 1.25rem;font-size:.9rem}._footerInner_dkgbw_337{grid-template-columns:1fr 1fr;gap:2rem;padding:2rem 1.25rem 1.5rem}._footerBrand_dkgbw_345{grid-column:1/-1}}@media (width<=480px){._footerInner_dkgbw_337{grid-template-columns:1fr}._footerBrand_dkgbw_345{grid-column:auto}._navbar_dkgbw_8{padding:0 .75rem}}._backdrop_1481v_1{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;opacity:0;background:#0000008c;justify-content:center;align-items:center;padding:1.5rem;transition:opacity .2s;display:flex;position:fixed;inset:0}._backdropVisible_1481v_15{opacity:1}._panel_1481v_19{background:var(--surface);border:1px solid var(--border);opacity:0;border-radius:6px;width:100%;max-height:90vh;transition:opacity .2s;position:relative;overflow-y:auto;box-shadow:0 24px 64px #0003}._panelVisible_1481v_32{opacity:1;animation:.2s cubic-bezier(.22,1,.36,1) both _panelEnter_1481v_1}@keyframes _panelEnter_1481v_1{0%{transform:translateY(12px)scale(.98)}to{transform:translateY(0)scale(1)}}._tag_11jhk_1{color:var(--ink);letter-spacing:.01em;font-size:.9rem;font-weight:600}._stepper_lgue1_1{border:1px solid var(--border);border-radius:2px;align-items:center;height:2rem;display:flex;overflow:hidden}._stepperLg_lgue1_10{width:100%;height:2.4rem;margin-top:0}._btn_lgue1_16{background:var(--ink);height:100%;color:var(--text-on-dark);cursor:pointer;border:none;flex:0 0 2rem;justify-content:center;align-items:center;font-size:1rem;line-height:1;transition:background .15s;display:flex}._stepperLg_lgue1_10 ._btn_lgue1_16{flex:0 0 2.4rem}._btn_lgue1_16:hover{background:var(--ink-hover)}._value_lgue1_39{font-family:var(--font-ui);color:var(--ink);background:var(--surface);border-left:1px solid var(--border);border-right:1px solid var(--border);flex:1;justify-content:center;align-items:center;height:100%;font-size:.82rem;font-weight:600;display:flex;overflow:hidden}._valueInner_lgue1_55{animation:.12s both _qtySlideIn_lgue1_1}@keyframes _qtySlideIn_lgue1_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}._panel_1s6vn_1{grid-template-columns:1fr 1fr;display:grid}@media (width<=768px){._panel_1s6vn_1{grid-template-columns:1fr}._image_1s6vn_11{aspect-ratio:16/9;border-radius:6px 6px 0 0}}._closeBtn_1s6vn_17{border:1px solid var(--border);cursor:pointer;width:30px;height:30px;color:var(--muted);z-index:1;background:#0000001f;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex;position:absolute;top:.75rem;right:.75rem}._closeBtn_1s6vn_17:hover{color:var(--ink);background:#0003}._image_1s6vn_11{background:var(--bg);border-radius:6px 0 0 6px;justify-content:center;align-items:center;min-height:200px;display:flex;overflow:hidden}._image_1s6vn_11 img{width:auto;max-width:100%;height:auto;max-height:420px;display:block}._placeholder_1s6vn_58{background:var(--placeholder-gradient);width:100%;height:100%}._body_1s6vn_64{flex-direction:column;padding:2rem 1.75rem;display:flex}._name_1s6vn_70{font-family:var(--font-display);color:var(--ink);letter-spacing:-.02em;margin-bottom:.85rem;font-size:1.5rem;font-weight:400;line-height:1.25}._price_1s6vn_80{margin-bottom:.75rem}._meta_1s6vn_84{background:var(--bg);border:1px solid var(--border);border-radius:3px;flex-direction:column;gap:.3rem;margin-bottom:1rem;padding:.75rem;display:flex}._metaRow_1s6vn_95{justify-content:space-between;gap:1rem;font-size:.8rem;display:flex}._metaLabel_1s6vn_102{color:var(--muted)}._metaValue_1s6vn_106{color:var(--ink);font-weight:600}._metaRowUnitPrice_1s6vn_111{border-top:1px solid var(--border);margin-top:.15rem;padding-top:.35rem}._metaRowUnitPrice_1s6vn_111 ._metaValue_1s6vn_106{color:var(--accent)}._description_1s6vn_121{color:var(--muted);flex:1;margin-bottom:1.75rem;font-size:.875rem;line-height:1.7}._addBtn_1s6vn_129{background:var(--ink);width:100%;color:var(--text-on-dark);font-family:var(--font-ui);letter-spacing:.05em;cursor:pointer;text-transform:uppercase;border:none;border-radius:2px;padding:.7rem;font-size:.82rem;font-weight:600;transition:background .15s}._addBtn_1s6vn_129:hover{background:var(--ink-hover)}._landing_eswso_1{flex-direction:column;display:flex}._featured_eswso_6{z-index:1;background:var(--bg);padding:3rem 2.5rem 0;position:relative}._featuredHeader_eswso_13{margin-bottom:2rem}._featuredEyebrow_eswso_17{font-family:var(--font-ui);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;font-size:.65rem;font-weight:600;display:block}._featuredTitle_eswso_28{font-family:var(--font-display);color:var(--ink);letter-spacing:-.02em;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:500;line-height:1.15}._featGrid_eswso_37{background:var(--border);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:3px;display:grid}._featCard_eswso_44{cursor:pointer;background:var(--nav-bg);aspect-ratio:3/4;position:relative;overflow:hidden}._featCardImage_eswso_52{position:absolute;inset:0}._featCardImage_eswso_52 img{object-fit:cover;width:100%;height:100%;transition:transform .65s cubic-bezier(.22,1,.36,1);display:block}._featCard_eswso_44:hover ._featCardImage_eswso_52 img{transform:scale(1.04)}._featCardPlaceholder_eswso_69{background:var(--placeholder-gradient);width:100%;height:100%}._featCardOverlay_eswso_75{color:var(--text-on-dark);background:linear-gradient(#0000 0%,#0f11174d 50%,#0f1117e0 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;transition:background .3s;display:flex;position:absolute;inset:0}._featCard_eswso_44:hover ._featCardOverlay_eswso_75{background:linear-gradient(#0f11171a 0%,#0f111780 45%,#0f1117f2 100%)}._featCardName_eswso_101{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-on-dark);margin-bottom:.4rem;font-size:clamp(1rem,2vw,1.4rem);font-weight:500;line-height:1.2}._featCardUnitPrice_eswso_111{font-family:var(--font-display);color:var(--text-on-dark);letter-spacing:-.01em;font-size:clamp(.9rem,1.6vw,1.1rem);font-weight:500}._featCardUnitLabel_eswso_119{color:var(--text-on-dark);margin-left:.05rem;font-size:.75em;font-weight:400}@media (width>=769px){._ctaStrip_eswso_127{display:none}}._ctaStrip_eswso_127{background:var(--nav-bg);border-top:1px solid #ffffff0f;margin-top:3px}._ctaStripInner_eswso_138{justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;padding:3rem 2.5rem;display:flex}._ctaStripTitle_eswso_147{font-family:var(--font-display);color:var(--text-on-dark);letter-spacing:-.02em;margin-bottom:.4rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:500}._ctaStripSub_eswso_156{color:#f0f4f080;font-size:.875rem;line-height:1.6}._ctaStripBtn_eswso_162{background:var(--accent);color:var(--text-on-dark);font-family:var(--font-ui);letter-spacing:.05em;white-space:nowrap;border-radius:2px;flex-shrink:0;padding:.75rem 2rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .15s}._ctaStripBtn_eswso_162:hover{background:var(--accent-dim)}._state_eswso_181{color:var(--muted);padding:4rem 2.5rem;font-size:.9rem}@media (width<=768px){._featured_eswso_6{padding:2rem 1.25rem 0}._featGrid_eswso_37{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}._ctaStripInner_eswso_138{flex-direction:column;align-items:flex-start;padding:2rem 1.25rem}}._card_1vqbi_1{background:var(--surface);border:1px solid var(--border);cursor:pointer;flex-direction:column;transition:border-color .2s;display:flex;overflow:hidden}._card_1vqbi_1:hover{border-color:color-mix(in oklch, var(--accent) 45%, var(--border))}._image_1vqbi_15{aspect-ratio:1;background:var(--bg);justify-content:center;align-items:center;display:flex;overflow:hidden}._image_1vqbi_15 img{object-fit:contain;will-change:transform;width:100%;height:100%;transition:transform .3s;display:block;transform:scale(1)}._card_1vqbi_1:hover ._image_1vqbi_15 img{transform:scale(1.03)}._placeholder_1vqbi_38{background:var(--placeholder-gradient);width:100%;height:100%}._body_1vqbi_44{flex-direction:column;flex:1;padding:1rem 1.25rem 1.25rem;display:flex}._actions_1vqbi_51{margin-top:auto;padding-top:.75rem}._name_1vqbi_56{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;margin-bottom:.6rem;font-size:1.1rem;font-weight:500;line-height:1.25}._meta_1vqbi_66{flex-direction:column;gap:.2rem;margin-top:.4rem;display:flex}._metaRow_1vqbi_73{justify-content:space-between;gap:.5rem;font-size:.72rem;display:flex}._metaLabel_1vqbi_80{color:var(--muted)}._metaValue_1vqbi_84{color:var(--ink);font-weight:600}._metaRowUnitPrice_1vqbi_89{border-top:1px solid var(--border);margin-top:.15rem;padding-top:.25rem}._metaRowUnitPrice_1vqbi_89 ._metaValue_1vqbi_84{color:var(--accent)}._addBtn_1vqbi_99{background:var(--ink);width:100%;color:var(--text-on-dark);font-family:var(--font-ui);letter-spacing:.04em;cursor:pointer;border:none;border-radius:2px;margin-top:0;padding:.5rem;font-size:.78rem;font-weight:600;transition:background .15s}._addBtn_1vqbi_99:hover{background:var(--ink-hover)}._home_6rt4o_1{flex-direction:column;display:flex}._catalog_6rt4o_6{z-index:1;background:var(--bg);padding:2.5rem;position:relative}._catalogSearch_6rt4o_13{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}._searchInput_6rt4o_21{background:var(--surface);border:1px solid var(--border);width:100%;max-width:360px;font-family:var(--font-ui);color:var(--ink);outline:none;padding:.55rem .85rem;font-size:.875rem;transition:border-color .15s}._sortSelect_6rt4o_34{background:var(--surface);border:1px solid var(--border);font-family:var(--font-ui);color:var(--ink);cursor:pointer;outline:none;min-width:180px;padding:.55rem .85rem;font-size:.875rem;transition:border-color .15s}._sortSelect_6rt4o_34:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in oklch, var(--accent) 15%, transparent)}@media (width<=560px){._searchInput_6rt4o_21,._sortSelect_6rt4o_34{width:100%;max-width:100%;min-width:unset}}._searchInput_6rt4o_21::placeholder{color:var(--placeholder)}._searchInput_6rt4o_21:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in oklch, var(--accent) 15%, transparent)}._searchInput_6rt4o_21::-webkit-search-cancel-button{-webkit-appearance:none}._state_6rt4o_74{color:var(--muted);padding:2rem 0;font-size:.9rem}._stateError_6rt4o_80{color:#c0392b}._articleGrid_6rt4o_84{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;display:grid}._page_15u6p_1{min-height:100vh;display:flex}._brandPanel_15u6p_6{background:var(--nav-bg);flex:0 0 42%;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}._brandPanel_15u6p_6:before{content:"";background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0}._brandPanel_15u6p_6:after{content:"";background:radial-gradient(circle, rgba(var(--accent-rgb), .12) 0%, transparent 70%);border-radius:50%;width:380px;height:380px;position:absolute;bottom:-120px;right:-120px}._brandPanelInner_15u6p_37{z-index:1;padding:3rem;position:relative}._brandMark_15u6p_43{align-items:center;gap:1rem;margin-bottom:3rem;display:flex}._brandTagline_15u6p_50{font-family:var(--font-display);color:var(--text-on-dark);letter-spacing:-.02em;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.2}._brandTagline_15u6p_50 em{color:var(--accent);font-style:italic}._brandGrid_15u6p_64{grid-template-columns:repeat(5,1fr);gap:12px;width:120px;margin-top:4rem;display:grid}._brandGridDot_15u6p_72{background:#ffffff26;border-radius:50%;width:4px;height:4px;display:block}._brandGridDot_15u6p_72:nth-child(3),._brandGridDot_15u6p_72:nth-child(7),._brandGridDot_15u6p_72:nth-child(13){background:rgba(var(--accent-rgb), .5)}._formPanel_15u6p_86{background:var(--surface);flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}._formPanelInner_15u6p_95{width:100%;max-width:380px;animation:.5s cubic-bezier(.22,1,.36,1) both _rise_15u6p_1}@keyframes _rise_15u6p_1{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (width<=680px){._page_15u6p_1{flex-direction:column}._brandPanel_15u6p_6{flex:none;min-height:200px;padding:2.5rem 2rem}._brandTagline_15u6p_50{font-size:1.6rem}._brandGrid_15u6p_64{display:none}}._formHeader_zpkhm_1{margin-bottom:2.5rem}._formTitle_zpkhm_5{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);margin-bottom:.5rem;font-size:2.5rem;font-weight:400;line-height:1.1}._formSub_zpkhm_15{color:var(--muted);font-size:.9rem;font-weight:400}._form_zpkhm_1{flex-direction:column;gap:1.75rem;display:flex}._field_zpkhm_27{flex-direction:column;gap:.5rem;display:flex}._fieldLabel_zpkhm_33{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:.72rem;font-weight:600}._fieldInput_zpkhm_41{border:none;border-bottom:1.5px solid var(--border);font-family:var(--font-ui);color:var(--ink);background:0 0;outline:none;width:100%;padding:.6rem 0;font-size:1rem;transition:border-color .2s}._fieldInput_zpkhm_41::placeholder{color:var(--placeholder)}._fieldInput_zpkhm_41:focus{border-bottom-color:var(--ink)}._formError_zpkhm_62{color:var(--error);margin-top:-.5rem;font-size:.85rem}._btnSubmit_zpkhm_68{background:var(--ink);width:100%;color:var(--text-on-dark);font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:none;justify-content:center;align-items:center;min-height:50px;margin-top:.5rem;padding:.9rem 1.5rem;font-size:.9rem;font-weight:600;transition:background .2s,transform .1s;display:flex}._btnSubmit_zpkhm_68:hover:not(:disabled){background:var(--ink-hover)}._btnSubmit_zpkhm_68:active:not(:disabled){transform:scale(.99)}._btnSubmit_zpkhm_68:disabled{opacity:.6;cursor:not-allowed}._spinner_zpkhm_101{border:2px solid #f0f4f04d;border-top-color:var(--text-on-dark);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite _spin_zpkhm_101;display:block}@keyframes _spin_zpkhm_101{to{transform:rotate(360deg)}}._formFooter_zpkhm_115{color:var(--muted);text-align:center;margin-top:1.5rem;font-size:.85rem}._formFooterLink_zpkhm_122{color:var(--ink);border-bottom:1px solid;font-weight:600;text-decoration:none}._formFooterLink_zpkhm_122:hover{color:var(--accent)}._formHeader_1xcxg_1{margin-bottom:2.5rem}._formTitle_1xcxg_5{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);margin-bottom:.5rem;font-size:2.5rem;font-weight:400;line-height:1.1}._formSub_1xcxg_15{color:var(--muted);font-size:.9rem;font-weight:400}._form_1xcxg_1{flex-direction:column;gap:1.75rem;display:flex}._fieldRow_1xcxg_27{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}._field_1xcxg_27{flex-direction:column;gap:.5rem;display:flex}._fieldLabel_1xcxg_39{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:.72rem;font-weight:600}._fieldInput_1xcxg_47{border:none;border-bottom:1.5px solid var(--border);font-family:var(--font-ui);color:var(--ink);background:0 0;outline:none;width:100%;padding:.6rem 0;font-size:1rem;transition:border-color .2s}._fieldInput_1xcxg_47::placeholder{color:var(--placeholder)}._fieldInput_1xcxg_47:focus{border-bottom-color:var(--ink)}._formError_1xcxg_68{color:#c0392b;margin-top:-.5rem;font-size:.85rem}._btnSubmit_1xcxg_74{background:var(--ink);width:100%;color:var(--text-on-dark);font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:none;justify-content:center;align-items:center;min-height:50px;margin-top:.5rem;padding:.9rem 1.5rem;font-size:.9rem;font-weight:600;transition:background .2s,transform .1s;display:flex}._btnSubmit_1xcxg_74:hover:not(:disabled){background:var(--ink-hover)}._btnSubmit_1xcxg_74:active:not(:disabled){transform:scale(.99)}._btnSubmit_1xcxg_74:disabled{opacity:.6;cursor:not-allowed}._spinner_1xcxg_107{border:2px solid #f5f3ee4d;border-top-color:var(--text-on-dark);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite _spin_1xcxg_107;display:block}@keyframes _spin_1xcxg_107{to{transform:rotate(360deg)}}._formFooter_1xcxg_121{color:var(--muted);text-align:center;margin-top:1.5rem;font-size:.85rem}._formFooterLink_1xcxg_128{color:var(--ink);border-bottom:1px solid;font-weight:600;text-decoration:none}._formFooterLink_1xcxg_128:hover{color:var(--accent)}._title_68ark_1{font-family:var(--font-display);color:var(--ink);letter-spacing:-.03em;margin-bottom:2rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:300}._page_hc2al_1{flex-direction:column;display:flex}._content_hc2al_6{z-index:1;background:var(--bg);padding:2.5rem;position:relative}._emptyState_hc2al_13{color:var(--muted);padding:2rem 0;font-size:.9rem}._cartItems_hc2al_19{border:1px solid var(--border);background:var(--surface);flex-direction:column;gap:0;max-width:720px;margin-bottom:1.5rem;display:flex}._cartItem_hc2al_19{border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:.75rem 1.25rem;display:flex}@media (width<=560px){._content_hc2al_6{padding:1.25rem 1rem}._cartItem_hc2al_19{grid-template-columns:64px 1fr auto;grid-template-areas:"thumb info remove""thumb controls subtotal";align-items:start;gap:.25rem .75rem;padding:.9rem 1rem;display:grid}._thumb_hc2al_53{grid-area:thumb;align-self:center;width:64px;height:64px}._info_hc2al_60{grid-area:info;min-width:0}._controls_hc2al_65{grid-area:controls;align-self:center;margin-top:.35rem}._subtotal_hc2al_71{min-width:unset;grid-area:subtotal;align-self:center;margin-top:.35rem}._removeBtn_hc2al_78{grid-area:remove;align-self:start;padding:0 0 0 .25rem}._cartFooter_hc2al_84{flex-direction:column;align-items:stretch;gap:1rem}._cartFooterRight_hc2al_90{align-items:stretch}._btnPlaceOrder_hc2al_94{text-align:center;width:100%}}._cartItem_hc2al_19:last-child{border-bottom:none}._thumb_hc2al_53{background:var(--bg);border:1px solid var(--border);border-radius:3px;flex-shrink:0;width:56px;height:56px;overflow:hidden}._thumb_hc2al_53 img{object-fit:cover;width:100%;height:100%;display:block}._thumbPlaceholder_hc2al_121{background:var(--placeholder-gradient);width:100%;height:100%}._info_hc2al_60{flex-direction:column;flex:1;gap:2px;display:flex}._itemName_hc2al_134{color:var(--ink);font-size:.9rem;font-weight:600}._itemPrice_hc2al_140{color:var(--muted);font-size:.78rem}._itemPkg_hc2al_145{flex-direction:column;gap:1px;margin-top:3px;display:flex}._pkgRow_hc2al_152{gap:.4rem;font-size:.7rem;display:flex}._pkgLabel_hc2al_158{color:var(--muted)}._pkgValue_hc2al_162{color:var(--ink);font-weight:600}._controls_hc2al_65{align-items:center;gap:.5rem;display:flex}._qtyBtn_hc2al_173{background:var(--bg);border:1px solid var(--border);cursor:pointer;width:28px;height:28px;color:var(--ink);border-radius:2px;justify-content:center;align-items:center;font-size:1rem;transition:background .15s;display:flex}._qtyBtn_hc2al_173:hover{background:var(--bg-hover)}._qtyValue_hc2al_192{text-align:center;min-width:24px;color:var(--ink);font-size:.88rem;font-weight:600}._subtotal_hc2al_71{color:var(--ink);text-align:right;font-variant-numeric:tabular-nums;min-width:80px;font-size:.88rem;font-weight:600}._removeBtn_hc2al_78{cursor:pointer;color:var(--error);background:0 0;border:none;border-radius:2px;padding:.25rem .5rem;font-size:.78rem;transition:background .15s}._removeBtn_hc2al_78:hover{background:var(--error-tint)}._cartFooter_hc2al_84{justify-content:space-between;align-items:flex-start;gap:1rem;max-width:720px;display:flex}._cartFooterRight_hc2al_90{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex}._shippingNotice_hc2al_239{color:var(--muted);margin:0;font-size:.78rem}._cartTotal_hc2al_245{color:var(--ink);font-size:1rem}._cartTotal_hc2al_245 strong{font-size:1.1rem}._priceSummary_hc2al_254{flex-direction:column;gap:4px;min-width:220px;display:flex}._priceLine_hc2al_261{color:var(--muted);justify-content:space-between;gap:16px;font-size:.88rem;display:flex}._priceLineTotal_hc2al_269{border-top:1px solid var(--border);color:var(--ink);margin-top:2px;padding-top:6px;font-size:1rem}._cartError_hc2al_277{color:var(--error);font-size:.82rem}._btnPlaceOrder_hc2al_94{background:var(--ink);color:var(--text-on-dark);font-family:var(--font-ui);letter-spacing:.04em;cursor:pointer;border:none;padding:.7rem 1.5rem;font-size:.85rem;font-weight:600;transition:background .15s}._btnPlaceOrder_hc2al_94:hover:not(:disabled){background:var(--ink-hover)}._btnPlaceOrder_hc2al_94:disabled{opacity:.5;cursor:not-allowed}._btnClearCart_hc2al_304{border:1px solid var(--border);font-family:var(--font-ui);color:var(--muted);cursor:pointer;background:0 0;border-radius:2px;align-self:flex-start;padding:.6rem 1.1rem;font-size:.8rem;font-weight:500;transition:background .15s,color .15s,border-color .15s}._btnClearCart_hc2al_304:hover{background:var(--error-tint);border-color:var(--error-border);color:var(--error)}._confirmDialog_hc2al_325{flex-direction:column;gap:1.25rem;padding:2rem;display:flex}._confirmTitle_hc2al_332{font-family:var(--font-display);color:var(--ink);letter-spacing:-.02em;margin:0;font-size:1.35rem;font-weight:400}._confirmSummary_hc2al_341{color:var(--muted);margin:0;font-size:.88rem}._confirmActions_hc2al_347{justify-content:flex-end;gap:.75rem;display:flex}._btnCancel_hc2al_353{border:1px solid var(--border);font-family:var(--font-ui);color:var(--muted);cursor:pointer;background:0 0;border-radius:2px;padding:.6rem 1.25rem;font-size:.82rem;font-weight:600;transition:background .15s,color .15s}._btnCancel_hc2al_353:hover{background:var(--bg);color:var(--ink)}._btnDanger_hc2al_371{background:var(--error);font-family:var(--font-ui);letter-spacing:.04em;color:#fff;cursor:pointer;border:none;border-radius:2px;padding:.6rem 1.25rem;font-size:.82rem;font-weight:600;transition:background .15s}._btnDanger_hc2al_371:hover{background:var(--error-hover)}._page_1ctya_3{background:var(--bg);flex-direction:column;min-height:100%;display:flex}._topBar_1ctya_10{padding:var(--space-lg) var(--space-3xl) 0}._backLink_1ctya_14{align-items:center;gap:var(--space-xs);color:var(--muted);min-height:44px;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}._backLink_1ctya_14:hover{color:var(--ink)}._backIcon_1ctya_30{flex-shrink:0;width:16px;height:16px}._layout_1ctya_38{gap:var(--space-3xl);padding:var(--space-xl) var(--space-3xl) var(--space-3xl);grid-template-columns:1fr 320px;align-items:start;max-width:1000px;display:grid}._main_1ctya_49{flex-direction:column;display:flex}._heading_1ctya_54{font-family:var(--font-display);color:var(--ink);letter-spacing:-.03em;margin:0 0 var(--space-2xl);font-size:2.25rem;font-weight:400}._section_1ctya_63{border-top:1px solid var(--border);padding:var(--space-xl) 0}._section_1ctya_63:last-child{padding-bottom:0}._sectionLabel_1ctya_72{align-items:baseline;gap:var(--space-sm);margin-bottom:var(--space-lg);display:flex}._stepNum_1ctya_79{font-family:var(--font-display);color:var(--muted);letter-spacing:.05em;font-variant-numeric:tabular-nums;font-size:.95rem;font-weight:400;line-height:1}._sectionTitle_1ctya_89{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.09em;color:var(--ink);margin:0;font-size:.7rem;font-weight:700}._addressCard_1ctya_101{background:var(--surface);border:1px solid var(--border);border-radius:3px}._addressSkeleton_1ctya_107{background:var(--surface);border:1px solid var(--border);opacity:.5;border-radius:3px;height:68px}._addressStatic_1ctya_115{justify-content:space-between;align-items:flex-start;gap:var(--space-md);padding:var(--space-md) var(--space-lg);display:flex}._hidden_1ctya_123{display:none}._addressLeft_1ctya_127{gap:var(--space-sm);flex-direction:column;display:flex}._addressInfo_1ctya_133{flex-direction:column;gap:3px;display:flex}._addressName_1ctya_139{color:var(--ink);font-size:.92rem;font-weight:600;line-height:1.3}._addressLine_1ctya_146{color:var(--muted);font-size:.85rem;line-height:1.4}._addressEmpty_1ctya_152{color:var(--muted);padding:var(--space-xs) 0;font-size:.85rem;font-style:italic}._deliveryTag_1ctya_159{color:var(--accent);font-size:.75rem;font-weight:500}._deliveryTagMissing_1ctya_165{color:var(--muted);font-size:.75rem;font-style:italic}._btnEditAddress_1ctya_171{border:1px solid var(--border);padding:0 var(--space-md);min-width:72px;height:36px;font-family:var(--font-ui);color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:2px;flex-shrink:0;font-size:.78rem;font-weight:600;transition:background .15s,color .15s,border-color .15s}._btnEditAddress_1ctya_171:hover{background:var(--bg-hover);color:var(--ink);border-color:oklch(68% .022 152)}._addressEditWrap_1ctya_196{grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.22,1,.36,1);display:grid}._addressEditOpen_1ctya_202{grid-template-rows:1fr}._addressEditInner_1ctya_206{overflow:hidden}._addressForm_1ctya_210{gap:var(--space-md);padding:0 var(--space-lg) var(--space-lg);border-top:1px solid var(--border);padding-top:var(--space-lg);flex-direction:column;display:flex}._formRow_1ctya_219{gap:var(--space-md);display:flex}._formField_1ctya_224{gap:var(--space-xs);flex-direction:column;flex:1;display:flex}._formFieldNarrow_1ctya_231{flex:0 0 140px}._formLabel_1ctya_237{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:.7rem;font-weight:700}._formInput_1ctya_245{width:100%;height:44px;padding:0 var(--space-md);font-family:var(--font-ui);color:var(--ink);background:var(--bg);border:1px solid var(--border);box-sizing:border-box;border-radius:3px;font-size:.9rem;transition:border-color .15s}._formInput_1ctya_245:focus{border-color:var(--accent);outline:none}._dateInput_1ctya_264{max-width:220px}._textarea_1ctya_268{width:100%;padding:var(--space-md);font-family:var(--font-ui);color:var(--ink);background:var(--bg);border:1px solid var(--border);resize:vertical;box-sizing:border-box;border-radius:3px;min-height:108px;font-size:.9rem;line-height:1.55;transition:border-color .15s}._textarea_1ctya_268:focus{border-color:var(--accent);outline:none}._fieldStack_1ctya_289{gap:var(--space-sm);flex-direction:column;display:flex}._fieldHint_1ctya_295{color:var(--muted);margin-top:var(--space-xs);font-size:.75rem}._fieldError_1ctya_301{color:var(--error);margin:0;font-size:.78rem}._formActions_1ctya_307{gap:var(--space-sm);padding-top:var(--space-xs);display:flex}._btnSolid_1ctya_313{height:40px;padding:0 var(--space-lg);background:var(--ink);font-family:var(--font-ui);letter-spacing:.04em;color:var(--text-on-dark);cursor:pointer;border:1px solid #0000;border-radius:2px;font-size:.82rem;font-weight:600;transition:background .15s}._btnSolid_1ctya_313:hover:not(:disabled){background:var(--ink-hover)}._btnSolid_1ctya_313:disabled{opacity:.5;cursor:not-allowed}._btnGhost_1ctya_337{height:40px;padding:0 var(--space-lg);border:1px solid var(--border);font-family:var(--font-ui);color:var(--muted);cursor:pointer;background:0 0;border-radius:2px;font-size:.82rem;font-weight:600;transition:background .15s,color .15s}._btnGhost_1ctya_337:hover:not(:disabled){background:var(--bg-hover);color:var(--ink)}._btnGhost_1ctya_337:disabled{opacity:.5;cursor:not-allowed}._sidebar_1ctya_363{top:var(--space-xl);position:sticky}._summaryCard_1ctya_368{border:1px solid var(--border);padding:var(--space-lg);gap:var(--space-md);background:oklch(98.5% .007 152);border-radius:3px;flex-direction:column;display:flex}._summaryLabel_1ctya_378{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.09em;color:var(--muted);margin:0;font-size:.7rem;font-weight:700}._itemList_1ctya_390{gap:var(--space-md);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}._summaryItem_1ctya_399{align-items:center;gap:var(--space-sm);display:flex}._summaryThumb_1ctya_405{background:var(--bg);border:1px solid var(--border);border-radius:3px;flex-shrink:0;width:40px;height:40px;overflow:hidden}._summaryThumb_1ctya_405 img{object-fit:cover;width:100%;height:100%;display:block}._thumbPlaceholder_1ctya_422{background:var(--placeholder-gradient,var(--bg-hover));width:100%;height:100%}._summaryItemBody_1ctya_428{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}._summaryItemName_1ctya_436{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:500;line-height:1.3;overflow:hidden}._summaryItemQty_1ctya_446{color:var(--muted);font-variant-numeric:tabular-nums;font-size:.72rem}._summaryItemPrice_1ctya_452{color:var(--ink);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.85rem;font-weight:600}._priceDivider_1ctya_462{background:var(--border);height:1px}._priceList_1ctya_467{gap:var(--space-sm);flex-direction:column;margin:0;padding:0;display:flex}._priceRow_1ctya_475{justify-content:space-between;gap:var(--space-md);color:var(--muted);font-variant-numeric:tabular-nums;font-size:.85rem;display:flex}._priceRow_1ctya_475 dt{font-weight:400}._priceRow_1ctya_475 dd{margin:0;font-weight:500}._priceRowTotal_1ctya_493{color:var(--ink);padding-top:var(--space-sm);border-top:1px solid var(--border);margin-top:var(--space-xs);font-size:1rem;font-weight:600}._priceRowTotal_1ctya_493 dt,._priceRowTotal_1ctya_493 dd{font-weight:600}._priceCalculating_1ctya_507,._priceUnset_1ctya_513{color:var(--muted);font-style:italic;font-weight:400}._orderError_1ctya_519{color:var(--error);margin:0;font-size:.82rem}._addressHint_1ctya_525{color:var(--muted);margin:0;font-size:.75rem;line-height:1.5}._btnPlaceOrder_1ctya_534{width:100%;height:52px;padding:0 var(--space-lg);background:var(--ink);color:var(--text-on-dark);font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;margin-top:var(--space-xs);border:none;border-radius:2px;font-size:.85rem;font-weight:700;transition:background .15s}._btnPlaceOrder_1ctya_534:hover:not(:disabled){background:var(--ink-hover)}._btnPlaceOrder_1ctya_534:disabled{opacity:.5;cursor:not-allowed}@media (width<=860px){._layout_1ctya_38{padding:var(--space-lg) var(--space-lg) var(--space-2xl);gap:var(--space-xl);grid-template-columns:1fr}._topBar_1ctya_10{padding:var(--space-md) var(--space-lg) 0}._sidebar_1ctya_363{position:static}._heading_1ctya_54{margin-bottom:var(--space-xl);font-size:1.75rem}._formRow_1ctya_219{flex-direction:column}._formFieldNarrow_1ctya_231{flex:1}._dateInput_1ctya_264{max-width:100%}}@media (width<=560px){._layout_1ctya_38{padding:var(--space-md) var(--space-md) var(--space-2xl)}._topBar_1ctya_10{padding:var(--space-md) var(--space-md) 0}._textarea_1ctya_268,._formInput_1ctya_245{font-size:1rem}}._badge_1ojsi_1{letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:3px;padding:2px 8px;font-size:.7rem;font-weight:700}._badge--pending_1ojsi_11{color:#92600a;background:#fef9ec;border:1px solid #f5d26b}._badge--delivered_1ojsi_17{color:#1a6b38;background:#edfaf3;border:1px solid #6ee09e}._badge--paid_1ojsi_23{color:#1a4d8a;background:#eef4ff;border:1px solid #93bef9}._badge--canceled_1ojsi_29{color:#9b1c1c;background:#fdf2f2;border:1px solid #f5a9a9}._page_alcwb_1{flex-direction:column;display:flex}._content_alcwb_6{z-index:1;background:var(--bg);padding:2.5rem;position:relative}._state_alcwb_13{color:var(--muted);padding:2rem 0;font-size:.9rem}._stateError_alcwb_19{color:var(--error)}._orderList_alcwb_23{border:1px solid var(--border);background:var(--surface);flex-direction:column;max-width:720px;display:flex}._orderRow_alcwb_31{border-bottom:1px solid var(--border);cursor:pointer;align-items:center;gap:1rem;padding:.9rem 1.25rem;transition:background .15s;display:flex}@media (width<=560px){._content_alcwb_6{padding:1.25rem 1rem}._orderRow_alcwb_31{flex-wrap:wrap;gap:.5rem 1rem}._orderRowLeft_alcwb_51{min-width:unset;flex:1}._orderRowCenter_alcwb_56{order:3;width:100%;padding-top:0}._orderRowRight_alcwb_62{flex-wrap:wrap;gap:.5rem .75rem}._detailItem_alcwb_67{grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:.2rem .75rem}._detailItemInfo_alcwb_74{grid-area:1/1/2/2}._detailItemQty_alcwb_79{grid-area:2/1/3/2}._detailItemUnit_alcwb_84{display:none}._detailItemTotal_alcwb_88{min-width:unset;grid-area:1/2/3/3;align-self:center}}._orderRow_alcwb_31:last-child{border-bottom:none}._orderRow_alcwb_31:hover{background:var(--bg)}._orderRowLeft_alcwb_51{flex-direction:column;gap:2px;min-width:120px;display:flex}._orderId_alcwb_111{font-size:.82rem;font-weight:600;font-family:var(--font-ui);color:var(--ink);letter-spacing:.03em}._orderDate_alcwb_119{color:var(--muted);font-size:.78rem}._orderRowCenter_alcwb_56{color:var(--muted);flex:1;font-size:.82rem}._orderRowRight_alcwb_62{align-items:center;gap:.75rem;display:flex}._orderTotal_alcwb_136{color:var(--ink);font-variant-numeric:tabular-nums;text-align:right;min-width:80px;font-size:.9rem;font-weight:700}._chevron_alcwb_145{color:var(--muted);flex-shrink:0}._detailHeader_alcwb_151{border-bottom:1px solid var(--border);background:var(--bg);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}._detailHeaderLeft_alcwb_161{flex-direction:column;gap:3px;display:flex}._detailId_alcwb_167{font-size:.95rem;font-weight:700;font-family:var(--font-ui);color:var(--ink);letter-spacing:.04em}._detailDate_alcwb_175{color:var(--muted);font-size:.8rem}._detailHeaderRight_alcwb_180{align-items:center;gap:.75rem;display:flex}._detailClose_alcwb_186{border:1px solid var(--border);cursor:pointer;width:30px;height:30px;color:var(--muted);background:#0000000f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}._detailClose_alcwb_186:hover{color:var(--ink);background:#0000001f}._detailItems_alcwb_206{flex:1;padding:1.25rem 1.5rem}._detailItemsHeading_alcwb_211{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.75rem;font-size:.7rem;font-weight:600}._detailItem_alcwb_67{border-bottom:1px solid var(--border);grid-template-columns:1fr auto auto auto;align-items:center;gap:1rem;padding:.6rem 0;font-size:.88rem;display:grid}._detailItem_alcwb_67:last-child{border-bottom:none}._detailItemInfo_alcwb_74{flex-direction:column;gap:2px;display:flex}._detailItemName_alcwb_240{color:var(--ink)}._detailItemPkg_alcwb_244{color:var(--muted);font-size:.72rem}._detailItemQty_alcwb_79{color:var(--muted);font-size:.82rem}._detailItemUnit_alcwb_84{color:var(--muted);font-variant-numeric:tabular-nums;font-size:.82rem}._detailItemTotal_alcwb_88{color:var(--ink);font-variant-numeric:tabular-nums;text-align:right;min-width:72px;font-weight:600}._detailFooter_alcwb_268{border-top:1px solid var(--border);background:var(--bg);flex-direction:column;gap:.75rem;padding:1rem 1.5rem;display:flex}._detailNote_alcwb_277{align-items:baseline;gap:.5rem;font-size:.85rem;display:flex}._detailNoteLabel_alcwb_284{color:var(--ink);flex-shrink:0;font-weight:600}._detailNoteText_alcwb_290{color:var(--muted)}._detailBreakdown_alcwb_294{flex-direction:column;gap:4px;display:flex}._detailBreakdownRow_alcwb_300{color:var(--muted);font-variant-numeric:tabular-nums;justify-content:space-between;gap:1rem;font-size:.85rem;display:flex}._detailTotal_alcwb_309{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:.5rem;display:flex}._detailTotalLabel_alcwb_317{letter-spacing:.05em;text-transform:uppercase;color:var(--muted);font-size:.82rem;font-weight:600}._detailTotalValue_alcwb_325{color:var(--ink);font-variant-numeric:tabular-nums;font-size:1.1rem;font-weight:700}._page_61fmw_1{flex-direction:column;display:flex}._content_61fmw_6{max-width:560px;padding:2.5rem}._card_61fmw_11{background:var(--surface);border:1px solid var(--border);border-radius:4px}._cardSection_61fmw_17{padding:1.75rem 2rem}._cardHeading_61fmw_21{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;margin-bottom:1.25rem;font-size:1rem;font-weight:400}._cardField_61fmw_30{flex-direction:column;gap:2px;display:flex}._cardLabel_61fmw_36{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.72rem;font-weight:600}._cardValue_61fmw_44{color:var(--ink);font-size:.9rem}._cardDivider_61fmw_49{background:var(--border);height:1px}._profileForm_61fmw_54{flex-direction:column;gap:1rem;display:flex}._formRow_61fmw_60{flex-wrap:wrap;gap:1rem;display:flex}._formRow_61fmw_60>*{flex:160px;min-width:0}._formField_61fmw_71{flex-direction:column;gap:.4rem;display:flex}._formFieldLabel_61fmw_77{letter-spacing:.05em;text-transform:uppercase;color:var(--muted);font-size:.78rem;font-weight:600}._formFieldInput_61fmw_85{font-family:var(--font-ui);color:var(--ink);background:var(--bg);border:1px solid var(--border);border-radius:3px;padding:.6rem .75rem;font-size:.9rem;transition:border-color .15s}._formFieldInput_61fmw_85:focus{border-color:var(--accent);outline:none}._formError_61fmw_101{color:var(--error);margin:0;font-size:.82rem}._formSuccess_61fmw_107{color:var(--success);margin:0;font-size:.82rem}._btnSave_61fmw_113{background:var(--ink);color:var(--text-on-dark);font-family:var(--font-ui);letter-spacing:.04em;cursor:pointer;border:none;border-radius:2px;align-self:flex-start;margin-top:.25rem;padding:.65rem 1.5rem;font-size:.82rem;font-weight:600;transition:background .15s}._btnSave_61fmw_113:hover:not(:disabled){background:var(--ink-hover)}._btnSave_61fmw_113:disabled{opacity:.5;cursor:not-allowed}._page_18l6e_1{background:var(--surface);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}._inner_18l6e_10{text-align:center;animation:.5s cubic-bezier(.22,1,.36,1) both _rise_18l6e_1}@keyframes _rise_18l6e_1{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}._code_18l6e_20{font-family:var(--font-display);letter-spacing:-.04em;color:var(--border);margin-bottom:1.5rem;font-size:clamp(6rem,20vw,12rem);font-weight:300;line-height:1;display:block}._title_18l6e_31{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);margin-bottom:.75rem;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:400}._sub_18l6e_40{color:var(--muted);margin-bottom:2.5rem;font-size:.95rem}._btn_18l6e_46{background:var(--ink);color:var(--text-on-dark);font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:none;padding:.9rem 2rem;font-size:.9rem;font-weight:600;transition:background .2s,transform .1s}._btn_18l6e_46:hover{background:var(--ink-hover)}._btn_18l6e_46:active{transform:scale(.99)}
