@charset "UTF-8";.statuspage .categories{padding:30px;max-width:1280px;margin-inline:auto;display:grid;grid-gap:3em}.statuspage .categories .category{display:grid;grid-gap:3em}.statuspage .categories .category__headline{font-size:2.25rem;text-align:center;padding-block:.5em;border-bottom:1px solid #ff8c00;margin-block-end:.5em}.statuspage .categories .category .status__group{display:grid;grid-gap:2em}.statuspage .categories .category .status__group>.title{font-size:1.25rem;font-weight:700}.statuspage .categories .category .status__group .status{box-shadow:0 5px 10px 2px rgba(0,0,0,.25);position:relative;transition:box-shadow .2s}.statuspage .categories .category .status__group .status:hover{box-shadow:0 5px 10px 2px rgba(0,0,0,.5)}.statuspage .categories .category .status__group .status__headline{display:grid;grid-template-columns:auto -webkit-max-content;grid-template-columns:auto max-content}.statuspage .categories .category .status__group .status__title{font-size:1.25rem;font-weight:700;border-bottom:1px solid;padding:.5em 0 0 1.5em}.statuspage .categories .category .status__group .status__time{align-self:center;text-align:right}.statuspage .categories .category .status__group .status__time span{color:#fff;padding:.5em 1em;display:inline-block;width:-webkit-max-content;width:-moz-max-content;width:max-content}.statuspage .categories .category .status__group .status__description{padding:1em}.statuspage .categories .category .status__group.current .status__title{border-bottom-color:#dd3c3c}.statuspage .categories .category .status__group.current .status__time span{background-color:#dd3c3c}.statuspage .categories .category .status__group.upcoming .status__title{border-bottom-color:#ff8c00}.statuspage .categories .category .status__group.upcoming .status__time span{background-color:#ff8c00}.statuspage .categories .category .status__group.archive .status__title{border-bottom-color:#85c422}.statuspage .categories .category .status__group.archive .status__time span{background-color:#85c422}.statuspage .categories .category .archive .title{cursor:pointer}.statuspage .categories .category .archive .status{display:none}