:root {
	--dahye-pink: #ff6fae;
	--dahye-lavender: #a991ff;
	--dahye-mint: #4fd4bd;
	--dahye-ink: #f7eef7;
	--dahye-muted: #b9adbf;
	--dahye-line: rgba(255, 255, 255, .12);
	--dahye-soft: #18151f;
	--dahye-bg: #0f1117;
	--dahye-panel: #171923;
	--dahye-panel-2: #202231;
}

body.dahye-site {
	background: radial-gradient(circle at top left, rgba(255, 111, 174, .16), transparent 380px), linear-gradient(180deg, #11131b 0, #0f1117 520px);
	color: var(--dahye-ink);
}

body.dahye-modal-open {
	overflow: hidden;
}

.dahye-account-links {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: 18px;
	white-space: nowrap;
}

.dahye-account-link,
.dahye-account-link:visited {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 36px;
	padding: 0 13px;
	border: 1px solid var(--dahye-pink);
	border-radius: 999px;
	background: var(--dahye-pink);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.dahye-account-link.ghost,
.dahye-account-link.ghost:visited {
	background: #fff;
	color: var(--dahye-pink);
}

.dahye-account-link.active,
.dahye-account-link:hover {
	background: var(--dahye-lavender);
	border-color: var(--dahye-lavender);
	color: #fff;
}

.dahye-kicker {
	margin-bottom: 10px;
	color: var(--dahye-pink);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.dahye-hero {
	position: relative;
	overflow: hidden;
	min-height: 70vh;
	background: #fffafd;
}

.dahye-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(15, 17, 23, .2), rgba(15, 17, 23, .62)), radial-gradient(circle at 72% 40%, rgba(255, 111, 174, .22), transparent 320px);
	pointer-events: none;
}

.dahye-hero-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.dahye-hero .dahye-placeholder {
	position: absolute;
	inset: 0;
	border: 0;
	border-radius: 0;
	opacity: .72;
}

.dahye-hero .container {
	position: relative;
	z-index: 2;
}

.dahye-placeholder {
	display: grid;
	place-items: center;
	min-height: 220px;
	border: 1px dashed rgba(239, 111, 168, .55);
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(239, 111, 168, .17), rgba(139, 120, 223, .14)), #fff;
	color: #92627b;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	box-shadow: 0 18px 45px rgba(74, 45, 82, .1);
}

.dahye-placeholder-hero {
	aspect-ratio: 16 / 9;
	min-height: 520px;
}

.dahye-placeholder-portrait {
	aspect-ratio: 4 / 5;
	min-height: 460px;
}

.dahye-placeholder-square {
	aspect-ratio: 1;
}

.dahye-placeholder-wide {
	aspect-ratio: 16 / 9;
}

.dahye-card,
.dahye-profile-panel,
.dahye-photo-card,
.dahye-video-card,
.dahye-form-card,
.dahye-board-panel,
.dahye-post-card {
	height: 100%;
	padding: 24px;
	border: 1px solid var(--dahye-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 15px 40px rgba(70, 45, 78, .08);
}

.dahye-card.large {
	min-height: 210px;
}

.dahye-card h3,
.dahye-photo-card h3,
.dahye-video-card h3 {
	margin-top: 16px;
	font-size: 22px;
}

.dahye-card-link {
	color: inherit;
	text-decoration: none;
}

.dahye-card-link:hover h3,
.dahye-board-title:hover {
	color: var(--dahye-pink);
}

.dahye-inline-button,
.dahye-inline-button:visited,
.dahye-action-button,
.dahye-action-button:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid var(--dahye-pink);
	border-radius: 999px;
	background: var(--dahye-pink);
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.dahye-inline-button.ghost,
.dahye-action-button.ghost {
	background: #fff;
	color: var(--dahye-pink);
}

.dahye-info-list {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}

.dahye-info-list div {
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--dahye-line);
}

.dahye-info-list strong {
	color: var(--dahye-pink);
}

.dahye-form-card {
	max-width: 520px;
	margin: 0 auto;
}

.dahye-form-card label,
.dahye-board-editor label {
	font-weight: 800;
}

.dahye-form-card input,
.dahye-form-card textarea,
.dahye-form-card select,
.dahye-board-editor input,
.dahye-board-editor textarea,
.dahye-board-editor select {
	border-color: var(--dahye-line);
	border-radius: 12px;
}

.dahye-board-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.dahye-post-card {
	margin-bottom: 14px;
}

.dahye-board-list {
	overflow: hidden;
	border: 1px solid var(--dahye-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 15px 40px rgba(70, 45, 78, .08);
}

.dahye-board-row {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr) 140px 120px 74px;
	align-items: center;
	gap: 16px;
	min-height: 68px;
	padding: 12px 18px;
	border-bottom: 1px solid var(--dahye-line);
	color: var(--dahye-muted);
	font-size: 14px;
}

.dahye-board-row:last-child {
	border-bottom: 0;
}

.dahye-board-row.is-notice {
	background: #fff8fc;
}

.dahye-board-head {
	min-height: 48px;
	background: var(--dahye-soft);
	color: var(--dahye-ink);
	font-weight: 800;
}

.dahye-board-no,
.dahye-comment-count {
	font-weight: 800;
	text-align: center;
}

.dahye-board-subject {
	display: grid;
	gap: 4px;
	min-width: 0;
	color: var(--dahye-ink);
	text-decoration: none;
}

.dahye-board-subject strong,
.dahye-board-subject small {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dahye-board-subject small {
	color: var(--dahye-muted);
	font-size: 12px;
}

.dahye-board-editor,
.dahye-post-view {
	padding: 28px;
	border: 1px solid var(--dahye-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 15px 40px rgba(70, 45, 78, .08);
}

.dahye-board-editor {
	max-width: 860px;
	margin: 0 auto;
}

.dahye-editor-tools {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
}

.dahye-editor-tools button {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-height: 34px;
	padding: 0 11px;
	border: 1px solid var(--dahye-line);
	border-radius: 999px;
	background: #fff;
	color: var(--dahye-ink);
	font-size: 13px;
	font-weight: 800;
}

.dahye-editor-tools button:hover {
	border-color: var(--dahye-pink);
	color: var(--dahye-pink);
}

.dahye-help-text {
	margin: 8px 0 0;
	color: var(--dahye-muted);
	font-size: 13px;
}

.dahye-editor-actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.dahye-post-view h1 {
	margin-bottom: 14px;
	font-size: clamp(28px, 4vw, 44px);
}

.dahye-post-info {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	padding-bottom: 20px;
	margin-bottom: 24px;
	border-bottom: 1px solid var(--dahye-line);
	color: var(--dahye-muted);
	font-size: 14px;
}

.dahye-post-image {
	margin: 0 0 24px;
}

.dahye-post-image img {
	display: block;
	width: 100%;
	max-height: 720px;
	object-fit: contain;
	border-radius: 14px;
	background: var(--dahye-soft);
}

.dahye-post-content {
	font-size: 16px;
	line-height: 1.9;
}

.dahye-post-content p {
	margin: 0 0 14px;
}

.dahye-post-content blockquote {
	margin: 0 0 16px;
	padding: 12px 16px;
	border-left: 4px solid var(--dahye-pink);
	border-radius: 10px;
	background: var(--dahye-soft);
	color: var(--dahye-muted);
}

.dahye-content-rule {
	margin: 24px 0;
	border-color: var(--dahye-line);
	opacity: 1;
}

.dahye-comments-section {
	margin-top: 42px;
}

.dahye-comments-section h2 {
	font-size: 24px;
}

.dahye-board-title {
	color: var(--dahye-ink);
	text-decoration: none;
}

.dahye-meta {
	color: var(--dahye-muted);
	font-size: 13px;
}

.dahye-comment {
	padding: 18px;
	border: 1px solid var(--dahye-line);
	border-radius: 16px;
	background: var(--dahye-soft);
}

.setup-box {
	padding: 28px;
	border: 1px solid var(--dahye-line);
	border-radius: 18px;
	background: #fff;
}

@media (max-width: 768px) {
	.dahye-account-links {
		gap: 6px;
		margin-left: auto;
	}

	.dahye-account-link {
		width: 36px;
		padding: 0;
		justify-content: center;
	}

	.dahye-account-link span {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
	}

	.dahye-placeholder-hero,
	.dahye-placeholder-portrait {
		min-height: 320px;
	}

	.dahye-info-list div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.dahye-board-head {
		display: none;
	}

	.dahye-board-row {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 6px;
		min-height: auto;
		padding: 16px;
	}

	.dahye-board-no {
		text-align: left;
		color: var(--dahye-pink);
	}

	.dahye-comment-count {
		text-align: left;
	}

	.dahye-comment-count::before {
		content: '댓글 ';
		font-weight: 400;
	}

	.dahye-editor-actions {
		justify-content: stretch;
	}

	.dahye-editor-actions .dahye-action-button {
		flex: 1;
	}
}

/* Dark community skin */
body.dahye-site .header,
body.dahye-site .footer {
	background: rgba(15, 17, 23, .92) !important;
	border-color: var(--dahye-line);
	backdrop-filter: blur(16px);
}

body.dahye-site .header {
	border-bottom: 1px solid var(--dahye-line);
}

body.dahye-site .footer {
	border-top: 1px solid var(--dahye-line);
	color: var(--dahye-muted);
}

body.dahye-site .sitename,
body.dahye-site .navmenu a,
body.dahye-site h1,
body.dahye-site h2,
body.dahye-site h3,
body.dahye-site h4,
body.dahye-site p,
body.dahye-site label {
	color: var(--dahye-ink);
}

body.dahye-site .navmenu a:hover,
body.dahye-site .navmenu .active,
body.dahye-site .navmenu .active:focus,
body.dahye-site .navmenu li:hover > a {
	color: var(--dahye-pink);
}

body.dahye-site .navmenu .dropdown ul {
	background: #171923;
	border: 1px solid var(--dahye-line);
	box-shadow: 0 20px 45px rgba(0, 0, 0, .35);
}

body.dahye-site .section,
body.dahye-site .main {
	background: transparent;
}

body.dahye-site .section-title p,
body.dahye-site .dahye-meta,
body.dahye-site .dahye-help-text {
	color: var(--dahye-muted);
}

.dahye-account-link.ghost,
.dahye-account-link.ghost:visited,
.dahye-inline-button.ghost,
.dahye-action-button.ghost {
	background: transparent;
	color: var(--dahye-pink);
}

.dahye-card,
.dahye-profile-panel,
.dahye-photo-card,
.dahye-video-card,
.dahye-form-card,
.dahye-board-panel,
.dahye-post-card,
.dahye-board-list,
.dahye-board-editor,
.dahye-post-view,
.setup-box {
	border-color: var(--dahye-line);
	background: linear-gradient(180deg, rgba(32, 34, 49, .96), rgba(23, 25, 35, .98));
	box-shadow: 0 20px 55px rgba(0, 0, 0, .28);
}

.dahye-placeholder,
.dahye-hero,
.dahye-comment,
.dahye-board-head,
.dahye-board-row.is-notice {
	background: rgba(255, 255, 255, .04);
}

.dahye-placeholder {
	border-color: rgba(255, 111, 174, .42);
	color: #d8b6ca;
}

.dahye-board-row {
	border-bottom-color: var(--dahye-line);
	color: var(--dahye-muted);
}

.dahye-board-row:hover {
	background: rgba(255, 255, 255, .035);
}

.dahye-board-subject,
.dahye-board-title {
	color: var(--dahye-ink);
}

.dahye-board-subject small {
	color: var(--dahye-muted);
}

.dahye-board-no,
.dahye-comment-count,
.dahye-kicker,
.dahye-info-list strong {
	color: var(--dahye-pink);
}

.dahye-editor-shell {
	padding: 0;
}

.dahye-editor-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 230px;
	gap: 18px;
	align-items: start;
}

.dahye-editor-main,
.dahye-editor-side {
	border: 1px solid var(--dahye-line);
	border-radius: 14px;
	background: rgba(23, 25, 35, .94);
	box-shadow: 0 18px 45px rgba(0, 0, 0, .24);
}

.dahye-editor-main {
	overflow: hidden;
}

.dahye-editor-head {
	display: grid;
	gap: 12px;
	padding: 18px;
	border-bottom: 1px solid var(--dahye-line);
}

.dahye-editor-select {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid var(--dahye-line);
	border-radius: 10px;
	color: var(--dahye-muted);
}

.dahye-title-input,
.dahye-editor-textarea,
.dahye-live-editor,
body.dahye-site .form-control {
	border-color: var(--dahye-line);
	background: rgba(255, 255, 255, .045);
	color: var(--dahye-ink);
}

.dahye-title-input {
	min-height: 52px;
	font-size: 18px;
	font-weight: 800;
}

.dahye-title-input::placeholder,
.dahye-editor-textarea::placeholder,
body.dahye-site .form-control::placeholder {
	color: rgba(247, 238, 247, .42);
}

.dahye-editor-tools {
	gap: 0;
	padding: 10px 14px;
	margin: 0;
	border-bottom: 1px solid var(--dahye-line);
	background: rgba(255, 255, 255, .025);
}

.dahye-editor-tools button {
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	min-width: 58px;
	min-height: 54px;
	padding: 6px 8px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: var(--dahye-muted);
}

.dahye-editor-tools button i {
	font-size: 18px;
}

.dahye-editor-tools button span {
	font-size: 11px;
	font-weight: 700;
}

.dahye-editor-tools button:hover {
	background: rgba(255, 111, 174, .12);
	color: var(--dahye-pink);
}

.dahye-editor-textarea,
.dahye-live-editor {
	display: block;
	width: 100%;
	min-height: 420px;
	padding: 28px;
	border: 0;
	border-radius: 0;
	resize: vertical;
	line-height: 1.9;
}

.dahye-live-editor {
	overflow: auto;
	outline: none;
}

.dahye-live-editor:empty::before {
	content: attr(data-placeholder);
	color: rgba(247, 238, 247, .42);
}

.dahye-live-editor h2 {
	margin: 0 0 16px;
	font-size: 28px;
}

.dahye-live-editor blockquote {
	margin: 0 0 16px;
	padding: 12px 16px;
	border-left: 4px solid var(--dahye-pink);
	border-radius: 10px;
	background: rgba(255, 111, 174, .1);
	color: #eadce8;
}

.dahye-live-editor hr {
	margin: 24px 0;
	border-color: var(--dahye-line);
	opacity: 1;
}

.dahye-editor-tags {
	padding: 14px 28px 22px;
	border-top: 1px solid var(--dahye-line);
	color: var(--dahye-muted);
	font-size: 13px;
}

.dahye-editor-tags span {
	margin-left: 8px;
	color: rgba(247, 238, 247, .38);
}

.dahye-editor-side {
	display: grid;
	gap: 12px;
	padding: 16px;
}

.dahye-side-box {
	padding: 14px;
	border: 1px solid var(--dahye-line);
	border-radius: 12px;
	background: rgba(255, 255, 255, .035);
}

.dahye-side-box h3 {
	margin: 0 0 12px;
	font-size: 15px;
}

.dahye-side-box label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 10px 0;
	color: var(--dahye-muted);
	font-size: 13px;
}

.dahye-editor-side .dahye-editor-actions {
	display: grid;
	grid-template-columns: 1fr;
}

.dahye-post-view {
	max-width: 1100px;
	margin: 0 auto;
}

.dahye-post-view h1 {
	color: #fff;
}

.dahye-post-info {
	border-bottom-color: var(--dahye-line);
}

.dahye-post-image {
	display: grid;
	place-items: center;
	padding: 22px;
	border-radius: 16px;
	background: rgba(255, 255, 255, .035);
}

.dahye-post-image img {
	width: auto;
	max-width: 100%;
	background: transparent;
}

.dahye-post-content {
	color: var(--dahye-ink);
}

.dahye-post-content h2 {
	margin: 26px 0 14px;
	font-size: 28px;
}

.dahye-post-content a {
	color: var(--dahye-mint);
}

.dahye-text-pink {
	color: var(--dahye-pink);
	font-weight: 800;
}

.dahye-text-large {
	font-size: 1.25em;
	font-weight: 800;
}

.dahye-text-small {
	font-size: .88em;
	color: var(--dahye-muted);
}

.dahye-font-serif {
	font-family: Georgia, "Times New Roman", "Noto Serif KR", serif;
}

.dahye-align-center {
	text-align: center;
}

.dahye-post-content blockquote {
	background: rgba(255, 111, 174, .1);
	color: #eadce8;
}

.dahye-comment {
	background: rgba(255, 255, 255, .045);
}

body.dahye-site .dahye-comments-section {
	padding: 28px;
	border: 1px solid var(--dahye-line);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(32, 34, 49, .72), rgba(17, 19, 27, .92)) !important;
	box-shadow: 0 20px 55px rgba(0, 0, 0, .24);
}

body.dahye-site .dahye-comments-section h2 {
	margin: 0;
	color: var(--dahye-ink);
}

body.dahye-site .dahye-comment-form {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	background: rgba(255, 255, 255, .045);
	box-shadow: none;
}

body.dahye-site .dahye-comment-form textarea {
	background: rgba(255, 255, 255, .055);
	color: var(--dahye-ink);
}

.dahye-page-layout {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.dahye-page-main {
	min-width: 0;
}

.dahye-side-nav {
	position: sticky;
	top: 96px;
	overflow: hidden;
	border: 1px solid var(--dahye-line);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(32, 34, 49, .96), rgba(23, 25, 35, .98));
	box-shadow: 0 20px 55px rgba(0, 0, 0, .24);
}

.dahye-side-nav-head {
	padding: 18px 18px 14px;
	border-bottom: 1px solid var(--dahye-line);
}

.dahye-side-nav-head strong,
.dahye-side-nav-head span {
	display: block;
}

.dahye-side-nav-head strong {
	color: #fff;
	font-size: 18px;
}

.dahye-side-nav-head span {
	margin-top: 4px;
	color: var(--dahye-muted);
	font-size: 12px;
}

.dahye-side-nav nav {
	display: grid;
	padding: 8px;
}

.dahye-side-nav a,
.dahye-side-nav a:visited {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	padding: 0 12px;
	border-radius: 10px;
	color: var(--dahye-muted);
	font-weight: 800;
	text-decoration: none;
}

.dahye-side-nav a:hover,
.dahye-side-nav a.active {
	background: rgba(255, 111, 174, .12);
	color: var(--dahye-pink);
}

.dahye-side-nav i {
	font-size: 17px;
}

.dahye-board-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 10px;
	margin-bottom: 18px;
	padding: 12px;
	border: 1px solid var(--dahye-line);
	border-radius: 14px;
	background: rgba(255, 255, 255, .035);
}

.dahye-board-search input {
	width: 100%;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid var(--dahye-line);
	border-radius: 10px;
	background: rgba(255, 255, 255, .045);
	color: var(--dahye-ink);
}

.dahye-board-search input::placeholder {
	color: rgba(247, 238, 247, .42);
}

.dahye-board-search button,
.dahye-board-search a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid var(--dahye-pink);
	border-radius: 10px;
	background: var(--dahye-pink);
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.dahye-board-search a {
	background: transparent;
	color: var(--dahye-pink);
}

.alert {
	border-color: var(--dahye-line);
}

@media (max-width: 992px) {
	.dahye-editor-layout {
		grid-template-columns: 1fr;
	}

	.dahye-editor-side .dahye-editor-actions {
		grid-template-columns: 1fr 1fr;
	}

	.dahye-page-layout {
		grid-template-columns: 1fr;
	}

	.dahye-side-nav {
		position: static;
	}

	.dahye-side-nav nav {
		display: flex;
		overflow-x: auto;
		gap: 8px;
		padding: 10px;
	}

	.dahye-side-nav a {
		flex: 0 0 auto;
	}
}

@media (max-width: 768px) {
	.dahye-editor-tools button {
		min-width: 50px;
	}

	.dahye-editor-textarea,
	.dahye-live-editor {
		min-height: 340px;
		padding: 20px;
	}

	.dahye-board-search {
		grid-template-columns: 1fr;
	}
}

.dahye-video-tabs {
	display: inline-flex;
	gap: 8px;
	margin: 0 0 24px;
	padding: 6px;
	border: 1px solid var(--dahye-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, .035);
}

.dahye-video-tabs a,
.dahye-video-tabs a:visited {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 999px;
	color: var(--dahye-muted);
	font-weight: 900;
	text-decoration: none;
}

.dahye-video-tabs a.active,
.dahye-video-tabs a:hover {
	background: var(--dahye-pink);
	color: #fff;
}

.dahye-video-block {
	margin-top: 30px;
}

.dahye-video-block-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.dahye-video-block-head h3 {
	margin: 0;
	font-size: 24px;
}

.dahye-youtube-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.dahye-youtube-card {
	overflow: hidden;
	border: 1px solid var(--dahye-line);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(32, 34, 49, .96), rgba(23, 25, 35, .98));
	box-shadow: 0 20px 55px rgba(0, 0, 0, .24);
}

.dahye-youtube-thumb {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	padding: 0;
	border: 0;
	background: rgba(255, 255, 255, .04);
	cursor: pointer;
}

.dahye-youtube-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease, opacity .25s ease;
}

.dahye-youtube-thumb:hover img {
	transform: scale(1.04);
	opacity: .78;
}

.dahye-youtube-play {
	position: absolute;
	left: 50%;
	top: 50%;
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: rgba(255, 111, 174, .92);
	color: #fff;
	font-size: 32px;
	transform: translate(-50%, -50%);
	box-shadow: 0 18px 36px rgba(0, 0, 0, .35);
}

.dahye-youtube-body {
	display: grid;
	gap: 8px;
	padding: 16px;
}

.dahye-youtube-channel {
	color: var(--dahye-pink);
	font-size: 12px;
	font-weight: 900;
}

.dahye-youtube-body h3 {
	display: -webkit-box;
	min-height: 52px;
	margin: 0;
	overflow: hidden;
	color: var(--dahye-ink);
	font-size: 18px;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.dahye-youtube-body p {
	margin: 0;
	color: var(--dahye-muted);
	font-size: 13px;
}

.dahye-empty-panel,
.dahye-sync-note {
	padding: 18px;
	border: 1px solid var(--dahye-line);
	border-radius: 14px;
	background: rgba(255, 255, 255, .035);
	color: var(--dahye-muted);
}

.dahye-empty-panel p,
.dahye-sync-note span {
	margin: 0;
	color: var(--dahye-muted);
}

.dahye-coming-soon {
	display: grid;
	place-items: center;
	min-height: 320px;
	padding: 48px;
	border: 1px solid var(--dahye-line);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(32, 34, 49, .72), rgba(17, 19, 27, .92));
	box-shadow: 0 20px 55px rgba(0, 0, 0, .24);
}

.dahye-coming-soon p {
	margin: 0;
	color: var(--dahye-ink);
	font-size: 24px;
	font-weight: 900;
}

.dahye-admin-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 24px;
}

.dahye-admin-grid-six {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.dahye-admin-stat,
.dahye-admin-panel,
.dahye-admin-edit {
	border: 1px solid var(--dahye-line);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(32, 34, 49, .92), rgba(17, 19, 27, .96));
	box-shadow: 0 20px 55px rgba(0, 0, 0, .24);
}

.dahye-admin-stat {
	display: grid;
	gap: 8px;
	padding: 22px;
}

.dahye-admin-stat span {
	color: var(--dahye-muted);
	font-weight: 900;
}

.dahye-admin-stat strong {
	color: #fff;
	font-size: 34px;
	line-height: 1;
}

.dahye-admin-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
	align-items: start;
	margin-top: 22px;
}

.dahye-admin-panel {
	overflow: hidden;
}

.dahye-admin-ops {
	margin-bottom: 22px;
}

.dahye-admin-panel-head {
	padding: 18px 20px;
	border-bottom: 1px solid var(--dahye-line);
}

.dahye-admin-panel-head h3 {
	margin: 0;
	color: #fff;
	font-size: 22px;
}

.dahye-admin-list {
	display: grid;
}

.dahye-admin-tools {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 18px 20px;
	border-bottom: 1px solid var(--dahye-line);
}

.dahye-admin-tools a,
.dahye-admin-tools a:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid var(--dahye-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, .04);
	color: var(--dahye-ink);
	font-weight: 900;
	text-decoration: none;
}

.dahye-admin-tools a:hover {
	border-color: var(--dahye-pink);
	background: var(--dahye-pink);
	color: #fff;
}

.dahye-admin-system {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 18px 20px;
}

.dahye-admin-system div,
.dahye-admin-board-stats a {
	border: 1px solid var(--dahye-line);
	border-radius: 12px;
	background: rgba(255, 255, 255, .035);
}

.dahye-admin-system div {
	display: grid;
	gap: 6px;
	padding: 14px;
}

.dahye-admin-system span,
.dahye-admin-board-stats span,
.dahye-admin-board-stats small {
	color: var(--dahye-muted);
}

.dahye-admin-system strong {
	color: #fff;
}

.dahye-admin-board-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 18px 20px;
}

.dahye-admin-board-stats a,
.dahye-admin-board-stats a:visited {
	display: grid;
	gap: 8px;
	padding: 16px;
	text-decoration: none;
}

.dahye-admin-board-stats strong {
	color: #fff;
	font-size: 18px;
}

.dahye-admin-board-stats a:hover {
	border-color: var(--dahye-pink);
}

.dahye-admin-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	padding: 18px 20px;
	border-bottom: 1px solid var(--dahye-line);
}

.dahye-admin-item:last-child {
	border-bottom: 0;
}

.dahye-admin-kicker {
	display: inline-flex;
	margin-bottom: 6px;
	color: var(--dahye-pink);
	font-size: 12px;
	font-weight: 900;
}

.dahye-admin-title,
.dahye-admin-title:visited {
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 17px;
	font-weight: 900;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dahye-admin-title small {
	color: var(--dahye-muted);
	font-size: 13px;
}

.dahye-admin-title:hover {
	color: var(--dahye-pink);
}

.dahye-admin-item p {
	margin: 6px 0 0;
	color: var(--dahye-muted);
	font-size: 13px;
}

.dahye-admin-excerpt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dahye-admin-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.dahye-admin-actions a,
.dahye-admin-actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid var(--dahye-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, .04);
	color: var(--dahye-ink);
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.dahye-admin-actions button {
	color: var(--dahye-pink);
	cursor: pointer;
}

.dahye-admin-actions a:hover,
.dahye-admin-actions button:hover {
	border-color: var(--dahye-pink);
	color: #fff;
	background: var(--dahye-pink);
}

.dahye-admin-edit {
	max-width: 820px;
	margin: 0 auto;
	padding: 24px;
}

.dahye-admin-edit-meta {
	display: grid;
	gap: 6px;
	margin-bottom: 16px;
}

.dahye-admin-edit-meta strong {
	color: #fff;
	font-size: 20px;
}

.dahye-admin-edit-meta span {
	color: var(--dahye-muted);
}

@media (max-width: 992px) {
	.dahye-admin-grid,
	.dahye-admin-grid-six,
	.dahye-admin-layout {
		grid-template-columns: 1fr;
	}

	.dahye-admin-item {
		grid-template-columns: 1fr;
	}

	.dahye-admin-system,
	.dahye-admin-board-stats {
		grid-template-columns: 1fr;
	}
}

.dahye-sync-note {
	display: grid;
	gap: 6px;
	margin-bottom: 24px;
}

.dahye-sync-note strong {
	color: var(--dahye-pink);
}

.dahye-sync-note code {
	color: var(--dahye-mint);
}

.dahye-video-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.dahye-video-modal.is-open {
	display: flex;
}

.dahye-video-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .78);
	backdrop-filter: blur(8px);
}

.dahye-video-modal-dialog {
	position: relative;
	width: min(1080px, 100%);
	overflow: hidden;
	border: 1px solid var(--dahye-line);
	border-radius: 18px;
	background: #11131b;
	box-shadow: 0 28px 70px rgba(0, 0, 0, .5);
}

.dahye-video-modal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 56px;
	padding: 0 16px;
	border-bottom: 1px solid var(--dahye-line);
}

.dahye-video-modal-head strong {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}

.dahye-video-modal-head button {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 1px solid var(--dahye-line);
	border-radius: 50%;
	background: rgba(255, 255, 255, .05);
	color: #fff;
}

.dahye-video-frame {
	aspect-ratio: 16 / 9;
}

.dahye-video-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 1200px) {
	.dahye-youtube-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.dahye-youtube-grid {
		grid-template-columns: 1fr;
	}

	.dahye-video-tabs {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
		border-radius: 14px;
	}

	.dahye-video-tabs a {
		justify-content: center;
		border-radius: 10px;
	}
}

/* Baegna archive style for Dahye videos */
body.dahye-site .dahye-video-archive {
	padding-top: 24px;
	background: radial-gradient(circle at 10% 0, rgba(255, 111, 174, .16), transparent 360px), linear-gradient(120deg, rgba(72, 55, 88, .78), #0f1421 36%, #0d111b 100%);
}

.dahye-archive-layout {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
	max-width: 1480px;
	margin: 0 auto;
}

.dahye-archive-sidebar,
.dahye-archive-hero,
.dahye-archive-filter,
.dahye-archive-list-panel {
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 8px;
	background: #111827;
	box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
}

.dahye-archive-sidebar {
	position: sticky;
	top: 92px;
	min-height: calc(100vh - 118px);
	padding: 22px;
}

.dahye-archive-brand {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.dahye-archive-logo {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(135deg, #ff6fae, #4fd4bd);
	color: #fff;
	font-size: 26px;
}

.dahye-archive-brand strong,
.dahye-archive-brand span {
	display: block;
}

.dahye-archive-brand strong {
	color: #fff;
	font-size: 20px;
	line-height: 1.15;
}

.dahye-archive-brand span {
	color: #9aa8c0;
	font-size: 13px;
}

.dahye-archive-nav {
	display: grid;
	gap: 12px;
	padding-top: 22px;
}

.dahye-archive-nav a,
.dahye-archive-nav a:visited {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 50px;
	padding: 0 12px;
	border-radius: 8px;
	color: #cbd5e1;
	font-size: 15px;
	font-weight: 900;
	text-decoration: none;
}

.dahye-archive-nav a i {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 8px;
	background: rgba(255, 111, 174, .16);
	color: #ff6fae;
}

.dahye-archive-nav a span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dahye-archive-nav a.active,
.dahye-archive-nav a:hover {
	background: linear-gradient(135deg, #ff5fa5, #ff8a5c);
	color: #fff;
	box-shadow: 0 18px 38px rgba(255, 111, 174, .22);
}

.dahye-archive-nav a.active i,
.dahye-archive-nav a:hover i {
	background: rgba(255, 255, 255, .22);
	color: #fff;
}

.dahye-archive-stats {
	display: grid;
	gap: 10px;
	margin-top: 48px;
	padding: 18px;
	border: 1px solid rgba(255, 111, 174, .22);
	border-radius: 8px;
	background: rgba(255, 111, 174, .08);
}

.dahye-archive-stats div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dahye-archive-stats span {
	color: #c5d0e0;
	font-weight: 800;
}

.dahye-archive-stats strong {
	color: #fff;
	font-size: 22px;
}

.dahye-archive-main {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.dahye-archive-hero {
	padding: 34px 36px;
}

.dahye-archive-hero p {
	margin: 0 0 10px;
	color: #ff6fae;
	font-weight: 900;
}

.dahye-archive-hero h2 {
	margin: 0 0 14px;
	color: #fff;
	font-size: clamp(36px, 4.2vw, 54px);
	letter-spacing: 0;
}

.dahye-archive-hero span {
	color: #aab8cf;
	font-size: 18px;
	font-weight: 800;
}

.dahye-archive-actions button,
.dahye-archive-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 16px;
	border: 1px solid #ff6fae;
	border-radius: 8px;
	background: linear-gradient(135deg, #ff5fa5, #ff8a5c);
	color: #fff;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.dahye-archive-list-panel {
	padding: 18px;
}

.dahye-archive-list-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.dahye-archive-list-head p {
	margin: 0 0 4px;
	color: #ff6fae;
	font-size: 13px;
	font-weight: 900;
}

.dahye-archive-list-head h3 {
	margin: 0;
	color: #fff;
	font-size: 34px;
}

.dahye-archive-list-head strong {
	color: #cbd5e1;
	font-size: 20px;
}

.dahye-archive-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.dahye-archive-video-card {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 8px;
	background: #111827;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
}

.dahye-archive-thumb {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	padding: 0;
	overflow: hidden;
	border: 0;
	background: #0a101b;
	cursor: pointer;
}

.dahye-archive-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease, opacity .25s ease;
}

.dahye-archive-thumb:hover img {
	transform: scale(1.05);
	opacity: .76;
}

.dahye-archive-badge {
	position: absolute;
	left: 8px;
	top: 8px;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(15, 23, 42, .78);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}

.dahye-archive-channel-badge {
	position: absolute;
	right: 8px;
	top: 8px;
	max-width: calc(100% - 86px);
	padding: 4px 8px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 111, 174, .86);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dahye-archive-play {
	position: absolute;
	left: 50%;
	top: 50%;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .9);
	color: #ff5fa5;
	font-size: 26px;
	transform: translate(-50%, -50%);
}

.dahye-archive-no-thumb {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: #cbd5e1;
	font-weight: 900;
}

.dahye-archive-card-body {
	display: grid;
	gap: 8px;
	padding: 14px;
}

.dahye-archive-card-body h3 {
	display: -webkit-box;
	min-height: 48px;
	margin: 0;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.dahye-archive-channel,
.dahye-archive-views {
	overflow: hidden;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dahye-archive-channel {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #9fb0c7;
	font-size: 14px;
	font-weight: 800;
}

.dahye-archive-channel i {
	color: #4fd4bd;
}

.dahye-archive-views {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #f6d9ea;
	font-size: 14px;
	font-weight: 900;
	overflow: visible;
	text-overflow: clip;
	white-space: normal;
}

.dahye-archive-views i {
	color: #ff6fae;
}

.dahye-archive-actions {
	display: block;
}

.dahye-archive-actions button {
	width: 100%;
	min-height: 42px;
	padding: 0 12px;
	font-size: 15px;
}

.dahye-archive-actions a {
	border-color: rgba(255, 255, 255, .18);
	background: rgba(255, 255, 255, .04);
	color: #d8e4f6;
}

.dahye-archive-empty {
	padding: 40px;
	border: 1px dashed rgba(255, 255, 255, .16);
	border-radius: 8px;
	background: rgba(255, 255, 255, .035);
	color: #cbd5e1;
}

.dahye-archive-empty p {
	margin: 0;
	color: #cbd5e1;
}

@media (max-width: 1500px) {
	.dahye-archive-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1200px) {
	.dahye-archive-layout {
		grid-template-columns: 1fr;
	}

	.dahye-archive-sidebar {
		position: static;
		min-height: 0;
	}

	.dahye-archive-nav {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.dahye-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.dahye-archive-grid,
	.dahye-archive-nav {
		grid-template-columns: 1fr;
	}

	.dahye-archive-hero {
		padding: 28px 22px;
	}
}
