.sit-wrapper {
	--sit-accent: #0B3D91;
	--sit-accent-dark: #072a66;
	--sit-fail: #c0392b;
	--sit-pass: #1e8449;
	--sit-bg: #f4f8fc;
	max-width: 640px;
	margin: 30px auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	color: #1f2937;
}

.sit-always-disclaimer {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #fff7e6;
	border: 1px solid #f5c451;
	color: #7a5a00;
	font-size: 12.5px;
	padding: 8px 14px;
	border-radius: 8px;
	margin-bottom: 14px;
	line-height: 1.4;
}

.sit-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 28px 24px;
	box-shadow: 0 6px 24px rgba(11, 61, 145, 0.08);
}

.sit-title {
	margin: 0 0 4px;
	font-size: 24px;
	color: var(--sit-accent);
	text-align: center;
}

.sit-subtitle {
	margin: 0 0 20px;
	text-align: center;
	color: #64748b;
	font-size: 14px;
}

.sit-field {
	margin-bottom: 16px;
}

.sit-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	font-size: 14px;
}

.sit-field .req {
	color: var(--sit-fail);
}

.sit-field input,
.sit-field select {
	width: 100%;
	padding: 11px 12px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	font-size: 15px;
	box-sizing: border-box;
}

.sit-field input:focus,
.sit-field select:focus {
	outline: none;
	border-color: var(--sit-accent);
	box-shadow: 0 0 0 3px rgba(11, 61, 145, 0.15);
}

.sit-field small {
	display: block;
	margin-top: 4px;
	color: #94a3b8;
	font-size: 12px;
}

.sit-rules {
	background: var(--sit-bg);
	border-radius: 10px;
	padding: 14px 16px;
	margin: 18px 0;
	font-size: 13.5px;
}

.sit-rules ul {
	margin: 8px 0 0;
	padding-left: 18px;
}

.sit-rules li {
	margin-bottom: 4px;
}

.sit-btn {
	display: inline-block;
	width: 100%;
	padding: 13px 18px;
	background: var(--sit-accent);
	color: #fff;
	border: none;
	border-radius: 9px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	transition: background 0.2s ease;
}

.sit-btn:hover {
	background: var(--sit-accent-dark);
	color: #fff;
}

.sit-btn:disabled,
.sit-btn[disabled],
.sit-btn.sit-disabled {
	background: #cbd5e1 !important;
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.8;
}

.sit-error-msg {
	color: var(--sit-fail);
	font-size: 13.5px;
	margin-top: 10px;
	text-align: center;
}

/* Quiz */
.sit-quiz-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 700;
	color: var(--sit-accent);
	margin-bottom: 8px;
}

.sit-timer {
	background: var(--sit-bg);
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 14px;
}

.sit-timer.sit-timer-warn {
	color: var(--sit-fail);
}

.sit-timer-bar {
	height: 6px;
	background: #e2e8f0;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 20px;
}

.sit-timer-bar-fill {
	height: 100%;
	width: 100%;
	background: var(--sit-accent);
	transition: width 1s linear, background 0.3s ease;
}

.sit-plate-image {
	text-align: center;
	margin-bottom: 20px;
}

.sit-plate-image img {
	max-width: 260px;
	width: 100%;
	border-radius: 50%;
	box-shadow: 0 8px 22px rgba(0,0,0,0.15);
}

.sit-options {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.sit-wrapper .sit-option-btn {
	padding: 14px 10px;
	font-size: 17px;
	font-weight: 700;
	font-family: inherit;
	border: 2px solid #cbd5e1;
	border-radius: 10px;
	background: #fff;
	color: #1f2937 !important;
	opacity: 1 !important;
	cursor: pointer;
	transition: all 0.15s ease;
}

.sit-wrapper .sit-option-btn:hover {
	border-color: var(--sit-accent);
}

.sit-wrapper .sit-option-btn.sit-selected {
	border-color: var(--sit-accent);
	background: var(--sit-accent);
	color: #fff !important;
}

.sit-wrapper .sit-option-btn.sit-nothing {
	grid-column: 1 / -1;
	background: var(--sit-bg);
	color: #1f2937 !important;
}

/* Result */
.sit-result-card {
	text-align: center;
}

.sit-result-icon {
	font-size: 46px;
	margin-bottom: 6px;
}

.sit-result-heading {
	margin: 0 0 8px;
}

.sit-result-card.sit-pass .sit-result-heading { color: var(--sit-pass); }
.sit-result-card.sit-fail .sit-result-heading { color: var(--sit-fail); }

.sit-result-message {
	color: #475569;
	line-height: 1.6;
}

.sit-result-score {
	font-weight: 700;
	margin: 14px 0;
}

.sit-result-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 16px;
}

.sit-btn-whatsapp {
	background: #25D366;
}

.sit-btn-whatsapp:hover {
	background: #1ea952;
}

.sit-disclaimer {
	margin-top: 22px;
	font-size: 12.5px;
	color: #7a5a00;
	text-align: left;
	background: #fff7e6;
	border: 1px solid #f5c451;
	border-radius: 8px;
	padding: 12px 14px;
	line-height: 1.5;
}

.sit-confirm-row {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	text-align: left;
	font-size: 13px;
	color: #475569;
	margin-top: 14px;
	cursor: pointer;
}

.sit-confirm-row input[type="checkbox"] {
	margin-top: 3px;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

@media (max-width: 480px) {
	.sit-card { padding: 20px 16px; }
	.sit-options { grid-template-columns: 1fr; }
}
