.omini-short-wrap,
.omini-safe-page,
.omini-modal {
	--omini-blue: #3457f6;
	--omini-blue-dark: #1830c5;
	--omini-text: #111827;
	--omini-muted: #657083;
	--omini-line: #d9dee8;
	--omini-soft: #f6f8fc;
	--omini-shadow: 0 18px 50px rgba(15, 23, 42, 0.13);
	font-family: "Josefin Sans", sans-serif;
	color: var(--omini-text);
	font-size: 15px;
	line-height: 1.55;
}

.omini-short-wrap * ,
.omini-safe-page * ,
.omini-modal * {
	box-sizing: border-box;
}

.omini-short-wrap {
	position: relative;
	left: 50%;
	right: 50%;
	width: 95vw;
	max-width: 95vw;
	min-height: auto;
	display: block;
	margin-left: -47.5vw;
	margin-right: -47.5vw;
	padding: 4px 0 6px;
	background: #fbfcff;
	overflow-x: clip;
}

.omini-short-card {
	width: 100%;
	max-width: none;
	background: #fff;
	border: 1px solid rgba(217, 222, 232, 0.8);
	border-radius: 8px;
	box-shadow: var(--omini-shadow);
	padding: 14px clamp(12px, 3vw, 28px);
	text-align: center;
}

.omini-short-card h2 {
	margin: 0 0 12px;
	font-family: "Josefin Sans", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
}

.omini-short-subtitle {
	margin: 0 0 16px;
	font-size: 15px;
	color: #111827;
}

.omini-short-form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	align-items: stretch;
	width: 100%;
}

.omini-short-input-wrap {
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid #cfd6e3;
	border-radius: 8px;
	background: #fff;
	min-height: 58px;
	padding: 0 18px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	width: 100%;
}

.omini-short-input-wrap:focus-within {
	border-color: var(--omini-blue);
	box-shadow: 0 0 0 4px rgba(52, 87, 246, 0.12);
}

.omini-short-input-wrap svg {
	flex: 0 0 auto;
	color: #687385;
	margin-right: 22px;
}

.omini-short-input-wrap input {
	width: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--omini-text);
	font: 400 15px/1.4 "Josefin Sans", sans-serif;
}

.omini-short-input-wrap input::placeholder {
	color: #717b8e;
	opacity: 1;
}

.omini-short-button,
.omini-gradient-button,
.omini-short-result button {
	border: 0;
	border-radius: 8px;
	background: linear-gradient(135deg, #4464ff 0%, #2e43e7 100%);
	color: #fff;
	font: 600 15px/1 "Josefin Sans", sans-serif;
	cursor: pointer;
	min-height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 28px;
	text-decoration: none;
	box-shadow: 0 10px 26px rgba(52, 87, 246, 0.24);
	transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.omini-short-button {
	width: 100%;
	min-height: 52px;
}

.omini-short-button:hover,
.omini-gradient-button:hover,
.omini-short-result button:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 34px rgba(52, 87, 246, 0.3);
	color: #fff;
}

.omini-short-button:active,
.omini-gradient-button:active,
.omini-short-result button:active {
	transform: translateY(0);
}

.omini-short-button:disabled,
.omini-gradient-button:disabled,
.omini-short-result button:disabled {
	cursor: wait;
	opacity: 0.65;
	transform: none;
}

.omini-short-note {
	margin: 12px 0 0;
	color: #657083;
	font-size: 15px;
}

.omini-short-result {
	margin: 14px auto 0;
	text-align: left;
	max-width: none;
	width: 100%;
}

.omini-short-result > span {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}

.omini-short-copy-row {
	display: grid;
	grid-template-columns: 1fr 120px;
	gap: 12px;
}

.omini-short-copy-row input {
	min-width: 0;
	border: 1px solid #cfd6e3;
	border-radius: 8px;
	padding: 15px 16px;
	font: 400 15px/1.4 "Josefin Sans", sans-serif;
}

.omini-short-message {
	min-height: 24px;
	margin-top: 10px;
	color: #138245;
	font-size: 15px;
}

.omini-short-message.is-error {
	color: #bd1e2d;
}

.omini-safe-page {
	background: #fbfcff;
	min-height: 70vh;
}

.omini-safe-container {
	width: min(100% - 32px, 1000px);
	margin: 0 auto;
}

.omini-safe-top {
	padding: 48px 0 28px;
}

.omini-safe-timer-card {
	text-align: center;
	background: #fff;
	border: 1px solid rgba(217, 222, 232, 0.9);
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
	padding: 24px clamp(16px, 4vw, 34px);
}

.omini-safe-timer-card h1 {
	margin: 0 0 22px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
}

.omini-safe-timer-card p,
.omini-second-timer p {
	margin: 18px 0 0;
	color: #657083;
	font-size: 15px;
}

.omini-progress-row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 20px;
	align-items: center;
}

.omini-progress {
	height: 20px;
	border-radius: 999px;
	background: #e4e8ef;
	overflow: hidden;
}

.omini-progress span {
	display: block;
	width: 0%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #3457f6, #5268ff);
	transition: width 0.45s linear;
}

.omini-progress-row strong {
	color: #243bd5;
	min-width: 58px;
	font-size: 15px;
}

.omini-first-continue {
	margin-top: 24px;
	min-width: 220px;
}

.omini-article {
	padding: 0 0 48px;
}

.omini-article article {
	max-width: 100%;
}

.omini-article-hero,
.omini-post-content img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
	margin: 0 0 24px;
}

.omini-category {
	margin: 0 0 10px;
	color: var(--omini-blue);
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
}

.omini-article h2 {
	margin: 0 0 14px;
	max-width: 760px;
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.12;
	font-weight: 700;
	letter-spacing: 0;
}

.omini-post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	color: #657083;
	margin-bottom: 20px;
	font-size: 15px;
}

.omini-post-meta span + span::before {
	content: ".";
	margin-right: 12px;
}

.omini-post-content {
	max-width: 780px;
	font-size: 15px;
	color: #263142;
}

.omini-post-content h1,
.omini-post-content h2,
.omini-post-content h3 {
	font-family: "Josefin Sans", sans-serif;
	letter-spacing: 0;
}

.omini-safe-info {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 30px 0;
	padding: 16px;
	border: 1px solid #d6dde8;
	border-radius: 8px;
	color: #1f2937;
	background: #fff;
	text-align: center;
}

.omini-safe-info span {
	display: inline-grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--omini-blue);
	color: #fff;
	font-weight: 700;
}

.omini-safe-info p {
	margin: 0;
}

.omini-unlock-box {
	border-top: 1px solid #d6dde8;
	text-align: center;
	padding: 28px 0 0;
}

.omini-unlock-status {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 15px;
	color: #111827;
}

.omini-unlock-status svg {
	color: #111827;
}

.omini-unlock-box p {
	margin: 6px 0 18px;
	color: #1f2937;
	font-size: 15px;
}

.omini-get-link,
.omini-second-continue,
.omini-final-button {
	min-width: 240px;
}

.omini-get-link:disabled {
	background: #c9ced8;
	box-shadow: none;
	cursor: not-allowed;
}

.omini-second-timer {
	max-width: 720px;
	margin: 4px auto 20px;
}

.omini-second-timer h3 {
	margin: 0 0 14px;
	font-size: 20px;
}

.omini-safe-empty {
	background: #fff;
	border: 1px solid #d9dee8;
	border-radius: 8px;
	box-shadow: var(--omini-shadow);
	padding: 36px;
	margin: 50px 0;
	text-align: center;
}

.omini-safe-empty h1,
.omini-safe-empty h2 {
	font-size: 20px;
	margin: 0 0 10px;
}

.omini-safe-empty p {
	margin: 0;
	color: #657083;
}

@media (max-width: 760px) {
	.omini-short-card {
		padding: 12px;
	}

	.omini-short-subtitle {
		margin-bottom: 12px;
	}

	.omini-short-form,
	.omini-short-copy-row {
		grid-template-columns: 1fr;
	}

	.omini-short-input-wrap,
	.omini-short-button {
		min-height: 52px;
	}

	.omini-short-input-wrap {
		padding: 0 18px;
	}

	.omini-short-input-wrap svg {
		margin-right: 12px;
	}

	.omini-progress-row {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.omini-progress-row strong {
		justify-self: center;
	}

	.omini-safe-top {
		padding-top: 28px;
	}

	.omini-article h2 {
		font-size: 30px;
	}

	.omini-safe-info {
		align-items: flex-start;
		text-align: left;
	}

	.omini-gradient-button,
	.omini-get-link,
	.omini-second-continue,
	.omini-final-button {
		width: 100%;
	}
}
