.idc-auth-page .site,
.idc-auth-page .content-area,
.idc-auth-page .entry-content {
	background: #fbf8f6;
}

.idc-auth-page .entry-header {
	display: none;
}

.idc-auth-page .idc-literary-header,
.idc-auth-page .idc-literary-footer,
.idc-auth-page #masthead,
.idc-auth-page #colophon {
	display: none;
}

.idc-auth-page .content-area {
	margin: 0;
}

.idc-auth-page .entry-content {
	margin: 0;
}

.idc-auth-page-main {
	margin: 0;
	background: #fbf8f6;
}

.idc-auth-page .content-container,
.idc-auth-page .entry-content-wrap,
.idc-auth-page .site-main {
	max-width: none;
	padding: 0;
	background: transparent;
}

.idc-auth-shell {
	--idc-auth-ink: #17202d;
	--idc-auth-muted: #5d6674;
	--idc-auth-bordeaux: #9a0f3d;
	--idc-auth-bordeaux-dark: #7e0c33;
	--idc-auth-border: rgba(122, 31, 50, 0.16);
	--idc-auth-paper: #fffdfb;
	--idc-auth-soft: #f6ebe7;
	position: relative;
	overflow: hidden;
	min-height: 72vh;
	padding: clamp(1.25rem, 3vw, 3rem);
	color: var(--idc-auth-ink);
	background:
		radial-gradient(circle at 10% 0%, rgba(154, 15, 61, 0.07), transparent 28rem),
		radial-gradient(circle at 92% 8%, rgba(122, 31, 50, 0.07), transparent 24rem),
		linear-gradient(135deg, #fffdfb 0%, #fbf8f6 50%, #f7efec 100%);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.idc-auth-shell::before,
.idc-auth-shell::after {
	position: absolute;
	z-index: 0;
	display: block;
	content: "";
	pointer-events: none;
}

.idc-auth-shell::before {
	top: 7%;
	right: 5%;
	width: 14rem;
	height: 28rem;
	background: linear-gradient(145deg, rgba(122, 31, 50, 0.18), rgba(122, 31, 50, 0.02));
	border-radius: 100% 0 100% 0;
	filter: blur(0.2px);
	opacity: 0.5;
	transform: rotate(18deg);
}

.idc-auth-shell::after {
	right: 18%;
	bottom: 8%;
	width: 12rem;
	height: 12rem;
	background: rgba(154, 15, 61, 0.055);
	border-radius: 999px;
	box-shadow: -7rem -6rem 0 rgba(122, 31, 50, 0.035), 7rem 2rem 0 rgba(154, 15, 61, 0.04);
}

.idc-auth-shell > * {
	position: relative;
	z-index: 1;
}

.idc-auth-login,
.idc-auth-register,
.idc-auth-lost {
	width: min(100%, 1180px);
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid var(--idc-auth-border);
	border-radius: 10px;
	box-shadow: 0 28px 80px rgba(31, 22, 18, 0.12);
	backdrop-filter: blur(10px);
}

.idc-auth-login {
	display: grid;
	grid-template-columns: minmax(22rem, 0.95fr) minmax(22rem, 1fr);
}

.idc-auth-register {
	display: grid;
	grid-template-columns: minmax(25rem, 1.08fr) minmax(23rem, 0.92fr);
	gap: clamp(1rem, 3vw, 3rem);
	padding: clamp(1.25rem, 3vw, 3rem);
}

.idc-auth-lost {
	display: grid;
	grid-template-columns: minmax(20rem, 0.9fr) minmax(22rem, 1.1fr);
	position: relative;
	overflow: hidden;
}

.idc-auth-card,
.idc-auth-register__intro,
.idc-auth-side {
	min-width: 0;
}

.idc-auth-card {
	padding: clamp(1.5rem, 4vw, 3rem);
	background: rgba(255, 255, 255, 0.9);
}

.idc-auth-card--login {
	border-radius: 10px 0 0 10px;
}

.idc-auth-card--register {
	align-self: center;
	border: 1px solid var(--idc-auth-border);
	border-radius: 10px;
	box-shadow: 0 22px 52px rgba(31, 22, 18, 0.12);
}

.idc-auth-card--lost {
	align-content: center;
	position: relative;
	z-index: 2;
	background: rgba(255, 255, 255, 0.97);
}

.idc-auth-brand {
	display: inline-flex;
	gap: 0.7rem;
	align-items: center;
	margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
	color: var(--idc-auth-ink);
	text-decoration: none;
}

.idc-auth-brand__mark {
	width: 2.15rem;
	height: 2.15rem;
	background: var(--idc-auth-bordeaux);
	border-radius: 70% 0 70% 0;
	box-shadow: inset -0.35rem -0.35rem 0 rgba(255, 255, 255, 0.22);
	transform: rotate(-18deg);
}

.idc-auth-brand strong {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.45rem;
	line-height: 1;
}

.idc-auth-brand small {
	display: block;
	margin-top: 0.25rem;
	color: var(--idc-auth-bordeaux);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.idc-auth-kicker {
	margin: 0 0 0.35rem;
	color: var(--idc-auth-bordeaux);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.idc-auth-card h1,
.idc-auth-card h2,
.idc-auth-register__intro h1,
.idc-auth-side h2 {
	max-width: 13em;
	margin: 0;
	color: var(--idc-auth-ink);
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.08;
	letter-spacing: 0;
}

.idc-auth-card h1,
.idc-auth-register__intro h1 {
	font-size: clamp(2rem, 4vw, 3rem);
}

.idc-auth-card h2,
.idc-auth-side h2 {
	font-size: clamp(1.65rem, 3vw, 2.45rem);
}

.idc-auth-card p,
.idc-auth-register__intro p,
.idc-auth-side p {
	max-width: 38rem;
	margin: 0.8rem 0 1.7rem;
	color: var(--idc-auth-muted);
	font-size: 1rem;
	line-height: 1.65;
}

.idc-auth-card form {
	display: grid;
	gap: 1rem;
}

.idc-auth-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.idc-auth-card label {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	color: var(--idc-auth-ink);
	font-size: 0.84rem;
	font-weight: 800;
}

.idc-auth-card input[type="text"],
.idc-auth-card input[type="email"],
.idc-auth-card input[type="password"] {
	width: 100%;
	min-height: 3.25rem;
	padding: 0.82rem 0.9rem;
	color: var(--idc-auth-ink);
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(122, 31, 50, 0.18);
	border-radius: 7px;
	box-shadow: 0 8px 18px rgba(31, 22, 18, 0.035);
	font: inherit;
	font-size: 1rem;
	line-height: 1.35;
}

.idc-auth-card input:focus {
	border-color: rgba(154, 15, 61, 0.62);
	box-shadow: 0 0 0 3px rgba(154, 15, 61, 0.12);
	outline: none;
}

.idc-auth-password {
	position: relative;
	display: block;
}

.idc-auth-password input {
	padding-right: 3rem;
}

.idc-auth-password-toggle {
	position: absolute;
	top: 50%;
	right: 0.55rem;
	display: inline-grid;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0;
	place-items: center;
	color: var(--idc-auth-muted);
	background: transparent;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	transform: translateY(-50%);
}

.idc-auth-password-toggle:hover,
.idc-auth-password-toggle:focus {
	color: var(--idc-auth-bordeaux);
	background: rgba(154, 15, 61, 0.08);
	outline: none;
}

.idc-auth-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	align-items: center;
	justify-content: space-between;
}

.idc-auth-row a,
.idc-auth-switch a,
.idc-auth-check a {
	color: var(--idc-auth-bordeaux);
	font-weight: 850;
	text-decoration: none;
}

.idc-auth-row a:hover,
.idc-auth-switch a:hover,
.idc-auth-check a:hover {
	text-decoration: underline;
}

.idc-auth-check {
	display: flex !important;
	grid-template-columns: auto 1fr;
	gap: 0.55rem !important;
	align-items: flex-start;
	color: var(--idc-auth-muted) !important;
	font-size: 0.9rem !important;
	font-weight: 700 !important;
	line-height: 1.45;
}

.idc-auth-check input {
	width: 1rem;
	height: 1rem;
	margin-top: 0.17rem;
	accent-color: var(--idc-auth-bordeaux);
}

.idc-auth-submit,
.idc-auth-secondary {
	display: inline-flex;
	min-height: 3.35rem;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.3rem;
	border-radius: 7px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.idc-auth-submit {
	width: 100%;
	color: #fff;
	background: linear-gradient(180deg, var(--idc-auth-bordeaux), var(--idc-auth-bordeaux-dark));
	border: 0;
	box-shadow: 0 16px 32px rgba(154, 15, 61, 0.24);
}

.idc-auth-submit:hover,
.idc-auth-submit:focus {
	color: #fff;
	filter: brightness(1.04);
	outline: none;
}

.idc-auth-secondary {
	width: 100%;
	color: var(--idc-auth-bordeaux);
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(154, 15, 61, 0.42);
}

.idc-auth-secondary:hover,
.idc-auth-secondary:focus {
	color: #fff;
	background: var(--idc-auth-bordeaux);
	outline: none;
}

.idc-auth-divider {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 0.9rem;
	align-items: center;
	margin: 1.45rem 0;
	color: var(--idc-auth-muted);
	font-size: 0.9rem;
}

.idc-auth-divider::before,
.idc-auth-divider::after {
	height: 1px;
	background: rgba(122, 31, 50, 0.14);
	content: "";
}

.idc-auth-register-prompt {
	display: grid;
	gap: 0.25rem;
	justify-items: center;
	margin: 0 0 1rem !important;
	text-align: center;
}

.idc-auth-register-prompt strong {
	color: var(--idc-auth-ink);
}

.idc-auth-register-prompt small {
	color: var(--idc-auth-muted);
}

.idc-auth-side {
	position: relative;
	display: grid;
	align-content: center;
	padding: clamp(1.5rem, 5vw, 4rem);
	background:
		linear-gradient(110deg, rgba(255, 253, 251, 0.55), rgba(247, 239, 236, 0.85)),
		radial-gradient(circle at 75% 18%, rgba(154, 15, 61, 0.09), transparent 15rem);
	border-left: 1px solid rgba(122, 31, 50, 0.08);
}

.idc-auth-side__art {
	position: absolute;
	color: rgba(122, 31, 50, 0.12);
	pointer-events: none;
}

.idc-auth-side__art {
	right: 2.5rem;
	bottom: 2.5rem;
}

.idc-auth-side__art .dashicons {
	width: 12rem;
	height: 12rem;
	font-size: 12rem;
	transform: rotate(-18deg);
}

.idc-auth-side ul {
	display: grid;
	gap: 1.1rem;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.idc-auth-side li,
.idc-auth-benefits > div {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 0.85rem;
	align-items: start;
}

.idc-auth-side li .dashicons,
.idc-auth-benefits .dashicons {
	display: inline-grid;
	width: 2.7rem;
	height: 2.7rem;
	place-items: center;
	color: var(--idc-auth-bordeaux);
	background: var(--idc-auth-soft);
	border-radius: 999px;
}

.idc-auth-side strong,
.idc-auth-benefits strong {
	display: block;
	font-size: 0.95rem;
}

.idc-auth-side small,
.idc-auth-benefits small {
	display: block;
	grid-column: 2;
	margin-top: 0.2rem;
	color: var(--idc-auth-muted);
	line-height: 1.5;
}

.idc-auth-register__intro {
	padding: clamp(0.5rem, 2vw, 1rem);
}

.idc-auth-benefits {
	display: grid;
	gap: 1rem;
	margin-top: 1.7rem;
}

.idc-auth-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.8rem;
	margin-top: 2rem;
	padding-top: 1.2rem;
	border-top: 1px solid rgba(122, 31, 50, 0.12);
}

.idc-auth-steps span {
	display: grid;
	gap: 0.45rem;
	justify-items: center;
	color: var(--idc-auth-ink);
	font-size: 0.82rem;
	font-weight: 850;
	text-align: center;
}

.idc-auth-steps i {
	display: inline-grid;
	width: 2.65rem;
	height: 2.65rem;
	place-items: center;
	color: var(--idc-auth-bordeaux);
	background: var(--idc-auth-soft);
	border-radius: 999px;
	font-style: normal;
}

.idc-auth-illustration {
	position: relative;
	display: grid;
	min-height: 100%;
	place-items: center;
	color: rgba(122, 31, 50, 0.12);
	background:
		linear-gradient(115deg, rgba(255, 253, 251, 0.55), rgba(247, 239, 236, 0.88)),
		radial-gradient(circle at 70% 20%, rgba(154, 15, 61, 0.11), transparent 16rem);
	pointer-events: none;
}

.idc-auth-illustration .dashicons {
	width: 13rem;
	height: 13rem;
	color: rgba(122, 31, 50, 0.2);
	font-size: 13rem;
}

.idc-auth-notice {
	margin: 0 0 1rem;
	padding: 0.85rem 1rem;
	border-radius: 7px;
	font-weight: 750;
	line-height: 1.45;
}

.idc-auth-notice--error {
	color: #7e0c33;
	background: rgba(154, 15, 61, 0.08);
	border: 1px solid rgba(154, 15, 61, 0.2);
}

.idc-auth-notice--success {
	color: #245c42;
	background: rgba(36, 92, 66, 0.08);
	border: 1px solid rgba(36, 92, 66, 0.2);
}

.idc-auth-switch {
	margin: 1rem 0 0 !important;
	text-align: center;
}

.idc-auth-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	width: min(100%, 1180px);
	margin: 1.5rem auto 0;
	color: var(--idc-auth-muted);
	font-size: 0.88rem;
}

.idc-auth-footer nav,
.idc-auth-footer p {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	align-items: center;
	margin: 0;
}

.idc-auth-footer a {
	color: var(--idc-auth-muted);
	text-decoration: none;
}

.idc-auth-footer a:hover {
	color: var(--idc-auth-bordeaux);
}

.idc-auth-footer .dashicons {
	color: var(--idc-auth-bordeaux);
}

@media (max-width: 900px) {
	.idc-auth-login,
	.idc-auth-register,
	.idc-auth-lost {
		grid-template-columns: 1fr;
	}

	.idc-auth-side,
	.idc-auth-illustration {
		display: none;
	}

	.idc-auth-card--login {
		border-radius: 10px;
	}

	.idc-auth-register {
		padding: 1rem;
	}
}

@media (max-width: 640px) {
	.idc-auth-shell {
		padding: 0.75rem;
	}

	.idc-auth-card,
	.idc-auth-register__intro {
		padding: 1.25rem;
	}

	.idc-auth-steps {
		grid-template-columns: 1fr;
	}

	.idc-auth-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.idc-auth-footer,
	.idc-auth-footer nav,
	.idc-auth-footer p {
		align-items: flex-start;
		flex-direction: column;
	}
}

.idc-auth-brand {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.35rem;
}

.idc-auth-brand__lockup {
	display: inline-flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 0.25rem;
}

.idc-auth-brand__logo {
	display: block;
	width: min(14.5rem, 100%);
	max-height: 3.8rem;
	height: auto;
	object-fit: contain;
	object-position: left center;
}

.idc-auth-brand__label {
	margin-top: 0;
	margin-left: 0.18rem;
}
