.xcp-portal {
	--xcp-purple: #71469b;
	--xcp-purple-dark: #462b60;
	--xcp-purple-bright: #c77dff;
	--xcp-purple-soft: #f4edf8;
	--xcp-panel-alt: #f1e9f6;
	--xcp-ink: #17151a;
	--xcp-muted: #66616b;
	--xcp-line: #ddd8e0;
	--xcp-bg: #f7f6f8;
	--xcp-success: #176b45;
	--xcp-danger: #a52a2a;
	color: var(--xcp-ink);
	font-size: 16px;
	line-height: 1.55;
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(24px, 4vw, 56px) 18px;
}

.xcp-portal *,
.xcp-portal *::before,
.xcp-portal *::after {
	box-sizing: border-box;
}

.xcp-portal h1,
.xcp-portal h2,
.xcp-portal h3,
.xcp-portal p {
	margin-top: 0;
}

.xcp-portal h1 {
	color: #fff;
	font-size: clamp(2rem, 5vw, 3.4rem);
	line-height: 1.05;
	margin-bottom: 14px;
}

.xcp-portal h2 {
	color: var(--xcp-ink);
	font-size: clamp(1.35rem, 2.4vw, 1.8rem);
}

.xcp-hero {
	background:
		radial-gradient(circle at 84% 5%, rgba(199, 125, 255, .2), transparent 31%),
		radial-gradient(circle at 13% 112%, rgba(113, 70, 155, .38), transparent 42%),
		linear-gradient(135deg, #07050b 0%, #12091a 48%, #251130 100%);
	border: 1px solid rgba(199, 125, 255, .3);
	border-radius: 22px;
	box-shadow: 0 24px 58px rgba(36, 17, 48, .24), 0 0 0 1px rgba(113, 70, 155, .08);
	color: #fff;
	isolation: isolate;
	margin-bottom: 28px;
	min-height: 240px;
	overflow: hidden;
	padding: clamp(28px, 6vw, 58px);
	position: relative;
}

.xcp-hero::before {
	background-image:
		linear-gradient(rgba(199, 125, 255, .16) 1px, transparent 1px),
		linear-gradient(90deg, rgba(199, 125, 255, .16) 1px, transparent 1px);
	background-position: right top;
	background-size: 40px 40px;
	content: "";
	inset: 0;
	opacity: .78;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.xcp-hero::after {
	background: linear-gradient(115deg, rgba(255, 255, 255, .1), transparent 22%, transparent 76%, rgba(199, 125, 255, .1));
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: inherit;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), inset 0 -1px 0 rgba(199, 125, 255, .08);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.xcp-hero > * {
	position: relative;
	z-index: 2;
}

.xcp-hero > p:last-child {
	font-size: 1.08rem;
	margin-bottom: 0;
	max-width: 720px;
	opacity: .94;
}

.xcp-hero--app {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	min-height: 262px;
}

.xcp-hero--app p {
	margin-bottom: 0;
}

.xcp-portal .xcp-hero h1 {
	color: #fff !important;
	font-weight: 760;
	letter-spacing: -.035em;
	text-shadow: 0 2px 24px rgba(199, 125, 255, .13);
}

.xcp-hero__copy {
	max-width: min(700px, 72%);
}

.xcp-hero__welcome {
	align-items: center;
	color: rgba(255, 255, 255, .88);
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	gap: 10px;
}

.xcp-hero__welcome::before {
	background: var(--xcp-purple-bright);
	border-radius: 999px;
	box-shadow: 0 0 10px rgba(199, 125, 255, .82), 0 0 22px rgba(113, 70, 155, .5);
	content: "";
	flex: 0 0 auto;
	height: 7px;
	width: 7px;
}

.xcp-hero__network {
	background:
		radial-gradient(circle at 76% 34%, rgba(199, 125, 255, .12), transparent 17%),
		radial-gradient(circle at 93% 88%, rgba(113, 70, 155, .2), transparent 22%);
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.xcp-hero-node,
.xcp-hero-photon {
	pointer-events: none;
	position: absolute;
}

.xcp-hero-node {
	animation: xcp-neuron-pulse 5.2s ease-in-out infinite;
	background: #efd9ff;
	border: 1px solid rgba(255, 255, 255, .72);
	border-radius: 999px;
	box-shadow: 0 0 8px rgba(199, 125, 255, .92), 0 0 22px rgba(113, 70, 155, .62);
	height: 6px;
	opacity: .72;
	will-change: transform, opacity;
	width: 6px;
}

.xcp-hero-node--one {
	right: 77px;
	top: 77px;
}

.xcp-hero-node--two {
	animation-delay: -2.1s;
	right: 237px;
	top: 117px;
}

.xcp-hero-node--three {
	animation-delay: -3.7s;
	right: 397px;
	top: 197px;
}

.xcp-hero-photon {
	border-radius: 999px;
	opacity: 0;
}

.xcp-hero-photon::after {
	background: #f7edff;
	border-radius: 50%;
	box-shadow: 0 0 7px rgba(247, 237, 255, .95), 0 0 15px rgba(199, 125, 255, .78), 0 0 24px rgba(113, 70, 155, .48);
	content: "";
	height: 5px;
	position: absolute;
	width: 5px;
}

.xcp-hero-photon--h-one,
.xcp-hero-photon--h-three {
	background: linear-gradient(90deg, #f1dcff 0%, rgba(199, 125, 255, .52) 42%, transparent 100%);
	box-shadow: 0 0 7px rgba(199, 125, 255, .62), 0 0 16px rgba(113, 70, 155, .38);
	height: 2px;
	width: 64px;
}

.xcp-hero-photon--h-one {
	animation: xcp-photon-left 24s linear infinite;
	right: -70px;
	top: 39px;
}

.xcp-hero-photon--h-two {
	animation: xcp-photon-right 27s linear -11s infinite;
	background: linear-gradient(90deg, transparent 0%, rgba(199, 125, 255, .52) 58%, #f1dcff 100%);
	box-shadow: 0 0 7px rgba(199, 125, 255, .62), 0 0 16px rgba(113, 70, 155, .38);
	height: 2px;
	left: -70px;
	top: 119px;
	width: 64px;
}

.xcp-hero-photon--h-three {
	animation: xcp-photon-left 32s linear -21s infinite;
	right: -70px;
	top: 199px;
}

.xcp-hero-photon--h-one::after,
.xcp-hero-photon--h-three::after {
	left: -1px;
	top: 50%;
	transform: translate(-50%, -50%);
}

.xcp-hero-photon--h-two::after {
	right: -1px;
	top: 50%;
	transform: translate(50%, -50%);
}

.xcp-hero-photon--v-one,
.xcp-hero-photon--v-two {
	box-shadow: 0 0 7px rgba(199, 125, 255, .6), 0 0 15px rgba(113, 70, 155, .35);
	height: 58px;
	width: 2px;
}

.xcp-hero-photon--v-one {
	animation: xcp-photon-down 18s linear -5s infinite;
	background: linear-gradient(180deg, transparent 0%, rgba(199, 125, 255, .5) 58%, #f1dcff 100%);
	right: 39px;
	top: -64px;
}

.xcp-hero-photon--v-two {
	animation: xcp-photon-up 22s linear -14s infinite;
	background: linear-gradient(0deg, transparent 0%, rgba(199, 125, 255, .5) 58%, #f1dcff 100%);
	bottom: -64px;
	right: 199px;
}

.xcp-hero-photon--v-one::after {
	bottom: -1px;
	left: 50%;
	transform: translate(-50%, 50%);
}

.xcp-hero-photon--v-two::after {
	left: 50%;
	top: -1px;
	transform: translate(-50%, -50%);
}

@keyframes xcp-photon-left {
	0% { opacity: 0; right: -70px; }
	8% { opacity: .58; }
	86% { opacity: .58; }
	100% { opacity: 0; right: 100%; }
}

@keyframes xcp-photon-right {
	0% { left: -70px; opacity: 0; }
	8% { opacity: .55; }
	86% { opacity: .55; }
	100% { left: 100%; opacity: 0; }
}

@keyframes xcp-photon-down {
	0% { opacity: 0; top: -64px; }
	10% { opacity: .55; }
	84% { opacity: .55; }
	100% { opacity: 0; top: 100%; }
}

@keyframes xcp-photon-up {
	0% { bottom: -64px; opacity: 0; }
	10% { opacity: .52; }
	84% { opacity: .52; }
	100% { bottom: 100%; opacity: 0; }
}

@keyframes xcp-neuron-pulse {
	0%, 100% { opacity: .52; transform: scale(.82); }
	50% { opacity: .88; transform: scale(1.12); }
}

/* Keep the requested neural motion authoritative over late WordPress theme resets. */
.xcp-portal .xcp-hero__network > .xcp-hero-node {
	animation: xcp-neuron-pulse 6.5s ease-in-out 0s infinite !important;
	animation-play-state: running !important;
}

.xcp-portal .xcp-hero__network > .xcp-hero-node--two {
	animation-delay: -2.1s !important;
}

.xcp-portal .xcp-hero__network > .xcp-hero-node--three {
	animation-delay: -3.7s !important;
}

.xcp-portal .xcp-hero__network > .xcp-hero-photon {
	animation-play-state: running !important;
}

.xcp-portal .xcp-hero__network > .xcp-hero-photon--h-one {
	animation: xcp-photon-left 24s linear 0s infinite !important;
}

.xcp-portal .xcp-hero__network > .xcp-hero-photon--h-two {
	animation: xcp-photon-right 27s linear -11s infinite !important;
}

.xcp-portal .xcp-hero__network > .xcp-hero-photon--h-three {
	animation: xcp-photon-left 32s linear -21s infinite !important;
}

.xcp-portal .xcp-hero__network > .xcp-hero-photon--v-one {
	animation: xcp-photon-down 18s linear -5s infinite !important;
}

.xcp-portal .xcp-hero__network > .xcp-hero-photon--v-two {
	animation: xcp-photon-up 22s linear -14s infinite !important;
}

.xcp-eyebrow {
	color: rgba(237, 216, 249, .9);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .16em;
	margin-bottom: 10px;
}

.xcp-auth-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.xcp-card {
	background: #fff;
	border: 1px solid var(--xcp-line);
	border-radius: 14px;
	box-shadow: 0 8px 26px rgba(24, 18, 28, .07);
	padding: clamp(22px, 4vw, 38px);
}

.xcp-state-card {
	margin: 0 auto;
	max-width: 720px;
	text-align: center;
}

.xcp-portal label {
	color: var(--xcp-ink);
	display: block;
	font-size: .92rem;
	font-weight: 650;
	margin-bottom: 6px;
}

.xcp-portal input[type="text"],
.xcp-portal input[type="search"],
.xcp-portal input[type="date"],
.xcp-portal input[type="email"],
.xcp-portal input[type="password"],
.xcp-portal select,
.xcp-portal textarea {
	background: #fff;
	border: 1px solid #aaa3ae;
	border-radius: 7px;
	color: var(--xcp-ink);
	font: inherit;
	margin: 0 0 18px;
	min-height: 46px;
	padding: 10px 12px;
	width: 100%;
}

.xcp-portal textarea {
	min-height: 150px;
	resize: vertical;
}

.xcp-portal input:focus,
.xcp-portal select:focus,
.xcp-portal textarea:focus,
.xcp-portal button:focus,
.xcp-portal a:focus {
	box-shadow: 0 0 0 3px rgba(109, 44, 145, .23);
	outline: 2px solid var(--xcp-purple);
	outline-offset: 2px;
}

.xcp-checkbox {
	align-items: flex-start;
	display: flex !important;
	font-weight: 400 !important;
	gap: 9px;
	margin: 2px 0 20px;
}

.xcp-checkbox input {
	flex: 0 0 auto;
	margin-top: 5px;
}

.xcp-button,
.xcp-portal input[type="submit"] {
	align-items: center;
	background: var(--xcp-purple);
	border: 1px solid var(--xcp-purple);
	border-radius: 7px;
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 700;
	justify-content: center;
	line-height: 1.25;
	min-height: 44px;
	padding: 10px 18px;
	text-decoration: none !important;
	transition: background-color .16s ease, border-color .16s ease, transform .16s ease;
}

.xcp-button:hover,
.xcp-portal input[type="submit"]:hover {
	background: var(--xcp-purple-dark);
	border-color: var(--xcp-purple-dark);
	color: #fff !important;
	transform: translateY(-1px);
}

.xcp-button[disabled] {
	cursor: wait;
	opacity: .62;
	transform: none;
}

.xcp-button--secondary {
	background: transparent;
	border-color: currentColor;
	color: var(--xcp-purple) !important;
}

.xcp-hero .xcp-button--secondary {
	border-color: rgba(255, 255, 255, .76);
	color: #fff !important;
}

.xcp-hero .xcp-hero__action {
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	background: rgba(255, 255, 255, .065);
	border-color: rgba(225, 191, 247, .58);
	border-radius: 999px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 8px 24px rgba(0, 0, 0, .18);
	min-width: 108px;
}

.xcp-button--secondary:hover {
	background: var(--xcp-purple-soft);
	color: var(--xcp-purple-dark) !important;
}

.xcp-button--danger {
	background: transparent;
	border-color: var(--xcp-danger);
	color: var(--xcp-danger) !important;
}

.xcp-button--danger:hover {
	background: #fff1f1;
	border-color: var(--xcp-danger);
	color: var(--xcp-danger) !important;
}

.xcp-hero .xcp-button--secondary:hover {
	background: rgba(199, 125, 255, .16);
	border-color: rgba(238, 218, 250, .9);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 0 22px rgba(199, 125, 255, .2), 0 10px 28px rgba(0, 0, 0, .22);
	color: #fff !important;
}

.xcp-auth-link,
.xcp-fine-print {
	color: var(--xcp-muted);
	font-size: .9rem;
	margin: 16px 0 0;
}

.xcp-notice {
	background: #fff;
	border: 1px solid var(--xcp-line);
	border-left: 5px solid var(--xcp-purple);
	border-radius: 7px;
	margin: 0 0 22px;
	padding: 14px 16px;
}

.xcp-notice--success {
	background: #f0faf5;
	border-left-color: var(--xcp-success);
}

.xcp-notice--error {
	background: #fff3f3;
	border-left-color: var(--xcp-danger);
}

.xcp-honeypot {
	left: -10000px;
	position: absolute;
	top: auto;
}

.xcp-app {
	min-height: 320px;
}

.xcp-section-nav {
	border-bottom: 1px solid var(--xcp-line);
	display: flex;
	gap: 6px;
	margin: 0 0 28px;
	overflow-x: auto;
}

.xcp-section-nav__link {
	border-bottom: 3px solid transparent;
	color: var(--xcp-muted) !important;
	font-weight: 700;
	margin-bottom: -1px;
	padding: 12px 18px;
	text-decoration: none !important;
	white-space: nowrap;
}

.xcp-section-nav__link:hover {
	color: var(--xcp-purple-dark) !important;
}

.xcp-section-nav__link[aria-current="page"] {
	border-bottom-color: var(--xcp-purple);
	color: var(--xcp-purple-dark) !important;
}

.xcp-section-content {
	min-height: 260px;
}

.xcp-portal [hidden] {
	display: none !important;
}

.xcp-filter-host {
	margin: 0 0 20px;
}

.xcp-filter-form {
	background: var(--xcp-bg);
	border: 1px solid var(--xcp-line);
	border-radius: 12px;
	padding: 16px;
}

.xcp-filter-primary {
	align-items: end;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(220px, 1fr) auto auto;
}

.xcp-filter-search {
	min-width: 0;
}

.xcp-portal .xcp-filter-search {
	margin-bottom: 0;
}

.xcp-portal .xcp-filter-form input,
.xcp-portal .xcp-filter-form select {
	margin-bottom: 0;
}

.xcp-filter-search-button,
.xcp-filter-toggle {
	align-self: end;
	margin: 0;
	min-height: 46px;
	white-space: nowrap;
}

.xcp-filter-toggle {
	gap: 8px;
}

.xcp-filter-toggle__count {
	align-items: center;
	background: var(--xcp-purple);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: .75rem;
	justify-content: center;
	min-height: 22px;
	min-width: 22px;
	padding: 1px 6px;
}

.xcp-filter-advanced {
	border-top: 1px solid var(--xcp-line);
	margin-top: 16px;
	padding-top: 16px;
}

.xcp-filter-fieldset,
.xcp-filter-date-range {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}

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

.xcp-filter-field {
	min-width: 0;
}

.xcp-filter-date-range legend {
	color: var(--xcp-ink);
	font-size: .92rem;
	font-weight: 650;
	margin-bottom: 6px;
}

.xcp-filter-date-range__inputs {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.xcp-filter-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
	margin-top: 16px;
}

.xcp-filter-error {
	color: var(--xcp-danger);
	font-size: .84rem;
	margin: 6px 0 0;
}

.xcp-filter-summary {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.xcp-filter-summary__text {
	color: var(--xcp-muted);
	font-size: .86rem;
	font-weight: 650;
}

.xcp-filter-chips {
	display: flex;
	flex: 1 1 360px;
	flex-wrap: wrap;
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.xcp-filter-chip {
	align-items: center;
	background: #fff;
	border: 1px solid #d8c0e4;
	border-radius: 999px;
	color: var(--xcp-purple-dark);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: .82rem;
	gap: 7px;
	min-height: 34px;
	padding: 5px 10px;
}

.xcp-filter-chip:hover {
	background: var(--xcp-purple-soft);
}

.xcp-filter-chip__remove {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
}

.xcp-filter-reset {
	background: transparent;
	border: 0;
	color: var(--xcp-purple);
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	min-height: 34px;
	padding: 4px 7px;
}

.xcp-summary {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 0 28px;
}

.xcp-summary-card {
	background: var(--xcp-bg);
	border: 1px solid var(--xcp-line);
	border-radius: 10px;
	padding: 16px;
}

.xcp-summary-card strong {
	display: block;
	font-size: 1.65rem;
	line-height: 1.2;
}

.xcp-summary-card span {
	color: var(--xcp-muted);
	font-size: .86rem;
}

.xcp-customer-group {
	grid-column: 1 / -1;
	min-width: 0;
}

.xcp-customer-name {
	margin: 0;
}

.xcp-customer-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.xcp-customer-pill {
	background: var(--xcp-purple-soft);
	border: 1px solid #d8c0e4;
	border-radius: 999px;
	color: var(--xcp-purple-dark);
	font-size: .86rem;
	font-weight: 650;
	padding: 6px 10px;
}

.xcp-toolbar {
	align-items: end;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin: 0 0 14px;
}

.xcp-toolbar h2 {
	margin-bottom: 0;
}

.xcp-toolbar label {
	margin-left: auto;
}

.xcp-toolbar select {
	margin: 0;
	max-width: 240px;
}

.xcp-ticket-list {
	display: grid;
	gap: 14px;
	overflow: visible;
}

.xcp-ticket-row {
	align-items: center;
	background: #fff;
	border: 0;
	border-bottom: 1px solid var(--xcp-line);
	color: var(--xcp-ink);
	cursor: pointer;
	display: grid;
	font: inherit;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto auto;
	padding: 18px 20px;
	text-align: left;
	width: 100%;
}

.xcp-ticket-row:hover {
	background: var(--xcp-purple-soft);
}

.xcp-device-list,
.xcp-rma-list {
	display: grid;
	gap: 16px;
}

.xcp-device-row,
.xcp-rma-row {
	background: #fff;
	border: 1px solid var(--xcp-line);
	border-radius: 12px;
	box-shadow: 0 5px 18px rgba(24, 18, 28, .05);
	padding: 20px;
}

.xcp-device-header,
.xcp-rma-header {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.xcp-device-header h3,
.xcp-rma-header h3 {
	font-size: 1.12rem;
	margin: 0;
}

.xcp-device-type-code {
	background: var(--xcp-purple-soft);
	border-radius: 999px;
	color: var(--xcp-purple-dark);
	font-size: .78rem;
	font-weight: 700;
	padding: 4px 9px;
}

.xcp-device-details,
.xcp-rma-details {
	display: grid;
	gap: 14px 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
}

.xcp-device-field {
	min-width: 0;
}

.xcp-device-field--wide {
	grid-column: 1 / -1;
}

.xcp-device-field dt {
	color: var(--xcp-muted);
	font-size: .78rem;
	font-weight: 700;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.xcp-device-field dd {
	margin: 0;
	overflow-wrap: anywhere;
}

.xcp-license-key {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.xcp-license-key__value {
	background: var(--xcp-bg);
	border: 1px solid var(--xcp-line);
	border-radius: 7px;
	color: var(--xcp-ink);
	display: inline-block;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	font-size: .88rem;
	font-weight: 650;
	letter-spacing: .035em;
	line-height: 1.35;
	max-width: 100%;
	overflow-wrap: anywhere;
	padding: 7px 9px;
	user-select: all;
}

.xcp-license-copy.xcp-button {
	font-size: .82rem;
	gap: 6px;
	min-height: 36px;
	padding: 6px 11px;
}

.xcp-license-copy[aria-busy="true"] {
	cursor: progress;
	opacity: .72;
}

.xcp-license-copy__icon {
	fill: none;
	flex: 0 0 auto;
	height: 16px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 16px;
}

.xcp-license-copy[data-copy-state="copied"] {
	background: var(--xcp-success);
	border-color: var(--xcp-success);
	color: #fff !important;
}

.xcp-license-copy[data-copy-state="copied"]:hover {
	background: var(--xcp-success);
	border-color: var(--xcp-success);
	color: #fff !important;
}

.xcp-license-copy[data-copy-state="failed"] {
	border-color: var(--xcp-danger);
	color: var(--xcp-danger) !important;
}

.xcp-license-copy[data-copy-state="failed"]:hover {
	background: #fff3f3;
	border-color: var(--xcp-danger);
	color: var(--xcp-danger) !important;
}

.xcp-portal .xcp-clipboard-source {
	height: 1px;
	left: 0;
	margin: 0;
	min-height: 1px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 1px;
}

.xcp-license-feature-list {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.xcp-license-feature {
	background: var(--xcp-purple-soft);
	border: 1px solid #d8c0e4;
	border-radius: 999px;
	color: var(--xcp-purple-dark);
	font-size: .82rem;
	overflow-wrap: anywhere;
	padding: 4px 9px;
}

.xcp-ticket-main strong {
	display: block;
	font-size: 1rem;
	margin-bottom: 3px;
}

.xcp-ticket-code,
.xcp-ticket-customer,
.xcp-ticket-meta,
.xcp-ticket-device,
.xcp-ticket-date {
	color: var(--xcp-muted);
	font-size: .86rem;
}

.xcp-ticket-customer {
	display: block;
	margin-top: 3px;
}

.xcp-ticket-device {
	display: block;
	margin-top: 3px;
	overflow-wrap: anywhere;
}

.xcp-status-pill,
.xcp-priority-pill {
	background: var(--xcp-purple-soft);
	border-radius: 999px;
	color: var(--xcp-purple-dark);
	display: inline-block;
	font-size: .78rem;
	font-weight: 700;
	padding: 4px 9px;
	text-transform: capitalize;
}

.xcp-rma-code {
	color: var(--xcp-purple-dark);
	display: block;
	font-size: .82rem;
	font-weight: 750;
	margin-bottom: 3px;
}

.xcp-rma-labels {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.xcp-rma-type-pill {
	background: #f1f0f2;
	border-radius: 999px;
	color: #4d4850;
	display: inline-block;
	font-size: .78rem;
	font-weight: 700;
	padding: 4px 9px;
	text-transform: capitalize;
}

.xcp-rma-field {
	min-width: 0;
}

.xcp-rma-field dt {
	color: var(--xcp-muted);
	font-size: .78rem;
	font-weight: 700;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.xcp-rma-field dd {
	margin: 0;
	overflow-wrap: anywhere;
}

.xcp-priority-pill {
	background: #f1f0f2;
	color: #4d4850;
	margin-left: 5px;
}

.xcp-loading {
	background:
		radial-gradient(circle at 91% 4%, rgba(199, 125, 255, .24), transparent 34%),
		linear-gradient(135deg, #fdfbff 0%, #f5eef9 54%, #eee3f5 100%);
	border: 1px solid rgba(113, 70, 155, .28);
	border-radius: 16px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 12px 34px rgba(70, 43, 96, .1), 0 0 0 1px rgba(199, 125, 255, .06);
	color: var(--xcp-purple-dark);
	display: grid;
	gap: 16px;
	grid-column: 1 / -1;
	min-height: 158px;
	overflow: hidden;
	padding: clamp(28px, 5vw, 42px);
	position: relative;
	text-align: left;
	width: 100%;
}

.xcp-loading::before {
	-webkit-mask-image: linear-gradient(135deg, transparent 4%, rgba(0, 0, 0, .26) 42%, #000 100%);
	background-image:
		linear-gradient(rgba(113, 70, 155, .09) 1px, transparent 1px),
		linear-gradient(90deg, rgba(113, 70, 155, .09) 1px, transparent 1px);
	background-size: 20px 20px;
	bottom: 0;
	content: "";
	height: 100px;
	mask-image: linear-gradient(135deg, transparent 4%, rgba(0, 0, 0, .26) 42%, #000 100%);
	opacity: .72;
	pointer-events: none;
	position: absolute;
	right: 0;
	width: 180px;
}

.xcp-loading::after {
	background: radial-gradient(circle, rgba(199, 125, 255, .22) 0%, rgba(113, 70, 155, .08) 38%, transparent 70%);
	border-radius: 50%;
	content: "";
	height: 180px;
	pointer-events: none;
	position: absolute;
	right: -72px;
	top: -100px;
	width: 180px;
}

.xcp-loading > * {
	position: relative;
	z-index: 1;
}

.xcp-loading__heading {
	align-items: center;
	display: flex;
	gap: 13px;
}

.xcp-loading__spark {
	background-color: var(--xcp-purple);
	background:
		radial-gradient(circle, #fff 0 8%, var(--xcp-purple-bright) 10% 20%, transparent 22%),
		conic-gradient(from 25deg, rgba(199, 125, 255, .12), var(--xcp-purple-bright), var(--xcp-purple), rgba(199, 125, 255, .12), var(--xcp-purple-bright));
	border: 1px solid rgba(113, 70, 155, .34);
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(199, 125, 255, .09), 0 0 20px rgba(113, 70, 155, .24);
	display: inline-block;
	flex: 0 0 auto;
	height: 32px;
	width: 32px;
}

.xcp-loading__label {
	font-size: 1rem;
	font-weight: 750;
	letter-spacing: .01em;
}

.xcp-loading__track {
	background: linear-gradient(90deg, rgba(70, 43, 96, .1), rgba(199, 125, 255, .16), rgba(70, 43, 96, .1));
	border: 1px solid rgba(113, 70, 155, .2);
	border-radius: 999px;
	box-shadow: inset 0 2px 5px rgba(70, 43, 96, .12), 0 1px 0 rgba(255, 255, 255, .9);
	display: block;
	height: 11px;
	overflow: hidden;
	padding: 1px;
	width: 100%;
}

.xcp-portal .xcp-loading__bar {
	animation: xcp-loading-progress 1.65s cubic-bezier(.45, 0, .55, 1) 0s infinite !important;
	animation-play-state: running !important;
	background: linear-gradient(90deg, var(--xcp-purple-dark) 0%, var(--xcp-purple) 34%, var(--xcp-purple-bright) 68%, #f7eaff 84%, var(--xcp-purple) 100%);
	border-radius: inherit;
	box-shadow: 0 0 9px rgba(199, 125, 255, .82), 0 0 18px rgba(113, 70, 155, .35);
	display: block;
	height: 100%;
	transform-origin: center;
	width: 42%;
}

.xcp-loading--compact {
	gap: 11px;
	min-height: 102px;
	padding: 20px 22px;
}

.xcp-loading--compact .xcp-loading__spark {
	box-shadow: 0 0 0 4px rgba(199, 125, 255, .08), 0 0 15px rgba(113, 70, 155, .2);
	height: 25px;
	width: 25px;
}

.xcp-loading--compact .xcp-loading__label {
	font-size: .92rem;
}

.xcp-loading--compact .xcp-loading__track {
	height: 8px;
}

@keyframes xcp-loading-progress {
	0% {
		opacity: .64;
		transform: translateX(-82%);
	}
	48% {
		opacity: 1;
		transform: translateX(100%);
	}
	100% {
		opacity: .72;
		transform: translateX(220%);
	}
}

.xcp-empty {
	color: var(--xcp-muted);
	padding: 38px 22px;
	text-align: center;
}

.xcp-pagination {
	margin: 20px 0;
	text-align: center;
}

.xcp-users-toolbar {
	align-items: flex-end;
}

.xcp-users-toolbar p {
	color: var(--xcp-muted);
	margin-bottom: 0;
}

.xcp-users-customer-picker {
	min-width: min(100%, 320px);
}

.xcp-users-customer-picker select {
	margin-bottom: 0;
}

.xcp-user-list {
	display: grid;
	gap: 14px;
	margin-top: 20px;
}

.xcp-user-card {
	align-items: center;
	background: #fff;
	border: 1px solid var(--xcp-line);
	border-radius: 12px;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(180px, 1fr) auto minmax(260px, auto);
	padding: 18px;
}

.xcp-user-card h3,
.xcp-user-card p {
	margin-bottom: 0;
}

.xcp-user-card__email {
	color: var(--xcp-muted);
	overflow-wrap: anywhere;
}

.xcp-user-card__self {
	color: var(--xcp-muted);
	display: inline-block;
	font-size: .82rem;
	font-weight: 650;
	margin-top: 4px;
}

.xcp-role-badge {
	background: var(--xcp-purple-soft);
	border-radius: 999px;
	font-size: .82rem;
	font-weight: 700;
	padding: 5px 10px;
	white-space: nowrap;
}

.xcp-role-badge--customer_admin {
	background: #e8f5ee;
	color: var(--xcp-success);
}

.xcp-user-card__actions,
.xcp-user-role-form {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.xcp-user-role-form label {
	flex-basis: 100%;
	margin-bottom: 0;
}

.xcp-user-role-form select {
	margin-bottom: 0;
	min-width: 190px;
	width: auto;
}

.xcp-link-button {
	background: transparent;
	border: 0;
	color: var(--xcp-purple);
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	margin: 0 0 18px;
	padding: 6px 0;
}

.xcp-ticket-header {
	background: var(--xcp-bg);
	border: 1px solid var(--xcp-line);
	border-radius: 12px;
	margin-bottom: 22px;
	padding: 22px;
}

.xcp-ticket-header h2 {
	margin-bottom: 8px;
}

.xcp-conversation {
	display: grid;
	gap: 14px;
	margin: 0 0 26px;
}

.xcp-message {
	background: #fff;
	border: 1px solid var(--xcp-line);
	border-radius: 12px;
	max-width: 88%;
	padding: 16px 18px;
}

.xcp-message--own {
	background: var(--xcp-purple-soft);
	border-color: #d8c0e4;
	justify-self: end;
}

.xcp-message-head {
	align-items: baseline;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 8px;
}

.xcp-message-head time {
	color: var(--xcp-muted);
	font-size: .8rem;
}

.xcp-message-body {
	margin: 0;
	overflow-wrap: anywhere;
	white-space: pre-wrap;
}

.xcp-reply {
	background: var(--xcp-bg);
	border: 1px solid var(--xcp-line);
	border-radius: 12px;
	padding: 20px;
}

.xcp-reply-actions {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: space-between;
}

.xcp-char-count {
	color: var(--xcp-muted);
	font-size: .84rem;
}

.xcp-document-tabs {
	align-items: center;
	border-bottom: 1px solid var(--xcp-line);
	display: flex;
	gap: 8px;
	margin: 0 0 22px;
	overflow-x: auto;
}

.xcp-document-tab {
	border-bottom: 3px solid transparent;
	color: var(--xcp-muted);
	font-weight: 700;
	padding: 11px 16px;
	text-decoration: none;
	white-space: nowrap;
}

.xcp-document-tab[aria-current="page"] {
	border-bottom-color: var(--xcp-purple);
	color: var(--xcp-purple);
}

.xcp-document-tab:focus-visible {
	border-radius: 5px;
	outline: 3px solid rgba(100, 45, 126, .25);
	outline-offset: 2px;
}

.xcp-document-list {
	display: grid;
	gap: 14px;
}

.xcp-document-card {
	background: var(--xcp-bg);
	border: 1px solid var(--xcp-line);
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(28, 22, 31, .04);
	padding: 18px;
}

.xcp-document-card__header {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.xcp-document-card__header h3 {
	font-size: 1.05rem;
	margin: 3px 0 0;
	overflow-wrap: anywhere;
}

.xcp-document-card__kind {
	color: var(--xcp-muted);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.xcp-document-details {
	display: grid;
	gap: 12px 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
}

.xcp-document-field {
	min-width: 0;
}

.xcp-document-field dt {
	color: var(--xcp-muted);
	font-size: .76rem;
	font-weight: 700;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.xcp-document-field dd {
	font-weight: 600;
	margin: 0;
	overflow-wrap: anywhere;
}

.xcp-document-card__actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 18px;
}

.xcp-document-download {
	min-width: 144px;
}

.xcp-device-invoice-list {
	display: grid;
	gap: 9px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.xcp-device-invoice {
	align-items: center;
	background: var(--xcp-purple-soft);
	border-radius: 8px;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding: 9px 11px;
}

.xcp-device-invoice__label {
	display: grid;
	font-weight: 700;
	gap: 2px;
	min-width: 0;
	overflow-wrap: anywhere;
}

.xcp-device-invoice__label small {
	color: var(--xcp-muted);
	font-weight: 500;
}

@keyframes xcp-record-starglow-fallback {
	0%,
	100% {
		left: 14px;
		top: 3px;
	}
	22% {
		left: calc(100% - 14px);
		top: 3px;
	}
	25% {
		left: calc(100% - 3px);
		top: 14px;
	}
	47% {
		left: calc(100% - 3px);
		top: calc(100% - 14px);
	}
	50% {
		left: calc(100% - 14px);
		top: calc(100% - 3px);
	}
	72% {
		left: 14px;
		top: calc(100% - 3px);
	}
	75% {
		left: 3px;
		top: calc(100% - 14px);
	}
	97% {
		left: 3px;
		top: 14px;
	}
}

@keyframes xcp-record-starglow-orbit {
	from { offset-distance: 0%; }
	to { offset-distance: 100%; }
}

/* Shared record surfaces: alternating panels, a quiet neural-grid signature, and a restrained brand glow. */
.xcp-ticket-row,
.xcp-device-row,
.xcp-rma-row,
.xcp-document-card,
.xcp-user-card {
	--xcp-item-surface: #fff;
	background-color: var(--xcp-item-surface);
	background-image: linear-gradient(118deg, transparent 68%, rgba(113, 70, 155, .045) 100%);
	border: 1px solid rgba(70, 43, 96, .18);
	border-radius: 14px;
	box-shadow: 0 5px 18px rgba(28, 18, 34, .045);
	isolation: isolate;
	overflow: hidden;
	position: relative;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.xcp-ticket-row:nth-child(even),
.xcp-device-row:nth-child(even),
.xcp-rma-row:nth-child(even),
.xcp-document-card:nth-child(even),
.xcp-user-card:nth-child(even) {
	--xcp-item-surface: var(--xcp-panel-alt);
	border-color: rgba(113, 70, 155, .24);
}

.xcp-ticket-row::before,
.xcp-device-row::before,
.xcp-rma-row::before,
.xcp-document-card::before,
.xcp-user-card::before {
	-webkit-mask-image: linear-gradient(135deg, transparent 2%, rgba(0, 0, 0, .18) 36%, #000 100%);
	background-image:
		linear-gradient(rgba(113, 70, 155, .095) 1px, transparent 1px),
		linear-gradient(90deg, rgba(113, 70, 155, .095) 1px, transparent 1px);
	background-position: right bottom;
	background-size: 18px 18px;
	bottom: 0;
	content: "";
	height: 108px;
	mask-image: linear-gradient(135deg, transparent 2%, rgba(0, 0, 0, .18) 36%, #000 100%);
	opacity: .5;
	pointer-events: none;
	position: absolute;
	right: 0;
	transition: opacity .2s ease;
	width: 162px;
	z-index: 0;
}

.xcp-ticket-row::after,
.xcp-device-row::after,
.xcp-rma-row::after,
.xcp-document-card::after,
.xcp-user-card::after {
	background: rgba(199, 125, 255, .7);
	border-radius: 999px;
	box-shadow: 0 0 7px rgba(199, 125, 255, .52), 0 0 15px rgba(113, 70, 155, .26);
	content: "";
	height: 5px;
	left: calc(100% - 33px);
	opacity: .44;
	pointer-events: none;
	position: absolute;
	top: calc(100% - 33px);
	transform: translate(-50%, -50%);
	transition: opacity .2s ease, box-shadow .2s ease;
	width: 5px;
	z-index: 0;
}

.xcp-ticket-row > *,
.xcp-device-row > *,
.xcp-rma-row > *,
.xcp-document-card > *,
.xcp-user-card > * {
	position: relative;
	z-index: 1;
}

.xcp-ticket-row:hover,
.xcp-ticket-row:focus-visible,
.xcp-device-row:hover,
.xcp-device-row:focus-within,
.xcp-rma-row:hover,
.xcp-rma-row:focus-within,
.xcp-document-card:hover,
.xcp-document-card:focus-within,
.xcp-user-card:hover,
.xcp-user-card:focus-within {
	background-image: linear-gradient(118deg, transparent 62%, rgba(199, 125, 255, .1) 100%);
	border-color: rgba(113, 70, 155, .7);
	box-shadow: inset 0 0 18px rgba(113, 70, 155, .035), 0 0 0 1px rgba(199, 125, 255, .13), 0 0 24px rgba(113, 70, 155, .14), 0 12px 28px rgba(38, 23, 45, .09);
	transform: translateY(-1px);
}

.xcp-ticket-row:hover::before,
.xcp-ticket-row:focus-visible::before,
.xcp-device-row:hover::before,
.xcp-device-row:focus-within::before,
.xcp-rma-row:hover::before,
.xcp-rma-row:focus-within::before,
.xcp-document-card:hover::before,
.xcp-document-card:focus-within::before,
.xcp-user-card:hover::before,
.xcp-user-card:focus-within::before,
.xcp-ticket-row:hover::after,
.xcp-ticket-row:focus-visible::after,
.xcp-device-row:hover::after,
.xcp-device-row:focus-within::after,
.xcp-rma-row:hover::after,
.xcp-rma-row:focus-within::after,
.xcp-document-card:hover::after,
.xcp-document-card:focus-within::after,
.xcp-user-card:hover::after,
.xcp-user-card:focus-within::after {
	opacity: .9;
}

.xcp-portal .xcp-ticket-row:hover::after,
.xcp-portal .xcp-ticket-row:focus-visible::after,
.xcp-portal .xcp-device-row:hover::after,
.xcp-portal .xcp-device-row:focus-within::after,
.xcp-portal .xcp-rma-row:hover::after,
.xcp-portal .xcp-rma-row:focus-within::after,
.xcp-portal .xcp-document-card:hover::after,
.xcp-portal .xcp-document-card:focus-within::after,
.xcp-portal .xcp-user-card:hover::after,
.xcp-portal .xcp-user-card:focus-within::after {
	background: radial-gradient(circle, #fff 0 20%, #f7eaff 24%, rgba(199, 125, 255, .82) 48%, rgba(199, 125, 255, .24) 66%, transparent 74%);
	box-shadow: 0 0 2px rgba(255, 255, 255, .72), 0 0 6px 1px rgba(199, 125, 255, .38), 0 0 12px 2px rgba(113, 70, 155, .16);
	height: 5px;
	opacity: .82;
	width: 5px;
}

@media (hover: hover) and (pointer: fine) {
	.xcp-portal .xcp-ticket-row:hover::after,
	.xcp-portal .xcp-device-row:hover::after,
	.xcp-portal .xcp-rma-row:hover::after,
	.xcp-portal .xcp-document-card:hover::after,
	.xcp-portal .xcp-user-card:hover::after {
		animation: xcp-record-starglow-fallback 12s linear -.8s infinite !important;
		animation-play-state: running !important;
	}
}

@supports (offset-path: inset(3px round 11px)) {
	@media (hover: hover) and (pointer: fine) {
		.xcp-portal .xcp-ticket-row:hover::after,
		.xcp-portal .xcp-device-row:hover::after,
		.xcp-portal .xcp-rma-row:hover::after,
		.xcp-portal .xcp-document-card:hover::after,
		.xcp-portal .xcp-user-card:hover::after {
			animation: xcp-record-starglow-orbit 12s linear -.8s infinite !important;
			left: 0;
			offset-anchor: center;
			offset-distance: 0%;
			offset-path: inset(3px round 11px);
			offset-rotate: 0deg;
			top: 0;
			transform: none;
		}
	}
}

.xcp-download-form,
.xcp-download-frame {
	display: none !important;
}

@media (max-width: 960px) {
	.xcp-filter-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xcp-user-card {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.xcp-user-card__actions {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}
}

@media (max-width: 760px) {
	.xcp-auth-grid {
		grid-template-columns: 1fr;
	}

	.xcp-hero--app,
	.xcp-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.xcp-hero--app {
		min-height: 310px;
	}

	.xcp-hero__copy {
		max-width: 100%;
	}

	.xcp-hero__action {
		align-self: flex-start;
	}

	.xcp-hero-node--three,
	.xcp-hero-photon--h-three,
	.xcp-hero-photon--v-two {
		display: none;
	}

	.xcp-toolbar label {
		margin-left: 0;
	}

	.xcp-toolbar select {
		max-width: none;
	}

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

	.xcp-section-nav {
		margin-bottom: 22px;
	}

	.xcp-section-nav__link {
		padding-left: 14px;
		padding-right: 14px;
	}

	.xcp-device-details,
	.xcp-rma-details,
	.xcp-document-details {
		grid-template-columns: 1fr;
	}

	.xcp-document-card__header,
	.xcp-device-invoice {
		align-items: stretch;
		flex-direction: column;
	}

	.xcp-document-card__actions,
	.xcp-document-download,
	.xcp-device-invoice .xcp-button {
		width: 100%;
	}

	.xcp-filter-primary,
	.xcp-filter-grid,
	.xcp-filter-date-range__inputs {
		grid-template-columns: 1fr;
	}

	.xcp-filter-primary .xcp-button,
	.xcp-filter-actions .xcp-button {
		width: 100%;
	}

	.xcp-filter-actions {
		flex-direction: column;
	}

	.xcp-filter-summary {
		align-items: flex-start;
		flex-direction: column;
	}

	.xcp-filter-chips {
		flex-basis: auto;
	}

	.xcp-ticket-row {
		gap: 9px;
		grid-template-columns: 1fr;
	}

	.xcp-message {
		max-width: 100%;
	}

	.xcp-user-card {
		align-items: flex-start;
		grid-template-columns: 1fr;
	}

	.xcp-user-card__actions,
	.xcp-user-role-form {
		align-items: stretch;
		flex-direction: column;
		justify-content: flex-start;
		width: 100%;
	}

	.xcp-user-role-form select,
	.xcp-user-card__actions .xcp-button {
		width: 100%;
	}
}

@media (forced-colors: active) {
	.xcp-loading {
		background: Canvas;
		border-color: CanvasText;
		box-shadow: none;
	}

	.xcp-loading__track {
		background: Canvas;
		border-color: CanvasText;
		box-shadow: none;
	}

	.xcp-loading__bar {
		background: Highlight;
		box-shadow: none;
	}

	.xcp-ticket-row:hover::after,
	.xcp-ticket-row:focus-visible::after,
	.xcp-device-row:hover::after,
	.xcp-device-row:focus-within::after,
	.xcp-rma-row:hover::after,
	.xcp-rma-row:focus-within::after,
	.xcp-document-card:hover::after,
	.xcp-document-card:focus-within::after,
	.xcp-user-card:hover::after,
	.xcp-user-card:focus-within::after {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.xcp-portal * {
		scroll-behavior: auto !important;
		transition: none !important;
	}

	.xcp-portal .xcp-loading__bar {
		animation-duration: 2.4s !important;
	}

	.xcp-portal .xcp-ticket-row:hover::after,
	.xcp-portal .xcp-device-row:hover::after,
	.xcp-portal .xcp-rma-row:hover::after,
	.xcp-portal .xcp-document-card:hover::after,
	.xcp-portal .xcp-user-card:hover::after {
		animation-duration: 18s !important;
	}

	.xcp-portal .xcp-hero__network > .xcp-hero-node {
		animation-duration: 7.5s !important;
	}

	.xcp-portal .xcp-hero__network > .xcp-hero-photon--h-one {
		animation-duration: 28s !important;
	}

	.xcp-portal .xcp-hero__network > .xcp-hero-photon--h-two {
		animation-duration: 31s !important;
	}

	.xcp-portal .xcp-hero__network > .xcp-hero-photon--h-three {
		animation-duration: 36s !important;
	}

	.xcp-portal .xcp-hero__network > .xcp-hero-photon--v-one {
		animation-duration: 22s !important;
	}

	.xcp-portal .xcp-hero__network > .xcp-hero-photon--v-two {
		animation-duration: 26s !important;
	}
}
