:root{--octo-shadow-large:10px 10px 32px rgba(0,0,0,.08),5px 5px 16px rgba(0,0,0,.06),1px 1px 3px rgba(0,0,0,.06);--octo-shadow-medium:0 8px 16px 0 rgba(0,0,0,.08),0 6px 10px 0 rgba(0,0,0,.02),0 1px 4px 0 rgba(0,0,0,.02);--octo-shadow-standard-box:0 2px 6px 0 rgba(0,0,0,.2);--octo-shadow-standard-box-hover:0 2px 6px 0 rgba(0,0,0,.4);--hover-transition-duration:0.15s;--hover-transition-ease:ease;--hover-transition:var(--hover-transition-duration) all var(--hover-transition-ease)!important;--octo-rounded-small:3px;--octo-rounded-large:10px;--octo-font-size-extra-large:37px;--octo-font-size-normal:18px;--octo-font-size-small:16px;--octo-font-size-extra-small:14px;--h1:48px;--h2:32px;--h3:24px;--h4:24px;--h5:20px;--h6:16px;--spacer-0:0;--spacer-1:0.25rem;--spacer-2:0.5rem;--spacer-3:1rem;--spacer-4:1.5rem;--spacer-5:3rem;--octo-line-size-normal:160%;--cyan:var(--cyan-300);--navy:var(--navy-500);--green:var(--green-200);--red:var(--red-100);--orange:var(--orange-100);--purple:var(--purple-100);--white:#fff;--octo-light-theme-color-text-normal:var(--navy-600);--octo-keyline:var(--outline-secondary)}.latest-table{overflow:visible;position:relative;width:100%}.latest-table__content{border-collapse:separate;border-spacing:0 .125rem;width:100%}.latest-table__content td,.latest-table__content th{border:none;padding:1rem;vertical-align:top}.latest-table__content th{padding-bottom:1.5rem;padding-top:1.5rem}.latest-table__content td:first-child,.latest-table__content th:first-child{border-bottom-left-radius:.5rem;border-top-left-radius:.5rem}.latest-table__content td:last-child,.latest-table__content th:last-child{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}.latest-table__content th{background-color:var(--table-header-background);color:var(--table-header-text);font-size:1.5rem;font-weight:700;line-height:2rem;text-align:center;white-space:nowrap}.latest-table__content th>*{align-items:center;color:inherit;display:inline-flex;gap:.5rem;vertical-align:middle}.latest-table__content th img{vertical-align:middle}.latest-table__content td{color:var(--table-body-text);font-size:1.125rem;font-weight:400;line-height:150%}.latest-table__content tbody tr:nth-child(odd) td{background-color:var(--table-odd-row-background)}.latest-table__content tbody tr:nth-child(2n) td{background-color:var(--table-even-row-background)}.latest-table__content .table__cell--tooltip{position:relative;white-space:nowrap}.latest-table__content .table__cell--tooltip>p{border-bottom:.0625rem solid transparent;border-image:repeating-linear-gradient(90deg,#303e4980 0 .375rem,transparent .375rem .75rem) 1;display:inline;padding-bottom:.4rem;text-decoration:none}.latest-table__content .table__cell--highlight{border-left:.125rem solid var(--table-cell-highlight-color);border-right:.125rem solid var(--table-cell-highlight-color);position:relative}.latest-table__content .table__cell--highlight:after,.latest-table__content .table__cell--highlight:before{border-left:.125rem solid var(--table-cell-highlight-color);border-right:.125rem solid var(--table-cell-highlight-color);content:"";height:.125rem;left:-.125rem;pointer-events:none;position:absolute;right:-.125rem}.latest-table__content .table__cell--highlight:before{bottom:100%}.latest-table__content .table__cell--highlight:after{top:100%}.latest-table__content .table__cell--highlight-first:before{background:inherit;border:.125rem solid var(--table-cell-highlight-color);border-bottom:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;bottom:auto;height:1rem;top:-1rem}.latest-table__content .table__cell--highlight-last:after{background:inherit;border:.125rem solid var(--table-cell-highlight-color);border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:none;bottom:-1rem;height:1rem;top:auto}.latest-table__content li,.latest-table__content ol,.latest-table__content p,.latest-table__content ul{color:inherit;line-height:1.75rem;margin:0}.latest-table__content img{height:auto;max-height:3.125rem;max-width:3.125rem;object-fit:contain;width:auto}.latest-table__content a{color:var(--table-link-color);transition:color .2s ease-in-out}.latest-table__content a,.latest-table__content a:active,.latest-table__content a:focus,.latest-table__content a:hover,.latest-table__content a:visited{text-decoration:underline;text-underline-offset:.4rem}.latest-table__content a:focus,.latest-table__content a:hover{color:var(--table-link-hover-color)}.latest-table__content a:focus-visible{border-radius:.125rem;outline:.125rem solid var(--cyan-200);outline-offset:.125rem}.latest-table .tooltip-wrapper{align-items:center;cursor:pointer;display:inline-flex;margin-left:.5rem;position:relative;vertical-align:middle}.latest-table .tooltip-wrapper:focus{outline:none}.latest-table .tooltip-wrapper:focus-visible{border-radius:50%;outline:.125rem solid var(--table-cell-highlight-color);outline-offset:.125rem}.latest-table .tooltip-wrapper svg{flex-shrink:0;pointer-events:none}.latest-table .tooltip-wrapper svg path{fill:var(--text-tertiary);transition:fill .2s ease-in-out}.latest-table .tooltip-wrapper:hover svg path{fill:var(--cyan-300)}.latest-table .tooltip__content{--tooltip-width:20rem;--tooltip-tip-dimensions:0.75rem;background:var(--navy-700);border-radius:.5rem;bottom:calc(100% + var(--tooltip-tip-dimensions) + .25rem);box-shadow:0 .3125rem .625rem rgba(0,0,0,.2);color:var(--white);display:block;font-size:.875rem;font-weight:400;left:50%;max-width:90vw;opacity:0;padding:var(--space-12);position:absolute;text-align:center;transform:translateX(-50%);transition:opacity .2s ease-in-out,visibility .2s ease-in-out;visibility:hidden;width:var(--tooltip-width);z-index:100}.latest-table .tooltip__content:after{border-color:var(--navy-700) transparent transparent transparent;border-style:solid;border-width:var(--tooltip-tip-dimensions);content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.latest-table .tooltip__content.is-active{opacity:1;visibility:visible}.latest-table .tooltip__content p{color:inherit;margin:0;white-space:normal}.latest-table .tooltip__content p:not(:last-child){margin-bottom:.5rem}.latest-table .tooltip__content p a{color:var(--cyan-200)}.latest-table .tooltip__content p a:hover{color:var(--cyan-100)}.latest-table .tooltip__content--scrollable{max-height:40vh;overflow-y:auto;padding-right:var(--space-8)}.latest-table .tooltip__content--scrollable::-webkit-scrollbar{width:.1875rem}.latest-table .tooltip__content--scrollable::-webkit-scrollbar-corner{background:transparent}.latest-table .tooltip__content--scrollable::-webkit-scrollbar-thumb{background:var(--cyan-200);border-radius:.6875rem}.latest-table template{display:none}.latest-table--sticky-header .latest-table__content th{position:sticky;top:4.7rem;z-index:10}.latest-table__scroll-wrapper{padding-bottom:1rem;padding-top:1rem;position:relative;width:100%}@media screen and (max-width:991px){.latest-table__scroll-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.latest-table__content{min-width:max-content}.latest-table--sticky-header .latest-table__content th{position:relative;top:auto}}.latest-table__sticky-header{background:var(--background-primary);box-shadow:0 .125rem .5rem rgba(0,0,0,.1);opacity:0;position:fixed;top:4.75rem;transform:translateY(-.625rem);transition:opacity .2s ease,transform .2s ease,visibility .2s;visibility:hidden;z-index:100}.latest-table__sticky-header.is-visible{opacity:1;transform:translateY(0);visibility:visible}@media screen and (min-width:992px){.latest-table__sticky-header{display:none}}.latest-table__sticky-header .latest-table__content{border-collapse:separate;border-spacing:0 .125rem;margin:0}.latest-table__sticky-header-inner{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;overflow-x:hidden;scrollbar-width:none}.latest-table__sticky-header-inner::-webkit-scrollbar{display:none}@media screen and (max-width:768px){.latest-table__content th{font-size:1.25rem;padding:.75rem}.latest-table__content td{font-size:1rem;padding:.75rem}.latest-table__content td:first-child,.latest-table__content th:first-child{padding-left:1rem}}.latest-table__controls{align-items:center;display:none;gap:var(--space-12);position:absolute;right:0;top:1rem;transform:translate(50%,-50%);z-index:15}@media screen and (max-width:991px){.latest-table__controls{display:flex}}.latest-table button.btn.button.button--secondary.latest-table__fullscreen-btn{background-color:var(--background-primary)!important;box-shadow:var(--card-shadow);min-width:auto;padding:var(--space-8)!important}.latest-table button.btn.button.button--secondary.latest-table__fullscreen-btn .latest-table__fullscreen-icon{align-items:center;display:flex;justify-content:center}.latest-table button.btn.button.button--secondary.latest-table__fullscreen-btn svg .st0,.latest-table button.btn.button.button--secondary.latest-table__fullscreen-btn svg path,.latest-table button.btn.button.button--secondary.latest-table__fullscreen-btn svg rect{fill:currentColor}.latest-table button.btn.button.button--secondary.latest-table__fullscreen-btn svg .st1{stroke:currentColor;fill:none}.latest-table__fullscreen-btn--expand svg{height:1.125rem;width:1.125rem}.latest-table__fullscreen-btn--collapse{display:none!important}.latest-table__fullscreen-btn--collapse svg{height:.75rem;width:.75rem}.latest-table__zoom-control{align-items:center;display:none;gap:var(--space-12)}.latest-table__zoom-slider{appearance:none;background:var(--navy-300);border-radius:.25rem;cursor:pointer;height:.375rem;width:7rem}.latest-table__zoom-slider::-webkit-slider-thumb{appearance:none;background:var(--purple-300);border-radius:50%;box-shadow:0 .125rem .25rem rgba(0,0,0,.3);cursor:pointer;height:1.125rem;transition:transform .15s ease,box-shadow .15s ease;width:1.125rem}.latest-table__zoom-slider::-webkit-slider-thumb:hover{box-shadow:0 .125rem .5rem rgba(105,80,255,.4);transform:scale(1.15)}.latest-table__zoom-slider::-moz-range-thumb{background:var(--purple-300);border:none;border-radius:50%;box-shadow:0 .125rem .25rem rgba(0,0,0,.3);cursor:pointer;height:1.125rem;width:1.125rem}.latest-table__zoom-slider:focus-visible{outline:.125rem solid var(--purple-300);outline-offset:.25rem}.latest-table__zoom-value{color:var(--text-primary);font-size:.875rem;font-weight:600;min-width:2.75rem;text-align:right}.latest-table--fullscreen{-webkit-overflow-scrolling:touch;background:var(--background-primary);inset:0;overflow:auto;position:fixed;transition:transform .1s ease-out,width .1s ease-out,height .1s ease-out,left .1s ease-out;z-index:1000}.latest-table--fullscreen .latest-table__controls{background:var(--background-primary);border-radius:.5rem;box-shadow:var(--card-shadow);display:flex;padding:var(--space-8);position:fixed;right:var(--space-16);top:var(--space-16);transform:none;z-index:1001}.latest-table--fullscreen .latest-table__fullscreen-btn{border-radius:.375rem}.latest-table--fullscreen .latest-table__fullscreen-btn--expand{display:none!important}.latest-table--fullscreen .latest-table__fullscreen-btn--collapse{display:flex!important;order:2}.latest-table--fullscreen .latest-table__zoom-control{display:flex;order:1}.latest-table--fullscreen .latest-table__scroll-wrapper{box-sizing:content-box;overflow:visible;padding:4rem var(--space-16) var(--space-16);position:relative}.latest-table--fullscreen .latest-table__content{transform-origin:top left}.latest-table--fullscreen .latest-table__sticky-header{display:none}.latest-table--fullscreen.latest-table--sticky-header .latest-table__content th{background:var(--table-header-background);position:sticky;top:0;z-index:4}@media screen and (max-width:576px) and (orientation:portrait){.latest-table--fullscreen{height:100vw;left:100vw;top:0;transform:rotate(90deg);transform-origin:top left;width:100vh}.latest-table--fullscreen .latest-table__controls{right:var(--space-12);top:var(--space-12)}.latest-table--fullscreen .latest-table__scroll-wrapper{padding-top:4.5rem}}body.has-fullscreen-table{overflow:hidden}
/*# sourceMappingURL=latest-table-styles.css.map*/