.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

.nlf-flipbook-wrap {
	--nlf-accent: #d71920;
	--nlf-paper: #fffdfa;
	--nlf-ink: #171717;
	--nlf-muted: #6d6d6d;
	--nlf-shadow: 0 22px 55px rgba(0, 0, 0, 0.2);
	width: 100%;
	margin: 28px auto;
	color: var(--nlf-ink);
	font-family: Arial, Helvetica, sans-serif;
}

.nlf-date-picker {
	max-width: 1160px;
	margin: 0 auto 18px;
	padding: 16px 18px;
	border: 1px solid #dedede;
	background: #fff;
	border-radius: 8px;
}

.nlf-date-picker label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 700;
}

.nlf-date-picker-row {
	display: flex;
	gap: 10px;
}

.nlf-date-picker input,
.nlf-date-picker button {
	min-height: 42px;
	border-radius: 5px;
}

.nlf-date-picker input {
	flex: 1;
	padding: 8px 10px;
	border: 1px solid #bdbdbd;
}

.nlf-date-picker button,
.nlf-nav-button,
.nlf-icon-button,
.nlf-download-button {
	border: 0;
	background: var(--nlf-accent);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.nlf-flipbook {
	max-width: 1160px;
	margin: 0 auto;
	border-radius: 12px;
	background: #171717;
	box-shadow: var(--nlf-shadow);
	overflow: hidden;
}

.nlf-book-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 18px;
	min-height: 60px;
	padding: 10px 16px;
	color: #fff;
	background: #111;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.nlf-edition-label {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.nlf-edition-label strong {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nlf-edition-label span {
	font-size: 12px;
	color: #c8c8c8;
}

.nlf-toolbar-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.nlf-toolbar-search {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1 1 auto;
	justify-content: center;
	min-width: 0;
}

.nlf-toolbar-search input {
	width: min(320px, 100%);
	min-height: 38px;
	padding: 0 12px;
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: 19px;
	background: rgba(255,255,255,0.08);
	color: #fff;
}

.nlf-toolbar-search input::placeholder {
	color: rgba(255,255,255,0.72);
}

.nlf-search-button {
	min-height: 38px;
	padding: 0 12px;
	border: 1px solid var(--nlf-accent);
	border-radius: 19px;
	background: transparent;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.nlf-search-clear {
	border-color: rgba(255,255,255,0.28);
}

.nlf-search-status {
	font-size: 12px;
	color: #d8d8d8;
	white-space: nowrap;
}

.nlf-download-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 38px;
	padding: 0 13px;
	border-radius: 20px;
	font-size: 13px;
	line-height: 1;
	text-decoration: none;
}

.nlf-icon-button {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	font-size: 20px;
	line-height: 1;
}

.nlf-icon-button:hover,
.nlf-icon-button:focus,
.nlf-download-button:hover,
.nlf-download-button:focus,
.nlf-nav-button:hover,
.nlf-nav-button:focus,
.nlf-date-picker button:hover,
.nlf-date-picker button:focus {
	filter: brightness(0.9);
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.nlf-book-stage {
	position: relative;
	padding: 24px;
	background:
		radial-gradient(circle at 50% 20%, rgba(255,255,255,0.12), transparent 34%),
		linear-gradient(135deg, #393939, #181818);
	outline: none;
}

.nlf-book-stage:focus-visible {
	box-shadow: inset 0 0 0 3px var(--nlf-accent);
}

.nlf-book-spread {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	width: 100%;
	aspect-ratio: 1.46 / 1;
	max-height: 720px;
	min-height: 510px;
	margin: auto;
	perspective: 2400px;
	filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.4));
}

.nlf-display-page {
	position: relative;
	min-width: 0;
	min-height: 0;
	background: var(--nlf-paper);
	overflow: hidden;
}

.nlf-display-left {
	border-radius: 7px 0 0 7px;
	box-shadow: inset -14px 0 24px -24px rgba(0,0,0,0.9);
}

.nlf-display-right {
	border-radius: 0 7px 7px 0;
	box-shadow: inset 14px 0 24px -24px rgba(0,0,0,0.9);
}

.nlf-display-page.is-blank {
	background: #f3f0eb;
}

.nlf-book-gutter {
	position: absolute;
	z-index: 8;
	top: 0;
	bottom: 0;
	left: calc(50% - 10px);
	width: 20px;
	pointer-events: none;
	background: linear-gradient(90deg, transparent, rgba(0,0,0,0.16), transparent);
}

.nlf-page-inner {
	box-sizing: border-box;
	height: 100%;
	padding: clamp(20px, 2.5vw, 34px);
	background: var(--nlf-paper);
	overflow: hidden;
}

.nlf-page-inner h2 {
	margin: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(25px, 3vw, 46px);
	line-height: 1.06;
	letter-spacing: -0.025em;
	color: var(--nlf-ink);
}

.nlf-page-inner p,
.nlf-page-inner li {
	font-size: clamp(12.5px, 0.95vw, 14px);
	line-height: 1.48;
}

.nlf-kicker {
	margin: 0 0 12px;
	font-size: 11px !important;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--nlf-accent);
}

.nlf-cover-page {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #fff;
	background:
		linear-gradient(155deg, rgba(0,0,0,0.02), rgba(0,0,0,0.34)),
		linear-gradient(135deg, var(--nlf-accent) 0 34%, #101010 34% 100%);
}

.nlf-cover-page h2,
.nlf-cover-page .nlf-kicker {
	color: #fff;
}

.nlf-cover-brand img,
.nlf-back-cover-page img {
	display: block;
	max-width: min(250px, 65%);
	max-height: 90px;
	object-fit: contain;
	object-position: left center;
	filter: drop-shadow(0 4px 12px rgba(0,0,0,0.2));
}


.nlf-logo-image {
	background: transparent !important;
}

.nlf-wordmark {
	display: inline-block;
	font-size: clamp(22px, 3vw, 38px);
	font-weight: 800;
	letter-spacing: -0.04em;
}

.nlf-cover-main {
	max-width: 88%;
	margin: auto 0;
}

.nlf-cover-date {
	margin: 20px 0 0;
	font-size: clamp(18px, 2vw, 28px) !important;
	font-weight: 700;
}

.nlf-cover-rule {
	width: 72px;
	height: 4px;
	margin: 22px 0;
	background: #fff;
}

.nlf-notice-count,
.nlf-cover-subtitle {
	margin: 0;
	color: rgba(255,255,255,0.86);
}

.nlf-contents-page {
	background-image: linear-gradient(90deg, rgba(215,25,32,0.06) 1px, transparent 1px);
	background-size: 28px 100%;
}

.nlf-contents-list {
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
	counter-reset: nlf-item;
}

.nlf-contents-list li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	padding: 12px 0;
	border-bottom: 1px dotted #a8a8a8;
	counter-increment: nlf-item;
}

.nlf-contents-list li span::before {
	content: counter(nlf-item, decimal-leading-zero) '. ';
	font-weight: 800;
	color: var(--nlf-accent);
}

.nlf-contents-list strong {
	color: var(--nlf-accent);
}

.nlf-notice-page {
	display: block;
	overflow: hidden;
}

.nlf-notice-fit-content {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	transform-origin: top left;
	will-change: transform;
}

.nlf-notice-fit-content[data-nlf-fit-scale] {
	min-height: 0;
}

.nlf-notice-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px;
	padding-bottom: 12px;
	border-bottom: 4px solid var(--nlf-accent);
}

.nlf-notice-header h2 {
	font-size: clamp(18px, 1.55vw, 25px);
	line-height: 1.12;
	letter-spacing: -0.015em;
}

.nlf-notice-header time {
	flex: 0 0 auto;
	padding-top: 3px;
	font-size: 12px;
	font-weight: 700;
	color: var(--nlf-muted);
}

.nlf-notice-body {
	flex: 1;
	padding-top: 14px;
	font-family: Georgia, 'Times New Roman', serif;
	color: #252525;
}

.nlf-notice-body > :first-child {
	margin-top: 0;
}

.nlf-notice-body img {
	max-width: 100%;
	height: auto;
}

.nlf-notice-image {
	display: block;
	margin: 0 auto 14px;
	max-height: 175px;
	object-fit: contain;
}

.nlf-notice-footer {
	margin-top: 22px;
	padding-top: 14px;
	border-top: 1px solid #d8d8d8;
}

.nlf-notice-footer a,
.nlf-back-cover-page a {
	font-weight: 800;
	color: var(--nlf-accent);
	text-decoration: none;
}

.nlf-notice-footer a:hover,
.nlf-notice-footer a:focus,
.nlf-back-cover-page a:hover,
.nlf-back-cover-page a:focus {
	text-decoration: underline;
}

.nlf-back-cover-page,
.nlf-empty-page {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.nlf-back-cover-page {
	color: #fff;
	background: #111;
}

.nlf-back-cover-page img {
	margin: 0 auto 24px;
	object-position: center;
}


.nlf-back-cover-inner {
	max-width: 560px;
	margin: 0 auto;
}

.nlf-back-cover-page p {
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	color: #d6d6d6;
}

.nlf-back-cover-page a {
	display: inline-block;
	margin-top: 16px;
	padding: 10px 14px;
	border: 1px solid var(--nlf-accent);
	border-radius: 4px;
}

.nlf-lnp-cta {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.14);
}

.nlf-lnp-cta p {
	margin: 0 0 10px;
}

.nlf-lnp-cta a {
	margin-top: 0;
	padding: 0;
	border: 0;
}

.nlf-empty-page h2 {
	max-width: 520px;
}

.nlf-turn-sheet {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	background: var(--nlf-paper);
	border-radius: 0 7px 7px 0;
	box-shadow: -12px 0 26px rgba(0,0,0,0.18);
	transform-origin: left center;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	visibility: hidden;
	overflow: hidden;
	pointer-events: none;
}

.nlf-turn-sheet.is-forward {
	visibility: visible;
	animation: nlf-page-forward 460ms cubic-bezier(.58,.02,.38,.98) forwards;
}

.nlf-turn-sheet.is-backward {
	left: 0;
	transform-origin: right center;
	border-radius: 7px 0 0 7px;
	visibility: visible;
	animation: nlf-page-backward 460ms cubic-bezier(.58,.02,.38,.98) forwards;
}

@keyframes nlf-page-forward {
	0% { transform: rotateY(0deg); filter: brightness(1); }
	50% { filter: brightness(0.82); }
	100% { transform: rotateY(-180deg); filter: brightness(1); }
}

@keyframes nlf-page-backward {
	0% { transform: rotateY(0deg); filter: brightness(1); }
	50% { filter: brightness(0.82); }
	100% { transform: rotateY(180deg); filter: brightness(1); }
}

.nlf-book-controls {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 12px;
	padding: 13px 16px;
	background: #111;
	color: #fff;
}

.nlf-nav-button {
	min-height: 42px;
	padding: 9px 14px;
	border-radius: 5px;
}

.nlf-nav-button:first-child {
	justify-self: start;
}

.nlf-nav-button:last-child {
	justify-self: end;
}

.nlf-nav-button:disabled {
	opacity: 0.35;
	cursor: not-allowed;
	filter: none;
}

.nlf-page-status {
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	color: #ddd;
}

.nlf-source-pages {
	display: grid;
	gap: 22px;
	padding: 22px;
	background: #ece9e4;
}

.nlf-source-page {
	min-height: 620px;
	background: var(--nlf-paper);
	box-shadow: 0 12px 28px rgba(0,0,0,0.13);
}

.nlf-source-page .nlf-page-inner {
	height: auto;
	min-height: 620px;
	overflow: visible;
}

.nlf-enhanced .nlf-display-page .nlf-page-inner,
.nlf-enhanced .nlf-turn-sheet .nlf-page-inner {
	height: 100%;
	overflow: hidden;
}

.nlf-flipbook.nlf-enhanced .nlf-source-pages {
	display: none;
}

.nlf-empty-state,
.nlf-flipbook-error {
	max-width: 1160px;
	margin: 18px auto;
	padding: 18px;
	border-left: 4px solid var(--nlf-accent, #d71920);
	background: #fff;
	box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.nlf-flipbook:fullscreen {
	max-width: none;
	width: 100vw;
	height: 100vh;
	border-radius: 0;
	display: flex;
	flex-direction: column;
}

.nlf-flipbook:fullscreen .nlf-book-stage {
	flex: 1;
	display: flex;
	align-items: center;
}

.nlf-flipbook:fullscreen .nlf-book-spread {
	width: min(92vw, 1450px);
	max-height: calc(100vh - 145px);
}

@media (max-width: 760px) {
	.nlf-flipbook-wrap {
		margin: 18px auto;
	}

	.nlf-date-picker-row {
		flex-direction: column;
	}

	.nlf-book-stage {
		padding: 12px;
	}

	.nlf-book-spread {
		display: block;
		aspect-ratio: 0.72 / 1;
		min-height: 500px;
		max-height: 76vh;
	}

	.nlf-display-page {
		position: absolute;
		inset: 0;
		border-radius: 6px;
		box-shadow: none;
	}

	.nlf-display-left {
		display: none;
	}

	.nlf-book-gutter {
		display: none;
	}

	.nlf-turn-sheet,
	.nlf-turn-sheet.is-backward {
		left: 0;
		width: 100%;
		border-radius: 6px;
		transform-origin: left center;
	}

	.nlf-turn-sheet.is-backward {
		transform-origin: right center;
	}

	.nlf-page-inner {
		padding: 20px 16px;
	}

	.nlf-notice-header h2 {
		font-size: 20px;
	}

	.nlf-page-inner p,
	.nlf-page-inner li {
		font-size: 13px;
	}

	.nlf-notice-header {
		flex-direction: column;
	}

	.nlf-notice-header time {
		padding-top: 0;
	}

	.nlf-book-controls {
		grid-template-columns: auto 1fr auto;
	}

	.nlf-nav-button span,
	.nlf-download-button span {
		display: none;
	}

	.nlf-download-button {
		width: 38px;
		padding: 0;
		font-size: 18px;
	}

	.nlf-source-page {
		min-height: 540px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nlf-turn-sheet.is-forward,
	.nlf-turn-sheet.is-backward {
		animation-duration: 1ms;
	}
}

/* Automatic edition archive */
.nlf-editions-archive,
.nlf-edition-view {
	--nlf-accent: #d71920;
	max-width: 1240px;
	margin: 36px auto;
	padding: 0 18px;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	color: #171717;
}

.nlf-archive-header {
	max-width: 760px;
	margin: 0 0 34px;
}

.nlf-archive-header h1,
.nlf-edition-view-header h1 {
	margin: 0 0 12px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(34px, 5vw, 62px);
	line-height: 1.02;
	letter-spacing: -0.035em;
}

.nlf-archive-header > p:last-child {
	margin: 0;
	font-size: 18px;
	line-height: 1.55;
	color: #5f5f5f;
}

.nlf-edition-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px 22px;
}

.nlf-edition-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	color: inherit;
	text-decoration: none !important;
}

.nlf-edition-cover {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 320px;
	padding: 24px;
	box-sizing: border-box;
	color: #fff;
	background:
		linear-gradient(155deg, rgba(0,0,0,0.02), rgba(0,0,0,0.34)),
		linear-gradient(135deg, var(--nlf-accent) 0 34%, #101010 34% 100%);
	border-radius: 4px 10px 10px 4px;
	box-shadow: 0 14px 30px rgba(0,0,0,0.18);
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease;
}

.nlf-edition-cover::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 7px;
	width: 2px;
	background: rgba(255,255,255,.25);
	box-shadow: 3px 0 6px rgba(0,0,0,.22);
}

.nlf-edition-card:hover .nlf-edition-cover,
.nlf-edition-card:focus .nlf-edition-cover {
	transform: translateY(-5px) rotateY(-2deg);
	box-shadow: 0 22px 40px rgba(0,0,0,0.24);
}

.nlf-edition-card:focus-visible {
	outline: 3px solid var(--nlf-accent);
	outline-offset: 6px;
	border-radius: 8px;
}

.nlf-edition-brand {
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -0.035em;
}

.nlf-edition-type {
	margin-top: auto;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.nlf-edition-cover strong {
	display: block;
	margin-top: 10px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 27px;
	line-height: 1.05;
}

.nlf-edition-cover small {
	margin-top: 12px;
	font-size: 13px;
	color: rgba(255,255,255,.82);
}

.nlf-edition-open {
	font-size: 14px;
	font-weight: 800;
	color: var(--nlf-accent);
}

.nlf-archive-empty {
	padding: 42px;
	border: 1px solid #dedede;
	border-radius: 10px;
	background: #fff;
}

.nlf-archive-empty h2 {
	margin-top: 0;
}

.nlf-archive-pagination {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 18px;
	margin-top: 42px;
	padding-top: 14px;
	border-top: 1px solid #dedede;
}

.nlf-archive-pagination a {
	font-weight: 800;
	color: var(--nlf-accent);
	text-decoration: none;
}

.nlf-archive-pagination a:last-child {
	text-align: right;
}

.nlf-archive-pagination span {
	font-size: 13px;
	color: #666;
}

.nlf-edition-view-header {
	margin-bottom: 18px;
}

.nlf-edition-view-header h1 {
	margin-top: 10px;
	font-size: clamp(28px, 4vw, 48px);
}

.nlf-back-to-archive {
	display: inline-block;
	font-weight: 800;
	color: var(--nlf-accent);
	text-decoration: none;
}

.nlf-edition-view .nlf-flipbook-wrap {
	margin-top: 18px;
}

@media (max-width: 1020px) {
	.nlf-edition-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.nlf-edition-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 14px;
	}

	.nlf-edition-cover {
		min-height: 260px;
		padding: 18px;
	}

	.nlf-edition-cover strong {
		font-size: 22px;
	}
}

@media (max-width: 470px) {
	.nlf-edition-grid {
		grid-template-columns: 1fr;
	}

	.nlf-edition-cover {
		min-height: 360px;
	}

	.nlf-archive-pagination {
		grid-template-columns: 1fr 1fr;
	}

	.nlf-archive-pagination span {
		grid-column: 1 / -1;
		grid-row: 1;
		text-align: center;
	}
}

/* v2.2.2: definitive cover corrections */
.nlf-cover-page .nlf-cover-brand,
.nlf-cover-page .nlf-cover-brand img,
.nlf-cover-page > img {
	display: none !important;
}

.nlf-back-cover-page {
	color: #171717 !important;
	background: #ffffff !important;
}

.nlf-back-cover-page h2,
.nlf-back-cover-page .nlf-kicker {
	color: #171717 !important;
}

.nlf-back-cover-page .nlf-kicker,
.nlf-back-cover-page a {
	color: var(--nlf-accent) !important;
}

.nlf-back-cover-page p,
.nlf-back-cover-page .nlf-back-cover-subtitle {
	color: #4e4e4e !important;
}

.nlf-back-cover-page .nlf-back-search-link {
	background: #ffffff !important;
}

.nlf-back-cover-page .nlf-lnp-cta {
	border-top-color: #dddddd !important;
}


/* v2.2.4: mobile-safe cover reset. No image may appear on the front cover. */
.nlf-cover-page img,
.nlf-display-page .nlf-cover-page img,
.nlf-turn-sheet .nlf-cover-page img,
.nlf-source-page .nlf-cover-page img {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.nlf-cover-page .nlf-cover-brand {
	display: none !important;
}

.nlf-back-cover-page {
	background: #ffffff !important;
	color: #171717 !important;
}
