.AuthModal-module__TzIbfa__overlay{z-index:60;background:#00000059;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.AuthModal-module__TzIbfa__modal{width:min(420px,100vw - 32px);max-height:min(720px,100dvh - 32px);padding:16px;padding-top:max(16px, env(safe-area-inset-top,0px));padding-bottom:max(16px, env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch;background:#fff;border-radius:10px;overflow:auto;box-shadow:0 18px 48px #0000002e}.AuthModal-module__TzIbfa__pagePanel{border:1px solid var(--pc-border);background:linear-gradient(#fff 0%,#f8fafc 100%);border-radius:8px;width:100%;padding:24px;box-shadow:0 18px 42px #0f172a14}.AuthModal-module__TzIbfa__pageSubtitle{color:var(--pc-muted);margin:4px 0 0;font-size:13px;line-height:1.45}.AuthModal-module__TzIbfa__headerRow{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.AuthModal-module__TzIbfa__title{font-size:22px;font-weight:700}.AuthModal-module__TzIbfa__closeButton{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;margin:-8px -8px -8px 0;font-size:18px;display:inline-flex}.AuthModal-module__TzIbfa__sectionCard{background:#fff;border:1px solid #e6e6e6;border-radius:12px;padding:18px}.AuthModal-module__TzIbfa__authPageGrid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:28px;display:grid}.AuthModal-module__TzIbfa__authIntroCard,.AuthModal-module__TzIbfa__authFormColumn .AuthModal-module__TzIbfa__sectionCard{width:min(100%,440px)}.AuthModal-module__TzIbfa__authIntroCard{justify-self:center;padding:10px 0}.AuthModal-module__TzIbfa__authIntroList{color:var(--pc-muted-2);gap:12px;font-size:14px;line-height:1.35;display:grid}.AuthModal-module__TzIbfa__authIntroList>div{padding-left:18px;position:relative}.AuthModal-module__TzIbfa__authIntroList>div:before{background:var(--pc-primary);content:"";border-radius:999px;width:6px;height:6px;position:absolute;top:.58em;left:0}.AuthModal-module__TzIbfa__authFormColumn{justify-content:center;min-width:0;display:flex}.AuthModal-module__TzIbfa__tabs{border:1px solid var(--pc-border);background:#fff;border-radius:8px;gap:4px;margin-bottom:16px;padding:3px;display:flex}.AuthModal-module__TzIbfa__tabButton{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;flex:1;height:34px;padding:0 12px;font-size:12px;font-weight:850}.AuthModal-module__TzIbfa__tabActive{color:#fff;background:#111;border-color:#111}.AuthModal-module__TzIbfa__field{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.AuthModal-module__TzIbfa__label{color:#333;font-size:12px;font-weight:750}.AuthModal-module__TzIbfa__input{border:1px solid #d6d6d6;border-radius:8px;height:40px;padding:0 12px;font-size:14px}.AuthModal-module__TzIbfa__actions{justify-content:flex-end;gap:12px;margin-top:12px;display:flex}.AuthModal-module__TzIbfa__button{color:#fff;cursor:pointer;background:#111;border:1px solid #111;border-radius:8px;min-width:120px;height:38px;padding:0 10px;font-size:13px;font-weight:600}.AuthModal-module__TzIbfa__button:hover{border-color:var(--pc-primary-strong);background:var(--pc-primary-strong)}.AuthModal-module__TzIbfa__buttonSecondary{color:#111;cursor:pointer;background:#fff;border:1px solid #d6d6d6;border-radius:10px;height:30px;padding:0 10px;font-size:12px;font-weight:600}.AuthModal-module__TzIbfa__googleButton{color:#111;cursor:pointer;background:#fff;border:1px solid #d6d6d6;border-radius:8px;width:100%;height:38px;margin-top:10px;padding:0 10px;font-size:13px;font-weight:600}.AuthModal-module__TzIbfa__linkButton{color:#111;cursor:pointer;text-align:left;background:0 0;border:none;margin-top:2px;margin-bottom:4px;padding:0;font-size:12px}.AuthModal-module__TzIbfa__error{color:#b00020;margin-top:6px;font-size:11px}.AuthModal-module__TzIbfa__success{color:#1d4ed8;margin-top:6px;font-size:11px}@media (max-width:640px){.AuthModal-module__TzIbfa__pagePanel{padding:18px}.AuthModal-module__TzIbfa__headerRow{align-items:flex-start}.AuthModal-module__TzIbfa__tabButton{min-height:44px;padding:0 14px}.AuthModal-module__TzIbfa__input,.AuthModal-module__TzIbfa__button,.AuthModal-module__TzIbfa__buttonSecondary,.AuthModal-module__TzIbfa__googleButton{min-height:44px}}@media (max-width:860px){.AuthModal-module__TzIbfa__authPageGrid{grid-template-columns:1fr}.AuthModal-module__TzIbfa__authIntroCard,.AuthModal-module__TzIbfa__authFormColumn .AuthModal-module__TzIbfa__sectionCard{width:100%}}.AuthModal-module__TzIbfa__overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a6b}.AuthModal-module__TzIbfa__modal{border:1px solid var(--pc-border);background:#fff;box-shadow:0 22px 54px #0f172a29}@media (max-width:640px){.AuthModal-module__TzIbfa__overlay{padding:12px;padding-top:max(12px, env(safe-area-inset-top,0px));align-items:flex-start}.AuthModal-module__TzIbfa__modal{width:100%;max-height:calc(100dvh - 24px)}}.AuthModal-module__TzIbfa__title{color:var(--pc-text);font-weight:800}.AuthModal-module__TzIbfa__sectionCard{border-color:var(--pc-border);background:var(--pc-surface-soft);border-radius:8px}.AuthModal-module__TzIbfa__tabButton,.AuthModal-module__TzIbfa__buttonSecondary,.AuthModal-module__TzIbfa__googleButton{border-color:var(--pc-border-strong);color:var(--pc-text);border-radius:7px}.AuthModal-module__TzIbfa__tabButton:hover,.AuthModal-module__TzIbfa__buttonSecondary:hover,.AuthModal-module__TzIbfa__googleButton:hover{border-color:var(--pc-primary);background:var(--pc-primary-soft);color:var(--pc-primary-strong)}.AuthModal-module__TzIbfa__tabActive,.AuthModal-module__TzIbfa__button{border-color:var(--pc-primary);background:var(--pc-primary);color:#fff;border-radius:7px}.AuthModal-module__TzIbfa__input{border-color:var(--pc-border-strong);color:var(--pc-text);background:#f8fafc;border-radius:7px}.AuthModal-module__TzIbfa__input:focus{border-color:var(--pc-primary);outline:3px solid #2563eb24}.AuthModal-module__TzIbfa__label,.AuthModal-module__TzIbfa__linkButton{color:var(--pc-muted)}.AuthModal-module__TzIbfa__error{color:var(--pc-danger)}.AuthModal-module__TzIbfa__authPageGrid{align-items:center}.AuthModal-module__TzIbfa__authIntroCard,.AuthModal-module__TzIbfa__authFormColumn{align-self:center}.AuthModal-module__TzIbfa__sectionCard{box-shadow:none;background:#fffffff5}.AuthModal-module__TzIbfa__tabButton,.AuthModal-module__TzIbfa__button,.AuthModal-module__TzIbfa__buttonSecondary,.AuthModal-module__TzIbfa__googleButton,.AuthModal-module__TzIbfa__input{border-radius:8px}.AuthModal-module__TzIbfa__button:hover,.AuthModal-module__TzIbfa__tabActive:hover{transform:translateY(-1px)}.AuthModal-module__TzIbfa__buttonSecondary,.AuthModal-module__TzIbfa__googleButton{background:#fff}.AuthModal-module__TzIbfa__error,.AuthModal-module__TzIbfa__success{border-radius:8px;padding:12px 14px;font-weight:760;line-height:1.45}.AuthModal-module__TzIbfa__error{color:#9b1c1c;background:#fff5f5;border:1px solid #efcaca}.AuthModal-module__TzIbfa__success{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.AuthModal-module__TzIbfa__pagePanel{background:radial-gradient(circle at 0 0,#2563eb09,#0000 24rem),#fff;box-shadow:0 1px 2px #0f172a0a}.AuthModal-module__TzIbfa__modal,.AuthModal-module__TzIbfa__sectionCard{background:#fff;border-color:#e5e7eb;box-shadow:0 1px 2px #0f172a0a}.AuthModal-module__TzIbfa__input{background:#fff;border-color:#d1d5db}.AuthModal-module__TzIbfa__input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.AuthModal-module__TzIbfa__pagePanel,.AuthModal-module__TzIbfa__modal,.AuthModal-module__TzIbfa__sectionCard{border-radius:var(--pc-radius)}.AuthModal-module__TzIbfa__button,.AuthModal-module__TzIbfa__buttonSecondary,.AuthModal-module__TzIbfa__googleButton,.AuthModal-module__TzIbfa__tabButton,.AuthModal-module__TzIbfa__input{min-height:var(--pc-control-height);border-radius:var(--pc-radius-sm)}.AuthModal-module__TzIbfa__button,.AuthModal-module__TzIbfa__buttonSecondary,.AuthModal-module__TzIbfa__googleButton,.AuthModal-module__TzIbfa__tabButton{font-weight:850}.AuthModal-module__TzIbfa__button,.AuthModal-module__TzIbfa__tabActive{box-shadow:0 1px 2px #0f172a14}
.LoadingSpinner-module__56kcka__spinner{border:2px solid #2563eb2e;border-top-color:var(--pc-accent,#2563eb);vertical-align:-3px;border-radius:999px;flex:none;width:18px;height:18px;animation:.7s linear infinite LoadingSpinner-module__56kcka__spin;display:inline-block}.LoadingSpinner-module__56kcka__small{border-width:2px;width:14px;height:14px}.LoadingSpinner-module__56kcka__large{border-width:3px;width:26px;height:26px}.LoadingSpinner-module__56kcka__light{border-color:#fff #ffffff59 #ffffff59}.LoadingSpinner-module__56kcka__inline{color:inherit;align-items:center;gap:8px;display:inline-flex}.LoadingSpinner-module__56kcka__center{width:100%;min-height:44px;color:var(--pc-muted,#4b5563);justify-content:center;align-items:center;gap:10px;font-size:14px;font-weight:700;display:flex}@keyframes LoadingSpinner-module__56kcka__spin{to{transform:rotate(360deg)}}
.ActionFeedback-module___CJ2KG__actionButtonContent{justify-content:center;align-items:center;display:inline-flex}.ActionFeedback-module___CJ2KG__successContent{justify-content:center;align-items:center;gap:6px;display:inline-flex}.ActionFeedback-module___CJ2KG__feedback{margin-top:6px;font-size:12px;font-weight:700;line-height:1.4}.ActionFeedback-module___CJ2KG__feedbackSuccess{color:#166534}.ActionFeedback-module___CJ2KG__feedbackError{color:#b91c1c}
.ContentLoadingState-module__f51cHW__state{gap:14px;width:100%;min-height:168px;display:grid;position:relative}.ContentLoadingState-module__f51cHW__status{color:var(--pc-muted,#667085);pointer-events:none;z-index:2;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex;position:absolute;inset:0}.ContentLoadingState-module__f51cHW__grid{grid-template-columns:repeat(3,minmax(0,1fr));align-content:center;gap:10px;display:grid}.ContentLoadingState-module__f51cHW__table,.ContentLoadingState-module__f51cHW__form{align-content:center;gap:10px;display:grid}.ContentLoadingState-module__f51cHW__row,.ContentLoadingState-module__f51cHW__card,.ContentLoadingState-module__f51cHW__field{position:relative;overflow:hidden}.ContentLoadingState-module__f51cHW__row:after,.ContentLoadingState-module__f51cHW__card:after,.ContentLoadingState-module__f51cHW__field:after{content:"";background:linear-gradient(90deg,#0000,#ffffffbf,#0000);animation:1.15s infinite ContentLoadingState-module__f51cHW__shimmer;position:absolute;inset:0;transform:translate(-100%)}.ContentLoadingState-module__f51cHW__row{background:#eef2f7;border-radius:6px;height:48px}.ContentLoadingState-module__f51cHW__card{background:#eef2f7;border-radius:8px;height:112px}.ContentLoadingState-module__f51cHW__form{grid-template-columns:repeat(2,minmax(0,1fr))}.ContentLoadingState-module__f51cHW__field{background:#eef2f7;border-radius:6px;height:44px}.ContentLoadingState-module__f51cHW__compact{min-height:112px}@keyframes ContentLoadingState-module__f51cHW__shimmer{to{transform:translate(100%)}}@media (max-width:640px){.ContentLoadingState-module__f51cHW__grid,.ContentLoadingState-module__f51cHW__form{grid-template-columns:1fr}.ContentLoadingState-module__f51cHW__grid .ContentLoadingState-module__f51cHW__card:nth-child(n+3),.ContentLoadingState-module__f51cHW__form .ContentLoadingState-module__f51cHW__field:nth-child(n+4){display:none}}@media (prefers-reduced-motion:reduce){.ContentLoadingState-module__f51cHW__row:after,.ContentLoadingState-module__f51cHW__card:after,.ContentLoadingState-module__f51cHW__field:after{animation:none}}
.ConfirmDialog-module__6tZsAq__backdrop{z-index:1000;background:#11182747;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.ConfirmDialog-module__6tZsAq__panel{border:1px solid var(--pc-border);background:var(--pc-surface);border-radius:14px;width:min(420px,100%);padding:22px;box-shadow:0 24px 70px #0f172a2e}.ConfirmDialog-module__6tZsAq__title{color:var(--pc-ink);margin:0 0 10px;font-size:1.15rem;font-weight:800}.ConfirmDialog-module__6tZsAq__message{color:var(--pc-muted);margin:0;line-height:1.55}.ConfirmDialog-module__6tZsAq__actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.ConfirmDialog-module__6tZsAq__button{border:1px solid var(--pc-border);background:var(--pc-surface);min-height:42px;color:var(--pc-ink);font:inherit;cursor:pointer;border-radius:10px;padding:0 18px;font-weight:800}.ConfirmDialog-module__6tZsAq__primary{border-color:var(--pc-danger);background:var(--pc-danger);color:#fff}
.IconActionButton-module__EymAiW__button{color:#344054;cursor:pointer;background:0 0;border:1px solid #d7dce5;border-radius:6px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:background-color .14s,border-color .14s,color .14s;display:inline-flex}.IconActionButton-module__EymAiW__button:hover:not(:disabled){color:#172033;background:#f4f6fa;border-color:#aeb8c8}.IconActionButton-module__EymAiW__button:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.IconActionButton-module__EymAiW__danger{color:#b42318}.IconActionButton-module__EymAiW__danger:hover:not(:disabled){color:#912018;background:#fff1f0;border-color:#f2aaa4}.IconActionButton-module__EymAiW__button:disabled{cursor:not-allowed;opacity:.48}.IconActionButton-module__EymAiW__spinner{animation:.8s linear infinite IconActionButton-module__EymAiW__spin}@keyframes IconActionButton-module__EymAiW__spin{to{transform:rotate(360deg)}}@media (max-width:700px){.IconActionButton-module__EymAiW__button{width:44px;height:44px}}
.Pagination-module__ofJG3G__pagination{justify-content:center;align-items:center;gap:6px;width:100%;margin-top:18px;display:flex}.Pagination-module__ofJG3G__page,.Pagination-module__ofJG3G__nav,.Pagination-module__ofJG3G__ellipsis{min-width:36px;height:36px;font:inherit;border-radius:6px;justify-content:center;align-items:center;font-size:14px;line-height:1;display:inline-flex}.Pagination-module__ofJG3G__page,.Pagination-module__ofJG3G__nav{border:1px solid var(--border,#d8dee8);color:var(--text,#182033);cursor:pointer;background:#fff;text-decoration:none}.Pagination-module__ofJG3G__nav{min-width:64px;padding:0 12px}.Pagination-module__ofJG3G__page:hover,.Pagination-module__ofJG3G__nav:hover{border-color:var(--primary,#2563eb);color:var(--primary,#2563eb)}.Pagination-module__ofJG3G__active{border-color:var(--primary,#2563eb);background:var(--primary,#2563eb);color:#fff;font-weight:700}.Pagination-module__ofJG3G__active:hover{color:#fff}.Pagination-module__ofJG3G__disabled{border-color:var(--border,#d8dee8);color:#98a2b3;cursor:default;background:#f5f7fa}.Pagination-module__ofJG3G__ellipsis{color:#667085;min-width:24px}.Pagination-module__ofJG3G__desktopPages{display:contents}.Pagination-module__ofJG3G__mobilePages{display:none}@media (max-width:640px){.Pagination-module__ofJG3G__pagination{gap:4px}.Pagination-module__ofJG3G__desktopPages{display:none}.Pagination-module__ofJG3G__mobilePages{display:contents}.Pagination-module__ofJG3G__page,.Pagination-module__ofJG3G__nav,.Pagination-module__ofJG3G__ellipsis{min-width:40px;height:44px}.Pagination-module__ofJG3G__nav{min-width:58px;padding:0 9px}}
.print-page-module__B9fTbG__mobileOnly{display:none}.print-page-module__B9fTbG__desktopOnly{display:block}.print-page-module__B9fTbG__mobilePage{background:radial-gradient(circle at 0 0,#2563eb14,#0000 34%),#f4f8f6;justify-content:center;align-items:center;min-height:100dvh;padding:22px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica,sans-serif;display:flex}.print-page-module__B9fTbG__noticeCard{background:#fff;border:1px solid #d9e5e0;border-radius:16px;width:100%;max-width:430px;padding:24px;box-shadow:0 18px 48px #0f172a1f}.print-page-module__B9fTbG__badge{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;width:fit-content;padding:8px 10px;font-size:12px;font-weight:900;line-height:1}.print-page-module__B9fTbG__noticeCard h1{color:#111827;letter-spacing:0;margin:18px 0 10px;font-size:28px;line-height:1.12}.print-page-module__B9fTbG__noticeCard p{color:#4b5563;margin:0;font-size:16px;line-height:1.45}.print-page-module__B9fTbG__actions{gap:10px;margin-top:22px;display:grid}.print-page-module__B9fTbG__actions a{color:#111827;text-align:center;background:#fff;border:1px solid #cfdcd7;border-radius:10px;justify-content:center;align-items:center;min-height:48px;font-size:15px;font-weight:850;text-decoration:none;display:flex}.print-page-module__B9fTbG__actions a:first-child{color:#fff;background:#2563eb;border-color:#2563eb}@media (max-width:767px){.print-page-module__B9fTbG__mobileOnly{display:block}.print-page-module__B9fTbG__desktopOnly{display:none}}
.ProductPageHeader-module__w0A03a__header{background:#fffffff5;border:1px solid #0f172a17;border-radius:10px;grid-template-columns:minmax(0,1fr) auto auto;align-items:end;gap:24px;padding:20px;display:grid;box-shadow:0 1px 2px #0f172a0d}.ProductPageHeader-module__w0A03a__copy{min-width:0}.ProductPageHeader-module__w0A03a__eyebrow{color:#667085;text-transform:uppercase;font-size:10px;font-weight:850}.ProductPageHeader-module__w0A03a__title{color:#111827;margin:5px 0 6px;font-size:24px;font-weight:850;line-height:1.15}.ProductPageHeader-module__w0A03a__description{color:#667085;max-width:620px;margin:0;font-size:13px;line-height:1.45}.ProductPageHeader-module__w0A03a__metrics{grid-template-columns:repeat(3,minmax(84px,1fr));display:grid}.ProductPageHeader-module__w0A03a__metric{border-left:1px solid #e5e7eb;min-width:84px;padding:2px 14px}.ProductPageHeader-module__w0A03a__metric span,.ProductPageHeader-module__w0A03a__metric strong{display:block}.ProductPageHeader-module__w0A03a__metricSkeleton{background:#e8edf4;border-radius:999px;width:42px;height:18px;animation:1.15s ease-in-out infinite ProductPageHeader-module__w0A03a__metricPulse;display:block}@keyframes ProductPageHeader-module__w0A03a__metricPulse{50%{opacity:.5}}.ProductPageHeader-module__w0A03a__metric span{color:#667085;text-transform:uppercase;font-size:10px;font-weight:800}.ProductPageHeader-module__w0A03a__metric strong{color:#111827;overflow-wrap:anywhere;margin-top:7px;font-size:21px;font-weight:850;line-height:1}.ProductPageHeader-module__w0A03a__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}@media (max-width:980px){.ProductPageHeader-module__w0A03a__header{grid-template-columns:minmax(0,1fr) auto;align-items:stretch}.ProductPageHeader-module__w0A03a__actions{grid-column:1/-1;justify-content:flex-start}}@media (max-width:680px){.ProductPageHeader-module__w0A03a__header{grid-template-columns:1fr;padding:16px}.ProductPageHeader-module__w0A03a__title{font-size:22px}.ProductPageHeader-module__w0A03a__metrics{border-top:1px solid #eef0f3;grid-template-columns:repeat(3,minmax(0,1fr));padding-top:14px}.ProductPageHeader-module__w0A03a__metric{min-width:0;padding-inline:10px}.ProductPageHeader-module__w0A03a__metric:first-child{border-left:0;padding-left:0}.ProductPageHeader-module__w0A03a__actions{grid-column:auto}.ProductPageHeader-module__w0A03a__actions>*{flex:auto}}
.tools-module__oCstcq__intro{color:var(--pc-muted);margin:0;font-size:15px;line-height:1.45}.tools-module__oCstcq__workPanel{gap:16px;width:100%;max-width:760px;margin:0 auto;display:grid}.tools-module__oCstcq__workTitle{color:var(--pc-text);text-align:left;margin:0 0 6px;font-size:22px;line-height:1.15}.tools-module__oCstcq__workPanel>div:first-child .tools-module__oCstcq__intro{text-align:left}.tools-module__oCstcq__toolSwitch{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.tools-module__oCstcq__toolSwitch button{border:1px solid var(--pc-border);min-height:38px;color:var(--pc-text);cursor:pointer;background:#fff;border-radius:999px;padding:0 13px;font-size:13px;font-weight:850}.tools-module__oCstcq__toolSwitch button:hover,.tools-module__oCstcq__toolSwitchActive{border-color:var(--pc-primary)!important;color:#2563eb!important;background:#eff6ff!important}.tools-module__oCstcq__uploadBox{border:1px dashed var(--pc-border-strong);background:var(--pc-surface-soft);cursor:pointer;text-align:center;border-radius:8px;justify-items:center;gap:8px;min-height:180px;padding:30px;display:grid}.tools-module__oCstcq__uploadBoxDragging{border-color:var(--pc-primary);background:#eff6ff}.tools-module__oCstcq__uploadBox strong{color:var(--pc-text);font-size:20px;font-weight:900}.tools-module__oCstcq__uploadBox span,.tools-module__oCstcq__uploadBox input{color:var(--pc-muted);font-size:14px}.tools-module__oCstcq__uploadBox input::file-selector-button{border:1px solid var(--pc-border-strong);color:var(--pc-text);cursor:pointer;font:inherit;background:#fff;border-radius:7px;min-height:36px;margin-right:9px;padding:0 12px;font-weight:800}.tools-module__oCstcq__memberNotice{color:#7a5521;background:#f7f4ee;border:1px solid #e7dac5;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:12px;display:flex}.tools-module__oCstcq__memberNotice span{font-size:14px;line-height:1.35}.tools-module__oCstcq__memberNotice a{color:#2563eb;flex-shrink:0;font-size:14px;font-weight:900}.tools-module__oCstcq__fileList{border:1px solid var(--pc-border);border-radius:8px;overflow:hidden}.tools-module__oCstcq__fileList div{border-bottom:1px solid var(--pc-border);justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.tools-module__oCstcq__fileList div:last-child{border-bottom:0}.tools-module__oCstcq__fileList span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.tools-module__oCstcq__fileList em{color:var(--pc-muted);flex-shrink:0;font-size:12px;font-style:normal}.tools-module__oCstcq__conversionPreview{border:1px solid var(--pc-border);border-radius:8px;gap:12px;padding:12px;display:grid}.tools-module__oCstcq__conversionPreviewHeader{justify-content:space-between;align-items:center;gap:10px;display:flex}.tools-module__oCstcq__conversionPreviewHeader strong{color:var(--pc-text);font-size:15px;font-weight:900}.tools-module__oCstcq__conversionPreviewHeader span{color:var(--pc-muted);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.tools-module__oCstcq__conversionPreviewBody{border:1px solid var(--pc-border);border-radius:8px;grid-template-columns:110px minmax(0,1fr);align-items:center;gap:12px;padding:12px;display:grid}.tools-module__oCstcq__conversionPreviewBody div{gap:4px;min-width:0;display:grid}.tools-module__oCstcq__conversionPreviewBody strong{color:var(--pc-text);text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.tools-module__oCstcq__conversionPreviewBody span{color:var(--pc-muted);font-size:13px}.tools-module__oCstcq__conversionPagePreview{aspect-ratio:3/4;border:1px solid var(--pc-border);background:#f5f7f6;border-radius:6px;width:100%;display:block;overflow:hidden}.tools-module__oCstcq__conversionPagePreview img{object-fit:contain;width:100%;height:100%;display:block}.tools-module__oCstcq__wordPreviewIcon{aspect-ratio:3/4;letter-spacing:0;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;justify-content:center;align-items:center;width:100%;font-weight:950;display:flex;color:#2563eb!important;font-size:22px!important}.tools-module__oCstcq__success,.tools-module__oCstcq__error{border-radius:8px;margin:0;padding:12px;font-size:14px;line-height:1.45}.tools-module__oCstcq__success{color:#1d4ed8;background:#eef8f2;border:1px solid #bfdbfe}.tools-module__oCstcq__error{color:#a91f18;background:#fff2f1;border:1px solid #f1c6c3}.tools-module__oCstcq__downloadLink{color:#2563eb;text-align:center;background:#fff;border:1px solid #bfdbfe;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:0 12px;font-size:14px;font-weight:900;text-decoration:none;display:flex}.tools-module__oCstcq__downloadLink:hover{border-color:#2563eb}.tools-module__oCstcq__pageEditor{border:1px solid var(--pc-border);border-radius:8px;gap:12px;padding:12px;display:grid}.tools-module__oCstcq__pageEditorHeader{grid-template-columns:auto minmax(0,1fr) auto;align-items:flex-start;gap:10px;display:grid}.tools-module__oCstcq__pageEditorHeader strong{color:var(--pc-text);font-size:15px;font-weight:900}.tools-module__oCstcq__pageEditorHeader span{color:var(--pc-muted);text-align:right;font-size:13px;line-height:1.35}.tools-module__oCstcq__clearButton{border:1px solid var(--pc-border-strong);min-height:32px;color:var(--pc-text);cursor:pointer;white-space:nowrap;background:#fff;border-radius:999px;padding:0 12px;font-size:12px;font-weight:900}.tools-module__oCstcq__clearButton:hover{color:#a91f18;border-color:#a91f18}.tools-module__oCstcq__pageGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;display:grid}.tools-module__oCstcq__pageTile{border:1px solid var(--pc-border);min-height:220px;color:var(--pc-text);cursor:grab;text-align:center;background:#fff;border-radius:8px;flex-direction:column;justify-content:flex-start;gap:9px;padding:10px;display:flex;position:relative}.tools-module__oCstcq__pageTile:active{cursor:grabbing}.tools-module__oCstcq__pageTile span{font-size:17px;font-weight:900}.tools-module__oCstcq__pageRemoveWrap{justify-content:center;align-items:center;gap:8px;min-height:24px;display:flex}.tools-module__oCstcq__pageRemove{border:1px solid var(--pc-border-strong);color:#a91f18;cursor:pointer;z-index:2;background:#fff;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-weight:900;line-height:1;display:inline-flex;position:absolute;top:7px;right:7px;font-size:18px!important}.tools-module__oCstcq__pageRemove:hover{background:#fff2f1;border-color:#d64b43}.tools-module__oCstcq__pagePreview{aspect-ratio:3/4;border:1px solid var(--pc-border);background:#f5f7f6;border-radius:6px;width:100%;display:block;overflow:hidden}.tools-module__oCstcq__pagePreview img{object-fit:contain;width:100%;height:100%;display:block}.tools-module__oCstcq__pagePreviewLoading{color:var(--pc-muted);justify-content:center;align-items:center;width:100%;height:100%;font-weight:850;display:flex;font-size:12px!important}.tools-module__oCstcq__pageTile em{color:var(--pc-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;font-style:normal;line-height:1.25;display:-webkit-box;overflow:hidden}.tools-module__oCstcq__pageTileDeleted{background:#fff2f1;border-color:#f1c6c3}.tools-module__oCstcq__pageTileDeleted span,.tools-module__oCstcq__pageTileDeleted em{color:#a91f18}.tools-module__oCstcq__workPanel,.tools-module__oCstcq__linksWorkspace{max-width:100%}.tools-module__oCstcq__uploadBox,.tools-module__oCstcq__conversionPreview,.tools-module__oCstcq__conversionPreviewBody,.tools-module__oCstcq__pageEditor,.tools-module__oCstcq__pageTile,.tools-module__oCstcq__fileList,.tools-module__oCstcq__linksPanel,.tools-module__oCstcq__linkDialog input,.tools-module__oCstcq__linkDialog select,.tools-module__oCstcq__linkDialog textarea,.tools-module__oCstcq__downloadLink,.tools-module__oCstcq__memberNotice{border-radius:8px}.tools-module__oCstcq__uploadBox,.tools-module__oCstcq__linksPanel,.tools-module__oCstcq__conversionPreview,.tools-module__oCstcq__pageEditor{background:#fffffff5;box-shadow:0 10px 26px #0f172a0e}.tools-module__oCstcq__uploadBox{border-color:var(--pc-border-strong);min-height:210px}.tools-module__oCstcq__uploadBox:hover,.tools-module__oCstcq__uploadBoxDragging{border-color:var(--pc-primary);background:var(--pc-primary-soft)}.tools-module__oCstcq__toolSwitch button,.tools-module__oCstcq__clearButton,.tools-module__oCstcq__formActions button,.tools-module__oCstcq__addLinkButton,.tools-module__oCstcq__linkActions a,.tools-module__oCstcq__linkActions button,.tools-module__oCstcq__categoryTabs button,.tools-module__oCstcq__downloadLink{border-radius:8px;transition:background .15s,border-color .15s,color .15s,transform .15s}.tools-module__oCstcq__toolSwitchActive,.tools-module__oCstcq__formActions button:first-child,.tools-module__oCstcq__addLinkButton{border-color:var(--pc-primary)!important;background:var(--pc-primary)!important;color:#fff!important}.tools-module__oCstcq__toolSwitch button:hover,.tools-module__oCstcq__clearButton:hover,.tools-module__oCstcq__formActions button:hover,.tools-module__oCstcq__addLinkButton:hover,.tools-module__oCstcq__linkActions a:hover,.tools-module__oCstcq__linkActions button:hover,.tools-module__oCstcq__categoryTabs button:hover,.tools-module__oCstcq__downloadLink:hover{transform:translateY(-1px)}.tools-module__oCstcq__pageTile{min-height:238px;box-shadow:none}.tools-module__oCstcq__pageTile:hover{border-color:var(--pc-primary)}.tools-module__oCstcq__pageRemove{border-radius:999px;box-shadow:0 4px 12px #0f172a1f}.tools-module__oCstcq__success,.tools-module__oCstcq__error{border-radius:8px;font-weight:760}@media (max-width:720px){.tools-module__oCstcq__workPanel,.tools-module__oCstcq__linksWorkspace{max-width:100%}.tools-module__oCstcq__uploadBox{min-height:180px;padding:22px 16px}.tools-module__oCstcq__conversionPreviewBody{grid-template-columns:86px minmax(0,1fr)}}.tools-module__oCstcq__linksWorkspace{gap:16px;display:grid}.tools-module__oCstcq__linksPanel{border:1px solid var(--pc-border);background:#fff;border-radius:8px;gap:16px;padding:16px;display:grid}.tools-module__oCstcq__linksHeader h2{color:var(--pc-text);margin:0;font-size:20px;line-height:1.15}.tools-module__oCstcq__linkDialog label{color:var(--pc-text);gap:6px;font-size:13px;font-weight:850;display:grid}.tools-module__oCstcq__linkDialog input,.tools-module__oCstcq__linkDialog select,.tools-module__oCstcq__linkDialog textarea{border:1px solid var(--pc-border-strong);min-height:42px;color:var(--pc-text);font:inherit;background:#fff;border-radius:8px;width:100%;padding:0 12px;font-weight:650}.tools-module__oCstcq__linkDialog textarea{resize:vertical;min-height:86px;padding:10px 12px}.tools-module__oCstcq__pinRow{align-items:center;gap:9px!important;display:flex!important}.tools-module__oCstcq__pinRow input{width:18px;height:18px;min-height:0}.tools-module__oCstcq__formActions{justify-content:flex-end;gap:8px;display:flex}.tools-module__oCstcq__formActions button,.tools-module__oCstcq__addLinkButton,.tools-module__oCstcq__linkActions a,.tools-module__oCstcq__linkActions button,.tools-module__oCstcq__categoryTabs button{border:1px solid var(--pc-border-strong);min-height:38px;color:var(--pc-text);cursor:pointer;background:#fff;border-radius:999px;padding:0 13px;font-size:13px;font-weight:900}.tools-module__oCstcq__formActions button:first-child,.tools-module__oCstcq__addLinkButton{border-color:var(--pc-primary);background:var(--pc-primary);color:#fff}.tools-module__oCstcq__formActions button:disabled,.tools-module__oCstcq__addLinkButton:disabled{cursor:not-allowed;opacity:.55}.tools-module__oCstcq__moreOptionsButton{border:1px solid var(--pc-border-strong);min-height:38px;color:var(--pc-text);cursor:pointer;background:#fff;border-radius:999px;justify-self:start;padding:0 13px;font-size:13px;font-weight:900}.tools-module__oCstcq__linkAdvancedFields{border-top:1px solid var(--pc-border);gap:12px;padding-top:12px;display:grid}.tools-module__oCstcq__linksHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.tools-module__oCstcq__categoryTabs{flex-wrap:wrap;gap:8px;display:flex}.tools-module__oCstcq__categoryTabActive{border-color:var(--pc-primary)!important;color:#2563eb!important;background:#eff6ff!important}.tools-module__oCstcq__linkGrid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:12px;display:grid}.tools-module__oCstcq__linkCard{border:1px solid var(--pc-border);background:linear-gradient(#fff 0%,#f8fafc 100%);border-radius:8px;gap:9px;min-height:196px;padding:12px;display:grid}.tools-module__oCstcq__linkMain{color:inherit;grid-template-columns:1fr;align-items:start;gap:10px;text-decoration:none;display:grid}.tools-module__oCstcq__linkMain>span:last-child{gap:3px;min-width:0;display:grid}.tools-module__oCstcq__linkMain strong{color:var(--pc-text);text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:950;overflow:hidden}.tools-module__oCstcq__linkMain em{color:var(--pc-muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-style:normal;overflow:hidden}.tools-module__oCstcq__linkThumb{aspect-ratio:16/9;background:linear-gradient(90deg,#2563eb0f,#2563eb00),#f8fafc;border:1px solid #bfdbfe;border-radius:8px;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.tools-module__oCstcq__linkThumb img{object-fit:contain;width:46px;height:46px;display:block}.tools-module__oCstcq__linkThumb strong{color:#2563eb;font-size:22px}.tools-module__oCstcq__linkMeta{flex-wrap:wrap;gap:6px;display:flex}.tools-module__oCstcq__linkMeta span{border:1px solid var(--pc-border);color:var(--pc-muted);border-radius:999px;padding:4px 9px;font-size:12px;font-weight:850}.tools-module__oCstcq__linkCard p{color:var(--pc-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.35;display:-webkit-box;overflow:hidden}.tools-module__oCstcq__linkActions{flex-wrap:wrap;align-items:center;gap:6px;margin-top:auto;display:flex}.tools-module__oCstcq__linkActions a{border-color:var(--pc-primary);color:#2563eb;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.tools-module__oCstcq__linkActions button:not([data-icon-action]){min-height:34px;padding:0 10px}.tools-module__oCstcq__linkActions button:last-child{color:#a91f18;border-color:#f1c6c3}.tools-module__oCstcq__emptyLinks{border:1px dashed var(--pc-border-strong);color:var(--pc-muted);text-align:center;border-radius:8px;grid-column:1/-1;padding:28px;font-size:14px;font-weight:850}.tools-module__oCstcq__linkDialogOverlay{z-index:60;background:#0c1a1747;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.tools-module__oCstcq__linkDialog{border:1px solid var(--pc-border);background:#fff;border-radius:8px;gap:14px;width:min(100%,520px);max-width:520px;padding:16px;display:grid;box-shadow:0 22px 80px #11182733}.tools-module__oCstcq__linkDialogHeader{justify-content:space-between;align-items:center;display:flex}.tools-module__oCstcq__linkDialogHeader h2{color:var(--pc-text);margin:0;font-size:20px;line-height:1.15}.tools-module__oCstcq__linkDialogHeader button{border:1px solid var(--pc-border-strong);color:var(--pc-text);cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;font-size:24px;font-weight:650;line-height:1;display:inline-flex}@media (max-width:640px){.tools-module__oCstcq__uploadBox{min-height:150px;padding:22px}.tools-module__oCstcq__toolSwitch{flex-wrap:nowrap;justify-content:flex-start;margin:0 -2px;padding-bottom:4px;overflow-x:auto}.tools-module__oCstcq__toolSwitch button{white-space:nowrap}.tools-module__oCstcq__pageEditorHeader{grid-template-columns:1fr}.tools-module__oCstcq__pageEditorHeader span{text-align:left}.tools-module__oCstcq__pageGrid{grid-template-columns:repeat(auto-fill,minmax(132px,1fr))}.tools-module__oCstcq__memberNotice{flex-direction:column;align-items:flex-start}.tools-module__oCstcq__conversionPreviewBody{grid-template-columns:88px minmax(0,1fr)}.tools-module__oCstcq__linksHeader{flex-direction:column;align-items:flex-start}.tools-module__oCstcq__categoryTabs{flex-wrap:nowrap;margin:0 -2px;padding-bottom:4px;overflow-x:auto}.tools-module__oCstcq__categoryTabs button{white-space:nowrap}.tools-module__oCstcq__linkGrid{grid-template-columns:1fr}.tools-module__oCstcq__addLinkButton{width:100%}.tools-module__oCstcq__formActions{justify-content:stretch}.tools-module__oCstcq__formActions button{flex:1}.tools-module__oCstcq__linkDialogOverlay{align-items:flex-end;padding:10px}.tools-module__oCstcq__linkDialog{max-height:calc(100vh - 20px);overflow:auto}}.tools-module__oCstcq__toolPanel,.tools-module__oCstcq__dropZone,.tools-module__oCstcq__filePreview,.tools-module__oCstcq__pageTile,.tools-module__oCstcq__linkCard,.tools-module__oCstcq__linkDialog,.tools-module__oCstcq__quickLinkForm{background:#fff;border-color:#e5e7eb;box-shadow:0 1px 2px #0f172a0a}.tools-module__oCstcq__dropZone:hover,.tools-module__oCstcq__linkCard:hover{background:#f8fafc;border-color:#bfdbfe}.tools-module__oCstcq__input,.tools-module__oCstcq__textarea,select.tools-module__oCstcq__input{color:#111827;background:#fff;border-color:#d1d5db}.tools-module__oCstcq__input:focus,.tools-module__oCstcq__textarea:focus,select.tools-module__oCstcq__input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.tools-module__oCstcq__toolPanel,.tools-module__oCstcq__quickLinkForm{border-radius:var(--pc-radius);max-width:980px;margin-inline:auto}.tools-module__oCstcq__uploadBox,.tools-module__oCstcq__dropZone{border-radius:var(--pc-radius);max-width:760px;margin-inline:auto}.tools-module__oCstcq__toolSwitch,.tools-module__oCstcq__categoryTabs{justify-content:center}@media (max-width:640px){.tools-module__oCstcq__toolSwitch{overscroll-behavior-inline:contain;scrollbar-width:thin;justify-content:flex-start;margin-inline:-2px;padding:0 18px 4px 2px;scroll-padding-inline:2px}.tools-module__oCstcq__toolSwitch button{flex:none}}.tools-module__oCstcq__toolSwitch button,.tools-module__oCstcq__categoryTabs button,.tools-module__oCstcq__button,.tools-module__oCstcq__buttonSecondary,.tools-module__oCstcq__downloadLink,.tools-module__oCstcq__addLinkButton,.tools-module__oCstcq__formActions button{min-height:var(--pc-control-height);border-radius:var(--pc-radius-sm);font-weight:850}.tools-module__oCstcq__success{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.tools-module__oCstcq__emptyLinks{border:1px dashed var(--pc-border-strong);border-radius:var(--pc-radius);color:var(--pc-muted);text-align:center;background:#ffffffb8;min-height:120px;padding:24px}.tools-module__oCstcq__linksWorkspace{width:100%;max-width:none}.tools-module__oCstcq__linksPanel{gap:18px;width:100%;padding:24px}.tools-module__oCstcq__linksHeader{border-bottom:1px solid var(--pc-border);align-items:flex-start;padding-bottom:16px}.tools-module__oCstcq__linksHeader h2{letter-spacing:0;font-size:28px}.tools-module__oCstcq__linksIntro{color:var(--pc-muted);margin:6px 0 0;font-size:14px;line-height:1.45}.tools-module__oCstcq__linksPanel .tools-module__oCstcq__categoryTabs{justify-content:flex-start}.tools-module__oCstcq__linksPanel .tools-module__oCstcq__linkGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.tools-module__oCstcq__linksPanel .tools-module__oCstcq__linkCard{border-radius:var(--pc-radius);gap:12px;min-height:248px;padding:16px}.tools-module__oCstcq__linksPanel .tools-module__oCstcq__linkThumb{border-color:var(--pc-border);background:linear-gradient(#2563eb12,#fff0),#f8fafc}.tools-module__oCstcq__linksPanel .tools-module__oCstcq__linkThumb img{width:52px;height:52px}.tools-module__oCstcq__linksPanel .tools-module__oCstcq__emptyLinks{align-content:center;justify-items:center;gap:8px;min-height:220px;display:grid}.tools-module__oCstcq__linksPanel .tools-module__oCstcq__emptyLinks strong{color:var(--pc-text);font-size:18px}.tools-module__oCstcq__linksPanel .tools-module__oCstcq__emptyLinks span{color:var(--pc-muted);max-width:560px;font-size:14px}@media (max-width:640px){.tools-module__oCstcq__linksPanel{padding:16px}.tools-module__oCstcq__linksHeader{gap:14px}.tools-module__oCstcq__linksHeader h2{font-size:24px}.tools-module__oCstcq__linksPanel .tools-module__oCstcq__linkGrid{grid-template-columns:1fr}}
.admin-module__aXBbkG__page,.admin-module__aXBbkG__adminShell{--admin-bg:#f6f7f9;--admin-surface:#fff;--admin-surface-muted:#f8f9fb;--admin-border:#e4e7ec;--admin-border-strong:#cfd5de;--admin-text:#172033;--admin-muted:#667085;--admin-primary:#2456d8;--admin-primary-hover:#1e46b5;--admin-primary-soft:#f0f4ff;--admin-danger:#b42318;--admin-danger-soft:#fff1f0;--admin-success:#067647;--admin-success-soft:#ecfdf3;--admin-warning:#b54708;--admin-warning-soft:#fffaeb;--admin-radius:14px;--admin-shadow:0 1px 2px #1018280a;--admin-shadow-raised:0 1px 3px #10182812, 0 10px 28px #1018280a;color:var(--admin-text);font-feature-settings:"cv02", "cv03", "cv04", "cv11"}.admin-module__aXBbkG__page{background:radial-gradient(circle at top left, #1d4ed817, transparent 36rem), var(--admin-bg);place-items:center;min-height:100vh;padding:24px;display:grid}.admin-module__aXBbkG__adminShell{background:var(--admin-bg);grid-template-columns:240px minmax(0,1fr);gap:20px;min-height:100vh;padding:20px;display:grid}.admin-module__aXBbkG__adminSidebar{border:1px solid var(--admin-border);background:var(--admin-surface);height:calc(100vh - 40px);box-shadow:var(--admin-shadow);border-radius:18px;flex-direction:column;align-self:start;padding:20px 14px 14px;display:flex;position:sticky;top:20px;overflow-y:auto}.admin-module__aXBbkG__adminBrand{width:fit-content;color:var(--admin-text);letter-spacing:-.02em;align-items:center;gap:7px;text-decoration:none;display:inline-flex}.admin-module__aXBbkG__adminBrand span{font-size:20px;font-weight:800}.admin-module__aXBbkG__adminBrand strong{background:var(--admin-primary);color:#fff;letter-spacing:.04em;text-transform:uppercase;border-radius:6px;padding:4px 7px;font-size:11px;line-height:1}.admin-module__aXBbkG__adminSideNav{flex-direction:column;flex:1;gap:18px;margin-top:24px;display:flex}.admin-module__aXBbkG__adminSideGroup{gap:4px;display:grid}.admin-module__aXBbkG__adminSideGroupLabel{color:#94a3b8;letter-spacing:.1em;text-transform:uppercase;margin:0 9px 5px;font-size:10px;font-weight:800}.admin-module__aXBbkG__adminSideLink{color:#475569;border-radius:10px;align-items:center;gap:10px;min-height:40px;padding:8px 10px;font-size:13px;font-weight:650;text-decoration:none;transition:background .15s,color .15s;display:flex}.admin-module__aXBbkG__adminSideLink:hover{background:var(--admin-surface-muted);color:var(--admin-text)}.admin-module__aXBbkG__adminSideLinkActive{background:var(--admin-primary-soft);color:var(--admin-primary);box-shadow:inset 0 0 0 1px #2456d814}.admin-module__aXBbkG__adminSideMarker{color:#475569;background:#eef2f7;border-radius:7px;flex:0 0 24px;place-items:center;width:24px;height:24px;font-size:10px;font-weight:800;display:grid}.admin-module__aXBbkG__adminSideLinkActive .admin-module__aXBbkG__adminSideMarker{background:var(--admin-primary);color:#fff}.admin-module__aXBbkG__adminPublicLink{border-top:1px solid var(--admin-border);color:var(--admin-muted);text-align:center;margin-top:20px;padding:10px 12px;font-size:13px;font-weight:700;text-decoration:none;display:block}.admin-module__aXBbkG__adminMain{min-width:0}.admin-module__aXBbkG__adminTopbar{z-index:20;border:1px solid var(--admin-border);min-height:88px;box-shadow:var(--admin-shadow-raised);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border-radius:18px;justify-content:space-between;align-items:center;gap:20px;padding:18px 22px;display:flex;position:sticky;top:20px}.admin-module__aXBbkG__adminPageTitle,.admin-module__aXBbkG__title{color:var(--admin-text);letter-spacing:-.025em;margin:0;font-size:clamp(22px,2vw,28px);line-height:1.2}.admin-module__aXBbkG__adminPageSubtitle{max-width:760px;color:var(--admin-muted);margin:7px 0 0;font-size:14px;line-height:1.45}.admin-module__aXBbkG__adminContent{width:100%;min-width:0;max-width:1680px;margin:0 auto;padding:20px 0 40px}.admin-module__aXBbkG__adminStack,.admin-module__aXBbkG__settingsForm,.admin-module__aXBbkG__feedbackList{gap:18px;display:grid}.admin-module__aXBbkG__card,.admin-module__aXBbkG__panel,.admin-module__aXBbkG__sectionCard,.admin-module__aXBbkG__loginCard{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-surface);box-shadow:var(--admin-shadow)}.admin-module__aXBbkG__card,.admin-module__aXBbkG__panel,.admin-module__aXBbkG__sectionCard{padding:20px}.admin-module__aXBbkG__loginCard{gap:18px;width:min(100%,420px);padding:28px;display:grid}.admin-module__aXBbkG__loginCard .admin-module__aXBbkG__adminBrand{margin-bottom:4px}.admin-module__aXBbkG__headerRow,.admin-module__aXBbkG__adminSectionHeader,.admin-module__aXBbkG__modalHeader{justify-content:space-between;align-items:center;gap:14px;display:flex}.admin-module__aXBbkG__adminSectionHeader{align-items:flex-start}.admin-module__aXBbkG__sectionHeading,.admin-module__aXBbkG__sectionTitle{color:var(--admin-text);letter-spacing:-.01em;margin:0;font-size:17px;font-weight:750}.admin-module__aXBbkG__adminSectionDescription,.admin-module__aXBbkG__muted{color:var(--admin-muted)}.admin-module__aXBbkG__adminSectionDescription{max-width:760px;margin:6px 0 0;font-size:13px;line-height:1.5}.admin-module__aXBbkG__adminMetricGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.admin-module__aXBbkG__adminMetricCard{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-surface);min-height:118px;color:var(--admin-text);box-shadow:var(--admin-shadow);gap:10px;padding:18px;text-decoration:none;display:grid}.admin-module__aXBbkG__adminMetricCard:hover,.admin-module__aXBbkG__adminInsightCard:hover{box-shadow:var(--admin-shadow-raised);border-color:#bfdbfe;transform:translateY(-1px)}.admin-module__aXBbkG__adminMetricCard span{color:var(--admin-muted);font-size:12px;font-weight:700}.admin-module__aXBbkG__adminMetricCard strong{letter-spacing:-.03em;align-self:end;font-size:27px}.admin-module__aXBbkG__adminInsightGrid,.admin-module__aXBbkG__adminDashboardGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px;display:grid}.admin-module__aXBbkG__adminInsightCard{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-surface);color:var(--admin-text);box-shadow:var(--admin-shadow);padding:18px;text-decoration:none}.admin-module__aXBbkG__adminInsightList{gap:8px;margin-top:14px;display:grid}.admin-module__aXBbkG__adminInsightRow{color:var(--admin-muted);justify-content:space-between;align-items:center;gap:16px;font-size:13px;display:flex}.admin-module__aXBbkG__adminInsightRow strong{color:var(--admin-text)}.admin-module__aXBbkG__adminJobsNav,.admin-module__aXBbkG__collectionTabs,.admin-module__aXBbkG__subTabs{scrollbar-width:thin;gap:7px;padding:3px 0 7px;display:flex;overflow-x:auto}.admin-module__aXBbkG__adminJobsNav a,.admin-module__aXBbkG__collectionTabs a,.admin-module__aXBbkG__subTabs a{border:1px solid var(--admin-border);background:var(--admin-surface);color:#475569;border-radius:10px;flex:none;align-items:center;min-height:40px;padding:8px 12px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.admin-module__aXBbkG__adminJobsNav a[aria-current=page],.admin-module__aXBbkG__collectionTabs a[aria-current=page],.admin-module__aXBbkG__subTabs a[aria-current=page]{border-color:var(--admin-primary);background:var(--admin-primary);color:#fff}.admin-module__aXBbkG__subTabs{margin-top:2px}.admin-module__aXBbkG__subTabs a{min-height:34px;padding:6px 10px;font-size:12px}.admin-module__aXBbkG__button,.admin-module__aXBbkG__smallButton,.admin-module__aXBbkG__secondaryButton,.admin-module__aXBbkG__dangerButton,.admin-module__aXBbkG__linkButton,.admin-module__aXBbkG__filterClear{min-height:40px;font:inherit;text-align:center;cursor:pointer;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:9px 14px;font-size:13px;font-weight:750;line-height:1.15;text-decoration:none;transition:background .15s,border-color .15s,box-shadow .15s,color .15s;display:inline-flex}.admin-module__aXBbkG__button,.admin-module__aXBbkG__smallButton{border-color:var(--admin-primary);background:var(--admin-primary);color:#fff}.admin-module__aXBbkG__button:hover,.admin-module__aXBbkG__smallButton:hover{border-color:var(--admin-primary-hover);background:var(--admin-primary-hover);box-shadow:0 4px 12px #2456d82e}.admin-module__aXBbkG__button{min-height:44px;padding-inline:18px}.admin-module__aXBbkG__secondaryButton,.admin-module__aXBbkG__linkButton,.admin-module__aXBbkG__filterClear{border-color:var(--admin-border-strong);background:var(--admin-surface);color:#334155}.admin-module__aXBbkG__secondaryButton:hover,.admin-module__aXBbkG__linkButton:hover,.admin-module__aXBbkG__filterClear:hover{background:var(--admin-surface-muted);border-color:#94a3b8}.admin-module__aXBbkG__dangerButton{background:var(--admin-danger-soft);color:var(--admin-danger);border-color:#fecdca}.admin-module__aXBbkG__dangerButton:hover{background:#fee4e2;border-color:#fda29b}.admin-module__aXBbkG__button:disabled,.admin-module__aXBbkG__smallButton:disabled,.admin-module__aXBbkG__secondaryButton:disabled,.admin-module__aXBbkG__dangerButton:disabled{cursor:not-allowed;opacity:.55}.admin-module__aXBbkG__button:focus-visible,.admin-module__aXBbkG__smallButton:focus-visible,.admin-module__aXBbkG__secondaryButton:focus-visible,.admin-module__aXBbkG__dangerButton:focus-visible,.admin-module__aXBbkG__linkButton:focus-visible,.admin-module__aXBbkG__filterClear:focus-visible,.admin-module__aXBbkG__adminSideLink:focus-visible{outline-offset:2px;outline:3px solid #3b82f638}.admin-module__aXBbkG__actions,.admin-module__aXBbkG__actionsRow,.admin-module__aXBbkG__collectionActions,.admin-module__aXBbkG__actionMatrix,.admin-module__aXBbkG__statusCluster,.admin-module__aXBbkG__uploadRow,.admin-module__aXBbkG__inlineControl{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-module__aXBbkG__actions{justify-content:flex-end}.admin-module__aXBbkG__actionMatrix{align-items:stretch}.admin-module__aXBbkG__field{gap:6px;display:grid}.admin-module__aXBbkG__label,.admin-module__aXBbkG__settingsForm label,.admin-module__aXBbkG__collectionFormGrid label{color:#344054;font-size:13px;font-weight:700}.admin-module__aXBbkG__input,.admin-module__aXBbkG__smallInput,.admin-module__aXBbkG__textarea,.admin-module__aXBbkG__collectionSearch{border:1px solid var(--admin-border-strong);background:var(--admin-surface);width:100%;min-width:0;color:var(--admin-text);font:inherit;border-radius:9px;outline:none;font-size:14px;transition:border-color .15s,box-shadow .15s}.admin-module__aXBbkG__input,.admin-module__aXBbkG__smallInput,.admin-module__aXBbkG__collectionSearch{min-height:42px;padding:9px 12px}.admin-module__aXBbkG__smallInput{width:120px}.admin-module__aXBbkG__textarea{resize:vertical;min-height:128px;padding:12px;line-height:1.55}.admin-module__aXBbkG__input:focus,.admin-module__aXBbkG__smallInput:focus,.admin-module__aXBbkG__textarea:focus,.admin-module__aXBbkG__collectionSearch:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #3b82f624}.admin-module__aXBbkG__adminCheck,.admin-module__aXBbkG__checkRow{color:#344054;align-items:center;gap:8px;font-size:13px;font-weight:650;display:inline-flex}.admin-module__aXBbkG__adminCheck input,.admin-module__aXBbkG__checkRow input{width:16px;height:16px;accent-color:var(--admin-primary)}.admin-module__aXBbkG__settingsSection{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-surface);box-shadow:var(--admin-shadow);gap:16px;padding:20px;display:grid}.admin-module__aXBbkG__settingsSaveBar{z-index:12;border:1px solid var(--admin-border);border-radius:var(--admin-radius);box-shadow:var(--admin-shadow-raised);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;justify-content:space-between;align-items:center;gap:18px;padding:14px 16px;display:flex;position:sticky;top:128px}.admin-module__aXBbkG__settingsSaveBar>div:first-child{gap:3px;display:grid}.admin-module__aXBbkG__settingsSaveBar strong{font-size:14px}.admin-module__aXBbkG__settingsSaveBar span{color:var(--admin-muted);font-size:12px}.admin-module__aXBbkG__settingsSectionHeader{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.admin-module__aXBbkG__settingsToggle{border:1px solid var(--admin-border);background:var(--admin-surface-muted);border-radius:11px;justify-content:space-between;align-items:center;gap:20px;padding:14px 15px;display:flex!important}.admin-module__aXBbkG__settingsToggle span{gap:4px;display:grid}.admin-module__aXBbkG__settingsToggle strong{color:var(--admin-text);font-size:14px}.admin-module__aXBbkG__settingsToggle small{color:var(--admin-muted);font-size:12px;font-weight:500;line-height:1.45}.admin-module__aXBbkG__settingsToggle input{width:38px;height:20px;accent-color:var(--admin-primary);flex:none}.admin-module__aXBbkG__collectionFormGrid{grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;display:grid}.admin-module__aXBbkG__collectionFormGrid label{gap:6px;display:grid}.admin-module__aXBbkG__tableWrap,.admin-module__aXBbkG__collectionTableWrap{border:1px solid var(--admin-border);background:var(--admin-surface);box-shadow:var(--admin-shadow);border-radius:12px;overflow-x:auto}.admin-module__aXBbkG__table,.admin-module__aXBbkG__collectionTable{border-collapse:collapse;color:#334155;width:100%;font-size:13px}.admin-module__aXBbkG__table{min-width:720px}.admin-module__aXBbkG__collectionTable{min-width:900px}.admin-module__aXBbkG__table th,.admin-module__aXBbkG__table td,.admin-module__aXBbkG__collectionTable th,.admin-module__aXBbkG__collectionTable td{border-bottom:1px solid var(--admin-border);text-align:left;vertical-align:top;padding:13px 15px}.admin-module__aXBbkG__table th,.admin-module__aXBbkG__collectionTable th{z-index:1;background:var(--admin-surface-muted);color:#64748b;letter-spacing:.055em;text-transform:uppercase;white-space:nowrap;font-size:10px;font-weight:800;position:sticky;top:0}.admin-module__aXBbkG__table tbody tr:hover,.admin-module__aXBbkG__collectionTable tbody tr:hover{background:#fbfdff}.admin-module__aXBbkG__table tbody tr:last-child td,.admin-module__aXBbkG__collectionTable tbody tr:last-child td{border-bottom:0}.admin-module__aXBbkG__tableMemoCell{white-space:normal;max-width:300px}.admin-module__aXBbkG__adminStatus,.admin-module__aXBbkG__collectionStatus,.admin-module__aXBbkG__statusGood,.admin-module__aXBbkG__statusBad,.admin-module__aXBbkG__statusMuted{white-space:nowrap;border-radius:999px;align-items:center;width:fit-content;min-height:25px;padding:4px 8px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.admin-module__aXBbkG__adminStatus,.admin-module__aXBbkG__collectionStatusNeutral,.admin-module__aXBbkG__statusMuted{color:#475569;background:#eef2f6}.admin-module__aXBbkG__collectionStatusSuccess,.admin-module__aXBbkG__statusGood{background:var(--admin-success-soft);color:var(--admin-success)}.admin-module__aXBbkG__collectionStatusWarning{background:var(--admin-warning-soft);color:var(--admin-warning)}.admin-module__aXBbkG__collectionStatusDanger,.admin-module__aXBbkG__statusBad{background:var(--admin-danger-soft);color:var(--admin-danger)}.admin-module__aXBbkG__adminFilterRow,.admin-module__aXBbkG__collectionTableToolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.admin-module__aXBbkG__adminFilterRow{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-surface);padding:14px}.admin-module__aXBbkG__adminFilterRow .admin-module__aXBbkG__input{flex:190px;width:auto}.admin-module__aXBbkG__adminFilterRow .admin-module__aXBbkG__smallButton,.admin-module__aXBbkG__adminFilterRow .admin-module__aXBbkG__filterClear{flex:none}.admin-module__aXBbkG__filterPill{border:1px solid var(--admin-border);background:var(--admin-surface);color:#475569;min-height:34px;font:inherit;cursor:pointer;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.admin-module__aXBbkG__filterPillActive{background:var(--admin-primary-soft);color:var(--admin-primary);border-color:#bfdbfe}.admin-module__aXBbkG__collectionTableSection{gap:10px;display:grid}.admin-module__aXBbkG__collectionFilterBar{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-surface);grid-template-columns:minmax(220px,1fr) minmax(150px,210px) minmax(150px,210px) auto auto auto;gap:8px;padding:12px;display:grid}.admin-module__aXBbkG__collectionBulkBar,.admin-module__aXBbkG__collectionAlert{background:var(--admin-primary-soft);color:#1e3a8a;border:1px solid #bfdbfe;border-radius:10px;flex-wrap:wrap;align-items:center;gap:10px;padding:12px 14px;font-size:13px;display:flex}.admin-module__aXBbkG__collectionBulkBar span,.admin-module__aXBbkG__collectionAlert span{flex:1;min-width:180px}.admin-module__aXBbkG__collectionAlert{background:var(--admin-warning-soft);color:#7a2e0e;border-color:#fedf89}.admin-module__aXBbkG__collectionSearch{max-width:340px}.admin-module__aXBbkG__collectionResultCount{color:var(--admin-muted);font-size:12px}.admin-module__aXBbkG__collectionPagination{justify-content:flex-end;align-items:center;gap:8px;display:flex}.admin-module__aXBbkG__collectionCellLink{color:var(--admin-primary);font-weight:700;text-decoration:none}.admin-module__aXBbkG__collectionCellLink:hover{text-decoration:underline}.admin-module__aXBbkG__collectionMono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.admin-module__aXBbkG__collectionActionCell{z-index:1;background:var(--admin-surface);min-width:190px;position:sticky;right:0;box-shadow:-8px 0 12px #0f172a0a}.admin-module__aXBbkG__collectionActionHeader{z-index:2;background:var(--admin-surface-muted);position:sticky;right:0;box-shadow:-8px 0 12px #0f172a0a}.admin-module__aXBbkG__auditDiff{min-width:180px}.admin-module__aXBbkG__auditDiff summary{cursor:pointer;color:#274c77;font-weight:700}.admin-module__aXBbkG__auditDiff div{gap:6px;margin-top:8px;display:grid}.admin-module__aXBbkG__auditDiff pre{color:#243447;white-space:pre-wrap;word-break:break-word;background:#f2f5f8;border-radius:8px;max-width:min(560px,70vw);max-height:240px;margin:0;padding:10px;font:12px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;overflow:auto}.admin-module__aXBbkG__collectionSelectCell{width:64px;min-width:64px;text-align:center!important}.admin-module__aXBbkG__collectionSelectCell input{width:16px;height:16px;accent-color:var(--admin-primary)}.admin-module__aXBbkG__collectionReviewActions{gap:9px;min-width:210px;display:grid}.admin-module__aXBbkG__reviewDetail{border:1px solid var(--admin-border);background:var(--admin-surface-muted);color:#334155;white-space:normal;border-radius:10px;gap:12px;width:min(540px,66vw);margin-top:10px;padding:14px;line-height:1.55;display:grid}.admin-module__aXBbkG__reviewDetail h3,.admin-module__aXBbkG__reviewDetail h4,.admin-module__aXBbkG__reviewDetail p,.admin-module__aXBbkG__reviewDetail ul{margin:0}.admin-module__aXBbkG__reviewDetail h3{color:var(--admin-text);font-size:16px}.admin-module__aXBbkG__reviewDetail h4{color:var(--admin-text);text-transform:uppercase;letter-spacing:.04em;margin-bottom:5px;font-size:12px}.admin-module__aXBbkG__reviewDetail ul{gap:4px;padding-left:18px;display:grid}.admin-module__aXBbkG__reviewDetailMeta{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.admin-module__aXBbkG__reviewDetailMeta span{color:var(--admin-muted);gap:2px;font-size:12px;display:grid}.admin-module__aXBbkG__reviewDetailMeta strong{color:#475569;letter-spacing:.04em;text-transform:uppercase;font-size:10px}.admin-module__aXBbkG__reviewWarnings{background:var(--admin-warning-soft);color:#7a2e0e;border:1px solid #fedf89;border-radius:8px;padding:10px}.admin-module__aXBbkG__disclosure{border:1px solid var(--admin-border);background:var(--admin-surface);border-radius:9px}.admin-module__aXBbkG__disclosure>summary{color:#334155;cursor:pointer;padding:10px 12px;font-size:13px;font-weight:750;list-style-position:inside}.admin-module__aXBbkG__disclosure[open]>summary{border-bottom:1px solid var(--admin-border)}.admin-module__aXBbkG__disclosure>:not(summary){margin-left:12px;margin-right:12px}.admin-module__aXBbkG__disclosure>:last-child{margin-bottom:12px}.admin-module__aXBbkG__policySummary{background:var(--admin-primary-soft);color:#1e3a8a;border:1px solid #bfdbfe;border-radius:10px;padding:13px 15px;font-size:13px;line-height:1.5}.admin-module__aXBbkG__policySummary ul{gap:3px;margin:7px 0 0;padding-left:18px;display:grid}.admin-module__aXBbkG__integrationStatus,.admin-module__aXBbkG__aiTestPanel{border:1px solid var(--admin-border);background:var(--admin-surface-muted);color:#334155;border-radius:11px;gap:8px;padding:14px 15px;font-size:13px;line-height:1.5;display:grid}.admin-module__aXBbkG__integrationStatus p,.admin-module__aXBbkG__aiTestPanel p{margin:0}.admin-module__aXBbkG__aiTestPanel .admin-module__aXBbkG__reviewDetail{background:var(--admin-surface);width:min(760px,100%);margin-top:4px}.admin-module__aXBbkG__adminNotice,.admin-module__aXBbkG__storageNotice,.admin-module__aXBbkG__error,.admin-module__aXBbkG__success{border:1px solid var(--admin-border);background:var(--admin-surface);border-radius:10px;padding:12px 14px;font-size:13px;line-height:1.5}.admin-module__aXBbkG__adminNotice{background:var(--admin-primary-soft);color:#1e3a8a;border-color:#bfdbfe}.admin-module__aXBbkG__error,.admin-module__aXBbkG__storageNoticeWarn{background:var(--admin-danger-soft);color:var(--admin-danger);border-color:#fecdca}.admin-module__aXBbkG__success,.admin-module__aXBbkG__storageNoticeOk{background:var(--admin-success-soft);color:var(--admin-success);border-color:#abefc6}.admin-module__aXBbkG__storageNotice{gap:4px;display:grid}.admin-module__aXBbkG__storageNoticeTitle{font-weight:800}.admin-module__aXBbkG__storageNoticeText{color:inherit}.admin-module__aXBbkG__adminLoading,.admin-module__aXBbkG__adminEmpty,.admin-module__aXBbkG__adminEmptyRow{color:var(--admin-muted);text-align:center;padding:28px}.admin-module__aXBbkG__adminEmpty{border:1px dashed var(--admin-border-strong);border-radius:var(--admin-radius);background:var(--admin-surface)}.admin-module__aXBbkG__feedbackCard{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-surface);gap:14px;padding:16px;display:grid}.admin-module__aXBbkG__feedbackTitle{color:var(--admin-text);margin:0;font-size:16px}.admin-module__aXBbkG__feedbackMeta{color:var(--admin-muted);flex-wrap:wrap;gap:8px 16px;font-size:12px;display:flex}.admin-module__aXBbkG__feedbackImages{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;display:grid}.admin-module__aXBbkG__feedbackImageLabel{color:var(--admin-muted);gap:6px;font-size:11px;font-weight:700;display:grid}.admin-module__aXBbkG__printerFeedbackThumbButton{border:1px solid var(--admin-border);background:var(--admin-surface-muted);cursor:pointer;border-radius:9px;padding:0;overflow:hidden}.admin-module__aXBbkG__printerFeedbackThumb{object-fit:cover;width:100%;height:120px;display:block}.admin-module__aXBbkG__feedbackDelete{color:var(--admin-danger)}.admin-module__aXBbkG__imagePlaceholder{border:1px dashed var(--admin-border-strong);min-height:120px;color:var(--admin-muted);border-radius:9px;place-items:center;font-size:12px;display:grid}.admin-module__aXBbkG__qrPreview{border:1px solid var(--admin-border);background:#fff;border-radius:10px;width:min(280px,100%);height:auto;padding:12px;display:block}.admin-module__aXBbkG__modalOverlay,.admin-module__aXBbkG__imageLightbox{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172aad;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.admin-module__aXBbkG__modal{background:var(--admin-surface);border-radius:14px;width:min(560px,100%);max-height:calc(100vh - 40px);padding:20px;overflow-y:auto;box-shadow:0 24px 70px #0f172a4d}.admin-module__aXBbkG__imageLightboxInner{gap:10px;width:min(960px,100%);display:grid;position:relative}.admin-module__aXBbkG__imageLightboxInner img{object-fit:contain;background:#fff;border-radius:10px;width:100%;max-height:78vh}.admin-module__aXBbkG__imageLightboxClose{color:#fff;cursor:pointer;background:#0f172ac7;border:0;border-radius:999px;width:38px;height:38px;font-size:22px;position:absolute;top:10px;right:10px}.admin-module__aXBbkG__imageLightboxCaption{color:#fff;text-align:center}@media (max-width:1100px){.admin-module__aXBbkG__collectionFormGrid,.admin-module__aXBbkG__collectionFilterBar{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.admin-module__aXBbkG__adminShell{grid-template-columns:1fr;padding:10px}.admin-module__aXBbkG__adminSidebar{height:auto;position:static;overflow:visible}.admin-module__aXBbkG__adminTopbar{top:10px}.admin-module__aXBbkG__settingsSaveBar{top:118px}.admin-module__aXBbkG__adminSideNav{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px;display:grid}.admin-module__aXBbkG__adminPublicLink{text-align:left}.admin-module__aXBbkG__adminMetricGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.admin-module__aXBbkG__page{padding:12px}.admin-module__aXBbkG__adminTopbar,.admin-module__aXBbkG__adminSectionHeader,.admin-module__aXBbkG__headerRow{flex-direction:column;align-items:stretch}.admin-module__aXBbkG__adminTopbar{min-height:0;padding:17px;position:static}.admin-module__aXBbkG__adminContent{padding-top:14px}.admin-module__aXBbkG__card,.admin-module__aXBbkG__panel,.admin-module__aXBbkG__sectionCard,.admin-module__aXBbkG__settingsSection{padding:16px}.admin-module__aXBbkG__settingsSaveBar{flex-direction:column;align-items:stretch;top:auto;bottom:10px}.admin-module__aXBbkG__settingsSaveBar .admin-module__aXBbkG__actionsRow{justify-content:space-between}.admin-module__aXBbkG__settingsSaveBar .admin-module__aXBbkG__button{flex:1}.admin-module__aXBbkG__settingsSectionHeader{align-items:flex-start}.admin-module__aXBbkG__adminSideNav,.admin-module__aXBbkG__adminInsightGrid,.admin-module__aXBbkG__adminDashboardGrid,.admin-module__aXBbkG__collectionFormGrid,.admin-module__aXBbkG__collectionFilterBar{grid-template-columns:1fr}.admin-module__aXBbkG__adminMetricGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-module__aXBbkG__adminMetricCard{min-height:94px}.admin-module__aXBbkG__tableWrap,.admin-module__aXBbkG__collectionTableWrap{box-shadow:none;background:0 0;border:0;overflow:visible}.admin-module__aXBbkG__table,.admin-module__aXBbkG__collectionTable{min-width:0}.admin-module__aXBbkG__table thead,.admin-module__aXBbkG__collectionTable thead{display:none}.admin-module__aXBbkG__table,.admin-module__aXBbkG__table tbody,.admin-module__aXBbkG__table tr,.admin-module__aXBbkG__table td,.admin-module__aXBbkG__collectionTable,.admin-module__aXBbkG__collectionTable tbody,.admin-module__aXBbkG__collectionTable tr,.admin-module__aXBbkG__collectionTable td{width:100%;display:block}.admin-module__aXBbkG__table tr,.admin-module__aXBbkG__collectionTable tr{border:1px solid var(--admin-border);background:var(--admin-surface);border-radius:10px;margin-bottom:10px;overflow:hidden}.admin-module__aXBbkG__table td,.admin-module__aXBbkG__collectionTable td{grid-template-columns:minmax(90px,36%) 1fr;gap:10px;padding:10px 12px;display:grid}.admin-module__aXBbkG__table td:before,.admin-module__aXBbkG__collectionTable td:before{content:attr(data-label);color:var(--admin-muted);letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:800}.admin-module__aXBbkG__reviewDetail{width:100%}.admin-module__aXBbkG__reviewDetailMeta{grid-template-columns:1fr}.admin-module__aXBbkG__collectionActionCell,.admin-module__aXBbkG__collectionReviewActions{min-width:0}.admin-module__aXBbkG__collectionActionCell,.admin-module__aXBbkG__collectionActionHeader{box-shadow:none;position:static}.admin-module__aXBbkG__collectionSelectCell{width:100%;min-width:0;text-align:left!important}.admin-module__aXBbkG__collectionActionCell .admin-module__aXBbkG__actionsRow,.admin-module__aXBbkG__collectionActionCell .admin-module__aXBbkG__collectionActions{flex-direction:column;align-items:stretch}.admin-module__aXBbkG__collectionActionCell button,.admin-module__aXBbkG__collectionActionCell a{width:100%}.admin-module__aXBbkG__collectionPagination{flex-direction:column;align-items:stretch}}@media (max-width:420px){.admin-module__aXBbkG__adminMetricGrid{grid-template-columns:1fr}.admin-module__aXBbkG__loginCard{padding:22px 18px}}
.AiChatWidget-module__bPybBq__launcher{z-index:60;border:1px solid var(--pc-primary);background:var(--pc-primary);color:#fff;cursor:pointer;border-radius:999px;min-height:46px;padding:0 16px;font-size:14px;font-weight:800;position:fixed;bottom:18px;right:18px;box-shadow:0 12px 28px #0f172a2e}.AiChatWidget-module__bPybBq__panel{z-index:60;border:1px solid var(--pc-border);background:#fff;border-radius:16px;flex-direction:column;width:min(380px,100vw - 28px);height:min(560px,100dvh - 110px);display:flex;position:fixed;bottom:76px;right:18px;overflow:hidden;box-shadow:0 24px 70px #0f172a38}.AiChatWidget-module__bPybBq__header{border-bottom:1px solid var(--pc-border);background:#fff;justify-content:space-between;align-items:center;gap:10px;padding:14px;display:flex}.AiChatWidget-module__bPybBq__title{color:var(--pc-text);font-size:14px;font-weight:900}.AiChatWidget-module__bPybBq__subtitle{color:var(--pc-muted);font-size:11px;line-height:1.35}.AiChatWidget-module__bPybBq__closeButton{border:1px solid var(--pc-border-strong);width:30px;height:30px;color:var(--pc-text);cursor:pointer;background:#fff;border-radius:999px;font-size:18px;line-height:1}.AiChatWidget-module__bPybBq__messages{background:#f8fafc;flex-direction:column;flex:1;gap:10px;padding:14px;display:flex;overflow-y:auto}.AiChatWidget-module__bPybBq__message{white-space:pre-wrap;border-radius:14px;max-width:86%;padding:10px 11px;font-size:13px;line-height:1.45}.AiChatWidget-module__bPybBq__assistant{border:1px solid var(--pc-border);color:var(--pc-text);background:#fff;align-self:flex-start}.AiChatWidget-module__bPybBq__user{background:var(--pc-primary);color:#fff;align-self:flex-end}.AiChatWidget-module__bPybBq__examples{gap:6px;margin-top:10px;display:grid}.AiChatWidget-module__bPybBq__exampleTitle{color:var(--pc-muted);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:900}.AiChatWidget-module__bPybBq__exampleButton{border:1px solid var(--pc-border);width:100%;color:var(--pc-text);cursor:pointer;font:inherit;text-align:left;background:#fff;border-radius:10px;padding:8px 9px;font-size:12px;font-weight:750;line-height:1.35}.AiChatWidget-module__bPybBq__exampleButton:hover{border-color:var(--pc-primary);background:var(--pc-primary-soft);color:var(--pc-primary-strong)}.AiChatWidget-module__bPybBq__soonNote{border-top:1px solid var(--pc-border);color:var(--pc-muted);padding-top:10px;font-size:12px;line-height:1.45}.AiChatWidget-module__bPybBq__form{border-top:1px solid var(--pc-border);background:#fff;gap:8px;padding:12px;display:flex}.AiChatWidget-module__bPybBq__input{min-width:0;height:var(--pc-control-height);border:1px solid var(--pc-border-strong);border-radius:var(--pc-radius-sm);flex:1;padding:0 10px;font-size:13px}.AiChatWidget-module__bPybBq__sendButton{width:64px;height:var(--pc-control-height);border:1px solid var(--pc-primary);border-radius:var(--pc-radius-sm);background:var(--pc-primary);color:#fff;cursor:pointer;font-size:12px;font-weight:800}.AiChatWidget-module__bPybBq__sendButton:disabled{cursor:not-allowed;opacity:.55}@media (max-width:640px){.AiChatWidget-module__bPybBq__launcher,.AiChatWidget-module__bPybBq__panel{display:none}}
.join-module__BiazwG__page{color:#151515;background:linear-gradient(#ffffffe6,#f7f7f5fa),#f7f7f5;justify-content:center;min-height:100vh;padding:28px 16px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica,sans-serif;display:flex}.join-module__BiazwG__shell{width:100%;max-width:980px}.join-module__BiazwG__brandRow{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.join-module__BiazwG__brand{color:#111;font-size:20px;font-weight:800;text-decoration:none}.join-module__BiazwG__badge{color:#4b4b4b;background:#fff;border:1px solid #dedad2;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:700}.join-module__BiazwG__card{background:#fff;border:1px solid #e4e0d8;border-radius:18px;overflow:hidden;box-shadow:0 24px 60px #11111114}.join-module__BiazwG__contentGrid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);min-height:560px;display:grid}.join-module__BiazwG__invitePanel{color:#fff;background:#151515;flex-direction:column;gap:22px;padding:34px;display:flex}.join-module__BiazwG__kicker{color:#b9c4b6;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.join-module__BiazwG__invitePanel h1,.join-module__BiazwG__formHeader h2,.join-module__BiazwG__successState h2,.join-module__BiazwG__emptyState h1,.join-module__BiazwG__loadingState h1{letter-spacing:0;margin:0}.join-module__BiazwG__invitePanel h1{font-size:34px;line-height:1.05}.join-module__BiazwG__profileBox{background:#ffffff0f;border:1px solid #ffffff24;border-radius:14px;align-items:center;gap:12px;padding:14px;display:flex}.join-module__BiazwG__avatar{color:#111;background:#f4d35e;border-radius:50%;flex:none;place-items:center;width:46px;height:46px;font-size:20px;font-weight:800;display:grid}.join-module__BiazwG__profileBox strong,.join-module__BiazwG__profileBox span{display:block}.join-module__BiazwG__profileBox strong{font-size:16px}.join-module__BiazwG__profileBox span{color:#d8d8d2;margin-top:2px;font-size:13px}.join-module__BiazwG__details{gap:12px;margin:0;display:grid}.join-module__BiazwG__details div{border-bottom:1px solid #ffffff1f;padding-bottom:12px}.join-module__BiazwG__details dt{color:#b9c4b6;margin-bottom:4px;font-size:12px;font-weight:700}.join-module__BiazwG__details dd{text-transform:capitalize;margin:0;font-size:15px}.join-module__BiazwG__securityNote{color:#e7e7df;margin:auto 0 0;font-size:13px;line-height:1.5}.join-module__BiazwG__formPanel{flex-direction:column;justify-content:center;padding:38px;display:flex}.join-module__BiazwG__formHeader{margin-bottom:22px}.join-module__BiazwG__formHeader h2,.join-module__BiazwG__successState h2{font-size:26px;line-height:1.12}.join-module__BiazwG__formHeader p,.join-module__BiazwG__successState p,.join-module__BiazwG__emptyState p,.join-module__BiazwG__loadingState p{color:#62625d;margin:8px 0 0;line-height:1.5}.join-module__BiazwG__form{gap:10px;display:grid}.join-module__BiazwG__field{gap:7px;font-size:13px;font-weight:700;display:grid}.join-module__BiazwG__input{color:#111;box-sizing:border-box;background:#fff;border:1px solid #d8d5ce;border-radius:10px;outline:none;width:100%;height:46px;padding:0 13px;font-size:15px}.join-module__BiazwG__rule,.join-module__BiazwG__ruleOk{margin:-2px 0 6px;font-size:12px}.join-module__BiazwG__rule{color:#77736b}.join-module__BiazwG__ruleOk{color:#18794e}.join-module__BiazwG__primaryButton{color:#fff;cursor:pointer;background:#111;border:1px solid #111;border-radius:999px;justify-content:center;align-items:center;height:46px;margin-top:10px;padding:0 18px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.join-module__BiazwG__primaryButton:disabled{cursor:not-allowed;opacity:.45}.join-module__BiazwG__errorBox{color:#a11313;background:#fff6f6;border:1px solid #f0c9c9;border-radius:12px;margin-bottom:16px;padding:11px 12px;font-size:13px;line-height:1.45}.join-module__BiazwG__successState,.join-module__BiazwG__emptyState,.join-module__BiazwG__loadingState{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:420px;padding:34px;display:flex}.join-module__BiazwG__loadingState{min-height:140px;padding:20px}.join-module__BiazwG__successIcon,.join-module__BiazwG__statusIcon,.join-module__BiazwG__loadingMark{border-radius:50%;place-items:center;width:56px;height:56px;margin-bottom:16px;font-size:28px;font-weight:900;display:grid}.join-module__BiazwG__successIcon{color:#18794e;background:#e8f7ef}.join-module__BiazwG__statusIcon{color:#8a4b00;background:#fff1d6}.join-module__BiazwG__loadingMark{background:#f0eee8;position:relative}.join-module__BiazwG__loadingMark:after{content:"";border:3px solid #cfcac0;border-top-color:#111;border-radius:50%;width:22px;height:22px;animation:.9s linear infinite join-module__BiazwG__spin}.join-module__BiazwG__muted{color:#7a766e;font-size:13px}@keyframes join-module__BiazwG__spin{to{transform:rotate(360deg)}}@media (max-width:760px){.join-module__BiazwG__page{padding:18px 12px}.join-module__BiazwG__brandRow{flex-direction:column;align-items:flex-start;margin-bottom:12px}.join-module__BiazwG__contentGrid{grid-template-columns:1fr;min-height:0}.join-module__BiazwG__invitePanel,.join-module__BiazwG__formPanel{padding:24px}.join-module__BiazwG__invitePanel h1{font-size:28px}.join-module__BiazwG__formHeader h2,.join-module__BiazwG__successState h2{font-size:23px}}.join-module__BiazwG__page{color:var(--pc-text);background:radial-gradient(circle at 0 0,#2563eb14,#0000 30rem),linear-gradient(#f8fafc 0%,#eef2f7 100%)}.join-module__BiazwG__card,.join-module__BiazwG__invitePanel,.join-module__BiazwG__formPanel{border-color:var(--pc-border);background:#fffffff5;border-radius:8px;box-shadow:0 10px 26px #0f172a0e}.join-module__BiazwG__input{border-color:var(--pc-border-strong);color:var(--pc-text);background:#fff;border-radius:8px}.join-module__BiazwG__input:focus{border-color:var(--pc-primary);outline:none;box-shadow:0 0 0 3px #2563eb1f}.join-module__BiazwG__primaryButton,.join-module__BiazwG__secondaryButton{border-radius:8px;transition:background .15s,border-color .15s,color .15s,transform .15s}.join-module__BiazwG__primaryButton{border-color:var(--pc-primary);background:var(--pc-primary);box-shadow:0 8px 18px #2563eb24}.join-module__BiazwG__primaryButton:hover{background:var(--pc-primary-strong);transform:translateY(-1px)}.join-module__BiazwG__secondaryButton:hover{border-color:var(--pc-primary);background:var(--pc-primary-soft);color:var(--pc-primary-strong)}.join-module__BiazwG__errorBox{color:#9b1c1c;background:#fff5f5;border-color:#efcaca;border-radius:8px}.join-module__BiazwG__page{background:radial-gradient(circle at 0 0,#2563eb09,#0000 24rem),#f6f7f9}.join-module__BiazwG__card{background:#fff;border-color:#e5e7eb;box-shadow:0 1px 2px #0f172a0a}.join-module__BiazwG__input{color:#111827;background:#fff;border-color:#d1d5db}.join-module__BiazwG__input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}
