.ct-portal-icon {
	width: 18px;
	height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	opacity: 0.92;
	background-color: currentColor;
	-webkit-mask: var(--ct-icon) no-repeat center / contain;
	mask: var(--ct-icon) no-repeat center / contain;
}

.ct-portal-wrap.ct-branch-portal {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 18px;
}

.ct-branch-portal .ct-account.ct-ops {
	max-width: 1280px;
	background: color-mix(in srgb, var(--ct-theme-primary, #25324a) 2%, #f5f7fb);
	border-radius: 18px;
	padding: 16px;
	gap: 16px;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.10);
}

.ct-ops__sidebar {
	width: 280px;
	min-width: 280px;
	padding: 16px 14px;
	border-radius: 18px;
	background: linear-gradient(180deg, color-mix(in srgb, var(--ct-theme-primary, #25324a) 88%, #0b1220), #0b1220);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.ct-ops__sidebar-top {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 6px 6px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	margin-bottom: 12px;
}

.ct-ops__collapse-btn {
	margin-left: auto;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.10);
	cursor: pointer;
	color: rgba(255, 255, 255, 0.92);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ct-ops__collapse-btn:hover {
	background: rgba(255, 255, 255, 0.14);
}

.ct-ops__collapse-icon {
	width: 16px;
	height: 14px;
	position: relative;
}

.ct-ops__collapse-icon:before,
.ct-ops__collapse-icon:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.92);
}

.ct-ops__collapse-icon:before {
	top: 3px;
}

.ct-ops__collapse-icon:after {
	bottom: 3px;
}

.ct-ops--collapsed .ct-ops__sidebar {
	width: 86px;
	min-width: 86px;
	padding: 14px 10px;
}

.ct-ops--collapsed .ct-ops__brand-text {
	display: none;
}

.ct-ops--collapsed .ct-ops__sidebar-top {
	flex-direction: column;
	align-items: center;
	gap: 10px;
	justify-content: center;
	padding: 6px 6px 12px;
}

.ct-ops--collapsed .ct-ops__collapse-btn {
	margin-left: 0;
	width: 34px;
	height: 34px;
	border-radius: 12px;
}

.ct-ops--collapsed .ct-ops__branch-badge {
	width: 38px;
	height: 38px;
	border-radius: 14px;
}

.ct-ops--collapsed .ct-ops__nav-item {
	justify-content: center;
	padding: 10px 8px;
}

.ct-ops--collapsed .ct-ops__nav-label {
	display: none;
}

.ct-ops--collapsed .ct-ops__powered {
	display: none;
}

.ct-ops__branch-badge {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.12);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.ct-ops__branch-flag {
	font-size: 18px;
	line-height: 1;
}

.ct-ops__brand-title {
	font-weight: 900;
	font-size: 13px;
	letter-spacing: 0.2px;
	color: rgba(255, 255, 255, 0.96);
}

.ct-ops__brand-branch {
	margin-top: 2px;
	font-weight: 700;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.72);
}

.ct-ops__nav {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.ct-ops__nav-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 10px;
	border-radius: 12px;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.92);
	border: 1px solid transparent;
	font-weight: 800;
	font-size: 13px;
}

.ct-ops__nav-item:hover {
	background: rgba(255, 255, 255, 0.10);
}

.ct-ops__nav-item.is-active {
	background: rgba(255, 255, 255, 0.12);
	border-color: color-mix(in srgb, var(--ct-theme-accent, #88bf2e) 70%, rgba(255, 255, 255, 0.2));
}

.ct-ops__nav-item--logout {
	margin-top: 8px;
	background: rgba(255, 255, 255, 0.08);
}

.ct-ops__nav-icon {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.ct-ops__nav-icon-fallback {
	width: 18px;
	height: 18px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.16);
	flex: 0 0 18px;
}

.ct-ops__powered {
	font-weight: 700;
	font-size: 12px;
	opacity: 0.82;
}

.ct-ops__main {
	flex: 1;
	min-width: 0;
}

.ct-ops__mobile-bar {
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	background: #fff;
	border-radius: 16px;
	padding: 12px 14px;
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.ct-ops__mobile-menu {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	border: 1px solid rgba(17, 24, 39, 0.10);
	background: rgba(17, 24, 39, 0.04);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ct-ops__mobile-menu-bars {
	width: 18px;
	height: 14px;
	position: relative;
}

.ct-ops__mobile-menu-bars:before,
.ct-ops__mobile-menu-bars:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	border-radius: 2px;
	background: var(--ct-theme-primary, #25324a);
	opacity: 0.9;
}

.ct-ops__mobile-menu-bars:before {
	top: 0;
}

.ct-ops__mobile-menu-bars:after {
	bottom: 0;
}

.ct-ops__mobile-branch-title {
	font-weight: 900;
	color: #111827;
	line-height: 1.15;
}

.ct-ops__mobile-branch-sub {
	font-weight: 700;
	color: #6b7280;
	font-size: 12px;
	margin-top: 2px;
}

.ct-ops__mobile-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 12px;
	border-radius: 12px;
	background: var(--ct-theme-primary, #25324a);
	color: #fff;
	text-decoration: none;
	font-weight: 900;
}

.ct-ops__header-card {
	background: #fff;
	border-radius: 18px;
	padding: 18px;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	border: 1px solid rgba(17, 24, 39, 0.08);
}

.ct-ops__header-left {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.ct-ops__manager-avatar {
	width: 56px;
	height: 56px;
	border-radius: 16px;
	background: rgba(17, 24, 39, 0.06);
	border: 1px solid rgba(17, 24, 39, 0.10);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	color: var(--ct-theme-primary, #25324a);
	flex: 0 0 56px;
	position: relative;
	overflow: hidden;
}

.ct-ops__manager-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ct-ops__manager-avatar span {
	font-size: 20px;
	line-height: 1;
}

.ct-ops__manager-flag {
	position: absolute;
	right: -6px;
	bottom: -6px;
	width: 26px;
	height: 26px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid rgba(17, 24, 39, 0.10);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1;
}

.ct-ops__header-text {
	min-width: 0;
}

.ct-ops__header-title {
	font-weight: 950;
	font-size: 20px;
	color: #111827;
	letter-spacing: 0.2px;
}

.ct-ops__header-subtitle {
	margin-top: 4px;
	font-weight: 700;
	color: #6b7280;
}

.ct-ops__meta {
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
}

.ct-ops__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border-radius: 12px;
	background: rgba(17, 24, 39, 0.04);
	border: 1px solid rgba(17, 24, 39, 0.08);
}

.ct-ops__meta-k {
	font-weight: 900;
	color: #6b7280;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

.ct-ops__meta-v {
	font-weight: 800;
	color: #111827;
	font-size: 12px;
}

.ct-ops__header-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-end;
	width: clamp(240px, 26vw, 320px);
}

.ct-ops__header-actions-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 10px;
	width: 100%;
}

.ct-ops-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 12px;
	border: 1px solid transparent;
	text-decoration: none;
	font-weight: 900;
	cursor: pointer;
	background: transparent;
}

.ct-ops-btn__icon {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
}

.ct-ops-btn__label {
	white-space: nowrap;
}

.ct-ops-btn--primary {
	background: var(--ct-theme-primary, #25324a);
	border-color: var(--ct-theme-primary, #25324a);
	color: #fff;
}

.ct-ops-btn--primary:hover {
	filter: brightness(1.05);
}

.ct-ops-btn--accent {
	background: var(--ct-theme-accent, #88bf2e);
	border-color: var(--ct-theme-accent, #88bf2e);
	color: #fff;
}

.ct-ops-btn--accent:hover {
	filter: brightness(1.04);
	color: #fff;
}

.ct-ops-btn--accent:focus,
.ct-ops-btn--accent:active {
	color: #fff;
}

.ct-ops-btn--ghost {
	background: rgba(17, 24, 39, 0.04);
	border-color: rgba(17, 24, 39, 0.10);
	color: #111827;
}

.ct-ops-btn--ghost:hover {
	background: rgba(17, 24, 39, 0.07);
}

.ct-ops-btn--sm {
	padding: 8px 10px;
	border-radius: 10px;
	font-size: 12px;
}

.ct-ops-btn--md {
	padding: 9px 12px;
	min-height: 38px;
	font-size: 13px;
}

.ct-ops-btn--lg {
	padding: 10px 14px;
	min-height: 40px;
	font-size: 13px;
	width: 100%;
}

.ct-ops__kpi-grid {
	margin-top: 14px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.ct-ops-notice {
	margin: 0 0 12px;
	padding: 12px 14px;
	border-radius: 14px;
	border: 1px solid rgba(17, 24, 39, 0.10);
	background: #fff;
	color: #111827;
	font-weight: 800;
}

.ct-ops-notice--success {
	border-color: color-mix(in srgb, var(--ct-theme-accent, #88bf2e) 60%, rgba(17, 24, 39, 0.14));
	background: color-mix(in srgb, var(--ct-theme-accent, #88bf2e) 12%, #fff);
}

.ct-ops-notice--error {
	border-color: rgba(220, 38, 38, 0.30);
	background: rgba(220, 38, 38, 0.06);
}

.ct-ops-notice--info {
	border-color: rgba(59, 130, 246, 0.24);
	background: rgba(59, 130, 246, 0.06);
}

.ct-ops-add-ship-modal .ct-package-modal__dialog {
	max-width: 760px;
	width: min(760px, calc(100vw - 28px));
	max-height: calc(100vh - 44px);
	display: flex;
	flex-direction: column;
}

.ct-ops-edit-modal .ct-package-modal__dialog {
	max-height: calc(100vh - 44px);
	display: flex;
	flex-direction: column;
}

.ct-ops-view-modal .ct-package-modal__dialog {
	max-width: 860px;
	width: min(860px, calc(100vw - 28px));
	max-height: calc(100vh - 44px);
	display: flex;
	flex-direction: column;
}

.ct-ops-logs-modal .ct-package-modal__dialog {
	max-width: 760px;
	width: min(760px, calc(100vw - 28px));
	max-height: calc(100vh - 44px);
	display: flex;
	flex-direction: column;
}

.ct-ops-staff-modal .ct-package-modal__dialog {
	max-width: 620px;
	width: min(620px, calc(100vw - 28px));
	max-height: calc(100vh - 44px);
	display: flex;
	flex-direction: column;
}

.ct-ops-staff-create-modal .ct-package-modal__dialog,
.ct-ops-customer-modal .ct-package-modal__dialog,
.ct-ops-customer-create-modal .ct-package-modal__dialog {
	max-width: 620px;
	width: min(620px, calc(100vw - 28px));
	max-height: calc(100vh - 44px);
	display: flex;
	flex-direction: column;
}

.ct-ops-logs-modal__body {
	overflow: auto;
	padding: 14px;
}

.ct-ops-staff-modal__body {
	overflow: auto;
	padding: 14px;
}

.ct-ops-upload {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 8px;
}

.ct-ops-upload__file {
	display: none;
}

.ct-ops-upload__preview {
	width: 34px;
	height: 34px;
	border-radius: 999px;
	border: 1px solid rgba(17, 24, 39, 0.10);
	background: rgba(17, 24, 39, 0.04);
	overflow: hidden;
	flex: 0 0 auto;
}

.ct-ops-upload__preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ct-ops-pa {
	margin-top: 10px;
	display: grid;
	gap: 8px;
}

.ct-ops-pa__item {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	padding: 10px 12px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	background: rgba(17, 24, 39, 0.02);
	border-radius: 12px;
}

.ct-ops-pa__main {
	min-width: 0;
}

.ct-ops-pa__title {
	font-weight: 900;
	color: rgba(17, 24, 39, 0.88);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ct-ops-pa__meta {
	margin-top: 4px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 12px;
	color: rgba(17, 24, 39, 0.64);
}

.ct-ops-pa__actions {
	flex: 0 0 auto;
}

.ct-ops-wizard__steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 12px;
}

.ct-ops-wizard__step {
	appearance: none;
	border: 1px solid rgba(17, 24, 39, 0.10);
	background: rgba(17, 24, 39, 0.02);
	border-radius: 12px;
	padding: 10px 12px;
	font-weight: 900;
	color: rgba(17, 24, 39, 0.78);
	cursor: pointer;
}

.ct-ops-wizard__step.is-active {
	border-color: color-mix(in srgb, var(--ct-theme-accent, #88bf2e) 28%, rgba(17, 24, 39, 0.10));
	background: color-mix(in srgb, var(--ct-theme-accent, #88bf2e) 10%, #fff);
	color: var(--ct-theme-accent, #88bf2e);
}

.ct-ops-staff-modal__head-actions {
	display: flex;
	gap: 8px;
	align-items: center;
}

.ct-ops-staff-modal__hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 2px 0 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.ct-ops-staff-modal__avatar-wrap {
	width: 86px;
	height: 86px;
	border-radius: 999px;
	padding: 3px;
	background: color-mix(in srgb, var(--ct-theme-accent, #88bf2e) 28%, rgba(255, 255, 255, 0));
	box-shadow: 0 14px 30px rgba(17, 24, 39, 0.10);
}

.ct-ops-staff-modal__avatar {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 999px;
	background: rgba(17, 24, 39, 0.06);
	border: 2px solid rgba(255, 255, 255, 0.92);
	object-fit: cover;
}

.ct-ops-staff-modal__hero-name {
	margin-top: 10px;
	font-weight: 950;
	color: var(--ct-theme-primary, #25324a);
	font-size: 16px;
}

.ct-ops-staff-modal__hero-meta {
	margin-top: 6px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.ct-ops-staff-modal__hero-role,
.ct-ops-staff-modal__hero-email {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border-radius: 999px;
	border: 1px solid rgba(17, 24, 39, 0.10);
	background: rgba(17, 24, 39, 0.02);
	font-weight: 800;
	font-size: 12px;
	color: rgba(17, 24, 39, 0.78);
}

.ct-ops-staff-modal.is-view .ct-portal-form__input[readonly],
.ct-ops-staff-modal.is-view .ct-portal-form__textarea[readonly] {
	background: rgba(17, 24, 39, 0.02);
	border-color: rgba(17, 24, 39, 0.08);
}

.ct-ops-staff-modal.is-view .ct-portal-form__input[disabled],
.ct-ops-staff-modal.is-view .ct-portal-form__textarea[disabled],
.ct-ops-staff-modal.is-view select.ct-portal-form__input[disabled] {
	opacity: 1;
	background: rgba(17, 24, 39, 0.02);
	border-color: rgba(17, 24, 39, 0.08);
	color: rgba(17, 24, 39, 0.82);
}

.ct-ops-logs-modal__meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 12px;
}

@media (max-width: 900px) {
	.ct-ops-logs-modal__meta {
		grid-template-columns: minmax(0, 1fr);
	}
}

.ct-ops-view {
	overflow: auto;
	padding: 14px;
}

.ct-ops-view__title {
	font-weight: 950;
	color: var(--ct-theme-primary, #25324a);
	font-size: 18px;
}

.ct-ops-view__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}

.ct-ops-view__meta-item,
.ct-ops-view__field {
	background: rgba(17, 24, 39, 0.02);
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 14px;
	padding: 10px 12px;
	min-width: 220px;
}

.ct-ops-view__k {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: rgba(17, 24, 39, 0.60);
	margin-bottom: 4px;
}

.ct-ops-view__v {
	font-weight: 800;
	color: var(--ct-theme-primary, #25324a);
}

.ct-ops-view__sections {
	margin-top: 14px;
	display: grid;
	gap: 14px;
}

.ct-ops-view__section {
	background: #fff;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 18px;
	padding: 12px;
}

.ct-ops-view__section-title {
	font-weight: 950;
	color: var(--ct-theme-primary, #25324a);
	margin-bottom: 10px;
}

.ct-ops-view__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.ct-ops-view__notes {
	white-space: pre-wrap;
	color: rgba(17, 24, 39, 0.75);
	font-weight: 700;
}

@media (max-width: 900px) {
	.ct-ops-view__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.ct-ops-view__meta-item,
	.ct-ops-view__field {
		min-width: 0;
	}
}

.ct-ops-add-ship-modal .ct-portal-form,
.ct-ops-edit-modal .ct-portal-form {
	flex: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
}

.ct-ops-add-ship-modal .ct-ops-wizard,
.ct-ops-edit-modal .ct-ops-wizard {
	flex: 1;
	min-height: 0;
	grid-template-rows: auto minmax(0, 1fr) auto;
}

.ct-ops-wizard__panel {
	min-height: 0;
	overflow: auto;
	padding-right: 2px;
}

.ct-portal-form__submit {
	background: var(--ct-theme-primary, #25324a);
	border-color: var(--ct-theme-primary, #25324a);
	color: #fff;
}

.ct-portal-form__submit:hover {
	filter: brightness(1.04);
}

.ct-portal-form__submit:focus,
.ct-portal-form__submit:active {
	color: #fff;
}

.ct-portal-form__submit[disabled] {
	opacity: 0.6;
	pointer-events: none;
}

.ct-ops-wizard {
	display: grid;
	gap: 12px;
}

.ct-ops-wizard__steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 8px;
}

.ct-ops-wizard__step {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 10px;
	border-radius: 14px;
	border: 1px solid rgba(17, 24, 39, 0.10);
	background: rgba(17, 24, 39, 0.02);
	cursor: pointer;
	font-weight: 900;
	color: rgba(17, 24, 39, 0.72);
}

.ct-ops-wizard__step.is-active {
	background: color-mix(in srgb, var(--ct-theme-accent, #88bf2e) 12%, #fff);
	border-color: color-mix(in srgb, var(--ct-theme-accent, #88bf2e) 55%, rgba(17, 24, 39, 0.12));
	color: #111827;
}

.ct-ops-wizard__n {
	width: 26px;
	height: 26px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(17, 24, 39, 0.06);
}

.ct-ops-wizard__step.is-active .ct-ops-wizard__n {
	background: var(--ct-theme-accent, #88bf2e);
	color: #fff;
}

.ct-ops-wizard__t {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ct-ops-wizard__panel[hidden] {
	display: none;
}

.ct-ops-wizard__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding-top: 8px;
	border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.ct-ops-wizard__nav [data-ct-ops-wizard-submit][hidden] {
	display: none;
}

.ct-ops-wizard__nav [data-ct-ops-wizard-back][disabled] {
	opacity: 0.6;
	pointer-events: none;
}

.ct-ops-wizard__nav .ct-portal-form__submit[disabled] {
	opacity: 0.6;
	pointer-events: none;
}

.ct-ops-gallery {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 10px;
}

.ct-ops-gallery[hidden] {
	display: none;
}

.ct-ops-gallery__item {
	position: relative;
	border-radius: 14px;
	border: 1px solid rgba(17, 24, 39, 0.10);
	overflow: hidden;
	background: rgba(17, 24, 39, 0.03);
	aspect-ratio: 1 / 1;
}

.ct-ops-gallery__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ct-ops-gallery__remove {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 28px;
	height: 28px;
	border-radius: 12px;
	border: 1px solid rgba(17, 24, 39, 0.14);
	background: rgba(255, 255, 255, 0.92);
	font-weight: 950;
	cursor: pointer;
}

.ct-ops-gallery__remove:hover {
	background: #fff;
}

.ct-ops-logs {
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.ct-ops-logs__title {
	font-weight: 950;
	color: #111827;
	margin-bottom: 10px;
}

.ct-ops-table-wrap--logs {
	max-height: 240px;
	overflow: auto;
	border-radius: 14px;
}

.ct-ops-add-ship__split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 14px;
}

.ct-ops-add-ship__col {
	background: rgba(17, 24, 39, 0.03);
	border: 1px solid rgba(17, 24, 39, 0.06);
	border-radius: 14px;
	padding: 12px;
}

.ct-ops-add-ship__section {
	font-weight: 900;
	color: #111827;
	margin-bottom: 10px;
}

.ct-ops-table-wrap--modal {
	max-height: 260px;
	overflow: auto;
	border-radius: 14px;
}

.ct-ops-table--packages th,
.ct-ops-table--packages td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.ct-ops-packages-summary {
	font-weight: 800;
	color: rgba(17, 24, 39, 0.70);
	margin-bottom: 10px;
}

.ct-ops-packages__type {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ct-ops-packages__icon {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.ct-ops-packages__select {
	width: 100%;
	min-width: 140px;
	border-radius: 12px;
	border: 1px solid rgba(17, 24, 39, 0.12);
	padding: 9px 10px;
	font-weight: 800;
}

.ct-ops-packages__input {
	width: 100%;
	border-radius: 12px;
	border: 1px solid rgba(17, 24, 39, 0.12);
	padding: 9px 10px;
	font-weight: 800;
}

.ct-ops-packages__input--sm {
	max-width: 92px;
}

.ct-ops-add-ship__actions {
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;
}

@media (max-width: 900px) {
	.ct-ops-add-ship__split {
		grid-template-columns: minmax(0, 1fr);
	}

	.ct-ops-wizard__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ct-ops-gallery {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.ct-ops-kpi {
	background: #fff;
	border-radius: 16px;
	padding: 14px 14px 12px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
	display: grid;
	gap: 8px;
	min-height: 96px;
}

.ct-ops-kpi__top {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ct-ops-kpi__icon,
.ct-ops-kpi__icon-fallback {
	width: 28px;
	height: 28px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
}

.ct-ops-kpi__icon {
	background-color: var(--ct-theme-accent, #88bf2e);
	opacity: 0.95;
}

.ct-ops-kpi__label {
	font-weight: 900;
	color: #111827;
	font-size: 12px;
	letter-spacing: 0.2px;
}

.ct-ops-kpi__value {
	font-weight: 950;
	font-size: 26px;
	color: #111827;
	line-height: 1;
}

.ct-ops-kpi__value,
.ct-ops-snapshot__v {
	letter-spacing: -0.2px;
}

.ct-ops-kpi__hint {
	font-weight: 700;
	color: #6b7280;
	font-size: 12px;
}

.ct-ops-kpi--danger .ct-ops-kpi__icon,
.ct-ops-kpi--warn .ct-ops-kpi__icon,
.ct-ops-kpi--info .ct-ops-kpi__icon,
.ct-ops-kpi--success .ct-ops-kpi__icon {
	background-color: var(--ct-theme-accent, #88bf2e);
}

.ct-ops__grid {
	margin-top: 14px;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 14px;
}

.ct-ops__widgets {
	margin-top: 14px;
}

.ct-ops__widget-cols {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	align-items: start;
}

.ct-ops__widget-col {
	display: flex;
	flex-direction: column;
}

.ct-ops-card--widget {
	padding: 14px;
}

.ct-ops-card {
	background: #fff;
	border-radius: 18px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
	padding: 14px;
}

.ct-ops-card + .ct-ops-card {
	margin-top: 14px;
}

.ct-ops-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.ct-ops-card__title {
	font-weight: 950;
	color: #111827;
	font-size: 14px;
	letter-spacing: 0.2px;
}

.ct-ops-card__subtitle {
	font-weight: 800;
	color: #6b7280;
	font-size: 12px;
}

.ct-ops-table-wrap {
	overflow: auto;
	border-radius: 14px;
	border: 1px solid rgba(17, 24, 39, 0.08);
}

.ct-ops-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 12px;
}

.ct-ops-table th {
	position: sticky;
	top: 0;
	background: rgba(17, 24, 39, 0.03);
	color: #6b7280;
	font-weight: 900;
	text-align: left;
	padding: 10px 10px;
	border-bottom: 1px solid rgba(17, 24, 39, 0.10);
	white-space: nowrap;
}

.ct-ops-table td {
	padding: 10px 10px;
	border-bottom: 1px solid rgba(17, 24, 39, 0.06);
	vertical-align: middle;
}

.ct-ops-table tbody tr:hover td {
	background: rgba(17, 24, 39, 0.02);
}

.ct-ops-card--recent-shipments .ct-ops-table-wrap {
	overflow: visible;
	max-height: none;
}

.ct-ops-card--recent-shipments .ct-ops-table {
	table-layout: fixed;
}

.ct-ops-card--recent-shipments .ct-ops-table th {
	position: static;
	white-space: normal;
}

.ct-ops-card--recent-shipments .ct-ops-table td {
	overflow-wrap: anywhere;
}

.ct-ops-card--recent-shipments .ct-ops-table td.ct-ops-mono {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ct-ops-empty {
	padding: 14px;
	color: #6b7280;
	font-weight: 800;
	text-align: center;
}

.ct-ops-empty--panel {
	padding: 18px 10px;
}

.ct-ops-ship__title {
	font-weight: 900;
	color: #111827;
}

.ct-ops-ship {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.ct-ops-ship__avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(17, 24, 39, 0.06);
	border: 1px solid rgba(17, 24, 39, 0.10);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 950;
	color: #111827;
	flex: 0 0 32px;
}

.ct-ops-ship__text {
	min-width: 0;
}

.ct-ops-ship__title,
.ct-ops-ship__sub {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ct-ops-ship__sub {
	margin-top: 2px;
	font-weight: 700;
	color: #6b7280;
	font-size: 11px;
}

.ct-ops-mono {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-weight: 800;
	letter-spacing: 0.2px;
}

.ct-ops-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 10px;
	border-radius: 999px;
	font-weight: 900;
	font-size: 11px;
	border: 1px solid rgba(17, 24, 39, 0.10);
	background: rgba(17, 24, 39, 0.035);
	color: #111827;
	white-space: nowrap;
}

.ct-ops-pill--delivered {
	background: rgba(6, 118, 71, 0.10);
	border-color: rgba(6, 118, 71, 0.20);
	color: #067647;
}

.ct-ops-pill--in-transit,
.ct-ops-pill--shipping {
	background: rgba(23, 92, 211, 0.10);
	border-color: rgba(23, 92, 211, 0.20);
	color: #175cd3;
}

.ct-ops-pill--pending,
.ct-ops-pill--processing,
.ct-ops-pill--booked {
	background: rgba(181, 71, 8, 0.10);
	border-color: rgba(181, 71, 8, 0.20);
	color: #b54708;
}

.ct-ops-pill--delayed,
.ct-ops-pill--failed,
.ct-ops-pill--failed-delivery,
.ct-ops-pill--returned {
	background: rgba(180, 35, 24, 0.10);
	border-color: rgba(180, 35, 24, 0.20);
	color: #b42318;
}

.ct-ops-actions {
	display: grid;
	gap: 8px;
}

.ct-ops-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 14px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	background: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	color: inherit;
	font-weight: 900;
}

.ct-ops-action__left {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.ct-ops-action__label {
	color: #111827;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ct-ops-action__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(17, 24, 39, 0.06);
	border: 1px solid rgba(17, 24, 39, 0.10);
	color: #111827;
	font-weight: 950;
}

.ct-ops-alert {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	flex: 0 0 10px;
	background: rgba(107, 114, 128, 0.55);
	box-shadow: 0 0 0 4px rgba(107, 114, 128, 0.12);
}

.ct-ops-alert--info {
	background: #175cd3;
	box-shadow: 0 0 0 4px rgba(23, 92, 211, 0.12);
}

.ct-ops-alert--warn {
	background: #b54708;
	box-shadow: 0 0 0 4px rgba(181, 71, 8, 0.12);
}

.ct-ops-alert--danger,
.ct-ops-alert--high {
	background: #b42318;
	box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.12);
}

.ct-ops-alert--medium {
	background: #b54708;
	box-shadow: 0 0 0 4px rgba(181, 71, 8, 0.12);
}

.ct-ops-alert--low {
	background: rgba(107, 114, 128, 0.55);
	box-shadow: 0 0 0 4px rgba(107, 114, 128, 0.10);
}

.ct-ops-staff {
	display: grid;
	gap: 10px;
}

.ct-ops-staff-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 14px;
	padding: 10px 12px;
	background: rgba(255, 255, 255, 0.7);
}

.ct-ops-staff-row__who {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.ct-ops-staff-row__avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
	flex: 0 0 32px;
}

.ct-ops-staff-row__avatar--fallback {
	background: rgba(17, 24, 39, 0.06);
	border: 1px solid rgba(17, 24, 39, 0.10);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 950;
	color: #111827;
}

.ct-ops-staff-row__name {
	font-weight: 950;
	color: #111827;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ct-ops-staff-row__sub {
	margin-top: 2px;
	font-weight: 800;
	color: #6b7280;
	font-size: 12px;
}

.ct-ops-staff-row__stats {
	display: grid;
	justify-items: end;
	gap: 6px;
}

.ct-ops-staff-row__count {
	font-weight: 800;
	color: #6b7280;
	font-size: 12px;
}

.ct-ops-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 10px;
	border-radius: 999px;
	border: 1px solid rgba(17, 24, 39, 0.10);
	background: rgba(17, 24, 39, 0.04);
	font-weight: 950;
	font-size: 11px;
	white-space: nowrap;
}

.ct-ops-badge--ok {
	background: color-mix(in srgb, var(--ct-theme-accent, #88bf2e) 14%, rgba(255, 255, 255, 0));
	border-color: color-mix(in srgb, var(--ct-theme-accent, #88bf2e) 28%, rgba(17, 24, 39, 0.10));
	color: var(--ct-theme-accent, #88bf2e);
}

.ct-ops-badge--muted {
	background: rgba(107, 114, 128, 0.10);
	border-color: rgba(107, 114, 128, 0.18);
	color: #6b7280;
}

.ct-ops-alerts {
	display: grid;
	gap: 10px;
}

.ct-ops-alert-row {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 14px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	background: rgba(255, 255, 255, 0.7);
	font-weight: 900;
	color: #111827;
}

.ct-ops-mini-stats {
	display: grid;
	gap: 10px;
	margin-top: 2px;
}

.ct-ops-mini-stat {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 12px;
	border-radius: 14px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	background: rgba(255, 255, 255, 0.7);
}

.ct-ops-mini-stat__k {
	font-weight: 900;
	color: #111827;
}

.ct-ops-mini-stat__v {
	font-weight: 950;
	color: #111827;
}

.ct-ops-mini-stat--muted {
	background: rgba(17, 24, 39, 0.03);
}

.ct-ops-activity {
	display: grid;
	gap: 10px;
	max-height: 260px;
	overflow: auto;
	padding-right: 4px;
}

.ct-ops-activity__row {
	display: grid;
	grid-template-columns: 18px 1fr;
	gap: 12px;
	align-items: start;
	padding: 10px 12px;
	border-radius: 14px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	background: rgba(255, 255, 255, 0.7);
}

.ct-ops-activity__dot {
	margin-top: 4px;
}

.ct-ops-activity__line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.ct-ops-activity__time {
	margin-top: 8px;
	font-weight: 800;
	color: #6b7280;
	font-size: 12px;
}

.ct-ops-muted {
	color: #6b7280;
	font-weight: 800;
}

.ct-ops-muted--note {
	margin-top: 10px;
	font-size: 12px;
}

.ct-ops-page__head {
	margin-bottom: 14px;
	background: #fff;
	border-radius: 18px;
	padding: 16px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.ct-ops-page__title {
	font-weight: 950;
	font-size: 18px;
	color: var(--ct-theme-primary, #25324a);
}

.ct-ops-page__sub {
	margin-top: 4px;
	font-weight: 800;
	color: #6b7280;
}

.ct-ops-page__head--actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.ct-ops-page__actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.ct-ops-filters {
	background: #fff;
	border-radius: 18px;
	padding: 10px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
	margin-bottom: 14px;
}

.ct-ops-filters__row {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.ct-ops-filters__search {
	flex: 1;
	min-width: 240px;
}

.ct-ops-filters__row--more {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.ct-ops-filters__toggle.ct-ops-btn {
	padding: 9px 12px;
	min-height: 38px;
	font-size: 13px;
}

.ct-ops-filters__input {
	width: 100%;
	border-radius: 14px;
	border: 1px solid color-mix(in srgb, var(--ct-theme-primary, #25324a) 18%, transparent);
	background: color-mix(in srgb, var(--ct-theme-primary, #25324a) 3%, #fff);
	padding: 9px 12px;
	font-weight: 700;
	font-size: 14px;
	color: var(--ct-theme-primary, #25324a);
}

.ct-ops-filters__select {
	border-radius: 14px;
	border: 1px solid color-mix(in srgb, var(--ct-theme-primary, #25324a) 18%, transparent);
	background: color-mix(in srgb, var(--ct-theme-primary, #25324a) 3%, #fff);
	padding: 9px 12px;
	font-weight: 700;
	font-size: 14px;
	color: var(--ct-theme-primary, #25324a);
	min-width: 140px;
}

.ct-ops-filters__reset {
	font-weight: 700;
	color: rgba(17, 24, 39, 0.65);
	text-decoration: none;
	padding: 10px 6px;
}

.ct-ops-filters__reset:hover {
	color: var(--ct-theme-primary, #25324a);
	text-decoration: underline;
}

.ct-ops-pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.ct-ops-pagination__left {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.ct-ops-pagination__meta {
	font-weight: 700;
	color: rgba(17, 24, 39, 0.60);
	font-size: 12px;
}

.ct-ops-pagination__pages {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.ct-ops-pagebtn {
	min-width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	border: 1px solid color-mix(in srgb, var(--ct-theme-primary, #25324a) 18%, transparent);
	background: color-mix(in srgb, var(--ct-theme-primary, #25324a) 4%, #fff);
	font-weight: 800;
	font-size: 14px;
	color: var(--ct-theme-primary, #25324a);
	text-decoration: none;
	padding: 0 10px;
}

.ct-ops-pagebtn:hover {
	background: color-mix(in srgb, var(--ct-theme-primary, #25324a) 7%, #fff);
}

.ct-ops-pagebtn.is-current {
	background: var(--ct-theme-primary, #25324a);
	border-color: var(--ct-theme-primary, #25324a);
	color: #fff;
}

.ct-ops-pagebtn.is-disabled {
	opacity: 0.55;
	pointer-events: none;
}

.ct-ops-pagebtn.is-ellipsis {
	border-color: transparent;
	background: transparent;
	min-width: 18px;
	padding: 0;
}

.ct-ops-shipview.is-loading {
	opacity: 0.6;
	pointer-events: none;
}

.ct-ops-customersview.is-loading {
	opacity: 0.6;
	pointer-events: none;
}

.ct-ops-txview.is-loading {
	opacity: 0.6;
	pointer-events: none;
}

.ct-ops-wtxview.is-loading {
	opacity: 0.6;
	pointer-events: none;
}

#ct-ops-tab-content.is-loading {
	position: relative;
	min-height: 220px;
	pointer-events: none;
}

#ct-ops-tab-content.is-loading::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.70);
	border-radius: 18px;
}

#ct-ops-tab-content.is-loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
	border-radius: 50%;
	border: 3px solid color-mix(in srgb, var(--ct-theme-accent, #88bf2e) 20%, transparent);
	border-top-color: var(--ct-theme-accent, #88bf2e);
	animation: ct-ops-spin 0.85s linear infinite;
}

.ct-ops-view.is-loading,
.ct-ops-logs-modal__body.is-loading,
.ct-ops-staff-modal__body.is-loading {
	position: relative;
	pointer-events: none;
}

.ct-ops-view.is-loading::before,
.ct-ops-logs-modal__body.is-loading::before,
.ct-ops-staff-modal__body.is-loading::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 18px;
}

.ct-ops-view.is-loading::after,
.ct-ops-logs-modal__body.is-loading::after,
.ct-ops-staff-modal__body.is-loading::after {
	content: "";
	position: absolute;
	top: 18px;
	right: 18px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid color-mix(in srgb, var(--ct-theme-accent, #88bf2e) 20%, transparent);
	border-top-color: var(--ct-theme-accent, #88bf2e);
	animation: ct-ops-spin 0.85s linear infinite;
}

@keyframes ct-ops-spin {
	to { transform: rotate(360deg); }
}

.ct-ops-shipview .ct-ops-table-wrap {
	overflow: visible;
	max-height: none;
}

.ct-ops-shipview .ct-ops-table {
	table-layout: fixed;
}

.ct-ops-shipview .ct-ops-table th {
	position: sticky;
	top: 0;
	z-index: 2;
	background: #fff;
	box-shadow: 0 1px 0 color-mix(in srgb, var(--ct-theme-primary, #25324a) 12%, transparent);
	white-space: normal;
}

.ct-ops-shipview .ct-ops-table td {
	overflow-wrap: anywhere;
}

.ct-ops-shipview .ct-ops-table td.ct-ops-mono {
	white-space: nowrap;
}

.ct-ops-row-actions {
	position: relative;
	display: inline-flex;
}

.ct-ops-actionbtn {
	border-radius: 12px;
	border: 1px solid color-mix(in srgb, var(--ct-theme-primary, #25324a) 18%, transparent);
	background: color-mix(in srgb, var(--ct-theme-primary, #25324a) 4%, #fff);
	padding: 8px 10px;
	font-weight: 800;
	font-size: 14px;
	color: var(--ct-theme-primary, #25324a);
	cursor: pointer;
}

.ct-ops-actionbtn:hover {
	background: color-mix(in srgb, var(--ct-theme-primary, #25324a) 7%, #fff);
}

.ct-ops-actions-menu {
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	min-width: 190px;
	padding: 6px;
	border-radius: 14px;
	border: 1px solid color-mix(in srgb, var(--ct-theme-primary, #25324a) 14%, transparent);
	background: #fff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
	z-index: 50;
}

.ct-ops-actions-menu__item {
	display: block;
	width: 100%;
	border: 0;
	background: transparent;
	padding: 10px 10px;
	border-radius: 12px;
	font-weight: 900;
	color: var(--ct-theme-primary, #25324a);
	text-align: left;
	cursor: pointer;
}

.ct-ops-actions-menu__item:hover {
	background: color-mix(in srgb, var(--ct-theme-primary, #25324a) 6%, #fff);
}

.ct-ops-actions-menu__item--danger {
	color: rgba(220, 38, 38, 0.95);
}

.ct-ops-actions-menu__item--danger:hover {
	background: rgba(220, 38, 38, 0.08);
}

.ct-ops-cust-suggest {
	margin-top: 8px;
	border-radius: 14px;
	border: 1px solid rgba(17, 24, 39, 0.10);
	background: #fff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.10);
	overflow: hidden;
}

.ct-ops-cust-suggest[hidden] {
	display: none;
}

.ct-ops-cust-suggest__item {
	display: grid;
	gap: 2px;
	width: 100%;
	border: 0;
	background: transparent;
	text-align: left;
	padding: 10px 12px;
	cursor: pointer;
}

.ct-ops-cust-suggest__item:hover {
	background: rgba(17, 24, 39, 0.05);
}

.ct-ops-cust-suggest__name {
	font-weight: 950;
	color: #111827;
}

.ct-ops-cust-suggest__email {
	font-weight: 800;
	color: rgba(17, 24, 39, 0.55);
	font-size: 12px;
}

.ct-ops-cust-suggest__empty {
	padding: 10px 12px;
	font-weight: 800;
	color: rgba(17, 24, 39, 0.60);
}

.ct-ops-cust-actions {
	margin-top: 8px;
	display: flex;
	justify-content: flex-end;
}

.ct-ops-inline-error {
	margin-top: 8px;
	padding: 10px 12px;
	border-radius: 14px;
	border: 1px solid rgba(220, 38, 38, 0.26);
	background: rgba(220, 38, 38, 0.06);
	font-weight: 900;
	color: rgba(220, 38, 38, 0.95);
}

.ct-ops-inline-error[hidden] {
	display: none;
}

.ct-ops-assign-modal .ct-package-modal__dialog {
	max-width: 560px;
	width: min(560px, calc(100vw - 28px));
}

.ct-ops-edit-modal .ct-package-modal__dialog {
	max-width: 760px;
	width: min(760px, calc(100vw - 28px));
}

.ct-ops-delete-modal .ct-package-modal__dialog {
	max-width: 460px;
	width: min(460px, calc(100vw - 28px));
}

.ct-ops-muted--note {
	margin: 2px 0 10px;
}
.ct-ops__drawer-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(15, 23, 42, 0.50);
	backdrop-filter: blur(2px);
	z-index: 9998;
}

@media (max-width: 1024px) {
	.ct-ops__kpi-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ct-ops__widget-cols {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.ct-ops__sidebar {
		position: fixed;
		top: 18px;
		bottom: 18px;
		left: 18px;
		transform: translateX(-110%);
		transition: transform 180ms ease;
		z-index: 9999;
		overflow: auto;
	}

	.ct-ops--drawer-open .ct-ops__sidebar {
		transform: translateX(0);
	}

	.ct-ops__mobile-bar {
		display: flex;
		margin-bottom: 12px;
	}

	.ct-ops__collapse-btn {
		display: none;
	}

	.ct-branch-portal .ct-account.ct-ops {
		padding: 14px;
	}

	.ct-ops__header-card {
		grid-template-columns: minmax(0, 1fr);
		align-items: stretch;
	}

	.ct-ops__header-actions {
		align-items: flex-start;
		width: 100%;
	}
}

@media (max-width: 540px) {
	.ct-portal-wrap.ct-branch-portal {
		padding: 0 12px;
	}

	.ct-ops-kpi__value {
		font-size: 22px;
	}

	.ct-ops__header-title {
		font-size: 18px;
	}

	.ct-ops__meta-item {
		width: 100%;
		justify-content: space-between;
	}
	
	.ct-ops__widget-cols {
		grid-template-columns: minmax(0, 1fr);
	}
}
