nav[data-v-b0e924ce]{display:flex;gap:1rem}:root{--borderColor: #3a2a1b;--backgroundColor: #061c17;--bacgkroundGradientColor: radial-gradient(#163c33,#061c17);--greenColor: #163C34;--brownColor: #5D4722;--redColor: #582029;--iconColor: #fff;--iconBackgroundColor: #061c17;--buttonBorderColor: #3a2a1b;--pagePadding: 1rem}*{margin:0;padding:0;box-sizing:border-box;font-family:Source Code Pro,monospace;font-optical-sizing:auto;font-weight:400;font-style:normal;color:#fff}#app{display:flex;flex-direction:column;min-height:100dvh;overflow:scroll}.level__name{text-align:center;text-transform:capitalize}.health__display{display:flex;justify-content:space-evenly;text-align:center}.player-hp{color:#00f}.monster-hp{color:red;cursor:pointer}.monster-hp--active{font-weight:700;color:#000}.gridContainer{display:flex;gap:5px}.fade-enter-active,.fade-leave-active{transition:opacity .5s ease}.fade-enter-from,.fade-leave-to{opacity:0}.a-text{color:var(--whiteColor)}.a-text.--bold{font-weight:700}.a-text.--dark{color:var(--greenColor)}.a-text.--center{text-align:center}.a-text.--firstLetterUpperCase:first-letter{text-transform:capitalize}.a-icon{display:flex;place-items:center;width:38px;height:38px}.a-icon.--inventoryItem{width:100px;height:100px}.a-icon.--fullWidth{width:100%;height:100%}.a-icon svg{height:100%;width:100%}.a-icon svg path{fill:var(--iconColor)}.a-image{width:100%;height:100%;object-fit:cover}.a-image.--contain{object-fit:contain}.a-button,.m-lootCard__button{border:1px solid #3a2a1b;border-radius:8px;font-weight:700;padding:.5rem 1rem;background:var(--iconBackgroundColor);color:#fff}.a-button:disabled,.m-lootCard__button:disabled{background:rgba(128,128,128,.5)}.a-button.--disabled,.--disabled.m-lootCard__button{background:rgba(128,128,128,.5)}.a-button.--primary,.--primary.m-lootCard__button{background:#ffab01;color:#fff;font-weight:700;text-shadow:#f87509 1px 0 1px}.a-button.--secondary,.--secondary.m-lootCard__button{background:rgba(0,0,0,.5);color:#fff}.a-section{padding:1rem}.a-input{border:var(--buttonBorderColor);border-radius:8px;background:var(--backgroundColor);padding:10px 5px}.a-input__textarea{padding:10px}.m-form__row{display:flex;flex-direction:column;margin-bottom:20px}.m-form__row:last-child{margin-bottom:0}@media (min-width: 768px){.m-form__row{justify-content:space-between;margin-bottom:50px}}@media (min-width: 1024px){.m-form__row{flex-direction:row}}.m-form__row--wrap{flex-wrap:wrap}.m-form__column{display:flex;flex-direction:column;flex:1 1}.m-form__item{display:flex;position:relative}@media (max-width: 767px){.m-form__item{margin-bottom:20px;width:100%}}@media (min-width: 1024px){.m-form__item{margin-bottom:40px}}.m-form__item--column{flex-direction:column}.m-form__item--spaceBetween{justify-content:space-between}.m-form__item--document{margin-bottom:0}.m-form__item--1{width:100%}@media (min-width: 768px){.m-form__item--1{width:12.25%}}.m-form__item--2{width:100%}@media (min-width: 1024px){.m-form__item--2{width:22.5%}}.m-form__item--20{width:100%}@media (min-width: 1024px){.m-form__item--20{width:20%}}.m-form__item--3{width:25%}@media (max-width: 767px){.m-form__item--3{width:100%}}@media (min-width: 768px){.m-form__item--3{width:100%}}@media (min-width: 1024px){.m-form__item--3{width:25%}}.m-form__item--30{width:30%}@media (max-width: 767px){.m-form__item--30{width:100%}}@media (min-width: 768px){.m-form__item--30{width:100%}}@media (min-width: 1024px){.m-form__item--30{width:30%}}.m-form__item--4{width:33%}.m-form__item--5{width:45%}@media (max-width: 767px){.m-form__item--5{width:100%}}.m-form__item--6{width:50%}.m-form__item--8{width:63%}@media (max-width: 767px){.m-form__item--8{width:100%}}.m-form__item--9{width:75%}@media (max-width: 767px){.m-form__item--9{width:100%}}.m-form__item--10{width:85%}.m-form__item--12{width:100%}.m-form__item--buttonWrapper{display:flex;justify-content:flex-end;align-items:flex-end;margin-top:10px}.m-form__item--checkbox{justify-content:flex-start;align-items:center}.m-form__item--checkbox:first-child{margin-bottom:10px}.m-form__button{width:160px;height:60px;color:var(--whiteColor);background:var(--navyColor)}.m-inventoryItem{display:flex;flex-direction:column;gap:1rem;width:100%}.m-inventoryItem__title:first-letter{text-transform:capitalize}.m-inventoryItem__imageWrapper{max-height:200px;border:1px solid #3a2a1b;border-radius:8px}.m-inventoryItem__image{border-radius:8px}.m-inventoryItem__details{display:grid;grid-template-columns:1fr;gap:.5rem;padding:1rem;background:var(--backgroundColor);border:1px solid #3a2a1b;border-radius:8px}.m-inventoryItem__detailsItem.--fullWidth{grid-column:span 2}.m-inventoryItem__modifiers{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.m-inventoryItem__modifierItem.--fullWidth{grid-column:span 2}.m-lootCard{display:flex;flex-direction:row;justify-content:space-between;width:100%}.o-interface{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:2rem;padding:1rem}.o-interface.--travel{margin-top:auto}.o-interface__directionWrapper{display:flex;gap:1rem}.o-interface__row{display:flex;gap:1rem;flex-wrap:wrap;place-content:center}.o-feed{display:flex;flex-direction:column;flex:1 1;width:100%;padding:1rem;background:rgba(0,0,0,.2);transition:.2s ease-in-out;opacity:1;height:100%}.o-feed.--loading{opacity:0;transition:5s ease-in-out}.o-feed__travel{height:60vh;overflow:scroll}.o-feed__combat{height:50vh;overflow:scroll}.o-feed__container{display:flex;flex-flow:column;justify-content:center;align-content:center;text-align:left;overflow-y:scroll;gap:1rem;padding:1rem;height:50vh}.o-feed__item{display:flex;flex-direction:column;gap:1rem}.o-feed__image{max-width:100px}.o-characterGenerator{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;background-color:#ededed;padding:1rem}.o-characterGenerator__header{font-size:1.2rem;font-weight:700;width:100%;margin-bottom:5%}.o-characterGenerator__sheet{display:flex;flex-direction:column;justify-content:space-around;align-items:center;height:100%}.o-characterGenerator__row{display:flex;flex-direction:column;width:100%}.o-characterGenerator__row .item__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:50%;width:16px;height:16px;border:2px solid #999;transition:.2s all linear;margin-right:5px}.o-characterGenerator__item{display:flex;align-items:center;gap:1rem}.o-characterGenerator__statList{display:grid;grid-template-columns:1fr 1fr;padding:40px 0;gap:.5rem 1rem;text-transform:capitalize}.o-characterGenerator__statItem{display:flex;justify-content:space-between}.o-characterGenerator .item__input:checked{border:6px solid #fff}.o-characterGenerator__skillList{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}.o-playerDead{width:100vw;height:100dvh;background:#313638;display:flex;flex-direction:column;justify-content:center;align-items:center}.o-playerDead__textContainer{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;text-align:center;width:50%;height:30%}.o-playerDead__title{color:red;font-weight:700;font-size:3rem}.o-playerDead__text{color:#fff}.o-levelFinished{width:100vw;height:100dvh;background:#313638;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem}.o-levelFinished__textContainer{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;text-align:center;gap:1rem}.o-levelFinished__title{color:red;font-weight:700;font-size:3rem}.o-levelFinished__text{color:#fff}.o-levelFinished__lootCard{display:flex;flex-direction:column}.o-inventory{display:flex;flex-flow:row wrap;width:100%;height:100dvh;padding:1rem;position:fixed;top:0;left:0;background:var(--backgroundColor);background:var(--bacgkroundGradientColor);z-index:100}@media (min-width: 1024px){.o-inventory{padding:4rem 2rem}}.o-inventory__header{display:flex;justify-content:space-between;align-items:center;width:100%;height:10vh}.o-inventory__content{display:flex;flex-direction:column;height:100%;width:100%;overflow-y:scroll}.o-inventory__list{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;width:100%;list-style:none;overflow:scroll}.o-inventory__list.--noScroll{overflow:initial}.o-inventory__item,.m-lootCard{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;position:relative;width:100%;padding:.5rem;background:var(--backgroundColor);border:1px solid var(--buttonBorderColor);border-radius:8px}.o-inventory__item.--equipped,.--equipped.m-lootCard{display:grid;grid-template-columns:1fr 1fr 1fr;justify-content:flex-start}.o-inventory__actionButton{margin-left:auto}.o-characterScreen{position:absolute;left:0;top:0;display:flex;flex-direction:column;width:100%;height:100%;background:var(--backgroundColor);padding:1rem;overflow-y:scroll;gap:1rem}.o-characterScreen__header{display:flex;justify-content:space-between;align-items:center;height:10vh}.o-characterScreen__detailsWrapper{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.o-characterScreen__statsWrapper,.o-characterScreen__modifiersWrapper{display:flex;flex-direction:column;gap:1rem}.o-characterScreen__statList{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.o-characterScreen__statList.--skills{display:flex;flex-direction:column}.o-characterScreen__statItem{display:flex;flex-direction:column;justify-content:center;align-items:center;height:70px;background:rgba(0,0,0,.6);color:#fff;border:1px solid var(--borderColor);border-radius:8px;padding:.5rem;text-transform:capitalize;text-align:center}.o-merchant{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--bacgkroundGradientColor);padding:1rem;overflow:auto}.o-merchant__header{display:flex;flex-direction:column;place-items:center;gap:1rem}.o-merchant__title{text-align:center}.o-merchant__close{position:absolute;top:1rem;right:1rem}.o-merchant__table{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:2rem 1rem}.o-merchant__itemList{display:flex;flex-direction:column;gap:1rem}.o-merchant__item{display:grid;grid-template-columns:2fr minmax(0,1fr);justify-content:space-between;align-items:center;gap:1rem;padding:5px 10px;min-height:50px;font-weight:400}.o-merchant__item:hover{cursor:pointer}.o-merchant__itemName{font-size:.75rem;text-align:left}.o-merchant__itemPrice{font-size:.75rem;text-align:right}.o-merchant__button{padding:5px 10px;min-height:45px}.o-town{display:flex;flex-direction:column;background:var(--backgroundColor);height:100dvh}.o-town__header{display:flex;place-content:center;width:100%;padding:1rem}.o-town__content{display:flex;flex-direction:column;gap:1rem;width:100%;min-height:10vh;padding:0 1rem}.o-town__image{width:100%}.o-town__description{display:flex;flex-direction:column;gap:1rem}.o-town__description p{margin-bottom:1rem}.o-page{display:flex;flex-direction:column;justify-content:space-between;align-items:center;background:var(--backgroundColor);background:var(--bacgkroundGradientColor);flex:1 1}.o-header{display:flex;flex-direction:column;justify-content:space-between;width:100%;padding:10px}.o-header__healthWrapper{display:flex;justify-content:space-around;align-items:center}.o-header__healthItem{display:flex;flex-direction:column;align-items:center}.o-header__healthItem.--active{color:red}.o-header__name{text-align:center;color:inherit}.o-header__meter{position:relative}.o-header__meter:after{content:"3";position:absolute;top:0;left:0}.o-loadingScreen{position:absolute;top:0;left:0;width:100vw;height:100%;display:flex;justify-content:center;align-items:center;background:var(--bacgkroundGradientColor);z-index:10}
