@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@1,600&display=swap');
html,body{margin:0;padding:0}body{background:#000;height:100vh;overflow:hidden;user-select:none;-moz-user-select:none;-webkit-user-select:none}
:root{--ui-help-band-bottom:10.26%;--ui-help-band-height:3.75%;--ui-help-text-lift:.29%;--ui-help-text-center-bottom:calc(var(--ui-help-band-bottom) + (var(--ui-help-band-height)/2) + var(--ui-help-text-lift));--site-title-scale-x:1.20672;--site-title-scale-y:1.17532;--site-title-shadow-x:.1302vw;--site-title-shadow-y:.3472vh;--menu-first-item-boundary:32.2222vh;--menu-item-font-size:3.35vh;--menu-item-spacing-adjust:.2315vh;--selected-item-fade-height:5.4167vh;--selected-item-fade-top:-999vh;--theme-title-bg-image:url(./resources/media/titlebg.webp);--theme-blinds-image:url(./resources/media/blinds2.webp)}
.menu{display:flex;justify-content:flex-start;flex-flow:column;position:absolute;inset:0;z-index:1}.flexbox-main{display:flex}.flexbox-tools,.flexbox-resources,.flexbox-options{display:none}
ul{position:absolute;left:5.5729vw;top:calc(var(--menu-first-item-boundary) - var(--menu-item-font-size));margin:0;padding:0}li{width:-moz-fit-content;width:fit-content;list-style:none;line-height:1.8;margin-bottom:var(--menu-item-spacing-adjust);transform:scale(1,.96)}li:last-child{margin-bottom:0}
a{font-family:'Rubik',sans-serif;text-transform:uppercase;text-decoration:none;font-size:var(--menu-item-font-size);font-style:italic;color:#B9B0AB;-webkit-text-stroke:.0724vh #B9B0AB;outline:none}span::before{content:attr(data-char);position:absolute;z-index:-1;-webkit-text-stroke:.45vh #000}
li.selected{transform-origin:left;animation:zoomzoom .5s infinite alternate cubic-bezier(.42,0,.58,1)}@keyframes zoomzoom{from{transform:scale(1.256)}to{transform:scale(1.184)}}li.selected a{color:#E1DEDD;-webkit-text-stroke:.065vh #E1DEDD}.menu-option-disabled{opacity:.34}
.selected-item-fade{display:none;position:absolute;left:0;top:var(--selected-item-fade-top);width:66.6667vw;height:var(--selected-item-fade-height);z-index:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.55) 0%,rgba(255,255,255,0) 100%);opacity:.5}.selected-item-fade.visible{display:block;animation:selectedItemFadePulse .5s infinite alternate cubic-bezier(.42,0,.58,1)}@keyframes selectedItemFadePulse{from{opacity:.85}to{opacity:.5}}
.site-title-layer{position:fixed;inset:0;width:100vw;height:100vh;z-index:3;pointer-events:none;animation:fadeIn_site-title-layer 2.67s 4.5s both}@keyframes fadeIn_site-title-layer{from{opacity:0}to{opacity:1}}
.site-title-main,.site-title-subtitle{position:absolute;left:2.2198%;font-family:'Rubik',sans-serif;font-style:italic;font-weight:600;text-transform:uppercase;line-height:.92;white-space:nowrap;transform-origin:left top}.site-title-main{top:5.4976%;font-size:6.75vh;letter-spacing:-.039em;word-spacing:.05em;color:#fff;-webkit-text-stroke:0;transform:scale(var(--site-title-scale-x),var(--site-title-scale-y));text-shadow:var(--site-title-shadow-x) var(--site-title-shadow-y) 0 #000}.site-title-subtitle{display:none;top:13.55%;left:2.8%;font-size:3vh;letter-spacing:-.08em;color:rgb(var(--theme-subtitle-rgb,255,40,65));-webkit-text-stroke:0;transform:scaleY(var(--site-title-scale-y));text-shadow:var(--site-title-shadow-x) var(--site-title-shadow-y) 0 #000}body[data-theme="redline-red"] .site-title-subtitle{display:block}
.context-help-bar{display:none;position:fixed;inset:0;width:100vw;height:100vh;z-index:4;pointer-events:none;overflow:hidden}.context-help-bar.visible{display:block}.context-help-bar::before{content:'';position:absolute;left:0;right:0;bottom:var(--ui-help-band-bottom);height:var(--ui-help-band-height);background:linear-gradient(270deg,rgba(var(--theme-context-help-rgb,148,0,0),var(--theme-context-help-opacity,.48)) 0%,rgba(var(--theme-context-help-rgb,148,0,0),0) 100%)}#context-help-text{position:absolute;top:calc(100% - var(--ui-help-text-center-bottom));left:100%;z-index:1;white-space:nowrap;font-family:'Rubik',sans-serif;font-style:italic;font-weight:600;font-size:1.85vh;color:#fff;text-align:left;text-transform:none;text-shadow:none;-webkit-text-stroke:.035vh #fff;transform:translateY(-50%);will-change:transform}#context-help-text::before{content:attr(data-char);position:absolute;z-index:-1;color:#fff;text-shadow:none;-webkit-text-stroke:.25vh #000}
.loading-screen{background-image:var(--theme-title-bg-image),url(./resources/media/titlebg.webp);background-position:center,center;background-size:cover,cover;background-repeat:no-repeat,no-repeat;width:100%;height:100%;max-width:140%;max-height:140%;animation:fadeInOut_loading-screen 6.5s both}@keyframes fadeInOut_loading-screen{0%{opacity:0}60%{opacity:1}100%{opacity:0}}
.background{animation:fadeIn_background 3.27s 4.5s both;position:fixed;right:0;bottom:0;width:100%;height:100%}@keyframes fadeIn_background{from{opacity:0}to{opacity:1}}.iframe-container{pointer-events:none;box-sizing:border-box;height:66.667vw;left:50%;min-height:100%;min-width:100%;transform:translate(-50%,-50%);position:absolute;top:50%;width:177.77777778vh}iframe{display:block;pointer-events:none;width:300%;height:100%;margin-left:-100%}.image-background{display:none;background-color:#000;background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;height:100%;max-width:140vw;max-height:140%;z-index:0}
.blinds{position:fixed;inset:0;width:100vw;height:100vh;animation:fadeIn_blinds 2.67s 5s both;background-image:var(--theme-blinds-image),url(./resources/media/blinds2.webp);background-position:center,center;background-size:100% 100%,100% 100%;background-repeat:no-repeat,no-repeat;z-index:0}@keyframes fadeIn_blinds{from{opacity:0}to{opacity:1}}
.menu-container{animation:fadeIn_menu-container 2.67s 4.5s both;position:fixed;right:0;bottom:0;width:100%;height:100%;z-index:0}@keyframes fadeIn_menu-container{from{opacity:0}to{opacity:1}}
.vignette{background:radial-gradient(circle at 50% 50%,transparent,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 50%,#000 100%) center no-repeat;padding-top:50vh;padding-bottom:50vh;animation:fadeIn_vignette 6.5s both;max-width:100vw;min-width:80%;z-index:2}@keyframes fadeIn_vignette{from{opacity:0}to{opacity:1}}
body.skip-welcome .loading-screen,body.skip-welcome .background,body.skip-welcome .blinds,body.skip-welcome .menu-container,body.skip-welcome .vignette,body.skip-welcome .site-title-layer{animation-delay:0s!important;animation-duration:.35s!important}body.skip-welcome .loading-screen{display:none}
body:not(.ui-visible) .context-help-bar,body:not(.ui-visible) .selected-item-fade{display:none!important}body:not(.ui-ready) .menu-container{pointer-events:none!important}body.ui-visible .context-help-bar{animation:uiAuxFadeIn 2s linear both}body.ui-visible .selected-item-fade{animation:selectedItemFadePulse .5s infinite alternate cubic-bezier(.42,0,.58,1),selectedItemFadeIntroFilter 2s linear both}@keyframes uiAuxFadeIn{from{opacity:0}to{opacity:1}}@keyframes selectedItemFadeIntroFilter{from{filter:opacity(0)}to{filter:opacity(1)}}
