body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background-color:#222;display:flex;flex-direction:column;height:100vh;padding-right:330px}h1{color:#ffffffb3;display:inline-block;font-size:3rem;margin:31px 5px 0 0;padding:0}span{color:#ffffff4d}.App-header{color:#fff;padding:0 20px 9px}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.MainGameView{align-items:flex-end;background-size:cover;display:flex;flex-grow:1;height:100%;justify-content:center;padding:20px 20px 0;position:relative;width:100%}.MainGameViewContent{background-color:#ffffff1a;border-radius:10px;height:100%;padding:10px;width:100%}.GameScreen{background-position:50%;background-size:cover;border-radius:10px;height:calc(100% - 50px);position:relative;width:100%}.TextOutput{background-color:#000000b3;border-radius:10px;bottom:6px;color:#fff;font-size:1.4em;left:.5%;position:absolute;width:99%}.TextOutput p{padding:10px}.TextInput{display:flex;margin-top:10px;z-index:999999}.TextInput input{background-color:#0e0e0e;border:none;border-radius:10px 0 0 10px;color:#fff;flex:1 1;padding:10px;z-index:9999}.TextInput button{background-color:grey;border:none;border-radius:0 10px 10px 0;color:#fff;cursor:pointer;padding:10px}.Map{background-color:#96969666;border-radius:10px;overflow:hidden;padding:10px;position:absolute;right:40px;top:40px;width:auto;z-index:1000}.Map img{height:auto;object-fit:cover;width:150px}.Sidebar{background-color:#ffffff1a;border-radius:10px;color:#fff;display:flex;flex-direction:column;height:calc(100% - 160px);justify-content:space-between;margin-top:104px;padding:10px;position:fixed;right:20px;top:0;width:260px}.Tab{background-color:#333;border:none;cursor:pointer;display:inline-block;margin-right:5px;padding:10px}.Tab:hover{background-color:#555}.ChatFeed{background-color:#0e0e0e;border-radius:10px;height:calc(100% - 120px);margin-bottom:10px;overflow-y:auto;padding:10px}.ChatInput{display:flex}.ChatInput input{background-color:#0e0e0e;border:none;border-radius:10px 0 0 10px;color:#fff;flex:1 1;margin-right:5px;padding:10px}.ChatInput button{background-color:grey;border:none;border-radius:0 10px 10px 0;color:#fff;cursor:pointer;padding:10px}.ChatInput button:hover{background-color:#555}.PlayerCard{aspect-ratio:1/1;background-color:#ffffff1a;border-radius:10px;box-shadow:0 4px 8px #0000001a;color:#fff;margin:0 10px;overflow:hidden;padding:10px;position:relative;width:100px}.PlayerCard img{border-radius:10px;margin-bottom:8px;width:100%}.PlayerCard h3{font-size:1.2em;margin:0}.PlayerCard p{font-size:.9em;margin:0}.bar-container{bottom:20px;height:10px;overflow:hidden;position:relative;width:100%}.health-bar,.mana-bar{bottom:0;height:5px;left:0;position:absolute;width:100%}.health-bar{background-color:#51f131}.mana-bar{background-color:blue;bottom:5px}.PlayerPanel{background-color:#222;display:flex;overflow-x:auto;padding:10px;position:relative;scroll-behavior:smooth}.PlayerCard{animation:slideIn .3s forwards;margin-right:10px;opacity:0;transform:translateX(-20px);transition:transform .3s ease}@keyframes slideIn{to{opacity:1;transform:translateX(0)}}.AddPlayerButton{background-color:#ffffff1a;border:none;border-radius:5px;color:#181818;cursor:pointer;font-size:24px;height:30px;line-height:30px;position:relative;right:calc(-100% + 10px);text-align:center;top:calc(-100% + 40px);transition:background-color .3s;width:30px}.AddPlayerButton:hover{background-color:#696969}.AddPlayerButton:focus{outline:none}.ProfilePic{border-radius:50%;box-shadow:0 2px 4px #0000001a;height:50px;overflow:hidden;position:fixed;right:20px;top:20px;width:50px}.ProfilePic img{height:100%;object-fit:cover;width:100%}
/*# sourceMappingURL=main.50ec5970.css.map*/