*{margin:0;padding:0;box-sizing:border-box}:root{--primary-colour:#1daf90;--primary-colour-hover:#199a7e;--primary-colour-translucent:rgba(29,175,144,.267);--dark-grey:#404040;--medium-grey:#666;--light-grey:#ccc;--system-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--body-text-colour:#fff;--canvas-zoom-level:1;--canvas-background-colour:#fff}html{-webkit-locale:en-GB;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%}.app,body,html{background-color:var(--dark-grey);max-height:100%;overflow:hidden}body{font:14px var(--system-font);color:var(--body-text-colour);display:grid}.app,.app>*,body{width:100vw;overflow:hidden}a{color:inherit;text-decoration:none}.app{background-color:var(--dark-grey);margin-top:64px;margin-top:calc(env(safe-area-inset-top) + 64px);height:calc(100vh - 64px);height:calc(100vh - (env(safe-area-inset-top) + 64px));display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-template-areas:"top-bar" "router-view"}.app.top-bar-hidden{margin-top:0;height:100vh;grid-template-rows:1fr;grid-template-areas:"router-view"}.top-bar[data-v-949221c8]{grid-area:top-bar;position:fixed;top:0;right:0;left:0;z-index:10;background-color:var(--dark-grey);border-bottom:4px solid var(--primary-colour);transition:all .3s ease-in-out;display:grid;-ms-flex-line-pack:center;align-content:center;grid-template-columns:1fr 1.7fr 1.5fr;grid-template-rows:60px;grid-template-areas:"primary-actions brand secondary-actions"}.primary-actions[data-v-949221c8]{display:grid;grid-gap:1em;grid-template-columns:auto 1fr;grid-template-areas:"back-button presentation-title";justify-items:space-between}.back-button[data-v-949221c8],.primary-actions[data-v-949221c8]{-ms-flex-align:center;align-items:center}.back-button[data-v-949221c8]{grid-area:back-button;padding:1em;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;color:var(--primary-colour)}.back-button[data-v-949221c8]:hover{background-color:rgba(0,0,0,.2)}.back-button i[data-v-949221c8]{font-size:2em}.presentation-title[data-v-949221c8]{grid-area:presentation-title;display:grid;grid-template-columns:1fr auto}.presentation-title i[data-v-949221c8],.presentation-title input[data-v-949221c8]{padding:.3em .4em;color:#fff}.presentation-title input[data-v-949221c8]{background-color:transparent;border:0;font-size:1.1em;padding:.3em .4em;border-radius:3px 0 0 3px;text-shadow:0 1px 5px rgba(0,0,0,.5)}.presentation-title i[data-v-949221c8]{visibility:hidden;background-color:rgba(0,0,0,.4);border-radius:0 3px 3px 0;font-size:1em;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.presentation-title input[data-v-949221c8]:hover{background-color:rgba(0,0,0,.2)}.presentation-title input[data-v-949221c8]:focus{background-color:rgba(0,0,0,.3)}.presentation-title input:focus+i[data-v-949221c8],.presentation-title input:hover+i[data-v-949221c8]{visibility:visible}.brand[data-v-949221c8]{grid-area:brand;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.brand svg[data-v-949221c8]{transition:fill .3s ease-in-out;fill:hsla(0,0%,100%,.5)}.brand a:hover svg[data-v-949221c8]{fill:var(--primary-colour)}.presentation-actions[data-v-949221c8]{grid-area:presentation-actions}.secondary-actions[data-v-949221c8]{grid-area:secondary-actions;padding:1em;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end}.secondary-actions a[data-v-949221c8]{background-color:hsla(0,0%,100%,.2);padding:.5em .8em;border-radius:8px;font-size:1em;font-weight:700;transition:all .3s ease-in-out;margin-left:1em;display:grid;grid-gap:1em;grid-template-columns:auto 1fr;-ms-flex-align:center;align-items:center}.secondary-actions a i[data-v-949221c8]{font-size:1.2em}.secondary-actions a[data-v-949221c8]:hover{background-color:hsla(0,0%,100%,.9);color:var(--dark-grey)}@media only screen and (device-width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3){.top-bar[data-v-949221c8]{padding:20px 20px 0;padding-top:calc(constant(safe-area-inset-top) - 10px) calc(constant(safe-area-inset-right) - 2em) 0 calc(constant(safe-area-inset-left) - 2em);padding:calc(env(safe-area-inset-top) - 10px) calc(env(safe-area-inset-right) - 2em) 0 calc(env(safe-area-inset-left) - 2em)}}@media (max-width:800px){.presentation-title[data-v-949221c8],.secondary-actions[data-v-949221c8]{display:none}}.loading-overlay[data-v-186e798e]{background-color:var(--dark-grey);color:rgba(0,0,0,.7);font-size:2em;z-index:10;position:absolute;top:0;bottom:0;left:0;right:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}svg path[data-v-186e798e]{fill:none;stroke-width:5px;stroke:var(--primary-colour);stroke-dasharray:1000;stroke-dashoffset:1000;stroke-linecap:round;animation:dash-data-v-186e798e 1.8s linear infinite}@keyframes dash-data-v-186e798e{to{stroke-dashoffset:0}}.loading-enter-active[data-v-186e798e],.loading-leave-active[data-v-186e798e]{transition:opacity .3s}.loading-enter[data-v-186e798e],.loading-leave-to[data-v-186e798e]{opacity:0}