.CreateCategoryPage_formSection__ulXat{margin-top:var(--space-md);margin-bottom:var(--space-lg)}.CreateCategoryPage_formGroup__zYYp5{margin-bottom:var(--space-md)}.CreateCategoryPage_label__TqFGn{display:block;font-size:16px;font-weight:500;margin-bottom:var(--space-xs);color:var(--foreground)}.CreateCategoryPage_required__0esWD{color:var(--primary)}.CreateCategoryPage_selectButton__CuaLh{width:100%;background:var(--card);border:1px solid var(--input);border-radius:12px;padding:14px 16px;font-size:16px;color:var(--foreground);cursor:pointer;transition:border-color .2s;display:flex;align-items:center;gap:var(--space-sm);font-family:inherit;transition:.2s}@media(hover:hover){.CreateCategoryPage_selectButton__CuaLh:hover{border-color:var(--primary)}}.CreateCategoryPage_emoji__A_R6r{font-size:24px}.CreateCategoryPage_selectText__KTLXO{flex:1 1;text-align:left;color:var(--foreground)}.CreateCategoryPage_arrow__u8JG9{font-size:24px;color:var(--muted-foreground)}.Input_wrapper__TB8ku{display:flex;flex-direction:column;gap:5px;position:relative}.Input_label__5xQux{color:var(--foreground);font-size:16px;font-weight:500}.Input_input__dwy5x{font-family:var(--font-onest),sans-serif;background-color:var(--card);border:2px solid var(--border);border-radius:12px;padding:16px 20px;font-size:16px;color:var(--secondary-foreground);transition:border-color .2s ease}.Input_input__dwy5x::placeholder{color:var(--muted-foreground)}.Input_input__dwy5x:focus{outline:none;border-color:var(--accent-foreground)}.Input_errorText___HBws{position:absolute;bottom:-20px;color:var(--destructive);font-size:12px}@media(max-width:600px){.Input_errorText___HBws{bottom:-18px;font-size:10px}}.EmojiPickerModal_content__JGzxb{display:flex;flex-direction:column;gap:var(--space-sm)}.EmojiPickerModal_categoryLabel__WBm9Z{font-size:13px;font-weight:500;color:var(--muted-foreground);margin-bottom:var(--space-sm);text-transform:uppercase;letter-spacing:.5px}.EmojiPickerModal_emojiGrid__cxS1p{display:grid;grid-template-columns:repeat(auto-fill,minmax(56px,1fr));grid-gap:var(--space-sm);gap:var(--space-sm)}.EmojiPickerModal_emojiButton__VZwYg{background:var(--muted);border:2px solid rgba(0,0,0,0);border-radius:12px;font-size:32px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;aspect-ratio:1;width:60px;height:55px;transition:.2s}@media(hover:hover){.EmojiPickerModal_emojiButton__VZwYg:hover{background:var(--background);border-color:var(--primary)}}.EmojiPickerModal_emojiButton__VZwYg.EmojiPickerModal_selected__fXm6J{background:var(--primary);border-color:var(--primary);transform:scale(1.1)}.EmojiPickerModal_divider__f4_le{display:flex;align-items:center;gap:var(--space-md);margin:var(--space-sm) 0;color:var(--muted-foreground);font-size:14px}.EmojiPickerModal_divider__f4_le:after,.EmojiPickerModal_divider__f4_le:before{content:"";flex:1 1;height:1px;background:var(--border)}.EmojiPickerModal_label__Aaevb{display:block;font-size:14px;font-weight:500;margin-bottom:var(--space-xs)}.EmojiPickerModal_customEmojiInput__964R1{text-align:center;font-size:32px;padding:16px}.EmojiPickerModal_hint__teeUi{font-size:13px;color:var(--muted-foreground);margin-top:var(--space-xs);text-align:center}.EmojiPickerModal_submitBtn__itCYT{width:100%;margin-top:var(--space-md)}.Button_button__wliYd{padding:10px 24px;border-radius:8px;font-size:16px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;text-decoration:none}.Button_button__wliYd:active{transform:scale(.98)}.Button_button__wliYd.Button_disabled__pfHmQ{pointer-events:none;opacity:.4}.Button_primary__G1mpW{background:var(--primary);color:var(--primary-foreground);border:none;transition:.2s}@media(hover:hover){.Button_primary__G1mpW:hover{opacity:.9}}.Button_secondary__LGYa1{background:rgba(0,0,0,0);color:var(--foreground);border:1px solid var(--border)}.Button_secondary__LGYa1.Button_active__XQNKc{background-color:var(--muted);pointer-events:none}.Button_secondary__LGYa1{transition:.2s}@media(hover:hover){.Button_secondary__LGYa1:hover{background:var(--muted)}}.Button_danger__zC5zE{background:rgba(0,0,0,0);color:var(--destructive);border:none}.Button_large__WyGH8{width:100%;padding:16px 24px;font-size:16px}@media(max-width:600px){.Button_large__WyGH8{padding:10px 24px}}.UserMenu_userMenu__tMwR4{position:relative}.UserMenu_trigger__jxe9e{display:flex;align-items:center;gap:4px;padding:8px;background:rgba(0,0,0,0);border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:all .2s;color:var(--foreground)}.UserMenu_trigger__jxe9e svg{width:20px;height:20px;fill:currentColor}.UserMenu_trigger__jxe9e{transition:.2s}@media(hover:hover){.UserMenu_trigger__jxe9e:hover{border-color:var(--primary);background:var(--muted/5%)}}.UserMenu_trigger__jxe9e:focus{outline:none;border-color:var(--primary)}@media(max-width:600px){.UserMenu_trigger__jxe9e{padding:6px}.UserMenu_trigger__jxe9e svg{width:18px;height:18px}}.UserMenu_chevron__4rCla{transition:transform .2s}.UserMenu_chevron__4rCla.UserMenu_rotated__ECTAS{transform:rotate(180deg)}.UserMenu_dropdown__z6kkP{position:absolute;top:calc(100% + 8px);right:0;background:var(--card);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:200px;padding:8px;z-index:1000}@media(max-width:600px){.UserMenu_dropdown__z6kkP{min-width:180px;right:-8px}}.UserMenu_menuItem__FH7QA{display:flex;align-items:center;gap:12px;width:100%;padding:12px;background:rgba(0,0,0,0);border:none;border-radius:8px;cursor:pointer;transition:all .2s;color:var(--foreground);font-size:14px;font-weight:500;text-align:left}.UserMenu_menuItem__FH7QA svg{width:18px;height:18px;fill:currentColor;flex-shrink:0}.UserMenu_menuItem__FH7QA{transition:.2s}@media(hover:hover){.UserMenu_menuItem__FH7QA:hover{background:var(--muted)}}.UserMenu_menuItem__FH7QA:focus{outline:none;background:var(--muted)}@media(max-width:600px){.UserMenu_menuItem__FH7QA{padding:10px;font-size:13px}.UserMenu_menuItem__FH7QA svg{width:16px;height:16px}}.UserMenu_themeSection__eck5e{padding:4px}.UserMenu_themeSection__eck5e .themeSwitcher .UserMenu_trigger__jxe9e{width:100%;justify-content:flex-start;gap:12px;padding:12px;border:none;border-radius:8px;font-size:14px;font-weight:500;transition:.2s}@media(hover:hover){.UserMenu_themeSection__eck5e .themeSwitcher .UserMenu_trigger__jxe9e:hover{background:var(--muted/10%)}}@media(max-width:600px){.UserMenu_themeSection__eck5e .themeSwitcher .UserMenu_trigger__jxe9e{padding:10px;font-size:13px}}.UserMenu_themeSection__eck5e .themeSwitcher .UserMenu_dropdown__z6kkP{position:relative;top:0;right:0;margin-top:8px;box-shadow:none;border:1px solid var(--border)}.UserMenu_separator__r2fjJ{height:1px;background:var(--border);margin:8px 0}.ThemeSwitcher_themeSwitcher__bXjPV{position:relative;margin-left:var(--space-xs)}.ThemeSwitcher_trigger__qz0_E{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--secondary);border:1px solid var(--border);border-radius:8px;cursor:pointer}.ThemeSwitcher_trigger__qz0_E svg{width:20px;height:20px;color:var(--secondary-foreground)}.ThemeSwitcher_trigger__qz0_E{transition:.2s}@media(hover:hover){.ThemeSwitcher_trigger__qz0_E:hover{background:var(--accent)}}.ThemeSwitcher_dropdown___PJvn{position:absolute;top:calc(100% + 8px);right:0;min-width:160px;background:var(--card);border:1px solid var(--border);border-radius:8px;padding:4px;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:100}.ThemeSwitcher_option__pgRAf{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;background:rgba(0,0,0,0);border:none;border-radius:6px;cursor:pointer;color:var(--foreground);font-size:14px}.ThemeSwitcher_option__pgRAf svg{width:18px;height:18px;flex-shrink:0}.ThemeSwitcher_option__pgRAf span{flex:1 1;text-align:left}.ThemeSwitcher_option__pgRAf{transition:.2s}@media(hover:hover){.ThemeSwitcher_option__pgRAf:hover{background:var(--accent)}}.ThemeSwitcher_option__pgRAf.ThemeSwitcher_active__SKhpt{background:var(--primary);color:var(--primary-foreground)}.WhatsNewModal_modal__hAYQD{max-width:600px;width:100%}@media(max-width:600px){.WhatsNewModal_modal__hAYQD{max-width:95vw}}.WhatsNewModal_content__IPHRz{display:flex;flex-direction:column;gap:var(--space-md)}.WhatsNewModal_header__9e1sh{text-align:center;padding-bottom:var(--space-sm);border-bottom:1px solid var(--border)}.WhatsNewModal_dateAndCategory__1M46r{display:flex;align-items:center;justify-content:center;gap:var(--space-sm);margin-bottom:var(--space-sm)}@media(max-width:600px){.WhatsNewModal_dateAndCategory__1M46r{flex-direction:column;gap:var(--space-xs)}}.WhatsNewModal_date__ALthq{font-size:14px;font-weight:500;color:var(--muted-foreground)}@media(max-width:600px){.WhatsNewModal_date__ALthq{font-size:13px}}.WhatsNewModal_categoryBadge__LHxhI{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;color:var(--primary-foreground);text-transform:uppercase;letter-spacing:.5px;line-height:1}@media(max-width:600px){.WhatsNewModal_categoryBadge__LHxhI{padding:3px 10px;font-size:11px}}.WhatsNewModal_title__I3gMG{font-size:20px;font-weight:700;color:var(--foreground);margin-bottom:var(--space-sm);line-height:1.3}@media(max-width:600px){.WhatsNewModal_title__I3gMG{font-size:18px}}.WhatsNewModal_description__HKYbN{font-size:15px;color:var(--muted-foreground);line-height:1.5}@media(max-width:600px){.WhatsNewModal_description__HKYbN{font-size:14px}}.WhatsNewModal_features__e_Avv{display:flex;flex-direction:column;gap:var(--space-sm)}.WhatsNewModal_feature__T_6fZ{padding:var(--space-sm);background:var(--muted/5%);border-radius:12px;border:1px solid var(--border)}@media(max-width:600px){.WhatsNewModal_feature__T_6fZ{padding:var(--space-xs)}}.WhatsNewModal_featureHeader__tuecp{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xs)}.WhatsNewModal_featureEmoji__VSBqQ{font-size:20px;line-height:1}@media(max-width:600px){.WhatsNewModal_featureEmoji__VSBqQ{font-size:18px}}.WhatsNewModal_featureTitle__lZpX0{font-size:16px;font-weight:600;color:var(--foreground);line-height:1.3}@media(max-width:600px){.WhatsNewModal_featureTitle__lZpX0{font-size:15px}}.WhatsNewModal_featureDescription__b6Ifb{font-size:14px;color:var(--foreground);line-height:1.4}@media(max-width:600px){.WhatsNewModal_featureDescription__b6Ifb{font-size:13px}}.WhatsNewModal_actions__RytvY{display:flex;gap:var(--space-sm);justify-content:center;padding-top:var(--space-sm)}@media(max-width:600px){.WhatsNewModal_actions__RytvY{flex-direction:column}}.WhatsNewModal_actionButton__ZYS_u{min-width:120px}@media(max-width:600px){.WhatsNewModal_actionButton__ZYS_u{min-width:auto;width:100%}}.ItemsPickerModal_content__uQVRR{display:flex;flex-direction:column;gap:var(--space-md);height:100%}.ItemsPickerModal_section__ZziP5{margin-bottom:var(--space-md)}.ItemsPickerModal_sectionTitle__F7f9M{font-size:13px;font-weight:500;color:var(--muted-foreground);margin-bottom:var(--space-sm);text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:var(--space-xs)}.ItemsPickerModal_favoriteIcon__tEDNO{width:16px;height:16px;fill:var(--primary)}.ItemsPickerModal_itemsList__TDwqe{display:flex;flex-direction:column;gap:var(--space-xs)}.ItemsPickerModal_empty__fzIaq,.ItemsPickerModal_loading__DHIgV{text-align:center;padding:var(--space-lg);color:var(--muted-foreground)}.ItemsPickerModal_empty__fzIaq{font-size:14px}.ItemsPickerModal_footer__pH8st{margin-top:auto;padding-top:var(--space-md);border-top:1px solid var(--border);flex-shrink:0}.ItemsPickerModal_selectedCount__KAGx5{font-size:14px;color:var(--muted-foreground);margin-bottom:var(--space-sm);text-align:center}.ItemsPickerModal_submitBtn__ex7qc{width:100%}.CategoryItemCheckbox_itemCheckbox__84nGq{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm);background:var(--card);border:1px solid var(--border);border-radius:12px;cursor:pointer;transition:border-color .2s;transition:.2s}@media(hover:hover){.CategoryItemCheckbox_itemCheckbox__84nGq:hover{border-color:var(--primary)}}.CategoryItemCheckbox_checkbox__AIjmW{width:20px;height:20px;border:2px solid var(--input);border-radius:6px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:all .2s;position:relative;flex-shrink:0}.CategoryItemCheckbox_checkbox__AIjmW:checked{background:var(--primary);border-color:var(--primary)}.CategoryItemCheckbox_checkbox__AIjmW:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--background);font-size:14px;font-weight:700}.CategoryItemCheckbox_itemName__oiDvB{flex:1 1;font-size:15px}.CategoryItemCheckbox_categoryBadge__u_PTO{font-size:13px;color:var(--muted-foreground)}.SearchSection_searchSection__eJhr6{margin-top:var(--space-md);margin-bottom:var(--space-md);display:flex;flex-direction:column;gap:var(--space-md)}.SearchSection_filters__0BQD9{display:flex;gap:var(--space-xs)}.SearchSection_favoriteFilter__J_ETd{display:flex;gap:5px;align-items:center}.SearchSection_favoriteIcon__BLNHc{width:20px;line-height:1;height:20px;color:var(--primary);position:relative;top:-1px}.SearchSection_favoriteIcon__BLNHc svg{fill:var(--primary)}.SearchSection_info___5gtX{display:flex;justify-content:space-between}.SearchSection_tips__C15hW{font-size:14px;color:var(--muted-foreground)}@media(max-width:768px){.SearchSection_tips__C15hW{display:none}}.ProgressBar_header__pKSDh{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-sm)}@media(max-width:600px){.ProgressBar_header__pKSDh{align-items:flex-start;margin-bottom:var(--space-xs)}}.ProgressBar_headerActions__IqJ3C{display:flex;align-items:center;gap:var(--space-sm)}@media(max-width:600px){.ProgressBar_headerActions__IqJ3C{flex-direction:column;align-items:flex-start;gap:var(--space-xs)}}.ProgressBar_amount__U_rmH{font-family:var(--font-geist-mono),sans-serif;font-size:18px;font-weight:600}@media(max-width:600px){.ProgressBar_editBtn__lqK_M{align-self:stretch}}.ProgressBar_emptyState__LxmVk{display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--space-lg) var(--space-md);background:var(--muted);border:1px solid var(--border);border-radius:12px}.ProgressBar_emptyText__3Dw_e{margin:0 0 var(--space-md) 0;color:var(--muted-foreground);font-size:16px}@media(max-width:600px){.ProgressBar_emptyText__3Dw_e{font-size:15px}}.ProgressBar_barsInfo__AEA63{display:flex;flex-direction:column;gap:var(--space-xs);align-items:flex-end}.ProgressBar_panelSettings__aqTrO{display:flex;font-size:16px;color:var(--muted-foreground);align-items:center;gap:5px;cursor:pointer}.ProgressBar_panelSettings__aqTrO svg{width:16px;height:16px}.ProgressBar_panelSettings__aqTrO{transition:.2s}@media(hover:hover){.ProgressBar_panelSettings__aqTrO:hover{color:var(--primary)}}@media(max-width:600px){.ProgressBar_panelSettings__aqTrO{font-size:14px}}.Bar_bar__hReEX{width:100%;height:10px;background:var(--muted);border-radius:999px;overflow:hidden}.Bar_bar__hReEX.Bar_large__W69cK{height:20px}.Bar_fill__bpYay{height:100%;background:var(--primary);transition:width .2s}.WeeklyBars_weeklybars__WNIcr{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--space-sm);gap:var(--space-sm);margin-top:var(--space-sm)}@media(max-width:600px){.WeeklyBars_weeklybars__WNIcr{gap:var(--space-xs);grid-template-columns:repeat(1,1fr)}}.WeeklyBars_weekCard__1p8PP{padding:var(--space-xs) var(--space-sm);background:var(--card);border:1px solid var(--border);border-radius:8px;text-align:center;transition:all .2s ease;opacity:.6;cursor:pointer;transition:.2s}@media(hover:hover){.WeeklyBars_weekCard__1p8PP:hover{opacity:1}}.WeeklyBars_weekCard__1p8PP.WeeklyBars_current__yp0us{border-color:var(--primary);opacity:1}.WeeklyBars_weekCard__1p8PP.WeeklyBars_future__xd8Yt{opacity:.4;pointer-events:none}@media(max-width:600px){.WeeklyBars_weekCard__1p8PP{padding:var(--space-xs)}}.WeeklyBars_weekLabel__VvNA_{font-size:14px;font-weight:500;color:var(--foreground);margin-bottom:2px}@media(max-width:600px){.WeeklyBars_weekLabel__VvNA_{font-size:14px}}.WeeklyBars_weekRange__S19xQ{font-size:12px;color:var(--muted-foreground);margin-bottom:var(--space-xs)}@media(max-width:600px){.WeeklyBars_weekRange__S19xQ{font-size:12px}}.WeeklyBars_weekAmount__g8D3J{font-size:14px;font-weight:500;color:var(--foreground);margin-bottom:6px;font-family:var(--font-geist-mono),monospace}@media(max-width:600px){.WeeklyBars_weekAmount__g8D3J{font-size:12px;margin-bottom:4px}}.WeeklyBars_weekAmountPlaceholder__7ql_5{font-size:11px;color:var(--muted-foreground);margin-bottom:6px;font-family:var(--font-geist-mono),monospace}@media(max-width:600px){.WeeklyBars_weekAmountPlaceholder__7ql_5{font-size:10px;margin-bottom:4px}}.WeeklyBars_weekBar___zn48{height:6px;background:var(--muted);border-radius:2px;overflow:hidden;margin-bottom:4px}.WeeklyBars_weekBarFill___WDYo{height:100%;border-radius:2px;transition:width .3s ease}.WeeklyBars_weekBarFill___WDYo.WeeklyBars_success__DT2pi{background:var(--success)}.WeeklyBars_weekBarFill___WDYo.WeeklyBars_warning__mmWAo{background:var(--warning)}.WeeklyBars_weekBarFill___WDYo.WeeklyBars_danger__H2in_{background:var(--destructive)}.WeeklyBars_weekBarEmpty__V3IBu{height:100%;width:0;background:var(--muted)}.WeeklyBars_weekPercentage__pVsrW{font-size:10px;font-weight:600}.WeeklyBars_weekPercentage__pVsrW.WeeklyBars_success__DT2pi{color:var(--success)}.WeeklyBars_weekPercentage__pVsrW.WeeklyBars_warning__mmWAo{color:var(--warning)}.WeeklyBars_weekPercentage__pVsrW.WeeklyBars_danger__H2in_{color:var(--destructive)}@media(max-width:600px){.WeeklyBars_weekPercentage__pVsrW{font-size:9px}}.WeeklyBars_weekPercentagePlaceholder__P4Hf_{font-size:10px;color:var(--muted-foreground)}@media(max-width:600px){.WeeklyBars_weekPercentagePlaceholder__P4Hf_{font-size:9px}}.WeeklyBars_skeleton__tMNg_{background:linear-gradient(90deg,var(--muted) 25%,var(--accent) 50%,var(--muted) 75%);background-size:200% 100%;animation:WeeklyBars_shimmer__hKmnq 1.5s infinite;border-radius:4px}.WeeklyBars_skeletonText__81N0p{height:12px;margin-bottom:6px}.WeeklyBars_skeletonBar__XmgJj{height:4px;margin-bottom:4px}@keyframes WeeklyBars_shimmer__hKmnq{0%{background-position:-200% 0}to{background-position:200% 0}}.CreateItemModal_form__MfDm3{display:flex;flex-direction:column;gap:20px}.CreateItemModal_field__92dgL{display:flex;flex-direction:column;gap:8px}.CreateItemModal_label__jWrEH{font-size:14px;font-weight:600;color:var(--foreground)}@media(max-width:600px){.CreateItemModal_label__jWrEH{font-size:13px}}.CreateItemModal_input__JBRyV{width:100%;background:var(--card);border:1px solid var(--input);border-radius:10px;padding:14px 16px;font-size:16px;color:var(--foreground);font-family:inherit;transition:border-color .2s}.CreateItemModal_input__JBRyV::placeholder{color:var(--muted-foreground)}.CreateItemModal_input__JBRyV:focus{outline:none;border-color:var(--primary)}.CreateItemModal_input__JBRyV:disabled{opacity:.6;cursor:not-allowed}.CreateItemModal_input__JBRyV[type=number]::-webkit-inner-spin-button,.CreateItemModal_input__JBRyV[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.CreateItemModal_input__JBRyV[type=number]{-moz-appearance:textfield}@media(max-width:600px){.CreateItemModal_input__JBRyV{font-size:15px;padding:12px 14px}}.CreateItemModal_submitBtn__6nZJj{width:100%;background:var(--primary);border:none;color:var(--primary-foreground);padding:16px;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;transition:.2s}@media(hover:hover){.CreateItemModal_submitBtn__6nZJj:hover{opacity:.9}}.CreateItemModal_submitBtn__6nZJj:active{transform:scale(.98)}.CreateItemModal_submitBtn__6nZJj:disabled{opacity:.5;cursor:not-allowed}@media(max-width:600px){.CreateItemModal_submitBtn__6nZJj{padding:14px;font-size:15px}}.SelectedItemsList_selectedList__K_TLw{display:flex;flex-direction:column;gap:8px}.SelectedItemsList_asideMode__9vHri{position:fixed;right:5%;top:41%;width:370px;max-height:47vh;overflow-y:auto;background:var(--card);border:1px solid var(--border);border-radius:12px;padding:var(--space-sm);box-shadow:0 8px 24px rgba(0,0,0,.1);z-index:100}@media(max-width:1300px){.SelectedItemsList_asideMode__9vHri{display:none}}.SelectedItemsList_asideMode__9vHri{gap:6px}.SelectedItemsList_asideMode__9vHri .SelectedItemsList_selectedCard__NhnuA{padding:10px 12px}.SelectedItemsList_asideMode__9vHri .SelectedItemsList_totalCard__QMdlB{padding:12px;margin-top:4px}.SelectedItemsList_selectedCard__NhnuA{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:14px 16px;display:flex;justify-content:space-between;align-items:flex-start;gap:12px}@media(max-width:600px){.SelectedItemsList_selectedCard__NhnuA{padding:12px 14px}}.SelectedItemsList_selectedInfo__hMuhF{flex:1 1;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px}@media(max-width:600px){.SelectedItemsList_selectedInfo__hMuhF{gap:12px;align-items:start;flex-direction:column}}.SelectedItemsList_selectedName__EpMqs{font-size:16px;font-weight:500;color:var(--foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:600px){.SelectedItemsList_selectedName__EpMqs{font-size:15px}}.SelectedItemsList_asideMode__9vHri .SelectedItemsList_selectedName__EpMqs{font-size:14px}.SelectedItemsList_priceRow__BIgkd{display:flex;align-items:center;gap:12px;flex-wrap:wrap}@media(max-width:600px){.SelectedItemsList_priceRow__BIgkd{gap:8px}}.SelectedItemsList_asideMode__9vHri .SelectedItemsList_priceRow__BIgkd{gap:8px}.SelectedItemsList_unitPrice__HWI0R{font-size:16px;font-weight:600;color:var(--muted-foreground);font-family:var(--font-geist-mono),monospace}@media(max-width:600px){.SelectedItemsList_unitPrice__HWI0R{font-size:16px}}.SelectedItemsList_asideMode__9vHri .SelectedItemsList_unitPrice__HWI0R{display:none}.SelectedItemsList_quantityControls__yZGju{display:flex;align-items:center;gap:4px}.SelectedItemsList_asideMode__9vHri .SelectedItemsList_quantityControls__yZGju{display:none}.SelectedItemsList_quantityBtn__H_Zbg{background:var(--muted);border:1px solid var(--border);color:var(--foreground);width:28px;height:28px;border-radius:6px;font-size:18px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;font-weight:500;transition:.2s}@media(hover:hover){.SelectedItemsList_quantityBtn__H_Zbg:hover{background:var(--accent);border-color:var(--primary)}.SelectedItemsList_quantityBtn__H_Zbg:active{transform:scale(.95)}}.SelectedItemsList_quantityBtn__H_Zbg:disabled{opacity:.4;cursor:not-allowed}.SelectedItemsList_asideMode__9vHri .SelectedItemsList_quantityBtn__H_Zbg{width:24px;height:24px;font-size:16px}.SelectedItemsList_quantityInput__nf31s{width:40px;height:28px;text-align:center;border:1px solid var(--border);border-radius:6px;background:var(--background);color:var(--foreground);font-size:14px;font-weight:600;font-family:var(--font-geist-mono),monospace;padding:0}.SelectedItemsList_quantityInput__nf31s:focus{outline:none;border-color:var(--primary)}.SelectedItemsList_quantityInput__nf31s::-webkit-inner-spin-button,.SelectedItemsList_quantityInput__nf31s::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.SelectedItemsList_quantityInput__nf31s{-moz-appearance:textfield}.SelectedItemsList_asideMode__9vHri .SelectedItemsList_quantityInput__nf31s{width:32px;height:24px;font-size:12px}.SelectedItemsList_totalPrice__zadhH{font-size:16px;font-weight:700;color:var(--foreground);font-family:var(--font-geist-mono),monospace}.SelectedItemsList_asideMode__9vHri .SelectedItemsList_totalPrice__zadhH{font-size:14px}.SelectedItemsList_removeBtn__hd_ha{background:rgba(0,0,0,0);border:1px solid var(--border);color:var(--muted-foreground);width:32px;height:32px;border-radius:8px;font-size:24px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;transition:.2s}@media(hover:hover){.SelectedItemsList_removeBtn__hd_ha:hover{border-color:var(--destructive);color:var(--destructive)}}@media(max-width:600px){.SelectedItemsList_removeBtn__hd_ha{width:28px;height:28px;font-size:22px}}.SelectedItemsList_asideMode__9vHri .SelectedItemsList_removeBtn__hd_ha{width:24px;height:24px;font-size:18px}.SelectedItemsList_totalCard__QMdlB{background:var(--muted);border:1px solid var(--border);border-radius:10px;padding:16px;display:flex;justify-content:space-between;align-items:center}@media(max-width:600px){.SelectedItemsList_totalCard__QMdlB{padding:14px}}.SelectedItemsList_totalLabel__aA72Y{font-size:16px;font-weight:600;color:var(--foreground)}@media(max-width:600px){.SelectedItemsList_totalLabel__aA72Y{font-size:15px}}.SelectedItemsList_asideMode__9vHri .SelectedItemsList_totalLabel__aA72Y{font-size:14px}.SelectedItemsList_totalAmount__gd_bY{font-size:24px;font-weight:700;font-family:var(--font-geist-mono),monospace;color:var(--primary)}@media(max-width:600px){.SelectedItemsList_totalAmount__gd_bY{font-size:20px}}.SelectedItemsList_asideMode__9vHri .SelectedItemsList_totalAmount__gd_bY{font-size:18px}.SelectedItemsAside_asideContainer__pr10j{position:fixed;right:5%;top:33%;width:370px;max-height:70vh;background:var(--card);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.1);z-index:100;overflow:hidden}@media(max-width:1750px){.SelectedItemsAside_asideContainer__pr10j{display:none}}.SelectedItemsAside_asideContainer__pr10j{animation:SelectedItemsAside_slideInRight__WU5rr .3s ease-out}@keyframes SelectedItemsAside_slideInRight__WU5rr{0%{opacity:0}to{opacity:1}}.SelectedItemsAside_asideHeader__l75rW{display:flex;align-items:center;justify-content:space-between;padding:var(--space-sm);background:var(--muted)}.SelectedItemsAside_asideTitle__lIFwN{font-size:14px;font-weight:600;color:var(--foreground);margin:0;text-transform:uppercase;letter-spacing:.5px}.SelectedItemsAside_itemsCount__yJilT{font-size:12px;font-weight:500;color:var(--muted-foreground);background:var(--card);border:1px solid var(--border);border-radius:6px;padding:4px 12px}.SearchSection_searchSection__eiXCS{margin-top:var(--space-md);margin-bottom:var(--space-md);display:flex;flex-direction:column;gap:var(--space-md)}.SearchSection_filters___Kt1E{display:flex;gap:var(--space-xs)}.SearchSection_favoriteFilter__ssAL5{display:flex;gap:5px;align-items:center}.SearchSection_favoriteIcon__V_DnW{width:20px;line-height:1;height:20px;color:var(--primary);position:relative;top:-1px}.SearchSection_favoriteIcon__V_DnW svg{fill:var(--primary)}.SearchSection_info__VXdil{display:flex;justify-content:space-between}.SearchSection_tips__AkYEv{font-size:14px;color:var(--muted-foreground)}@media(max-width:768px){.SearchSection_tips__AkYEv{display:none}}.UpdateTimeline_timeline___OZo_{position:relative;max-width:800px;margin:0 auto}.UpdateTimeline_timelineItem__3YAIp{display:flex;margin-bottom:var(--space-lg);position:relative}.UpdateTimeline_timelineItem__3YAIp:last-child{margin-bottom:0}@media(max-width:600px){.UpdateTimeline_timelineItem__3YAIp{margin-bottom:var(--space-md)}}.UpdateTimeline_timelineMarker__6mSL2{position:relative;margin-right:var(--space-md);flex-shrink:0}@media(max-width:600px){.UpdateTimeline_timelineMarker__6mSL2{margin-right:var(--space-sm)}}.UpdateTimeline_timelineDot__CqIF2{width:16px;height:16px;background:var(--primary);border-radius:50%;border:3px solid var(--background);box-shadow:0 0 0 2px var(--border);position:relative;z-index:2}@media(max-width:600px){.UpdateTimeline_timelineDot__CqIF2{width:12px;height:12px;border-width:2px}}.UpdateTimeline_timelineLine__xjfLH{position:absolute;top:16px;left:50%;transform:translateX(-50%);width:2px;height:calc(100% + var(--space-lg));background:var(--border);z-index:1}@media(max-width:600px){.UpdateTimeline_timelineLine__xjfLH{top:12px;height:calc(100% + var(--space-md))}}.UpdateTimeline_timelineContent__LIU_w{flex:1 1;min-width:0}.UpdateCard_card__Woo3A{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:var(--space-md);transition:all .2s;transition:.2s}@media(hover:hover){.UpdateCard_card__Woo3A:hover{border-color:var(--primary);box-shadow:0 4px 12px var(--border)}}@media(max-width:600px){.UpdateCard_card__Woo3A{padding:var(--space-sm);border-radius:12px}}.UpdateCard_cardHeader__H0qlu{margin-bottom:var(--space-md)}@media(max-width:600px){.UpdateCard_cardHeader__H0qlu{margin-bottom:var(--space-sm)}}.UpdateCard_dateAndCategory__BflVh{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-sm)}@media(max-width:600px){.UpdateCard_dateAndCategory__BflVh{flex-direction:column;align-items:flex-start;gap:var(--space-xs)}}.UpdateCard_date__8E9F1{font-size:14px;font-weight:500;color:var(--muted-foreground)}@media(max-width:600px){.UpdateCard_date__8E9F1{font-size:13px}}.UpdateCard_categoryBadge__IuReC{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;color:var(--primary-foreground);text-transform:uppercase;letter-spacing:.5px;line-height:1}@media(max-width:600px){.UpdateCard_categoryBadge__IuReC{padding:3px 10px;font-size:11px}}.UpdateCard_title__HEszi{font-size:24px;font-weight:700;color:var(--foreground);margin-bottom:var(--space-sm);line-height:1.3}@media(max-width:768px){.UpdateCard_title__HEszi{font-size:20px}}@media(max-width:600px){.UpdateCard_title__HEszi{font-size:18px}}.UpdateCard_description__HerPO{font-size:16px;color:var(--muted-foreground);line-height:1.5}@media(max-width:600px){.UpdateCard_description__HerPO{font-size:15px}}.UpdateCard_features__HJWL_{display:flex;flex-direction:column;gap:var(--space-md)}@media(max-width:600px){.UpdateCard_features__HJWL_{gap:var(--space-sm)}}.UpdateCard_feature__wtWOx{padding:var(--space-sm);background:var(--muted/5%);border-radius:12px;border:1px solid var(--border)}@media(max-width:600px){.UpdateCard_feature__wtWOx{padding:var(--space-xs);border-radius:10px}}.UpdateCard_featureHeader__SsmDp{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-sm)}.UpdateCard_featureEmoji__L845w{font-size:24px;line-height:1}@media(max-width:600px){.UpdateCard_featureEmoji__L845w{font-size:20px}}.UpdateCard_featureTitle__zd9CG{font-size:18px;font-weight:600;color:var(--foreground);line-height:1.3}@media(max-width:600px){.UpdateCard_featureTitle__zd9CG{font-size:16px}}.UpdateCard_featureDescription__u_r7s{font-size:15px;color:var(--foreground);line-height:1.5;margin-bottom:var(--space-sm)}@media(max-width:600px){.UpdateCard_featureDescription__u_r7s{font-size:14px}}.UpdateCard_benefits__bkqGq{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-xs)}.UpdateCard_benefit__qyK64{display:flex;align-items:flex-start;font-size:14px;color:var(--muted-foreground);line-height:1.4}.UpdateCard_benefit__qyK64:before{content:"✅";margin-right:var(--space-xs);font-size:12px;flex-shrink:0;margin-top:1px}@media(max-width:600px){.UpdateCard_benefit__qyK64{font-size:13px}}.ConfirmDialog_overlay__YoaXQ{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:ConfirmDialog_fadeIn__WZBnV .2s ease-out}@media(max-width:768px){.ConfirmDialog_overlay__YoaXQ{align-items:flex-end;padding:0}}.ConfirmDialog_dialog__sMAe_{background-color:var(--card);border-radius:12px;padding:24px;max-width:400px;width:100%;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);animation:ConfirmDialog_slideIn__OLTgC .2s ease-out}@media(max-width:768px){.ConfirmDialog_dialog__sMAe_{border-radius:12px 12px 0 0;max-width:none;margin:0;animation:ConfirmDialog_slideUp__OmHWP .2s ease-out}}.ConfirmDialog_content___WJrI{margin-bottom:24px}.ConfirmDialog_title__ZVfy1{font-family:Raleway,sans-serif;font-weight:600;font-size:18px;color:var(--foreground);margin:0 0 12px;line-height:1.4}@media(max-width:768px){.ConfirmDialog_title__ZVfy1{font-size:16px}}.ConfirmDialog_message__luZh8{font-family:Raleway,sans-serif;font-weight:400;font-size:14px;color:var(--muted-foreground);margin:0;line-height:1.5}.ConfirmDialog_message__luZh8 span{color:var(--primary)}@media(max-width:768px){.ConfirmDialog_message__luZh8{font-size:14px}}.ConfirmDialog_actions__fBAz6{display:flex;gap:12px;justify-content:flex-end}@media(max-width:768px){.ConfirmDialog_actions__fBAz6{gap:8px}}@keyframes ConfirmDialog_fadeIn__WZBnV{0%{opacity:0}to{opacity:1}}@keyframes ConfirmDialog_slideIn__OLTgC{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes ConfirmDialog_slideUp__OmHWP{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.ActionButtons_actions__a4b9g{position:-webkit-sticky;position:sticky;bottom:0;background:var(--background);border-top:1px solid var(--border);padding:var(--space-md) var(--space-sm);margin:0 calc(var(--space-sm)*-1);margin-top:var(--space-lg)}@media(max-width:768px){.ActionButtons_actions__a4b9g{bottom:70px}}@media(max-width:600px){.ActionButtons_actions__a4b9g{padding:var(--space-sm) var(--space-sm);width:100%;left:10px}}.ActionButtons_actionsContainer__FbIm1{max-width:600px;margin:0 auto;display:flex;gap:var(--space-sm)}.EditPriceModal_form__k0uQz{display:flex;flex-direction:column;gap:20px}.EditPriceModal_itemInfo__Qp7co{text-align:center;padding:16px;background:var(--muted);border-radius:10px}.EditPriceModal_itemName__BnhD5{font-size:18px;font-weight:600;margin-bottom:4px}.EditPriceModal_itemCategory__cvOh8{font-size:14px;color:var(--muted-foreground)}.EditPriceModal_field__kYeVs{display:flex;flex-direction:column;gap:8px}.EditPriceModal_label__k2Jg4{font-size:14px;font-weight:500;color:var(--foreground)}.EditPriceModal_input__w8XUh{background:var(--card);border:1px solid var(--input);border-radius:10px;padding:12px 16px;font-size:16px;color:var(--foreground);transition:border-color .2s}.EditPriceModal_input__w8XUh::placeholder{color:var(--muted-foreground)}.EditPriceModal_input__w8XUh:focus{outline:none;border-color:var(--primary)}.EditPriceModal_submitBtn__DkdOk{background:var(--primary);color:var(--primary-foreground);border:none;border-radius:10px;padding:12px 20px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;transition:.2s}@media(hover:hover){.EditPriceModal_submitBtn__DkdOk:hover{opacity:.9}.EditPriceModal_submitBtn__DkdOk:active{transform:scale(.98)}}.EditPriceModal_submitBtn__DkdOk:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}