.adsphcda-att-app {
	max-width: 420px;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	padding: 16px;
}
.att-screen { display: none; }
.att-screen.active { display: block; }
.adsphcda-att-app h2 { margin-bottom: 4px; color: #0a5c36; }
.adsphcda-att-app h3 { margin: 18px 0 8px; color: #0a5c36; font-size: 16px; }
.att-sub { color: #555; font-size: 14px; margin-bottom: 20px; }
.adsphcda-att-app label { display: block; font-size: 13px; font-weight: 600; margin: 12px 0 4px; }
.adsphcda-att-app input[type="text"],
.adsphcda-att-app input[type="password"] {
	width: 100%;
	padding: 12px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-sizing: border-box;
}
.att-btn {
	width: 100%;
	padding: 14px;
	margin-top: 16px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 8px;
	border: none;
	background: #eee;
	cursor: pointer;
}
.att-btn-primary { background: #0a5c36; color: #fff; }
.att-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.att-status { color: #c0392b; font-size: 13px; min-height: 18px; }
.att-offline-note { background: #fff4d6; padding: 10px; border-radius: 6px; font-size: 13px; }
.att-worker-badge { background: #f2f7f4; padding: 12px; border-radius: 8px; margin-bottom: 12px; }
.att-worker-badge strong { display: block; font-size: 16px; }
.att-worker-badge span { color: #666; font-size: 13px; }
.att-step { margin-bottom: 16px; }
#att-video { width: 100%; border-radius: 8px; background: #000; }
#att-gps-status, #att-face-status { font-size: 13px; color: #444; }
.att-sync-bar {
	position: sticky;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: #777;
	padding: 8px 0;
	border-top: 1px solid #eee;
	margin-top: 20px;
}
