.big-ops-card-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	margin: 24px 0;
}

.big-ops-account-grid--pack {
	align-items: start;
}

.big-ops-account-grid--wallet {
	grid-template-columns: minmax(0, 1.65fr) minmax(320px, 1fr);
}

.big-ops-account-grid--bonuses {
	grid-template-columns: minmax(0, 1fr);
}

.big-ops-account-grid--wallet-secondary {
	margin-top: 0;
}

.big-ops-reseller-auth {
	margin: 32px 0;
}

.big-ops-reseller-auth__columns {
	align-items: stretch;
}

.big-ops-reseller-auth__column {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
	margin: 0 auto;
	max-width: 640px;
	padding: 28px;
}

.big-ops-reseller-auth__intro {
	margin-bottom: 22px;
}

.big-ops-reseller-auth__intro h2 {
	margin: 0 0 10px;
}

.big-ops-reseller-auth__intro p:last-child {
	margin-bottom: 0;
}

.big-ops-reseller-auth__sponsor {
	align-items: center;
	background: linear-gradient(135deg, rgba(17, 24, 39, 0.04), rgba(212, 175, 55, 0.12));
	border: 1px solid rgba(212, 175, 55, 0.28);
	border-radius: 999px;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
	padding: 8px 14px;
}

.big-ops-reseller-auth__sponsor-label {
	color: #7c5b17;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.big-ops-reseller-auth .woocommerce-notices-wrapper {
	margin-bottom: 18px;
}

.big-ops-reseller-auth .woocommerce-form-register {
	margin: 0;
}

.big-ops-reseller-auth .form-row .required {
	color: #b45309;
}

.big-ops-reseller-auth__hint {
	color: #6b7280;
	display: block;
	font-size: 13px;
	margin-top: 6px;
}

.big-ops-reseller-auth .woocommerce-Button.button {
	margin-top: 6px;
}

.big-ops-panel {
	background: #ffffff;
	border: 1px solid #d7d9df;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
	padding: 20px;
}

.big-ops-panel--wide {
	width: 100%;
}

.big-ops-panel input,
.big-ops-panel textarea {
	width: 100%;
}

.big-ops-panel input[readonly] {
	background: #f8fafc;
}

.big-ops-wallet-form {
	display: grid;
	gap: 18px;
}

.big-ops-wallet-form__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.big-ops-list {
	margin: 0;
	padding-left: 18px;
}

.big-ops-dashboard__hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 24px 0;
}

.big-ops-dashboard__identity {
	display: flex;
	align-items: center;
	gap: 18px;
}

.big-ops-dashboard__avatar,
.big-ops-inline-avatar {
	width: 72px;
	height: 72px;
	border-radius: 999px;
	object-fit: cover;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.big-ops-inline-avatar {
	width: 56px;
	height: 56px;
}

.big-ops-dashboard__eyebrow {
	margin: 0 0 6px;
	color: #7c5b17;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.big-ops-action-row,
.big-ops-action-stack {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.big-ops-action-row form {
	margin: 0;
}

.big-ops-action-stack {
	flex-direction: column;
	align-items: flex-start;
}

.big-ops-inline-note {
	color: #5b6470;
	font-size: 13px;
	margin: 8px 0 0;
}

.woocommerce-account .big-ops-account-identity-lock-note {
	clear: both;
	display: block;
	flex-basis: 100%;
	grid-column: 1 / -1;
	margin: 0 0 14px;
	width: 100%;
}

.big-ops-pack-details {
	display: grid;
	gap: 12px;
	margin-bottom: 18px;
}

.big-ops-pack-details p {
	border-bottom: 1px solid #eef2f7;
	margin: 0;
	padding-bottom: 12px;
}

.big-ops-pack-details p:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.big-ops-entitlement-list {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.big-ops-entitlement-card {
	background: linear-gradient(180deg, #ffffff 0%, #fbf8ff 100%);
	border: 1px solid #e6ddfb;
	border-radius: 18px;
	box-shadow: 0 12px 28px rgba(37, 19, 81, 0.08);
	padding: 18px;
}

.big-ops-entitlement-code-list {
	display: grid;
	gap: 10px;
	margin: 14px 0 0;
}

.big-ops-entitlement-code {
	background: rgba(91, 33, 182, 0.06);
	border: 1px solid rgba(91, 33, 182, 0.12);
	border-radius: 14px;
	display: grid;
	gap: 6px;
	padding: 12px 14px;
}

.big-ops-entitlement-code__label {
	color: #685f7d;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.big-ops-entitlement-claim {
	background: rgba(15, 23, 42, 0.04);
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 12px;
	display: grid;
	gap: 6px;
	margin-top: 14px;
	padding: 12px 14px;
}

.big-ops-entitlement-claim__label {
	color: #685f7d;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.big-ops-entitlement-claim p {
	margin: 0;
}

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

.big-ops-entitlement-card__head strong {
	color: #201441;
	font-size: 15px;
}

.big-ops-entitlement-card__badge {
	background: #eef2ff;
	border: 1px solid #c7d2fe;
	border-radius: 999px;
	color: #3730a3;
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 6px 10px;
	text-transform: uppercase;
}

.big-ops-entitlement-card__badge.is-available,
.big-ops-entitlement-card__badge.is-issued,
.big-ops-entitlement-card__badge.is-approved,
.big-ops-entitlement-card__badge.is-validated,
.big-ops-entitlement-card__badge.is-transfer_completed {
	background: #ecfdf3;
	border-color: #a7f3d0;
	color: #047857;
}

.big-ops-entitlement-card__badge.is-pending_office_action,
.big-ops-entitlement-card__badge.is-requested,
.big-ops-entitlement-card__badge.is-under_review,
.big-ops-entitlement-card__badge.is-transfer_prepared,
.big-ops-entitlement-card__badge.is-details_saved {
	background: #fff7ed;
	border-color: #fdba74;
	color: #b45309;
}

.big-ops-entitlement-card__badge.is-used,
.big-ops-entitlement-card__badge.is-expired,
.big-ops-entitlement-card__badge.is-cancelled,
.big-ops-entitlement-card__badge.is-rejected,
.big-ops-entitlement-card__badge.is-not_eligible,
.big-ops-entitlement-card__badge.is-unavailable,
.big-ops-entitlement-card__badge.is-awaiting_details,
.big-ops-entitlement-card__badge.is-on_hold {
	background: #f8fafc;
	border-color: #cbd5e1;
	color: #475569;
}

.big-ops-affiliate-notice {
	background: linear-gradient(135deg, rgba(91, 33, 182, 0.05), rgba(212, 175, 55, 0.1));
	border-color: rgba(124, 58, 237, 0.2);
	margin: 18px 0;
}

.big-ops-affiliate-notice .big-ops-inline-note {
	color: #473a68;
	font-size: 14px;
	margin: 0;
}

.big-ops-affiliate-summary-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.big-ops-affiliate-summary-card {
	background: linear-gradient(180deg, #ffffff 0%, #fbf8ff 100%);
	border: 1px solid #e8defd;
	border-radius: 16px;
	box-shadow: 0 12px 24px rgba(49, 24, 105, 0.06);
	display: grid;
	gap: 8px;
	padding: 16px;
}

.big-ops-affiliate-summary-card span {
	color: #685f7d;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.big-ops-affiliate-summary-card strong {
	color: #201441;
	font-size: 20px;
	line-height: 1.2;
}

.big-ops-affiliate-link {
	display: grid;
	gap: 8px;
	margin: 14px 0;
}

.big-ops-affiliate-link__row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.big-ops-affiliate-link__row input {
	flex: 1 1 320px;
}

.big-ops-inline-note--warning {
	background: #fff6eb;
	border: 1px solid #f8d7a8;
	border-radius: 12px;
	color: #92400e;
	padding: 12px 14px;
}

.big-ops-table-wrap {
	overflow-x: auto;
}

.big-ops-affiliate-snapshot {
	display: grid;
	gap: 16px;
	margin: 24px 0;
}

.big-ops-affiliate-snapshot__header {
	align-items: start;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
}

.big-ops-affiliate-snapshot__header h3 {
	margin: 0;
}

.big-ops-affiliate-snapshot__chip {
	background: linear-gradient(135deg, rgba(17, 24, 39, 0.04), rgba(212, 175, 55, 0.12));
	border: 1px solid rgba(212, 175, 55, 0.32);
	border-radius: 999px;
	color: #7c5b17;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 10px 14px;
}

.big-ops-uap-dashboard-context {
	display: grid;
	gap: 20px;
}

.big-ops-uap-dashboard-note {
	background: linear-gradient(135deg, rgba(17, 24, 39, 0.06), rgba(212, 175, 55, 0.14));
	border-color: rgba(212, 175, 55, 0.28);
}

.big-ops-uap-dashboard-note h2 {
	margin: 0 0 8px;
}

.big-ops-uap-dashboard-note p:last-of-type {
	margin-bottom: 0;
}

a[data-big-ops-rerouted-tree-link='1'] {
	font-weight: 700;
}

@media (max-width: 640px) {
	.big-ops-affiliate-link__row {
		flex-direction: column;
	}
}

@media (max-width: 960px) {
	.big-ops-account-grid--wallet,
	.big-ops-account-grid--bonuses {
		grid-template-columns: minmax(0, 1fr);
	}

	.big-ops-wallet-form__grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

.uap-wrapper,
.uap-user-page-wrapper,
.uap-ap-wrap,
.uap-user-profile-wrapper,
.uap-account-page,
.uap-shortcode-dashboard {
	background: linear-gradient(180deg, #fcfbff 0%, #f5f0ff 100%);
	border: 1px solid #eadfff;
	border-radius: 28px;
	box-shadow: 0 24px 54px rgba(37, 19, 81, 0.12);
	color: #22143f;
	margin: 28px auto;
	max-width: 1240px;
	padding: 28px;
}

.uap-wrapper h1,
.uap-wrapper h2,
.uap-wrapper h3,
.uap-user-page-wrapper h1,
.uap-user-page-wrapper h2,
.uap-user-page-wrapper h3,
.uap-ap-wrap h1,
.uap-ap-wrap h2,
.uap-ap-wrap h3 {
	color: #1f1447;
	letter-spacing: -0.02em;
}

.uap-wrapper .uap-box,
.uap-wrapper .uap-dashboard-box,
.uap-wrapper .uap-ap-card,
.uap-user-page-wrapper .uap-box,
.uap-user-page-wrapper .uap-dashboard-box,
.uap-ap-wrap .uap-box,
.uap-ap-wrap .uap-dashboard-box {
	background: linear-gradient(180deg, #ffffff 0%, #fbf8ff 100%);
	border: 1px solid #e9defb;
	border-radius: 18px;
	box-shadow: 0 14px 28px rgba(51, 24, 110, 0.08);
	padding: 18px;
}

.uap-wrapper input[type='text'],
.uap-wrapper input[type='url'],
.uap-wrapper input[type='email'],
.uap-wrapper input[type='number'],
.uap-wrapper textarea,
.uap-wrapper select,
.uap-user-page-wrapper input[type='text'],
.uap-user-page-wrapper input[type='url'],
.uap-user-page-wrapper input[type='email'],
.uap-user-page-wrapper input[type='number'],
.uap-user-page-wrapper textarea,
.uap-user-page-wrapper select,
.uap-ap-wrap input[type='text'],
.uap-ap-wrap input[type='url'],
.uap-ap-wrap input[type='email'],
.uap-ap-wrap input[type='number'],
.uap-ap-wrap textarea,
.uap-ap-wrap select {
	background: #fff;
	border: 1px solid #d8c9fb;
	border-radius: 14px;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
	color: #201441;
	min-height: 42px;
	padding: 10px 14px;
}

.uap-wrapper input[type='text']:focus,
.uap-wrapper input[type='url']:focus,
.uap-wrapper input[type='email']:focus,
.uap-wrapper input[type='number']:focus,
.uap-wrapper textarea:focus,
.uap-wrapper select:focus,
.uap-user-page-wrapper input[type='text']:focus,
.uap-user-page-wrapper input[type='url']:focus,
.uap-user-page-wrapper input[type='email']:focus,
.uap-user-page-wrapper input[type='number']:focus,
.uap-user-page-wrapper textarea:focus,
.uap-user-page-wrapper select:focus,
.uap-ap-wrap input[type='text']:focus,
.uap-ap-wrap input[type='url']:focus,
.uap-ap-wrap input[type='email']:focus,
.uap-ap-wrap input[type='number']:focus,
.uap-ap-wrap textarea:focus,
.uap-ap-wrap select:focus {
	border-color: #7c3aed;
	box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.14);
	outline: none;
}

.uap-wrapper .button,
.uap-wrapper button,
.uap-wrapper input[type='submit'],
.uap-user-page-wrapper .button,
.uap-user-page-wrapper button,
.uap-user-page-wrapper input[type='submit'],
.uap-ap-wrap .button,
.uap-ap-wrap button,
.uap-ap-wrap input[type='submit'] {
	background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%);
	border: 1px solid #5b21b6;
	border-radius: 14px;
	box-shadow: 0 16px 26px rgba(91, 33, 182, 0.2);
	color: #fff;
	font-weight: 700;
	min-height: 42px;
	padding: 0 18px;
}

.uap-wrapper .button:hover,
.uap-wrapper .button:focus,
.uap-wrapper button:hover,
.uap-wrapper button:focus,
.uap-wrapper input[type='submit']:hover,
.uap-wrapper input[type='submit']:focus,
.uap-user-page-wrapper .button:hover,
.uap-user-page-wrapper .button:focus,
.uap-user-page-wrapper button:hover,
.uap-user-page-wrapper button:focus,
.uap-user-page-wrapper input[type='submit']:hover,
.uap-user-page-wrapper input[type='submit']:focus,
.uap-ap-wrap .button:hover,
.uap-ap-wrap .button:focus,
.uap-ap-wrap button:hover,
.uap-ap-wrap button:focus,
.uap-ap-wrap input[type='submit']:hover,
.uap-ap-wrap input[type='submit']:focus {
	background: linear-gradient(135deg, #6d28d9 0%, #8b5cf6 100%);
	border-color: #6d28d9;
	color: #fff;
}

.uap-wrapper .uap-ap-referral-link,
.uap-wrapper .uap-referral-link-wrapper,
.uap-user-page-wrapper .uap-ap-referral-link,
.uap-user-page-wrapper .uap-referral-link-wrapper,
.uap-ap-wrap .uap-ap-referral-link,
.uap-ap-wrap .uap-referral-link-wrapper {
	background: linear-gradient(180deg, #fff 0%, #faf7ff 100%);
	border: 1px solid #e5d8ff;
	border-radius: 18px;
	padding: 16px;
}

.big-ops-sponsor-panel {
	display: grid;
	gap: 24px;
}

.big-ops-sponsor-panel__header h2,
.big-ops-sponsor-panel__section h3 {
	margin: 0 0 8px;
}

.big-ops-sponsor-panel__invite-box,
.big-ops-sponsor-panel__section {
	background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	padding: 20px;
}

.big-ops-sponsor-panel__invite-copy {
	display: grid;
	gap: 8px;
	margin-bottom: 16px;
}

.big-ops-sponsor-panel__invite-copy label {
	color: #111827;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.big-ops-sponsor-panel__inline-action {
	display: inline-flex;
}

.big-ops-sponsor-panel__legacy-link summary {
	cursor: pointer;
	font-weight: 600;
}

.big-ops-sponsor-panel__form {
	display: grid;
	gap: 18px;
}

.big-ops-sponsor-panel__toolbar {
	align-items: end;
	column-gap: 16px;
	display: grid;
	grid-template-columns: minmax(240px, 1.5fr) minmax(220px, 1fr) minmax(180px, 0.7fr) auto;
	row-gap: 14px;
}

.big-ops-sponsor-panel__toolbar-field {
	display: grid;
	gap: 8px;
}

.big-ops-sponsor-panel__toolbar-field label,
.big-ops-sponsor-panel__summary-card p,
.big-ops-sponsor-panel__section-head h4,
.big-ops-sponsor-panel__split-form label {
	margin: 0;
}

.big-ops-sponsor-panel__select {
	width: 100%;
}

.big-ops-sponsor-panel__toolbar-actions {
	align-items: center;
	display: flex;
	gap: 12px;
}

.big-ops-sponsor-panel__summary-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 20px;
}

.big-ops-sponsor-panel__summary-card {
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	display: grid;
	gap: 10px;
	padding: 18px;
}

.big-ops-sponsor-panel__summary-card h4 {
	margin: 0;
}

.big-ops-sponsor-panel__summary-card--identity {
	background: linear-gradient(135deg, rgba(17, 24, 39, 0.04), rgba(212, 175, 55, 0.12));
	border-color: rgba(212, 175, 55, 0.28);
}

.big-ops-sponsor-panel__section--shop {
	margin-top: 20px;
}

.big-ops-sponsor-panel__section-head {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.big-ops-sponsor-panel__catalog-scroll {
	max-height: 1120px;
	overflow-y: auto;
	padding-right: 4px;
}

.big-ops-sponsor-panel__catalog-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.big-ops-sponsor-panel__product-card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	min-height: 260px;
	overflow: hidden;
}

.big-ops-sponsor-panel__product-media {
	background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
	height: 140px;
}

.big-ops-sponsor-panel__product-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.big-ops-sponsor-panel__product-placeholder {
	align-items: center;
	color: #6b7280;
	display: flex;
	height: 100%;
	justify-content: center;
}

.big-ops-sponsor-panel__product-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 12px;
	padding: 16px;
}

.big-ops-sponsor-panel__product-top {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: space-between;
}

.big-ops-sponsor-panel__badge {
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding: 6px 10px;
}

.big-ops-sponsor-panel__badge.is-assigned {
	background: rgba(5, 150, 105, 0.12);
	color: #047857;
}

.big-ops-sponsor-panel__badge.is-available {
	background: rgba(212, 175, 55, 0.14);
	color: #7c5b17;
}

.big-ops-sponsor-panel__price {
	color: #111827;
	font-size: 14px;
	font-weight: 700;
}

.big-ops-sponsor-panel__product-card h5 {
	font-size: 16px;
	margin: 0;
}

.big-ops-sponsor-panel__product-description {
	color: #4b5563;
	flex: 1 1 auto;
	font-size: 14px;
	margin: 0;
}

.big-ops-sponsor-panel__product-actions,
.big-ops-sponsor-panel__product-form {
	display: grid;
	gap: 8px;
}

.big-ops-sponsor-panel__product-form .button {
	width: 100%;
}

.big-ops-sponsor-panel__selected-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.big-ops-sponsor-panel__selected-card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	display: grid;
	gap: 12px;
	padding: 16px;
}

.big-ops-sponsor-panel__advanced {
	border-top: 1px solid #eef2f7;
	padding-top: 12px;
}

.big-ops-sponsor-panel__advanced summary {
	cursor: pointer;
	font-weight: 600;
}

.big-ops-sponsor-panel__split-form {
	display: grid;
	gap: 12px;
	margin-top: 12px;
}

.big-ops-sponsor-panel__empty-state {
	align-items: center;
	background: #f8fafc;
	border: 1px dashed #d1d5db;
	border-radius: 16px;
	display: flex;
	grid-column: 1 / -1;
	justify-content: center;
	min-height: 180px;
	padding: 20px;
	text-align: center;
}

.big-ops-sponsor-panel__grid {
	column-gap: 18px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: 16px;
}

.big-ops-sponsor-panel__grid .form-row {
	margin: 0;
}

.big-ops-sponsor-panel__grid .form-row-wide {
	grid-column: 1 / -1;
}

.big-ops-sponsor-panel__grid label {
	color: #111827;
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 8px;
}

.big-ops-form-toggle {
	align-items: center;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	display: inline-flex;
	gap: 10px;
	padding: 10px 14px;
	width: fit-content;
}

.big-ops-form-toggle input[type='checkbox'] {
	flex: 0 0 auto;
	margin: 0;
	width: auto;
}

.big-ops-form-toggle span {
	color: #111827;
	font-weight: 600;
}

.big-ops-pack-grid {
	align-items: stretch;
	display: grid;
	gap: 20px;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 24px 0;
}

.big-ops-pack-card {
	--big-pack-violet: #6f58ff;
	--big-pack-violet-strong: #5638f5;
	--big-pack-violet-soft: rgba(111, 88, 255, 0.18);
	--big-pack-violet-border: rgba(111, 88, 255, 0.52);
	--big-pack-violet-glow: rgba(111, 88, 255, 0.22);
	--big-pack-gold: #d4af37;
	--big-pack-gold-strong: #b88b12;
	--big-pack-gold-soft: rgba(212, 175, 55, 0.16);
	--big-pack-gold-border: rgba(212, 175, 55, 0.72);
	--big-pack-gold-glow: rgba(212, 175, 55, 0.24);
	background: linear-gradient(180deg, #111827 0%, #172033 34%, #ffffff 34%, #ffffff 100%);
	border: 1px solid transparent;
	border-radius: 20px;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	height: 100%;
	outline: none;
	overflow: hidden;
	position: relative;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.woocommerce-account .big-ops-pack-grid .big-ops-pack-card.is-available-pack,
.big-ops-dashboard .big-ops-pack-grid .big-ops-pack-card.is-available-pack {
	border-color: var(--big-pack-violet-border);
	box-shadow: 0 16px 34px rgba(111, 88, 255, 0.12);
}

.woocommerce-account .big-ops-pack-grid .big-ops-pack-card.is-available-pack:hover,
.woocommerce-account .big-ops-pack-grid .big-ops-pack-card.is-available-pack:focus-within,
.big-ops-dashboard .big-ops-pack-grid .big-ops-pack-card.is-available-pack:hover,
.big-ops-dashboard .big-ops-pack-grid .big-ops-pack-card.is-available-pack:focus-within {
	border-color: rgba(111, 88, 255, 0.78);
	box-shadow: 0 18px 36px rgba(111, 88, 255, 0.16);
	transform: translateY(-2px);
}

.woocommerce-account .big-ops-pack-grid .big-ops-pack-card.is-current-pack,
.big-ops-dashboard .big-ops-pack-grid .big-ops-pack-card.is-current-pack {
	background: linear-gradient(180deg, #181714 0%, #2a2417 34%, #fffdf8 34%, #fffdf8 100%);
	border-color: var(--big-pack-gold-border);
	box-shadow: 0 20px 40px var(--big-pack-gold-glow);
}

.woocommerce-account .big-ops-pack-grid .big-ops-pack-card.is-current-pack:hover,
.woocommerce-account .big-ops-pack-grid .big-ops-pack-card.is-current-pack:focus-within,
.big-ops-dashboard .big-ops-pack-grid .big-ops-pack-card.is-current-pack:hover,
.big-ops-dashboard .big-ops-pack-grid .big-ops-pack-card.is-current-pack:focus-within {
	border-color: rgba(212, 175, 55, 0.88);
	box-shadow: 0 24px 44px rgba(212, 175, 55, 0.28);
	transform: translateY(-2px);
}

.big-ops-pack-card__media {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
	min-height: 160px;
}

.big-ops-pack-card__media img {
	display: block;
	height: 100%;
	max-height: 220px;
	object-fit: cover;
	width: 100%;
}

.big-ops-pack-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 12px;
	padding: 22px;
}

.big-ops-pack-card__header {
	align-items: flex-start;
	display: flex;
	gap: 14px;
	justify-content: space-between;
}

.big-ops-pack-card__heading {
	display: grid;
	gap: 6px;
}

.big-ops-pack-card__eyebrow {
	color: var(--big-pack-gold-strong);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

.big-ops-pack-card__state {
	background: var(--big-pack-gold-soft);
	border: 1px solid rgba(212, 175, 55, 0.36);
	border-radius: 999px;
	color: var(--big-pack-gold-strong);
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 8px 12px;
	text-transform: uppercase;
}

.big-ops-pack-card__body h3 {
	color: #111827;
	font-size: 22px;
	line-height: 1.2;
	margin: 0;
}

.big-ops-pack-card__price {
	color: var(--big-pack-violet-strong);
	font-size: 22px;
	font-weight: 700;
	margin: 0;
}

.big-ops-pack-card__details {
	color: #374151;
	font-size: 14px;
}

.big-ops-pack-card__details summary {
	color: var(--big-pack-violet-strong);
	cursor: pointer;
	font-weight: 700;
}

.woocommerce-account .big-ops-pack-grid .big-ops-pack-card.is-current-pack .big-ops-pack-card__price,
.big-ops-dashboard .big-ops-pack-grid .big-ops-pack-card.is-current-pack .big-ops-pack-card__price,
.woocommerce-account .big-ops-pack-grid .big-ops-pack-card.is-current-pack .big-ops-pack-card__details summary,
.big-ops-dashboard .big-ops-pack-grid .big-ops-pack-card.is-current-pack .big-ops-pack-card__details summary {
	color: var(--big-pack-gold-strong);
}

.big-ops-pack-card__actions {
	margin-top: auto;
}

.big-ops-pack-card__button {
	width: 100%;
}

.big-ops-pack-card__button.is-disabled,
.big-ops-pack-card__button[disabled] {
	background: linear-gradient(180deg, #fff4da 0%, #f5e1ac 100%);
	border-color: rgba(212, 175, 55, 0.44);
	color: #815f0f;
	cursor: not-allowed;
	opacity: 1;
}

.big-ops-pack-card .button {
	margin-top: auto;
}

.woocommerce-account .big-ops-pack-grid .big-ops-pack-card.is-available-pack,
.woocommerce-account .big-ops-pack-grid .big-ops-pack-card.is-available-pack:hover,
.woocommerce-account .big-ops-pack-grid .big-ops-pack-card.is-available-pack:focus-within,
.big-ops-dashboard .big-ops-pack-grid .big-ops-pack-card.is-available-pack,
.big-ops-dashboard .big-ops-pack-grid .big-ops-pack-card.is-available-pack:hover,
.big-ops-dashboard .big-ops-pack-grid .big-ops-pack-card.is-available-pack:focus-within {
	outline: none;
}

.big-ops-sponsor-panel__data-list {
	display: grid;
	gap: 12px;
}

.big-ops-sponsor-panel__data-head,
.big-ops-sponsor-panel__data-row {
	align-items: center;
	column-gap: 18px;
	display: grid;
	grid-template-columns: minmax(220px, 1.7fr) minmax(140px, 0.8fr) minmax(120px, 0.6fr);
}

.big-ops-sponsor-panel__data-head {
	color: #6b7280;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 0 16px;
	text-transform: uppercase;
}

.big-ops-sponsor-panel__data-row {
	background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	padding: 16px;
}

.big-ops-sponsor-panel__data-cell {
	min-width: 0;
}

.big-ops-sponsor-panel__data-cell--primary strong {
	color: #111827;
	display: block;
	font-size: 15px;
}

.big-ops-sponsor-panel__mono {
	color: #1f2937;
	font-family: Consolas, Monaco, monospace;
	font-size: 13px;
	font-weight: 600;
}

.big-ops-sponsor-panel__amount {
	color: #111827;
	font-size: 16px;
	font-weight: 700;
}

.big-ops-sponsor-panel__status-pill {
	background: #f3f4f6;
	border-radius: 999px;
	color: #374151;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	justify-self: start;
	padding: 7px 12px;
}

.big-ops-sponsor-panel__status-pill--approved,
.big-ops-sponsor-panel__status-pill--active,
.big-ops-sponsor-panel__status-pill--paid {
	background: rgba(5, 150, 105, 0.12);
	color: #047857;
}

.big-ops-sponsor-panel__status-pill--pending,
.big-ops-sponsor-panel__status-pill--queued {
	background: rgba(217, 119, 6, 0.14);
	color: #b45309;
}

.big-ops-sponsor-panel__status-pill--suspended,
.big-ops-sponsor-panel__status-pill--reversed,
.big-ops-sponsor-panel__status-pill--blocked {
	background: rgba(220, 38, 38, 0.12);
	color: #b91c1c;
}

@media (max-width: 782px) {
	.big-ops-dashboard__hero,
	.big-ops-dashboard__identity {
		align-items: flex-start;
		flex-direction: column;
	}

	.big-ops-reseller-auth__column {
		padding: 22px;
	}

	.big-ops-sponsor-panel__grid {
		grid-template-columns: 1fr;
	}

	.big-ops-sponsor-panel__toolbar,
	.big-ops-sponsor-panel__summary-grid,
	.big-ops-sponsor-panel__catalog-grid,
	.big-ops-pack-grid {
		grid-template-columns: 1fr;
	}

	.big-ops-sponsor-panel__section-head {
		flex-direction: column;
	}

	.big-ops-pack-card__header,
	.big-ops-sponsor-panel__data-row {
		grid-template-columns: 1fr;
	}

	.big-ops-sponsor-panel__data-head {
		display: none;
	}

	.big-ops-sponsor-panel__data-cell::before {
		color: #6b7280;
		content: attr(data-label);
		display: block;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 0.08em;
		margin-bottom: 4px;
		text-transform: uppercase;
	}
}

@media (min-width: 783px) and (max-width: 1280px) {
	.big-ops-sponsor-panel__catalog-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

	.big-ops-sponsor-panel__toolbar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.big-ops-tree {
		min-width: 0;
	}
}

.big-ops-portal {
	margin: 28px 0;
	background: linear-gradient(180deg, #fbf9ff 0%, #f4f1fb 100%);
	border: 1px solid #eee6ff;
	border-radius: 34px;
	box-shadow: 0 28px 64px rgba(35, 21, 77, 0.12);
	color: #1f2340;
	padding: 30px;
}

.big-ops-portal__layout {
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
	align-items: start;
}

.big-ops-portal__sidebar {
	position: sticky;
	top: 24px;
}

.big-ops-portal__sidebar-inner {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%),
		linear-gradient(180deg, #1d103c 0%, #27124d 45%, #170d30 100%);
	border: 1px solid rgba(164, 120, 255, 0.22);
	border-radius: 28px;
	box-shadow: 0 24px 44px rgba(28, 14, 63, 0.28);
	display: grid;
	gap: 18px;
	padding: 18px;
}

.big-ops-portal__sidebar-brand {
	background:
		radial-gradient(circle at top right, rgba(247, 207, 125, 0.28), transparent 34%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 48%, rgba(255, 255, 255, 0.01) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 22px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 104px;
	padding: 18px;
}

.big-ops-portal__sidebar-logo {
	display: block;
	max-height: 58px;
	max-width: 100%;
	object-fit: contain;
}

.big-ops-portal__sidebar-mark {
	align-items: center;
	background: linear-gradient(135deg, #6d28d9 0%, #8b5cf6 100%);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 24px;
	box-shadow: 0 18px 32px rgba(109, 40, 217, 0.28);
	color: #fff;
	display: inline-flex;
	font-size: 34px;
	font-weight: 800;
	height: 68px;
	justify-content: center;
	line-height: 1;
	width: 68px;
}

.big-ops-portal__sidebar-user {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	display: grid;
	gap: 10px;
	padding: 18px 16px;
}

.big-ops-portal__sidebar-user strong {
	color: #fff;
	font-size: 18px;
	line-height: 1.15;
	margin: 0;
}

.big-ops-portal__sidebar-role {
	align-items: center;
	background: rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 10px;
	width: fit-content;
}

.big-ops-portal__sidebar-section {
	padding: 0 4px;
}

.big-ops-portal__sidebar-section-label {
	color: rgba(255, 255, 255, 0.6);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.big-ops-portal__sidebar-nav {
	display: grid;
	gap: 10px;
}

.big-ops-portal__sidebar-link {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(182, 155, 255, 0.5);
	border-radius: 16px;
	color: #312453;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 13px 16px;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.big-ops-portal__sidebar-link:hover,
.big-ops-portal__sidebar-link:focus {
	background: #fff;
	border-color: #9b6cff;
	box-shadow: 0 12px 24px rgba(91, 52, 184, 0.2);
	color: #4c1d95;
	transform: translateY(-1px);
}

.big-ops-portal__sidebar-link.is-active {
	background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%);
	border-color: #7c3aed;
	box-shadow: 0 18px 32px rgba(91, 33, 182, 0.34);
	color: #fff;
}

.big-ops-portal__main {
	display: grid;
	gap: 24px;
	min-width: 0;
}

.big-ops-portal__hero {
	position: relative;
	overflow: hidden;
	align-items: end;
	background:
		linear-gradient(90deg, rgba(8, 12, 26, 0.88) 0%, rgba(23, 16, 45, 0.8) 42%, rgba(92, 40, 166, 0.18) 100%),
		linear-gradient(135deg, #0f172a 0%, #26124f 58%, #6d28d9 100%);
	border: 1px solid rgba(126, 85, 255, 0.2);
	border-radius: 28px;
	box-shadow: 0 24px 50px rgba(19, 11, 43, 0.28);
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
	padding: 34px;
}

.big-ops-portal__hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at top right, rgba(247, 207, 125, 0.4), transparent 38%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
	pointer-events: none;
}

.big-ops-portal__hero > * {
	position: relative;
	z-index: 1;
}

.big-ops-portal__hero-copy {
	display: grid;
	gap: 14px;
	align-content: start;
}

.big-ops-portal__hero h2,
.big-ops-portal__panel h3,
.big-ops-portal__panel h4 {
	margin: 0 0 10px;
}

.big-ops-portal__hero h2 {
	color: #fff;
	font-size: clamp(30px, 4vw, 42px);
	line-height: 1.02;
	margin-bottom: 0;
	text-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.big-ops-portal__hero p {
	color: rgba(255, 255, 255, 0.92);
	margin: 0;
}

.big-ops-compliance-notice {
	background: #fff9e8;
	border: 1px solid #f0d38a;
	border-radius: 18px;
	box-shadow: 0 12px 26px rgba(168, 121, 12, 0.08);
	display: grid;
	gap: 8px;
	margin: 0 0 22px;
	padding: 16px 18px;
}

.big-ops-compliance-notice strong {
	color: #5c3b06;
	font-size: 15px;
}

.big-ops-compliance-notice p {
	color: #694b17;
	margin: 0;
}

.big-ops-compliance-notice--error {
	background: #fff1f2;
	border-color: #fecdd3;
}

.big-ops-compliance-notice--error strong,
.big-ops-compliance-notice--error p {
	color: #881337;
}

.big-ops-compliance-notice--success {
	background: #effcf4;
	border-color: #86efac;
}

.big-ops-compliance-notice--success strong,
.big-ops-compliance-notice--success p {
	color: #166534;
}

.big-ops-tree-view {
	background: #fff;
	border: 1px solid #eadffd;
	border-radius: 24px;
	box-shadow: 0 18px 42px rgba(43, 21, 92, 0.08);
	display: grid;
	gap: 18px;
	margin-top: 24px;
	padding: 24px;
}

.big-ops-tree-view__head {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: space-between;
}

.big-ops-tree-view__head h3,
.big-ops-tree-view__head p {
	margin: 0;
}

.big-ops-tree-view__health {
	color: #6b4aa5;
	font-size: 13px;
	font-weight: 600;
	margin-left: auto;
}

.big-ops-tree-view__nav,
.big-ops-tree-view__depth {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.big-ops-tree-view__depth span {
	color: #6b7280;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.big-ops-tree-view__nav-link,
.big-ops-tree-view__depth-link {
	background: #f5f3ff;
	border: 1px solid #ddd6fe;
	border-radius: 999px;
	color: #4c1d95;
	font-size: 13px;
	font-weight: 700;
	padding: 9px 14px;
	text-decoration: none;
}

.big-ops-tree-view__nav-link.is-active,
.big-ops-tree-view__depth-link.is-active {
	background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%);
	border-color: #6d28d9;
	box-shadow: 0 12px 24px rgba(91, 33, 182, 0.24);
	color: #fff;
}

.big-ops-tree-view__canvas {
	overflow-x: auto;
	padding-bottom: 4px;
	position: relative;
}

.big-ops-tree-connectors {
	inset: 0;
	overflow: visible;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.big-ops-tree-view__visual-root-stack {
	align-items: center;
	display: flex;
	flex-direction: column;
	min-width: fit-content;
}

.big-ops-tree-view__visual-root-line {
	background: #eadffd;
	display: block;
	height: 28px;
	margin: 4px 0 0;
	width: 2px;
}

.big-ops-tree {
	display: grid;
	gap: 14px;
	list-style: none;
	margin: 0;
	min-width: 720px;
	padding: 0;
}

.big-ops-tree__children {
	border-left: 2px solid #e9d5ff;
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 12px 0 0 18px;
	padding: 0 0 0 18px;
}

.big-ops-tree__card {
	background: linear-gradient(180deg, #ffffff 0%, #faf7ff 100%);
	border: 1px solid #e8dcff;
	border-radius: 18px;
	box-shadow: 0 10px 22px rgba(58, 33, 111, 0.06);
	display: grid;
	gap: 10px;
	padding: 14px 16px;
}

.big-ops-tree__card-head {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}

.big-ops-tree__name {
	color: #1f2340;
	font-size: 16px;
}

.big-ops-tree__state {
	background: #eef2ff;
	border-radius: 999px;
	color: #4338ca;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 5px 10px;
	text-transform: uppercase;
}

.big-ops-tree__state--active {
	background: #ecfdf3;
	color: #166534;
}

.big-ops-tree__state--frozen {
	background: #fff1f2;
	color: #be123c;
}

.big-ops-tree__state--inactive,
.big-ops-tree__state--archived {
	background: #f3f4f6;
	color: #4b5563;
}

.big-ops-tree__meta,
.big-ops-tree__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.big-ops-tree__meta span {
	color: #5b647a;
	font-size: 13px;
}

.big-ops-tree__badge {
	background: rgba(91, 33, 182, 0.08);
	border: 1px solid rgba(91, 33, 182, 0.12);
	border-radius: 999px;
	color: #5b21b6;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 10px;
}

.big-ops-tree__badge--accent {
	background: #fff7ed;
	border-color: #fdba74;
	color: #c2410c;
}

.big-ops-tree__relation,
.big-ops-tree__position,
.big-ops-tree__hint {
	color: #6b7280;
	font-size: 12px;
	margin: 0;
}

.big-ops-tree--visual {
	align-items: flex-start;
	display: flex;
	justify-content: center;
	min-width: max-content;
	padding: 8px 12px 4px;
	position: relative;
	z-index: 1;
}

.big-ops-tree--visual,
.big-ops-tree--visual .big-ops-tree__children {
	list-style: none;
}

.big-ops-tree--visual .big-ops-tree__node {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 0 12px;
	position: relative;
}

.big-ops-tree--visual .big-ops-tree__children {
	border-left: 0;
	display: flex;
	gap: 0;
	justify-content: center;
	margin: 28px 0 0;
	padding: 28px 0 0;
	position: relative;
}

.big-ops-tree--visual .big-ops-tree__children::before {
	background: #eadffd;
	content: '';
	height: 28px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 2px;
}

.big-ops-tree--visual .big-ops-tree__children > .big-ops-tree__node::before,
.big-ops-tree--visual .big-ops-tree__children > .big-ops-tree__node::after {
	border-top: 2px solid #eadffd;
	content: '';
	height: 28px;
	position: absolute;
	top: 0;
	width: 50%;
}

.big-ops-tree--visual .big-ops-tree__children > .big-ops-tree__node::before {
	right: 50%;
}

.big-ops-tree--visual .big-ops-tree__children > .big-ops-tree__node::after {
	left: 50%;
}

.big-ops-tree--visual .big-ops-tree__children > .big-ops-tree__node:first-child::before,
.big-ops-tree--visual .big-ops-tree__children > .big-ops-tree__node:last-child::after,
.big-ops-tree--visual .big-ops-tree__children > .big-ops-tree__node:only-child::before,
.big-ops-tree--visual .big-ops-tree__children > .big-ops-tree__node:only-child::after {
	border-top: 0;
}

.big-ops-tree--visual .big-ops-tree__children > .big-ops-tree__node > .big-ops-tree__person::before {
	background: #eadffd;
	content: '';
	height: 28px;
	left: 50%;
	position: absolute;
	top: -28px;
	transform: translateX(-50%);
	width: 2px;
}

.big-ops-tree-view__canvas.is-svg-connected .big-ops-tree--visual .big-ops-tree__children::before,
.big-ops-tree-view__canvas.is-svg-connected .big-ops-tree--visual .big-ops-tree__children::after,
.big-ops-tree-view__canvas.is-svg-connected .big-ops-tree--visual .big-ops-tree__node::before,
.big-ops-tree-view__canvas.is-svg-connected .big-ops-tree--visual .big-ops-tree__node::after,
.big-ops-tree-view__canvas.is-svg-connected .big-ops-tree--visual .big-ops-tree__person::before {
	content: none !important;
	display: none !important;
}

.big-ops-tree__person {
	align-items: center;
	display: grid;
	gap: 12px;
	justify-items: center;
	min-width: 118px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.big-ops-tree__avatar-frame {
	align-items: center;
	background: linear-gradient(180deg, #ffffff 0%, #f4e9ff 100%);
	border: 3px solid #ffffff;
	border-radius: 999px;
	box-shadow: 0 18px 30px rgba(76, 29, 149, 0.12), 0 0 0 1px #e8dcff;
	display: inline-flex;
	height: 76px;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 76px;
	z-index: 3;
}

.big-ops-tree__avatar-frame--brand {
	background: linear-gradient(180deg, #fff9ed 0%, #f3dcc1 100%);
	box-shadow: 0 18px 30px rgba(124, 91, 23, 0.16), 0 0 0 1px #ead6ad;
}

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

.big-ops-tree__avatar-placeholder {
	align-items: center;
	background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%);
	color: #ffffff;
	display: inline-flex;
	font-size: 24px;
	font-weight: 800;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.big-ops-tree__name--visual {
	color: #1f2340;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	max-width: 132px;
	text-align: center;
}

@media (max-width: 782px) {
	.big-ops-tree-view {
		padding: 18px;
	}

	.big-ops-tree-view__visual-root-line {
		height: 22px;
	}

	.big-ops-tree {
		min-width: 0;
	}

	.big-ops-tree__children {
		margin-left: 8px;
		padding-left: 12px;
	}

	.big-ops-tree__card-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.big-ops-tree--visual {
		padding-inline: 0;
	}

	.big-ops-tree--visual .big-ops-tree__node {
		padding: 0 8px;
	}

	.big-ops-tree--visual .big-ops-tree__children {
		margin-left: 0;
		margin-top: 22px;
		padding-left: 0;
		padding-top: 22px;
	}

	.big-ops-tree--visual .big-ops-tree__children::before,
	.big-ops-tree--visual .big-ops-tree__children > .big-ops-tree__node::before,
	.big-ops-tree--visual .big-ops-tree__children > .big-ops-tree__node::after,
	.big-ops-tree--visual .big-ops-tree__children > .big-ops-tree__node > .big-ops-tree__person::before {
		height: 22px;
	}

	.big-ops-tree--visual .big-ops-tree__children > .big-ops-tree__node > .big-ops-tree__person::before {
		top: -22px;
	}

	.big-ops-tree__person {
		gap: 10px;
		min-width: 94px;
	}

	.big-ops-tree__avatar-frame {
		height: 62px;
		width: 62px;
	}

	.big-ops-tree__avatar-placeholder {
		font-size: 20px;
	}

	.big-ops-tree__name--visual {
		font-size: 13px;
		max-width: 94px;
	}
}

.big-ops-portal__eyebrow {
	color: #f7cf7d;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin: 0;
	text-transform: uppercase;
}

.big-ops-portal__hero-module {
	align-items: center;
	background: rgba(247, 207, 125, 0.14);
	border: 1px solid rgba(247, 207, 125, 0.26);
	border-radius: 999px;
	color: #f7cf7d;
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	padding: 8px 12px;
	text-transform: uppercase;
	width: fit-content;
}

.big-ops-portal__hero-text {
	font-size: 16px;
	font-weight: 700;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.big-ops-portal__hero-subtext {
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	line-height: 1.6;
	max-width: 58ch;
}

.big-ops-portal__search {
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr);
	padding: 22px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 22px;
	backdrop-filter: blur(8px);
}

.big-ops-portal__search-label {
	color: #f7cf7d;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
	text-transform: uppercase;
}

.big-ops-portal__search button {
	justify-content: center;
	width: 100%;
}

.big-ops-portal__search input[type='search'] {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 16px;
	color: #111827;
	min-height: 48px;
	padding: 0 16px;
	width: 100%;
}

.big-ops-portal__search input[type='search']::placeholder {
	color: #6b7280;
}

.big-ops-portal__metrics {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.big-ops-portal__metric,
.big-ops-portal__summary-card {
	background: #fff;
	border: 1px solid #e6d9ff;
	border-radius: 20px;
	box-shadow: 0 18px 38px rgba(49, 24, 105, 0.09);
	display: grid;
	gap: 12px;
	min-height: 124px;
	padding: 20px;
	align-content: start;
}

.big-ops-portal__metric span,
.big-ops-portal__summary-card span {
	color: #5b5670;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.45;
	word-break: normal;
	text-transform: uppercase;
}

.big-ops-portal__metric strong,
.big-ops-portal__summary-card strong {
	color: #20183a;
	font-size: clamp(26px, 3vw, 34px);
	line-height: 1.1;
}

.big-ops-portal__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.big-ops-portal__nav-link {
	background: #fff;
	border: 1px solid #d6c6fb;
	border-radius: 999px;
	color: #55348f;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 16px;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.big-ops-portal__nav-link.is-active,
.big-ops-portal__nav-link:hover,
.big-ops-portal__nav-link:focus {
	background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%);
	border-color: #5b21b6;
	box-shadow: 0 10px 22px rgba(91, 33, 182, 0.18);
	color: #fff;
}

.big-ops-portal__sidebar-nav.big-ops-portal__nav {
	display: grid;
	flex-wrap: unset;
}

.big-ops-portal__sidebar-link.big-ops-portal__nav-link {
	border-radius: 16px;
	display: block;
	padding: 13px 16px;
}

.big-ops-portal__body,
.big-ops-portal__grid {
	display: grid;
	gap: 20px;
	min-width: 0;
}

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

.big-ops-portal__grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.big-ops-portal__panel {
	background: #fff;
	border: 1px solid #ede4ff;
	border-radius: 22px;
	box-shadow: 0 18px 36px rgba(16, 24, 40, 0.08);
	display: grid;
	gap: 18px;
	min-width: 0;
	padding: 24px;
}

.big-ops-portal__sidebar-inner.big-ops-portal__panel {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%),
		linear-gradient(180deg, #1d103c 0%, #27124d 45%, #170d30 100%);
	border: 1px solid rgba(164, 120, 255, 0.22);
	box-shadow: 0 24px 44px rgba(28, 14, 63, 0.28);
}

.big-ops-portal__panel--nested {
	background: #fbf9ff;
	border-radius: 16px;
	box-shadow: none;
	padding: 18px;
}

.big-ops-portal__table,
.big-ops-portal__field-table {
	display: grid;
	gap: 10px;
}

.big-ops-portal__table-shell {
	background: linear-gradient(180deg, #ffffff 0%, #faf7ff 100%);
	border: 1px solid #ebe2ff;
	border-radius: 20px;
	display: grid;
	gap: 14px;
	padding: 16px;
}

.big-ops-portal__workspace-nav {
	align-items: center;
	background: linear-gradient(180deg, #fcf9ff 0%, #f7f1ff 100%);
	border: 1px solid #eadfff;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 14px;
}

.big-ops-portal__workspace-link {
	align-items: center;
	background: #f7f2ff;
	border: 1px solid #dfceff;
	border-radius: 999px;
	color: #5b21b6;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	min-height: 42px;
	padding: 0 16px;
	text-decoration: none;
}

.big-ops-portal__workspace-link:hover,
.big-ops-portal__workspace-link:focus {
	background: #efe3ff;
	border-color: #c9a7ff;
	color: #4c1d95;
}

.big-ops-portal__workspace-link.is-active {
	background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%);
	border-color: #5b21b6;
	box-shadow: 0 14px 24px rgba(91, 33, 182, 0.18);
	color: #fff;
}

.big-ops-portal__panel--products {
	display: grid;
	gap: 22px;
}

.big-ops-portal__products-header {
	display: grid;
	gap: 10px;
}

.big-ops-portal__products-workspace,
.big-ops-portal__product-shell {
	display: grid;
	gap: 20px;
	min-width: 0;
}

.big-ops-portal__products-workspace.is-list-view {
	grid-template-columns: minmax(0, 1fr);
}

.big-ops-portal__products-workspace.is-editor-view {
	grid-template-columns: minmax(0, 1fr);
}

.big-ops-portal__product-list,
.big-ops-portal__product-editor-shell {
	align-content: start;
	display: grid;
	gap: 16px;
	min-width: 0;
}

.big-ops-portal__product-editor-shell {
	max-width: 1120px;
}

.big-ops-portal__product-toolbar {
	align-items: end;
	grid-template-columns: minmax(260px, 1.6fr) repeat(3, minmax(150px, 0.9fr)) auto;
}

.big-ops-portal__product-table-scrollbar {
	background: linear-gradient(180deg, #fbf8ff 0%, #f5eeff 100%);
	border: 1px solid #e7dcff;
	border-radius: 999px;
	display: block;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0;
	scrollbar-gutter: stable both-edges;
}

.big-ops-portal__product-table-scrollbar-track {
	height: 1px;
}

.big-ops-portal__product-table-shell {
	background: linear-gradient(180deg, #ffffff 0%, #fbf8ff 100%);
	border: 1px solid #ebdfff;
	border-radius: 20px;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0 0 8px;
	scrollbar-gutter: stable both-edges;
}

.big-ops-portal__table--products {
	min-width: 1360px;
	width: max-content;
}

.big-ops-portal__table--products .big-ops-portal__table-head,
.big-ops-portal__table--products .big-ops-portal__table-row--product {
	grid-template-columns: minmax(300px, 2.2fr) minmax(130px, 0.8fr) minmax(180px, 1fr) minmax(180px, 1fr) minmax(140px, 0.8fr) minmax(120px, 0.7fr) minmax(130px, 0.8fr) minmax(175px, 1fr);
}

.big-ops-portal__table--products .big-ops-portal__table-head {
	margin: 0 12px 0;
}

.big-ops-portal__table--products .big-ops-portal__table-row--product {
	margin: 0 12px;
}

.big-ops-portal__table--products .big-ops-portal__table-head > span:first-child,
.big-ops-portal__table--products .big-ops-portal__table-row--product > span:first-child {
	background: inherit;
	left: 0;
	position: sticky;
	z-index: 2;
}

.big-ops-portal__table--products .big-ops-portal__table-head > span:first-child {
	z-index: 3;
}

.big-ops-portal__table--products .big-ops-portal__table-row--product > span:first-child::after,
.big-ops-portal__table--products .big-ops-portal__table-head > span:first-child::after {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%);
	content: '';
	height: calc(100% + 8px);
	pointer-events: none;
	position: absolute;
	right: -18px;
	top: -4px;
	width: 18px;
}

.big-ops-portal__product-primary {
	align-items: center;
	display: flex;
	gap: 14px;
	min-width: 0;
}

.big-ops-portal__product-thumb {
	background: linear-gradient(145deg, #f6f0ff 0%, #ede3ff 100%);
	border: 1px solid #d9c5ff;
	border-radius: 16px;
	color: #5b21b6;
	display: block;
	flex: 0 0 58px;
	font-size: 24px;
	font-weight: 800;
	height: 58px;
	line-height: 58px;
	object-fit: cover;
	text-align: center;
	width: 58px;
}

.big-ops-portal__product-copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.big-ops-portal__product-copy strong {
	color: #1f2340;
	font-size: 15px;
	line-height: 1.3;
}

.big-ops-portal__product-copy small {
	color: #6b7280;
	display: block;
	font-size: 12px;
	line-height: 1.35;
}

.big-ops-portal__product-badge,
.big-ops-portal__product-chip {
	background: #f4edff;
	border: 1px solid #d8c0ff;
	border-radius: 999px;
	color: #5b21b6;
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	padding: 7px 10px;
}

.big-ops-portal__product-badge--class {
	background: linear-gradient(135deg, #f0e5ff 0%, #e4d0ff 100%);
}

.big-ops-portal__product-channel-list {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.big-ops-portal__product-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
}

.big-ops-portal__product-actions form {
	margin: 0;
}

.big-ops-portal__product-editor {
	align-content: start;
	max-width: none;
	position: static;
	top: auto;
	width: 100%;
}

.big-ops-portal__product-form {
	display: grid;
	gap: 18px;
}

.big-ops-portal__product-media-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.big-ops-portal__product-media-card {
	background: linear-gradient(180deg, #fff 0%, #fbf8ff 100%);
	border: 1px solid #e3d6ff;
	border-radius: 18px;
	display: grid;
	gap: 14px;
	padding: 16px;
}

.big-ops-portal__product-media-copy {
	display: grid;
	gap: 6px;
}

.big-ops-portal__product-media-copy strong {
	color: #241447;
	font-size: 15px;
}

.big-ops-portal__product-media-copy p {
	color: #655d7a;
	font-size: 13px;
	line-height: 1.55;
	margin: 0;
}

.big-ops-portal__product-media-preview,
.big-ops-portal__product-gallery {
	background: linear-gradient(180deg, #f9f4ff 0%, #f4ebff 100%);
	border: 1px dashed #ccb5ff;
	border-radius: 18px;
	min-height: 160px;
	padding: 14px;
}

.big-ops-portal__product-media-preview {
	align-items: center;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.big-ops-portal__product-media-preview.is-empty,
.big-ops-portal__product-gallery.is-empty {
	align-items: center;
	display: flex;
	justify-content: center;
}

.big-ops-portal__product-media-preview img {
	border-radius: 16px;
	display: block;
	max-height: 220px;
	max-width: 100%;
	object-fit: cover;
}

.big-ops-portal__product-media-preview span,
.big-ops-portal__product-gallery-empty {
	color: #6b5f86;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}

.big-ops-portal__product-gallery {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}

.big-ops-portal__product-gallery-item {
	background: #fff;
	border: 1px solid #e0d2ff;
	border-radius: 16px;
	display: grid;
	gap: 8px;
	padding: 10px;
}

.big-ops-portal__product-gallery-item img {
	border-radius: 12px;
	display: block;
	height: 96px;
	object-fit: cover;
	width: 100%;
}

.big-ops-portal__product-gallery-item span {
	color: #5f5580;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	word-break: break-word;
}

.big-ops-portal__product-gallery-item .button {
	min-height: 36px;
	padding-inline: 12px;
	width: 100%;
}

.big-ops-portal__product-media-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.big-ops-portal__product-form-section {
	background: linear-gradient(180deg, #ffffff 0%, #faf7ff 100%);
	border: 1px solid #e2d3ff;
	border-radius: 20px;
	display: grid;
	gap: 14px;
	padding: 18px;
}

.big-ops-portal__product-form-section[hidden] {
	display: none !important;
}

.big-ops-portal__product-form-section h5 {
	color: #241447;
	font-size: 15px;
	font-weight: 800;
	margin: 0;
}

.big-ops-portal__microcopy {
	color: #665f7f;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
}

.big-ops-portal__product-preview {
	background: linear-gradient(180deg, #fffdf8 0%, #fff7ea 100%);
	border-color: #f1d9a6;
}

.big-ops-portal__product-preview-block {
	display: grid;
	gap: 10px;
}

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

.big-ops-portal__product-preview-grid div {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #ead7ff;
	border-radius: 16px;
	display: grid;
	gap: 4px;
	padding: 12px;
}

.big-ops-portal__product-preview-grid span {
	color: #6b7280;
	font-size: 12px;
}

.big-ops-portal__product-preview-grid strong {
	color: #241447;
	font-size: 14px;
}

.big-ops-portal__product-preview-notes {
	color: #5b4a21;
	display: grid;
	gap: 8px;
	margin: 0;
	padding-left: 18px;
}

.big-ops-portal__product-editor-actions,
.big-ops-portal__pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.big-ops-portal__product-editor-actions {
	justify-content: flex-start;
}

.big-ops-portal__section-heading--editor {
	align-items: flex-start;
}

.big-ops-portal__table-head,
.big-ops-portal__table-row,
.big-ops-portal__field-row {
	align-items: center;
	column-gap: 18px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.big-ops-portal__field-row {
	grid-template-columns: minmax(0, 1.5fr) 120px minmax(0, 1fr);
}

.big-ops-portal__table-head,
.big-ops-portal__field-row--head {
	background: #f6f0ff;
	border: 1px solid #e6dbff;
	border-radius: 14px;
	color: #5a5470;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 12px 14px;
	text-transform: uppercase;
}

.big-ops-portal__table-row,
.big-ops-portal__field-row:not(.big-ops-portal__field-row--head) {
	background: linear-gradient(180deg, #fff 0%, #fbf9ff 100%);
	border: 1px solid #ece3ff;
	border-radius: 16px;
	color: #1f2937;
	padding: 14px;
	text-decoration: none;
}

.big-ops-portal__table-row--link:hover,
.big-ops-portal__table-row--link:focus {
	border-color: #8b5cf6;
	box-shadow: 0 14px 28px rgba(91, 52, 184, 0.16);
	color: #1f1447;
	transform: translateY(-1px);
}

.big-ops-portal__table-row > span,
.big-ops-portal__table-head > span {
	min-width: 0;
}

.big-ops-portal__table-row > span:first-child strong {
	color: #1c153b;
	font-size: 15px;
}

.big-ops-portal__field-row p {
	color: #6b7280;
	font-size: 13px;
	margin: 6px 0 0;
}

.big-ops-portal__section-heading {
	display: grid;
	gap: 8px;
}

.big-ops-portal__section-heading p {
	color: #615a72;
	margin: 0;
	max-width: 64ch;
}

.big-ops-portal__result-list,
.big-ops-portal__action-grid,
.big-ops-portal__summary-grid,
.big-ops-portal__status-grid {
	display: grid;
	gap: 14px;
}

.big-ops-portal__result-list,
.big-ops-portal__summary-grid,
.big-ops-portal__status-grid {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.big-ops-portal__action-grid {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.big-ops-portal__result {
	background: #fff;
	border: 1px solid #ece3ff;
	border-radius: 16px;
	padding: 16px;
	box-shadow: 0 10px 22px rgba(49, 24, 105, 0.06);
}

.big-ops-portal__result span {
	color: #6b7280;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-top: 6px;
	text-transform: uppercase;
}

.big-ops-portal__form,
.big-ops-portal__search,
.big-ops-portal__toggle-grid {
	display: grid;
	gap: 14px;
}

.big-ops-portal__form-grid,
.big-ops-portal__toggle-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.big-ops-portal__form label,
.big-ops-portal__inline-form label,
.big-ops-portal__search label {
	color: #374151;
	display: grid;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
}

.big-ops-portal__form input,
.big-ops-portal__form textarea,
.big-ops-portal__form select,
.big-ops-portal__inline-form input,
.big-ops-portal__inline-form textarea,
.big-ops-portal__inline-form select {
	appearance: none;
	background: #fff;
	border: 1px solid #d6c9f7;
	border-radius: 14px;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
	color: #1f2340;
	min-height: 42px;
	padding: 10px 14px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	width: 100%;
}

.big-ops-portal__form input:focus,
.big-ops-portal__form textarea:focus,
.big-ops-portal__form select:focus,
.big-ops-portal__inline-form input:focus,
.big-ops-portal__inline-form textarea:focus,
.big-ops-portal__inline-form select:focus,
.big-ops-portal__search input[type='search']:focus {
	border-color: #7c3aed;
	box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.14);
	outline: none;
}

.big-ops-portal textarea {
	min-height: 110px;
	resize: vertical;
}

.big-ops-portal__inline-form {
	align-items: end;
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.big-ops-portal__inline-form--toolbar {
	background: #fff;
	border: 1px solid #eadfff;
	border-radius: 16px;
	padding: 14px;
}

.big-ops-portal__toggle-grid label {
	align-items: center;
	background: linear-gradient(180deg, #ffffff 0%, #faf7ff 100%);
	border: 1px solid #dfd2fa;
	border-radius: 16px;
	display: grid;
	font-weight: 700;
	gap: 12px;
	grid-template-columns: 18px minmax(0, 1fr);
	line-height: 1.4;
	min-height: 56px;
	padding: 14px 16px;
}

.big-ops-portal__toggle-grid input[type='checkbox'] {
	margin: 0;
	accent-color: #6d28d9;
	appearance: auto;
	background: transparent;
	border: 0;
	border-radius: 4px;
	box-shadow: none;
	height: 18px;
	min-height: 18px;
	padding: 0;
	width: 18px;
}

.big-ops-portal__toggle-grid label:hover,
.big-ops-portal__toggle-grid label:focus-within {
	border-color: #a57bff;
	box-shadow: 0 12px 22px rgba(91, 52, 184, 0.08);
}

.big-ops-portal__toggle-grid label:has(input[type='checkbox']:checked) {
	background: linear-gradient(180deg, #f9f3ff 0%, #f1e7ff 100%);
	border-color: #8d63f0;
}

.big-ops-portal__simple-list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.big-ops-portal__simple-list li {
	background: #fbf9ff;
	border: 1px solid #ece6fa;
	border-radius: 14px;
	padding: 12px 14px;
}

.big-ops-portal__status-card {
	background: linear-gradient(180deg, #fff 0%, #faf7ff 100%);
	border: 1px solid #e7dcfb;
	border-radius: 16px;
	display: grid;
	gap: 8px;
	padding: 16px;
}

.big-ops-portal__status-card p,
.big-ops-portal__status-card small {
	color: #5b556d;
	margin: 0;
}

.big-ops-portal__status-badge {
	align-self: start;
	background: #ede9fe;
	border-radius: 999px;
	color: #5b21b6;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 10px;
	width: fit-content;
}

.big-ops-portal__status-badge.is-manual_ledger {
	background: #fff4e5;
	color: #9a3412;
}

.big-ops-portal__status-badge.is-automated {
	background: #e8fff2;
	color: #166534;
}

.big-ops-portal__status-badge.is-catalog_only {
	background: #eef2ff;
	color: #4338ca;
}

.big-ops-portal__card-preview {
	background: linear-gradient(180deg, #f6f0ff 0%, #fff 100%);
	border: 1px solid #e7dbff;
	border-radius: 20px;
	display: grid;
	gap: 16px;
	justify-items: center;
	padding: 22px;
}

.big-ops-portal__code {
	background: #151225;
	border-radius: 16px;
	color: #efe7ff;
	font-size: 13px;
	margin: 0;
	max-height: 420px;
	overflow: auto;
	padding: 16px;
	white-space: pre-wrap;
}

.big-ops-portal__notice {
	border-radius: 14px;
	font-size: 14px;
	margin: 0;
	padding: 14px 16px;
}

.big-ops-portal__notice--info {
	background: #f5f0ff;
	border: 1px solid #ddd0ff;
	color: #472d86;
}

.big-ops-portal__notice--warning {
	background: #fff6eb;
	border: 1px solid #f8d7a8;
	color: #92400e;
}

.big-ops-portal__panel .big-ops-entitlement-card__badge {
	margin-left: 8px;
}

.big-ops-portal__settings-sections {
	display: grid;
	gap: 20px;
}

.big-ops-portal__section-card {
	background: linear-gradient(180deg, #ffffff 0%, #fbf8ff 100%);
	border: 1px solid #e9defb;
	border-radius: 18px;
	display: grid;
	gap: 16px;
	padding: 18px;
}

.big-ops-portal__stack {
	display: grid;
	gap: 10px;
}

.big-ops-portal__form--compact {
	gap: 12px;
}

.big-ops-portal__inline-form--note {
	margin-top: 8px;
}

.big-ops-portal__note-list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.big-ops-portal__note-list li {
	background: #f8f5ff;
	border: 1px solid #e5daf8;
	border-radius: 14px;
	display: grid;
	gap: 4px;
	padding: 12px 14px;
}

.big-ops-portal__note-list strong {
	color: #241942;
}

.big-ops-portal__note-list span {
	color: #4b5563;
}

/* Portal-only button system */
.big-ops-portal .button,
.big-ops-portal button,
.big-ops-portal input[type='submit'],
.big-ops-portal input[type='button'] {
	appearance: none;
	background: #fff !important;
	border: 1px solid #7c3aed !important;
	border-radius: 14px;
	box-shadow: none;
	color: #6d28d9 !important;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	min-height: 44px;
	padding: 0 18px;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.big-ops-portal .button:hover,
.big-ops-portal .button:focus,
.big-ops-portal button:hover,
.big-ops-portal button:focus,
.big-ops-portal input[type='submit']:hover,
.big-ops-portal input[type='submit']:focus,
.big-ops-portal input[type='button']:hover,
.big-ops-portal input[type='button']:focus {
	background: #f7f2ff !important;
	border-color: #6d28d9 !important;
	box-shadow: 0 12px 24px rgba(91, 33, 182, 0.12);
	color: #5b21b6 !important;
	outline: none;
	transform: translateY(-1px);
}

.big-ops-portal .button.button-primary,
.big-ops-portal button.button-primary,
.big-ops-portal input[type='submit'].button-primary,
.big-ops-portal input[type='button'].button-primary {
	background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%) !important;
	border-color: #5b21b6 !important;
	box-shadow: 0 16px 26px rgba(91, 33, 182, 0.22);
	color: #fff !important;
}

.big-ops-portal .button.button-primary:hover,
.big-ops-portal .button.button-primary:focus,
.big-ops-portal button.button-primary:hover,
.big-ops-portal button.button-primary:focus,
.big-ops-portal input[type='submit'].button-primary:hover,
.big-ops-portal input[type='submit'].button-primary:focus,
.big-ops-portal input[type='button'].button-primary:hover,
.big-ops-portal input[type='button'].button-primary:focus {
	background: linear-gradient(135deg, #6d28d9 0%, #8b5cf6 100%) !important;
	border-color: #6d28d9 !important;
	box-shadow: 0 18px 28px rgba(91, 33, 182, 0.28);
	color: #fff !important;
}

.big-ops-portal .button[disabled],
.big-ops-portal button[disabled],
.big-ops-portal input[disabled] {
	cursor: not-allowed;
	opacity: 0.68;
	transform: none;
	box-shadow: none;
}

@media (max-width: 1100px) {
	.big-ops-portal__layout {
		grid-template-columns: 1fr;
	}

	.big-ops-portal__sidebar {
		position: static;
		top: auto;
	}

	.big-ops-portal__sidebar-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.big-ops-portal__hero {
		grid-template-columns: 1fr;
	}

	.big-ops-portal__product-toolbar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.big-ops-portal__product-media-grid {
		grid-template-columns: 1fr;
	}

	.big-ops-portal__product-preview-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.big-ops-portal__search {
		grid-template-columns: 1fr;
	}

	.big-ops-portal__search button {
		width: 100%;
	}
}

@media (max-width: 782px) {
	.big-ops-portal__layout,
	.big-ops-portal__hero,
	.big-ops-portal__grid,
	.big-ops-portal__form-grid,
	.big-ops-portal__toggle-grid,
	.big-ops-portal__workspace-nav,
	.big-ops-portal__product-toolbar,
	.big-ops-portal__table-head,
	.big-ops-portal__table-row,
	.big-ops-portal__field-row,
	.big-ops-portal__sidebar-nav {
		grid-template-columns: 1fr;
	}

	.big-ops-portal__table-head,
	.big-ops-portal__field-row--head {
		display: none;
	}

	.big-ops-portal__product-table-shell {
		overflow-x: visible;
		padding-bottom: 0;
	}

	.big-ops-portal__product-table-scrollbar {
		display: none;
	}

	.big-ops-portal__table--products {
		min-width: 0;
		width: 100%;
	}

	.big-ops-portal__table--products .big-ops-portal__table-head > span:first-child,
	.big-ops-portal__table--products .big-ops-portal__table-row--product > span:first-child {
		position: static;
	}

	.big-ops-portal__table--products .big-ops-portal__table-row--product > span:first-child::after,
	.big-ops-portal__table--products .big-ops-portal__table-head > span:first-child::after {
		display: none;
	}

	.big-ops-portal__product-preview-grid {
		grid-template-columns: 1fr;
	}

	.big-ops-portal__workspace-link {
		justify-content: center;
		width: 100%;
	}

	.big-ops-portal__hero {
		padding: 22px;
	}

	.big-ops-portal {
		padding: 20px;
	}

	.big-ops-portal__sidebar-inner,
	.big-ops-portal__panel,
	.big-ops-portal__table-shell {
		padding: 18px;
	}
}

@media (max-width: 640px) {
	.big-ops-portal__metric,
	.big-ops-portal__summary-card {
		min-height: 0;
	}
}
