@font-face {
font-family: elegant;
src:
 url(/resource/signs/elegant.woff) format('woff'),
 url(/resource/signs/elegant.ttf) format('truetype');
font-display: swap;
}

* {
padding: 0;
margin: 0;
}

html, body {
height: 100%;
}

a {
text-decoration: none;
}

button {
background-color: transparent;
border: 0;
outline: 0;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

/*------------------------------------------------------------------------------------------------*/

body {
text-align: center;
font-size: 16px;
background-color: #403d4b;
background-image: url(/images/common/drape.png);
background-image:
 radial-gradient(rgba(55,53,62,0.9) 35%, rgba(55,53,62,0)),
 url(/images/common/drape.png);
}

.imbue {
overflow: hidden;
}

#area, .banner, .duct:before, .engaged:after, #launch, #launch img, nav, nav div span:before, nav button {
position: absolute;
}

#area, .banner {
width: 100%;
max-width: 950px;
left: 50%;
margin: auto;
}

#area {
height: 100%;
height: calc(100% - 10px);
background-image: url(/images/common/ascetic/under.png);
background-image:
 linear-gradient(rgba(87,85,90,0) 10%, rgba(87,85,90,0.5), rgba(87,85,90,0) 90%),
 url(/images/common/ascetic/under.png);
background-position: 50%;
}

@supports (filter: url(#empty)) {

#area {
background-image:
 linear-gradient(rgba(87,85,90,0) 10%, rgba(87,85,90,0.5), rgba(87,85,90,0) 90%),
 url(/images/common/decorate.svg#enrich-view);
}
}

#area:before, #area:after, .banner:before, .banner:after {
content: "";
height: 100%;
position: absolute;
top: 0;
}

#area:before, #area:after {
width: 2px;
background-color: #655d5e;
z-index: 2;
}

#area:before {
left: 0;
background-image: linear-gradient(to right, #655d5e, #635b5c);
border-left: 1px solid #534f52;
border-right: 1px solid #46454b;
}

#area:after {
right: 0;
background-image: linear-gradient(to left, #655d5e, #635b5c);
border-left: 1px solid #46454b;
border-right: 1px solid #534f52;
}

.nexus #area, .nexus .banner {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

/*------------------------------------------------------------------------------------------------*/

header {
background-position: 50% 0;
}

header:before {
left: 0;
background-position: 50% -35px;
}

header:after {
right: 0;
background-position: 50% -70px;
}

.banner, nav div, .banner:before, .banner:after {
background-image: url(/images/common/hem.png);
}

.banner, .duct {
height: 35px;
}

.banner {
line-height: 35px;
z-index: 2;
}

.banner:before, .banner:after {
width: 4px;
}

.duct {
width: 130px;
height: 35px;
display: block;
position: relative;
color: #2f2c2c;
font-family: elegant, tahoma;
letter-spacing: 2px;
-webkit-text-stroke: 0.2px #2f2c2c;
margin: auto;
z-index: 2;
}

.duct:before, nav div span:before {
content: "";
width: 100%;
height: 35px;
left: 0;
background-image: url(/images/common/ascetic/gleam.png);
background-position: 50%;
background-repeat: no-repeat;
z-index: -1;
}

.duct:hover:before {
background-image: url(/images/common/ascetic/lux.png);
}

nav, nav button {
font-family: elegant, tahoma;
color: #2f2c2c;
font-size: 14px;
letter-spacing: 1px;
cursor: pointer;
}

nav {
width: 130px;
top: 0;
right: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

nav div {
position: relative;
z-index: 1;
}

nav div span {
width: 130px;
}

nav span {
display: inline-block;
-webkit-transform: scaleY(0.85);
transform: scaleY(0.85);
-webkit-transform-origin: bottom;
transform-origin: bottom;
}

nav button {
width: 65px;
top: 0;
line-height: 30px;
background: #878785;
-webkit-transition: top 350ms;
transition: top 350ms;
}

nav button:nth-child(2) {
right: 0;
}

nav button:nth-child(3) {
right: 65px;
}

.tabbed {
top: 33px;
}

.engaged:after {
content: "";
width: 50px;
height: 1px;
left: 0;
right: 0;
bottom: 3px;
background: #22c822;
margin: auto;
}

.nexus nav {
display: none;
}

@supports (background: radial-gradient(black, transparent)) {

.duct:before, nav div span:before {
background-image: radial-gradient(rgba(203,202,202,0.55), rgba(203,202,202,0) 80%);
background-size: 80% 60%;
}

.duct:hover:before {
background-image: radial-gradient(#cbcaca, rgba(203,202,202,0) 80%);
}
}

/*------------------------------------------------------------------------------------------------*/

.aloof {
position: relative;
color: #97998f;
font-size: 0.75em;
font-weight: bold;
line-height: 25px;
padding: 34px 0 0;
z-index: 1;
}

#launch {
width: 100px;
height: 100px;
top: 50%;
left: 50%;
margin: -50px 0 0 -50px;
opacity: 0.65;
}

#launch img {
top: 0;
left: 0;
}

.twirl {
-webkit-animation: around 1s infinite linear;
animation: around 1s infinite linear;
}

@-webkit-keyframes around {
0% {
 -webkit-transform: rotate(0deg);
}
100% {
 -webkit-transform: rotate(360deg);
}
}

@keyframes around {
0% {
 transform: rotate(0deg);
}
100% {
 transform: rotate(360deg);
}
}

/*------------------------------------------------------------------------------------------------*/

#portal {
width: 100%;
height: var(--remnant);
position: absolute;
left: 0;
overflow-y: scroll;
-moz-user-select: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-overflow-scrolling: touch;
cursor: default;
}

#portal:not(.apart) {
top: 0;
}

.apart {
top: 34px;
}

#evince {
max-width: 800px;
position: relative;
color: #97998f;
margin: auto;
}

.align {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.profuse {
padding: 70px 0 40px;
}

#evince div {
position: relative;
}

.limn {
padding-bottom: 148.75%;
}

iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: transparent;
border: 0;
outline: 0;
pointer-events: none;
}

iframe:not(.transpire), #render:not(.transpire) {
display: none;
}

.transpire {
z-index: 1;
}

canvas {
width: 100%;
}

canvas:last-child {
display: block;
}

/*------------------------------------------------------------------------------------------------*/

#compendium, #quick {
height: 35px;
position: absolute;
background-image: url(/images/common/ascetic/chief.png);
}

#compendium {
width: 40px;
opacity: 0.7;
}

#compendium:not(.summit) {
top: 50%;
left: 50%;
background-position: 50% 25%;
margin: -20px 0 0 -470px;
}

.summit {
top: 0;
left: 6px;
background-position: 50% 0;
z-index: 2;
}

footer {
background-position: 50% -105px;
}

footer:not(.linger), #quick:not(.linger) {
bottom: 0;
}

.linger {
bottom: 10px;
}

footer:before {
left: 0;
background-position: 50% -140px;
}

footer:after {
right: 0;
background-position: 50% -175px;
}

.cloak {
opacity: 0;
cursor: default;
pointer-events: none;
-webkit-transition: opacity 350ms;
transition: opacity 350ms;
}

.exhibit {
opacity: 1;
-webkit-transition: opacity 500ms;
transition: opacity 500ms;
}

#quick {
right: 0;
background-size: 200% 500%;
z-index: 2;
}

@supports (filter: url(#empty)) {

#compendium {
background-position: 50%;
}

#compendium:not(.summit) {
background-image: url(/images/common/insignia.svg#arrow-view);
}

#compendium.summit {
background-image: url(/images/common/insignia.svg#point-view);
}

#quick {
background-image: url(/images/common/insignia.svg#skip-view);
background-size: 200% 100%;
}
}

#quick:not(.tenon) {
background-position: 100% 100%;
}

.tenon {
background-position: 0 100%;
}