* {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
 }
 body {
	color: #ffffff;
	background-color: #1e2023;
 }
 .wrapper {
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: center;
	background-position-y: top;
 }
 .header,
 .footer {
	max-width: 1024px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: auto;
 }
 .header ul,
 .footer ul {
	display: inline-flex;
 }
 .header li,
 .footer li {
	list-style-type: none;
	min-width: 100px;
	width: auto;
	text-align: center;
 }
 .header a,
 .header a:active,
 .header a:hover,
 .header a:visited,
 .footer a,
 .footer a:active,
 .footer a:hover,
 .footer a:visited {
	text-decoration: none;
	color: #ffffff;
	display: block;
	min-width: 100px;
	width: auto;
	transition: 0.4s;
	border-bottom: 0px solid rgb(255, 196, 0);
	line-height: 49px;
 }
 .header a:hover,
 .footer a:hover {
	border-bottom: 2px solid rgb(255, 196, 0);
	color: rgb(255, 196, 0);
	line-height: 49px;
	background-color: #3d3f42;
 }
 .header a.selected {
	border-bottom: 2px solid rgb(255, 196, 0);
	color: rgb(255, 196, 0);
	line-height: 49px;
	background-color: #3d3f42;
 }
 .content {
	max-width: 1024px;
	height: auto;
	margin: auto;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.3);
	padding-top: 14px;
	min-height: calc(100vh - 103px);
 }
 b {
	color: rgb(255, 196, 0);
 }
 h2 {
	margin-top: 20px;
	color: rgb(255, 196, 0);
 }
 h4 {
	color: rgb(255, 196, 0);
 }
 .content a,
 .content a:active,
 .content a:hover,
 .content a:visited {
	text-decoration: none;
	color: rgb(255, 196, 0);
	transition: 0.4s;
	border-bottom: 0px solid rgb(255, 196, 0);
	height: 44px;
 }
 .content a:hover {
	border-bottom: 2px solid rgb(255, 196, 0);
 }
 .content .block {
	background-color: rgba(0, 0, 0, 0.8);
 }
 .content .block .left {
	padding: 10px 20px 10px 20px;
 }
 .content .block .right {
	padding: 10px 10px 10px 10px;
 }
 p {
	margin-top: 20px;
 }
 .content .row {
	margin: 10px;
 }
.zoom {
	transition: transform 0.14s ease-out, box-shadow 0.2s ease-out;
	position: relative;
	z-index: 0;
	--zoom-scale: 1;
	--zoom-pan-x: 0px;
	--zoom-pan-y: 0px;
	transform-origin: center center;
	transform: translate(var(--zoom-pan-x), var(--zoom-pan-y)) scale(var(--zoom-scale));
	will-change: transform;
}
.zoom.is-zoom-active {
	--zoom-scale: 2.5;
	z-index: 30;
	-webkit-box-shadow: 0px 7px 22px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 7px 22px 5px rgba(0, 0, 0, 0.5);
}
 #twitch-embed iframe {
	width: 100%;
 }
 @media (max-width: 767px) {
	.header {
	  display: none;
	}
	.zoom.is-zoom-active {
	  --zoom-scale: 1;
	}
 }

 .patreon-btn {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	height: 28px;
	min-width: 100px;
	background-color: #EC6A5A;
	color: #ffffff;
 }

.avatar .hero-card {
	border-radius: 14px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.02);
}
.avatar .hero-cover {
	width: 100%;
	height: auto;
	border-radius: 14px;
}
.avatar .pill {
	display: inline-block;
	padding: 6px 10px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	margin-right: 8px;
	margin-bottom: 8px;
	font-size: 0.95rem;
	opacity: 0.95;
}
.avatar .cta {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 600;
}
.avatar .cta-primary {
	background: #101010;
	color: rgb(255, 196, 0);
}
.avatar .cta-secondary {
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: inherit;
}
.avatar .section-card {
	border-radius: 14px;
	padding: 18px;
	background: rgba(255, 255, 255, 0.02);
}
.avatar .small-muted {
	opacity: 0.8;
}
.avatar .feature-grid li {
	margin-bottom: 6px;
}
.avatar .faq details {
	border-radius: 12px;
	padding: 12px 14px;
	background: rgba(255, 255, 255, 0.02);
	margin-bottom: 10px;
}
.avatar .faq summary {
	cursor: pointer;
	font-weight: 600;
}
.avatar .shot {
	width: 100%;
	height: auto;
	border-radius: 12px;
}
.avatar .hr-soft {
	border: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.12);
	margin: 18px 0;
}

.site-page {
	background-color: #181a1d;
	background-image: radial-gradient(circle at top, rgba(173, 131, 38, 0.18), transparent 28%), linear-gradient(180deg, #181a1d 0%, #101214 100%);
	overflow-x: clip;
}
.site-page .wrapper {
	background-size: cover;
	background-position: center top;
	overflow-x: clip;
}
.site-page .publisher-shell {
	max-width: 1380px;
}
.site-page .header,
.site-page .footer {
	height: auto;
	line-height: normal;
	padding: 12px 20px;
	position: relative;
	z-index: 1;
	background: rgba(8, 8, 9, 0.78);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.site-page .brand-lockup {
	display: flex;
	align-items: center;
}
.site-page .brand-lockup img {
	max-width: 210px;
	height: auto;
}
.site-page .nav-wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.site-page .header ul,
.site-page .footer ul {
	display: flex;
	width: 100%;
	gap: 10px;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
}
.site-page .header li,
.site-page .footer li {
	min-width: auto;
}
.site-page .header a,
.site-page .header a:active,
.site-page .header a:hover,
.site-page .header a:visited,
.site-page .footer a,
.site-page .footer a:active,
.site-page .footer a:hover,
.site-page .footer a:visited {
	min-width: auto;
	padding: 0 14px;
	line-height: 42px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 12px;
}
.site-page .content {
	margin-top: 14px;
	margin-bottom: 16px;
	padding: 24px 22px 32px;
	position: relative;
	z-index: 2;
	background: linear-gradient(180deg, rgba(11, 11, 12, 0.72) 0%, rgba(7, 7, 8, 0.62) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}
.site-page h1,
.site-page h2,
.site-page h3,
.site-page h4 {
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 0.01em;
}
.site-page h1 {
	font-size: 34px;
	line-height: 1.16;
	margin-bottom: 14px;
}
.site-page h2 {
	font-size: 28px;
	margin-top: 18px;
	margin-bottom: 8px;
}
.site-page h3 {
	font-size: 20px;
	color: #f2d588;
	margin-top: 18px;
}
.site-page p,
.site-page li,
.site-page span {
	font-size: 15px;
	line-height: 1.75;
}
.site-page .content .row {
	margin: 10px 0;
}
.site-page .footer-legal {
	margin-left: auto;
}
.site-page .header .dashboard-nav-item {
	margin-left: 0;
}
.site-page .header a.dashboard-nav-link,
.site-page .header a.dashboard-nav-link:active,
.site-page .header a.dashboard-nav-link:hover,
.site-page .header a.dashboard-nav-link:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 16px;
	border: 1px solid rgba(255, 196, 0, 0.34);
	border-bottom: 2px solid rgba(255, 196, 0, 0.72);
	background: linear-gradient(135deg, rgba(242, 213, 136, 0.18), rgba(240, 138, 36, 0.2));
	color: #f8d98a;
	font-weight: 700;
	box-shadow: 0 8px 20px rgba(255, 196, 0, 0.08);
}
.site-page .header a.dashboard-nav-link:hover {
	color: #171717;
	background: linear-gradient(135deg, #f2d588, #f0a536);
	border-bottom-color: rgb(255, 196, 0);
}
.site-page iframe {
	border: 0;
}
.site-page .content ul {
	padding-left: 1.25rem;
}
.site-page .content li + li {
	margin-top: 4px;
}
.home-page h1 {
	font-size: 38px;
	line-height: 1.14;
	margin-bottom: 14px;
}
.home-page .publisher-hero {
	padding: 6px 2px 22px;
	margin-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.home-page .lead-copy {
	max-width: 60ch;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.88);
	margin-top: 12px;
}
.home-page .hero-note {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}
.home-page .hero-note span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 6px 14px;
	max-width: 100%;
	white-space: normal;
	word-break: break-word;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	line-height: 1.2;
}
.home-page .hero-note span a {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	line-height: 1.2;
	word-break: break-word;
}
.home-page .portrait-panel {
	padding: 10px;
	margin-left: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}
.home-page .portrait-panel img,
.home-page .gallery-row img {
	display: block;
	width: 100%;
	height: auto;
}
@media (min-width: 1200px) {
	.home-page .publisher-hero {
		padding-bottom: 16px;
	}
	.home-page .portrait-panel {
		max-width: 360px;
		margin-left: auto;
	}
}
.home-page .summary-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 18px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.home-page .summary-proof {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	margin-top: auto;
	padding: 5px 9px;
	border: 1px solid rgba(255, 196, 0, 0.22);
	background: rgba(255, 196, 0, 0.08);
	color: #f8d98a;
	font-size: 12px;
	line-height: 1.35;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.home-page .section-heading {
	margin-top: 20px;
	margin-bottom: 2px;
}
.home-page .section-intro {
	margin-top: 0;
	color: rgba(255, 255, 255, 0.72);
}
.home-page .furality-select-video {
	margin: 24px 0 8px;
	max-width: 100%;
}
.home-page .furality-video-frame {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 16 / 9;
	min-height: 280px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: #08090a;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}
.home-page .furality-video-frame video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-page .furality-video-frame.is-loaded .furality-video-loader {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.home-page .furality-video-loader {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: grid;
	place-items: center;
	align-content: center;
	gap: 12px;
	background: radial-gradient(circle at center, rgba(255, 196, 0, 0.14), transparent 30%), rgba(8, 9, 10, 0.82);
	color: #f8d98a;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	transition: opacity 0.28s ease, visibility 0.28s ease;
}
.home-page .furality-video-loader span {
	width: 38px;
	height: 38px;
	border: 2px solid rgba(255, 255, 255, 0.22);
	border-top-color: #ffc400;
	border-radius: 50%;
	animation: furalityLoaderSpin 0.85s linear infinite;
}
.home-page .furality-video-loader strong {
	font-size: 12px;
	line-height: 1.2;
}
.home-page .furality-video-frame::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18) 52%, rgba(0, 0, 0, 0.04));
	pointer-events: none;
}
.home-page .furality-video-copy {
	position: absolute;
	left: 24px;
	bottom: 22px;
	z-index: 1;
	max-width: 420px;
}
.home-page .furality-video-copy h2 {
	margin: 0;
	font-size: 34px;
	line-height: 1.05;
	color: #ffffff;
	text-shadow: 0 10px 28px rgba(0, 0, 0, 0.72);
}
.home-page .furality-video-copy p:last-child {
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.86);
}
.home-page .gallery-row {
	margin-top: 0;
}
.home-page .gallery-row img {
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.25);
}
.home-page .home-project-grid {
	margin-top: 4px;
}
.home-page .home-project-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
	height: 100%;
	padding: 18px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.home-page .home-project-copy {
	margin-bottom: 0;
}
.home-page .home-project-meta {
	margin: 0 0 10px;
	color: #f2d588;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 12px;
	line-height: 1.4;
}
.home-page .home-project-card h3 {
	margin-top: 0;
	margin-bottom: 10px;
}
.home-page .home-project-card p {
	max-width: none;
}
.home-page .home-project-banner {
	display: flex;
	width: 760px;
	max-width: 100%;
	justify-content: flex-start;
	align-items: flex-start;
	border-bottom: 0 !important;
	height: auto !important;
}
.home-page .home-project-banner:hover,
.home-page .home-project-banner:focus {
	border-bottom: 0 !important;
	background: transparent !important;
}
.home-page .home-project-banner img {
	display: block;
	width: 760px;
	max-width: 100%;
	height: auto;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.25);
}
.home-page .home-dealer-section {
	margin-top: 12px;
	margin-bottom: 10px;
}
.home-page .home-dealer-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
	gap: 20px;
	align-items: center;
	padding: 18px;
	border: 1px solid rgba(255, 196, 0, 0.18);
	background: linear-gradient(135deg, rgba(255, 196, 0, 0.08), rgba(255, 255, 255, 0.035));
}
.home-page .home-dealer-copy h2 {
	margin: 0 0 8px;
	font-size: 24px;
}
.home-page .home-dealer-copy p:last-child {
	max-width: 76ch;
	margin-top: 0;
	color: rgba(255, 255, 255, 0.84);
}
.home-page .home-dealer-events {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
}
.home-page .home-dealer-events span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.18);
}
.home-page .home-dealer-events a,
.home-page .home-dealer-events a:active,
.home-page .home-dealer-events a:hover,
.home-page .home-dealer-events a:visited {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 0;
}
.home-page .home-dealer-events a:hover {
	filter: brightness(1.12);
}
.home-page .home-dealer-events img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 48px;
	object-fit: contain;
}
.home-page .home-avatar-grid {
	margin-top: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}
.home-page .home-avatar-grid .gallery-card {
	padding: 14px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
}
.home-page .home-avatar-grid .gallery-card-media {
	aspect-ratio: 3 / 4;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(180deg, rgba(16, 16, 18, 0.98), rgba(8, 8, 10, 0.98));
}
.home-page .home-avatar-grid .gallery-card-media img {
	object-position: center top;
}
.press-page .press-hero {
	padding: 6px 2px 22px;
	margin-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.press-page .section-kicker {
	margin-top: 0;
	margin-bottom: 12px;
	color: #f2d588;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 12px;
	line-height: 1.4;
}
.press-page .lead-copy {
	max-width: 62ch;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.88);
	margin-top: 12px;
}
.press-page .hero-note {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}
.press-page .hero-note span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	line-height: 1.2;
}
.press-page .hero-note span a {
	display: inline-flex;
	align-items: center;
	line-height: 1.2;
	margin-left: 4px;
}
.press-page .press-summary-card,
.press-page .press-card {
	height: 100%;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.press-page .press-summary-card {
	padding: 18px;
}
.press-page .press-grid {
	margin-top: 4px;
}
.press-page .press-card {
	overflow: hidden;
}
.press-page .press-card img {
	display: block;
	width: 100%;
	height: auto;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.press-page .press-card-body {
	padding: 18px;
}
.press-page .press-meta {
	margin: 0 0 10px;
	color: #f2d588;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 12px;
	line-height: 1.4;
}
.press-page .press-card h3 {
	margin-top: 0;
	margin-bottom: 10px;
}
.press-page .press-card p {
	max-width: none;
}
.press-page .press-download {
	display: inline-flex;
	align-items: center;
	margin-top: 10px;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.03);
}

.imprint-page p,
.privacy-page p,
.commissions-page p,
.lore-page p,
.lore-morvus-page p,
.roleplay-formatting-page p {
	max-width: 78ch;
}
@media (max-width: 767px) {
	.site-page .header {
		display: block;
	}
	.site-page .brand-lockup,
	.site-page .nav-wrap {
		justify-content: center;
		text-align: center;
	}
	.site-page .header ul,
	.site-page .footer ul {
		justify-content: center;
	}
	.site-page .footer-legal {
		margin-left: 0;
	}
	.site-page h1 {
		font-size: 30px;
	}
	.site-page .content {
		padding: 20px 15px 26px;
	}
	.home-page .portrait-panel {
		margin-left: 0;
		margin-top: 16px;
	}
	.home-page .hero-note span {
		width: 100%;
		justify-content: center;
	}
	.home-page .furality-video-frame {
		min-height: 0;
	}
	.home-page .furality-video-copy {
		left: 16px;
		right: 16px;
		bottom: 16px;
	}
	.home-page .furality-video-copy h2 {
		font-size: 26px;
	}
	.home-page .home-dealer-card {
		grid-template-columns: 1fr;
	}
	.home-page .home-dealer-events {
		grid-template-columns: 1fr;
	}
}

@keyframes furalityLoaderSpin {
	to {
		transform: rotate(360deg);
	}
}


.commissions-page .commissions-hero {
	padding: 6px 2px 22px;
	margin-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.commissions-page .section-kicker {
	margin-top: 0;
	margin-bottom: 12px;
	color: #f2d588;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 12px;
	line-height: 1.4;
}
.commissions-page .lead-copy {
	max-width: 62ch;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.88);
	margin-top: 12px;
}
.commissions-page .hero-note {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}
.commissions-page .hero-note span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	line-height: 1.2;
}
.commissions-page .hero-note span a {
	display: inline-flex;
	align-items: center;
	line-height: 1.2;
	margin-left: 4px;
}
.commissions-page .commissions-visual {
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}
.commissions-page .pricing-card,
.commissions-page .terms-card,
.commissions-page .form-shell {
	height: 100%;
	padding: 18px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.commissions-page .pricing-card-primary {
	background: linear-gradient(180deg, rgba(242, 213, 136, 0.12), rgba(255, 255, 255, 0.04));
}
.commissions-page .pricing-card-compact {
	min-height: 100%;
}
.commissions-page .pricing-label {
	margin: 0 0 10px;
	color: #f2d588;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 12px;
	line-height: 1.4;
}
.commissions-page .pricing-value {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 32px;
	line-height: 1.1;
	margin-bottom: 10px;
	color: #ffffff;
}
.commissions-page .commissions-pricing p {
	max-width: none;
}
.commissions-page .terms-card h3 {
	margin-top: 0;
	margin-bottom: 12px;
}
.commissions-page .terms-card ul {
	margin-bottom: 0;
}
.commissions-page .terms-card .sub-list {
	margin-top: 8px;
	margin-bottom: 10px;
	padding-left: 1.75rem;
	list-style: disc;
}
.commissions-page .form-shell {
	padding: 14px;
}
.commissions-page .section-heading .section-intro {
	max-width: none;
	width: 100%;
}
.commission-dashboard-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) max-content;
	align-items: center;
	gap: 22px;
	width: 100%;
}
.commission-dashboard-cta h3 {
	margin: 0 0 8px;
	font-family: Georgia, "Times New Roman", serif;
	color: #ffffff;
}
.commission-dashboard-cta p {
	max-width: none;
	margin: 0;
}
.commission-dashboard-copy {
	min-width: 0;
	width: 100%;
}
.content .commission-dashboard-button,
.content .commission-dashboard-button:active,
.content .commission-dashboard-button:hover,
.content .commission-dashboard-button:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	height: auto;
	padding: 0 24px;
	border: 1px solid rgba(255, 196, 0, 0.62);
	border-bottom: 3px solid rgb(255, 196, 0);
	background: linear-gradient(135deg, #f2d588 0%, #ffc400 42%, #f08a24 100%);
	color: #171717;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0 14px 36px rgba(255, 196, 0, 0.22);
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
	white-space: nowrap;
}
.content .commission-dashboard-button:hover,
.content .commission-dashboard-button:focus {
	color: #111111;
	transform: translateY(-2px);
	filter: brightness(1.06);
	box-shadow: 0 18px 42px rgba(255, 196, 0, 0.32);
}
@media (max-width: 767px) {
	.commissions-page .hero-note span {
		width: 100%;
	}
	.commission-dashboard-cta {
		grid-template-columns: 1fr;
		align-items: stretch;
	}
	.content .commission-dashboard-button {
		width: 100%;
		text-align: center;
		white-space: normal;
	}
}

@media (max-width: 767px) {
	.press-page .hero-note span {
		width: 100%;
	}
}


.legal-hero {
	padding: 6px 2px 22px;
	margin-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.imprint-page .section-kicker,
.privacy-page .section-kicker {
	margin-top: 0;
	margin-bottom: 12px;
	color: #f2d588;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 12px;
	line-height: 1.4;
}
.imprint-page .lead-copy,
.privacy-page .lead-copy {
	max-width: 62ch;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.88);
	margin-top: 12px;
}
.legal-summary-card,
.legal-card {
	height: 100%;
	padding: 18px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.legal-grid {
	margin-top: 4px;
}
.legal-card h3,
.legal-card h4,
.legal-summary-card h2 {
	margin-top: 0;
}
.legal-card p,
.legal-card ul,
.legal-summary-card p {
	max-width: none;
}
.privacy-grid .legal-card ul {
	padding-left: 1.15rem;
}
.privacy-grid .legal-card li + li {
	margin-top: 4px;
}


.lore-page .lore-hero,
.lore-morvus-page .lore-hero {
	padding: 6px 2px 22px;
	margin-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.lore-page .section-kicker,
.lore-morvus-page .section-kicker {
	margin-top: 0;
	margin-bottom: 12px;
	color: #f2d588;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 12px;
	line-height: 1.4;
}
.lore-page .lead-copy,
.lore-morvus-page .lead-copy {
	max-width: 62ch;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.88);
	margin-top: 12px;
}
.lore-summary-card,
.lore-art-card,
.lore-text-card {
	height: 100%;
	padding: 18px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.lore-art-card {
	padding: 10px;
}
.lore-art-card img {
	display: block;
	width: 100%;
	height: auto;
}
.lore-text-card h2,
.lore-summary-card h2 {
	margin-top: 0;
}
.lore-text-card p,
.lore-text-card ul,
.lore-summary-card p {
	max-width: none;
}
.lore-text-card ul {
	padding-left: 1.2rem;
}


.lore-index-page .lore-index-grid {
	margin-top: 4px;
}
.lore-index-card {
	height: 100%;
	padding: 18px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.lore-index-card h3 {
	margin-top: 0;
}
.lore-index-card p {
	max-width: none;
}


.lore-preview-card {
	overflow: hidden;
	padding: 0;
}
.lore-preview-card img {
	display: block;
	width: 100%;
	height: auto;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.lore-index-body {
	padding: 18px;
}


.content-warning {
	margin-top: 8px;
	margin-bottom: 0;
	color: #d75a5a;
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.lore-index-body .content-warning {
	margin-bottom: 14px;
}


.site-page img {
	max-width: 100%;
}
@media (max-width: 767px) {
	.site-page {
		overflow-x: hidden;
	}
	.site-page .brand-lockup img {
		max-width: 180px;
		margin: 0 auto 8px;
	}
	.site-page .header,
	.site-page .footer {
		padding: 10px 12px;
	}
	.site-page .header ul,
	.site-page .footer ul {
		gap: 6px;
	}
	.site-page .header .dashboard-nav-item {
		margin-left: 0;
	}
	.site-page .header a,
	.site-page .header a:active,
	.site-page .header a:hover,
	.site-page .header a:visited,
	.site-page .footer a,
	.site-page .footer a:active,
	.site-page .footer a:hover,
	.site-page .footer a:visited {
		padding: 0 10px;
		line-height: 38px;
		font-size: 11px;
		letter-spacing: 0.08em;
	}
	.site-page .content .row {
		margin: 8px 0;
	}
	.site-page .section-heading {
		margin-top: 18px;
	}
	.site-page .section-intro {
		font-size: 14px;
	}
	.home-page .publisher-hero,
	.commissions-page .commissions-hero,
	.press-page .press-hero,
	.lore-page .lore-hero,
	.lore-morvus-page .lore-hero,
	.lore-index-page .lore-hero,
	.legal-hero {
		padding-bottom: 18px;
	}
	.home-page .summary-card,
	.commissions-page .pricing-card,
	.commissions-page .terms-card,
	.commissions-page .form-shell,
	.press-page .press-summary-card,
	.press-page .press-card,
	.legal-summary-card,
	.legal-card,
	.lore-summary-card,
	.lore-art-card,
	.lore-text-card,
	.lore-index-card {
		padding-left: 14px;
		padding-right: 14px;
	}
	.lore-preview-card {
		padding: 0;
	}
	.lore-index-body,
	.press-page .press-card-body {
		padding: 14px;
	}
	.commissions-page iframe {
		height: 720px !important;
	}
}

.avatar-page .avatar-hero {
	padding: 6px 2px 22px;
	margin-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.avatar-page .avatar-hero-card,
.avatar-page .avatar-card,
.avatar-page .avatar-shot-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.avatar-page .avatar-hero-card,
.avatar-page .avatar-shot-card {
	overflow: hidden;
}
.avatar-page .avatar-hero-card img,
.avatar-page .avatar-shot-card img {
	display: block;
	width: 100%;
	height: auto;
}
.avatar-page .avatar-card {
	height: 100%;
	padding: 18px;
}
.avatar-page .avatar-card h3 {
	margin-top: 0;
}
.avatar-page .avatar-card p,
.avatar-page .avatar-card ul {
	max-width: none;
}
.avatar-page .avatar-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}
.avatar-page .avatar-secondary-link {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.03);
	color: rgb(255, 196, 0);
	text-decoration: none;
}
@media (max-width: 767px) {
	.avatar-page .avatar-actions {
		flex-direction: column;
	}
}


.avatar-page .avatar-actions .avatar-action {
	min-height: 44px;
}
.avatar-page .avatar-actions .press-download,
.avatar-page .avatar-actions .avatar-secondary-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}


.avatar-page .avatar-video-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	padding: 12px;
	height: auto;
}
.avatar-page .video-embed-trigger {
	position: relative;
	display: block;
	width: 100%;
	height: 420px;
	padding: 0;
	border: 0;
	background: transparent;
	overflow: hidden;
	cursor: pointer;
}
.avatar-page .video-embed-trigger img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.2s ease;
}
.avatar-page .video-embed-trigger:hover img {
	transform: scale(1.02);
}
.avatar-page .video-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 78px;
	height: 56px;
	border-radius: 18px;
	background: rgba(0, 0, 0, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.16);
}
.avatar-page .video-play-button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 18px solid #ffffff;
}
.avatar-page .video-play-label {
	position: absolute;
	left: 18px;
	bottom: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 14px;
	background: rgba(0, 0, 0, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 11px;
}
.avatar-page .video-frame {
	position: relative;
	width: 100%;
	height: 420px;
	background: #000000;
}
.avatar-page .video-frame iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
.avatar-page .avatar-video-card a,
.avatar-page .avatar-video-card button,
.avatar-page .avatar-video-card a:hover,
.avatar-page .avatar-video-card a:active,
.avatar-page .avatar-video-card a:visited {
	border-bottom: 0 !important;
	height: auto !important;
	line-height: normal !important;
}
.avatar-page .avatar-actions .avatar-action {
	min-height: 46px;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (max-width: 767px) {
	.avatar-page .video-embed-trigger,
	.avatar-page .video-frame {
		height: 240px;
	}
	.avatar-page .video-play-button {
		width: 64px;
		height: 48px;
	}
}

.site-cookie-banner {
	position: fixed;
	inset: 0;
	z-index: 10010;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(4, 4, 5, 0.7);
	backdrop-filter: blur(8px);
}
.site-cookie-banner-panel {
	width: min(720px, 100%);
	padding: 28px 26px;
	background: linear-gradient(180deg, rgba(18, 18, 20, 0.98), rgba(8, 8, 10, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}
.site-cookie-kicker {
	margin: 0 0 10px;
	color: #f2d588;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 12px;
}
.site-cookie-banner-panel h2 {
	margin: 0 0 12px;
	font-size: 32px;
	line-height: 1.1;
}
.site-cookie-banner-panel p {
	margin: 0 0 12px;
	color: rgba(255, 255, 255, 0.82);
}
.site-cookie-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}
.site-cookie-list span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 6px 12px;
	border: 1px solid rgba(242, 178, 75, 0.18);
	background: rgba(242, 178, 75, 0.08);
	color: #f4dfb0;
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.site-cookie-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
	margin-bottom: 18px;
}
.site-cookie-accept,
.site-cookie-reject,
.site-cookie-reject-all {
	min-height: 44px;
	padding: 10px 18px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.05);
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.site-cookie-accept {
	background: linear-gradient(135deg, #f2d588, #c9972c);
	color: #1b1408;
	border-color: rgba(242, 213, 136, 0.48);
}
.site-cookie-reject-all {
	background: rgba(138, 34, 34, 0.16);
	border-color: rgba(210, 74, 74, 0.3);
}
.site-cookie-links {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 0;
}
.site-cookie-links a,
.site-cookie-links a:visited {
	color: #ffd27b;
	text-decoration: none;
}
.site-cookie-settings-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 6px 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 10px;
}
.site-cookie-settings-link:hover {
	background: rgba(242, 178, 75, 0.12);
	border-color: rgba(242, 178, 75, 0.32);
	color: #ffd27b;
}

.gallery-page {
	background-image: radial-gradient(circle at top left, rgba(242, 213, 136, 0.15), transparent 24%), radial-gradient(circle at top right, rgba(113, 22, 22, 0.22), transparent 34%), linear-gradient(180deg, #151516 0%, #0d0d0e 100%);
}
.gallery-page .gallery-hero {
	padding: 6px 2px 22px;
	margin-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.gallery-page .section-kicker {
	margin-top: 0;
	margin-bottom: 12px;
	color: #f2d588;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 12px;
	line-height: 1.4;
}
.gallery-page .lead-copy {
	max-width: 60ch;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.88);
	margin-top: 12px;
}
.gallery-page .hero-note {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}
.gallery-page .hero-note span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	line-height: 1.2;
}
.gallery-hero-panel {
	position: relative;
	min-height: 320px;
	padding: 16px;
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
}
.gallery-hero-glow {
	position: absolute;
	inset: 20px;
	background: radial-gradient(circle at center, rgba(242, 213, 136, 0.3), rgba(88, 22, 22, 0.08) 52%, transparent 72%);
	filter: blur(8px);
}
.gallery-hero-stack {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	height: 100%;
}
.gallery-hero-stack-card {
	position: relative;
	min-height: 260px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	overflow: hidden;
	background: rgba(255, 255, 255, 0.04);
}
.gallery-hero-stack-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.72) 100%);
}
.gallery-hero-stack-media {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-hero-stack-label {
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 14px;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 34px;
	padding: 8px 12px;
	background: rgba(5, 5, 6, 0.58);
	border: 1px solid rgba(242, 178, 75, 0.26);
	color: #ffd27b;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 10px !important;
	line-height: 1.15;
	font-weight: 600;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
.gallery-card {
	padding: 12px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}
.gallery-card-media {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: #090909;
	overflow: hidden;
	aspect-ratio: 4 / 5;
}
.gallery-card-media img,
.gallery-card-media video,
.gallery-admin-media img,
.gallery-admin-media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-card-loader {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
	background-size: 220% 100%;
	animation: galleryShimmer 1.5s linear infinite;
}
.gallery-card-media.is-ready .gallery-card-loader {
	display: none;
}
.gallery-card-actions,
.gallery-admin-actions,
.gallery-admin-meta,
.gallery-modal-actions,
.gallery-modal-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.gallery-card-actions {
	margin-top: 12px;
}
.gallery-action-pill,
.gallery-admin-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 11px;
}
.gallery-like-button.is-liked,
.gallery-modal-actions .is-liked {
	border-color: rgba(242, 213, 136, 0.4);
	background: rgba(242, 213, 136, 0.12);
	color: #f2d588;
}
.gallery-video-pill {
	position: absolute;
	right: 12px;
	bottom: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 6px 12px;
	background: rgba(0, 0, 0, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: #f2b24b;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
}
.gallery-video-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 240px;
	background: linear-gradient(180deg, rgba(24, 24, 27, 0.96), rgba(10, 10, 12, 0.98));
	color: #f2b24b;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 11px;
	font-weight: 600;
}
.gallery-empty-state {
	padding: 28px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.gallery-modal-open {
	overflow: hidden;
}
.gallery-modal {
	position: fixed;
	inset: 0;
	z-index: 9998;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}
.gallery-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(3, 3, 4, 0.88);
	backdrop-filter: blur(8px);
}
.gallery-modal-video-open .gallery-modal-backdrop {
	backdrop-filter: none;
}
.gallery-modal-dialog {
	position: relative;
	width: min(1080px, 100%);
	max-height: calc(100vh - 48px);
	padding: 16px;
	background: rgba(12, 12, 13, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
}
.gallery-modal-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.05);
	color: #ffffff;
	z-index: 2;
}
.gallery-modal-stage {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60vh;
	background: #050505;
}
.gallery-modal-stage img,
.gallery-modal-stage video {
	display: block;
	max-width: 100%;
	max-height: 70vh;
}
.gallery-modal-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 14px;
}
.gallery-modal-chip {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 8px 12px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.gallery-share-sheet {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}
.gallery-share-link,
.gallery-share-link:hover,
.gallery-share-link:active,
.gallery-share-link:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 11px;
}
.gallery-admin-panel,
.gallery-admin-upload-form {
	display: grid;
	gap: 16px;
}
.gallery-upload-dropzone {
	display: grid;
	gap: 8px;
	padding: 22px;
	border: 1px dashed rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.03);
	cursor: pointer;
}
.gallery-upload-dropzone input[type="file"] {
	display: none;
}
.gallery-upload-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	line-height: 1.2;
}
.gallery-upload-copy,
.gallery-upload-status {
	color: rgba(255, 255, 255, 0.72);
}
.gallery-upload-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}
.gallery-upload-selection {
	padding: 10px 14px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	line-height: 1.6;
}
.gallery-upload-progress {
	width: 100%;
	height: 14px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
}
.gallery-upload-progress-bar {
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, #f2d588, #c9972c);
	transition: width 0.2s ease;
}
.gallery-admin-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}
.gallery-admin-card {
	padding: 8px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.gallery-admin-media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #090909;
}
.gallery-admin-meta {
	margin-top: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.gallery-admin-chip {
	min-height: 22px;
	padding: 0 7px;
	border: 1px solid rgba(242, 178, 75, 0.18);
	background: rgba(242, 178, 75, 0.08);
	color: #f4dfb0;
	font-size: 9px;
	letter-spacing: 0.06em;
	line-height: 22px;
}
.gallery-admin-actions {
	margin-top: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: flex-start;
}
.gallery-admin-action-btn,
.gallery-admin-action-btn:visited,
.gallery-admin-actions .gallery-admin-action-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 24px !important;
	padding: 0 8px !important;
	line-height: 24px !important;
	font-size: 9px !important;
	letter-spacing: 0.06em !important;
	white-space: nowrap;
	border: 1px solid rgba(255, 255, 255, 0.16) !important;
	background: rgba(255, 255, 255, 0.08) !important;
	color: #f1eee6 !important;
}
.gallery-admin-action-btn:hover,
.gallery-admin-actions .gallery-admin-action-btn:hover {
	background: rgba(242, 178, 75, 0.16) !important;
	border-color: rgba(242, 178, 75, 0.4) !important;
	color: #f2d588 !important;
}
.gallery-admin-statline,
.gallery-admin-detailline {
	margin-top: 5px;
	font-size: 11px;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.68);
}
.gallery-admin-detailline {
	color: rgba(255, 255, 255, 0.6);
}
.gallery-analytics-open {
	overflow: hidden;
	overscroll-behavior: none;
}
.gallery-admin-analytics-modal {
	position: fixed;
	inset: 0;
	z-index: 10020;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}
.gallery-admin-analytics-modal[hidden] {
	display: none !important;
}
.gallery-admin-analytics-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(4, 4, 5, 0.78);
	backdrop-filter: blur(6px);
}
.gallery-admin-analytics-dialog {
	position: relative;
	width: min(920px, 100%);
	max-height: calc(100vh - 48px);
	padding: 18px;
	background: linear-gradient(180deg, rgba(16, 16, 18, 0.98), rgba(7, 7, 8, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	overscroll-behavior: contain;
}
.gallery-admin-analytics-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.05);
	color: #ffffff;
}
.gallery-admin-analytics-head {
	padding-right: 48px;
}
.gallery-admin-analytics-list {
	display: grid;
	gap: 10px;
	max-height: 420px;
	margin-top: 16px;
	overflow: auto;
	overscroll-behavior: contain;
}
.gallery-admin-analytics-entry {
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
}
.gallery-admin-analytics-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.88);
}
.gallery-admin-analytics-detail {
	margin-top: 6px;
	font-size: 11px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.68);
	word-break: break-word;
}

@keyframes galleryShimmer {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -20% 0;
	}
}

@media (max-width: 991px) {
	.gallery-grid,
	.gallery-admin-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.home-page .home-avatar-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.gallery-hero-stack {
		grid-template-columns: 1fr;
	}
	.gallery-hero-stack-card {
		min-height: 140px;
	}
	.gallery-hero-stack-label {
		font-size: 10px;
	}
}

@media (max-width: 767px) {
	.gallery-grid,
	.gallery-admin-grid {
		grid-template-columns: 1fr;
	}
	.home-page .home-avatar-grid {
		grid-template-columns: 1fr;
	}
	.gallery-modal {
		padding: 12px;
	}
	.gallery-modal-dialog {
		padding: 12px;
	}
	.gallery-modal-toolbar {
		flex-direction: column;
		align-items: flex-start;
	}
	.gallery-page .hero-note span {
		width: 100%;
	}
}
