.AuthorBadge_wrapper__tbzZN{position:relative;display:inline-flex}.AuthorBadge_badge__yj2aL{all:unset;display:inline-flex;align-items:center;gap:3px;font-size:.75rem;font-weight:500;color:var(--color-text-secondary);background:var(--color-bg-muted);padding:2px 7px 2px 8px;border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;transition:background .1s,color .1s;line-height:1.4}.AuthorBadge_badge__yj2aL:hover{background:var(--color-bg-subtle);color:var(--color-text)}.AuthorBadge_badgeLabel__Q8V2C{max-width:120px;overflow:hidden;text-overflow:ellipsis}.AuthorBadge_chevron__MH4Lp{display:inline-flex;font-size:.875rem;line-height:1;transition:transform .15s;transform:rotate(-90deg);opacity:.5}.AuthorBadge_chevronOpen__W2KJ1{transform:rotate(90deg);opacity:.8}.AuthorBadge_popover__5fD58{position:absolute;bottom:calc(100% + 6px);right:0;z-index:200;min-width:220px;max-width:280px;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:.75rem;animation:AuthorBadge_popIn__Xzvoi .12s ease-out}@keyframes AuthorBadge_popIn__Xzvoi{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.AuthorBadge_popoverLoading__FpqdX{font-size:.8125rem;color:var(--color-text-muted);text-align:center;padding:.5rem 0}.AuthorBadge_popoverHeader__gOqr3{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-border)}.AuthorBadge_avatar__VBT4u{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.AuthorBadge_popoverName__rSWEv{display:flex;flex-direction:column;gap:2px;min-width:0}.AuthorBadge_popoverName__rSWEv strong{font-size:.8125rem;font-weight:600;color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AuthorBadge_roleBadge__08TiA{font-size:.6875rem;font-weight:500;color:var(--color-text-muted);background:var(--color-bg-muted);padding:1px 5px;border-radius:var(--radius-sm);width:-moz-fit-content;width:fit-content}.AuthorBadge_details__WDNIb{display:grid;grid-template-columns:auto 1fr;grid-gap:2px .625rem;gap:2px .625rem;font-size:.75rem;margin:0}.AuthorBadge_details__WDNIb dt{color:var(--color-text-muted);font-weight:500}.AuthorBadge_details__WDNIb dd{color:var(--color-text-secondary);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AuthorBadge_userIdRow__tvyGw{display:flex;align-items:center;gap:4px}.AuthorBadge_userIdCode__1XslH{font-family:var(--font-mono,monospace);font-size:.6875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.AuthorBadge_copyBtn__rP5Mb{all:unset;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:.75rem;color:var(--color-text-muted);border-radius:3px;cursor:pointer;transition:background .1s,color .1s}.AuthorBadge_copyBtn__rP5Mb:hover{background:var(--color-bg-muted);color:var(--color-text)}.AuthorBadge_statusActive__uXrTZ{color:var(--color-success,#16a34a)}.toast_container__Wawlb{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:.75rem;z-index:9999;pointer-events:none}.toast_toast__bSLyZ{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;background:#1a1a1a;border:1px solid #333;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.4);min-width:280px;max-width:400px;pointer-events:auto;animation:toast_slideIn__dSunB .2s ease-out;cursor:pointer;transition:transform .15s,opacity .15s}.toast_toast__bSLyZ:hover{transform:translateX(-4px)}.toast_toast__bSLyZ.toast_exiting__Naop2{animation:toast_slideOut__TUJXr .2s ease-in forwards}@keyframes toast_slideIn__dSunB{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes toast_slideOut__TUJXr{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}.toast_success__EeTYW{border-color:rgba(34,197,94,.4);background:linear-gradient(135deg,#1a1a1a,rgba(34,197,94,.1))}.toast_error__rRNmA{border-color:rgba(239,68,68,.4);background:linear-gradient(135deg,#1a1a1a,rgba(239,68,68,.1))}.toast_info__0bzGZ{border-color:rgba(102,126,234,.4);background:linear-gradient(135deg,#1a1a1a,rgba(102,126,234,.1))}.toast_loading__qI9Y0{border-color:rgba(102,126,234,.4);cursor:default}.toast_loading__qI9Y0:hover{transform:none}.toast_icon__0qYG4{display:flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:.875rem;font-weight:600;flex-shrink:0}.toast_success__EeTYW .toast_icon__0qYG4{color:#22c55e}.toast_error__rRNmA .toast_icon__0qYG4{color:#ef4444}.toast_info__0bzGZ .toast_icon__0qYG4{color:#667eea}.toast_spinner__YWxJz{width:16px;height:16px;border:2px solid rgba(102,126,234,.3);border-top-color:#667eea;border-radius:50%;animation:toast_spin__GNf0L .8s linear infinite}@keyframes toast_spin__GNf0L{to{transform:rotate(1turn)}}.toast_content___Qivl{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.toast_message__ZPURh{font-size:.875rem;font-weight:500;color:#fff;line-height:1.4}.toast_details__UEWS4{font-size:.75rem;color:#888;line-height:1.4}.toast_interactive__WsNcS{cursor:default}.toast_actions__jL3gS{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.35rem}.toast_link__1E7bU{font-size:.8125rem;font-weight:600;color:#93c5fd;text-decoration:underline;text-underline-offset:2px}.toast_link__1E7bU:hover{color:#bfdbfe}.toast_actionBtn__w1yEu{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.08);color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .6rem;border-radius:4px;cursor:pointer}.toast_actionBtn__w1yEu:hover:not(:disabled){background:hsla(0,0%,100%,.16)}.toast_actionBtn__w1yEu:disabled{opacity:.6;cursor:default}.toast_closeBtn__wVCkj{background:none;border:none;color:#666;font-size:1.125rem;cursor:pointer;padding:0;line-height:1;flex-shrink:0;transition:color .15s}.toast_closeBtn__wVCkj:hover{color:#fff}@media (max-width:480px){.toast_container__Wawlb{left:1rem;right:1rem;bottom:1rem}.toast_toast__bSLyZ{min-width:auto;max-width:none}}.page_page__M3sbZ{padding:var(--space-xl,2rem) var(--space-2xl,3rem);max-width:1200px;margin:0 auto;position:relative}.page_createActions__wUzoK{position:fixed;top:80px;right:24px;display:flex;gap:.5rem;z-index:50}.page_createBtn__0LitA{display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem .75rem;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.8125rem;font-weight:500;color:var(--color-text-secondary);cursor:pointer;text-decoration:none;transition:all var(--transition-fast);box-shadow:var(--shadow-sm);font-family:var(--font-body)}.page_createBtn__0LitA:hover{background:var(--color-bg);border-color:var(--color-primary);color:var(--color-primary);box-shadow:var(--shadow-md)}.page_createBtn__0LitA:disabled{opacity:.5;cursor:not-allowed}.page_upgradeBanner__v21il{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-subtle,#f9fafb)}.page_upgradeBannerText__o7E__{display:flex;flex-direction:column;gap:.15rem;min-width:0;font-size:.8125rem;color:var(--color-text-secondary);line-height:1.35}.page_upgradeBannerText__o7E__ strong{font-size:.875rem;color:var(--color-text);font-weight:600}.page_upgradeBannerBtn__9SVMd{flex-shrink:0;padding:.4rem .85rem;border-radius:var(--radius-md);background:var(--color-primary);color:#fff;font-size:.8125rem;font-weight:600;text-decoration:none;transition:filter var(--transition-fast)}.page_upgradeBannerBtn__9SVMd:hover{filter:brightness(1.05);color:#fff}@media (max-width:640px){.page_upgradeBanner__v21il{flex-direction:column;align-items:stretch}.page_upgradeBannerBtn__9SVMd{text-align:center}}.page_header__z1UGj{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--space-xl)}.page_header__z1UGj h1{margin-bottom:var(--space-xs)}.page_subtitle__ZIBEh{color:var(--color-text-secondary);margin-bottom:0}.page_viewToggle__tnzF8{all:unset;display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.375rem .625rem;border-radius:var(--radius-md);transition:background var(--transition-fast);flex-shrink:0}.page_viewToggle__tnzF8:hover{background:var(--color-bg-subtle)}.page_toggleTrack__6Q3Ev{position:relative;display:inline-block;width:36px;height:20px;background:var(--color-bg-muted);border-radius:10px;transition:background .2s}.page_viewToggleActive__G4nF_ .page_toggleTrack__6Q3Ev{background:var(--color-primary)}.page_toggleThumb__R9lJS{position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px rgba(0,0,0,.2)}.page_viewToggleActive__G4nF_ .page_toggleThumb__R9lJS{transform:translateX(16px)}.page_toggleLabel__ZzCvR{font-size:.8125rem;font-weight:500;color:var(--color-text-secondary);white-space:nowrap}.page_viewToggleActive__G4nF_ .page_toggleLabel__ZzCvR{color:var(--color-primary)}.page_searchBar__v2oOF{display:flex;gap:var(--space-sm);margin-bottom:var(--space-lg)}.page_searchInput__hDI6D{flex:1 1;padding:var(--space-sm) var(--space-md);font-family:var(--font-body);font-size:.9375rem;color:var(--color-text);background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:all var(--transition-fast)}.page_searchInput__hDI6D:focus{outline:none;border-color:var(--color-primary);box-shadow:var(--shadow-focus)}.page_filters__n01wP{display:flex;gap:var(--space-sm);margin-bottom:var(--space-xl);padding-bottom:var(--space-lg);border-bottom:1px solid var(--color-border)}.page_filterBtn___smhj{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:none;border:none;font-family:var(--font-body);font-size:.9375rem;font-weight:500;color:var(--color-text-muted);cursor:pointer;border-radius:var(--radius-md);transition:all var(--transition-fast)}.page_filterBtn___smhj:hover{color:var(--color-text-secondary);background:var(--color-bg-subtle)}.page_filterBtnActive__XGbCa,.page_filterBtnActive__XGbCa:hover{color:var(--color-primary);background:var(--color-primary-subtle)}.page_filterCount__JbKai{font-size:.75rem;padding:2px 6px;background:var(--color-bg-muted);border-radius:var(--radius-sm)}.page_filterBtnActive__XGbCa .page_filterCount__JbKai{background:rgba(196,93,44,.2)}.page_refreshing__Cnio1{margin-left:auto;font-size:.875rem;color:var(--color-primary);font-style:italic}.page_loadingState__SoDKN{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-3xl);gap:var(--space-md);color:var(--color-text-muted)}.page_grid__XAP7K{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:var(--space-lg,1.5rem);gap:var(--space-lg,1.5rem);width:100%}.page_card__QeeMP{display:flex;flex-direction:column;padding:var(--space-lg);background:var(--color-bg-elevated,#fff);border:1px solid var(--color-border,#e0dbd3);border-radius:var(--radius-lg,16px);text-decoration:none;color:var(--color-text,#1a1814);transition:all var(--transition-base,.2s ease)}.page_card__QeeMP:hover{border-color:var(--color-border-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.page_cardHeader__Ii_8q{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-md)}.page_visibilityIcon__EKPj3{font-size:1rem;opacity:.7}.page_cardTitle__E23Dp{font-family:var(--font-display,serif);font-size:1.125rem;font-weight:600;margin-bottom:var(--space-sm,.5rem);line-height:1.3;color:var(--color-text,#1a1814)}.page_cardSummary__mBani{font-size:.9375rem;color:var(--color-text-secondary,#5c5549);margin-bottom:var(--space-md,1rem);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.page_cardMeta__6LcRp{margin-top:auto;justify-content:space-between;font-size:.8125rem;color:var(--color-text-muted)}.page_cardActions__n3Iu5,.page_cardMeta__6LcRp{padding-top:var(--space-md);border-top:1px solid var(--color-border);display:flex}.page_cardActions__n3Iu5{gap:var(--space-sm);margin-top:var(--space-md)}.page_actionButton__6H70S{flex:1 1;padding:var(--space-xs) var(--space-sm);background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.8125rem;font-weight:500;color:var(--color-text);cursor:pointer;transition:all var(--transition-fast);text-align:center;font-family:var(--font-body)}.page_actionButton__6H70S:hover{background:var(--color-primary-subtle);border-color:var(--color-primary);color:var(--color-primary)}.page_actionButton__6H70S:active{transform:scale(.98)}.page_pagination__WEpsM{display:flex;justify-content:center;align-items:center;gap:var(--space-lg);margin-top:var(--space-2xl);padding-top:var(--space-xl);border-top:1px solid var(--color-border)}.page_pageInfo__fo3F5{font-size:.9375rem;color:var(--color-text-secondary);font-weight:500}@media (max-width:768px){.page_page__M3sbZ{padding:var(--space-lg)}.page_createActions__wUzoK{top:70px;right:16px}.page_createBtn__0LitA{padding:.5rem;font-size:1rem;min-width:40px}.page_header__z1UGj{gap:var(--space-lg)}.page_header__z1UGj,.page_searchBar__v2oOF{flex-direction:column}.page_filters__n01wP{overflow-x:auto;padding-bottom:var(--space-md);margin-bottom:var(--space-lg)}.page_grid__XAP7K{grid-template-columns:1fr}.page_pagination__WEpsM{flex-direction:column;gap:var(--space-md)}}.dashboard_layout__OU1Qy{display:flex;min-height:100vh}.dashboard_loadingContainer__sqs0o{display:flex;align-items:center;justify-content:center;min-height:100vh}.dashboard_authPromptWrapper__ENXcy{min-height:100vh;display:flex;flex-direction:column}.dashboard_authPromptMain__EwgYc{flex:1 1;display:flex;flex-direction:column;padding-top:60px;min-height:0}.dashboard_authPrompt__eQtek{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-lg);text-align:center;padding:var(--space-xl);min-height:0}.dashboard_authPromptActions__WSKL4{display:flex;gap:1rem;justify-content:center}.dashboard_authPrompt__eQtek h2{font-family:var(--font-display)}.dashboard_authPrompt__eQtek p{color:var(--color-text-secondary);margin-bottom:0}.dashboard_sidebar__25lmX{width:260px;background:var(--color-bg-elevated);border-right:1px solid var(--color-border);display:flex;flex-direction:column;position:fixed;top:0;left:0;height:100vh;z-index:100;overflow:visible}.dashboard_sidebarHeader__4JRAH{padding:var(--space-lg);border-bottom:1px solid var(--color-border)}.dashboard_logo__TfXnV{display:flex;align-items:center;flex-shrink:0;text-decoration:none;color:var(--color-text)}.dashboard_logoIcon__7yGSl{font-size:1.5rem}.dashboard_logoText__thd8a{font-family:var(--font-display);font-size:1.25rem;font-weight:700}.dashboard_nav__uwTGm{flex:1 1;padding:var(--space-md);display:flex;flex-direction:column;gap:var(--space-xs)}.dashboard_navItem__dmXrG{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);color:var(--color-text-secondary);text-decoration:none;font-weight:500;transition:all var(--transition-fast)}.dashboard_navItem__dmXrG:hover{background:var(--color-bg-subtle);color:var(--color-text)}.dashboard_navItemActive__F4RPW,.dashboard_navItemActive__F4RPW:hover{background:var(--color-primary-subtle);color:var(--color-primary)}.dashboard_navIcon__Afop_{font-size:1rem;width:1.25rem;flex-shrink:0}.dashboard_navLabel__CGp8o{font-size:.9375rem}.dashboard_sidebarFooter__ydCjy{position:relative;z-index:2;padding:var(--space-md) var(--space-lg);border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:var(--space-md);min-width:0;max-width:100%}.dashboard_footerActions__LBJhv{display:flex;align-items:center;gap:var(--space-sm)}.dashboard_userSection__mHQtp{display:flex;align-items:center;gap:var(--space-md)}.dashboard_userName__JBU5E{font-size:.875rem;font-weight:500;color:var(--color-text-secondary)}.dashboard_main__6jQ_n{flex:1 1;margin-left:260px;min-height:100vh;background:var(--color-bg);overflow-x:hidden;max-width:100vw}.dashboard_closeSidebar__HMWYt,.dashboard_mobileHeader__syYmj,.dashboard_overlay__gpOzh{display:none}@media (max-width:768px){.dashboard_mobileHeader__syYmj{display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;height:56px;padding:0 var(--space-md);background:var(--color-bg-elevated);border-bottom:1px solid var(--color-border);z-index:200}.dashboard_menuToggle__uQzf8{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;font-size:1.5rem;color:var(--color-text);cursor:pointer;border-radius:var(--radius-md);transition:background var(--transition-fast)}.dashboard_menuToggle__uQzf8:hover{background:var(--color-bg-subtle)}.dashboard_mobileLogo__hTh7z{display:flex;align-items:center;flex-shrink:0;text-decoration:none;color:var(--color-text)}.dashboard_mobileActions__UQApE{display:flex;align-items:center;gap:var(--space-sm)}.dashboard_overlay__gpOzh{display:block;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:150;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.dashboard_sidebar__25lmX{transform:translateX(-100%);transition:transform .3s ease;z-index:250}.dashboard_sidebarOpen__WDXWz{transform:translateX(0)}.dashboard_sidebarHeader__4JRAH{display:flex;align-items:center;justify-content:space-between}.dashboard_closeSidebar__HMWYt{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;font-size:1.25rem;color:var(--color-text-secondary);cursor:pointer;border-radius:var(--radius-md);transition:all var(--transition-fast)}.dashboard_closeSidebar__HMWYt:hover{background:var(--color-bg-subtle);color:var(--color-text)}.dashboard_main__6jQ_n{margin-left:0;width:100%;padding-top:56px}}.new-product_page__Yw4UR{max-width:800px;margin:0 auto;padding:var(--space-xl) var(--space-2xl)}.new-product_header__SdYKo{margin-bottom:var(--space-xl)}.new-product_backLink__PqEsv{display:inline-block;color:var(--color-text-secondary);text-decoration:none;font-size:.875rem;margin-bottom:var(--space-md);transition:color var(--transition-fast)}.new-product_backLink__PqEsv:hover{color:var(--color-primary)}.new-product_header__SdYKo h1{font-size:1.75rem;font-weight:700;margin:0 0 var(--space-sm)}.new-product_subtitle__yfjdW{color:var(--color-text-secondary);margin:0}.new-product_form__Dlqph{display:flex;flex-direction:column;gap:var(--space-lg)}.new-product_errorBanner__uDsKQ{display:flex;align-items:flex-start;gap:var(--space-sm);padding:var(--space-md);background:var(--color-error-subtle,rgba(239,68,68,.1));border:1px solid var(--color-error);border-radius:var(--radius-md);color:var(--color-error)}.new-product_errorBanner__uDsKQ p{margin:0;flex:1 1}.new-product_section__NSvaB{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-lg)}.new-product_sectionTitle__1TaLK{font-size:1rem;font-weight:600;color:var(--color-text);margin:0 0 var(--space-lg);display:flex;align-items:center;gap:var(--space-sm)}.new-product_optional__2419L{font-size:.75rem;font-weight:400;color:var(--color-text-muted)}.new-product_sectionDescription__EfMsb{font-size:.875rem;color:var(--color-text-secondary);margin:0 0 var(--space-lg);line-height:1.5}.new-product_sectionToggle__qfNjy{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:none;cursor:pointer;padding:0;text-align:left}.new-product_sectionToggle__qfNjy:hover .new-product_sectionTitle__1TaLK{color:var(--color-primary)}.new-product_toggleIcon__I_SOV{font-size:1.5rem;color:var(--color-text-muted);font-weight:300;line-height:1}.new-product_collapsibleContent__tPFKL{margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--color-border)}.new-product_fieldGroup__FEp8q{display:flex;flex-direction:column;gap:var(--space-xs);margin-bottom:var(--space-lg)}.new-product_fieldGroup__FEp8q:last-child{margin-bottom:0}.new-product_fieldRow__9BtPh{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:var(--space-md);gap:var(--space-md);margin-bottom:var(--space-lg)}.new-product_fieldRow__9BtPh .new-product_fieldGroup__FEp8q,.new-product_fieldRow__9BtPh:last-child{margin-bottom:0}.new-product_label__s5YjD{font-size:.875rem;font-weight:500;color:var(--color-text)}.new-product_required__3H7x4{color:var(--color-error)}.new-product_hint__L0CkY{font-size:.75rem;color:var(--color-text-muted)}.new-product_input__Hz71c,.new-product_select___HBzM,.new-product_textarea__Sj05l{padding:var(--space-sm) var(--space-md);font-family:var(--font-body);font-size:.9375rem;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:all var(--transition-fast)}.new-product_input__Hz71c:focus,.new-product_select___HBzM:focus,.new-product_textarea__Sj05l:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-subtle)}.new-product_input__Hz71c:disabled,.new-product_select___HBzM:disabled,.new-product_textarea__Sj05l:disabled{opacity:.6;cursor:not-allowed}.new-product_textarea__Sj05l{resize:vertical;min-height:100px}.new-product_select___HBzM{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M3 4.5L6 7.5L9 4.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.new-product_imagePreview__pF3ix{margin-top:var(--space-sm);border-radius:var(--radius-md);overflow:hidden;background:var(--color-bg-subtle);max-width:300px}.new-product_imagePreview__pF3ix img{width:100%;height:auto;display:block}.new-product_checkboxGroup__eSuB_{display:flex;flex-direction:column;gap:var(--space-md)}.new-product_checkbox__gyRiX{display:flex;align-items:flex-start;gap:var(--space-md);cursor:pointer}.new-product_checkbox__gyRiX input{margin-top:4px;width:18px;height:18px;accent-color:var(--color-primary);cursor:pointer}.new-product_checkboxLabel__FhHLz{display:flex;flex-direction:column;gap:2px}.new-product_checkboxLabel__FhHLz strong{font-size:.9375rem;font-weight:600;color:var(--color-text)}.new-product_checkboxLabel__FhHLz span{font-size:.8125rem;color:var(--color-text-muted)}.new-product_affiliateNote__9q6Qk{display:flex;gap:var(--space-sm);padding:var(--space-md);background:var(--color-info-subtle,rgba(59,130,246,.1));border-radius:var(--radius-md);margin-top:var(--space-lg)}.new-product_affiliateNote__9q6Qk span{font-size:1.125rem;flex-shrink:0}.new-product_affiliateNote__9q6Qk p{margin:0;font-size:.8125rem;color:var(--color-text-secondary);line-height:1.5}.new-product_specsList__TDOqV{display:flex;flex-direction:column;gap:var(--space-sm);margin-bottom:var(--space-md)}.new-product_specRow__q_kck{display:grid;grid-template-columns:1fr 1fr auto;grid-gap:var(--space-sm);gap:var(--space-sm);align-items:center}.new-product_removeSpecBtn__AGo5X{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-muted);cursor:pointer;font-size:1.25rem;transition:all var(--transition-fast)}.new-product_removeSpecBtn__AGo5X:hover{background:var(--color-error-subtle,rgba(239,68,68,.1));border-color:var(--color-error);color:var(--color-error)}.new-product_addSpecBtn__nBTuD{display:inline-flex;align-items:center;gap:var(--space-xs);padding:var(--space-sm) var(--space-md);background:var(--color-bg-subtle);border:1px dashed var(--color-border);border-radius:var(--radius-md);color:var(--color-text-secondary);font-size:.875rem;cursor:pointer;transition:all var(--transition-fast)}.new-product_addSpecBtn__nBTuD:hover{background:var(--color-primary-subtle);border-color:var(--color-primary);color:var(--color-primary)}.new-product_actions__TBWnh{display:flex;justify-content:flex-end;gap:var(--space-md);padding-top:var(--space-lg);border-top:1px solid var(--color-border);margin-top:var(--space-lg)}.new-product_headerTop__P8o8e{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-md)}.new-product_aiAssistantBtn__yYZiM{display:inline-flex;align-items:center;gap:var(--space-xs);padding:var(--space-sm) var(--space-md);background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:var(--radius-md);color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast);box-shadow:0 2px 8px rgba(102,126,234,.3)}.new-product_aiAssistantBtn__yYZiM:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.new-product_modalOverlay__MlVhB{position:fixed;inset:0;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--space-lg)}.new-product_modal__SOiI0{background:var(--color-bg-elevated);border-radius:var(--radius-xl);width:100%;max-width:800px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 24px 48px rgba(0,0,0,.3)}.new-product_modalHeader__K2KxK{display:flex;justify-content:space-between;align-items:flex-start;padding:var(--space-lg) var(--space-xl);border-bottom:1px solid var(--color-border)}.new-product_modalHeader__K2KxK h2{font-size:1.25rem;font-weight:700;margin:0 0 var(--space-xs);display:flex;align-items:center;gap:var(--space-sm)}.new-product_modalSubtitle__S3tJN{font-size:.875rem;color:var(--color-text-secondary);margin:0}.new-product_modalClose__rDpXv{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--color-bg-subtle);border:none;border-radius:var(--radius-md);color:var(--color-text-muted);font-size:1.5rem;cursor:pointer;transition:all var(--transition-fast)}.new-product_modalClose__rDpXv:hover{background:var(--color-error-subtle,rgba(239,68,68,.1));color:var(--color-error)}.new-product_modalContent__s3x5o{flex:1 1;overflow-y:auto;padding:var(--space-lg) var(--space-xl)}.new-product_modalFooter__wLoHs{padding:var(--space-md) var(--space-xl);border-top:1px solid var(--color-border);border-radius:0 0 var(--radius-xl) var(--radius-xl)}.new-product_modalFooter__wLoHs,.new-product_searchSection__6cpg9{display:flex;justify-content:space-between;align-items:center;background:var(--color-bg-subtle)}.new-product_searchSection__6cpg9{gap:var(--space-md);padding:var(--space-md);border-radius:var(--radius-lg);margin-bottom:var(--space-lg)}.new-product_searchInfo__6qzmX{flex:1 1}.new-product_searchInfo__6qzmX p{margin:0;font-size:.875rem;color:var(--color-text-secondary)}.new-product_searchHint__latYI{color:var(--color-warning,#f59e0b)!important}.new-product_searchBtn__vUKRW{display:inline-flex;align-items:center;gap:var(--space-xs);padding:var(--space-sm) var(--space-lg);background:var(--color-primary);border:none;border-radius:var(--radius-md);color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast);white-space:nowrap}.new-product_searchBtn__vUKRW:hover:not(:disabled){background:var(--color-primary-dark,#5a67d8)}.new-product_searchBtn__vUKRW:disabled{opacity:.7;cursor:not-allowed}.new-product_loadingState__SH7jB{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-2xl);text-align:center}.new-product_loadingState__SH7jB p{margin:var(--space-md) 0 0;color:var(--color-text-secondary)}.new-product_loadingHint__rBYLP{font-size:.75rem;color:var(--color-text-muted)!important}.new-product_spinner__8kLm1{width:24px;height:24px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:new-product_spin__rKiqZ .8s linear infinite}@keyframes new-product_spin__rKiqZ{to{transform:rotate(1turn)}}.new-product_productsHeader__oCVc2{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--color-border)}.new-product_productsHeader__oCVc2 span{font-size:.875rem;color:var(--color-text-secondary)}.new-product_productsActions__6Ubbs{display:flex;gap:var(--space-sm)}.new-product_selectBtn__Oou7J{padding:var(--space-xs) var(--space-sm);background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-secondary);font-size:.75rem;cursor:pointer;transition:all var(--transition-fast)}.new-product_selectBtn__Oou7J:hover{background:var(--color-bg-subtle);border-color:var(--color-primary);color:var(--color-primary)}.new-product_productsList__0dRWz{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm)}.new-product_productItem__lCPnx{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-md);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all var(--transition-fast)}.new-product_productItem__lCPnx:hover{border-color:var(--color-primary)}.new-product_productItem__lCPnx.new-product_selected__X8r_F{background:var(--color-primary-subtle);border-color:var(--color-primary)}.new-product_productCheckbox__lN68G{flex-shrink:0}.new-product_productCheckbox__lN68G input{width:18px;height:18px;accent-color:var(--color-primary);cursor:pointer}.new-product_productImage__XT54X{width:64px;height:64px;object-fit:cover;border-radius:var(--radius-md);background:var(--color-bg-subtle);flex-shrink:0}.new-product_productInfo__8_c2Y{flex:1 1;min-width:0}.new-product_productName__x_k23{display:block;font-size:.9375rem;font-weight:600;color:var(--color-text);margin-bottom:var(--space-xs);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.new-product_productMeta__7ABd7{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-bottom:var(--space-xs)}.new-product_productBrand__4ahXD{font-size:.75rem;color:var(--color-text-secondary);background:var(--color-bg-subtle);padding:2px 6px;border-radius:var(--radius-sm)}.new-product_productPrice__vDd3f{font-size:.75rem;color:var(--color-success,#10b981);font-weight:600}.new-product_productRating__xG24G{font-size:.75rem;color:var(--color-warning,#f59e0b)}.new-product_productDesc__2E41P{font-size:.8125rem;color:var(--color-text-muted);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.new-product_useForFormBtn__tmRvL{flex-shrink:0;padding:var(--space-xs) var(--space-sm);background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-secondary);font-size:.75rem;cursor:pointer;transition:all var(--transition-fast)}.new-product_useForFormBtn__tmRvL:hover{background:var(--color-primary-subtle);border-color:var(--color-primary);color:var(--color-primary)}.new-product_importProgress__gERL9{padding:var(--space-lg);background:var(--color-bg-subtle);border-radius:var(--radius-lg);margin-bottom:var(--space-lg)}.new-product_progressHeader____4ZP{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md);font-weight:600}.new-product_progressIcon__xpINA{font-size:1.25rem}.new-product_progressBar__XbZyt{height:8px;background:var(--color-border);border-radius:var(--radius-full);overflow:hidden}.new-product_progressFill__1DgQh{height:100%;background:linear-gradient(90deg,var(--color-primary) 0,var(--color-success,#10b981) 100%);border-radius:var(--radius-full);transition:width .3s ease}.new-product_dedupSection__p6Lj0{padding:var(--space-lg);background:var(--color-bg-subtle);border-radius:var(--radius-lg)}.new-product_dedupHeader__mVgnH{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-md)}.new-product_dedupHeader__mVgnH h3{font-size:1rem;font-weight:600;margin:0}.new-product_skipDedupBtn___AWC3{padding:var(--space-xs) var(--space-sm);background:var(--color-warning-subtle,rgba(245,158,11,.1));border:1px solid var(--color-warning,#f59e0b);border-radius:var(--radius-md);color:var(--color-warning,#f59e0b);font-size:.75rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast)}.new-product_skipDedupBtn___AWC3:hover{background:var(--color-warning,#f59e0b);color:#fff}.new-product_dedupPrompt__RCdf5{text-align:center;color:var(--color-text-secondary);margin-bottom:var(--space-lg)}.new-product_dedupComparison__uyiq7{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-md);gap:var(--space-md);margin-bottom:var(--space-lg)}.new-product_dedupCard__U02_u{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-md);text-align:center}.new-product_dedupImage__MS3u8{width:100%;max-width:120px;height:120px;object-fit:cover;border-radius:var(--radius-md);margin-bottom:var(--space-md)}.new-product_dedupInfo__rr5uJ{display:flex;flex-direction:column;gap:var(--space-xs)}.new-product_dedupInfo__rr5uJ strong{font-size:.875rem}.new-product_dedupBrand__FWFKV{font-size:.75rem;color:var(--color-text-secondary)}.new-product_dedupPrice__G6NIp{font-size:.875rem;color:var(--color-success,#10b981);font-weight:600}.new-product_dedupActions__UXAVK{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-md);gap:var(--space-md);margin-bottom:var(--space-md)}.new-product_dedupBtnDifferent__294Ut,.new-product_dedupBtnSame__ucmpk{padding:var(--space-md);border:none;border-radius:var(--radius-lg);font-size:.9375rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast)}.new-product_dedupBtnSame__ucmpk{background:var(--color-success-subtle,rgba(16,185,129,.1));color:var(--color-success,#10b981);border:1px solid var(--color-success,#10b981)}.new-product_dedupBtnSame__ucmpk:hover{background:var(--color-success,#10b981);color:#fff}.new-product_dedupBtnDifferent__294Ut{background:var(--color-primary-subtle);color:var(--color-primary);border:1px solid var(--color-primary)}.new-product_dedupBtnDifferent__294Ut:hover{background:var(--color-primary);color:#fff}.new-product_cancelDedupBtn__oKM9r{display:block;width:100%;padding:var(--space-sm);background:transparent;border:none;color:var(--color-text-muted);font-size:.875rem;cursor:pointer;transition:color var(--transition-fast)}.new-product_cancelDedupBtn__oKM9r:hover{color:var(--color-text)}.new-product_emptyState__WK7K1{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-2xl);text-align:center}.new-product_emptyIcon__8hu1g{font-size:3rem;margin-bottom:var(--space-md);opacity:.5}.new-product_emptyState__WK7K1 p{margin:0;color:var(--color-text-secondary)}.new-product_emptyHint__MMkBX{font-size:.8125rem;color:var(--color-text-muted)!important;margin-top:var(--space-sm)!important}.new-product_selectedCount__1TWF7{font-size:.875rem;color:var(--color-text-secondary)}.new-product_footerActions___jX_r{display:flex;gap:var(--space-md)}.new-product_cancelBtn__he7lp{padding:var(--space-sm) var(--space-lg);background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-secondary);font-size:.875rem;cursor:pointer;transition:all var(--transition-fast)}.new-product_cancelBtn__he7lp:hover{background:var(--color-bg-subtle);border-color:var(--color-text-muted)}.new-product_importBtn__uU8Gn{padding:var(--space-sm) var(--space-lg);background:var(--color-primary);border:none;border-radius:var(--radius-md);color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast)}.new-product_importBtn__uU8Gn:hover:not(:disabled){background:var(--color-primary-dark,#5a67d8)}.new-product_importBtn__uU8Gn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.new-product_page__Yw4UR{padding:var(--space-lg)}.new-product_headerTop__P8o8e{flex-direction:column;align-items:flex-start;gap:var(--space-sm)}.new-product_aiAssistantBtn__yYZiM{align-self:flex-start}.new-product_fieldRow__9BtPh{grid-template-columns:1fr}.new-product_specRow__q_kck{grid-template-columns:1fr;gap:var(--space-xs)}.new-product_specRow__q_kck .new-product_removeSpecBtn__AGo5X{justify-self:end}.new-product_actions__TBWnh{flex-direction:column}.new-product_actions__TBWnh .new-product_btn__S9hLH{width:100%;justify-content:center}.new-product_modal__SOiI0{max-height:95vh;margin:var(--space-sm)}.new-product_modalContent__s3x5o,.new-product_modalHeader__K2KxK{padding:var(--space-md)}.new-product_modalFooter__wLoHs{padding:var(--space-md);flex-direction:column;gap:var(--space-md)}.new-product_footerActions___jX_r{width:100%}.new-product_cancelBtn__he7lp,.new-product_importBtn__uU8Gn{flex:1 1}.new-product_searchSection__6cpg9{flex-direction:column;align-items:stretch}.new-product_productItem__lCPnx{flex-wrap:wrap}.new-product_productImage__XT54X{width:48px;height:48px}.new-product_dedupComparison__uyiq7{grid-template-columns:1fr}}@media (max-width:480px){.new-product_page__Yw4UR{padding:var(--space-md)}.new-product_header__SdYKo h1{font-size:1.375rem}.new-product_section__NSvaB h2{font-size:1.125rem}}