html{background:url(/images/bg1.jpg) no-repeat 50% fixed;background-size:cover}#root,body,html{width:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-attachment:fixed}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.modal-window{width:60%;min-width:290px;height:80%;min-height:320px;z-index:10;flex-direction:column;box-shadow:-2rem 2rem 2rem rgba(black,.2);text-align:left;background-image:linear-gradient(hsla(0,0%,100%,.9),#fff);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:10px;border:3px groove #d3d1d1;border-radius:15px;box-shadow:5px 5px 10px;-webkit-animation:show .2s;animation:show .2s}.modal-overlay,.modal-window{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex}.modal-overlay{z-index:5;width:100vw;height:100vh;background:rgba(0,0,0,.5);align-items:center;justify-content:center;transition:all .3s}.modal-title{border-bottom:1px solid #ccc;padding:.5rem;margin:0;flex-grow:1;flex-shrink:1;flex-basis:auto}.modal-title h1{margin:10px}.modal-content{height:75%;padding:1rem;overflow-y:auto;text-overflow:scroll}.modal-content,.modal-controls{flex-grow:1;flex-shrink:1;flex-basis:auto}.modal-controls{align-content:center;border-top:1px solid #ccc;background:#eee;padding:.5rem 1rem;border-bottom-right-radius:15px;border-bottom-left-radius:15px}.modal-controls button{width:90px}.hide-modal{-webkit-animation:hide .15s;animation:hide .15s}@-webkit-keyframes hide{0%{transform:translate(-50%,-50%);opacity:0}to{transform:translate(-50%,-45%);opacity:1}}@keyframes hide{0%{transform:translate(-50%,-50%);opacity:0}to{transform:translate(-50%,-45%);opacity:1}}.show-modal{-webkit-animation:show .15s;animation:show .15s}@-webkit-keyframes show{0%{transform:translate(-50%,-55%);opacity:0}to{transform:translate(-50%,-50%);opacity:1}}@keyframes show{0%{transform:translate(-50%,-55%);opacity:0}to{transform:translate(-50%,-50%);opacity:1}}@media (min-width:451px){.stage-top-outer{width:80%;min-width:360px;max-width:850px;min-height:220px;flex:1 1 auto;display:flex;flex-direction:column;align-items:center;margin:auto auto 10px}.stage-top-buttons{height:30px;width:90%;display:flex;justify-content:flex-end}.stage-top-buttons button{box-shadow:inset 0 1px 3px 0 #91b8b3;background:linear-gradient(180deg,hsla(0,0%,100%,.9) 5%,hsla(0,0%,92.2%,.9));border-top-left-radius:15px;border-top-right-radius:15px;border:1px solid #566963;display:inline-block;margin:0 6px;cursor:pointer;color:#3c3c3c;font-family:Arial;font-size:min(20px,2vmin);font-weight:700;padding:7px 23px;text-decoration:none;overflow:hide;text-overflow:ellipsis;text-shadow:0 -1px 0 #fff}.stage-top-buttons button:hover{background:linear-gradient(180deg,#767e7e 5%,#7a8380);background-color:#767e7e;color:#fff;text-shadow:0 -1px 0 #3c3c3c}.stage-top-buttons button:active{position:relative;top:1px}.stage-top-inner{width:90%;min-width:350px;max-width:850px;min-height:160px;flex:1 1 auto;padding:10px;display:flex;flex-direction:row;align-items:center;margin:auto;background-image:linear-gradient(hsla(0,0%,100%,.9),hsla(0,0%,100%,.8));-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:3px groove #d3d1d1;border-radius:10px;box-shadow:5px 5px 10px}.import-panel{width:100%;flex:1 1 auto;display:flex;flex-flow:column wrap;align-content:flex-start;margin:5px 5px 0 0;border-radius:5px}.import-panel-search{width:100%;flex:1 1 auto;display:grid;grid-template-columns:200px 1fr;grid-template-rows:75px 1fr;border-radius:5px}.import-panel-blurb{max-height:155px;flex:1 1 auto;grid-column-start:2;grid-column-end:2;grid-row-start:1;grid-row-end:span 2;overflow-y:auto;text-overflow:scroll;padding:5px;background-image:linear-gradient(hsla(0,0%,100%,.9),hsla(0,0%,100%,.8));border-color:#e7e5e5 #b5b5b5 #aaa #e3e3e3;border-style:solid;border-width:2px;border-radius:5px;text-align:left;font-family:Candara;color:#282828}.import-panel-search-error{grid-column-start:1;grid-column-end:1;grid-row-start:2;grid-row-end:2;text-align:left;font-size:12px;font-weight:700;color:#cc0303}.import-panel-controls{max-width:150px;flex:1 1 auto;display:flex;flex-direction:column;align-content:flex-start;text-align:left;border-radius:5px}.import-panel-label{text-align:left;color:#3c3c3c;font-family:Arial;font-weight:700;font-size:15px;text-shadow:0 -1px 0 #fff}.import-panel-text-input{display:inline-block;width:142px}.import-panel-button{box-shadow:inset 0 1px 3px 0 #91b8b3;background:linear-gradient(180deg,hsla(0,0%,100%,.9) 5%,hsla(0,0%,92.2%,.9));border:1px solid #566963;display:inline-block;margin:2px;cursor:pointer;color:#3c3c3c;font-family:Arial;font-size:15px;font-weight:700;padding:3px 8px;text-decoration:none;text-shadow:0 -1px 0 #fff;border-radius:6px}.import-panel-button:hover{background:linear-gradient(180deg,#767e7e 5%,#7a8380);background-color:#767e7e;color:#fff;text-shadow:0 -1px 0 #3c3c3c}.import-panel-button:active{position:relative;top:1px}.import-panel-select{flex:1 0 auto;flex-direction:column;justify-content:left}.import-panel-select,.import-panel-select-items{width:100%;display:flex;align-content:flex-start;border-radius:5px}.import-panel-select-items{flex-flow:row wrap;justify-content:center;background-image:linear-gradient(rgba(168,168,197,.6),rgba(140,140,220,.5))}.import-panel-item{width:70px;height:70px;display:block;background-color:#3d3c3c;margin:5px;border-color:#bbb #888 #666 #aaa;border-style:solid;border-width:3px 4px 4px 3px;border-radius:5px;color:#bbb}.import-panel-item:hover{border-color:#666 #aaa #bbb #888;border-width:4px 3px 3px 4px;color:#888}.import-panel-item-text{width:46px;overflow:hidden;display:inline-block;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-family:"Lucida Console",Courier,monospace;font-size:15px}.import-creature-image{width:45px;height:50px;background-color:#141414;margin:auto;border-radius:5px}}@media only screen and (max-width:450px){.stage-top-outer{width:80%;min-width:300px;max-width:410px;flex:1 1 auto;display:flex;flex-direction:column;align-items:center;margin:auto auto 10px}.stage-top-buttons{height:30px;width:95%;display:flex;justify-content:flex-end}.stage-top-buttons button{box-shadow:inset 0 1px 3px 0 #91b8b3;background:linear-gradient(180deg,hsla(0,0%,100%,.9) 5%,hsla(0,0%,92.2%,.9));border-top-left-radius:15px;border-top-right-radius:15px;border:1px solid #566963;display:inline-block;margin:0 4px;cursor:pointer;color:#3c3c3c;font-family:Arial;font-size:.8em;font-weight:700;padding:5px;text-decoration:none;overflow:hide;text-overflow:ellipsis;text-shadow:0 -1px 0 #fff}.stage-top-buttons button:hover{background:linear-gradient(180deg,#767e7e 5%,#7a8380);background-color:#767e7e;color:#fff;text-shadow:0 -1px 0 #3c3c3c}.stage-top-buttons button:active{position:relative;top:1px}.stage-top-inner{width:90%;min-width:260px;max-width:400px;flex:1 1 auto;padding:10px;display:flex;flex-direction:row;align-items:center;margin:auto;background-image:linear-gradient(hsla(0,0%,100%,.9),hsla(0,0%,100%,.8));-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:3px groove #d3d1d1;border-radius:10px;box-shadow:5px 5px 10px}.import-panel{width:100%;height:100%;flex:1 1 auto;display:flex;flex-flow:column wrap;align-content:flex-start;border-radius:5px}.import-panel-search{width:100%;flex:1 1 auto;display:grid;grid-template-columns:150px 1fr;border-radius:5px}.import-panel-blurb{display:none}.import-panel-search-error{grid-column-start:2;grid-column-end:2;grid-row-start:1;grid-row-end:1;text-align:center;margin:auto;font-size:12px;font-weight:700;color:#cc0303}.import-panel-controls{max-width:150px;grid-column-start:1;grid-column-end:1;grid-row-start:1;grid-row-end:1;flex:1 1 auto;display:flex;flex-direction:column;align-content:flex-start;text-align:left;border-radius:5px}.import-panel-label{text-align:left;color:#3c3c3c;font-family:Arial;font-weight:700;font-size:15px;text-shadow:0 -1px 0 #fff}.import-panel-text-input{display:inline-block;font-size:19px;width:140px;height:21px}.import-panel-button{box-shadow:inset 0 1px 3px 0 #91b8b3;background:linear-gradient(180deg,hsla(0,0%,100%,.9) 5%,hsla(0,0%,92.2%,.9));border:1px solid #566963;display:inline-block;margin:2px;cursor:pointer;color:#3c3c3c;font-family:Arial;font-size:15px;font-weight:700;padding:3px 8px;text-decoration:none;text-shadow:0 -1px 0 #fff;border-radius:6px}.import-panel-button:hover{background:linear-gradient(180deg,#767e7e 5%,#7a8380);background-color:#767e7e;color:#fff;text-shadow:0 -1px 0 #3c3c3c}.import-panel-button:active{position:relative;top:1px}.import-panel-select{flex:1 0 auto;flex-direction:column;justify-content:left}.import-panel-select,.import-panel-select-items{width:100%;display:flex;align-content:flex-start;border-radius:5px}.import-panel-select-items{flex-flow:row wrap;justify-content:center;background-image:linear-gradient(rgba(168,168,197,.6),rgba(140,140,220,.5))}.import-panel-item{width:70px;height:70px;display:block;background-color:#3d3c3c;margin:5px;border-color:#bbb #888 #666 #aaa;border-style:solid;border-width:3px 4px 4px 3px;border-radius:5px;color:#bbb}.import-panel-item:hover{border-color:#666 #aaa #bbb #888;border-width:4px 3px 3px 4px;color:#888}.import-panel-item-text{width:46px;overflow:hidden;display:inline-block;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-family:"Lucida Console",Courier,monospace;font-size:15px}.import-creature-image{width:45px;height:50px;background-color:#141414;margin:auto;border-radius:5px}}@media (min-width:451px){.stage-bottom-outer{width:80%;min-width:370px;height:calc(100vh - 500px);min-height:553px;flex:2 0 auto;position:relative;padding:10px;flex-direction:row;background-image:linear-gradient(rgba(235,235,255,.7),hsla(0,0%,100%,.6));-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:3px groove #d3d1d1;border-radius:10px;box-shadow:5px 5px 10px}.stage-bottom-inner,.stage-bottom-outer{display:flex;align-items:center;margin:5px}.stage-bottom-inner{width:95%;height:100%;flex:1 0 auto;flex-direction:row;background-image:linear-gradient(rgba(168,168,197,.8),rgba(95,95,105,.8));padding-left:5px;padding-right:5px;border-color:#d3d1d1 #a1a1a1 #969696 #cfcfcf;border-style:solid;border-width:2px;border-radius:10px}.select-panel{width:45%;height:94%;display:flex;flex:1 0 auto;flex-flow:row wrap;align-content:flex-start;justify-content:left;padding:3px;margin:auto;overflow:hidden;background-image:linear-gradient(#ebebff,hsla(0,0%,100%,.9));border-color:#bbc5d4 #a1a1a1 #969696 #cfcfcf;border-style:inset;border-width:3px;border-radius:5px}.select-panel-item{width:65px;height:75px;position:relative;display:block;background-color:#3d3c3c;margin:2px;border-color:#bbb #888 #666 #aaa;border-style:solid;border-width:3px 4px 4px 3px;border-radius:5px}.select-panel-item:hover{border-color:#666 #aaa #bbb #888;border-width:4px 3px 3px 4px}.select-panel-remove-button{position:absolute;display:inline-block;bottom:0;right:0;background-color:transparent;background-repeat:no-repeat}.select-panel-remove-button,.select-panel-remove-button:hover{border:none;padding:0;font-size:12px;font-weight:700;color:#cc0303}.select-panel-remove-button:hover{background-color:#cc8080}.select-creature-image{width:55px;height:65px;position:relative;background-color:#141414;margin:5px;border-radius:5px}.view-panel{width:45%;height:95%;flex:1 0 auto;display:flex;flex-flow:column-reverse;align-items:center;justify-content:center;background-image:linear-gradient(rgba(135,135,155,.4),hsla(0,0%,60.8%,.6));padding:5px;margin:auto;border-color:#bbc5d4 #a1a1a1 #969696 #cfcfcf;border-radius:5px}.view-panel-iframe{height:calc(100% - 14px);width:100%;flex:1 0 auto}.view-panel-remove-button{background-color:transparent;background-repeat:no-repeat;margin-left:auto}.view-panel-remove-button,.view-panel-remove-button:hover{border:none;padding:0;font-size:12px;font-weight:700;color:#cc0303}.view-panel-remove-button:hover{background-color:#cc8080}}@media only screen and (max-width:450px){.stage-bottom-outer{width:90%;min-width:290px;height:calc(100vh - 360px);min-height:720px;flex:2 0 auto;position:relative;padding:2px;display:flex;flex-direction:column;align-items:center;margin:5px;background-image:linear-gradient(rgba(235,235,255,.7),hsla(0,0%,100%,.6));-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:3px groove #d3d1d1;border-radius:10px;box-shadow:5px 5px 10px}.stage-bottom-inner{width:100%;height:100%;flex:1 0 auto;display:flex;flex-direction:column;align-items:center}.select-panel{width:95%;height:65%;display:flex;flex-flow:row wrap;align-content:flex-start;justify-content:left;padding:3px;margin:auto;overflow:hidden;background-image:linear-gradient(#ebebff,hsla(0,0%,100%,.9));border-color:#d3d1d1 #a1a1a1 #969696 #cfcfcf;border-style:solid;border-width:2px;border-radius:10px}.select-panel-item{width:65px;height:75px;position:relative;display:block;background-color:#3d3c3c;margin:2px;border-color:#bbb #888 #666 #aaa;border-style:solid;border-width:3px 4px 4px 3px;border-radius:5px}.select-panel-item:hover{border-color:#666 #aaa #bbb #888;border-width:4px 3px 3px 4px}.select-panel-remove-button{position:absolute;display:inline-block;bottom:0;right:0;background-color:transparent;background-repeat:no-repeat}.select-panel-remove-button,.select-panel-remove-button:hover{border:none;padding:0;font-size:12px;font-weight:700;color:#cc0303}.select-panel-remove-button:hover{background-color:#cc8080}.select-creature-image{width:55px;height:65px;position:relative;background-color:#141414;margin:5px;border-radius:5px}.view-panel{width:90%;height:28%;display:flex;flex-flow:column-reverse;align-items:center;justify-content:center;background-image:linear-gradient(rgba(135,135,155,.4),hsla(0,0%,60.8%,.6));padding:5px;margin:auto;border-radius:5px}.view-panel-iframe{width:100%;height:calc(100% - 14px);flex:1 0 auto}.view-panel-remove-button{background-color:transparent;background-repeat:no-repeat;margin-left:auto}.view-panel-remove-button,.view-panel-remove-button:hover{border:none;padding:0;font-size:12px;font-weight:700;color:#cc0303}.view-panel-remove-button:hover{background-color:#cc8080}}@media (min-width:451px){.stat-widget-grid{height:80px;width:290px;margin:5px;padding:5px;display:grid;grid-template-areas:"title title title title" "label1 wadd wcur wcli" "label2 aadd acur acli" "wuni wuni wuni wuni";grid-template-rows:16px 26px 26px 26px;grid-template-columns:50px 80px 80px 80px;text-align:left;font-family:"Lucida Console",Courier,monospace;font-size:10px;background-image:linear-gradient(rgba(136,136,175,.8),rgba(88,88,105,.8));border-radius:3px;border:3px groove #d3d1d1}.stat-widget-cell{height:20px;margin-top:1px;margin-bottom:2px;padding-top:2px;border-top:groove;border-width:2px;border-color:#797c7c}}@media only screen and (max-width:450px){.stat-widget-grid{height:80px;width:290px;margin:5px;padding:5px;display:none;grid-template-areas:"title title title title" "label1 wadd wcur wcli" "label2 aadd acur acli" "wuni wuni wuni wuni";grid-template-rows:16px 26px 26px 26px;grid-template-columns:50px 80px 80px 80px;text-align:left;font-family:"Lucida Console",Courier,monospace;font-size:10px;background-image:linear-gradient(rgba(136,136,175,.8),rgba(88,88,105,.8));border-radius:3px;border:3px groove #d3d1d1}.stat-widget-cell{height:20px;margin-top:1px;margin-bottom:2px;padding-top:2px;border-top:groove;border-width:2px;border-color:#797c7c}}@media (min-width:451px){.cookie-consent-bar{background-color:#282c34;width:90%;height:20%;position:fixed;z-index:10;bottom:5px;margin:10px;padding:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px;border:4px groove #c47003}.cookie-consent-text{font-size:calc(6px + 2vmin);color:#fff;font-weight:700}.cookie-consent-button{box-shadow:inset 0 1px 3px 0 #91b8b3;background:linear-gradient(180deg,rgba(65,43,22,.9) 5%,hsla(0,0%,41.2%,.9));border:1px solid #dd4205;display:inline-block;margin-top:3vmin;cursor:pointer;color:#fff;font-family:Arial;font-size:calc(2px + 2vmin);font-weight:700;padding:10px;text-decoration:none;border-radius:6px}.cookie-consent-button:hover{background:linear-gradient(180deg,#494744 5%,#3a2404);background-color:#3a2404;color:#fff;text-shadow:0 -1px 0 #3c3c3c}.cookie-consent-button:active{position:relative;top:1px}}@media only screen and (max-width:450px){.cookie-consent-bar{background-color:#282c34;height:20%;position:fixed;z-index:10;bottom:5px;margin:10px;padding:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px;border:4px groove #c47003}.cookie-consent-text{font-size:calc(6px + 2vmin);color:#fff;font-weight:700}.cookie-consent-button{box-shadow:inset 0 1px 3px 0 #91b8b3;background:linear-gradient(180deg,rgba(65,43,22,.9) 5%,hsla(0,0%,41.2%,.9));border:1px solid #dd4205;display:inline-block;margin-top:3vmin;cursor:pointer;color:#fff;font-family:Arial;font-size:calc(2px + 2vmin);font-weight:700;padding:10px;text-decoration:none;border-radius:6px}.cookie-consent-button:hover{background:linear-gradient(180deg,#494744 5%,#3a2404);background-color:#3a2404;color:#fff;text-shadow:0 -1px 0 #3c3c3c}.cookie-consent-button:active{position:relative;top:1px}}@media (min-width:451px){.App,.App-stage{text-align:center;display:flex;flex-direction:column;align-items:center;width:100%}.App-stage{flex-shrink:0;flex-grow:2;min-height:760px;min-width:360px}.App-header{height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(6px + 2vmin)}.App-footer,.App-header{background-color:#282c34;width:90%;margin:10px;color:#fff;border-radius:5px;box-shadow:2px 2px 5px #474747}.App-footer{min-height:60px;flex-shrink:0;flex-grow:1;display:grid;grid-template-areas:"widget copyright";grid-template-rows:1fr;grid-template-columns:316px minmax(0,1fr);text-align:bottom;font-size:12px}.App-footer a:link{color:#61dafb}.App-footer a:visited{color:#a9d8e6}.footer-attribution{height:16px;width:100%;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.footer-changelog{display:inline-block;background-color:transparent;background-repeat:no-repeat;border:none;padding:0;font-size:10px;text-decoration:underline;color:#61dafb}}@media only screen and (max-width:450px){.App,.App-stage{text-align:center;display:flex;flex-direction:column;align-items:center;width:100%}.App-stage{flex-shrink:0;flex-grow:2;min-height:760px;min-width:320px}.App-header{height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(6px + 2vmin)}.App-footer,.App-header{background-color:#282c34;width:90%;margin:10px;color:#fff;border-radius:5px;box-shadow:2px 2px 5px #474747}.App-footer{min-height:60px;flex-shrink:0;flex-grow:1;display:grid;grid-template-areas:"widget copyright";grid-template-rows:1fr;grid-template-columns:0 minmax(0,1fr);text-align:bottom;font-size:.6em}.App-footer a:link{color:#61dafb}.App-footer a:visited{color:#a9d8e6}.footer-attribution{height:16px;width:100%;display:inlin;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.footer-changelog{display:inline-block;background-color:transparent;background-repeat:no-repeat;border:none;padding:0;font-size:10px;text-decoration:underline;color:#61dafb}}
/*# sourceMappingURL=main.dad066e3.chunk.css.map */