

.dao-theme .dao-badge--adult,
.dao-theme .dao-badge--adult.dao-badge--inline,
.dao-theme .dao-card__badges .dao-badge--adult,
.dao-theme .dao-release-card__cover .dao-badge--adult {
	font-size: 12px !important;
}

/* WCAG-sized controls. Inline article links remain normal text links. */
.dao-theme :where(
	button,
	input[type="submit"],
	input[type="button"],
	input[type="reset"],
	input[type="range"],
	select,
	.dao-button,
	.dao-button--small,
	.dao-icon-button
) {
	min-height: 44px;
}

.dao-theme .dao-icon-button {
	width: 44px;
	height: 44px;
}

.dao-theme :where(
	.dao-search button,
	.dao-header-filter--adult,
	.dao-mobile-quick a,
	.dao-mobile-quick button,
	.dao-nav__list a,
	.dao-mobile-menu__list a,
	.dao-footer__menu a,
	.dao-pagination .page-numbers,
	.dao-chapter-list > a,
	.dao-ranking > a,
	.dao-chip,
	.dao-card__read,
	.dao-feature-read,
	.dao-reader-action-button
) {
	min-height: 44px !important;
	touch-action: manipulation;
}

.dao-theme .dao-header-filter--adult {
	height: 44px !important;
}

.dao-theme .dao-footer__menu a {
	display: inline-flex;
	align-items: center;
}

.dao-theme .dao-pagination .page-numbers {
	min-width: 44px;
}

.dao-theme :where(input:not([type="checkbox"]):not([type="radio"]), textarea, select) {
	font-size: 16px;
}

/* Ranked search suggestions. */
.dao-search__field {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
}

.dao-search__field > input {
	width: 100%;
}

.dao-search-suggestions {
	position: absolute;
	z-index: 220;
	top: calc(100% + 9px);
	left: -38px;
	width: min(560px, calc(100vw - 24px));
	max-height: min(62vh, 520px);
	padding: 7px;
	overflow: auto;
	border: 1px solid var(--dao-border);
	border-radius: 12px;
	background: var(--dao-surface);
	box-shadow: 0 18px 55px rgba(12, 16, 20, .2);
}

.dao-search-suggestions[hidden] {
	display: none;
}

.dao-search-suggestion {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	align-items: center;
	gap: 11px;
	min-height: 68px;
	padding: 5px 8px;
	border-radius: 8px;
}

.dao-search-suggestion:hover,
.dao-search-suggestion.is-active {
	background: var(--dao-surface-2);
}

.dao-search-suggestion img,
.dao-search-suggestion__placeholder {
	display: grid;
	place-items: center;
	width: 40px;
	height: 60px;
	border-radius: 6px;
	background: var(--dao-surface-2);
	object-fit: cover;
}

.dao-search-suggestion > span:last-child {
	display: grid;
	min-width: 0;
	gap: 2px;
}

.dao-search-suggestion strong,
.dao-search-suggestion small {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dao-search-suggestion strong {
	font-size: 14px;
	line-height: 1.35;
}

.dao-search-suggestion small,
.dao-search-suggestions__empty {
	color: var(--dao-muted);
	font-size: 12px;
}

.dao-search-suggestions__empty {
	display: block;
	padding: 13px 10px 6px;
}

.dao-search-suggestion--request {
	display: flex;
	min-height: 48px;
	margin-top: 4px;
	border: 1px solid var(--dao-border);
	font-size: 13px;
	font-weight: 750;
}

.dao-directory-header > div > p {
	max-width: 620px;
	margin: 8px 0 0;
	color: var(--dao-muted);
}

.dao-empty__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

/* Dropped-novel request page. */
.dao-operational-page--request .dao-operational-content {
	max-width: 920px;
}

.dao-novel-request {
	display: grid;
	gap: 18px;
	margin-top: 10px;
	font-family: var(--dao-font-ui);
}

.dao-novel-request__intro h2 {
	margin: 0 0 7px;
	font: 800 clamp(22px, 4vw, 30px)/1.15 var(--dao-font-display);
}

.dao-novel-request__intro p,
.dao-novel-request-form__footer p {
	margin: 0;
	color: var(--dao-muted);
	font-size: 14px;
	line-height: 1.65;
}

.dao-novel-request-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	padding: 22px;
	border: 1px solid var(--dao-border);
	border-radius: 14px;
	background: var(--dao-surface);
}

.dao-request-field {
	display: grid;
	align-content: start;
	gap: 6px;
	min-width: 0;
	color: var(--dao-muted);
	font-size: 13px;
	font-weight: 750;
}

.dao-request-field--wide,
.dao-novel-request-form__footer {
	grid-column: 1 / -1;
}

.dao-request-field :where(input, textarea) {
	width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid var(--dao-border);
	border-radius: 9px;
	outline: 0;
	background: var(--dao-bg);
	color: var(--dao-text);
}

.dao-request-field textarea {
	min-height: 150px;
	resize: vertical;
}

.dao-request-field :where(input, textarea):focus {
	border-color: var(--dao-accent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--dao-accent) 16%, transparent);
}

.dao-novel-request-form__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 4px;
}

.dao-novel-request-form__footer p {
	max-width: 560px;
	font-size: 12px;
}

.dao-request-honeypot {
	position: fixed !important;
	top: -10000px !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 800px) {
	.dao-search-suggestions {
		left: -32px;
	}
}

@media (max-width: 600px) {
	.dao-search-suggestions {
		position: fixed;
		top: calc(var(--dao-header) + var(--dao-mobile-search-row-height, 54px) - 3px);
		left: 8px;
		right: 8px;
		width: auto;
		max-height: min(58vh, 460px);
	}

	.dao-novel-request-form {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 17px 14px;
	}

	.dao-request-field,
	.dao-request-field--wide,
	.dao-novel-request-form__footer {
		grid-column: auto;
	}

	.dao-novel-request-form__footer {
		display: grid;
	}

	.dao-novel-request-form__footer .dao-button {
		width: 100%;
	}
}

/* ============================================================
   DaoScroll 4.9 — premium interface and authoritative Hero layer
   ============================================================ */

:root {
	--dao-bg: #f3f5f7;
	--dao-surface: #ffffff;
	--dao-surface-2: #e9edf1;
	--dao-text: #171b20;
	--dao-muted: #616b75;
	--dao-border: #d5dce3;
	--dao-accent: #303943;
	--dao-accent-dark: #181e24;
	--dao-shadow: 0 14px 38px rgba(18, 24, 30, .08);
	--dao-radius: 12px;
}

[data-site-theme="dark"] {
	--dao-bg: #101316;
	--dao-surface: #171b1f;
	--dao-surface-2: #20262c;
	--dao-text: #eef1f4;
	--dao-muted: #a1a9b1;
	--dao-border: #303840;
	--dao-accent: #d7dde2;
	--dao-accent-dark: #f6f7f8;
	--dao-shadow: 0 16px 42px rgba(0, 0, 0, .32);
}

body.dao-theme {
	background:
		radial-gradient(circle at 8% 1%, color-mix(in srgb, var(--dao-surface) 72%, transparent), transparent 28rem),
		var(--dao-bg);
	font-kerning: normal;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dao-theme :where(h1, h2, h3, h4, .dao-brand__name, .dao-button) {
	font-kerning: normal;
	text-wrap: balance;
}

.dao-theme :where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid color-mix(in srgb, var(--dao-accent) 42%, transparent);
	outline-offset: 3px;
}

.dao-theme .dao-header {
	border-bottom-color: color-mix(in srgb, var(--dao-border) 76%, transparent);
	background: color-mix(in srgb, var(--dao-bg) 91%, transparent);
	box-shadow: 0 8px 26px rgba(16, 21, 26, .035);
	
}

.dao-theme .dao-brand__mark {
	border-radius: 10px;
	box-shadow: 0 7px 18px rgba(13, 18, 23, .16);
}

.dao-theme .dao-brand__name {
	letter-spacing: -.045em;
}

.dao-theme .dao-search {
	min-height: 50px;
	padding: 3px 4px 3px 13px;
	border-color: color-mix(in srgb, var(--dao-border) 92%, var(--dao-text) 8%);
	border-radius: 12px;
	background: color-mix(in srgb, var(--dao-surface) 96%, transparent);
	box-shadow: 0 7px 22px rgba(18, 24, 30, .055), inset 0 1px 0 rgba(255, 255, 255, .5);
}

.dao-theme .dao-search:focus-within {
	border-color: color-mix(in srgb, var(--dao-accent) 62%, var(--dao-border));
	box-shadow: 0 0 0 4px color-mix(in srgb, var(--dao-accent) 12%, transparent), 0 10px 28px rgba(18, 24, 30, .07);
}

.dao-theme .dao-search input {
	color: var(--dao-text);
	font-weight: 520;
	letter-spacing: -.008em;
}

.dao-theme .dao-search input::placeholder {
	color: color-mix(in srgb, var(--dao-muted) 84%, transparent);
	opacity: 1;
}

.dao-theme .dao-search > button,
.dao-theme .dao-header-search .dao-search > button {
	min-height: 42px !important;
	height: 42px;
	padding-inline: 18px;
	border-radius: 9px;
	background: linear-gradient(180deg, #343d46, #20272e);
	color: #fff;
	font-size: 13px !important;
	font-weight: 780;
	box-shadow: 0 5px 14px rgba(13, 18, 23, .16);
}

.dao-theme .dao-button {
	min-height: 46px;
	padding-inline: 19px;
	border-color: #29323a;
	border-radius: 11px;
	background: linear-gradient(180deg, #3a444e, #242b32);
	color: #fff;
	font-size: 13px;
	font-weight: 780;
	letter-spacing: -.008em;
	box-shadow: 0 8px 20px rgba(17, 22, 27, .13), inset 0 1px 0 rgba(255, 255, 255, .12);
	transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}

.dao-theme .dao-button:hover {
	border-color: #151a1f;
	background: linear-gradient(180deg, #2f3841, #171d22);
	box-shadow: 0 11px 25px rgba(17, 22, 27, .17), inset 0 1px 0 rgba(255, 255, 255, .1);
}

.dao-theme .dao-button:active {
	transform: translateY(0) scale(.985);
}

.dao-theme .dao-button--ghost,
[data-site-theme="dark"] .dao-theme .dao-button--ghost {
	border-color: color-mix(in srgb, var(--dao-border) 88%, var(--dao-text) 12%);
	background: color-mix(in srgb, var(--dao-surface) 94%, transparent);
	color: var(--dao-text);
	box-shadow: 0 5px 16px rgba(17, 22, 27, .045), inset 0 1px 0 rgba(255, 255, 255, .16);
}

.dao-theme .dao-button--ghost:hover {
	border-color: color-mix(in srgb, var(--dao-text) 28%, var(--dao-border));
	background: var(--dao-surface-2);
}

.dao-theme :where(.dao-sidebar-card, .dao-ranking, .dao-novel-panel, .dao-details-card, .dao-operational-content > article, .dao-request-step) {
	border-color: color-mix(in srgb, var(--dao-border) 90%, var(--dao-text) 10%);
	box-shadow: 0 10px 30px rgba(17, 23, 29, .055);
}

.dao-theme .dao-section__head h2,
.dao-theme .dao-page-header h1,
.dao-theme .dao-directory-header h1 {
	color: var(--dao-text);
	font-weight: 820;
	letter-spacing: -.043em;
}

.dao-theme .dao-card__cover {
	border-color: color-mix(in srgb, var(--dao-border) 86%, var(--dao-text) 14%);
	box-shadow: 0 9px 24px rgba(17, 22, 27, .075);
}

.dao-theme .dao-card:hover .dao-card__cover {
	box-shadow: 0 14px 32px rgba(17, 22, 27, .12);
}

.dao-theme .dao-card__title,
.dao-theme .dao-release-card h2 {
	font-weight: 740;
	letter-spacing: -.026em;
}

.dao-theme .dao-footer {
	padding-top: 44px;
	background: color-mix(in srgb, var(--dao-surface) 96%, var(--dao-bg));
}

/* Provider work happens inside a clipped one-pixel anchor. The page never
 * reserves a themed box for an unproven creative, so slow/no-fill inventory
 * cannot delay reading or leave a large hole. */
.dao-theme .dao-ad:not([data-ad-state="filled"]):not([data-ad-preview="1"]) {
	height: 1px !important;
	min-height: 1px !important;
	max-height: 1px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.dao-theme .dao-ad[data-ad-state="filled"] {
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.dao-theme .dao-ad[data-ad-state="filled"] .dao-ad__content,
.dao-theme .dao-ad[data-ad-state="filled"] .dao-ad__frame {
	opacity: 1;
}

.dao-theme .dao-ad[data-ad-state="no-fill"],
.dao-theme .dao-ad[data-ad-state="timeout"],
.dao-theme .dao-ad[data-ad-state="script-error"],
.dao-theme .dao-ad[data-ad-state="invalid"],
.dao-theme .dao-ad[data-ad-state="duplicate"],
.dao-theme .dao-ad[data-ad-state="ineligible"],
.dao-theme .dao-ad[data-ad-state="destroyed"] {
	display: none !important;
}

.dao-theme .dao-ad[data-ad-preview="1"] {
	min-height: var(--dao-ad-min-height, 90px);
	padding: 10px;
	border: 1px dashed var(--dao-border);
	background: color-mix(in srgb, var(--dao-surface) 72%, transparent);
}

.dao-theme .dao-ad[data-ad-preview="1"] .dao-ad__label {
	display: block;
}

.dao-theme .dao-ad[hidden] {
	display: none !important;
}

@media (max-width: 700px) {

	.dao-theme .dao-mobile-search-row {
		padding-inline: 9px;
	}

	.dao-theme .dao-mobile-search-row .dao-search {
		border-radius: 11px;
		box-shadow: 0 5px 18px rgba(18, 24, 30, .06);
	}
}

@media (max-width: 520px) {

	.dao-theme .dao-search > button,
	.dao-theme .dao-header-search .dao-search > button,
	.dao-theme .dao-mobile-search-row .dao-search > button {
		padding-inline: 14px;
		font-size: 12px !important;
	}

	body.dao-theme.dao-mobile-sticky-active {
		padding-bottom: calc(var(--dao-ad-sticky-height, 60px) + env(safe-area-inset-bottom)) !important;
	}
}

/* ============================================================
   DaoScroll 4.8.1 — screenshot-led component corrections
   ============================================================ */

/* Compact desktop footer without weakening mobile tap targets. */
@media (min-width: 801px) {
	.dao-theme .dao-footer {
		padding-block: 24px 15px;
	}

	.dao-theme .dao-footer__grid {
		align-items: start;
		gap: 26px;
	}

	.dao-theme .dao-footer__menu {
		gap: 0;
	}

	.dao-theme .dao-footer__menu a {
		min-height: 34px !important;
		padding-block: 3px;
	}

	.dao-theme .dao-footer__bottom {
		margin-top: 18px;
		padding-top: 13px;
	}
}

/* One continuous search control: the submit button no longer protrudes. */
.dao-theme .dao-header-search .dao-search {
	height: 50px;
	min-height: 50px;
	gap: 10px;
	padding: 3px 4px 3px 13px;
	border-radius: 12px;
}

.dao-theme .dao-header-search .dao-search > .dao-icon {
	flex: none;
	width: 19px;
	height: 19px;
}

.dao-theme .dao-header-search .dao-search__field > input {
	height: 44px;
	min-height: 44px;
	padding-inline: 1px;
	font-size: 14px;
}

.dao-theme .dao-header-search .dao-search > button {
	height: 44px;
	min-height: 44px !important;
	margin: 0;
	padding-inline: 18px;
	border-radius: 9px;
	font-size: 12px !important;
}

@media (max-width: 800px) {
	:root {
		--dao-mobile-search-row-height: 56px;
		--dao-mobile-header-extra: 56px;
	}

	.dao-theme .dao-mobile-search-row {
		height: 56px;
		min-height: 56px;
		padding: 4px 12px;
	}

	.dao-theme .dao-mobile-search-row .dao-search {
		height: 48px;
		min-height: 48px;
		gap: 8px;
		padding: 2px 3px 2px 10px;
		border-radius: 10px;
	}

	.dao-theme .dao-mobile-search-row .dao-search__field > input,
	.dao-theme .dao-mobile-search-row .dao-search > button {
		height: 44px;
		min-height: 44px !important;
	}

	.dao-theme .dao-mobile-search-row .dao-search__field > input {
		font-size: 14px;
	}

	.dao-theme .dao-mobile-search-row .dao-search > button {
		padding-inline: 14px;
		border-radius: 8px;
		font-size: 12px !important;
	}
}

/* Release status belongs beside the date, not inside a 68px clipped cover. */
.dao-release-card__eyebrow {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 7px;
	min-width: 0;
}

.dao-release-card__flags {
	display: inline-flex;
	flex: none;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}

.dao-theme .dao-release-card__flags .dao-badge {
	position: static;
	max-width: 100%;
	min-height: 22px;
	padding: 4px 7px;
	font-size: 12px !important;
	line-height: 1;
	white-space: nowrap;
}

.dao-theme .dao-release-card__flags .dao-badge--adult {
	width: 26px;
	height: 26px;
	min-width: 26px;
	min-height: 26px;
	padding: 0;
}

.dao-release-card__eyebrow .dao-release-card__date {
	margin-left: auto;
	white-space: nowrap;
}

/* A source-clue workflow that stays visually native to DaoScroll. */
.dao-operational-page--request .dao-operational-content {
	max-width: 1080px;
}

.dao-novel-request {
	gap: 20px;
	margin-top: 0;
}

.dao-novel-request__intro {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
	gap: 28px;
	align-items: center;
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid var(--dao-border);
	border-radius: 18px;
	background: linear-gradient(135deg, var(--dao-surface), color-mix(in srgb, var(--dao-surface-2) 55%, var(--dao-surface)));
	box-shadow: 0 14px 40px rgba(18, 22, 26, .07);
}

.dao-novel-request__intro-copy {
	display: grid;
	justify-items: start;
	gap: 11px;
}

.dao-novel-request__intro h2 {
	max-width: 720px;
	margin: 0;
	font-size: clamp(27px, 4.4vw, 42px);
	letter-spacing: -.045em;
	text-wrap: balance;
}

.dao-novel-request__intro p {
	max-width: 700px;
	margin: 0;
	color: var(--dao-muted);
	font-size: 15px;
	line-height: 1.7;
}

.dao-novel-request__guide {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dao-novel-request__guide li {
	display: flex;
	align-items: center;
	gap: 11px;
	min-height: 58px;
	padding: 9px 11px;
	border: 1px solid color-mix(in srgb, var(--dao-border) 80%, transparent);
	border-radius: 11px;
	background: color-mix(in srgb, var(--dao-surface) 78%, transparent);
}

.dao-novel-request__guide li > span,
.dao-request-step legend > span {
	display: grid;
	flex: none;
	width: 31px;
	height: 31px;
	place-items: center;
	border-radius: 9px;
	background: var(--dao-text);
	color: var(--dao-bg);
	font: 800 12px var(--dao-font-ui);
}

.dao-novel-request__guide li > div {
	display: grid;
	gap: 1px;
}

.dao-novel-request__guide strong {
	font-size: 13px;
}

.dao-novel-request__guide small {
	color: var(--dao-muted);
	font-size: 12px;
}

.dao-novel-request-form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.dao-request-step {
	min-width: 0;
	margin: 0;
	padding: 20px;
	border: 1px solid var(--dao-border);
	border-radius: 15px;
	background: var(--dao-surface);
	box-shadow: 0 6px 24px rgba(18, 22, 26, .04);
}

.dao-request-step legend {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 9px 0 0;
	color: var(--dao-text);
	font: 800 16px/1.3 var(--dao-font-display);
}

.dao-request-step__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	padding-top: 8px;
}

.dao-request-field {
	font-size: 13px;
}

.dao-request-field > span {
	color: var(--dao-text);
}

.dao-request-field > small {
	color: var(--dao-muted);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
}

.dao-request-field :where(input, textarea, select) {
	width: 100%;
	min-height: 48px;
	padding: 11px 12px;
	border: 1px solid var(--dao-border);
	border-radius: 10px;
	outline: 0;
	background: var(--dao-bg);
	color: var(--dao-text);
}

.dao-request-field :where(input, textarea, select):focus {
	border-color: var(--dao-accent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--dao-accent) 16%, transparent);
}

.dao-request-field textarea {
	min-height: 170px;
}

.dao-novel-request-form__footer {
	display: flex;
	grid-column: auto;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 4px 2px 0;
}

.dao-novel-request-form__footer .dao-button {
	flex: none;
}

.dao-operational-page--request .dao-form-notice {
	margin: 0;
	padding: 13px 15px;
	border: 1px solid var(--dao-border);
	border-radius: 11px;
	background: var(--dao-surface);
}

@media (max-width: 760px) {
	.dao-novel-request__intro {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.dao-novel-request__guide {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dao-novel-request__guide li {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 600px) {
	.dao-novel-request__intro {
		padding: 20px 15px;
		border-radius: 14px;
	}

	.dao-novel-request__intro h2 {
		font-size: clamp(26px, 8.5vw, 34px);
	}

	.dao-novel-request__intro p {
		font-size: 14px;
	}

	.dao-novel-request__guide {
		grid-template-columns: 1fr;
	}

	.dao-novel-request__guide li {
		align-items: center;
		flex-direction: row;
	}

	.dao-request-step {
		padding: 16px 13px;
		border-radius: 13px;
	}

	.dao-request-step__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.dao-request-field,
	.dao-request-field--wide {
		grid-column: auto;
	}

	.dao-novel-request-form__footer {
		display: grid;
	}

	.dao-novel-request-form__footer .dao-button {
		width: 100%;
	}
}

/* ============================================================
   DaoScroll 4.10 — final mobile Hero and interface finish
   ============================================================ */

.dao-theme :where(
	.dao-card__title,
	.dao-release-card h2,
	.dao-ranking > a > strong,
	.dao-update h3,
	.dao-chapter-list > a,
	.dao-novel-summary h1,
	.dao-page-header h1,
	.dao-directory-header h1
) {
	font-synthesis: none;
	font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}

[data-site-theme="dark"] .dao-theme :where(
	.dao-search,
	.dao-card__cover,
	.dao-sidebar-card,
	.dao-ranking,
	.dao-novel-panel,
	.dao-details-card,
	.dao-operational-content > article,
	.dao-request-step
) {
	box-shadow: 0 12px 34px rgba(0, 0, 0, .24);
}

/* ============================================================
   DaoScroll 4.11 — premium sliders, discovery, mobile navigation
   and completely frameless public advertisements
   ============================================================ */

.dao-theme {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dao-theme :where(button, input, select, textarea) {
	font-synthesis: none;
}

.dao-theme :where(.dao-card__title, .dao-release-card h2, .dao-update__copy > strong, .dao-ranking__title strong) {
	color: var(--dao-text);
	font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
	text-wrap: pretty;
}

.dao-theme :where(
	.dao-card__meta,
	.dao-card__author,
	.dao-card__genre,
	.dao-card__read,
	.dao-feature-read,
	.dao-update__chapter,
	.dao-update__link time,
	.dao-ranking > a > small,
	.dao-footer__menu,
	.dao-footer__bottom,
	.dao-breadcrumbs,
	.dao-chip
) {
	font-size: 12px !important;
}

/* Search remains one continuous control at every width. */
.dao-theme .dao-search {
	overflow: visible;
	border-color: color-mix(in srgb, var(--dao-border) 88%, var(--dao-text) 12%);
	background: color-mix(in srgb, var(--dao-surface) 97%, var(--dao-bg));
	box-shadow: 0 7px 24px rgba(20, 26, 32, .055), inset 0 1px 0 rgba(255, 255, 255, .32);
}

.dao-theme .dao-search:focus-within {
	border-color: color-mix(in srgb, var(--dao-accent) 68%, var(--dao-border));
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--dao-accent) 14%, transparent), 0 10px 28px rgba(20, 26, 32, .08);
}

.dao-theme .dao-search__field {
	min-width: 0;
}

.dao-theme .dao-search > button {
	flex: none;
	border-radius: 9px !important;
	box-shadow: 0 5px 15px rgba(13, 18, 23, .16), inset 0 1px 0 rgba(255, 255, 255, .12);
}

/* The standard slider now reads as a polished release shelf. */
.dao-theme .dao-release-strip {
	padding-block: clamp(22px, 3vw, 34px);
}

.dao-theme .dao-release-strip__head {
	margin-bottom: 15px;
}

.dao-theme .dao-release-carousel {
	grid-auto-columns: minmax(260px, var(--dao-standard-slider-card-width, 290px));
	gap: 13px;
	padding: 2px 2px 10px;
	scroll-padding-inline: 2px;
}

.dao-theme .dao-release-card {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 13px;
	min-height: 146px;
	height: 100%;
	padding: 10px;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--dao-border) 88%, var(--dao-text) 12%);
	border-radius: 14px;
	background: linear-gradient(145deg, color-mix(in srgb, var(--dao-surface) 98%, var(--dao-bg)), color-mix(in srgb, var(--dao-surface-2) 34%, var(--dao-surface)));
	box-shadow: 0 7px 24px rgba(19, 25, 31, .055);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.dao-theme .dao-release-card--without-cover {
	grid-template-columns: minmax(0, 1fr);
}

.dao-theme .dao-release-card:hover {
	border-color: color-mix(in srgb, var(--dao-text) 26%, var(--dao-border));
	box-shadow: 0 13px 32px rgba(19, 25, 31, .1);
	transform: translateY(-2px);
}

.dao-theme .dao-release-card__cover {
	width: 82px;
	min-width: 82px;
	height: 123px;
	border: 1px solid color-mix(in srgb, var(--dao-border) 84%, transparent);
	border-radius: 9px;
	box-shadow: 0 6px 18px rgba(12, 16, 20, .13);
}

.dao-theme .dao-release-card__body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: stretch;
	padding: 0;
}

.dao-theme .dao-release-card__eyebrow {
	min-height: 24px;
	margin-bottom: 5px;
}

.dao-theme .dao-release-card__flags {
	max-width: 100%;
}

.dao-theme .dao-release-card__flags .dao-badge {
	min-height: 21px !important;
	padding: 4px 7px !important;
	border-radius: 6px !important;
	font-size: 12px !important;
	letter-spacing: .045em;
}

.dao-theme .dao-release-card__date {
	overflow: hidden;
	max-width: 88px;
	font-size: 12px !important;
	text-overflow: ellipsis;
}

.dao-theme .dao-release-card h2,
.dao-theme .dao-release-card h3 {
	margin: 0 0 5px;
	font: 760 14px/1.3 var(--dao-font-display);
	letter-spacing: -.023em;
}

.dao-theme .dao-release-card h2 a,
.dao-theme .dao-release-card h3 a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.dao-theme .dao-release-card__genre,
.dao-theme .dao-release-card__author,
.dao-theme .dao-release-card__meta,
.dao-theme .dao-release-card__latest {
	font-size: 12px !important;
}

.dao-theme .dao-release-card__meta {
	margin: 2px 0 0;
}

.dao-theme .dao-release-card .dao-feature-read {
	min-height: 34px;
	margin-top: auto;
	color: var(--dao-text);
	font-size: 12px;
	font-weight: 780;
}

/* Clear discovery hierarchy for archives and ranked search. */
.dao-theme .dao-directory-header {
	gap: 24px;
	padding: clamp(19px, 3vw, 28px);
	border: 1px solid color-mix(in srgb, var(--dao-border) 90%, var(--dao-text) 10%);
	border-radius: 17px;
	background: linear-gradient(145deg, var(--dao-surface), color-mix(in srgb, var(--dao-surface-2) 38%, var(--dao-surface)));
	box-shadow: 0 12px 36px rgba(19, 25, 31, .055);
}

.dao-theme .dao-directory-header > div > p {
	max-width: 680px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.65;
}

.dao-directory-shortcuts,
.dao-results-bar,
.dao-results-bar nav {
	display: flex;
	align-items: center;
}

.dao-directory-shortcuts {
	gap: 7px;
	margin: 14px 0 12px;
	overflow-x: auto;
	scrollbar-width: none;
}

.dao-directory-shortcuts::-webkit-scrollbar {
	display: none;
}

.dao-directory-shortcuts a,
.dao-results-bar nav a {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	flex: none;
	padding: 0 13px;
	border: 1px solid var(--dao-border);
	border-radius: 999px;
	background: var(--dao-surface);
	color: var(--dao-muted);
	font-size: 12px;
	font-weight: 760;
}

.dao-directory-shortcuts a:hover,
.dao-directory-shortcuts a.is-current,
.dao-results-bar nav a:hover {
	border-color: var(--dao-text);
	background: var(--dao-text);
	color: var(--dao-bg);
}

.dao-results-bar {
	justify-content: space-between;
	gap: 16px;
	min-height: 48px;
	margin: 12px 0;
	color: var(--dao-muted);
}

.dao-results-bar > strong,
.dao-results-count {
	color: var(--dao-text);
	font-size: 13px;
	font-weight: 780;
}

.dao-results-bar nav {
	gap: 7px;
}

.dao-filter-summary {
	min-height: 42px;
	align-items: center;
	gap: 7px;
}

.dao-filter-summary .dao-results-count {
	margin-right: auto;
}

.dao-search-results-header + .dao-results-bar + .dao-ad:not([data-ad-state="filled"]) + .dao-grid {
	margin-top: 0;
}

/* Public ads have no DaoScroll label, reservation, border, background or
 * shadow. Only the provider creative becomes visible after a verified fill. */
.dao-theme .dao-ad:not([data-ad-preview="1"]) {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: inherit !important;
}

.dao-theme .dao-ad:not([data-ad-preview="1"]) > .dao-ad__label {
	display: none !important;
}

.dao-theme .dao-ad:not([data-ad-state="filled"]):not([data-ad-preview="1"]) {
	display: block !important;
	width: 1px !important;
	height: 1px !important;
	min-width: 1px !important;
	min-height: 1px !important;
	max-width: 1px !important;
	max-height: 1px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	overflow: hidden !important;
	contain: strict !important;
	content-visibility: visible !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.dao-theme .dao-ad[data-ad-state="filled"]:not([data-ad-preview="1"]) {
	display: block !important;
	width: min(100%, var(--dao-container)) !important;
	height: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	max-width: 100% !important;
	max-height: none !important;
	margin: 10px auto !important;
	overflow: visible !important;
	contain: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

.dao-theme .dao-ad[data-ad-state="no-fill"],
.dao-theme .dao-ad[data-ad-state="timeout"],
.dao-theme .dao-ad[data-ad-state="script-error"],
.dao-theme .dao-ad[data-ad-state="invalid"],
.dao-theme .dao-ad[data-ad-state="duplicate"],
.dao-theme .dao-ad[data-ad-state="ineligible"],
.dao-theme .dao-ad[data-ad-state="consent-denied"],
.dao-theme .dao-ad[data-ad-state="destroyed"],
.dao-theme .dao-ad[hidden] {
	display: none !important;
}

.dao-theme .dao-ad--mobile_sticky[data-ad-state="filled"]:not([data-ad-preview="1"]) {
	width: auto !important;
	max-width: min(calc(100% - 16px), 520px) !important;
	margin: 0 auto !important;
}

@media (max-width: 800px) {
	:root {
		--dao-mobile-search-row-height: 52px;
		--dao-mobile-quick-row-height: 46px;
		--dao-mobile-header-extra: 98px;
	}

	.dao-theme .dao-header {
		height: auto;
		min-height: calc(var(--dao-header) + var(--dao-mobile-header-extra));
	}

	.dao-theme .dao-mobile-search-row {
		display: flex !important;
		height: var(--dao-mobile-search-row-height) !important;
		min-height: var(--dao-mobile-search-row-height) !important;
		padding: 3px 10px !important;
		border-top: 1px solid color-mix(in srgb, var(--dao-border) 58%, transparent);
	}

	.dao-theme .dao-mobile-search-row .dao-search {
		height: 46px;
		min-height: 46px;
		padding: 1px 2px 1px 10px;
		border-radius: 11px;
	}

	.dao-theme .dao-mobile-search-row .dao-search__field > input,
	.dao-theme .dao-mobile-search-row .dao-search > button {
		height: 44px;
		min-height: 44px !important;
	}

	.dao-theme .dao-mobile-search-row .dao-search > button {
		padding-inline: 13px;
	}

	.dao-theme .dao-mobile-quick {
		display: block !important;
		height: var(--dao-mobile-quick-row-height) !important;
		min-height: var(--dao-mobile-quick-row-height) !important;
		border-block: 1px solid color-mix(in srgb, var(--dao-border) 72%, transparent);
		background: color-mix(in srgb, var(--dao-surface) 96%, var(--dao-bg));
	}

	.dao-theme .dao-mobile-quick .dao-container {
		display: flex;
		width: min(calc(100% - 20px), var(--dao-container));
		height: 44px;
		min-height: 44px;
		align-items: center;
		gap: 6px;
		padding: 1px 0;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.dao-theme .dao-mobile-quick .dao-container::-webkit-scrollbar {
		display: none;
	}

	.dao-theme .dao-mobile-quick a {
		display: inline-flex;
		min-height: 44px;
		align-items: center;
		justify-content: center;
		flex: 1 0 auto;
		padding: 0 13px;
		border: 0;
		border-radius: 9px;
		background: transparent;
		color: var(--dao-muted);
		font-size: 12px;
		font-weight: 760;
		white-space: nowrap;
	}

	.dao-theme .dao-mobile-quick a:hover,
	.dao-theme .dao-mobile-quick a.is-current {
		background: var(--dao-surface-2);
		color: var(--dao-text);
	}

	.dao-theme .dao-release-carousel {
		grid-auto-columns: min(84vw, 292px);
		gap: 10px;
	}

	.dao-theme .dao-release-card {
		grid-template-columns: 78px minmax(0, 1fr);
		min-height: 138px;
		gap: 11px;
		padding: 9px;
		border-radius: 13px;
	}

	.dao-theme .dao-release-card--without-cover {
		grid-template-columns: minmax(0, 1fr);
	}

	.dao-theme .dao-release-card__cover {
		width: 78px;
		min-width: 78px;
		height: 117px;
	}

	.dao-theme .dao-directory-header {
		grid-template-columns: 1fr;
		gap: 17px;
		padding: 19px 15px;
		border-radius: 14px;
	}

	.dao-theme .dao-directory-header .dao-search {
		max-width: none;
	}

	.dao-directory-shortcuts {
		margin-inline: -2px;
	}

	.dao-results-bar {
		align-items: flex-start;
		flex-direction: column;
		gap: 9px;
	}

	.dao-results-bar nav {
		width: 100%;
		overflow-x: auto;
	}

	.dao-theme.dao-reader-page .dao-header {
		height: var(--dao-header);
		min-height: var(--dao-header);
	}

	.dao-theme.dao-reader-page .dao-mobile-search-row,
	.dao-theme.dao-reader-page .dao-mobile-quick {
		display: none !important;
		height: 0 !important;
		min-height: 0 !important;
	}
}

/* ============================================================
   Website 1.1 retained product surfaces: changelog + filters
   ============================================================ */
.dao-theme .dao-product-page{padding-block:22px 44px}
.dao-theme .dao-product-hero{max-width:760px;margin:6px 0 20px}
.dao-theme .dao-product-hero h1{margin:4px 0 7px;font:850 clamp(29px,4vw,46px)/1.03 var(--dao-font-display);letter-spacing:-.04em}
.dao-theme .dao-product-hero p{max-width:68ch;margin:0;color:var(--dao-muted);font-size:14px;line-height:1.6}
.dao-theme .dao-release-note{padding:20px;border:1px solid var(--dao-border);border-radius:14px;background:var(--dao-surface)}
.dao-theme .dao-release-note>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:14px;border-bottom:1px solid var(--dao-border)}
.dao-theme .dao-release-note>header h2{margin:4px 0 0;font-size:22px}
.dao-theme .dao-release-note>header time{color:var(--dao-muted);font-size:11px}
.dao-theme .dao-release-version{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.dao-theme .dao-release-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}
.dao-theme .dao-release-grid section{padding:13px;border:1px solid var(--dao-border);border-radius:10px;background:var(--dao-surface-2)}
.dao-theme .dao-release-grid h3{margin:7px 0 6px;font-size:14px}
.dao-theme .dao-release-grid ul{margin:0;padding-left:17px;color:var(--dao-muted);font-size:12px;line-height:1.55}
.dao-theme .dao-release-label{display:inline-flex;min-height:21px;align-items:center;padding:0 7px;border-radius:999px;background:color-mix(in srgb,var(--dao-accent) 12%,var(--dao-surface));color:var(--dao-text);font-size:8px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.dao-theme .dao-release-label--fixed{background:color-mix(in srgb,#2e9b62 13%,var(--dao-surface));color:color-mix(in srgb,#2e9b62 78%,var(--dao-text))}
.dao-theme .dao-footer-version{display:inline-flex;min-height:24px;align-items:center;margin-left:3px;padding:0 6px;border:1px solid var(--dao-border);border-radius:6px;font-size:9px;font-weight:800}
.dao-theme .dao-filter-backdrop,.dao-theme .dao-filter-sheet-head{display:none}
.dao-theme .dao-mobile-menu__list--product{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
.dao-theme .dao-mobile-menu__list--product li{min-width:0}
.dao-theme .dao-mobile-menu__list--product a{min-height:42px;border:1px solid var(--dao-border);border-radius:8px;padding:8px 10px;background:var(--dao-surface-2);font-size:11.5px}
@media(max-width:800px){
 .dao-theme.dao-filter-sheet-open{overflow:hidden;touch-action:none}
 .dao-theme .dao-filter-disclosure[open] .dao-filter-backdrop{position:fixed;z-index:198;inset:0;display:block;width:100%;height:100%;padding:0;border:0;background:rgba(8,11,15,.44)}
 .dao-theme .dao-filter-disclosure[open] .dao-filters{position:fixed;z-index:199;right:8px;bottom:max(8px,env(safe-area-inset-bottom));left:8px;display:grid!important;max-height:min(78dvh,620px);overflow:auto;overscroll-behavior:contain;padding:13px 13px calc(13px + env(safe-area-inset-bottom));border:1px solid var(--dao-border);border-radius:17px;background:var(--dao-surface);box-shadow:0 18px 60px rgba(0,0,0,.24)}
 .dao-theme .dao-filter-sheet-head{display:flex;grid-column:1/-1;align-items:center;justify-content:space-between;margin:-2px 0 1px;font-size:15px}
 .dao-theme .dao-filter-sheet-head button{display:grid;width:38px;height:38px;place-items:center;padding:0;border:0;border-radius:9px;background:var(--dao-surface-2);color:var(--dao-text);font-size:20px}
 .dao-theme .dao-filters>button[type="submit"]{position:sticky;bottom:0;grid-column:1/-1;min-height:42px}
 .dao-theme .dao-release-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
 .dao-theme .dao-product-page{padding-block:14px 34px}
 .dao-theme .dao-product-hero{margin-bottom:16px}
 .dao-theme .dao-product-hero h1{font-size:clamp(27px,8vw,36px)}
 .dao-theme .dao-release-note{padding:14px}
 .dao-theme .dao-release-note>header{display:grid}
 .dao-theme .dao-release-note>header time{grid-row:1}
}
@media(max-width:360px){.dao-theme .dao-mobile-menu__list--product{grid-template-columns:1fr}}

/* v1.1 legibility and touch-target floor. Small visual marks (icons, dots,
 * progress lines) stay compact while every reader-facing text label remains
 * readable and every newly introduced action has a comfortable hit area. */
.dao-theme :where(
	.dao-card__genre,
	.dao-card__meta,
	.dao-card__author,
	.dao-card__read,
	.dao-release-card__genre,
	.dao-release-card__author,
	.dao-release-card__meta,
	.dao-release-card__latest,
	.dao-ranking>a>small,
	.dao-update__chapter,
	.dao-update__link time,
	.dao-footer__bottom,
	.dao-footer-version,
	.dao-release-label,
	.dao-history-progress small,
	.dao-history-remove,
	.dao-story-dna__grid h3,
	.dao-story-dna__grid a,
	.dao-search-suggestions__heading,
	.dao-search-suggestions__correction,
	.dao-search-suggestions__clear,
	.dao-continue-item>b em
){font-size:12px!important}
.dao-theme :where(
	.dao-product-tabs a,
	.dao-product-shortcuts a,
	.dao-history-remove,
	.dao-story-dna__grid a,
	.dao-search-suggestion--term,
	.dao-search-suggestions__clear
){min-height:44px}
.dao-theme .dao-history-remove{right:10px;bottom:5px;padding-inline:9px}
.dao-theme .dao-history-item--device{padding-bottom:48px}
.dao-theme .dao-ranked-grid>.dao-card::before{font-size:12px}

@media(max-width:1050px){
	.dao-theme .dao-mobile-quick :where(a,button){font-size:12px}
	.dao-theme .dao-mobile-search-row .dao-search :where(input,button){font-size:13px}
}

/* ============================================================
   DaoScroll site 1.1 — notification panel, Patreon and ad polish
   ============================================================ */
/* The homepage ships its own compact stylesheet, so the complete notification
 * dialog lives in the shared refinements layer rather than main.css only. */
.dao-theme .dao-notification-panel{
	position:fixed!important;
	top:calc(var(--dao-header,64px) + 10px)!important;
	right:max(12px,calc((100vw - min(1180px,calc(100vw - 36px)))/2))!important;
	bottom:auto!important;
	left:auto!important;
	display:none;
	width:min(430px,calc(100vw - 24px))!important;
	max-width:430px!important;
	max-height:min(720px,calc(100dvh - var(--dao-header,64px) - 24px))!important;
	margin:0!important;
	padding:0!important;
	border:1px solid var(--dao-border)!important;
	border-radius:16px!important;
	background:var(--dao-surface)!important;
	color:var(--dao-text)!important;
	box-shadow:0 26px 80px rgba(0,0,0,.34)!important;
	overflow:hidden!important;
}
.dao-theme .dao-notification-panel[open]{display:block!important}
.dao-theme .dao-notification-panel::backdrop{background:rgba(8,10,12,.36);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}
.dao-theme .dao-notification-panel__head{
	position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:14px;
	padding:16px 17px;border-bottom:1px solid var(--dao-border);background:color-mix(in srgb,var(--dao-surface) 95%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)
}
.dao-theme .dao-notification-panel__head .dao-kicker{display:block;margin-bottom:4px;color:var(--dao-muted);font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.dao-theme .dao-notification-panel__head h2{margin:0;font:800 21px/1.12 var(--dao-font-display);letter-spacing:-.03em}
.dao-theme .dao-notification-panel__head button{display:grid;width:42px;height:42px;min-width:42px;min-height:42px;place-items:center;padding:0;border:1px solid var(--dao-border);border-radius:10px;background:var(--dao-bg);color:var(--dao-text);font-size:22px;line-height:1;cursor:pointer}
.dao-theme .dao-notification-list{display:grid;max-height:calc(100dvh - var(--dao-header,64px) - 90px);overflow:auto;overscroll-behavior:contain}
.dao-theme .dao-notification{position:relative;padding:16px 17px;border-bottom:1px solid var(--dao-border);background:transparent}
.dao-theme .dao-notification:last-child{border-bottom:0}.dao-theme .dao-notification::before{content:"";position:absolute;top:16px;bottom:16px;left:0;width:3px;border-radius:0 4px 4px 0;background:var(--dao-accent)}
.dao-theme .dao-notification--maintenance::before{background:#c77700}.dao-theme .dao-notification--important::before{background:#b42318}.dao-theme .dao-notification--update::before{background:#2563eb}
.dao-theme .dao-notification__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--dao-muted);font-size:11px;line-height:1.3}
.dao-theme .dao-notification__meta span{font-weight:800;letter-spacing:.07em;text-transform:uppercase}.dao-theme .dao-notification h3{margin:7px 0 5px;font:750 15px/1.32 var(--dao-font-display)}
.dao-theme .dao-notification__content{color:var(--dao-muted);font-size:13px;line-height:1.58}.dao-theme .dao-notification__content>*:first-child{margin-top:0}.dao-theme .dao-notification__content>*:last-child{margin-bottom:0}
.dao-theme .dao-notification__actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:11px}.dao-theme .dao-notification-dismiss{min-height:38px;padding:6px 9px;border:0;border-radius:8px;background:transparent;color:var(--dao-muted);font-size:12px;font-weight:750;cursor:pointer}
.dao-theme .dao-notification-dismiss:hover{background:var(--dao-surface-2);color:var(--dao-text)}.dao-theme .dao-notification[hidden],.dao-theme .dao-notification-badge[hidden]{display:none!important}

/* General Patreon presentation outside the reader stylesheet. */
.dao-theme .dao-patreon-button,.login .dao-patreon-button{
	display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;padding:9px 13px;border:1px solid #050505;border-radius:9px;background:#111;color:#fff!important;text-decoration:none!important;font-weight:780;line-height:1.1;transition:transform .16s ease,background .16s ease
}
.dao-theme .dao-patreon-button:hover,.login .dao-patreon-button:hover{background:#000;transform:translateY(-1px)}
.dao-theme .dao-patreon-mark,.login .dao-patreon-mark{display:grid;width:18px;height:18px;place-items:center;border-radius:999px;background:#fff;color:#111;font-size:11px;font-weight:900;line-height:1}
.dao-theme .dao-patreon-login-card{display:grid;gap:9px;margin:0 0 20px;padding:18px;border:1px solid var(--dao-border);border-radius:14px;background:var(--dao-surface)}
.dao-theme .dao-patreon-login-card h2,.dao-theme .dao-patreon-login-card p{margin:0}.dao-theme .dao-patreon-login-card p{color:var(--dao-muted);line-height:1.55}

/* Filled slots hug the provider creative. DaoScroll contributes no white card,
 * fixed canvas, label, border or shadow on the public site. */
.dao-theme .dao-ad[data-ad-state="filled"]:not([data-ad-preview="1"]):not(.dao-ad--mobile_sticky){
	width:min(100%,970px)!important;height:auto!important;min-height:0!important;max-height:none!important;margin:12px auto!important;padding:0!important;
	border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:hidden!important;contain:layout paint!important
}
.dao-theme .dao-ad[data-ad-state="filled"]:not([data-ad-preview="1"]):not(.dao-ad--mobile_sticky)>.dao-ad__content{
	display:grid!important;width:100%!important;height:auto!important;min-height:0!important;place-items:center!important;padding:0!important;margin:0!important;background:transparent!important;overflow:hidden!important
}
.dao-theme .dao-ad[data-ad-state="filled"]:not([data-ad-preview="1"]):not(.dao-ad--mobile_sticky) .dao-ad__frame{
	display:block!important;width:100%!important;max-width:970px!important;min-height:0!important;margin:0 auto!important;border:0!important;background:transparent!important;overflow:hidden!important
}
.dao-theme .dao-reader-article>.dao-ad[data-ad-state="filled"]:not([data-ad-preview="1"]){width:min(100%,728px)!important;margin-block:14px!important}

@media(max-width:680px){
	.dao-theme .dao-notification-panel{top:auto!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;max-width:none!important;max-height:min(82dvh,720px)!important;border-radius:18px 18px 0 0!important;border-bottom:0!important}
	.dao-theme .dao-notification-list{max-height:calc(82dvh - 74px)}
	.dao-theme .dao-notification-panel__head,.dao-theme .dao-notification{padding-inline:16px}
	.dao-theme .dao-ad[data-ad-state="filled"]:not([data-ad-preview="1"]):not(.dao-ad--mobile_sticky){width:100%!important;margin:10px auto!important}
}
.dao-theme .dao-chapter-number{display:inline-flex;align-items:center;margin-right:8px;color:var(--dao-muted);font-size:11px;font-weight:800;line-height:1;letter-spacing:.02em;font-variant-numeric:tabular-nums;white-space:nowrap}
.dao-theme .dao-operational-page--policy .dao-operational-header{max-width:820px}
.dao-theme .dao-policy-callout{margin-top:26px;padding:18px 20px;border:1px solid var(--dao-border);border-radius:14px;background:var(--dao-surface)}
.dao-theme .dao-policy-callout h2{margin-top:0}.dao-theme .dao-policy-callout p:last-child{margin-bottom:0}

/* ========================================================================== */
/* DaoScroll Website 1.1 — compact product shell                              */
/* Keeps the 4.11 layout architecture while making navigation, community      */
/* links and novel cards quieter and more app-like on small screens.           */
/* ========================================================================== */

.dao-theme{
	--dao-header:58px;
	--dao-mobile-header-extra:0px;
	--dao-ui-radius:10px;
	--dao-card-radius:12px;
	--dao-panel-radius:16px;
}

.dao-theme .dao-header{
	height:var(--dao-header)!important;
	min-height:var(--dao-header)!important;
	background:color-mix(in srgb,var(--dao-bg) 94%,transparent);
	border-bottom-color:color-mix(in srgb,var(--dao-border) 72%,transparent);
	
	
}
.dao-theme .dao-header__inner{height:100%!important;min-height:0!important;gap:14px}
.dao-theme .dao-brand{gap:8px}
.dao-theme .dao-brand__mark{width:32px;height:32px;border-radius:9px}
.dao-theme .dao-brand__name{font-size:18px;letter-spacing:-.035em}
.dao-theme .dao-header-search{flex:1 1 330px;max-width:460px;min-width:220px}
.dao-theme .dao-header-search .dao-search{height:38px!important;padding:2px 3px 2px 11px!important;border-radius:9px!important;box-shadow:none}
.dao-theme .dao-header-search .dao-search input{height:32px!important;font-size:13px!important}
.dao-theme .dao-header-search .dao-search button{height:32px!important;min-height:32px!important;padding-inline:13px;border-radius:7px!important;font-size:11px!important}
.dao-theme .dao-nav--desktop{margin-left:auto}
.dao-theme .dao-nav--desktop .dao-nav__list{gap:2px}
.dao-theme .dao-nav--desktop .dao-nav__list a{min-height:38px!important;display:inline-flex;align-items:center;padding:0 9px;border-radius:8px;font-size:12px;font-weight:700}
.dao-theme .dao-header__actions{gap:3px;flex:none}
.dao-theme .dao-header__actions .dao-icon-button{width:40px;height:40px;min-width:40px;min-height:40px;border-radius:9px}
.dao-theme .dao-header-filter--adult{height:38px!important;min-height:38px!important;padding-inline:9px}
.dao-theme .dao-header-account{min-height:38px!important;padding-inline:12px;border-radius:9px;font-size:12px}

.dao-theme .dao-header-socials{display:flex;align-items:center;gap:4px}
.dao-theme .dao-header-social,
.dao-theme .dao-community-button,
.dao-theme .dao-reader-community-link{
	display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;padding:0 10px;
	border:1px solid var(--dao-border);border-radius:9px;background:var(--dao-surface);color:var(--dao-text);
	font:750 11px/1 var(--dao-font-ui);text-decoration:none;white-space:nowrap;transition:background .15s ease,border-color .15s ease,transform .15s ease;
}
.dao-theme .dao-header-social:hover,.dao-theme .dao-community-button:hover,.dao-theme .dao-reader-community-link:hover{background:var(--dao-surface-2);border-color:color-mix(in srgb,var(--dao-text) 25%,var(--dao-border));transform:translateY(-1px)}
.dao-theme .dao-header-social .dao-icon,.dao-theme .dao-community-button .dao-icon,.dao-theme .dao-reader-community-link .dao-icon{width:16px;height:16px}
.dao-theme .dao-header-social--patreon,.dao-theme .dao-community-button--patreon,.dao-theme .dao-reader-community-link--patreon{background:#111;color:#fff;border-color:#111}
.dao-theme .dao-header-social--patreon:hover,.dao-theme .dao-community-button--patreon:hover,.dao-theme .dao-reader-community-link--patreon:hover{background:#222;border-color:#222}
.dao-theme .dao-patreon-mark{display:inline-grid;width:18px;height:18px;place-items:center;border-radius:50%;font:850 10px/1 var(--dao-font-ui)}
.dao-theme .dao-header-social--patreon .dao-patreon-mark,.dao-theme .dao-community-button--patreon .dao-patreon-mark,.dao-theme .dao-reader-community-link--patreon .dao-patreon-mark{background:#fff;color:#111}

.dao-theme .dao-mobile-search-toggle{display:none}
.dao-theme .dao-mobile-search-row[hidden]{display:none!important}
.dao-theme .dao-mobile-search-row{position:absolute;z-index:120;top:100%;right:0;left:0;width:100%!important;padding:9px max(12px,env(safe-area-inset-right)) 10px max(12px,env(safe-area-inset-left))!important;border-bottom:1px solid var(--dao-border);background:var(--dao-bg);box-shadow:0 12px 28px rgba(0,0,0,.08)}
.dao-theme .dao-mobile-search-row .dao-search{max-width:none;height:44px!important;margin:0;padding:3px 4px 3px 11px;border-radius:10px}
.dao-theme .dao-mobile-search-row .dao-search input{height:36px!important;font-size:16px!important}
.dao-theme .dao-mobile-search-row .dao-search button{height:36px!important;min-height:36px!important}

.dao-theme .dao-mobile-menu[open]{
	position:fixed!important;z-index:260!important;top:0!important;right:0!important;bottom:0!important;left:auto!important;
	display:flex!important;width:min(390px,92vw)!important;height:100dvh!important;max-width:none!important;max-height:none!important;
	flex-direction:column;gap:17px;margin:0!important;padding:calc(15px + env(safe-area-inset-top)) 14px calc(16px + env(safe-area-inset-bottom))!important;
	border:0!important;border-left:1px solid var(--dao-border)!important;border-radius:0!important;background:var(--dao-bg)!important;color:var(--dao-text)!important;
	box-shadow:-28px 0 75px rgba(0,0,0,.22);overflow:auto;overscroll-behavior:contain;
}
.dao-theme .dao-mobile-menu::backdrop{background:rgba(8,11,15,.5);-webkit-backdrop-filter:blur(2px)}
.dao-theme .dao-mobile-menu__head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding-bottom:12px;border-bottom:1px solid var(--dao-border)}
.dao-theme .dao-mobile-menu__head>div{display:grid;gap:5px}
.dao-theme .dao-mobile-menu__head strong{font:800 19px/1.05 var(--dao-font-display)}
.dao-theme .dao-mobile-menu__head small{color:var(--dao-muted);font-size:11px!important}
.dao-theme .dao-mobile-menu__close{flex:none;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;border:1px solid var(--dao-border);border-radius:10px;background:var(--dao-surface);font-size:24px}
.dao-theme .dao-mobile-menu__label{display:block;margin-bottom:8px;color:var(--dao-muted);font-size:10px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.dao-theme .dao-mobile-menu__list--product{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.dao-theme .dao-mobile-menu__list--product a{min-height:45px!important;padding:9px 10px!important;border:1px solid var(--dao-border)!important;border-radius:9px!important;background:var(--dao-surface)!important;color:var(--dao-text)!important;font-size:12px!important;font-weight:720!important}
.dao-theme .dao-mobile-menu__community{padding-top:2px}
.dao-theme .dao-community-buttons{display:flex;flex-wrap:wrap;gap:7px}
.dao-theme .dao-mobile-menu__community .dao-community-button{flex:1 1 130px;min-height:44px}
.dao-theme .dao-mobile-menu__filters{margin-top:0}
.dao-theme .dao-mobile-menu__account{width:100%;margin-top:auto;min-height:46px!important}

/* Footer: compact product map with persistent community entry points. */
.dao-theme .dao-footer{padding:32px 0 17px;border-top:1px solid var(--dao-border);background:color-mix(in srgb,var(--dao-bg) 97%,var(--dao-surface))}
.dao-theme .dao-footer__grid--product{display:grid;grid-template-columns:minmax(235px,1.3fr) repeat(3,minmax(130px,.65fr));gap:30px 34px;align-items:start}
.dao-theme .dao-footer__brand{min-width:0}
.dao-theme .dao-brand--footer{margin-bottom:9px}
.dao-theme .dao-footer__copy{max-width:330px;margin:0 0 14px;color:var(--dao-muted);font-size:12px!important;line-height:1.65}
.dao-theme .dao-community-buttons--footer{display:flex;gap:7px;flex-wrap:wrap}
.dao-theme .dao-community-buttons--footer .dao-community-button{min-height:40px;padding-inline:12px}
.dao-theme .dao-footer__grid nav h2{margin:2px 0 9px;font-size:11px;font-weight:850;letter-spacing:.05em;text-transform:uppercase;color:var(--dao-muted)}
.dao-theme .dao-footer__menu{display:grid;gap:1px;margin:0;padding:0;list-style:none}
.dao-theme .dao-footer__menu a{min-height:34px!important;padding:4px 0;color:var(--dao-muted);font-size:12px;font-weight:650}
.dao-theme .dao-footer__menu a:hover{color:var(--dao-text)}
.dao-theme .dao-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:25px;padding-top:13px;border-top:1px solid var(--dao-border);color:var(--dao-muted);font-size:11px!important}
.dao-theme .dao-footer-version{min-height:25px;padding-inline:6px;border-radius:6px}

/* Homepage cards: preserve the existing hierarchy, reduce visual weight. */
.dao-theme .dao-home-grid{gap:20px 13px}
.dao-theme .dao-home-grid .dao-card{min-width:0}
.dao-theme .dao-home-grid .dao-card__cover{border-radius:10px;box-shadow:0 3px 12px rgba(0,0,0,.07);transition:transform .16s ease,box-shadow .16s ease}
.dao-theme .dao-home-grid .dao-card:hover .dao-card__cover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.10)}
.dao-theme .dao-home-grid .dao-card__body{gap:4px;padding-top:8px}
.dao-theme .dao-home-grid .dao-card__title{font-size:13px;line-height:1.3;letter-spacing:-.01em}
.dao-theme .dao-home-grid .dao-card__title a{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}
.dao-theme .dao-home-grid .dao-card__meta{font-size:11px!important;color:var(--dao-muted)}
.dao-theme .dao-home-grid .dao-card__read{min-height:34px!important;margin-top:5px;padding:5px 7px;border:0;border-radius:7px;background:transparent;font-size:10px!important;color:var(--dao-muted)}
.dao-theme .dao-home-grid .dao-card__read:hover,.dao-theme .dao-home-grid .dao-card__read.is-continuing{background:var(--dao-surface-2);color:var(--dao-text)}
.dao-theme .dao-release-card{border-radius:10px;box-shadow:none}
.dao-theme .dao-release-card__cover{border-radius:7px}

/* Source-first request flow: intentionally does not fetch submitted URLs. */
.dao-theme .dao-novel-request--source-first{max-width:760px;margin-inline:auto}
.dao-theme .dao-novel-request--source-first .dao-form-card{border-radius:var(--dao-panel-radius);box-shadow:none}
.dao-theme .dao-novel-request--source-first .dao-request-source-lead{padding:16px;border:1px solid color-mix(in srgb,var(--dao-accent) 24%,var(--dao-border));border-radius:12px;background:color-mix(in srgb,var(--dao-accent) 5%,var(--dao-surface))}
.dao-theme .dao-novel-request--source-first details{border:1px solid var(--dao-border);border-radius:11px;background:var(--dao-surface-2)}
.dao-theme .dao-novel-request--source-first details>summary{min-height:44px;display:flex;align-items:center;padding:0 13px;cursor:pointer;font-weight:750;font-size:12px}
.dao-theme .dao-novel-request--source-first details>div{padding:0 13px 13px}

@media(max-width:1180px){
	.dao-theme .dao-header-socials{display:none}
	.dao-theme .dao-header-search{max-width:400px}
	.dao-theme .dao-nav--desktop .dao-nav__list a{padding-inline:8px}
}

@media(max-width:1050px){
	.dao-theme{--dao-header:54px;--dao-mobile-header-extra:0px!important}
	.dao-theme .dao-header{height:calc(var(--dao-header) + env(safe-area-inset-top))!important;min-height:calc(var(--dao-header) + env(safe-area-inset-top))!important}
	.dao-theme .dao-header__inner{height:100%!important;padding-top:env(safe-area-inset-top);gap:5px}
	.dao-theme .dao-header-search,.dao-theme .dao-nav--desktop,.dao-theme .dao-header-account,.dao-theme .dao-header-socials,.dao-theme .dao-header-filter--adult{display:none!important}
	.dao-theme .dao-mobile-search-toggle,.dao-theme .dao-menu-toggle{display:grid!important}
	.dao-theme .dao-header__actions{margin-left:auto;gap:1px}
	.dao-theme .dao-header__actions .dao-icon-button{width:42px;height:42px;min-width:42px;min-height:42px}
	.dao-theme .dao-brand__mark{width:31px;height:31px}
	.dao-theme .dao-brand__name{font-size:17px}
	.dao-theme .dao-mobile-search-row{top:100%}
	.dao-theme .dao-novel-tabs{top:calc(var(--dao-header) + env(safe-area-inset-top))!important}
	.admin-bar.dao-theme .dao-novel-tabs{top:calc(var(--dao-header) + 46px + env(safe-area-inset-top))!important}
	.dao-theme .dao-home-library{top:calc(var(--dao-header) + 12px + env(safe-area-inset-top))!important}
}

@media(max-width:800px){
	.dao-theme .dao-footer__grid--product{grid-template-columns:repeat(2,minmax(0,1fr));gap:23px 18px}
	.dao-theme .dao-footer__brand{grid-column:1/-1}
	.dao-theme .dao-footer__grid--product nav:last-child{grid-column:auto}
	.dao-theme .dao-footer__bottom{align-items:flex-start;flex-direction:column;gap:7px}
}

@media(max-width:600px){
	.dao-theme .dao-container{width:min(calc(100% - 24px),var(--dao-container))}
	.dao-theme .dao-header .dao-container{width:calc(100% - 20px)}
	.dao-theme .dao-header__actions .dao-icon-button{width:40px;height:40px;min-width:40px;min-height:40px}
	.dao-theme .dao-header__actions .dao-notification-button{width:40px!important;min-width:40px!important}
	.dao-theme .dao-mobile-menu[open]{width:min(370px,94vw)!important}
	.dao-theme .dao-mobile-menu__list--product{grid-template-columns:repeat(2,minmax(0,1fr))}
	.dao-theme .dao-footer{padding-top:26px}
	.dao-theme .dao-footer__grid--product{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 14px}
	.dao-theme .dao-footer__grid nav h2{font-size:10px}
	.dao-theme .dao-footer__menu a{font-size:11.5px}
	.dao-theme .dao-community-buttons--footer .dao-community-button{flex:1 1 120px}
	.dao-theme .dao-home-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:17px 9px!important}
	.dao-theme .dao-home-grid .dao-card__title{font-size:12px!important;line-height:1.28}
	.dao-theme .dao-home-grid .dao-card__meta{font-size:10.5px!important}
	.dao-theme .dao-home-grid .dao-card__read{display:none}
	.dao-theme .dao-home-grid--updated .dao-card__update{padding:5px;margin-top:4px;font-size:9px}
	.dao-theme .dao-release-carousel{grid-auto-columns:min(78%,248px)!important}
	.dao-theme .dao-release-card{grid-template-columns:68px minmax(0,1fr);min-height:106px;padding:8px}
}

@media(max-width:370px){
	.dao-theme .dao-brand__name{display:none}
	.dao-theme .dao-mobile-menu__list--product{grid-template-columns:1fr}
	.dao-theme .dao-home-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
	.dao-theme .dao-footer__grid--product{grid-template-columns:1fr 1fr}
}

@media(prefers-reduced-motion:reduce){
	.dao-theme .dao-header-social,.dao-theme .dao-community-button,.dao-theme .dao-home-grid .dao-card__cover{transition:none}
}
.dao-theme .dao-novel-request--source-first .dao-novel-request__intro{grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:20px}
.dao-theme .dao-novel-request--source-first .dao-novel-request__intro h2{margin:5px 0 8px;font-size:clamp(24px,4vw,34px);letter-spacing:-.035em}
.dao-theme .dao-novel-request--source-first .dao-novel-request__intro p{max-width:630px;margin:0 0 13px}
.dao-theme .dao-request-promise{display:grid;align-content:center;gap:6px;min-width:155px;padding-left:18px;border-left:1px solid var(--dao-border);color:var(--dao-muted);font-size:10px;font-weight:800}
.dao-theme .dao-novel-request--source-first .dao-novel-request-form{padding:16px;border-radius:14px}
.dao-theme .dao-novel-request--source-first .dao-request-primary{margin-bottom:10px}
.dao-theme .dao-novel-request--source-first .dao-request-field--source{display:grid;gap:7px;padding:14px;border:1px solid color-mix(in srgb,var(--dao-accent) 26%,var(--dao-border));border-radius:11px;background:color-mix(in srgb,var(--dao-accent) 5%,var(--dao-surface))}
.dao-theme .dao-novel-request--source-first .dao-request-field--source input{min-height:48px;border-radius:9px;font-size:16px}
.dao-theme .dao-novel-request--source-first .dao-request-field--source small{color:var(--dao-muted);font-size:10px!important;line-height:1.45}
.dao-theme .dao-novel-request--source-first .dao-request-more{margin:0 0 11px}
.dao-theme .dao-novel-request--source-first .dao-request-more>summary{justify-content:space-between;gap:12px}
.dao-theme .dao-novel-request--source-first .dao-request-more>summary span{color:var(--dao-muted);font-size:10px!important;font-weight:650}
.dao-theme .dao-novel-request--source-first .dao-request-contact-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.dao-theme .dao-novel-request--source-first .dao-novel-request-form__footer{margin-top:12px;padding-top:12px}
@media(max-width:600px){
 .dao-theme .dao-novel-request--source-first .dao-novel-request__intro{grid-template-columns:1fr;padding:16px}
 .dao-theme .dao-request-promise{grid-template-columns:repeat(3,1fr);min-width:0;padding:11px 0 0;border-top:1px solid var(--dao-border);border-left:0;text-align:center}
 .dao-theme .dao-novel-request--source-first .dao-novel-request-form{padding:12px}
 .dao-theme .dao-novel-request--source-first .dao-request-contact-row{grid-template-columns:1fr}
 .dao-theme .dao-novel-request--source-first .dao-request-more>summary span{display:none}
}


/* Website 1.1 Lean: compact newly-uploaded shelf. Keep this later than the
   historical release-carousel rules so older !important widths cannot win. */
.dao-theme .dao-release-carousel.dao-release-carousel--mini{
  grid-auto-columns:136px!important;
  gap:12px!important;
  align-items:start;
}
.dao-theme .dao-release-carousel--mini .dao-card{width:136px;min-width:136px}
.dao-theme .dao-release-carousel--mini .dao-card__cover{width:136px;aspect-ratio:2/3}
.dao-theme .dao-release-carousel--mini .dao-card__body{padding:8px 1px 0!important}
.dao-theme .dao-release-carousel--mini .dao-card__title{margin:0!important;font-size:13px!important;line-height:1.3!important}
.dao-theme .dao-release-carousel--mini .dao-card__meta{display:none!important}
@media(max-width:700px){
  .dao-theme .dao-release-carousel.dao-release-carousel--mini{grid-auto-columns:calc((100vw - 52px)/3)!important;gap:8px!important}
  .dao-theme .dao-release-carousel--mini .dao-card{width:auto;min-width:0}
  .dao-theme .dao-release-carousel--mini .dao-card__cover{width:100%}
  .dao-theme .dao-release-carousel--mini .dao-card__title{font-size:12px!important}
}
@media(max-width:350px){
  .dao-theme .dao-release-carousel.dao-release-carousel--mini{grid-auto-columns:calc((100vw - 38px)/2.5)!important}
}


/* ============================================================
   DaoScroll 4.11.6 — compact shell + lightweight discovery
   ============================================================ */
.dao-theme{
	--dao-secondary-row:34px;
}
.dao-theme.dao-reader-page{--dao-secondary-row:0px}

/* Main header: logo/search/actions only. Product navigation sits below. */
.dao-theme .dao-header{
	height:auto!important;
	min-height:0!important;
	overflow:visible;
}
.dao-theme .dao-header__inner{
	height:var(--dao-header)!important;
	min-height:var(--dao-header)!important;
	gap:14px!important;
}
.dao-theme .dao-header-search{
	flex:1 1 420px;
	max-width:520px!important;
	min-width:180px;
}
.dao-theme .dao-header__actions{
	margin-left:auto;
	gap:4px!important;
}
.dao-theme .dao-header-socials{gap:4px!important}
.dao-theme .dao-header-social--icon{
	width:36px!important;
	height:36px!important;
	min-width:36px!important;
	min-height:36px!important;
	padding:0!important;
	border-radius:9px!important;
}
.dao-theme .dao-header-social--icon .dao-icon{width:16px;height:16px}
.dao-theme .dao-header-social--patreon.dao-header-social--icon{
	background:#111!important;
	border-color:#111!important;
}
.dao-theme .dao-header-account{
	min-height:36px!important;
	padding-inline:11px!important;
	font-size:11px!important;
}

/* Madara-like secondary browsing strip. */
.dao-theme .dao-secondary-nav{
	height:var(--dao-secondary-row);
	border-top:1px solid color-mix(in srgb,var(--dao-border) 58%,transparent);
	border-bottom:1px solid var(--dao-border);
	background:color-mix(in srgb,var(--dao-surface) 72%,var(--dao-bg));
}
.dao-theme .dao-secondary-nav__inner{
	display:flex;
	align-items:center;
	gap:4px;
	height:100%;
	overflow-x:auto;
	scrollbar-width:none;
}
.dao-theme .dao-secondary-nav__inner::-webkit-scrollbar{display:none}
.dao-theme .dao-secondary-nav a,
.dao-theme .dao-secondary-nav__adult{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	flex:none;
	height:26px;
	min-height:26px!important;
	padding:0 10px;
	border:0;
	border-radius:6px;
	background:transparent;
	color:var(--dao-muted);
	font:760 11px/1 var(--dao-font-ui);
	white-space:nowrap;
	cursor:pointer;
}
.dao-theme .dao-secondary-nav a:hover,
.dao-theme .dao-secondary-nav__adult:hover,
.dao-theme .dao-secondary-nav__adult.is-active{
	background:var(--dao-surface-2);
	color:var(--dao-text);
}
.dao-theme .dao-secondary-nav__adult.is-active::before{
	content:"";
	width:5px;
	height:5px;
	margin-right:5px;
	border-radius:50%;
	background:currentColor;
}
.dao-theme.dao-reader-page .dao-secondary-nav{display:none!important}

/* Sticky elements account for the small secondary row. */
.dao-theme:not(.dao-reader-page) .dao-novel-tabs{
	top:calc(var(--dao-header) + var(--dao-secondary-row))!important;
}
.dao-theme:not(.dao-reader-page) .dao-home-library{
	top:calc(var(--dao-header) + var(--dao-secondary-row) + 14px)!important;
}
.dao-theme:not(.dao-reader-page) .dao-notification-panel{
	top:calc(var(--dao-header) + var(--dao-secondary-row) + 8px)!important;
}

/* Official Patreon symbol presentation. */
.dao-theme .dao-patreon-mark,
.login .dao-patreon-mark{
	display:inline-grid!important;
	width:15px!important;
	height:18px!important;
	min-width:15px!important;
	place-items:center;
	border-radius:0!important;
	background:transparent!important;
	color:inherit!important;
	overflow:visible;
}
.dao-theme .dao-patreon-mark img,
.login .dao-patreon-mark img{
	display:block;
	width:15px;
	height:17px;
	object-fit:contain;
}
.dao-theme :where(.dao-patreon-button,.dao-community-button--patreon,.dao-header-social--patreon,.dao-reader-community-link--patreon) .dao-patreon-mark img,
.login .dao-patreon-button .dao-patreon-mark img{
	filter:invert(1);
}
.dao-theme .dao-community-button--patreon .dao-patreon-mark{background:transparent!important}

/* Smaller, calmer status chips over covers. */
.dao-theme .dao-card__badges{
	top:6px!important;
	right:6px!important;
	gap:3px!important;
}
.dao-theme .dao-card__badges .dao-badge,
.dao-theme .dao-card__cover>.dao-badge{
	min-height:20px!important;
	padding:3px 6px!important;
	border-radius:6px!important;
	font-size:8px!important;
	line-height:1!important;
	letter-spacing:.055em!important;
}
.dao-theme .dao-home-grid .dao-card__cover,
.dao-theme .dao-release-carousel--mini .dao-card__cover{
	aspect-ratio:2/3!important;
}
.dao-theme .dao-home-grid .dao-card__cover img,
.dao-theme .dao-release-carousel--mini .dao-card__cover img{
	object-position:center top;
}

/* Homepage: useful main-column shelves stay visible on phones too. */
.dao-theme .dao-home-section--popular,
.dao-theme .dao-home-section--random{display:block!important}
.dao-theme .dao-home-section--popular .dao-section__head,
.dao-theme .dao-home-section--random .dao-section__head{margin-bottom:14px}

/* Compact built-in sidebar, desktop-first and cheap. */
.dao-theme .dao-home-library--compact{display:grid;gap:14px;align-content:start}
.dao-theme .dao-home-sidebar-picks{padding:14px!important}
.dao-theme .dao-sidebar-widget__head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
	margin-bottom:4px;
	color:var(--dao-muted);
	font-size:9px;
	font-weight:800;
	letter-spacing:.08em;
	text-transform:uppercase;
}
.dao-theme .dao-sidebar-widget__head a{color:var(--dao-text);font-size:10px;text-transform:none;letter-spacing:0}
.dao-theme .dao-home-sidebar-picks .dao-sidebar-widget__title{margin:0 0 10px;font-size:16px!important}
.dao-theme .dao-home-mini-list{display:grid;gap:1px}
.dao-theme .dao-home-mini-item{
	display:grid;
	grid-template-columns:42px minmax(0,1fr);
	align-items:center;
	gap:9px;
	min-height:66px;
	padding:5px 0;
	border-top:1px solid color-mix(in srgb,var(--dao-border) 72%,transparent);
}
.dao-theme .dao-home-mini-item:first-child{border-top:0}
.dao-theme .dao-home-mini-cover{
	display:block;
	width:42px;
	aspect-ratio:2/3;
	overflow:hidden;
	border-radius:6px;
	background:var(--dao-surface-2);
}
.dao-theme .dao-home-mini-cover img,
.dao-theme .dao-home-mini-cover .dao-cover-placeholder{width:100%;height:100%;object-fit:cover}
.dao-theme .dao-home-mini-cover .dao-cover-placeholder span{font-size:20px}
.dao-theme .dao-home-mini-copy{display:grid;gap:3px;min-width:0}
.dao-theme .dao-home-mini-copy strong{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	font-size:11px;
	line-height:1.28;
}
.dao-theme .dao-home-mini-copy small{color:var(--dao-muted);font-size:9px}

/* Cleaner carousel arrows. */
.dao-theme .dao-carousel-controls{gap:6px}
.dao-theme .dao-carousel-controls button{
	width:36px!important;
	height:36px!important;
	min-width:36px!important;
	min-height:36px!important;
	padding:0!important;
	border:1px solid var(--dao-border)!important;
	border-radius:9px!important;
	background:var(--dao-surface)!important;
	color:var(--dao-text)!important;
	font-size:15px!important;
	line-height:1!important;
	box-shadow:none!important;
	transition:background .14s ease,border-color .14s ease,transform .14s ease;
}
.dao-theme .dao-carousel-controls button:hover{
	background:var(--dao-surface-2)!important;
	border-color:color-mix(in srgb,var(--dao-text) 25%,var(--dao-border))!important;
	transform:translateY(-1px);
}

/* Notification badge: quiet indicator instead of a loud counter. */
.dao-theme .dao-notification-button{position:relative}
.dao-theme .dao-notification-badge{
	position:absolute!important;
	top:6px!important;
	right:5px!important;
	display:grid!important;
	width:14px!important;
	height:14px!important;
	min-width:14px!important;
	min-height:14px!important;
	place-items:center;
	padding:0!important;
	border:2px solid var(--dao-bg)!important;
	border-radius:999px!important;
	background:var(--dao-text)!important;
	color:var(--dao-bg)!important;
	font-size:8px!important;
	font-weight:850!important;
	line-height:1!important;
}

/* Novel page: smaller action controls and a bounded TOC page. */
.dao-theme .dao-novel-actions{gap:7px!important}
.dao-theme .dao-novel-actions .dao-button{
	min-height:40px!important;
	padding-inline:13px!important;
	border-radius:9px!important;
	font-size:11px!important;
}
.dao-theme .dao-chapter-heading{gap:10px}
.dao-theme .dao-chapter-heading .dao-button{
	min-height:36px!important;
	padding-inline:10px!important;
	border-radius:8px!important;
	font-size:10px!important;
}
.dao-theme .dao-chapter-search{min-height:42px!important}
.dao-theme .dao-chapter-list>a{min-height:44px!important}
.dao-theme .dao-chapter-pages .dao-button{
	min-height:36px!important;
	padding-inline:10px!important;
	border-radius:8px!important;
	font-size:10px!important;
}

/* Mobile shell remains compact even with the secondary line. */
@media(max-width:1180px){
	.dao-theme .dao-header-socials{display:flex!important}
	.dao-theme .dao-header-search{max-width:430px!important}
}
@media(max-width:1050px){
	.dao-theme{--dao-header:54px;--dao-secondary-row:34px}
	.dao-theme .dao-header{height:auto!important;min-height:0!important}
	.dao-theme .dao-header__inner{height:var(--dao-header)!important;min-height:var(--dao-header)!important}
	.dao-theme .dao-header-search,.dao-theme .dao-header-account,.dao-theme .dao-header-socials{display:none!important}
	.dao-theme .dao-mobile-search-toggle,.dao-theme .dao-menu-toggle{display:grid!important}
	.dao-theme .dao-secondary-nav a,.dao-theme .dao-secondary-nav__adult{
		height:26px;
		min-height:26px!important;
		padding-inline:11px;
		font-size:10.5px;
	}
	.dao-theme:not(.dao-reader-page) .dao-novel-tabs{top:calc(var(--dao-header) + var(--dao-secondary-row) + env(safe-area-inset-top))!important}
	.dao-theme:not(.dao-reader-page) .dao-notification-panel{top:calc(var(--dao-header) + var(--dao-secondary-row) + env(safe-area-inset-top) + 7px)!important}
	.dao-theme.dao-reader-page{--dao-secondary-row:0px}
}
@media(max-width:800px){
	.dao-theme .dao-home-sidebar-picks{display:none}
}
@media(max-width:600px){
	.dao-theme .dao-home-grid--popular>.dao-card:nth-child(n/**/+7),
	.dao-theme .dao-home-grid--random>.dao-card:nth-child(n/**/+7){display:none}
	.dao-theme .dao-secondary-nav__inner{width:calc(100% - 20px)}
	.dao-theme .dao-home-section--popular .dao-section__head,
	.dao-theme .dao-home-section--random .dao-section__head{margin-bottom:11px}
	.dao-theme .dao-carousel-controls{display:none}
	.dao-theme .dao-card__badges .dao-badge,
	.dao-theme .dao-card__cover>.dao-badge{font-size:7.5px!important;padding:3px 5px!important}
}

/* ============================================================
   DaoScroll 4.13.0 — ultra-lean compact density pass
   Smaller shell, smaller directory controls, denser cards.
   ============================================================ */
@media(min-width:1051px){
  .dao-theme{--dao-header:50px;--dao-secondary-row:29px}
  .dao-theme .dao-header__inner{gap:10px!important}
  .dao-theme .dao-brand__mark{width:30px!important;height:30px!important}
  .dao-theme .dao-brand__name{font-size:16px!important}
  .dao-theme .dao-header-search{flex:0 1 360px!important;max-width:360px!important;min-width:220px!important}
  .dao-theme .dao-header-search .dao-search,
  .dao-theme .dao-header-search .search-form{min-height:36px!important;height:36px!important;border-radius:8px!important}
  .dao-theme .dao-header-search input[type="search"]{height:34px!important;min-height:34px!important;padding-block:0!important;font-size:12px!important}
  .dao-theme .dao-header__actions .dao-icon-button,
  .dao-theme .dao-header-social--icon{width:33px!important;height:33px!important;min-width:33px!important;min-height:33px!important;border-radius:8px!important}
  .dao-theme .dao-header-account{height:33px!important;min-height:33px!important;padding-inline:10px!important;font-size:10.5px!important}
  .dao-theme .dao-secondary-nav a,
  .dao-theme .dao-secondary-nav__adult{height:22px!important;min-height:22px!important;padding-inline:9px!important;font-size:10px!important;border-radius:5px!important}
}

.dao-theme .dao-main{padding-top:20px!important;padding-bottom:34px!important}
.dao-theme .dao-breadcrumbs{margin-bottom:14px!important;font-size:11px!important}
.dao-theme .dao-directory-main{width:min(calc(100% - 32px),1320px)!important;max-width:1320px!important}

/* Directory heading: content heading, not a giant feature card. */
.dao-theme .dao-directory-header--compact{
  display:flex!important;
  align-items:end!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:0 0 12px!important;
  padding:6px 0 10px!important;
  min-height:0!important;
  border:0!important;
  border-bottom:1px solid var(--dao-border)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.dao-theme .dao-directory-header--compact .dao-kicker{font-size:9px!important;letter-spacing:.08em!important}
.dao-theme .dao-directory-header--compact h1{margin:3px 0 2px!important;font-size:clamp(26px,3vw,34px)!important;line-height:1.02!important;letter-spacing:-.035em!important}
.dao-theme .dao-directory-header--compact p{margin:0!important;max-width:600px!important;font-size:12px!important;line-height:1.45!important;color:var(--dao-muted)!important}
.dao-theme .dao-directory-header--compact .search-form,
.dao-theme .dao-directory-header--compact .dao-search{width:min(310px,30vw)!important;min-height:36px!important;height:36px!important;border-radius:8px!important}
.dao-theme .dao-directory-header--compact input[type="search"]{height:34px!important;min-height:34px!important;padding-block:0!important;font-size:12px!important}

/* Tiny archive shortcuts and closed-by-default filters. */
.dao-theme .dao-directory-shortcuts{display:flex!important;gap:5px!important;margin:0 0 9px!important;overflow-x:auto!important;scrollbar-width:none}
.dao-theme .dao-directory-shortcuts::-webkit-scrollbar{display:none}
.dao-theme .dao-directory-shortcuts a{min-height:30px!important;height:30px!important;padding:0 10px!important;border-radius:7px!important;font-size:10.5px!important;white-space:nowrap!important}
.dao-theme .dao-filter-disclosure{margin:0 0 14px!important}
.dao-theme .dao-filter-disclosure>summary{display:inline-flex!important;align-items:center!important;min-height:30px!important;height:30px!important;padding:0 10px!important;border:1px solid var(--dao-border)!important;border-radius:7px!important;background:var(--dao-surface)!important;font-size:10.5px!important;font-weight:750!important;cursor:pointer!important}
@media(min-width:801px){
  .dao-theme .dao-filter-disclosure:not([open])>.dao-filters{display:none!important}
  .dao-theme .dao-filter-disclosure[open]>.dao-filters{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr)) auto!important;align-items:end!important;gap:8px!important;margin-top:8px!important;padding:10px!important;border:1px solid var(--dao-border)!important;border-radius:9px!important;background:var(--dao-surface)!important;box-shadow:none!important}
  .dao-theme .dao-filter-sheet-head,.dao-theme .dao-filter-backdrop{display:none!important}
}
.dao-theme .dao-filters label{gap:4px!important;font-size:9.5px!important}
.dao-theme .dao-filters :is(select,input){min-height:34px!important;height:34px!important;padding:0 9px!important;border-radius:7px!important;font-size:11px!important}
.dao-theme .dao-filters .dao-filter-actions{gap:5px!important}
.dao-theme .dao-filters .dao-button{min-height:34px!important;height:34px!important;padding:0 11px!important;border-radius:7px!important;font-size:10.5px!important}
.dao-theme .dao-active-filters{min-height:24px!important;margin:0 0 10px!important;gap:5px!important;font-size:10px!important}
.dao-theme .dao-filter-chip,.dao-theme .dao-filter-mode{min-height:22px!important;padding:3px 7px!important;font-size:9.5px!important}
.dao-theme .dao-results-bar{min-height:34px!important;margin:6px 0 12px!important;font-size:11px!important}

/* Denser catalog cards: cover + title + status only. */
.dao-theme .dao-grid--cards-compact{
  grid-template-columns:repeat(auto-fill,minmax(128px,1fr))!important;
  gap:20px 13px!important;
  align-items:start!important;
}
.dao-theme .dao-grid--cards-compact .dao-card{min-width:0!important;max-width:none!important}
.dao-theme .dao-grid--cards-compact .dao-card__cover{aspect-ratio:2/3!important;border-radius:8px!important}
.dao-theme .dao-grid--cards-compact .dao-card__body{padding:7px 1px 0!important;min-height:0!important}
.dao-theme .dao-grid--cards-compact .dao-card__title{margin:0!important;font-size:12.5px!important;line-height:1.3!important;letter-spacing:-.01em!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}
.dao-theme .dao-grid--cards-compact .dao-card__meta,
.dao-theme .dao-grid--cards-compact .dao-card__update,
.dao-theme .dao-grid--cards-compact .dao-card__read,
.dao-theme .dao-grid--cards-compact .dao-card__author,
.dao-theme .dao-grid--cards-compact .dao-card__genre{display:none!important}
.dao-theme .dao-grid--cards-compact .dao-card__badges .dao-badge{min-height:17px!important;padding:2px 5px!important;border-radius:5px!important;font-size:7px!important}

/* Keep ordinary interface controls restrained on desktop. */
@media(min-width:801px){
  .dao-theme .dao-button:not(.dao-reader-settings .dao-button){min-height:34px;padding:0 11px;border-radius:8px;font-size:10.5px}
  .dao-theme .dao-section__head h2{font-size:clamp(20px,2vw,27px)!important}
  .dao-theme .dao-kicker{font-size:9px!important}
}

@media(max-width:800px){
  .dao-theme{--dao-header:50px;--dao-secondary-row:30px}
  .dao-theme .dao-main{padding-top:14px!important}
  .dao-theme .dao-directory-main{width:min(calc(100% - 22px),1320px)!important}
  .dao-theme .dao-directory-header--compact{display:block!important;margin-bottom:9px!important;padding:4px 0 8px!important}
  .dao-theme .dao-directory-header--compact h1{font-size:25px!important}
  .dao-theme .dao-directory-header--compact p{font-size:11.5px!important}
  .dao-theme .dao-directory-header--compact .search-form,
  .dao-theme .dao-directory-header--compact .dao-search{width:100%!important;height:38px!important;margin-top:9px!important}
  .dao-theme .dao-directory-shortcuts a{min-height:32px!important;height:32px!important}
  .dao-theme .dao-grid--cards-compact{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:17px 9px!important}
  .dao-theme .dao-grid--cards-compact .dao-card__title{font-size:11.5px!important}
  .dao-theme .dao-filter-disclosure>summary{min-height:34px!important;height:34px!important}
}
@media(max-width:420px){
  .dao-theme .dao-grid--cards-compact{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px 8px!important}
  .dao-theme .dao-grid--cards-compact .dao-card__title{font-size:11px!important}
}
@media(max-width:330px){
  .dao-theme .dao-grid--cards-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media(min-width:1051px){
  .dao-theme .dao-home-feed .dao-home-grid{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:18px 12px!important;
  }
  .dao-theme .dao-home-feed .dao-card__body{padding:7px 1px 0!important}
  .dao-theme .dao-home-feed .dao-card__title{font-size:12px!important;line-height:1.3!important}
  .dao-theme .dao-home-feed .dao-card__badges .dao-badge{font-size:7px!important;min-height:17px!important;padding:2px 5px!important}
  .dao-theme .dao-home-section{padding-block:24px!important}
  .dao-theme .dao-release-strip{padding-block:24px!important}
  .dao-theme .dao-release-carousel.dao-release-carousel--mini{grid-auto-columns:124px!important;gap:10px!important}
  .dao-theme .dao-release-carousel--mini .dao-card{width:124px!important;min-width:124px!important}
  .dao-theme .dao-release-carousel--mini .dao-card__cover{width:124px!important}
  .dao-theme .dao-release-carousel--mini .dao-card__title{font-size:11.5px!important}
  .dao-theme .dao-carousel-controls button{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;border-radius:8px!important}
}

/* Notification count is intentionally a quiet dot; the panel itself carries detail. */
.dao-theme .dao-notification-badge{
  top:6px!important;right:6px!important;width:8px!important;height:8px!important;
  min-width:8px!important;min-height:8px!important;border-width:1.5px!important;
  padding:0!important;font-size:0!important;color:transparent!important;
}

/* The dedicated Newly Uploaded date switch now controls a real card field. */
.dao-theme .dao-release-carousel--mini .dao-card__meta{
  display:flex!important;min-height:15px;align-items:center;justify-content:flex-start;
  margin:1px 0 0!important;color:var(--dao-muted);font-size:9px!important;line-height:1.35;
}
.dao-theme .dao-release-carousel--mini .dao-card__meta time{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* Reader community base utilities; component visuals are consolidated below. */
.dao-supporter-badge--large{min-height:30px;padding-inline:12px;font-size:11px}
.dao-account-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.dao-account-actions form{margin:0}
.dao-account-danger{margin-top:28px;padding-top:14px;border-top:1px solid var(--dao-border)}.dao-account-danger summary{cursor:pointer;color:#a22929;font-weight:750}.dao-account-danger form{max-width:520px}
.dao-table-scroll{overflow:auto;border:1px solid var(--dao-border)}
.dao-membership-gate{max-width:680px;margin:50px auto;padding:28px 0;border-block:1px solid var(--dao-border);text-align:center}.dao-membership-gate p{max-width:52ch;margin-inline:auto;color:var(--dao-muted)}
@media(max-width:680px){.dao-account-tabs{overflow-x:auto;white-space:nowrap}}

/* 4.18 reader-community + WTR-inspired metadata refinement. */
.dao-taxonomy-rail{
  min-width:0;
  margin-top:10px;
  padding:8px 10px;
  border:1px solid var(--dao-border);
  border:1px solid color-mix(in srgb,var(--dao-border) 84%,transparent);
  border-radius:10px;
  background:var(--dao-surface);
  background:color-mix(in srgb,var(--dao-surface) 93%,var(--dao-bg));
  box-shadow:inset 0 1px rgba(255,255,255,.45);
  overflow:hidden;
}
.dao-taxonomy-rail__track{
  display:flex;
  align-items:center;
  gap:0;
  min-width:0;
  overflow-x:auto;
  overflow-y:hidden;
  white-space:nowrap;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-inline:contain;
}
.dao-taxonomy-rail__track::-webkit-scrollbar{display:none}
.dao-taxonomy-rail__track:focus-visible{outline:2px solid var(--dao-accent);outline-offset:2px;border-radius:6px}
.dao-taxonomy-rail__label{
  flex:none;
  margin-right:8px;
  color:var(--dao-muted);
  font:800 9px/1 var(--dao-font-ui);
  letter-spacing:.085em;
  text-transform:uppercase;
}
.dao-taxonomy-rail__term{
  position:relative;
  flex:none;
  padding:4px 7px 4px 0;
  color:var(--dao-text);
  font:650 11px/1.25 var(--dao-font-ui);
  text-decoration:none;
}
.dao-taxonomy-rail__term + .dao-taxonomy-rail__term::before{
  content:"·";
  display:inline-block;
  margin-right:7px;
  color:color-mix(in srgb,var(--dao-muted) 75%,transparent);
}
.dao-taxonomy-rail__term:hover,.dao-taxonomy-rail__term:focus-visible{color:var(--dao-accent);text-decoration:underline;text-underline-offset:3px}
.dao-taxonomy-rail__divider{flex:none;margin:0 11px 0 4px;color:var(--dao-border);font-weight:500}
.dao-novel-page .dao-ad{min-width:0;max-width:100%;clear:both}
.dao-novel-page .dao-ad__content{max-width:100%;overflow:visible}

.dao-leaderboard{
  width:min(100% - 28px,1120px);
  margin:32px auto 48px;
}
.dao-leaderboard-hero{
  position:relative;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:18px;
  padding:24px 26px;
  border:1px solid var(--dao-border);
  border-radius:18px;
  background:var(--dao-surface);
  background:
    radial-gradient(circle at 84% 10%,color-mix(in srgb,var(--dao-accent) 12%,transparent),transparent 31%),
    linear-gradient(145deg,var(--dao-surface),color-mix(in srgb,var(--dao-surface-2) 84%,var(--dao-bg)));
  box-shadow:0 14px 34px rgba(17,24,39,.07),inset 0 1px rgba(255,255,255,.55);
  overflow:hidden;
}
.dao-leaderboard-hero::after{
  content:"道";
  position:absolute;
  right:22px;
  top:-22px;
  color:color-mix(in srgb,var(--dao-accent) 7%,transparent);
  font:900 112px/1 var(--dao-font-ui);
  pointer-events:none;
}
.dao-leaderboard-hero>div,.dao-leaderboard-updated{position:relative;z-index:1}
.dao-leaderboard-hero h1{margin:.12em 0 .18em;font-size:clamp(31px,5vw,48px);line-height:1;letter-spacing:-.045em}
.dao-leaderboard-hero p{max-width:650px;margin:0;color:var(--dao-muted);font-size:13px;line-height:1.55}
.dao-leaderboard-updated{
  flex:none;
  padding:6px 9px;
  border:1px solid color-mix(in srgb,var(--dao-border) 86%,transparent);
  border-radius:999px;
  background:color-mix(in srgb,var(--dao-surface) 88%,transparent);
  color:var(--dao-muted);
  font:750 10px/1 var(--dao-font-ui);
  white-space:nowrap;
}
.dao-leaderboard-join{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0 0 18px;
  padding:13px 15px;
  border:1px solid var(--dao-border);
  border:1px solid color-mix(in srgb,var(--dao-accent) 25%,var(--dao-border));
  border-radius:12px;
  background:var(--dao-surface);
  background:color-mix(in srgb,var(--dao-accent) 5%,var(--dao-surface));
}
.dao-leaderboard-join>div{display:grid;gap:3px;min-width:0}.dao-leaderboard-join strong{font-size:12px}.dao-leaderboard-join span{color:var(--dao-muted);font-size:11px}
.dao-leaderboard-podium{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:0 0 22px;
  align-items:end;
}
.dao-podium-card{
  --dao-medal:#b7791f;
  --dao-medal-hi:#fff1a6;
  position:relative;
  display:grid;
  justify-items:center;
  min-width:0;
  padding:22px 16px 16px;
  border:1px solid var(--dao-border);
  border:1px solid color-mix(in srgb,var(--dao-medal) 42%,var(--dao-border));
  border-radius:17px;
  background:var(--dao-surface);
  background:
    radial-gradient(circle at 50% -5%,color-mix(in srgb,var(--dao-medal-hi) 28%,transparent),transparent 34%),
    linear-gradient(155deg,var(--dao-surface),color-mix(in srgb,var(--dao-medal) 4%,var(--dao-surface-2)));
  box-shadow:0 13px 28px rgba(15,23,42,.08),0 3px 0 color-mix(in srgb,var(--dao-medal) 35%,transparent),inset 0 1px rgba(255,255,255,.65);
  isolation:isolate;
}
.dao-podium-card.dao-rank--1{--dao-medal:#b7791f;--dao-medal-hi:#fff1a6;padding-top:28px;min-height:286px}
.dao-podium-card.dao-rank--2{--dao-medal:#75808e;--dao-medal-hi:#eef2f6;min-height:268px}
.dao-podium-card.dao-rank--3{--dao-medal:#a05a2c;--dao-medal-hi:#f2c09a;min-height:254px}
.dao-podium-card.is-current-reader{outline:2px solid color-mix(in srgb,var(--dao-accent) 58%,transparent);outline-offset:3px}
.dao-podium-rank{
  position:absolute;
  top:12px;
  left:12px;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border:1px solid color-mix(in srgb,var(--dao-medal) 75%,#fff);
  border-radius:50%;
  background:linear-gradient(145deg,var(--dao-medal-hi),var(--dao-medal) 62%,color-mix(in srgb,var(--dao-medal) 76%,#4b2b0b));
  box-shadow:inset 0 2px 2px rgba(255,255,255,.68),inset 0 -3px 5px rgba(0,0,0,.18),0 4px 8px rgba(0,0,0,.14);
  color:#241607;
  font:900 15px/1 var(--dao-font-ui);
  text-shadow:0 1px rgba(255,255,255,.4);
}
.dao-podium-avatar{display:block;margin-top:15px;border-radius:50%;box-shadow:0 8px 18px rgba(15,23,42,.12)}
.dao-podium-avatar img{display:block;width:78px;height:78px;border:4px solid color-mix(in srgb,var(--dao-medal) 65%,#fff);border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}
.dao-podium-name{display:grid;justify-items:center;gap:7px;max-width:100%;margin-top:11px;text-align:center}.dao-podium-name>a{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--dao-text);font-size:14px;font-weight:850;text-decoration:none}.dao-podium-name>a:hover{color:var(--dao-accent)}
.dao-podium-score{display:flex;align-items:baseline;gap:5px;margin-top:13px}.dao-podium-score strong{font-size:24px;line-height:1}.dao-podium-score span{color:var(--dao-muted);font-size:9px;font-weight:850;letter-spacing:.08em}
.dao-podium-meta{display:flex;justify-content:center;gap:12px;width:100%;margin-top:14px;padding-top:12px;border-top:1px solid var(--dao-border);color:var(--dao-muted);font-size:9.5px}.dao-podium-meta strong{color:var(--dao-text);font-size:11px}
.dao-supporter-badge{
  position:relative;
  display:inline-flex;
  min-height:24px;
  align-items:center;
  gap:5px;
  overflow:hidden;
  padding:3px 9px;
  border:1px solid #a56b18;
  border-radius:999px;
  background:linear-gradient(155deg,#fff6cf 0,#e5aa42 46%,#b76d17 72%,#84480e 100%);
  box-shadow:inset 0 1px rgba(255,255,255,.78),inset 0 -2px 3px rgba(82,43,7,.23),0 3px 7px rgba(56,31,3,.18);
  color:#3d2407;
  font-size:10px;
  font-weight:850;
  letter-spacing:.02em;
  text-shadow:0 1px rgba(255,255,255,.34);
}
.dao-supporter-badge::after{content:"";position:absolute;inset:1px 12% auto;height:45%;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.44),transparent);pointer-events:none}
.dao-leaderboard-list{
  border:1px solid var(--dao-border);
  border-radius:15px;
  background:var(--dao-surface);
  box-shadow:0 10px 28px rgba(15,23,42,.045);
  overflow:hidden;
}
.dao-leaderboard-list__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid var(--dao-border);background:linear-gradient(180deg,var(--dao-surface),var(--dao-surface-2))}.dao-leaderboard-list__head h2{margin:0;font-size:17px}.dao-leaderboard-list__head span{color:var(--dao-muted);font-size:10px;font-weight:700}
.dao-leaderboard .dao-table-scroll{border:0;border-radius:0;overflow-x:auto}
.dao-leaderboard table{width:100%;border-collapse:separate;border-spacing:0;background:transparent;font-size:12px}
.dao-leaderboard th,.dao-leaderboard td{padding:11px 13px;border-bottom:1px solid color-mix(in srgb,var(--dao-border) 82%,transparent);text-align:left;vertical-align:middle;white-space:nowrap}
.dao-leaderboard th{background:color-mix(in srgb,var(--dao-surface-2) 74%,var(--dao-surface));color:var(--dao-muted);font-size:10.5px;font-weight:850;letter-spacing:.065em;text-transform:uppercase}
.dao-leaderboard tbody tr:last-child td{border-bottom:0}.dao-leaderboard tbody tr:hover td{background:color-mix(in srgb,var(--dao-accent) 3.5%,var(--dao-surface))}.dao-leaderboard tr.is-current-reader td{background:color-mix(in srgb,var(--dao-accent) 7%,var(--dao-surface))}
.dao-leader-user{display:flex;align-items:center;gap:10px}.dao-leader-user img{width:36px;height:36px;border:1px solid var(--dao-border);border-radius:50%;box-shadow:0 3px 8px rgba(15,23,42,.08)}.dao-leader-user>span{display:grid;gap:2px}.dao-leader-user a{color:var(--dao-text);font-weight:800;text-decoration:none}.dao-leader-user a:hover{color:var(--dao-accent)}.dao-leader-user small{color:var(--dao-muted);font-size:9px}
.dao-rank-medallion{display:inline-grid;place-items:center;min-width:34px;height:26px;padding:0 7px;border:1px solid var(--dao-border);border-radius:8px;background:linear-gradient(180deg,var(--dao-surface),var(--dao-surface-2));box-shadow:inset 0 1px rgba(255,255,255,.55),0 2px 4px rgba(15,23,42,.05);font-weight:850}
.dao-leaderboard tr.dao-rank--1 .dao-rank-medallion,.dao-leaderboard tr.dao-rank--2 .dao-rank-medallion,.dao-leaderboard tr.dao-rank--3 .dao-rank-medallion{border-color:color-mix(in srgb,#b7791f 45%,var(--dao-border))}
.dao-leaderboard-empty{display:grid;justify-items:center;gap:9px;padding:46px 24px;border:1px solid var(--dao-border);border-radius:16px;background:linear-gradient(145deg,var(--dao-surface),var(--dao-surface-2));text-align:center}.dao-leaderboard-empty__mark{display:grid;place-items:center;width:58px;height:58px;border:1px solid color-mix(in srgb,var(--dao-accent) 28%,var(--dao-border));border-radius:16px;background:color-mix(in srgb,var(--dao-accent) 7%,var(--dao-surface));color:var(--dao-accent);font-size:28px;font-weight:900;box-shadow:0 8px 18px rgba(15,23,42,.07)}.dao-leaderboard-empty h2{margin:3px 0 0;font-size:21px}.dao-leaderboard-empty p{max-width:590px;margin:0 0 6px;color:var(--dao-muted);font-size:12px;line-height:1.55}
.dao-your-rank{margin-top:14px;padding:14px;border:1px solid color-mix(in srgb,var(--dao-accent) 22%,var(--dao-border));border-radius:13px;background:color-mix(in srgb,var(--dao-accent) 4%,var(--dao-surface));box-shadow:0 7px 18px rgba(15,23,42,.045)}

@media(max-width:760px){
  .dao-leaderboard{width:min(100% - 20px,1120px);margin-top:18px}
  .dao-leaderboard-hero{align-items:flex-start;flex-direction:column;padding:20px;border-radius:15px}.dao-leaderboard-hero::after{font-size:88px}.dao-leaderboard-updated{align-self:flex-start}
  .dao-leaderboard-podium{grid-template-columns:1fr;gap:10px;align-items:stretch}.dao-podium-card,.dao-podium-card.dao-rank--1,.dao-podium-card.dao-rank--2,.dao-podium-card.dao-rank--3{grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;justify-items:start;align-items:center;min-height:0;padding:14px 14px 14px 66px}.dao-podium-rank{left:14px;top:50%;transform:translateY(-50%)}.dao-podium-avatar{grid-row:1/3;margin:0 11px 0 0}.dao-podium-avatar img{width:54px;height:54px;border-width:3px}.dao-podium-name{justify-items:start;margin:0;text-align:left}.dao-podium-score{grid-column:3;grid-row:1/3;margin:0}.dao-podium-score strong{font-size:20px}.dao-podium-meta{grid-column:2;margin:6px 0 0;padding:0;border:0;justify-content:flex-start;gap:9px}.dao-podium-name .dao-supporter-badge{display:none}
  .dao-leaderboard-join{align-items:flex-start;flex-direction:column}.dao-leaderboard-join .dao-button{width:100%}
  .dao-taxonomy-rail{margin-top:7px;padding:7px 8px;border-radius:9px}.dao-taxonomy-rail__label{margin-right:7px;font-size:8px}.dao-taxonomy-rail__term{font-size:10.5px}.dao-taxonomy-rail__divider{margin-inline:8px}
}
@media(max-width:560px){
  .dao-leaderboard-list{border-radius:13px}.dao-leaderboard-list__head{padding:13px 14px}.dao-leaderboard-list__head span{display:none}
  .dao-leaderboard table,.dao-leaderboard tbody,.dao-leaderboard tr,.dao-leaderboard td{display:block;width:100%}.dao-leaderboard thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%)}.dao-leaderboard tbody{display:grid;gap:8px;padding:9px}.dao-leaderboard tbody tr{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:6px 10px;padding:11px;border:1px solid var(--dao-border);border-radius:11px;background:var(--dao-surface);box-shadow:0 4px 10px rgba(15,23,42,.035)}.dao-leaderboard td{padding:0;border:0!important;background:transparent!important}.dao-leaderboard td:nth-child(1){grid-row:1/3;grid-column:1}.dao-leaderboard td:nth-child(2){grid-column:2;grid-row:1}.dao-leaderboard td:nth-child(3){grid-column:2;grid-row:2}.dao-leaderboard td:nth-child(4){grid-column:3;grid-row:1;text-align:right}.dao-leaderboard td:nth-child(5),.dao-leaderboard td:nth-child(6){display:inline;width:auto;grid-row:2;color:var(--dao-muted);font-size:10px}.dao-leaderboard td:nth-child(5){grid-column:3;text-align:right}.dao-leaderboard td:nth-child(6){display:none}.dao-leader-user img{width:32px;height:32px}.dao-leader-user small{display:none}.dao-supporter-badge{min-height:21px;padding:2px 7px;font-size:8.5px}.dao-rank-medallion{min-width:32px}
}

/* Reader profile depth kept consistent with the leaderboard rather than a separate game skin. */
.dao-reader-profile{width:min(100% - 28px,1080px);margin:32px auto}
.dao-reader-profile>header{
  position:relative;
  display:flex;
  align-items:center;
  gap:16px;
  padding:20px 22px;
  border:1px solid var(--dao-border);
  border-radius:16px;
  background:var(--dao-surface);
  background:radial-gradient(circle at 88% 0,color-mix(in srgb,var(--dao-accent) 9%,transparent),transparent 30%),linear-gradient(145deg,var(--dao-surface),var(--dao-surface-2));
  box-shadow:0 12px 28px rgba(15,23,42,.055),inset 0 1px rgba(255,255,255,.55);
  overflow:hidden;
}
.dao-reader-profile>header img{width:82px;height:82px;border:4px solid var(--dao-surface);border-radius:50%;box-shadow:0 0 0 1px var(--dao-border),0 8px 18px rgba(15,23,42,.1)}
.dao-reader-profile>header .dao-supporter-badge{margin-left:auto}
.dao-reader-profile>header h1{margin:.12em 0;font-size:clamp(26px,4vw,38px);letter-spacing:-.035em}.dao-reader-profile>header p{margin:2px 0 0;color:var(--dao-muted);font-size:11px}
.dao-profile-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0 24px;border:0;background:transparent}
.dao-profile-stats>div{position:relative;min-width:0;padding:14px 15px;border:1px solid var(--dao-border);border-radius:12px;background:var(--dao-surface);background:linear-gradient(155deg,var(--dao-surface),color-mix(in srgb,var(--dao-surface-2) 82%,var(--dao-bg)));box-shadow:0 6px 14px rgba(15,23,42,.035),inset 0 1px rgba(255,255,255,.5);overflow:hidden}
.dao-profile-stats>div::after{content:"";position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg,var(--dao-accent),transparent 70%);opacity:.38}.dao-profile-stats span{display:block;color:var(--dao-muted);font-size:9px;font-weight:780;letter-spacing:.055em;text-transform:uppercase}.dao-profile-stats strong{display:block;margin-top:5px;font-size:18px;letter-spacing:-.025em}
.dao-achievements{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 20px}.dao-achievement{position:relative;min-height:29px;padding:6px 10px 6px 27px;border:1px solid color-mix(in srgb,var(--dao-accent) 18%,var(--dao-border));border-radius:9px;background:linear-gradient(155deg,var(--dao-surface),var(--dao-surface-2));box-shadow:0 3px 7px rgba(15,23,42,.035),inset 0 1px rgba(255,255,255,.5);font-size:10px;font-weight:700}.dao-achievement::before{content:"✦";position:absolute;left:9px;top:50%;transform:translateY(-50%);color:var(--dao-accent);font-size:10px}
@media(max-width:680px){.dao-reader-profile>header{align-items:flex-start;flex-wrap:wrap;padding:16px}.dao-reader-profile>header img{width:68px;height:68px}.dao-reader-profile>header .dao-supporter-badge{margin-left:0}.dao-profile-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dao-profile-stats>div{padding:11px 12px}}
@media(min-width:761px){.dao-leaderboard-podium>.dao-rank--1{grid-column:2;grid-row:1}.dao-leaderboard-podium>.dao-rank--2{grid-column:1;grid-row:1}.dao-leaderboard-podium>.dao-rank--3{grid-column:3;grid-row:1}}

/* 4.18.1 mobile interaction hardening: keep controls visually compact but provide a 44px hit box. */
@media (max-width:560px){
  .dao-theme .dao-header__actions .dao-icon-button,
  .dao-theme .dao-notification-button{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}
}

/* 4.19 reader-community polish: no new route scripts, lightweight CSS-only presentation. */
.dao-taxonomy-groups{grid-column:1/-1;width:100%;min-width:0;display:grid;gap:8px;margin:8px 0 2px}
.dao-taxonomy-group{display:flex;align-items:flex-start;gap:12px;width:100%;min-width:0;padding:9px 11px;border:1px solid var(--dao-border);border-radius:10px;background:var(--dao-bg)}
.dao-taxonomy-group__label{flex:0 0 auto;padding-top:2px;color:var(--dao-muted);font-size:9px;font-weight:850;letter-spacing:.075em;text-transform:uppercase}
.dao-taxonomy-group__terms{display:flex;flex:1 1 auto;min-width:0;flex-wrap:wrap;gap:4px 11px}
.dao-taxonomy-group__terms a{position:relative;color:var(--dao-text);font-size:12.5px;font-weight:700;line-height:1.5;text-decoration:none;overflow-wrap:anywhere}
.dao-taxonomy-group__terms a:not(:last-child)::after{content:"·";position:absolute;right:-7px;color:var(--dao-muted);font-weight:500;pointer-events:none}
.dao-taxonomy-group__terms a:hover,.dao-taxonomy-group__terms a:focus-visible{color:var(--dao-accent);text-decoration:underline;text-underline-offset:3px}
.dao-novel-title-signals{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap;margin-left:9px;vertical-align:middle}.dao-signal-badge{display:inline-flex;align-items:center;min-height:22px;padding:3px 7px;border:1px solid var(--dao-border);border-radius:999px;background:var(--dao-surface-2);font-size:9px;font-weight:900;line-height:1;letter-spacing:.045em;text-transform:uppercase;box-shadow:inset 0 1px rgba(255,255,255,.45)}.dao-signal-badge--new{border-color:var(--dao-border);border-color:color-mix(in srgb,var(--dao-accent) 35%,var(--dao-border));color:var(--dao-accent)}.dao-signal-badge--popular{border-color:#cba56a;border-color:color-mix(in srgb,#b7791f 38%,var(--dao-border));color:#8b5b14}[data-site-theme="dark"] .dao-signal-badge--popular{color:#f2c46d}
.dao-card__signals{position:absolute;z-index:3;top:8px;left:8px;display:flex;gap:5px;flex-wrap:wrap;max-width:calc(100% - 16px);pointer-events:none}.dao-card__signals .dao-signal-badge{min-height:19px;padding:3px 6px;background:var(--dao-surface);background:color-mix(in srgb,var(--dao-surface) 92%,transparent);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);box-shadow:0 3px 9px rgba(15,23,42,.08)}
.dao-profile-avatar{position:relative;display:inline-grid;place-items:center;flex:none;border-radius:50%;isolation:isolate}.dao-profile-avatar>img{display:block;aspect-ratio:1;border-radius:50%;object-fit:cover}.dao-profile-avatar::after{content:"";position:absolute;inset:-4px;border:2px solid var(--dao-border);border-radius:50%;pointer-events:none}.dao-profile-frame--bronze::after{border-color:#a97142}.dao-profile-frame--silver::after{border-color:#9ba6b2}.dao-profile-frame--gold::after{border-color:#c99524}.dao-profile-frame--flame::after{border-color:#c8622e;box-shadow:0 0 0 2px color-mix(in srgb,#c8622e 14%,transparent)}.dao-profile-frame--sage::after{border-color:#45856b}.dao-profile-frame--crown::after{border-color:#8f67bd;box-shadow:0 0 0 2px color-mix(in srgb,#8f67bd 14%,transparent)}.dao-profile-frame--supporter::before{content:"";position:absolute;z-index:-1;inset:-7px;border-radius:50%;background:conic-gradient(from 0deg,var(--dao-accent),#9b70d7,var(--dao-accent));opacity:.72;animation:dao-supporter-frame 7s linear infinite}.dao-profile-frame--supporter::after{inset:-4px;border-color:var(--dao-surface)}@keyframes dao-supporter-frame{to{transform:rotate(1turn)}}.dao-reader-name--supporter{background:linear-gradient(90deg,var(--dao-text),var(--dao-accent));-webkit-background-clip:text;background-clip:text;color:transparent}
.dao-achievement-section{margin-top:22px}.dao-achievements{gap:9px}.dao-achievement{display:inline-flex;align-items:center;gap:7px;padding:7px 10px!important;min-height:34px}.dao-achievement::before{display:none}.dao-achievement svg,.dao-progress-achievement>svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;color:var(--dao-accent);flex:none}.dao-achievement svg path[fill],.dao-achievement svg rect{fill:currentColor}.dao-achievement-progress__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.dao-progress-achievement{display:grid;grid-template-columns:28px minmax(0,1fr);gap:9px;align-items:center;padding:11px;border:1px solid var(--dao-border);border-radius:10px;background:var(--dao-surface)}.dao-progress-achievement strong,.dao-progress-achievement span{display:block}.dao-progress-achievement strong{font-size:11px}.dao-progress-achievement span{margin-top:2px;color:var(--dao-muted);font-size:9px}.dao-progress-achievement i{display:block;position:relative;height:4px;margin-top:7px;border-radius:999px;background:var(--dao-border);overflow:hidden}.dao-progress-achievement i::after{content:"";display:block;width:var(--dao-progress);height:100%;border-radius:inherit;background:var(--dao-accent)}
.dao-profile-media-field{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.dao-profile-media-preview{display:grid;place-items:center;flex:none}.dao-profile-media-field label{min-width:min(100%,320px);flex:1}.dao-profile-media-field input[type=file]{max-width:100%}
@media(max-width:560px){.dao-taxonomy-groups{grid-column:1/-1!important;grid-row:auto!important;width:100%!important;margin-top:5px;gap:7px}.dao-taxonomy-group{display:grid;grid-template-columns:1fr;gap:6px;width:100%;padding:10px 11px}.dao-taxonomy-group__label{padding:0;font-size:10.5px;line-height:1.4}.dao-taxonomy-group__terms{width:100%;gap:5px 11px}.dao-taxonomy-group__terms a{font-size:13px;line-height:1.5}.dao-novel-title-signals{display:flex;margin:7px 0 0}.dao-card__signals{top:6px;left:6px}.dao-card__signals .dao-signal-badge{font-size:7.5px}.dao-achievement-progress__list{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.dao-profile-frame--supporter::before{animation:none}.dao-card__signals{backdrop-filter:none;-webkit-backdrop-filter:none}}

/* ========================================================================== */
/* DaoScroll 4.20 — reader-first mobile/UI corrections                         */
/* Final overrides intentionally live at the end of the refinement layer so   */
/* historical compact-shell rules cannot shrink tap targets or re-stick reader */
/* navigation after these production fixes.                                   */
/* ========================================================================== */

/* WordPress menus render UL/LI markup. Keep the compact header layout while
 * allowing every visible link menu to be managed from Appearance > Menus. */
.dao-theme .dao-secondary-nav__links{
	display:flex;
	align-items:center;
	gap:2px;
	flex:0 0 auto;
	margin:0;
	padding:0;
	list-style:none;
}
.dao-theme .dao-secondary-nav__links > li{display:flex;align-items:center;margin:0;padding:0;list-style:none}
.dao-theme .dao-secondary-nav__links > li::marker{content:""}
.dao-theme .dao-secondary-nav__links a{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}
.dao-theme .dao-mobile-menu__list{margin:0;padding:0;list-style:none}
.dao-theme .dao-mobile-menu__list > li{margin:0;padding:0;list-style:none}
.dao-theme .dao-mobile-menu__list > li::marker{content:""}
.dao-theme .dao-footer__menu{margin:0;padding:0;list-style:none}
.dao-theme .dao-footer__menu > li{list-style:none}

/* Novel cover signals are deliberately split into two independent corners.
 * When a New/Popular signal exists, status chips drop to a second row on small
 * cards instead of colliding with it. Solid surfaces avoid mobile blur/GPU cost. */
.dao-theme .dao-card__signals{
	top:7px!important;
	left:7px!important;
	display:flex!important;
	flex-direction:column;
	align-items:flex-start;
	gap:4px!important;
	max-width:48%!important;
}
.dao-theme .dao-card__signals .dao-signal-badge{
	min-height:19px!important;
	max-width:100%;
	padding:3px 7px!important;
	border-radius:999px!important;
	background:rgba(248,248,246,.96)!important;
	box-shadow:0 2px 7px rgba(0,0,0,.12)!important;
	-webkit-backdrop-filter:none!important;
	backdrop-filter:none!important;
	font-size:7.5px!important;
	font-weight:900!important;
	line-height:1!important;
	letter-spacing:.08em!important;
	white-space:nowrap;
}
.dao-theme .dao-card__signals .dao-signal-badge--new{
	border-color:rgba(35,91,75,.3)!important;
	background:#f1f8f5!important;
	color:#235b4b!important;
}
.dao-theme .dao-card__signals .dao-signal-badge--popular{
	border-color:#d8bd83!important;
	background:#fff8e8!important;
	color:#765012!important;
}
.dao-theme .dao-card__badges{
	top:7px!important;
	right:7px!important;
	display:flex!important;
	flex-direction:column;
	align-items:flex-end;
	gap:4px!important;
	max-width:52%!important;
}
.dao-theme .dao-card__cover.has-signals .dao-card__badges{top:31px!important}
.dao-theme .dao-card__badges .dao-badge,
.dao-theme .dao-card__cover > .dao-badge{
	min-height:19px!important;
	max-width:100%;
	padding:3px 7px!important;
	border-radius:7px!important;
	background:rgba(24,28,31,.94)!important;
	border-color:rgba(255,255,255,.16)!important;
	box-shadow:0 2px 7px rgba(0,0,0,.14)!important;
	color:#fff!important;
	font-size:7.5px!important;
	font-weight:850!important;
	line-height:1!important;
	letter-spacing:.075em!important;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
[data-site-theme="dark"] .dao-theme .dao-card__signals .dao-signal-badge--new{background:#182a24!important;border-color:#315e50!important;color:#9ed5c2!important}
[data-site-theme="dark"] .dao-theme .dao-card__signals .dao-signal-badge--popular{background:#302817!important;border-color:#6e5a2c!important;color:#f0ce84!important}

/* Filled advertising owns its real measured height. Never crop a native unit at
 * an old reservation boundary, and never paint a DaoScroll card behind it. */
.dao-theme .dao-ad[data-ad-state="filled"]:not([data-ad-preview="1"]):not(.dao-ad--mobile_sticky){
	overflow:visible!important;
	contain:layout!important;
	background:transparent!important;
}
.dao-theme .dao-ad[data-ad-state="filled"]:not([data-ad-preview="1"]):not(.dao-ad--mobile_sticky) > .dao-ad__content{
	overflow:visible!important;
	background:transparent!important;
}
.dao-theme .dao-ad[data-ad-state="filled"] .dao-ad__frame{
	max-width:100%!important;
	border:0!important;
	background:transparent!important;
	color-scheme:light dark;
}
[data-site-theme="dark"] .dao-theme .dao-ad,
[data-site-theme="dark"] .dao-theme .dao-ad__content,
[data-site-theme="dark"] .dao-theme .dao-ad__frame{background:transparent!important}

/* Reading pages are intentionally non-sticky. The chapter text wins over every
 * promotional/navigation surface and no hidden secondary bar reserves height. */
.dao-theme.dao-reader-page{--dao-secondary-row:0px!important}
.dao-theme.dao-reader-page .dao-header{
	position:relative!important;
	top:auto!important;
	transform:none!important;
	will-change:auto!important;
}
.dao-theme.dao-reader-page .dao-secondary-nav,
.dao-theme.dao-reader-page .dao-header-socials{display:none!important}

/* Mobile novel pages use the hamburger for site navigation. Keeping both the
 * secondary site row and the novel tab row sticky wastes reading/TOC space. */
@media(max-width:800px){
	.dao-theme{--dao-header:58px}
	.dao-theme .dao-header__inner{
		height:calc(var(--dao-header) + env(safe-area-inset-top))!important;
		min-height:calc(var(--dao-header) + env(safe-area-inset-top))!important;
		gap:7px!important;
		padding-top:env(safe-area-inset-top);
	}
	.dao-theme .dao-header .dao-container{width:calc(100% - 24px)!important}
	.dao-theme .dao-brand{min-width:0;gap:8px}
	.dao-theme .dao-brand__mark{width:34px;height:34px;min-width:34px;border-radius:9px;font-size:20px}
	.dao-theme .dao-brand__name{font-size:18px;letter-spacing:-.035em;white-space:nowrap}
	.dao-theme .dao-header__actions{gap:1px!important}
	.dao-theme .dao-header__actions .dao-icon-button,
	.dao-theme .dao-notification-button{
		width:44px!important;
		height:44px!important;
		min-width:44px!important;
		min-height:44px!important;
		padding:0!important;
		border-radius:10px!important;
	}
	.dao-theme .dao-header__actions .dao-icon{width:21px;height:21px}
	.dao-theme.single-novel{--dao-secondary-row:0px!important}
	.dao-theme.single-novel .dao-secondary-nav{display:none!important}
	.dao-theme.single-novel .dao-novel-tabs{
		position:static!important;
		top:auto!important;
		transform:none!important;
		-webkit-backdrop-filter:none!important;
		backdrop-filter:none!important;
		box-shadow:none!important;
	}
	.dao-theme.single-novel .dao-novel-tabs .dao-container{
		overflow-x:auto;
		overscroll-behavior-inline:contain;
		scrollbar-width:none;
		-webkit-overflow-scrolling:touch;
	}
	.dao-theme.single-novel .dao-novel-tabs .dao-container::-webkit-scrollbar{display:none}
}

@media(max-width:560px){
	.dao-theme .dao-card__signals{top:6px!important;left:6px!important;max-width:52%!important}
	.dao-theme .dao-card__badges{top:6px!important;right:6px!important;max-width:56%!important}
	.dao-theme .dao-card__cover.has-signals .dao-card__badges{top:29px!important}
	.dao-theme .dao-card__signals .dao-signal-badge,
	.dao-theme .dao-card__badges .dao-badge,
	.dao-theme .dao-card__cover > .dao-badge{
		min-height:18px!important;
		padding:3px 6px!important;
		font-size:7px!important;
		letter-spacing:.07em!important;
	}
	.dao-theme .dao-taxonomy-groups{
		grid-column:1/-1!important;
		width:100%!important;
		min-width:0!important;
		margin:8px 0 2px!important;
		gap:8px!important;
	}
	.dao-theme .dao-taxonomy-group{
		display:grid!important;
		grid-template-columns:1fr!important;
		width:100%!important;
		min-width:0!important;
		gap:6px!important;
		padding:10px 11px!important;
	}
	.dao-theme .dao-taxonomy-group__terms{display:flex!important;width:100%!important;min-width:0!important;flex-wrap:wrap!important;gap:5px 11px!important}
	.dao-theme .dao-taxonomy-group__terms a{max-width:100%;font-size:13px!important;line-height:1.5!important;overflow-wrap:anywhere}
}

@media(max-width:380px){
	.dao-theme .dao-header .dao-container{width:calc(100% - 16px)!important}
	.dao-theme .dao-brand__name{font-size:17px}
	.dao-theme .dao-header__actions .dao-icon-button,
	.dao-theme .dao-notification-button{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important}
}

@media(prefers-reduced-motion:reduce){
	.dao-theme .dao-header,
	.dao-theme .dao-card__signals .dao-signal-badge,
	.dao-theme .dao-card__badges .dao-badge{transition:none!important;animation:none!important}
}

/* 4.20 mobile shell: use an opaque, inexpensive surface. This prevents cards
 * and advertisements visually bleeding through the sticky header and avoids
 * a backdrop-filter layer on mobile GPUs. */
@media(max-width:1050px){
	.dao-theme .dao-header,
	.dao-theme .dao-secondary-nav{
		background:var(--dao-bg)!important;
		-webkit-backdrop-filter:none!important;
		backdrop-filter:none!important;
	}
	.dao-theme .dao-header{box-shadow:0 1px 0 var(--dao-border)!important}
}


/* 4.20 final reader/badge safety refinements. */
.dao-theme.dao-reader-page .dao-progress{top:0!important}
.admin-bar.dao-theme.dao-reader-page .dao-progress{top:32px!important}
@media(max-width:782px){.admin-bar.dao-theme.dao-reader-page .dao-progress{top:46px!important}}

/* One discovery signal is shown at a time (New wins for 72h, then Popular), so
 * status can remain in the opposite corner without cramped two-row collisions. */
.dao-theme .dao-card__cover.has-signals .dao-card__badges{top:7px!important}
@media(max-width:560px){
  .dao-theme .dao-card__cover.has-signals .dao-card__badges{top:6px!important}
  .dao-theme .dao-card__signals .dao-signal-badge,
  .dao-theme .dao-card__badges .dao-badge,
  .dao-theme .dao-card__cover > .dao-badge{font-size:8px!important;letter-spacing:.055em!important}
}
@media(max-width:380px){
  .dao-theme .dao-header__actions .dao-icon-button,
  .dao-theme .dao-notification-button{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}
}

/* 4.20.1 cover-badge geometry: discovery signal top-left, status/adult bottom-right.
 * This remains readable even when a user configures three novel columns on a phone. */
.dao-theme .dao-card__signals{top:7px!important;bottom:auto!important;left:7px!important;right:auto!important;max-width:calc(100% - 14px)!important;flex-direction:row!important;flex-wrap:wrap!important}
.dao-theme .dao-card__badges,.dao-theme .dao-card__cover.has-signals .dao-card__badges{top:auto!important;bottom:7px!important;right:7px!important;left:auto!important;max-width:calc(100% - 14px)!important;flex-direction:column!important;align-items:flex-end!important}
.dao-theme .dao-card__badges .dao-badge,.dao-theme .dao-card__cover > .dao-badge{max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;padding-inline:6px!important;letter-spacing:.045em!important}
@media(max-width:560px){.dao-theme .dao-card__signals{top:6px!important;left:6px!important;max-width:calc(100% - 12px)!important}.dao-theme .dao-card__badges,.dao-theme .dao-card__cover.has-signals .dao-card__badges{top:auto!important;bottom:6px!important;right:6px!important;max-width:calc(100% - 12px)!important}.dao-theme .dao-card__signals .dao-signal-badge,.dao-theme .dao-card__badges .dao-badge,.dao-theme .dao-card__cover > .dao-badge{min-height:18px!important;padding:3px 6px!important;font-size:7.5px!important;letter-spacing:.035em!important}}
