.refcore-dg-unit-tracker {
	--refcore-bg: #eef3f7;
	--refcore-bg-2: #f7f3ed;
	--refcore-surface: rgba(255, 255, 255, 0.82);
	--refcore-surface-strong: #f8fafc;
	--refcore-surface-soft: #f4f7fa;
	--refcore-text: #1e293b;
	--refcore-muted: #526174;
	--refcore-border: #d6e0ea;
	--refcore-border-strong: #bfccd9;
	--refcore-brand: #b85c21;
	--refcore-brand-soft: #fff4ec;
	--refcore-primary: #243447;
	--refcore-primary-hover: #1e293b;
	--refcore-accent: #0f766e;
	--refcore-accent-soft: #eef6f7;
	--refcore-blue: #256d85;
	--refcore-blue-soft: #e8f3f7;
	--refcore-green: #15803d;
	--refcore-green-soft: #dcfce7;
	--refcore-amber: #b7791f;
	--refcore-amber-soft: #fef3c7;
	--refcore-red: #dc2626;
	--refcore-red-soft: #fee2e2;
	--refcore-cyan: #0369a1;
	--refcore-cyan-soft: #e0f2fe;
	--refcore-group-c: #0f766e;
	--refcore-group-c-soft: #e6f5f3;
	--refcore-group-d: #3f5f9f;
	--refcore-group-d-soft: #edf2fb;
	--refcore-group-m: #15803d;
	--refcore-group-m-soft: #eaf7ed;
	--refcore-group-f: #7c3aed;
	--refcore-group-f-soft: #f3edff;
	--refcore-shadow: 0 18px 48px rgba(39, 55, 76, 0.12);
	--refcore-shadow-soft: 0 10px 28px rgba(39, 55, 76, 0.08);
	background:
		radial-gradient(circle at 8% 0%, rgba(15, 118, 110, 0.1), transparent 28%),
		radial-gradient(circle at 92% 4%, rgba(63, 95, 159, 0.1), transparent 30%),
		linear-gradient(135deg, var(--refcore-bg), var(--refcore-bg-2));
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 22px;
	box-shadow: 0 24px 70px rgba(34, 49, 68, 0.11);
	color: var(--refcore-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 1280px;
	padding: 26px;
}

.refcore-dg-unit-tracker * {
	box-sizing: border-box;
}

.refcore-dg-unit-tracker a {
	color: var(--refcore-accent);
}

.refcore-dg-unit-tracker :focus-visible {
	outline: 3px solid rgba(15, 118, 110, 0.28);
	outline-offset: 3px;
}

.rdgut-customer-portal {
	background:
		linear-gradient(135deg, rgba(16, 24, 39, 0.04), rgba(15, 118, 110, 0.08)),
		linear-gradient(135deg, var(--refcore-bg), #eef4f6 52%, var(--refcore-bg-2));
}

body.rdgut-has-unit-tracker .refcore-dg-unit-tracker,
body.rdgut-has-customer-portal .refcore-dg-unit-tracker {
	background:
		radial-gradient(circle at 8% 0%, rgba(232, 120, 23, 0.1), transparent 30%),
		radial-gradient(circle at 92% 4%, rgba(37, 99, 235, 0.1), transparent 32%),
		linear-gradient(135deg, rgba(238, 243, 247, 0.94), rgba(247, 243, 237, 0.9));
	border-color: rgba(255, 255, 255, 0.24);
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.24);
}

body.rdgut-has-dg-login .service-banner,
body.rdgut-has-dg-login .service-cards,
body.rdgut-has-dg-login .entry-header,
body.rdgut-has-customer-portal .service-banner,
body.rdgut-has-customer-portal .service-cards {
	display: none;
}

.rdgut-customer-portal .rdgut-header {
	margin-bottom: 16px;
	padding: 22px 24px;
}

.rdgut-customer-portal .rdgut-section {
	margin-bottom: 16px;
}

.rdgut-customer-portal .rdgut-customer-card-grid {
	margin-bottom: 16px;
}

.rdgut-customer-portal .rdgut-collapsible-section > summary,
.rdgut-customer-portal .rdgut-section h2 {
	font-size: 18px;
}

.rdgut-header,
.rdgut-section,
.rdgut-login-card {
	background: var(--refcore-surface);
	backdrop-filter: blur(18px);
	border: 1px solid var(--refcore-border);
	border-radius: 18px;
	box-shadow: var(--refcore-shadow);
	margin-bottom: 20px;
}

.rdgut-header {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	overflow: hidden;
	padding: 26px;
	position: relative;
}

.rdgut-header::before {
	background: linear-gradient(180deg, var(--refcore-accent), #7aa6a1);
	border-radius: 999px;
	content: "";
	height: calc(100% - 34px);
	left: 0;
	position: absolute;
	top: 17px;
	width: 5px;
}

.rdgut-kicker {
	color: var(--refcore-accent);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.rdgut-header h1,
.rdgut-section h2,
.rdgut-group-card h3,
.rdgut-unit-card h3 {
	color: var(--refcore-text);
	line-height: 1.12;
	margin: 0;
}

.rdgut-header h1 {
	font-size: 34px;
	font-weight: 900;
}

.rdgut-header-meta {
	align-items: center;
	background: var(--refcore-accent-soft);
	border: 1px solid rgba(15, 118, 110, 0.2);
	border-radius: 999px;
	color: #0d5f59;
	display: inline-flex;
	font-size: 13px;
	font-weight: 850;
	justify-content: center;
	min-height: 34px;
	padding: 7px 12px;
	white-space: nowrap;
}

.rdgut-section {
	padding: 20px;
}

.rdgut-section h2 {
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 16px;
}

.rdgut-section-heading {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.rdgut-section-heading h2 {
	margin-bottom: 0;
}

.rdgut-section-heading span {
	align-items: center;
	background: var(--refcore-accent-soft);
	border: 1px solid rgba(15, 118, 110, 0.18);
	border-radius: 999px;
	color: #0d5f59;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	min-height: 28px;
	min-width: 32px;
	padding: 4px 10px;
}

.rdgut-card-grid,
.rdgut-group-grid,
.rdgut-unit-grid,
.rdgut-detail-grid,
.rdgut-notes-grid,
.rdgut-parts-grid,
.rdgut-reading-history,
.rdgut-equipment-display-grid,
.rdgut-equipment-form-grid {
	display: grid;
	gap: 14px;
}

.rdgut-card-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.rdgut-customer-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rdgut-stat-card,
.rdgut-group-card,
.rdgut-unit-card,
.rdgut-detail-item,
.rdgut-note-card,
.rdgut-part-card,
.rdgut-service-card,
.rdgut-reading-card,
.rdgut-location-card,
.rdgut-equipment-form-wrap,
.rdgut-equipment-card,
.rdgut-equipment-fieldset,
.rdgut-reading-group {
	background: linear-gradient(180deg, var(--refcore-surface-strong), rgba(250, 252, 254, 0.88));
	border: 1px solid var(--refcore-border);
	border-radius: 16px;
	box-shadow: var(--refcore-shadow-soft);
}

.rdgut-map-section {
	overflow: visible;
}

.rdgut-map-summary {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 14px;
	max-width: 420px;
}

.rdgut-map-summary article {
	background: var(--refcore-accent-soft);
	border: 1px solid rgba(15, 118, 110, 0.18);
	border-radius: 14px;
	padding: 12px 14px;
}

.rdgut-map-summary strong {
	color: var(--refcore-primary);
	display: block;
	font-size: 24px;
	line-height: 1;
}

.rdgut-map-summary span {
	color: var(--refcore-muted);
	font-size: 13px;
	font-weight: 750;
}

.rdgut-map-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
}

.rdgut-map-tabs a {
	align-items: center;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid var(--refcore-border);
	border-radius: 999px;
	color: var(--refcore-primary);
	display: inline-flex;
	font-size: 13px;
	font-weight: 850;
	justify-content: center;
	min-height: 36px;
	padding: 8px 13px;
	text-decoration: none;
}

.rdgut-map-tabs a.is-active,
.rdgut-map-tabs a:hover,
.rdgut-map-tabs a:focus-visible {
	background: var(--refcore-primary);
	border-color: var(--refcore-primary);
	color: #fff;
}

.rdgut-map-viewer {
	position: relative;
}

.rdgut-map-frame {
	background: linear-gradient(180deg, #f8fafc, #eef3f7);
	border: 1px solid var(--refcore-border);
	border-radius: 18px;
	box-shadow: var(--refcore-shadow-soft);
	line-height: 0;
	overflow: hidden;
	position: relative;
}

.rdgut-map-frame img {
	display: block;
	height: auto;
	width: 100%;
}

.rdgut-map-marker {
	align-items: center;
	color: #fff;
	display: inline-flex;
	line-height: 1;
	max-width: min(150px, 34vw);
	position: absolute;
	text-decoration: none;
	transform: translate(-50%, -50%);
	transition: transform 140ms ease;
	z-index: 2;
}

.refcore-dg-unit-tracker a.rdgut-map-marker,
.refcore-dg-unit-tracker a.rdgut-map-marker:visited,
.refcore-dg-unit-tracker a.rdgut-map-marker:hover,
.refcore-dg-unit-tracker a.rdgut-map-marker:focus,
.refcore-dg-unit-tracker a.rdgut-map-marker:active {
	color: #ffffff;
	text-decoration: none;
}

.rdgut-map-marker-dot {
	display: none;
}

.rdgut-map-marker-label {
	align-items: center;
	background: #334155;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 999px;
	box-shadow: 0 9px 22px rgba(15, 23, 42, 0.24), 0 0 0 1px rgba(15, 23, 42, 0.12);
	color: #ffffff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	min-height: 28px;
	overflow: hidden;
	padding: 7px 10px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rdgut-map-marker:hover,
.rdgut-map-marker:focus-visible,
.rdgut-map-marker.is-highlighted {
	transform: translate(-50%, -50%) scale(1.04);
	z-index: 5;
}

.rdgut-map-marker:hover .rdgut-map-marker-label,
.rdgut-map-marker:focus-visible .rdgut-map-marker-label,
.rdgut-map-marker.is-highlighted .rdgut-map-marker-label {
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.65);
}

.rdgut-marker-status-fully-operational .rdgut-map-marker-label {
	background: #15803d;
}

.rdgut-marker-status-hard-down .rdgut-map-marker-label,
.rdgut-marker-status-critical .rdgut-map-marker-label {
	background: #dc2626;
}

.rdgut-marker-status-follow-up .rdgut-map-marker-label {
	background: #b7791f;
}

.rdgut-marker-status-needs-work .rdgut-map-marker-label {
	background: #9a5b12;
}

.rdgut-marker-status-semi-operational .rdgut-map-marker-label {
	background: #0369a1;
}

.rdgut-marker-status-blank .rdgut-map-marker-label {
	background: #475569;
}

.rdgut-map-tooltip {
	background: rgba(248, 250, 252, 0.98);
	border: 1px solid var(--refcore-border);
	border-radius: 14px;
	bottom: calc(100% + 12px);
	box-shadow: var(--refcore-shadow);
	color: var(--refcore-text);
	display: grid;
	font-size: 12px;
	gap: 4px;
	left: 50%;
	line-height: 1.35;
	min-width: 190px;
	opacity: 0;
	padding: 12px;
	pointer-events: none;
	position: absolute;
	transform: translate(-50%, 6px);
	transition: opacity 160ms ease, transform 160ms ease;
	visibility: hidden;
	z-index: 10;
}

.rdgut-map-tooltip strong {
	font-size: 14px;
}

.rdgut-map-tooltip em {
	color: var(--refcore-accent);
	font-style: normal;
	font-weight: 850;
	margin-top: 3px;
}

.rdgut-map-marker:hover .rdgut-map-tooltip,
.rdgut-map-marker:focus-visible .rdgut-map-tooltip {
	opacity: 1;
	transform: translate(-50%, 0);
	visibility: visible;
}

.rdgut-map-empty {
	margin-top: 12px;
}

.rdgut-location-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rdgut-location-card {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	padding: 15px;
}

.rdgut-location-card span {
	color: var(--refcore-muted);
	display: block;
	font-size: 12px;
	font-weight: 800;
}

.rdgut-location-card h3 {
	color: var(--refcore-text);
	font-size: 17px;
	margin: 2px 0 0;
}

.rdgut-module-link-card {
	align-items: center;
	background: linear-gradient(135deg, rgba(248, 250, 252, 0.95), rgba(238, 246, 247, 0.86));
	border: 1px solid var(--refcore-border);
	border-radius: 16px;
	box-shadow: var(--refcore-shadow-soft);
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) auto auto;
	padding: 18px;
}

.rdgut-module-link-card h2 {
	margin-bottom: 6px;
}

.rdgut-module-link-card p {
	color: var(--refcore-muted);
	margin: 0;
}

.rdgut-module-link-card dl,
.rdgut-print-grid {
	display: grid;
	gap: 10px;
}

.rdgut-module-link-card dl {
	grid-template-columns: repeat(2, minmax(110px, 1fr));
	margin: 0;
}

.rdgut-module-link-card dl div,
.rdgut-print-grid div {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--refcore-border);
	border-radius: 12px;
	padding: 10px 12px;
}

.rdgut-module-link-card dt,
.rdgut-print-grid dt {
	color: var(--refcore-muted);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.rdgut-module-link-card dd,
.rdgut-print-grid dd {
	color: var(--refcore-text);
	font-weight: 850;
	margin: 0;
}

.rdgut-refrigerant-card-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.rdgut-refrigerant-form-groups {
	display: grid;
	gap: 14px;
}

.rdgut-part-entry-grid {
	display: grid;
	gap: 10px;
	padding: 0 15px 15px;
}

.rdgut-part-entry-row {
	align-items: end;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(139, 155, 174, 0.24);
	border-radius: 12px;
	display: grid;
	gap: 9px;
	grid-template-columns: 72px minmax(220px, 2fr) minmax(105px, 0.8fr) minmax(105px, 0.8fr) minmax(140px, 1fr) minmax(105px, 0.8fr) 34px;
	padding: 10px;
}

.rdgut-part-entry-row label,
.rdgut-part-entry-row .rdgut-part-entry-item {
	min-width: 0;
}

.rdgut-part-entry-row input,
.rdgut-part-entry-row select {
	height: 38px;
	width: 100%;
}

.rdgut-row-remove,
.rdgut-motor-remove {
	align-items: center;
	appearance: none;
	background: #fff;
	border: 1px solid var(--refcore-border);
	border-radius: 999px;
	color: var(--refcore-primary);
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	font-weight: 950;
	height: 34px;
	justify-content: center;
	line-height: 1;
	width: 34px;
}

.rdgut-add-motor {
	align-items: center;
	appearance: none;
	background: #fff;
	border: 1px solid var(--refcore-border);
	border-radius: 999px;
	color: var(--refcore-primary);
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	justify-content: center;
	line-height: 1;
	min-height: 34px;
	padding: 8px 12px;
	width: fit-content;
}

.rdgut-row-remove {
	color: var(--refcore-red);
}

.rdgut-motor-remove {
	color: var(--refcore-red);
	height: 30px;
	width: 30px;
}

.rdgut-add-motor {
	margin-top: 2px;
}

.rdgut-part-complete-form {
	margin: 12px 0 0;
}

.rdgut-parts-history {
	margin-top: 16px;
}

.rdgut-part-card.is-history {
	box-shadow: none;
	opacity: 0.86;
}

.rdgut-performance-summary-card {
	grid-column: 1 / -1;
}

.rdgut-performance-summary-head {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.rdgut-performance-summary-head h3 {
	margin: 0;
}

.rdgut-performance-summary-tiles {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.rdgut-performance-summary-tiles div {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(139, 155, 174, 0.26);
	border-radius: 12px;
	padding: 11px 12px;
}

.rdgut-performance-summary-tiles span {
	color: var(--refcore-muted);
	display: block;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.rdgut-performance-summary-tiles strong {
	color: var(--refcore-text);
	display: block;
	font-size: 18px;
	font-weight: 950;
	margin-top: 4px;
}

.rdgut-performance-entry .rdgut-reading-group {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rdgut-performance-overview {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.rdgut-performance-columns {
	display: grid;
	gap: 14px;
	grid-column: 1 / -1;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
}

.rdgut-performance-columns > div {
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(139, 155, 174, 0.22);
	border-radius: 14px;
	display: grid;
	gap: 12px;
	padding: 14px;
}

.rdgut-performance-compact-panel {
	align-content: start;
}

.rdgut-performance-compact-panel label,
.rdgut-defrost-inline label {
	max-width: 360px;
}

.rdgut-defrost-inline {
	border-top: 1px solid rgba(139, 155, 174, 0.22);
	display: grid;
	gap: 12px;
	margin-top: 4px;
	padding-top: 14px;
}

.rdgut-performance-columns h3,
.rdgut-performance-history-grid h3 {
	color: var(--refcore-text);
	font-size: 15px;
	font-weight: 950;
	margin: 0;
}

.rdgut-dynamic-fans {
	display: grid;
	gap: 9px;
	grid-template-columns: 1fr;
	max-width: 420px;
}

.rdgut-motor-row {
	align-items: end;
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) 30px;
}

.rdgut-motor-row span {
	grid-column: 1 / -1;
}

.rdgut-motor-row input {
	min-width: 0;
}

.rdgut-performance-history-list {
	display: grid;
	gap: 12px;
}

.rdgut-performance-entry-card {
	background: linear-gradient(180deg, var(--refcore-surface-strong), rgba(250, 252, 254, 0.88));
	border: 1px solid var(--refcore-border);
	border-radius: 14px;
	box-shadow: var(--refcore-shadow-soft);
	overflow: hidden;
}

.rdgut-performance-entry-card > summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	list-style: none;
	padding: 12px 14px;
}

.rdgut-performance-entry-card > summary::-webkit-details-marker {
	display: none;
}

.rdgut-performance-entry-card > summary span {
	color: var(--refcore-muted);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.rdgut-performance-entry-card > summary strong {
	color: var(--refcore-text);
	font-size: 12.5px;
	text-align: right;
}

.rdgut-performance-history-grid {
	border-top: 1px solid var(--refcore-border);
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 12px;
}

.rdgut-performance-history-grid > div {
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(139, 155, 174, 0.22);
	border-radius: 12px;
	padding: 10px;
}

.rdgut-performance-history-grid dl {
	display: grid;
	gap: 6px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 8px 0 0;
}

.rdgut-performance-history-grid .rdgut-card-wide {
	grid-column: 1 / -1;
}

.rdgut-performance-alerts-group,
.rdgut-performance-entry-actions {
	grid-column: 1 / -1;
}

.rdgut-performance-alert-empty {
	color: var(--refcore-muted);
	font-size: 13px;
	font-weight: 750;
	margin: 8px 0 0;
}

.rdgut-performance-alert-list {
	display: grid;
	gap: 7px;
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
}

.rdgut-performance-alert-list li {
	align-items: center;
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(139, 155, 174, 0.22);
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding: 8px 10px;
}

.rdgut-performance-entry-actions {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.rdgut-performance-edit-form {
	margin-top: 10px;
}

.rdgut-edit-amp-draws {
	border: 1px solid rgba(139, 155, 174, 0.22);
	border-radius: 12px;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	padding: 10px;
}

.rdgut-edit-amp-draws legend {
	color: var(--refcore-muted);
	font-size: 12px;
	font-weight: 900;
	padding: 0 4px;
	text-transform: uppercase;
}

.rdgut-status-flow,
.rdgut-estimate-chip {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(139, 155, 174, 0.25);
	border-radius: 999px;
	display: inline-flex;
	gap: 8px;
	padding: 7px 10px;
}

.rdgut-status-flow span,
.rdgut-estimate-chip span {
	color: var(--refcore-muted);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.rdgut-estimate-chip strong {
	color: var(--refcore-text);
	font-size: 12px;
	font-weight: 950;
}

.rdgut-reading-group legend {
	color: var(--refcore-text);
	font-size: 15px;
	font-weight: 900;
	padding: 0 4px;
}

.rdgut-nested-details {
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid var(--refcore-border);
	border-radius: 14px;
	margin-top: 14px;
	overflow: hidden;
}

.rdgut-nested-details > summary {
	color: var(--refcore-primary);
	cursor: pointer;
	font-weight: 900;
	padding: 13px 15px;
}

.rdgut-nested-details > .rdgut-quick-grid,
.rdgut-nested-details[open] > .rdgut-quick-grid {
	padding: 0 15px 15px;
}

.rdgut-table-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.rdgut-table-actions form {
	margin: 0;
}

.rdgut-print-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 18px 0;
}

.rdgut-stat-card {
	min-height: 126px;
	padding: 17px;
	position: relative;
}

.rdgut-stat-card::before {
	background: var(--refcore-accent);
	border-radius: 999px;
	content: "";
	display: block;
	height: 4px;
	margin-bottom: 14px;
	width: 42px;
}

.rdgut-stat-card span {
	color: var(--refcore-muted);
	display: block;
	font-size: 13.5px;
	font-weight: 800;
	margin-bottom: 8px;
}

.rdgut-stat-card strong {
	color: var(--refcore-text);
	display: block;
	font-size: 34px;
	font-weight: 950;
	line-height: 1;
}

.rdgut-stat-card small {
	color: var(--refcore-muted);
	display: block;
	font-size: 12px;
	font-weight: 850;
	margin-top: 8px;
}

.rdgut-stat-fully-operational::before,
.rdgut-stat-parts-onsite::before {
	background: var(--refcore-green);
}

.rdgut-stat-hard-down::before,
.rdgut-stat-critical-priority::before {
	background: var(--refcore-red);
}

.rdgut-stat-semi-operational::before,
.rdgut-stat-units-needing-attention::before {
	background: var(--refcore-cyan);
}

.rdgut-stat-follow-up::before,
.rdgut-stat-needs-work::before,
.rdgut-stat-needs-ordered::before,
.rdgut-stat-parts-on-order::before,
.rdgut-stat-follow-up-needs-work::before,
.rdgut-stat-parts-pending::before,
.rdgut-stat-active-alerts::before {
	background: var(--refcore-amber);
}

.rdgut-alerts-panel {
	border-color: rgba(201, 61, 53, 0.18);
}

.rdgut-alert-list {
	display: grid;
	gap: 10px;
}

.rdgut-alert-card {
	align-items: center;
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid var(--refcore-border);
	border-left-width: 5px;
	border-radius: 12px;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) auto;
	padding: 12px;
}

.rdgut-alert-card.rdgut-alert-critical {
	border-left-color: var(--refcore-red);
}

.rdgut-alert-card.rdgut-alert-warning {
	border-left-color: var(--refcore-amber);
}

.rdgut-alert-card span {
	color: var(--refcore-muted);
	display: block;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.rdgut-alert-card strong {
	color: var(--refcore-text);
	display: block;
	font-size: 14px;
	font-weight: 900;
	margin-top: 3px;
}

.rdgut-alert-card dl {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
}

.rdgut-alert-card form {
	margin: 0;
}

.rdgut-alert-dot {
	align-items: center;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 10px;
	font-weight: 950;
	height: 17px;
	justify-content: center;
	margin-left: 4px;
	width: 17px;
}

.rdgut-alert-dot.rdgut-alert-critical {
	background: var(--refcore-red);
}

.rdgut-alert-dot.rdgut-alert-warning {
	background: var(--refcore-amber);
}

.rdgut-alert-icons {
	align-items: center;
	display: inline-flex;
	gap: 5px;
	white-space: nowrap;
}

.rdgut-alert-icon {
	align-items: center;
	background: #e8edf4;
	border: 1px solid rgba(139, 155, 174, 0.42);
	border-radius: 999px;
	color: #8290a3;
	display: inline-flex;
	font-size: 11px;
	font-weight: 950;
	height: 22px;
	justify-content: center;
	line-height: 1;
	width: 22px;
}

.rdgut-alert-icon-warning {
	font-size: 13px;
}

.rdgut-alert-icon-warning.is-active {
	background: var(--refcore-amber);
	border-color: rgba(199, 125, 22, 0.45);
	color: #fff;
}

.rdgut-alert-icon-critical.is-active {
	background: var(--refcore-red);
	border-color: rgba(201, 61, 53, 0.45);
	color: #fff;
}

.rdgut-login-card {
	margin: 0 auto;
	max-width: 540px;
	padding: 30px;
}

.rdgut-login-shell {
	align-items: center;
	background:
		radial-gradient(circle at 50% 0%, rgba(232, 120, 23, 0.18), transparent 26rem),
		linear-gradient(135deg, rgba(6, 18, 31, 0.98), rgba(10, 23, 35, 0.96)),
		linear-gradient(135deg, #080d13, #0d1117);
	border: 0;
	box-shadow: none;
	display: flex;
	justify-content: center;
	margin: 0;
	max-width: none;
	min-height: 100vh;
	padding: 28px;
	border-radius: 0;
	width: 100%;
}

.rdgut-refcore-login-card {
	background: rgba(9, 20, 34, 0.84);
	border-color: rgba(255, 255, 255, 0.16);
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.38);
	color: #e5edf6;
	max-width: 500px;
	width: 100%;
}

.rdgut-login-logo {
	display: block;
	height: auto;
	margin: 0 auto 26px;
	max-width: 380px;
	width: 100%;
}

.rdgut-refcore-login-card .rdgut-kicker {
	color: #e87817;
	font-size: 13px;
	letter-spacing: 0.12em;
	text-align: center;
	text-transform: uppercase;
}

.rdgut-refcore-login-card h1 {
	color: #ffffff;
	text-align: center;
}

.rdgut-refcore-login-card label {
	color: #dbeafe;
	display: grid;
	font-weight: 850;
	gap: 7px;
	margin-bottom: 14px;
}

.rdgut-refcore-login-card input[type="text"],
.rdgut-refcore-login-card input[type="password"] {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 12px;
	color: #0f172a;
	font: inherit;
	min-height: 46px;
	padding: 10px 12px;
	width: 100%;
}

.rdgut-refcore-login-card .rdgut-button {
	margin-top: 4px;
	width: 100%;
}

.rdgut-login-error {
	background: rgba(220, 38, 38, 0.14);
	border: 1px solid rgba(248, 113, 113, 0.36);
	border-radius: 12px;
	color: #fecaca;
	font-weight: 850;
	margin: 0 0 16px;
	padding: 10px 12px;
}

.rdgut-login-notice {
	background: rgba(22, 163, 74, 0.14);
	border: 1px solid rgba(74, 222, 128, 0.34);
	border-radius: 12px;
	color: #bbf7d0;
	font-weight: 850;
	margin: 0 0 16px;
	padding: 10px 12px;
}

.rdgut-login-actions {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

.rdgut-refcore-login-card .rdgut-login-secondary {
	align-items: center;
	border: 1px solid rgba(232, 120, 23, 0.5);
	border-radius: 12px;
	color: #fed7aa;
	display: inline-flex;
	justify-content: center;
	min-height: 46px;
	padding: 10px 14px;
	text-align: center;
}

.rdgut-login-card h1 {
	color: var(--refcore-text);
	font-size: 32px;
	font-weight: 950;
	line-height: 1.12;
	margin: 0 0 10px;
}

.rdgut-refcore-login-card h1 {
	color: #ffffff;
}

.rdgut-login-card p {
	color: var(--refcore-muted);
	margin: 0 0 18px;
}

.rdgut-login-card form,
.rdgut-quick-form {
	display: grid;
	gap: 14px;
	margin: 0;
}

.rdgut-login-card form {
	margin: 18px 0 12px;
}

.rdgut-login-card label,
.rdgut-filters label,
.rdgut-quick-grid label,
.rdgut-equipment-fieldset label,
.rdgut-reading-group label {
	color: var(--refcore-muted);
	display: grid;
	font-size: 12.5px;
	font-weight: 800;
	gap: 7px;
	text-transform: uppercase;
}

.rdgut-login-card .login-remember label,
.rdgut-quick-grid .rdgut-check-field {
	text-transform: none;
}

.rdgut-login-card input[type="text"],
.rdgut-login-card input[type="password"],
.rdgut-filters select,
.rdgut-filters input,
.rdgut-quick-grid input,
.rdgut-quick-grid select,
.rdgut-quick-grid textarea,
.rdgut-equipment-fieldset input,
.rdgut-equipment-fieldset select,
.rdgut-equipment-fieldset textarea,
.rdgut-reading-group input,
.rdgut-reading-group select,
.rdgut-reading-group textarea {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid var(--refcore-border);
	border-radius: 12px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
	color: var(--refcore-text);
	font: inherit;
	min-height: 46px;
	padding: 10px 12px;
	width: 100%;
}

.rdgut-login-card input:focus,
.rdgut-filters select:focus,
.rdgut-filters input:focus,
.rdgut-quick-grid input:focus,
.rdgut-quick-grid select:focus,
.rdgut-quick-grid textarea:focus,
.rdgut-equipment-fieldset input:focus,
.rdgut-equipment-fieldset select:focus,
.rdgut-equipment-fieldset textarea:focus,
.rdgut-reading-group input:focus,
.rdgut-reading-group select:focus,
.rdgut-reading-group textarea:focus {
	border-color: rgba(15, 118, 110, 0.5);
	box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.1);
	outline: none;
}

.rdgut-quick-grid textarea {
	min-height: 126px;
	resize: vertical;
}

.rdgut-equipment-fieldset textarea {
	min-height: 116px;
	resize: vertical;
}

.rdgut-reading-group textarea {
	min-height: 104px;
	resize: vertical;
}

.rdgut-login-card input[type="submit"],
.rdgut-filter-actions button,
.rdgut-button {
	align-items: center;
	background: linear-gradient(180deg, #334155, var(--refcore-primary));
	border: 1px solid rgba(30, 41, 59, 0.32);
	border-radius: 12px;
	box-shadow: 0 10px 22px rgba(30, 41, 59, 0.16);
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 900;
	justify-content: center;
	min-height: 42px;
	padding: 9px 14px;
	text-decoration: none;
	transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
}

.rdgut-login-card input[type="submit"]:hover,
.rdgut-filter-actions button:hover,
.rdgut-button:hover {
	background: linear-gradient(180deg, var(--refcore-primary), var(--refcore-primary-hover));
	box-shadow: 0 12px 26px rgba(30, 41, 59, 0.2);
	transform: translateY(-1px);
}

.refcore-dg-unit-tracker a.rdgut-button,
.refcore-dg-unit-tracker a.rdgut-button:visited,
.refcore-dg-unit-tracker a.rdgut-button:hover,
.refcore-dg-unit-tracker a.rdgut-button:focus,
.refcore-dg-unit-tracker a.rdgut-button:active {
	color: #ffffff !important;
	text-decoration: none;
}

.rdgut-login-card .login-remember label {
	align-items: center;
	display: flex;
	flex-direction: row;
}

.rdgut-login-secondary {
	color: var(--refcore-accent);
	font-weight: 850;
	text-decoration: none;
}

.rdgut-group-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rdgut-group-card,
.rdgut-unit-card,
.rdgut-part-card,
.rdgut-service-card,
.rdgut-reading-card {
	padding: 16px;
}

.rdgut-group-card {
	--rdgut-group-accent: var(--refcore-group-c);
	--rdgut-group-soft: var(--refcore-group-c-soft);
	border-top: 4px solid var(--rdgut-group-accent);
	position: relative;
}

.rdgut-group-card:nth-child(2) {
	--rdgut-group-accent: var(--refcore-group-d);
	--rdgut-group-soft: var(--refcore-group-d-soft);
}

.rdgut-group-card:nth-child(3) {
	--rdgut-group-accent: var(--refcore-group-m);
	--rdgut-group-soft: var(--refcore-group-m-soft);
}

.rdgut-group-card:nth-child(4) {
	--rdgut-group-accent: var(--refcore-group-f);
	--rdgut-group-soft: var(--refcore-group-f-soft);
}

.rdgut-group-card::before {
	background: var(--rdgut-group-soft);
	border-radius: 999px;
	content: "";
	height: 46px;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 46px;
	z-index: 0;
}

.rdgut-group-card > * {
	position: relative;
	z-index: 1;
}

.rdgut-group-card h3 {
	color: var(--rdgut-group-accent);
	font-size: 30px;
	font-weight: 950;
	margin-bottom: 12px;
}

.rdgut-group-card dl,
.rdgut-unit-card dl,
.rdgut-part-card dl,
.rdgut-service-card dl,
.rdgut-reading-card dl {
	display: grid;
	gap: 8px;
	margin: 0;
}

.rdgut-group-card dl,
.rdgut-unit-card dl,
.rdgut-part-card dl,
.rdgut-service-card dl {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rdgut-reading-card dl {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 7px;
}

.rdgut-group-card dl div,
.rdgut-unit-card dl div,
.rdgut-part-card dl div,
.rdgut-service-card dl div,
.rdgut-reading-card dl div {
	background: var(--refcore-surface-soft);
	border: 1px solid rgba(139, 155, 174, 0.2);
	border-radius: 12px;
	padding: 10px;
}

.rdgut-reading-card dl div {
	padding: 8px 9px;
}

.rdgut-group-card dt,
.rdgut-unit-card dt,
.rdgut-part-card dt,
.rdgut-service-card dt,
.rdgut-reading-card dt,
.rdgut-detail-item span,
.rdgut-note-card h3 {
	color: var(--refcore-muted);
	display: block;
	font-size: 12.5px;
	font-weight: 800;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.rdgut-group-card dd,
.rdgut-unit-card dd,
.rdgut-part-card dd,
.rdgut-service-card dd,
.rdgut-reading-card dd {
	color: var(--refcore-text);
	font-weight: 750;
	margin: 0;
}

.rdgut-table-wrap {
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid var(--refcore-border);
	border-radius: 16px;
	overflow: auto;
}

.rdgut-table {
	background: transparent;
	border-collapse: collapse;
	font-size: 14.5px;
	min-width: 900px;
	width: 100%;
}

.rdgut-customer-portal .rdgut-table {
	min-width: 760px;
}

.rdgut-table th,
.rdgut-table td {
	border-bottom: 1px solid rgba(139, 155, 174, 0.24);
	padding: 13px 12px;
	text-align: left;
	vertical-align: middle;
}

.rdgut-table th {
	background: rgba(232, 238, 245, 0.74);
	color: #536275;
	font-size: 12.5px;
	font-weight: 850;
	text-transform: uppercase;
}

.rdgut-table tr:last-child td {
	border-bottom: 0;
}

.rdgut-table tbody tr:hover {
	background: rgba(255, 255, 255, 0.5);
}

.rdgut-badge {
	align-items: center;
	border: 1px solid var(--refcore-border);
	border-radius: 999px;
	display: inline-flex;
	font-size: 12.5px;
	font-weight: 850;
	justify-content: center;
	line-height: 1.1;
	min-height: 28px;
	padding: 6px 10px;
	text-align: center;
	white-space: nowrap;
}

.rdgut-badge-fully-operational,
.rdgut-badge-complete,
.rdgut-badge-delivered,
.rdgut-badge-normal,
.rdgut-badge-low {
	background: var(--refcore-green-soft);
	border-color: rgba(18, 132, 95, 0.28);
	color: var(--refcore-green);
}

.rdgut-badge-parts-onsite {
	background: var(--refcore-accent-soft);
	border-color: rgba(15, 118, 110, 0.24);
	color: var(--refcore-accent);
}

.rdgut-badge-hard-down,
.rdgut-badge-critical {
	background: var(--refcore-red-soft);
	border-color: rgba(201, 61, 53, 0.28);
	color: var(--refcore-red);
}

.rdgut-badge-semi-operational {
	background: var(--refcore-cyan-soft);
	border-color: rgba(6, 122, 155, 0.24);
	color: var(--refcore-cyan);
}

.rdgut-badge-follow-up,
.rdgut-badge-needs-work,
.rdgut-badge-needs-ordered,
.rdgut-badge-parts-on-order,
.rdgut-badge-high,
.rdgut-badge-medium {
	background: var(--refcore-amber-soft);
	border-color: rgba(169, 101, 0, 0.26);
	color: var(--refcore-amber);
}

.rdgut-badge-blank {
	background: #eef2f6;
	border-color: rgba(97, 112, 131, 0.22);
	color: var(--refcore-muted);
}

.rdgut-filters {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.rdgut-filters span,
.rdgut-quick-grid label span,
.rdgut-reading-group label span {
	color: var(--refcore-muted);
}

.rdgut-filter-actions {
	align-items: end;
	display: flex;
	gap: 10px;
}

.rdgut-filter-actions a {
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid var(--refcore-border);
	box-shadow: none;
	color: var(--refcore-text);
}

.rdgut-filter-actions a:hover {
	background: var(--refcore-surface-strong);
}

.rdgut-button-secondary {
	background: rgba(255, 255, 255, 0.86);
	border-color: var(--refcore-border);
	box-shadow: none;
	color: var(--refcore-text);
}

.rdgut-button-secondary:hover,
.rdgut-button-secondary:focus {
	background: var(--refcore-surface-strong);
	color: var(--refcore-text);
}

.rdgut-button-small {
	font-size: 12px;
	min-height: 34px;
	padding: 6px 10px;
}

.rdgut-back-button {
	margin-bottom: 16px;
}

.rdgut-unit-button {
	margin-top: 14px;
	width: 100%;
}

.rdgut-unit-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rdgut-unit-card-head,
.rdgut-part-card-head,
.rdgut-service-card-head {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 14px;
}

.rdgut-unit-card-head span,
.rdgut-service-card-head span,
.rdgut-reading-card-head span {
	color: var(--refcore-muted);
	display: block;
	font-size: 12.5px;
	font-weight: 800;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.rdgut-unit-card h3 {
	font-size: 22px;
	font-weight: 950;
	margin-top: 2px;
}

.rdgut-card-wide {
	grid-column: 1 / -1;
}

.rdgut-empty {
	background: rgba(255, 255, 255, 0.64);
	border: 1px dashed var(--refcore-border-strong);
	border-radius: 16px;
	color: var(--refcore-muted);
	font-weight: 800;
	padding: 22px;
}

.rdgut-empty p {
	margin: 0;
}

.rdgut-empty-centered {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 76px;
	text-align: center;
}

.rdgut-notice {
	border-radius: 14px;
	font-weight: 850;
	margin-bottom: 16px;
	padding: 14px 16px;
}

.rdgut-notice-success {
	background: var(--refcore-green-soft);
	border: 1px solid rgba(18, 132, 95, 0.28);
	color: var(--refcore-green);
}

.rdgut-notice-error {
	background: var(--refcore-red-soft);
	border: 1px solid rgba(201, 61, 53, 0.3);
	color: var(--refcore-red);
}

.rdgut-detail-header {
	align-items: flex-start;
}

.rdgut-detail-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.rdgut-detail-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rdgut-notes-grid,
.rdgut-parts-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rdgut-detail-item,
.rdgut-note-card {
	padding: 16px;
}

.rdgut-detail-item strong {
	color: var(--refcore-text);
	display: block;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.25;
}

.rdgut-note-card p,
.rdgut-service-card dd {
	margin: 0;
	white-space: pre-wrap;
}

.rdgut-detail-note {
	margin-top: 14px;
}

.rdgut-equipment-form-wrap {
	margin-top: 14px;
	padding: 16px;
}

.rdgut-equipment-form-wrap h3,
.rdgut-equipment-card h3,
.rdgut-part-card h3,
.rdgut-service-card h3,
.rdgut-reading-card h3 {
	color: var(--refcore-text);
	font-size: 19px;
	font-weight: 950;
	line-height: 1.22;
	margin: 0;
}

.rdgut-equipment-form-wrap h3 {
	margin-bottom: 14px;
}

.rdgut-equipment-display-grid,
.rdgut-equipment-form-grid {
	align-items: stretch;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rdgut-equipment-card,
.rdgut-equipment-fieldset {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 16px;
}

.rdgut-equipment-card {
	min-height: 100%;
}

.rdgut-equipment-card-wide,
.rdgut-equipment-fieldset-wide {
	grid-column: 1 / -1;
}

.rdgut-equipment-card-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr;
}

.rdgut-equipment-card .rdgut-detail-item {
	box-shadow: none;
	padding: 12px;
}

.rdgut-equipment-card p {
	margin: 0;
	white-space: pre-wrap;
}

.rdgut-equipment-fieldset legend {
	color: var(--refcore-text);
	font-size: 15px;
	font-weight: 900;
	padding: 0 6px;
}

.rdgut-equipment-fieldset .rdgut-form-wide {
	grid-column: auto;
}

.rdgut-subtle-empty {
	color: var(--refcore-muted);
	font-style: italic;
}

.rdgut-detail-table {
	min-width: 820px;
}

.rdgut-service-timeline {
	display: grid;
	gap: 14px;
}

.rdgut-reading-card-head {
	margin-bottom: 14px;
}

.rdgut-quick-grid,
.rdgut-reading-form-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rdgut-form-wide {
	grid-column: 1 / -1;
}

.rdgut-form-actions {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin-top: 16px;
	min-height: 44px;
}

.rdgut-quick-grid .rdgut-check-field {
	align-items: center;
	background: rgba(255, 255, 255, 0.66);
	border: 1px solid var(--refcore-border);
	border-radius: 12px;
	display: flex;
	gap: 10px;
	min-height: 46px;
	padding: 10px 12px;
}

.rdgut-quick-grid .rdgut-check-field input {
	min-height: auto;
	width: auto;
}

.rdgut-quick-grid .rdgut-check-field span {
	margin: 0;
}

.rdgut-reading-group {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	padding: 16px;
}

.rdgut-reading-group-wide {
	grid-column: 1 / -1;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rdgut-reading-group legend {
	color: var(--refcore-text);
	font-size: 15px;
	font-weight: 950;
	padding: 0 6px;
}

.rdgut-collapsible-section {
	overflow: hidden;
	padding: 0;
}

.rdgut-collapsible-section > summary {
	align-items: center;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(244, 247, 250, 0.82));
	color: var(--refcore-text);
	cursor: pointer;
	display: flex;
	font-size: 18px;
	font-weight: 950;
	justify-content: space-between;
	list-style: none;
	min-height: 58px;
	padding: 16px 20px;
}

.rdgut-collapsible-section > summary.rdgut-section-heading {
	margin-bottom: 0;
}

.rdgut-collapsible-section > summary::-webkit-details-marker {
	display: none;
}

.rdgut-collapsible-section > summary::after {
	align-items: center;
	background: var(--refcore-accent-soft);
	border: 1px solid rgba(15, 118, 110, 0.18);
	border-radius: 999px;
	color: var(--refcore-accent);
	content: "+";
	display: inline-flex;
	font-size: 20px;
	font-weight: 900;
	height: 30px;
	justify-content: center;
	line-height: 1;
	width: 30px;
}

.rdgut-collapsible-section[open] > summary {
	border-bottom: 1px solid var(--refcore-border);
}

.rdgut-collapsible-section[open] > summary::after {
	content: "-";
}

.rdgut-collapsible-content {
	display: grid;
	gap: 14px;
	padding: 18px;
}

.rdgut-parts-summary-note p {
	max-height: 240px;
	overflow: auto;
	padding-right: 6px;
}

.rdgut-daily-service-log-tool {
	display: grid;
	gap: 16px;
}

.rdgut-daily-service-log-form {
	align-items: end;
	display: grid;
	grid-template-columns: minmax(180px, 220px) minmax(180px, 240px) minmax(0, 1fr);
}

.rdgut-customer-daily-service-log-section .rdgut-daily-service-log-form {
	grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
}

.rdgut-daily-service-log-actions {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.rdgut-daily-service-log-actions .rdgut-button {
	min-height: 46px;
	white-space: nowrap;
	width: auto;
}

.rdgut-daily-service-log-actions a.rdgut-button,
.rdgut-daily-service-log-actions a.rdgut-button:visited {
	color: var(--refcore-text) !important;
}

.rdgut-daily-service-log-actions a.rdgut-button:hover,
.rdgut-daily-service-log-actions a.rdgut-button:focus {
	color: var(--refcore-text) !important;
}

.rdgut-daily-service-log-copy {
	background: #fff;
	border: 1px solid var(--refcore-border);
	border-radius: 12px;
	color: var(--refcore-text);
	font: 13px/1.5 ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
	min-height: 180px;
	padding: 12px;
	width: 100%;
}

.rdgut-daily-service-log-output {
	background: #fff;
	border: 1px solid var(--refcore-border);
	border-radius: 14px;
	padding: 18px;
}

.rdgut-daily-service-log-print-header {
	border-bottom: 2px solid var(--refcore-border);
	margin-bottom: 18px;
	padding-bottom: 14px;
}

.rdgut-daily-service-log-print-header p,
.rdgut-daily-service-log-print-header h3 {
	margin: 0;
}

.rdgut-daily-service-log-print-header p {
	color: var(--refcore-muted);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.rdgut-daily-service-log-print-header h3 {
	color: var(--refcore-text);
	font-size: 24px;
	font-weight: 950;
}

.rdgut-daily-service-log-print-header span {
	color: var(--refcore-primary);
	font-weight: 850;
}

.rdgut-daily-unit-group {
	border: 1px solid rgba(139, 155, 174, 0.3);
	border-radius: 12px;
	margin-top: 14px;
	overflow: hidden;
}

.rdgut-daily-unit-group h4 {
	background: rgba(232, 238, 245, 0.74);
	color: var(--refcore-text);
	font-size: 17px;
	font-weight: 950;
	margin: 0;
	padding: 12px 14px;
}

.rdgut-daily-log-entry {
	border-top: 1px solid rgba(139, 155, 174, 0.24);
	padding: 14px;
}

.rdgut-daily-log-entry:first-of-type {
	border-top: 0;
}

.rdgut-daily-log-entry-head {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 10px;
}

.rdgut-daily-log-entry-head strong {
	color: var(--refcore-text);
	font-size: 16px;
	font-weight: 900;
}

.rdgut-daily-log-entry-head span {
	color: var(--refcore-muted);
	font-size: 12px;
	font-weight: 800;
}

.rdgut-daily-log-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
}

.rdgut-daily-log-grid div {
	background: rgba(250, 252, 254, 0.85);
	border: 1px solid rgba(139, 155, 174, 0.22);
	border-radius: 10px;
	padding: 10px;
}

.rdgut-daily-log-grid dt {
	color: var(--refcore-muted);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.rdgut-daily-log-grid dd {
	color: var(--refcore-text);
	font-weight: 750;
	margin: 3px 0 0;
	white-space: pre-wrap;
}

.rdgut-reason-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.rdgut-badge-reason,
.rdgut-badge-alerts-warnings,
.rdgut-badge-parts-pending {
	background: var(--refcore-amber-soft);
	border-color: rgba(169, 101, 0, 0.26);
	color: var(--refcore-amber);
}

.rdgut-collapsible-content > .rdgut-section {
	box-shadow: none;
	margin-bottom: 0;
}

.rdgut-service-actions {
	align-items: flex-start;
	border-top: 1px solid var(--refcore-border);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
	padding-top: 14px;
}

.rdgut-inline-edit {
	flex: 1 1 420px;
}

.rdgut-inline-edit > summary {
	align-items: center;
	background: var(--refcore-accent-soft);
	border: 1px solid rgba(15, 118, 110, 0.2);
	border-radius: 999px;
	color: #0d5f59;
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	min-height: 34px;
	padding: 7px 12px;
}

.rdgut-inline-edit[open] > summary {
	margin-bottom: 12px;
}

.rdgut-inline-delete {
	margin: 0;
}

.rdgut-button-danger {
	background: linear-gradient(180deg, #e75d55, var(--refcore-red));
	border-color: rgba(201, 61, 53, 0.36);
	box-shadow: 0 10px 22px rgba(201, 61, 53, 0.18);
	color: #ffffff;
}

.rdgut-button-danger:hover,
.rdgut-button-danger:focus {
	box-shadow: 0 12px 26px rgba(201, 61, 53, 0.24);
}

@media (max-width: 1100px) {
	.rdgut-card-grid,
	.rdgut-customer-card-grid,
	.rdgut-refrigerant-card-grid,
	.rdgut-group-grid,
	.rdgut-unit-grid,
	.rdgut-detail-grid,
	.rdgut-equipment-display-grid,
	.rdgut-equipment-form-grid,
	.rdgut-notes-grid,
	.rdgut-parts-grid,
	.rdgut-reading-card dl {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rdgut-location-grid {
		grid-template-columns: 1fr;
	}

	.rdgut-performance-entry .rdgut-reading-group,
	.rdgut-performance-overview,
	.rdgut-performance-columns,
	.rdgut-performance-history-grid,
	.rdgut-performance-summary-tiles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rdgut-filters {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rdgut-daily-service-log-form,
	.rdgut-customer-daily-service-log-section .rdgut-daily-service-log-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rdgut-daily-service-log-actions {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}

	.rdgut-module-link-card {
		grid-template-columns: 1fr;
	}

	.rdgut-part-entry-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rdgut-alert-card {
		grid-template-columns: 1fr;
	}

	.rdgut-edit-amp-draws {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rdgut-row-remove {
		justify-self: end;
	}
}

@media (max-width: 720px) {
	.refcore-dg-unit-tracker {
		border-radius: 16px;
		padding: 14px;
	}

	.rdgut-header {
		align-items: flex-start;
		flex-direction: column;
		padding: 20px;
	}

	.rdgut-header h1 {
		font-size: 28px;
	}

	.rdgut-section {
		padding: 16px;
	}

	.rdgut-card-grid,
	.rdgut-customer-card-grid,
	.rdgut-refrigerant-card-grid,
	.rdgut-group-grid,
	.rdgut-unit-grid,
	.rdgut-filters,
	.rdgut-detail-grid,
	.rdgut-equipment-display-grid,
	.rdgut-equipment-form-grid,
	.rdgut-notes-grid,
	.rdgut-parts-grid,
	.rdgut-part-card dl,
	.rdgut-service-card dl,
	.rdgut-reading-card dl,
	.rdgut-quick-grid,
	.rdgut-reading-form-grid,
	.rdgut-reading-group,
	.rdgut-reading-group-wide {
		grid-template-columns: 1fr;
	}

	.rdgut-form-wide,
	.rdgut-equipment-card-wide,
	.rdgut-equipment-fieldset-wide,
	.rdgut-reading-group-wide {
		grid-column: auto;
	}

	.rdgut-filter-actions {
		align-items: stretch;
	}

	.rdgut-filter-actions button,
	.rdgut-filter-actions a {
		flex: 1;
	}

	.rdgut-daily-service-log-form,
	.rdgut-customer-daily-service-log-section .rdgut-daily-service-log-form {
		grid-template-columns: 1fr;
	}

	.rdgut-daily-service-log-actions .rdgut-button {
		width: 100%;
	}

	.rdgut-detail-badges {
		justify-content: flex-start;
	}

	.rdgut-service-card-head,
	.rdgut-unit-card-head,
	.rdgut-part-card-head {
		flex-direction: column;
	}

	.rdgut-form-actions {
		justify-content: stretch;
	}

	.rdgut-form-actions .rdgut-button,
	.rdgut-button {
		width: 100%;
	}

	.rdgut-map-summary {
		grid-template-columns: 1fr;
		max-width: none;
	}

	.rdgut-map-marker {
		max-width: 38vw;
	}

	.rdgut-map-marker-label {
		font-size: 11px;
		min-height: 26px;
		padding: 6px 8px;
	}

	.rdgut-map-tooltip {
		left: 0;
		min-width: 180px;
		transform: translate(0, 6px);
	}

	.rdgut-map-marker:hover .rdgut-map-tooltip,
	.rdgut-map-marker:focus-visible .rdgut-map-tooltip {
		transform: translate(0, 0);
	}

	.rdgut-location-card {
		align-items: stretch;
		flex-direction: column;
	}

	.rdgut-print-grid,
	.rdgut-module-link-card dl,
	.rdgut-part-entry-row,
	.rdgut-performance-entry .rdgut-reading-group,
	.rdgut-performance-overview,
	.rdgut-performance-columns,
	.rdgut-performance-history-grid,
	.rdgut-performance-history-grid dl,
	.rdgut-performance-summary-tiles,
	.rdgut-dynamic-fans {
		grid-template-columns: 1fr;
	}

	.rdgut-performance-summary-head,
	.rdgut-status-flow {
		align-items: flex-start;
		flex-direction: column;
	}

	.rdgut-alert-card dl {
		grid-template-columns: 1fr;
	}

	.rdgut-edit-amp-draws {
		grid-template-columns: 1fr;
	}

	.rdgut-performance-entry-card > summary {
		align-items: flex-start;
		flex-direction: column;
	}

	.rdgut-performance-entry-card > summary strong {
		text-align: left;
	}
}

@media print {
	@page {
		size: letter portrait;
		margin: 0.32in;
	}

	body:has(.rdgut-daily-service-log-output) .rdgut-header,
	body:has(.rdgut-daily-service-log-output) .rdgut-dashboard,
	body:has(.rdgut-daily-service-log-output) .rdgut-module-link-section,
	body:has(.rdgut-daily-service-log-output) .rdgut-map-section,
	body:has(.rdgut-daily-service-log-output) .rdgut-action-required-section,
	body:has(.rdgut-daily-service-log-output) .rdgut-filter-section,
	body:has(.rdgut-daily-service-log-output) .rdgut-units-list-section,
	body:has(.rdgut-daily-service-log-output) .rdgut-daily-service-log-form,
	body:has(.rdgut-daily-service-log-output) .rdgut-daily-service-log-copy,
	body:has(.rdgut-daily-service-log-output) .rdgut-daily-service-log-section > summary {
		display: none !important;
	}

	body:has(.rdgut-daily-service-log-output) .rdgut-daily-service-log-section,
	body:has(.rdgut-daily-service-log-output) .rdgut-collapsible-content,
	body:has(.rdgut-daily-service-log-output) .rdgut-daily-service-log-tool,
	body:has(.rdgut-daily-service-log-output) .rdgut-daily-service-log-output {
		background: #fff !important;
		border: 0 !important;
		box-shadow: none !important;
		color: #000 !important;
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body:has(.rdgut-daily-service-log-output) .rdgut-daily-service-log-tool > .rdgut-section-heading {
		display: none !important;
	}

	body:has(.rdgut-daily-service-log-output) .rdgut-daily-unit-group,
	body:has(.rdgut-daily-service-log-output) .rdgut-daily-log-entry,
	body:has(.rdgut-daily-service-log-output) .rdgut-daily-log-grid div {
		background: #fff !important;
		border-color: #000 !important;
		box-shadow: none !important;
	}

	body:has(.rdgut-daily-service-log-output) .rdgut-daily-log-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	html,
	body {
		background: #fff !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body * {
		visibility: hidden !important;
	}

	body:has(.rdgut-daily-service-log-output) .rdgut-daily-service-log-section,
	body:has(.rdgut-daily-service-log-output) .rdgut-daily-service-log-section *,
	body:has(.rdgut-daily-service-log-output) .rdgut-daily-service-log-output,
	body:has(.rdgut-daily-service-log-output) .rdgut-daily-service-log-output * {
		visibility: visible !important;
	}

	body:has(.rdgut-daily-service-log-output) .rdgut-daily-service-log-section {
		inset: 0;
		position: absolute;
		width: 100%;
	}

	body:has(.rdgut-daily-service-log-output) .rdgut-daily-service-log-form,
	body:has(.rdgut-daily-service-log-output) .rdgut-daily-service-log-copy,
	body:has(.rdgut-daily-service-log-output) .rdgut-daily-service-log-tool > .rdgut-section-heading,
	body:has(.rdgut-daily-service-log-output) .rdgut-daily-service-log-section > summary {
		display: none !important;
		visibility: hidden !important;
	}

	.rdgut-print-view,
	.rdgut-print-view * {
		visibility: visible !important;
	}

	.refcore-dg-unit-tracker {
		background: #fff !important;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		max-width: none;
		padding: 0;
	}

	.rdgut-print-view {
		color: #111827;
		font-size: 8.5px;
		line-height: 1.16;
		position: absolute;
		inset: 0;
		width: 100%;
	}

	.rdgut-no-print,
	.rdgut-header-meta {
		display: none !important;
	}

	.rdgut-section {
		background: #fff !important;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		margin: 0;
		page-break-inside: avoid;
		padding: 0;
	}

	.rdgut-print-header {
		align-items: flex-start;
		border-bottom: 2px solid #111827;
		display: flex;
		justify-content: space-between;
		margin-bottom: 8px;
		padding-bottom: 6px;
	}

	.rdgut-print-header p {
		color: #4b5563;
		font-size: 7.5px;
		font-weight: 800;
		letter-spacing: 0;
		margin: 0 0 2px;
		text-transform: uppercase;
	}

	.rdgut-print-view h1 {
		font-size: 15px;
		line-height: 1.1;
		margin: 0;
	}

	.rdgut-print-header strong {
		border: 1px solid #111827;
		font-size: 9px;
		padding: 5px 7px;
	}

	.rdgut-print-groups {
		display: grid;
		gap: 6px;
	}

	.rdgut-print-group {
		border: 1px solid #9ca3af;
		page-break-inside: avoid;
		padding: 5px;
	}

	.rdgut-print-group h2 {
		background: #f3f4f6;
		border-bottom: 1px solid #d1d5db;
		color: #111827;
		font-size: 8px;
		font-weight: 900;
		margin: -5px -5px 5px;
		padding: 4px 5px;
		text-transform: uppercase;
	}

	.rdgut-print-comments p {
		font-size: 8.5px;
		font-weight: 650;
		margin: 0;
		min-height: 26px;
	}

	.rdgut-print-grid {
		gap: 3px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin: 0;
	}

	.rdgut-print-grid div {
		background: #fff;
		border: 1px solid #d1d5db;
		border-radius: 0;
		min-height: 25px;
		padding: 3px 4px;
	}

	.rdgut-print-grid dt {
		color: #374151;
		font-size: 6.5px;
		line-height: 1;
		margin-bottom: 2px;
	}

	.rdgut-print-grid dd {
		font-size: 8.5px;
		font-weight: 700;
		line-height: 1.15;
		overflow-wrap: anywhere;
	}
}
/* Phase 0.7.5 targeted feature polish. */
.rdgut-parts-total-line {
	align-items: center;
	background: rgba(15, 23, 42, 0.05);
	border: 1px solid rgba(139, 155, 174, 0.22);
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	justify-content: flex-end;
	margin-top: 12px;
	padding: 10px 12px;
}

.rdgut-parts-total-line span {
	color: var(--refcore-text);
	font-size: 13px;
}

.rdgut-performance-entry .rdgut-reading-group {
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.055), rgba(15, 118, 110, 0.035));
	border-color: rgba(15, 118, 110, 0.24);
}

.rdgut-performance-entry .rdgut-reading-group:nth-of-type(2) {
	background: linear-gradient(180deg, rgba(20, 83, 45, 0.06), rgba(15, 23, 42, 0.035));
}

.rdgut-performance-entry .rdgut-reading-group:nth-of-type(3) {
	background: linear-gradient(180deg, rgba(194, 65, 12, 0.055), rgba(15, 23, 42, 0.03));
}

.rdgut-performance-subgroup,
.rdgut-performance-compact-panel,
.rdgut-defrost-inline {
	background: rgba(255, 255, 255, 0.52);
	border: 1px solid rgba(139, 155, 174, 0.2);
	border-radius: 8px;
	padding: 12px;
}

.rdgut-performance-subgroup h3,
.rdgut-performance-compact-panel h3,
.rdgut-defrost-inline h3 {
	margin-top: 0;
}

.rdgut-add-part-row,
.rdgut-add-motor {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(139, 155, 174, 0.28);
	border-radius: 8px;
	color: var(--refcore-text);
	cursor: pointer;
	display: inline-flex;
	font-weight: 850;
	justify-content: center;
	min-height: 44px;
	padding: 10px 14px;
}

.rdgut-add-part-row {
	font-size: 20px;
	margin-top: 10px;
	min-width: 44px;
}

.rdgut-fan-panel .rdgut-fan-fla-field {
	margin-inline: auto;
	max-width: 220px;
}

body.rdgut-has-dg-login .rdgut-login-copy {
	margin-bottom: 24px;
	text-align: center;
}

body.rdgut-has-dg-login .rdgut-login-copy p,
body.rdgut-has-dg-login .rdgut-refcore-login-card p {
	color: rgba(248, 250, 252, 0.94);
	font-size: 15px;
	font-weight: 750;
	line-height: 1.5;
	margin: 0;
	text-align: center;
}

/* 0.7.7 app-page repair polish. */
body.rdgut-plugin-page,
body.rdgut-has-dg-login,
body.rdgut-has-unit-tracker,
body.rdgut-has-dg-tracker,
body.rdgut-has-customer-portal {
	background:
		radial-gradient(circle at 12% 0%, rgba(232, 120, 23, 0.16), transparent 30rem),
		linear-gradient(135deg, #07111d, #101b29 52%, #111827);
}

body.rdgut-has-dg-login .refcore-default-page,
body.rdgut-has-unit-tracker .refcore-default-page,
body.rdgut-has-dg-tracker .refcore-default-page,
body.rdgut-has-customer-portal .refcore-default-page {
	background: transparent;
}

body.rdgut-has-dg-login .refcore-dg-unit-tracker,
body.rdgut-has-unit-tracker .refcore-dg-unit-tracker,
body.rdgut-has-dg-tracker .refcore-dg-unit-tracker,
body.rdgut-has-customer-portal .refcore-dg-unit-tracker {
	max-width: min(1280px, calc(100vw - 32px));
	overflow-x: clip;
}

body.rdgut-has-unit-tracker .refcore-dg-unit-tracker,
body.rdgut-has-dg-tracker .refcore-dg-unit-tracker,
body.rdgut-has-customer-portal .refcore-dg-unit-tracker {
	background:
		radial-gradient(circle at 10% 0%, rgba(232, 120, 23, 0.12), transparent 28rem),
		radial-gradient(circle at 92% 0%, rgba(37, 99, 235, 0.12), transparent 30rem),
		linear-gradient(135deg, rgba(14, 23, 36, 0.96), rgba(21, 31, 45, 0.92));
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.34);
}

body.rdgut-has-dg-login .rdgut-login-shell {
	background:
		radial-gradient(circle at 50% 0%, rgba(232, 120, 23, 0.24), transparent 28rem),
		radial-gradient(circle at 12% 12%, rgba(37, 99, 235, 0.16), transparent 24rem),
		linear-gradient(135deg, #06121f, #0c1724 52%, #111827);
}

body.rdgut-has-dg-login .rdgut-login-copy {
	margin-bottom: 26px;
}

body.rdgut-has-dg-login .rdgut-login-copy p,
.rdgut-refcore-login-card .rdgut-login-copy p {
	color: rgba(255, 255, 255, 0.96);
	font-size: 18px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.35;
}

.rdgut-login-submit {
	align-items: center;
	background: linear-gradient(180deg, #ff9a35, #e87817);
	border: 1px solid rgba(255, 184, 96, 0.46);
	border-radius: 13px;
	box-shadow: 0 16px 34px rgba(232, 120, 23, 0.28);
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 950;
	justify-content: center;
	min-height: 48px;
	padding: 11px 16px;
	text-align: center;
	transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
	width: 100%;
}

.rdgut-login-submit:hover,
.rdgut-login-submit:focus-visible {
	background: linear-gradient(180deg, #ffad55, #f07e19);
	box-shadow: 0 18px 38px rgba(232, 120, 23, 0.36);
	transform: translateY(-1px);
}

.rdgut-login-submit:focus-visible {
	outline: 3px solid rgba(255, 184, 96, 0.42);
	outline-offset: 3px;
}

.refcore-dg-unit-tracker,
.refcore-dg-unit-tracker *,
.rdgut-collapsible-content,
.rdgut-section,
.rdgut-quick-form,
.rdgut-reading-form-grid,
.rdgut-reading-group,
.rdgut-performance-columns,
.rdgut-performance-columns > div,
.rdgut-performance-subgroup,
.rdgut-performance-compact-panel,
.rdgut-defrost-inline,
.rdgut-dynamic-fans,
.rdgut-motor-row {
	min-width: 0;
}

.rdgut-performance-entry,
.rdgut-performance-form,
.rdgut-performance-entry .rdgut-reading-group,
.rdgut-performance-overview,
.rdgut-performance-columns {
	max-width: 100%;
	overflow: visible;
}

.rdgut-performance-entry .rdgut-reading-group {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
}

.rdgut-performance-overview {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
}

.rdgut-performance-columns {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}

.rdgut-performance-subgroup,
.rdgut-performance-compact-panel,
.rdgut-defrost-inline {
	align-content: start;
	display: grid;
	gap: 12px;
}

.rdgut-recorded-conditions {
	grid-template-columns: 1fr;
}

.rdgut-recorded-conditions label {
	max-width: none;
}

.rdgut-fan-panel {
	align-content: start;
	display: grid;
	gap: 10px;
	grid-auto-rows: max-content;
}

.rdgut-fan-panel .rdgut-fan-fla-field {
	margin-inline: 0;
	max-width: none;
}

.rdgut-dynamic-fans {
	gap: 10px;
	max-width: none;
	width: 100%;
}

.rdgut-motor-row {
	align-items: end;
	grid-template-columns: minmax(0, 1fr) 34px;
}

.rdgut-motor-row:first-child {
	grid-template-columns: 1fr;
}

.rdgut-add-motor {
	justify-self: start;
	margin-top: 2px;
	min-height: 40px;
}

@media (max-width: 720px) {
	body.rdgut-has-dg-login .refcore-dg-unit-tracker,
	body.rdgut-has-unit-tracker .refcore-dg-unit-tracker,
	body.rdgut-has-dg-tracker .refcore-dg-unit-tracker,
	body.rdgut-has-customer-portal .refcore-dg-unit-tracker {
		max-width: calc(100vw - 18px);
	}
}

/* 0.7.8 focused repair layer. */
body.rdgut-has-dg-login {
	min-height: 100%;
	overflow-x: hidden;
}

body.rdgut-has-dg-login .refcore-default-page,
body.rdgut-has-dg-login main {
	margin: 0;
	max-width: none;
	min-height: 100vh;
	padding: 0;
	width: 100%;
}

body.rdgut-has-dg-login .rdgut-login-shell.refcore-dg-unit-tracker,
body.rdgut-has-dg-login .rdgut-login-shell {
	border-radius: 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: none;
	min-height: 100vh;
	padding: 28px;
	width: 100vw;
}

.rdgut-performance-general {
	grid-template-columns: 1fr;
}

.rdgut-performance-general label,
.rdgut-performance-general select {
	max-width: none;
}

.rdgut-performance-general select {
	min-height: 42px;
}

.rdgut-performance-overview > .rdgut-performance-subgroup {
	align-self: start;
}
