@font-face { font-family: "NexusSans"; src: url("../fonts/NexusSans-Regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "NexusSans"; src: url("../fonts/NexusSans-Semibold.ttf") format("truetype"); font-style: normal; font-weight: 600 800; font-display: swap; }
@font-face { font-family: "NexusDisplay"; src: url("../fonts/NexusDisplay-Light.otf") format("opentype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "NexusDisplay"; src: url("../fonts/NexusDisplay-Demi.otf") format("opentype"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
	--nexus-blue-950: #030811;
	--nexus-blue-900: #061323;
	--nexus-blue-800: #0b1d35;
	--nexus-blue-500: #1977ff;
	--nexus-gold-500: #e8a83c;
	--nexus-gold-300: #ffe4a1;
	--nexus-text: #e9e1d2;
	--nexus-muted: #94a1b3;
	--nexus-panel: rgba(4, 12, 24, .93);
	--nexus-border: rgba(224, 168, 72, .58);
}

.site-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	border-bottom: 1px solid rgba(213, 162, 75, .56);
	background: linear-gradient(180deg, rgba(1, 7, 15, .97), rgba(3, 13, 26, .72));
	box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
}

.site-header,
.site-header *,
.site-header *::before,
.site-header *::after { box-sizing: border-box; }

.site-header__inner {
	display: flex;
	align-items: center;
	gap: 14px;
	width: min(100% - 60px, 1440px);
	height: 50px;
	min-height: 50px;
	margin: 0 auto;
	padding: 0;
}

.site-brand {
	position: relative;
	display: inline-flex;
	align-items: center;
	align-self: stretch;
	flex: 0 0 auto;
	width: 180px;
	height: 50px;
	transition: filter .3s ease, transform .3s ease;
}

.site-brand img { position: absolute; top: 0; left: 9px; display: block; width: 180px; height: 95px; object-fit: fill; filter: drop-shadow(0 5px 8px rgba(0, 0, 0, .65)); }
.site-brand:hover { filter: brightness(1.24) saturate(1.15); transform: translateY(-2px) scale(1.015); }

.site-nav { display: flex; align-items: stretch; gap: 2px; min-width: 0; margin-right: auto; border: 0; background: transparent; }
.site-nav__item { position: relative; display: flex; align-items: stretch; }
.site-header .site-nav__link { position: relative; display: inline-flex; align-items: center; gap: 6px; min-height: 50px; padding: 0 10px; color: #bfc7d4; font-family: "NexusSans", "Trebuchet MS", Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease, background .2s ease; }
.site-nav__link i { color: #7f8da2; font-size: 10px; transition: transform .25s ease, color .2s ease; }
.site-nav__item:hover > .site-nav__link i { color: var(--nexus-gold-300); transform: rotate(180deg); }
.site-nav__link:hover, .site-nav__link.is-active, .site-nav__item:focus-within > .site-nav__link { color: var(--nexus-gold-300); background: linear-gradient(180deg, rgba(20, 65, 113, .12), rgba(24, 77, 135, .42)); }
.site-nav__link.is-active::after { position: absolute; right: 12px; bottom: 0; left: 12px; height: 2px; content: ""; background: #dba750; box-shadow: 0 0 12px rgba(231, 175, 75, .85); }

.site-nav__dropdown { position: absolute; top: calc(100% - 1px); left: 0; display: grid; min-width: 208px; padding: 8px; border: 1px solid rgba(210, 162, 79, .62); border-top: 2px solid #277edc; background: rgba(3, 13, 28, .98); box-shadow: 0 18px 30px rgba(0, 0, 0, .56), inset 0 0 20px rgba(20, 72, 132, .18); opacity: 0; pointer-events: none; transform: translateY(-7px); transition: opacity .2s ease, transform .2s ease; }
.site-nav__item:hover > .site-nav__dropdown, .site-nav__item:focus-within > .site-nav__dropdown, .site-nav__item.is-open > .site-nav__dropdown { opacity: 1; pointer-events: auto; transform: translateY(0); }
.site-header .site-nav__dropdown a { padding: 10px 12px; border-bottom: 1px solid rgba(144, 162, 189, .12); color: #aeb9ca; font-size: 11px; letter-spacing: .05em; transition: padding .2s ease, color .2s ease, background .2s ease; }
.site-nav__dropdown a:last-child { border-bottom: 0; }
.site-nav__dropdown a:hover { padding-left: 17px; background: rgba(24, 87, 161, .3); color: #fff2c7; }

.site-auth { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.site-online { color: #44dc83; font-family: "NexusSans", Arial, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.site-online i { margin-right: 4px; font-size: 8px; text-shadow: 0 0 10px #44dc83; animation: nexus-pulse 1.8s infinite; }
.site-header .site-icon-link { color: #9aa6b7; font-size: 12px; transition: color .2s ease, transform .2s ease; }
.site-icon-link:hover { color: var(--nexus-gold-300); transform: translateY(-2px) scale(1.12); }
.site-header .site-button { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 27px; padding: 0 11px; overflow: hidden; border: 1px solid rgba(172, 184, 205, .5); border-radius: 4px; color: #d5dce7; font-family: "NexusSans", Arial, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .08em; transition: transform .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease; }
.site-button:hover { color: #fff6d4; border-color: var(--nexus-gold-300); box-shadow: 0 0 16px rgba(51, 137, 255, .24); transform: translateY(-1px); }
.site-button--quiet { border-color: rgba(117, 133, 157, .72); background: linear-gradient(180deg, rgba(17, 34, 55, .92), rgba(2, 8, 17, .86)); box-shadow: inset 0 0 0 1px rgba(129, 184, 255, .1), 0 0 0 rgba(72, 157, 255, 0); animation: nexus-login-breathe 4.8s ease-in-out infinite; }
.site-button--quiet::before { position: absolute; top: -30%; bottom: -30%; left: -80%; width: 42%; content: ""; background: linear-gradient(90deg, transparent, rgba(139, 210, 255, .48), transparent); transform: skewX(-18deg); animation: nexus-button-sheen 4.8s ease-in-out infinite; pointer-events: none; }
.site-button--quiet:hover { background: linear-gradient(180deg, rgba(32, 81, 135, .96), rgba(5, 24, 51, .94)); box-shadow: inset 0 0 0 1px rgba(146, 213, 255, .24), 0 0 18px rgba(47, 145, 255, .38); }
.site-button--outline { min-width: 77px; min-height: 29px; border-color: #d09a42; border-radius: 10px; background: radial-gradient(ellipse at 50% 0, rgba(255, 210, 119, .32), transparent 30%), radial-gradient(ellipse at 50% 100%, rgba(238, 176, 69, .24), transparent 32%), linear-gradient(180deg, #2d7dce, #0a326f); box-shadow: inset 0 0 0 1px rgba(255, 219, 130, .44), 0 0 0 1px rgba(77, 37, 11, .6), 0 0 14px rgba(42, 126, 255, .3); clip-path: polygon(8% 0, 92% 0, 100% 22%, 100% 78%, 92% 100%, 8% 100%, 0 78%, 0 22%); }
.site-button--outline::before { position: absolute; inset: 2px; content: ""; border: 1px solid rgba(255, 209, 125, .58); border-radius: 8px; clip-path: polygon(8% 0, 92% 0, 100% 22%, 100% 78%, 92% 100%, 8% 100%, 0 78%, 0 22%); pointer-events: none; }
.site-nav-toggle { display: none; width: 36px; height: 36px; padding: 0; border: 1px solid rgba(213, 162, 75, .6); background: rgba(8, 29, 58, .75); color: #ffe5a7; cursor: pointer; }

body.nexusot-site {
	margin: 0;
	min-width: 320px;
	background: var(--nexus-blue-950);
	color: var(--nexus-text);
	font-family: "NexusSans", "Trebuchet MS", Arial, sans-serif;
}

body.nexusot-site::before { position: fixed; inset: 0; z-index: 0; content: ""; background: linear-gradient(180deg, rgba(1, 5, 13, .4), rgba(1, 5, 13, .96) 88%), url("../img/nexusot/world-wide.webp") center top / cover no-repeat; opacity: .6; pointer-events: none; }
body.nexusot-site::after { position: fixed; inset: 0; z-index: 0; content: ""; background: radial-gradient(circle at 50% 0, rgba(36, 117, 222, .12), transparent 36%); pointer-events: none; }
body.nexusot-site a { color: #d7b46c; }
body.nexusot-site a:hover { color: #fff0bd; }
.nexusot-flag { display: inline-block; width: 20px; height: 14px; margin-right: 6px; vertical-align: -2px; object-fit: cover; border: 1px solid rgba(236, 196, 107, .72); border-radius: 2px; box-shadow: 0 0 7px rgba(38, 139, 255, .3); }
.character-profile__name .nexusot-flag { width: 28px; height: 19px; margin-left: 10px; margin-right: 0; vertical-align: 2px; }
.site-page { position: relative; z-index: 1; width: min(100%, 1540px); margin: 0 auto; overflow: visible; background: linear-gradient(180deg, rgba(2, 7, 16, .35), rgba(2, 7, 16, .94)); box-shadow: 0 0 90px rgba(0, 0, 0, .68); }

.site-subhero { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 222px; padding: 36px 54px; overflow: hidden; border-bottom: 1px solid rgba(211, 161, 74, .55); background: linear-gradient(90deg, rgba(2, 8, 17, .93), rgba(4, 19, 40, .38) 58%, rgba(2, 8, 17, .74)), url("../img/nexusot/world-wide.webp") center 47% / cover no-repeat; isolation: isolate; }
.site-subhero::after { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(180deg, transparent 55%, rgba(2, 7, 16, .78)); }
.site-subhero__copy { position: relative; z-index: 1; }
.site-subhero__copy > span { color: #75a9e8; font-size: 10px; letter-spacing: .22em; }
.site-subhero h1 { margin: 8px 0 7px; color: #f5dda4; font-family: "NexusDisplay", Georgia, serif; font-size: clamp(28px, 3.2vw, 48px); font-weight: 400; letter-spacing: .08em; text-shadow: 0 4px 12px #000; }
.site-subhero p { margin: 0; color: #acb9ca; font-size: 13px; }
.site-subhero__cta { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 10px; padding: 11px 18px; overflow: hidden; border: 1px solid #dca64a; border-radius: 4px; background: linear-gradient(180deg, #1a67c9, #083378); box-shadow: inset 0 0 0 1px rgba(135, 207, 255, .44), 0 8px 25px rgba(0, 0, 0, .5); color: #fff2d4 !important; font-family: "NexusDisplay", Georgia, serif; font-size: 13px; letter-spacing: .08em; transition: transform .2s ease, filter .2s ease; }
.site-subhero__cta:hover { filter: brightness(1.18); transform: translateY(-2px); }

body.nexusot-site .feedContainer.site-feed { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 310px); gap: 16px; width: 100%; margin: 22px 0 34px; padding: 0; overflow: visible; border: 0; background: transparent; }
body.nexusot-site .site-countdown { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 48px; margin: 0; padding: 0 17px; border: 1px solid rgba(83, 143, 213, .36); background: rgba(4, 16, 33, .82); color: #aab9cb; }
.site-countdown__label { color: #e9c77e; font-size: 11px; letter-spacing: .12em; }
.site-countdown__label i { margin-right: 6px; color: #5ca9ff; }
body.nexusot-site #countDownTimer { padding: 0; background: transparent; color: #79b8ff; font-size: 14px; }
body.nexusot-site .leftPane.site-main { float: none; width: auto; min-width: 0; margin: 0; padding: 24px; border: 1px solid rgba(211, 164, 84, .52); background: linear-gradient(145deg, rgba(8, 23, 43, .95), rgba(2, 10, 21, .95)); box-shadow: inset 0 0 0 1px rgba(18, 93, 159, .24), 0 10px 22px rgba(0, 0, 0, .28); animation: nexus-fade-up .55s both; }
body.nexusot-site .rightPane { float: none; width: auto; min-width: 0; margin: 0; animation: nexus-fade-up .55s .08s both; }
body.nexusot-site .rightPane .well { margin: 0 0 14px; border: 1px solid rgba(211, 164, 84, .45); background: linear-gradient(145deg, rgba(8, 23, 43, .95), rgba(2, 10, 21, .94)); box-shadow: inset 0 0 0 1px rgba(18, 93, 159, .22), 0 8px 18px rgba(0, 0, 0, .22); }
body.nexusot-site .rightPane .well:last-child { margin-bottom: 0; }
body.nexusot-site .rightPane .header, body.nexusot-site .site-main .header { border-bottom: 1px solid rgba(203, 156, 76, .28); background: transparent; color: #f0d493; font-family: Georgia, serif; letter-spacing: .08em; }
body.nexusot-site .site-main > h1, body.nexusot-site .site-main > h2 { color: #f0d493; font-family: Georgia, serif; font-weight: 400; letter-spacing: .06em; text-shadow: 0 2px 7px rgba(0, 0, 0, .7); }
body.nexusot-site .site-main > h1 { margin: 0 0 22px; font-size: clamp(26px, 3vw, 40px); }
body.nexusot-site .site-main > h2 { margin-top: 26px; font-size: 21px; }
body.nexusot-site .site-main p, body.nexusot-site .site-main li { color: #b5c0cf; line-height: 1.7; }
body.nexusot-site .site-main ul, body.nexusot-site .site-main ol { padding-left: 24px; }
body.nexusot-site .site-main table, body.nexusot-site .rightPane table { width: 100%; border-collapse: collapse; border: 1px solid rgba(130, 155, 187, .2); background: rgba(3, 12, 25, .78); }
body.nexusot-site .site-main td, body.nexusot-site .site-main th, body.nexusot-site .rightPane td, body.nexusot-site .rightPane th { padding: 11px 10px; border-bottom: 1px solid rgba(130, 155, 187, .13); color: #bac5d2; }
body.nexusot-site .site-main tr:nth-child(2n+1), body.nexusot-site .rightPane tr:nth-child(2n+1) { background: rgba(20, 54, 92, .23); }
body.nexusot-site .site-main tr:hover, body.nexusot-site .rightPane tr:hover { background: rgba(31, 101, 180, .22); }
body.nexusot-site input, body.nexusot-site select, body.nexusot-site textarea { max-width: 100%; border: 1px solid rgba(121, 152, 191, .4); border-radius: 3px; background: rgba(2, 9, 20, .9); color: #edf2f8; }
body.nexusot-site input:focus, body.nexusot-site select:focus, body.nexusot-site textarea:focus { outline: 0; border-color: #4e9ff9; box-shadow: 0 0 0 2px rgba(45, 137, 255, .18), 0 0 15px rgba(45, 137, 255, .2); }
body.nexusot-site button, body.nexusot-site input[type="submit"], body.nexusot-site input[type="button"] { border: 1px solid #d7a447; border-radius: 3px; background: linear-gradient(180deg, #1c75ea, #063477); color: #fff3c7; cursor: pointer; transition: filter .2s ease, transform .2s ease, box-shadow .2s ease; }
body.nexusot-site button:hover, body.nexusot-site input[type="submit"]:hover, body.nexusot-site input[type="button"]:hover { filter: brightness(1.18); box-shadow: 0 0 17px rgba(50, 141, 255, .28); transform: translateY(-1px); }
body.nexusot-site .alert-box { border-color: rgba(211, 164, 84, .52); border-radius: 3px; background: rgba(5, 17, 33, .9); }
body.nexusot-site .yellow { background: rgba(20, 64, 112, .45) !important; color: #f2d796; }
body.nexusot-site .jogarBtn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border: 1px solid #d39b3c; background: linear-gradient(180deg, #1a67c9, #083378); box-shadow: 0 0 14px rgba(39, 121, 255, .2); color: #fff2d4 !important; }

.site-footer { display: grid; grid-template-columns: 1.2fr 2fr 1.2fr; gap: 25px; min-height: 150px; padding: 30px 40px 20px; border-top: 1px solid rgba(211, 161, 74, .55); background: linear-gradient(90deg, rgba(3, 11, 24, .97), rgba(4, 13, 26, .91)), url("../img/nexusot/sunset-world.webp") right center / cover no-repeat; color: #9ba7b8; }
.site-footer strong { color: #ecd190; font-family: Georgia, serif; font-size: 19px; font-weight: 400; letter-spacing: .08em; }
.site-footer p { margin: 8px 0 0; font-size: 11px; }
.site-footer__links { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 9px 20px; }
.site-footer__links a { color: #9ba7b8 !important; font-size: 11px; }
.site-footer__links a:hover { color: #fff0bd !important; }
.site-footer__meta { display: flex; flex-direction: column; gap: 8px; justify-content: center; color: #6f7e92; font-size: 10px; text-align: right; }

.site-loader { position: fixed; inset: 0; z-index: 100; display: grid; place-content: center; gap: 14px; background: rgba(1, 6, 14, .97); color: #d9b66e; font-family: Georgia, serif; font-size: 11px; letter-spacing: .2em; text-align: center; opacity: 1; transition: opacity .45s ease, visibility .45s ease; }
.site-loader.is-hidden { visibility: hidden; opacity: 0; }
.site-loader__mark { display: grid; width: 62px; height: 62px; margin: auto; place-items: center; border: 1px solid #d59a37; border-radius: 50%; box-shadow: 0 0 0 7px rgba(21, 81, 155, .2), 0 0 28px rgba(34, 133, 255, .45); color: #fff2be; font-size: 22px; animation: nexus-spin 2.4s linear infinite; }
.site-reveal { animation: nexus-fade-up .55s both; }
.site-ripple { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: rgba(255, 247, 213, .55); pointer-events: none; transform: translate(-50%, -50%) scale(0); animation: nexus-ripple .58s ease-out forwards; }

@keyframes nexus-fade-up { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes nexus-pulse { 0%, 100% { opacity: .56; transform: scale(.85); } 50% { opacity: 1; transform: scale(1.15); } }
@keyframes nexus-spin { to { transform: rotate(360deg); } }
@keyframes nexus-ripple { to { opacity: 0; transform: translate(-50%, -50%) scale(24); } }
@keyframes nexus-button-sheen { 0%, 55% { transform: translateX(0) skewX(-18deg); opacity: 0; } 65% { opacity: 1; } 85%, 100% { transform: translateX(360%) skewX(-18deg); opacity: 0; } }
@keyframes nexus-login-breathe { 0%, 100% { box-shadow: inset 0 0 0 1px rgba(129, 184, 255, .1), 0 0 0 rgba(72, 157, 255, 0); } 50% { box-shadow: inset 0 0 0 1px rgba(129, 184, 255, .22), 0 0 13px rgba(43, 130, 255, .18); } }

@media (max-width: 1180px) {
	.site-header__inner { width: min(100% - 90px, 1440px); gap: 22px; }
	.site-brand { width: 180px; }
	.site-brand img { left: 9px; width: 180px; height: 95px; }
	.site-auth { gap: 12px; }
	.site-header .site-nav__link { padding: 0 11px; font-size: 9px; }
	.site-subhero { padding-right: 36px; padding-left: 36px; }
}

@media (max-width: 980px) and (min-width: 901px) {
	.site-brand { width: 164px; }
	.site-online, .site-icon-link { display: none; }
	.site-header .site-nav__link { padding: 0 7px; }
}

@media (max-width: 900px) {
	.site-header__inner { width: calc(100% - 24px); flex-wrap: wrap; height: auto; min-height: 68px; }
	.site-brand { width: 150px; }
	.site-brand img { left: 0; width: 150px; height: 82px; }
	.site-nav-toggle { display: inline-flex; align-items: center; justify-content: center; margin-left: auto; }
	.site-nav { display: none; order: 3; flex: 0 0 100%; flex-direction: column; align-items: stretch; gap: 0; margin: 0 -15px -7px; border-top: 1px solid rgba(213, 162, 75, .28); }
	.site-nav.is-open { display: flex; }
	.site-nav__item { display: block; }
	.site-header .site-nav__link { justify-content: center; width: 100%; min-height: 44px; border-bottom: 1px solid rgba(158, 169, 188, .11); }
	.site-nav__dropdown { position: static; display: none; min-width: 0; padding: 0; border: 0; background: rgba(3, 13, 28, .75); box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
	.site-nav__item.is-open > .site-nav__dropdown { display: grid; }
	.site-nav__dropdown a { padding: 9px; text-align: center; }
	.site-button { min-height: 30px; padding: 0 9px; font-size: 9px; }
	body.nexusot-site .feedContainer.site-feed { grid-template-columns: 1fr; }
	body.nexusot-site .site-countdown { grid-column: auto; }
	body.nexusot-site .rightPane { grid-row: auto; }
	.site-subhero { min-height: 188px; padding: 30px 25px; }
	.site-subhero h1 { font-size: 31px; }
	.site-footer { grid-template-columns: 1fr; padding: 28px 25px; }
	.site-footer__meta { text-align: left; }
}

@media (max-width: 500px) {
	.site-header__inner { width: calc(100% - 22px); }
	.site-brand { width: 132px; }
	.site-auth { gap: 6px; }
	.site-auth .site-button--quiet { display: none; }
	.site-subhero { align-items: flex-start; flex-direction: column; gap: 20px; min-height: 235px; padding: 28px 18px; }
	.site-subhero__cta { padding: 10px 16px; font-size: 12px; }
	body.nexusot-site .leftPane.site-main { padding: 18px 14px; }
}

@media (prefers-reduced-motion: reduce) {
	.site-header *, .site-loader, .site-reveal, body.nexusot-site .leftPane.site-main, body.nexusot-site .rightPane { animation: none !important; transition-duration: .01ms !important; }
}
