.srt-app {
	max-width: 480px;
	margin: 20px auto;
	font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	text-align: center;
}

.srt-lang-switch {
	text-align: right;
	font-size: 13px;
	margin-bottom: 10px;
}

.srt-lang-switch a {
	text-decoration: none;
	padding: 2px 6px;
	color: #2271b1;
}

.srt-lang-switch a.srt-lang-active {
	font-weight: bold;
	text-decoration: underline;
}

.srt-lang-sep {
	color: #999;
}

.srt-screen h2 {
	margin-bottom: 6px;
}

.srt-date-bar {
	background: #f7f7f8;
	border-radius: 12px;
	padding: 14px;
	margin: 14px 0;
	text-align: left;
}

.srt-date-label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #444;
}

.srt-date-label input[type="date"] {
	font-size: 15px;
	padding: 6px 8px;
	border-radius: 8px;
	border: 1px solid #ccc;
}

.srt-date-meta {
	margin-top: 8px;
	font-size: 14px;
	color: #666;
}

.srt-dot {
	margin: 0 6px;
}

.srt-choose-label {
	margin-top: 6px;
}

.srt-warning {
	background: #fdecea;
	color: #b32d2e;
	border-radius: 10px;
	padding: 10px 14px;
	font-size: 14px;
}

.srt-shift-buttons {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 12px;
}

.srt-mt {
	margin-top: 18px;
}

.srt-shift-note {
	padding: 12px 14px;
	border-radius: 12px;
	font-size: 15px;
	text-align: left;
}

.srt-shift-done {
	background: #eaf5ec;
	color: #2e7d32;
}

.srt-shift-upcoming {
	background: #f0f4f9;
	color: #444;
}

.srt-shift-closed {
	background: #f2f2f2;
	color: #888;
}

.srt-waiting-card {
	background: #f7f7f8;
	border-radius: 14px;
	padding: 16px;
	margin-top: 14px;
	text-align: left;
}

.srt-waiting-title {
	font-weight: bold;
	margin: 0 0 8px;
}

.srt-waiting-next {
	color: #666;
	font-size: 14px;
	margin-top: 4px;
	border-top: 1px solid #e2e4e7;
	padding-top: 10px;
}

.srt-btn {
	display: inline-block;
	padding: 16px 20px;
	font-size: 18px;
	border-radius: 12px;
	border: none;
	cursor: pointer;
	width: 100%;
	box-sizing: border-box;
}

.srt-btn-primary {
	background: #2271b1;
	color: #fff;
}

.srt-btn-secondary {
	background: #e2e4e7;
	color: #333;
}

.srt-btn:disabled,
.srt-btn-disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.srt-actions {
	display: flex;
	gap: 10px;
	margin-top: 16px;
}

.srt-actions-col {
	flex-direction: column;
}

.srt-card {
	background: #f7f7f8;
	border-radius: 16px;
	padding: 24px;
	margin-top: 16px;
}

.srt-card img {
	max-width: 160px;
	max-height: 160px;
	border-radius: 12px;
	margin-bottom: 12px;
}

.srt-hint {
	color: #666;
	font-size: 14px;
	margin-bottom: 14px;
}

.srt-big-input {
	width: 100%;
	font-size: 40px;
	text-align: center;
	padding: 14px;
	border-radius: 12px;
	border: 2px solid #ccc;
	box-sizing: border-box;
}

.srt-progress {
	margin-bottom: 6px;
}

.srt-progress-bar {
	background: #e2e4e7;
	border-radius: 6px;
	height: 8px;
	overflow: hidden;
	margin-top: 6px;
}

#srt-progress-fill {
	background: #2271b1;
	height: 100%;
	width: 0;
	transition: width .2s ease;
}

.srt-summary-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 16px;
}

.srt-summary-table td {
	padding: 10px 8px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	text-align: left;
}

.srt-summary-table tr.srt-need td:last-child {
	color: #b32d2e;
	font-weight: bold;
}

.srt-summary-table tr.srt-ok td:last-child {
	color: #2e7d32;
	font-weight: bold;
}

.srt-summary-meta {
	color: #666;
	margin-bottom: 10px;
}

.srt-overview-shift-title {
	margin-top: 22px;
	border-top: 1px solid #eee;
	padding-top: 14px;
}

.srt-loading {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: #333;
	color: #fff;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 14px;
}
