.PasswordInput-module__CUYc5G__wrap{width:100%;position:relative}.PasswordInput-module__CUYc5G__input{width:100%;height:44px;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:10px;outline:none;padding:0 44px 0 14px;font-size:15px}.PasswordInput-module__CUYc5G__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 25%, transparent)}.PasswordInput-module__CUYc5G__eye{width:44px;height:44px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;place-items:center;padding:0;display:grid;position:absolute;top:0;right:0}.PasswordInput-module__CUYc5G__eye:hover{color:var(--primary)}
.notifications-module__W_bcKG__stack{z-index:200;pointer-events:none;flex-direction:column;gap:10px;width:calc(100vw - 32px);max-width:380px;display:flex;position:fixed;top:16px;right:16px}.notifications-module__W_bcKG__toast{pointer-events:auto;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-left-width:4px;border-radius:10px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:14px;animation:.16s ease-out notifications-module__W_bcKG__toastIn;display:flex}.notifications-module__W_bcKG__success{border-left-color:var(--primary)}.notifications-module__W_bcKG__error{border-left-color:#e5484d}.notifications-module__W_bcKG__info{border-left-color:#4c8fe8}.notifications-module__W_bcKG__icon{color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:20px;height:20px;font-size:12px;font-weight:800;line-height:1;display:grid}.notifications-module__W_bcKG__success .notifications-module__W_bcKG__icon{background:var(--primary)}.notifications-module__W_bcKG__error .notifications-module__W_bcKG__icon{background:#e5484d}.notifications-module__W_bcKG__info .notifications-module__W_bcKG__icon{background:#4c8fe8}.notifications-module__W_bcKG__msg{color:var(--text);word-break:break-word;flex:1;padding-top:1px;line-height:1.45}.notifications-module__W_bcKG__close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 2px;font-size:18px;line-height:1}.notifications-module__W_bcKG__close:hover{color:var(--text)}@keyframes notifications-module__W_bcKG__toastIn{0%{opacity:0;transform:translate(14px)}to{opacity:1;transform:none}}
.Header-module__hBw1pG__header{background:var(--bg);border-bottom:1px solid var(--border);flex-shrink:0}.Header-module__hBw1pG__inner{height:var(--nav-h);align-items:center;gap:24px;display:flex}.Header-module__hBw1pG__brand{align-items:center;gap:10px;font-size:16px;font-weight:700;display:flex}.Header-module__hBw1pG__logo{background:var(--primary);width:30px;height:30px;color:var(--primary-contrast);border-radius:8px;place-items:center;font-weight:800;display:grid}.Header-module__hBw1pG__nav{align-items:center;gap:4px;margin-left:8px;display:flex}.Header-module__hBw1pG__navLink{color:var(--text-muted);border-radius:8px;padding:7px 12px;font-size:14px;font-weight:500;transition:background .15s,color .15s}.Header-module__hBw1pG__navLink:hover{color:var(--text);background:var(--bg-subtle)}.Header-module__hBw1pG__navActive,.Header-module__hBw1pG__navActive:hover{color:var(--primary);background:color-mix(in srgb, var(--primary) 12%, transparent);font-weight:600}.Header-module__hBw1pG__navGroup{position:relative}.Header-module__hBw1pG__navTrigger{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:3px;padding:7px 8px 7px 12px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.Header-module__hBw1pG__navTrigger:hover{color:var(--text);background:var(--bg-subtle)}.Header-module__hBw1pG__navTriggerActive,.Header-module__hBw1pG__navTriggerActive:hover{color:var(--primary);background:color-mix(in srgb, var(--primary) 12%, transparent);font-weight:600}.Header-module__hBw1pG__navCaret{transition:transform .15s}.Header-module__hBw1pG__navCaretOpen{transform:rotate(180deg)}.Header-module__hBw1pG__navDropdown{background:var(--bg);border:1px solid var(--border);z-index:120;border-radius:12px;flex-direction:column;gap:2px;min-width:190px;padding:6px;animation:.12s ease-out Header-module__hBw1pG__navPop;display:flex;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 14px 36px #00000024}.Header-module__hBw1pG__navDropItem{color:var(--text-muted);white-space:nowrap;border-radius:8px;padding:8px 12px;font-size:14px;font-weight:500}.Header-module__hBw1pG__navDropItem:hover{color:var(--text);background:var(--bg-subtle)}.Header-module__hBw1pG__navDropActive,.Header-module__hBw1pG__navDropActive:hover{color:var(--primary);background:color-mix(in srgb, var(--primary) 12%, transparent);font-weight:600}@keyframes Header-module__hBw1pG__navPop{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.Header-module__hBw1pG__actions{align-items:center;gap:10px;margin-left:auto;display:flex}.Header-module__hBw1pG__ghostBtn,.Header-module__hBw1pG__primaryBtn{cursor:pointer;border:1px solid #0000;border-radius:10px;align-items:center;height:38px;padding:0 16px;font-size:14px;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.Header-module__hBw1pG__ghostBtn{border-color:var(--border);color:var(--text);background:0 0}.Header-module__hBw1pG__ghostBtn:hover{background:var(--bg-subtle)}.Header-module__hBw1pG__primaryBtn{background:var(--primary);color:var(--primary-contrast)}.Header-module__hBw1pG__primaryBtn:hover{background:var(--primary-hover)}.Header-module__hBw1pG__user{align-items:center;gap:10px;display:flex}.Header-module__hBw1pG__avatar{background:var(--primary);width:32px;height:32px;color:var(--primary-contrast);border-radius:50%;place-items:center;font-size:14px;font-weight:700;display:grid}.Header-module__hBw1pG__userName{font-size:14px;font-weight:600}@media (max-width:640px){.Header-module__hBw1pG__nav,.Header-module__hBw1pG__userName{display:none}}
.ImageSlider-module__UkK7rG__slider{flex-direction:column;gap:10px;display:flex}.ImageSlider-module__UkK7rG__frame{aspect-ratio:16/9;background:var(--bg-subtle);border-radius:12px;position:relative;overflow:hidden}.ImageSlider-module__UkK7rG__frame img{object-fit:contain;width:100%;height:100%;display:block}.ImageSlider-module__UkK7rG__nav{color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;place-items:center;width:36px;height:36px;font-size:22px;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.ImageSlider-module__UkK7rG__nav:hover{background:#000000b3}.ImageSlider-module__UkK7rG__prev{left:10px}.ImageSlider-module__UkK7rG__next{right:10px}.ImageSlider-module__UkK7rG__counter{color:#fff;background:#0000008c;border-radius:999px;padding:3px 8px;font-size:12px;position:absolute;bottom:10px;right:10px}.ImageSlider-module__UkK7rG__dots{justify-content:center;gap:6px;display:flex}.ImageSlider-module__UkK7rG__dot{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0}.ImageSlider-module__UkK7rG__dotActive{background:var(--primary)}.ImageSlider-module__UkK7rG__empty{aspect-ratio:16/9;background:var(--bg-subtle);color:var(--text-muted);border-radius:12px;place-items:center;font-size:14px;display:grid}
.UserMenu-module__gr1FQq__wrap{position:relative}.UserMenu-module__gr1FQq__trigger{cursor:pointer;height:40px;color:var(--text);background:0 0;border:none;border-radius:10px;align-items:center;gap:9px;padding:0 8px 0 5px;transition:background .15s;display:inline-flex}.UserMenu-module__gr1FQq__trigger:hover,.UserMenu-module__gr1FQq__triggerActive{background:var(--bg-subtle)}.UserMenu-module__gr1FQq__avatar{background:color-mix(in srgb, var(--primary) 16%, transparent);width:30px;height:30px;color:var(--primary);border-radius:50%;place-items:center;font-size:13px;font-weight:700;display:grid}.UserMenu-module__gr1FQq__name{text-overflow:ellipsis;white-space:nowrap;max-width:140px;font-size:14px;font-weight:600;overflow:hidden}.UserMenu-module__gr1FQq__caret{color:var(--text-muted);transition:transform .15s}.UserMenu-module__gr1FQq__caretOpen{transform:rotate(180deg)}.UserMenu-module__gr1FQq__menu{background:var(--surface);border:1px solid var(--border);z-index:60;transform-origin:100% 0;border-radius:14px;width:264px;padding:6px;animation:.14s cubic-bezier(.16,1,.3,1) UserMenu-module__gr1FQq__menuIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 4px 12px #10281e0d,0 18px 44px #10281e21}@keyframes UserMenu-module__gr1FQq__menuIn{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:none}}.UserMenu-module__gr1FQq__identity{align-items:center;gap:11px;padding:12px 12px 14px;display:flex}.UserMenu-module__gr1FQq__identityAvatar{background:color-mix(in srgb, var(--primary) 16%, transparent);width:42px;height:42px;color:var(--primary);border-radius:50%;flex-shrink:0;place-items:center;font-size:17px;font-weight:700;display:grid}.UserMenu-module__gr1FQq__identityText{min-width:0}.UserMenu-module__gr1FQq__idName{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.UserMenu-module__gr1FQq__idEmail{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:13px;overflow:hidden}.UserMenu-module__gr1FQq__sep{background:var(--border);opacity:.7;height:1px;margin:2px 8px}.UserMenu-module__gr1FQq__item{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:9px;align-items:center;gap:11px;padding:9px 10px;font-size:14px;font-weight:500;transition:background .12s,color .12s;display:flex}.UserMenu-module__gr1FQq__item svg{color:var(--text-muted);flex-shrink:0;transition:color .12s}.UserMenu-module__gr1FQq__item:hover{background:var(--bg-subtle)}.UserMenu-module__gr1FQq__item:hover svg{color:var(--primary)}.UserMenu-module__gr1FQq__signout:hover{color:#e5484d;background:#e5484d1a}.UserMenu-module__gr1FQq__signout:hover svg{color:#e5484d}.UserMenu-module__gr1FQq__mobileNav,.UserMenu-module__gr1FQq__backdrop{display:none}.UserMenu-module__gr1FQq__section{padding:2px 0}.UserMenu-module__gr1FQq__sectionLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);padding:10px 10px 4px;font-size:11px;font-weight:700}.UserMenu-module__gr1FQq__navItem{min-height:44px;color:var(--text);border-radius:9px;align-items:center;padding:0 10px;font-size:15px;font-weight:500;transition:background .12s,color .12s;display:flex}.UserMenu-module__gr1FQq__navItem:active{background:var(--bg-subtle)}.UserMenu-module__gr1FQq__navItemActive,.UserMenu-module__gr1FQq__navItemActive:active{color:var(--primary);background:color-mix(in srgb, var(--primary) 12%, transparent);font-weight:600}@media (max-width:640px){.UserMenu-module__gr1FQq__name{display:none}.UserMenu-module__gr1FQq__backdrop{inset:var(--nav-h) 0 0;z-index:55;background:#10281e59;animation:.14s ease-out UserMenu-module__gr1FQq__backdropIn;display:block;position:fixed}.UserMenu-module__gr1FQq__menu{top:var(--nav-h);width:auto;max-height:calc(100dvh - var(--nav-h));overscroll-behavior:contain;transform-origin:top;border-left:0;border-right:0;border-radius:0 0 18px 18px;padding:6px 10px 16px;animation:.16s cubic-bezier(.16,1,.3,1) UserMenu-module__gr1FQq__sheetIn;position:fixed;left:0;right:0;overflow-y:auto}.UserMenu-module__gr1FQq__mobileNav{display:block}.UserMenu-module__gr1FQq__item{min-height:44px;font-size:15px}}@keyframes UserMenu-module__gr1FQq__sheetIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}@keyframes UserMenu-module__gr1FQq__backdropIn{0%{opacity:0}to{opacity:1}}
.packageDetail-module__vOfirq__overlay{z-index:120;background:#08140e80;place-items:center;padding:20px;animation:.12s ease-out packageDetail-module__vOfirq__fadeIn;display:grid;position:fixed;inset:0}.packageDetail-module__vOfirq__modal{background:var(--surface);border:1px solid var(--border);border-radius:16px;width:100%;max-width:560px;max-height:90vh;padding:22px;animation:.15s cubic-bezier(.16,1,.3,1) packageDetail-module__vOfirq__pop;position:relative;overflow-y:auto;box-shadow:0 24px 64px #0000004d}.packageDetail-module__vOfirq__close{z-index:2;color:#fff;cursor:pointer;background:#00000059;border:none;border-radius:50%;place-items:center;width:32px;height:32px;font-size:20px;line-height:1;display:grid;position:absolute;top:12px;right:12px}.packageDetail-module__vOfirq__close:hover{background:#0000008c}.packageDetail-module__vOfirq__head{align-items:center;gap:10px;margin-top:16px;display:flex}.packageDetail-module__vOfirq__name{font-size:20px;font-weight:800}.packageDetail-module__vOfirq__ver{color:var(--primary);background:color-mix(in srgb, var(--primary) 14%, transparent);white-space:nowrap;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:700}.packageDetail-module__vOfirq__summary{color:var(--text-muted);margin:8px 0 16px;font-size:15px;line-height:1.5}.packageDetail-module__vOfirq__meta{grid-template-columns:auto 1fr;gap:6px 16px;margin:0 0 18px;font-size:13px;display:grid}.packageDetail-module__vOfirq__meta dt{color:var(--text-muted)}.packageDetail-module__vOfirq__meta dd{color:var(--text);word-break:break-all;margin:0}.packageDetail-module__vOfirq__mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.packageDetail-module__vOfirq__actions{gap:10px;display:flex}.packageDetail-module__vOfirq__download,.packageDetail-module__vOfirq__delete,.packageDetail-module__vOfirq__edit{cursor:pointer;border:1px solid #0000;border-radius:10px;align-items:center;height:40px;padding:0 18px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.packageDetail-module__vOfirq__edit{border-color:var(--border);color:var(--text);background:0 0}.packageDetail-module__vOfirq__edit:hover{background:var(--bg-subtle)}.packageDetail-module__vOfirq__download{background:var(--primary);color:var(--primary-contrast)}.packageDetail-module__vOfirq__download:hover{background:var(--primary-hover)}.packageDetail-module__vOfirq__delete{color:#d64545;border-color:color-mix(in srgb, #d64545 30%, var(--border));background:0 0}.packageDetail-module__vOfirq__delete:hover{background:#d645451f}@keyframes packageDetail-module__vOfirq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes packageDetail-module__vOfirq__pop{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:none}}
.taxonomy-module__KWHyQa__page{max-width:1100px;margin:0 auto;padding:40px 24px 64px}.taxonomy-module__KWHyQa__title{font-size:26px;font-weight:800}.taxonomy-module__KWHyQa__subtitle{color:var(--text-muted);margin:6px 0 28px}.taxonomy-module__KWHyQa__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:20px;padding:24px}.taxonomy-module__KWHyQa__cardTitle{margin-bottom:16px;font-size:17px;font-weight:700}.taxonomy-module__KWHyQa__createForm{flex-wrap:wrap;align-items:flex-start;gap:10px;display:flex}.taxonomy-module__KWHyQa__createField{flex-direction:column;flex:1;gap:6px;min-width:220px;display:flex}.taxonomy-module__KWHyQa__createLabel{color:var(--text-muted);font-size:13px;font-weight:600}.taxonomy-module__KWHyQa__createInput{width:100%;height:42px;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:10px;outline:none;padding:0 14px;font-size:15px}.taxonomy-module__KWHyQa__createInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 25%, transparent)}.taxonomy-module__KWHyQa__createInputWarn{border-color:#d64545}.taxonomy-module__KWHyQa__createInputWarn:focus{border-color:#d64545;box-shadow:0 0 0 3px #d6454540}.taxonomy-module__KWHyQa__suggestions{flex-direction:column;gap:4px;margin:0;padding:8px 0 0;list-style:none;display:flex}.taxonomy-module__KWHyQa__suggestion{background:var(--bg);border:1px solid var(--border);border-radius:8px;align-items:baseline;gap:8px;padding:6px 10px;font-size:13px;display:flex}.taxonomy-module__KWHyQa__suggestionExact{border-color:color-mix(in srgb, #d64545 40%, var(--border));background:#d6454514}.taxonomy-module__KWHyQa__suggestionName{font-weight:600}.taxonomy-module__KWHyQa__suggestionSlug{color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.taxonomy-module__KWHyQa__suggestionBadge{color:#d64545;margin-left:auto;font-size:11px;font-weight:700}.taxonomy-module__KWHyQa__dupWarn{color:#d64545;margin:8px 0 0;font-size:13px}.taxonomy-module__KWHyQa__primaryBtn{height:42px;color:var(--primary-contrast);background:var(--primary);cursor:pointer;white-space:nowrap;border:none;border-radius:10px;margin-top:22px;padding:0 20px;font-size:14px;font-weight:700}.taxonomy-module__KWHyQa__primaryBtn:hover:not(:disabled){background:var(--primary-hover)}.taxonomy-module__KWHyQa__primaryBtn:disabled{opacity:.6;cursor:not-allowed}.taxonomy-module__KWHyQa__filterBar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;display:flex}.taxonomy-module__KWHyQa__filterInput{min-width:180px;height:38px;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:8px;outline:none;flex:1;padding:0 12px;font-size:14px}.taxonomy-module__KWHyQa__filterInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 25%, transparent)}.taxonomy-module__KWHyQa__ghostBtn,.taxonomy-module__KWHyQa__dangerBtn{cursor:pointer;border:1px solid var(--border);height:34px;color:var(--text);white-space:nowrap;background:0 0;border-radius:8px;padding:0 12px;font-size:13px;font-weight:600}.taxonomy-module__KWHyQa__ghostBtn:hover:not(:disabled){background:var(--bg-subtle)}.taxonomy-module__KWHyQa__ghostBtn:disabled{opacity:.45;cursor:not-allowed}.taxonomy-module__KWHyQa__dangerBtn{color:#d64545;border-color:color-mix(in srgb, #d64545 30%, var(--border))}.taxonomy-module__KWHyQa__dangerBtn:hover{background:#d645451f}.taxonomy-module__KWHyQa__tableWrap{overflow-x:auto}.taxonomy-module__KWHyQa__table{border-collapse:collapse;width:100%;font-size:14px}.taxonomy-module__KWHyQa__table th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap;padding:10px 12px;font-weight:600}.taxonomy-module__KWHyQa__table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:12px}.taxonomy-module__KWHyQa__mono{color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.taxonomy-module__KWHyQa__muted{color:var(--text-muted)}.taxonomy-module__KWHyQa__empty{color:var(--text-muted);padding:8px 0;font-size:14px}.taxonomy-module__KWHyQa__right{text-align:right}.taxonomy-module__KWHyQa__pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;display:flex}.taxonomy-module__KWHyQa__paginationBtns{gap:8px;display:flex}
.admin-module__PmmOpq__page{max-width:1360px;margin:0 auto;padding:40px 24px 64px}.admin-module__PmmOpq__title{font-size:26px;font-weight:800}.admin-module__PmmOpq__subtitle{color:var(--text-muted);margin:6px 0 28px}.admin-module__PmmOpq__tabs{border-bottom:1px solid var(--border);gap:4px;margin-bottom:20px;display:flex}.admin-module__PmmOpq__tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 16px;font-size:14px;font-weight:600}.admin-module__PmmOpq__tab:hover{color:var(--text)}.admin-module__PmmOpq__tabActive{color:var(--primary);border-bottom-color:var(--primary)}.admin-module__PmmOpq__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:20px;padding:24px}.admin-module__PmmOpq__cardTitle{margin-bottom:16px;font-size:17px;font-weight:700}.admin-module__PmmOpq__inviteForm{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.admin-module__PmmOpq__inviteEmail{min-width:220px;height:42px;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:10px;outline:none;flex:1;padding:0 14px;font-size:15px}.admin-module__PmmOpq__inviteEmail:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 25%, transparent)}.admin-module__PmmOpq__filterBar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;display:flex}.admin-module__PmmOpq__filterInput{min-width:180px;height:38px;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:8px;outline:none;flex:1;padding:0 12px;font-size:14px}.admin-module__PmmOpq__filterInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 25%, transparent)}.admin-module__PmmOpq__select{height:42px;color:var(--text);background:var(--bg);border:1px solid var(--border);cursor:pointer;border-radius:10px;padding:0 12px;font-size:14px}.admin-module__PmmOpq__primaryBtn{height:42px;color:var(--primary-contrast);background:var(--primary);cursor:pointer;white-space:nowrap;border:none;border-radius:10px;padding:0 20px;font-size:14px;font-weight:700}.admin-module__PmmOpq__primaryBtn:hover:not(:disabled){background:var(--primary-hover)}.admin-module__PmmOpq__primaryBtn:disabled{opacity:.6;cursor:not-allowed}.admin-module__PmmOpq__inviteResult{background:color-mix(in srgb, var(--primary) 8%, transparent);border:1px solid color-mix(in srgb, var(--primary) 35%, transparent);border-radius:10px;margin-top:16px;padding:14px}.admin-module__PmmOpq__inviteResultHead{color:var(--text-muted);margin-bottom:8px;font-size:13px}.admin-module__PmmOpq__linkRow{align-items:center;gap:8px;display:flex}.admin-module__PmmOpq__linkInput{min-width:0;height:38px;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:8px;flex:1;padding:0 12px;font-size:13px}.admin-module__PmmOpq__copyBtn,.admin-module__PmmOpq__ghostBtn,.admin-module__PmmOpq__dangerBtn{cursor:pointer;border:1px solid var(--border);height:34px;color:var(--text);white-space:nowrap;background:0 0;border-radius:8px;padding:0 12px;font-size:13px;font-weight:600}.admin-module__PmmOpq__copyBtn{height:38px}.admin-module__PmmOpq__ghostBtn:hover:not(:disabled),.admin-module__PmmOpq__copyBtn:hover{background:var(--bg-subtle)}.admin-module__PmmOpq__ghostBtn:disabled{opacity:.45;cursor:not-allowed}.admin-module__PmmOpq__dangerBtn{color:#d64545;border-color:color-mix(in srgb, #d64545 30%, var(--border))}.admin-module__PmmOpq__dangerBtn:hover{background:#d645451f}.admin-module__PmmOpq__tableWrap{overflow-x:auto}.admin-module__PmmOpq__table{border-collapse:collapse;width:100%;font-size:14px}.admin-module__PmmOpq__table th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap;padding:10px 12px;font-weight:600}.admin-module__PmmOpq__table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:12px}.admin-module__PmmOpq__memberName{font-weight:600}.admin-module__PmmOpq__mono{word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.admin-module__PmmOpq__you{color:var(--primary);margin-left:6px;font-size:11px;font-weight:700}.admin-module__PmmOpq__badge{letter-spacing:.02em;border-radius:999px;padding:3px 9px;font-size:11px;font-weight:700;display:inline-block}.admin-module__PmmOpq__badgeAdmin{color:var(--primary);background:color-mix(in srgb, var(--primary) 14%, transparent)}.admin-module__PmmOpq__badgePending{color:#b7791f;background:#d69e2e2e}.admin-module__PmmOpq__roleSelect{height:34px;color:var(--text);background:var(--bg);border:1px solid var(--border);cursor:pointer;border-radius:8px;padding:0 8px;font-size:13px}.admin-module__PmmOpq__muted{color:var(--text-muted)}.admin-module__PmmOpq__empty{color:var(--text-muted);padding:8px 0;font-size:14px}.admin-module__PmmOpq__error{color:#b42318;background:#fef3f2;border:1px solid #fecdca;border-radius:9px;margin-bottom:12px;padding:10px 12px;font-size:14px}.admin-module__PmmOpq__right{text-align:right}.admin-module__PmmOpq__pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;display:flex}.admin-module__PmmOpq__paginationBtns{gap:8px;display:flex}.admin-module__PmmOpq__inviteRow{border:1px solid var(--border);border-radius:10px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:10px;padding:12px;display:flex}.admin-module__PmmOpq__inviteRowMain{flex:1;min-width:180px}.admin-module__PmmOpq__inviteEmailText{font-weight:600}.admin-module__PmmOpq__inviteMeta{color:var(--text-muted);font-size:13px}@media (prefers-color-scheme:dark){.admin-module__PmmOpq__error{color:#ffb4a8;background:#2a1512;border-color:#5c221b}}
.developer-module__AW8AyG__page{max-width:960px;margin:0 auto;padding:32px 20px 64px}.developer-module__AW8AyG__title{margin-bottom:4px;font-size:28px;font-weight:800}.developer-module__AW8AyG__subtitle{color:var(--text-muted);margin-bottom:24px}.developer-module__AW8AyG__card{background:var(--surface);border:1px solid var(--border);border-radius:16px;margin-bottom:22px;padding:22px}.developer-module__AW8AyG__cardTitle{margin-bottom:14px;font-size:17px;font-weight:700}.developer-module__AW8AyG__form{flex-direction:column;gap:14px;display:flex}.developer-module__AW8AyG__grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;display:grid}.developer-module__AW8AyG__field{flex-direction:column;gap:6px;font-size:14px;font-weight:600;display:flex}.developer-module__AW8AyG__tagList{flex-wrap:wrap;gap:8px 14px;display:flex}.developer-module__AW8AyG__tagChip{align-items:center;gap:6px;font-size:13px;font-weight:500;display:inline-flex}.developer-module__AW8AyG__input{width:100%;height:42px;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:10px;outline:none;padding:0 12px;font-family:inherit;font-size:15px}.developer-module__AW8AyG__textarea{width:100%;min-height:64px;color:var(--text);background:var(--bg);border:1px solid var(--border);resize:vertical;border-radius:10px;outline:none;padding:10px 12px;font-family:inherit;font-size:15px}.developer-module__AW8AyG__input:focus,.developer-module__AW8AyG__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 25%, transparent)}.developer-module__AW8AyG__primaryBtn,.developer-module__AW8AyG__ghostBtn,.developer-module__AW8AyG__dangerBtn{box-sizing:border-box;white-space:nowrap;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;height:36px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.developer-module__AW8AyG__primaryBtn{background:var(--primary);color:var(--primary-contrast);border:1px solid #0000;align-self:flex-start}.developer-module__AW8AyG__primaryBtn:disabled{opacity:.6;cursor:not-allowed}.developer-module__AW8AyG__ghostBtn{border:1px solid var(--border);color:var(--text);background:0 0}.developer-module__AW8AyG__ghostBtn:hover:not(:disabled){background:var(--bg-subtle)}.developer-module__AW8AyG__dangerBtn{border:1px solid color-mix(in srgb, #c62828 40%, var(--border));color:#c62828;background:0 0}.developer-module__AW8AyG__dangerBtn:hover:not(:disabled){background:#ffebee}.developer-module__AW8AyG__primaryBtn:disabled,.developer-module__AW8AyG__dangerBtn:disabled,.developer-module__AW8AyG__ghostBtn:disabled{opacity:.55;cursor:not-allowed}.developer-module__AW8AyG__backLink{color:var(--text-muted);margin-bottom:12px;font-size:14px;font-weight:600;text-decoration:none;display:inline-block}.developer-module__AW8AyG__backLink:hover{color:var(--primary)}.developer-module__AW8AyG__detailHead{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:8px;display:flex}.developer-module__AW8AyG__detailHead .developer-module__AW8AyG__title{margin-bottom:2px}.developer-module__AW8AyG__detailHead .developer-module__AW8AyG__subtitle{margin-bottom:0}.developer-module__AW8AyG__actionBar{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:22px;display:flex}.developer-module__AW8AyG__cardHeadRow{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.developer-module__AW8AyG__cardHeadRow .developer-module__AW8AyG__cardTitle{margin-bottom:0}.developer-module__AW8AyG__filterField{flex:none;min-width:140px}.developer-module__AW8AyG__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.developer-module__AW8AyG__filePickInline{cursor:pointer;display:inline-flex}.developer-module__AW8AyG__imageGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;display:grid}.developer-module__AW8AyG__imageThumb{aspect-ratio:4/3;border:1px solid var(--border);background:var(--bg-subtle);border-radius:10px;position:relative;overflow:hidden}.developer-module__AW8AyG__imageThumb img{object-fit:cover;width:100%;height:100%;display:block}.developer-module__AW8AyG__thumbRemove{color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;font-size:16px;line-height:1;display:inline-flex;position:absolute;top:6px;right:6px}.developer-module__AW8AyG__thumbRemove:disabled{opacity:.35;cursor:not-allowed}.developer-module__AW8AyG__rowActions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.developer-module__AW8AyG__versionNote{color:var(--text-muted);white-space:pre-wrap;margin:4px 0 0;font-size:12px;font-weight:400}.developer-module__AW8AyG__hint{color:var(--text-muted);margin:-6px 0 14px;font-size:13px}.developer-module__AW8AyG__manageLink{box-sizing:border-box;border:1px solid var(--border);height:36px;color:var(--text);cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:0 14px;font-size:13px;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.developer-module__AW8AyG__manageLink:hover{background:var(--bg-subtle)}.developer-module__AW8AyG__table{border-collapse:collapse;width:100%}.developer-module__AW8AyG__table th,.developer-module__AW8AyG__table td{text-align:left;border-bottom:1px solid var(--border);padding:10px 8px;font-size:14px}.developer-module__AW8AyG__table th{color:var(--text-muted);font-weight:600}.developer-module__AW8AyG__badge{background:var(--bg-subtle);color:var(--text-muted);border-radius:999px;padding:2px 10px;font-size:12px;font-weight:700;display:inline-block}.developer-module__AW8AyG__badgeAPPROVED{color:#2e7d32;background:#e8f5e9}.developer-module__AW8AyG__badgeDRAFT{color:#e65100;background:#fff3e0}.developer-module__AW8AyG__badgeDEPRECATED{color:#455a64;background:#eceff1}.developer-module__AW8AyG__badgeUNPUBLISHED{color:#f57f17;background:#fff8e1}.developer-module__AW8AyG__badgeDISABLED{color:#c62828;background:#ffebee}.developer-module__AW8AyG__priceCell{align-items:center;gap:8px;display:flex}.developer-module__AW8AyG__priceInput{border:1px solid var(--border);background:var(--bg);width:90px;height:30px;color:var(--text);border-radius:8px;padding:0 8px}.developer-module__AW8AyG__empty{color:var(--text-muted);padding:8px 0}.developer-module__AW8AyG__filePick{border:1px dashed var(--border);background:var(--bg-subtle);cursor:pointer;border-radius:10px;align-items:center;gap:10px;padding:6px;transition:border-color .15s,background .15s;display:flex}.developer-module__AW8AyG__filePick:hover{border-color:color-mix(in srgb, var(--primary) 45%, var(--border));background:color-mix(in srgb, var(--primary) 6%, var(--bg-subtle))}.developer-module__AW8AyG__filePickBtn{background:var(--surface);border:1px solid var(--border);height:30px;color:var(--text);white-space:nowrap;border-radius:8px;flex:none;align-items:center;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.developer-module__AW8AyG__fileName{min-width:0;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;flex:auto;font-size:13px;overflow:hidden}.developer-module__AW8AyG__hiddenInput{display:none}@media (max-width:640px){.developer-module__AW8AyG__page{padding:24px 14px 56px}.developer-module__AW8AyG__card{padding:18px 14px}.developer-module__AW8AyG__table,.developer-module__AW8AyG__table tbody,.developer-module__AW8AyG__table tr,.developer-module__AW8AyG__table td{width:100%;display:block}.developer-module__AW8AyG__table thead{display:none}.developer-module__AW8AyG__table tr{border:1px solid var(--border);border-radius:12px;margin-bottom:12px;padding:2px 14px}.developer-module__AW8AyG__table tr:last-child{margin-bottom:0}.developer-module__AW8AyG__table td{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;padding:11px 0;display:flex}.developer-module__AW8AyG__table tr td:last-child{border-bottom:none}.developer-module__AW8AyG__table td:before{content:attr(data-label);color:var(--text-muted);flex:none;font-size:13px;font-weight:600}.developer-module__AW8AyG__table td:first-child{word-break:break-word;font-weight:600}.developer-module__AW8AyG__priceCell{flex:auto;justify-content:flex-end;min-width:0}.developer-module__AW8AyG__priceInput{width:100%;max-width:96px;height:36px}.developer-module__AW8AyG__primaryBtn,.developer-module__AW8AyG__ghostBtn,.developer-module__AW8AyG__dangerBtn,.developer-module__AW8AyG__manageLink{flex:none;height:36px}.developer-module__AW8AyG__rowActions{flex:auto;justify-content:flex-end}}
.Select-module__fwgB3a__wrap{display:inline-block;position:relative}.Select-module__fwgB3a__trigger{min-width:112px;height:42px;color:var(--text);background:var(--bg);border:1px solid var(--border);cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:0 12px;font-size:14px;font-weight:500;transition:border-color .15s,box-shadow .15s;display:inline-flex}.Select-module__fwgB3a__trigger:hover{border-color:color-mix(in srgb, var(--primary) 40%, var(--border))}.Select-module__fwgB3a__open,.Select-module__fwgB3a__trigger:focus-visible{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 22%, transparent);outline:none}.Select-module__fwgB3a__sm .Select-module__fwgB3a__trigger{border-radius:8px;min-width:98px;height:34px;padding:0 10px;font-size:13px}.Select-module__fwgB3a__caret{color:var(--text-muted);flex-shrink:0;transition:transform .15s}.Select-module__fwgB3a__caretOpen{transform:rotate(180deg)}.Select-module__fwgB3a__menu{background:var(--surface);border:1px solid var(--border);z-index:70;border-radius:10px;min-width:112px;padding:5px;animation:.12s ease-out Select-module__fwgB3a__selIn;box-shadow:0 4px 12px #10281e0d,0 14px 36px #10281e21}@keyframes Select-module__fwgB3a__selIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.Select-module__fwgB3a__option{text-align:left;width:100%;color:var(--text);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:7px;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;font-size:14px;display:flex}.Select-module__fwgB3a__option:hover{background:var(--bg-subtle)}.Select-module__fwgB3a__selected{color:var(--primary);font-weight:600}.Select-module__fwgB3a__check{color:var(--primary);flex-shrink:0}
.confirm-module__qtWsRq__overlay{z-index:100;background:#08140e6b;place-items:center;padding:20px;animation:.12s ease-out confirm-module__qtWsRq__fadeIn;display:grid;position:fixed;inset:0}.confirm-module__qtWsRq__dialog{background:var(--surface);border:1px solid var(--border);border-radius:16px;width:100%;max-width:400px;padding:24px;animation:.15s cubic-bezier(.16,1,.3,1) confirm-module__qtWsRq__pop;box-shadow:0 24px 64px #00000047}.confirm-module__qtWsRq__title{font-size:18px;font-weight:700}.confirm-module__qtWsRq__message{color:var(--text-muted);margin:8px 0 22px;font-size:14px;line-height:1.55}.confirm-module__qtWsRq__actions{justify-content:flex-end;gap:10px;display:flex}.confirm-module__qtWsRq__btn{cursor:pointer;border:1px solid #0000;border-radius:10px;height:40px;padding:0 16px;font-size:14px;font-weight:600}.confirm-module__qtWsRq__cancel{border-color:var(--border);color:var(--text);background:0 0}.confirm-module__qtWsRq__cancel:hover{background:var(--bg-subtle)}.confirm-module__qtWsRq__confirm{background:var(--primary);color:var(--primary-contrast)}.confirm-module__qtWsRq__confirm:hover{background:var(--primary-hover)}.confirm-module__qtWsRq__danger{color:#fff;background:#e5484d}.confirm-module__qtWsRq__danger:hover{background:#d33b40}@keyframes confirm-module__qtWsRq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes confirm-module__qtWsRq__pop{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:none}}
.DownloadButton-module__K1aZLq__wrap{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.DownloadButton-module__K1aZLq__download{height:46px;color:var(--primary-contrast);background:var(--primary);cursor:pointer;border:none;border-radius:999px;padding:0 24px;font-size:15px;font-weight:700}.DownloadButton-module__K1aZLq__download:hover:not(:disabled){background:var(--primary-hover)}.DownloadButton-module__K1aZLq__download:disabled{opacity:.6;cursor:not-allowed}.DownloadButton-module__K1aZLq__priced{height:46px;color:var(--text-muted);background:var(--bg-subtle);border:1px solid var(--border);cursor:not-allowed;border-radius:999px;padding:0 24px;font-size:15px;font-weight:700}.DownloadButton-module__K1aZLq__error{color:#c62828;font-size:13px}
.packageEdit-module__Dsdweq__overlay{z-index:130;background:#08140e80;place-items:center;padding:20px;animation:.12s ease-out packageEdit-module__Dsdweq__fadeIn;display:grid;position:fixed;inset:0}.packageEdit-module__Dsdweq__modal{background:var(--surface);border:1px solid var(--border);border-radius:16px;width:100%;max-width:520px;max-height:90vh;padding:24px;animation:.15s cubic-bezier(.16,1,.3,1) packageEdit-module__Dsdweq__pop;position:relative;overflow-y:auto;box-shadow:0 24px 64px #0000004d}.packageEdit-module__Dsdweq__title{margin-bottom:18px;font-size:20px;font-weight:800}.packageEdit-module__Dsdweq__form{flex-direction:column;gap:16px;display:flex}.packageEdit-module__Dsdweq__row{flex-wrap:wrap;gap:14px;display:flex}.packageEdit-module__Dsdweq__field{flex-direction:column;flex:1;gap:6px;min-width:180px;font-size:14px;font-weight:600;display:flex}.packageEdit-module__Dsdweq__input,.packageEdit-module__Dsdweq__textarea{width:100%;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:10px;outline:none;padding:10px 12px;font-family:inherit;font-size:15px}.packageEdit-module__Dsdweq__input{height:44px;padding:0 12px}.packageEdit-module__Dsdweq__textarea{resize:vertical;min-height:62px}.packageEdit-module__Dsdweq__input:focus,.packageEdit-module__Dsdweq__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 25%, transparent)}.packageEdit-module__Dsdweq__thumbs{flex-wrap:wrap;gap:10px;display:flex}.packageEdit-module__Dsdweq__thumb{border:1px solid var(--border);border-radius:10px;width:80px;height:80px;position:relative;overflow:hidden}.packageEdit-module__Dsdweq__thumb img{object-fit:cover;width:100%;height:100%;display:block}.packageEdit-module__Dsdweq__thumbRemove{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;place-items:center;width:20px;height:20px;font-size:13px;line-height:1;display:grid;position:absolute;top:3px;right:3px}.packageEdit-module__Dsdweq__filePick{border:1px dashed var(--border);cursor:pointer;height:38px;color:var(--text);background:var(--bg-subtle);border-radius:10px;align-items:center;width:fit-content;padding:0 14px;font-size:14px;font-weight:600;display:inline-flex}.packageEdit-module__Dsdweq__filePick:hover{border-color:color-mix(in srgb, var(--primary) 45%, var(--border))}.packageEdit-module__Dsdweq__hiddenInput{display:none}.packageEdit-module__Dsdweq__actions{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.packageEdit-module__Dsdweq__cancel,.packageEdit-module__Dsdweq__save{cursor:pointer;border:1px solid #0000;border-radius:10px;height:42px;padding:0 18px;font-size:14px;font-weight:600}.packageEdit-module__Dsdweq__cancel{border-color:var(--border);color:var(--text);background:0 0}.packageEdit-module__Dsdweq__cancel:hover{background:var(--bg-subtle)}.packageEdit-module__Dsdweq__save{background:var(--primary);color:var(--primary-contrast)}.packageEdit-module__Dsdweq__save:hover:not(:disabled){background:var(--primary-hover)}.packageEdit-module__Dsdweq__save:disabled{opacity:.6;cursor:not-allowed}@keyframes packageEdit-module__Dsdweq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes packageEdit-module__Dsdweq__pop{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:none}}
.account-module__zd0OHa__page{max-width:680px;margin:0 auto;padding:40px 24px 64px}.account-module__zd0OHa__title{font-size:26px;font-weight:800}.account-module__zd0OHa__subtitle{color:var(--text-muted);margin:6px 0 28px}.account-module__zd0OHa__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:20px;padding:24px}.account-module__zd0OHa__cardTitle{font-size:17px;font-weight:700}.account-module__zd0OHa__cardHint{color:var(--text-muted);margin:4px 0 18px;font-size:14px}.account-module__zd0OHa__form{flex-direction:column;gap:16px;display:flex}.account-module__zd0OHa__field{flex-direction:column;gap:6px;font-size:14px;font-weight:600;display:flex}.account-module__zd0OHa__input{width:100%;height:44px;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:10px;outline:none;padding:0 14px;font-size:15px}.account-module__zd0OHa__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 25%, transparent)}.account-module__zd0OHa__actions{justify-content:flex-end;margin-top:4px;display:flex}.account-module__zd0OHa__submit{height:44px;color:var(--primary-contrast);background:var(--primary);cursor:pointer;border:none;border-radius:10px;padding:0 20px;font-size:15px;font-weight:700}.account-module__zd0OHa__submit:hover:not(:disabled){background:var(--primary-hover)}.account-module__zd0OHa__submit:disabled{opacity:.6;cursor:not-allowed}.account-module__zd0OHa__notice{border-radius:9px;padding:10px 12px;font-size:14px}.account-module__zd0OHa__noticeOk{color:var(--primary-hover);background:color-mix(in srgb, var(--primary) 14%, transparent);border:1px solid color-mix(in srgb, var(--primary) 40%, transparent)}.account-module__zd0OHa__noticeErr{color:#b42318;background:#fef3f2;border:1px solid #fecdca}@media (prefers-color-scheme:dark){.account-module__zd0OHa__noticeErr{color:#ffb4a8;background:#2a1512;border-color:#5c221b}}
.catalog-settings-module__UbGO4W__page{flex-direction:column;gap:24px;max-width:960px;margin:0 auto;padding:32px 20px 80px;display:flex}.catalog-settings-module__UbGO4W__title{margin:0;font-size:26px;font-weight:800}.catalog-settings-module__UbGO4W__subtitle{color:var(--text-muted);margin:0}.catalog-settings-module__UbGO4W__card{border:1px solid var(--border);background:var(--surface);border-radius:14px;flex-direction:column;gap:14px;padding:20px;display:flex}.catalog-settings-module__UbGO4W__cardTitle{margin:0;font-size:17px;font-weight:700}.catalog-settings-module__UbGO4W__hint{color:var(--text-muted);margin:0;font-size:13px}.catalog-settings-module__UbGO4W__row{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.catalog-settings-module__UbGO4W__field{flex-direction:column;flex:200px;gap:6px;font-size:14px;font-weight:600;display:flex}.catalog-settings-module__UbGO4W__input{width:100%;height:40px;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:0 12px;font-size:14px}.catalog-settings-module__UbGO4W__primaryBtn{height:40px;color:var(--primary-contrast);background:var(--primary);cursor:pointer;border:none;border-radius:8px;padding:0 18px;font-size:14px;font-weight:700}.catalog-settings-module__UbGO4W__primaryBtn:disabled{opacity:.6;cursor:not-allowed}.catalog-settings-module__UbGO4W__ghostBtn,.catalog-settings-module__UbGO4W__dangerBtn{border:1px solid var(--border);background:var(--bg);height:34px;color:var(--text);cursor:pointer;border-radius:7px;padding:0 12px;font-size:13px;font-weight:600}.catalog-settings-module__UbGO4W__dangerBtn{color:#c62828;border-color:#ffcdd2}.catalog-settings-module__UbGO4W__tableWrap{overflow-x:auto}.catalog-settings-module__UbGO4W__table{border-collapse:collapse;width:100%;font-size:14px}.catalog-settings-module__UbGO4W__table th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border);padding:8px 10px;font-weight:600}.catalog-settings-module__UbGO4W__table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:8px 10px}.catalog-settings-module__UbGO4W__right{text-align:right}.catalog-settings-module__UbGO4W__rowActions{justify-content:flex-end;gap:8px;display:flex}.catalog-settings-module__UbGO4W__empty{color:var(--text-muted);font-size:14px}
.customer-keys-module__d9gaeG__page{flex-direction:column;gap:24px;max-width:720px;margin:0 auto;padding:32px 20px 80px;display:flex}.customer-keys-module__d9gaeG__title{margin:0;font-size:26px;font-weight:800}.customer-keys-module__d9gaeG__subtitle{color:var(--text-muted);margin:0}.customer-keys-module__d9gaeG__card{border:1px solid var(--border);background:var(--surface);border-radius:14px;flex-direction:column;gap:14px;padding:20px;display:flex}.customer-keys-module__d9gaeG__cardTitle{margin:0;font-size:17px;font-weight:700}.customer-keys-module__d9gaeG__hint{color:var(--text-muted);margin:0;font-size:13px}.customer-keys-module__d9gaeG__metaGrid{grid-template-columns:auto 1fr;gap:8px 16px;font-size:14px;display:grid}.customer-keys-module__d9gaeG__metaLabel{color:var(--text-muted)}.customer-keys-module__d9gaeG__metaValue{font-family:var(--font-mono,monospace);word-break:break-all}.customer-keys-module__d9gaeG__field{flex-direction:column;gap:6px;font-size:14px;font-weight:600;display:flex}.customer-keys-module__d9gaeG__textarea{width:100%;min-height:220px;font-size:12px;font-family:var(--font-mono,monospace);color:var(--text);background:var(--bg);border:1px solid var(--border);resize:vertical;border-radius:8px;padding:12px}.customer-keys-module__d9gaeG__row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.customer-keys-module__d9gaeG__spacer{flex:1}.customer-keys-module__d9gaeG__primaryBtn{height:40px;color:var(--primary-contrast);background:var(--primary);cursor:pointer;border:none;border-radius:8px;padding:0 18px;font-size:14px;font-weight:700}.customer-keys-module__d9gaeG__primaryBtn:disabled{opacity:.6;cursor:not-allowed}.customer-keys-module__d9gaeG__secondaryBtn{height:40px;color:var(--text);background:var(--bg);border:1px solid var(--border);cursor:pointer;border-radius:8px;padding:0 18px;font-size:14px;font-weight:700}.customer-keys-module__d9gaeG__secondaryBtn:disabled{opacity:.6;cursor:not-allowed}.customer-keys-module__d9gaeG__dangerBtn{color:#c62828;background:var(--bg);cursor:pointer;border:1px solid #ffcdd2;border-radius:8px;height:40px;padding:0 18px;font-size:14px;font-weight:700}.customer-keys-module__d9gaeG__dangerBtn:disabled{opacity:.6;cursor:not-allowed}
.review-module__Iwf4hG__page{max-width:1360px;margin:0 auto;padding:40px 24px 64px}.review-module__Iwf4hG__title{font-size:26px;font-weight:800}.review-module__Iwf4hG__subtitle{color:var(--text-muted);margin:6px 0 28px}.review-module__Iwf4hG__tabs{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.review-module__Iwf4hG__tab{border:1px solid var(--border);height:36px;color:var(--text);cursor:pointer;background:0 0;border-radius:999px;padding:0 16px;font-size:14px;font-weight:600}.review-module__Iwf4hG__tab:hover{background:var(--bg-subtle)}.review-module__Iwf4hG__tabActive{color:var(--primary);background:color-mix(in srgb, var(--primary) 12%, transparent);border-color:color-mix(in srgb, var(--primary) 40%, transparent)}.review-module__Iwf4hG__list{flex-direction:column;gap:14px;display:flex}.review-module__Iwf4hG__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:20px}.review-module__Iwf4hG__cardHead{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px;display:flex}.review-module__Iwf4hG__name{font-size:17px;font-weight:700}.review-module__Iwf4hG__ver{color:var(--primary);background:color-mix(in srgb, var(--primary) 14%, transparent);border-radius:999px;padding:3px 9px;font-size:12px;font-weight:700}.review-module__Iwf4hG__badge{letter-spacing:.02em;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.review-module__Iwf4hG__badgePending{color:#b8860b;background:#e0a8002e}.review-module__Iwf4hG__scopeBadge{letter-spacing:.02em;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.review-module__Iwf4hG__scopePackage{color:var(--primary);background:color-mix(in srgb, var(--primary) 14%, transparent)}.review-module__Iwf4hG__scopePlugin{color:#7c5cff;background:#7c5cff26}.review-module__Iwf4hG__badgeApproved{color:var(--primary);background:color-mix(in srgb, var(--primary) 14%, transparent)}.review-module__Iwf4hG__badgeRejected{color:#d64545;background:#d6454524}.review-module__Iwf4hG__spacer{flex:1}.review-module__Iwf4hG__body{grid-template-columns:140px 1fr;align-items:start;gap:18px;display:grid}.review-module__Iwf4hG__thumbs{flex-direction:column;gap:8px;display:flex}.review-module__Iwf4hG__thumb{border:1px solid var(--border);object-fit:cover;background:var(--bg-subtle);border-radius:10px;width:140px;height:92px;display:block}.review-module__Iwf4hG__thumbMore{color:var(--text-muted);text-align:center;font-size:12px}.review-module__Iwf4hG__summary{color:var(--text-muted);margin-bottom:12px;font-size:14px;line-height:1.5}.review-module__Iwf4hG__meta{grid-template-columns:auto 1fr;gap:5px 16px;margin:0;font-size:13px;display:grid}.review-module__Iwf4hG__meta dt{color:var(--text-muted);white-space:nowrap}.review-module__Iwf4hG__meta dd{word-break:break-all;margin:0}.review-module__Iwf4hG__mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.review-module__Iwf4hG__reviewNote{background:var(--bg-subtle);color:var(--text-muted);border-radius:8px;margin-top:12px;padding:10px 12px;font-size:13px}.review-module__Iwf4hG__actions{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px;padding-top:16px;display:flex}.review-module__Iwf4hG__noteInput{min-width:200px;height:38px;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:8px;outline:none;flex:1;padding:0 12px;font-size:14px}.review-module__Iwf4hG__noteInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 25%, transparent)}.review-module__Iwf4hG__approveBtn,.review-module__Iwf4hG__rejectBtn,.review-module__Iwf4hG__ghostBtn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;align-items:center;height:38px;padding:0 16px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.review-module__Iwf4hG__approveBtn{background:var(--primary);color:var(--primary-contrast)}.review-module__Iwf4hG__approveBtn:hover:not(:disabled){background:var(--primary-hover)}.review-module__Iwf4hG__approveBtn:disabled,.review-module__Iwf4hG__rejectBtn:disabled{opacity:.6;cursor:not-allowed}.review-module__Iwf4hG__rejectBtn{color:#d64545;border-color:color-mix(in srgb, #d64545 30%, var(--border));background:0 0}.review-module__Iwf4hG__rejectBtn:hover:not(:disabled){background:#d645451f}.review-module__Iwf4hG__ghostBtn{border-color:var(--border);color:var(--text);background:0 0}.review-module__Iwf4hG__ghostBtn:hover{background:var(--bg-subtle)}.review-module__Iwf4hG__keyBox{background:color-mix(in srgb, var(--primary) 8%, transparent);border:1px solid color-mix(in srgb, var(--primary) 35%, transparent);border-radius:10px;margin-top:12px;padding:12px}.review-module__Iwf4hG__keyBoxHead{color:var(--text-muted);margin-bottom:8px;font-size:12px}.review-module__Iwf4hG__keyRow{align-items:center;gap:8px;display:flex}.review-module__Iwf4hG__keyInput{min-width:0;height:36px;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:8px;flex:1;padding:0 12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.review-module__Iwf4hG__empty{color:var(--text-muted);text-align:center;padding:28px 0;font-size:14px}@media (max-width:640px){.review-module__Iwf4hG__body{grid-template-columns:1fr}.review-module__Iwf4hG__thumb{width:100%;height:140px}}
.themes-module__3KeR5G__page{max-width:1360px;margin:0 auto;padding:40px 24px 64px}.themes-module__3KeR5G__title{font-size:26px;font-weight:800}.themes-module__3KeR5G__subtitle{color:var(--text-muted);margin:6px 0 28px}.themes-module__3KeR5G__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:20px;padding:24px}.themes-module__3KeR5G__cardTitle{margin-bottom:16px;font-size:17px;font-weight:700}.themes-module__3KeR5G__form{flex-direction:column;gap:16px;display:flex}.themes-module__3KeR5G__row{flex-wrap:wrap;gap:14px;display:flex}.themes-module__3KeR5G__field{flex-direction:column;flex:1;gap:6px;min-width:200px;font-size:14px;font-weight:600;display:flex}.themes-module__3KeR5G__input,.themes-module__3KeR5G__textarea{width:100%;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:10px;outline:none;padding:10px 12px;font-family:inherit;font-size:15px}.themes-module__3KeR5G__input{height:44px;padding:0 12px}.themes-module__3KeR5G__textarea{resize:vertical;min-height:62px}.themes-module__3KeR5G__input:focus,.themes-module__3KeR5G__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 25%, transparent)}.themes-module__3KeR5G__hint{color:var(--text-muted);font-size:12px;font-weight:500}.themes-module__3KeR5G__filePick{border:1px dashed var(--border);cursor:pointer;height:40px;color:var(--text);background:var(--bg-subtle);border-radius:10px;align-items:center;gap:8px;width:fit-content;padding:0 14px;font-size:14px;font-weight:600;display:inline-flex}.themes-module__3KeR5G__filePick:hover{border-color:color-mix(in srgb, var(--primary) 45%, var(--border))}.themes-module__3KeR5G__hiddenInput{display:none}.themes-module__3KeR5G__fileName{color:var(--text-muted);margin-left:10px;font-size:13px}.themes-module__3KeR5G__previews{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.themes-module__3KeR5G__preview{border:1px solid var(--border);border-radius:10px;width:84px;height:84px;position:relative;overflow:hidden}.themes-module__3KeR5G__preview img{object-fit:cover;width:100%;height:100%;display:block}.themes-module__3KeR5G__previewRemove{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;place-items:center;width:20px;height:20px;font-size:13px;line-height:1;display:grid;position:absolute;top:3px;right:3px}.themes-module__3KeR5G__submitRow{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.themes-module__3KeR5G__submit{height:44px;color:var(--primary-contrast);background:var(--primary);cursor:pointer;border:none;border-radius:10px;padding:0 22px;font-size:15px;font-weight:700}.themes-module__3KeR5G__submit:hover:not(:disabled){background:var(--primary-hover)}.themes-module__3KeR5G__submit:disabled{opacity:.6;cursor:not-allowed}.themes-module__3KeR5G__notice{border-radius:9px;padding:10px 12px;font-size:14px}.themes-module__3KeR5G__ok{color:var(--primary-hover);background:color-mix(in srgb, var(--primary) 14%, transparent);border:1px solid color-mix(in srgb, var(--primary) 40%, transparent)}.themes-module__3KeR5G__err{color:#b42318;background:#fef3f2;border:1px solid #fecdca}.themes-module__3KeR5G__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px;display:grid}.themes-module__3KeR5G__pkg{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);cursor:pointer;flex-direction:column;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;overflow:hidden}.themes-module__3KeR5G__pkg:hover{box-shadow:var(--shadow);border-color:color-mix(in srgb, var(--primary) 40%, var(--border));transform:translateY(-2px)}.themes-module__3KeR5G__pkgThumb{aspect-ratio:16/9;background:var(--bg-subtle);place-items:center;display:grid;position:relative;overflow:hidden}.themes-module__3KeR5G__imgCount{color:#fff;background:#0000008c;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:600;position:absolute;bottom:8px;right:8px}.themes-module__3KeR5G__pkgThumb img{object-fit:cover;width:100%;height:100%;display:block}.themes-module__3KeR5G__pkgThumbEmpty{color:var(--text-muted);font-size:13px}.themes-module__3KeR5G__pkgBody{flex-direction:column;flex:1;gap:8px;padding:14px;display:flex}.themes-module__3KeR5G__pkgHead{justify-content:space-between;align-items:center;gap:8px;display:flex}.themes-module__3KeR5G__pkgName{font-size:16px;font-weight:700}.themes-module__3KeR5G__verBadge{color:var(--primary);background:color-mix(in srgb, var(--primary) 14%, transparent);white-space:nowrap;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.themes-module__3KeR5G__pkgSummary{color:var(--text-muted);flex:1;font-size:14px}.themes-module__3KeR5G__pkgActions{gap:8px;margin-top:6px;display:flex}.themes-module__3KeR5G__downloadBtn,.themes-module__3KeR5G__deleteBtn{cursor:pointer;border:1px solid var(--border);height:34px;color:var(--text);background:0 0;border-radius:8px;align-items:center;padding:0 12px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.themes-module__3KeR5G__downloadBtn:hover{background:var(--bg-subtle)}.themes-module__3KeR5G__deleteBtn{color:#d64545;border-color:color-mix(in srgb, #d64545 30%, var(--border))}.themes-module__3KeR5G__deleteBtn:hover{background:#d645451f}.themes-module__3KeR5G__empty{color:var(--text-muted);font-size:14px}.themes-module__3KeR5G__foldToggle{cursor:pointer;width:100%;color:var(--text);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:10px;padding:0;font-size:17px;font-weight:700;display:flex}.themes-module__3KeR5G__chev{color:var(--text-muted);transition:transform .15s}.themes-module__3KeR5G__chevOpen{transform:rotate(180deg)}.themes-module__3KeR5G__foldBody{margin-top:18px}.themes-module__3KeR5G__progressWrap{flex:1;min-width:180px}.themes-module__3KeR5G__progressBar{background:var(--bg-subtle);border-radius:999px;height:8px;overflow:hidden}.themes-module__3KeR5G__progressFill{background:var(--primary);border-radius:999px;height:100%;transition:width .15s}.themes-module__3KeR5G__progressText{color:var(--text-muted);margin-top:6px;font-size:12px}.themes-module__3KeR5G__cancelBtn{cursor:pointer;color:#d64545;border:1px solid color-mix(in srgb, #d64545 30%, var(--border));background:0 0;border-radius:10px;height:44px;padding:0 18px;font-size:14px;font-weight:600}.themes-module__3KeR5G__cancelBtn:hover{background:#d645451f}.themes-module__3KeR5G__banner{color:var(--text);background:#4c8fe81a;border:1px solid #4c8fe859;border-radius:10px;align-items:flex-start;gap:10px;margin-bottom:20px;padding:12px 14px;font-size:14px;display:flex}.themes-module__3KeR5G__bannerClose{color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin-left:auto;font-size:18px;line-height:1}.themes-module__3KeR5G__bannerClose:hover{color:var(--text)}@media (prefers-color-scheme:dark){.themes-module__3KeR5G__err{color:#ffb4a8;background:#2a1512;border-color:#5c221b}}
.auth-module__A_DBwq__wrap{justify-content:center;padding:64px 24px;display:flex}.auth-module__A_DBwq__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:400px;box-shadow:var(--shadow);padding:32px}.auth-module__A_DBwq__title{font-size:24px;font-weight:800}.auth-module__A_DBwq__subtitle{color:var(--text-muted);margin:6px 0 24px;font-size:15px}.auth-module__A_DBwq__form{flex-direction:column;gap:16px;display:flex}.auth-module__A_DBwq__field{flex-direction:column;gap:6px;font-size:14px;font-weight:600;display:flex}.auth-module__A_DBwq__field input{width:100%;height:44px;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:10px;outline:none;padding:0 14px;font-size:15px}.auth-module__A_DBwq__field input:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 25%, transparent)}.auth-module__A_DBwq__submit{height:46px;color:var(--primary-contrast);background:var(--primary);cursor:pointer;border:none;border-radius:10px;margin-top:4px;font-size:15px;font-weight:700}.auth-module__A_DBwq__submit:hover:not(:disabled){background:var(--primary-hover)}.auth-module__A_DBwq__submit:disabled{opacity:.6;cursor:not-allowed}.auth-module__A_DBwq__error{color:#b42318;background:#fef3f2;border:1px solid #fecdca;border-radius:9px;padding:10px 12px;font-size:14px}@media (prefers-color-scheme:dark){.auth-module__A_DBwq__error{color:#ffb4a8;background:#2a1512;border-color:#5c221b}}.auth-module__A_DBwq__alt{text-align:center;color:var(--text-muted);margin:20px 0 0;font-size:14px}.auth-module__A_DBwq__alt a{color:var(--primary);font-weight:600}.auth-module__A_DBwq__note{color:var(--text-muted);text-align:center;margin-top:18px;font-size:12px}
.support-module__a4J_va__page{max-width:900px;margin:0 auto;padding:32px 20px 64px}.support-module__a4J_va__title{margin-bottom:4px;font-size:28px;font-weight:800}.support-module__a4J_va__subtitle{color:var(--text-muted);margin-bottom:24px}.support-module__a4J_va__card{background:var(--surface);border:1px solid var(--border);border-radius:16px;margin-bottom:22px;padding:22px}.support-module__a4J_va__cardTitle{margin-bottom:14px;font-size:17px;font-weight:700}.support-module__a4J_va__form{flex-direction:column;gap:14px;display:flex}.support-module__a4J_va__field{flex-direction:column;gap:6px;font-size:14px;font-weight:600;display:flex}.support-module__a4J_va__input,.support-module__a4J_va__textarea{width:100%;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:10px;outline:none;padding:10px 12px;font-family:inherit;font-size:15px}.support-module__a4J_va__textarea{resize:vertical;min-height:80px}.support-module__a4J_va__input:focus,.support-module__a4J_va__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 25%, transparent)}.support-module__a4J_va__row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.support-module__a4J_va__primaryBtn{background:var(--primary);height:40px;color:var(--primary-contrast);cursor:pointer;border:none;border-radius:10px;align-self:flex-start;padding:0 18px;font-weight:600}.support-module__a4J_va__primaryBtn:disabled{opacity:.6;cursor:not-allowed}.support-module__a4J_va__ghostBtn{border:1px solid var(--border);height:34px;color:var(--text);cursor:pointer;background:0 0;border-radius:8px;padding:0 12px;font-size:13px;font-weight:600}.support-module__a4J_va__ghostBtn:hover{background:var(--bg-subtle)}.support-module__a4J_va__table{border-collapse:collapse;width:100%}.support-module__a4J_va__table th,.support-module__a4J_va__table td{text-align:left;border-bottom:1px solid var(--border);padding:10px 8px;font-size:14px}.support-module__a4J_va__table th{color:var(--text-muted);font-weight:600}.support-module__a4J_va__rowLink{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:600}.support-module__a4J_va__badge{background:var(--bg-subtle);color:var(--text-muted);border-radius:999px;padding:2px 10px;font-size:12px;font-weight:700;display:inline-block}.support-module__a4J_va__badgeOPEN{color:#1565c0;background:#e3f2fd}.support-module__a4J_va__badgePENDING{color:#e65100;background:#fff3e0}.support-module__a4J_va__badgeRESOLVED,.support-module__a4J_va__badgeCLOSED{color:#2e7d32;background:#e8f5e9}.support-module__a4J_va__muted{color:var(--text-muted);font-size:13px}.support-module__a4J_va__thread{flex-direction:column;gap:12px;margin-bottom:18px;display:flex}.support-module__a4J_va__msg{border:1px solid var(--border);background:var(--bg);border-radius:12px;padding:12px 14px}.support-module__a4J_va__msgHead{align-items:center;gap:8px;margin-bottom:6px;font-size:13px;display:flex}.support-module__a4J_va__msgAuthor{font-weight:700}.support-module__a4J_va__msgBody{white-space:pre-wrap;font-size:14px;line-height:1.5}.support-module__a4J_va__staffTag{color:var(--primary);background:color-mix(in srgb, var(--primary) 12%, transparent);border-radius:6px;padding:1px 7px;font-size:11px;font-weight:700}.support-module__a4J_va__empty{color:var(--text-muted);padding:8px 0}
.CatalogDetail-module__QQIbLq__page{flex-direction:column;gap:32px;max-width:1100px;margin:0 auto;padding:32px 20px 80px;display:flex}.CatalogDetail-module__QQIbLq__back{color:var(--text-muted);align-self:flex-start;font-size:14px}.CatalogDetail-module__QQIbLq__top{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:32px;display:grid}@media (max-width:800px){.CatalogDetail-module__QQIbLq__top{grid-template-columns:1fr}}.CatalogDetail-module__QQIbLq__gallery{border-radius:var(--radius);border:1px solid var(--border);overflow:hidden}.CatalogDetail-module__QQIbLq__info{flex-direction:column;gap:16px;display:flex}.CatalogDetail-module__QQIbLq__badges{flex-wrap:wrap;gap:8px;display:flex}.CatalogDetail-module__QQIbLq__kind,.CatalogDetail-module__QQIbLq__cat{letter-spacing:.03em;text-transform:uppercase;background:color-mix(in srgb, var(--primary) 15%, transparent);color:var(--primary);border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.CatalogDetail-module__QQIbLq__cat{background:var(--bg-subtle);color:var(--text-muted)}.CatalogDetail-module__QQIbLq__deprecated{letter-spacing:.03em;text-transform:uppercase;color:#455a64;background:#eceff1;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.CatalogDetail-module__QQIbLq__title{margin:0;font-size:28px;font-weight:800}.CatalogDetail-module__QQIbLq__summary{color:var(--text-muted);margin:0;font-size:16px}.CatalogDetail-module__QQIbLq__metaRow{color:var(--text-muted);flex-wrap:wrap;gap:16px;font-size:14px;display:flex}.CatalogDetail-module__QQIbLq__tagRow{flex-wrap:wrap;gap:8px;display:flex}.CatalogDetail-module__QQIbLq__tag{background:var(--bg-subtle);color:var(--text-muted);border-radius:999px;padding:4px 10px;font-size:12px}.CatalogDetail-module__QQIbLq__description{white-space:pre-wrap;color:var(--text);line-height:1.7}.CatalogDetail-module__QQIbLq__section{flex-direction:column;gap:16px;display:flex}.CatalogDetail-module__QQIbLq__sectionTitle{margin:0;font-size:20px;font-weight:700}.CatalogDetail-module__QQIbLq__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;display:grid}.CatalogDetail-module__QQIbLq__notFound{text-align:center;color:var(--text-muted);padding:80px 20px}.CatalogDetail-module__QQIbLq__similarCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:inherit;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.CatalogDetail-module__QQIbLq__similarCard:hover{border-color:color-mix(in srgb, var(--primary) 40%, var(--border))}.CatalogDetail-module__QQIbLq__similarThumb{aspect-ratio:16/9;background:var(--bg-subtle);place-items:center;display:grid;overflow:hidden}.CatalogDetail-module__QQIbLq__similarThumb img{object-fit:cover;width:100%;height:100%}.CatalogDetail-module__QQIbLq__similarBody{flex-direction:column;gap:4px;padding:12px;display:flex}.CatalogDetail-module__QQIbLq__similarName{font-size:14px;font-weight:700}.CatalogDetail-module__QQIbLq__similarPrice{color:var(--text-muted);font-size:13px}
.dashboard-module__fCTfaG__page{max-width:1000px;margin:0 auto;padding:32px 20px 64px}.dashboard-module__fCTfaG__title{margin-bottom:4px;font-size:28px;font-weight:800}.dashboard-module__fCTfaG__subtitle{color:var(--text-muted);margin-bottom:24px}.dashboard-module__fCTfaG__statGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:24px;display:grid}.dashboard-module__fCTfaG__stat{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:18px}.dashboard-module__fCTfaG__statLabel{color:var(--text-muted);margin-bottom:6px;font-size:13px;font-weight:600}.dashboard-module__fCTfaG__statValue{color:var(--text);font-size:26px;font-weight:800}.dashboard-module__fCTfaG__statSub{color:var(--text-muted);margin-top:4px;font-size:12px}.dashboard-module__fCTfaG__card{background:var(--surface);border:1px solid var(--border);border-radius:16px;margin-bottom:22px;padding:22px}.dashboard-module__fCTfaG__cardTitle{margin-bottom:14px;font-size:17px;font-weight:700}.dashboard-module__fCTfaG__table{border-collapse:collapse;width:100%}.dashboard-module__fCTfaG__table th,.dashboard-module__fCTfaG__table td{text-align:left;border-bottom:1px solid var(--border);padding:10px 8px;font-size:14px}.dashboard-module__fCTfaG__table th{color:var(--text-muted);font-weight:600}.dashboard-module__fCTfaG__right{text-align:right}.dashboard-module__fCTfaG__num{font-variant-numeric:tabular-nums;font-weight:700}.dashboard-module__fCTfaG__muted{color:var(--text-muted);font-size:13px}.dashboard-module__fCTfaG__badge{background:var(--bg-subtle);color:var(--text-muted);border-radius:999px;padding:2px 10px;font-size:12px;font-weight:700;display:inline-block}.dashboard-module__fCTfaG__roleRow{flex-wrap:wrap;gap:10px;display:flex}.dashboard-module__fCTfaG__rolePill{border:1px solid var(--border);border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}.dashboard-module__fCTfaG__rolePill b{color:var(--primary)}.dashboard-module__fCTfaG__empty{color:var(--text-muted);padding:8px 0}
