:root {
    color-scheme: light;
    font-family: "Noto Sans KR", "Segoe UI", system-ui, sans-serif;
    color: #1f242c;
    background: #f3f5f7;
}

body {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

.sellerops-shell {
    display: grid;
    grid-template-columns: 236px 1fr;
    min-height: 100vh;
    background: #f3f5f7;
}

.sellerops-shell__rail {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 18px;
    border-right: 1px solid #dde2e8;
    background: #ffffff;
}

.sellerops-shell__brand {
    font-size: 17px;
    font-weight: 700;
}

.sellerops-nav {
    display: grid;
    gap: 6px;
    font-size: 14px;
}

.sellerops-nav__item {
    display: grid;
    gap: 3px;
}

.sellerops-nav__link,
.sellerops-nav__child,
.sellerops-nav__auth a {
    display: flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 10px;
    border-radius: 6px;
    color: #4e5968;
}

.sellerops-nav__link:hover,
.sellerops-nav__child:hover,
.sellerops-nav__auth a:hover {
    background: #eef2f6;
    color: #1f242c;
}

.sellerops-nav__link.active,
.sellerops-nav__child.active {
    background: #e7eef8;
    color: #1e4f99;
    font-weight: 700;
}

.sellerops-nav__children {
    display: grid;
    gap: 2px;
    padding-left: 10px;
    border-left: 1px solid #e4e8ee;
}

.sellerops-nav__child {
    min-height: 30px;
    padding: 6px 10px;
    color: #687281;
    font-size: 13px;
}

.sellerops-nav__auth {
    display: grid;
    gap: 4px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e4e8ee;
}

.sellerops-mobile-nav {
    display: none;
}

.sellerops-shell__main {
    padding: 32px;
}

.sellerops-auth,
.sellerops-not-found,
.seller-signin {
    display: grid;
    gap: 12px;
    max-width: 760px;
}

.sellerops-home {
    display: grid;
    gap: 22px;
    max-width: 1120px;
}

.sellerops-home h1,
.sellerops-auth h1,
.sellerops-not-found h1,
.seller-signin h1 {
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
}

.sellerops-home p {
    margin: 0;
    color: #687281;
    font-size: 15px;
}

.sellerops-eyebrow {
    margin: 0;
    color: #2357a7;
    font-size: 13px;
    font-weight: 700;
}

.sellerops-home__header,
.sellerops-home__state {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dde2e8;
}

.sellerops-home__state {
    align-items: center;
    max-width: 820px;
    min-height: 220px;
}

.sellerops-home__state:not(.sellerops-home__state--split) {
    display: grid;
    justify-content: stretch;
}

.sellerops-home__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sellerops-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #cfd6df;
    border-radius: 6px;
    background: #ffffff;
    color: #26313d;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.sellerops-button--primary {
    border-color: #2357a7;
    background: #2357a7;
    color: #ffffff;
}

.sellerops-button--compact {
    min-height: 32px;
    padding: 0 10px;
    font-size: 13px;
}

.sellerops-alert {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #d9e0ea;
    border-radius: 8px;
    background: #ffffff;
    color: #344050;
}

.sellerops-alert a {
    margin-left: auto;
    color: #2357a7;
    font-weight: 700;
}

.sellerops-alert--warning {
    border-color: #ead59c;
    background: #fff8e5;
}

.sellerops-alert--danger {
    align-items: flex-start;
    border-color: #efb7b7;
    background: #fff1f1;
}

.sellerops-kpi-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.sellerops-kpi,
.sellerops-panel,
.sellerops-action {
    border: 1px solid #dde2e8;
    border-radius: 8px;
    background: #ffffff;
}

.sellerops-kpi {
    display: grid;
    gap: 8px;
    min-height: 108px;
    padding: 16px;
}

.sellerops-kpi span,
.sellerops-action small,
.sellerops-panel__heading p {
    color: #687281;
    font-size: 13px;
}

.sellerops-kpi strong {
    color: #1f242c;
    font-size: 24px;
    line-height: 1.2;
}

.sellerops-kpi--button {
    appearance: none;
    border: 1px solid #dde2e8;
    text-align: left;
    cursor: pointer;
}

.sellerops-kpi--button:hover {
    border-color: #bfd0e7;
    background: #f8fbff;
}

.sellerops-panel {
    display: grid;
    gap: 14px;
    padding: 18px;
}

.sellerops-panel__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.sellerops-panel__heading h2 {
    margin: 0;
    font-size: 20px;
}

.sellerops-action-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.sellerops-action {
    display: grid;
    gap: 6px;
    min-height: 78px;
    padding: 14px;
}

.sellerops-action:hover {
    border-color: #bfd0e7;
    background: #f8fbff;
}

.sellerops-action span {
    color: #26313d;
    font-size: 15px;
    font-weight: 700;
}

.sellerops-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.sellerops-dashboard-metric {
    display: grid;
    gap: 6px;
    min-height: 76px;
    padding: 14px;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    background: #f8fafc;
}

.sellerops-dashboard-metric span {
    color: #687281;
    font-size: 13px;
}

.sellerops-dashboard-metric strong {
    color: #1f242c;
    font-size: 20px;
    line-height: 1.2;
}

.sellerops-dashboard-table {
    display: grid;
    gap: 1px;
    overflow: hidden;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    background: #dde2e8;
}

.sellerops-dashboard-table__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 92px 132px 92px;
    gap: 12px;
    align-items: center;
    min-height: 44px;
    padding: 10px 12px;
    background: #ffffff;
    color: #344050;
    font-size: 14px;
}

.sellerops-dashboard-table__row:not(.sellerops-dashboard-table__row--head):hover {
    background: #f8fbff;
}

.sellerops-dashboard-table__row--head {
    color: #5d6774;
    background: #f8fafc;
    font-size: 13px;
    font-weight: 700;
}

.sellerops-segmented {
    display: inline-flex;
    overflow: hidden;
    border: 1px solid #cfd6df;
    border-radius: 6px;
    background: #ffffff;
}

.sellerops-segmented__button {
    min-height: 34px;
    padding: 0 12px;
    border: 0;
    border-right: 1px solid #cfd6df;
    background: transparent;
    color: #4e5968;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.sellerops-segmented__button:last-child {
    border-right: 0;
}

.sellerops-segmented__button--active {
    background: #e7eef8;
    color: #1e4f99;
}

.sellerops-product-table {
    display: grid;
    gap: 1px;
    overflow: hidden;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    background: #dde2e8;
}

.sellerops-product-table__row {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) 100px 116px 106px;
    gap: 12px;
    align-items: center;
    min-height: 52px;
    padding: 11px 12px;
    background: #ffffff;
    color: #344050;
    font-size: 14px;
}

.sellerops-product-table__row--head {
    min-height: 40px;
    color: #5d6774;
    background: #f8fafc;
    font-size: 13px;
    font-weight: 700;
}

.sellerops-product-table__primary {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.sellerops-product-table__primary strong,
.sellerops-product-table__primary small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sellerops-product-table__primary small {
    color: #687281;
    font-size: 12px;
}

.sellerops-customer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.sellerops-customer-table {
    display: grid;
    gap: 1px;
    overflow: hidden;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    background: #dde2e8;
}

.sellerops-customer-table__row {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) 100px 100px 120px;
    gap: 12px;
    align-items: center;
    min-height: 52px;
    padding: 11px 12px;
    background: #ffffff;
    color: #344050;
    font-size: 14px;
}

.sellerops-customer-table--customers .sellerops-customer-table__row {
    grid-template-columns: minmax(180px, 1fr) 88px 100px 118px 100px;
}

.sellerops-customer-table--loyalty .sellerops-customer-table__row {
    grid-template-columns: minmax(170px, 1fr) 88px 72px 96px 76px 108px 96px;
}

.sellerops-customer-table--risk .sellerops-customer-table__row {
    grid-template-columns: minmax(170px, 1fr) 96px 84px 112px minmax(180px, 1fr);
}

.sellerops-customer-table--crm-pending .sellerops-customer-table__row {
    grid-template-columns: minmax(220px, 1fr) 96px 72px 112px 112px;
}

.sellerops-customer-table--crm .sellerops-customer-table__row {
    grid-template-columns: minmax(220px, 1fr) 96px 72px 112px 112px 112px;
}

.sellerops-customer-table--support-products .sellerops-customer-table__row {
    grid-template-columns: minmax(220px, 1fr) 88px 88px 96px;
}

.sellerops-customer-table--support-reasons .sellerops-customer-table__row {
    grid-template-columns: minmax(220px, 1fr) 96px 96px;
}

.sellerops-customer-table--support-recent .sellerops-customer-table__row {
    grid-template-columns: 120px 92px minmax(180px, 1fr) minmax(120px, 1fr) 104px 96px 96px;
}

.sellerops-customer-table--return-requests .sellerops-customer-table__row {
    grid-template-columns: 120px minmax(220px, 1fr) 88px minmax(160px, 1fr) 104px 96px 76px;
}

.sellerops-customer-table__row--head {
    min-height: 40px;
    color: #5d6774;
    background: #f8fafc;
    font-size: 13px;
    font-weight: 700;
}

.sellerops-customer-table__primary {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.sellerops-customer-table__primary strong,
.sellerops-customer-table__primary small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sellerops-customer-table__primary small {
    color: #687281;
    font-size: 12px;
}

.sellerops-coupon-table {
    display: grid;
    gap: 1px;
    overflow: hidden;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    background: #dde2e8;
}

.sellerops-coupon-table__row {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) 104px 88px 104px 104px;
    gap: 12px;
    align-items: center;
    min-height: 52px;
    padding: 11px 12px;
    background: #ffffff;
    color: #344050;
    font-size: 14px;
}

.sellerops-coupon-table--detail .sellerops-coupon-table__row {
    grid-template-columns: minmax(180px, 1fr) 104px 88px 128px 116px;
}

.sellerops-coupon-table__row--head {
    min-height: 40px;
    color: #5d6774;
    background: #f8fafc;
    font-size: 13px;
    font-weight: 700;
}

.sellerops-coupon-table__primary {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.sellerops-coupon-table__primary strong,
.sellerops-coupon-table__primary small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sellerops-coupon-table__primary small {
    color: #687281;
    font-size: 12px;
}

.sellerops-inquiry-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sellerops-inquiry-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 16px;
    align-items: start;
}

.sellerops-inquiry-list {
    display: grid;
    gap: 8px;
}

.sellerops-inquiry-list__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 96px;
    gap: 12px;
    align-items: center;
    min-height: 62px;
    padding: 12px;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    background: #ffffff;
    color: #344050;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.sellerops-inquiry-list__item:hover,
.sellerops-inquiry-list__item--active {
    border-color: #bfd0e7;
    background: #f8fbff;
}

.sellerops-inquiry-list__main {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.sellerops-inquiry-list__main strong,
.sellerops-inquiry-list__main small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sellerops-inquiry-list__main small {
    color: #687281;
    font-size: 12px;
}

.sellerops-inquiry-detail {
    display: grid;
    gap: 8px;
    padding: 14px;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    background: #f8fafc;
}

.sellerops-inquiry-detail h3 {
    margin: 0;
    color: #26313d;
    font-size: 16px;
}

.sellerops-inquiry-detail p {
    margin: 0;
    color: #344050;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.sellerops-reply-form {
    display: grid;
    gap: 12px;
    padding: 14px;
    border: 1px solid #ccd8e6;
    border-radius: 8px;
    background: #ffffff;
}

.sellerops-reply-form h3,
.sellerops-reply-form p {
    margin: 0;
}

.sellerops-reply-form h3 {
    color: #26313d;
    font-size: 16px;
}

.sellerops-reply-form p {
    color: #687281;
    font-size: 13px;
}

.sellerops-reply-form__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    color: #687281;
    font-size: 13px;
}

.sellerops-form-grid {
    display: grid;
    gap: 12px;
}

.sellerops-form-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sellerops-template-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.sellerops-template-option {
    display: grid;
    gap: 12px;
    align-content: space-between;
    min-height: 176px;
    padding: 14px;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    background: #f8fafc;
}

.sellerops-template-option strong {
    display: block;
    color: #1f242c;
    font-size: 15px;
}

.sellerops-template-option span {
    display: block;
    margin-top: 5px;
    color: #2357a7;
    font-size: 12px;
    font-weight: 700;
}

.sellerops-template-option p {
    margin-top: 8px;
    font-size: 13px;
}

.sellerops-category-picker,
.sellerops-user-category-picker,
.sellerops-series-picker {
    align-self: stretch;
}

.sellerops-category-picker__controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.sellerops-category-picker__hint {
    margin: 6px 0 0;
    color: #4d5968;
    font-size: 12px;
}

.sellerops-image-readiness,
.sellerops-ai-readiness {
    display: grid;
    gap: 10px;
    margin-top: 14px;
    padding: 12px;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    background: #f8fafc;
}

.sellerops-image-readiness > div:first-child,
.sellerops-ai-readiness > div:first-child {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #5d6774;
    font-size: 13px;
}

.sellerops-image-readiness strong,
.sellerops-ai-readiness strong {
    color: #26313d;
}

.sellerops-image-readiness small,
.sellerops-ai-readiness small {
    color: #687281;
    font-size: 12px;
}

.sellerops-image-readiness__items,
.sellerops-ai-readiness__items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sellerops-image-readiness__pill,
.sellerops-ai-readiness__pill {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 4px 9px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
}

.sellerops-image-readiness__pill--ready,
.sellerops-ai-readiness__pill--ready {
    color: #05603a;
    background: #dcfae6;
}

.sellerops-image-readiness__pill--held,
.sellerops-ai-readiness__pill--held {
    color: #7a5a00;
    background: #fff4cc;
}

.sellerops-form-grid label,
.sellerops-form-field {
    display: grid;
    gap: 6px;
    color: #5d6774;
    font-size: 13px;
    font-weight: 700;
}

.sellerops-checkbox {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #344050;
    font-weight: 700;
}

.sellerops-checkbox input {
    width: 16px;
    height: 16px;
    margin: 0;
}

.sellerops-command-message {
    margin: 0;
    color: #687281;
    font-size: 13px;
}

.sellerops-command-message--error {
    color: #b42318;
}

.sellerops-command-message--success {
    color: #067647;
}

.sellerops-payment-setup__notice {
    display: grid;
    gap: 5px;
    padding: 14px;
    border: 1px solid #ccd8e6;
    border-radius: 8px;
    background: #f8fbff;
}

.sellerops-payment-setup__notice strong {
    color: #26313d;
    font-size: 15px;
}

.sellerops-payment-setup__notice span {
    color: #687281;
    font-size: 13px;
}

.sellerops-filter-bar {
    display: grid;
    grid-template-columns: 140px 140px 140px minmax(180px, 1fr) auto;
    gap: 10px;
    align-items: end;
}

.sellerops-subscription-filter-bar {
    display: grid;
    grid-template-columns: 128px 140px 140px 128px minmax(180px, 1fr) auto auto;
    gap: 10px;
    align-items: end;
}

.sellerops-charge-filter-bar {
    display: grid;
    grid-template-columns: 150px 180px auto auto;
    gap: 10px;
    align-items: end;
}

.sellerops-filter-bar label,
.sellerops-subscription-filter-bar label,
.sellerops-charge-filter-bar label {
    display: grid;
    gap: 6px;
    color: #5d6774;
    font-size: 13px;
    font-weight: 700;
}

.sellerops-input,
.sellerops-textarea,
.sellerops-select {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cfd6df;
    border-radius: 6px;
    background: #ffffff;
    color: #26313d;
    font: inherit;
    font-size: 14px;
}

.sellerops-input {
    min-height: 38px;
    padding: 0 12px;
}

.sellerops-usage-redeem {
    gap: 12px;
}

.sellerops-usage-redeem__status {
    color: #2357a7;
    font-size: 13px;
    font-weight: 700;
}

.sellerops-usage-redeem__form {
    display: grid;
    grid-template-columns: minmax(160px, 220px) auto;
    gap: 10px;
    align-items: center;
}

.sellerops-usage-redeem__code {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
}

.sellerops-usage-redeem__result {
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid #b8dec8;
    border-radius: 8px;
    background: #f3fbf6;
}

.sellerops-usage-redeem__result strong {
    color: #067647;
    font-size: 15px;
}

.sellerops-usage-redeem__result span,
.sellerops-usage-redeem__result small {
    color: #596473;
    font-size: 13px;
}

.sellerops-textarea {
    min-height: 132px;
    padding: 12px;
    resize: vertical;
}

.sellerops-select {
    min-height: 38px;
    padding: 0 10px;
}

.sellerops-empty {
    display: grid;
    gap: 6px;
    min-height: 120px;
    place-content: center;
    text-align: center;
}

.sellerops-empty strong {
    color: #26313d;
    font-size: 18px;
}

.sellerops-empty span {
    color: #687281;
    font-size: 14px;
}

.sellerops-orders-table {
    display: grid;
    gap: 1px;
    overflow: hidden;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    background: #dde2e8;
}

.sellerops-orders-table__row {
    display: grid;
    grid-template-columns: minmax(180px, 1.4fr) minmax(140px, 1fr) 104px 92px 116px 98px;
    gap: 12px;
    align-items: center;
    min-height: 54px;
    padding: 11px 12px;
    background: #ffffff;
    color: #344050;
    font-size: 14px;
}

.sellerops-orders-table__row--head {
    min-height: 40px;
    color: #5d6774;
    background: #f8fafc;
    font-size: 13px;
    font-weight: 700;
}

.sellerops-orders-table__primary {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.sellerops-orders-table__primary strong,
.sellerops-orders-table__primary small,
.sellerops-inline-link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sellerops-inline-link {
    color: #2357a7;
    font-weight: 800;
    text-decoration: none;
}

.sellerops-inline-link:hover {
    text-decoration: underline;
}

.sellerops-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.sellerops-orders-table__primary small {
    color: #687281;
    font-size: 12px;
}

.sellerops-subscriptions-table {
    display: grid;
    gap: 1px;
    overflow: hidden;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    background: #dde2e8;
}

.sellerops-subscriptions-table__row {
    display: grid;
    grid-template-columns: minmax(180px, 1.3fr) minmax(150px, 1fr) 104px minmax(116px, 0.8fr) 112px 72px 106px;
    gap: 12px;
    align-items: center;
    min-height: 54px;
    padding: 11px 12px;
    background: #ffffff;
    color: #344050;
    font-size: 14px;
}

.sellerops-subscriptions-table__row--head {
    min-height: 40px;
    color: #5d6774;
    background: #f8fafc;
    font-size: 13px;
    font-weight: 700;
}

.sellerops-platform-charge-table {
    display: grid;
    gap: 1px;
    overflow: hidden;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    background: #dde2e8;
}

.sellerops-platform-charge-table__row {
    display: grid;
    grid-template-columns: minmax(130px, 0.8fr) minmax(170px, 1fr) minmax(170px, 1fr) 112px minmax(150px, 0.9fr) 82px;
    gap: 12px;
    align-items: center;
    min-height: 54px;
    padding: 11px 12px;
    background: #ffffff;
    color: #344050;
    font-size: 14px;
}

.sellerops-platform-charge-table__row--head {
    min-height: 40px;
    color: #5d6774;
    background: #f8fafc;
    font-size: 13px;
    font-weight: 700;
}

.sellerops-staff-table {
    display: grid;
    gap: 1px;
    overflow: hidden;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    background: #dde2e8;
}

.sellerops-staff-table__row {
    display: grid;
    grid-template-columns: minmax(170px, 1.1fr) 136px minmax(180px, 1.1fr) minmax(130px, 0.8fr) minmax(180px, 1.1fr) 108px;
    gap: 12px;
    align-items: center;
    min-height: 54px;
    padding: 11px 12px;
    background: #ffffff;
    color: #344050;
    font-size: 14px;
}

.sellerops-staff-table__row--head {
    min-height: 40px;
    color: #5d6774;
    background: #f8fafc;
    font-size: 13px;
    font-weight: 700;
}

.sellerops-franchise-branch-table,
.sellerops-franchise-settlement-table {
    display: grid;
    gap: 1px;
    overflow: hidden;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    background: #dde2e8;
}

.sellerops-franchise-branch-table__row,
.sellerops-franchise-settlement-table__row {
    display: grid;
    gap: 12px;
    align-items: center;
    min-height: 54px;
    padding: 11px 12px;
    background: #ffffff;
    color: #344050;
    font-size: 14px;
}

.sellerops-franchise-branch-table__row {
    grid-template-columns: minmax(190px, 1.2fr) 112px 124px 92px minmax(170px, 1fr);
}

.sellerops-franchise-settlement-table__row {
    grid-template-columns: minmax(170px, 1.1fr) minmax(130px, 0.9fr) minmax(170px, 1fr) 124px 124px 108px;
}

.sellerops-franchise-branch-table__row--head,
.sellerops-franchise-settlement-table__row--head {
    min-height: 40px;
    color: #5d6774;
    background: #f8fafc;
    font-size: 13px;
    font-weight: 700;
}

.sellerops-franchise-promo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.sellerops-franchise-promo {
    display: grid;
    gap: 12px;
    min-height: 220px;
    padding: 16px;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    background: #ffffff;
}

.sellerops-franchise-promo header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.sellerops-franchise-promo header strong,
.sellerops-franchise-promo p,
.sellerops-franchise-promo dd {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sellerops-franchise-promo header strong {
    color: #263241;
    font-size: 15px;
}

.sellerops-franchise-promo header span {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    padding: 0 8px;
    border-radius: 999px;
    background: #edf1f5;
    color: #4e5968;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.sellerops-franchise-promo p {
    min-height: 40px;
    margin: 0;
    color: #687281;
    font-size: 13px;
    line-height: 1.5;
}

.sellerops-franchise-promo dl {
    display: grid;
    gap: 8px;
    margin: 0;
}

.sellerops-franchise-promo dl > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.sellerops-franchise-promo dt,
.sellerops-franchise-promo dd {
    margin: 0;
    font-size: 13px;
}

.sellerops-franchise-promo dt {
    color: #687281;
}

.sellerops-franchise-promo dd {
    color: #263241;
    font-weight: 700;
    text-align: right;
}

.sellerops-platform-charge-detail {
    padding: 12px;
    background: #ffffff;
}

.sellerops-status {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: #edf1f5;
    color: #4e5968;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.sellerops-status--success {
    background: #e6f5ec;
    color: #1f7a45;
}

.sellerops-status--info {
    background: #e7eef8;
    color: #1e4f99;
}

.sellerops-status--paid {
    background: #e8f7fb;
    color: #107184;
}

.sellerops-status--warning {
    background: #fff4d6;
    color: #8a5b00;
}

.sellerops-status--danger {
    background: #fdeaea;
    color: #b42323;
}

.sellerops-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.sellerops-definition-list {
    display: grid;
    gap: 1px;
    margin: 0;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    overflow: hidden;
    background: #dde2e8;
}

.sellerops-definition-list > div {
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr);
    background: #ffffff;
}

.sellerops-definition-list--wide > div {
    grid-template-columns: 160px minmax(0, 1fr);
}

.sellerops-definition-list dt,
.sellerops-definition-list dd {
    min-width: 0;
    margin: 0;
    padding: 11px 12px;
    font-size: 14px;
    line-height: 1.45;
}

.sellerops-definition-list dt {
    color: #5d6774;
    background: #f8fafc;
    font-weight: 700;
}

.sellerops-definition-list dd {
    color: #26313d;
    overflow-wrap: anywhere;
}

.sellerops-attachment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 12px;
}

.sellerops-attachment-image {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    background: #f8fafc;
}

.sellerops-faq-list {
    display: grid;
    gap: 14px;
}

.sellerops-faq-item {
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    background: #ffffff;
}

.sellerops-faq-item__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.sellerops-faq-item h3 {
    margin: 8px 0 0;
    color: #202a35;
    font-size: 17px;
    line-height: 1.35;
}

.sellerops-faq-item p {
    margin: 0;
    color: #4c5663;
    line-height: 1.55;
}

.sellerops-notification-list {
    display: grid;
    gap: 14px;
}

.sellerops-notification-item {
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    background: #ffffff;
}

.sellerops-notification-item--unread {
    border-color: #9ec5fe;
    background: #f7fbff;
}

.sellerops-notification-item__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.sellerops-notification-item h3 {
    margin: 8px 0 0;
    color: #202a35;
    font-size: 17px;
    line-height: 1.35;
}

.sellerops-notification-item p {
    margin: 0;
    color: #4c5663;
    line-height: 1.55;
}

.sellerops-notification-counts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
}

.sellerops-notification-counts div {
    display: grid;
    gap: 6px;
    padding: 14px;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    background: #ffffff;
}

.sellerops-notification-counts span {
    color: #687281;
    font-size: 13px;
}

.sellerops-notification-counts strong {
    color: #202a35;
    font-size: 18px;
}

.sellerops-review-list {
    display: grid;
    gap: 14px;
}

.sellerops-review-item {
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    background: #ffffff;
}

.sellerops-review-item__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.sellerops-review-item h3 {
    margin: 8px 0 0;
    color: #202a35;
    font-size: 17px;
    line-height: 1.35;
}

.sellerops-review-item p {
    margin: 0;
    color: #4c5663;
    line-height: 1.55;
}

.sellerops-review-item__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: #687281;
    font-size: 13px;
}

.sellerops-review-reply {
    display: grid;
    gap: 6px;
    padding: 12px;
    border-left: 3px solid #2357a7;
    border-radius: 6px;
    background: #f5f8fc;
}

.sellerops-review-reply strong {
    color: #1f242c;
    font-size: 13px;
}

.sellerops-review-reply span,
.sellerops-review-reply small {
    color: #687281;
}

.sellerops-review-reply-form {
    display: grid;
    gap: 12px;
    padding: 14px;
    border: 1px solid #ccd8e6;
    border-radius: 8px;
    background: #f8fbff;
}

.sellerops-review-reply-form strong {
    color: #1f242c;
    font-size: 14px;
}

.sellerops-review-reply-form p {
    margin: 4px 0 0;
    color: #687281;
    font-size: 13px;
}

.sellerops-faq-create-form {
    display: grid;
    gap: 14px;
}

.sellerops-faq-create-form .sellerops-checkbox {
    align-self: end;
    min-height: 38px;
}

.sellerops-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    color: #5d6774;
    font-size: 14px;
    font-weight: 700;
}

.sellerops-pagination button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.sellerops-auth dl {
    display: grid;
    gap: 1px;
    margin: 8px 0 0;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    overflow: hidden;
    background: #dde2e8;
}

.sellerops-auth dl > div {
    display: grid;
    grid-template-columns: 120px 1fr;
    background: #ffffff;
}

.sellerops-auth dt,
.sellerops-auth dd {
    margin: 0;
    padding: 11px 12px;
    font-size: 14px;
}

.sellerops-auth dt {
    color: #5d6774;
    background: #f8fafc;
}

.seller-signin__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.seller-signin__button {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #cfd6df;
    border-radius: 6px;
    background: #ffffff;
    color: #26313d;
    font-size: 14px;
    font-weight: 600;
}

.seller-signin__button--primary {
    border-color: #2357a7;
    background: #2357a7;
    color: #ffffff;
}

@media (max-width: 760px) {
    .sellerops-shell {
        grid-template-columns: 1fr;
        padding-bottom: 68px;
    }

    .sellerops-shell__rail {
        gap: 12px;
        padding: 16px;
        border-right: 0;
        border-bottom: 1px solid #dde2e8;
    }

    .sellerops-nav {
        display: none;
    }

    .sellerops-mobile-nav {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 1px;
        border-top: 1px solid #dde2e8;
        background: #dde2e8;
    }

    .sellerops-mobile-nav__link,
    .sellerops-mobile-more summary {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 56px;
        padding: 6px;
        background: #ffffff;
        color: #4e5968;
        font-size: 12px;
        font-weight: 600;
        list-style: none;
        text-align: center;
    }

    .sellerops-mobile-nav__link.active {
        color: #1e4f99;
        background: #e7eef8;
    }

    .sellerops-mobile-more {
        position: relative;
    }

    .sellerops-mobile-more summary::-webkit-details-marker {
        display: none;
    }

    .sellerops-mobile-more__menu {
        position: fixed;
        right: 10px;
        bottom: 66px;
        display: grid;
        min-width: 180px;
        padding: 8px;
        border: 1px solid #dde2e8;
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 14px 36px rgba(15, 23, 42, 0.14);
    }

    .sellerops-mobile-more__link {
        padding: 10px 12px;
        border-radius: 6px;
        color: #4e5968;
        font-size: 13px;
        font-weight: 600;
    }

    .sellerops-mobile-more__link:hover,
    .sellerops-mobile-more__link.active {
        background: #eef2f6;
        color: #1f242c;
    }

    .sellerops-shell__main {
        padding: 24px 16px;
    }

    .sellerops-home__header,
    .sellerops-home__state,
    .sellerops-panel__heading {
        display: grid;
    }

    .sellerops-kpi-grid,
    .sellerops-action-grid,
    .sellerops-dashboard-grid,
    .sellerops-detail-grid,
    .sellerops-template-grid,
    .sellerops-category-picker__controls {
        grid-template-columns: 1fr;
    }

    .sellerops-inquiry-layout {
        grid-template-columns: 1fr;
    }

    .sellerops-form-grid--two {
        grid-template-columns: 1fr;
    }

    .sellerops-inquiry-list__item {
        grid-template-columns: 1fr;
    }

    .sellerops-filter-bar {
        grid-template-columns: 1fr;
    }

    .sellerops-subscription-filter-bar {
        grid-template-columns: 1fr;
    }

    .sellerops-charge-filter-bar {
        grid-template-columns: 1fr;
    }

    .sellerops-dashboard-table {
        overflow-x: auto;
    }

    .sellerops-dashboard-table__row {
        min-width: 620px;
    }

    .sellerops-product-table {
        overflow-x: auto;
    }

    .sellerops-product-table__row {
        min-width: 560px;
    }

    .sellerops-customer-grid {
        grid-template-columns: 1fr;
    }

    .sellerops-customer-table {
        overflow-x: auto;
    }

    .sellerops-customer-table__row,
    .sellerops-customer-table--customers .sellerops-customer-table__row,
    .sellerops-customer-table--crm-pending .sellerops-customer-table__row,
    .sellerops-customer-table--crm .sellerops-customer-table__row,
    .sellerops-customer-table--support-products .sellerops-customer-table__row,
    .sellerops-customer-table--support-reasons .sellerops-customer-table__row,
    .sellerops-customer-table--support-recent .sellerops-customer-table__row,
    .sellerops-customer-table--return-requests .sellerops-customer-table__row {
        min-width: 620px;
    }

    .sellerops-coupon-table {
        overflow-x: auto;
    }

    .sellerops-coupon-table__row,
    .sellerops-coupon-table--detail .sellerops-coupon-table__row {
        min-width: 660px;
    }

    .sellerops-orders-table {
        overflow-x: auto;
    }

    .sellerops-orders-table__row {
        min-width: 760px;
    }

    .sellerops-subscriptions-table {
        overflow-x: auto;
    }

    .sellerops-subscriptions-table__row {
        min-width: 920px;
    }

    .sellerops-platform-charge-table {
        overflow-x: auto;
    }

    .sellerops-staff-table {
        overflow-x: auto;
    }

    .sellerops-franchise-branch-table,
    .sellerops-franchise-settlement-table {
        overflow-x: auto;
    }

    .sellerops-platform-charge-table__row,
    .sellerops-staff-table__row,
    .sellerops-franchise-branch-table__row,
    .sellerops-franchise-settlement-table__row,
    .sellerops-platform-charge-detail {
        min-width: 920px;
    }

    .sellerops-franchise-promo-grid {
        grid-template-columns: 1fr;
    }

    .sellerops-definition-list > div,
    .sellerops-definition-list--wide > div {
        grid-template-columns: 1fr;
    }

    .sellerops-pagination {
        justify-content: space-between;
    }

    .sellerops-alert {
        display: grid;
    }

    .sellerops-alert a {
        margin-left: 0;
    }
}

@media (min-width: 761px) and (max-width: 1120px) {
    .sellerops-kpi-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sellerops-action-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sellerops-franchise-promo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sellerops-dashboard-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sellerops-detail-grid {
        grid-template-columns: 1fr;
    }

    .sellerops-filter-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sellerops-subscription-filter-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sellerops-charge-filter-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sellerops-filter-bar__keyword {
        grid-column: span 2;
    }

    .sellerops-subscription-filter-bar__keyword {
        grid-column: span 2;
    }
}

/* ===================================================================
   수익화 코어 P2-a (additive) — 크레딧 지갑 / 부가 콘텐츠 카탈로그
   기존 sellerops-* 토큰(색·반경·간격) 재사용. transition은 구체 속성만(깜박임 방지).
   =================================================================== */

.sellerops-button--danger {
    border-color: #b42318;
    background: #b42318;
    color: #ffffff;
}

.sellerops-button:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.sellerops-tabs,
.sellerops-subtabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.sellerops-tab,
.sellerops-subtab {
    min-height: 36px;
    padding: 0 16px;
    border: 1px solid #cfd6df;
    border-radius: 999px;
    background: #ffffff;
    color: #4e5968;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.sellerops-tab--active,
.sellerops-subtab--active {
    border-color: #2357a7;
    background: #2357a7;
    color: #ffffff;
}

.sellerops-status--muted {
    background: #eef1f4;
    color: #687281;
}

.sellerops-credit-policy {
    margin: 4px 0 0;
    color: #687281;
    font-size: 13px;
}

/* 크레딧 충전 패널 */
.sellerops-credit-topup {
    display: grid;
    gap: 14px;
}

.sellerops-credit-topup__status {
    align-self: flex-start;
    color: #687281;
    font-size: 13px;
    font-weight: 700;
}

.sellerops-credit-topup__no-billing {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid #ead59c;
    border-radius: 8px;
    background: #fff8e5;
    color: #6b5300;
}

.sellerops-credit-topup__amounts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.sellerops-credit-topup__amount {
    min-height: 44px;
    border: 1px solid #cfd6df;
    border-radius: 8px;
    background: #ffffff;
    color: #26313d;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.sellerops-credit-topup__amount--selected {
    border-color: #2357a7;
    background: #eef3fb;
    color: #2357a7;
}

.sellerops-credit-topup__amount:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.sellerops-credit-topup__form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.sellerops-credit-topup__field {
    display: grid;
    gap: 5px;
    font-size: 13px;
    color: #4e5968;
}

.sellerops-credit-topup__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    background: #f7f9fb;
}

.sellerops-credit-topup__summary strong {
    font-size: 18px;
    color: #1f242c;
}

.sellerops-credit-topup__actions {
    display: flex;
    justify-content: flex-end;
}

.sellerops-credit-amount--credit {
    color: #1f7a45;
    font-weight: 700;
}

.sellerops-credit-amount--debit {
    color: #b42323;
    font-weight: 700;
}

/* 카탈로그 그리드 */
.sellerops-catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 14px;
}

.sellerops-catalog-card {
    display: grid;
    gap: 8px;
    align-content: start;
    padding: 16px;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    background: #ffffff;
}

.sellerops-catalog-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.sellerops-catalog-card__category {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: #e7eef8;
    color: #1e4f99;
    font-size: 12px;
    font-weight: 700;
}

.sellerops-catalog-card__code {
    color: #8a93a0;
    font-size: 12px;
    font-weight: 700;
}

.sellerops-catalog-card__name {
    margin: 0;
    font-size: 17px;
    color: #1f242c;
}

.sellerops-catalog-card__description {
    margin: 0;
    color: #687281;
    font-size: 13px;
    line-height: 1.45;
}

.sellerops-catalog-card__price {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.sellerops-catalog-card__price strong {
    font-size: 20px;
    color: #1f242c;
}

.sellerops-catalog-card__price span {
    color: #687281;
    font-size: 13px;
}

.sellerops-catalog-card__meta {
    margin: 0;
    color: #687281;
    font-size: 12px;
}

.sellerops-catalog-card__action {
    margin-top: 4px;
}

/* 모달(구매 확인 / 환불) */
.sellerops-modal-backdrop {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(15, 23, 34, 0.5);
    z-index: 1000;
}

.sellerops-modal {
    display: grid;
    gap: 0;
    width: 100%;
    max-width: 460px;
    max-height: 90vh;
    overflow: hidden auto;
    border: 1px solid #dde2e8;
    border-radius: 10px;
    background: #ffffff;
}

.sellerops-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border-bottom: 1px solid #eef1f4;
}

.sellerops-modal__header h2 {
    margin: 0;
    font-size: 18px;
    color: #1f242c;
}

.sellerops-modal__close {
    border: none;
    background: transparent;
    color: #687281;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.sellerops-modal__body {
    display: grid;
    gap: 12px;
    padding: 18px;
}

.sellerops-modal__summary {
    display: grid;
    gap: 4px;
}

.sellerops-modal__summary strong {
    font-size: 16px;
    color: #1f242c;
}

.sellerops-modal__quantity {
    max-width: 140px;
}

.sellerops-modal__notice {
    margin: 0;
    padding: 10px 12px;
    border-radius: 8px;
    background: #f2f5f8;
    color: #4e5968;
    font-size: 13px;
    line-height: 1.45;
}

.sellerops-modal__notice--warning {
    background: #fff8e5;
    color: #6b5300;
}

.sellerops-modal__footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 14px 18px;
    border-top: 1px solid #eef1f4;
}

@media (max-width: 760px) {
    .sellerops-credit-topup__amounts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sellerops-credit-topup__form {
        grid-template-columns: 1fr;
    }

    .sellerops-catalog-grid {
        grid-template-columns: 1fr;
    }
}
