html,body{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100vw;height:100vh;overflow:hidden}#fluxIntro{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#222;color:#fff}#fluxIntro .options{display:flex;flex-direction:column;align-items:center;justify-content:center;width:20rem}#fluxIntro form{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}#fluxIntro input[type=text]{width:100%;max-width:400px;height:40px;border:0;border-radius:5px;font-size:1em;padding:0 1rem;margin-bottom:1rem}#fluxIntro input[type=submit]{display:none}#fluxIntro .button{color:#ffffff80;cursor:pointer}.subtitle{margin-bottom:1rem}.creatorLabel{position:absolute;bottom:0;right:0;padding:1rem;font-size:.8em;color:#ffffff80;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column}.creatorLabel a{color:#ffffff80;text-decoration:none}a.ocdLogo{max-width:9rem;border-bottom:none}a.ocdLogo img{width:100%}img.metacityLogo{max-height:1em;display:inline-block;vertical-align:middle;margin-left:.5rem}.MetacityGLContainer{width:100vw;height:100vh;display:flex;flex-direction:row;overflow:hidden}.RenderingAreaContainer{width:calc(100% - 20rem);height:100%;overflow:hidden;display:flex;flex-direction:column}.CanvasContainer{width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column;position:relative}.MetacityGLSidebar{width:20rem;background:rgba(0,0,0,.95);font-size:1em;color:#fff;border-left:1px solid #333;overflow:auto;scrollbar-color:#333 #555;scrollbar-width:.5rem}.MetacityGLSidebar::-webkit-scrollbar{width:.5rem}.MetacityGLSidebar::-webkit-scrollbar-track{background:#333}.MetacityGLSidebar::-webkit-scrollbar-thumb{background-color:#555}.timelineControls{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 .5rem;background:#222;border-top:1px solid #444}input[type=range]{-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer;width:100%;margin:0;padding:0}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{background-color:#333;height:2rem}input[type=range]::-moz-range-track{background-color:#333;height:2rem}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#aaa;height:2rem;width:1rem}input[type=range]::-moz-range-thumb{border:none;border-radius:0;background-color:#aaa;height:2rem;width:1rem}select.speed{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#222;color:#fff;border:none;padding:.5rem;font-size:.8em;margin-left:1rem}.timelabel{color:#eee;font-size:.8em;width:10rem;padding:.5rem}.hoverDialog{background:#333;color:#fff;padding:.5rem;font-size:.8em;z-index:10}pre{padding:0;margin:0}.metacityLabel{color:#888;font-size:.8em;padding:1rem}.metacityLabel a{color:#eee}.play{color:#fff;margin:0 .5rem;cursor:pointer}button.appButton{background:#555;border:#555;color:#fff;padding:.5rem;font-size:.8em;margin:0 0 .5rem;cursor:pointer}button.appButton:hover{background:#666}.layer{border-bottom:1px dashed #333;padding:1rem 1rem 2rem;color:#eee}.layerTitle{font-size:1.2em;font-weight:700;opacity:.5}.sectionTitle{font-size:.8em;margin:1rem 0 .5rem;opacity:.5}.dim{opacity:.5}.legend{margin:.5rem 0}.legendItem{display:flex;align-items:center;margin-bottom:.5rem;font-size:.8em}.legendItemText{display:flex;flex-direction:column;margin-bottom:1rem;opacity:.5}.legendValue{font-size:.8em}.legend .legendLable{font-size:.8em;opacity:.5}.legend .legendColor{width:1rem;height:1rem;margin-right:.5rem;border-radius:.5rem;border:.5px solid #333}.controls{font-size:.8em;display:flex;flex-direction:row;align-items:center}.maps .mapItem{margin:.5rem;font-size:.9em;cursor:pointer;background:#333;padding:.5rem}.maps .mapItem:last-child{margin-bottom:2rem}.mapItem:hover{background:#444}.maps .mapClickPrompt{font-size:.5em;opacity:.8}.legend .legendBar{display:flex;flex-direction:column}.legend .legendTicks{display:flex;flex-direction:row;justify-content:space-between;font-size:.5em;opacity:.8;margin-top:.5rem}.legend .legendStripTitle{margin-bottom:.5rem}.legend .legendStrip{height:10px;width:100%}h1{font-size:1.2em}.author{font-size:.8em;opacity:.5;margin-top:.5em}.performance,.title,.metrics{padding:1rem;border-bottom:1px dashed #333}.bargraphData{display:flex;flex-direction:row;width:100%}.bargraphData .bar{display:flex;flex-direction:column;flex-grow:100%}.barValueContainer{height:100px;background:#222;display:flex;flex-direction:column;justify-content:flex-end}.barValueContainer:hover{background:#333}.barValueContainer:hover .barValue{background:#CCC}.barValue{width:100%;background:#FFF}.barLabel{font-size:7px;opacity:.5;padding-top:5px;text-align:center}.bargraphContainer{display:flex;flex-direction:row;align-items:center}.bargraphYLable{font-size:.7em;opacity:.5;padding:0 .5rem;writing-mode:vertical-rl;rotate:180deg}.bargraphXLable{font-size:.7em;opacity:.5;padding:.5rem 0;text-align:center}.metric{display:flex;flex-direction:column;align-items:flex-start;margin:.5rem 0}.metricLabel{font-size:.8em;color:#888}
