/*
 * MU Shiland - premium dark medieval theme
 * Loaded last so legacy WebEngine modules keep working inside the new shell.
 */

:root {
	--fi-black: #050505;
	--fi-black-soft: #0a0908;
	--fi-panel: rgba(12, 11, 10, 0.9);
	--fi-panel-solid: #0d0c0b;
	--fi-line: rgba(198, 145, 65, 0.28);
	--fi-line-bright: rgba(232, 177, 83, 0.72);
	--fi-gold: #d69a3a;
	--fi-gold-light: #f1cf82;
	--fi-orange: #ed721f;
	--fi-cream: #e9e1d2;
	--fi-muted: #938b7f;
	--fi-green: #77c35d;
	--fi-shadow: 0 28px 70px rgba(0, 0, 0, 0.56);

	--webenginebg1: #050505;
	--webenginebg2: #0c0b0a;
	--webenginebg3: #080706;
	--webenginecolor1: #d69a3a;
	--webenginecolor2: #d8d0c3;
	--webenginecolor3: #c99a53;
	--webenginecolor4: #f1cf82;
	--webenginecolor5: #17130f;
	--webenginecolor6: #e4d3b7;
	--webenginecolor7: #b77c2e;
	--webenginecolor8: #201912;
	--webenginecolor9: #ead9ba;
	--webenginecolor10: #72522e;
	--webenginecolor11: #b36c22;
	--webenginecolor12: #fff4da;
	--webenginecolor13: #e7b461;
	--webenginecolor14: #90877a;
	--webenginecolor15: #11100e;
	--webenginecolor16: #342a1e;
	--webenginecolor17: #d5cbbb;
	--webenginecolor18: #a87534;
	--webenginecolor19: #bdb2a3;
	--webenginecolor20: #f1cf82;
	--webenginecolor21: #30271c;
	--webenginecolor22: #0e0d0b;
	--webenginecolor23: #8d8478;
	--webenginecolor24: #13110e;
	--webenginecolor25: #a89e90;
	--webenginecolor26: #dda94f;
	--webenginecolor27: #100f0d;
	--webenginecolor28: #15120f;
	--webenginecolor33: #c6b89f;
	--webenginecolor63: #30271c;
}

html {
	min-width: 0;
	scroll-behavior: smooth;
}

body {
	min-width: 320px;
	background: var(--fi-black);
	color: var(--fi-cream);
	font-family: 'Inter', 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.65;
	overflow-x: hidden;
}

body.is-inner-page {
	background:
		linear-gradient(rgba(2, 2, 2, 0.72), rgba(5, 4, 3, 0.96)),
		url('../img/background-2600.jpg') top center / cover fixed no-repeat;
}

::selection {
	background: rgba(214, 154, 58, 0.34);
	color: #fff4dc;
}

.we-preloader-panel {
	width: 360px;
}

.we-preloader-logo {
	width: 260px;
	max-width: 100%;
	filter: drop-shadow(0 0 18px rgba(218, 145, 45, 0.28));
}

a {
	color: var(--fi-gold);
}

a:hover,
a:focus {
	color: var(--fi-gold-light) !important;
}

/* Shared controls */
.button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 44px;
	padding: 0 24px;
	border: 1px solid transparent;
	color: #f7ecda !important;
	font-family: 'Cinzel', serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	transition: transform 180ms ease, border-color 180ms ease, filter 180ms ease, box-shadow 180ms ease;
	overflow: hidden;
}

.button::before {
	position: absolute;
	top: 0;
	left: -120%;
	width: 65%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
	content: '';
	transform: skewX(-25deg);
	transition: left 480ms ease;
}

.button:hover::before {
	left: 145%;
}

.button:hover,
.button:focus {
	color: #fff7e8 !important;
	text-decoration: none !important;
	transform: translateY(-2px);
}

.button--gold {
	background: linear-gradient(180deg, #d89332 0%, #9f561d 52%, #693413 100%);
	border-color: #e6ad52;
	box-shadow: inset 0 1px 0 rgba(255, 236, 183, 0.42), inset 0 -1px 0 rgba(31, 12, 3, 0.65), 0 0 18px rgba(233, 115, 28, 0.22);
}

.button--gold:hover,
.button--gold:focus {
	filter: brightness(1.12);
	box-shadow: inset 0 1px 0 rgba(255, 236, 183, 0.55), 0 0 30px rgba(233, 115, 28, 0.43);
}

.button--ghost,
.button--dark {
	background: linear-gradient(180deg, rgba(37, 33, 28, 0.88), rgba(10, 9, 8, 0.96));
	border-color: rgba(206, 157, 79, 0.4);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.75);
}

.button--ghost:hover,
.button--dark:hover {
	border-color: rgba(241, 193, 105, 0.85);
	box-shadow: inset 0 0 16px rgba(215, 146, 46, 0.1), 0 0 18px rgba(220, 140, 42, 0.13);
}

.button--small {
	min-height: 37px;
	padding: 0 17px;
	font-size: 9px;
}

.button--large {
	min-height: 52px;
	padding: 0 28px;
	font-size: 11px;
}

.section-eyebrow {
	display: block;
	margin-bottom: 8px;
	color: #b9803d;
	font-family: 'Cinzel', serif;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.24em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ornate-panel {
	position: relative;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 28%),
		rgba(10, 9, 8, 0.9);
	border: 1px solid rgba(201, 151, 72, 0.25);
	box-shadow: var(--fi-shadow), inset 0 0 0 1px rgba(0, 0, 0, 0.78);
}

.ornate-panel::before,
.ornate-panel::after {
	position: absolute;
	width: 18px;
	height: 18px;
	border-color: rgba(221, 171, 89, 0.64);
	content: '';
	pointer-events: none;
}

.ornate-panel::before {
	top: 5px;
	left: 5px;
	border-top: 1px solid;
	border-left: 1px solid;
}

.ornate-panel::after {
	right: 5px;
	bottom: 5px;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

.panel-topline {
	position: absolute;
	top: -1px;
	left: 50%;
	width: 54%;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--fi-gold), transparent);
	box-shadow: 0 0 9px rgba(219, 146, 47, 0.72);
	transform: translateX(-50%);
}

/* Header */
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 86px;
	background: linear-gradient(180deg, rgba(3, 3, 3, 0.94), rgba(4, 4, 4, 0.72));
	border-bottom: 1px solid rgba(188, 135, 54, 0.2);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(14px);
}

.is-inner-page .site-header {
	position: relative;
}

.site-header__ornament {
	position: absolute;
	bottom: -1px;
	left: 50%;
	width: min(960px, 66vw);
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(213, 153, 60, 0.62), transparent);
	transform: translateX(-50%);
}

.site-header__inner {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2vw, 38px);
	width: min(1720px, calc(100% - 56px));
	height: 100%;
	margin: 0 auto;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	flex: 0 0 auto;
	color: #fff !important;
	text-decoration: none !important;
}

.brand__mark {
	width: 190px;
	height: auto;
	filter: drop-shadow(0 0 10px rgba(224, 145, 42, 0.28));
}

.brand__copy {
	display: flex;
	flex-direction: column;
	padding-left: 10px;
	border-left: 1px solid rgba(216, 165, 84, 0.36);
	font-family: 'Cinzel', serif;
	line-height: 1;
}

.brand__copy strong {
	color: #e6c274;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.17em;
}

.brand__copy small {
	margin-top: 5px;
	color: #81786d;
	font-size: 7px;
	letter-spacing: 0.35em;
}

.primary-nav {
	display: flex;
	align-items: stretch;
	justify-content: center;
	align-self: stretch;
	gap: clamp(14px, 1.4vw, 28px);
	min-width: 0;
	margin: 0 auto;
}

.primary-nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: #a9a095 !important;
	font-family: 'Cinzel', serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
}

.primary-nav a::after {
	position: absolute;
	bottom: -1px;
	left: 50%;
	width: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, #df9c3b, transparent);
	box-shadow: 0 0 10px rgba(222, 133, 34, 0.8);
	content: '';
	transform: translateX(-50%);
	transition: width 200ms ease;
}

.primary-nav a:hover,
.primary-nav a.is-active {
	color: #efd7a8 !important;
	text-shadow: 0 0 14px rgba(229, 155, 56, 0.28);
}

.primary-nav a:hover::after,
.primary-nav a.is-active::after {
	width: 100%;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 9px;
	flex: 0 0 auto;
}

.header-status {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-right: 8px;
	padding-right: 18px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.header-status > span:nth-child(2) {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

.header-status strong {
	color: #8bd16f;
	font-family: 'Cinzel', serif;
	font-size: 8px;
	letter-spacing: 0.16em;
}

.header-status small {
	margin-top: 4px;
	color: #777169;
	font-size: 8px;
}

.status-dot {
	position: relative;
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #74bd5c;
	border-radius: 50%;
	box-shadow: 0 0 10px #68c54a;
}

.status-dot::after {
	position: absolute;
	inset: -4px;
	border: 1px solid rgba(105, 197, 75, 0.5);
	border-radius: inherit;
	content: '';
	animation: statusRing 2s infinite;
}

.header-logout {
	display: inline-grid;
	width: 37px;
	height: 37px;
	place-items: center;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-toggle {
	display: none;
	width: 42px;
	height: 38px;
	padding: 9px;
	background: rgba(18, 16, 13, 0.92);
	border: 1px solid rgba(205, 151, 67, 0.42);
}

.nav-toggle span {
	display: block;
	width: 100%;
	height: 1px;
	margin: 4px 0;
	background: #dfbd7e;
	transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded='true'] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.nav-toggle[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded='true'] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

/* Home shell */
#container.container-home {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
}

.container-home #content {
	width: 100%;
	min-height: 0;
	padding: 0;
	overflow: visible;
}

.container-home #content > .col-xs-12 {
	float: none;
	width: 100%;
	padding: 0;
}

/* Hero */
.hero-stage {
	position: relative;
	min-height: clamp(690px, 54vw, 940px);
	background: #080706 url('../img/mu-shiland-castle-bg.png') center center / cover no-repeat;
	border-bottom: 1px solid rgba(190, 131, 46, 0.34);
	overflow: hidden;
}

.hero-stage::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(2, 2, 2, 0.72) 0%, rgba(2, 2, 2, 0.38) 32%, rgba(2, 2, 2, 0.08) 60%, rgba(1, 1, 1, 0.28) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.08) 42%, rgba(4, 3, 2, 0.76) 100%);
	content: '';
}

.hero-stage__shade {
	position: absolute;
	inset: 86px 0 auto 0;
	height: 130px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent);
}

.hero-character {
	position: absolute;
	right: -1.5%;
	bottom: -3%;
	z-index: 1;
	width: auto;
	height: 94%;
	max-width: 49vw;
	object-fit: contain;
	object-position: right bottom;
	filter: drop-shadow(-24px 18px 34px rgba(0, 0, 0, 0.72)) drop-shadow(0 0 18px rgba(196, 112, 28, 0.12));
	pointer-events: none;
	user-select: none;
}

.hero-character--demon {
	right: 0;
	bottom: 0;
	width: min(760px, 49vw);
	height: auto;
	max-width: none;
	object-position: right bottom;
	filter: drop-shadow(-28px 20px 38px rgba(0, 0, 0, 0.78)) drop-shadow(0 0 24px rgba(224, 49, 16, 0.22));
}

.hero-copy {
	position: absolute;
	top: 48%;
	left: max(44px, calc((100vw - 1640px) / 2));
	z-index: 2;
	width: min(555px, 37vw);
	transform: translateY(-44%);
}

.hero-kicker {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 22px;
	color: #bf9355;
	font-family: 'Cinzel', serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.hero-kicker span {
	width: 36px;
	height: 1px;
	background: linear-gradient(90deg, transparent, #d59742);
	box-shadow: 0 0 8px rgba(222, 143, 43, 0.6);
}

.hero-copy h1 {
	margin: 0;
	color: #ebe3d7;
	font-family: 'Cinzel', serif;
	font-size: clamp(43px, 4vw, 72px);
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1.03;
	text-shadow: 0 4px 28px #000, 0 1px 0 rgba(255, 255, 255, 0.13);
}

.hero-copy h1 strong {
	display: block;
	background: linear-gradient(180deg, #ffe5a2 0%, #d99e44 52%, #8e5520 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: 700;
	filter: drop-shadow(0 4px 8px rgba(85, 37, 4, 0.7));
}

.hero-copy > p {
	max-width: 500px;
	margin: 24px 0 30px;
	color: #b7afa4;
	font-size: 14px;
	line-height: 1.8;
	text-shadow: 0 2px 4px #000;
}

.hero-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.hero-meta {
	display: none;
	align-items: stretch;
	gap: 0;
	margin-top: 42px;
	padding-top: 17px;
	border-top: 1px solid rgba(206, 151, 66, 0.21);
}

.hero-meta > div {
	display: flex;
	flex-direction: column;
	min-width: 116px;
	padding: 0 22px;
	border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.hero-meta > div:first-child { padding-left: 0; }
.hero-meta > div:last-child { border-right: 0; }

.hero-meta span {
	color: #756f66;
	font-size: 8px;
	font-weight: 600;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.hero-meta strong {
	margin-top: 5px;
	color: #d7c9b4;
	font-family: 'Cinzel', serif;
	font-size: 12px;
	font-weight: 600;
}

.featured-news {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 28px;
	left: max(44px, calc((100vw - 1640px) / 2));
	z-index: 4;
	width: min(620px, 44vw);
	padding: 17px 18px 14px;
	background:
		linear-gradient(160deg, rgba(42, 33, 22, 0.16), transparent 45%),
		rgba(6, 6, 6, 0.8);
	backdrop-filter: blur(15px);
	transform: none;
}

.featured-news__header,
.realm-panel__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.featured-news__header h2 {
	margin: 0;
	color: #e6ded2;
	font-family: 'Cinzel', serif;
	font-size: 16px;
	font-weight: 600;
}

.featured-news__header > a {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	background: rgba(222, 155, 54, 0.05);
	border: 1px solid rgba(218, 161, 69, 0.28);
	color: #c79043;
}

.featured-news__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 12px;
}

.featured-news__item {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 9px;
	padding: 10px 11px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	border-left: 1px solid rgba(255, 255, 255, 0.055);
	color: inherit !important;
}

.featured-news__item:first-child {
	border-top-color: rgba(205, 150, 65, 0.22);
	border-left: 0;
	padding-left: 0;
}

.featured-news__image {
	position: relative;
	display: block;
	height: 52px;
	background-image: linear-gradient(rgba(16, 10, 4, 0.12), rgba(7, 4, 2, 0.42)), url('../img/mu-shiland-castle-bg.png');
	background-repeat: no-repeat;
	background-size: 270px auto;
	border: 1px solid rgba(218, 158, 62, 0.3);
	box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

.news-art--1 { background-position: 60% 22%; }
.news-art--2 { background-position: 76% 53%; }
.news-art--3 { background-position: 95% 82%; }

.featured-news__image i {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 3px 6px;
	background: rgba(127, 64, 20, 0.88);
	color: #f0c57f;
	font-family: 'Cinzel', serif;
	font-size: 6px;
	font-style: normal;
	letter-spacing: 0.1em;
}

.featured-news__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.featured-news__content strong {
	display: -webkit-box;
	color: #cfc7ba;
	font-family: 'Cinzel', serif;
	font-size: 8px;
	font-weight: 600;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: color 180ms ease;
}

.featured-news__item:hover .featured-news__content strong {
	color: #f0c778;
}

.featured-news__content small {
	margin-top: 7px;
	color: #716b63;
	font-size: 8px;
}

.featured-news__content small i {
	margin-right: 4px;
	color: #9f7437;
}

.hero-scroll {
	position: absolute;
	bottom: 24px;
	left: 50%;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	color: #776f65 !important;
	font-family: 'Cinzel', serif;
	font-size: 7px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	transform: translateX(-50%);
}

.hero-scroll i {
	color: #c78b39;
	font-size: 16px;
	animation: scrollHint 1.7s ease-in-out infinite;
}

.hero-stage__embers i {
	position: absolute;
	z-index: 2;
	bottom: 8%;
	left: 58%;
	width: 2px;
	height: 2px;
	background: #ff9e38;
	border-radius: 50%;
	box-shadow: 0 0 7px #ff6b1c;
	opacity: 0;
	animation: emberRise 6s linear infinite;
}

.hero-stage__embers i:nth-child(2) { left: 64%; animation-delay: -1s; animation-duration: 8s; }
.hero-stage__embers i:nth-child(3) { left: 71%; animation-delay: -3.4s; animation-duration: 5s; }
.hero-stage__embers i:nth-child(4) { left: 79%; animation-delay: -2.2s; animation-duration: 7s; }
.hero-stage__embers i:nth-child(5) { left: 85%; animation-delay: -4.1s; animation-duration: 6.4s; }
.hero-stage__embers i:nth-child(6) { left: 48%; animation-delay: -2.8s; animation-duration: 7.7s; }
.hero-stage__embers i:nth-child(7) { left: 91%; animation-delay: -0.7s; animation-duration: 5.6s; }
.hero-stage__embers i:nth-child(8) { left: 54%; animation-delay: -4.8s; animation-duration: 8.4s; }

/* Realm overview */
.realm-overview {
	position: relative;
	padding: 88px max(28px, calc((100vw - 1500px) / 2)) 105px;
	background:
		radial-gradient(circle at 18% 18%, rgba(151, 78, 21, 0.09), transparent 26%),
		radial-gradient(circle at 84% 72%, rgba(195, 119, 26, 0.06), transparent 27%),
		linear-gradient(180deg, #080706, #050505);
}

.realm-overview::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: min(800px, 72vw);
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(207, 144, 49, 0.55), transparent);
	content: '';
	transform: translateX(-50%);
}

.section-intro {
	max-width: 650px;
	margin: 0 auto 42px;
	text-align: center;
}

.section-intro h2 {
	margin: 0;
	color: #e8e0d4;
	font-family: 'Cinzel', serif;
	font-size: clamp(28px, 2.3vw, 38px);
	font-weight: 500;
}

.section-intro h2 strong {
	color: #d5a354;
	font-weight: 600;
}

.section-intro p {
	margin: 14px auto 0;
	color: #777168;
	font-size: 12px;
}

.castle-champion {
	position: relative;
	max-width: 860px;
	margin-bottom: 34px;
	padding: 21px 25px 23px;
	background:
		linear-gradient(115deg, rgba(142, 78, 24, 0.12), transparent 38%),
		rgba(8, 7, 6, 0.88);
	border: 1px solid rgba(200, 145, 60, 0.26);
	box-shadow: 0 22px 55px rgba(0, 0, 0, 0.3), inset 0 0 30px rgba(198, 116, 27, 0.025);
	text-align: left;
}

.castle-champion::before,
.castle-champion::after {
	position: absolute;
	width: 18px;
	height: 18px;
	border-color: rgba(225, 176, 95, 0.7);
	content: '';
}

.castle-champion::before {
	top: 5px;
	left: 5px;
	border-top: 1px solid;
	border-left: 1px solid;
}

.castle-champion::after {
	right: 5px;
	bottom: 5px;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

.castle-champion > .section-eyebrow {
	display: block;
	margin: 0 0 13px 89px;
}

.castle-champion__body {
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr) minmax(170px, auto);
	align-items: center;
	gap: 20px;
}

.castle-champion__mark {
	display: grid;
	width: 64px;
	height: 64px;
	place-items: center;
	background: radial-gradient(circle, rgba(211, 143, 44, 0.16), rgba(0, 0, 0, 0.25));
	border: 1px solid rgba(215, 156, 67, 0.36);
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.65), 0 0 18px rgba(195, 117, 26, 0.08);
	transform: rotate(45deg);
}

.castle-champion__mark img {
	width: 48px !important;
	height: 48px !important;
	image-rendering: pixelated;
	transform: rotate(-45deg);
}

.castle-champion__copy { min-width: 0; }

.castle-champion__copy small,
.castle-champion__status small {
	color: #806c50;
	font-size: 8px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.castle-champion__copy h2 {
	margin-top: 3px;
	font-size: clamp(24px, 2vw, 34px);
}

.castle-champion__copy h2 a { color: #e1b15e !important; }

.castle-champion__copy p { margin: 6px 0 0; }
.castle-champion__copy p a { color: #a7957b !important; }

.castle-champion__status {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-left: 23px;
	border-left: 1px solid rgba(205, 150, 66, 0.18);
	text-align: right;
}

.castle-champion__status strong {
	margin-top: 6px;
	color: #d7c5a8;
	font-family: 'Cinzel', serif;
	font-size: 12px;
	font-weight: 600;
}

.castle-champion__status a {
	margin-top: 10px;
	color: #aa7737 !important;
	font-family: 'Cinzel', serif;
	font-size: 8px;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.server-summary {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 1500px;
	margin: 0 auto 24px;
	background: linear-gradient(180deg, rgba(18, 15, 12, 0.98), rgba(8, 8, 7, 0.98));
	border: 1px solid rgba(196, 144, 65, 0.25);
	box-shadow: 0 20px 54px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.summary-card {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 92px;
	padding: 19px 24px;
	border-right: 1px solid rgba(205, 154, 73, 0.15);
	overflow: hidden;
}

.summary-card:last-child { border-right: 0; }

.summary-card__icon {
	display: grid;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	place-items: center;
	background: radial-gradient(circle, rgba(209, 139, 42, 0.13), rgba(0, 0, 0, 0.1));
	border: 1px solid rgba(208, 150, 62, 0.26);
	color: #c38a3c;
	font-size: 15px;
	transform: rotate(45deg);
}

.summary-card__icon i { transform: rotate(-45deg); }

.summary-card__copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
	line-height: 1.2;
}

.summary-card__copy small {
	color: #756f66;
	font-size: 8px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.summary-card__copy strong {
	margin-top: 7px;
	color: #dcd3c5;
	font-family: 'Cinzel', serif;
	font-size: 15px;
	font-weight: 600;
}

.summary-card__copy strong.is-online { color: #82c76a; }
.summary-card__copy strong.is-offline { color: #ca5e43; font-size: 12px; }
.summary-card__copy em { color: #815d2d; font-style: normal; }

.status-pulse {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 6px;
	height: 6px;
	background: #78c65c;
	border-radius: 50%;
	box-shadow: 0 0 11px #5dc13e;
}

.status-pulse.is-offline { background: #bf523d; box-shadow: 0 0 11px #bf523d; }

.population-bar {
	position: absolute;
	right: 24px;
	bottom: 19px;
	left: 80px;
	height: 2px;
	background: rgba(255, 255, 255, 0.06);
}

.population-bar span {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #8d4e20, #e29d3a);
	box-shadow: 0 0 8px rgba(225, 142, 43, 0.42);
}

.dashboard-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(325px, 1.06fr);
	gap: 18px;
	max-width: 1500px;
	margin: 0 auto;
}

.realm-panel {
	min-height: 462px;
	padding: 26px 25px 22px;
}

.realm-panel__header {
	min-height: 51px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(198, 148, 70, 0.19);
}

.realm-panel__header h3 {
	margin: 0;
	color: #ddd4c7;
	font-family: 'Cinzel', serif;
	font-size: 19px;
	font-weight: 600;
}

.realm-panel__header > a {
	color: #8a7a64 !important;
	font-family: 'Cinzel', serif;
	font-size: 8px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.realm-panel__header > a i { margin-left: 4px; color: #c88b3b; }

.realm-table {
	width: 100%;
}

.realm-table__head,
.realm-table__row {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr) 66px;
	align-items: center;
	gap: 8px;
}

.realm-table__head {
	min-height: 37px;
	color: #5f5a53;
	font-size: 7px;
	font-weight: 600;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.realm-table__head span:last-child,
.realm-table__row > span:last-child { text-align: right; }

.realm-table__row {
	min-height: 61px;
	border-top: 1px solid rgba(255, 255, 255, 0.055);
	transition: background 180ms ease, border-color 180ms ease;
}

.realm-table__row:hover {
	background: linear-gradient(90deg, rgba(202, 132, 40, 0.055), transparent);
	border-color: rgba(207, 153, 67, 0.17);
}

.rank-number {
	color: #69635c;
	font-family: 'Cinzel', serif;
	font-size: 12px;
	text-align: center;
}

.realm-table__row.is-podium .rank-number {
	color: #daa34e;
	font-size: 16px;
	text-shadow: 0 0 11px rgba(225, 142, 42, 0.3);
}

.ranking-identity {
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 0;
}

.ranking-identity strong,
.ranking-identity strong a {
	min-width: 0;
	color: #c8c0b5 !important;
	font-family: 'Cinzel', serif;
	font-size: 10px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.realm-avatar {
	display: inline-grid;
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	place-items: center;
	background: #0a0908;
	border: 1px solid rgba(201, 145, 57, 0.32);
	border-radius: 50%;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.7);
	overflow: hidden;
}

.realm-avatar__image {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	border-radius: 50%;
}

.guild-mark {
	display: inline-grid;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	place-items: center;
	background: #080706;
	border: 1px solid rgba(199, 145, 60, 0.25);
}

.guild-mark img { width: 25px !important; height: 25px !important; }

.rank-value {
	color: #ad8a58;
	font-family: 'Cinzel', serif;
	font-size: 11px;
	font-weight: 600;
}

.realm-table__empty {
	padding: 48px 15px;
	color: #716a61;
	font-size: 11px;
	text-align: center;
}

.events-live {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #7a736a;
	font-size: 7px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.events-live i {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #72be56;
	border-radius: 50%;
	box-shadow: 0 0 9px #64bd47;
}

.event-row {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) minmax(70px, auto);
	align-items: center;
	gap: 12px;
	min-height: 69px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.event-row__crest {
	display: grid;
	width: 35px;
	height: 35px;
	place-items: center;
	background: radial-gradient(circle, rgba(189, 108, 29, 0.13), rgba(0, 0, 0, 0));
	border: 1px solid rgba(204, 145, 56, 0.24);
	color: #b77832;
	transform: rotate(45deg);
}

.event-row__crest i { transform: rotate(-45deg); }

.event-row__name {
	display: flex;
	flex-direction: column;
	min-width: 0;
	line-height: 1.3;
}

.event-row__name strong {
	color: #c8c0b4;
	font-family: 'Cinzel', serif;
	font-size: 10px;
	font-weight: 600;
}

.event-row__name small {
	margin-top: 5px;
	color: #655f58;
	font-size: 8px;
}

.event-row__timer {
	color: #c58b3c;
	font-family: 'Cinzel', serif;
	font-size: 9px;
	font-weight: 600;
	text-align: right;
}

.event-row--castle-siege .event-row__crest {
	color: #d4a04e;
	box-shadow: 0 0 15px rgba(207, 128, 29, 0.08);
}

.event-row--castle-siege .event-row__name strong { color: #e0c79e; }
.event-row--castle-siege .event-row__timer > span { color: #85683f; font-size: 7px; }
.event-row--castle-siege .event-row__timer.is-battle { color: #82c96a; }

.event-row__timer .event-schedule-open,
.event-row__timer .event-schedule-inprogress {
	color: #82c96a;
	font-size: 8px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.events-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
	color: #897a65 !important;
	font-family: 'Cinzel', serif;
	font-size: 8px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.events-cta i { color: #ca8c3b; }

.join-banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 52px max(38px, calc((100vw - 1420px) / 2));
	background:
		linear-gradient(90deg, rgba(9, 8, 7, 0.97), rgba(18, 10, 5, 0.76), rgba(7, 7, 6, 0.97)),
		url('../img/mu-shiland-castle-bg.png') center 76% / cover no-repeat;
	border-top: 1px solid rgba(194, 136, 48, 0.26);
	border-bottom: 1px solid rgba(194, 136, 48, 0.2);
	box-shadow: inset 0 20px 50px rgba(0, 0, 0, 0.48);
}

.join-banner h2 {
	margin: 0;
	color: #e2d9cc;
	font-family: 'Cinzel', serif;
	font-size: clamp(22px, 2vw, 31px);
	font-weight: 500;
}

.join-banner__ornament {
	position: absolute;
	top: -1px;
	left: 50%;
	width: 42%;
	height: 1px;
	background: linear-gradient(90deg, transparent, #ce8d37, transparent);
	box-shadow: 0 0 9px rgba(218, 136, 37, 0.6);
	transform: translateX(-50%);
}

/* Inner pages */
#container.container-inner {
	width: min(1180px, calc(100% - 40px));
	min-height: 590px;
	margin: 46px auto 0;
	padding: 24px 8px 38px;
	background: rgba(9, 8, 7, 0.94);
	border: 1px solid rgba(198, 146, 66, 0.27);
	border-radius: 0;
	box-shadow: 0 35px 90px rgba(0, 0, 0, 0.58), inset 0 0 0 1px rgba(0, 0, 0, 0.78);
	backdrop-filter: blur(12px);
}

.container-inner #content {
	min-height: 500px;
	padding: 18px 24px 0;
}

.container-inner .page-title {
	color: #ddb15f;
	font-family: 'Cinzel', serif;
	font-weight: 600;
	text-shadow: 0 0 18px rgba(220, 145, 47, 0.15);
}

.container-inner .panel,
.container-inner .general-table-ui,
.container-inner .myaccount-table,
.container-inner .rankings-table,
.container-inner .thumbnail {
	background: rgba(16, 14, 12, 0.92);
	border-color: rgba(184, 133, 58, 0.24);
	color: #cdc4b7;
}

.container-inner .panel-heading {
	background: linear-gradient(180deg, #1c1712, #110f0c);
	border-color: rgba(200, 145, 59, 0.36);
}

.container-inner .panel-title {
	color: #d9c6a6;
	font-family: 'Cinzel', serif;
}

.container-inner .table > tbody > tr > td,
.container-inner .table > thead > tr > th,
.container-inner .rankings-table tr td {
	border-color: rgba(255, 255, 255, 0.065) !important;
}

/* Ranking class names must remain readable over the dark panel. This file is
   loaded after style.css, so these rules also protect against a stale theme
   color variable on the production server. */
.container-inner .rankings-class-filter-selection,
.container-inner .rankings-class-filter-selection:link,
.container-inner .rankings-class-filter-selection:visited {
	color: #ffffff !important;
	font-weight: 600 !important;
	line-height: 1.35;
	text-shadow: 0 2px 5px #000000, 0 0 9px rgba(255, 255, 255, 0.18) !important;
}

.container-inner .rankings-class-filter-selection:hover,
.container-inner .rankings-class-filter-selection:focus {
	color: #f2bd63 !important;
	text-shadow: 0 0 9px rgba(225, 161, 65, 0.48), 0 2px 5px #000000 !important;
}

.form-control,
input[type='text'],
input[type='password'],
input[type='number'],
select,
textarea {
	background: #0e0d0b !important;
	border-color: #3b2d1c !important;
	color: #d8d0c3 !important;
	border-radius: 0 !important;
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
	border-color: #a66f2d !important;
	box-shadow: 0 0 12px rgba(207, 135, 39, 0.11) !important;
}

.btn-primary {
	background: linear-gradient(180deg, #b87125, #6f3716) !important;
	border-color: #d6983e !important;
	color: #f4e6cc !important;
	border-radius: 0;
}

/* Footer */
.premium-footer {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #050505;
	border-radius: 0;
	color: #777067;
}

.premium-footer .footer-container {
	width: min(1420px, calc(100% - 56px));
	margin: 0 auto;
	padding: 58px 0 38px;
}

.premium-footer a { color: #96866f; }
.premium-footer hr { border-color: rgba(185, 131, 53, 0.18); }
.premium-footer .webengine-powered { color: #5e5952 !important; }
.premium-footer .footer-social-link { filter: grayscale(100%) sepia(35%); opacity: 0.65; }

.footer-main {
	display: grid;
	grid-template-columns: minmax(230px, 1.1fr) minmax(380px, 1.5fr) minmax(220px, 0.8fr);
	gap: clamp(35px, 6vw, 95px);
	align-items: start;
}

.footer-brand__logo {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	color: #d9cdbb !important;
}

.footer-brand__logo img {
	width: 240px;
	max-width: 100%;
	height: auto;
	filter: drop-shadow(0 0 12px rgba(206, 134, 38, 0.24));
}

.footer-brand__motto {
	display: block;
	margin-top: 8px;
	color: #927449;
	font-family: 'Cinzel', serif;
	font-size: 8px;
	font-weight: 600;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.footer-brand__logo > span {
	display: flex;
	flex-direction: column;
	padding-left: 15px;
	border-left: 1px solid rgba(201, 146, 60, 0.27);
	line-height: 1.2;
}

.footer-brand__logo strong {
	font-family: 'Cinzel', serif;
	font-size: 15px;
	font-weight: 600;
}

.footer-brand__logo small {
	margin-top: 6px;
	color: #6e675f;
	font-size: 7px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.footer-brand > p {
	max-width: 310px;
	margin: 17px 0 0;
	color: #6d675f;
	font-size: 10px;
	line-height: 1.7;
}

.footer-links {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}

.footer-links > div {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.footer-links strong {
	margin-bottom: 9px;
	color: #c8b99f;
	font-family: 'Cinzel', serif;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.footer-links a {
	color: #716a62 !important;
	font-size: 9px;
}

.footer-links a:hover { color: #d3a459 !important; }

.footer-community h3 {
	margin: 0 0 17px;
	color: #c9c0b3;
	font-family: 'Cinzel', serif;
	font-size: 14px;
	font-weight: 500;
}

.footer-socials {
	display: flex;
	gap: 8px;
}

.footer-socials a {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	background: #0c0b0a;
	border: 1px solid rgba(190, 136, 54, 0.24);
	color: #997039 !important;
	transition: border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.footer-socials a:hover {
	border-color: rgba(224, 166, 73, 0.68);
	color: #e1b46b !important;
	box-shadow: 0 0 16px rgba(218, 140, 38, 0.13);
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	margin-top: 45px;
	padding-top: 25px;
	border-top: 1px solid rgba(187, 133, 52, 0.15);
	color: #58534d;
	font-size: 8px;
}

.footer-bottom p { margin: 0; }
.footer-bottom p span { display: block; margin-top: 3px; }

/* Animation */
@keyframes statusRing {
	0% { opacity: 0.8; transform: scale(0.75); }
	70%, 100% { opacity: 0; transform: scale(1.65); }
}

@keyframes scrollHint {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(5px); }
}

@keyframes emberRise {
	0% { opacity: 0; transform: translate3d(0, 0, 0) scale(0.6); }
	12% { opacity: 0.9; }
	72% { opacity: 0.42; }
	100% { opacity: 0; transform: translate3d(36px, -480px, 0) scale(1.35); }
}

/* Responsive */
@media (max-width: 1450px) {
	.site-header__inner { width: calc(100% - 34px); gap: 18px; }
	.brand__mark { width: 170px; }
	.primary-nav { gap: 16px; }
	.header-status { display: none; }
	.hero-copy { left: 4vw; width: 510px; }
	.hero-character { right: -3%; height: 92%; max-width: 48vw; }
	.hero-character--demon { right: 0; width: 49vw; height: auto; max-width: none; }
	.featured-news { right: auto; bottom: 28px; left: 4vw; width: min(620px, 44vw); }
	.realm-overview { padding-left: 3vw; padding-right: 3vw; }
}

@media (max-width: 1180px) {
	.site-header { height: 76px; }
	.site-header__inner { justify-content: space-between; }
	.brand__mark { width: 150px; }
	.nav-toggle { display: block; order: 3; }
	.header-actions { margin-left: auto; }
	.primary-nav {
		position: absolute;
		top: 76px;
		right: 0;
		left: 0;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 0;
		padding: 14px 20px;
		background: rgba(6, 6, 6, 0.97);
		border-top: 1px solid rgba(255, 255, 255, 0.04);
		border-bottom: 1px solid rgba(197, 143, 59, 0.28);
		box-shadow: 0 24px 50px rgba(0, 0, 0, 0.55);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-8px);
		transition: opacity 180ms ease, transform 180ms ease;
	}
	.primary-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
	.primary-nav a { justify-content: center; min-height: 42px; }
	.primary-nav a::after { bottom: 4px; }

	.hero-stage { min-height: 810px; background-position: 52% center; }
	.hero-stage::before { background: linear-gradient(90deg, rgba(2,2,2,.86), rgba(2,2,2,.22) 53%, rgba(1,1,1,.66)); }
	.hero-character { right: -8%; height: 80%; max-width: 56vw; opacity: 0.76; }
	.hero-character--demon { right: -4%; width: 56vw; height: auto; max-width: none; opacity: 0.68; }
	.hero-copy { top: 43%; width: 460px; }
	.hero-copy h1 { font-size: 52px; }
	.featured-news { top: auto; right: auto; bottom: 38px; left: 4vw; width: min(600px, 58vw); transform: none; }
	.hero-meta { display: none; }
	.dashboard-grid { grid-template-columns: 1fr 1fr; }
	.events-panel { grid-column: 1 / -1; }
	.event-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 34px; }
	.server-summary { grid-template-columns: 1fr 1fr; }
	.summary-card:nth-child(2) { border-right: 0; }
	.summary-card:nth-child(-n+2) { border-bottom: 1px solid rgba(205, 154, 73, 0.15); }
	.footer-main { grid-template-columns: 1fr 1.5fr; }
	.footer-community { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
	.site-header__inner { width: calc(100% - 24px); }
	.brand__copy { display: none; }
	.header-actions .button--gold { display: none; }
	.primary-nav { grid-template-columns: repeat(2, 1fr); }
	.hero-stage {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		min-height: auto;
		padding: 146px 20px 64px;
		background-position: 62% top;
	}
	.hero-stage::before {
		background: linear-gradient(180deg, rgba(2,2,2,.22) 0%, rgba(3,3,3,.62) 28%, rgba(3,3,3,.96) 63%, #070605 100%);
	}
	.hero-character {
		top: 54px;
		right: -22%;
		bottom: auto;
		height: 470px;
		max-width: 78vw;
		opacity: 0.52;
	}
	.hero-character--demon {
		top: 58px;
		right: -28%;
		width: 85vw;
		height: auto;
		max-width: none;
		opacity: 0.44;
	}
	.hero-copy,
	.featured-news {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: 100%;
		transform: none;
	}
	.hero-copy { order: 1; }
	.hero-copy h1 { font-size: clamp(38px, 10vw, 54px); }
	.hero-copy > p { font-size: 13px; }
	.featured-news { order: 2; margin-top: 48px; }
	.featured-news__header h2 { font-size: 18px; }
	.featured-news__list { display: block; margin-top: 18px; }
	.featured-news__item {
		grid-template-columns: 83px minmax(0, 1fr);
		gap: 13px;
		padding: 13px 0;
		border-left: 0;
	}
	.featured-news__image { height: 59px; background-size: 310px auto; }
	.featured-news__content strong { font-size: 10px; }
	.hero-scroll { display: none; }
	.realm-overview { padding: 68px 20px 78px; }
	.castle-champion { padding: 20px; }
	.castle-champion > .section-eyebrow { margin-left: 0; text-align: center; }
	.castle-champion__body { grid-template-columns: 64px minmax(0, 1fr); gap: 17px; }
	.castle-champion__status {
		grid-column: 1 / -1;
		align-items: center;
		margin-top: 4px;
		padding: 16px 0 0;
		border-top: 1px solid rgba(205, 150, 66, 0.18);
		border-left: 0;
		text-align: center;
	}
	.server-summary,
	.dashboard-grid { grid-template-columns: 1fr; }
	.summary-card { border-right: 0; border-bottom: 1px solid rgba(205, 154, 73, 0.15); }
	.summary-card:last-child { border-bottom: 0; }
	.dashboard-grid .events-panel { grid-column: auto; }
	.event-list { display: block; }
	.join-banner { flex-direction: column; align-items: flex-start; padding: 46px 24px; }
	#container.container-inner { width: calc(100% - 24px); margin-top: 24px; padding: 10px 0 24px; }
	.container-inner #content { padding: 14px 12px 0; }
	.container-inner #content > .col-xs-8,
	.container-inner #content > .col-xs-4 { float: none; width: 100%; }
	.premium-footer .footer-container { width: calc(100% - 36px); }
	.footer-main { grid-template-columns: 1fr; }
	.footer-community { grid-column: auto; }
	.footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
	.brand__mark { width: 125px; }
	.header-actions .button--ghost { min-width: 0; padding: 0 12px; }
	.hero-stage { padding-right: 16px; padding-left: 16px; }
	.hero-kicker { font-size: 8px; }
	.hero-actions { align-items: stretch; flex-direction: column; }
	.hero-actions .button { width: 100%; }
	.hero-meta { display: none; }
	.featured-news { padding: 22px 17px 16px; }
	.featured-news__item { grid-template-columns: 72px minmax(0, 1fr); }
	.castle-champion__body { grid-template-columns: 1fr; text-align: center; }
	.castle-champion__mark { margin: 0 auto; }
	.castle-champion__copy h2 { font-size: 25px; }
	.server-summary { display: block; }
	.realm-panel { padding: 23px 17px 18px; }
	.realm-panel__header > a { display: none; }
	.event-row { grid-template-columns: 38px minmax(0, 1fr) 72px; gap: 8px; }
	.join-banner .button { width: 100%; }
	.footer-links { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
