@font-face  {
	font-family: "DotGothic16";
	src: url("https://file.garden/Z5Do5O7JvxCrm3fo/fonts/DotGothic16-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face  {
	font-family: "freepixel";
	src: url("https://file.garden/Z5Do5O7JvxCrm3fo/fonts/FreePixel.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face  {
	font-family: "angel";
	src: url("https://file.garden/Z5Do5O7JvxCrm3fo/fonts/PFPixelscriptPro.ttf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

:root  {
	--bg-pink: #fdf5f8;
	--card: #fffbfd;
	--text: #845757;
	--text-muted: #a7828c;
	--text-faint: #c2a0aa;
	--border: #ffe4ef;
	--border-strong: #ffcce0;
	--accent: #ff9ec0;
	--pink: #ff9ec0;
	--pink-deep: #c07090;
	--blue: #a9cdf0;
	--blue-deep: #5f86bf;
	--blue-pale: #eef5ff;
	--shadow-sm: 0 1px 3px rgba(200, 130, 160, 0.1);
	--shadow-md: 0 4px 14px rgba(200, 130, 160, 0.14);
	--radius-md: 14px;
	--font: "freepixel", "DotGothic16", sans-serif;
}

*  {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	cursor: url(https://file.garden/Z5Do5O7JvxCrm3fo/love2lovev3/cursor.cur), auto !important;
}

a, button, [href], input, select, label  {
	cursor: url(https://file.garden/Z5Do5O7JvxCrm3fo/love2lovev3/Normal%20Select%206.cur), pointer !important;
}

html  {
	scroll-behavior: smooth;
}

html, body  {
	width: 100%;
	font-family: var(--font);
	font-size: 11px;
	color: var(--text);
	background-color: #f8edf3;
	background-image: url("https://file.garden/Z5Do5O7JvxCrm3fo/neocities/toro.gif"), radial-gradient( ellipse at 30% 20%, rgba(255, 210, 230, 0.35) 0, transparent 60% ), radial-gradient( ellipse at 80% 80%, rgba(255, 230, 245, 0.3) 0, transparent 55% );
	background-size: 15px, auto, auto;
	background-attachment: fixed;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.5;
}

@media (prefers-reduced-motion: reduce)  {
	html  {
		scroll-behavior: auto;
	}

	*, *::before, *::after  {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
	}

}

::selection  {
	background: #ffd0e4;
	color: var(--text);
}

::-webkit-scrollbar  {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-track  {
	background: var(--bg-pink);
	border: 1px solid var(--border);
	border-radius: 5px;
}

::-webkit-scrollbar-thumb  {
	background: #ffd0e4;
	border: 1px solid var(--border-strong);
	border-radius: 5px;
}

a  {
	color: var(--pink);
	text-decoration: none;
	transition: color 0.15s ease;
}

a:hover  {
	color: var(--pink-deep);
}

:focus-visible  {
	outline: 2px solid var(--pink);
	outline-offset: 2px;
	border-radius: 2px;
}

[data-tooltip]  {
	position: relative;
}

[data-tooltip]::after  {
	content: attr(data-tooltip);
	position: absolute;
	bottom: calc(100% + 7px);
	left: 50%;
	transform: translateX(-50%) translateY(2px) rotate(-1deg);
	background: linear-gradient( rgba(255, 255, 255, 0.95), rgba(255, 240, 248, 0.95) ), var(--bg-pink);
	color: var(--text);
	border: 1px solid var(--accent);
	font-family: var(--font);
	font-size: 9px;
	white-space: nowrap;
	padding: 4px 8px;
	border-radius: 7px;
	opacity: 0;
	pointer-events: none;
	box-shadow: 2px 2px 0 rgba(255, 158, 192, 0.3), 0 2px 10px rgba(255, 158, 192, 0.15);
	transition: opacity 0.15s ease, transform 0.15s ease;
	z-index: 30;
}

[data-tooltip]::before  {
	content: "";
	position: absolute;
	bottom: calc(100% + 3px);
	left: 50%;
	transform: translateX(-50%);
	border: 4px solid transparent;
	border-top-color: var(--accent);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.15s ease;
	z-index: 30;
}

[data-tooltip]:hover::after, [data-tooltip]:focus-visible::after  {
	opacity: 1;
	transform: translateX(-50%) translateY(0) rotate(-1deg);
}

[data-tooltip]:hover::before, [data-tooltip]:focus-visible::before  {
	opacity: 1;
}

.page-wrapper  {
	width: 100%;
	max-width: 960px;
	margin: 2rem auto;
	animation: fadeIn 0.5s ease both;
	position: relative;
	z-index: 1;
}

@keyframes fadeIn  {
	from  {
		opacity: 0;
		transform: translateY(12px);
	}

	to  {
		opacity: 1;
		transform: translateY(0);
	}

}

.wrap  {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.788);
	border: 1px solid #f2d5e6;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0 0 0 3px rgba(255, 200, 225, 0.4), 0 8px 32px rgba(220, 140, 180, 0.12);
}

.maincontainer  {
	background: linear-gradient(0deg, #ffd6e7, 5%, white);
	border-right: 1px ridge #ffd6e7;
	border-bottom: 1px groove #ffd6e7;
	border-left: 1px ridge #ffd6e7;
	border-radius: 0px 0px 8px 8px;
	padding: 10px;
}

.container-inner  {
	box-shadow: inset 10px 0px 6px -10px rgba(248, 184, 207, 0.35), inset -10px 0px 6px -10px rgba(248, 184, 207, 0.35), inset 0px 10px 6px -10px #ffffff, inset 0px -10px 6px -10px rgba(200, 130, 160, 0.2);
	background: var(--bg-pink);
	border: 1px solid var(--border);
	border-radius: 12px;
	padding: 12px;
}

.app-header  {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	padding: 4px 6px 12px;
	margin-bottom: 18px;
}

.header-brand  {
	display: flex;
	align-items: baseline;
	gap: 8px;
	flex-wrap: wrap;
}

.mainarea-label  {
	font-family: "angel", var(--font);
	font-size: 15px;
	font-style: italic;
	letter-spacing: 2px;
	color: var(--pink-deep);
	padding: 4px 11px;
	border-radius: 3px;
	background: linear-gradient( 90deg, #ffeaf4 0, #ffdcec 35%, var(--blue-pale) 55%, #ffdcec 80%, #ffeaf4 100% );
	background-size: 250% 100%;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
	text-shadow: 0 0 8px rgba(255, 158, 192, 0.35);
	animation: boxTitleShimmer 5s ease-in-out infinite;
}

@keyframes boxTitleShimmer  {
	0%, 100%  {
		background-position: 0 50%;
	}

	50%  {
		background-position: 100% 50%;
	}

}

.mainarea-updated  {
	font-size: 9px;
	color: var(--text-faint);
}

.label-star-icon  {
	height: 11px;
	vertical-align: middle;
	margin-left: 1px;
}

.mainarea-photo  {
	height: 0px;
	border-radius: 4px;
	vertical-align: middle;
}

.sort-card-body  {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sort-group  {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}

.sort-btns  {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

button.navlink  {
	font-family: var(--font);
	font-size: 10.5px;
	padding: 6px 13px;
	border-radius: 4px;
	border: 1px solid var(--border-strong);
	background: linear-gradient(180deg, #fff0f6, #ffe4ef);
	color: var(--text-muted);
	cursor: pointer;
	transition: all 0.15s ease;
}

button.navlink:hover  {
	border-color: var(--pink);
	color: var(--accent);
	background: linear-gradient(180deg, #fff, #fff8fb);
}

button.navlink.active  {
	background: #ffdceb;
	border-color: var(--pink);
	color: var(--accent);
	box-shadow: inset -2px -2px 4px -2px #a66b83, inset 2px 2px 4px -2px rgb(255 239 246);
}

.shuffle-btn  {
	font-family: var(--font);
	font-size: 10.5px;
	padding: 6px 15px;
	border-radius: 4px;
	border: 1px solid var(--border);
	background: #fff;
	color: var(--accent);
	cursor: pointer;
	box-shadow: 2px 2px 0px #ffdceb;
	transition: all 0.1s ease;
}

.shuffle-btn:active  {
	box-shadow: 0px 0px 0px #ffdceb;
	transform: translateY(2px);
}

.shuffle-btn-block  {
	width: 100%;
	text-align: center;
	padding-top: 9px;
	border-top: 1px dashed var(--border);
}

.spotlight-card  {
	background: linear-gradient(180deg, #fff 0, #fffbfd 100%);
	border: 1px solid var(--border);
	border-radius: var(--radius-md);
	overflow: hidden;
	margin-bottom: 16px;
	box-shadow: var(--shadow-sm);
	transition: box-shadow 0.2s ease;
}

.spotlight-card:hover  {
	box-shadow: var(--shadow-md);
}

.spotlight-header  {
	font-family: "angel", var(--font);
	font-size: 11px;
	font-style: italic;
	letter-spacing: 2px;
	color: var(--blue-deep);
	padding: 6px 14px;
	background: linear-gradient( 90deg, var(--blue-pale) 0, #e2eefc 40%, #fff 55%, #e2eefc 100% );
	background-size: 200% 100%;
	border-bottom: 1px solid var(--border);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
	animation: boxTitleShimmer 5s ease-in-out infinite;
}

.spotlight-body  {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 16px 20px;
	min-height: 90px;
}

.spotlight-empty  {
	width: 100%;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	color: var(--text-faint);
	line-height: 1.7;
}

.spotlight-cover  {
	width: 100px;
	height: 100%;
	object-fit: cover;
	border: 1px solid var(--border);
	border-radius: 8px;
	box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.08);
	flex-shrink: 0;
}

.spotlight-info  {
	flex: 1;
	min-width: 0;
}

.spotlight-title  {
	font-family: "angel", var(--font);
	font-size: 16px;
	font-style: italic;
	color: var(--pink-deep);
	letter-spacing: 1px;
}

.spotlight-artist  {
	font-size: 10.5px;
	color: var(--text-muted);
	margin-top: 2px;
}

.spotlight-note  {
	display: inline-block;
	font-size: 10px;
	font-style: italic;
	color: var(--text-muted);
	background: var(--bg-pink);
	border-radius: 8px;
	padding: 5px 10px;
	margin-top: 7px;
	line-height: 1.4;
}

.spotlight-rating  {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 9px;
}

.spotlight-stars  {
	color: var(--accent);
	font-size: 12px;
	letter-spacing: 1px;
}

.spotlight-rating-num  {
	font-size: 10px;
	color: var(--text-muted);
}

.spotlight-meta  {
	display: flex;
	gap: 22px;
	margin-top: 9px;
	flex-wrap: wrap;
}

.spotlight-meta-item  {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.spotlight-meta-label  {
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: var(--text-faint);
}

.spotlight-meta-value  {
	font-size: 10.5px;
	color: var(--text);
}

.content-layout  {
	display: flex;
	gap: 15px;
	align-items: flex-start;
}

.shelf-area  {
	flex: 1;
	min-width: 0;
}

.active-filter-banner  {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	font-size: 10px;
	color: var(--text-muted);
	background: #ffeef5;
	border-radius: 6px;
	padding: 6px 10px;
	box-shadow: 0 1px 4px rgba(200, 130, 160, 0.12);
	margin-bottom: 10px;
	animation: fadeIn 0.2s ease both;
}

.active-filter-banner[hidden]  {
	display: none;
}

.active-filter-banner strong  {
	color: var(--accent);
}

.active-filter-clear  {
	font-family: var(--font);
	font-size: 10px;
	color: var(--text-muted);
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 4px;
	padding: 2px 9px;
	cursor: pointer;
	flex-shrink: 0;
}

.active-filter-clear:hover  {
	color: var(--accent);
	border-color: var(--pink);
}

.shelf-container  {
	max-height: 450px;
	overflow-y: auto;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
	gap: 15px 12px;
	padding: 10px;
	background: #fff;
	border: 2px solid var(--border);
	border-radius: 6px;
	box-shadow: inset #ffddeb 0 0 6px;
}

.empty-msg  {
	grid-column: 1 / -1;
	text-align: center;
	color: var(--text-faint);
	font-size: 12px;
	padding: 40px 10px;
	line-height: 1.8;
}

.empty-msg-sub  {
	display: block;
	font-size: 10px;
}

.empty-msg-reset  {
	display: inline-block;
	margin-top: 6px;
	font-family: var(--font);
	font-size: 10px;
	color: var(--accent);
	background: var(--bg-pink);
	border: 1px solid var(--border);
	border-radius: 4px;
	padding: 4px 12px;
	cursor: pointer;
}

.empty-msg-reset:hover  {
	border-color: var(--pink);
}

.album  {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	cursor: pointer;
	opacity: 0;
	animation: fadeIn 0.4s ease forwards;
}

.album-cover  {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border: 1px solid var(--border);
	border-radius: 4px;
	background: var(--card);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
	transition: transform 0.2s ease;
}

.album:hover .album-cover  {
	transform: scale(1.05);
}

.album.selected .album-cover  {
	outline: 2px solid var(--pink-deep);
	outline-offset: 3px;
	box-shadow: 0 0 0 5px rgba(255, 156, 199, 0.18), 2px 2px 4px rgba(0, 0, 0, 0.05);
}

.album:focus-visible  {
	outline: none;
}

.album:focus-visible .album-cover  {
	outline: 2px solid var(--pink);
	outline-offset: 3px;
}

.album.flash .album-cover  {
	animation: flashPick 0.7s ease;
}

@keyframes flashPick  {
	0%, 100%  {
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
	}

	35%  {
		box-shadow: 0 0 0 5px rgba(255, 156, 199, 0.45);
	}

}

.album-title  {
	font-size: 10px;
	color: var(--text);
	margin-top: 4px;
	line-height: 1.2;
	word-wrap: break-word;
	overflow-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 100%;
	min-height: 24px;
}

.album-artist  {
	font-size: 9px;
	color: var(--text-faint);
}

.sidebar  {
	width: 260px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	max-height: 450px;
}

.sidebar-back  {
	flex-shrink: 0;
}

.sidebar-back a  {
	min-width: 100%;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 6px 13px 6px 100px;
	border-radius: 4px;
	font-size: 10.5px;
	color: var(--text-muted);
	border: 1px solid var(--border-strong);
	background: #fff;
	transition: all 0.15s ease;
}

.sidebar-back a:hover  {
	background: #fef6f9;
	border-color: var(--pink);
	color: var(--accent);
	transform: translateX(-2px);
}

.sidebar-back .arrow  {
	font-size: 13px;
	line-height: 1;
	transition: transform 0.15s ease;
}

.sidebar-back a:hover .arrow  {
	transform: translateX(-3px);
}

.sidebar-scroll  {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	padding: 2px 6px 4px 2px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.side-card  {
	background: #fff;
	border-radius: var(--radius-md);
	border: 1px solid var(--border);
	box-shadow: var(--shadow-sm);
	transition: box-shadow 0.2s ease;
	overflow: hidden;
	flex-shrink: 0;
}

.side-card:hover  {
	box-shadow: var(--shadow-md);
}

.side-card-header  {
	font-family: "angel", var(--font);
	font-size: 11px;
	font-style: italic;
	letter-spacing: 2px;
	color: var(--pink-deep);
	padding: 7px 12px;
	background: linear-gradient( 90deg, #ffeaf4 0, #ffdcec 40%, #fff0f7 55%, #ffdcec 100% );
	background-size: 200% 100%;
	border-bottom: 1px solid var(--border);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
	animation: boxTitleShimmer 5s ease-in-out infinite;
}

.side-card-body  {
	padding: 4px 12px 12px;
}

.side-box-subtitle  {
	font-size: 9px;
	color: var(--text-faint);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
}

.artist-chip-list  {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.artist-chip  {
	display: flex;
	align-items: center;
	gap: 4px;
	font-family: var(--font);
	font-size: 10px;
	color: var(--text-muted);
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 4px;
	padding: 3px 8px;
	cursor: pointer;
	transition: all 0.12s ease;
}

.artist-chip:hover  {
	border-color: var(--pink);
	color: var(--accent);
}

.artist-chip.active  {
	background: var(--accent);
	border-color: var(--accent);
	color: #fff;
}

.artist-chip.active .artist-chip-count  {
	color: #ffc2e0;
}

.artist-chip-count  {
	color: var(--text-faint);
	font-size: 9px;
}

.combo-grid  {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.combo-col  {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
}

.combo-label  {
	font-size: 8.5px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: var(--text-faint);
	margin-bottom: 5px;
}

.wishlist-grid  {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.wishlist-item  {
	display: flex;
	gap: 6px;
	align-items: center;
	padding: 3px 4px;
	border-radius: 6px;
	transition: background 0.15s ease;
}

.wishlist-item:hover  {
	background: var(--bg-pink);
}

.wishlist-cover  {
	width: 26px;
	height: 26px;
	border: 1px solid var(--border);
	border-radius: 3px;
	object-fit: cover;
	flex-shrink: 0;
	cursor: pointer;
}

.wishlist-title  {
	font-size: 9px;
	line-height: 1.25;
	color: var(--text-muted);
}

.image-preview  {
	position: fixed;
	width: auto;
	height: 140px;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	border: 3px solid #fff;
	box-shadow: 0 10px 28px rgba(200, 130, 160, 0.28), 0 0 0 1px rgba(255, 200, 225, 0.4);
	opacity: 0;
	transform: scale(0.92);
	pointer-events: none;
	transition: opacity 0.15s ease, transform 0.15s ease;
	z-index: 999;
}

.image-preview.visible  {
	opacity: 1;
	transform: scale(1);
}

.image-preview img  {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.latest-mini  {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: flex-start;
}

.la-cover  {
	width: 100%;
	max-width: 70px;
	aspect-ratio: 1/1;
	border: 1px solid var(--border);
	border-radius: 6px;
	object-fit: cover;
}

.la-info  {
	min-width: 0;
}

.la-title  {
	color: var(--accent);
	font-size: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.la-artist  {
	font-size: 9px;
	color: var(--text-faint);
}

.side-box-text  {
	font-size: 10.5px;
	line-height: 1.45;
	text-align: justify;
	color: var(--text-muted);
}

.photo-card .side-card-body  {
	padding: 14px 12px 10px;
}

.collection-photo-frame  {
	position: relative;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 4px;
	padding: 6px 6px 0;
	box-shadow: 2px 3px 6px rgba(200, 130, 160, 0.15);
	transform: rotate(-1.5deg);
	transition: transform 0.2s ease;
}

.collection-photo-frame:hover  {
	transform: rotate(0deg) scale(1.03) translateY(-2px);
}

.collection-photo-frame::before  {
	content: "";
	position: absolute;
	top: -7px;
	left: 50%;
	width: 44px;
	height: 15px;
	transform: translateX(-50%) rotate(-4deg);
	background: repeating-linear-gradient( -45deg, var(--blue), var(--blue) 4px, rgba(255, 255, 255, 0.6) 4px, rgba(255, 255, 255, 0.6) 8px );
	opacity: 0.9;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.collection-photo  {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 2px;
	display: block;
	background: var(--blue-pale);
}

.photo-caption  {
	text-align: center;
	font-size: 9px;
	color: var(--text-faint);
	padding: 5px 2px;
	border-top: 1px solid var(--border);
	margin-top: 6px;
}

.confession-tab-wrap  {
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 500;
}

.confession-tab  {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-family: var(--font);
	font-size: 11px;
	letter-spacing: 1px;
	color: var(--text-muted);
	background: #fff;
	border: 1px solid var(--border-strong);
	border-left: none;
	border-radius: 0 10px 10px 0;
	padding: 14px 7px;
	cursor: default;
	box-shadow: 2px 2px 8px rgba(200, 130, 160, 0.18);
	transition: background 0.15s ease, color 0.15s ease;
}

.confession-tab-wrap:hover .confession-tab  {
	background: #ffdceb;
	color: var(--accent);
}

.confession-panel  {
	position: absolute;
	left: 100%;
	top: 50%;
	width: 220px;
	background: #fff;
	border: 1px solid var(--border-strong);
	border-radius: 10px;
	box-shadow: 2px 2px 14px rgba(200, 130, 160, 0.22);
	padding: 14px 16px;
	opacity: 0;
	pointer-events: none;
	transform: translate(-16px, -50%);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.confession-tab-wrap:hover .confession-panel  {
	opacity: 1;
	pointer-events: auto;
	transform: translate(10px, -50%);
}

@media (max-width: 760px)  {
	.content-layout  {
		flex-direction: column;
	}

	.sidebar  {
		width: 100%;
		max-height: none;
	}

	.sidebar-scroll  {
		max-height: 480px;
	}

	.shelf-container  {
		grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
		gap: 10px;
		max-height: 420px;
	}

	.app-header  {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
	}

	.header-brand  {
		justify-content: center;
	}

	.combo-grid  {
		gap: 8px;
	}

	.confession-tab-wrap  {
		top: auto;
		bottom: 14px;
		transform: none;
	}

	.confession-panel  {
		width: 190px;
	}

	.spotlight-body  {
		flex-direction: column;
		text-align: center;
	}

	.spotlight-rating, .spotlight-meta  {
		justify-content: center;
	}

}