.seeyou-app {
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	font-family: Georgia, "Times New Roman", serif;
}

.seeyou-board {
	position: relative;
	line-height: 0;
}

.seeyou-board-image {
	width: 100%;
	height: auto;
	display: block;
}

.seeyou-hits {
	position: absolute;
	inset: 0;
}

.seeyou-app .seeyou-hit {
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 0;
	background: transparent;
	background-color: transparent;
	box-shadow: none;
	color: transparent;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

.seeyou-app .seeyou-hit.is-complete {
	background: rgba(180, 220, 170, 0.45);
	background-color: rgba(180, 220, 170, 0.45);
}

.seeyou-app .seeyou-hit:hover,
.seeyou-app .seeyou-hit:focus,
.seeyou-app .seeyou-hit:focus-visible {
	box-shadow: none;
	outline: 2px solid rgba(17, 17, 17, 0.45);
	outline-offset: 2px;
}

.seeyou-app .seeyou-hit:not(.is-complete):hover,
.seeyou-app .seeyou-hit:not(.is-complete):focus,
.seeyou-app .seeyou-hit:not(.is-complete):focus-visible {
	background: transparent;
	background-color: transparent;
}

.seeyou-label {
	position: absolute;
	left: 50%;
	top: 55%;
	bottom: auto;
	transform: translate(-50%, -50%);
	font-size: 10px;
	line-height: 1.1;
	color: #111;
	background: rgba(255, 255, 255, 0.82);
	padding: 1px 3px;
	max-width: none;
	white-space: nowrap;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	pointer-events: none;
}

.seeyou-progress {
	font-weight: 700;
}

.seeyou-contact {
	width: 100%;
}

.seeyou-contact label {
	display: grid;
	grid-template-columns: 8rem 1fr;
	align-items: center;
	gap: 0.75rem;
	margin: 0.5rem 0;
	width: 100%;
}

.seeyou-contact input,
.seeyou-contact input[type="text"],
.seeyou-contact input[type="email"] {
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	padding: 0.4rem 0.5rem;
}

.seeyou-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 0.75rem;
	width: 100%;
}

.seeyou-actions button,
.seeyou-name-option,
.seeyou-modal-close,
.seeyou-clear-face,
.seeyou-save,
.seeyou-submit {
	cursor: pointer;
	border: 0;
	background: #111;
	color: #fff;
	padding: 0.55rem 0.9rem;
	border-radius: 2px;
}

.seeyou-save {
	background: #444;
}

.seeyou-modal {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100000;
}

.seeyou-modal[hidden] {
	display: none;
}

.seeyou-modal-dialog {
	background: #fff;
	width: min(32rem, 92vw);
	max-height: 86vh;
	overflow: auto;
	padding: 1.25rem;
	border-radius: 6px;
}

.seeyou-name-search,
.seeyou-form-search {
	width: 100%;
	margin: 0.5rem 0 0.75rem;
	padding: 0.45rem;
}

.seeyou-name-list {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	max-height: 50vh;
	overflow: auto;
}

.seeyou-name-option {
	background: #f3f3f3;
	color: #111;
	text-align: left;
}

.seeyou-name-option.is-used {
	opacity: 0.45;
}

.seeyou-name-option.is-current {
	background: #c41212;
	color: #fff;
}

.seeyou-form-rows {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 2.5rem;
	row-gap: 0;
}

.seeyou-form-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 5.5rem;
	gap: 0.75rem;
	align-items: center;
	padding: 0.5rem 0;
	border-bottom: 1px solid #eee;
}

.seeyou-form-row select {
	width: 100%;
	box-sizing: border-box;
	padding: 0.45rem 0.65rem;
	line-height: 1.3;
	text-align: center;
}

@media (max-width: 720px) {
	.seeyou-form-rows {
		grid-template-columns: 1fr;
	}
}

.seeyou-status {
	min-height: 1.4em;
	color: #c41212;
}
