body{--bg-accent:#3a86ff;--font-accent:var(--bg-primary);--font-grey:#b4b5b4;--party-affirmative:#c7ca2d;--party-negative:#d6823a;--party-negative-font:#d6823a;--bg-primary:#fff;--bg-secondary:#e5e5e5;--bg-popup:rgba(0,0,0,.45);--font-primary:#000;--font-secondary:#444;--party-affirmative-font:#b2b528;--disabled-opacity:.5;--feature-discovery-glow-shadow:0 0 15px 3px #fff}body[data-theme=dark]{--bg-primary:#000;--bg-secondary:#1c1c1e;--bg-popup:hsla(0,0%,100%,0.25);--font-primary:#fff;--font-secondary:#8e8e8f;--party-affirmative-font:var(--party-affirmative);--disabled-opacity:.75;--feature-discovery-glow-shadow:0 0 20px 5px #fff}*,:after,:before{box-sizing:border-box;transition-duration:.15s;transition-property:none;transition-timing-function:linear}#preact_root,body,html{height:100%}body{background-color:var(--bg-secondary);color:var(--font-primary);font-family:-apple-system,BlinkMacSystemFont,system-ui,Roboto Light,Roboto,Helvetica,sans-serif;font-size:16px;margin:0}.screen{background-color:var(--bg-primary);height:100%}button{background:transparent;border:none;font-family:inherit}.screen--timer{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;overflow:hidden}.header,.preptime,.speakers,.time-slots-carousel{-ms-flex-positive:1;flex-grow:1}.preptime,.speakers,.time-slots-carousel{--padding-x:1rem;-ms-flex-item-align:center;align-self:center;max-width:calc(600px + var(--padding-x)*2);width:100vw}.preptime,.speakers{-ms-flex-pack:space-evenly;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-evenly}.preptime__button,.speakers__column{width:calc(50% - var(--padding-x)*3/2)}@media only screen and (min-width:768px)and (min-height:479.9px){.preptime,.speakers,.time-slots-carousel{-ms-flex-pack:justify;--padding-x:4rem;justify-content:space-between;max-width:600px}.preptime__button,.speakers__column{width:calc(50% - var(--padding-x)/2)}}@media only screen and (max-height:480px)and (orientation:landscape){.screen--timer{-ms-flex-direction:row;flex-direction:row}.header{-ms-flex-preferred-size:15%;flex-basis:15%}.speakers{-ms-flex-preferred-size:40%;flex-basis:40%}.preptime{-ms-flex-preferred-size:20%;flex-basis:20%}.preptime,.speakers{width:auto}.preptime__button{width:100%}.screen--timer-linear{--screen-linear-timer-padding:1rem;--grid-speakers-width:calc(15% + 5rem);--grid-toolbar-width:3.75rem;--grid-preptime-height:4rem;display:grid;grid-template-areas:"speakers preptime toolbar" "speakers carousel toolbar";grid-template-columns:var(--grid-speakers-width) calc(100% - var(--grid-speakers-width) - var(--grid-toolbar-width)) var(--grid-toolbar-width);grid-template-rows:var(--grid-preptime-height) auto}.screen--timer-linear .main-time{font-size:10vw}.screen--timer-linear .toolbar{grid-area:toolbar;margin-left:0}.speakers--linear{grid-area:speakers}.preptime--linear{grid-area:preptime}.time-slots-carousel{grid-area:carousel}}.screen--settings{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:auto;min-height:100%;padding-bottom:2rem}.screen--settings section{-ms-flex-item-align:center;align-self:center;padding:1rem 1rem 0;width:min(600px,100%)}.about__paragraph,.radio__label{font-size:.9rem;font-weight:300;line-height:1.5;margin:0 0 1rem}@media only screen and (min-height:600px){.about__paragraph,.radio__label{font-size:1rem}}.about__paragraph--link{text-align:center}.about__paragraph--link a{color:var(--bg-accent);text-decoration:none}.about__paragraph--link a:hover{text-decoration:underline}.about__logo{display:block;margin:4rem auto 0;max-width:300px;width:75%}@media only screen and (max-height:480px)and (orientation:landscape){.about__logo{margin-top:2rem;max-height:25vh;width:auto}}.button{-ms-flex-align:center;-ms-flex-pack:space-evenly;--height:2.4rem;--inverse-height:3rem;--title-font-size:.9rem;--subtitle-font-size:.75rem;align-items:center;background-color:var(--bg-primary);border:1px solid var(--bg-accent);border-radius:.5rem;color:var(--bg-accent);cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:var(--height);justify-content:space-evenly;outline:none;padding:.25rem}.button--affirmative{--bg-accent:var(--party-affirmative)}.button--affirmative .button__title{color:var(--party-affirmative-font)}.button--negative{--bg-accent:var(--party-negative)}.button--negative .button__title{color:var(--party-negative-font)}.button--active{background-color:var(--bg-accent);color:var(--font-accent)}.button--active .button__subtitle,.button--active .button__title{color:inherit}.button--inverse{height:var(--inverse-height)}.button--inverse .button__title{font-size:var(--subtitle-font-size)}.button--inverse .button__subtitle{font-size:var(--title-font-size)}.button--disabled{cursor:not-allowed;-webkit-filter:grayscale(1);filter:grayscale(1);opacity:var(--disabled-opacity)}.button__title{display:block;font-size:var(--title-font-size);font-weight:500}.button__subtitle{color:var(--font-grey);font-size:var(--subtitle-font-size);font-weight:300}@media only screen and (min-height:600px){.button{--height:2.75rem;--inverse-height:3.5rem;--title-font-size:1rem;--subtitle-font-size:.8rem}}@media only screen and (min-height:700px){.button{--height:3rem;--inverse-height:3.5rem;--title-font-size:1.25rem;--subtitle-font-size:.9rem}}@media only screen and (min-width:768px)and (min-height:479.9px){.button{--height:4rem;--inverse-height:4.5rem;--title-font-size:1.6rem;--subtitle-font-size:1.1rem}}@media only screen and (max-height:480px)and (orientation:landscape){.button{--height:15vh;--inverse-height:18vh;--title-font-size:5vh;--subtitle-font-size:4vh}}.dialog{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:var(--bg-popup);display:-ms-flexbox;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:7}.dialog__content{background-color:var(--bg-primary);border-radius:.75rem;box-shadow:0 2px 10px -4px var(--font-primary);max-width:500px;padding:1rem 1rem 0;width:90%}.dialog__content p{font-size:1rem;line-height:1.25;margin:0 0 1rem}.dialog__content p:last-of-type{margin-bottom:0}.dialog__button{color:var(--bg-accent);cursor:pointer;float:right;font-size:1rem;font-weight:400;padding:1rem}.dialog__button--confirm{font-weight:600;margin-right:-.75rem}.nav{-ms-flex-align:center;-ms-flex-pack:center;--nav-button-width:3rem;--nav-button-padding:.5rem;align-items:center;background-color:var(--bg-secondary);display:-ms-flexbox;display:flex;height:2.5rem;justify-content:center}.nav__back,.nav__filler{height:100%;padding:0 0 0 var(--nav-button-padding);text-align:left;width:var(--nav-button-width)}.nav__back{cursor:pointer}.nav__back svg{fill:var(--bg-accent);height:.85rem}.nav__heading{font-size:.9rem;font-weight:300;margin:0;text-align:center;width:calc(min(600px,100%) - var(--nav-button-width)*2 - var(--nav-button-padding)*2)}@media only screen and (max-height:480px)and (orientation:landscape),only screen and (min-height:600px){.nav{height:3rem}.nav__back svg{height:.95rem}.nav__heading{font-size:1rem}}.dialog__content .pwa-prompt__paragraph{line-height:2}.pwa-prompt__list{counter-reset:dialog-ordered-list;margin:0;padding-left:0}.pwa-prompt__list-item{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;line-height:1.5;min-height:3.5rem;padding:.5rem 0}.pwa-prompt__list-item:before{content:counter(dialog-ordered-list) ".";counter-increment:dialog-ordered-list;margin-right:.5rem}.pwa-prompt__icon{margin-left:auto;padding-left:.5rem}.pwa-prompt__icon svg{fill:var(--bg-accent);height:2rem;width:2rem}.radio__options{border:2px solid var(--bg-accent);border-radius:.25rem;display:-ms-flexbox;display:flex;margin-bottom:1rem}.radio__option{-ms-flex-preferred-size:0;-ms-flex-positive:1;border:0;color:var(--bg-accent);cursor:pointer;flex-basis:0;flex-grow:1;font-size:.8rem;line-height:1.5rem;margin:-1px 0;padding:.15rem 0;transition-property:background-color,color}.radio__option--active{background-color:var(--bg-accent);color:var(--font-accent)}@media only screen and (min-height:600px){.radio__option{font-size:.9rem;line-height:1.8rem}}.toolbar{-ms-flex-pack:center;background-color:var(--bg-secondary);display:-ms-flexbox;display:flex;justify-content:center}.toolbar__button{color:var(--font-secondary);cursor:pointer;font-size:.6rem;font-weight:300;max-width:300px;padding:.4rem 0;width:50%}.toolbar__button--disabled{cursor:not-allowed;opacity:.3}.toolbar__button-icon{margin-bottom:.2rem}.toolbar__button-icon svg{fill:var(--font-secondary);height:1.25rem}@media only screen and (min-height:600px){.toolbar__button{font-size:.75rem;padding:.5rem 0}}@media only screen and (min-width:768px)and (min-height:479.9px){.toolbar__button{font-size:1rem;padding:.75rem 0}.toolbar__button-icon svg{height:1.75rem}}@media only screen and (max-height:480px)and (orientation:landscape){.toolbar{-ms-flex-direction:column;flex-direction:column;margin-left:1.5rem}.toolbar__button{height:50%;padding:0 .5rem;width:100%}}.header{-ms-flex-pack:space-evenly;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:space-evenly;text-align:center}.main-time{display:block;font-size:9vh;font-weight:300}.header__time{margin:1vh 0}.header__time--disabled{opacity:calc(var(--disabled-opacity) - .25)}.header__button{height:2.75rem;margin:0 auto;max-width:350px;width:60%}@media only screen and (min-height:600px){.main-time{font-size:10vh}.header__button{height:3rem}}@media only screen and (min-height:700px){.header__button{height:3.5rem}}@media only screen and (min-width:768px)and (min-height:479.9px){.header__button{height:4rem}}@media only screen and (max-height:480px)and (orientation:landscape){.header,.speakers--linear{margin-left:1.5rem}.header{-ms-flex-pack:center;justify-content:center}.header__time{margin:0 0 1rem}.main-time{font-size:7vw}.header__button{height:15vh;width:100%}}.preptime{position:relative}.preptime__heading{-ms-flex-item-align:end;align-self:flex-end;font-size:1.1rem;font-weight:200;margin-bottom:.75rem;margin-top:0;text-align:center;width:100%}@media only screen and (min-height:600px){.preptime__heading{font-size:1.25rem;margin-bottom:1.25rem}}@media only screen and (min-height:700px){.preptime__heading{font-size:1.5rem}}@media only screen and (min-width:768px)and (min-height:479.9px){.preptime__heading{font-size:2rem}}@media only screen and (max-height:480px)and (orientation:landscape){.preptime__button{margin:.25rem 0}}.speakers{-ms-flex-align:center;align-items:center}.speakers__column{-ms-flex-pack:space-evenly;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:space-evenly}.speakers__button{margin:.15rem 0;width:100%}@media only screen and (max-height:480px)and (orientation:landscape){.speakers__button{margin:.25rem 0}}.feature-discovery{background-color:rgba(0,0,0,.6);height:100%;left:0;position:absolute;top:0;width:100%}.feature-discovery__heading{color:#fff;margin:0;position:absolute;text-align:center;text-shadow:2px 1px 2px #000,1px 1px 4px #000;z-index:6}.feature-discovery__heading--timer{bottom:45%;font-size:1.4rem;left:50%;padding:0 1rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:min(100vw,350px)}.feature-discovery__heading--settings{bottom:.5rem;font-size:1.2rem;right:42%;width:min(55%,220px)}.feature-discovery-visible .time-slots-carousel__card:first-child{box-shadow:var(--feature-discovery-glow-shadow);z-index:5}@media only screen and (min-height:700px){.feature-discovery__heading--timer{bottom:50%}}@media only screen and (min-width:768px)and (min-height:479.9px){.feature-discovery__heading--timer{bottom:47%;font-size:1.6rem}.feature-discovery__heading--settings{bottom:2rem;right:50%}}@media only screen and (min-width:1024px)and (min-height:479.9px){.feature-discovery__heading--timer{bottom:50%}}@media only screen and (max-height:480px)and (orientation:landscape){.feature-discovery__heading--timer{bottom:auto;left:0;top:10%;-webkit-transform:none;-ms-transform:none;transform:none}.feature-discovery__heading--settings{bottom:auto;right:3%;text-align:right;top:30%}}.preptime--linear{--preptime-height:3rem;-ms-flex:0 0 var(--preptime-height);flex:0 0 var(--preptime-height)}.preptime__button--linear{-ms-flex-align:center;-ms-flex-pack:center;--center-offset:.5rem;align-items:center;border:1px solid var(--border-colour);border-radius:.5rem;display:-ms-flexbox;display:flex;font-size:1.2rem;font-weight:300;justify-content:center;width:calc(50% - var(--padding-x)*2/2)}.preptime__button--affirmative{--border-colour:var(--party-affirmative);border-bottom-right-radius:0;border-top-right-radius:0;margin-right:calc(var(--center-offset)*-1);padding-right:var(--center-offset)}.preptime__button--negative{--border-colour:var(--party-negative);border-bottom-left-radius:0;border-top-left-radius:0;margin-left:calc(var(--center-offset)*-1);padding-left:var(--center-offset)}.preptime__toggle-paused-button{border-radius:100%;height:var(--preptime-height);position:absolute;top:0;width:var(--preptime-height)}.preptime__toggle-paused-button .icon{fill:var(--font-accent);width:45%}.preptime__toggle-paused-button .icon--pause{width:55%}.preptime__toggle-paused-button .icon--play{margin-right:-5px}.preptime__toggle-paused-button--affirmative{--bg-accent:var(--party-affirmative-font)}.preptime__toggle-paused-button--negative{--bg-accent:var(--party-negative-font)}@media only screen and (min-width:768px)and (min-height:479.9px){.preptime--linear{--preptime-height:4rem}.preptime__button--linear{font-size:1.5rem;width:50%}.preptime__toggle-paused-button{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}@media only screen and (max-height:480px)and (orientation:landscape){.preptime--linear{-ms-flex-item-align:stretch;-ms-flex-pack:center;--preptime-height:calc(var(--grid-preptime-height) - var(--screen-linear-timer-padding));align-self:stretch;justify-content:center;padding-top:var(--screen-linear-timer-padding)}.preptime__button--linear{margin:0;width:calc(50% - var(--screen-linear-timer-padding))}.preptime__toggle-paused-button{bottom:0;top:unset}}.speakers--linear{padding-bottom:min(var(--padding-x),2rem);padding-top:min(2*var(--padding-x),4rem)}.speakers__column--linear{-ms-flex-pack:justify;border:1px solid var(--column-border-colour);border-radius:.5rem;justify-content:space-between;padding:1rem}.speakers__column--affirmative{--column-border-colour:var(--party-affirmative);--column-font-colour:var(--party-affirmative-font)}.speakers__column--negative{--column-border-colour:var(--party-negative);--column-font-colour:var(--party-negative-font)}@media only screen and (max-height:480px)and (orientation:landscape){.speakers--linear{-ms-flex-direction:column;flex-direction:column;gap:1rem;height:calc(100% - var(--screen-linear-timer-padding)*2);padding:0}.speakers__column--linear{-ms-flex-positive:1;flex-grow:1;height:auto;padding-bottom:.5rem;padding-top:.5rem;width:100%}}.speakers-box__row{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;justify-content:space-between}.speakers-box__row--timeless{-ms-flex-pack:center;justify-content:center}.speakers-box__row--timeless .speakers-box__time{display:none}.speakers-box__row--speaker{font-size:1.2rem}.speakers-box__row--questioner{font-size:.9rem;margin-top:.5rem}.speakers-box__row--questioner .speakers-box__time{color:var(--font-grey)}.speakers-box__label{color:var(--column-font-colour)}.speakers-box__time{font-weight:300}@media only screen and (max-height:480px)and (orientation:landscape),only screen and (min-height:700px){.speakers-box__row--speaker{font-size:1.1rem}.speakers-box__row--questioner{font-size:.85rem}}@media only screen and (min-width:768px)and (min-height:479.9px){.speakers-box__row--speaker{font-size:1.5rem}.speakers-box__row--questioner{font-size:1.2rem;margin-top:1rem}}@media only screen and (max-height:480px)and (orientation:landscape){.speakers-box__row--speaker{font-size:1rem}.speakers-box__row--questioner{font-size:.75rem;margin-top:.25rem}}.time-slots-carousel{--carousel-flex-gap:1rem;--carousel-card-overflow:1rem;--carousel-transition-duration:.5s;--carousel-full-width:Min(100vw,600px);--carousel-card-full-width:calc(var(--carousel-full-width) - var(--carousel-flex-gap) - var(--carousel-card-overflow)*2);display:-ms-flexbox;display:flex;gap:var(--carousel-flex-gap);padding:min(var(--padding-x),2rem) var(--padding-x) min(2*var(--padding-x),4rem);-ms-touch-action:pan-y;touch-action:pan-y}.time-slots-carousel .time-slots-carousel__card:first-child{transition-duration:var(--carousel-transition-duration);transition-property:margin,opacity;transition-timing-function:ease-in-out}.time-slots-carousel--card-1-visible .time-slots-carousel__card:first-child{margin-left:calc(var(--carousel-card-full-width)*-1)}.time-slots-carousel--card-2-visible .time-slots-carousel__card:first-child{margin-left:calc(var(--carousel-card-full-width)*-2)}.time-slots-carousel--card-3-visible .time-slots-carousel__card:first-child{margin-left:calc(var(--carousel-card-full-width)*-3)}.time-slots-carousel--card-4-visible .time-slots-carousel__card:first-child{margin-left:calc(var(--carousel-card-full-width)*-4)}.time-slots-carousel--card-5-visible .time-slots-carousel__card:first-child{margin-left:calc(var(--carousel-card-full-width)*-5)}.time-slots-carousel--card-6-visible .time-slots-carousel__card:first-child{margin-left:calc(var(--carousel-card-full-width)*-6)}.time-slots-carousel--card-7-visible .time-slots-carousel__card:first-child{margin-left:calc(var(--carousel-card-full-width)*-7)}.time-slots-carousel--card-8-visible .time-slots-carousel__card:first-child{margin-left:calc(var(--carousel-card-full-width)*-8)}.time-slots-carousel--card-9-visible .time-slots-carousel__card:first-child{margin-left:calc(var(--carousel-card-full-width)*-9)}.time-slots-carousel--card-10-visible .time-slots-carousel__card:first-child{margin-left:calc(var(--carousel-card-full-width)*-10)}.time-slots-carousel--card-11-visible .time-slots-carousel__card:first-child{margin-left:calc(var(--carousel-card-full-width)*-11)}.time-slots-carousel--card-12-visible .time-slots-carousel__card:first-child{margin-left:calc(var(--carousel-card-full-width)*-12)}.time-slots-carousel--card-13-visible .time-slots-carousel__card:first-child{margin-left:calc(var(--carousel-card-full-width)*-13)}.time-slots-carousel--card-14-visible .time-slots-carousel__card:first-child{margin-left:calc(var(--carousel-card-full-width)*-14)}.time-slots-carousel--card-15-visible .time-slots-carousel__card:first-child{margin-left:calc(var(--carousel-card-full-width)*-15)}.time-slots-carousel--card-16-visible .time-slots-carousel__card:first-child{margin-left:calc(var(--carousel-card-full-width)*-16)}.time-slots-carousel--card-17-visible .time-slots-carousel__card:first-child{margin-left:calc(var(--carousel-card-full-width)*-17)}.time-slots-carousel--card-18-visible .time-slots-carousel__card:first-child{margin-left:calc(var(--carousel-card-full-width)*-18);margin-right:calc(var(--carousel-flex-gap) + var(--carousel-card-overflow))}.time-slots-carousel__card{-ms-flex-align:center;-ms-flex-preferred-size:calc(var(--carousel-card-full-width) - var(--carousel-flex-gap));-ms-flex-positive:0;-ms-flex-negative:0;-ms-flex-pack:center;align-items:center;background-color:var(--party-colour);border:1px solid var(--party-colour);border-radius:.5rem;color:var(--font-accent);cursor:pointer;display:-ms-flexbox;display:flex;flex-basis:calc(var(--carousel-card-full-width) - var(--carousel-flex-gap));flex-grow:0;flex-shrink:0;height:100%;justify-content:center;position:relative;transition-duration:var(--carousel-transition-duration);transition-property:opacity}.time-slots-carousel__card--disabled{opacity:.75}.time-slots-carousel__card:disabled{cursor:not-allowed}.time-slots-carousel__card--paused.time-slots-carousel__card--not-started,.time-slots-carousel__card--paused:not(:last-child){-webkit-animation:Pulsate 1.25s ease-in-out infinite;animation:Pulsate 1.25s ease-in-out infinite;opacity:.5}@-webkit-keyframes Pulsate{0%{opacity:.4}70%{opacity:1}to{opacity:.4}}@keyframes Pulsate{0%{opacity:.4}70%{opacity:1}to{opacity:.4}}.time-slots-carousel__card--affirmative{--party-colour:var(--party-affirmative)}.time-slots-carousel__card--negative{--party-colour:var(--party-negative)}.time-slots-carousel__card-label{left:.75rem;position:absolute;top:.75rem}@media only screen and (min-height:600px){.time-slots-carousel__card-label{font-size:1rem;left:1rem;top:1rem}}@media only screen and (min-width:768px)and (min-height:479.9px){.time-slots-carousel{--carousel-card-overflow:calc(var(--carousel-flex-gap)*-1);padding-left:0;padding-right:0}.time-slots-carousel__card--disabled{opacity:.5}}@media only screen and (min-width:1024px)and (min-height:479.9px){.time-slots-carousel__card-label{font-size:1.2rem}}@media only screen and (max-height:480px)and (orientation:landscape){.time-slots-carousel{-ms-flex-item-align:stretch;--carousel-full-width:100%;--carousel-card-overflow:.5rem;align-self:stretch;overflow:hidden;padding-bottom:var(--screen-linear-timer-padding);width:100%}.time-slots-carousel--card-18-visible .time-slots-carousel__card:first-child{margin-right:calc(var(--carousel-flex-gap) + var(--carousel-card-overflow)*4)}.time-slots-carousel__card-label{font-size:1.1rem}}