<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #140d15;
	color: #b13151;
	font-family: "Open Sans";
}

/* General Site Wide cross styles */

h1 {
	font-family: "Raleway";
	font-weight: 300;
}

h2, h3, h4, h5 {
	color: #d0d0d0;
	font-family: "Open Sans";
	font-weight: 300;
}

a {
	color: #b13151;
}
a:hover {
	color: #b13151;
}

.btn.btn-primary,
.btn.btn-default,
.btn.btn-success,
.btn.btn-danger,
.btn.btn-warning {
	background: transparent;
	color: #309aeb;
	border: 1px solid #309aeb;
	border-radius: 20px;
	padding: 5px 10px;
	margin-bottom: 5px;
	text-align: center;
	text-decoration: none;
}

.btn.btn-primary:hover,
.btn.btn-default:hover,
.btn.btn-success:hover,
.btn.btn-danger:hover,
.btn.btn-warning:hover {
	background: #1e272e;
}

.btn:hover {
	color: #299ef6;
}

.btn.btn-danger {
	border: 1px solid #c00606;
	color: #c00606
}

.btn.btn-warning {
	border: 1px solid #e6ad00;
	color: #e6ad00;
}

.btn.btn-success {
	border: 1px solid #28d600;
	color: #28d600;
}

.alert.alert-danger {
	border: 1px solid #c00606;
	color: #c00606;
	background: transparent;
}

.alert.alert-warning {
	border: 1px solid #e6ad00;
	color: #e6ad00;
	background: transparent;
}

.alert.alert-success {
	border: 1px solid #28d600;
	color: #28d600;
	background: transparent;
}

.alert.alert-info {
	border: 1px solid #309aeb;
	color: #309aeb;
	background: transparent;
}

.label.label-default {
	background: #252c31;
	color: #d0d0d0;
	position: relative;
}

.badge {
	background-color: #252c31;
}

a.list-group-item.active&gt;.badge,
.nav-pills&gt;.active&gt;a&gt;.badge {
	text-shadow: none;
}

.panel .panel-heading {
	background-color: #3182bf;
	border-color: #3182bf;
}

.panel .panel-body {
	background-color: #252c31;
}

.panel .panel-footer {
	background-color: #161a1d;
	border-top: none;
	font-size: smaller;
}

.navbar {
	transition: 0.5s ease;
}

.navbar-header {
	position: relative;
}

.navbar-brand {
	background: transparent url(http://assets.technicpack.net/images/testing/logo_glow.png) no-repeat top left;
	width: 139px;
	height: 140px;
	display: block;
	position: absolute;
	top: -25px;
	left: -15px;
	transition: 0.5s ease-in-out;
}

.navbar-nav {
	margin-left: 85px;
}

.navbar-nav &gt; li &gt; a {
	font-family: "Raleway";
	text-transform: uppercase;
	color: #FFF;
	padding-top: 35px;
	font-size: 17px;
	transition: 0.5s ease;
}

.sub-menu-number {
	font-family: "Open Sans";
	font-size: smaller;
}

.navbar-nav .avatar {
	padding-left: 0;
}

.navbar-nav .avatar &gt; img {
	border-radius: 30px;
	position: relative;
	top: -20px;
	transition: 0.5s ease;
}

.nav&gt;li&gt;a:hover,
.nav&gt;li&gt;a:focus {
	background-color: transparent;
}

.navbar-nav&gt;li&gt;.dropdown-menu {
	border-radius: 0;
	min-width: 250px;
	background: #3182bf;
}

.navbar-nav&gt;li&gt;.dropdown-menu:before {
	position: absolute;
	top: -8px;
	left: 10%;
	width: 0;
	height: 0;
	border-bottom: 8px solid #3182bf;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: "";
}

.navbar-nav&gt;li&gt;.dropdown-menu.user-menu:before {
	left: 90%;
}

.navbar-nav&gt;li&gt;.dropdown-menu&gt;li.divider {
	background-color: #3899e2;
}

.navbar-nav&gt;li.dropdown:hover .dropdown-menu {
	display: block;
}

.navbar-nav .dropdown-menu:hover {
	display: block;
}

.dropdown-menu&gt;li&gt;a {
	color: #FFF;
}

.dropdown-menu&gt;li&gt;a:hover {
	color: #FFF;
	background: #3899e2;
}

.navbar-nav&gt;li&gt;form#search-form {
	padding-top: 28px;
	padding-left: 10px;
	transition: 0.5s ease;
}

.navbar-nav&gt;li input#search {
	border-radius: 20px;
}

.navbar-user {
	margin-left: 0;
}

.navbar {
	margin-bottom: 0;
}

/* Navbar scrolled */

.navbar-scrolled .navbar-brand {
	background: transparent url(../../images/blightfall/logo_small.png) no-repeat top left;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}

.navbar-scrolled .navbar-nav {
	margin-left: 35px;
}

.navbar-scrolled {
	background: #140d15;
}

.navbar-scrolled .navbar-nav &gt; li &gt; a {
	font-family: "Raleway";
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;
	padding-top: 15px;
}

.navbar-scrolled .navbar-nav &gt; li &gt; a.nav-username {
	position: relative;
	right: 45px;
}


.navbar-scrolled .navbar-nav .avatar &gt; img {
	border-radius: 30px;
	position: absolute;
	top: 5px;
	width: 40px;
	right: 25px;
}

.navbar-scrolled .navbar-nav&gt;li&gt;form#search-form {
	padding-top: 8px;
}

.navbar-scrolled .user-menu {
	right: 45px;
}

/* Blightfall Styling */

.planet {
    position: absolute;
    width: 800px;
    height: 200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 300px;
    z-index: -10;
    background: url(../../images/blightfall/planet_texture.png);
}

.main-container {
    height: 812px;
    background: url(../../images/blightfall/space.png) no-repeat top center;
}

.cabin {
    height: 812px;
    position: relative;
    background: url(../../images/blightfall/cabin_stage1.png) no-repeat top center;
	z-index: 0;
}

.cabin.day2 {
	background: url(../../images/blightfall/cabin_stage2.png) no-repeat top center;
}

.cabin.day3 {
	background: url(../../images/blightfall/cabin_stage3.png) no-repeat top center;
}

.cabin.final {
	background: url(../../images/blightfall/cabin_stage4.png) no-repeat top center;
}

.table-container {
    width: 255px;
    height: 125px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 380px;
}

.item-book {
    position: absolute;
    width: 87px;
    height: 38px;
    right: 29px;
    bottom: 20px;
    background: url(../../images/blightfall/item_book.png) no-repeat top left;
}

.item-crystals {
    position: absolute;
    width: 49px;
    height: 25px;
    left: 88px;
    bottom: 19px;
    background: url(../../images/blightfall/item_crystals.png) no-repeat top left;
}

.item-foot {
    position: absolute;
    width: 32px;
    height: 21px;
    left: 24px;
    bottom: 31px;
    background: url(../../images/blightfall/item_foot.png) no-repeat top left;
}

.item-tent {
    position: absolute;
    width: 76px;
    height: 32px;
    left: 51px;
    bottom: 45px;
    background: url(../../images/blightfall/item_tent_1.png) no-repeat top left;
}

.item-tent.stage2 {
	background-image: url(../../images/blightfall/item_tent_2.png);
}

.item-tent.stage3 {
	background-image: url(../../images/blightfall/item_tent_3.png);
}

.item-jar {
    position: absolute;
    width: 35px;
    height: 56px;
    right: 82px;
    bottom: 54px;
    background: url(../../images/blightfall/item_jar.png) no-repeat top left;
}

.item-dogtag {
    position: absolute;
    width: 32px;
    height: 21px;
    left: 54px;
    bottom: 27px;
    background: url(../../images/blightfall/item_dogtag.png) no-repeat top left;
}

.item-hoverable,
.hover-expand {
    background-size: 100%;
    transition: all .2s ease-in-out;
	cursor: pointer; cursor: hand;
}

.monitor-left {
	width: 113px;
	height: 63px;
	position: absolute;
	margin: 0 auto;
	top: 176px;
    left: -340px;
    right: 0;
	background: url(../../images/blightfall/monitor_left.gif) no-repeat top left;
}

.monitor-right {
	width: 113px;
	height: 63px;
	position: absolute;
	margin: 0 auto;
	top: 176px;
    left: 346px;
    right: 0;
	background: url(../../images/blightfall/monitor_right.gif) no-repeat top left;
}

.cryo-glow {
    height: 812px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: top center;
    display: none;
	z-index: 1;
	pointer-events: none;
}

.cryo-glow-left {
    background-image: url(../../images/blightfall/cryo_glow_left.png);
}

.cryo-glow-middle {
    background-image: url(../../images/blightfall/cryo_glow_middle.png);
}

.cryo-glow-right {
    background-image: url(../../images/blightfall/cryo_glow_right.png);
}

.cryo-open {
	cursor: pointer; cursor: hand;
}

.cryo-open-glow-right {
	position: absolute;
	top: 141px;
	left: 698px;
	right: 0;
	margin: 0 auto;
	width: 260px;
	height: 445px;
	background-image: url(../../images/blightfall/cabin_cryo_glow_right.png);
	opacity: 0;
}

.cryo-open-glow-left {
	position: absolute;
	top: 141px;
	left: -695px;
	right: 0;
	margin: 0 auto;
	width: 260px;
	height: 445px;
	background-image: url(../../images/blightfall/cabin_cryo_glow_left.png);
	opacity: 0;
}

.cryo-open-glow-middle {
	position: absolute;
	top: 178px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 148px;
	height: 259px;
	background-image: url(../../images/blightfall/cabin_cryo_glow_middle.png);
	opacity: 0;
}

.self {
    height: 812px;
	position: relative;
	z-index: 2;
    background: url(../../images/blightfall/self_cryo.png) no-repeat top center;
	pointer-events: none;
}

.self-cryo-led {
    width: 180px;
    height: 162px;
    background: url(../../images/blightfall/self_cryo_glow.png) no-repeat top left;
    position: absolute;
    margin: 0 auto;
    left: -11px;
    right: 0;
    bottom: 31px;
    display: none;
	pointer-events: none;
}

/* Countdown Styling */
.countdown-container {
	position: absolute;
	top: 730px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 650px;
	overflow: visible;
	white-space: nowrap;
	pointer-events: all;
	cursor: pointer; cursor: hand;
}

.countdown-dash {
	width: 61px;
	height: 51px;
	background: url(../../images/blightfall/dash_icon.png) no-repeat top left;
	display: inline-block;
	margin-right: 45px;
	opacity: 0;
}

.countdown-dash.extra {
	margin-right: 67px;
}

.blink {
  animation: blink 1s steps(5, start) infinite;
  -webkit-animation: blink 1s steps(5, start) infinite;
}

@keyframes blink {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}

/* Popup Styling */

.overlay {
    height: 812px;
    background: url(../../images/blightfall/black_overlay.png) top left;
    z-index: 100;
    display: none;
	pointer-events: all;
	position: relative;
}

.close-popup {
    position: absolute;
    right: -50px;
    top: -50px;
    width: 50px;
    height: 50px;
    background: url(../../images/blightfall/close.png) no-repeat top left;
    cursor: pointer; cursor: hand;
	z-index: 100;
}

.item-popup-container {
    margin: 0 auto;
    position: relative;
    top: 100px;
	width: 1000px;
	display: none;
}

.reading-popup-container,
.console-popup-container {
	margin: 0 auto;
	position: relative;
	top: 100px;
	width: 925px;
	display: none;
}

.console-popup-container {
	background: #000;
	border-radius: 15px;
	height: 500px;
	padding: 25px;
}

.console-overflow {
	overflow-y: auto;
	height: 450px;
}

.console {
	font-family: 'Press Start 2P', cursive;
	font-size: 8pt;
	color: #fff;
}

.console h2 {
	font-family: 'Press Start 2P', cursive;
	font-size: 12pt;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.console p {
	margin-bottom: 15px;
}

.console p.warning,
.console p.notice,
.console p.normal {
	margin-bottom: 25px;
}

.console .warning {
	color: #8b1335;
}

.console .notice {
	color: #2dcb8a;
}

.console .normal {
	color: #fff;
}

.reading-popup {
	overflow-x: auto;
	display: none;
}

.reading-popup .pages {
	display: inline-block;
	white-space: nowrap;
}

.reading-popup::-webkit-scrollbar,
.console-overflow::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

.reading-popup::-webkit-scrollbar-button,
.console-overflow::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.reading-popup::-webkit-scrollbar-thumb,
.console-overflow::-webkit-scrollbar-thumb {
  background: #8a2744;
  border: 0px none #ffffff;
  border-radius: 15px;
}

.reading-popup::-webkit-scrollbar-thumb:hover,
.console-overflow::-webkit-scrollbar-thumb:hover {
  background: #942d4b;
}

.reading-popup::-webkit-scrollbar-track,
.console-overflow::-webkit-scrollbar-track {
  background: #170208;
  border: 0px;
  border-radius: 15px;
}

.reading-popup::-webkit-scrollbar-corner,
.console-overflow::-webkit-scrollbar-corner {
  background: transparent;
}

.reading-popup .pages .page {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
}

.item-popup {
    display: none;
}

.item-popup &gt; div {
    float: left;
}

.item-popup .item-image {
    width: 455px;
    margin-right: 20px;
    text-align: center;
}

.item-popup .item-description {
    width: 525px;
}

.item-popup .item-description p {
    line-height: 26px;
}

.item-large-crystals {
    position: relative;
    height: 455px;
    background: url(../../images/blightfall/item_large_crystals.png) no-repeat top center;
}

.item-large-crystals-glow {
    position: relative;
    width: 455px;
    height: 455px;
    background: url(../../images/blightfall/item_large_crystals_glow.png) no-repeat top center;
}

.item-popup-book .item-image {
	padding-top: 100px;
}

/* Loading Styling */

.load-overlay {
    height: 812px;
    position: relative;
    background: #120c13;
    z-index: 100;
}

.load-overlay .loading-message {
	color: #8a2744;
	font-size: 22pt;
	width: 400px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 300px;
	font-family: "Raleway";
}

/* Progress Area */

.progress-container {
	margin: 0 auto;
	width: 780px;
	height: 200px;
	padding: 50px 0;
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
	margin: 0 auto;
}

.progress {
	background: #16090f;
	border-radius: 2px;
	height: 31px;
	padding: 3px;
	margin-bottom: 0;
}

.progress-bar {
	background: linear-gradient(270deg, #1f95c3, #062936, #1f95c3, #062936, #062936, #1f95c3, #062936, #1f95c3, #062936, #062936, #1f95c3, #1f95c3);
	background-size: 2400% 2400%;

	-webkit-animation: progress-animation 15s linear infinite;
	-moz-animation: progress-animation 15s linear infinite;
	animation: progress-animation 15s linear infinite;
	height: 25px;
}

.progress-bits {
	background: url(../../images/blightfall/progress_bit.png) repeat-x;
	width: 100%;
	height: 25px;
}

.progress-information {
	text-align: center;
}

@-webkit-keyframes progress-animation {
    0%{background-position:0% 50%}
    100%{background-position:100% 50%}
}
@-moz-keyframes progress-animation {
    0%{background-position:0% 50%}
    100%{background-position:100% 50%}
}
@keyframes progress-animation {
    0%{background-position:0% 50%}
    100%{background-position:100% 50%}
}

/* Audio Controls */
.mute {
	position: absolute;
	top: 55px;
	left: 95%;
	width: 50px;
	height: 50px;
	background: transparent url(../../images/blightfall/speaker.png) top left no-repeat;
	z-index: 150;
}

.unmute {
	background-position: bottom left;
}

/* Launch Styling */

.blightfall-launch-container {
	background: #0e0f1d;
	padding-bottom: 20px;
	display: none;
}

.info-buttons {
	text-align: center;
	margin-bottom: 20px;
}

.info-buttons .btn,
.info-buttons .btn:active,
.info-buttons .btn:visited,
.info-buttons .btn:focus {
	border: 1px solid #b13151;
	border-radius: 0;
	margin-right: 10px;
	transition: 0.2s ease-in-out;
}

.info-buttons .btn:hover {
	border: 1px solid #cb4869;
	color: #cb4869
}

.info-buttons .hide-link {
	color: #686c9e;
	display: block;
	margin-top: 10px;
	font-size: smaller;
	text-decoration: none;
}

.logo {
	background: #0e0f1d url(../../images/blightfall/blightfall_logo_launch.png) no-repeat top center;
	height: 259px;
}

.description {
	color: #fae6f3;
	font-size: 12pt;
	line-height: 30px;
}

/* Footer Styling */

.footer-content {
	padding-bottom: 20px;
	border-bottom: 1px dashed #292929;
}

.content-ad {
	text-align: center;
	margin-bottom: 10px;
}

.mid-ad {
	text-align: center;
	border-bottom: 1px dashed #252c31;
	margin-bottom: 30px;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 20px;
}

.mid-ad.mid-feed-ad {
	border: none;
	padding-bottom: 0;
}

.bottom-ad {
	text-align: center;
	margin-bottom: 10px;
}

footer .lighter {
	color: #909090;
}

.footer-list-container &gt; h4 {
	color: #FFF;
	text-transform: uppercase;
	border-bottom: 1px solid #292929;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.footer-list-container .footer-list-under {
	text-align: right;
	font-size: smaller;
	margin-top: 4px;
}

.footer-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-list &gt; li {
	border-bottom: 1px solid #292929;
	padding: 4px;
}

.footer-nav {
	font-size: smaller;
}

.copyright-text {
	font-size: smaller;
	text-align: right;
}

.copyright {
	margin-top: 20px;
	margin-bottom: 20px;
}

footer {
	background-color: #1b131e;
	height: 100%;
	padding-top: 15px;
	border-top: 1px solid #101017;
}
</pre></body></html>