
:root {
	--hf-ink: #08090d;
	--hf-void: #10121a;
	--hf-panel: #171925;
	--hf-panel-2: #1e2030;
	--hf-line: #39314c;
	--hf-purple: #a66cff;
	--hf-purple-bright: #cfadff;
	--hf-orange: #ff762f;
	--hf-orange-soft: #ffad5c;
	--hf-text: #eeeaf6;
	--hf-muted: #aaa3b9;
}

html, body {
	background: var(--hf-ink);
	color: var(--hf-text);
	font-family: "Trebuchet MS", "Segoe UI", sans-serif;
	font-size: 13px;
}

body {
	background-color: var(--hf-ink);
background-image: url(../../../images/hf-fog-forest.jpg);
	background-position: calc(50% + var(--hf-mx, 0px)) calc(50% + var(--hf-my, 0px));
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	animation: hf-haunted-sky 26s ease-in-out infinite alternate;
	overflow-x: hidden;
	text-align: left;
	line-height: 1.5;
}

body:before, body:after {
	position: fixed;
	z-index: 0;
	pointer-events: none;
	content: "";
}
body:before {
	inset: 0;
	opacity: .14;
	background:
		radial-gradient(ellipse at 18% 100%, transparent 0 18%, rgba(166, 108, 255, .35) 18.2%, transparent 34%),
		radial-gradient(ellipse at 83% 100%, transparent 0 15%, rgba(255, 118, 47, .25) 15.2%, transparent 33%);
	filter: blur(18px);
	animation: hf-fog-roll 20s ease-in-out infinite alternate;
}
body:after {
	inset: 0;
	opacity: .22;
	background-image: radial-gradient(#eadbff 1px, transparent 1px);
	background-size: 137px 137px;
	animation: hf-dust-fall 34s linear infinite;
}

a:link, a:visited { color: var(--hf-purple-bright); }
a:hover, a:active { color: var(--hf-orange-soft); text-shadow: 0 0 12px rgba(255, 118, 47, .4); }

#container, #header, #content, #footer { position: relative; z-index: 1; width: 100%; }
#container { min-width: 0 !important; }
.wrapper, #container .wrapper {
	width: calc(100% - 32px) !important;
	min-width: 0 !important;
	max-width: 1180px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	box-sizing: border-box;
}
*, *:before, *:after { box-sizing: border-box; }
#header ul.menu, #footer ul.menu { margin: 0; padding: 0; list-style: none; }
#header ul.menu li, #footer ul.menu li { margin: 0; }
form { margin: 0; padding: 0; }
.clear { clear: both; }
.float_left { float: left; }
.float_right { float: right; }
.hidden { display: none; }
img { max-width: 100%; border: 0; }
table { border-spacing: 0; }
.tfixed { table-layout: fixed; word-wrap: break-word; }

#logo {
	position: relative;
	min-height: 168px;
	overflow: hidden;
	background-color: #080a14;
	background-image:
		linear-gradient(90deg, rgba(7, 7, 15, .78), rgba(24, 12, 37, .54) 48%, rgba(7, 7, 15, .68)),
		url(../../../images/hf-misty-forest.jpg),
		url(../../../images/hf-haunted-forest.svg);
	background-position: center, calc(50% + var(--hf-mx, 0px)) calc(42% + var(--hf-my, 0px)), calc(50% + var(--hf-mx, 0px)) calc(28% + var(--hf-my, 0px));
	background-size: cover, cover, cover;
	background-repeat: no-repeat;
	background-blend-mode: normal, multiply, screen;
	border-bottom: 1px solid #4e3568;
	box-shadow: inset 0 -34px 55px rgba(0, 0, 0, .45), 0 8px 24px rgba(0, 0, 0, .34);
}

#logo:before {
	content: "";
	position: absolute;
	inset: -45px 0 auto auto;
	width: 300px;
	height: 260px;
	opacity: .42;
	background:
		linear-gradient(24deg, transparent 49.5%, #bca5d9 50%, transparent 50.6%),
		linear-gradient(68deg, transparent 49.5%, #bca5d9 50%, transparent 50.6%),
		linear-gradient(112deg, transparent 49.5%, #bca5d9 50%, transparent 50.6%),
		radial-gradient(ellipse at 100% 0, transparent 28%, #bca5d9 28.4%, transparent 29%, transparent 40%, #bca5d9 40.4%, transparent 41%, transparent 52%, #bca5d9 52.4%, transparent 53%);
	transform-origin: top right;
	animation: hf-web-sway 9s ease-in-out infinite;
	pointer-events: none;
}

#logo:after {
	content: "";
	position: absolute;
	top: 22px;
	right: 16%;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #ffd98a;
	box-shadow: 0 0 28px 8px rgba(255, 196, 92, .24), 0 0 90px 28px rgba(255, 144, 65, .08);
	opacity: .88;
	animation: hf-moon-pulse 5s ease-in-out infinite;
}

#logo .wrapper { position: relative; z-index: 2; min-height: 168px; }
#logo .hf-sky:after {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(0deg, transparent 0 4px, rgba(111, 246, 255, .08) 5px, transparent 6px);
	mix-blend-mode: screen;
	animation: hf-scanlines 8s linear infinite;
}
.hf-brand, #logo a.hf-brand {
	position: relative;
	z-index: 3;
	display: flex !important;
	flex-direction: column;
	gap: 1px;
	width: auto !important;
	height: auto !important;
	padding: 27px 0 15px !important;
	text-decoration: none !important;
	text-shadow: 0 3px 16px #000;
}
.hf-brand__sigil {
	position: absolute;
	top: 26px;
	left: -44px;
	color: var(--hf-orange);
	font-size: 30px;
	filter: drop-shadow(0 0 8px rgba(255, 118, 47, .55));
	animation: hf-flicker 3.8s infinite;
}
.hf-brand__name {
	color: #fff;
	font-size: 40px !important;
	font-weight: 900;
	letter-spacing: -.07em;
	line-height: .95;
}
.hf-brand__name span { color: var(--hf-orange); }
.hf-brand__tagline {
	color: #b9abc9;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .24em;
	text-transform: uppercase;
}
.hf-header-console {
	position: absolute;
	top: 29px;
	right: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 7px;
	max-width: 52%;
	color: #b9abc9;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.hf-console-pill {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 6px 8px;
	border: 1px solid rgba(166, 108, 255, .28);
	border-radius: 999px;
	background: rgba(7, 7, 14, .52);
	box-shadow: inset 0 0 13px rgba(166, 108, 255, .07);
}
.hf-console-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #77f4ee;
	box-shadow: 0 0 9px #77f4ee;
	animation: hf-console-pulse 2s ease-in-out infinite;
}
.hf-console-pill strong { color: #77f4ee; }
.hf-console-pill em { color: var(--hf-orange-soft); font-style: normal; }
.hf-ritual-toggle {
	padding: 6px 9px;
	border: 1px solid rgba(255, 118, 47, .48);
	border-radius: 999px;
	background: rgba(255, 118, 47, .13);
	color: #ffd0a5;
	cursor: pointer;
	font: inherit;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.hf-ritual-toggle:hover, .hf-ritual-toggle[aria-pressed="true"] {
	background: rgba(255, 118, 47, .28);
	color: #fff;
}

.hf-sky { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hf-star { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: #fff4d3; opacity: .8; box-shadow: 0 0 8px #fff4d3; animation: hf-twinkle 3s infinite; }
.hf-star--1 { top: 33%; left: 46%; }
.hf-star--2 { top: 19%; left: 61%; animation-delay: 1s; }
.hf-star--3 { top: 49%; left: 72%; animation-delay: 2s; }
.hf-bat { position: absolute; color: #08070e; font-size: 28px; filter: drop-shadow(0 2px 1px rgba(255, 118, 47, .2)); animation: hf-bat-flight 13s linear infinite; }
.hf-bat--1 { top: 20px; left: 57%; }
.hf-bat--2 { top: 80px; left: 76%; font-size: 18px; animation-delay: -6s; }
.hf-spider { position: absolute; top: -3px; left: 19%; width: 40px; height: 112px; animation: hf-crawl 19s linear infinite; }
.hf-spider__thread { position: absolute; left: 19px; top: 0; height: 78px; border-left: 1px solid rgba(231, 215, 245, .7); }
.hf-spider__body { position: absolute; top: 75px; left: 11px; width: 18px; height: 23px; border-radius: 48%; background: #0b0911; border: 2px solid #4d3e5b; box-shadow: 0 0 10px rgba(166, 108, 255, .4); }
.hf-leg { position: absolute; top: 82px; left: 19px; width: 22px; border-top: 2px solid #0b0911; transform-origin: left; }
.hf-leg--1 { transform: rotate(28deg); } .hf-leg--2 { transform: rotate(57deg); top: 88px; }
.hf-leg--3 { transform: rotate(152deg); } .hf-leg--4 { transform: rotate(123deg); top: 88px; }
body.hf-dim:before { opacity: .32; }
body.hf-dim #content { filter: saturate(.72) brightness(.78); }
body.hf-dim #logo { box-shadow: inset 0 -46px 70px rgba(0, 0, 0, .72), 0 8px 24px rgba(0, 0, 0, .5); }

#header ul.menu.top_links {
	position: absolute;
	right: 0;
	bottom: 17px;
	display: flex;
	gap: 4px;
	align-items: center;
}
#header ul.menu.top_links li a {
	padding: 8px 10px;
	border: 1px solid rgba(166, 108, 255, .22);
	border-radius: 5px;
	color: #eee7fa;
	background: rgba(12, 11, 20, .56);
	background-image: none !important;
	font-size: 12px !important;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	transition: .2s ease;
}
#header ul.menu.top_links li a:hover { border-color: var(--hf-orange); background: rgba(255, 118, 47, .16); }
#header ul.menu.top_links.hf-top-tabs { gap: 5px; }
#header ul.menu.top_links.hf-top-tabs li { position: relative; }
#header ul.menu.top_links.hf-top-tabs li a.hf-storm-tab {
	position: relative;
	display: inline-flex !important;
	min-width: 63px;
	justify-content: center;
	overflow: hidden;
	padding: 6px 9px !important;
	border: 1px solid rgba(207, 173, 255, .35);
	border-radius: 7px 7px 10px 10px;
	background: linear-gradient(180deg, rgba(40, 35, 57, .96), rgba(8, 9, 14, .96)) !important;
	box-shadow: inset 0 7px 11px rgba(207, 173, 255, .08), 0 4px 11px rgba(0, 0, 0, .42);
	color: #eee5ff !important;
	font-size: 10px !important;
	letter-spacing: .07em;
	text-shadow: 0 1px 5px #000;
}
#header ul.menu.top_links.hf-top-tabs li a.hf-storm-tab:before {
	position: absolute;
	top: -11px;
	right: -8px;
	width: 84px;
	height: 29px;
	border-radius: 50%;
	background:
		radial-gradient(ellipse at 23% 65%, #30283e 0 24%, transparent 25%),
		radial-gradient(ellipse at 53% 48%, #211d30 0 31%, transparent 32%),
		radial-gradient(ellipse at 79% 66%, #352b45 0 25%, transparent 26%);
	content: "";
	opacity: .95;
	animation: hf-storm-cloud 5.5s ease-in-out infinite alternate;
}
#header ul.menu.top_links.hf-top-tabs li a.hf-storm-tab:after {
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(112deg, transparent 0 13px, rgba(113, 216, 255, .18) 14px, transparent 15px 22px);
	content: "";
	opacity: .1;
	transform: translateY(-18px);
	animation: hf-storm-rain .95s linear infinite;
}
#header ul.menu.top_links.hf-top-tabs li:nth-child(2) a.hf-storm-tab:after { animation-delay: -.25s; }
#header ul.menu.top_links.hf-top-tabs li:nth-child(3) a.hf-storm-tab:after { animation-delay: -.55s; }
#header ul.menu.top_links.hf-top-tabs li:nth-child(4) a.hf-storm-tab:after { animation-delay: -.75s; }
.hf-tab-label, .hf-tab-bolt { position: relative; z-index: 2; }
.hf-tab-bolt { display: block; position: absolute; right: 7px; top: 5px; color: #ffe69d; font-size: 12px; opacity: 0; text-shadow: 0 0 8px #fff; transform: skew(-12deg); }
#header ul.menu.top_links.hf-top-tabs li:hover .hf-tab-bolt { animation: hf-lightning-flash 1.8s steps(2, end) infinite; }
#header ul.menu.top_links.hf-top-tabs li a.hf-storm-tab:hover { border-color: #ffad5c; background: linear-gradient(180deg, rgba(66, 43, 74, .98), rgba(14, 9, 20, .98)) !important; }

#panel { position: relative; z-index: 4; background: #12131d; border-bottom: 1px solid #30283e; }
#panel .upper {
	background-color: #12131d;
background-image: url(../../../images/hf-fog-forest.jpg);
	background-position: calc(50% + var(--hf-mx, 0px)) calc(46% + var(--hf-my, 0px));
	background-size: cover;
	background-blend-mode: multiply;
	color: var(--hf-muted);
	border-top: 1px solid #42365b;
	border-bottom: 1px solid #09090e;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .3);
}
#panel .upper a { color: var(--hf-purple-bright); }
#panel .wrapper { min-height: 52px; }
#panel input, #panel select { font-size: 12px; }
#panel .welcome { color: var(--hf-text); }
#panel .welcome a, #panel .panel_links a { color: var(--hf-orange-soft); font-weight: bold; }
#panel .hf-welcome {
	display: block;
	padding: 8px 0 5px;
	color: #cfc6db;
	font-size: 12px;
}
#panel .hf-welcome strong { color: #fff; }
#panel .hf-welcome-line { display: inline-flex; align-items: center; gap: 8px; min-width: 0; }
#panel .hf-avatar {
	position: relative;
	display: inline-flex;
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 2px solid var(--hf-orange-soft);
	border-radius: 50%;
	background: #171227;
	box-shadow: 0 0 0 3px rgba(166, 108, 255, .18), 0 0 14px rgba(255, 118, 47, .32);
}
#panel .hf-avatar:before {
	position: absolute;
	inset: -5px;
	border: 1px dashed rgba(207, 173, 255, .72);
	border-radius: 50%;
	content: "";
	pointer-events: none;
	transform: rotate(0deg);
	animation: hf-avatar-orbit 8s linear infinite;
}
#panel .hf-avatar:after {
	position: absolute;
	right: -4px;
	bottom: -4px;
	content: "✦";
	color: #77f4ee;
	font-size: 11px;
	filter: drop-shadow(0 0 4px #77f4ee);
}
#panel .hf-avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
#panel .hf-welcome-copy { display: inline-block; min-width: 0; }
#panel .hf-welcome-copy .welcome { display: block; }
#panel .hf-welcome-copy .hf-visit-note { display: block; margin-top: 1px; color: #8f879d; font-size: 10px; }
#panel .hf-welcome-cp { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
#panel .hf-welcome-cp a { display: inline-flex; align-items: center; padding: 5px 9px; border: 1px solid rgba(166, 108, 255, .25); border-radius: 999px; background: rgba(8, 8, 14, .5); color: #d7c0f2; font-size: 11px; text-decoration: none; }
#panel .hf-welcome-cp a:before { content: "☠"; margin-right: 5px; color: var(--hf-purple-bright); font-size: 14px; filter: drop-shadow(0 0 4px currentColor); }
#panel .hf-user-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 8px 16px;
	padding: 2px 0 8px;
}
#panel .hf-user-nav .panel_links a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 5px 9px;
	border: 1px solid rgba(166, 108, 255, .25);
	border-radius: 999px;
	background: rgba(8, 8, 14, .5);
}
#panel .hf-user-nav .panel_links a:before {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	filter: drop-shadow(0 0 4px currentColor);
}
#panel .hf-user-nav .panel_links a.usercp:before { content: "☠"; color: var(--hf-purple-bright); }
#panel .hf-user-nav .panel_links a.modcp:before { content: "🕷"; color: var(--hf-orange-soft); }
#panel .hf-user-nav .panel_links a.admincp:before { content: "⚗"; color: #77f4ee; }
#panel .hf-notification-dock {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
}
#panel .hf-notification-label {
	color: #ff9b5c;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: .16em;
	text-transform: uppercase;
}
#panel .hf-notification-dock .user_links { gap: 5px; }
#panel .hf-notification-dock .user_links a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 5px 8px;
	border: 1px solid rgba(255, 118, 47, .25);
	border-radius: 4px;
	background: rgba(255, 118, 47, .08);
}
#panel .hf-notification-dock .user_links li:nth-child(1) a:before { content: "✦"; color: #77f4ee; }
#panel .hf-notification-dock .user_links li:nth-child(2) a:before { content: "☾"; color: #d7a9ff; }
#panel .hf-notification-dock .user_links li:nth-child(3) a:before { content: "✉"; color: var(--hf-orange-soft); }
.hf-bell-wrap { position: relative; }
.hf-bell-button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 10px 5px 8px;
	border: 1px solid rgba(255, 173, 92, .5);
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(84, 44, 53, .9), rgba(25, 17, 37, .95));
	color: #ffe0b7;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}
.hf-bell-button:hover, .hf-bell-button[aria-expanded="true"] { border-color: #77f4ee; color: #fff; box-shadow: 0 0 14px rgba(119, 244, 238, .22); }
.hf-bell-glyph { display: inline-block; font-size: 16px; line-height: 1; filter: drop-shadow(0 0 5px rgba(255, 173, 92, .7)); }
.hf-bell-ping { width: 6px; height: 6px; border-radius: 50%; background: #ff6d5f; box-shadow: 0 0 8px #ff6d5f; animation: hf-console-pulse 1.5s ease-in-out infinite; }
.hf-bell-menu {
	position: absolute;
	top: calc(100% + 9px);
	right: 0;
	z-index: 30;
	width: min(330px, calc(100vw - 28px));
	padding: 10px;
	border: 1px solid #70477f;
	border-radius: 9px;
	background: linear-gradient(145deg, rgba(20, 13, 31, .98), rgba(8, 9, 14, .98));
	box-shadow: 0 17px 36px rgba(0, 0, 0, .65), 0 0 18px rgba(166, 108, 255, .18);
}
.hf-bell-menu[hidden] { display: none; }
.hf-bell-menu:before { position: absolute; top: -6px; right: 30px; width: 10px; height: 10px; border-top: 1px solid #70477f; border-left: 1px solid #70477f; background: #160e24; content: ""; transform: rotate(45deg); }
.hf-bell-title { display: block; padding: 2px 3px 8px; color: #ffad5c; font-size: 10px; font-weight: bold; letter-spacing: .13em; text-transform: uppercase; }
.hf-bell-caption { display: block; padding: 0 3px 8px; color: #8f879d; font-size: 10px; }
.hf-bell-links { display: flex; flex-direction: column; gap: 5px; margin: 0; padding: 0; list-style: none; }
.hf-bell-links li a { display: block; padding: 7px 8px; border: 1px solid rgba(166, 108, 255, .2); border-radius: 5px; background: rgba(166, 108, 255, .08); color: #e7d6fa; font-size: 11px; text-decoration: none; }
.hf-bell-links li a:hover { background: rgba(255, 118, 47, .16); border-color: rgba(255, 173, 92, .55); }
.hf-bell-links li a { display: flex; align-items: center; gap: 8px; }
.hf-bell-item__icon { width: 20px; flex: 0 0 20px; color: var(--hf-orange-soft); font-size: 16px; text-align: center; filter: drop-shadow(0 0 5px rgba(255, 118, 47, .45)); }
.hf-bell-item__copy { display: flex; min-width: 0; flex: 1 1 auto; flex-direction: column; gap: 1px; }
.hf-bell-item__copy strong { color: #f5eaff; font-size: 11px; }
.hf-bell-item__copy small { color: #9f94ae; font-size: 9px; }
.hf-bell-count { min-width: 19px; padding: 2px 5px; border: 1px solid rgba(255, 173, 92, .48); border-radius: 999px; background: rgba(255, 118, 47, .18); color: #ffd19e; font-size: 10px; text-align: center; }
#panel .hf-user-nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#panel .hf-user-nav li { display: block; margin: 0; }
#panel .hf-user-nav a {
	font-size: 11px;
	text-decoration: none;
}
#panel .hf-user-nav--guest {
	padding-bottom: 9px;
	color: #8f879d;
	font-size: 11px;
}
#panel input.textbox, #panel select { background: #0c0d13; color: var(--hf-text); border: 1px solid #4c3d61; }
#panel input.button { background: var(--hf-orange); color: #160d08; border: 0; font-weight: bold; }
.hf-alert-rail { display: flex; flex-wrap: wrap; gap: 7px; width: 100%; box-sizing: border-box; padding: 8px 0 2px; background-color: #0d0e15; background-image: url(../../../images/hf-fog-forest.jpg); background-position: calc(50% + var(--hf-mx, 0px)) calc(50% + var(--hf-my, 0px)); background-size: cover; background-blend-mode: multiply; }
.hf-alert-rail > * { flex: 1 1 260px; margin: 0 !important; padding: 9px 12px !important; border: 1px solid #674064 !important; border-left: 3px solid var(--hf-orange) !important; border-radius: 4px; background: linear-gradient(90deg, rgba(255, 118, 47, .12), rgba(166, 108, 255, .08)); color: #f7e8dd; font-size: 12px; }
.hf-chat-launch {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 20;
	display: inline-flex;
	width: 52px;
	height: 52px;
	align-items: center;
	justify-content: center;
	border: 2px solid #ffad5c;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 25%, #7c47a5, #1a1028 66%);
	color: #ffe0b7;
	font-size: 23px;
	cursor: pointer;
	box-shadow: 0 0 0 5px rgba(166, 108, 255, .12), 0 0 26px rgba(255, 118, 47, .38);
	animation: hf-chat-pulse 3.2s ease-in-out infinite;
}
.hf-chat-launch:hover { color: #fff; transform: translateY(-3px) rotate(-5deg); }
.hf-chat-launch:after { position: absolute; right: -2px; bottom: 1px; width: 12px; height: 12px; border: 2px solid #0b0c13; border-radius: 50%; background: #77f4ee; box-shadow: 0 0 9px #77f4ee; content: ""; }
.hf-chat-widget {
	position: fixed;
	right: 20px;
	bottom: 84px;
	z-index: 21;
	display: flex;
	width: min(360px, calc(100vw - 28px));
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #734b83;
	border-radius: 12px;
background: #100d19 url(../../../images/hf-misty-forest.jpg) center / cover;
	box-shadow: 0 18px 55px rgba(0, 0, 0, .7), 0 0 24px rgba(166, 108, 255, .2);
}
.hf-chat-widget[hidden] { display: none; }
.hf-chat-head { display: flex; align-items: center; justify-content: space-between; padding: 11px 13px; background: rgba(21, 12, 34, .92); border-bottom: 1px solid #5b3c70; }
.hf-chat-title { color: #fff; font-size: 12px; font-weight: bold; letter-spacing: .1em; text-transform: uppercase; }
.hf-chat-title small { display: block; margin-top: 2px; color: #ffad5c; font-size: 9px; letter-spacing: .08em; }
.hf-chat-close { border: 0; background: transparent; color: #cfadff; cursor: pointer; font-size: 18px; line-height: 1; }
.hf-chat-log { display: flex; max-height: 245px; min-height: 145px; flex-direction: column; gap: 8px; overflow-y: auto; padding: 12px; background: rgba(7, 7, 12, .72); }
.hf-chat-msg { max-width: 88%; padding: 8px 10px; border: 1px solid rgba(166, 108, 255, .28); border-radius: 9px 9px 9px 2px; background: rgba(44, 28, 58, .88); color: #ece4f5; font-size: 12px; }
.hf-chat-msg.is-user { align-self: flex-end; border-color: rgba(255, 118, 47, .35); border-radius: 9px 9px 2px 9px; background: rgba(88, 45, 31, .8); }
.hf-chat-results { display: flex; flex-direction: column; gap: 5px; margin-top: 7px; }
.hf-chat-result { display: block; padding: 6px 8px; border-left: 2px solid #ffad5c; background: rgba(8, 7, 14, .5); color: #e3cfff !important; font-size: 11px; text-decoration: none; }
.hf-chat-result:hover { background: rgba(255, 118, 47, .18); }
.hf-chat-form { display: flex; gap: 6px; padding: 9px; border-top: 1px solid #5b3c70; background: rgba(16, 11, 24, .95); }
.hf-chat-input { min-width: 0; flex: 1 1 auto; padding: 9px 10px; border: 1px solid #59416e !important; border-radius: 7px !important; background: #090a10 !important; color: #fff !important; }
.hf-chat-send { flex: 0 0 auto; padding: 0 10px; border: 1px solid #b35024; border-radius: 7px; background: #e7662c; color: #1b0e09; cursor: pointer; font-weight: bold; }

#content { background: transparent; min-height: 380px; }
#content > .wrapper { padding-top: 22px; }
#content table { width: 100%; max-width: 100%; color: var(--hf-text); font-size: 13px; }
#content .tborder { width: 100% !important; }
#content img, .scaleimages img { max-width: 100%; height: auto; }
#content pre, .codeblock code { max-width: 100%; overflow-x: auto; }
.navigation { color: var(--hf-muted); }
.tborder, .tborder tbody, .tborder tr, .tborder td { border-color: var(--hf-line); }
.tborder { background: transparent; border: 0; border-radius: 14px; overflow: hidden; box-shadow: 0 16px 42px rgba(0, 0, 0, .3); }
.thead { background: linear-gradient(100deg, #2a203e, #312449 55%, #211c33); color: #fff; border-bottom: 1px solid #62447b; }
.thead a, .thead strong { color: #fff; }
.tcat { background: linear-gradient(90deg, #222032, #2b2639); color: #f6eefe; border-top: 1px solid #423658; border-bottom: 1px solid #3e3450; }
.tcat a { color: var(--hf-purple-bright); }
.trow1 { background: #171923; } .trow2 { background: #1c1e2a; }
.trow1:hover, .trow2:hover { background: #262032; }
.hf-subforums {
	display: block;
	margin-top: 9px;
	padding: 8px 10px;
	border: 0;
	border-left: 2px solid var(--hf-orange);
	border-radius: 4px;
	background: rgba(8, 8, 14, .42);
	box-shadow: inset 0 1px 0 rgba(207, 173, 255, .08), inset 0 -1px 0 rgba(0, 0, 0, .25);
}
.hf-subforums__label {
	margin-bottom: 5px;
	color: #ffb26c;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.hf-subforums__list { display: grid; grid-template-columns: 1fr; gap: 4px 16px; }
.hf-subforum {
	display: flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
	padding: 3px 0;
	border-bottom: 1px dotted rgba(166, 108, 255, .2);
}
.hf-subforum:last-child { border-bottom: 0; }
.hf-subforum-status { flex: 0 0 auto; width: 16px; color: #ffad5c; font-size: 13px; text-align: center; filter: drop-shadow(0 0 4px currentColor); }
.hf-subforum-status.subforum_minioff, .hf-subforum-status.subforum_minioffclose { color: #867a91; }
.hf-subforum .subforumicon { flex: 0 0 auto; margin: 0 2px 0 0; }
.hf-subforum a { overflow: hidden; color: #d8c5ec; text-overflow: ellipsis; white-space: nowrap; }
.hf-category { position: relative; margin-bottom: 18px !important; border: 0 !important; background: rgba(16, 16, 26, .7); }
.hf-category > tbody > tr > td { border: 0 !important; }
.hf-category > tbody > tr.hf-forum-row > td { border-bottom: 1px solid rgba(166, 108, 255, .11) !important; }
.hf-category > tbody > tr.hf-forum-row:last-child > td { border-bottom: 0 !important; }
.hf-category > thead > tr > td.thead {
	position: relative;
	overflow: hidden;
	padding: 11px 14px !important;
	background-color: #171227;
	background-image:
		linear-gradient(90deg, rgba(17, 11, 31, .9), rgba(31, 18, 45, .74)),
		url(../../../images/hf-misty-forest.jpg);
	background-position: center 38%;
	background-size: cover;
	border-bottom: 1px solid #7b4a91;
	box-shadow: inset 0 -1px 0 rgba(255, 173, 92, .22), 0 0 18px rgba(166, 108, 255, .1);
}
.hf-category > thead > tr > td.thead:before {
	position: absolute;
	inset: 0;
	content: "";
	opacity: .3;
	background: repeating-linear-gradient(165deg, transparent 0 17px, rgba(207, 173, 255, .12) 18px, transparent 19px 37px);
	animation: hf-cloud-drift 16s linear infinite;
	pointer-events: none;
}
.hf-category-bar {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-width: 0;
}
.hf-category-copy { display: flex; align-items: center; min-width: 0; gap: 10px; }
.hf-category-copy:before { content: "☠"; flex: 0 0 auto; color: var(--hf-orange-soft); font-size: 19px; filter: drop-shadow(0 0 7px rgba(255, 118, 47, .6)); }
.hf-category-copy strong { display: block; overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.hf-category-copy strong a { color: #fff !important; text-decoration: none; }
.hf-category-copy .smalltext { display: block; margin-top: 2px; overflow: hidden; color: #c8b8d5; text-overflow: ellipsis; white-space: nowrap; }
.hf-collapse-control {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 8px;
	padding: 5px 7px 5px 10px;
	border: 1px solid rgba(255, 173, 92, .35);
	border-radius: 999px;
	background: rgba(8, 7, 15, .55);
	color: #ffbd7d;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.hf-collapse-control:after { content: "☾"; color: #d7a9ff; font-size: 13px; }
.hf-category .expcolimage { position: relative; top: auto; right: auto; float: none; width: 1px; height: 1px; margin: 0; overflow: hidden; }
.hf-category .expcolimage img { position: absolute; width: 34px; height: 34px; top: -17px; right: -17px; cursor: pointer; opacity: 0; }
.hf-category > tbody { clip-path: inset(0 0 0 0); transition: opacity .46s ease, clip-path .46s cubic-bezier(.22, .8, .24, 1), filter .46s ease; }
.hf-category > tbody.hf-is-collapsing { opacity: 0; clip-path: inset(0 0 100% 0); filter: blur(4px); }
.hf-category > tbody.hf-is-collapsed { display: none; }
.hf-category.hf-collapse-flash > thead > tr > td.thead { animation: hf-category-flash .65s ease-out; }
.hf-forum-row .hf-forum-cell {
	position: relative;
	overflow: hidden;
	background-image: linear-gradient(90deg, rgba(18, 19, 29, .94), rgba(18, 19, 29, .78)), url(../../../images/hf-fog-forest.jpg);
	background-position: center;
	background-size: cover;
}
.hf-forum-row .hf-forum-cell:after {
	position: absolute;
	inset: 0;
	content: "";
	opacity: .12;
	background: linear-gradient(90deg, transparent, rgba(166, 108, 255, .18), transparent);
	transform: translateX(-100%);
	transition: transform .6s ease;
	pointer-events: none;
}
.hf-forum-row:hover .hf-forum-cell:after { transform: translateX(100%); }
.hf-forum-heading { display: flex; align-items: center; min-width: 0; gap: 9px; }
.hf-forum-heading > strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hf-forum-icon {
	display: inline-flex;
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	align-items: center;
	justify-content: center;
	color: #ffad5c;
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
	opacity: .9;
	text-shadow: 0 0 7px rgba(255, 118, 47, .7), 0 0 16px rgba(166, 108, 255, .35);
	transition: color .25s ease, transform .25s ease, filter .25s ease;
}
.hf-forum-row:hover .hf-forum-icon { color: #fff0c7; filter: drop-shadow(0 0 6px #ff762f); transform: scale(1.12) rotate(-5deg); }
.hf-forum-description { display: block; margin-left: 41px; }
.forum_legend { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 16px; margin-top: 8px; padding: 10px 12px; border: 1px solid rgba(166, 108, 255, .2); border-radius: 6px; background: rgba(14, 12, 22, .72); }
.forum_legend dt, .forum_legend dd { float: none; margin: 0; padding: 0; }
.forum_legend dt .forum_status { display: inline-flex; width: 24px; height: 24px; align-items: center; justify-content: center; border: 1px solid rgba(166, 108, 255, .28); border-radius: 50%; background: rgba(8, 8, 14, .58) !important; color: #ffad5c; font-size: 16px; }
.forum_legend dt .forum_status:before { content: "✦"; }
.forum_legend dt:nth-of-type(2) .forum_status:before { content: "☾"; color: #aaa3b9; }
.forum_legend dt:nth-of-type(3) .forum_status:before { content: "☠"; color: #ff7e6e; }
.forum_legend dt:nth-of-type(4) .forum_status:before { content: "↗"; color: #77f4ee; }
.forum_legend dd { color: #c8b9d8; font-size: 11px; }
.trow_shaded { background: #302031; border-color: #6c3d48; }
.trow_selected, tr.trow_selected td { background: #3a2b22; color: #fff0df; border-color: #9b5b37; }
.trow_selected a, tr.trow_selected a { color: #ffc080; }
.tfoot, .bottommenu { background: #211d2c; color: var(--hf-muted); border-color: #463852; }
.tfoot a, .bottommenu a { color: var(--hf-purple-bright); }
.smalltext { color: var(--hf-muted); }
input.textbox, textarea, select { background: #0e0f16; color: var(--hf-text); border: 1px solid #4b4058; border-radius: 3px; }
input.textbox:focus, textarea:focus, select:focus { outline: 2px solid rgba(166, 108, 255, .25); border-color: var(--hf-purple); }
input.button, button, .button { border: 1px solid #b35024; border-radius: 4px; background: linear-gradient(#ff8a40, #d95722); color: #1b0e09; font-weight: bold; box-shadow: 0 3px 0 #6d2d18; }
input.button:hover, button:hover, .button:hover { background: linear-gradient(#ffb05b, #ed6b2e); }
.popup_menu { background: #171923; border: 1px solid #56436b; box-shadow: 0 12px 25px #000; }
.popup_menu .popup_item:hover { background: #3a2950; color: #fff; }
.pagination a { background: #1d1c2a; border-color: #4f3d63; color: var(--hf-purple-bright); }
.pagination .pagination_current { background: var(--hf-purple); color: #160c20; border-color: var(--hf-purple); }
blockquote, .codeblock { border-color: #59416e; background: #11121b; color: #dcd4e7; }
.postbit { border-color: var(--hf-line); }
.post_author { background: #171724; }
.post_content { background: #1b1d29; }
.subject_new { color: var(--hf-orange-soft) !important; }
blockquote cite, .codeblock .title { border-color: #4a3a59; color: #e4d6f0; }
.pm_alert, div.error { background: #342722; border-color: #a6613d; color: #ffe2c1; }
.red_alert { background: #381e28; border-color: #a14a57; color: #ffcbd0; }
.pm_alert a, div.error a, .red_alert a { color: #ffb57b; }
fieldset { border-color: #463852; }
hr { border-color: #383044; }

#footer { margin-top: 36px; background: #0a0b10; border-top: 1px solid #382b47; color: var(--hf-muted); overflow: hidden; }
#footer:before {
	content: "✦  ☾  ✧  ☠  ✧  ☾  ✦";
	display: block;
	padding: 7px 0;
	color: rgba(255, 173, 92, .4);
	font-size: 12px;
	letter-spacing: 1.1em;
	text-align: center;
	animation: hf-footer-omens 8s ease-in-out infinite;
}
#footer .upper {
	background-color: #0d0b18;
background-image: url(../../../images/hf-dark-pines.jpg);
	background-position: calc(50% + var(--hf-mx, 0px)) calc(74% + var(--hf-my, 0px));
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: screen;
	border-bottom: 1px solid #30243c;
	animation: hf-ember-drift 16s linear infinite;
}
#footer .lower { background: #08090d; }
#footer .wrapper { padding-top: 18px; padding-bottom: 18px; }
#footer .bottom_links { display: flex; flex-wrap: wrap; gap: 8px 16px; float: none !important; }
#footer .upper .language, #footer .upper .theme { float: none; display: inline-block; margin: 0 12px 8px 0; }
#footer .bottom_links a { color: #d8c5ec; font-size: 11px; }
.hf-footer-grid { display: grid; grid-template-columns: minmax(220px, 1.4fr) repeat(2, minmax(150px, 1fr)); gap: 22px; padding: 26px 0 10px; }
.hf-footer-brand { color: #fff; font-size: 20px; font-weight: 900; letter-spacing: -.04em; }
.hf-footer-brand span { color: var(--hf-orange); }
.hf-footer-kicker { margin: 6px 0 0; color: #8f879d; font-size: 11px; }
.hf-footer-heading { margin: 0 0 8px; color: var(--hf-orange-soft); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.hf-footer-list { margin: 0; padding: 0; list-style: none; font-size: 12px; line-height: 1.9; }
.hf-footer-list a { color: #c8b9d8; }
#copyright { color: #777082; font-size: 11px; }

@keyframes hf-haunted-sky { 0% { background-position: calc(50% + var(--hf-mx, 0px)) calc(50% + var(--hf-my, 0px)); } 100% { background-position: calc(50% + var(--hf-mx, 0px) + 16px) calc(50% + var(--hf-my, 0px) + 10px); } }
@keyframes hf-fog-roll { 0% { transform: translate3d(-5%, 3%, 0) scale(1); } 100% { transform: translate3d(8%, -2%, 0) scale(1.15); } }
@keyframes hf-dust-fall { 0% { transform: translateY(-8%); } 100% { transform: translateY(8%); } }
@keyframes hf-web-sway { 0%, 100% { transform: rotate(0) scale(1); } 50% { transform: rotate(4deg) scale(1.04); } }
@keyframes hf-moon-pulse { 0%, 100% { opacity: .78; } 50% { opacity: 1; } }
@keyframes hf-flicker { 0%, 8%, 10%, 70%, 100% { opacity: 1; } 9%, 71% { opacity: .35; } }
@keyframes hf-twinkle { 0%, 100% { opacity: .3; } 50% { opacity: 1; } }
@keyframes hf-bat-flight { 0% { transform: translateX(-30px) translateY(12px) scale(.7); opacity: 0; } 12%, 82% { opacity: .9; } 100% { transform: translateX(260px) translateY(-28px) scale(1.1); opacity: 0; } }
@keyframes hf-crawl { 0% { transform: translate(0, -5px) rotate(-3deg); } 45% { transform: translate(110px, 3px) rotate(5deg); } 100% { transform: translate(0, -5px) rotate(-3deg); } }
@keyframes hf-scanlines { 0% { transform: translateY(-8%); opacity: .2; } 50% { opacity: .65; } 100% { transform: translateY(8%); opacity: .2; } }
@keyframes hf-ember-drift { 0% { background-position: calc(50% + var(--hf-mx, 0px)) calc(74% + var(--hf-my, 0px)); } 100% { background-position: calc(50% + var(--hf-mx, 0px) + 12px) calc(74% + var(--hf-my, 0px) + 8px); } }
@keyframes hf-footer-omens { 0%, 100% { opacity: .35; transform: translateX(-10px); } 50% { opacity: .85; transform: translateX(10px); } }
@keyframes hf-console-pulse { 0%, 100% { opacity: .45; transform: scale(.85); } 50% { opacity: 1; transform: scale(1.15); } }
@keyframes hf-cloud-drift { 0% { transform: translateX(-5%); } 100% { transform: translateX(5%); } }
@keyframes hf-chat-pulse { 0%, 100% { box-shadow: 0 0 0 5px rgba(166, 108, 255, .12), 0 0 26px rgba(255, 118, 47, .38); } 50% { box-shadow: 0 0 0 10px rgba(166, 108, 255, .03), 0 0 38px rgba(255, 118, 47, .58); } }
@keyframes hf-storm-cloud { 0% { transform: translateX(-5px) scale(.96); } 100% { transform: translateX(5px) scale(1.04); } }
@keyframes hf-storm-rain { 0% { transform: translateY(-18px); } 100% { transform: translateY(16px); } }
@keyframes hf-lightning-flash { 0%, 37%, 44%, 100% { opacity: 0; } 39%, 42% { opacity: 1; } }
@keyframes hf-category-flash { 0% { box-shadow: inset 0 -1px 0 rgba(255, 173, 92, .22), 0 0 0 rgba(255, 118, 47, 0); filter: brightness(1); } 18% { box-shadow: inset 0 -1px 0 #ffe69d, 0 0 35px rgba(255, 118, 47, .8); filter: brightness(1.4); } 100% { box-shadow: inset 0 -1px 0 rgba(255, 173, 92, .22), 0 0 18px rgba(166, 108, 255, .1); filter: brightness(1); } }
@keyframes hf-avatar-orbit { to { transform: rotate(360deg); } }
@media (max-width: 700px) {
	#logo { min-height: 215px; }
	#logo .wrapper { min-height: 215px; }
	.hf-brand__name { font-size: 30px !important; }
	.hf-brand__tagline { font-size: 8px; letter-spacing: .14em; }
	.hf-header-console { position: relative; top: auto; right: auto; justify-content: flex-start; max-width: 100%; padding: 0 0 8px 38px; }
	.hf-console-pill { padding: 5px 7px; }
	.hf-ritual-toggle { padding: 5px 7px; }
	#header ul.menu.top_links { left: 0; right: 0; bottom: 12px; justify-content: center; flex-wrap: wrap; }
	#header ul.menu.top_links li a { padding: 7px 8px; font-size: 10px !important; }
	.hf-brand__sigil { left: 0; top: 18px; }
	.hf-brand { padding-left: 38px !important; }
	#panel .upper .wrapper { min-height: 0; padding-top: 10px; padding-bottom: 10px; }
	#panel .upper .wrapper > * { max-width: 100%; }
	#panel .upper .menu { display: flex; flex-wrap: wrap; gap: 5px; }
	#panel .quick_jump, #panel #search { float: none; max-width: 100%; }
	#panel #search { display: flex; align-items: center; gap: 5px; }
	#panel #search input.textbox { width: calc(100% - 58px); box-sizing: border-box; }
	.hf-alert-rail { padding: 8px 10px; }
	.hf-alert-rail > * { flex-basis: 100%; }
	#content > .wrapper { padding-top: 14px; }
	#content .tborder { display: block; overflow-x: auto; }
	#content .tborder > tbody { display: table; width: 100%; }
	#content .tborder td { overflow-wrap: anywhere; }
	#content .hf-category { display: block; overflow: visible; }
	#content .hf-category > thead, #content .hf-category > tbody { display: block; width: 100%; }
	#content .hf-category > tbody > tr:first-child { display: none; }
	#content .hf-category > tbody > tr.hf-forum-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
	#content .hf-category > tbody > tr.hf-forum-row > td:first-child { display: none; }
	#content .hf-category > tbody > tr.hf-forum-row > td:nth-child(2) { grid-column: 1 / -1; }
	#content .hf-category > tbody > tr.hf-forum-row > td:nth-child(3),
	#content .hf-category > tbody > tr.hf-forum-row > td:nth-child(4),
	#content .hf-category > tbody > tr.hf-forum-row > td:nth-child(5) { display: block; width: auto !important; padding: 7px 9px !important; text-align: left !important; }
	#content .hf-category > tbody > tr.hf-forum-row > td:nth-child(3):before { content: "Threads "; color: #8f879d; font-size: 9px; text-transform: uppercase; }
	#content .hf-category > tbody > tr.hf-forum-row > td:nth-child(4):before { content: "Posts "; color: #8f879d; font-size: 9px; text-transform: uppercase; }
	#content .hf-category > tbody > tr.hf-forum-row > td:nth-child(5):before { content: "Last "; color: #8f879d; font-size: 9px; text-transform: uppercase; }
	.hf-subforums__list { grid-template-columns: 1fr; }
	#content .forum_legend { display: grid; grid-template-columns: 30px 1fr; gap: 5px; }
	#footer #current_time { display: block; float: none; margin-bottom: 7px; }
	.hf-footer-grid { grid-template-columns: 1fr; gap: 16px; padding-top: 20px; }
	#footer .bottom_links { gap: 8px 12px; }
	#footer .wrapper { width: calc(100% - 20px) !important; }
	.hf-category-bar { align-items: flex-start; }
	.hf-category-copy .smalltext { max-width: 44vw; }
	.hf-collapse-control { padding-left: 7px; }
	.hf-chat-launch { right: 14px; bottom: 14px; width: 48px; height: 48px; }
	.hf-chat-widget { right: 14px; bottom: 74px; }
}
@media (prefers-reduced-motion: reduce) {
	*, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
		