@import "https://fonts.googleapis.com/css?family=Zilla+Slab:regular,bold";@import "https://fonts.googleapis.com/css?family=League Spartan";@import "https://fonts.googleapis.com/css?family=Outfit:100,200,300,400,500,600";@import "https://fonts.googleapis.com/css?family=Passions Conflict";@import "https://fonts.googleapis.com/css?family=Bebas Neue";@import "https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap";:root{--black:black;--light:#f1f1f1;--dark:#2b2b2b;--greyone:#d3d3d3;--greytwo:#cdcdcd;--greymid:#b5b5b5;--greythree:#4d4d4d;--greyfour:#484848;--shadow:#0003;--lightShadow:#ffffff1a;--background-rgba:#f1f1f199;--transparent:#0000;--chocolatesyrup:#35281e;--coffeebean:#87624f;--vanillasyrup:#dab7a3;--milk:#f4e8da;--cinnamonpowder:#b53807;--matchapowder:#7ab555;--gingerpowder:#f3e6b1;--water:#859fb5;--wine:#78101c;--water-rgba:#a9c3da;--coffeebean-rgba:#b39181;--chocolatesyrup-rgba:#c97368;--vanillasyrup-rgba:#dab7a3;--milk-rgba:#f4e8da;--cinnamonpowder-rgba:#d98a52;--gingerpowder-rgba:#f3e6b1;--matchapowder-rgba:#7ab555;--wine-rgba:#bb4545;--pink:#ff9dc0;--lightpink:#ffcddf;--pinkhover:#e84596;--orangehover:#fc5404;--orange:#ffab73;--lightorange:#ffd2b5;--goldhover:#f90;--gold:#fed878;--lightgold:#feecc0;--bluehover:#1fafed;--blue:#a3dcf4;--lightblue:#d7ecf7;--strip-one:var(--pink);--strip-two:var(--lightpink);--inset-background:var(--light);--disable-background-one:var(--greyone);--disable-background-two:var(--greytwo);--text-primary:var(--dark);--text-hover:var(--pinkhover);--text-hover-prev:var(--bluehover);--text-secondary:var(--greytwo);--text-disabled:var(--greytwo);--disabled-shadow:#0006;--dot:var(--greyone);--hover:var(--shadow)}.favicon-stroke{stroke:var(--text-primary)}.favicon-layer-one{fill:var(--text-hover)}.favicon-layer-two{fill:var(--text-hover-prev)}[data-theme*=dark]{--text-primary:var(--light);--inset-background:var(--dark);--text-secondary:var(--greythree);--text-disabled:var(--greythree);--disable-background-one:var(--greythree);--disable-background-two:var(--greyfour);--dot:var(--black);--hover:var(--lightShadow);--background-rgba:#2b2b2b99}[data-theme*=spring]{--background:var(--pink);--strip-one:var(--pink);--strip-two:var(--lightpink);--text-hover:var(--pinkhover);--text-hover-prev:var(--bluehover)}[data-theme*=summer]{--background:var(--orange);--strip-one:var(--orange);--strip-two:var(--lightorange);--text-hover:var(--orangehover);--text-hover-prev:var(--pinkhover)}[data-theme*=fall]{--background:var(--gold);--strip-one:var(--gold);--strip-two:var(--lightgold);--text-hover:var(--goldhover);--text-hover-prev:var(--orangehover)}[data-theme*=winter]{--background:var(--blue);--strip-one:var(--blue);--strip-two:var(--lightblue);--text-hover:var(--bluehover);--text-hover-prev:var(--goldhover)}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background-color:var(--strip-one);justify-content:center;margin:0;padding:0;font-family:Outfit,sans-serif;font-size:calc(.8vw + .8vh);font-weight:200;display:flex}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.callFunction{display:none}.description{z-index:200;background-color:var(--inset-background);border:calc(.15vw + .15vh) solid var(--text-primary);color:var(--text-primary);width:auto;font-size:calc(.7vw + .7vh);display:none;position:absolute}.description-text{margin:.3vh .8vw;display:block}.paragraph{margin-bottom:2vh}#weight-four{font-size:calc(.8vw + .8vh);font-weight:400}input,#bed-input{font-family:inherit;font-weight:600;font-size:inherit;color:var(--text-primary);background-color:#0000;border:none}input:disabled,input:hover:disabled{color:var(--text-secondary)}input[type=range]:focus{outline:none}input:focus,#bed-input:focus{outline:calc(.1vw + .1vh) solid var(--text-hover);color:var(--text-hover)}input:hover,#bed-input:hover{color:var(--text-hover);cursor:text}::placeholder,#placeholder{color:var(--text-secondary)}#placeholder{padding:calc(.1vw + .1vh)}svg{fill:none;stroke:var(--text-primary);stroke-width:calc(.3vw + .3vh)}.music-note,.sun,.moon{fill:var(--text-primary);stroke:none}.btn,.ebtn,button{fill:var(--text-primary);color:var(--text-primary);font:inherit;border:calc(.1vw + .1vh) solid var(--text-primary);z-index:100;background-color:#0000;font-size:calc(.9vw + .9vh)}.btn:hover,.ebtn.enabled:hover,button:hover:enabled{color:var(--text-primary);box-shadow:inset 0 0 0 100vw var(--hover);cursor:pointer}.btn:active,.ebtn.enabled:active,button:active:enabled{box-shadow:none;background-color:var(--text-hover)}button:disabled,.btn.disabled,.btn.disabled:hover,.btn.disabled:active,.btn.disabled .description,.ebtn.disabled,.ebtn.disabled:hover,.ebtn.disabled:active,.ebtn.disabled .description,[data-theme*=dark] .btn.disabled:hover,[data-theme*=dark] .btn.disabled:active{stroke:var(--text-disabled);color:var(--text-disabled);border-color:var(--text-disabled);cursor:default}.ebtn.disabled .description:after{border-color:var(--text-secondary) transparent transparent transparent}.btn.disabled svg,.ebtn.disabled svg{opacity:.3}[data-theme*=dark] .btn:hover,[data-theme*=dark] button:hover:enabled,[data-theme*=dark] .ebtn.enabled:hover{box-shadow:inset 0 0 0 100vw var(--hover)}[data-theme*=dark] .btn:hover svg,[data-theme*=dark] .ebtn.enabled:hover svg{opacity:.5}[data-theme*=dark] .btn:active,[data-theme*=dark] .ebtn.enabled:active,[data-theme*=dark] button:active:enabled,[data-theme*=dark] .btn:active svg [data-theme*=dark] .ebtn.enabled:active svg{color:var(--text-primary);opacity:1}::-webkit-scrollbar{background:0 0;border:none;width:.5vw;height:.5vh}::-webkit-scrollbar-track{background-color:#0000}::-webkit-scrollbar-thumb{background-color:var(--text-primary)}::-webkit-scrollbar-thumb:hover{background-color:var(--text-hover)}::-webkit-scrollbar-button{display:none}::-webkit-scrollbar-track-piece{display:none}::-webkit-scrollbar-corner{display:none}::-webkit-resizer{display:none}.heading{z-index:1000;width:45vw;height:10vh;color:var(--text-primary);background-color:#0000;justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:2vw;right:2vw}.front-page{width:100vw;height:100vh;color:var(--text-primary);background-image:radial-gradient(var(--dot) calc(.05vw + .05vh), var(--inset-background) 0px);background-size:10px 10px;display:block}.title{letter-spacing:.3vw;flex-direction:column;align-items:start;width:calc(49vw + 49vh);height:20%;padding:1vh 2vw;font-family:Bebas Neue;display:flex}.title-svg{justify-content:space-between;align-items:center;width:88%;display:flex}.favicon-svg{fill:var(--text-primary);stroke:none;width:calc(6vw + 6vh);height:calc(6vw + 6vh)}.game-title{width:inherit;color:var(--inset-background);text-shadow:-1px -1px 0 var(--text-hover), 1px -1px 0 var(--text-hover), -1px 1px 0 var(--text-hover), 3px 2px 0 var(--text-hover);font-size:calc(4vw + 4vh)}.title-footnote{width:inherit;letter-spacing:.3vw;justify-content:space-between;font-size:calc(1.2vw + 1.2vh);display:flex}.footnote-version{position:relative;left:calc(.6vw + .6vh)}.hyperlinks{justify-content:space-between;width:18vw;display:flex}.hyperlink{color:var(--inset-background);text-shadow:-1px -1px 0 var(--text-primary), 1px -1px 0 var(--text-primary), -1px 1px 0 var(--text-primary), 2px 2px 0 var(--text-primary);text-decoration:none}.hyperlink:hover{color:var(--text-secondary);cursor:pointer}.front-page-menu{justify-content:space-between;width:100vw;height:72%;padding:1% 2vw;display:flex;position:absolute}.front-page-options{letter-spacing:.2vw;color:var(--inset-background);text-shadow:-1px -1px 0 var(--text-primary), 1px -1px 0 var(--text-primary), -1px 1px 0 var(--text-primary), 3px 2px 0 var(--text-primary);flex-direction:column;justify-content:space-between;margin-top:-1%;font-family:Bebas Neue;font-size:calc(3.5vw + 3.5vh);display:flex}.front-page-option:hover{cursor:pointer;color:var(--text-secondary)}.front-page-option:active{cursor:pointer;color:var(--text-hover)}.front-page-option.active{color:var(--text-primary);text-shadow:none}.front-page-option.active:hover{cursor:default;color:var(--text-primary)}.swith-mode{justify-content:space-between;align-items:center;width:calc(12vw + 12vh);height:calc(5vw + 5vh);display:flex}.mode-box{border:calc(.15vw + .15vh) solid var(--text-primary);background-color:var(--inset-background);width:calc(5vw + 5vh);height:calc(5vw + 5vh)}.mode-box.light-dark{justify-content:center;align-items:center;display:flex}.light-mode,.dark-mode{width:calc(2vw + 2vh);position:absolute}.light-mode.active,.dark-mode.active{width:calc(6vw + 6vh);transition:transform .5s;transform:translate(0)}.light-mode{transform:translate(-2vw,-4vh)}.dark-mode{transform:translate(2vw,4vh)}.mode-box.music.crossed:before{content:"";background-color:var(--text-primary);transform-origin:1px 1px;width:calc(6.6vw + 6.6vh);height:calc(.1vw + .1vh);position:absolute;transform:rotate(45deg)}.front-page-display{border:calc(.15vw + .15vh) solid var(--text-primary);background-color:var(--inset-background);width:60vw;height:100%;padding:1%;overflow:auto}.announcement-block{width:inherit;border:dashed calc(.05vw + .05vh) var(--text-primary);height:auto;margin-bottom:2vh;padding:1vh 1vw}.announcement-block-title{letter-spacing:.1vw;font-family:Bebas Neue;font-size:calc(1.5vw + 1.5vh)}.announcement-block-date{font-family:Outfit;font-size:calc(.8vw + .8vh);font-weight:400}.announcement-block-notes{opacity:.5;margin:1vh 0;font-style:italic;font-weight:300}.announcement-block-body{margin-top:1vh;font-family:Outfit;font-size:calc(.8vw + .8vh);font-weight:200}.credit{margin-top:1vh}.credit-type{letter-spacing:.1vw;font-family:Bebas Neue;font-size:calc(1.4vw + 1.4vh)}.credit-name{font-size:calc(1vw + 1vh)}.credit-end{margin-top:calc(1vw + 1vh);font-family:Bebas Neue;font-size:calc(1.2vw + 1.2vh)}.calendar{justify-content:left;align-items:center;width:45vw;height:10vh;font-family:Bebas Neue;font-size:calc(1.6vw + 1.6vh);display:flex}.calendar-left{border:calc(.15vw + .15vh) solid var(--text-primary);background-color:var(--inset-background);justify-content:center;align-items:center;width:18vw;height:6vh;display:flex}.season{text-transform:capitalize}.time-cut{justify-content:center;align-items:center;font-family:Bebas Neue;display:block;position:relative;left:.5vw}.block{width:.5vw}.time{justify-content:center;align-items:center;display:flex}.hour{text-align:center;background-color:var(--inset-background);border:calc(.15vw + .15vh) solid var(--text-primary);justify-content:center;align-items:center;width:2vw;height:6vh;margin-right:.1vw;display:flex;overflow:hidden}.cut{border-width:calc(1vw + .1vh);border-top:calc(.15vw + .15vh) solid var(--text-hover);width:100%;position:absolute;top:45%}.pause-button,.speedup-button{border:calc(.15vw + .15vh) solid var(--text-primary);border:calc(.15vw + .15vh) solid var(--text-primary);width:calc(2vw + 2vh);height:calc(2vw + 2vh);box-shadow:calc(.2vw + .2vh) calc(.2vw + .2vh) 0px var(--text-hover);background-color:var(--inset-background);justify-content:center;align-items:center;font-weight:700;display:flex;position:fixed}.pause-button{font-size:calc(1vw + 1vh);left:32vw}.pause-button-background{left:32vw}.speedup-button{font-size:calc(.8vw + .5vh);left:36vw}.speedup-button-background{left:36vw}.pause-button.paused,.speedup-button.active{color:var(--inset-background);background-color:var(--text-primary);box-shadow:none}.pause-button.paused:hover,.speedup-button.active:hover{color:var(--greymid);box-shadow:inset 0 0 0 100vw var(--hover)}.pause-button-background,.speedup-button-background{z-index:-200;background-color:var(--text-hover);border:none;width:calc(2vw + 2vh);height:calc(2vw + 2vh);animation:2s infinite pauseAnim;position:fixed}@keyframes dotAnim{0%{opacity:.1}20%{opacity:1}to{opacity:.1}}@keyframes pauseAnim{0%,50%,to{width:calc(2vw + 2vh);height:calc(2vw + 2vh);transform:translate(0)}25%,75%{width:calc(4vw + 4vh);height:calc(4vw + 4vh);transform:translate(calc(-1vw - 1vh))}}.skip-btn{background-color:var(--inset-background);border:calc(.15vw + .15vh) solid var(--text-primary);box-shadow:calc(.2vw + .2vh) calc(.2vw + .2vh) 0px var(--text-hover);justify-content:center;align-items:center;padding:1vh 1vw;font-size:calc(1vw + 1vh);font-weight:600;display:flex;position:fixed;bottom:5vh;right:2vw}.home{width:100%;height:100%;color:var(--text-primary);cursor:default;background-image:radial-gradient(var(--dot) calc(.05vw + .05vh), var(--inset-background) 0px);background-size:10px 10px;margin:0;padding:0;position:absolute;top:0;left:0}.home.change{animation:1s linear seasonChange}.home.intro{animation:10s linear infinite moveBackgroundAnim}.furniture{z-index:2000;position:absolute}.furniture-tip{text-align:center;border:calc(.15vw + .15vh) solid var(--text-primary);background-color:var(--shadow);z-index:9000;padding:.5vh .5vw;font-weight:600;position:absolute}.room-furniture.functional{font-weight:600}.room-furniture.functional:hover{cursor:pointer}.window{width:10vw;height:14vh;top:2vh;left:16vw}.hanger{width:inherit;border:calc(.15vw + .15vh) solid var(--text-primary);height:2vh}.curtains{justify-content:space-between;display:flex}.curtain{border:calc(.15vw + .15vh) solid var(--text-primary);background-color:var(--background-rgba);z-index:10;border-top:none;height:13vh}.window-middle{border-bottom:calc(.1vw + .1vh) solid var(--text-primary);width:10vw;height:10vh;position:absolute}.window:hover{cursor:pointer}.curtain.open{width:2vw;animation:1s linear openCurtain}.curtain.closed{width:5vw;animation:1s linear closeCurtain}.window:hover .curtain{box-shadow:inset 0 0 0 100vw var(--hover)}.window:active .curtain{box-shadow:none;background-color:var(--text-hover)}@keyframes openCurtain{0%{width:5vw}to{width:2vw}}@keyframes closeCurtain{0%{width:2vw}to{width:5vw}}.bed{width:7vw;height:28vh;top:10vh;left:2vw}.bed-heads,.bed-legs{width:inherit;justify-content:space-between;display:flex}.bed-top{border-top:calc(.1vw + .1vh) solid var(--text-primary);border-bottom:calc(.1vw + .1vh) solid var(--text-primary);width:5vw;height:2vh;position:absolute;left:1vw}.bed-head{border:calc(.1vw + .1vh) solid var(--text-primary);border-bottom:none;width:1vw;height:4vh;margin-bottom:calc(.1vw + .1vh)}.bed-leg{border:calc(.1vw + .1vh) solid var(--text-primary);border-top:none;width:1.5vw;height:2vh}.bed-body{width:inherit;border:calc(.1vw + .1vh) solid var(--text-primary);height:21vh;margin-top:calc(-.1vw - .1vh)}.bed-pillow{z-index:1;border:calc(.15vw + .15vh) solid var(--text-primary);width:4vw;height:5vh;position:absolute;top:5vh;left:1.5vw}.bed-cover{width:inherit;border-top:calc(.1vw + .1vh) solid var(--text-primary);position:absolute;top:12vh}.bed-cover-input{overflow-wrap:break-word;width:calc(6.8vw - .2vh);height:12vh;position:absolute;left:calc(.1vw + .1vh);overflow-y:auto}.alarm{width:4vw;height:15vh;top:10vh;left:10vw}.alarm-clock{border:calc(.15vw + .15vh) solid var(--text-primary);width:2vw;height:2vw;position:relative;top:0;left:1vw}.alarm-clock.animated{animation:.2s infinite alarmVibrate}@keyframes alarmVibrate{0%,50%,to{transform:rotate(10deg)}25%,75%{transform:rotate(-10deg)}}.nightstand{width:inherit;height:10vh}.nightstand-top{width:inherit;border:calc(.1vw + .1vh) solid var(--text-primary);justify-content:space-between;height:3vh;display:flex;position:relative}.nightstand-legs{justify-content:space-between;display:flex}.nightstand-leg{border:calc(.1vw + .1vh) solid var(--text-primary);border-top:none;width:1vw;height:6vh}.bookcase{width:6vw;height:21vh;top:2vh;right:2vw}.bookcase-top,.bookcase-bottom{width:inherit;border:calc(.1vw + .1vh) solid var(--text-primary);height:2vh}.bookcase-columns{justify-content:space-between;height:17vh;display:flex}.bookcase-column{height:inherit;border-left:calc(.1vw + .1vh) solid var(--text-primary);border-right:calc(.1vw + .1vh) solid var(--text-primary);width:1vw}.bookcase-rows{flex-direction:column;justify-content:space-evenly;width:4vw;height:17vh;display:flex;position:absolute;top:2vh;left:1vw}.bookcase-row{width:inherit;border-top:calc(.1vw + .1vh) solid var(--text-primary);border-bottom:calc(.1vw + .1vh) solid var(--text-primary);height:2vh}.couch{width:6vw;height:19vh;top:33vh;right:2vw}.couch-pad{border-left:calc(.2vw + .2vh) solid var(--text-primary);width:4vw;height:7vh;position:absolute;top:5vh;left:1vw}.couch-back{border:calc(.1vw + .1vh) solid var(--text-primary);border-bottom:none;width:1vw;height:11vh;position:absolute;top:1vh;left:5vw}.couch-top-arm{border:calc(.1vw + .1vh) solid var(--text-primary);border-right:none;width:5vw;height:2vh;position:absolute;top:3vh}.couch-bottom-arm{width:inherit;border:calc(.1vw + .1vh) solid var(--text-primary);height:2vh;position:absolute;top:12vh}.couch-bottom{border:calc(.1vw + .1vh) solid var(--text-primary);border-top:none;width:5.2vw;height:2vh;position:absolute;top:14vh;left:.5vw}.couch-left-leg{border:calc(.1vw + .1vh) solid var(--text-primary);border-top:none;width:1vw;height:2vh;position:absolute;top:16vh;left:1.2vw}.couch-right-leg{border:calc(.1vw + .1vh) solid var(--text-primary);border-top:none;width:1vw;height:2vh;position:absolute;top:16vh;left:4.4vw}.chair{width:5vw;height:8vh;top:31vh;right:4.5vw}.chair-back{border:calc(.1vw + .1vh) solid var(--text-primary);width:3vw;height:5vh;position:relative;left:1vw}.chair-handles{width:inherit;justify-content:space-between;height:4vh;display:flex;position:relative;top:-1vh}.chair-handle{width:1vw;height:inherit;border:calc(.1vw + .1vh) solid var(--text-primary)}.desk{width:10vw;height:22vh;top:39vh;right:2vw}.desk-surface{width:inherit;border:calc(.1vw + .1vh) solid var(--text-primary);height:17vh}.desk-legs{width:inherit;justify-content:space-between;height:5vh;display:flex}.desk-leg{width:2vw;height:inherit;border:calc(.1vw + .1vh) solid var(--text-primary);border-top:none}.desktop-screen{width:5vw;height:10vh;position:absolute;top:5vh;left:2.5vw}.desktop-screen-top{width:inherit;border:calc(.1vw + .1vh) solid var(--text-primary);border-bottom:none;height:3vh}.desktop-screen-bottom{width:inherit;border:calc(.1vw + .1vh) solid var(--text-primary);height:7vh}.desktop-keyboard{width:5vw;height:3vh;position:absolute;top:1vh;left:2.5vw}.desktop-keyboard-rows{width:inherit;height:inherit;flex-direction:column;justify-content:space-between;display:flex;position:absolute}.desktop-keyboard-row{border-top:calc(.1vw + .1vh) solid var(--text-primary)}.desktop-keyboard-columns{width:inherit;height:inherit;justify-content:space-between;display:flex;position:absolute}.desktop-keyboard-column{border-left:calc(.1vw + .1vh) solid var(--text-primary)}.desktop-mouse{border:calc(.1vw + .1vh) solid var(--text-primary);width:1.5vw;height:3vh;position:absolute;top:1vh;left:8vw}.desktop-keyboard-wire.first{border-top:calc(.1vw + .1vh) solid var(--text-primary);width:1vw;position:absolute;top:2vh;left:1.5vw}.desktop-keyboard-wire.second{border-left:calc(.1vw + .1vh) solid var(--text-primary);height:10vh;position:absolute;top:2vh;left:1.5vw}.desktop-keyboard-wire.third{border-top:calc(.1vw + .1vh) solid var(--text-primary);width:1vw;position:absolute;top:12vh;left:1.5vw}.desktop-mouse-wire.first{border-left:calc(.1vw + .1vh) solid var(--text-primary);height:6vh;position:absolute;top:4vh;left:8.75vw}.desktop-mouse-wire.second{border-top:calc(.1vw + .1vh) solid var(--text-primary);width:1.4vw;position:absolute;top:10vh;left:7.5vw}.music-machine{width:12vw;height:16vh;top:55vh;right:4vw}.music-machine-legs{justify-content:space-between;width:calc(12vw - 6vh);height:4vh;display:flex;position:absolute;top:13vh;left:5vh}.music-machine-leg{width:1.5vw;height:inherit;border:calc(.1vw + .1vh) solid var(--text-primary);border-top:none}.choose-music{justify-content:space-between;align-items:center;width:14vw;height:4vh;display:flex}.music-name-box{width:calc(14vw - 6vh);height:inherit;border-top:calc(.1vw + .1vh) solid var(--text-primary);border-bottom:calc(.1vw + .1vh) solid var(--text-primary);justify-content:center;align-items:center;display:flex}.music-left-btn,.music-right-btn{border:calc(.15vw + .15vh) solid var(--text-primary);justify-content:center;align-items:center;width:4vh;height:4vh;font-size:calc(.5vw + .5vh);font-weight:700;display:flex}.sfx-box{appearance:none;border:solid calc(.1vw + .1vh) var(--text-primary);border-top:none;justify-content:center;align-items:center;width:calc(13vw - 6vh);height:3vh;display:flex;position:absolute;top:7vh;left:4vh}.music-machine-slider{appearance:none;border:solid calc(.1vw + .1vh) var(--text-primary);border-top:none;width:calc(13vw - 6vh);height:3vh;position:absolute;left:calc(3.9vh - .1vw)}.music-machine-slider.music{top:calc(3.9vh - .1vw)}.music-machine-slider.sfx{top:calc(9.9vh - .1vw)}.music-machine-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;border:solid calc(.15vw + .15vh) var(--text-primary);width:3vh;height:3vh}.music-machine-slider::-moz-range-thumb{appearance:none;cursor:pointer;border:solid calc(.1vw + .1vh) var(--text-primary);border-radius:0%;width:calc(2.9vh - .1vw);height:calc(2.9vh - .1vw)}.music-machine-slider::-webkit-slider-thumb:hover{box-shadow:inset 0 0 0 100vw var(--hover);cursor:pointer}.music-machine-slider::-moz-range-thumb:hover{background-color:var(--text-hover)}.music-machine-slider::-webkit-slider-thumb:active{background-color:var(--text-hover);box-shadow:none}.music-machine-slider::-moz-range-thumb:active{background-color:var(--text-hover);box-shadow:none}.desktop-display{width:60vw;height:70vh;color:var(--text-primary);background-color:var(--inset-background);border:solid calc(.15vw + .15vh) var(--text-primary);z-index:4000;padding:1vh 1vw;position:fixed;top:15vh;left:20vw}.desktop-btns{justify-content:space-between;width:8vw;height:6vh;display:flex;right:1vw}.desktop-close-btn,.desktop-back-btn{width:calc(1.5vw + 1.5vh);height:calc(1.5vw + 1.5vh)}.desktop-apps{grid-template-columns:calc(9vw + 9vh) calc(7vw + 7vh) calc(5vw + 5vh);width:auto;height:46vh;margin:3vh 4vw;display:grid}.desktop-app{flex-direction:column;justify-content:space-between;width:calc(5vw + 5vh);height:calc(5vw + 5vh);display:flex}.desktop-app:hover{cursor:pointer;opacity:.7}.desktop-app:active{color:var(--text-hover);opacity:1}.desktop-app:active .desktop-app-icon,.desktop-app:active .notes-row,.desktop-app:active .ledger-page{border-color:var(--text-hover)}.desktop-app:active .desktop-app-icon.messages:after{border-color:var(--text-hover) transparent transparent transparent}.desktop-app-text{text-align:center;font-size:calc(1vw + 1vh)}.desktop-app-icon.ledger{display:flex}.ledger-page{border:solid calc(.15vw + .15vh) var(--text-primary);background-color:var(--inset-background);width:calc(2.5vw + 2.5vh);height:calc(3vw + 3vh);position:absolute}.dollar-sign{z-index:3;font-size:calc(2vw + 2vh);font-weight:600;position:absolute;transform:translate(calc(1.3vw + 1.3vh),calc(.7vw + .7vh))}.ledger-page.first{z-index:2;transform:translate(calc(.75vw + .75vh),calc(.5vw + .5vh))}.ledger-page.second{z-index:1;transform:translate(calc(1.25vw + 1.25vh),calc(.3vw + .3vh))}.ledger-page.third{transform:translate(calc(1.75vw + 1.75vh),calc(.1vw + .1vh))}.desktop-app-icon.notes{border:solid calc(.15vw + .15vh) var(--text-primary);width:calc(2.5vw + 2.5vh);height:calc(3vw + 3vh);position:relative;left:calc(1.25vw + 1.25vh)}.notes-rows{flex-direction:column;justify-content:space-between;display:flex;position:relative;top:calc(.55vw + .55vh);left:calc(.35vw + .35vh)}.notes-row{border-top:solid calc(.15vw + .15vh) var(--text-primary);width:calc(1.5vw + 1.5vh);height:calc(.75vw + .75vh)}.desktop-app-icon.messages{border:solid calc(.15vw + .15vh) var(--text-primary);width:calc(4.5vw + 4.5vh);height:calc(2.5vw + 2.5vh);position:relative;left:calc(.25vw + .25vh)}.desktop-app-icon.messages:after{content:"";border-style:solid;border-width:calc(.9vw + .9vh) calc(1.5vw + 1.5vh) 0 0;border-color:var(--text-primary) transparent transparent transparent;position:absolute;bottom:calc(-.9vw - .9vh);left:45%}.desktop-app-display{width:58vw}@keyframes moveBackgroundAnim{0%{background-position:0 0}to{background-position:-55vw 0}}@keyframes seasonChange{0%{background-position:0 0}to{background-position:-40vw 0}}.stock{width:11vw;height:92vh;position:absolute;right:0}.stock-display{width:inherit;height:79vh;font-size:calc(.8vw + .8vh);font-weight:400;display:block;overflow:hidden auto}.stock-background{width:100%;height:9vh;color:var(--dark);justify-content:space-between;align-items:center;margin-bottom:.66vh;display:flex;position:relative}.stock-left{border:calc(.1vw + .1vh) solid var(--text-primary);border-right:none;justify-content:left;align-items:center;width:8vw;height:100%;padding:.5vh .5vw;display:flex}.stock-right{border:calc(.1vw + .1vh) solid var(--text-primary);border-left:calc(.1vw + .1vh) dashed var(--text-primary);justify-content:center;align-items:center;width:3vw;height:100%;display:flex}.stock-plus-svg{stroke-width:calc(.5vw + .5vh);width:2vw;height:2vw;stroke:var(--dark);pointer-events:none}.stock-plus-anim-svg{stroke-width:calc(.5vw + .5vh);width:0;height:100%;stroke:var(--dark);z-index:-1;animation:.6s ease-out infinite stockAddAnim;position:absolute}.stock-right.enabled:hover{cursor:pointer;filter:brightness(120%)}.stock-right.disabled,.stock-right.disabled:hover{cursor:default;color:var(--text-disabled);box-shadow:inset 0 0 0 100vw var(--disabled-shadow)}@keyframes stockAddAnim{0%{opacity:1;stroke-width:calc(.5vw + .5vh);width:1vw;height:100%}to{opacity:0;stroke-width:calc(1vw + 1vh);width:4vw;height:100%}}.stock-left.short{animation:.5s infinite alternate shortageWarning}.stock-svg{z-index:10;width:calc(1.5vw + 1.5vh);height:calc(1.5vw + 1.5vh)}.stock-quantity{justify-content:space-between;margin-left:calc(.5vw + .5vh);display:block}.stock-quantity-display{font-size:calc(.8vw + .8vh)}.stock-quantity-info{text-align:right;z-index:20;align-items:center;display:flex}.buy-speed-number{font-size:calc(.8vw + .8vh)}.buy-speed-unit{font-size:calc(.7vw + .7vh)}.money{background-color:var(--inset-background);border:calc(.15vw + .15vh) solid var(--text-primary);height:12vh;margin-bottom:3vh;display:block}.money-display{font-size:calc(1.5vw + 1.5vh);font-weight:600}.money-salary{margin-top:1vh;font-size:calc(1vw + 1vh);font-weight:400}.money-salary-description{display:none}.money-salary:hover .money-salary-description{border-width:calc(.1vw + .1vh);border-left-style:none;border-left-color:currentColor;justify-content:center;display:flex;top:0%}.money-salary-description:after{content:"";border-style:solid;border-width:calc(.5vw + .5vh);border-color:var(--text-primary) transparent transparent transparent;position:absolute;top:100%}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{appearance:textfield}.btn-decrease,.btn-add{justify-content:center;align-items:center;width:calc(1.2vw + 1.2vh);height:calc(1.2vw + 1.2vh);font-family:Outfit;font-size:calc(1vw + 1vh);display:flex}.btn-decrease:active,.btn-add:active{background-color:var(--text-hover)!important}.btn-decrease:disabled,.btn-add:disabled{background-color:#0000!important}.headingstock{justify-content:left;align-items:baseline;gap:1vw;display:flex}.shop-content{width:49vw;height:92vh;position:absolute;top:3vh;right:2vw}.shop-info{background-color:var(--inset-background);border:solid calc(.15vw + .15vh) var(--text-primary);width:37vw;height:100%;position:absolute;overflow:hidden}.shop-info-display{transition:all .5s ease-in-out;position:absolute}.shop-room,.shop-cafe{width:37vw;height:82vh;position:relative}.shop-division,.shop-division-warning{justify-content:center;align-items:center;width:37vw;height:10vh;font-weight:400;display:flex}.shop-division-warning{color:var(--text-secondary);font-size:calc(1vw + 1vh)}.shop-division:hover .shop-division-text{display:flex}.shop-division-text{-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;background-size:100%;-webkit-background-clip:text;background-clip:text;width:10vw;height:10vh;font-size:calc(1.5vw + 1.5vh);display:none;position:absolute;left:22vw}.shop-division-text.down{background-image:linear-gradient(180deg, var(--text-secondary), var(--text-primary));align-items:center}.shop-division-text.up{background-image:linear-gradient(0deg, var(--text-secondary), var(--text-primary))}.shop-division:active .shop-division-arrow{border-color:var(--text-hover)}.shop-division.down:hover{cursor:pointer;background:linear-gradient(180deg, var(--inset-background), var(--shadow))}.shop-division.up:hover{cursor:pointer;background:linear-gradient(0deg, var(--inset-background), var(--shadow))}.shop-division.down:active{background:linear-gradient(180deg, var(--inset-background), var(--text-hover) 100%)}.shop-division.up:active{background:linear-gradient(0deg, var(--inset-background), var(--text-hover) 100%)}.shop-division-arrows{width:inherit;height:inherit;justify-content:center;align-items:center;display:flex}.shop-division-arrow{border-bottom:solid calc(.3vw + .3vh) var(--text-primary);border-left:solid calc(.3vw + .3vh) var(--text-primary);position:absolute}.shop-division-arrow.down{transform:rotate(-45deg)}.shop-division-arrow.up{transform:rotate(135deg)}.shop-division-arrow.one{width:calc(1.5vw + 1.5vh);height:calc(1.5vw + 1.5vh)}.shop-division-arrow.two,.shop-division-arrow.three{width:calc(1vw + 1vh);height:calc(1vw + 1vh);display:none}.shop-division-arrow.down.two{margin-bottom:3vh}.shop-division-arrow.down.three{margin-bottom:8vh}.shop-division-arrow.up.two{margin-top:3vh}.shop-division-arrow.up.three{margin-top:8vh}.shop-division:hover .shop-division-arrow.one.down{animation:1s infinite downArrowanim}.shop-division:hover .shop-division-arrow.two.down{animation:1s -.8s infinite downArrowanim;display:block}.shop-division:hover .shop-division-arrow.three.down{animation:1s -.6s infinite downArrowanim;display:block}.shop-division:hover .shop-division-arrow.one.up{animation:1s infinite upArrowAnim}.shop-division:hover .shop-division-arrow.two.up{animation:1s -.8s infinite upArrowAnim;display:block}.shop-division:hover .shop-division-arrow.three.up{animation:1s -.6s infinite upArrowAnim;display:block}@keyframes downArrowanim{0%{opacity:0;transform:rotate(-45deg)translate(4vh,-4vh)}50%{opacity:.8}to{opacity:0;transform:rotate(-45deg)translate(0)}}@keyframes upArrowAnim{0%{opacity:0;transform:rotate(135deg)translate(4vh,-4vh)}50%{opacity:.8}to{opacity:0;transform:rotate(135deg)translate(0)}}.shop-cafe,.display-cafe{padding:1vh 1vw}.table-sides{justify-content:space-between;height:12vh;display:flex}.table-left,.table-right{border:solid calc(.1vw + .1vh) var(--text-primary);border-bottom:none;width:2vw}.cafe-left-right{justify-content:space-between;display:flex}.cafe-right{padding:1vh;position:relative}.cafe-left{flex-direction:column;align-items:center;margin-top:3vh;display:flex}.sold-drinks{border:solid calc(.1vw + .1vh) var(--text-primary);width:22vw;min-height:12vh;padding:1vh 1vw;overflow:hidden}.sold-drink{text-align:center;z-index:2;background-color:var(--inset-background);font-weight:400;position:relative}.sold-drink.expensive{color:red}.sold-drink.poor{color:#7d9900}.sold-drink.soldout,.sold-drink.emptymenu{color:#dab740}.display-customers{border-left:dotted calc(.1vw + .1vh) var(--text-primary);border-right:dotted calc(.1vw + .1vh) var(--text-primary);width:8vw;position:relative}.customer-emoji,.customer-emoji-decor{width:calc(2vw + 2vh);position:absolute}.customer-emoji.animated,.customer-emoji-decor.animated{animation-name:bounce}@keyframes bounce{0%{transform:scale(1)}30%{transform:scale(.8,1.2)}60%{transform:scale(1.2,.8)}to{transform:scale(1)}}.shop-name{--s:2vw;--d:2vh;--c:1vw;width:100%;padding:var(--d) calc(var(--s) + .5em) 0;background:conic-gradient(from 45deg at left var(--s) top var(--d), var(--strip-one) 12.5%, var(--strip-two) 0 37.5%, var(--text-hover) 0) 0 /50% 100% no-repeat, conic-gradient(from -45deg at right var(--s) top var(--d), var(--text-hover) 62.5%, var(--strip-two) 0 87.5%, var(--strip-one) 0) 100%/50% 100% no-repeat;clip-path:polygon(0 0, calc(var(--s) + var(--d)) 0, calc(var(--s) + var(--d)) var(--d), calc(100% - var(--s) - var(--d)) var(--d), calc(100% - var(--s) - var(--d)) 0, 100% 0, calc(100% - var(--c)) calc(50% - var(--d) / 2), 100% calc(100% - var(--d)), calc(100% - var(--s)) calc(100% - var(--d)), calc(100% - var(--s)) 100%, var(--s) 100%, var(--s) calc(100% - var(--d)), 0 calc(100% - var(--d)), var(--c) calc(50% - var(--d) / 2));justify-content:space-between;align-items:center;line-height:1.8;display:flex;overflow-x:hidden}.shop-name-input{text-align:center;color:var(--inset-background);width:inherit;font-size:calc(1vw + 1vh)}.shop-name-input:focus{color:var(--text-hover);outline:none}.open-close-button{z-index:1200;width:10vw;height:10vh;font-size:calc(1vw + 1vh);font-weight:700}.open-close-description:after{content:"";border-style:solid;border-width:calc(.5vw + .5vh);border-color:transparent transparent transparent var(--text-primary);position:absolute;left:100%}.open-close-button.top{width:2vw;height:4vh;position:relative;left:calc(5vw - .5vh)}.open-close-button.pin{background-color:var(--text-primary);border-radius:50%;width:calc(.7vw + .7vh);height:calc(.7vw + .7vh);position:absolute}.open-close-button.rope{background-color:var(--text-primary);width:calc(1.8vw + 1.8vh);height:calc(.12vw + .12vh);position:absolute}.open-close-button.rope.left{top:2vh;left:-2vw;transform:rotate(-30deg)}.open-close-button.rope.right{top:2vh;left:.5vw;transform:rotate(30deg)}.open-close-button.bottom{width:inherit;background-color:var(--inset-background);border:calc(.15vw + .15vh) solid var(--text-primary);justify-content:center;align-items:center;height:5vh;display:flex;position:absolute;top:3.5vh}.open-close-button.bottom.anim{animation:1s linear forwards flipLabel}.open-close-button.rope.left.anim{animation:1s linear forwards flipRopeLeft}.open-close-button.rope.right.anim{animation:1s linear forwards flipRopeRight}.open-close-button.bottom.disabled,.open-close-button.bottom.disabled:hover,.open-close-button.bottom.disabled:active{color:var(--text-disabled);border-color:var(--text-disabled);background-color:var(--inset-background)}.shop-capacity{width:10vw;height:32vh;padding-right:2vw;display:flex;position:absolute;top:36vh}.capacity-info{width:22vw;height:100%;font-size:calc(.7vw + .7vh);display:block;position:relative}.capacity-info.crowded .customers-number{color:var(--text-hover)}.customers-number-display{flex-direction:row;align-items:baseline;display:flex}.customers-number{font-family:League Spartan;font-size:calc(1.8vw + 1.8vh)}.customers-popularity,.capacity-time{flex-direction:column;justify-content:space-between;width:45%;height:7vh;margin-top:3vh;font-size:calc(.8vw + .8vh);font-weight:400;display:flex}.popularity-box{border-bottom:calc(.1vw + .1vh) solid var(--text-primary);background-color:#0000;height:2.5vh;display:flex}.time-box{border-bottom:calc(.1vw + .1vh) solid var(--text-primary);height:2.5vh}.box-value{background-color:var(--text-hover);height:2.4vh}.box-value.basePop{z-index:2;position:absolute}.box-value.pop{position:absolute}.box-value.pop.darker{box-shadow:inset 0 0 0 100vw var(--shadow)}.customers-warning{color:var(--text-hover);font-weight:400;position:absolute}.customers-text{margin-left:.3vw;font-size:calc(1vw + 1vh)}.capacity-text{margin-left:.3vw;font-family:League Spartan;font-size:calc(1.3vw + 1.3vh);display:flex}.ads-btns{z-index:1300;grid-template-rows:7.5vh 7.5vh;grid-template-columns:auto auto auto;display:grid;position:relative}.ads-signals{pointer-events:none;z-index:1400;width:calc(.5vw + .5vh);height:100%;padding:.2vw;font-weight:600;position:relative;top:calc(-2vw - 2vh);left:calc(.5vw + .5vh)}.ads-signal{animation:.5s linear forwards signal;position:absolute}.success{color:var(--text-primary);font-size:calc(1vw + 1vh)}.unsuccess{color:var(--text-disabled)}.ads-btn-img{background-color:var(--inset-background);border:calc(.1vw + .1vh) solid var(--text-primary);cursor:pointer;width:calc(2vw + 2vh);height:calc(2vw + 2vh)}.ads-btn-img:active{background-color:var(--text-hover)}.ads-btn-img.disabled,.ads-btn-img.disabled:hover{border-color:var(--text-disabled);filter:grayscale(80%);cursor:default;background-color:#0000}.ads-btn-info:hover .description{text-align:center;border-width:calc(.1vw + .1vh);justify-content:center;align-items:center;width:calc(5vw + 5vh);height:calc(1.5vw + 1.5vh);margin-top:-25%;margin-left:-20%;font-weight:400;display:flex}.ads-btn-info .description:after,.ads-success-counter .description:after{content:"";border-style:solid;border-width:calc(.3vw + .3vh);border-color:var(--text-primary) transparent transparent transparent;margin-left:-.6vw;position:absolute;top:100%;left:50%}.ads-success-counter:hover .ads-success-description{border-width:calc(.1vw + .1vh);justify-content:center;width:13vw;font-weight:200;display:flex;top:5%;left:14vw}.fixed-header{align-items:center;width:100%;height:5vh;display:flex}th{text-align:left;padding:0 1vw;font-size:calc(.9vw + .9vh);font-weight:500}td{text-align:left;padding:1vh 1vw;font-size:calc(.8vw + .8vh)}.supplies{background-color:var(--inset-background);border:calc(.15vw + .15vh) solid var(--text-primary);width:45vw;height:75vh}.supplies-table{border-collapse:collapse;position:absolute}.supplies-table tbody{border-top:calc(.1vw + .1vh) solid var(--text-secondary);width:calc(44.6vw - .1vh);height:70vh;position:absolute;overflow-y:auto}.item-row{height:7.5vh}.item-cost{width:9vw}.item-quantity{width:12vw}.item-svg{pointer-events:none;width:calc(1.6vw + 1.6vh);height:calc(1.6vw + 1.6vh);margin-left:calc(-.3vw - .3vh);margin-right:calc(.3vw + .3vh)}.item-name{word-wrap:break-word;width:15vw}td.item-name{align-items:center;display:flex}.item-storage{margin-left:.5vw}.item-restock{text-align:center;width:8vw}.restock-button{justify-content:center;width:6vw;display:flex}.btn-add{padding:15% 20%}@keyframes signal{0%{opacity:1;transform:translateY(calc(.5vw + .5vh))}to{opacity:0;transform:translateY(calc(-1vw - 1vh))}}@keyframes checkOff{0%{opacity:1;color:var(--text-primary);font-size:calc(.8vw + .8vh);text-decoration:none}15%{opacity:1;color:var(--text-disabled);font-size:calc(.8vw + .8vh);text-decoration:line-through}80%{opacity:1;color:var(--text-disabled);font-size:calc(.8vw + .8vh);text-decoration:line-through}90%{opacity:0;color:var(--text-disabled);margin-top:0;font-size:calc(.8vw + .8vh);text-decoration:line-through}to{opacity:0;color:var(--text-disabled);margin-top:-.7vh;font-size:0;text-decoration:line-through}}@keyframes flipLabel{0%{transform:translate(0%)rotateY(180deg)}}@keyframes flipRopeLeft{0%{left:.5vw;transform:rotateY(180deg)}}@keyframes flipRopeRight{0%{left:-2vw;transform:rotateY(180deg)}}@keyframes shortageWarning{0%{}to{background-color:var(--text-hover)}}.products,.supplies,.employees,.finance,.upgrades{max-width:45vw}.employees-unavailable{background-color:var(--inset-background);border:solid calc(.15vw + .15vh) var(--text-primary);width:45vw;font-size:calc(.9vw + .9vh)}.employees-unavailable-lock{text-align:left;background:repeating-linear-gradient(45deg, var(--disable-background-one), var(--disable-background-one) 15px, var(--disable-background-two) 15px, var(--disable-background-two) 30px);flex-direction:column;justify-content:center;align-items:center;height:74vh;padding:0 1vw;font-size:calc(2vw + 2vh);display:flex}.lock-text.employees{margin-bottom:calc(-.8vw - .8vh)}.lock-text-array,.lock-hover-text-array{margin-top:calc(-1.5vw - 1.5vh)}.lock-hover-text-array{display:none}.employees-unavailable-text{margin-left:1.5vw;margin-right:1vw}.employees-hire{border:calc(.15vw + .15vh) solid var(--text-primary);background-color:var(--inset-background);justify-content:space-between;align-items:center;height:calc(5vw + 5vh);padding:1vh 1vw;display:flex}.marketer-unlock{margin-bottom:1vh;font-weight:400}.employee-number-total{text-align:center;align-items:center;display:block}.employee-number-each{align-items:center;display:block}.employee-hire-buttons{justify-content:space-between;width:calc(13vw + 13vh);display:flex}.hire{text-align:center;border:calc(.1vw + .1vh) solid var(--text-primary);justify-content:center;align-items:center;width:calc(6vw + 6vh);height:calc(3vw + 3vh);font-size:calc(1vw + 1vh);display:block}.hire:hover{color:var(--text-hover);cursor:pointer}.hire:hover .employee-hire-description{text-align:left;border-width:calc(.12vw + .12vh);width:calc(10vw + 10vh);margin-top:calc(1vw + 1vh);margin-left:-3vw;display:flex}.hire .employee-hire-description:after{content:"";border-style:solid;border-width:calc(.5vw + .5vh);border-color:transparent transparent var(--text-primary) transparent;margin-top:calc(-1vw - 1vh);margin-left:-.6vw;position:absolute;left:50%}.hire.active{cursor:default;text-indent:-9999px;white-space:nowrap;animation:5s linear hireAnim;overflow:hidden}.hire.inactive{color:var(--text-disabled);border-color:var(--text-disabled);cursor:default}.employee-window{width:45vw;height:calc(67vh - 5vw);margin-top:3vh;display:block;overflow-y:scroll}.employee-sort-menu{background-color:#0000;justify-content:space-between;height:calc(2vw + 2vh);margin-bottom:calc(.5vw + .5vh);display:flex}.employee-sort-type-btns{flex-direction:row;gap:calc(.2vw + .2vh);display:flex}.employee-sort-order-btns{flex-direction:row;gap:calc(.1vw + .1vh);display:flex}.employee-sort-btn{background-color:var(--inset-background)}.employee-sort-btn.active,.employee-sort-btn.active:hover{color:var(--inset-background);background-color:var(--text-primary);cursor:default}.employee-search{justify-content:space-around;align-items:center;display:flex}.employee-search-input{text-align:center;background-color:var(--inset-background);border:calc(.1vw + .1vh) var(--text-primary) solid;height:calc(2vw + 2vh);font-size:calc(.9vw + .9vh)}input.employee-search-input:focus{border-color:var(--text-hover);outline:none}.employee-info{font-size:calc(1vw + 1vh);display:block;position:relative}.employee-card,.employee-card-focus{background-color:var(--inset-background);border:solid calc(.15vw + .15vh) var(--text-primary);border-radius:.5rem;width:42vw;height:calc(10vw + 10vh);display:flex;position:absolute;left:0}.employee-card{height:calc(2vw + 2vh)}.employee-card-focus{height:calc(9vw + 9vh);margin-bottom:calc(-2vw - 2vh);position:relative}.employee-info:hover .employee-card{display:none}.employee-name{cursor:pointer;align-items:center;margin-left:1vw;font-family:Outfit;font-size:calc(1vw + 1vh);font-weight:600;display:flex}.employee-name:hover{color:var(--text-hover)}.level,.employee-job{color:var(--text-secondary);margin-top:calc(.1vw + .1vh);margin-left:calc(.5vw + .5vh);font-family:League Spartan;font-size:calc(1vw + 1vh);font-weight:300}.employee-name-open{white-space:nowrap;width:26vw;font-family:Bebas Neue;font-size:calc(3vw + 3vh);overflow:hidden}.employee-job-open{margin-top:calc(-.5vw - .5vh);font-size:calc(1vw + 1vh);font-weight:300}.employee-card-focus-content{width:inherit;height:inherit;justify-content:space-between;margin:calc(.5vw + .5vh) calc(1vw + 1vh);display:flex}.employee-buttons{height:inherit;flex-direction:column;justify-content:space-between;align-items:center;height:65%;display:flex;position:relative;top:8%}.employee-train,.train-btn,.fire-btn{text-align:center;width:calc(8vw + 8vh);height:calc(2vw + 2vh)}.cancel-btn,.continue-btn{text-align:center;width:calc(8vw + 8vh);margin-top:calc(.2vw + .2vh);padding:calc(.2vw + .2vh)}.cancel-btn{color:var(--text-hover)}.cancel-continue-btns{flex-direction:column;justify-content:space-between;align-items:center;margin-top:calc(.8vw + .8vh);display:flex}.employee-train:hover .train-description{height:inherit;border-width:calc(.1vw + .1vh);justify-content:center;width:6vw;margin-top:calc(-2vw - 2vh);margin-left:calc(-6.2vw - .2vh);display:flex}.employee-train .description:after{content:"";border-style:solid;border-width:calc(.3vw + .3vh);border-color:transparent transparent transparent var(--text-primary);position:absolute;top:calc(50% - .3vw - .3vh);left:100%}.employee-type{margin-left:.4vw;margin-right:.4vw;font-size:calc(.85vw + .85vh);font-weight:700}.ad-img-level{text-align:center;width:calc(1.2vw + 1.2vh);font-size:calc(.5vw + .5vh)}.menu-stocker,.menu-marketer{align-items:center;margin-top:calc(1vw + 1vh);display:flex}.stocker-ingredients,.marketer-ad-imgs{justify-content:space-evenly;align-items:center;margin-right:calc(.6vw + .6vh);display:flex}.stocker-ingredient-img.active,.marketer-ad-img.active{background-color:var(--text-primary);cursor:default}.stocker-ingredient-img,.marketer-ad-img{border:calc(.1vw + .1vh) solid var(--text-primary);cursor:pointer;background-color:#0000;width:calc(1.2vw + 1.2vh);height:calc(1.2vw + 1.2vh);margin-right:.8vw}.stocker-ingredient-img:hover,.marketer-ad-img:hover{box-shadow:inset 0 0 0 100vw var(--hover)}.stocker-ingredient-img:active,.marketer-ad-img:active{background-color:var(--text-hover)}.marketer-ad-img.disabled,.marketer-ad-img.disabled:hover{border-color:var(--text-disabled);background-color:var(--text-secondary);filter:grayscale(80%);cursor:default;box-shadow:none}.marketer-ad-info:hover .description{text-align:center;border-width:calc(.1vw + .1vh);justify-content:center;width:calc(2.5vw + 2.5vh);height:auto;margin-top:calc(-2.4vw - 2.4vh);margin-left:calc(-.6vw - .6vh);display:flex}.marketer-ad-info .description:after{content:"";border-style:solid;border-width:calc(.3vw + .3vh);border-color:var(--text-primary) transparent transparent transparent;margin-left:-.6vw;position:absolute;top:100%;left:50%}.finance{display:flex}.finance-menu{position:absolute;left:0}.finance-menu.first.anim1{animation:.5s linear frontOneSwapAnim}.finance-menu.first.anim2{animation:.5s linear frontTwoSwapAnim}.finance-menu.second.anim{animation:.5s linear backOneSwapAnim}.finance-menu.third.anim{animation:.5s linear backTwoSwapAnim}.finance-menu-option.first.anim1{animation:.5s linear frontOptOneSwapAnim}.finance-menu-option.first.anim2{animation:.5s linear frontOptTwoSwapAnim}.finance-menu-option.second.anim{animation:.5s linear backOptOneSwapAnim}.finance-menu-option.third.anim{animation:.5s linear backOptTwoSwapAnim}.finance-menu-display{background-color:var(--inset-background);border:solid calc(.1vw + .1vh) var(--text-primary);width:42vw;height:65vh}.finance-menu-display-content{overflow:auto}.finance-summary{padding:calc(1vw + 1vh)}.finance-menu-option{border:solid calc(.1vw + .1vh) var(--text-primary);background-color:var(--inset-background);border-bottom:none;border-radius:.5rem .5rem 0 0;justify-content:center;align-items:center;width:12vw;height:5vh;font-size:calc(1vw + 1vh);font-weight:400;display:flex}.finance-menu-option.second{margin-left:10vw}.finance-menu-option.third{margin-left:20vw}.finance-menu.first{z-index:3;top:5vh}.finance-menu.second{z-index:2;top:2.5vh;left:1.5vw}.finance-menu.third{top:0;left:3vw}.finance-menu-option:hover{cursor:pointer;color:var(--inset-background);background-color:var(--text-primary)}.finance-menu-option:active{background-color:var(--text-hover)}.finance-menu-option.active{background-color:var(--text-primary);color:var(--inset-background)}.finance-menu-option.active:hover{cursor:default;color:var(--inset-background)}.finance-menu-option.active:active{cursor:default;background-color:var(--text-primary);color:var(--inset-background)}.selling-intro,.ad-intro{font-size:calc(.9vw + .9vh)}.selling-table,.ledger-finance-table{border-collapse:collapse;height:calc(64.9vh - .1vw)}.selling-table tbody{border-top:calc(.1vw + .1vh) solid var(--text-secondary);width:calc(41.7vw - .1vh);height:calc(55.8vh - .2vw);position:absolute;top:14vh;overflow-y:auto}.ledger-finance-table tbody{border-top:calc(.1vw + .1vh) solid var(--text-secondary);width:calc(41.7vw - .1vh);height:calc(58.8vh - .2vw);position:absolute;top:11vh;overflow-y:auto}.ledger-finance-type{width:17vw}.ledger-finance-spent-earned,.ledger-finance-balance{width:12vw}.selling-table th{word-wrap:break-word;display:flex}.selling-table td{word-wrap:break-word}.selling-table .fixed-header{height:7.5vh}.selling-intro{padding:1vh 1vw}.selling-name{text-align:left;word-wrap:break-word;justify-content:baseline;align-items:center;width:10vw;display:flex;position:relative}.selling-quantity,.selling-profit,.selling-total{text-align:right;justify-content:end;align-self:flex-end}.selling-cost,.selling-price{width:8vw}.selling-quantity{width:6vw}.selling-total{width:9vw}.money-summary{margin-bottom:4vh}.money-summary-title,.expense-summary-title{color:var(--text-disabled);margin-bottom:1vh;font-size:calc(.9vw + .9vh);font-weight:700}.money-info{justify-content:space-between;display:flex}.expense-ingredient{grid-template-columns:auto auto auto;display:grid}.totalcost{text-align:right}.divider-line{border-bottom:solid calc(.1vw + .1vh) var(--text-primary);margin-top:1vh;margin-bottom:1vh}.ads-btn{display:flex}.distribute-btn,.buyAds-btn{width:calc(8vw + 8vh);height:calc(2vw + 2vh)}.local-vertical-line{border:1px solid var(--text-primary);height:55vh}.local-support{margin-left:2vw}.local-support-title{margin-bottom:2vh;font-family:Zilla Slab;font-size:calc(1vw + 1vh);font-weight:700}.local-support-key{justify-content:left;align-items:center;margin-bottom:5.8vh;font-size:calc(.8vw + .8vh);display:block}.local-support-description{justify-content:start;align-items:center;display:flex}.local-support-option:hover{color:var(--text-hover)}.local-support-option:hover .local-support-option-description{text-align:left;justify-content:start;align-items:center;display:flex}.local-support-checkbox{border:calc(.1vw + .2vh) solid var(--text-hover);justify-content:center;align-items:center;width:2vh;height:2vh;margin-right:1vw;display:flex}.local-support-employees{position:relative;left:2vw}@keyframes frontOptOneSwapAnim{0%{transform:translate(0)}to{transform:translate(10vw)}}@keyframes frontOptTwoSwapAnim{0%{transform:translate(0)}to{transform:translate(20vw)}}@keyframes backOptOneSwapAnim{0%{transform:translate(0)}to{transform:translate(-10vw)}}@keyframes backOptTwoSwapAnim{0%{transform:translate(0)}to{transform:translate(-20vw)}}@keyframes frontOneSwapAnim{0%{transform:translate(0)}to{transform:translate(.5vw,-1.5vh)}}@keyframes frontTwoSwapAnim{0%{transform:translate(0)}to{transform:translate(1.5vw,-2.5vh)}}@keyframes backOneSwapAnim{0%{transform:translate(0%)}to{transform:translate(-1.5vw,2.5vh)}}@keyframes backTwoSwapAnim{0%{transform:translate(0%)}to{transform:translate(-1.5vw,2.5vh)}}.empty-menu{background-color:var(--inset-background);border:calc(.15vw + .15vh) solid var(--text-primary);width:45vw;height:31vh;padding:1vh 1vw;font-size:calc(.8vw + .8vh)}.products-table{border-collapse:collapse;background-color:var(--inset-background);border:calc(.15vw + .15vh) solid var(--text-primary);width:45vw;height:31vh}.products-table tbody{border-top:calc(.1vw + .1vh) solid var(--text-secondary);height:25.5vh;display:block;overflow:hidden auto}.product-cost{text-align:center;width:6vw}.product-name{text-align:left;word-wrap:break-word;width:12vw;display:flex;position:relative}.product-name-td{width:12vw;font-weight:400}.product-price{text-align:center;width:9vw}.product-optimal,.product-optimal-price{text-align:center;width:12vw}.product-optimal.inactive,.product-optimal-price.inactive{color:var(--text-secondary)}.product-row:hover{cursor:pointer;background-color:var(--shadow)}.product-row:active{background-color:var(--text-hover)}.product-row.focused{cursor:default;color:var(--inset-background);background-color:var(--text-primary)}.remove-product{font-weight:400}.remove-product.focused{color:var(--inset-background);border-color:var(--inset-background)}.remove-product.focused:hover{color:var(--inset-background);background-color:var(--shadow)}.remove-product.focused:active{color:var(--inset-background);background-color:var(--text-hover)}.question-mark{z-index:0;font-size:calc(.6vw + .6vh);font-weight:500;position:relative;top:-1vh}.product-cost:hover .cost-description{justify-content:center;align-items:center;font-weight:400;display:flex}.product-optimal:hover{color:var(--text-hover)}.product-optimal:hover .optimal-description{text-align:left;width:calc(8vw + 8vh);margin-top:calc(.5vw + .5vh);font-size:calc(.8vw + .8vh);font-weight:200;display:flex}.optimal-description:after{content:"";border-style:solid;border-width:calc(.5vw + .5vh);border-color:transparent transparent var(--text-primary) transparent;margin-top:calc(-1vw - 1vh);margin-left:-.6vw;position:absolute;left:50%}.production{background-color:var(--inset-background);border:calc(.15vw + .15vh) solid var(--text-primary);justify-content:start;align-items:center;width:45vw;height:43vh;display:flex;position:absolute;top:32vh;overflow-y:auto}input.product:focus{color:var(--text-hover)}input.product::placeholder{font-weight:600}.input-drink-btn{justify-content:space-between;display:flex}.production-menu{justify-content:center;align-items:center;width:24vw;font-size:calc(.8vw + .8vh);display:block;position:absolute;left:calc(6vw + 6vh)}.production-menu-cost{text-align:center;font-size:calc(1vw + 1vh)}.production-name,.production-button{width:22vw;margin-bottom:2vh;position:relative;left:1vw}input.production-name-input{width:calc(20.3vw - 1.7vh)}.production-button{justify-content:space-between;align-items:center;display:flex}.create-reset-btn{gap:calc(.2vw + .2vh);display:flex}.create-btn,.reset-btn,.generate-name-btn{background-color:var(--inset-background);border:solid calc(.1vw + .1vh) var(--text-primary);justify-content:center;align-items:center;width:calc(1.5vw + 1.5vh);height:calc(1.5vw + 1.5vh);display:flex}.create-product-description,.reset-product-description,.generate-name-description{border-width:calc(.1vw + .1vh);width:auto;margin-bottom:calc(.3vw + .3vh)}.create-product-description,.reset-product-description{bottom:100%}.generate-name-description{bottom:53%}.create-btn .description:after,.reset-btn .description:after,.generate-name-btn .description:after{content:"";border-style:solid;border-width:calc(.3vw + .3vh);border-color:var(--text-primary) transparent transparent transparent;margin-left:-.6vw;position:absolute;top:100%;left:50%}.create-btn:hover .description,.reset-btn:hover .description,.generate-name-btn:hover .description{display:block}.reset-svg,.check-svg,.dots-svg{width:calc(1vw + 1vh);height:calc(1vw + 1vh);fill:var(--text-primary)}.production-name-text,.production-price-text{font-size:calc(1vw + 1vh);font-weight:600}.production-name-input{border-bottom:solid calc(.1vw + .1vh) var(--text-primary);width:calc(12vw + 12vh)}.production-name-input:focus{border:none}.production-price{align-items:center;display:flex}.production-price-tag{margin-right:calc(.2vw + .2vh)}.production-price-input{justify-content:center;align-items:center;margin-left:calc(.2vw + .2vh);margin-right:calc(.2vw + .2vh);display:flex}.ingredients{z-index:100;height:calc(13vw + 13vh);color:var(--dark);direction:rtl;flex-direction:column;align-items:flex-end;display:flex;position:absolute;overflow:hidden auto}.ingredient{direction:ltr;justify-content:left;align-self:flex-end;align-items:center;width:calc(2vw + 2vh);height:calc(2vw + 2vh);margin-bottom:calc(.3vw + .3vh);display:flex}.ingredient.extend,.ingredient:hover{animation:.3s linear forwards buttonExpand}.ingredient.extend .ingredient-buttons,.ingredient:hover .ingredient-buttons{display:flex}.ingredient-buttons{justify-content:space-around;align-items:center;width:calc(3.5vw + 3.5vh);height:calc(2vw + 2vh);display:none;position:relative;left:calc(.5vw + .5vh)}.ingredient-amount{text-align:center;width:4ch;font-size:calc(.8vw + .8vh);font-weight:600;position:relative}.ingredient-img{justify-content:center;align-items:center;width:calc(1.5vw + 1.5vh);height:calc(2vw + 2vh);display:flex;position:relative;left:calc(.15vw + .15vh)}.production-btn-decrease,.production-btn-add{border-color:var(--dark);width:calc(1vw + 1vh);height:calc(1vw + 1vh);color:var(--dark);justify-content:center;align-items:center;font-size:calc(1vw + 1vh);display:flex;overflow:visible}.production-btn-add:disabled,.production-btn-decrease:disabled{color:var(--greytwo);border-color:var(--greytwo)}.coffee-cup{width:inherit;justify-content:center;align-items:center;height:18vh;display:flex}.choose-cup{z-index:200;justify-content:left;align-items:center;height:calc(13vw + 13vh);display:flex;position:absolute;right:0}.choose-cup-menu{display:flex}.choose-cup-menu-text{text-align:center;width:2vw;margin-right:3vw;font-size:calc(1vw + 1vh)}.choose-cup-menu-background{width:calc(1vw + 1vh);height:inherit;border:solid calc(.15vw + .15vh) var(--text-primary);background-color:var(--inset-background);border-right:none;position:absolute;right:0}.choose-cup-menu-arrows{fill:var(--text-primary);justify-self:left;align-items:center;display:flex}.choose-cup-menu-arrow{border-bottom:calc(.1vw + .1vh) solid var(--text-primary);border-right:calc(.1vw + .1vh) solid var(--text-primary);display:block;transform:rotate(135deg)}.choose-cup-menu-arrow.one{width:calc(1vw + 1vh);height:calc(1vw + 1vh)}.choose-cup-menu-arrow.two{width:calc(1.5vw + 1.5vh);height:calc(1.5vw + 1.5vh)}.choose-cup-menu-arrow.three{width:calc(1vw + 1vh);height:calc(1vw + 1vh);position:absolute}.choose-cup-menu:hover{cursor:pointer}.choose-cup-menu:hover .choose-cup-menu-arrow.one{cursor:pointer;animation:1s infinite arrowAnim}.choose-cup-menu:hover .choose-cup-menu-arrow.two{cursor:pointer;animation:1s -.2s infinite arrowAnim}.choose-cup-menu:hover .choose-cup-menu-arrow.three{cursor:pointer;animation:1s -.4s infinite arrowAnim}.choose-cup:hover .choose-cup-menu-background{animation:.3s linear forwards backgroundExpand}.choose-cup:hover .choose-cup-open{animation:.3s linear forwards opacityChange;display:flex}.choose-cup:hover .choose-cup-menu{display:none}@keyframes backgroundExpand{0%{width:calc(1vw + 1vh)}to{width:calc(8vw + 8vh)}}.choose-cup-open{justify-content:end;display:none}.choose-cup-size{margin-left:calc(.5vw + .5 vh);width:calc(3vw + 3vh);height:calc(13vw + 13vh);margin-right:calc(.5vw + .5vh);display:block}.cup,.handle{border:calc(.15vw + .15vh) solid var(--text-primary)}.cup-menu,.handle-menu{border:calc(.2vw + .2vh) solid var(--text-primary)}.handle,.handle-menu{border-left:none;position:relative}.cup-menu{background-repeat:repeat-x}.handle-menu{left:100%}.choose-cup-type{border:calc(.13vw + .13vh) solid var(--text-primary);justify-content:center;align-items:center;width:calc(3vw + 3vh);height:calc(3vw + 3vh);margin-top:calc(1vw + 1vh);display:flex}.choose-cup-type.enabled:hover{cursor:pointer;box-shadow:inset 0 0 0 100vw var(--hover)}[data-theme*=dark] .choose-cup-type.enabled:hover .cup,[data-theme*=dark] .choose-cup-type.enabled:hover .handle{border-color:var(--greymid)}.choose-cup-type.enabled:active{background-color:var(--text-hover);border-color:var(--text-primary);box-shadow:none}[data-theme*=dark] .choose-cup-type.enabled:active .cup,[data-theme*=dark] .choose-cup-type.enabled:active .handle{border-color:var(--text-primary)}[data-theme*=dark] .choose-cup-type.active:hover .cup,[data-theme*=dark] .choose-cup-type.active:hover .handle{border-color:var(--inset-background)}.choose-cup-type.active,.choose-cup-type.active:hover,[data-theme*=dark] .choose-cup-type.active:hover{background-color:var(--text-primary);border-color:var(--text-primary);box-shadow:none;cursor:default}.choose-cup-type.active .cup,.choose-cup-type.active .handle{border-color:var(--inset-background)}.choose-cup-type.disabled,.choose-cup-type.disabled .cup,.choose-cup-type.disabled .handle{border-color:var(--text-disabled);background-color:#0000}.cup.small{border-radius:10% 10% 45% 45%;width:calc(1.2vw + 1.2vh);height:calc(1.5vw + 1.5vh)}.handle.small{border-radius:0 30% 100% 0%;width:calc(.4vw + .4vh);height:calc(.75vw + .75vh);top:-.5vh;left:-.1vw}.cup-menu.small{border-radius:5% 5% 45% 45%;width:calc(3.6vw + 3.6vh);height:calc(4.5vw + 4.5vh)}.handle-menu.small{border-radius:0 30% 100% 0%;width:calc(1.2vw + 1.2vh);height:calc(2.25vw + 2.25vh);top:1vh}.cup.medium{border-radius:15% 15% 100% 100%;width:calc(1.8vw + 1.8vh);height:calc(1.5vw + 1.5vh)}.cup-menu.medium{border-radius:5% 5% 100% 100%;width:calc(5.4vw + 5.4vh);height:calc(4.5vw + 4.5vh)}.handle.medium{border-radius:20% 50% 100% 0%;width:calc(.5vw + .5vh);height:calc(.9vw + .9vh);top:-.6vh;left:-.1vw}.handle-menu.medium{border-radius:20% 50% 100% 20%;width:calc(1.5vw + 1.5vh);height:calc(2.7vw + 2.7vh)}.cup.large{border-radius:5% 5% 20% 20%;width:calc(2vw + 2vh);height:calc(1.6vw + 1.6vh)}.handle.large{border-radius:0 20% 20% 0%;width:calc(.5vw + .5vh);height:calc(1vw + 1vh);top:-.7vh}.cup-menu.large{border-radius:5% 5% 15% 15%;width:calc(6vw + 6vh);height:calc(4.8vw + 4.8vh)}.handle-menu.large{border-radius:0 20% 20% 0%;width:calc(1.5vw + 1.5vh);height:calc(3vw + 3vh);top:0}.cup-bottom{justify-content:center;align-items:center;display:block}.handle.small-bottom,.handle.medium-bottom,.handle.large-bottom{border:calc(.15vw + .15vh) solid var(--text-primary)}.handle-menu.small-bottom,.handle-menu.medium-bottom,.handle-menu.large-bottom{border:calc(.2vw + .2vh) solid var(--text-primary);background-color:var(--text-primary);top:100%}.handle.small-bottom,.handle.medium-bottom,.handle.large-bottom,.handle-menu.small-bottom,.handle-menu.medium-bottom,.handle-menu.large-bottom{border-top:none;position:relative}.cup.small-bottom{border-radius:5% 5% 25% 25%;width:calc(1.2vw + 1.2vh);height:calc(1.5vw + 1.5vh)}.handle.small-bottom{border-radius:0% 0% 15% 15%;width:calc(.8vw + .8vh);height:calc(.25vw + .25vh);left:calc(.2vw + .2vh)}.cup-menu.small-bottom{border-radius:5% 5% 30% 30%;width:calc(3.6vw + 3.6vh);height:calc(4.5vw + 4.5vh)}.handle-menu.small-bottom{border-radius:0% 0% 15% 15%;width:calc(2.4vw + 2.4vh);height:calc(.75vw + .75vh);left:calc(.4vw + .4vh)}.cup.medium-bottom{border-radius:5% 5% 35% 35%;width:calc(1.6vw + 1.6vh);height:calc(1.5vw + 1.5vh)}.handle.medium-bottom{border-radius:25% 25% 10% 10%;width:calc(1vw + 1vh);height:calc(.2vw + .2vh);left:calc(.3vw + .3vh)}.cup-menu.medium-bottom{border-radius:2% 2% 35% 35%;width:calc(4.8vw + 4.8vh);height:calc(4.5vw + 4.5vh)}.handle-menu.medium-bottom{border-radius:45% 45% 10% 10%;width:calc(3vw + 3vh);height:calc(.6vw + .6vh);left:calc(.7vw + .7vh)}.cup.large-bottom{border-radius:5% 5% 30% 30%;width:calc(2vw + 2vh);height:calc(1.6vw + 1.6vh)}.handle.large-bottom{width:calc(1vw + 1vh);height:calc(.25vw + .25vh);left:calc(.5vw + .5vh)}.cup-menu.large-bottom{border-radius:5% 5% 30% 30%;width:calc(6vw + 6vh);height:calc(4.8vw + 4.8vh)}.handle-menu.large-bottom{width:calc(3vw + 3vh);height:calc(.75vw + .75vh);left:calc(1.25vw + 1.25vh)}@keyframes buttonExpand{0%{width:calc(2vw + 2vh)}to{width:calc(6vw + 6vh)}}.tour{position:absolute;top:0;left:0}.tour-skip-btn{background-color:var(--inset-background);z-index:2000;box-shadow:calc(.2vw + .2vh) calc(.2vw + .2vh) 0px var(--text-hover);border-width:calc(.15vw + .15vh);padding:1vh 1vw;font-size:calc(1vw + 1vh);font-weight:600;position:fixed;top:40vh;right:2vw}.space{z-index:3100;background:repeating-linear-gradient(45deg, var(--disable-background-one), var(--disable-background-one) 15px, var(--disable-background-two) 15px, var(--disable-background-two) 30px);border:solid calc(.15vw + .15vh) var(--text-primary);position:absolute}.empty-space{z-index:1000;background-color:#80808080;position:absolute}.space-highlight{pointer-events:none;z-index:0;position:absolute}.tour-message{border:solid calc(.15vw + .15vh) var(--text-primary);background-color:var(--inset-background);z-index:3200;width:28vw;height:auto;padding:1vh 1vw;position:absolute}.tour-sender-svg{width:calc(1.5vw + 1.5vh);margin-right:.2vw}.tour-message-sender{align-items:center;margin-bottom:1vh;font-size:calc(1vw + 1vh);font-weight:600;display:flex}.tour-message-content{margin-bottom:5vh}.tour-message.menu-drink,.tour-message.supplies-tour{top:20vh;left:calc(47.5vw + .5vh)}.tour-message.menu-production{height:43vh;top:52vh;left:calc(47.5vw + .5vh)}.tour-message.stock-tour{top:18vh;left:calc(58.65vw - .35vh)}.tour-message.home-tour,.tour-message.cafe-tour{top:13vh;left:calc(20.65vw - .35vh)}.next-btn{margin:1vh 1vw;position:absolute;bottom:0;right:0}.tour-message.menu-drink:before,.tour-message.menu-production:before,.tour-message.supplies-tour:before{content:"";z-index:2000;border-style:solid;border-width:calc(.5vw + .5vh);border-color:transparent var(--text-primary) transparent transparent;position:absolute;top:calc(-.15vw - .15vh);left:calc(-1.15vw - 1.15vh)}.tour-message.stock-tour:before,.tour-message.home-tour:before,.tour-message.cafe-tour:before{content:"";z-index:2000;border-style:solid;border-width:calc(.5vw + .5vh);border-color:transparent transparent transparent var(--text-primary);position:absolute;top:calc(-.15vw - .15vh);left:100%}.tour-home-tour{pointer-events:none;width:37vw;height:92vh;top:3vh;left:49vw}.tour-stock-tour{width:11vw;height:24vh;top:3vh;left:87vw}.tour-none{display:none}.menu-drink-tour{width:45vw;height:31vh;top:20vh;left:2vw}.menu-production-tour{width:45vw;height:43vh;top:52vh;left:2vw}.menu-tab-highlight,.supplies-tab-highlight{height:5vh;color:var(--inset-background);background-color:var(--text-primary);border:calc(.15vw + .15vh) solid var(--text-primary);z-index:2000;justify-content:center;align-items:center;padding:1vh 1vw;font-size:calc(1vw + 1vh);font-weight:600;display:flex;position:absolute}.menu-tab-highlight{top:13vh;left:2vw}.supplies-tab-highlight{top:13vh;left:calc(12.75vw + .15vh)}.tour-heading{width:49vw;height:13vh}.tour-shop-menu-list{width:45vw;height:7vh;top:13vh;left:2vw}.tour-shop-left{width:2vw;height:87vh;top:13vh;left:0}.tour-middle{width:2vw;height:82vh;top:13vh;left:47vw}.tour-home-top{width:51vw;height:3vh;top:0;left:49vw}.tour-home-right{width:1vw;height:92vh;top:3vh;left:86vw}.tour-home{background-color:var(--text-primary);opacity:.1;width:calc(36.7vw - .3vh);height:calc(91.7vh - .3vw);top:calc(3.15vh + .15vw);left:calc(49.15vw + .15vh)}.tour-stock-bottom{width:11vw;height:68vh;top:27vh;left:87vw}.tour-right{width:2vw;height:92vh;top:3vh;left:98vw}.tour-bottom{width:98vw;height:5vh;top:95vh;left:2vw}.tour-menu-production-divider{width:45vw;height:1vh;top:51vh;left:2vw}.highlightspace{z-index:1100;opacity:1;border:solid calc(.15vw + .15vh) var(--text-hover);background-color:var(--inset-background);position:absolute}.window-highlight{width:12.5vw;height:20vh;top:4vh;left:64vw}.bed-highlight{width:9vw;height:30vh;top:12vh;left:50.2vw}.alarm-highlight{width:3.5vw;height:6vh;top:12vh;left:59.5vw}.music-highlight{width:16.5vw;height:21vh;top:56vh;left:69vw}.open-highlight{width:9vw;height:10vh;top:14vh;left:75.9vw}.pop-highlight{width:20vw;height:10vh;top:32vh;left:53.5vw}.shop-cafe-upgrade{border-top:calc(.15vw + .15vh) solid var(--text-primary);z-index:100;flex-direction:column;justify-content:center;align-items:center;width:37vw;height:10vh;display:flex;position:absolute;bottom:0;left:0;overflow-y:hidden}.supplies-stock-upgrade{border-top:calc(.15vw + .15vh) solid var(--text-primary);border-bottom:calc(.15vw + .15vh) solid var(--text-primary);z-index:100;flex-direction:column;justify-content:center;align-items:center;width:calc(44.6vw - .1vh);height:9vh;display:flex;position:absolute;bottom:0;overflow-y:hidden}.shop-cafe-upgrade:hover{animation:.3s linear forwards cafeSlideUp}.supplies-stock-upgrade:hover{animation:.3s linear forwards suppliesSlideUp}.cafe-upgrade,.stock-upgrade{background-color:var(--inset-background);flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;display:flex;position:absolute}.upgrade-stock-storage{width:100%;padding:2vh 1vw}.upgrade-cafe-size{width:35vw;padding:2vh .5vw}.upgrade-section{justify-content:space-between;margin-bottom:2.2vh;display:flex}.upgrade-btn{width:11vw}.upgrade-name{align-items:end;font-size:calc(1.2vw + 1.2vh);font-weight:700;display:flex}.upgrade-title{font-size:calc(1vw + 1vh);font-weight:300}.upgrade-current,.upgrade-next{font-size:calc(.9vw + .9vh)}.upgrade-description{font-size:calc(.8vw + .8vh)}.upgrade-description.locked{color:var(--text-secondary)}.upgrades-lock{background:repeating-linear-gradient(45deg, var(--disable-background-one), var(--disable-background-one) 15px, var(--disable-background-two) 15px, var(--disable-background-two) 30px);justify-content:center;align-items:baseline;width:100%;height:100%;font-size:calc(1.6vw + 1.6vh);display:flex}.lock-text.upgrades{letter-spacing:.4ch;margin-top:calc(-.4vw - .4vh)}.upgrades-lock-text-array{text-align:center}.upgrades-lock-hover-text-array{text-align:left;display:none}.upgrades-lock:hover .upgrades-lock-text-array{display:none}.upgrades-lock:hover .upgrades-lock-hover-text-array{display:block}@keyframes cafeSlideUp{0%{height:10vh}to{height:35vh}}@keyframes suppliesSlideUp{0%{height:9vh}to{height:36vh}}@keyframes opacityChange{0%{opacity:0}to{opacity:1}}.menu-window{width:47vw;position:relative;top:13vh;left:2vw}.menu-list{cursor:pointer;color:var(--text-primary);justify-content:space-between;align-items:center;width:45vw;padding:auto;text-decoration:none;display:flex}.menu-display{position:relative;top:2vh}.shop-menu,.home-menu{background-color:var(--inset-background);border:calc(.15vw + .15vh) solid var(--text-primary);height:5vh;box-shadow:calc(.2vw + .2vh) calc(.2vw + .2vh) 0px var(--text-hover);justify-content:center;align-items:center;padding:1vh 1vw;font-size:calc(1vw + 1vh);font-weight:600;display:flex}.shop-menu.active,.home-menu.active{background-color:var(--text-primary);color:var(--inset-background);cursor:default;box-shadow:none}.log,.messages{background-color:var(--inset-background);width:45vw;height:75vh}.log{display:flex}.no-messages{padding:1vh 1vw}.messages-headline{border:calc(.15vw + .15vh) solid var(--text-primary);border-bottom:none;justify-content:space-between;align-items:center;height:6vh;padding:1vh 1vw;font-size:calc(.9vw + .9vh);display:flex;left:11vw}.log-years,.messages-senders{border:solid calc(.15vw + .15vh) var(--text-primary);width:10vw;font-family:Outfit;font-weight:700;display:block;position:relative}.log-year,.messages-sender{border:none;border-bottom:solid calc(.15vw + .15vh) var(--text-primary);justify-content:left;align-items:center;height:calc(7.65vh - .0166667vw);padding:1vh .5vw;display:flex}.log-segments,.messages-blocks{border:solid calc(.15vw + .15vh) var(--text-primary);border-left:none;width:35vw;padding:0 1vw;overflow:hidden auto}.messages-senders,.messages-blocks{height:69vh}.messages-sender-svg{width:5vh;margin-right:.5vw}.messages-content{display:flex}.log-year.active,.messages-sender.active{color:var(--inset-background);background-color:var(--text-primary)}.log-segment-title{font-weight:600}.log-segment-text{border:dashed calc(.05vw + .05vh) var(--text-primary);margin-top:2vh;padding:1vh 1vw}.messages-block{flex-direction:column;display:flex}.block-text,.block-text-response{max-width:25vw;margin:1vh 1vw;padding:1vh 1vw;display:inline-block;position:relative}.block-text{border:solid calc(.1vw + .1vh) var(--text-hover);margin-right:auto}.block-text-response{border:solid calc(.1vw + .1vh) var(--text-primary);margin-left:auto}.block-text:before{content:"";border-style:solid;border-width:calc(.5vw + .5vh) calc(1vw + 1vh) 0;border-color:transparent var(--text-hover) transparent transparent;position:absolute;bottom:calc(-.1vw - .1vh);right:100%}.block-text-response:before{content:"";border-style:solid;border-width:calc(.5vw + .5vh) calc(1vw + 1vh) 0;border-color:transparent transparent transparent var(--text-primary);position:absolute;bottom:calc(-.1vw - .1vh);left:100%}.message-fullname{color:var(--text-hover);font-weight:600}.sender-info{z-index:3200;justify-content:center;display:flex}.sender-update{color:var(--text-hover);margin-left:calc(.3vw + .3vh);font-size:calc(1.5vw + 1.5vh)}.sender-info-symbol{border:calc(.12vw + .12vh) solid var(--text-primary);border-radius:50%;justify-content:center;align-items:center;width:calc(1.2vw + 1.2vh);height:calc(1.2vw + 1.2vh);font-weight:700;display:flex}.sender-info:hover .sender-info-symbol{box-shadow:inset 0 0 0 100vw var(--hover)}.sender-info-description{display:none}.sender-info:hover .sender-info-description{width:25vw;height:auto;margin-top:calc(1.4vw + 1.4vh);padding:0 .5vw 1vh;display:block}.sender-info-description:after{content:"";border-style:solid;border-width:calc(.5vw + .5vh);border-color:transparent transparent var(--text-primary) transparent;margin-left:-.7vw;position:absolute;bottom:100%;left:50%}.sender-perk-bar{border:calc(.15vw + .15vh) solid var(--text-primary);background-color:#0000;width:22vw;height:5vh;margin-bottom:calc(1vw + 1vh)}.bar-text{text-align:center;color:var(--text-secondary);font-size:calc(1vw + 1vh);position:relative;top:calc(.3vw - 4.7vh)}.bar-value{background-color:var(--text-hover);height:100%}.sender-info-fullname{font-family:Bebas Neue;font-size:calc(3vw + 3vh)}.message-saved-content{flex-direction:column;display:flex;position:relative}.responses{width:inherit;flex-direction:column;justify-content:center;align-items:end;height:14vh;padding:1vh 1vw;display:flex}.response{text-align:right;border:calc(.1vw + .1vh) solid var(--text-primary);width:auto;margin-bottom:1vh;padding:.5vh .5vw;display:inline-block}.response:hover{cursor:pointer;color:var(--inset-background);background-color:var(--text-primary)}.response:active{background-color:var(--text-hover)}.block-text-anim{gap:calc(.2vw + .2vh);width:auto;height:auto;display:flex}.dot{content:"";background-color:var(--text-hover);border-radius:50%;width:calc(.5vw + .5vh);height:calc(.5vw + .5vh);animation:1s infinite dotAnim}.dot.one{animation-delay:.2s}.dot.two{animation-delay:.4s}.dot.three{animation-delay:.8s}.ledger{background-color:var(--inset-background);border:calc(.15vw + .15vh) solid var(--text-primary);width:45vw;height:75vh}.ledger-table{border-collapse:collapse;width:calc(44.7vw - .3vh);position:absolute}.ledger-table thead{border-bottom:calc(.15vw + .15vh) solid var(--text-secondary)}.ledger-table tbody{width:inherit;height:calc(68.85vh - .15vw);position:absolute;overflow-y:auto}.ledger-type{width:17vw}.ledger-spent-earned{width:20vw}#bold{font-weight:600}#spent{color:red}.fred-manager{z-index:3000;position:absolute}.fred{width:calc(2vw + 2vh);height:calc(2vw + 2vh);position:absolute}.fred_bubble{z-index:3100;position:relative}.fred_bubble.animated{animation:1s infinite alternate-reverse sleepingBubble}@keyframes sleepingBubble{0%{transform:scale(1)translateY(0)}to{transform:scale(2)translateY(-.5vh)}}.fred-message{background-color:var(--inset-background);border:calc(.1vw + .1vh) solid var(--text-primary);margin-left:calc(2.8vw + 2.8vh);padding:1vh 1vw 0;animation:5s linear forwards messageFade;position:relative}.fred-message:before{content:"";border-style:solid;border-width:calc(.5vw + .5vh);border-color:transparent var(--text-primary) transparent transparent;position:absolute;top:calc(.4vw + .4vh);left:calc(-1vw - 1vh)}@keyframes messageFade{0%{max-width:0%}20%{max-width:100%}0%,20%,90%{opacity:1}to{opacity:0;max-width:100%}}@keyframes fade{0%,20%,90%{opacity:1}to{opacity:0}}.fred-dream-wrapper{background-color:var(--inset-background);width:13vw;height:13vh;margin-left:calc(2.8vw + 2.8vh);position:absolute}.fred-dream{width:inherit;border:calc(.1vw + .1vh) solid var(--text-primary);padding:1vh 0;display:flex;position:absolute}.fred-dream-value{height:inherit;background-color:var(--text-hover);z-index:0;opacity:.7;position:absolute}.dream-svg{height:10vh;padding:1vh 1vw}.fred-dream-wrapper:before{content:"";border-style:solid;border-width:calc(.5vw + .5vh);border-color:transparent var(--text-primary) transparent transparent;position:absolute;top:calc(.4vw + .4vh);left:calc(-.9vw - .9vh)}@keyframes dreaming{0%{width:0;height:0}50%{width:20vw;height:10vh}to{width:0;height:0}}
