hypothesis 1.980.0 → 1.984.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/boot.js +1 -1
- package/build/manifest.json +11 -11
- package/build/scripts/annotator.bundle.js +109 -108
- package/build/scripts/annotator.bundle.js.map +1 -1
- package/build/scripts/sidebar.bundle.js +352 -352
- package/build/scripts/sidebar.bundle.js.map +1 -1
- package/build/styles/annotator.css +239 -12
- package/build/styles/annotator.css.map +1 -1
- package/build/styles/sidebar.css +176 -12
- package/build/styles/sidebar.css.map +1 -1
- package/build/styles/ui-playground.css +178 -12
- package/build/styles/ui-playground.css.map +1 -1
- package/package.json +1 -1
package/build/styles/sidebar.css
CHANGED
|
@@ -486,7 +486,7 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
486
486
|
.\!container {
|
|
487
487
|
max-width: 1536px !important;
|
|
488
488
|
}
|
|
489
|
-
}.Hyp-LabeledCheckbox{cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.Hyp-LabeledCheckbox>:not(:first-child){margin-left:.25rem}.Hyp-LabeledCheckbox>:first-child{margin-left:0}.Hyp-LabeledCheckbox>:last-child{margin-right:0}.Hyp-Checkbox{cursor:pointer;position:absolute;width:1em;height:1em;opacity:.00001}.Hyp-Checkbox+span:not(#increase-specificity){margin-left:0}.Hyp-Checkbox+span>svg{width:1em;height:1em}.Hyp-Checkbox+span>svg *{transition:all .1s linear}.Hyp-Checkbox:focus+span>svg{outline:none;box-shadow:0 0 0 2px #59a7e8}.Hyp-Checkbox:focus:not(:focus-visible)+span>svg{outline:none;box-shadow:none}.Hyp-Checkbox:not(:checked)+span .hyp-svg-checkbox--background{stroke:#737373}.Hyp-Checkbox:checked+span .hyp-svg-checkbox--background{fill:#fff;stroke:#3f3f3f}.Hyp-Checkbox:checked+span .hyp-svg-checkbox--checkmark{stroke:#3f3f3f}.Hyp-Frame{padding:1rem;border:1px solid #dbdbdb;border-radius:2px;background-color:#fff}.Hyp-Frame>:not(:first-child){margin-top:1rem}.Hyp-Frame>:first-child{margin-top:0}.Hyp-Frame>:last-child{margin-bottom:0}.theme-clean .Hyp-Frame{border:none}.Hyp-Card{padding:1rem;border:1px solid #dbdbdb;border-radius:2px;background-color:#fff;box-shadow:0px 1px 1px rgba(0,0,0,.1);width:100%}.Hyp-Card>:not(:first-child){margin-top:1rem}.Hyp-Card>:first-child{margin-top:0}.Hyp-Card>:last-child{margin-bottom:0}.theme-clean .Hyp-Card{border:none}.Hyp-Card:hover,.Hyp-Card.is-focused{box-shadow:0px 2px 3px 0px rgba(0,0,0,.15)}.theme-clean .Hyp-Card{box-shadow:none}.Hyp-Actions,.Hyp-Actions--row{display:flex;flex-direction:row;justify-content:flex-end;align-items:stretch}.Hyp-Actions>:not(:first-child),.Hyp-Actions--row>:not(:first-child){margin-left:.75rem}.Hyp-Actions>:first-child,.Hyp-Actions--row>:first-child{margin-left:0}.Hyp-Actions>:last-child,.Hyp-Actions--row>:last-child{margin-right:0}.Hyp-Actions--column{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.Hyp-Actions--column>:not(:first-child){margin-top:.5rem}.Hyp-Actions--column>:first-child{margin-top:0}.Hyp-Actions--column>:last-child{margin-bottom:0}.Hyp-Scrollbox{overflow:auto;border:1px solid #dbdbdb;position:relative;height:100%;width:100%;background:linear-gradient(white 30%, rgba(255, 255, 255, 0)) 0 0,linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05) 5px, rgba(255, 255, 255, 0) 70%) 0 0,linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05) 5px, rgba(255, 255, 255, 0) 70%) 0 100%;background-repeat:no-repeat;background-color:#fff;background-size:100% 40px,100% 40px,100% 14px,100% 14px;background-attachment:local,local,scroll,scroll}.Hyp-Scrollbox--with-header{overflow:auto;border:1px solid #dbdbdb;position:relative;height:100%;width:100%;background:linear-gradient(white 30%, rgba(255, 255, 255, 0)) 0 44px,linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05) 5px, rgba(255, 255, 255, 0) 70%) 0 44px,linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05) 5px, rgba(255, 255, 255, 0) 70%) 0 100%;background-repeat:no-repeat;background-color:#fff;background-size:100% 40px,100% 40px,100% 14px,100% 14px;background-attachment:local,local,scroll,scroll}.Hyp-Dialog{padding:1rem;border:1px solid #dbdbdb;border-radius:2px;background-color:#fff;box-shadow:0px 1px 1px rgba(0,0,0,.1);width:100%}.Hyp-Dialog:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Hyp-Dialog:focus:not(.focus-visible){outline:none;box-shadow:none}.Hyp-Dialog:focus:not(:focus-visible){outline:none;box-shadow:none}.Hyp-Dialog>:not(:first-child){margin-top:1rem}.Hyp-Dialog>:first-child{margin-top:0}.Hyp-Dialog>:last-child{margin-bottom:0}.theme-clean .Hyp-Dialog{border:none}.Hyp-Dialog:hover,.Hyp-Dialog.is-focused{box-shadow:0px 2px 3px 0px rgba(0,0,0,.15)}.theme-clean .Hyp-Dialog{box-shadow:none;border:1px solid #dbdbdb}.Hyp-Dialog>.Hyp-Dialog__header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;border-bottom:1px solid #dbdbdb;padding-bottom:1rem}.Hyp-Dialog>.Hyp-Dialog__header>:not(:first-child){margin-left:.5rem}.Hyp-Dialog>.Hyp-Dialog__header>:first-child{margin-left:0}.Hyp-Dialog>.Hyp-Dialog__header>:last-child{margin-right:0}.Hyp-Dialog__title{font-size:1.1em;color:#bd1c2b;font-weight:600;line-height:1;flex-grow:1}.Hyp-Dialog--closeable .Hyp-Dialog__header{padding-bottom:.25rem;margin-top:-0.5rem}.Hyp-Dialog--closeable>.Hyp-Dialog__header .Hyp-Dialog__close{font-size:1.375em;margin-right:-0.75rem}.Hyp-Dialog__content>:not(:first-child){margin-top:1rem}.Hyp-Dialog__content>:first-child{margin-top:0}.Hyp-Dialog__content>:last-child{margin-bottom:0}.Hyp-Dialog__actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:stretch}.Hyp-Dialog__actions>:not(:first-child){margin-left:.75rem}.Hyp-Dialog__actions>:first-child{margin-left:0}.Hyp-Dialog__actions>:last-child{margin-right:0}.Hyp-Link{display:inline-block;color:#bd1c2b;text-decoration:none;border-radius:2px}.Hyp-Link:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Hyp-Link:focus:not(.focus-visible){outline:none;box-shadow:none}.Hyp-Link:focus:not(:focus-visible){outline:none;box-shadow:none}.Hyp-Link:active,.Hyp-Link:focus{text-decoration:none}.Hyp-Link:hover{text-decoration:none;color:#84141e}.Hyp-Modal__overlay{z-index:10;position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.5)}.Hyp-Modal{z-index:20;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);width:90vw;max-width:90vw;max-height:90vh}@media screen and (min-width: 48rem){.Hyp-Modal{width:auto;min-width:28rem;max-width:44rem;max-width:min(44rem,90vw)}}@media screen and (min-height: 32rem){.Hyp-Modal{top:10vh;max-height:80vh;transform:translate(-50%, 0)}}.Hyp-Modal>*{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;max-height:90vh}@media screen and (min-height: 32rem){.Hyp-Modal>*{max-height:80vh}}.Hyp-Panel{padding:1rem;border:1px solid #dbdbdb;border-radius:2px;background-color:#fff;box-shadow:0px 1px 1px rgba(0,0,0,.1);width:100%}.Hyp-Panel:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Hyp-Panel:focus:not(.focus-visible){outline:none;box-shadow:none}.Hyp-Panel:focus:not(:focus-visible){outline:none;box-shadow:none}.Hyp-Panel>:not(:first-child){margin-top:1rem}.Hyp-Panel>:first-child{margin-top:0}.Hyp-Panel>:last-child{margin-bottom:0}.theme-clean .Hyp-Panel{border:none}.Hyp-Panel:hover,.Hyp-Panel.is-focused{box-shadow:0px 2px 3px 0px rgba(0,0,0,.15)}.theme-clean .Hyp-Panel{box-shadow:none;border:1px solid #dbdbdb}.Hyp-Panel>.Hyp-Panel__header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;border-bottom:1px solid #dbdbdb;padding-bottom:1rem}.Hyp-Panel>.Hyp-Panel__header>:not(:first-child){margin-left:.5rem}.Hyp-Panel>.Hyp-Panel__header>:first-child{margin-left:0}.Hyp-Panel>.Hyp-Panel__header>:last-child{margin-right:0}.Hyp-Panel__title{font-size:1.1em;color:#bd1c2b;font-weight:600;line-height:1;flex-grow:1}.Hyp-Panel--closeable .Hyp-Panel__header{padding-bottom:.25rem;margin-top:-0.5rem}.Hyp-Panel--closeable>.Hyp-Panel__header .Hyp-Panel__close{font-size:1.375em;margin-right:-0.75rem}.Hyp-Panel__content>:not(:first-child){margin-top:1rem}.Hyp-Panel__content>:first-child{margin-top:0}.Hyp-Panel__content>:last-child{margin-bottom:0}.Hyp-Panel__actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:stretch}.Hyp-Panel__actions>:not(:first-child){margin-left:.75rem}.Hyp-Panel__actions>:first-child{margin-left:0}.Hyp-Panel__actions>:last-child{margin-right:0}.Hyp-Spinner--small{color:#737373;font-size:1em}.Hyp-Spinner,.Hyp-Spinner--medium{color:#737373;font-size:2em}.Hyp-Spinner--large{color:#737373;font-size:4em}.Hyp-FullScreenSpinner{z-index:10;position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(255,255,255,.5)}.Hyp-FullScreenSpinner__spinner{z-index:20;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%)}.Hyp-Icon{display:block;width:1em;height:1em}.Hyp-SvgIcon{display:flex}.Hyp-SvgIcon--inline{display:inline}.Hyp-Table-Scrollbox{min-height:132px}.Hyp-Table-Scrollbox__loading{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);margin-top:22px}.Hyp-Table-Scrollbox__message{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;flex-direction:row;justify-content:center;align-items:stretch;padding:.5rem;width:100%;top:88px}.Hyp-Table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;color:#202020}.Hyp-Table:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Hyp-Table:focus:not(.focus-visible){outline:none;box-shadow:none}.Hyp-Table:focus:not(:focus-visible){outline:none;box-shadow:none}.Hyp-Table th,.Hyp-Table td{padding:.5rem;line-height:1}.Hyp-Table td{border-top:1px solid #dbdbdb}.Hyp-Table__header{position:-webkit-sticky;position:sticky;top:0;height:44px;padding:.5rem;font-weight:bold;background-color:#fff;width:100%;border-bottom:1px solid #9c9c9c;background-color:#ececec;z-index:1;text-align:left}.Hyp-Table__header__heading{display:flex;flex-direction:row;justify-content:center;align-items:center;height:100%}.Hyp-Table tbody{cursor:pointer}.Hyp-Table tr{height:44px;padding:.5rem}.Hyp-Table tr:first-child td{border-top:none}.Hyp-Table tr.is-selected td{background-color:#595969;color:#fff}.Hyp-Table tr:hover:not(.is-selected){background-color:#babac444}.Hyp-Table tr:nth-child(odd):not(.is-selected){background-color:rgba(0,0,0,.025)}.Hyp-TextInput{border:1px solid #dbdbdb;padding:.5rem;background-color:#fafafa;color:#202020;border-radius:2px}.Hyp-TextInput:focus{outline:none;box-shadow:0 0 0 2px #59a7e8 inset}.Hyp-TextInput.has-error,.Hyp-TextInput.is-error{outline:none;box-shadow:0 0 0 2px #d93c3f inset}.Hyp-TextInput::placeholder{color:#737373}.Hyp-TextInput:focus{background-color:#fff}.Hyp-TextInput:focus::placeholder{color:#a6a6a6}.Hyp-TextInputWithButton{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;width:100%}.Hyp-TextInputWithButton input{border:1px solid #dbdbdb;padding:.5rem;background-color:#fafafa;color:#202020;border-radius:2px;flex-grow:1;border-top-right-radius:0;border-bottom-right-radius:0}.Hyp-TextInputWithButton input:focus{outline:none;box-shadow:0 0 0 2px #59a7e8 inset}.Hyp-TextInputWithButton input.has-error,.Hyp-TextInputWithButton input.is-error{outline:none;box-shadow:0 0 0 2px #d93c3f inset}.Hyp-TextInputWithButton input::placeholder{color:#737373}.Hyp-TextInputWithButton input:focus{background-color:#fff}.Hyp-TextInputWithButton input:focus::placeholder{color:#a6a6a6}.Hyp-TextInputWithButton button{border:1px solid #dbdbdb;border-top-left-radius:0;border-bottom-left-radius:0;border-left:0}.Hyp-Thumbnail{padding:.75rem;background-color:#f2f2f2;width:100%;height:100%}.Hyp-Thumbnail__content{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:2em;color:#9c9c9c;background-color:#fff;width:100%;height:100%}.Hyp-Thumbnail__content>img{width:100%;height:100%;object-fit:contain}.Hyp-LabeledButton{padding:0;margin:0;background-color:transparent;border-style:none;color:#595959;background-color:#f2f2f2;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out;border-radius:2px;border:none;padding:.5em;font-size:1em;font-weight:700;white-space:nowrap;display:flex;align-items:center}.Hyp-LabeledButton:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Hyp-LabeledButton:focus:not(.focus-visible){outline:none;box-shadow:none}.Hyp-LabeledButton:focus:not(:focus-visible){outline:none;box-shadow:none}.Hyp-LabeledButton:disabled{color:#595959}.Hyp-LabeledButton[aria-expanded=true],.Hyp-LabeledButton[aria-pressed=true]{color:#202020}.Hyp-LabeledButton[aria-expanded=true]:hover:not([disabled]),.Hyp-LabeledButton[aria-pressed=true]:hover:not([disabled]){color:#202020}.Hyp-LabeledButton[aria-expanded=true]:focus:not([disabled]),.Hyp-LabeledButton[aria-pressed=true]:focus:not([disabled]){color:#202020}.Hyp-LabeledButton:hover:not([disabled]){color:#202020;background-color:#ececec}.Hyp-LabeledButton--small{padding:.25em}.Hyp-LabeledButton--large{padding:.75em}.Hyp-LabeledButton--icon-left svg{margin-right:.5em}.Hyp-LabeledButton--icon-right svg{margin-left:.5em}.Hyp-LabeledButton svg{width:1.25em;height:1.25em}.Hyp-LabeledButton--light{color:#595959;background-color:#f2f2f2;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-LabeledButton--light:disabled{color:#595959}.Hyp-LabeledButton--light[aria-expanded=true],.Hyp-LabeledButton--light[aria-pressed=true]{color:#202020}.Hyp-LabeledButton--light[aria-expanded=true]:hover:not([disabled]),.Hyp-LabeledButton--light[aria-pressed=true]:hover:not([disabled]){color:#202020}.Hyp-LabeledButton--light[aria-expanded=true]:focus:not([disabled]),.Hyp-LabeledButton--light[aria-pressed=true]:focus:not([disabled]){color:#202020}.Hyp-LabeledButton--light:hover:not([disabled]){color:#202020;background-color:#ececec}.Hyp-LabeledButton--primary{color:#f2f2f2;background-color:#595959;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-LabeledButton--primary:disabled{color:#a6a6a6}.Hyp-LabeledButton--primary[aria-expanded=true],.Hyp-LabeledButton--primary[aria-pressed=true]{color:#f2f2f2}.Hyp-LabeledButton--primary[aria-expanded=true]:hover:not([disabled]),.Hyp-LabeledButton--primary[aria-pressed=true]:hover:not([disabled]){color:#f2f2f2}.Hyp-LabeledButton--primary[aria-expanded=true]:focus:not([disabled]),.Hyp-LabeledButton--primary[aria-pressed=true]:focus:not([disabled]){color:#f2f2f2}.Hyp-LabeledButton--primary:hover:not([disabled]){color:#f2f2f2;background-color:#3f3f3f}.Hyp-LabeledButton--dark{color:#595959;background-color:transparent;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-LabeledButton--dark:disabled{color:#595959}.Hyp-LabeledButton--dark[aria-expanded=true],.Hyp-LabeledButton--dark[aria-pressed=true]{color:#595959;background-color:#dbdbdb}.Hyp-LabeledButton--dark[aria-expanded=true]:hover:not([disabled]),.Hyp-LabeledButton--dark[aria-pressed=true]:hover:not([disabled]){color:#202020}.Hyp-LabeledButton--dark[aria-expanded=true]:focus:not([disabled]),.Hyp-LabeledButton--dark[aria-pressed=true]:focus:not([disabled]){color:#595959}.Hyp-LabeledButton--dark:hover:not([disabled]){color:#202020;background-color:#dbdbdb}.Hyp-IconButton{padding:0;margin:0;border-style:none;color:#595959;background-color:transparent;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out;border-radius:2px;border:none;padding:.5em;font-size:1em;font-weight:700;white-space:nowrap;display:flex;align-items:center}.Hyp-IconButton:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Hyp-IconButton:focus:not(.focus-visible){outline:none;box-shadow:none}.Hyp-IconButton:focus:not(:focus-visible){outline:none;box-shadow:none}.Hyp-IconButton:disabled{color:#595959}.Hyp-IconButton[aria-expanded=true],.Hyp-IconButton[aria-pressed=true]{color:#bd1c2b}.Hyp-IconButton[aria-expanded=true]:hover:not([disabled]),.Hyp-IconButton[aria-pressed=true]:hover:not([disabled]){color:#202020}.Hyp-IconButton[aria-expanded=true]:focus:not([disabled]),.Hyp-IconButton[aria-pressed=true]:focus:not([disabled]){color:#bd1c2b}.Hyp-IconButton:hover:not([disabled]){color:#202020;background-color:transparent}.Hyp-IconButton--small{padding:.25em}.Hyp-IconButton--large{padding:.75em}.Hyp-IconButton svg{width:1em;height:1em}.Hyp-IconButton--light{color:#9c9c9c;background-color:transparent;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-IconButton--light:disabled{color:#9c9c9c}.Hyp-IconButton--light[aria-expanded=true],.Hyp-IconButton--light[aria-pressed=true]{color:#9c9c9c}.Hyp-IconButton--light[aria-expanded=true]:hover:not([disabled]),.Hyp-IconButton--light[aria-pressed=true]:hover:not([disabled]){color:#3f3f3f}.Hyp-IconButton--light[aria-expanded=true]:focus:not([disabled]),.Hyp-IconButton--light[aria-pressed=true]:focus:not([disabled]){color:#9c9c9c}.Hyp-IconButton--light:hover:not([disabled]){color:#3f3f3f;background-color:transparent}.Hyp-IconButton--primary{color:#bd1c2b;background-color:transparent;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-IconButton--primary:disabled{color:#595959}.Hyp-IconButton--primary[aria-expanded=true],.Hyp-IconButton--primary[aria-pressed=true]{color:#bd1c2b}.Hyp-IconButton--primary[aria-expanded=true]:hover:not([disabled]),.Hyp-IconButton--primary[aria-pressed=true]:hover:not([disabled]){color:#bd1c2b}.Hyp-IconButton--primary[aria-expanded=true]:focus:not([disabled]),.Hyp-IconButton--primary[aria-pressed=true]:focus:not([disabled]){color:#bd1c2b}.Hyp-IconButton--primary:hover:not([disabled]){color:#bd1c2b;background-color:transparent}.Hyp-IconButton--dark{color:#595959;background-color:#ececec;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-IconButton--dark:disabled{color:#9c9c9c}.Hyp-IconButton--dark[aria-expanded=true],.Hyp-IconButton--dark[aria-pressed=true]{color:#202020;background-color:#dbdbdb}.Hyp-IconButton--dark[aria-expanded=true]:hover:not([disabled]),.Hyp-IconButton--dark[aria-pressed=true]:hover:not([disabled]){color:#202020}.Hyp-IconButton--dark[aria-expanded=true]:focus:not([disabled]),.Hyp-IconButton--dark[aria-pressed=true]:focus:not([disabled]){color:#202020}.Hyp-IconButton--dark:hover:not([disabled]){color:#202020;background-color:#dbdbdb}@media(pointer: coarse){.Hyp-IconButton--medium,.Hyp-IconButton--large{min-width:44px;min-height:44px;justify-content:center}}.Hyp-LinkButton{margin:0;border-style:none;color:#595959;background-color:transparent;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out;border-radius:2px;border:none;padding:.5em;font-size:1em;white-space:nowrap;display:flex;align-items:center;font-weight:400;padding:0}.Hyp-LinkButton:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Hyp-LinkButton:focus:not(.focus-visible){outline:none;box-shadow:none}.Hyp-LinkButton:focus:not(:focus-visible){outline:none;box-shadow:none}.Hyp-LinkButton:disabled{color:#595959}.Hyp-LinkButton[aria-expanded=true],.Hyp-LinkButton[aria-pressed=true]{color:#202020}.Hyp-LinkButton[aria-expanded=true]:hover:not([disabled]),.Hyp-LinkButton[aria-pressed=true]:hover:not([disabled]){color:#84141e}.Hyp-LinkButton[aria-expanded=true]:focus:not([disabled]),.Hyp-LinkButton[aria-pressed=true]:focus:not([disabled]){color:#202020}.Hyp-LinkButton:hover:not([disabled]){color:#84141e;background-color:transparent}.Hyp-LinkButton--small{padding:.25em}.Hyp-LinkButton--large{padding:.75em}.Hyp-LinkButton svg{width:1em;height:1em}.Hyp-LinkButton--light{color:#595959;background-color:transparent;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-LinkButton--light:disabled{color:#595959}.Hyp-LinkButton--light[aria-expanded=true],.Hyp-LinkButton--light[aria-pressed=true]{color:#202020}.Hyp-LinkButton--light[aria-expanded=true]:hover:not([disabled]),.Hyp-LinkButton--light[aria-pressed=true]:hover:not([disabled]){color:#84141e}.Hyp-LinkButton--light[aria-expanded=true]:focus:not([disabled]),.Hyp-LinkButton--light[aria-pressed=true]:focus:not([disabled]){color:#202020}.Hyp-LinkButton--light:hover:not([disabled]){color:#84141e;background-color:transparent}.Hyp-LinkButton--primary{color:#bd1c2b;background-color:transparent;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-LinkButton--primary:disabled{color:#595959}.Hyp-LinkButton--primary[aria-expanded=true],.Hyp-LinkButton--primary[aria-pressed=true]{color:#bd1c2b}.Hyp-LinkButton--primary[aria-expanded=true]:hover:not([disabled]),.Hyp-LinkButton--primary[aria-pressed=true]:hover:not([disabled]){color:#bd1c2b}.Hyp-LinkButton--primary[aria-expanded=true]:focus:not([disabled]),.Hyp-LinkButton--primary[aria-pressed=true]:focus:not([disabled]){color:#bd1c2b}.Hyp-LinkButton--primary:hover:not([disabled]){color:#bd1c2b;background-color:transparent}.Hyp-LinkButton--dark{color:#202020;background-color:transparent;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-LinkButton--dark:disabled{color:#595959}.Hyp-LinkButton--dark[aria-expanded=true],.Hyp-LinkButton--dark[aria-pressed=true]{color:#202020}.Hyp-LinkButton--dark[aria-expanded=true]:hover:not([disabled]),.Hyp-LinkButton--dark[aria-pressed=true]:hover:not([disabled]){color:#84141e}.Hyp-LinkButton--dark[aria-expanded=true]:focus:not([disabled]),.Hyp-LinkButton--dark[aria-pressed=true]:focus:not([disabled]){color:#202020}.Hyp-LinkButton--dark:hover:not([disabled]){color:#84141e;background-color:transparent}.Hyp-LinkButton:hover:not([disabled]){text-decoration:underline}.Hyp-LinkButton--primary{font-weight:500}.InlineLinkButton{display:inline}.InlineLinkButton--underlined{text-decoration:underline}.PublishControlButton{border-top-right-radius:0;border-bottom-right-radius:0}.PaginationPageButton{padding:.75em 1em}@media(pointer: coarse){.NonResponsiveIconButton{min-width:auto;min-height:auto}}.LabeledIconButton{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;cursor:pointer;font-weight:normal;font-size:12px;line-height:1em;padding:.75em;transition:color 80ms;background:transparent}.LabeledIconButton:hover:not([disabled]){background-color:transparent}.LabeledIconButton__label{margin-top:.25em;transition:color 80ms}.TransparentButton{background-color:transparent}.TransparentButton:hover:not([disabled]){background-color:transparent}.IconOnlyLink{padding:1em;color:#202020}.IconOnlyLink:hover:not([disabled]){color:#202020}.p-link--muted{color:#737373}.p-link--hover-muted:hover{color:#737373;text-decoration:underline}.p-quoted-text{border-left:3px solid #dbdbdb;color:#737373;font-style:italic;padding:0 1em;overflow-wrap:break-word}.p-quoted-text.is-focused,.p-quoted-text:hover{border-left:#58cef4 3px solid}.p-redacted-content{text-decoration:line-through;filter:grayscale(100%) contrast(65%)}.annotation-publish-button{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;position:relative}.annotation-publish-button .annotation-publish-button__menu-arrow{right:8px}.annotation-publish-button__menu-content{min-width:100%}.annotation-publish-button__menu-wrapper{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;border-top-right-radius:2px;border-bottom-right-radius:2px;background-color:#595959}.annotation-publish-button__menu-wrapper:hover{background-color:#3f3f3f}.annotation-publish-button__menu-label{padding:.75em;color:#f2f2f2}.AnnotationShareControl{position:relative}.annotation-share-panel{border:1px solid #dbdbdb;box-shadow:0 1px 1px rgba(0,0,0,.1);border-radius:2px;background-color:#fff;width:24em;max-width:85vw;padding:.75em;position:absolute;right:5px;bottom:32px;cursor:default}.annotation-share-panel>*+*:not([class*=SvgIcon--inline]){margin-top:.5em !important}.annotation-share-panel:hover,.annotation-share-panel.is-focused{box-shadow:0px 2px 3px 0px rgba(0,0,0,.15)}.theme-clean .annotation-share-panel{padding-bottom:1.5em;border-width:0 0 1px 0;border-bottom-style:solid;border-bottom-color:#ececec;box-shadow:none}.theme-clean .annotation-share-panel:hover{box-shadow:none}.annotation-share-panel__header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;border-bottom:1px solid #dbdbdb;padding-bottom:1em}.annotation-share-panel__header-icon{margin-right:.5em}.annotation-share-panel__title{line-height:1.4;font-weight:normal;color:#202020;font-size:14px;color:#bd1c2b;font-weight:700}.annotation-share-panel__button{padding:0;margin:0;background-color:transparent;border-style:none;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:.5em;border-radius:2px;border:none;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out;white-space:nowrap;color:#595959;font-weight:700;background-color:#f2f2f2}.annotation-share-panel__button:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .annotation-share-panel__button:focus:not(.focus-visible){outline:none;box-shadow:none}.annotation-share-panel__button:focus:not(:focus-visible){outline:none;box-shadow:none}.annotation-share-panel__button svg{width:16px;height:16px}.annotation-share-panel__button:hover:not([disabled]),.annotation-share-panel__button:focus:not([disabled]){color:#202020;background-color:#ececec}.annotation-share-panel__button svg{margin:0 5px 0 0}.annotation-share-panel__button--primary{padding:0;margin:0;background-color:transparent;border-style:none;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:.5em;border-radius:2px;border:none;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out;white-space:nowrap;color:#595959;font-weight:700;background-color:#f2f2f2;color:#f2f2f2;background-color:#595959}.annotation-share-panel__button--primary:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .annotation-share-panel__button--primary:focus:not(.focus-visible){outline:none;box-shadow:none}.annotation-share-panel__button--primary:focus:not(:focus-visible){outline:none;box-shadow:none}.annotation-share-panel__button--primary svg{width:16px;height:16px}.annotation-share-panel__button--primary:hover:not([disabled]),.annotation-share-panel__button--primary:focus:not([disabled]){color:#202020}.annotation-share-panel__button--primary:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .annotation-share-panel__button--primary:focus:not(.focus-visible){outline:none;box-shadow:none}.annotation-share-panel__button--primary:focus:not(:focus-visible){outline:none;box-shadow:none}.annotation-share-panel__button--primary svg{width:16px;height:16px}.annotation-share-panel__button--primary:hover:not([disabled]),.annotation-share-panel__button--primary:focus:not([disabled]){color:#202020;background-color:#ececec}.annotation-share-panel__button--primary svg{margin:0 5px 0 0}.annotation-share-panel__button--primary:hover:not([disabled]),.annotation-share-panel__button--primary:focus:not([disabled]){color:#f2f2f2;background-color:#3f3f3f}.annotation-share-panel__button--primary:disabled{color:#9c9c9c}.annotation-share-panel__actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:stretch}.annotation-share-panel__actions>*+*{margin-left:10px !important}.annotation-share-panel__header{padding-bottom:.5em}@media(pointer: coarse){.annotation-share-panel{right:13px;bottom:40px}}.annotation-share-panel__header{border-bottom:none}.annotation-share-panel__inputs{line-height:1.4;font-weight:normal;color:#202020;font-size:11px;width:100%}.annotation-share-panel__details{line-height:1.4;font-weight:normal;color:#202020;font-size:11px;padding:.5em 0}.annotation-share-panel__arrow{display:inline;position:absolute;z-index:2;color:#dbdbdb;fill:#fff;transform:rotateX(180deg);right:0px;bottom:-12px}.annotation-share-panel .ShareLinks__icon{width:16px;height:16px}.AutocompleteList{position:relative}.AutocompleteList.is-hidden{display:none}.AutocompleteList__items{box-shadow:0 1px 1px rgba(0,0,0,.1);position:absolute;top:5px;max-width:100%;min-width:10em;background-color:#fff;border:1px solid #dbdbdb;z-index:10}@supports((-webkit-clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%)) or (clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%))){.AutocompleteList__items:before{background-color:inherit;border:inherit;border-top-left-radius:.125rem;-webkit-clip-path:polygon(0 0, 100% 0, 0% 100%, 0% 100%);clip-path:polygon(0 0, 100% 0, 0% 100%, 0% 100%);content:"";display:inline-block;height:.5rem;left:.5rem;position:absolute;top:-0.3125rem;transform:rotate(45deg);width:.5rem}}@media(pointer: coarse){.AutocompleteList__items{line-height:44px}}.AutocompleteList__li{padding:.25em 1.5em .25em 1em;border-left:4px transparent solid}.AutocompleteList__li.is-selected{border-left:4px #bd1c2b solid;background-color:#f2f2f2}.AutocompleteList__li:hover{cursor:pointer;background-color:#ececec}@media screen and (prefers-color-scheme: dark){.AutocompleteList__items{list-style:none;padding:0;color:#fff;background-color:#3f3f3f}.AutocompleteList__arrow-down{border-bottom:7px solid #3f3f3f}.AutocompleteList__li.is-selected{background-color:#595959}.AutocompleteList__li:hover{background-color:#737373}}.Excerpt{transition:max-height .15s ease-in;overflow:hidden;position:relative}.Excerpt__content{display:inline-block;width:100%}.Excerpt__inline-controls{display:block;position:absolute;right:0;bottom:0}.Excerpt__toggle-container{padding-left:1em;background-image:linear-gradient(to right, rgba(255, 255, 255, 0) 0px, #fff 1em)}.Excerpt__shadow{position:absolute;left:-12px;right:-12px;bottom:0;height:44px;background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.08) 95%, rgba(0, 0, 0, 0.13) 100%);transition:opacity .15s linear}.Excerpt__shadow--transparent{background-image:none}.Excerpt__shadow.is-hidden{opacity:0;pointer-events:none}.FilterSelect__menu{max-height:70vh;overflow-y:auto}@media only screen and (min-height: 44em){.FilterSelect__menu{max-height:36em}}.FilterSelect__menu-label{line-height:1.4;font-weight:normal;font-size:14px;font-weight:500;align-items:center;color:#202020;display:flex;flex-shrink:0;font-weight:bold}.filter-facet{white-space:nowrap;font-weight:bold}.filter-facet--muted{white-space:nowrap;color:#737373;font-style:italic}.filter-facet--pre{white-space:nowrap}.FilterStatus{border:1px solid #dbdbdb;box-shadow:0 1px 1px rgba(0,0,0,.1);border-radius:2px;background-color:#fff;margin-bottom:1em;padding:.75em;justify-content:space-between}.FilterStatus>*+*:not([class*=SvgIcon--inline]){margin-top:1em !important}.FilterStatus:hover,.FilterStatus.is-focused{box-shadow:0px 2px 3px 0px rgba(0,0,0,.15)}.theme-clean .FilterStatus{padding-bottom:1.5em;border-width:0 0 1px 0;border-bottom-style:solid;border-bottom-color:#ececec;box-shadow:none}.theme-clean .FilterStatus:hover{box-shadow:none}.FilterStatus__text{flex-grow:1;padding-right:.5em}.GroupList__content{min-width:250px}.GroupList__menu-label{line-height:1.4;font-weight:normal;font-size:14px;font-weight:500;align-items:center;color:#202020;display:flex;flex-shrink:0;font-weight:bold}.GroupList__menu-icon{width:16px;height:16px;margin-right:4px;position:relative;top:1px}.GroupListItem__footer{background-color:#f2f2f2;margin:0;padding-top:15px;padding:10px;padding-left:35px;white-space:normal;-webkit-hyphens:none;hyphens:none}.HypothesisApp{background:#ececec;min-height:100%;height:100%;overflow:scroll;-webkit-overflow-scrolling:touch;padding:9px;padding-top:49px}@media only screen and (min-width: 767px)and (max-width: 1024px){.HypothesisApp{padding-bottom:4rem}}@media only screen and (min-width: 1025px){.HypothesisApp{padding-bottom:4rem}}.HypothesisApp__content{margin-left:auto;margin-right:auto}@media only screen and (min-width: 767px)and (max-width: 1024px){.HypothesisApp__content{margin:auto;max-width:768px;padding-left:4rem;padding-right:4rem}}@media only screen and (min-width: 1025px){.HypothesisApp__content{margin:auto;max-width:768px;padding-left:4rem;padding-right:4rem}}.HypothesisApp--notebook{padding:1em}@media only screen and (min-width: 767px)and (max-width: 1024px){.HypothesisApp--notebook{padding:4em}}@media only screen and (min-width: 1025px){.HypothesisApp--notebook{padding:4em}}.js-thread-list-scroll-root{overflow-anchor:none}.LaunchErrorPanel{margin:.5rem;margin-top:3rem}.LoggedOutMessage{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;margin:25px auto;width:70%;text-align:center;color:#202020}.LoggedOutMessage__link{padding:0;display:inline;color:#202020;text-decoration:underline}.LoggedOutMessage__link:hover{text-decoration:underline}.LoggedOutMessage__logo{display:flex;flex-direction:row;justify-content:center;align-items:stretch;margin-top:25px}.MarkdownEditor__toolbar{flex-wrap:wrap;border-radius:2px 2px 0 0;width:100%;padding:.25rem}.MarkdownEditor__input{font-weight:normal;font-size:13px;padding:.5em .75em;border:1px solid #dbdbdb;border-radius:2px;color:#737373;background-color:#fafafa;line-height:1.4;min-height:8em;resize:vertical;width:100%}.MarkdownEditor__input:focus{outline:none;box-shadow:0 0 0 2px #59a7e8;background-color:#fff}.MarkdownEditor__input:focus.placeholder{color:#737373}.MarkdownEditor__input:focus:placeholder{color:#737373}.MarkdownEditor__input:focus::placeholder{color:#737373}@media(pointer: coarse){.MarkdownEditor__input{font-size:16px}}.MarkdownEditor__toolbar-button{padding:.5rem;font-size:10px}@media(pointer: coarse){.MarkdownEditor__toolbar{padding:0;padding-bottom:10px;flex-wrap:unset;overflow-x:scroll}.MarkdownEditor__toolbar-button{font-size:12px}}.MarkdownView{width:100%;line-height:normal;cursor:text;overflow-wrap:break-word;word-break:break-word}.MarkdownView h1,.MarkdownView h2,.MarkdownView h3,.MarkdownView h4,.MarkdownView h5,.MarkdownView h6,.MarkdownView p,.MarkdownView ol,.MarkdownView ul,.MarkdownView img,.MarkdownView pre,.MarkdownView blockquote{margin:.618em 0}.MarkdownView h1,.MarkdownView h2,.MarkdownView h3,.MarkdownView h4,.MarkdownView h5,.MarkdownView h6{font-family:"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif}.MarkdownView h1{font-size:2.618em;font-weight:bold;margin:.2327em 0}.MarkdownView h2{font-size:1.991em;font-weight:bold;margin:.309em 0}.MarkdownView h3{font-size:1.991em;margin:.309em 0}.MarkdownView h4{font-size:1.618em;margin:.3803em 0}.MarkdownView h5{font-size:1.231em;margin:.4944em 0}.MarkdownView h6{font-size:1.231em;margin:.4944em 0}.MarkdownView ol,.MarkdownView ul{list-style-position:inside;padding-left:0}.MarkdownView ol ol,.MarkdownView ol ul,.MarkdownView ul ol,.MarkdownView ul ul{padding-left:1em}.MarkdownView ol{list-style-type:decimal}.MarkdownView ul{list-style-type:disc}.MarkdownView ol ul,.MarkdownView ul ul{list-style-type:circle}.MarkdownView li{margin-bottom:.291em}.MarkdownView li,.MarkdownView p{line-height:1.3}.MarkdownView a{text-decoration:underline}.MarkdownView img{display:block;max-width:100%}.MarkdownView blockquote{line-height:1.4;font-weight:normal;border-left:3px solid #dbdbdb;color:#737373;font-family:sans-serif;font-size:12px;font-style:italic;letter-spacing:.1px;padding:0 1em;margin:1em 0}.MarkdownView blockquote p,.MarkdownView blockquote ol,.MarkdownView blockquote ul,.MarkdownView blockquote img,.MarkdownView blockquote pre,.MarkdownView blockquote blockquote{margin:.7063em 0}.MarkdownView blockquote p,.MarkdownView blockquote li{line-height:1.5}.MarkdownView code{font-family:Open Sans Mono,Menlo,DejaVu Sans Mono,monospace;font-size:.875em;color:#000}.MarkdownView pre code{padding:10px;display:block;background-color:#f2f2f2;border-radius:2px}.MarkdownView p:first-child{margin-top:0}.MarkdownView p:last-child{margin-bottom:1px}.MarkdownView__embed{width:100%}@media(min-width: 450px){.MarkdownView__embed{width:380px}}.Menu{position:relative}.Menu__toggle{margin:0;background-color:transparent;border-style:none;display:flex;flex-direction:row;justify-content:center;padding:.5em;border-radius:2px;border:none;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out;color:#595959;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;padding:0;display:block;height:100%;align-items:center}.Menu__toggle:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Menu__toggle:focus:not(.focus-visible){outline:none;box-shadow:none}.Menu__toggle:focus:not(:focus-visible){outline:none;box-shadow:none}.Menu__toggle svg{width:16px;height:16px}.Menu__toggle:hover:not([disabled]),.Menu__toggle:focus:not([disabled]){color:#202020}@media(pointer: coarse){.Menu__toggle{min-width:inherit;min-height:inherit}}.Menu__toggle[aria-expanded=true],.Menu__toggle[aria-pressed=true]{color:#bd1c2b}.Menu__toggle[aria-expanded=true]:hover:not([disabled]),.Menu__toggle[aria-expanded=true]:focus:not([disabled]),.Menu__toggle[aria-pressed=true]:hover:not([disabled]),.Menu__toggle[aria-pressed=true]:focus:not([disabled]){color:#bd1c2b}.Menu__toggle .Menu__toggle-icon{width:10px;height:10px}.Menu__toggle-wrapper{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;height:100%}.Menu__toggle-arrow{width:10px;height:10px;margin-left:5px}.Menu__toggle-arrow.is-open{transform:rotateX(180deg);color:#202020}.Menu__arrow{position:absolute;z-index:2;color:#dbdbdb;fill:#fff;top:calc(100% - 2px);right:0}.Menu__content{line-height:1.4;font-weight:normal;color:#202020;font-size:14px;font-weight:500;border:1px solid #dbdbdb;box-shadow:0 1px 1px rgba(0,0,0,.1);background-color:#fff;position:absolute;top:calc(100% + 5px);z-index:1}.Menu__content:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Menu__content:focus:not(.focus-visible){outline:none;box-shadow:none}.Menu__content:focus:not(:focus-visible){outline:none;box-shadow:none}.Menu__content--align-left{left:0}.Menu__content--align-right{right:0}a.MenuItem:hover{color:#84141e}.MenuItem{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;align-self:stretch;flex-grow:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-left:10px;color:#202020;border:none;padding-right:0;font-weight:500;min-height:40px;width:100%;min-width:150px;border-bottom:solid 1px transparent;-webkit-user-select:none;user-select:none}.MenuItem:focus{outline:none;box-shadow:0 0 0 2px #59a7e8 inset}.js-focus-visible .MenuItem:focus:not(.focus-visible){outline:none;box-shadow:none}.MenuItem:focus:not(:focus-visible){outline:none;box-shadow:none}.MenuItem:hover{background-color:#f2f2f2}.MenuItem:hover .MenuItem__toggle{background-color:#dbdbdb}.MenuItem.is-submenu{min-height:30px;background:#f2f2f2;color:#202020;font-weight:normal}.MenuItem.is-submenu:hover{background-color:#dbdbdb}.MenuItem.is-selected{border-left:4px solid #bd1c2b;padding-left:6px}.MenuItem.is-expanded{border-bottom:1px solid #dbdbdb;background-color:#f2f2f2;color:#202020}.MenuItem.is-expanded:hover{background-color:#dbdbdb}.MenuItem.is-expanded .MenuItem__toggle{background-color:#a6a6a6}.MenuItem.is-disabled{color:#737373}.MenuItem__icon{width:16px;height:16px;color:inherit;margin-right:4px;position:relative}.MenuItem__icon-container{margin-right:10px;width:16px;height:16px}.MenuItem__label{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;align-self:stretch;color:inherit;white-space:nowrap;flex-grow:1;font-weight:inherit;padding-right:10px}.MenuItem__label--submenu{font-weight:normal}.MenuItem__toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;width:40px;padding:0;height:40px;color:#737373;background-color:#f2f2f2;background-clip:content-box;border:7px solid transparent;border-radius:12px}.MenuItem__toggle:hover{background-color:#a6a6a6;color:#3f3f3f}.MenuItem__toggle-icon{width:12px;height:12px}.MenuItem__submenu{border-bottom:1px solid #dbdbdb}.MenuItem__submenu:hover{background-color:#dbdbdb}.MenuSection__content{border-bottom:1px solid #dbdbdb}.MenuSection__heading{color:#737373;line-height:1;margin:1px 1px 0;margin-bottom:10px;padding:12px 10px 0;text-transform:uppercase}.NotebookView{display:grid;row-gap:.75em;grid-template-columns:minmax(0, auto);grid-template-areas:"heading" "filters" "results" "items"}.NotebookView__heading{line-height:1;grid-area:heading}.NotebookView__filters{grid-area:filters;justify-self:start}.NotebookView__results{grid-area:results}.NotebookView__items{grid-area:items}.NotebookView__group-name{font-size:18px;font-weight:bold}@media only screen and (min-width: 769px){.NotebookView{row-gap:.5em;grid-template-areas:"heading heading" "filters results" "items items";grid-template-columns:minmax(0, auto) minmax(0, auto)}.NotebookView__filters{justify-self:start}.NotebookView__results{justify-self:end;align-self:flex-end}.NotebookView__messages{padding:1em 0}}.NotebookResultCount{line-height:1}.NotebookResultCount>*+*{margin-left:5px !important}.NotebookResultCount h2 strong{font-weight:bold;font-style:normal}.NotebookResultCount h3{font-style:italic}.PaginationNavigation{line-height:1.4;font-weight:normal;color:#202020;font-size:14px;font-weight:500;display:grid;align-items:center;grid-template-areas:"prevPage nextPage"}.PaginationNavigation__prev{grid-area:prevPage}.PaginationNavigation__next{grid-area:nextPage;justify-self:end}.PaginationNavigation__pages{display:none}@media only screen and (min-width: 481px){.PaginationNavigation{grid-template-columns:8em auto 8em;grid-template-areas:"prevPage numberedPages nextPage"}.PaginationNavigation__pages{display:block;grid-area:numberedPages;display:flex;flex-direction:row;justify-content:center;align-items:center}.PaginationNavigation__pages>*+*{margin-left:.5em !important}}.SelectionTabs__container{padding-bottom:10px}.SelectionTab{margin:0;padding:0;font-weight:normal;background-color:transparent;min-width:5.25rem}.SelectionTab:hover:not([disabled]){color:#84141e}.SelectionTab.is-selected{font-weight:bold}.theme-clean .SelectionTabs{margin-left:15px}.SearchInput__form{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;position:relative;color:#202020}.SearchInput__button-container{order:0}.SearchInput__input{font-weight:normal;font-size:13px;padding:.5em .75em;border:1px solid #dbdbdb;border-radius:2px;color:#737373;background-color:#fafafa;line-height:1;flex-grow:1;order:1;max-width:0px;transition:max-width .3s ease-out,padding-left .3s ease-out}.SearchInput__input:focus{outline:none;box-shadow:0 0 0 2px #59a7e8;background-color:#fff}.SearchInput__input:focus.placeholder{color:#737373}.SearchInput__input:focus:placeholder{color:#737373}.SearchInput__input:focus::placeholder{color:#737373}@media(pointer: coarse){.SearchInput__input{font-size:16px}}.SearchInput__input:not(:focus){border:none;padding:0px}.SearchInput__input:disabled{background:none;color:#737373}.SearchInput__input:focus,.SearchInput__input.is-expanded{max-width:150px;padding-left:6px}.ShareLinks{display:flex;flex-direction:row;justify-content:center;align-items:stretch;border-top:1px solid #dbdbdb;padding-top:8px}.ShareLinks__icon{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;width:16px;height:16px;margin:0 8px;color:#737373}.ShareLinks__icon:hover{color:#3f3f3f}.ShareLinks__icon{width:24px;height:24px}.TagEditor>*+*:not([class*=SvgIcon--inline]){margin-top:.5em !important}.TagEditor__input{font-weight:normal;font-size:13px;padding:.5em .75em;border:1px solid #dbdbdb;border-radius:2px;color:#737373;background-color:#fafafa;line-height:1;width:100%}.TagEditor__input:focus{outline:none;box-shadow:0 0 0 2px #59a7e8;background-color:#fff}.TagEditor__input:focus.placeholder{color:#737373}.TagEditor__input:focus:placeholder{color:#737373}.TagEditor__input:focus::placeholder{color:#737373}@media(pointer: coarse){.TagEditor__input{font-size:16px}}.TagEditor__tags{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;flex-wrap:wrap}.TagEditor__item{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;margin:.25em .5em .5em 0}.TagEditor__edit{border:1px solid #dbdbdb;color:#202020;background:#f2f2f2;border-radius:2px 0 0 2px;border-right-width:0;padding:2px .5em}.TagEditor__delete{padding:0;margin:0;background-color:transparent;border-style:none;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:.5em;border-radius:2px;border:none;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out;border:1px solid #dbdbdb;color:#595959;background-color:#f2f2f2;padding:0 .5em;border-radius:0 2px 2px 0}.TagEditor__delete:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .TagEditor__delete:focus:not(.focus-visible){outline:none;box-shadow:none}.TagEditor__delete:focus:not(:focus-visible){outline:none;box-shadow:none}.TagEditor__delete svg{width:16px;height:16px}.TagEditor__delete:hover:not([disabled]),.TagEditor__delete:focus:not([disabled]){color:#202020}.TagEditor__delete:hover{background-color:#ececec}.TagList{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;flex-wrap:wrap}.TagList__item{border:1px solid #dbdbdb;margin:.25em .5em .25em 0;padding:2px .5em;background:#fafafa;border-radius:2px}.TagList__link,.TagList__text{text-decoration:none;color:#737373}.TagList__link:hover,.TagList__link:focus{color:#bd1c2b;border-color:#a6a6a6}.Thread{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch}.Thread--reply{margin-top:.5em}.Thread--reply .Thread__content{margin-left:1em}.Thread__collapse{position:relative;min-height:2em;border-right:1px dashed #dbdbdb;cursor:auto}.Thread__collapse:hover{border-color:#a6a6a6}.is-collapsed .Thread__collapse{border-right:none}.Thread__collapse-button-container{position:absolute;top:-0.25em;left:-0.75rem;background-color:#fff}.Thread__hidden-toggle-button-container{margin-top:-0.25em}.Thread__top-annotation-header{margin-bottom:.5em}.Thread__content{flex-grow:1;max-width:100%}.ThreadCard{border:1px solid #dbdbdb;box-shadow:0 1px 1px rgba(0,0,0,.1);border-radius:2px;background-color:#fff;padding:1em;cursor:pointer}.ThreadCard>*+*:not([class*=SvgIcon--inline]){margin-top:1em !important}.ThreadCard:hover,.ThreadCard.is-focused{box-shadow:0px 2px 3px 0px rgba(0,0,0,.15)}.theme-clean .ThreadCard{padding-bottom:1.5em;border-width:0 0 1px 0;border-bottom-style:solid;border-bottom-color:#ececec;box-shadow:none}.theme-clean .ThreadCard:hover{box-shadow:none}.ThreadList__card{margin-bottom:1em}.ToastMessages{position:absolute;z-index:1;left:0;width:100%;padding:0 .5em}@media only screen and (min-width: 769px){.ToastMessages{max-width:768px;width:768px;padding-left:2rem;padding-right:2rem;left:50%;margin-left:calc(-0.5 * 768px)}}.toast-message-container{position:relative;width:100%;animation:slidein .3s forwards ease-in-out}.toast-message-container:hover{cursor:pointer}.toast-message-container.is-dismissed{animation:fadeout .3s forwards}.toast-message{align-items:center;width:100%;border-style:solid;border-width:2px 0;display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;border:1px solid #dbdbdb;box-shadow:0 1px 1px rgba(0,0,0,.1);border-radius:2px;background-color:#fff;position:relative;margin-bottom:.75em;border-width:1px}.toast-message--success{border-color:#00a36d}.toast-message--error{border-color:#d93c3f}.toast-message--notice{border-color:#fbc168}.toast-message__type{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:.75em 1em;color:#fff}.toast-message--success .toast-message__type{background-color:#00a36d}.toast-message--error .toast-message__type{background-color:#d93c3f}.toast-message--notice .toast-message__type{background-color:#fbc168}.toast-message__message{padding:.75em;width:100%}.toast-message__type{padding:1em}.toast-message__icon{margin-top:2px}.toast-message__message{padding:1em}.toast-message__link{text-align:right;text-decoration:underline}@keyframes slidein{0%{opacity:0;left:100%}80%{left:-10px}100%{left:0;opacity:1}}@keyframes fadeout{from{opacity:1}to{opacity:0}}.TopBar{line-height:1.4;font-weight:normal;font-size:16px;font-weight:500;border-bottom:1px solid #dbdbdb;color:#595959;background:#fff;height:40px;position:absolute;left:0;right:0;top:0;z-index:5;transform:translate3d(0, 0, 0)}@media(pointer: coarse){.TopBar{height:40px}}.TopBar__menu-label{padding:.25em}.TopBar__login-button{padding:0;margin:0;background-color:transparent;border-style:none;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:.5em;border-radius:2px;border:none;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out;line-height:1.4;font-weight:normal;color:#202020;font-size:14px;font-weight:500;padding:0 .25em;color:#bd1c2b}.TopBar__login-button:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .TopBar__login-button:focus:not(.focus-visible){outline:none;box-shadow:none}.TopBar__login-button:focus:not(:focus-visible){outline:none;box-shadow:none}.TopBar__login-button svg{width:16px;height:16px}.TopBar__login-button:hover:not([disabled]),.TopBar__login-button:focus:not([disabled]){color:#202020}.TopBar__login-button:hover{color:#84141e}@media(pointer: coarse){.TopBar__login-button{min-width:inherit;min-height:inherit}}.TopBar__login-links{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;flex-shrink:0}.TopBar__inner{margin-left:auto;margin-right:auto;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;font-size:16px;padding-left:9px;padding-right:9px;height:100%}@media only screen and (min-width: 767px)and (max-width: 1024px){.TopBar__inner{margin:auto;max-width:768px;padding-left:4rem;padding-right:4rem}}@media only screen and (min-width: 1025px){.TopBar__inner{margin:auto;max-width:768px;padding-left:4rem;padding-right:4rem}}.TopBar__inner .GroupList{justify-self:flex-start;margin-right:auto;white-space:nowrap}.theme-clean .TopBar{border-bottom:none}.VersionInfo{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.VersionInfo__key{font-weight:500}.VersionInfo__value{color:#737373}@media only screen and (min-width: 20em){.VersionInfo{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;flex-wrap:wrap}.VersionInfo__key{flex-basis:25%;text-align:right}.VersionInfo__value{margin-left:1em;flex-basis:70%;flex-grow:1;overflow-wrap:anywhere}}.hyp-u-screen-reader-only{position:absolute;width:1px;height:1px;white-space:nowrap;clip:rect(0 0 0 0);overflow:hidden}.hyp-u-border{border:1px solid #dbdbdb}.hyp-u-border--left{border-left:1px solid #dbdbdb}.hyp-u-border--right{border-right:1px solid #dbdbdb}.hyp-u-border--top{border-top:1px solid #dbdbdb}.hyp-u-border--bottom{border-bottom:1px solid #dbdbdb}.hyp-u-shadow{box-shadow:0px 1px 1px rgba(0,0,0,.1)}.hyp-u-shadow--active{box-shadow:0px 2px 3px 0px rgba(0,0,0,.15)}.hyp-u-color--white{color:#fff}.hyp-u-color--grey-0{color:#fafafa}.hyp-u-color--grey-1{color:#f2f2f2}.hyp-u-color--grey-2{color:#ececec}.hyp-u-color--grey-3{color:#dbdbdb}.hyp-u-color--grey-4{color:#a6a6a6}.hyp-u-color--grey-5{color:#9c9c9c}.hyp-u-color--grey-6{color:#737373}.hyp-u-color--grey-7{color:#595959}.hyp-u-color--grey-8{color:#3f3f3f}.hyp-u-color--grey-9{color:#202020}.hyp-u-color--brand{color:#bd1c2b}.hyp-u-color--selection{color:#59a7e8}.hyp-u-color--error{color:#d93c3f}.hyp-u-color--notice{color:#fbc168}.hyp-u-color--success{color:#00a36d}.hyp-u-bg-color--white{background-color:#fff}.hyp-u-bg-color--grey-0{background-color:#fafafa}.hyp-u-bg-color--grey-1{background-color:#f2f2f2}.hyp-u-bg-color--grey-2{background-color:#ececec}.hyp-u-bg-color--grey-3{background-color:#dbdbdb}.hyp-u-bg-color--grey-4{background-color:#a6a6a6}.hyp-u-bg-color--grey-5{background-color:#9c9c9c}.hyp-u-bg-color--grey-6{background-color:#737373}.hyp-u-bg-color--grey-7{background-color:#595959}.hyp-u-bg-color--grey-8{background-color:#3f3f3f}.hyp-u-bg-color--grey-9{background-color:#202020}.hyp-u-bg-color--brand{background-color:#bd1c2b}.hyp-u-bg-color--selection{background-color:#59a7e8}.hyp-u-bg-color--error{background-color:#d93c3f}.hyp-u-bg-color--notice{background-color:#fbc168}.hyp-u-bg-color--success{background-color:#00a36d}.hyp-u-focus-outline:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.hyp-u-focus-outline--inset:focus{outline:none;box-shadow:0 0 0 2px #59a7e8 inset}.hyp-u-focus-outline--hide{outline:none;box-shadow:none}.hyp-u-outline-on-keyboard-focus:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .hyp-u-outline-on-keyboard-focus:focus:not(.focus-visible){outline:none;box-shadow:none}.hyp-u-outline-on-keyboard-focus:focus:not(:focus-visible){outline:none;box-shadow:none}.hyp-u-outline-on-keyboard-focus--inset:focus{outline:none;box-shadow:0 0 0 2px #59a7e8 inset}.js-focus-visible .hyp-u-outline-on-keyboard-focus--inset:focus:not(.focus-visible){outline:none;box-shadow:none}.hyp-u-outline-on-keyboard-focus--inset:focus:not(:focus-visible){outline:none;box-shadow:none}.hyp-u-horizontal-spacing>:not(:first-child){margin-left:.5rem}.hyp-u-horizontal-spacing>:first-child{margin-left:0}.hyp-u-horizontal-spacing>:last-child{margin-right:0}.hyp-u-vertical-spacing>:not(:first-child){margin-top:1rem}.hyp-u-vertical-spacing>:first-child{margin-top:0}.hyp-u-vertical-spacing>:last-child{margin-bottom:0}.hyp-u-horizontal-spacing--0>:not(:first-child){margin-left:0}.hyp-u-horizontal-spacing--0>:first-child{margin-left:0}.hyp-u-horizontal-spacing--0>:last-child{margin-right:0}.hyp-u-horizontal-spacing--1>:not(:first-child){margin-left:.125rem}.hyp-u-horizontal-spacing--1>:first-child{margin-left:0}.hyp-u-horizontal-spacing--1>:last-child{margin-right:0}.hyp-u-horizontal-spacing--2>:not(:first-child){margin-left:.25rem}.hyp-u-horizontal-spacing--2>:first-child{margin-left:0}.hyp-u-horizontal-spacing--2>:last-child{margin-right:0}.hyp-u-horizontal-spacing--3>:not(:first-child){margin-left:.5rem}.hyp-u-horizontal-spacing--3>:first-child{margin-left:0}.hyp-u-horizontal-spacing--3>:last-child{margin-right:0}.hyp-u-horizontal-spacing--4>:not(:first-child){margin-left:.75rem}.hyp-u-horizontal-spacing--4>:first-child{margin-left:0}.hyp-u-horizontal-spacing--4>:last-child{margin-right:0}.hyp-u-horizontal-spacing--5>:not(:first-child){margin-left:1rem}.hyp-u-horizontal-spacing--5>:first-child{margin-left:0}.hyp-u-horizontal-spacing--5>:last-child{margin-right:0}.hyp-u-horizontal-spacing--6>:not(:first-child){margin-left:1.5rem}.hyp-u-horizontal-spacing--6>:first-child{margin-left:0}.hyp-u-horizontal-spacing--6>:last-child{margin-right:0}.hyp-u-horizontal-spacing--7>:not(:first-child){margin-left:2rem}.hyp-u-horizontal-spacing--7>:first-child{margin-left:0}.hyp-u-horizontal-spacing--7>:last-child{margin-right:0}.hyp-u-horizontal-spacing--8>:not(:first-child){margin-left:4rem}.hyp-u-horizontal-spacing--8>:first-child{margin-left:0}.hyp-u-horizontal-spacing--8>:last-child{margin-right:0}.hyp-u-horizontal-spacing--9>:not(:first-child){margin-left:8rem}.hyp-u-horizontal-spacing--9>:first-child{margin-left:0}.hyp-u-horizontal-spacing--9>:last-child{margin-right:0}.hyp-u-vertical-spacing--0>:not(:first-child){margin-top:0}.hyp-u-vertical-spacing--0>:first-child{margin-top:0}.hyp-u-vertical-spacing--0>:last-child{margin-bottom:0}.hyp-u-vertical-spacing--1>:not(:first-child){margin-top:.125rem}.hyp-u-vertical-spacing--1>:first-child{margin-top:0}.hyp-u-vertical-spacing--1>:last-child{margin-bottom:0}.hyp-u-vertical-spacing--2>:not(:first-child){margin-top:.25rem}.hyp-u-vertical-spacing--2>:first-child{margin-top:0}.hyp-u-vertical-spacing--2>:last-child{margin-bottom:0}.hyp-u-vertical-spacing--3>:not(:first-child){margin-top:.5rem}.hyp-u-vertical-spacing--3>:first-child{margin-top:0}.hyp-u-vertical-spacing--3>:last-child{margin-bottom:0}.hyp-u-vertical-spacing--4>:not(:first-child){margin-top:.75rem}.hyp-u-vertical-spacing--4>:first-child{margin-top:0}.hyp-u-vertical-spacing--4>:last-child{margin-bottom:0}.hyp-u-vertical-spacing--5>:not(:first-child){margin-top:1rem}.hyp-u-vertical-spacing--5>:first-child{margin-top:0}.hyp-u-vertical-spacing--5>:last-child{margin-bottom:0}.hyp-u-vertical-spacing--6>:not(:first-child){margin-top:1.5rem}.hyp-u-vertical-spacing--6>:first-child{margin-top:0}.hyp-u-vertical-spacing--6>:last-child{margin-bottom:0}.hyp-u-vertical-spacing--7>:not(:first-child){margin-top:2rem}.hyp-u-vertical-spacing--7>:first-child{margin-top:0}.hyp-u-vertical-spacing--7>:last-child{margin-bottom:0}.hyp-u-vertical-spacing--8>:not(:first-child){margin-top:4rem}.hyp-u-vertical-spacing--8>:first-child{margin-top:0}.hyp-u-vertical-spacing--8>:last-child{margin-bottom:0}.hyp-u-vertical-spacing--9>:not(:first-child){margin-top:8rem}.hyp-u-vertical-spacing--9>:first-child{margin-top:0}.hyp-u-vertical-spacing--9>:last-child{margin-bottom:0}.hyp-u-margin{margin:1rem}.hyp-u-margin--left{margin-left:1rem}.hyp-u-margin--right{margin-right:1rem}.hyp-u-margin--top{margin-top:1rem}.hyp-u-margin--bottom{margin-bottom:1rem}.hyp-u-margin--0{margin:0}.hyp-u-margin--left--0{margin-left:0}.hyp-u-margin--right--0{margin-right:0}.hyp-u-margin--top--0{margin-top:0}.hyp-u-margin--bottom--0{margin-bottom:0}.hyp-u-margin--1{margin:.125rem}.hyp-u-margin--left--1{margin-left:.125rem}.hyp-u-margin--right--1{margin-right:.125rem}.hyp-u-margin--top--1{margin-top:.125rem}.hyp-u-margin--bottom--1{margin-bottom:.125rem}.hyp-u-margin--2{margin:.25rem}.hyp-u-margin--left--2{margin-left:.25rem}.hyp-u-margin--right--2{margin-right:.25rem}.hyp-u-margin--top--2{margin-top:.25rem}.hyp-u-margin--bottom--2{margin-bottom:.25rem}.hyp-u-margin--3{margin:.5rem}.hyp-u-margin--left--3{margin-left:.5rem}.hyp-u-margin--right--3{margin-right:.5rem}.hyp-u-margin--top--3{margin-top:.5rem}.hyp-u-margin--bottom--3{margin-bottom:.5rem}.hyp-u-margin--4{margin:.75rem}.hyp-u-margin--left--4{margin-left:.75rem}.hyp-u-margin--right--4{margin-right:.75rem}.hyp-u-margin--top--4{margin-top:.75rem}.hyp-u-margin--bottom--4{margin-bottom:.75rem}.hyp-u-margin--5{margin:1rem}.hyp-u-margin--left--5{margin-left:1rem}.hyp-u-margin--right--5{margin-right:1rem}.hyp-u-margin--top--5{margin-top:1rem}.hyp-u-margin--bottom--5{margin-bottom:1rem}.hyp-u-margin--6{margin:1.5rem}.hyp-u-margin--left--6{margin-left:1.5rem}.hyp-u-margin--right--6{margin-right:1.5rem}.hyp-u-margin--top--6{margin-top:1.5rem}.hyp-u-margin--bottom--6{margin-bottom:1.5rem}.hyp-u-margin--7{margin:2rem}.hyp-u-margin--left--7{margin-left:2rem}.hyp-u-margin--right--7{margin-right:2rem}.hyp-u-margin--top--7{margin-top:2rem}.hyp-u-margin--bottom--7{margin-bottom:2rem}.hyp-u-margin--8{margin:4rem}.hyp-u-margin--left--8{margin-left:4rem}.hyp-u-margin--right--8{margin-right:4rem}.hyp-u-margin--top--8{margin-top:4rem}.hyp-u-margin--bottom--8{margin-bottom:4rem}.hyp-u-margin--9{margin:8rem}.hyp-u-margin--left--9{margin-left:8rem}.hyp-u-margin--right--9{margin-right:8rem}.hyp-u-margin--top--9{margin-top:8rem}.hyp-u-margin--bottom--9{margin-bottom:8rem}.hyp-u-padding{padding:.5rem}.hyp-u-padding--left{padding-left:.5rem}.hyp-u-padding--right{padding-right:.5rem}.hyp-u-padding--top{padding-top:.5rem}.hyp-u-padding--bottom{padding-bottom:.5rem}.hyp-u-padding--0{padding:0}.hyp-u-padding--left--0{padding-left:0}.hyp-u-padding--right--0{padding-right:0}.hyp-u-padding--top--0{padding-top:0}.hyp-u-padding--bottom--0{padding-bottom:0}.hyp-u-padding--1{padding:.125rem}.hyp-u-padding--left--1{padding-left:.125rem}.hyp-u-padding--right--1{padding-right:.125rem}.hyp-u-padding--top--1{padding-top:.125rem}.hyp-u-padding--bottom--1{padding-bottom:.125rem}.hyp-u-padding--2{padding:.25rem}.hyp-u-padding--left--2{padding-left:.25rem}.hyp-u-padding--right--2{padding-right:.25rem}.hyp-u-padding--top--2{padding-top:.25rem}.hyp-u-padding--bottom--2{padding-bottom:.25rem}.hyp-u-padding--3{padding:.5rem}.hyp-u-padding--left--3{padding-left:.5rem}.hyp-u-padding--right--3{padding-right:.5rem}.hyp-u-padding--top--3{padding-top:.5rem}.hyp-u-padding--bottom--3{padding-bottom:.5rem}.hyp-u-padding--4{padding:.75rem}.hyp-u-padding--left--4{padding-left:.75rem}.hyp-u-padding--right--4{padding-right:.75rem}.hyp-u-padding--top--4{padding-top:.75rem}.hyp-u-padding--bottom--4{padding-bottom:.75rem}.hyp-u-padding--5{padding:1rem}.hyp-u-padding--left--5{padding-left:1rem}.hyp-u-padding--right--5{padding-right:1rem}.hyp-u-padding--top--5{padding-top:1rem}.hyp-u-padding--bottom--5{padding-bottom:1rem}.hyp-u-padding--6{padding:1.5rem}.hyp-u-padding--left--6{padding-left:1.5rem}.hyp-u-padding--right--6{padding-right:1.5rem}.hyp-u-padding--top--6{padding-top:1.5rem}.hyp-u-padding--bottom--6{padding-bottom:1.5rem}.hyp-u-padding--7{padding:2rem}.hyp-u-padding--left--7{padding-left:2rem}.hyp-u-padding--right--7{padding-right:2rem}.hyp-u-padding--top--7{padding-top:2rem}.hyp-u-padding--bottom--7{padding-bottom:2rem}.hyp-u-padding--8{padding:4rem}.hyp-u-padding--left--8{padding-left:4rem}.hyp-u-padding--right--8{padding-right:4rem}.hyp-u-padding--top--8{padding-top:4rem}.hyp-u-padding--bottom--8{padding-bottom:4rem}.hyp-u-padding--9{padding:8rem}.hyp-u-padding--left--9{padding-left:8rem}.hyp-u-padding--right--9{padding-right:8rem}.hyp-u-padding--top--9{padding-top:8rem}.hyp-u-padding--bottom--9{padding-bottom:8rem}.hyp-u-layout-row{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch}.hyp-u-layout-row--center{display:flex;flex-direction:row;justify-content:center;align-items:center}.hyp-u-layout-row--align-baseline{display:flex;flex-direction:row;justify-content:flex-start;align-items:baseline}.hyp-u-layout-row--align-center{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.hyp-u-layout-row--justify-center{display:flex;flex-direction:row;justify-content:center;align-items:stretch}.hyp-u-layout-row--justify-right{display:flex;flex-direction:row;justify-content:flex-end;align-items:stretch}.hyp-u-layout-column{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.hyp-u-layout-column--center{display:flex;flex-direction:column;justify-content:center;align-items:center}.hyp-u-stretch{flex-grow:1}.hyp-u-fixed-centered{z-index:20;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%)}.hyp-u-absolute-centered{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.hyp-u-overlay{z-index:10;position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.5)}.sr-only {
|
|
489
|
+
}.Hyp-LabeledCheckbox{cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.Hyp-LabeledCheckbox>:not(:first-child){margin-left:.25rem}.Hyp-LabeledCheckbox>:first-child{margin-left:0}.Hyp-LabeledCheckbox>:last-child{margin-right:0}.Hyp-Checkbox{cursor:pointer;position:absolute;width:1em;height:1em;opacity:.00001}.Hyp-Checkbox+span:not(#increase-specificity){margin-left:0}.Hyp-Checkbox+span>svg{width:1em;height:1em}.Hyp-Checkbox+span>svg *{transition:all .1s linear}.Hyp-Checkbox:focus+span>svg{outline:none;box-shadow:0 0 0 2px #59a7e8}.Hyp-Checkbox:focus:not(:focus-visible)+span>svg{outline:none;box-shadow:none}.Hyp-Checkbox:not(:checked)+span .hyp-svg-checkbox--background{stroke:#737373}.Hyp-Checkbox:checked+span .hyp-svg-checkbox--background{fill:#fff;stroke:#3f3f3f}.Hyp-Checkbox:checked+span .hyp-svg-checkbox--checkmark{stroke:#3f3f3f}.Hyp-Frame{padding:1rem;border:1px solid #dbdbdb;border-radius:2px;background-color:#fff}.Hyp-Frame>:not(:first-child){margin-top:1rem}.Hyp-Frame>:first-child{margin-top:0}.Hyp-Frame>:last-child{margin-bottom:0}.theme-clean .Hyp-Frame{border:none}.Hyp-Card{padding:1rem;border:1px solid #dbdbdb;border-radius:2px;background-color:#fff;box-shadow:0px 1px 1px rgba(0,0,0,.1);width:100%}.Hyp-Card>:not(:first-child){margin-top:1rem}.Hyp-Card>:first-child{margin-top:0}.Hyp-Card>:last-child{margin-bottom:0}.theme-clean .Hyp-Card{border:none}.Hyp-Card:hover,.Hyp-Card.is-focused{box-shadow:0px 2px 3px 0px rgba(0,0,0,.15)}.theme-clean .Hyp-Card{box-shadow:none}.Hyp-Actions,.Hyp-Actions--row{display:flex;flex-direction:row;justify-content:flex-end;align-items:stretch}.Hyp-Actions>:not(:first-child),.Hyp-Actions--row>:not(:first-child){margin-left:.75rem}.Hyp-Actions>:first-child,.Hyp-Actions--row>:first-child{margin-left:0}.Hyp-Actions>:last-child,.Hyp-Actions--row>:last-child{margin-right:0}.Hyp-Actions--column{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.Hyp-Actions--column>:not(:first-child){margin-top:.5rem}.Hyp-Actions--column>:first-child{margin-top:0}.Hyp-Actions--column>:last-child{margin-bottom:0}.Hyp-Scrollbox{overflow:auto;border:1px solid #dbdbdb;position:relative;height:100%;width:100%;background:linear-gradient(white 30%, rgba(255, 255, 255, 0)) 0 0,linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05) 5px, rgba(255, 255, 255, 0) 70%) 0 0,linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05) 5px, rgba(255, 255, 255, 0) 70%) 0 100%;background-repeat:no-repeat;background-color:#fff;background-size:100% 40px,100% 40px,100% 14px,100% 14px;background-attachment:local,local,scroll,scroll}.Hyp-Scrollbox--with-header{overflow:auto;border:1px solid #dbdbdb;position:relative;height:100%;width:100%;background:linear-gradient(white 30%, rgba(255, 255, 255, 0)) 0 44px,linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05) 5px, rgba(255, 255, 255, 0) 70%) 0 44px,linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05) 5px, rgba(255, 255, 255, 0) 70%) 0 100%;background-repeat:no-repeat;background-color:#fff;background-size:100% 40px,100% 40px,100% 14px,100% 14px;background-attachment:local,local,scroll,scroll}.Hyp-Dialog{padding:1rem;border:1px solid #dbdbdb;border-radius:2px;background-color:#fff;box-shadow:0px 1px 1px rgba(0,0,0,.1);width:100%}.Hyp-Dialog:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Hyp-Dialog:focus:not(.focus-visible){outline:none;box-shadow:none}.Hyp-Dialog:focus:not(:focus-visible){outline:none;box-shadow:none}.Hyp-Dialog>:not(:first-child){margin-top:1rem}.Hyp-Dialog>:first-child{margin-top:0}.Hyp-Dialog>:last-child{margin-bottom:0}.theme-clean .Hyp-Dialog{border:none}.Hyp-Dialog:hover,.Hyp-Dialog.is-focused{box-shadow:0px 2px 3px 0px rgba(0,0,0,.15)}.theme-clean .Hyp-Dialog{box-shadow:none;border:1px solid #dbdbdb}.Hyp-Dialog>.Hyp-Dialog__header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;border-bottom:1px solid #dbdbdb;padding-bottom:1rem}.Hyp-Dialog>.Hyp-Dialog__header>:not(:first-child){margin-left:.5rem}.Hyp-Dialog>.Hyp-Dialog__header>:first-child{margin-left:0}.Hyp-Dialog>.Hyp-Dialog__header>:last-child{margin-right:0}.Hyp-Dialog__title{font-size:1.1em;color:#bd1c2b;font-weight:600;line-height:1;flex-grow:1}.Hyp-Dialog--closeable .Hyp-Dialog__header{padding-bottom:.25rem;margin-top:-0.5rem}.Hyp-Dialog--closeable>.Hyp-Dialog__header .Hyp-Dialog__close{font-size:1.375em;margin-right:-0.75rem}.Hyp-Dialog__content>:not(:first-child){margin-top:1rem}.Hyp-Dialog__content>:first-child{margin-top:0}.Hyp-Dialog__content>:last-child{margin-bottom:0}.Hyp-Dialog__actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:stretch}.Hyp-Dialog__actions>:not(:first-child){margin-left:.75rem}.Hyp-Dialog__actions>:first-child{margin-left:0}.Hyp-Dialog__actions>:last-child{margin-right:0}.Hyp-Link{display:inline-block;color:#bd1c2b;text-decoration:none;border-radius:2px}.Hyp-Link:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Hyp-Link:focus:not(.focus-visible){outline:none;box-shadow:none}.Hyp-Link:focus:not(:focus-visible){outline:none;box-shadow:none}.Hyp-Link:active,.Hyp-Link:focus{text-decoration:none}.Hyp-Link:hover{text-decoration:none;color:#84141e}.Hyp-Modal__overlay{z-index:10;position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.5)}.Hyp-Modal{z-index:20;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);width:90vw;max-width:90vw;max-height:90vh}@media screen and (min-width: 48rem){.Hyp-Modal{width:auto;min-width:28rem;max-width:44rem;max-width:min(44rem,90vw)}}@media screen and (min-height: 32rem){.Hyp-Modal{top:10vh;max-height:80vh;transform:translate(-50%, 0)}}.Hyp-Modal>*{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;max-height:90vh}@media screen and (min-height: 32rem){.Hyp-Modal>*{max-height:80vh}}.Hyp-Panel{padding:1rem;border:1px solid #dbdbdb;border-radius:2px;background-color:#fff;box-shadow:0px 1px 1px rgba(0,0,0,.1);width:100%}.Hyp-Panel:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Hyp-Panel:focus:not(.focus-visible){outline:none;box-shadow:none}.Hyp-Panel:focus:not(:focus-visible){outline:none;box-shadow:none}.Hyp-Panel>:not(:first-child){margin-top:1rem}.Hyp-Panel>:first-child{margin-top:0}.Hyp-Panel>:last-child{margin-bottom:0}.theme-clean .Hyp-Panel{border:none}.Hyp-Panel:hover,.Hyp-Panel.is-focused{box-shadow:0px 2px 3px 0px rgba(0,0,0,.15)}.theme-clean .Hyp-Panel{box-shadow:none;border:1px solid #dbdbdb}.Hyp-Panel>.Hyp-Panel__header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;border-bottom:1px solid #dbdbdb;padding-bottom:1rem}.Hyp-Panel>.Hyp-Panel__header>:not(:first-child){margin-left:.5rem}.Hyp-Panel>.Hyp-Panel__header>:first-child{margin-left:0}.Hyp-Panel>.Hyp-Panel__header>:last-child{margin-right:0}.Hyp-Panel__title{font-size:1.1em;color:#bd1c2b;font-weight:600;line-height:1;flex-grow:1}.Hyp-Panel--closeable .Hyp-Panel__header{padding-bottom:.25rem;margin-top:-0.5rem}.Hyp-Panel--closeable>.Hyp-Panel__header .Hyp-Panel__close{font-size:1.375em;margin-right:-0.75rem}.Hyp-Panel__content>:not(:first-child){margin-top:1rem}.Hyp-Panel__content>:first-child{margin-top:0}.Hyp-Panel__content>:last-child{margin-bottom:0}.Hyp-Panel__actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:stretch}.Hyp-Panel__actions>:not(:first-child){margin-left:.75rem}.Hyp-Panel__actions>:first-child{margin-left:0}.Hyp-Panel__actions>:last-child{margin-right:0}.Hyp-Spinner--small{color:#737373;font-size:1em}.Hyp-Spinner,.Hyp-Spinner--medium{color:#737373;font-size:2em}.Hyp-Spinner--large{color:#737373;font-size:4em}.Hyp-FullScreenSpinner{z-index:10;position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(255,255,255,.5)}.Hyp-FullScreenSpinner__spinner{z-index:20;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%)}.Hyp-Icon{display:block;width:1em;height:1em}.Hyp-SvgIcon{display:flex}.Hyp-SvgIcon--inline{display:inline}.Hyp-Table-Scrollbox{min-height:132px}.Hyp-Table-Scrollbox__loading{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);margin-top:22px}.Hyp-Table-Scrollbox__message{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;flex-direction:row;justify-content:center;align-items:stretch;padding:.5rem;width:100%;top:88px}.Hyp-Table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;color:#202020}.Hyp-Table:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Hyp-Table:focus:not(.focus-visible){outline:none;box-shadow:none}.Hyp-Table:focus:not(:focus-visible){outline:none;box-shadow:none}.Hyp-Table th,.Hyp-Table td{padding:.5rem;line-height:1}.Hyp-Table td{border-top:1px solid #dbdbdb}.Hyp-Table__header{position:-webkit-sticky;position:sticky;top:0;height:44px;padding:.5rem;font-weight:bold;background-color:#fff;width:100%;border-bottom:1px solid #9c9c9c;background-color:#ececec;z-index:1;text-align:left}.Hyp-Table__header__heading{display:flex;flex-direction:row;justify-content:center;align-items:center;height:100%}.Hyp-Table tbody{cursor:pointer}.Hyp-Table tr{height:44px;padding:.5rem}.Hyp-Table tr:first-child td{border-top:none}.Hyp-Table tr.is-selected td{background-color:#595969;color:#fff}.Hyp-Table tr:hover:not(.is-selected){background-color:#babac444}.Hyp-Table tr:nth-child(odd):not(.is-selected){background-color:rgba(0,0,0,.025)}.Hyp-TextInput{border:1px solid #dbdbdb;padding:.5rem;background-color:#fafafa;color:#202020;border-radius:2px}.Hyp-TextInput:focus{outline:none;box-shadow:0 0 0 2px #59a7e8 inset}.Hyp-TextInput.has-error,.Hyp-TextInput.is-error{outline:none;box-shadow:0 0 0 2px #d93c3f inset}.Hyp-TextInput::placeholder{color:#737373}.Hyp-TextInput:focus{background-color:#fff}.Hyp-TextInput:focus::placeholder{color:#a6a6a6}.Hyp-TextInputWithButton{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;width:100%}.Hyp-TextInputWithButton input{border:1px solid #dbdbdb;padding:.5rem;background-color:#fafafa;color:#202020;border-radius:2px;flex-grow:1;border-top-right-radius:0;border-bottom-right-radius:0}.Hyp-TextInputWithButton input:focus{outline:none;box-shadow:0 0 0 2px #59a7e8 inset}.Hyp-TextInputWithButton input.has-error,.Hyp-TextInputWithButton input.is-error{outline:none;box-shadow:0 0 0 2px #d93c3f inset}.Hyp-TextInputWithButton input::placeholder{color:#737373}.Hyp-TextInputWithButton input:focus{background-color:#fff}.Hyp-TextInputWithButton input:focus::placeholder{color:#a6a6a6}.Hyp-TextInputWithButton button{border:1px solid #dbdbdb;border-top-left-radius:0;border-bottom-left-radius:0;border-left:0}.Hyp-Thumbnail{padding:.75rem;background-color:#f2f2f2;width:100%;height:100%}.Hyp-Thumbnail__content{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:2em;color:#9c9c9c;background-color:#fff;width:100%;height:100%}.Hyp-Thumbnail__content>img{width:100%;height:100%;object-fit:contain}.Hyp-LabeledButton{padding:0;margin:0;background-color:transparent;border-style:none;color:#595959;background-color:#f2f2f2;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out;border-radius:2px;border:none;padding:.5em;font-size:1em;font-weight:700;white-space:nowrap;display:flex;align-items:center}.Hyp-LabeledButton:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Hyp-LabeledButton:focus:not(.focus-visible){outline:none;box-shadow:none}.Hyp-LabeledButton:focus:not(:focus-visible){outline:none;box-shadow:none}.Hyp-LabeledButton:disabled{color:#595959}.Hyp-LabeledButton[aria-expanded=true],.Hyp-LabeledButton[aria-pressed=true]{color:#202020}.Hyp-LabeledButton[aria-expanded=true]:hover:not([disabled]),.Hyp-LabeledButton[aria-pressed=true]:hover:not([disabled]){color:#202020}.Hyp-LabeledButton[aria-expanded=true]:focus:not([disabled]),.Hyp-LabeledButton[aria-pressed=true]:focus:not([disabled]){color:#202020}.Hyp-LabeledButton:hover:not([disabled]){color:#202020;background-color:#ececec}.Hyp-LabeledButton--small{padding:.25em}.Hyp-LabeledButton--large{padding:.75em}.Hyp-LabeledButton--icon-left svg{margin-right:.5em}.Hyp-LabeledButton--icon-right svg{margin-left:.5em}.Hyp-LabeledButton svg{width:1.25em;height:1.25em}.Hyp-LabeledButton--light{color:#595959;background-color:#f2f2f2;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-LabeledButton--light:disabled{color:#595959}.Hyp-LabeledButton--light[aria-expanded=true],.Hyp-LabeledButton--light[aria-pressed=true]{color:#202020}.Hyp-LabeledButton--light[aria-expanded=true]:hover:not([disabled]),.Hyp-LabeledButton--light[aria-pressed=true]:hover:not([disabled]){color:#202020}.Hyp-LabeledButton--light[aria-expanded=true]:focus:not([disabled]),.Hyp-LabeledButton--light[aria-pressed=true]:focus:not([disabled]){color:#202020}.Hyp-LabeledButton--light:hover:not([disabled]){color:#202020;background-color:#ececec}.Hyp-LabeledButton--primary{color:#f2f2f2;background-color:#595959;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-LabeledButton--primary:disabled{color:#a6a6a6}.Hyp-LabeledButton--primary[aria-expanded=true],.Hyp-LabeledButton--primary[aria-pressed=true]{color:#f2f2f2}.Hyp-LabeledButton--primary[aria-expanded=true]:hover:not([disabled]),.Hyp-LabeledButton--primary[aria-pressed=true]:hover:not([disabled]){color:#f2f2f2}.Hyp-LabeledButton--primary[aria-expanded=true]:focus:not([disabled]),.Hyp-LabeledButton--primary[aria-pressed=true]:focus:not([disabled]){color:#f2f2f2}.Hyp-LabeledButton--primary:hover:not([disabled]){color:#f2f2f2;background-color:#3f3f3f}.Hyp-LabeledButton--dark{color:#595959;background-color:transparent;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-LabeledButton--dark:disabled{color:#595959}.Hyp-LabeledButton--dark[aria-expanded=true],.Hyp-LabeledButton--dark[aria-pressed=true]{color:#595959;background-color:#dbdbdb}.Hyp-LabeledButton--dark[aria-expanded=true]:hover:not([disabled]),.Hyp-LabeledButton--dark[aria-pressed=true]:hover:not([disabled]){color:#202020}.Hyp-LabeledButton--dark[aria-expanded=true]:focus:not([disabled]),.Hyp-LabeledButton--dark[aria-pressed=true]:focus:not([disabled]){color:#595959}.Hyp-LabeledButton--dark:hover:not([disabled]){color:#202020;background-color:#dbdbdb}.Hyp-IconButton{padding:0;margin:0;border-style:none;color:#595959;background-color:transparent;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out;border-radius:2px;border:none;padding:.5em;font-size:1em;font-weight:700;white-space:nowrap;display:flex;align-items:center}.Hyp-IconButton:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Hyp-IconButton:focus:not(.focus-visible){outline:none;box-shadow:none}.Hyp-IconButton:focus:not(:focus-visible){outline:none;box-shadow:none}.Hyp-IconButton:disabled{color:#595959}.Hyp-IconButton[aria-expanded=true],.Hyp-IconButton[aria-pressed=true]{color:#bd1c2b}.Hyp-IconButton[aria-expanded=true]:hover:not([disabled]),.Hyp-IconButton[aria-pressed=true]:hover:not([disabled]){color:#202020}.Hyp-IconButton[aria-expanded=true]:focus:not([disabled]),.Hyp-IconButton[aria-pressed=true]:focus:not([disabled]){color:#bd1c2b}.Hyp-IconButton:hover:not([disabled]){color:#202020;background-color:transparent}.Hyp-IconButton--small{padding:.25em}.Hyp-IconButton--large{padding:.75em}.Hyp-IconButton svg{width:1em;height:1em}.Hyp-IconButton--light{color:#9c9c9c;background-color:transparent;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-IconButton--light:disabled{color:#9c9c9c}.Hyp-IconButton--light[aria-expanded=true],.Hyp-IconButton--light[aria-pressed=true]{color:#9c9c9c}.Hyp-IconButton--light[aria-expanded=true]:hover:not([disabled]),.Hyp-IconButton--light[aria-pressed=true]:hover:not([disabled]){color:#3f3f3f}.Hyp-IconButton--light[aria-expanded=true]:focus:not([disabled]),.Hyp-IconButton--light[aria-pressed=true]:focus:not([disabled]){color:#9c9c9c}.Hyp-IconButton--light:hover:not([disabled]){color:#3f3f3f;background-color:transparent}.Hyp-IconButton--primary{color:#bd1c2b;background-color:transparent;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-IconButton--primary:disabled{color:#595959}.Hyp-IconButton--primary[aria-expanded=true],.Hyp-IconButton--primary[aria-pressed=true]{color:#bd1c2b}.Hyp-IconButton--primary[aria-expanded=true]:hover:not([disabled]),.Hyp-IconButton--primary[aria-pressed=true]:hover:not([disabled]){color:#bd1c2b}.Hyp-IconButton--primary[aria-expanded=true]:focus:not([disabled]),.Hyp-IconButton--primary[aria-pressed=true]:focus:not([disabled]){color:#bd1c2b}.Hyp-IconButton--primary:hover:not([disabled]){color:#bd1c2b;background-color:transparent}.Hyp-IconButton--dark{color:#595959;background-color:#ececec;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-IconButton--dark:disabled{color:#9c9c9c}.Hyp-IconButton--dark[aria-expanded=true],.Hyp-IconButton--dark[aria-pressed=true]{color:#202020;background-color:#dbdbdb}.Hyp-IconButton--dark[aria-expanded=true]:hover:not([disabled]),.Hyp-IconButton--dark[aria-pressed=true]:hover:not([disabled]){color:#202020}.Hyp-IconButton--dark[aria-expanded=true]:focus:not([disabled]),.Hyp-IconButton--dark[aria-pressed=true]:focus:not([disabled]){color:#202020}.Hyp-IconButton--dark:hover:not([disabled]){color:#202020;background-color:#dbdbdb}@media(pointer: coarse){.Hyp-IconButton--medium,.Hyp-IconButton--large{min-width:44px;min-height:44px;justify-content:center}}.Hyp-LinkButton{margin:0;border-style:none;color:#595959;background-color:transparent;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out;border-radius:2px;border:none;padding:.5em;font-size:1em;white-space:nowrap;display:flex;align-items:center;font-weight:400;padding:0}.Hyp-LinkButton:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Hyp-LinkButton:focus:not(.focus-visible){outline:none;box-shadow:none}.Hyp-LinkButton:focus:not(:focus-visible){outline:none;box-shadow:none}.Hyp-LinkButton:disabled{color:#595959}.Hyp-LinkButton[aria-expanded=true],.Hyp-LinkButton[aria-pressed=true]{color:#202020}.Hyp-LinkButton[aria-expanded=true]:hover:not([disabled]),.Hyp-LinkButton[aria-pressed=true]:hover:not([disabled]){color:#84141e}.Hyp-LinkButton[aria-expanded=true]:focus:not([disabled]),.Hyp-LinkButton[aria-pressed=true]:focus:not([disabled]){color:#202020}.Hyp-LinkButton:hover:not([disabled]){color:#84141e;background-color:transparent}.Hyp-LinkButton--small{padding:.25em}.Hyp-LinkButton--large{padding:.75em}.Hyp-LinkButton svg{width:1em;height:1em}.Hyp-LinkButton--light{color:#595959;background-color:transparent;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-LinkButton--light:disabled{color:#595959}.Hyp-LinkButton--light[aria-expanded=true],.Hyp-LinkButton--light[aria-pressed=true]{color:#202020}.Hyp-LinkButton--light[aria-expanded=true]:hover:not([disabled]),.Hyp-LinkButton--light[aria-pressed=true]:hover:not([disabled]){color:#84141e}.Hyp-LinkButton--light[aria-expanded=true]:focus:not([disabled]),.Hyp-LinkButton--light[aria-pressed=true]:focus:not([disabled]){color:#202020}.Hyp-LinkButton--light:hover:not([disabled]){color:#84141e;background-color:transparent}.Hyp-LinkButton--primary{color:#bd1c2b;background-color:transparent;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-LinkButton--primary:disabled{color:#595959}.Hyp-LinkButton--primary[aria-expanded=true],.Hyp-LinkButton--primary[aria-pressed=true]{color:#bd1c2b}.Hyp-LinkButton--primary[aria-expanded=true]:hover:not([disabled]),.Hyp-LinkButton--primary[aria-pressed=true]:hover:not([disabled]){color:#bd1c2b}.Hyp-LinkButton--primary[aria-expanded=true]:focus:not([disabled]),.Hyp-LinkButton--primary[aria-pressed=true]:focus:not([disabled]){color:#bd1c2b}.Hyp-LinkButton--primary:hover:not([disabled]){color:#bd1c2b;background-color:transparent}.Hyp-LinkButton--dark{color:#202020;background-color:transparent;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-LinkButton--dark:disabled{color:#595959}.Hyp-LinkButton--dark[aria-expanded=true],.Hyp-LinkButton--dark[aria-pressed=true]{color:#202020}.Hyp-LinkButton--dark[aria-expanded=true]:hover:not([disabled]),.Hyp-LinkButton--dark[aria-pressed=true]:hover:not([disabled]){color:#84141e}.Hyp-LinkButton--dark[aria-expanded=true]:focus:not([disabled]),.Hyp-LinkButton--dark[aria-pressed=true]:focus:not([disabled]){color:#202020}.Hyp-LinkButton--dark:hover:not([disabled]){color:#84141e;background-color:transparent}.Hyp-LinkButton:hover:not([disabled]){text-decoration:underline}.Hyp-LinkButton--primary{font-weight:500}.InlineLinkButton{display:inline}.InlineLinkButton--underlined{text-decoration:underline}.PublishControlButton{border-top-right-radius:0;border-bottom-right-radius:0}.PaginationPageButton{padding:.75em 1em}@media(pointer: coarse){.NonResponsiveIconButton{min-width:auto;min-height:auto}}.TransparentButton{background-color:transparent}.TransparentButton:hover:not([disabled]){background-color:transparent}.IconOnlyLink{padding:1em;color:#202020}.IconOnlyLink:hover:not([disabled]){color:#202020}.p-link--muted{color:#737373}.p-link--hover-muted:hover{color:#737373;text-decoration:underline}.p-quoted-text{border-left:3px solid #dbdbdb;color:#737373;font-style:italic;padding:0 1em;overflow-wrap:break-word}.p-quoted-text.is-focused,.p-quoted-text:hover{border-left:#58cef4 3px solid}.p-redacted-content{text-decoration:line-through;filter:grayscale(100%) contrast(65%)}.annotation-publish-button{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;position:relative}.annotation-publish-button .annotation-publish-button__menu-arrow{right:8px}.annotation-publish-button__menu-content{min-width:100%}.annotation-publish-button__menu-wrapper{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;border-top-right-radius:2px;border-bottom-right-radius:2px;background-color:#595959}.annotation-publish-button__menu-wrapper:hover{background-color:#3f3f3f}.annotation-publish-button__menu-label{padding:.75em;color:#f2f2f2}.AnnotationShareControl{position:relative}.annotation-share-panel{border:1px solid #dbdbdb;box-shadow:0 1px 1px rgba(0,0,0,.1);border-radius:2px;background-color:#fff;width:24em;max-width:85vw;padding:.75em;position:absolute;right:5px;bottom:32px;cursor:default}.annotation-share-panel>*+*:not([class*=SvgIcon--inline]){margin-top:.5em !important}.annotation-share-panel:hover,.annotation-share-panel.is-focused{box-shadow:0px 2px 3px 0px rgba(0,0,0,.15)}.theme-clean .annotation-share-panel{padding-bottom:1.5em;border-width:0 0 1px 0;border-bottom-style:solid;border-bottom-color:#ececec;box-shadow:none}.theme-clean .annotation-share-panel:hover{box-shadow:none}.annotation-share-panel__header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;border-bottom:1px solid #dbdbdb;padding-bottom:1em}.annotation-share-panel__header-icon{margin-right:.5em}.annotation-share-panel__title{line-height:1.4;font-weight:normal;color:#202020;font-size:14px;color:#bd1c2b;font-weight:700}.annotation-share-panel__button{padding:0;margin:0;background-color:transparent;border-style:none;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:.5em;border-radius:2px;border:none;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out;white-space:nowrap;color:#595959;font-weight:700;background-color:#f2f2f2}.annotation-share-panel__button:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .annotation-share-panel__button:focus:not(.focus-visible){outline:none;box-shadow:none}.annotation-share-panel__button:focus:not(:focus-visible){outline:none;box-shadow:none}.annotation-share-panel__button svg{width:16px;height:16px}.annotation-share-panel__button:hover:not([disabled]),.annotation-share-panel__button:focus:not([disabled]){color:#202020;background-color:#ececec}.annotation-share-panel__button svg{margin:0 5px 0 0}.annotation-share-panel__button--primary{padding:0;margin:0;background-color:transparent;border-style:none;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:.5em;border-radius:2px;border:none;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out;white-space:nowrap;color:#595959;font-weight:700;background-color:#f2f2f2;color:#f2f2f2;background-color:#595959}.annotation-share-panel__button--primary:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .annotation-share-panel__button--primary:focus:not(.focus-visible){outline:none;box-shadow:none}.annotation-share-panel__button--primary:focus:not(:focus-visible){outline:none;box-shadow:none}.annotation-share-panel__button--primary svg{width:16px;height:16px}.annotation-share-panel__button--primary:hover:not([disabled]),.annotation-share-panel__button--primary:focus:not([disabled]){color:#202020}.annotation-share-panel__button--primary:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .annotation-share-panel__button--primary:focus:not(.focus-visible){outline:none;box-shadow:none}.annotation-share-panel__button--primary:focus:not(:focus-visible){outline:none;box-shadow:none}.annotation-share-panel__button--primary svg{width:16px;height:16px}.annotation-share-panel__button--primary:hover:not([disabled]),.annotation-share-panel__button--primary:focus:not([disabled]){color:#202020;background-color:#ececec}.annotation-share-panel__button--primary svg{margin:0 5px 0 0}.annotation-share-panel__button--primary:hover:not([disabled]),.annotation-share-panel__button--primary:focus:not([disabled]){color:#f2f2f2;background-color:#3f3f3f}.annotation-share-panel__button--primary:disabled{color:#9c9c9c}.annotation-share-panel__actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:stretch}.annotation-share-panel__actions>*+*{margin-left:10px !important}.annotation-share-panel__header{padding-bottom:.5em}@media(pointer: coarse){.annotation-share-panel{right:13px;bottom:40px}}.annotation-share-panel__header{border-bottom:none}.annotation-share-panel__inputs{line-height:1.4;font-weight:normal;color:#202020;font-size:11px;width:100%}.annotation-share-panel__details{line-height:1.4;font-weight:normal;color:#202020;font-size:11px;padding:.5em 0}.annotation-share-panel__arrow{display:inline;position:absolute;z-index:2;color:#dbdbdb;fill:#fff;transform:rotateX(180deg);right:0px;bottom:-12px}.annotation-share-panel .ShareLinks__icon{width:16px;height:16px}.AutocompleteList{position:relative}.AutocompleteList.is-hidden{display:none}.AutocompleteList__items{box-shadow:0 1px 1px rgba(0,0,0,.1);position:absolute;top:5px;max-width:100%;min-width:10em;background-color:#fff;border:1px solid #dbdbdb;z-index:10}@supports((-webkit-clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%)) or (clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%))){.AutocompleteList__items:before{background-color:inherit;border:inherit;border-top-left-radius:.125rem;-webkit-clip-path:polygon(0 0, 100% 0, 0% 100%, 0% 100%);clip-path:polygon(0 0, 100% 0, 0% 100%, 0% 100%);content:"";display:inline-block;height:.5rem;left:.5rem;position:absolute;top:-0.3125rem;transform:rotate(45deg);width:.5rem}}@media(pointer: coarse){.AutocompleteList__items{line-height:44px}}.AutocompleteList__li{padding:.25em 1.5em .25em 1em;border-left:4px transparent solid}.AutocompleteList__li.is-selected{border-left:4px #bd1c2b solid;background-color:#f2f2f2}.AutocompleteList__li:hover{cursor:pointer;background-color:#ececec}@media screen and (prefers-color-scheme: dark){.AutocompleteList__items{list-style:none;padding:0;color:#fff;background-color:#3f3f3f}.AutocompleteList__arrow-down{border-bottom:7px solid #3f3f3f}.AutocompleteList__li.is-selected{background-color:#595959}.AutocompleteList__li:hover{background-color:#737373}}.Excerpt{transition:max-height .15s ease-in;overflow:hidden;position:relative}.Excerpt__content{display:inline-block;width:100%}.Excerpt__inline-controls{display:block;position:absolute;right:0;bottom:0}.Excerpt__toggle-container{padding-left:1em;background-image:linear-gradient(to right, rgba(255, 255, 255, 0) 0px, #fff 1em)}.Excerpt__shadow{position:absolute;left:-12px;right:-12px;bottom:0;height:44px;background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.08) 95%, rgba(0, 0, 0, 0.13) 100%);transition:opacity .15s linear}.Excerpt__shadow--transparent{background-image:none}.Excerpt__shadow.is-hidden{opacity:0;pointer-events:none}.FilterSelect__menu{max-height:70vh;overflow-y:auto}@media only screen and (min-height: 44em){.FilterSelect__menu{max-height:36em}}.FilterSelect__menu-label{line-height:1.4;font-weight:normal;font-size:14px;font-weight:500;align-items:center;color:#202020;display:flex;flex-shrink:0;font-weight:bold}.filter-facet{white-space:nowrap;font-weight:bold}.filter-facet--muted{white-space:nowrap;color:#737373;font-style:italic}.filter-facet--pre{white-space:nowrap}.FilterStatus{border:1px solid #dbdbdb;box-shadow:0 1px 1px rgba(0,0,0,.1);border-radius:2px;background-color:#fff;margin-bottom:1em;padding:.75em;justify-content:space-between}.FilterStatus>*+*:not([class*=SvgIcon--inline]){margin-top:1em !important}.FilterStatus:hover,.FilterStatus.is-focused{box-shadow:0px 2px 3px 0px rgba(0,0,0,.15)}.theme-clean .FilterStatus{padding-bottom:1.5em;border-width:0 0 1px 0;border-bottom-style:solid;border-bottom-color:#ececec;box-shadow:none}.theme-clean .FilterStatus:hover{box-shadow:none}.FilterStatus__text{flex-grow:1;padding-right:.5em}.GroupList__content{min-width:250px}.GroupList__menu-label{line-height:1.4;font-weight:normal;font-size:14px;font-weight:500;align-items:center;color:#202020;display:flex;flex-shrink:0;font-weight:bold}.GroupList__menu-icon{width:16px;height:16px;margin-right:4px;position:relative;top:1px}.GroupListItem__footer{background-color:#f2f2f2;margin:0;padding-top:15px;padding:10px;padding-left:35px;white-space:normal;-webkit-hyphens:none;hyphens:none}.HypothesisApp{background:#ececec;min-height:100%;height:100%;overflow:scroll;-webkit-overflow-scrolling:touch;padding:9px;padding-top:49px}@media only screen and (min-width: 767px)and (max-width: 1024px){.HypothesisApp{padding-bottom:4rem}}@media only screen and (min-width: 1025px){.HypothesisApp{padding-bottom:4rem}}.HypothesisApp__content{margin-left:auto;margin-right:auto}@media only screen and (min-width: 767px)and (max-width: 1024px){.HypothesisApp__content{margin:auto;max-width:768px;padding-left:4rem;padding-right:4rem}}@media only screen and (min-width: 1025px){.HypothesisApp__content{margin:auto;max-width:768px;padding-left:4rem;padding-right:4rem}}.HypothesisApp--notebook{padding:1em}@media only screen and (min-width: 767px)and (max-width: 1024px){.HypothesisApp--notebook{padding:4em}}@media only screen and (min-width: 1025px){.HypothesisApp--notebook{padding:4em}}.js-thread-list-scroll-root{overflow-anchor:none}.LaunchErrorPanel{margin:.5rem;margin-top:3rem}.LoggedOutMessage{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;margin:25px auto;width:70%;text-align:center;color:#202020}.LoggedOutMessage__link{padding:0;display:inline;color:#202020;text-decoration:underline}.LoggedOutMessage__link:hover{text-decoration:underline}.LoggedOutMessage__logo{display:flex;flex-direction:row;justify-content:center;align-items:stretch;margin-top:25px}.MarkdownEditor__toolbar{flex-wrap:wrap;border-radius:2px 2px 0 0;width:100%;padding:.25rem}.MarkdownEditor__input{font-weight:normal;font-size:13px;padding:.5em .75em;border:1px solid #dbdbdb;border-radius:2px;color:#737373;background-color:#fafafa;line-height:1.4;min-height:8em;resize:vertical;width:100%}.MarkdownEditor__input:focus{outline:none;box-shadow:0 0 0 2px #59a7e8;background-color:#fff}.MarkdownEditor__input:focus.placeholder{color:#737373}.MarkdownEditor__input:focus:placeholder{color:#737373}.MarkdownEditor__input:focus::placeholder{color:#737373}@media(pointer: coarse){.MarkdownEditor__input{font-size:16px}}.MarkdownEditor__toolbar-button{padding:.5rem;font-size:10px}@media(pointer: coarse){.MarkdownEditor__toolbar{padding:0;padding-bottom:10px;flex-wrap:unset;overflow-x:scroll}.MarkdownEditor__toolbar-button{font-size:12px}}.MarkdownView{width:100%;line-height:normal;cursor:text;overflow-wrap:break-word;word-break:break-word}.MarkdownView h1,.MarkdownView h2,.MarkdownView h3,.MarkdownView h4,.MarkdownView h5,.MarkdownView h6,.MarkdownView p,.MarkdownView ol,.MarkdownView ul,.MarkdownView img,.MarkdownView pre,.MarkdownView blockquote{margin:.618em 0}.MarkdownView h1,.MarkdownView h2,.MarkdownView h3,.MarkdownView h4,.MarkdownView h5,.MarkdownView h6{font-family:"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif}.MarkdownView h1{font-size:2.618em;font-weight:bold;margin:.2327em 0}.MarkdownView h2{font-size:1.991em;font-weight:bold;margin:.309em 0}.MarkdownView h3{font-size:1.991em;margin:.309em 0}.MarkdownView h4{font-size:1.618em;margin:.3803em 0}.MarkdownView h5{font-size:1.231em;margin:.4944em 0}.MarkdownView h6{font-size:1.231em;margin:.4944em 0}.MarkdownView ol,.MarkdownView ul{list-style-position:inside;padding-left:0}.MarkdownView ol ol,.MarkdownView ol ul,.MarkdownView ul ol,.MarkdownView ul ul{padding-left:1em}.MarkdownView ol{list-style-type:decimal}.MarkdownView ul{list-style-type:disc}.MarkdownView ol ul,.MarkdownView ul ul{list-style-type:circle}.MarkdownView li{margin-bottom:.291em}.MarkdownView li,.MarkdownView p{line-height:1.3}.MarkdownView a{text-decoration:underline}.MarkdownView img{display:block;max-width:100%}.MarkdownView blockquote{line-height:1.4;font-weight:normal;border-left:3px solid #dbdbdb;color:#737373;font-family:sans-serif;font-size:12px;font-style:italic;letter-spacing:.1px;padding:0 1em;margin:1em 0}.MarkdownView blockquote p,.MarkdownView blockquote ol,.MarkdownView blockquote ul,.MarkdownView blockquote img,.MarkdownView blockquote pre,.MarkdownView blockquote blockquote{margin:.7063em 0}.MarkdownView blockquote p,.MarkdownView blockquote li{line-height:1.5}.MarkdownView code{font-family:Open Sans Mono,Menlo,DejaVu Sans Mono,monospace;font-size:.875em;color:#000}.MarkdownView pre code{padding:10px;display:block;background-color:#f2f2f2;border-radius:2px}.MarkdownView p:first-child{margin-top:0}.MarkdownView p:last-child{margin-bottom:1px}.MarkdownView__embed{width:100%}@media(min-width: 450px){.MarkdownView__embed{width:380px}}.Menu{position:relative}.Menu__toggle{margin:0;background-color:transparent;border-style:none;display:flex;flex-direction:row;justify-content:center;padding:.5em;border-radius:2px;border:none;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out;color:#595959;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;padding:0;display:block;height:100%;align-items:center}.Menu__toggle:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Menu__toggle:focus:not(.focus-visible){outline:none;box-shadow:none}.Menu__toggle:focus:not(:focus-visible){outline:none;box-shadow:none}.Menu__toggle svg{width:16px;height:16px}.Menu__toggle:hover:not([disabled]),.Menu__toggle:focus:not([disabled]){color:#202020}@media(pointer: coarse){.Menu__toggle{min-width:inherit;min-height:inherit}}.Menu__toggle[aria-expanded=true],.Menu__toggle[aria-pressed=true]{color:#bd1c2b}.Menu__toggle[aria-expanded=true]:hover:not([disabled]),.Menu__toggle[aria-expanded=true]:focus:not([disabled]),.Menu__toggle[aria-pressed=true]:hover:not([disabled]),.Menu__toggle[aria-pressed=true]:focus:not([disabled]){color:#bd1c2b}.Menu__toggle .Menu__toggle-icon{width:10px;height:10px}.Menu__toggle-wrapper{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;height:100%}.Menu__toggle-arrow{width:10px;height:10px;margin-left:5px}.Menu__toggle-arrow.is-open{transform:rotateX(180deg);color:#202020}.Menu__arrow{position:absolute;z-index:2;color:#dbdbdb;fill:#fff;top:calc(100% - 2px);right:0}.Menu__content{line-height:1.4;font-weight:normal;color:#202020;font-size:14px;font-weight:500;border:1px solid #dbdbdb;box-shadow:0 1px 1px rgba(0,0,0,.1);background-color:#fff;position:absolute;top:calc(100% + 5px);z-index:1}.Menu__content:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Menu__content:focus:not(.focus-visible){outline:none;box-shadow:none}.Menu__content:focus:not(:focus-visible){outline:none;box-shadow:none}.Menu__content--align-left{left:0}.Menu__content--align-right{right:0}a.MenuItem:hover{color:#84141e}.MenuItem{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;align-self:stretch;flex-grow:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-left:10px;color:#202020;border:none;padding-right:0;font-weight:500;min-height:40px;width:100%;min-width:150px;border-bottom:solid 1px transparent;-webkit-user-select:none;user-select:none}.MenuItem:focus{outline:none;box-shadow:0 0 0 2px #59a7e8 inset}.js-focus-visible .MenuItem:focus:not(.focus-visible){outline:none;box-shadow:none}.MenuItem:focus:not(:focus-visible){outline:none;box-shadow:none}.MenuItem:hover{background-color:#f2f2f2}.MenuItem:hover .MenuItem__toggle{background-color:#dbdbdb}.MenuItem.is-submenu{min-height:30px;background:#f2f2f2;color:#202020;font-weight:normal}.MenuItem.is-submenu:hover{background-color:#dbdbdb}.MenuItem.is-selected{border-left:4px solid #bd1c2b;padding-left:6px}.MenuItem.is-expanded{border-bottom:1px solid #dbdbdb;background-color:#f2f2f2;color:#202020}.MenuItem.is-expanded:hover{background-color:#dbdbdb}.MenuItem.is-expanded .MenuItem__toggle{background-color:#a6a6a6}.MenuItem.is-disabled{color:#737373}.MenuItem__icon{width:16px;height:16px;color:inherit;margin-right:4px;position:relative}.MenuItem__icon-container{margin-right:10px;width:16px;height:16px}.MenuItem__label{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;align-self:stretch;color:inherit;white-space:nowrap;flex-grow:1;font-weight:inherit;padding-right:10px}.MenuItem__label--submenu{font-weight:normal}.MenuItem__toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;width:40px;padding:0;height:40px;color:#737373;background-color:#f2f2f2;background-clip:content-box;border:7px solid transparent;border-radius:12px}.MenuItem__toggle:hover{background-color:#a6a6a6;color:#3f3f3f}.MenuItem__toggle-icon{width:12px;height:12px}.MenuItem__submenu{border-bottom:1px solid #dbdbdb}.MenuItem__submenu:hover{background-color:#dbdbdb}.MenuSection__content{border-bottom:1px solid #dbdbdb}.MenuSection__heading{color:#737373;line-height:1;margin:1px 1px 0;margin-bottom:10px;padding:12px 10px 0;text-transform:uppercase}.NotebookView{display:grid;row-gap:.75em;grid-template-columns:minmax(0, auto);grid-template-areas:"heading" "filters" "results" "items"}.NotebookView__heading{line-height:1;grid-area:heading}.NotebookView__filters{grid-area:filters;justify-self:start}.NotebookView__results{grid-area:results}.NotebookView__items{grid-area:items}.NotebookView__group-name{font-size:18px;font-weight:bold}@media only screen and (min-width: 769px){.NotebookView{row-gap:.5em;grid-template-areas:"heading heading" "filters results" "items items";grid-template-columns:minmax(0, auto) minmax(0, auto)}.NotebookView__filters{justify-self:start}.NotebookView__results{justify-self:end;align-self:flex-end}.NotebookView__messages{padding:1em 0}}.NotebookResultCount{line-height:1}.NotebookResultCount>*+*{margin-left:5px !important}.NotebookResultCount h2 strong{font-weight:bold;font-style:normal}.NotebookResultCount h3{font-style:italic}.PaginationNavigation{line-height:1.4;font-weight:normal;color:#202020;font-size:14px;font-weight:500;display:grid;align-items:center;grid-template-areas:"prevPage nextPage"}.PaginationNavigation__prev{grid-area:prevPage}.PaginationNavigation__next{grid-area:nextPage;justify-self:end}.PaginationNavigation__pages{display:none}@media only screen and (min-width: 481px){.PaginationNavigation{grid-template-columns:8em auto 8em;grid-template-areas:"prevPage numberedPages nextPage"}.PaginationNavigation__pages{display:block;grid-area:numberedPages;display:flex;flex-direction:row;justify-content:center;align-items:center}.PaginationNavigation__pages>*+*{margin-left:.5em !important}}.SelectionTabs__container{padding-bottom:10px}.SelectionTab{margin:0;padding:0;font-weight:normal;background-color:transparent;min-width:5.25rem}.SelectionTab:hover:not([disabled]){color:#84141e}.SelectionTab.is-selected{font-weight:bold}.theme-clean .SelectionTabs{margin-left:15px}.SearchInput__form{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;position:relative;color:#202020}.SearchInput__button-container{order:0}.SearchInput__input{font-weight:normal;font-size:13px;padding:.5em .75em;border:1px solid #dbdbdb;border-radius:2px;color:#737373;background-color:#fafafa;line-height:1;flex-grow:1;order:1;max-width:0px;transition:max-width .3s ease-out,padding-left .3s ease-out}.SearchInput__input:focus{outline:none;box-shadow:0 0 0 2px #59a7e8;background-color:#fff}.SearchInput__input:focus.placeholder{color:#737373}.SearchInput__input:focus:placeholder{color:#737373}.SearchInput__input:focus::placeholder{color:#737373}@media(pointer: coarse){.SearchInput__input{font-size:16px}}.SearchInput__input:not(:focus){border:none;padding:0px}.SearchInput__input:disabled{background:none;color:#737373}.SearchInput__input:focus,.SearchInput__input.is-expanded{max-width:150px;padding-left:6px}.ShareLinks{display:flex;flex-direction:row;justify-content:center;align-items:stretch;border-top:1px solid #dbdbdb;padding-top:8px}.ShareLinks__icon{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;width:16px;height:16px;margin:0 8px;color:#737373}.ShareLinks__icon:hover{color:#3f3f3f}.ShareLinks__icon{width:24px;height:24px}.TagEditor>*+*:not([class*=SvgIcon--inline]){margin-top:.5em !important}.TagEditor__input{font-weight:normal;font-size:13px;padding:.5em .75em;border:1px solid #dbdbdb;border-radius:2px;color:#737373;background-color:#fafafa;line-height:1;width:100%}.TagEditor__input:focus{outline:none;box-shadow:0 0 0 2px #59a7e8;background-color:#fff}.TagEditor__input:focus.placeholder{color:#737373}.TagEditor__input:focus:placeholder{color:#737373}.TagEditor__input:focus::placeholder{color:#737373}@media(pointer: coarse){.TagEditor__input{font-size:16px}}.TagEditor__tags{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;flex-wrap:wrap}.TagEditor__item{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;margin:.25em .5em .5em 0}.TagEditor__edit{border:1px solid #dbdbdb;color:#202020;background:#f2f2f2;border-radius:2px 0 0 2px;border-right-width:0;padding:2px .5em}.TagEditor__delete{padding:0;margin:0;background-color:transparent;border-style:none;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:.5em;border-radius:2px;border:none;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out;border:1px solid #dbdbdb;color:#595959;background-color:#f2f2f2;padding:0 .5em;border-radius:0 2px 2px 0}.TagEditor__delete:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .TagEditor__delete:focus:not(.focus-visible){outline:none;box-shadow:none}.TagEditor__delete:focus:not(:focus-visible){outline:none;box-shadow:none}.TagEditor__delete svg{width:16px;height:16px}.TagEditor__delete:hover:not([disabled]),.TagEditor__delete:focus:not([disabled]){color:#202020}.TagEditor__delete:hover{background-color:#ececec}.TagList{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;flex-wrap:wrap}.TagList__item{border:1px solid #dbdbdb;margin:.25em .5em .25em 0;padding:2px .5em;background:#fafafa;border-radius:2px}.TagList__link,.TagList__text{text-decoration:none;color:#737373}.TagList__link:hover,.TagList__link:focus{color:#bd1c2b;border-color:#a6a6a6}.Thread{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch}.Thread--reply{margin-top:.5em}.Thread--reply .Thread__content{margin-left:1em}.Thread__collapse{position:relative;min-height:2em;border-right:1px dashed #dbdbdb;cursor:auto}.Thread__collapse:hover{border-color:#a6a6a6}.is-collapsed .Thread__collapse{border-right:none}.Thread__collapse-button-container{position:absolute;top:-0.25em;left:-0.75rem;background-color:#fff}.Thread__hidden-toggle-button-container{margin-top:-0.25em}.Thread__top-annotation-header{margin-bottom:.5em}.Thread__content{flex-grow:1;max-width:100%}.ThreadCard{border:1px solid #dbdbdb;box-shadow:0 1px 1px rgba(0,0,0,.1);border-radius:2px;background-color:#fff;padding:1em;cursor:pointer}.ThreadCard>*+*:not([class*=SvgIcon--inline]){margin-top:1em !important}.ThreadCard:hover,.ThreadCard.is-focused{box-shadow:0px 2px 3px 0px rgba(0,0,0,.15)}.theme-clean .ThreadCard{padding-bottom:1.5em;border-width:0 0 1px 0;border-bottom-style:solid;border-bottom-color:#ececec;box-shadow:none}.theme-clean .ThreadCard:hover{box-shadow:none}.ThreadList__card{margin-bottom:1em}.ToastMessages{position:absolute;z-index:1;left:0;width:100%;padding:0 .5em}@media only screen and (min-width: 769px){.ToastMessages{max-width:768px;width:768px;padding-left:2rem;padding-right:2rem;left:50%;margin-left:calc(-0.5 * 768px)}}.toast-message-container{position:relative;width:100%;animation:slidein .3s forwards ease-in-out}.toast-message-container:hover{cursor:pointer}.toast-message-container.is-dismissed{animation:fadeout .3s forwards}.toast-message{align-items:center;width:100%;border-style:solid;border-width:2px 0;display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;border:1px solid #dbdbdb;box-shadow:0 1px 1px rgba(0,0,0,.1);border-radius:2px;background-color:#fff;position:relative;margin-bottom:.75em;border-width:1px}.toast-message--success{border-color:#00a36d}.toast-message--error{border-color:#d93c3f}.toast-message--notice{border-color:#fbc168}.toast-message__type{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:.75em 1em;color:#fff}.toast-message--success .toast-message__type{background-color:#00a36d}.toast-message--error .toast-message__type{background-color:#d93c3f}.toast-message--notice .toast-message__type{background-color:#fbc168}.toast-message__message{padding:.75em;width:100%}.toast-message__type{padding:1em}.toast-message__icon{margin-top:2px}.toast-message__message{padding:1em}.toast-message__link{text-align:right;text-decoration:underline}@keyframes slidein{0%{opacity:0;left:100%}80%{left:-10px}100%{left:0;opacity:1}}@keyframes fadeout{from{opacity:1}to{opacity:0}}.TopBar{line-height:1.4;font-weight:normal;font-size:16px;font-weight:500;border-bottom:1px solid #dbdbdb;color:#595959;background:#fff;height:40px;position:absolute;left:0;right:0;top:0;z-index:5;transform:translate3d(0, 0, 0)}@media(pointer: coarse){.TopBar{height:40px}}.TopBar__menu-label{padding:.25em}.TopBar__login-button{padding:0;margin:0;background-color:transparent;border-style:none;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:.5em;border-radius:2px;border:none;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out;line-height:1.4;font-weight:normal;color:#202020;font-size:14px;font-weight:500;padding:0 .25em;color:#bd1c2b}.TopBar__login-button:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .TopBar__login-button:focus:not(.focus-visible){outline:none;box-shadow:none}.TopBar__login-button:focus:not(:focus-visible){outline:none;box-shadow:none}.TopBar__login-button svg{width:16px;height:16px}.TopBar__login-button:hover:not([disabled]),.TopBar__login-button:focus:not([disabled]){color:#202020}.TopBar__login-button:hover{color:#84141e}@media(pointer: coarse){.TopBar__login-button{min-width:inherit;min-height:inherit}}.TopBar__login-links{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;flex-shrink:0}.TopBar__inner{margin-left:auto;margin-right:auto;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;font-size:16px;padding-left:9px;padding-right:9px;height:100%}@media only screen and (min-width: 767px)and (max-width: 1024px){.TopBar__inner{margin:auto;max-width:768px;padding-left:4rem;padding-right:4rem}}@media only screen and (min-width: 1025px){.TopBar__inner{margin:auto;max-width:768px;padding-left:4rem;padding-right:4rem}}.TopBar__inner .GroupList{justify-self:flex-start;margin-right:auto;white-space:nowrap}.theme-clean .TopBar{border-bottom:none}.VersionInfo{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.VersionInfo__key{font-weight:500}.VersionInfo__value{color:#737373}@media only screen and (min-width: 20em){.VersionInfo{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;flex-wrap:wrap}.VersionInfo__key{flex-basis:25%;text-align:right}.VersionInfo__value{margin-left:1em;flex-basis:70%;flex-grow:1;overflow-wrap:anywhere}}.hyp-u-screen-reader-only{position:absolute;width:1px;height:1px;white-space:nowrap;clip:rect(0 0 0 0);overflow:hidden}.hyp-u-border{border:1px solid #dbdbdb}.hyp-u-border--left{border-left:1px solid #dbdbdb}.hyp-u-border--right{border-right:1px solid #dbdbdb}.hyp-u-border--top{border-top:1px solid #dbdbdb}.hyp-u-border--bottom{border-bottom:1px solid #dbdbdb}.hyp-u-shadow{box-shadow:0px 1px 1px rgba(0,0,0,.1)}.hyp-u-shadow--active{box-shadow:0px 2px 3px 0px rgba(0,0,0,.15)}.hyp-u-color--white{color:#fff}.hyp-u-color--grey-0{color:#fafafa}.hyp-u-color--grey-1{color:#f2f2f2}.hyp-u-color--grey-2{color:#ececec}.hyp-u-color--grey-3{color:#dbdbdb}.hyp-u-color--grey-4{color:#a6a6a6}.hyp-u-color--grey-5{color:#9c9c9c}.hyp-u-color--grey-6{color:#737373}.hyp-u-color--grey-7{color:#595959}.hyp-u-color--grey-8{color:#3f3f3f}.hyp-u-color--grey-9{color:#202020}.hyp-u-color--brand{color:#bd1c2b}.hyp-u-color--selection{color:#59a7e8}.hyp-u-color--error{color:#d93c3f}.hyp-u-color--notice{color:#fbc168}.hyp-u-color--success{color:#00a36d}.hyp-u-bg-color--white{background-color:#fff}.hyp-u-bg-color--grey-0{background-color:#fafafa}.hyp-u-bg-color--grey-1{background-color:#f2f2f2}.hyp-u-bg-color--grey-2{background-color:#ececec}.hyp-u-bg-color--grey-3{background-color:#dbdbdb}.hyp-u-bg-color--grey-4{background-color:#a6a6a6}.hyp-u-bg-color--grey-5{background-color:#9c9c9c}.hyp-u-bg-color--grey-6{background-color:#737373}.hyp-u-bg-color--grey-7{background-color:#595959}.hyp-u-bg-color--grey-8{background-color:#3f3f3f}.hyp-u-bg-color--grey-9{background-color:#202020}.hyp-u-bg-color--brand{background-color:#bd1c2b}.hyp-u-bg-color--selection{background-color:#59a7e8}.hyp-u-bg-color--error{background-color:#d93c3f}.hyp-u-bg-color--notice{background-color:#fbc168}.hyp-u-bg-color--success{background-color:#00a36d}.hyp-u-focus-outline:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.hyp-u-focus-outline--inset:focus{outline:none;box-shadow:0 0 0 2px #59a7e8 inset}.hyp-u-focus-outline--hide{outline:none;box-shadow:none}.hyp-u-outline-on-keyboard-focus:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .hyp-u-outline-on-keyboard-focus:focus:not(.focus-visible){outline:none;box-shadow:none}.hyp-u-outline-on-keyboard-focus:focus:not(:focus-visible){outline:none;box-shadow:none}.hyp-u-outline-on-keyboard-focus--inset:focus{outline:none;box-shadow:0 0 0 2px #59a7e8 inset}.js-focus-visible .hyp-u-outline-on-keyboard-focus--inset:focus:not(.focus-visible){outline:none;box-shadow:none}.hyp-u-outline-on-keyboard-focus--inset:focus:not(:focus-visible){outline:none;box-shadow:none}.hyp-u-horizontal-spacing>:not(:first-child){margin-left:.5rem}.hyp-u-horizontal-spacing>:first-child{margin-left:0}.hyp-u-horizontal-spacing>:last-child{margin-right:0}.hyp-u-vertical-spacing>:not(:first-child){margin-top:1rem}.hyp-u-vertical-spacing>:first-child{margin-top:0}.hyp-u-vertical-spacing>:last-child{margin-bottom:0}.hyp-u-horizontal-spacing--0>:not(:first-child){margin-left:0}.hyp-u-horizontal-spacing--0>:first-child{margin-left:0}.hyp-u-horizontal-spacing--0>:last-child{margin-right:0}.hyp-u-horizontal-spacing--1>:not(:first-child){margin-left:.125rem}.hyp-u-horizontal-spacing--1>:first-child{margin-left:0}.hyp-u-horizontal-spacing--1>:last-child{margin-right:0}.hyp-u-horizontal-spacing--2>:not(:first-child){margin-left:.25rem}.hyp-u-horizontal-spacing--2>:first-child{margin-left:0}.hyp-u-horizontal-spacing--2>:last-child{margin-right:0}.hyp-u-horizontal-spacing--3>:not(:first-child){margin-left:.5rem}.hyp-u-horizontal-spacing--3>:first-child{margin-left:0}.hyp-u-horizontal-spacing--3>:last-child{margin-right:0}.hyp-u-horizontal-spacing--4>:not(:first-child){margin-left:.75rem}.hyp-u-horizontal-spacing--4>:first-child{margin-left:0}.hyp-u-horizontal-spacing--4>:last-child{margin-right:0}.hyp-u-horizontal-spacing--5>:not(:first-child){margin-left:1rem}.hyp-u-horizontal-spacing--5>:first-child{margin-left:0}.hyp-u-horizontal-spacing--5>:last-child{margin-right:0}.hyp-u-horizontal-spacing--6>:not(:first-child){margin-left:1.5rem}.hyp-u-horizontal-spacing--6>:first-child{margin-left:0}.hyp-u-horizontal-spacing--6>:last-child{margin-right:0}.hyp-u-horizontal-spacing--7>:not(:first-child){margin-left:2rem}.hyp-u-horizontal-spacing--7>:first-child{margin-left:0}.hyp-u-horizontal-spacing--7>:last-child{margin-right:0}.hyp-u-horizontal-spacing--8>:not(:first-child){margin-left:4rem}.hyp-u-horizontal-spacing--8>:first-child{margin-left:0}.hyp-u-horizontal-spacing--8>:last-child{margin-right:0}.hyp-u-horizontal-spacing--9>:not(:first-child){margin-left:8rem}.hyp-u-horizontal-spacing--9>:first-child{margin-left:0}.hyp-u-horizontal-spacing--9>:last-child{margin-right:0}.hyp-u-vertical-spacing--0>:not(:first-child){margin-top:0}.hyp-u-vertical-spacing--0>:first-child{margin-top:0}.hyp-u-vertical-spacing--0>:last-child{margin-bottom:0}.hyp-u-vertical-spacing--1>:not(:first-child){margin-top:.125rem}.hyp-u-vertical-spacing--1>:first-child{margin-top:0}.hyp-u-vertical-spacing--1>:last-child{margin-bottom:0}.hyp-u-vertical-spacing--2>:not(:first-child){margin-top:.25rem}.hyp-u-vertical-spacing--2>:first-child{margin-top:0}.hyp-u-vertical-spacing--2>:last-child{margin-bottom:0}.hyp-u-vertical-spacing--3>:not(:first-child){margin-top:.5rem}.hyp-u-vertical-spacing--3>:first-child{margin-top:0}.hyp-u-vertical-spacing--3>:last-child{margin-bottom:0}.hyp-u-vertical-spacing--4>:not(:first-child){margin-top:.75rem}.hyp-u-vertical-spacing--4>:first-child{margin-top:0}.hyp-u-vertical-spacing--4>:last-child{margin-bottom:0}.hyp-u-vertical-spacing--5>:not(:first-child){margin-top:1rem}.hyp-u-vertical-spacing--5>:first-child{margin-top:0}.hyp-u-vertical-spacing--5>:last-child{margin-bottom:0}.hyp-u-vertical-spacing--6>:not(:first-child){margin-top:1.5rem}.hyp-u-vertical-spacing--6>:first-child{margin-top:0}.hyp-u-vertical-spacing--6>:last-child{margin-bottom:0}.hyp-u-vertical-spacing--7>:not(:first-child){margin-top:2rem}.hyp-u-vertical-spacing--7>:first-child{margin-top:0}.hyp-u-vertical-spacing--7>:last-child{margin-bottom:0}.hyp-u-vertical-spacing--8>:not(:first-child){margin-top:4rem}.hyp-u-vertical-spacing--8>:first-child{margin-top:0}.hyp-u-vertical-spacing--8>:last-child{margin-bottom:0}.hyp-u-vertical-spacing--9>:not(:first-child){margin-top:8rem}.hyp-u-vertical-spacing--9>:first-child{margin-top:0}.hyp-u-vertical-spacing--9>:last-child{margin-bottom:0}.hyp-u-margin{margin:1rem}.hyp-u-margin--left{margin-left:1rem}.hyp-u-margin--right{margin-right:1rem}.hyp-u-margin--top{margin-top:1rem}.hyp-u-margin--bottom{margin-bottom:1rem}.hyp-u-margin--0{margin:0}.hyp-u-margin--left--0{margin-left:0}.hyp-u-margin--right--0{margin-right:0}.hyp-u-margin--top--0{margin-top:0}.hyp-u-margin--bottom--0{margin-bottom:0}.hyp-u-margin--1{margin:.125rem}.hyp-u-margin--left--1{margin-left:.125rem}.hyp-u-margin--right--1{margin-right:.125rem}.hyp-u-margin--top--1{margin-top:.125rem}.hyp-u-margin--bottom--1{margin-bottom:.125rem}.hyp-u-margin--2{margin:.25rem}.hyp-u-margin--left--2{margin-left:.25rem}.hyp-u-margin--right--2{margin-right:.25rem}.hyp-u-margin--top--2{margin-top:.25rem}.hyp-u-margin--bottom--2{margin-bottom:.25rem}.hyp-u-margin--3{margin:.5rem}.hyp-u-margin--left--3{margin-left:.5rem}.hyp-u-margin--right--3{margin-right:.5rem}.hyp-u-margin--top--3{margin-top:.5rem}.hyp-u-margin--bottom--3{margin-bottom:.5rem}.hyp-u-margin--4{margin:.75rem}.hyp-u-margin--left--4{margin-left:.75rem}.hyp-u-margin--right--4{margin-right:.75rem}.hyp-u-margin--top--4{margin-top:.75rem}.hyp-u-margin--bottom--4{margin-bottom:.75rem}.hyp-u-margin--5{margin:1rem}.hyp-u-margin--left--5{margin-left:1rem}.hyp-u-margin--right--5{margin-right:1rem}.hyp-u-margin--top--5{margin-top:1rem}.hyp-u-margin--bottom--5{margin-bottom:1rem}.hyp-u-margin--6{margin:1.5rem}.hyp-u-margin--left--6{margin-left:1.5rem}.hyp-u-margin--right--6{margin-right:1.5rem}.hyp-u-margin--top--6{margin-top:1.5rem}.hyp-u-margin--bottom--6{margin-bottom:1.5rem}.hyp-u-margin--7{margin:2rem}.hyp-u-margin--left--7{margin-left:2rem}.hyp-u-margin--right--7{margin-right:2rem}.hyp-u-margin--top--7{margin-top:2rem}.hyp-u-margin--bottom--7{margin-bottom:2rem}.hyp-u-margin--8{margin:4rem}.hyp-u-margin--left--8{margin-left:4rem}.hyp-u-margin--right--8{margin-right:4rem}.hyp-u-margin--top--8{margin-top:4rem}.hyp-u-margin--bottom--8{margin-bottom:4rem}.hyp-u-margin--9{margin:8rem}.hyp-u-margin--left--9{margin-left:8rem}.hyp-u-margin--right--9{margin-right:8rem}.hyp-u-margin--top--9{margin-top:8rem}.hyp-u-margin--bottom--9{margin-bottom:8rem}.hyp-u-padding{padding:.5rem}.hyp-u-padding--left{padding-left:.5rem}.hyp-u-padding--right{padding-right:.5rem}.hyp-u-padding--top{padding-top:.5rem}.hyp-u-padding--bottom{padding-bottom:.5rem}.hyp-u-padding--0{padding:0}.hyp-u-padding--left--0{padding-left:0}.hyp-u-padding--right--0{padding-right:0}.hyp-u-padding--top--0{padding-top:0}.hyp-u-padding--bottom--0{padding-bottom:0}.hyp-u-padding--1{padding:.125rem}.hyp-u-padding--left--1{padding-left:.125rem}.hyp-u-padding--right--1{padding-right:.125rem}.hyp-u-padding--top--1{padding-top:.125rem}.hyp-u-padding--bottom--1{padding-bottom:.125rem}.hyp-u-padding--2{padding:.25rem}.hyp-u-padding--left--2{padding-left:.25rem}.hyp-u-padding--right--2{padding-right:.25rem}.hyp-u-padding--top--2{padding-top:.25rem}.hyp-u-padding--bottom--2{padding-bottom:.25rem}.hyp-u-padding--3{padding:.5rem}.hyp-u-padding--left--3{padding-left:.5rem}.hyp-u-padding--right--3{padding-right:.5rem}.hyp-u-padding--top--3{padding-top:.5rem}.hyp-u-padding--bottom--3{padding-bottom:.5rem}.hyp-u-padding--4{padding:.75rem}.hyp-u-padding--left--4{padding-left:.75rem}.hyp-u-padding--right--4{padding-right:.75rem}.hyp-u-padding--top--4{padding-top:.75rem}.hyp-u-padding--bottom--4{padding-bottom:.75rem}.hyp-u-padding--5{padding:1rem}.hyp-u-padding--left--5{padding-left:1rem}.hyp-u-padding--right--5{padding-right:1rem}.hyp-u-padding--top--5{padding-top:1rem}.hyp-u-padding--bottom--5{padding-bottom:1rem}.hyp-u-padding--6{padding:1.5rem}.hyp-u-padding--left--6{padding-left:1.5rem}.hyp-u-padding--right--6{padding-right:1.5rem}.hyp-u-padding--top--6{padding-top:1.5rem}.hyp-u-padding--bottom--6{padding-bottom:1.5rem}.hyp-u-padding--7{padding:2rem}.hyp-u-padding--left--7{padding-left:2rem}.hyp-u-padding--right--7{padding-right:2rem}.hyp-u-padding--top--7{padding-top:2rem}.hyp-u-padding--bottom--7{padding-bottom:2rem}.hyp-u-padding--8{padding:4rem}.hyp-u-padding--left--8{padding-left:4rem}.hyp-u-padding--right--8{padding-right:4rem}.hyp-u-padding--top--8{padding-top:4rem}.hyp-u-padding--bottom--8{padding-bottom:4rem}.hyp-u-padding--9{padding:8rem}.hyp-u-padding--left--9{padding-left:8rem}.hyp-u-padding--right--9{padding-right:8rem}.hyp-u-padding--top--9{padding-top:8rem}.hyp-u-padding--bottom--9{padding-bottom:8rem}.hyp-u-layout-row{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch}.hyp-u-layout-row--center{display:flex;flex-direction:row;justify-content:center;align-items:center}.hyp-u-layout-row--align-baseline{display:flex;flex-direction:row;justify-content:flex-start;align-items:baseline}.hyp-u-layout-row--align-center{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.hyp-u-layout-row--justify-center{display:flex;flex-direction:row;justify-content:center;align-items:stretch}.hyp-u-layout-row--justify-right{display:flex;flex-direction:row;justify-content:flex-end;align-items:stretch}.hyp-u-layout-column{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.hyp-u-layout-column--center{display:flex;flex-direction:column;justify-content:center;align-items:center}.hyp-u-stretch{flex-grow:1}.hyp-u-fixed-centered{z-index:20;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%)}.hyp-u-absolute-centered{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.hyp-u-overlay{z-index:10;position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.5)}.sr-only {
|
|
490
490
|
position: absolute;
|
|
491
491
|
width: 1px;
|
|
492
492
|
height: 1px;
|
|
@@ -511,10 +511,22 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
511
511
|
}.sticky {
|
|
512
512
|
position: -webkit-sticky;
|
|
513
513
|
position: sticky;
|
|
514
|
+
}.left-1\/2 {
|
|
515
|
+
left: 50%;
|
|
516
|
+
}.top-0 {
|
|
517
|
+
top: 0px;
|
|
518
|
+
}.left-\[-33px\] {
|
|
519
|
+
left: -33px;
|
|
520
|
+
}.z-2 {
|
|
521
|
+
z-index: 2;
|
|
514
522
|
}.m-0\.5 {
|
|
515
523
|
margin: 0.125rem;
|
|
516
524
|
}.m-0 {
|
|
517
525
|
margin: 0px;
|
|
526
|
+
}.m-1\.5 {
|
|
527
|
+
margin: 0.375rem;
|
|
528
|
+
}.m-1 {
|
|
529
|
+
margin: 0.25rem;
|
|
518
530
|
}.mx-1 {
|
|
519
531
|
margin-left: 0.25rem;
|
|
520
532
|
margin-right: 0.25rem;
|
|
@@ -536,6 +548,12 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
536
548
|
margin-bottom: 1rem;
|
|
537
549
|
}.-mt-1 {
|
|
538
550
|
margin-top: -0.25rem;
|
|
551
|
+
}.mt-\[140px\] {
|
|
552
|
+
margin-top: 140px;
|
|
553
|
+
}.ml-\[6px\] {
|
|
554
|
+
margin-left: 6px;
|
|
555
|
+
}.mt-2 {
|
|
556
|
+
margin-top: 0.5rem;
|
|
539
557
|
}.-mb-px {
|
|
540
558
|
margin-bottom: -1px;
|
|
541
559
|
}.mr-4 {
|
|
@@ -558,6 +576,14 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
558
576
|
height: 0.75rem;
|
|
559
577
|
}.h-16 {
|
|
560
578
|
height: 4rem;
|
|
579
|
+
}.h-auto {
|
|
580
|
+
height: auto;
|
|
581
|
+
}.h-\[30px\] {
|
|
582
|
+
height: 30px;
|
|
583
|
+
}.h-\[27px\] {
|
|
584
|
+
height: 27px;
|
|
585
|
+
}.h-\[40px\] {
|
|
586
|
+
height: 40px;
|
|
561
587
|
}.h-full {
|
|
562
588
|
height: 100%;
|
|
563
589
|
}.h-screen {
|
|
@@ -568,6 +594,14 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
568
594
|
width: 0.75rem;
|
|
569
595
|
}.w-16 {
|
|
570
596
|
width: 4rem;
|
|
597
|
+
}.w-auto {
|
|
598
|
+
width: auto;
|
|
599
|
+
}.w-\[30px\] {
|
|
600
|
+
width: 30px;
|
|
601
|
+
}.w-\[33px\] {
|
|
602
|
+
width: 33px;
|
|
603
|
+
}.w-\[27px\] {
|
|
604
|
+
width: 27px;
|
|
571
605
|
}.w-full {
|
|
572
606
|
width: 100%;
|
|
573
607
|
}.w-screen {
|
|
@@ -582,6 +616,54 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
582
616
|
flex: 1 1 0%;
|
|
583
617
|
}.grow {
|
|
584
618
|
flex-grow: 1;
|
|
619
|
+
}.-translate-x-1\/2 {
|
|
620
|
+
--tw-translate-x: -50%;
|
|
621
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
622
|
+
}.-translate-y-full {
|
|
623
|
+
--tw-translate-y: -100%;
|
|
624
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
625
|
+
}.rotate-180 {
|
|
626
|
+
--tw-rotate: 180deg;
|
|
627
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
628
|
+
}.transform {
|
|
629
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
630
|
+
}@keyframes adderPopUp {
|
|
631
|
+
|
|
632
|
+
0% {
|
|
633
|
+
opacity: 0.05;
|
|
634
|
+
transform: scale(0.8) translateY(-10px);
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
20% {
|
|
638
|
+
opacity: 0.7;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
100% {
|
|
642
|
+
opacity: 1;
|
|
643
|
+
transform: scale(1) translateY(0px);
|
|
644
|
+
}
|
|
645
|
+
}.animate-adderPopUp {
|
|
646
|
+
animation: adderPopUp 0.08s ease-in forwards;
|
|
647
|
+
}@keyframes adderPopDown {
|
|
648
|
+
|
|
649
|
+
0% {
|
|
650
|
+
opacity: 0.05;
|
|
651
|
+
transform: scale(0.8) translateY(10px);
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
20% {
|
|
655
|
+
opacity: 0.7;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
100% {
|
|
659
|
+
opacity: 1;
|
|
660
|
+
transform: scale(1) translateY(0px);
|
|
661
|
+
}
|
|
662
|
+
}.animate-adderPopDown {
|
|
663
|
+
animation: adderPopDown 0.08s ease-in forwards;
|
|
664
|
+
}.select-none {
|
|
665
|
+
-webkit-user-select: none;
|
|
666
|
+
user-select: none;
|
|
585
667
|
}.resize {
|
|
586
668
|
resize: both;
|
|
587
669
|
}.list-decimal {
|
|
@@ -614,6 +696,8 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
614
696
|
gap: 1.5rem;
|
|
615
697
|
}.gap-x-3 {
|
|
616
698
|
column-gap: 0.75rem;
|
|
699
|
+
}.gap-y-1 {
|
|
700
|
+
row-gap: 0.25rem;
|
|
617
701
|
}.gap-x-4 {
|
|
618
702
|
column-gap: 1rem;
|
|
619
703
|
}.space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
@@ -632,6 +716,14 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
632
716
|
--tw-space-y-reverse: 0;
|
|
633
717
|
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
634
718
|
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
|
719
|
+
}.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
|
|
720
|
+
--tw-space-y-reverse: 0;
|
|
721
|
+
margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
|
|
722
|
+
margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
|
|
723
|
+
}.space-y-1 > :not([hidden]) ~ :not([hidden]) {
|
|
724
|
+
--tw-space-y-reverse: 0;
|
|
725
|
+
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
726
|
+
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
|
|
635
727
|
}.self-center {
|
|
636
728
|
align-self: center;
|
|
637
729
|
}.truncate {
|
|
@@ -648,13 +740,29 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
648
740
|
border-radius: 0.25rem;
|
|
649
741
|
}.rounded-lg {
|
|
650
742
|
border-radius: 0.5rem;
|
|
743
|
+
}.border {
|
|
744
|
+
border-width: 1px;
|
|
651
745
|
}.border-y {
|
|
652
746
|
border-top-width: 1px;
|
|
653
747
|
border-bottom-width: 1px;
|
|
654
748
|
}.border-r {
|
|
655
749
|
border-right-width: 1px;
|
|
750
|
+
}.border-r-0 {
|
|
751
|
+
border-right-width: 0px;
|
|
752
|
+
}.border-l {
|
|
753
|
+
border-left-width: 1px;
|
|
754
|
+
}.border-b {
|
|
755
|
+
border-bottom-width: 1px;
|
|
656
756
|
}.border-t {
|
|
657
757
|
border-top-width: 1px;
|
|
758
|
+
}.border-solid {
|
|
759
|
+
border-style: solid;
|
|
760
|
+
}.border-grey-3 {
|
|
761
|
+
--tw-border-opacity: 1;
|
|
762
|
+
border-color: rgb(219 219 219 / var(--tw-border-opacity));
|
|
763
|
+
}.border-grey-4 {
|
|
764
|
+
--tw-border-opacity: 1;
|
|
765
|
+
border-color: rgb(166 166 166 / var(--tw-border-opacity));
|
|
658
766
|
}.border-grey-2 {
|
|
659
767
|
--tw-border-opacity: 1;
|
|
660
768
|
border-color: rgb(236 236 236 / var(--tw-border-opacity));
|
|
@@ -673,6 +781,12 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
673
781
|
}.bg-slate-1 {
|
|
674
782
|
--tw-bg-opacity: 1;
|
|
675
783
|
background-color: rgb(227 227 229 / var(--tw-bg-opacity));
|
|
784
|
+
}.bg-grey-7 {
|
|
785
|
+
--tw-bg-opacity: 1;
|
|
786
|
+
background-color: rgb(89 89 89 / var(--tw-bg-opacity));
|
|
787
|
+
}.bg-white {
|
|
788
|
+
--tw-bg-opacity: 1;
|
|
789
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
676
790
|
}.bg-color-text {
|
|
677
791
|
--tw-bg-opacity: 1;
|
|
678
792
|
background-color: rgb(32 32 32 / var(--tw-bg-opacity));
|
|
@@ -688,9 +802,6 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
688
802
|
}.bg-brand-dark {
|
|
689
803
|
--tw-bg-opacity: 1;
|
|
690
804
|
background-color: rgb(132 20 30 / var(--tw-bg-opacity));
|
|
691
|
-
}.bg-white {
|
|
692
|
-
--tw-bg-opacity: 1;
|
|
693
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
694
805
|
}.bg-grey-0 {
|
|
695
806
|
--tw-bg-opacity: 1;
|
|
696
807
|
background-color: rgb(250 250 250 / var(--tw-bg-opacity));
|
|
@@ -700,9 +811,6 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
700
811
|
}.bg-grey-5 {
|
|
701
812
|
--tw-bg-opacity: 1;
|
|
702
813
|
background-color: rgb(156 156 156 / var(--tw-bg-opacity));
|
|
703
|
-
}.bg-grey-7 {
|
|
704
|
-
--tw-bg-opacity: 1;
|
|
705
|
-
background-color: rgb(89 89 89 / var(--tw-bg-opacity));
|
|
706
814
|
}.bg-grey-8 {
|
|
707
815
|
--tw-bg-opacity: 1;
|
|
708
816
|
background-color: rgb(63 63 63 / var(--tw-bg-opacity));
|
|
@@ -718,6 +826,8 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
718
826
|
}.bg-yellow-notice {
|
|
719
827
|
--tw-bg-opacity: 1;
|
|
720
828
|
background-color: rgb(251 193 104 / var(--tw-bg-opacity));
|
|
829
|
+
}.fill-white {
|
|
830
|
+
fill: #fff;
|
|
721
831
|
}.p-3 {
|
|
722
832
|
padding: 0.75rem;
|
|
723
833
|
}.p-4 {
|
|
@@ -732,19 +842,38 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
732
842
|
}.py-1 {
|
|
733
843
|
padding-top: 0.25rem;
|
|
734
844
|
padding-bottom: 0.25rem;
|
|
845
|
+
}.px-1 {
|
|
846
|
+
padding-left: 0.25rem;
|
|
847
|
+
padding-right: 0.25rem;
|
|
848
|
+
}.py-0\.5 {
|
|
849
|
+
padding-top: 0.125rem;
|
|
850
|
+
padding-bottom: 0.125rem;
|
|
851
|
+
}.py-0 {
|
|
852
|
+
padding-top: 0px;
|
|
853
|
+
padding-bottom: 0px;
|
|
854
|
+
}.py-2\.5 {
|
|
855
|
+
padding-top: 0.625rem;
|
|
856
|
+
padding-bottom: 0.625rem;
|
|
857
|
+
}.px-2 {
|
|
858
|
+
padding-left: 0.5rem;
|
|
859
|
+
padding-right: 0.5rem;
|
|
860
|
+
}.py-2 {
|
|
861
|
+
padding-top: 0.5rem;
|
|
862
|
+
padding-bottom: 0.5rem;
|
|
735
863
|
}.py-3 {
|
|
736
864
|
padding-top: 0.75rem;
|
|
737
865
|
padding-bottom: 0.75rem;
|
|
738
866
|
}.px-4 {
|
|
739
867
|
padding-left: 1rem;
|
|
740
868
|
padding-right: 1rem;
|
|
741
|
-
}.py-2 {
|
|
742
|
-
padding-top: 0.5rem;
|
|
743
|
-
padding-bottom: 0.5rem;
|
|
744
869
|
}.pr-2 {
|
|
745
870
|
padding-right: 0.5rem;
|
|
746
871
|
}.pl-10 {
|
|
747
872
|
padding-left: 2.5rem;
|
|
873
|
+
}.pl-1\.5 {
|
|
874
|
+
padding-left: 0.375rem;
|
|
875
|
+
}.pl-1 {
|
|
876
|
+
padding-left: 0.25rem;
|
|
748
877
|
}.pl-6 {
|
|
749
878
|
padding-left: 1.5rem;
|
|
750
879
|
}.pt-0 {
|
|
@@ -760,6 +889,8 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
760
889
|
}.text-sm {
|
|
761
890
|
font-size: 11px;
|
|
762
891
|
line-height: 1.4;
|
|
892
|
+
}.text-annotator-sm {
|
|
893
|
+
font-size: 12px;
|
|
763
894
|
}.font-medium {
|
|
764
895
|
font-weight: 500;
|
|
765
896
|
}.font-normal {
|
|
@@ -784,15 +915,37 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
784
915
|
}.text-white {
|
|
785
916
|
--tw-text-opacity: 1;
|
|
786
917
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
918
|
+
}.text-color-text-inverted {
|
|
919
|
+
--tw-text-opacity: 1;
|
|
920
|
+
color: rgb(242 242 242 / var(--tw-text-opacity));
|
|
921
|
+
}.text-grey-3 {
|
|
922
|
+
--tw-text-opacity: 1;
|
|
923
|
+
color: rgb(219 219 219 / var(--tw-text-opacity));
|
|
924
|
+
}.text-grey-7 {
|
|
925
|
+
--tw-text-opacity: 1;
|
|
926
|
+
color: rgb(89 89 89 / var(--tw-text-opacity));
|
|
787
927
|
}.text-grey-6 {
|
|
788
928
|
--tw-text-opacity: 1;
|
|
789
929
|
color: rgb(115 115 115 / var(--tw-text-opacity));
|
|
930
|
+
}.text-grey-5 {
|
|
931
|
+
--tw-text-opacity: 1;
|
|
932
|
+
color: rgb(156 156 156 / var(--tw-text-opacity));
|
|
790
933
|
}.underline {
|
|
791
934
|
-webkit-text-decoration-line: underline;
|
|
792
935
|
text-decoration-line: underline;
|
|
936
|
+
}.opacity-5 {
|
|
937
|
+
opacity: 0.05;
|
|
938
|
+
}.shadow-adderToolbar {
|
|
939
|
+
--tw-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
|
|
940
|
+
--tw-shadow-colored: 0px 2px 10px 0px var(--tw-shadow-color);
|
|
941
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
793
942
|
}.shadow {
|
|
794
|
-
--tw-shadow: 0 1px
|
|
795
|
-
--tw-shadow-colored: 0 1px
|
|
943
|
+
--tw-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
|
|
944
|
+
--tw-shadow-colored: 0 1px 1px var(--tw-shadow-color);
|
|
945
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
946
|
+
}.shadow-sidebar {
|
|
947
|
+
--tw-shadow: 0px 1px 4px rgb(0, 0, 0, 0.5);
|
|
948
|
+
--tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color);
|
|
796
949
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
797
950
|
}.outline {
|
|
798
951
|
outline-style: solid;
|
|
@@ -811,6 +964,14 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
811
964
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
812
965
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
813
966
|
transition-duration: 150ms;
|
|
967
|
+
}.transition-colors {
|
|
968
|
+
transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
|
|
969
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
970
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
|
|
971
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
972
|
+
transition-duration: 150ms;
|
|
973
|
+
}.duration-200 {
|
|
974
|
+
transition-duration: 200ms;
|
|
814
975
|
}.ease-in {
|
|
815
976
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
816
977
|
}.last-of-type\:border-r-0:last-of-type {
|
|
@@ -818,6 +979,9 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
818
979
|
}.hover\:bg-grey-3:hover {
|
|
819
980
|
--tw-bg-opacity: 1;
|
|
820
981
|
background-color: rgb(219 219 219 / var(--tw-bg-opacity));
|
|
982
|
+
}.hover\:text-grey-9:hover {
|
|
983
|
+
--tw-text-opacity: 1;
|
|
984
|
+
color: rgb(32 32 32 / var(--tw-text-opacity));
|
|
821
985
|
}.hover\:underline:hover {
|
|
822
986
|
-webkit-text-decoration-line: underline;
|
|
823
987
|
text-decoration-line: underline;
|