@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}:root,[data-theme=dark]{--bg:#0c0d11;--bg-alt:#13151c;--surface:#181a23;--surface-2:#21232e;--rule:#262834;--rule-soft:#1d1f29;--ink:#f6f7fb;--ink-2:#a8acb8;--ink-3:#6b6f7c;--accent:#ff6a1a;--accent-2:#ff3d6e;--good:#3ddc8a;--warn:#ffd34d;--gradient:linear-gradient(95deg, #ff6a1a 0%, #ff3d6e 100%);--color-primary:#ff6a1a;--color-primary-hover:#e55a0f;--color-primary-glow:#ff6a1a1f;--color-primary-shadow:#ff6a1a59;--color-bg:#0c0d11;--color-surface:#181a23;--color-surface-2:#21232e;--color-border:#262834;--color-text:#f6f7fb;--color-text-muted:#a8acb8;--color-success:#3ddc8a;--color-warning:#ffd34d;--color-error:#ef4444;--color-error-bg:#ef44441a;--color-error-border:#ef444440;--color-shadow-sm:#0000004d;--color-shadow-md:#00000080;--color-header-bg:#0c0d11f2}[data-theme=light]{--bg:#f7f6f3;--bg-alt:#edece8;--surface:#fff;--surface-2:#edece8;--rule:#e2e0d8;--rule-soft:#ebe8e0;--ink:#1a1a1a;--ink-2:#6b6968;--ink-3:#9e9b96;--accent:#ff6a1a;--accent-2:#ff3d6e;--good:#15803d;--warn:#a16207;--gradient:linear-gradient(95deg, #ff6a1a 0%, #ff3d6e 100%);--color-primary:#ff6a1a;--color-primary-hover:#e55a0f;--color-primary-glow:#ff6a1a1a;--color-primary-shadow:#ff6a1a40;--color-bg:#f7f6f3;--color-surface:#fff;--color-surface-2:#edece8;--color-border:#e2e0d8;--color-text:#1a1a1a;--color-text-muted:#6b6968;--color-success:#15803d;--color-warning:#a16207;--color-error:#dc2626;--color-error-bg:#dc262614;--color-error-border:#dc262633;--color-shadow-sm:#0000000f;--color-shadow-md:#0000001f;--color-header-bg:#f7f6f3f2}:root{--radius-sm:8px;--radius-md:12px;--radius-lg:14px;--font-display:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--nav-height:65px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{transition:background-color .25s,color .25s}body{background:var(--bg);color:var(--ink);font-family:var(--font-body);min-height:100vh;transition:background-color .25s,color .25s}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body)}img{max-width:100%;display:block}input,select,textarea{font-family:var(--font-body);background:var(--surface-2);border:1px solid var(--rule);color:var(--ink);border-radius:var(--radius-sm);outline:none;width:100%;padding:10px 14px;font-size:.95rem;transition:border-color .2s,background-color .25s,color .25s}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--color-primary-glow)}.btn-primary{background:var(--gradient);color:#fff;border-radius:var(--radius-sm);border:none;padding:10px 20px;font-size:.95rem;font-weight:600;transition:filter .15s,transform .15s,box-shadow .15s}.btn-primary:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 8px 26px #ff6a1a66}.btn-primary:active{transform:translateY(0)}.btn-outline{color:var(--ink-2);border:1px solid var(--rule);border-radius:var(--radius-sm);background:0 0;padding:9px 20px;font-size:.95rem;font-weight:600;transition:border-color .2s,color .2s,transform .15s}.btn-outline:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.btn-outline:active{transform:translateY(0)}.container{max-width:1280px;margin:0 auto;padding:0 40px}@media (width<=1024px){.container{padding:0 32px}}@media (width<=640px){.container{padding:0 16px}}.skeleton{background:linear-gradient(90deg, var(--surface) 0px, var(--surface-2) 40px, var(--surface) 80px);border-radius:var(--radius-sm);background-size:600px 100%;animation:1.4s ease-in-out infinite shimmer}.fade-in{animation:.35s fadeIn}._header_1uwei_1{z-index:10;height:var(--nav-height);background:var(--bg);border-bottom:1px solid var(--rule);transition:background-color .25s,border-color .25s;position:sticky;top:0}._inner_1uwei_11{align-items:center;gap:32px;max-width:1280px;height:100%;margin:0 auto;padding:0 40px;display:flex}._logo_1uwei_22{color:var(--ink);flex-shrink:0;align-items:center;display:flex}._logoImg_1uwei_29{width:auto;height:34px;display:block}._searchForm_1uwei_36{background:var(--surface);border:1px solid var(--rule);max-width:520px;color:var(--ink-3);border-radius:10px;flex:1;align-items:center;gap:8px;padding:10px 14px;font-size:.875rem;transition:border-color .2s,box-shadow .2s;display:flex}._searchForm_1uwei_36:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #ff6a1a1f}._searchIconWrap_1uwei_56{color:var(--ink-3);flex-shrink:0;align-items:center;display:flex}._searchInput_1uwei_63{all:unset;color:var(--ink);background:0 0;flex:1;min-width:0;font-size:.875rem}._searchInput_1uwei_63::placeholder{color:var(--ink-3)}._searchKbd_1uwei_74{background:var(--surface-2);color:var(--ink-2);border-radius:4px;flex-shrink:0;margin-left:auto;padding:2px 6px;font-family:inherit;font-size:.68rem}._nav_1uwei_86{color:var(--ink-2);flex-shrink:0;align-items:center;gap:22px;font-size:.875rem;display:flex}._nav_1uwei_86 a{color:var(--ink-2);font-weight:500;transition:color .15s;position:relative}._nav_1uwei_86 a:hover{color:var(--ink)}._nav_1uwei_86 a._active_1uwei_104{color:var(--ink);font-weight:600}._nav_1uwei_86 a._active_1uwei_104:after{content:"";background:var(--gradient);height:2px;position:absolute;bottom:-20px;left:0;right:0}._themeBtn_1uwei_120{border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--rule);width:32px;height:32px;color:var(--ink-2);flex-shrink:0;justify-content:center;align-items:center;transition:border-color .15s,color .15s;display:flex}._themeBtn_1uwei_120:hover{border-color:var(--accent);color:var(--accent)}._userMenu_1uwei_140{align-items:center;gap:10px;display:flex}._adminLink_1uwei_146{font-size:.85rem;font-weight:600;color:var(--accent)!important}._avatarBtn_1uwei_152{border-radius:var(--radius-sm);background:var(--gradient);color:#fff;border:none;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;transition:filter .15s;display:flex}._avatarBtn_1uwei_152:hover{filter:brightness(1.1)}._loginBtn_1uwei_171{border-radius:var(--radius-sm);background:var(--gradient);white-space:nowrap;padding:7px 14px;font-size:.85rem;font-weight:600;transition:filter .15s;color:#fff!important}._loginBtn_1uwei_171:hover{filter:brightness(1.08)}._hamburger_1uwei_185{background:0 0;border:none;flex-direction:column;flex-shrink:0;gap:5px;padding:4px;display:none}._hamburger_1uwei_185 span{background:var(--ink);border-radius:2px;width:22px;height:2px;transition:all .2s;display:block}@media (width<=900px){._searchForm_1uwei_36,._searchKbd_1uwei_74{display:none}}@media (width<=768px){._inner_1uwei_11{padding:0 16px}._hamburger_1uwei_185{display:flex}._nav_1uwei_86{top:var(--nav-height);background:var(--surface);border-bottom:1px solid var(--rule);z-index:9;flex-direction:column;align-items:flex-start;gap:16px;padding:16px;display:none;position:absolute;left:0;right:0}._nav_1uwei_86._open_1uwei_229{display:flex}._nav_1uwei_86 a._active_1uwei_104:after{display:none}}._footer_oqadr_1{background:var(--bg);border-top:1px solid var(--rule);padding:28px 40px;transition:background-color .25s,border-color .25s}._inner_oqadr_8{max-width:1280px;color:var(--ink-3);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin:0 auto;font-size:.8125rem;display:flex}._brand_oqadr_20{align-items:center;gap:10px;display:flex}._logo_oqadr_26{width:auto;height:26px;display:block}._tagline_oqadr_32{color:var(--ink-3)}._links_oqadr_34{flex-wrap:wrap;gap:24px;display:flex}._links_oqadr_34 a{color:var(--ink-3);transition:color .15s}._links_oqadr_34 a:hover{color:var(--ink-2)}._instagram_oqadr_47{align-items:center;gap:5px;display:flex}._instagram_oqadr_47:hover{color:#e1306c!important}._copy_oqadr_55{color:var(--ink-3)}@media (width<=640px){._footer_oqadr_1{padding:24px 16px}._inner_oqadr_8{flex-direction:column;align-items:flex-start;gap:12px}}._layout_17wze_1{min-height:100vh;display:flex}._sidebar_17wze_6{background:var(--color-surface);border-right:1px solid var(--color-border);flex-direction:column;flex-shrink:0;justify-content:space-between;width:240px;height:100vh;display:flex;position:sticky;top:0}._sideTop_17wze_19{flex-direction:column;gap:24px;padding:24px 16px;display:flex}._brand_17wze_21{align-items:center;gap:8px;display:flex}._logo_17wze_23{font-family:var(--font-display);color:var(--color-primary);font-size:1.1rem;font-weight:800}._adminBadge_17wze_30{color:var(--color-primary);text-transform:uppercase;background:#ff5c0026;border-radius:99px;padding:2px 8px;font-size:.7rem;font-weight:700}._userInfo_17wze_40{background:var(--color-surface-2);border-radius:var(--radius-md);align-items:center;gap:10px;padding:10px;display:flex}._avatar_17wze_49{background:var(--color-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:700;display:flex}._userName_17wze_63{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}._nav_17wze_71{flex-direction:column;gap:4px;display:flex}._navLink_17wze_73{border-radius:var(--radius-md);color:var(--color-text-muted);align-items:center;gap:10px;padding:10px 12px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}._navLink_17wze_73:hover{background:var(--color-surface-2);color:var(--color-text)}._navLink_17wze_73._active_17wze_86{color:var(--color-primary);background:#ff5c0026}._sideBottom_17wze_88{border-top:1px solid var(--color-border);flex-direction:column;gap:8px;padding:16px;display:flex}._homeLink_17wze_96{color:var(--color-text-muted);font-size:.85rem;transition:color .2s}._homeLink_17wze_96:hover{color:var(--color-text)}._logoutBtn_17wze_104{border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:var(--radius-sm);background:0 0;padding:8px;font-size:.9rem;transition:all .2s}._logoutBtn_17wze_104:hover{color:#ef4444;border-color:#ef4444}._content_17wze_119{flex:1;padding:32px;overflow-y:auto}@media (width<=768px){._layout_17wze_1{flex-direction:column}._sidebar_17wze_6{flex-flow:wrap;width:100%;height:auto;position:static}._sideTop_17wze_19{flex-flow:wrap;gap:12px;padding:16px}._nav_17wze_71{flex-direction:row}._sideBottom_17wze_88{border-top:none;border-left:1px solid var(--color-border);flex-direction:row;padding:8px 16px}._content_17wze_119{padding:20px}}._card_lqe2j_1{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--rule);cursor:pointer;flex-direction:column;transition:transform .15s,border-color .15s;display:flex;position:relative;overflow:hidden}._card_lqe2j_1:hover{border-color:#ff6a1a73;transform:translateY(-2px)}._stripe_lqe2j_19{flex-shrink:0;height:3px}._imageWrap_lqe2j_25{aspect-ratio:4/3.2;background:var(--surface-2);display:block;position:relative;overflow:hidden}._imageWrap_lqe2j_25 img{object-fit:cover;width:100%;height:100%;transition:transform .3s}._card_lqe2j_1:hover ._imageWrap_lqe2j_25 img{transform:scale(1.03)}._diagonalOverlay_lqe2j_42{opacity:.1;pointer-events:none;background:repeating-linear-gradient(45deg,#0000 0 10px,#ffffff80 10px 11px);position:absolute;inset:0}._badge_lqe2j_55{background:var(--gradient);color:#fff;letter-spacing:.01em;z-index:1;border-radius:6px;padding:4px 10px;font-size:.8125rem;font-weight:800;position:absolute;top:12px;left:12px;box-shadow:0 4px 18px #ff6a1a66}._hotBadge_lqe2j_71{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;letter-spacing:.08em;text-transform:uppercase;z-index:1;background:#0000008c;border-radius:6px;padding:4px 8px;font-size:.625rem;font-weight:700;position:absolute;top:12px;right:12px}._heartBtn_lqe2j_88{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:30px;height:30px;color:var(--ink-2);z-index:1;background:#0000008c;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:.875rem;transition:color .15s;display:flex;position:absolute;bottom:10px;right:10px}._heartBtn_lqe2j_88:hover{color:var(--accent-2)}._body_lqe2j_110{flex-direction:column;flex:1;gap:0;padding:12px 14px 14px;display:flex}._storeMeta_lqe2j_119{align-items:center;gap:6px;margin-bottom:8px;display:flex}._storeChip_lqe2j_126{letter-spacing:.02em;border-radius:4px;flex-shrink:0;align-items:center;gap:5px;padding:2px 7px;font-size:.625rem;font-weight:700;display:inline-flex}._storeDot_lqe2j_138{border-radius:50%;flex-shrink:0;width:5px;height:5px}._catLabel_lqe2j_145{color:var(--ink-3);font-size:.625rem}._title_lqe2j_151{-webkit-line-clamp:2;color:var(--ink);-webkit-box-orient:vertical;min-height:36px;margin-bottom:10px;font-size:.84375rem;font-weight:600;line-height:1.3;transition:color .15s;display:-webkit-box;overflow:hidden}._title_lqe2j_151:hover{color:var(--accent)}._priceRow_lqe2j_168{align-items:baseline;gap:8px;margin-bottom:8px;display:flex}._price_lqe2j_168{color:var(--ink);letter-spacing:-.02em;font-size:1.375rem;font-weight:800;line-height:1}._originalPrice_lqe2j_183{color:var(--ink-3);font-size:.6875rem;text-decoration:line-through}._metaRow_lqe2j_190{justify-content:space-between;align-items:center;margin-bottom:10px;font-size:.6875rem;display:flex}._savings_lqe2j_198{color:var(--good);font-weight:600}._timeAgo_lqe2j_203{color:var(--ink-3)}._progressTrack_lqe2j_206{background:var(--surface-2);border-radius:2px;height:4px;overflow:hidden}._progressFill_lqe2j_213{background:var(--gradient);border-radius:2px;height:100%}._card_16gxh_1{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--accent);flex-direction:column;grid-area:span 2/span 2;transition:box-shadow .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 4px #ff6a1a14}._card_16gxh_1:hover{box-shadow:0 0 0 4px #ff6a1a29}._stripe_16gxh_20{background:var(--gradient);flex-shrink:0;height:3px}._imageWrap_16gxh_27{background:var(--surface-2);flex:1;min-height:280px;position:relative;overflow:hidden}._imageWrap_16gxh_27 img{object-fit:cover;width:100%;height:100%;transition:transform .4s}._card_16gxh_1:hover ._imageWrap_16gxh_27 img{transform:scale(1.03)}._diagonalOverlay_16gxh_44{opacity:.08;pointer-events:none;background:repeating-linear-gradient(45deg,#0000 0 12px,#ffffff80 12px 13px);position:absolute;inset:0}._badge_16gxh_57{background:var(--gradient);color:#fff;z-index:1;border-radius:8px;padding:6px 14px;font-size:1rem;font-weight:800;position:absolute;top:16px;left:16px;box-shadow:0 6px 22px #ff6a1a80}._featuredBadge_16gxh_72{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--warn);letter-spacing:.08em;text-transform:uppercase;z-index:1;background:#0009;border-radius:8px;padding:6px 12px;font-size:.6875rem;font-weight:700;position:absolute;top:16px;right:16px}._info_16gxh_89{flex-shrink:0;padding:18px 20px 20px}._storeMeta_16gxh_94{align-items:center;gap:8px;margin-bottom:10px;display:flex}._storeChip_16gxh_101{letter-spacing:.02em;border-radius:5px;padding:3px 8px;font-size:.6875rem;font-weight:700}._catLabel_16gxh_109{color:var(--ink-3);font-size:.6875rem}._title_16gxh_114{color:var(--ink);letter-spacing:-.02em;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:14px;font-size:1.375rem;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}._priceBlock_16gxh_127{justify-content:space-between;align-items:flex-end;gap:14px;display:flex}._priceLeft_16gxh_134{flex-direction:column;gap:2px;display:flex}._originalPrice_16gxh_140{color:var(--ink-3);font-size:.75rem;text-decoration:line-through}._price_16gxh_127{color:var(--ink);letter-spacing:-.03em;font-size:2.25rem;font-weight:800;line-height:1}._savings_16gxh_154{color:var(--good);font-size:.75rem;font-weight:700}._cta_16gxh_160{background:var(--gradient);color:#fff;white-space:nowrap;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;padding:12px 20px;font-size:.875rem;font-weight:700;transition:filter .15s,transform .15s;display:flex;box-shadow:0 8px 22px #ff6a1a59}._cta_16gxh_160:hover{filter:brightness(1.08);transform:translateY(-1px)}@media (width<=1024px){._imageWrap_16gxh_27{min-height:220px}._title_16gxh_114{font-size:1.125rem}._price_16gxh_127{font-size:1.75rem}}@media (width<=640px){._card_16gxh_1{grid-row:span 1}._imageWrap_16gxh_27{min-height:180px}}._page_p34ow_1{background:var(--bg);min-height:100vh}._hero_p34ow_7{background:var(--bg);padding:32px 40px 24px;position:relative;overflow:hidden}._heroGlow1_p34ow_14{pointer-events:none;background:radial-gradient(circle,#ff6a1a2e 0%,#0000 70%);border-radius:50%;width:420px;height:420px;position:absolute;top:-120px;right:-120px}._heroGlow2_p34ow_25{pointer-events:none;background:radial-gradient(circle,#ff3d6e1f 0%,#0000 70%);border-radius:50%;width:320px;height:320px;position:absolute;top:-80px;left:200px}._heroInner_p34ow_36{grid-template-columns:1.5fr 1fr;align-items:end;gap:36px;max-width:1280px;margin:0 auto;display:grid;position:relative}._heroCopy_p34ow_46{flex-direction:column;gap:0;display:flex}._eyebrow_p34ow_53{border:1px solid var(--rule);background:var(--surface);color:var(--ink-2);border-radius:999px;align-items:center;gap:8px;width:fit-content;margin-bottom:18px;padding:6px 12px;font-size:.75rem;display:inline-flex}._liveDot_p34ow_67{background:var(--good);width:6px;height:6px;box-shadow:0 0 10px var(--good);border-radius:50%;flex-shrink:0;animation:1.6s infinite _pulse_p34ow_1}._liveLabel_p34ow_77{color:var(--ink)}._h1_p34ow_80{color:var(--ink);letter-spacing:-.04em;margin-bottom:18px;font-size:clamp(2.5rem,5.5vw,4.75rem);font-weight:800;line-height:.95}._h1Gradient_p34ow_89{background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._heroBody_p34ow_96{color:var(--ink-2);max-width:520px;margin-bottom:28px;font-size:1rem;line-height:1.5}._statsStrip_p34ow_105{gap:0;display:flex}._statItem_p34ow_110{flex:1;padding-right:24px}._statBorder_p34ow_115{border-left:1px solid var(--rule);padding-left:24px}._statVal_p34ow_120{color:var(--ink);letter-spacing:-.02em;font-size:1.625rem;font-weight:700;display:block}._statLabel_p34ow_128{color:var(--ink-3);margin-top:2px;font-size:.75rem;display:block}._ticker_p34ow_136{background:var(--surface);border:1px solid var(--rule);border-radius:16px;align-self:flex-start;padding:18px}._tickerHeader_p34ow_144{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}._tickerTitle_p34ow_151{color:var(--ink-2);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:8px;font-size:.75rem;font-weight:600;display:flex}._tickerDot_p34ow_162{background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1.6s infinite _pulse_p34ow_1}._tickerSub_p34ow_171{color:var(--ink-3);font-size:.6875rem}._tickerRow_p34ow_176{border-top:1px solid var(--rule-soft);align-items:center;gap:12px;padding:10px 0;display:flex}._tickerThumb_p34ow_184{border-radius:8px;flex-shrink:0;width:36px;height:36px}._tickerInfo_p34ow_191{flex:1;min-width:0}._tickerName_p34ow_196{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:600;display:block;overflow:hidden}._tickerStoreMeta_p34ow_206{color:var(--ink-3);margin-top:2px;font-size:.6875rem;display:block}._tickerRight_p34ow_213{text-align:right;flex-shrink:0}._tickerPct_p34ow_215{color:var(--accent);font-size:.8125rem;font-weight:700;display:block}._tickerPrice_p34ow_222{color:var(--ink-3);font-size:.625rem;display:block}._filterBar_p34ow_229{background:var(--bg);border-bottom:1px solid var(--rule);top:var(--nav-height);z-index:4;transition:background-color .25s,border-color .25s;position:sticky}._filterInner_p34ow_238{justify-content:space-between;align-items:center;gap:14px;max-width:1280px;margin:0 auto;padding:14px 40px;display:flex}._catPillsRow_p34ow_248{flex-shrink:1;align-items:center;gap:6px;min-width:0;display:flex}._catPills_p34ow_248{scrollbar-width:none;-ms-overflow-style:none;gap:6px;min-width:0;font-size:.8125rem;display:flex;overflow-x:auto}._catPills_p34ow_248::-webkit-scrollbar{display:none}._catPill_p34ow_248{border-radius:var(--radius-sm);border:1px solid var(--rule);background:var(--surface);color:var(--ink-2);white-space:nowrap;align-items:center;gap:8px;padding:8px 14px;font-size:.8125rem;font-weight:500;transition:border-color .15s,background .15s,color .15s;display:flex}._catPill_p34ow_248:hover{color:var(--ink);border-color:#ff6a1a73}._catActive_p34ow_288{background:var(--gradient)!important;color:#fff!important;border-color:#0000!important;font-weight:700!important}._catGlyph_p34ow_295{opacity:.85}._chevronDown_p34ow_297{color:inherit;opacity:.7;font-size:.5625rem}._catDropdown_p34ow_303{position:relative}._catDropdownMenu_p34ow_307{z-index:20;background:var(--surface);border:1px solid var(--rule);border-radius:var(--radius-sm);flex-direction:column;gap:2px;min-width:160px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 8px 24px #00000040}._catDropdownItem_p34ow_323{border-radius:calc(var(--radius-sm) - 2px);color:var(--ink-2);text-align:left;white-space:nowrap;background:0 0;border:none;padding:8px 12px;font-size:.8125rem;font-weight:500;transition:background .12s,color .12s}._catDropdownItem_p34ow_323:hover{background:var(--rule-soft);color:var(--ink)}._catDropdownActive_p34ow_341{color:var(--accent)!important;font-weight:700!important}._filterActions_p34ow_346{color:var(--ink-2);flex-shrink:0;align-items:center;gap:8px;font-size:.8125rem;display:flex}._filterChip_p34ow_355{border-radius:var(--radius-sm);border:1px solid var(--rule);background:var(--surface);color:var(--ink-2);align-items:center;gap:6px;padding:8px 12px;font-size:.8125rem;transition:border-color .15s;display:flex}._filterChip_p34ow_355:hover{border-color:#ff6a1a73}._chevron_p34ow_297{color:var(--ink-3);font-size:.5625rem}._filterDivider_p34ow_372{background:var(--rule);width:1px;height:20px}._sortBtn_p34ow_378{border-radius:var(--radius-sm);border:1px solid var(--rule);background:var(--surface);color:var(--ink);align-items:center;gap:6px;padding:8px 12px;font-size:.8125rem;font-weight:600;transition:border-color .15s;display:flex}._sortBtn_p34ow_378:hover{border-color:#ff6a1a73}._main_p34ow_395{max-width:1280px;margin:0 auto;padding:24px 40px 60px}._sectionHeader_p34ow_401{margin-bottom:18px}._sectionTitleRow_p34ow_405{align-items:baseline;gap:12px;display:flex}._sectionTitle_p34ow_405{color:var(--ink);letter-spacing:-.02em;font-size:1.5rem;font-weight:700}._sectionMeta_p34ow_418{color:var(--ink-3);font-size:.75rem}._grid_p34ow_423{grid-template-columns:repeat(4,1fr);grid-auto-rows:auto;gap:14px;display:grid}._skeletonCard_p34ow_431{background:var(--surface);border:1px solid var(--rule);border-radius:var(--radius-lg);overflow:hidden}._skeletonImg_p34ow_438{aspect-ratio:4/3.2;width:100%}._skeletonBody_p34ow_443{flex-direction:column;gap:8px;padding:12px 14px 14px;display:flex}._skeletonLine_p34ow_450{border-radius:4px}._empty_p34ow_453{flex-direction:column;align-items:center;gap:16px;padding:80px 0;display:flex}._emptyText_p34ow_461{color:var(--ink-2);font-size:.875rem}._clearBtn_p34ow_466{border-radius:var(--radius-sm);border:1px solid var(--rule);color:var(--ink-2);background:0 0;padding:9px 20px;font-size:.875rem;font-weight:600;transition:border-color .15s,color .15s}._clearBtn_p34ow_466:hover{border-color:var(--accent);color:var(--accent)}._loadingMore_p34ow_483{color:var(--ink-3);justify-content:center;align-items:center;gap:10px;padding:32px 0;font-size:.875rem;display:flex}._spinner_p34ow_493{border:2px solid var(--rule);border-top-color:var(--accent);border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite _spin_p34ow_493}._loadMoreRow_p34ow_503{justify-content:center;padding:32px 0 8px;display:flex}._loadMoreBtn_p34ow_509{border-radius:var(--radius-sm);background:var(--accent);color:#fff;cursor:pointer;border:none;padding:12px 36px;font-size:.9375rem;font-weight:600;transition:opacity .15s}._loadMoreBtn_p34ow_509:hover{opacity:.85}._endMessage_p34ow_525{text-align:center;color:var(--ink-2);border-top:1px solid var(--rule);margin-top:36px;padding:20px 0 0;font-size:.875rem}._endAlert_p34ow_534{color:var(--accent);cursor:pointer;font-weight:600}._errorBanner_p34ow_540{color:var(--color-error);background:var(--color-error-bg);border:1px solid var(--color-error-border);border-radius:var(--radius-md);margin-bottom:16px;padding:12px 16px;font-size:.875rem}@media (width<=1280px){._grid_p34ow_423{grid-template-columns:repeat(4,1fr)}}@media (width<=1024px){._hero_p34ow_7{padding:28px 32px 20px}._filterInner_p34ow_238{padding:14px 32px}._main_p34ow_395{padding:20px 32px 48px}._grid_p34ow_423{grid-template-columns:repeat(3,1fr)}._heroInner_p34ow_36{grid-template-columns:1fr;gap:24px}._ticker_p34ow_136{width:100%}}@media (width<=768px){._filterActions_p34ow_346{display:none}._h1_p34ow_80{font-size:2rem}._grid_p34ow_423{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){._hero_p34ow_7{padding:20px 16px 16px}._filterInner_p34ow_238{padding:10px 16px}._main_p34ow_395{padding:16px 16px 40px}._grid_p34ow_423{grid-template-columns:repeat(2,1fr);gap:10px}._statsStrip_p34ow_105{grid-template-columns:1fr 1fr;gap:12px;display:grid}._statBorder_p34ow_115{border-left:none;padding-left:0}}._page_vt8wn_1{background:var(--bg);min-height:100vh}._breadcrumb_vt8wn_7{border-bottom:1px solid var(--rule-soft);transition:border-color .25s}._breadcrumbInner_vt8wn_12{max-width:1280px;color:var(--ink-3);flex-wrap:wrap;align-items:center;gap:6px;margin:0 auto;padding:14px 40px;font-size:.75rem;display:flex}._breadcrumbInner_vt8wn_12 a{color:var(--ink-3);transition:color .15s}._breadcrumbInner_vt8wn_12 a:hover{color:var(--accent)}._breadcrumbCurrent_vt8wn_31{color:var(--ink-2)}._main_vt8wn_34{max-width:1280px;margin:0 auto;padding:8px 40px 56px}._detail_vt8wn_41{grid-template-columns:1.1fr 1fr;gap:40px;margin-bottom:60px;display:grid}._heroImage_vt8wn_51{aspect-ratio:4/3;border:1px solid var(--rule);background:var(--surface-2);border-radius:16px;position:relative;overflow:hidden}._heroImage_vt8wn_51 img{object-fit:cover;width:100%;height:100%}._imageBadge_vt8wn_66{background:var(--gradient);color:#fff;border-radius:8px;padding:7px 14px;font-size:1rem;font-weight:800;position:absolute;top:16px;left:16px;box-shadow:0 6px 22px #ff6a1a66}._thumbnails_vt8wn_79{grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px;display:grid}._thumb_vt8wn_79{aspect-ratio:1;background:var(--surface-2);border:1px solid var(--rule);opacity:.4;cursor:pointer;border-radius:10px;transition:opacity .15s,border-color .15s;overflow:hidden}._thumb_vt8wn_79:hover{opacity:.7}._thumbActive_vt8wn_99{border:2px solid var(--accent);opacity:1}._thumbActive_vt8wn_99 img{object-fit:cover;width:100%;height:100%}._info_vt8wn_111{flex-direction:column;gap:0;padding-top:4px;display:flex}._metaRow_vt8wn_118{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px;display:flex}._storeChip_vt8wn_126{letter-spacing:.02em;border-radius:5px;padding:4px 10px;font-size:.6875rem;font-weight:700}._catMeta_vt8wn_134{color:var(--ink-3);font-size:.6875rem}._title_vt8wn_139{color:var(--ink);letter-spacing:-.025em;margin-bottom:22px;font-size:2.25rem;font-weight:800;line-height:1.1}._priceCard_vt8wn_149{border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--rule);margin-bottom:18px;padding:22px;position:relative;overflow:hidden}._priceStripe_vt8wn_159{background:var(--gradient);height:2px;position:absolute;top:0;left:0;right:0}._priceMain_vt8wn_168{align-items:baseline;gap:14px;margin-bottom:22px;display:flex}._bigPrice_vt8wn_175{letter-spacing:-.04em;background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;line-height:1}._priceSide_vt8wn_186{flex-direction:column;gap:3px;display:flex}._originalPrice_vt8wn_192{color:var(--ink-3);font-size:.8125rem;text-decoration:line-through}._savingsText_vt8wn_198{color:var(--good);font-size:.8125rem;font-weight:700}._sparkPanel_vt8wn_205{background:var(--bg-alt);border:1px solid var(--rule-soft);border-radius:10px;padding:14px 16px}._sparkHeader_vt8wn_212{color:var(--ink-3);letter-spacing:.06em;text-transform:uppercase;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;font-size:.625rem;display:flex}._sparkGood_vt8wn_225{color:var(--good)}._sparkSvg_vt8wn_227{width:100%;height:50px;display:block}._ctaRow_vt8wn_234{gap:8px;margin-bottom:18px;display:flex}._ctaMain_vt8wn_240{border-radius:var(--radius-md);background:var(--gradient);color:#fff;border:none;flex:1;justify-content:center;align-items:center;gap:10px;padding:16px 20px;font-size:.9375rem;font-weight:700;transition:filter .15s,transform .15s;display:flex;box-shadow:0 8px 26px #ff6a1a66}._ctaMain_vt8wn_240:hover{filter:brightness(1.08);transform:translateY(-1px)}._ctaMain_vt8wn_240:disabled{opacity:.7;cursor:not-allowed;transform:none}._ctaIcon_vt8wn_268{border-radius:var(--radius-md);border:1px solid var(--rule);background:var(--surface);width:52px;height:52px;color:var(--ink-2);flex-shrink:0;justify-content:center;align-items:center;font-size:1.0625rem;transition:border-color .15s,color .15s;display:flex}._ctaIcon_vt8wn_268:hover{border-color:var(--accent);color:var(--accent)}._ctaFavorited_vt8wn_288{color:var(--accent-2)!important}._ctaAlert_vt8wn_290{border-radius:var(--radius-md);border:1px solid var(--rule);background:var(--surface);height:52px;color:var(--ink-2);white-space:nowrap;flex-shrink:0;padding:0 14px;font-size:.75rem;font-weight:600;transition:border-color .15s,color .15s}._ctaAlert_vt8wn_290:hover{border-color:var(--accent);color:var(--accent)}._trustRow_vt8wn_310{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}._trustCard_vt8wn_316{background:var(--surface);border:1px solid var(--rule);border-radius:10px;flex-direction:column;gap:2px;padding:12px;display:flex}._trustIcon_vt8wn_326{font-size:.875rem}._trustTitle_vt8wn_328{color:var(--ink);margin-top:4px;font-size:.75rem;font-weight:700}._trustSub_vt8wn_335{color:var(--ink-3);font-size:.6875rem}._related_vt8wn_341{margin-top:60px}._relatedHeader_vt8wn_343{justify-content:space-between;align-items:baseline;margin-bottom:16px;display:flex}._relatedTitle_vt8wn_350{color:var(--ink);letter-spacing:-.02em;font-size:1.375rem;font-weight:700}._relatedStore_vt8wn_357{color:var(--accent)}._relatedLink_vt8wn_359{color:var(--ink-2);font-size:.75rem;transition:color .15s}._relatedLink_vt8wn_359:hover{color:var(--accent)}._relatedGrid_vt8wn_367{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}._skeletonWrap_vt8wn_374{max-width:1280px;margin:0 auto;padding:20px 40px 56px}._skeletonBreadcrumb_vt8wn_380{width:280px;height:16px;margin-bottom:24px}._skeletonDetail_vt8wn_386{grid-template-columns:1.1fr 1fr;gap:40px;display:grid}._skeletonImage_vt8wn_392{aspect-ratio:4/3;border-radius:16px}._skeletonInfo_vt8wn_397{flex-direction:column;gap:14px;padding-top:8px;display:flex}._skeletonLine_vt8wn_404{border-radius:6px;height:20px}._notFound_vt8wn_407{text-align:center;max-width:1280px;color:var(--ink-2);margin:0 auto;padding:80px 40px;font-size:1rem}@media (width<=1024px){._main_vt8wn_34{padding:8px 32px 48px}._breadcrumbInner_vt8wn_12{padding:12px 32px}._detail_vt8wn_41{grid-template-columns:1fr;gap:24px}._relatedGrid_vt8wn_367{grid-template-columns:repeat(2,1fr)}._skeletonDetail_vt8wn_386{grid-template-columns:1fr}}@media (width<=640px){._main_vt8wn_34{padding:8px 16px 40px}._breadcrumbInner_vt8wn_12{padding:10px 16px}._title_vt8wn_139{font-size:1.5rem}._bigPrice_vt8wn_175{font-size:2.5rem}._trustRow_vt8wn_310{grid-template-columns:1fr}._relatedGrid_vt8wn_367{grid-template-columns:1fr 1fr}._ctaRow_vt8wn_234{flex-wrap:wrap}._ctaMain_vt8wn_240{width:100%}._skeletonWrap_vt8wn_374{padding:16px 16px 40px}}@media (width<=480px){._relatedGrid_vt8wn_367{grid-template-columns:1fr}}._card_1cnbf_1{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;gap:14px;padding:20px;display:flex;position:relative;overflow:hidden}._card_1cnbf_1:before{content:"";background:var(--color-primary);width:4px;position:absolute;top:0;bottom:0;left:0}._expired_1cnbf_21:before{background:var(--color-text-muted)}._top_1cnbf_23{justify-content:space-between;align-items:center;display:flex}._store_1cnbf_29{color:var(--color-text-muted);font-size:.9rem}._discount_1cnbf_31{color:var(--color-primary);border-radius:var(--radius-sm);background:#ff5c0026;padding:4px 10px;font-size:.9rem;font-weight:700}._codeWrap_1cnbf_40{background:var(--color-surface-2);border:1px dashed var(--color-border);border-radius:var(--radius-md);align-items:center;gap:10px;padding:10px 14px;display:flex}._code_1cnbf_40{letter-spacing:2px;flex:1;font-family:Courier New,monospace;font-size:1.1rem;font-weight:700}._copyBtn_1cnbf_58{background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);white-space:nowrap;border:none;padding:6px 14px;font-size:.85rem;font-weight:600;transition:background .2s}._copyBtn_1cnbf_58:hover:not(:disabled){background:var(--color-primary-hover)}._copyBtn_1cnbf_58:disabled{opacity:.5;cursor:not-allowed}._bottom_1cnbf_73{flex-direction:column;gap:6px;display:flex}._usageBar_1cnbf_75{background:var(--color-surface-2);border-radius:3px;height:6px;overflow:hidden}._usageFill_1cnbf_82{background:var(--color-primary);border-radius:3px;height:100%;transition:width .5s}._meta_1cnbf_89{color:var(--color-text-muted);justify-content:space-between;font-size:.8rem;display:flex}._expiredOverlay_1cnbf_96{color:var(--color-text-muted);letter-spacing:2px;text-transform:uppercase;background:#0e0e0eb3;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex;position:absolute;inset:0}._header_bergo_1{padding:48px 0 32px}._title_bergo_5{font-family:var(--font-display);margin-bottom:8px;font-size:2rem;font-weight:800}._subtitle_bergo_12{color:var(--color-text-muted)}._filters_bergo_14{flex-wrap:wrap;gap:8px;margin-bottom:32px;display:flex}._filterBtn_bergo_21{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:99px;padding:8px 18px;font-size:.875rem;font-weight:500;transition:all .2s}._filterBtn_bergo_21:hover{border-color:var(--color-primary);color:var(--color-text)}._filterBtn_bergo_21._active_bergo_33{background:var(--color-primary);border-color:var(--color-primary);color:#fff}._grid_bergo_35{grid-template-columns:repeat(2,1fr);gap:20px;padding-bottom:60px;display:grid}._loading_bergo_42,._empty_bergo_42{text-align:center;color:var(--color-text-muted);flex-direction:column;align-items:center;gap:12px;padding:80px 0;display:flex}._empty_bergo_42 span{font-size:3rem}@media (width<=768px){._grid_bergo_35{grid-template-columns:1fr}}._card_1ji2t_1{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);align-items:center;gap:16px;padding:20px 24px;display:flex}._icon_1ji2t_11{font-size:2rem}._info_1ji2t_13{flex-direction:column;gap:4px;display:flex}._value_1ji2t_15{font-family:var(--font-display);color:var(--color-text);font-size:1.6rem;font-weight:700}._label_1ji2t_22{color:var(--color-text-muted);font-size:.85rem}._page_2zib8_1{flex-direction:column;gap:32px;display:flex}._title_2zib8_3{font-family:var(--font-display);font-size:1.8rem;font-weight:800}._alert_2zib8_5{border-radius:var(--radius-md);color:var(--color-warning);background:#eab3081a;border:1px solid #eab3084d;padding:12px 16px;font-size:.9rem}._alert_2zib8_5 a{color:var(--color-primary);font-weight:600}._statsGrid_2zib8_16{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}._statSkeleton_2zib8_22{border-radius:var(--radius-lg);height:90px}._section_2zib8_24{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:24px}._sectionTitle_2zib8_26{font-family:var(--font-display);margin-bottom:16px;font-size:1.1rem;font-weight:700}._loading_2zib8_28{color:var(--color-text-muted);font-size:.9rem}._list_2zib8_30{flex-direction:column;display:flex}._listItem_2zib8_32{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}._listItem_2zib8_32:last-child{border-bottom:none}._listInfo_2zib8_43{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}._listTitle_2zib8_45{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}._listStore_2zib8_53{color:var(--color-text-muted);font-size:.8rem}._listMeta_2zib8_55{flex-shrink:0;align-items:center;gap:12px;display:flex}._status_2zib8_57{text-transform:uppercase;border-radius:99px;padding:3px 8px;font-size:.75rem;font-weight:600}._active_2zib8_65{color:var(--color-success);background:#22c55e26}._pending_2zib8_66{color:var(--color-warning);background:#eab30826}._listDate_2zib8_68{color:var(--color-text-muted);font-size:.8rem}@media (width<=900px){._statsGrid_2zib8_16{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){._statsGrid_2zib8_16{grid-template-columns:1fr}}._page_1duyi_1{flex-direction:column;gap:24px;display:flex}._header_1duyi_3{align-items:center;gap:12px;display:flex}._title_1duyi_5{font-family:var(--font-display);font-size:1.8rem;font-weight:800}._pendingBadge_1duyi_7{color:var(--color-warning);background:#eab30826;border-radius:99px;padding:4px 10px;font-size:.8rem;font-weight:700}._filters_1duyi_16{gap:8px;display:flex}._filterBtn_1duyi_18{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:99px;padding:6px 16px;font-size:.85rem;font-weight:500;transition:all .2s}._filterBtn_1duyi_18:hover{border-color:var(--color-primary);color:var(--color-text)}._filterBtn_1duyi_18._active_1duyi_30{background:var(--color-primary);border-color:var(--color-primary);color:#fff}._tableWrap_1duyi_32{overflow-x:auto}._table_1duyi_32{border-collapse:collapse;width:100%;font-size:.875rem}._table_1duyi_32 th{text-align:left;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--color-border);white-space:nowrap;padding:10px 12px;font-size:.78rem;font-weight:600}._table_1duyi_32 td{border-bottom:1px solid var(--color-border);vertical-align:middle;padding:12px}._table_1duyi_32 tr:last-child td{border-bottom:none}._pendingRow_1duyi_60{background:#eab3080a}._productCell_1duyi_62{align-items:center;gap:10px;display:flex}._thumb_1duyi_64{object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0;width:40px;height:40px}._productTitle_1duyi_66{white-space:nowrap;text-overflow:ellipsis;max-width:220px;overflow:hidden}._status_1duyi_73{text-transform:uppercase;white-space:nowrap;border-radius:99px;padding:3px 8px;font-size:.72rem;font-weight:700}._active_1duyi_30{color:var(--color-success);background:#22c55e26}._pending_1duyi_7{color:var(--color-warning);background:#eab30826}._muted_1duyi_85{color:var(--color-text-muted)}._actions_1duyi_87{align-items:center;gap:6px;display:flex}._approveBtn_1duyi_89{color:var(--color-success);border-radius:var(--radius-sm);background:#22c55e26;border:none;padding:5px 10px;font-size:.85rem;font-weight:700;transition:background .2s}._approveBtn_1duyi_89:hover{background:#22c55e4d}._editBtn_1duyi_102,._deleteBtn_1duyi_102{background:var(--color-surface-2);border-radius:var(--radius-sm);border:none;padding:5px 8px;font-size:.85rem;transition:background .2s}._editBtn_1duyi_102:hover,._deleteBtn_1duyi_102:hover{background:var(--color-border)}._loading_1duyi_113,._empty_1duyi_113{color:var(--color-text-muted);padding:20px}._overlay_1duyi_115{z-index:200;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modal_1duyi_125{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;gap:16px;width:480px;max-width:90vw;padding:32px;display:flex}._modalTitle_1duyi_137{font-family:var(--font-display);font-size:1.2rem;font-weight:700}._field_1duyi_139{flex-direction:column;gap:6px;display:flex}._field_1duyi_139 label{color:var(--color-text-muted);font-size:.85rem;font-weight:600}._modalActions_1duyi_142{gap:10px;margin-top:8px;display:flex}._page_1qwni_1{flex-direction:column;gap:24px;display:flex}._header_1qwni_3{justify-content:space-between;align-items:center;display:flex}._title_1qwni_5{font-family:var(--font-display);font-size:1.8rem;font-weight:800}._tableWrap_1qwni_7{overflow-x:auto}._table_1qwni_7{border-collapse:collapse;width:100%;font-size:.875rem}._table_1qwni_7 th{text-align:left;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--color-border);padding:10px 12px;font-size:.78rem;font-weight:600}._table_1qwni_7 td{border-bottom:1px solid var(--color-border);vertical-align:middle;padding:12px}._table_1qwni_7 tr:last-child td{border-bottom:none}._code_1qwni_30{background:var(--color-surface-2);letter-spacing:1px;border-radius:4px;padding:3px 8px;font-family:Courier New,monospace;font-size:.9rem}._muted_1qwni_39{color:var(--color-text-muted)}._status_1qwni_41{text-transform:uppercase;border-radius:99px;padding:3px 8px;font-size:.72rem;font-weight:700}._active_1qwni_49{color:var(--color-success);background:#22c55e26}._inactive_1qwni_50{color:var(--color-text-muted);background:#88888826}._actions_1qwni_52{gap:6px;display:flex}._toggleBtn_1qwni_54{background:var(--color-surface-2);border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:var(--radius-sm);padding:4px 10px;font-size:.8rem;transition:all .2s}._toggleBtn_1qwni_54:hover{border-color:var(--color-primary);color:var(--color-primary)}._deleteBtn_1qwni_66{background:var(--color-surface-2);border-radius:var(--radius-sm);border:none;padding:4px 8px;transition:background .2s}._deleteBtn_1qwni_66:hover{background:var(--color-border)}._overlay_1qwni_76{z-index:200;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modal_1qwni_86{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;gap:20px;width:520px;max-width:90vw;padding:32px;display:flex}._modalTitle_1qwni_98{font-family:var(--font-display);font-size:1.2rem;font-weight:700}._grid2_1qwni_100{grid-template-columns:1fr 1fr;gap:16px;display:grid}._field_1qwni_102{flex-direction:column;gap:6px;display:flex}._field_1qwni_102 label{color:var(--color-text-muted);font-size:.85rem;font-weight:600}._modalActions_1qwni_105{gap:10px;display:flex}@media (width<=480px){._grid2_1qwni_100{grid-template-columns:1fr}}
