._siderMenu_14csl_1{background:0 0;flex-direction:column;height:100%;display:flex}._logoContainer_14csl_7{cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;gap:8px;height:64px;padding:0 16px;transition:justify-content .2s,padding .2s;display:flex;overflow:hidden}._logoImg_14csl_19{object-fit:contain;flex-shrink:0;width:100%;height:100%;display:block}._logoText_14csl_26{color:var(--app-primary);white-space:nowrap;font-size:18px;font-weight:600}._menus_14csl_32{flex-grow:1;padding:0 8px;overflow-x:hidden;overflow-y:auto;background:var(--app-primary-700)!important;border-right:0!important}._menus_14csl_32::-webkit-scrollbar{width:6px}._menus_14csl_32::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:3px}._menus_14csl_32::-webkit-scrollbar-track{background:0 0}.ant-menu-inline{border-right:0!important}.ant-menu-inline .ant-menu-item{margin:5px 0!important;width:100%!important;color:var(--app-white)!important;border-radius:0!important}.ant-menu-inline .ant-menu-item-selected,.ant-menu-inline .ant-menu-item:not(.ant-menu-item-selected):hover{background:var(--app-primary-600)!important}.ant-menu-inline .ant-menu-item-selected:after{border-right:none!important}.app-root{min-height:100dvh;color:var(--app-text);flex-direction:row;display:flex}.app-root .app-main-layout{flex-direction:column;flex-grow:1;height:100dvh;display:flex;overflow:hidden}.app-root .app-header{background:var(--app-white);border-bottom:1px solid var(--app-border);z-index:10;flex-shrink:0;padding:0 24px 0 16px}.app-root .app-header-content{justify-content:space-between;align-items:center;gap:12px;height:64px;display:flex}.app-root .app-header-right{align-items:center;gap:16px;display:flex}.app-root .app-header-toggler{border-radius:var(--app-radius);width:40px;height:40px;font-size:18px;transition:background-color .2s}.app-root .app-header-toggler:hover{background-color:var(--app-bg)}.app-root .app-header-cart-toggler{border-radius:var(--app-radius);width:40px;height:40px;font-size:20px;transition:background-color .2s}.app-root .app-header-cart-toggler:hover{background-color:var(--app-bg)}.app-root .app-header-user{background:var(--app-bg);cursor:pointer;border-radius:999px;align-items:center;gap:8px;height:50px;padding:6px 10px;transition:background-color .2s;display:inline-flex}.app-root .app-header-user:hover{background:#e2e8f0}.app-root .app-header-avatar{background-color:#cbd5e1}.app-root .app-sider{border-right:1px solid var(--app-border);flex-shrink:0;height:100dvh;transition:width .2s,min-width .2s,max-width .2s;background:var(--app-primary-700)!important}.app-root .app-sider .ant-layout-sider-children{opacity:1;flex-direction:column;height:100%;min-height:0;transition:opacity .15s;display:flex;overflow:hidden}.app-root .app-sider.ant-layout-sider-collapsed .ant-layout-sider-children{opacity:0}.app-root .app-cart-sider{border-left:1px solid var(--app-border);flex-shrink:0;height:100dvh;transition:width .2s,min-width .2s,max-width .2s,transform .3s cubic-bezier(.7,.3,.1,1);background:var(--app-white)!important}.app-root .app-cart-sider .ant-layout-sider-children{opacity:1;flex-direction:column;height:100%;min-height:0;transition:opacity .15s;display:flex;overflow:hidden}.app-root .app-cart-sider.ant-layout-sider-collapsed .cart-header{justify-content:center}.app-root .app-cart-sider.ant-layout-sider-collapsed .cart-content-wrapper,.app-root .app-cart-sider.ant-layout-sider-collapsed .cart-footer{display:none}.app-root .app-mobile-overlay{z-index:1000;background:#00000073;animation:.3s fadeIn;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.app-root .is-mobile-sider{z-index:1001;height:100dvh;transition:transform .3s cubic-bezier(.7,.3,.1,1),width .2s,min-width .2s,max-width .2s;top:0;box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;position:fixed!important}.app-root .app-sider.is-mobile-sider{left:0}.app-root .app-sider.is-mobile-sider.ant-layout-sider-collapsed{transform:translate(-100%)}.app-root .app-sider.is-mobile-sider:not(.ant-layout-sider-collapsed){transform:translate(0)}.app-root .app-cart-sider.is-mobile-sider{right:0}.app-root .app-cart-sider.is-mobile-sider.ant-layout-sider-collapsed{transform:translate(100%)}.app-root .app-cart-sider.is-mobile-sider:not(.ant-layout-sider-collapsed){transform:translate(0)}.app-root .cart-container{background:#fff;flex-direction:column;height:100%;min-height:0;display:flex}.app-root .cart-header{border-bottom:1px solid var(--app-border);background:var(--app-white);flex-shrink:0;justify-content:space-between;align-items:center;height:64px;padding:0 16px;display:flex}.app-root .cart-title-group{color:var(--app-text);visibility:visible;opacity:1;align-items:center;gap:8px;transition:opacity .1s,visibility .1s;display:flex}.ant-layout-sider-collapsed .app-root .cart-title-group{visibility:hidden;opacity:0}.app-root .cart-header-title{margin:0;font-size:18px;font-weight:700}.app-root .cart-content-wrapper{flex:auto;min-height:0;padding:12px;overflow:auto}.app-root .cart-footer{border-top:1px solid var(--app-border);background:#fff;flex:none;padding:12px}.app-root .cart-footer .cart-footer-total{justify-content:space-between;align-items:baseline;margin-bottom:12px;display:flex}.app-root .cart-footer .cart-footer-quantity{justify-content:center;align-items:center;gap:8px;margin-bottom:12px;display:flex}.app-root .cart-footer .quantity-input{width:100px!important}.app-root .app-content-wrapper{background-color:var(--app-bg);flex-direction:column;padding:24px;display:flex;overflow-y:auto}.app-root .app-content-wrapper::-webkit-scrollbar{width:6px;height:6px}.app-root .app-content-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.app-root .app-content-wrapper::-webkit-scrollbar-track{background:0 0}.app-root .content-container{flex-grow:1;width:100%;max-width:1280px;margin:0 auto}.app-root .page-fade-in{animation:.2s ease-in-out pageFade}@keyframes pageFade{0%{opacity:.6;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.app-root .ob-content{padding-top:8px}.app-root .ob-section-title{color:var(--app-text);margin:6px 0;font-size:18px;font-weight:700;display:block}.app-root .ob-divider{margin:10px 0}.app-root .ob-section{margin-top:2px}.app-root .ob-row{border-bottom:1px dashed var(--app-border);grid-template-columns:1fr 110px 40px;align-items:center;gap:12px;min-height:36px;padding:4px 0;display:grid}.app-root .ob-row:last-child{border-bottom:none}.app-root .ob-row-empty{border-bottom:none;align-items:center;min-height:36px;padding:4px 0;display:flex}.app-root .ob-col{align-items:center;min-height:24px;display:flex}.app-root .ob-col-name{color:var(--app-text);font-size:14px;font-weight:500}.app-root .ob-col-name strong{font-size:16px}.app-root .ob-col-price{justify-content:center;font-weight:700}.app-root .ob-col-action{justify-content:flex-end}.app-root .ob-blank{width:1px;height:1px;display:inline-block}.app-root .cart-header .cart-header-title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.app-root .ant-btn-text.ant-btn-dangerous{border-radius:6px;height:28px;padding:0 6px;line-height:28px}._wrapper_b0ru1_1{min-height:calc(100vh - var(--app-header-height));background:var(--app-content-bg);place-items:center;padding:24px;display:grid}._sub_b0ru1_8{text-align:center}._sub_b0ru1_8 ._title_b0ru1_11{color:var(--app-text);margin-bottom:4px;font-size:20px;font-weight:600}._sub_b0ru1_8 ._desc_b0ru1_17{color:var(--app-text-secondary)}._sub_b0ru1_8 ._missing_b0ru1_20{margin-top:8px}._hint_b0ru1_23{text-align:center;color:var(--app-text-secondary);margin-top:12px}._hint_b0ru1_23 ._path_b0ru1_28{margin-top:4px}._hint_b0ru1_23 ._path_b0ru1_28 code{border:1px solid var(--app-border);border-radius:var(--app-radius);background:#f5f5f5;padding:2px 6px}.locale-input-number .ant-input-number-input{text-align:right!important}.app-root .cart-item-container{border-radius:var(--app-radius,8px);border-left:3px solid #0000}.app-root .cart-item-container .cart-item{background:var(--app-white);border:1px solid var(--app-border);border-radius:var(--app-radius,8px);cursor:pointer;margin-bottom:12px;padding:12px}.app-root .cart-item-container:hover{border-left-color:var(--app-primary);box-shadow:0 4px 12px #0000000d}.app-root .cart-item__row{--thumb-size:64px;grid-template-columns:var(--thumb-size)1fr auto;align-items:center;gap:12px;display:grid}.app-root .cart-item__thumb{width:var(--thumb-size);height:var(--thumb-size);background:#f5f5f5;border-radius:8px;overflow:hidden}.app-root .cart-item__thumb img{object-fit:cover;width:100%;height:100%;display:block}.app-root .cart-item__main{flex-direction:column;gap:6px;display:flex}.app-root .cart-item__title{color:var(--app-text);font-size:15px;font-weight:600;line-height:1.25}.app-root .cart-item__qty{align-items:center;gap:8px;display:inline-flex}.app-root .cart-item__qty .ant-btn{justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:inline-flex}.app-root .cart-item__qty-num{text-align:center;min-width:24px;font-weight:600}.app-root .cart-item__qty-input{width:40px!important}.app-root .cart-item__qty-input .ant-input-number-input{text-align:center;padding-left:0;padding-right:0}.app-root .cart-item__side{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.app-root .cart-item__price .ant-typography{display:block}.app-root .cart-item__price .cart-total{opacity:1!important}.app-root .cart-item__options{gap:4px;margin-top:8px;display:grid}.app-root .cart-item__option-line{justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}.app-root .cart-item__option-line .ant-typography:first-child{flex-grow:1;flex-shrink:1;margin-right:8px}.app-root .cart-item__option-line .ant-typography:nth-child(2){white-space:nowrap;text-align:right;flex-shrink:0;min-width:50px}.app-root .cart-item__option-line>span[aria-hidden=true],.app-root .cart-item__option-line .ant-btn{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.app-root .cart-item__option-line .ant-btn{opacity:.5}.app-root .cart-item__option-line .ant-btn:hover{opacity:1;background-color:#ff00000d}.app-root .cart-page{flex-direction:column;height:100%;display:flex}.app-root .cart-list{flex:auto}.app-root .cart-footer{border-top:1px solid var(--app-border);background:var(--app-white);flex-shrink:0;padding:12px 16px}.app-root .cart-footer-totals{flex-direction:column;gap:4px;margin-bottom:12px;display:flex}.app-root .cart-footer-totals .collapse{cursor:pointer;justify-content:center;display:flex}.app-root .cart-footer-line{justify-content:space-between;align-items:center;display:flex}.app-root .cart-footer-line.discount{color:var(--app-color-danger,#ff4d4f)}.app-root .cart-footer-line.total{margin-top:4px}.app-root .cart-footer-line.total .ant-typography{color:var(--app-color-primary,#422afb)}.app-root .cart-footer-line.clickable{cursor:pointer}.app-root .cart-footer-line .line-actions{align-items:center;gap:6px;display:inline-flex}.app-root .cart-footer-actions{gap:8px;display:flex}.app-root .btn-icon{width:-webkit-fit-content;width:fit-content}.app-root .cart-content-scroll{overflow-y:auto}.app-root .cart-empty{justify-content:center;align-items:center;height:100%;display:flex}@media (max-width:420px){.app-root .cart-item__row{--thumb-size:56px;gap:10px}.app-root .cart-item__title{font-size:14px}.app-root .cart-item__option-line{gap:6px;font-size:12px}}.app-root .shake{-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px;animation:.5s cubic-bezier(.36,.07,.19,.97) both shake;transform:translate(0)}@keyframes shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}.percent-input-right .ant-input{text-align:right!important}._loading_137in_1{-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative}._loading_137in_1 ._text_137in_11{margin-top:1rem}._loading_137in_1 ._animation_137in_14{width:80px;height:80px;display:inline-block;position:relative}@keyframes _animation_137in_14{0%,to{opacity:1}50%{opacity:.5}}._loading_137in_1 ._animation_137in_14 div{width:16px;height:16px;animation:2s linear infinite _animation_137in_14;position:absolute}._loading_137in_1 ._animation_137in_14 div:first-child{animation-delay:0s;top:8px;left:8px}._loading_137in_1 ._animation_137in_14 div:nth-child(2){animation-delay:-.4s;top:8px;left:32px}._loading_137in_1 ._animation_137in_14 div:nth-child(3){animation-delay:-.8s;top:8px;left:56px}._loading_137in_1 ._animation_137in_14 div:nth-child(4){animation-delay:-.4s;top:32px;left:8px}._loading_137in_1 ._animation_137in_14 div:nth-child(5){animation-delay:-.8s;top:32px;left:32px}._loading_137in_1 ._animation_137in_14 div:nth-child(6){animation-delay:-1.2s;top:32px;left:56px}._loading_137in_1 ._animation_137in_14 div:nth-child(7){animation-delay:-.8s;top:56px;left:8px}._loading_137in_1 ._animation_137in_14 div:nth-child(8){animation-delay:-1.2s;top:56px;left:32px}._loading_137in_1 ._animation_137in_14 div:nth-child(9){animation-delay:-1.6s;top:56px;left:56px}._wrapper_vf7kc_1{flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:24px;display:flex}._sub_vf7kc_9{flex-direction:column;gap:8px;max-width:400px;display:flex}._title_vf7kc_15{font-size:1.1rem;font-weight:500}._desc_vf7kc_19{color:var(--app-text-500)}._missing_vf7kc_22{max-width:100%;margin-top:12px}._missing_vf7kc_22 span{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}._hint_vf7kc_32{background:var(--app-bg-100);border:1px dashed var(--app-border);border-radius:var(--app-radius);color:var(--app-text-500);text-align:center;margin-top:24px;padding:16px;font-size:13px}._hint_vf7kc_32 ._path_vf7kc_42{margin-top:8px;font-size:12px}.app-root .app-state{text-align:center;justify-content:center;align-items:center;width:100%;padding:24px;display:flex}.app-root .app-state--page{background:var(--app-bg,#f1f5f9);min-height:calc(100vh - 64px)}.app-root .app-state__content{flex-direction:column;align-items:center;gap:16px;display:flex}.app-root .app-state__spinner-icon{color:var(--app-primary,#1677ff);font-size:40px}.app-root .app-state__title{color:var(--app-text,#0f172a);font-size:15px;font-weight:500}.app-root .app-state__desc{max-width:420px;color:var(--app-text-muted,#64748b)}.app-root .app-state__actions{justify-content:center;gap:8px;margin-top:16px;display:flex}:root{--app-primary:#422afb;--app-primary-50:#e0f2fe;--app-primary-100:#e9e3ff;--app-primary-200:#422afb;--app-primary-300:#422afb;--app-primary-400:#7551ff;--app-primary-500:#422afb;--app-primary-600:#3311db;--app-primary-700:#02044a;--app-primary-800:#190793;--app-primary-900:#11047a;--app-white:#fff;--app-bg:#f1f5f9;--app-bg-100:#f8f9fa;--app-border:#e2e8f0;--app-text:#0f172a;--app-text-secondary:#606779;--app-text-700:#334155;--app-shadow:0 6px 16px #0000001f;--app-radius:8px;--text-color:var(--app-text);--body-text-color:var(--app-text);--font-family:system-ui,-apple-system,"Segoe UI",Roboto,Inter,Arial,sans-serif;--fs-base:16px;--fs-small:13px;--fs-h1:2rem;--fs-h2:1.5rem;--fs-h3:1.25rem;--fs-h4:1.125rem;--fs-h5:1rem;--lh-body:1.6;--lh-heading:1.25}.app-root .ant-btn{box-shadow:none;font-weight:600}.app-root .ant-btn.ant-btn-color-primary:disabled,.app-root .ant-btn-primary:disabled{color:#ffffffb3;box-shadow:none;background:#00000014;border-color:#00000014}.app-root .ant-segmented{color:#fff;border-radius:var(--app-radius);background:#2c3e50;padding:0}.app-root .ant-segmented .ant-segmented-item{color:#fff;padding:8px;transition:background-color .2s}.app-root .ant-segmented .ant-segmented-thumb{border-radius:var(--app-radius);background:#1a252f}.app-root .ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled){color:#fff;background-color:#3c5166}.app-root .ant-segmented .ant-segmented-item.ant-segmented-item-selected,.app-root .ant-segmented .ant-segmented-item.ant-segmented-item-selected:hover{color:#fff;background:#1a252f}.app-root .ant-input,.app-root .ant-input-affix-wrapper{box-shadow:none}.app-root .ant-table-thead>tr>th{background:var(--app-bg)}.app-root .app-state--error .ant-result{padding:0}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-size:max(15px,min(1.2rem,16px))}@media (max-width:640px){html{font-size:max(14px,min(1.75rem,15px))}}html,body,#root{height:100%}body{background-color:var(--app-bg);min-height:100vh;color:var(--body-text-color);font-family:var(--font-family);font-size:var(--fs-base);line-height:var(--lh-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5{line-height:var(--lh-heading);color:var(--text-color);text-wrap:balance}h1{font-size:var(--fs-h1);letter-spacing:-.02em;font-weight:700}h2{font-size:var(--fs-h2);font-weight:600}h3{font-size:var(--fs-h3);font-weight:600}h4{font-size:var(--fs-h4);font-weight:600}h5{font-size:var(--fs-h5);font-weight:500}p{font-size:var(--fs-base);line-height:var(--lh-body);max-width:75ch;font-weight:400}small{font-size:var(--fs-small);line-height:1.3}li{list-style:none!important}*{scrollbar-width:thin;scrollbar-color:#bfbfbf transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{border-radius:var(--app-radius);background:#bfbfbf}::-webkit-scrollbar-track{background:0 0}.page-fade-in{animation:.18s ease-in fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}:global(.ant-float-btn){bottom:24px;right:24px}:global(.ant-float-btn-body){box-shadow:var(--app-shadow)}
