:root {
	--mythos-ink: #142033;
	--mythos-ink-soft: #4d5f78;
	--mythos-text: #edf7ff;
	--mythos-muted: #a9c5df;
	--mythos-line: rgba(112, 178, 232, 0.34);
	--mythos-line-strong: rgba(115, 210, 255, 0.52);
	--mythos-panel: #f6fbff;
	--mythos-panel-dark: rgba(13, 28, 51, 0.78);
	--mythos-gold: #f5c86a;
	--mythos-blue: #4bd7ff;
	--mythos-violet: #8c7aff;
	--mythos-danger: #d94b63;
	--mythos-success: #1e9f72;
	--mythos-radius: 18px;
	--mythos-shadow: 0 22px 60px rgba(5, 19, 43, 0.28);
	--mythos-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	min-height: 100%;
	background: #071426;
}

body {
	margin: 0;
	min-height: 100%;
	color: var(--mythos-ink);
	background: #f4f8fc;
	font-family: var(--mythos-font);
	font-size: 14px;
	line-height: 1.55;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -3;
	background:
		linear-gradient(180deg, rgba(4, 13, 29, 0.38), rgba(4, 13, 29, 0.9)),
		url("../img/mythos/mythosro-login-banner.png") center top / cover no-repeat;
}

body::after {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -2;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(9, 25, 48, 0.86), rgba(9, 25, 48, 0.2) 43%, rgba(9, 25, 48, 0.78)),
		radial-gradient(circle at 50% 16%, rgba(245, 200, 106, 0.16), transparent 24rem);
}

table {
	font-family: var(--mythos-font);
	font-size: 14px;
}

tr,
td,
th {
	vertical-align: top;
}

a {
	color: #1874a8;
	text-decoration: none;
	transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}

a:hover {
	color: #0b557f;
}

a img {
	border: 0;
}

p {
	margin: 0 0 12px;
}

h2,
h3,
h4 {
	margin: 0 0 14px;
	color: #17263b;
	line-height: 1.15;
	letter-spacing: 0;
}

h2 {
	font-size: 28px;
	font-weight: 800;
}

h3 {
	padding-bottom: 9px;
	font-size: 18px;
	font-weight: 800;
	border-bottom: 1px solid rgba(48, 95, 142, 0.15);
	text-transform: none;
}

label:hover {
	cursor: pointer;
}

input[type=text],
input[type=password],
input[type=file],
input[type=email],
input[type=number],
textarea,
select {
	max-width: 100%;
	padding: 9px 11px;
	color: #26334b;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(101, 165, 222, 0.38);
	border-radius: 10px;
	outline: 0;
	font: 600 13px/1.35 var(--mythos-font);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

textarea {
	width: min(100%, 420px);
	min-height: 130px;
	resize: vertical;
}

input[type=submit],
input[type=button],
input[type=reset],
button,
.submit_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 14px;
	color: #09203d;
	background: linear-gradient(135deg, #f8db8e, #f3b34e);
	border: 1px solid rgba(107, 75, 26, 0.2);
	border-radius: 999px;
	font: 800 13px/1 var(--mythos-font);
	box-shadow: 0 10px 22px rgba(157, 106, 29, 0.18);
	cursor: pointer;
}

input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
button:hover,
.submit_button:hover {
	color: #07192f;
	background: linear-gradient(135deg, #ffe6a1, #f5bf5d);
	border-color: rgba(107, 75, 26, 0.34);
}

.mythos-shell {
	min-height: 100vh;
	overflow-x: hidden;
}

.mythos-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 560px;
	padding: 24px clamp(18px, 4vw, 64px) 82px;
	color: var(--mythos-text);
}

.mythos-inner .mythos-hero {
	min-height: 380px;
	padding-bottom: 58px;
}

.mythos-hero-backdrop {
	position: absolute;
	inset: -1px;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(5, 17, 37, 0.9) 0%, rgba(5, 17, 37, 0.48) 42%, rgba(5, 17, 37, 0.86) 100%),
		linear-gradient(180deg, rgba(6, 17, 37, 0.12) 0%, rgba(6, 17, 37, 0.5) 62%, rgba(6, 17, 37, 0.94) 100%),
		radial-gradient(circle at 70% 44%, rgba(75, 215, 255, 0.14), transparent 17rem),
		url("../img/mythos/loading-screen-capital-party.png") center 42% / cover no-repeat;
	transform: scale(1.02);
}

.mythos-topbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	max-width: 1240px;
	margin: 0 auto;
	padding: 14px 18px;
	background: rgba(4, 15, 32, 0.42);
	border: 1px solid rgba(168, 219, 255, 0.2);
	border-radius: 20px;
	backdrop-filter: blur(18px);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.mythos-brand {
	display: inline-flex;
	align-items: center;
	min-width: 0;
}

.mythos-brand img {
	display: block;
	width: min(250px, 46vw);
	height: auto;
}

.mythos-top-status {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-left: auto;
}

.mythos-status-chip {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 34px;
	padding: 8px 11px;
	color: #e7f9ff;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(191, 231, 255, 0.12);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 900;
}

.mythos-status-chip .mythos-status-dot {
	flex: 0 0 auto;
}

.mythos-status-chip.is-up .mythos-status-dot {
	background: #35e3a1;
	box-shadow: 0 0 0 4px rgba(53, 227, 161, 0.14), 0 0 16px rgba(53, 227, 161, 0.42);
}

.mythos-status-chip.is-down .mythos-status-dot {
	background: #f06f7f;
	box-shadow: 0 0 0 4px rgba(240, 111, 127, 0.14), 0 0 16px rgba(240, 111, 127, 0.34);
}

.mythos-status-chip.is-unknown .mythos-status-dot {
	background: #a7b6c6;
	box-shadow: 0 0 0 4px rgba(167, 182, 198, 0.14);
}

.mythos-toplinks {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.mythos-toplinks a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 8px 12px;
	color: #dff7ff;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(191, 231, 255, 0.12);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
}

.mythos-toplinks a:hover {
	color: #ffffff;
	background: rgba(75, 215, 255, 0.16);
	border-color: rgba(99, 220, 255, 0.38);
}

.mythos-toplinks .mythos-discord-link {
	gap: 7px;
	color: #ffffff;
	background: rgba(88, 101, 242, 0.28);
	border-color: rgba(151, 161, 255, 0.34);
}

.mythos-discord-link svg {
	width: 17px;
	height: 17px;
	fill: currentColor;
}

.mythos-hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 410px);
	gap: clamp(28px, 5vw, 72px);
	align-items: center;
	max-width: 1240px;
	margin: 78px auto 0;
}

.mythos-hero-clean {
	display: block;
	align-items: end;
	min-height: 330px;
}

.mythos-inner .mythos-hero-inner {
	margin-top: 46px;
}

.mythos-hero-spacer {
	min-height: 270px;
}

.mythos-hero-copy {
	max-width: 690px;
}

.mythos-hero-logo {
	display: block;
	width: min(520px, 100%);
	height: auto;
	margin: 0 0 12px;
	filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.34));
}

.mythos-hero-copy h1 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(52px, 8vw, 98px);
	font-weight: 900;
	line-height: 0.92;
	letter-spacing: 0;
	text-shadow: 0 12px 38px rgba(0, 0, 0, 0.34);
}

.mythos-hero-copy p {
	max-width: 560px;
	margin: 18px 0 0;
	color: #d5ecff;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: 600;
	line-height: 1.45;
}

.mythos-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.mythos-button,
.mythos-mini-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 18px;
	border-radius: 999px;
	font-weight: 900;
	font-size: 13px;
	letter-spacing: 0;
}

.mythos-button-primary {
	color: #07182d;
	background: linear-gradient(135deg, #ffe7a5, #efb44e);
	border: 1px solid rgba(255, 236, 177, 0.42);
	box-shadow: 0 16px 34px rgba(239, 180, 78, 0.27);
}

.mythos-button-primary:hover {
	color: #07182d;
	transform: translateY(-1px);
}

.mythos-button-ghost {
	color: #edfbff;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(205, 236, 255, 0.24);
	backdrop-filter: blur(12px);
}

.mythos-button-ghost:hover {
	color: #ffffff;
	background: rgba(75, 215, 255, 0.16);
}

.mythos-hero-card {
	position: relative;
	overflow: hidden;
	padding: 28px;
	color: #e8f8ff;
	background:
		linear-gradient(160deg, rgba(12, 35, 64, 0.82), rgba(13, 24, 50, 0.62)),
		radial-gradient(circle at top right, rgba(75, 215, 255, 0.18), transparent 15rem);
	border: 1px solid rgba(156, 220, 255, 0.27);
	border-radius: 28px;
	box-shadow: var(--mythos-shadow);
	backdrop-filter: blur(20px);
}

.mythos-card-glow {
	position: absolute;
	top: -80px;
	right: -80px;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle, rgba(245, 200, 106, 0.32), transparent 67%);
	pointer-events: none;
}

.mythos-hero-card h2 {
	position: relative;
	margin: 0 0 10px;
	color: #ffffff;
	font-size: 24px;
}

.mythos-hero-card p {
	position: relative;
	margin: 0;
	color: #bdd9ee;
	font-weight: 600;
}

.mythos-status-card {
	align-self: end;
	width: 100%;
	max-width: 390px;
	margin-left: auto;
	padding: 24px;
}

.mythos-status-list {
	position: relative;
	display: grid;
	gap: 10px;
	margin-top: 18px;
}

.mythos-status-row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	min-height: 46px;
	padding: 11px 13px;
	color: #eaf9ff;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(203, 238, 255, 0.16);
	border-radius: 14px;
	font-weight: 900;
}

.mythos-status-dot {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #9fb2c7;
	box-shadow: 0 0 0 4px rgba(159, 178, 199, 0.12);
}

.mythos-status-name {
	min-width: 0;
	color: #eaf9ff;
}

.mythos-status-value {
	color: #c9d8e8;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.mythos-status-row.is-up .mythos-status-dot {
	background: #35e3a1;
	box-shadow: 0 0 0 4px rgba(53, 227, 161, 0.14), 0 0 20px rgba(53, 227, 161, 0.34);
}

.mythos-status-row.is-up .mythos-status-value {
	color: #83f3c8;
}

.mythos-status-row.is-down .mythos-status-dot {
	background: #f06f7f;
	box-shadow: 0 0 0 4px rgba(240, 111, 127, 0.14), 0 0 18px rgba(240, 111, 127, 0.28);
}

.mythos-status-row.is-down .mythos-status-value {
	color: #ffb1bb;
}

.mythos-status-row.is-unknown .mythos-status-value {
	color: #c9d8e8;
}

.mythos-quick-links {
	position: relative;
	display: grid;
	gap: 10px;
	margin-top: 22px;
}

.mythos-quick-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	padding: 12px 14px;
	color: #e9fbff;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(203, 238, 255, 0.16);
	border-radius: 14px;
	font-weight: 800;
}

.mythos-quick-link::after {
	content: ">";
	color: var(--mythos-gold);
}

.mythos-quick-link:hover {
	color: #ffffff;
	background: rgba(75, 215, 255, 0.14);
	border-color: rgba(75, 215, 255, 0.36);
}

.mythos-page {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 22px;
	max-width: 1240px;
	margin: -54px auto 0;
	padding: 0 clamp(18px, 4vw, 64px) 56px;
}

.mythos-inner .mythos-page {
	margin-top: -44px;
}

.mythos-sidebar,
.mythos-main {
	min-width: 0;
}

.mythos-nav-panel,
.mythos-account-bar,
.mythos-content-card,
.generic-form,
.generic-form-div {
	background: var(--mythos-panel);
	border: 1px solid rgba(100, 157, 208, 0.26);
	border-radius: var(--mythos-radius);
	box-shadow: 0 22px 50px rgba(16, 48, 84, 0.14);
}

.mythos-nav-panel {
	position: sticky;
	top: 18px;
	overflow: hidden;
	padding: 18px;
}

.mythos-nav-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
	color: #173753;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.mythos-nav-title::after {
	content: "";
	width: 42px;
	height: 2px;
	background: linear-gradient(90deg, var(--mythos-blue), var(--mythos-gold));
	border-radius: 999px;
}

.mythos-nav-group + .mythos-nav-group {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid rgba(58, 103, 151, 0.16);
}

.mythos-nav-group h2 {
	margin: 0 0 10px;
	color: #6b7c90;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.mythos-admin-group h2 {
	color: #8f6223;
}

.menuitem {
	display: block;
}

.menuitem span,
.menuitem a span {
	display: block;
}

.mythos-nav-panel .menuitem {
	margin: 3px 0;
	padding: 10px 12px;
	color: #1c3652;
	background: rgba(23, 88, 135, 0.06);
	border: 1px solid transparent;
	border-radius: 12px;
	font-size: 13px;
	font-weight: 800;
}

.mythos-nav-panel .menuitem:hover {
	color: #052441;
	background: rgba(75, 215, 255, 0.14);
	border-color: rgba(75, 159, 212, 0.22);
}

.mythos-admin-group .menuitem {
	background: rgba(245, 200, 106, 0.14);
}

.mythos-account-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 16px;
	padding: 16px 18px;
}

.mythos-account-copy {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	color: #52647a;
	font-weight: 700;
}

.mythos-account-label {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 4px 8px;
	color: #0d5577;
	background: rgba(75, 215, 255, 0.14);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.mythos-account-controls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.mythos-account-controls label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #52647a;
	font-weight: 800;
}

.mythos-mini-button {
	min-height: 34px;
	padding: 8px 12px;
	color: #143350;
	background: rgba(23, 88, 135, 0.08);
	border: 1px solid rgba(86, 153, 206, 0.22);
	font-size: 12px;
}

.mythos-mini-button-strong {
	color: #07182d;
	background: linear-gradient(135deg, #ffe7a5, #efb44e);
	border-color: rgba(120, 85, 28, 0.2);
}

.loginbox-admin-menu {
	flex: 1 0 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	padding-top: 14px;
	border-top: 1px solid rgba(58, 103, 151, 0.13);
	color: #66778d;
}

.loginbox-admin-menu strong {
	margin-right: 6px;
	color: #193858;
}

.loginbox-admin-menu a {
	display: inline-flex;
	min-height: 30px;
	align-items: center;
	padding: 6px 10px;
	color: #7a4f16;
	background: rgba(245, 200, 106, 0.18);
	border-radius: 999px;
	font-weight: 800;
}

.mythos-content-card {
	padding: clamp(18px, 3vw, 30px);
	overflow-x: auto;
}

.mythos-welcome {
	max-width: 860px;
}

.mythos-welcome > p {
	max-width: 680px;
	color: #50637b;
	font-size: 16px;
	font-weight: 600;
}

.mythos-action-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 22px;
}

.mythos-action-grid a {
	display: block;
	min-height: 116px;
	padding: 18px;
	color: #1b314c;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(233, 244, 252, 0.84));
	border: 1px solid rgba(95, 154, 205, 0.2);
	border-radius: 16px;
	box-shadow: 0 12px 26px rgba(18, 54, 92, 0.08);
}

.mythos-action-grid a:hover {
	transform: translateY(-2px);
	border-color: rgba(75, 177, 224, 0.42);
	box-shadow: 0 18px 32px rgba(18, 54, 92, 0.12);
}

.mythos-action-grid strong {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
}

.mythos-action-grid span {
	display: block;
	color: #61758c;
	font-weight: 600;
}

.mythos-section-header {
	margin-bottom: 22px;
}

.mythos-section-header p {
	max-width: 650px;
	color: #61758c;
	font-size: 15px;
	font-weight: 700;
}

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

.mythos-staff-card {
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 247, 253, 0.9));
	border: 1px solid rgba(95, 154, 205, 0.22);
	border-radius: 18px;
	box-shadow: 0 16px 34px rgba(18, 54, 92, 0.1);
}

.mythos-staff-image {
	aspect-ratio: 1 / 1;
	background: linear-gradient(145deg, rgba(18, 54, 92, 0.12), rgba(75, 215, 255, 0.12));
}

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

.mythos-staff-body {
	padding: 17px;
}

.mythos-staff-body h3 {
	margin: 0 0 14px;
	padding: 0;
	color: #152a43;
	border: 0;
	font-size: 22px;
}

.mythos-staff-body dl {
	display: grid;
	gap: 12px;
	margin: 0;
}

.mythos-staff-body dl div {
	padding-top: 12px;
	border-top: 1px solid rgba(95, 154, 205, 0.16);
}

.mythos-staff-body dt {
	margin-bottom: 3px;
	color: #6b7c90;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.mythos-staff-body dd {
	margin: 0;
	color: #253a56;
	font-weight: 750;
}

#submenu,
#pagemenu {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 0 0 16px;
	padding: 10px 12px;
	color: #64758a;
	background: rgba(231, 243, 252, 0.7);
	border: 1px solid rgba(92, 143, 190, 0.16);
	border-radius: 14px;
	font-size: 13px;
	font-weight: 700;
}

#submenu a,
#pagemenu a {
	display: inline-flex;
	align-items: center;
	padding: 5px 8px;
	color: #1b6d9b;
	background: rgba(255, 255, 255, 0.58);
	border-radius: 999px;
	font-weight: 800;
	text-decoration: none;
}

#submenu .current-sub-menu {
	color: #10263f;
	background: rgba(245, 200, 106, 0.34);
}

.message,
.notice,
.red,
.green,
.note,
.info-text {
	display: block;
	margin: 0 0 16px;
	padding: 13px 15px;
	border-radius: 14px;
	font-weight: 800;
}

.message {
	color: #103656;
	background: rgba(75, 215, 255, 0.16);
	border: 1px solid rgba(75, 215, 255, 0.28);
}

.notice {
	color: #17456f;
	background: rgba(255, 247, 210, 0.86);
	border: 1px solid rgba(223, 174, 63, 0.34);
}

.red {
	color: #ffffff;
	background: var(--mythos-danger);
}

.green {
	color: #ffffff;
	background: var(--mythos-success);
}

.note,
.info-text {
	color: #52647a;
	background: rgba(231, 243, 252, 0.7);
	border: 1px solid rgba(92, 143, 190, 0.16);
}

.horizontal-table,
.vertical-table,
.generic-form-table,
#server_status,
.woe-table,
.shop-table,
.cart {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(95, 154, 205, 0.22);
	border-radius: 14px;
	overflow: hidden;
}

.horizontal-table th,
.vertical-table th,
.generic-form-table th,
#server_status th,
.woe-table th {
	padding: 11px 13px;
	color: #244460;
	background: rgba(226, 240, 250, 0.95);
	border-bottom: 1px solid rgba(95, 154, 205, 0.18);
	font-size: 13px;
	font-weight: 900;
	text-align: left;
}

.horizontal-table td,
.vertical-table td,
.generic-form-table td,
#server_status td,
.woe-table td {
	padding: 10px 13px;
	color: #33465f;
	background: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid rgba(95, 154, 205, 0.12);
	font-size: 13px;
}

.horizontal-table tr:last-child td,
.vertical-table tr:last-child td,
.generic-form-table tr:last-child td,
#server_status tr:last-child td,
.woe-table tr:last-child td {
	border-bottom: 0;
}

.vertical-table th,
.generic-form-table th {
	width: 210px;
}

.generic-form,
.generic-form-div {
	width: auto;
	padding: 18px;
}

.generic-form-table th label {
	display: block;
	padding: 2px 0;
	text-align: right;
}

.generic-form-table td p {
	margin: 5px 0;
	color: #53677d;
}

.search-form,
.search-form2 {
	display: none;
	margin: 0 0 14px;
	padding: 14px;
	background: rgba(231, 243, 252, 0.7);
	border: 1px solid rgba(92, 143, 190, 0.16);
	border-radius: 14px;
}

.search-form p,
.search-form2 p {
	margin: 0;
	padding: 8px 0;
	color: #52647a;
	border-bottom: 1px solid rgba(92, 143, 190, 0.14);
}

.search-form label,
.search-form2 label {
	display: inline-block;
	margin: 0 0 4px;
	color: #263b56;
	font-size: 12px;
	font-weight: 800;
}

.pages {
	margin-top: 18px;
	padding-top: 14px;
	color: #7b8da1;
	text-align: center;
	border-top: 1px solid rgba(92, 143, 190, 0.18);
}

.pages .page-prev,
.pages .page-next,
.pages .page-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	min-height: 30px;
	margin: 2px;
	padding: 5px 8px;
	border-radius: 999px;
	background: rgba(231, 243, 252, 0.72);
}

.pages .current-page {
	color: #07182d;
	background: rgba(245, 200, 106, 0.42);
	font-weight: 900;
}

.sortable {
	color: #244460;
	text-decoration: underline;
	text-decoration-color: rgba(75, 177, 224, 0.42);
	text-underline-offset: 3px;
}

.td-action,
.action,
.shop-item-action {
	text-align: center;
	color: #8596a8;
}

.action a,
.action span.anchor,
.block-link,
.shop-item-action a {
	color: #176c9c;
	border-bottom: 1px solid rgba(23, 108, 156, 0.22);
	cursor: pointer;
}

.module-name {
	color: #17263b;
	font-size: 20px;
	font-weight: 900;
}

.request,
.fs-path,
.script-line {
	display: inline-block;
	padding: 3px 6px;
	color: #30445f;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(92, 143, 190, 0.2);
	border-radius: 8px;
	font-family: "Cascadia Mono", Consolas, Monaco, monospace;
	font-size: 12px;
}

.keyword,
.hold-hours {
	color: #a66a00;
	font-style: italic;
}

.up,
.online {
	color: #12845e;
	font-weight: 900;
}

.down,
.offline {
	color: #a3aeba;
}

.state-pending {
	color: #b87500;
}

.state-banned,
.state-permanently-banned {
	color: #c7304b;
	font-weight: 900;
}

.not-applicable {
	color: #91a0b1;
	font-style: italic;
}

.credit-balance {
	float: right;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	padding: 10px 12px;
	color: #183854;
	background: rgba(245, 200, 106, 0.2);
	border: 1px solid rgba(193, 136, 39, 0.2);
	border-radius: 14px;
}

.credit-balance .balance-text {
	color: #7d6a39;
	font-weight: 900;
	text-transform: uppercase;
}

.credit-balance .balance-amount,
.cost,
.qty,
.remaining-balance,
.exchange-rate,
.important {
	color: #17263b;
	font-weight: 900;
}

.shop-table {
	border-spacing: 0 12px;
	border-collapse: separate;
	background: transparent;
	border: 0;
}

.shop-table td {
	padding: 14px;
	background: rgba(255, 255, 255, 0.78);
	border-top: 1px solid rgba(95, 154, 205, 0.2);
	border-bottom: 1px solid rgba(95, 154, 205, 0.2);
}

.shop-table tr td:first-child {
	border-left: 1px solid rgba(95, 154, 205, 0.2);
	border-radius: 14px 0 0 14px;
}

.shop-table tr td:last-child {
	border-right: 1px solid rgba(95, 154, 205, 0.2);
	border-radius: 0 14px 14px 0;
}

.shop-item-name {
	margin: 0 0 8px;
	padding: 0 0 8px;
	color: #17263b;
	border-bottom: 1px solid rgba(95, 154, 205, 0.16);
	font-size: 18px;
	font-weight: 900;
}

.shop-item-image {
	width: 85px;
	text-align: center;
}

.character-stats {
	border-spacing: 0;
	border-collapse: collapse;
	color: #6d7f94;
}

.character-stats td {
	padding: 0 10px 6px 0;
	border: 0;
	text-align: center;
}

.character-stats .stat-name {
	color: #6d7f94;
}

.character-stats .stat-value {
	color: #17263b;
	font-weight: 900;
}

.top-ranked td,
.item-drop-mvp td,
.item-drop-card td,
.equipped td {
	background: rgba(245, 200, 106, 0.16);
}

.mvp {
	color: #c7304b;
	font-size: 10px;
	font-weight: 900;
	vertical-align: top;
}

.monster-mode {
	margin: 0;
	padding: 0;
	list-style: square inside;
}

.monster-mode li {
	padding: 3px 0;
	border-bottom: 1px solid rgba(95, 154, 205, 0.12);
}

.job-classes {
	border-spacing: 0;
}

.job-classes td {
	padding-right: 10px;
	border-right: 1px solid rgba(95, 154, 205, 0.14);
}

.current-shop-category,
.current-sub-menu {
	font-weight: 900;
}

.normalslotted .equipped {
	color: #25292b;
}

.overslotted1 {
	color: #1e9f72;
}

.overslotted2 {
	color: #1788c2;
}

.overslotted3 {
	color: #b87500;
}

.overslotted4 {
	color: #7135a3;
}

.mythos-footer {
	padding: 0 clamp(18px, 4vw, 64px) 36px;
	color: #c6d9ec;
}

.mythos-footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	max-width: 1240px;
	margin: 0 auto;
	padding: 18px;
	background: rgba(7, 20, 38, 0.72);
	border: 1px solid rgba(168, 219, 255, 0.15);
	border-radius: 18px;
	backdrop-filter: blur(16px);
}

.mythos-footer strong {
	color: #ffffff;
}

.mythos-footer-controls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.mythos-footer-controls:empty {
	display: none;
}

.mythos-footer label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 12px;
	font-weight: 800;
}

.mythos-footer select {
	min-height: 32px;
	padding: 6px 9px;
	border-radius: 999px;
	font-size: 12px;
}

.center {
	text-align: center;
}

.block {
	display: block;
	width: 80%;
	height: 40px;
}

.raw-txn-log {
	width: 96%;
	overflow: auto;
	padding: 12px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(95, 154, 205, 0.22);
	border-radius: 14px;
	font-family: "Cascadia Mono", Consolas, Monaco, monospace;
}

.security-code {
	width: 145px;
	height: 50px;
	margin: 5px 0;
	text-align: left;
}

.button-action {
	padding: 6px 0;
	text-align: left;
}

.script {
	width: 98%;
}

.multi-select {
	width: 100%;
}

.jump-to-page {
	margin-top: 8px;
	color: #66778d;
	font-size: 12px;
	text-align: center;
}

.jump-to-page input {
	padding: 5px 7px;
	font-size: 12px;
}

.empty-row {
	display: none;
}

@media (max-width: 980px) {
	.mythos-hero {
		min-height: 500px;
		padding-bottom: 72px;
	}

	.mythos-hero-inner {
		grid-template-columns: 1fr;
		margin-top: 42px;
	}

	.mythos-hero-clean {
		min-height: 280px;
	}

	.mythos-hero-spacer {
		min-height: 170px;
	}

	.mythos-hero-card {
		max-width: 560px;
	}

	.mythos-status-card {
		max-width: 440px;
		margin-left: 0;
	}

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

	.mythos-nav-panel {
		position: static;
	}

	.mythos-staff-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	body {
		font-size: 13px;
	}

	.mythos-hero {
		min-height: auto;
		padding: 16px 14px 66px;
	}

	.mythos-inner .mythos-hero {
		min-height: auto;
	}

	.mythos-topbar,
	.mythos-footer-inner,
	.mythos-account-bar {
		align-items: flex-start;
		flex-direction: column;
	}

	.mythos-toplinks {
		justify-content: flex-start;
	}

	.mythos-top-status {
		justify-content: flex-start;
		margin-left: 0;
	}

	.mythos-hero-clean {
		min-height: 250px;
	}

	.mythos-hero-spacer {
		min-height: 130px;
	}

	.mythos-hero-copy h1 {
		font-size: 52px;
	}

	.mythos-hero-copy p {
		font-size: 16px;
	}

	.mythos-hero-card {
		padding: 20px;
		border-radius: 22px;
	}

	.mythos-page {
		margin-top: -42px;
		padding: 0 14px 38px;
	}

	.mythos-action-grid {
		grid-template-columns: 1fr;
	}

	.mythos-staff-grid {
		grid-template-columns: 1fr;
	}

	.vertical-table th,
	.generic-form-table th {
		width: auto;
	}

	.horizontal-table,
	.vertical-table,
	.generic-form-table,
	#server_status,
	.woe-table {
		display: block;
		overflow-x: auto;
	}

	h2 {
		font-size: 24px;
	}
}
