
.luvyaa-library-app {
	width: 100%;
	padding: 0;
	min-height: 60vh;
	box-sizing: border-box;
	max-width: none;
}
.luvyaa-header-row {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
	padding-bottom: 16px;
}
.page:has(.luvyaa-library-app) {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}
.bixbox:has(.luvyaa-library-app) {
	max-width: none;
}
.luvyaa-library-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 32px;
	flex-wrap: wrap;
	gap: 20px;
}
.luvyaa-library-header-left {
	flex: 1;
	min-width: 200px;
}
.luvyaa-library-title {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 8px 0;
	letter-spacing: -0.5px;
}
.luvyaa-library-subtitle {
	color: #666;
	font-size: 14px;
	margin: 0;
}
.luvyaa-library-stats {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}
.luvyaa-stat-card {
	background: #111;
	border-radius: 12px;
	padding: 16px 24px;
	min-width: 100px;
	text-align: center;
	border: 1px solid #222;
}
.luvyaa-stat-value {
	font-size: 28px;
	font-weight: 700;
	color: #d20f39;
	display: block;
	line-height: 1;
}
.luvyaa-stat-label {
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 6px;
	display: block;
}
.luvyaa-shelf-tabs-wrapper {
	position: relative;
	flex: 1;
	min-width: 0;
	overflow: hidden;
}
.luvyaa-shelf-tabs {
	display: flex;
	gap: 6px;
	flex-wrap: nowrap;
	overflow-x: auto;
	padding-bottom: 12px;
	scrollbar-width: none;
	-ms-overflow-style: none;
	width: 100%;
	cursor: grab;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.luvyaa-shelf-tabs.is-dragging {
	cursor: grabbing;
}
.luvyaa-shelf-tabs.is-dragging .luvyaa-shelf-tab {
	pointer-events: none;
}
.luvyaa-shelf-tabs::-webkit-scrollbar {
	display: none;
}
.luvyaa-shelf-tab {
	background: #1a1a1a;
	border: 1px solid transparent;
	border-radius: 6px;
	padding: 8px 14px;
	color: #888;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.15s ease;
	white-space: nowrap;
	display: flex;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	align-items: center;
	gap: 8px;
}
.luvyaa-shelf-tab:hover {
	background: #222;
	color: #ccc;
}
.luvyaa-shelf-tab.active {
	background: #d20f39;
	color: #fff;
	border-color: #d20f39;
}
.luvyaa-shelf-tab .count {
	font-size: 11px;
	opacity: 0.7;
	background: rgba(255, 255, 255, 0.1);
	padding: 2px 6px;
	border-radius: 10px;
}
.luvyaa-shelf-tab {
	display: flex;
	align-items: center;
	gap: 6px;
}
.luvyaa-shelf-tab-actions {
	display: flex;
	gap: 4px;
	margin-left: 0;
	border-left: 1px solid transparent;
	padding-left: 0;
	max-width: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
}
.luvyaa-shelf-tab.active .luvyaa-shelf-tab-actions {
	max-width: 50px;
	opacity: 1;
	margin-left: 6px;
	border-left-color: rgba(255, 255, 255, 0.2);
	padding-left: 6px;
	pointer-events: auto;
}
.luvyaa-shelf-tab-action {
	cursor: pointer;
	opacity: 0.6;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
	border-radius: 4px;
	transition: all 0.2s;
}
.luvyaa-shelf-tab-action:hover {
	opacity: 1;
	background: rgba(255, 255, 255, 0.2);
}
.luvyaa-shelf-tab.active .count {
	background: rgba(255, 255, 255, 0.2);
}
.luvyaa-shelf-tab-add {
	background: transparent !important;
	border: 1px dashed #444 !important;
	color: #666 !important;
	padding: 8px 12px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.luvyaa-shelf-tab-add:hover {
	border-color: #d20f39 !important;
	color: #d20f39 !important;
	background: rgba(210, 15, 57, 0.05) !important;
}
.luvyaa-shelf-tab.context-menu {
	position: relative;
}
.luvyaa-shelf-context-menu {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 4px;
	background: #1a1a1a;
	border: 1px solid #333;
	border-radius: 8px;
	padding: 4px 0;
	z-index: 100;
	min-width: 120px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
.luvyaa-shelf-context-menu button {
	display: block;
	width: 100%;
	padding: 8px 14px;
	background: none;
	border: none;
	color: #ccc;
	font-size: 13px;
	text-align: left;
	cursor: pointer;
	transition: background 0.1s;
}
.luvyaa-shelf-context-menu button:hover {
	background: #222;
}
.luvyaa-shelf-context-menu button.danger {
	color: #d20f39;
}
.luvyaa-library-controls {
	display: flex;
	gap: 12px;
	flex-wrap: nowrap;
	align-items: center;
	flex-shrink: 0;
}
.luvyaa-sort-wrapper {
	position: relative;
}
.luvyaa-sort-select {
	background: #1a1a1a;
	border: 1px solid #333;
	border-radius: 10px;
	padding: 12px 36px 12px 16px;
	color: #fff;
	font-size: 14px;
	outline: none;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: all 0.15s ease;
}
.luvyaa-sort-select:focus {
	border-color: #d20f39;
}
.luvyaa-sort-select option {
	background: #1a1a1a;
	color: #fff;
}
.luvyaa-sort-arrow {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	color: #666;
	display: flex;
	align-items: center;
}
.luvyaa-view-toggle {
	display: flex;
	background: #1a1a1a;
	border-radius: 8px;
	padding: 2px;
	border: 1px solid #333;
}
.luvyaa-view-btn {
	background: none;
	border: none;
	color: #666;
	padding: 8px 12px;
	cursor: pointer;
	border-radius: 6px;
	font-size: 14px;
	transition: all 0.15s ease;
}
.luvyaa-view-btn:hover {
	color: #fff;
}
.luvyaa-view-btn.active {
	background: #d20f39;
	color: #fff;
}
.luvyaa-manga-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
	transition: opacity 0.15s ease, transform 0.15s ease;
}
.luvyaa-manga-grid:not(.is-list) .luvyaa-manga-meta {
	display: none;
}
.luvyaa-manga-grid.is-list {
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}
.luvyaa-manga-card {
	background: transparent;
	border-radius: 6px;
	overflow: hidden;
	transition: all 0.2s ease;
	position: relative;
	border: 1px solid transparent;
	aspect-ratio: 1 / 1.55;
	width: 100%;
	height: auto;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-drag: none;
}
@media (min-width: 769px) {
	.luvyaa-manga-card:hover {
		transform: scale(1.03);
		box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
		z-index: 10;
	}
}
.luvyaa-manga-cover {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: #1a1a1a;
	overflow: hidden;
}
.luvyaa-manga-cover img {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block;
	pointer-events: none;
	transition: transform 0.3s ease;
	z-index: 1;
}
.luvyaa-manga-cover::after {
	content: "";
	position: absolute;
	top: 0;
	left: -150%;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
	transform: skewX(-25deg);
	z-index: 2;
	pointer-events: none;
}
@keyframes luvyaaShine {
	0% { left: -150%; }
	100% { left: 200%; }
}
@media (min-width: 769px) {
	.luvyaa-manga-card:hover .luvyaa-manga-cover::after {
		animation: luvyaaShine 1s ease-in-out;
	}
}
.luvyaa-manga-card.show-actions .luvyaa-manga-cover::after {
	animation: luvyaaShine 1s ease-in-out;
}
.luvyaa-manga-cover-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #444;
	background: linear-gradient(135deg, #1a1a1a 0%, #111 100%);
}
.luvyaa-manga-cover-placeholder svg {
	opacity: 0.5;
}
.luvyaa-manga-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	opacity: 0;
	transition: opacity 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	z-index: 10;
	pointer-events: none;
}
.luvyaa-manga-card.show-actions .luvyaa-manga-overlay {
	opacity: 1;
	pointer-events: auto;
}
.luvyaa-manga-actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 80%;
}
.luvyaa-manga-action-btn {
	flex: 1;
	background: rgba(0, 0, 0, 0.75);
	border: none;
	border-radius: 4px;
	padding: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}
.luvyaa-manga-action-btn:hover {
	background: rgba(255, 255, 255, 0.25);
}
.luvyaa-manga-action-btn.move:hover {
	background: rgba(210, 15, 57, 0.8);
}
.luvyaa-manga-action-btn.remove:hover {
	background: rgba(255, 107, 107, 0.8);
}
.luvyaa-manga-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 35px 12px 12px;
	background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.7) 50%, transparent 100%);
	z-index: 2;
	box-sizing: border-box;
	text-align: center;
}
.luvyaa-manga-title {
	font-size: 14.5px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 6px 0;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
	text-align: center;
}
.luvyaa-manga-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.15s ease;
}
.luvyaa-manga-title a:hover {
	color: #d20f39;
}
.luvyaa-manga-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}
.luvyaa-manga-shelf-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	background: rgba(210, 15, 57, 0.15);
	color: #ff4d6d;
	font-size: 11px;
	font-weight: 500;
	padding: 4px 8px;
	border-radius: 4px;
}
.luvyaa-manga-type-badge {
	display: inline-flex;
	align-items: center;
	background: rgba(59, 130, 246, 0.15);
	color: #60a5fa;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 500;
	margin-left: 6px;
}
.luvyaa-manga-date {
	color: #555;
	font-size: 11px;
}
.luvyaa-manga-grid.is-list .luvyaa-manga-card {
	display: flex;
	flex-direction: row;
	border-radius: 8px;
	border: 1px solid #222;
	background: #111;
	padding-top: 0;
	aspect-ratio: auto !important;
	height: auto;
	min-height: 110px;
	overflow: hidden;
}
.luvyaa-manga-grid.is-list .luvyaa-manga-cover {
	position: relative !important;
	inset: auto !important;
	width: 80px !important;
	height: auto !important;
	min-height: 110px;
	flex-shrink: 0;
	padding-top: 0 !important;
	border-radius: 8px 0 0 8px;
	overflow: hidden;
}
.luvyaa-manga-grid.is-list .luvyaa-manga-info {
	position: relative;
	background: none;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 12px 16px;
	text-align: left;
	min-width: 0;
	box-sizing: border-box;
}
.luvyaa-manga-grid.is-list .luvyaa-manga-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0 0 6px 0;
	text-shadow: none;
	text-align: left;
	color: #fff;
}
.luvyaa-manga-grid.is-list .luvyaa-manga-meta {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
	margin-top: auto;
}
.luvyaa-manga-grid.is-list .luvyaa-manga-shelf-badge,
.luvyaa-manga-grid.is-list .luvyaa-manga-type-badge {
	font-size: 11px;
	padding: 3px 8px;
	border-radius: 4px;
	font-weight: 500;
}
.luvyaa-manga-grid.is-list .luvyaa-manga-date {
	font-size: 11px;
	color: #777;
	margin-left: 2px;
}
.luvyaa-manga-grid.is-list .luvyaa-manga-overlay {
	align-items: center;
	justify-content: flex-end;
	padding: 12px 16px;
	background: linear-gradient(to left, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.8) 50%, transparent 100%);
}
.luvyaa-manga-grid.is-list .luvyaa-manga-actions {
	width: auto;
	flex-direction: row;
	gap: 8px;
}
.luvyaa-manga-grid.is-list .luvyaa-manga-action-btn {
	padding: 8px 12px;
	font-size: 12px;
}
.luvyaa-loading {
	text-align: center;
	padding: 80px 20px;
	color: #666;
}
.luvyaa-spinner {
	display: inline-block;
	width: 44px;
	height: 44px;
	border: 3px solid #222;
	border-top-color: #d20f39;
	border-radius: 50%;
	animation: luvyaa-spin 0.7s linear infinite;
	margin-bottom: 16px;
}
@keyframes luvyaa-spin {
	to { transform: rotate(360deg); }
}
.luvyaa-loading p {
	margin: 0;
	font-size: 14px;
}
.luvyaa-empty-state {
	text-align: center;
	padding: 80px 24px;
}
.luvyaa-empty-icon {
	margin-bottom: 20px;
	opacity: 0.4;
	color: #666;
}
.luvyaa-empty-icon svg {
	display: block;
	margin: 0 auto;
}
.luvyaa-empty-title {
	font-size: 22px;
	color: #fff;
	margin: 0 0 10px 0;
	font-weight: 600;
}
.luvyaa-empty-text {
	color: #666;
	margin: 0 0 24px 0;
	font-size: 14px;
	line-height: 1.6;
}
.luvyaa-empty-action {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #d20f39;
	border: none;
	border-radius: 8px;
	padding: 12px 24px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.15s ease;
	text-decoration: none;
}
.luvyaa-empty-action:hover {
	background: #b80d31;
	transform: translateY(-2px);
}
.luvyaa-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid #222;
}
.luvyaa-page-btn {
	background: #1a1a1a;
	border: 1px solid #333;
	border-radius: 8px;
	padding: 0 12px;
	color: #ccc;
	font-size: 13px;
	cursor: pointer;
	transition: all 0.15s ease;
	min-width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.luvyaa-page-btn:hover:not(:disabled) {
	background: #222;
	border-color: #444;
	color: #fff;
}
.luvyaa-page-btn.active {
	background: #d20f39;
	border-color: #d20f39;
	color: #fff;
}
.luvyaa-page-btn:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}
.luvyaa-page-info {
	color: #666;
	font-size: 13px;
	margin: 0 12px;
}
.luvyaa-bulk-bar {
	display: none;
	background: rgba(210, 15, 57, 0.15);
	border: 1px solid rgba(210, 15, 57, 0.3);
	border-radius: 10px;
	padding: 12px 16px;
	margin-bottom: 20px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.luvyaa-bulk-bar.visible {
	display: flex;
}
.luvyaa-bulk-count {
	color: #fff;
	font-size: 14px;
}
.luvyaa-bulk-actions {
	display: flex;
	gap: 8px;
}
.luvyaa-bulk-btn {
	background: rgba(255, 255, 255, 0.1);
	border: none;
	border-radius: 6px;
	padding: 8px 16px;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
	transition: all 0.15s ease;
}
.luvyaa-bulk-btn:hover {
	background: rgba(255, 255, 255, 0.2);
}
.luvyaa-bulk-btn.danger:hover {
	background: rgba(255, 107, 107, 0.5);
}
@media (max-width: 1024px) {
	.luvyaa-manga-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 16px;
	}
}
@media (max-width: 768px) {
	.luvyaa-library-app {
		padding: 0 12px;
	}
	.luvyaa-header-row {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}
	.luvyaa-library-title {
		font-size: 24px;
	}
	.luvyaa-shelf-tabs {
		gap: 4px;
	}
	.luvyaa-manga-grid.is-list {
		grid-template-columns: 1fr;
	}
	.luvyaa-shelf-tab {
		padding: 6px 10px;
		font-size: 12px;
	}
	.luvyaa-library-controls {
		flex-wrap: wrap;
		gap: 8px;
	}
	.luvyaa-sort-wrapper {
		flex: 1;
		min-width: 0;
	}
	.luvyaa-sort-select {
		width: 100%;
	}
	.luvyaa-manga-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.luvyaa-manga-info {
		padding: 10px;
	}
	.luvyaa-manga-title {
		font-size: 13px;
	}
	.luvyaa-empty-state {
		padding: 40px 16px;
	}
	.luvyaa-empty-title {
		font-size: 18px;
	}
	.luvyaa-empty-text {
		font-size: 13px;
	}
}
@media (max-width: 480px) {
	.luvyaa-library-app {
		padding: 0 8px;
	}
	.luvyaa-library-title {
		font-size: 20px;
	}
	.luvyaa-shelf-tabs {
		gap: 4px;
	}
	.luvyaa-shelf-tab {
		padding: 6px 8px;
		font-size: 11px;
	}
	.luvyaa-manga-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
	.luvyaa-manga-cover {
		padding-top: 130%;
	}
	.luvyaa-manga-info {
		padding: 8px;
	}
	.luvyaa-manga-title {
		font-size: 12px;
	}
	.luvyaa-manga-action-btn {
		padding: 6px 8px;
		font-size: 11px;
	}
	.luvyaa-pagination {
		flex-wrap: wrap;
	}
	.luvyaa-page-btn {
		padding: 6px 10px;
		font-size: 12px;
	}
	.luvyaa-empty-icon svg {
		width: 40px;
		height: 40px;
	}
}
.luvyaa-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.luvyaa-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}
.luvyaa-modal-content {
	position: relative;
	background: #0d0d0d;
	border: 1px solid #333;
	border-radius: 12px;
	width: 90%;
	max-width: 380px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.5);
	z-index: 1;
}
.luvyaa-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	border-bottom: 1px solid #222;
}
.luvyaa-modal-header h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.luvyaa-modal-close {
	background: none;
	border: none;
	color: #666;
	cursor: pointer;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	transition: all 0.15s;
}
.luvyaa-modal-close:hover {
	background: #222;
	color: #fff;
}
.luvyaa-modal-body {
	padding: 20px;
}
.luvyaa-modal-input {
	width: 100%;
	background: #1a1a1a;
	border: 1px solid #333;
	border-radius: 8px;
	padding: 12px 14px;
	color: #fff;
	font-size: 14px;
	outline: none;
	box-sizing: border-box;
	transition: border-color 0.15s;
}
.luvyaa-modal-input:focus {
	border-color: #d20f39;
}
.luvyaa-modal-input::placeholder {
	color: #555;
}
.luvyaa-modal-footer {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	padding: 12px 20px;
	border-top: 1px solid #222;
}
.luvyaa-modal-btn {
	padding: 8px 20px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	border: none;
	transition: all 0.15s;
}
.luvyaa-modal-btn.cancel {
	background: #222;
	color: #ccc;
}
.luvyaa-modal-btn.cancel:hover {
	background: #333;
}
.luvyaa-modal-btn.confirm {
	background: #d20f39;
	color: #fff;
}
.luvyaa-modal-btn.confirm:hover {
	background: #b80d31;
}
.page-fullwidth .postbody {
	padding: 0;
	margin: 0;
}
.page-fullwidth .bixbox {
	max-width: none;
	padding: 0;
}
.page-fullwidth .page {
	max-width: none;
	padding: 0;
}
.page-fullwidth .luvyaa-library-app {
	max-width: none;
	width: 100%;
}
.page-fullwidth .luvyaa-manga-grid {
	grid-template-columns: repeat(6, 1fr);
}
.page-fullwidth .luvyaa-manga-grid.is-list {
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
	.page-fullwidth .luvyaa-manga-grid.is-list {
		grid-template-columns: 1fr;
	}
}

/* Login Prompt */
.luvyaa-login-prompt {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 20px;
	text-align: center;
	background: #1a1a1a;
	border-radius: 12px;
	border: 1px dashed #333;
	margin: 40px auto;
	max-width: 500px;
}
.luvyaa-login-prompt .llp-icon {
	color: #d20f39;
	margin-bottom: 20px;
}
.luvyaa-login-prompt .llp-icon svg {
	width: 50px;
	height: 50px;
}
.luvyaa-login-prompt .llp-title {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px;
}
.luvyaa-login-prompt .llp-desc {
	font-size: 14px;
	color: #888;
	margin: 0 0 24px;
	line-height: 1.6;
}
.luvyaa-login-prompt .llp-btn {
	display: inline-flex;
	align-items: center;
	padding: 12px 24px;
	background: #d20f39;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none;
	transition: background 0.2s;
}
.luvyaa-login-prompt .llp-btn:hover {
	background: #b80d31;
	color: #fff;
}

.luvyaa-skeleton-item {
	display: flex;
	flex-direction: column;
	background: #1a1a1a;
	border-radius: 8px;
	overflow: hidden;
}
.luvyaa-skeleton-item .luvyaa-skeleton-cover {
	width: 100%;
	padding-top: 140%;
	background: #2a2a2a;
	animation: pulse 1.5s infinite;
}
.luvyaa-skeleton-item .luvyaa-manga-info {
	padding: 10px;
}
.luvyaa-skeleton-item .luvyaa-skeleton-title {
	height: 14px;
	background: #2a2a2a;
	border-radius: 4px;
	margin-bottom: 8px;
	animation: pulse 1.5s infinite;
}
.luvyaa-skeleton-item .luvyaa-skeleton-meta {
	height: 10px;
	background: #2a2a2a;
	border-radius: 4px;
	width: 60%;
	animation: pulse 1.5s infinite;
}
.luvyaa-skeleton-grid.is-list .luvyaa-skeleton-item {
	flex-direction: row;
}
.luvyaa-skeleton-grid.is-list .luvyaa-skeleton-cover {
	width: 80px;
	padding-top: 110px;
}
.luvyaa-skeleton-grid.is-list .luvyaa-manga-info {
	justify-content: space-between;
	padding: 12px 16px;
}
@keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0.5; }
	100% { opacity: 1; }
}
