.quantityButton{--quantityButtonHeight:28px;height:var(--quantityButtonHeight);-webkit-user-select:none;user-select:none;display:flex;position:relative}.quantityButton .quantity{cursor:pointer;font-variation-settings:"wdth" 75,"wght" 500;color:hsl(var(--colorBrandPrimary));border:1px solid hsl(var(--colorBrandPrimary));background-color:#0000;border-radius:9999px;justify-content:center;align-items:center;font-size:12px;display:flex}.quantityButton .quantity>span{background-color:hsl(var(--colorBrandPrimary));width:100%;height:100%;display:block}.quantityButton .quantity>i{color:inherit}.quantityButton .quantity:active{color:var(--colorBackgroundPrimary);background-color:hsl(var(--colorBrandPrimary))}.quantityButton .quantity:active>span{background-color:var(--colorBackgroundPrimary)}.quantityButton .quantity.increase{text-transform:uppercase;width:100%;height:100%;transition:width .1s ease-out,font-size;position:absolute;top:0;right:0}.quantityButton .hiddenContainer{width:100%;height:100%;display:flex}.quantityButton .hiddenContainer .decrease{width:var(--quantityButtonHeight);height:var(--quantityButtonHeight);transition:transform .1s ease-out;transform:scale(0)}.quantityButton .hiddenContainer .value{margin:0 var(--quantityButtonHeight)0 0;opacity:0;visibility:hidden;border:1px solid #0000;border-radius:9999px;justify-content:center;align-items:center;padding:0 12px;transition:opacity .1s ease-out,visibility .1s ease-out;display:flex}.quantityButton .hiddenContainer .value p{font-variation-settings:"wdth" 75,"wght" 600;margin:0;font-size:14px}.quantityButton .hiddenContainer .value span{background-color:hsl(var(--colorBrandPrimary));width:15px;height:100%;margin-left:-3px;display:block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:8px;mask-size:8px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.quantityButton.disabled .value span{background-color:var(--colorContentPrimary)}.quantityButton.disabled .increase{display:none}.quantityButton.disabled .hiddenContainer .value{border-color:var(--colorContentTertiary);margin:0 10px 0 0}.quantityButton.filled .quantity{color:#fff;background-color:hsl(var(--colorBrandPrimary))}.quantityButton.filled .quantity>span{background-color:var(--colorBackgroundPrimary)}.quantityButton.isAtMax .hiddenContainer .value{margin:0}.quantityButton.quantityValue .hiddenContainer .decrease{transition-delay:50ms;transform:scale(1)}.quantityButton.quantityValue .hiddenContainer .value{opacity:1;visibility:visible}.quantityButton.quantityValue .increase{width:var(--quantityButtonHeight);font-size:20px}@media (max-width:750px){.quantityButton{--quantityButtonHeight:35px}.quantityButton .quantity>span{-webkit-mask-size:13px;mask-size:13px}.quantityButton.disabled .hiddenContainer .value{padding:0 17px 0 15px}}@media (max-width:530px){.quantityButton{transform:scale(.9)}}
.homepage .itemCard{background:var(--hp-surface-container-lowest);border-radius:16px;align-items:center;padding:20px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 20px #0000000a}@media (hover:hover){.homepage .itemCard:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 12px 32px #00000014}}.homepage .itemCard.staticCard{box-shadow:none;background:var(--hp-surface-container-low);border-radius:12px;gap:12px;padding:10px 12px;transform:none!important}.homepage .itemCard.staticCard .itemCardImage .itemCardImg,.homepage .itemCard.staticCard .itemCardImage .itemCardImgPlaceholder{border-radius:10px;width:52px;min-width:52px;height:52px}.homepage .itemCard.staticCard .itemCardBody{flex-direction:row;justify-content:space-between;align-items:center;min-height:auto;margin-left:0;padding:0}.homepage .itemCard.staticCard .itemCardBody .itemCardContent{display:none}.homepage .itemCard.staticCard .itemCardBody .itemCardActions{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.homepage .itemCard.staticCard .itemCardBody .itemCardActions .itemCardQtyBadge{color:var(--hp-on-surface);font-size:13px;font-weight:600}.homepage .itemCard.staticCard .itemCardBody .itemCardActions .itemCardTotalPrice{color:var(--hp-primary);font-size:13px;font-weight:700}.homepage .itemCardImage{background:var(--hp-surface-container-low);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:128px;height:128px;display:flex;overflow:hidden}@media (max-width:480px){.homepage .itemCardImage{width:100px;height:100px}}.homepage .itemCardImage .itemCardImg{width:100%;height:100%;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important}.homepage .itemCardImage .itemCardImgPlaceholder{width:100%;height:100%;color:var(--hp-secondary);text-transform:uppercase;letter-spacing:.1em;opacity:.4;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.homepage .itemCardImage .itemCardImgPlaceholder .itemCardPlaceholderIcon{display:none}.homepage .itemCardBody{flex-direction:column;flex:1;justify-content:space-between;min-height:128px;margin-left:24px;padding:8px 0;display:flex}@media (max-width:480px){.homepage .itemCardBody{min-height:100px;margin-left:16px}}.homepage .itemCardBody .itemCardContent .itemCardName{color:var(--hp-on-surface);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;font-size:20px;font-weight:600;line-height:28px;display:-webkit-box;overflow:hidden}@media (max-width:480px){.homepage .itemCardBody .itemCardContent .itemCardName{font-size:16px;line-height:22px}}.homepage .itemCardBody .itemCardContent .itemCardPrice{color:var(--hp-primary);margin:4px 0 0;font-size:20px;font-weight:700;line-height:28px}@media (max-width:480px){.homepage .itemCardBody .itemCardContent .itemCardPrice{font-size:16px;line-height:22px}}.homepage .itemCardBody .itemCardContent .itemCardStock{color:var(--hp-error);letter-spacing:.02em;margin:2px 0 0;font-size:12px;font-weight:600}@media (max-width:480px){.homepage .itemCardBody .itemCardContent .itemCardStock{font-size:11px}}.homepage .itemCardBody .itemCardAddBtn{border:2px solid var(--hp-outline-variant);color:var(--hp-primary);letter-spacing:.05em;cursor:pointer;background:0 0;border-radius:9999px;align-self:flex-start;margin-top:12px;padding:8px 32px;font-size:14px;font-weight:600;transition:all .2s}.homepage .itemCardBody .itemCardAddBtn:active{transform:scale(.95)}@media (hover:hover){.homepage .itemCardBody .itemCardAddBtn:hover{background:var(--hp-primary);border-color:var(--hp-primary);color:var(--hp-on-primary)}}.homepage .itemCardBody .addToCart{align-self:flex-start;margin-top:12px}@media (max-width:530px){.homepage .itemCard{border-radius:14px;padding:14px}.homepage .itemCard.staticCard{border-radius:10px;padding:8px 10px}.homepage .itemCard.staticCard .itemCardImage .itemCardImg,.homepage .itemCard.staticCard .itemCardImage .itemCardImgPlaceholder{border-radius:8px;width:44px;min-width:44px;height:44px}.homepage .itemCardImage{width:96px;height:96px}.homepage .itemCardBody{min-height:96px;margin-left:14px;padding:4px 0}.homepage .itemCardBody .itemCardContent .itemCardName,.homepage .itemCardBody .itemCardContent .itemCardPrice{font-size:15px;line-height:20px}.homepage .itemCardBody .itemCardAddBtn{padding:6px 24px;font-size:13px}}
.homepage{--hp-primary:#aa3000;--hp-primary-container:#d43f00;--hp-on-primary:#fff;--hp-surface:#f6faff;--hp-on-surface:#141d23;--hp-surface-container-low:#ecf5fe;--hp-surface-container:#e6eff8;--hp-surface-container-lowest:#fff;--hp-surface-container-high:#e0e9f2;--hp-surface-container-highest:#dbe4ed;--hp-outline:#916f65;--hp-outline-variant:#e6beb2;--hp-secondary:#5d5e61;--hp-secondary-container:#e2e2e5;--hp-background:#f6faff;--hp-primary-fixed:#ffdbd0;--hp-primary-fixed-dim:#ffb59e;--hp-on-primary-fixed:#3a0b00;--hp-on-primary-fixed-variant:#852400;--hp-on-surface-variant:#5c4037;--hp-inverse-primary:#ffb59e;--hp-inverse-surface:#293138;--hp-inverse-on-surface:#e9f2fb;--hp-error:#ba1a1a;--hp-on-error:#fff;--hp-error-container:#ffdad6;--hp-on-error-container:#93000a;background:var(--hp-background);min-height:100vh;padding-bottom:100px;position:relative}.homepage .loading{color:var(--hp-secondary);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 24px;display:flex}.homepage .loading .loadingSpinner{border:3px solid var(--hp-surface-container-highest);border-top-color:var(--hp-primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.homepage .loading p{margin:0;font-size:14px}.homepage .storeHero{width:100%;position:relative;overflow:hidden}.homepage .storeHero .storeCover{width:100%;height:320px;position:relative}@media (min-width:768px){.homepage .storeHero .storeCover{height:400px}}.homepage .storeHero .storeCover .storeCoverImg{filter:grayscale(.2);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%}.homepage .storeHero .storeCover .storeCoverPlaceholder{background:linear-gradient(135deg,var(--hp-primary-fixed),var(--hp-primary-container));filter:none}.homepage .storeHero .storeCover .storeCoverOverlay{background:linear-gradient(to top,var(--hp-background)0%,transparent 50%,transparent 100%);position:absolute;inset:0}.homepage .storeHero .storeProfile{z-index:10;text-align:center;flex-direction:column;align-items:center;max-width:1200px;margin:-80px auto 0;padding:0 40px;display:flex;position:relative}@media (max-width:768px){.homepage .storeHero .storeProfile{margin-top:-60px;padding:0 16px}}.homepage .storeHero .storeProfile .storeProfileAvatar{border:6px solid var(--hp-surface-container-lowest);background:var(--hp-surface-container-lowest);border-radius:50%;justify-content:center;align-items:center;width:160px;height:160px;padding:8px;display:flex;overflow:hidden;box-shadow:0 4px 24px #0000001f}@media (max-width:480px){.homepage .storeHero .storeProfile .storeProfileAvatar{width:120px;height:120px}}.homepage .storeHero .storeProfile .storeProfileAvatar .storeAvatarImg{object-fit:cover;border-radius:50%;width:100%;height:100%}.homepage .storeHero .storeProfile .storeProfileAvatar .storeAvatarPlaceholder{background:var(--hp-surface-container-low);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:100%;height:100%;display:flex}.homepage .storeHero .storeProfile .storeProfileAvatar .storeAvatarPlaceholder .storeAvatarBrand{color:var(--hp-primary);font-size:32px;font-weight:700}.homepage .storeHero .storeProfile .storeProfileInfo{flex-direction:column;align-items:center;gap:4px;margin-top:24px;display:flex}.homepage .storeHero .storeProfile .storeProfileInfo .storeName{letter-spacing:-.01em;color:var(--hp-on-surface);margin:0;font-size:32px;font-weight:700;line-height:40px}@media (min-width:768px){.homepage .storeHero .storeProfile .storeProfileInfo .storeName{letter-spacing:-.02em;font-size:48px;font-weight:800;line-height:56px}}@media (max-width:480px){.homepage .storeHero .storeProfile .storeProfileInfo .storeName{font-size:28px;line-height:36px}}.homepage .storeHero .storeProfile .storeProfileInfo .storeDesc{color:var(--hp-on-surface-variant);text-align:center;max-width:560px;margin:4px 0 0;font-size:18px;line-height:28px}@media (max-width:480px){.homepage .storeHero .storeProfile .storeProfileInfo .storeDesc{font-size:15px;line-height:24px}}.homepage .storeHero .storeProfile .storeProfileInfo .storeAddress{color:var(--hp-secondary);letter-spacing:.05em;justify-content:center;align-items:center;gap:6px;margin:8px 0 0;font-size:14px;font-weight:600;display:flex}.homepage .menuToolbarSection{max-width:1200px;margin:48px auto 0;padding:0 40px}@media (max-width:768px){.homepage .menuToolbarSection{margin-top:32px;padding:0 16px}}.homepage .menuToolbarSection .menuToolbarSearch{max-width:560px;margin:0 auto 24px;position:relative}.homepage .menuToolbarSection .menuToolbarSearch .searchIcon{pointer-events:none;color:var(--hp-secondary);z-index:1;align-items:center;display:flex;position:absolute;inset:0 auto 0 20px}.homepage .menuToolbarSection .menuToolbarSearch input{width:100%;color:var(--hp-on-surface);background:#f1f3f5;border:none;border-radius:9999px;outline:none;padding:16px 20px 16px 56px;font-size:16px;line-height:24px;transition:all .2s}.homepage .menuToolbarSection .menuToolbarSearch input::placeholder{color:var(--hp-secondary);opacity:.6}.homepage .menuToolbarSection .menuToolbarSearch input:focus{background:var(--hp-surface-container-lowest);box-shadow:0 0 0 2px var(--hp-primary)}.homepage .menuToolbarSection .menuToolbarSearch .searchClear{background:var(--hp-surface-container-highest);width:36px;height:36px;color:var(--hp-secondary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;margin:auto;padding:0;transition:background .15s;display:flex;position:absolute;inset:0 4px 0 auto}.homepage .menuToolbarSection .menuToolbarSearch .searchClear:hover{background:var(--hp-outline-variant)}.homepage .menuToolbarSection .categoryPills{-webkit-overflow-scrolling:touch;align-items:center;gap:12px;padding-bottom:16px;display:flex;overflow:auto hidden}.homepage .menuToolbarSection .categoryPills::-webkit-scrollbar{height:4px}.homepage .menuToolbarSection .categoryPills::-webkit-scrollbar-track{background:0 0}.homepage .menuToolbarSection .categoryPills::-webkit-scrollbar-thumb{background:var(--hp-surface-container-highest);border-radius:10px}.homepage .menuToolbarSection .categoryPills .categoryPill{border:1.5px solid var(--hp-outline-variant);background:var(--hp-surface-container-lowest);color:var(--hp-on-surface-variant);letter-spacing:.05em;cursor:pointer;white-space:nowrap;border-radius:9999px;flex-shrink:0;align-items:center;gap:6px;padding:8px 24px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}@media (hover:hover){.homepage .menuToolbarSection .categoryPills .categoryPill:hover{border-color:var(--hp-primary);color:var(--hp-primary)}}.homepage .menuToolbarSection .categoryPills .categoryPill.active{background:var(--hp-primary);border-color:var(--hp-primary);color:var(--hp-on-primary);box-shadow:0 4px 12px #aa30004d}.homepage .menuToolbarSection .categoryPills .categoryPill.active .pillCount{opacity:1;color:var(--hp-on-primary)}.homepage .menuToolbarSection .categoryPills .categoryPill .pillCount{opacity:.7;justify-content:center;align-items:center;font-size:12px;display:inline-flex}.homepage .menuContent{max-width:1200px;margin:0 auto;padding:0 40px}@media (max-width:768px){.homepage .menuContent{padding:0 16px}}.homepage .menuEmpty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:64px 24px;display:flex}.homepage .menuEmpty .menuEmptyIcon{background:var(--hp-surface-container);width:64px;height:64px;color:var(--hp-secondary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;display:flex}.homepage .menuEmpty h3{color:var(--hp-on-surface);margin:0;font-size:20px;font-weight:600}.homepage .menuEmpty p{color:var(--hp-secondary);margin:0;font-size:14px}.homepage .menuGrid{padding:24px 0 48px}.homepage .categorySection{margin-bottom:48px;scroll-margin-top:100px}.homepage .categorySection .categoryTitle{color:var(--hp-on-surface);align-items:center;gap:16px;margin:0 0 24px;font-size:24px;font-weight:700;line-height:32px;display:flex}.homepage .categorySection .categoryTitle:after{content:"";background:var(--hp-outline-variant);opacity:.5;flex:1;height:1px}.homepage .itemsGrid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (max-width:640px){.homepage .itemsGrid{grid-template-columns:1fr;gap:16px}}.homepage .cartOverlay{z-index:1000;background:#00000080;justify-content:flex-end;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.homepage .cartSheet{background:var(--hp-surface-container-lowest);flex-direction:column;width:100%;max-width:420px;height:100%;animation:.3s cubic-bezier(.4,0,.2,1) slideIn;display:flex;box-shadow:-4px 0 24px #0000001a}@media (max-width:480px){.homepage .cartSheet{max-width:100%;animation-name:slideUp}}.homepage .cartSheet .cartSheetHeader{border-bottom:1px solid var(--hp-surface-container);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.homepage .cartSheet .cartSheetHeader h2{color:var(--hp-on-surface);margin:0;font-size:20px;font-weight:600}.homepage .cartSheet .cartSheetHeader .cartSheetClose{background:var(--hp-surface-container);width:36px;height:36px;color:var(--hp-secondary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background .15s;display:flex}.homepage .cartSheet .cartSheetHeader .cartSheetClose:hover{background:var(--hp-surface-container-highest)}.homepage .cartSheet .emptyCart{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:48px 24px;display:flex}.homepage .cartSheet .emptyCart .emptyCartIcon{background:var(--hp-surface-container);width:72px;height:72px;color:var(--hp-secondary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:12px;display:flex}.homepage .cartSheet .emptyCart p{color:var(--hp-on-surface);margin:0;font-size:16px;font-weight:600}.homepage .cartSheet .emptyCart span{color:var(--hp-secondary);margin-bottom:8px;font-size:13px}.homepage .cartSheet .cartItems{flex:1;padding:8px 0;overflow-y:auto}.homepage .cartSheet .cartItems::-webkit-scrollbar{width:4px}.homepage .cartSheet .cartItems::-webkit-scrollbar-thumb{background:var(--hp-surface-container-highest);border-radius:10px}.homepage .cartSheet .cartItem{align-items:center;gap:12px;padding:12px 24px;transition:background .15s;display:flex}.homepage .cartSheet .cartItem:hover{background:var(--hp-surface-container-low)}.homepage .cartSheet .cartItem .cartItemImage{flex-shrink:0}.homepage .cartSheet .cartItem .cartItemImage .cartItemThumb{background-position:50%;background-repeat:no-repeat;background-size:cover;background-color:var(--hp-surface-container);border-radius:10px;width:48px;height:48px}.homepage .cartSheet .cartItem .cartItemInfo{flex:1;min-width:0}.homepage .cartSheet .cartItem .cartItemInfo .cartItemName{color:var(--hp-on-surface);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13px;font-weight:600;overflow:hidden}.homepage .cartSheet .cartItem .cartItemInfo .cartItemPrice{color:var(--hp-primary);margin:2px 0 0;font-size:12px;font-weight:700}.homepage .cartSheet .cartFooter{padding:16px 24px calc(16px + env(safe-area-inset-bottom));border-top:1px solid var(--hp-surface-container);flex-direction:column;gap:12px;display:flex}.homepage .cartSheet .cartFooter .nameInput{flex-direction:column;gap:4px;display:flex}.homepage .cartSheet .cartFooter .nameInput .nameInputHeader{justify-content:space-between;align-items:center;display:flex}.homepage .cartSheet .cartFooter .nameInput .nameInputHeader .nameInputCounter{color:var(--hp-secondary);opacity:.8;font-size:11px}.homepage .cartSheet .cartFooter .nameInput .nameInputLabel{color:var(--hp-secondary);letter-spacing:.05em;font-size:12px;font-weight:600}.homepage .cartSheet .cartFooter .nameInput input{border:1.5px solid var(--hp-surface-container-highest);color:var(--hp-on-surface);background:var(--hp-surface-container-low);border-radius:12px;outline:none;padding:12px 16px;font-size:14px;transition:all .15s}.homepage .cartSheet .cartFooter .nameInput input:focus{border-color:var(--hp-primary);background:var(--hp-surface-container-lowest);box-shadow:0 0 0 3px #aa30001f}.homepage .cartSheet .cartFooter .nameInput input.error{border-color:var(--hp-error)}.homepage .cartSheet .cartFooter .nameInput .errorText{color:var(--hp-error);margin:2px 0 0;font-size:12px}.homepage .cartSheet .cartFooter .cartDivider{background:var(--hp-surface-container);height:1px;margin:4px 0}.homepage .cartSheet .cartFooter .cartSummary{flex-direction:column;gap:6px;display:flex}.homepage .cartSheet .cartFooter .cartSummary .cartSummaryRow{color:var(--hp-secondary);justify-content:space-between;font-size:14px;display:flex}.homepage .cartSheet .cartFooter .cartSummary .cartSummaryRow.cartSummaryTotal{color:var(--hp-on-surface);font-size:16px;font-weight:700}.homepage .cartSheet .cartFooter .cartSummary .cartSummaryRow .cartTotalAmount{color:var(--hp-primary)}.homepage .cartSheet .cartFooter .checkoutBtn{width:100%}.homepage .cartFab{background:var(--hp-primary);width:64px;height:64px;color:var(--hp-on-primary);cursor:pointer;z-index:100;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:32px;right:32px;box-shadow:0 4px 16px #aa300059}.homepage .cartFab svg,.homepage .cartFab i,.homepage .cartFab [class*=icon]{color:var(--hp-on-primary)}@media (hover:hover){.homepage .cartFab:hover{transform:scale(1.1);box-shadow:0 8px 24px #aa300066}}.homepage .cartFab:active{transform:scale(.9)}.homepage .cartFab .cartFabBadge{background:var(--hp-surface-container-lowest);min-width:24px;height:24px;color:var(--hp-primary);border:2px solid var(--hp-primary);border-radius:9999px;justify-content:center;align-items:center;padding:0 4px;font-size:12px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.homepage .cartFab .cartFabTooltip{background:var(--hp-on-surface);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;border-radius:8px;padding:8px 16px;font-size:12px;font-weight:500;transition:opacity .2s;position:absolute;top:50%;right:calc(100% + 16px);transform:translateY(-50%)}@media (hover:hover){.homepage .cartFab:hover .cartFabTooltip{opacity:1}}.homepage .orderStatus{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:80vh;padding:48px 24px;display:flex}.homepage .orderStatus .successIcon{background:var(--hp-primary-fixed);width:80px;height:80px;color:var(--hp-primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;display:flex}.homepage .orderStatus h2{color:var(--hp-on-surface);margin:0;font-size:24px;font-weight:700}.homepage .orderStatus p{color:var(--hp-secondary);max-width:400px;margin:0;font-size:16px}.homepage .orderStatus p strong{color:var(--hp-on-surface)}.homepage .orderStatus .orderStatusNote{background:var(--hp-surface-container);color:var(--hp-secondary);border-radius:10px;align-items:center;gap:8px;margin:8px 0 16px;padding:10px 16px;font-size:13px;display:flex}.homepage .paymentView{flex-direction:column;gap:24px;max-width:480px;min-height:100vh;margin:0 auto;padding:24px 16px 48px;display:flex}.homepage .paymentView .paymentViewHeader{align-items:center;gap:12px;display:flex}.homepage .paymentView .paymentViewHeader h2{color:var(--hp-on-surface);margin:0;font-size:20px;font-weight:600}.homepage .paymentView .paymentViewHeader .paymentBackBtn{background:var(--hp-surface-container);width:36px;height:36px;color:var(--hp-secondary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background .15s;display:flex}.homepage .paymentView .paymentViewHeader .paymentBackBtn:hover:not(:disabled){background:var(--hp-surface-container-highest)}.homepage .paymentView .paymentViewHeader .paymentBackBtn:disabled{opacity:.5;cursor:not-allowed}.homepage .paymentView .paymentAmountSection{text-align:center;padding:16px 0}.homepage .paymentView .paymentAmountSection .paymentLabel{color:var(--hp-secondary);margin:0;font-size:13px;font-weight:500}.homepage .paymentView .paymentAmountSection .paymentTotal{color:var(--hp-primary);letter-spacing:-.02em;margin:8px 0 0;font-size:36px;font-weight:800}.homepage .paymentView .paymentQrSection{flex-direction:column;align-items:center;gap:12px;display:flex}.homepage .paymentView .paymentQrSection .paymentQrFrame{border:2px solid var(--hp-surface-container);background:var(--hp-surface-container-lowest);border-radius:16px;justify-content:center;align-items:center;width:240px;height:240px;display:flex;overflow:hidden}.homepage .paymentView .paymentQrSection .paymentQrFrame .qrImage{object-fit:contain;width:100%;height:100%}.homepage .paymentView .paymentQrSection .paymentQrFrame .qrPlaceholder{color:var(--hp-secondary);flex-direction:column;align-items:center;gap:8px;display:flex}.homepage .paymentView .paymentQrSection .paymentQrFrame .qrPlaceholder p{margin:0;font-size:12px}.homepage .paymentView .paymentQrSection .paymentRef{flex-direction:column;align-items:center;gap:2px;display:flex}.homepage .paymentView .paymentQrSection .paymentRef .paymentRefLabel{color:var(--hp-secondary);opacity:.7;font-size:11px}.homepage .paymentView .paymentQrSection .paymentRef .paymentRefValue{color:var(--hp-on-surface);font-size:14px;font-weight:700}.homepage .paymentView .paymentInstructions{background:var(--hp-surface-container-low);border-radius:12px;flex-direction:column;gap:8px;padding:16px;display:flex}.homepage .paymentView .paymentInstructions .instructionStep{color:var(--hp-on-surface-variant);align-items:center;gap:12px;font-size:14px;line-height:1.4;display:flex}.homepage .paymentView .paymentInstructions .instructionStep .stepNumber{background:var(--hp-primary-fixed);width:24px;height:24px;color:var(--hp-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.homepage .paymentView .bankAppSection{flex-direction:column;align-items:center;gap:8px;display:flex}.homepage .paymentView .bankAppSection .bankAppBtn{width:100%}.homepage .paymentView .bankAppSection .bankAppStoreLink{color:var(--hp-secondary);cursor:pointer;background:0 0;border:none;padding:4px;font-size:12px;text-decoration:underline}.homepage .paymentView .bankAppSection .bankAppStoreLink:hover:not(:disabled){color:var(--hp-primary)}.homepage .paymentView .bankAppSection .bankAppStoreLink:disabled{opacity:.5;cursor:not-allowed}.homepage .paymentView .bankAppSection .bankAppHint{color:var(--hp-secondary);text-align:center;margin:0;font-size:12px}.homepage .paymentView .paymentWaiting{background:var(--hp-surface-container-low);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:16px;display:flex}.homepage .paymentView .paymentWaiting .paymentWaitingSpinner{border:3px solid var(--hp-surface-container-highest);border-top-color:var(--hp-primary);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}.homepage .paymentView .paymentWaiting p{color:var(--hp-on-surface);margin:0;font-size:14px;font-weight:600}.homepage .paymentView .paymentWaiting span{color:var(--hp-secondary);font-size:12px}.homepage .paymentView .paymentCancelled{background:var(--hp-error-container);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:24px 16px;display:flex}.homepage .paymentView .paymentCancelled .paymentCancelledIcon{background:var(--hp-error);width:48px;height:48px;color:var(--hp-on-error);border-radius:50%;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.homepage .paymentView .paymentCancelled p{color:var(--hp-error);margin:0;font-size:14px;font-weight:700}.homepage .paymentView .paymentCancelled span{color:var(--hp-secondary);font-size:12px}.homepage .paymentView .selfConfirmSection{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:12px 16px;display:flex}.homepage .paymentView .selfConfirmSection .selfConfirmHint{color:var(--hp-secondary);margin:0;font-size:12px}.homepage .paymentView .paymentActions{flex-direction:column;gap:8px;margin-top:auto;display:flex}.homepage .paymentView .paymentActions .paymentConfirmBtn{width:100%}.homepage .quantityButton{--quantityButtonHeight:28px}.homepage .quantityButton .quantity{color:var(--hp-primary);border-color:var(--hp-primary)}.homepage .quantityButton .quantity>span{background-color:var(--hp-primary)}.homepage .quantityButton .quantity:active{color:var(--hp-surface-container-lowest);background-color:var(--hp-primary)}.homepage .quantityButton .quantity:active>span{background-color:var(--hp-surface-container-lowest)}.homepage .quantityButton .hiddenContainer .value span{background-color:var(--hp-primary)}.homepage .quantityButton.filled .quantity{color:var(--hp-on-primary);background-color:var(--hp-primary)}.homepage .quantityButton.filled .quantity>span{background-color:var(--hp-surface-container-lowest)}.homepage .quantityButton.disabled .value span{background-color:var(--hp-on-surface)}.homepage .quantityButton.disabled .hiddenContainer .value{border-color:var(--hp-surface-container-highest)}.homepage .quantityButton.isAtMax .hiddenContainer .value{border-color:var(--hp-primary);margin:0}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (max-width:480px){@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}}
