:root{--gray-50:#f7fafc;--gray-100:#edf2f7;--gray-200:#e2e8f0;--gray-300:#cbd5e0;--gray-400:#a0aec0;--gray-500:#718096;--gray-600:#4a5568;--gray-700:#2d3748;--gray-800:#1a202c;--gray-900:#171923;--red-50:#fff5f5;--red-100:#fed7d7;--red-200:#feb2b2;--red-300:#fc8181;--red-400:#f56565;--red-500:#e53e3e;--red-600:#c53030;--red-700:#9b2c2c;--red-800:#822727;--red-900:#63171b;--orange-50:#fffaf0;--orange-100:#feebc8;--orange-200:#fbd38d;--orange-300:#f6ad55;--orange-400:#ed8936;--orange-500:#dd6b20;--orange-600:#c05621;--orange-700:#9c4221;--orange-800:#7b341e;--orange-900:#652b19;--yellow-50:ivory;--yellow-100:#fefcbf;--yellow-200:#faf089;--yellow-300:#f6e05e;--yellow-400:#ecc94b;--yellow-500:#d69e2e;--yellow-600:#b7791f;--yellow-700:#975a16;--yellow-800:#744210;--yellow-900:#5f370e;--green-50:#f0fff4;--green-100:#c6f6d5;--green-200:#9ae6b4;--green-300:#68d391;--green-400:#48bb78;--green-500:#38a169;--green-600:#2f855a;--green-700:#276749;--green-800:#22543d;--green-900:#1c4532;--teal-50:#e6fffa;--teal-100:#b2f5ea;--teal-200:#81e6d9;--teal-300:#4fd1c5;--teal-400:#38b2ac;--teal-500:#319795;--teal-600:#2c7a7b;--teal-700:#285e61;--teal-800:#234e52;--teal-900:#1d4044;--blue-50:#ebf8ff;--blue-100:#ceedff;--blue-200:#90cdf4;--blue-300:#63b3ed;--blue-400:#4299e1;--blue-500:#3182ce;--blue-600:#2a69ac;--blue-700:#1e4e8c;--blue-800:#153e75;--blue-900:#1a365d;--cyan-50:#edfdfd;--cyan-100:#c4f1f9;--cyan-200:#9decf9;--cyan-300:#76e4f7;--cyan-400:#0bc5ea;--cyan-500:#00b5d8;--cyan-600:#00a3c4;--cyan-700:#0987a0;--cyan-800:#086f83;--cyan-900:#065666;--purple-50:#faf5ff;--purple-100:#e9d8fd;--purple-200:#d6bcfa;--purple-300:#b794f4;--purple-400:#9f7aea;--purple-500:#805ad5;--purple-600:#6b46c1;--purple-700:#553c9a;--purple-800:#44337a;--purple-900:#322659;--pink-50:#fff5f7;--pink-100:#fed7e2;--pink-200:#fbb6ce;--pink-300:#f687b3;--pink-400:#ed64a6;--pink-500:#d53f8c;--pink-600:#b83280;--pink-700:#97266d;--pink-800:#702459;--pink-900:#521b41;--blue-bg:rgba(99,179,237,0.22);--green-bg:rgba(104,211,145,0.22);--orange-bg:rgba(246,173,85,0.22);--red-bg:rgba(252,129,129,0.22);--color-lighten:hsla(0,0%,100%,0.08);--color-lighter:hsla(0,0%,100%,0.04);--color-darken:rgba(0,0,0,0.16);--color-focus:var(--yellow-400);--color-danger:var(--red-500);--focus-bs:0 0 0 0.125rem var(--color-focus);--focus-bs-thin:0 0 0 0.0625rem var(--color-focus);--scroll-track:var(--gray-900);--scroll-thumb:var(--color-focus);--triangle-color:var(--gray-700);--on-top-bs:0 0.5rem 1rem 0.5rem var(--color-darken)}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:sans-serif;background-color:#1a202c;background-color:var(--gray-800);color:#fff;min-height:100vh;display:flex;flex-direction:column}:focus{outline:0;box-shadow:0 0 0 .125rem #ecc94b;box-shadow:var(--focus-bs)}.focus-outline:focus{box-shadow:none;outline:.25rem solid #ecc94b;outline:.25rem solid var(--color-focus);outline-offset:.25rem}button,input,textarea{font:inherit;background:none;border:none;padding:0;line-height:1;color:currentColor}button{cursor:pointer}button:disabled{cursor:default}textarea{resize:none;caret-color:currentColor}a{text-decoration:none;color:inherit}ol,ul{list-style:none}svg{-webkit-user-select:none;-ms-user-select:none;user-select:none}h1,h2,h3,h4,h5{font-family:"Raleway",sans-serif}fieldset{border:none}::-webkit-scrollbar{width:.5rem;height:1rem}::-webkit-scrollbar-track{background-color:#171923;background-color:var(--scroll-track)}::-webkit-scrollbar-thumb{background-color:#ecc94b;background-color:var(--scroll-thumb)}small{font-size:.75rem}.xs{font-size:.5rem}.sm{font-size:.75rem}.md{font-size:1rem}.lg{font-size:1.25rem}.xl{font-size:1.5rem}.xxl{font-size:2rem}.xxxl{font-size:3rem}.placeholder-button{border:.25rem dashed hsla(0,0%,100%,.08);border:.25rem dashed var(--color-lighten);border-radius:1rem}.placeholder-button:focus{box-shadow:none;border-color:#ecc94b;border-color:var(--color-focus)}.disc-list{list-style:disc;padding-left:1rem}.ellipses{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.input-flush:focus{box-shadow:none;text-decoration:underline;-webkit-text-decoration-color:#ecc94b;text-decoration-color:#ecc94b;-webkit-text-decoration-color:var(--color-focus);text-decoration-color:var(--color-focus)}.button-group{display:flex;background-color:hsla(0,0%,100%,.08);background-color:var(--color-lighten);height:2.5rem;font-weight:600;border-radius:.25rem;-webkit-user-select:none;-ms-user-select:none;user-select:none}.button-group>.button:first-child,.button-group>.icon-button:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.button-group>.button:last-child,.button-group>.icon-button:last-child{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.icon-button{cursor:pointer;width:2.5rem}.icon-button:focus{box-shadow:inset 0 0 0 .125rem #ecc94b;box-shadow:var(--focus-bs) inset}.with-dividers>*{position:relative}.with-dividers>:before{content:"";position:absolute;border-left:.125rem solid rgba(0,0,0,.16);border-left:.125rem solid var(--color-darken);top:0;right:calc(100% - .0625rem);bottom:0}.with-dividers>:first-child:before{content:unset}.fallback-page{max-width:800px;margin:0 auto}.triangle-top:before{content:"";position:absolute;bottom:100%;border:.5rem solid transparent;border-bottom:.5rem solid var(--triangle-color);left:50%;transform:translateX(-50%);z-index:-1}.spinner{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;cursor:wait}.spinner:before{content:"";display:inline-block;width:1rem;height:1rem;-webkit-animation:spinner__spin 1s linear infinite;animation:spinner__spin 1s linear infinite;border:.25rem solid;border-right:.25rem solid transparent;border-radius:1000px}@-webkit-keyframes spinner__spin{0%{transform:rotate(0turn)}to{transform:rotate(1turn)}}@keyframes spinner__spin{0%{transform:rotate(0turn)}to{transform:rotate(1turn)}}.spinner.fade-in{-webkit-animation:spinner__fade-in 1s ease-in 1 forwards;animation:spinner__fade-in 1s ease-in 1 forwards}@-webkit-keyframes spinner__fade-in{0%{opacity:0}to{opacity:1}}@keyframes spinner__fade-in{0%{opacity:0}to{opacity:1}}.button{background-color:var(--color-lighten);min-width:2.5rem;height:2.5rem;line-height:1.2;padding-left:1rem;padding-right:1rem;font-weight:600;border-radius:.25rem;white-space:nowrap;-webkit-user-select:none;-ms-user-select:none;user-select:none}.button--right-icon>svg{margin-left:.5rem}.button--left-icon>svg{margin-right:.5rem}.base-alert{border-left:.5rem solid var(--alert-primary-color);padding:.5rem}.base-alert--info{--alert-primary-color:var(--blue-300);background-color:var(--blue-bg)}.base-alert--success{--alert-primary-color:var(--green-300);background-color:var(--green-bg)}.base-alert--warning{--alert-primary-color:var(--orange-300);background-color:var(--orange-bg)}.base-alert--error{--alert-primary-color:var(--red-300);background-color:var(--red-bg)}.alert{display:flex;align-items:center}.alert__actions{margin-left:auto}.alert__actions .button{background-color:var(--alert-primary-color);color:rgba(0,0,0,.69)}.add-youtube-video-form__heading{margin-bottom:1rem}.youtube-id-input__examples{margin:.5rem .5rem 1rem}.youtube-id-input__label-row{display:flex;justify-content:space-around;margin-bottom:1rem}.youtube-id-input__label{display:inline-flex;flex-direction:column;font-weight:700;font-size:1.25rem}.youtube-id-input__label>input{font-weight:400;padding:.5rem;border-bottom:.25rem solid var(--color-lighten);align-self:flex-start}.file-drop-target{--initial-x:0;--initial-y:0;--initial-width:0;--initial-height:0}.file-drop-target__content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;border:.25rem dashed var(--color-lighten);border-radius:1rem;position:relative}.file-drop-target--dragging{width:var(--auto-width);width:var(--initial-width);height:var(--auto-height);height:var(--initial-height)}.file-drop-target--dragging>.file-drop-target__content{z-index:80;position:fixed;top:1rem;left:1rem;width:calc(100vw - 2rem);height:calc(100vh - 2rem);-webkit-animation:file-drop-target__fill-screen .5s ease-in-out 1 forwards;animation:file-drop-target__fill-screen .5s ease-in-out 1 forwards}.file-drop-target--has-error>.file-drop-target__content{border-color:var(--color-danger)}@-webkit-keyframes file-drop-target__fill-screen{0%{top:var(--auto-y);top:var(--initial-y);left:var(--auto-x);left:var(--initial-x);width:var(--auto-width);width:var(--initial-width);height:var(--auto-height);height:var(--initial-height)}to{background-color:var(--gray-700)}}@keyframes file-drop-target__fill-screen{0%{top:var(--auto-y);top:var(--initial-y);left:var(--auto-x);left:var(--initial-x);width:var(--auto-width);width:var(--initial-width);height:var(--auto-height);height:var(--initial-height)}to{background-color:var(--gray-700)}}.file-drop-target__drop-label{margin-top:1rem}.file-drop-target__error-label{margin-top:1rem;color:var(--color-danger)}.add-upload-video-form__heading{margin-bottom:1rem}.add-video-form{display:flex;flex-direction:column;margin-top:-2rem}.add-video-form>*{margin-top:2rem}.aspect-ratio{display:grid}.aspect-ratio__content,.aspect-ratio__stretcher{grid-row:1;grid-column:1}.aspect-ratio__stretcher{width:100%;height:auto}.aspect-ratio__content{display:flex}.aspect-ratio__content--center{align-self:center;justify-self:center}.thumbnail__image{background-color:var(--gray-700);background-repeat:no-repeat;background-size:cover;background-position:50%;background-blend-mode:luminosity;width:100%;height:100%}.existing-video-list{margin-top:1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2rem;align-items:flex-start;margin-bottom:2rem}.existing-video-list__item__button{width:100%;height:100%;text-align:start}.existing-video-list__item__name{margin-top:.5rem}.new-transcript-page{max-width:1000px;margin:0 auto;padding:2rem 2rem 0}.transcript-drop-target{margin-top:8rem}.new-transcript-page__header{display:flex;align-items:flex-end;margin-bottom:2rem}.new-transcript-page__name-input{font-size:3rem;width:100%}.new-transcript-page__name-input:focus{box-shadow:none;text-decoration:underline;-webkit-text-decoration-color:var(--color-focus);text-decoration-color:var(--color-focus)}.new-transcript-page__date{display:block}.new-transcript-page__hero{width:100%;height:auto}.zoom-range{display:flex;grid-area:zoom}.zoom-range>button{padding:.5rem}.player{grid-area:player;width:100%;background-color:var(--gray-900)}.player video{width:100%;max-height:50vh;height:auto}.studio{overflow:hidden;display:grid;grid-template:"player script" "preview script" 1fr "toolbar toolbar" "timeline timeline"/minmax(auto,50vw) 1fr;height:100vh;--player-time:0}.toolbar{grid-area:toolbar;display:flex;justify-content:space-around;padding:1rem;background-color:var(--gray-900)}@media only screen and (min-width:1200px){.toolbar{display:grid;grid-template:"timeline zoom media format scroll"/minmax(0,1fr) minmax(0,1fr) minmax(auto,1fr) minmax(0,1fr) minmax(0,1fr)}}.studio__open-drawer-button{z-index:2;position:fixed;top:1rem;right:1rem;background-color:var(--gray-700);border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;transition:transform .3s ease-in-out;box-shadow:var(--on-top-bs)}.studio__open-drawer-button:focus{box-shadow:var(--focus-bs),var(--on-top-bs)}.studio__open-drawer-button--open{transform:rotate(-.5turn)}.studio__open-drawer-button:hover{transform:translateY(10%)}.script-editor{grid-area:script;overflow-y:hidden;background-color:var(--gray-800);padding-left:1rem}.script-editor__no-cues-message{margin-top:1rem}.script-editor__cue-list{list-style:none;scroll-behavior:smooth}.script-editor__add-cue-between-button{font-weight:700;padding:.5rem 3rem .5rem 0;color:transparent;transition:color .3s ease-in-out;display:flex;align-items:center;font-size:.75rem}.script-editor__add-cue-between-button:before{content:"+";transition:color .3s ease-in-out;color:var(--gray-300);font-size:1rem;padding-right:.5rem}.script-editor__add-cue-between-button:focus:before,.script-editor__add-cue-between-button:hover:before{color:var(--color-focus)}.script-editor__add-cue-between-button:focus,.script-editor__add-cue-between-button:hover{box-shadow:none;color:var(--color-focus)}.script-editor .import-cue-area{margin-top:1rem}.cue-editor{display:flex;flex-direction:column;border-left:.5rem solid var(--blue-500);background-color:var(--color-darken);transition-property:border-color,background-color;transition-duration:.3s;transition-timing-function:ease-in-out;padding:.5rem;cursor:text;position:relative}.cue-editor--is-selected{background-color:var(--blue-900)}.cue-editor:focus-within{border-left-color:var(--color-focus)}.cue-editor__textarea{min-height:1rem;height:1rem;margin-bottom:.5rem}.cue-editor--is-bold .cue-editor__textarea{font-weight:700}.cue-editor--is-italics .cue-editor__textarea{font-style:italic}.cue-editor__textarea:focus{box-shadow:none}.cue-editor__textarea:focus::-webkit-input-placeholder{color:transparent}.cue-editor__textarea:focus:-ms-input-placeholder{color:transparent}.cue-editor__textarea:focus::-ms-input-placeholder{color:transparent}.cue-editor__textarea:focus::placeholder{color:transparent}.cue-editor__footer{-webkit-user-select:none;-ms-user-select:none;user-select:none;opacity:.5;pointer-events:none}.cue-editor__format-info{display:flex;grid-gap:.5rem;gap:.5rem;position:absolute;bottom:.5rem;right:.5rem;opacity:.5;pointer-events:none}.placement-icon--align-start{transform:scaleY(-1)}.cue-context-menu{position:absolute;background-color:var(--gray-700);box-shadow:var(--on-top-bs);z-index:30;border-radius:.25rem;overflow:hidden;-webkit-animation:cue-context-menu__reveal .1s ease-in-out 1;animation:cue-context-menu__reveal .1s ease-in-out 1}@-webkit-keyframes cue-context-menu__reveal{0%{-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);clip-path:polygon(0 0,100% 0,100% 0,0 0)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}@keyframes cue-context-menu__reveal{0%{-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);clip-path:polygon(0 0,100% 0,100% 0,0 0)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}.cue-context-menu__item__button{width:100%;padding:.5rem;transition:background-color .2s ease-in-out;text-align:start}.cue-context-menu__item__button:focus{box-shadow:var(--focus-bs) inset}.cue-context-menu__item__button:hover{background-color:var(--color-lighten)}.cue-context-menu__item__button:active{background-color:var(--color-darken)}.cue-context-menu__item__button--danger:hover{background-color:var(--color-danger)}.cue-context-menu__item__button>svg{margin-right:.5rem}.top-drawer{position:absolute;background-color:var(--gray-700);top:0;left:0;right:0;overflow:auto;-webkit-animation:top-drawer__slide-in .5s ease 1 forwards;animation:top-drawer__slide-in .5s ease 1 forwards}@-webkit-keyframes top-drawer__slide-in{0%{transform:translateY(-100%)}}@keyframes top-drawer__slide-in{0%{transform:translateY(-100%)}}.top-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(23,25,35,.94);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:3;-webkit-animation:top-drawer__fade-in .5s ease-in-out 1 forwards;animation:top-drawer__fade-in .5s ease-in-out 1 forwards}@-webkit-keyframes top-drawer__fade-in{0%{background-color:transparent;-webkit-filter:blur(0);filter:blur(0)}}@keyframes top-drawer__fade-in{0%{background-color:transparent;-webkit-filter:blur(0);filter:blur(0)}}.top-drawer-close{width:100%;padding:.5rem;background-color:var(--color-lighter);transition:background-color .3s ease-in-out}.top-drawer-close:hover{background-color:var(--color-lighten)}.top-drawer__content{padding:1rem 2rem 2rem}.top-drawer__header{display:flex;justify-content:space-between;align-items:center}.top-drawer__date{display:block}.top-drawer .import-cue-area{margin-top:2rem}.timeline{overflow-x:scroll;grid-area:timeline;display:flex;--pointer-x:0;--offset-x:0;--pointer-x-grid:0;--pointer-x-grid-offset:0}.timeline__bumper{background-color:var(--gray-900);width:200px;flex-shrink:0}.timeline__bumper:last-child{width:calc(100vw - 200px)}.timeline__bumper,.timeline__content{flex-grow:0;flex-shrink:0}.timeline__content{-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:grid;grid-template-rows:repeat(3,minmax(0,1fr));--timeline-scale:0.1;--timeline-duration:1000;width:calc(1px*var(--timeline-scale)*var(--timeline-duration));padding-bottom:.5rem}.timeline__layer{position:relative;min-height:4rem}.timeline__layer:nth-child(2n){background-color:var(--color-lighten)}.timeline--is-dragging{cursor:ew-resize}.timeline--is-dragging *{cursor:inherit}.timeline--is-dragging.timeline--is-dragging-both{cursor:move}.modifier-key--shift .timeline{cursor:-webkit-grab;cursor:grab}.modifier-key--shift .timeline *{cursor:inherit}.modifier-key--shift .timeline.timeline--is-panning{cursor:-webkit-grabbing;cursor:grabbing}.timeline--is-seeking>.timeline__content:after{content:"";position:absolute;left:0;top:0;bottom:0;border-left:.25rem dashed var(--color-focus);transform:translateX(calc(1px*var(--pointer-x) - 50%))}.playhead{position:absolute;top:0;bottom:0;width:.25rem;background-color:var(--yellow-400);left:0;transform:translateX(-.125rem) translateX(calc(1px*var(--timeline-scale)*var(--player-time)));pointer-events:none}.timeline-cue{--cue-start:0;--cue-end:0;--cue-duration:0;position:absolute;margin:1rem 0;left:calc(1px*var(--timeline-scale)*var(--cue-start));right:calc(100% - 1px*var(--timeline-scale)*var(--cue-end));background-color:var(--blue-900);display:flex;height:2rem;min-width:2rem;min-width:max(2rem,calc(250px*var(--timeline-scale)));transition-timing-function:ease-in-out;transition-duration:.2s;transition-property:transform,background-color,-webkit-filter;transition-property:transform,filter,background-color;transition-property:transform,filter,background-color,-webkit-filter;transition-delay:0s;opacity:.85}.timeline-cue--is-selected{background-color:var(--blue-500)}.timeline-cue--is-bold{font-weight:700}.timeline-cue--is-italics{font-style:italic}.timeline-cue--dragging{z-index:3;transform:translateY(-.5rem);-webkit-filter:drop-shadow(0 0 .5rem var(--gray-900));filter:drop-shadow(0 0 .5rem var(--gray-900));transition-delay:.1s}.timeline-cue--dragging-start{left:calc(1px*var(--pointer-x))}.timeline--snap-to-grid .timeline-cue--dragging-start{left:calc(1px*var(--pointer-x-grid))}.timeline-cue--dragging-end{right:calc(100% - 1px*var(--pointer-x))}.timeline--snap-to-grid .timeline-cue--dragging-end{right:calc(100% - 1px*var(--pointer-x-grid))}.timeline-cue--dragging-both{right:unset;width:calc(1px*var(--timeline-scale)*var(--cue-duration));left:calc(1px*var(--pointer-x) - 1px*var(--offset-x))}.timeline--snap-to-grid .timeline-cue--dragging-both{left:calc(1px*var(--pointer-x-grid-offset))}.timeline-cue__body{cursor:move;flex-grow:2;flex-shrink:1;text-align:start;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:flex;align-items:center;overflow:hidden;user-drag:none;-webkit-user-drag:none!important}.timeline-cue__body__text{flex-grow:2}.timeline-cue__body *{pointer-events:none}.timeline-cue__drag-handle{flex-grow:0;flex-shrink:0;width:1rem;opacity:.5;cursor:ew-resize}.timeline-cue__drag-handle>svg{pointer-events:none}.timeline{--time:0}.timeline-marker{position:absolute;left:0;bottom:0;transform:translateX(-50%) translateX(calc(1px*var(--timeline-scale)*var(--time)))}.timeline-marker--label{opacity:.5;z-index:-1}.timeline-marker--rule{top:0;left:0;width:.25rem;background-color:var(--color-lighten);z-index:-2}.cue-preview{grid-area:preview}.cue-preview__cue{text-align:center;white-space:pre;background-color:var(--gray-900)}.cue-preview__cue--is-bold{font-weight:700}.cue-preview__cue--is-italics{font-style:italic}.cue-preview__cue.justify-start{text-align:start}.cue-preview__cue.justify-end{text-align:end}.media-controls{display:flex;align-items:center;grid-area:media;justify-content:center}.media-controls__play-pause{transform:scale(2);transform-origin:50% 75%;margin:0 2rem;padding:.75rem;border-radius:50%;position:relative;border:.05rem solid transparent}.media-controls__play-pause:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 40 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.858 6H0v10h40V6h-5.858a10 10 0 01-7.07-2.929c-3.906-3.905-10.238-3.905-14.143 0A10 10 0 015.858 6z' fill='%23171923'/%3E%3C/svg%3E");background-repeat:no-repeat;position:absolute;z-index:-1;left:-2rem;right:-2rem;top:-.25rem;bottom:0}.media-controls>button:focus{box-shadow:none;color:var(--color-focus)}.media-controls__step{width:2.5rem;height:2.5rem;border-radius:1000px;position:relative;z-index:1}.format-controls__placement-button{height:100%}.text-position-menu{position:relative}.text-position-menu__items{position:absolute;top:100%;left:50%;transform:translateX(-50%);display:grid;place-items:center;grid-template-columns:repeat(3,1.75rem);background-color:var(--gray-700);border-radius:.25rem;margin-top:.5rem;z-index:2;box-shadow:var(--on-top-bs)}.text-position-menu__items button{padding:.5rem;transition:background-color .3s ease-in-out;border-radius:.25rem}.text-position-menu__items button:hover{background-color:var(--color-lighten)}.text-position-menu__items button:focus{box-shadow:var(--focus-bs) inset}.timeline__toggle-button{transition-property:background-color,border-color;transition-timing-function:ease-in-out;transition-duration:.2s}.timeline__toggle-button[aria-pressed=false]:hover{background-color:var(--gray-700)}.timeline__toggle-button[aria-pressed=true]:hover{background-color:var(--blue-500)}.timeline__toggle-button[aria-pressed=true]:active{background-color:var(--blue-800)}.timeline__toggle-button[aria-pressed=true]{background-color:var(--blue-600)}.toolbar-label{display:flex;flex-direction:column;align-items:center;justify-content:space-between}.toolbar-label--has-separators{border-left:.25rem solid var(--color-lighten);border-right:.25rem solid var(--color-lighten)}.toolbar-label__label{opacity:.8;margin-top:.5rem}.transcript-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2rem;align-items:flex-start}.transcript-list__create-transcript-button{width:100%;height:100%}.transcript-list__item__link:focus,.transcript-list__item__link:hover{color:var(--color-focus)}.transcript-list__item__link{display:block;transition:color .3s ease-in-out}.transcript-link__title{margin-top:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-page{max-width:1000px;margin:0 auto;padding:0 1rem}.landing-page__welcome-section{margin-top:2rem}.landing-page__welcome-section__title{font-size:3rem;color:var(--color-focus);margin-bottom:1rem}.landing-page__transcript-section{margin-top:3rem}.unsupported-browser-alert{margin-top:1rem}.unsupported-browser-alert a{color:var(--blue-500);text-decoration:underline}
/*# sourceMappingURL=main.83fb012d.chunk.css.map */