.check-in-live-main {
	min-width: 0;
	padding: 24px 16px 56px;
}

.check-in-live-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
	margin-bottom: 18px;
	color: var(--ink-500);
	font-size: 13px;
}

.check-in-live-breadcrumbs a,
.check-in-live-breadcrumbs strong {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.check-in-live-breadcrumbs a {
	color: #93620c;
	font-weight: 750;
}

.check-in-live-hero {
	display: grid;
	gap: 18px;
	margin-bottom: 20px;
}

.check-in-live-eyebrow {
	margin: 0 0 5px;
	color: #95640e;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.check-in-live-hero h1 {
	margin: 0;
	color: var(--ink-900);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	line-height: 1.08;
}

.check-in-live-hero > div > p:not(.check-in-live-eyebrow, .check-in-live-event-meta) {
	margin: 8px 0 0;
	color: var(--ink-500);
	line-height: 1.5;
}

.check-in-live-event-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 12px;
	margin: 12px 0 0;
	color: var(--ink-500);
	font-size: 13px;
}

.check-in-live-event-meta strong {
	color: var(--ink-700);
}

.check-in-live-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.check-in-live-button {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--line);
	border-radius: 7px;
	background: #fff;
	color: var(--ink-900);
	padding: 9px 14px;
	font-size: 14px;
	font-weight: 800;
}

.check-in-live-button--primary {
	border-color: var(--gold-500);
	background: var(--gold-500);
	color: var(--navy-950);
}

.check-in-live-summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 18px 0;
}

.check-in-live-summary article {
	min-width: 0;
	min-height: 116px;
	border: 1px solid var(--line);
	border-left: 4px solid #8ea0b7;
	border-radius: 8px;
	background: #fff;
	padding: 15px;
	box-shadow: var(--shadow-sm);
}

.check-in-live-summary article.is-present { border-left-color: #2cab6a; }
.check-in-live-summary article.is-absent { border-left-color: #e45555; }
.check-in-live-summary article.is-unmarked { border-left-color: #d9a63e; }
.check-in-live-summary article.is-total { border-left-color: #3d7de8; }

.check-in-live-summary span,
.check-in-live-summary strong,
.check-in-live-summary small {
	display: block;
}

.check-in-live-summary span {
	color: var(--ink-500);
	font-size: 13px;
	font-weight: 800;
}

.check-in-live-summary strong {
	margin-top: 8px;
	color: var(--ink-900);
	font-size: 30px;
	line-height: 1;
}

.check-in-live-summary small {
	margin-top: 7px;
	color: var(--ink-500);
	font-size: 11px;
	line-height: 1.35;
}

.check-in-live-grid {
	display: grid;
	gap: 16px;
	min-width: 0;
}

.check-in-live-roster,
.check-in-live-activity {
	min-width: 0;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	padding: 16px;
	box-shadow: var(--shadow-md);
}

.check-in-live-roster > header,
.check-in-live-activity > header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.check-in-live-roster h2,
.check-in-live-activity h2 {
	margin: 0;
	color: var(--ink-900);
	font-size: 20px;
}

.check-in-live-roster header p,
.check-in-live-activity header p {
	margin: 4px 0 0;
	color: var(--ink-500);
	font-size: 13px;
}

.check-in-live-auto-status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
	border-radius: 999px;
	background: #e5f6ec;
	color: #157347;
	padding: 6px 9px;
	font-size: 10px;
	font-weight: 900;
}

.check-in-live-auto-status > span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #2cab6a;
}

.check-in-live-filters {
	display: grid;
	gap: 8px;
	margin: 18px 0;
}

.check-in-live-filters input,
.check-in-live-filters select {
	width: 100%;
	min-height: 44px;
	border-color: #d7e0eb;
	background: #fff;
}

.check-in-live-filters button {
	min-height: 44px;
	border-radius: 7px;
	background: var(--navy-900);
}

.check-in-live-table-wrap {
	min-width: 0;
}

.check-in-live-table {
	display: block;
	width: 100%;
}

.check-in-live-table thead {
	display: none;
}

.check-in-live-table tbody,
.check-in-live-table tr,
.check-in-live-table td {
	display: block;
}

.check-in-live-table tr {
	display: grid;
	gap: 9px;
	margin-top: 10px;
	border: 1px solid #dce4ee;
	border-radius: 8px;
	padding: 13px;
}

.check-in-live-table td {
	min-width: 0;
	color: var(--ink-700);
	font-size: 13px;
	overflow-wrap: anywhere;
}

.check-in-live-table td::before {
	display: block;
	margin-bottom: 4px;
	color: #748198;
	content: attr(data-label);
	font-size: 9px;
	font-weight: 900;
	text-transform: uppercase;
}

.check-in-live-member {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
}

.check-in-live-member > span:last-child {
	display: grid;
}

.check-in-live-table td:first-child small,
.check-in-live-table td:nth-child(6) small {
	display: block;
	margin-top: 3px;
	color: var(--ink-500);
}

.check-in-live-avatar {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 7px;
	background: #e9eef6;
	color: var(--navy-900);
	font-weight: 900;
}

.check-in-live-pill {
	display: inline-flex;
	min-height: 26px;
	align-items: center;
	border-radius: 999px;
	background: #eef1f5;
	color: #5d6879;
	padding: 5px 9px;
	font-size: 11px;
	font-weight: 900;
}

.check-in-live-pill.is-going,
.check-in-live-pill.is-present { background: #e3f6eb; color: #147347; }
.check-in-live-pill.is-not-going,
.check-in-live-pill.is-absent { background: #ffebea; color: #ad2b27; }
.check-in-live-pill.is-late,
.check-in-live-pill.is-maybe,
.check-in-live-pill.is-unmarked { background: #fff3d5; color: #885c09; }

.check-in-live-row-actions form {
	display: flex;
	gap: 6px;
}

.check-in-live-row-actions button {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border: 1px solid #d4deea;
	border-radius: 7px;
	background: #fff;
	color: var(--navy-900);
	padding: 0;
	font-size: 18px;
}

.check-in-live-row-actions button[value="PRESENT"] { color: #147347; }
.check-in-live-row-actions button[value="ABSENT"] { color: #ad2b27; }

.check-in-live-attempts {
	display: grid;
	gap: 9px;
	margin-top: 16px;
}

.check-in-live-attempts article {
	display: grid;
	grid-template-columns: 10px minmax(0, 1fr);
	align-items: start;
	gap: 10px;
	border: 1px solid #dce4ee;
	border-radius: 8px;
	padding: 13px;
}

.check-in-live-attempt-dot {
	width: 9px;
	height: 9px;
	margin-top: 5px;
	border-radius: 50%;
	background: #e45555;
}

.check-in-live-attempts article.is-success .check-in-live-attempt-dot { background: #2cab6a; }
.check-in-live-attempts article.is-duplicate .check-in-live-attempt-dot { background: #d9a63e; }

.check-in-live-attempts strong,
.check-in-live-attempts small {
	display: block;
	min-width: 0;
	overflow-wrap: anywhere;
}

.check-in-live-attempts strong {
	color: var(--ink-900);
	font-size: 14px;
}

.check-in-live-attempts small {
	margin-top: 4px;
	color: var(--ink-500);
	font-size: 11px;
	line-height: 1.45;
}

.check-in-live-organizer-note {
	margin-top: 16px;
	border: 1px solid #efd28a;
	border-radius: 8px;
	background: #fff9e9;
	padding: 14px;
}

.check-in-live-organizer-note strong {
	color: #63420a;
}

.check-in-live-organizer-note p {
	margin: 7px 0 0;
	color: #78613a;
	font-size: 12px;
	line-height: 1.5;
}

.check-in-live-empty {
	margin: 10px 0 0;
	border: 1px dashed #cfd9e6;
	border-radius: 8px;
	color: var(--ink-500);
	padding: 18px;
	font-size: 13px;
	text-align: center;
}

@media (min-width: 720px) {
	.check-in-live-main { padding: 30px 24px 64px; }
	.check-in-live-summary { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.check-in-live-filters { grid-template-columns: minmax(180px, 1.2fr) repeat(2, minmax(150px, .8fr)) auto; }
}

@media (min-width: 1100px) {
	.check-in-live-main { padding: 36px 34px 72px; }
	.check-in-live-hero { grid-template-columns: minmax(0, 1fr) auto; align-items: start; }
	.check-in-live-actions { justify-content: flex-end; }
	.check-in-live-grid { grid-template-columns: minmax(0, 1.65fr) minmax(300px, .7fr); align-items: start; }
	.check-in-live-roster,
	.check-in-live-activity { padding: 20px; }
	.check-in-live-table { display: table; border-collapse: separate; border-spacing: 0 9px; }
	.check-in-live-table thead { display: table-header-group; }
	.check-in-live-table tbody { display: table-row-group; }
	.check-in-live-table tr { display: table-row; margin: 0; border: 0; padding: 0; }
	.check-in-live-table th { color: #68758a; padding: 0 9px 6px; font-size: 10px; text-align: left; text-transform: uppercase; }
	.check-in-live-table td { display: table-cell; border-top: 1px solid #dce4ee; border-bottom: 1px solid #dce4ee; padding: 11px 9px; vertical-align: middle; }
	.check-in-live-table td:first-child { border-left: 1px solid #dce4ee; border-radius: 8px 0 0 8px; }
	.check-in-live-table td:last-child { border-right: 1px solid #dce4ee; border-radius: 0 8px 8px 0; }
	.check-in-live-table td::before { display: none; }
}
