/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.component-add-role-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-add-role-form:not(:first-child) {
  margin-top: 1rem;
}
.component-add-role-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-create-account-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-create-account-form:not(:first-child) {
  margin-top: 1rem;
}
.component-create-account-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-create-auto-mod-filter-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-create-auto-mod-filter-form:not(:first-child) {
  margin-top: 1rem;
}
.component-create-auto-mod-filter-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-create-release-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-create-release-form:not(:first-child) {
  margin-top: 1rem;
}
.component-create-release-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-delete-account-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-delete-account-form:not(:first-child) {
  margin-top: 1rem;
}
.component-delete-account-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-delete-auto-mod-filter-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-delete-auto-mod-filter-form:not(:first-child) {
  margin-top: 1rem;
}
.component-delete-auto-mod-filter-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-delete-release-icon-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-delete-release-icon-form:not(:first-child) {
  margin-top: 1rem;
}
.component-delete-release-icon-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-delete-user-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-delete-user-form:not(:first-child) {
  margin-top: 1rem;
}
.component-delete-user-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-disable-account-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-disable-account-form:not(:first-child) {
  margin-top: 1rem;
}
.component-disable-account-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-edit-blog-post-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-edit-blog-post-form:not(:first-child) {
  margin-top: 1rem;
}
.component-edit-blog-post-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-filter-audit-logs-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-filter-audit-logs-form:not(:first-child) {
  margin-top: 1rem;
}
.component-filter-audit-logs-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-filter-releases-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-filter-releases-form:not(:first-child) {
  margin-top: 1rem;
}
.component-filter-releases-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-forgot-password-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-forgot-password-form:not(:first-child) {
  margin-top: 1rem;
}
.component-forgot-password-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-import-legacy-about-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-import-legacy-about-form:not(:first-child) {
  margin-top: 1rem;
}
.component-import-legacy-about-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-issue-penalty-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-issue-penalty-form:not(:first-child) {
  margin-top: 1rem;
}
.component-issue-penalty-form:not(:last-child) {
  margin-bottom: 1rem;
}
.component-issue-penalty-form .row:not(:first-child) {
  margin-top: 1rem;
}
.component-issue-penalty-form .row.ban-duration:not(.show), .component-issue-penalty-form .row.custom-reason:not(.show) {
  display: none;
}

.component-log-in-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-log-in-form:not(:first-child) {
  margin-top: 1rem;
}
.component-log-in-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-refresh-legacy-token-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-refresh-legacy-token-form:not(:first-child) {
  margin-top: 1rem;
}
.component-refresh-legacy-token-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-remove-role-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-remove-role-form:not(:first-child) {
  margin-top: 1rem;
}
.component-remove-role-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-reset-password-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-reset-password-form:not(:first-child) {
  margin-top: 1rem;
}
.component-reset-password-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-search-auto-mod-filters-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-search-auto-mod-filters-form:not(:first-child) {
  margin-top: 1rem;
}
.component-search-auto-mod-filters-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-update-developer-settings-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-update-developer-settings-form:not(:first-child) {
  margin-top: 1rem;
}
.component-update-developer-settings-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-update-display-name-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-update-display-name-form:not(:first-child) {
  margin-top: 1rem;
}
.component-update-display-name-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-update-email-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-update-email-form:not(:first-child) {
  margin-top: 1rem;
}
.component-update-email-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-update-forum-homepage-settings-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-update-forum-homepage-settings-form:not(:first-child) {
  margin-top: 1rem;
}
.component-update-forum-homepage-settings-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-update-password-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-update-password-form:not(:first-child) {
  margin-top: 1rem;
}
.component-update-password-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-update-profile-about-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-update-profile-about-form:not(:first-child) {
  margin-top: 1rem;
}
.component-update-profile-about-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-update-profile-color-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-update-profile-color-form:not(:first-child) {
  margin-top: 1rem;
}
.component-update-profile-color-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-update-profile-pronouns-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-update-profile-pronouns-form:not(:first-child) {
  margin-top: 1rem;
}
.component-update-profile-pronouns-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-update-quick-drawer-configuration-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-update-quick-drawer-configuration-form:not(:first-child) {
  margin-top: 1rem;
}
.component-update-quick-drawer-configuration-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-update-release-icon-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-update-release-icon-form:not(:first-child) {
  margin-top: 1rem;
}
.component-update-release-icon-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-release-metadata-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-release-metadata-form:not(:first-child) {
  margin-top: 1rem;
}
.component-release-metadata-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-update-release-settings-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-update-release-settings-form:not(:first-child) {
  margin-top: 1rem;
}
.component-update-release-settings-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-update-safety-settings-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-update-safety-settings-form:not(:first-child) {
  margin-top: 1rem;
}
.component-update-safety-settings-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-update-username-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-update-username-form:not(:first-child) {
  margin-top: 1rem;
}
.component-update-username-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-update-verification-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-update-verification-form:not(:first-child) {
  margin-top: 1rem;
}
.component-update-verification-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-update-websites-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-update-websites-form:not(:first-child) {
  margin-top: 1rem;
}
.component-update-websites-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-upload-single-image-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-upload-single-image-form:not(:first-child) {
  margin-top: 1rem;
}
.component-upload-single-image-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-account-deletion-request-summary {
  margin-top: 0;
  margin-bottom: 0;
}
.component-account-deletion-request-summary:not(:first-child) {
  margin-top: 1rem;
}
.component-account-deletion-request-summary:not(:last-child) {
  margin-bottom: 1rem;
}

.component-audit-log-summary {
  margin-top: 0;
  margin-bottom: 0;
}
.component-audit-log-summary:not(:first-child) {
  margin-top: 1rem;
}
.component-audit-log-summary:not(:last-child) {
  margin-bottom: 1rem;
}

.component-auto-mod-filter-summary {
  margin-top: 0;
  margin-bottom: 0;
}
.component-auto-mod-filter-summary:not(:first-child) {
  margin-top: 1rem;
}
.component-auto-mod-filter-summary:not(:last-child) {
  margin-bottom: 1rem;
}

.component-badge-definition-summary {
  align-items: center;
  display: grid;
  gap: 0.75rem;
}
@media (max-width: 50rem) {
  .component-badge-definition-summary {
    grid-template-columns: 1fr;
  }
}
@media not (max-width: 50rem) {
  .component-badge-definition-summary {
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 50rem) {
  .component-badge-definition-summary .image-container {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 50rem) {
  .component-badge-definition-summary .image-container .image {
    width: 6rem;
    height: 6rem;
  }
}
@media not (max-width: 50rem) {
  .component-badge-definition-summary .image-container .image {
    width: 9rem;
    height: 9rem;
  }
}
@media (max-width: 50rem) {
  .component-badge-definition-summary .info-container {
    text-align: center;
  }
}

.component-blog-post-block {
  margin-top: 0;
  margin-bottom: 0;
}
.component-blog-post-block:not(:first-child) {
  margin-top: 1rem;
}
.component-blog-post-block:not(:last-child) {
  margin-bottom: 1rem;
}

.component-forum-topic-reply-summary {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  padding: 1rem;
  text-decoration: none;
}
.component-forum-topic-reply-summary:not(:first-child) {
  margin-top: 1rem;
}
.component-forum-topic-reply-summary:not(:last-child) {
  margin-bottom: 1rem;
}
.component-forum-topic-reply-summary:hover {
  text-decoration: none;
}
.component-forum-topic-reply-summary .row {
  margin-top: 0;
  margin-bottom: 0;
}
.component-forum-topic-reply-summary .row:not(:first-child) {
  margin-top: 1rem;
}
.component-forum-topic-reply-summary .row:not(:last-child) {
  margin-bottom: 1rem;
}
.component-forum-topic-reply-summary .row.flairs {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.component-forum-topic-reply-summary .row.main {
  display: grid;
  grid-template-areas: "avatar-container meta-container" "stats-container stats-container";
  grid-template-columns: auto 1fr;
}
@media (min-width: 60rem) {
  .component-forum-topic-reply-summary .row.main {
    grid-template-areas: "avatar-container meta-container stats-container";
    grid-template-columns: auto 1fr auto;
  }
}
.component-forum-topic-reply-summary .row.main .avatar-container {
  grid-area: avatar-container;
}
.component-forum-topic-reply-summary .row.main .avatar-container .avatar {
  border-radius: 50%;
  margin-right: 1rem;
}
.component-forum-topic-reply-summary .row.main .meta-container {
  grid-area: meta-container;
  overflow-wrap: break-word;
  word-break: break-all;
  word-wrap: break-word;
}
.component-forum-topic-reply-summary .row.main .stats-container {
  grid-area: stats-container;
}
@media not (min-width: 60rem) {
  .component-forum-topic-reply-summary .row.main .stats-container {
    border-top: 1px solid #dddddd;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 1rem;
    padding-top: 1rem;
  }
  .component-forum-topic-reply-summary .row.main .stats-container > .stat {
    text-align: center;
  }
}
@media (min-width: 60rem) {
  .component-forum-topic-reply-summary .row.main .stats-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-left: 1rem;
  }
  .component-forum-topic-reply-summary .row.main .stats-container > .stat {
    text-align: right;
  }
}
.component-forum-topic-reply-summary .flair {
  border-radius: 0.25rem;
  padding: 0.35rem;
}

.component-release-branch-summary {
  margin-top: 0;
  margin-bottom: 0;
}
.component-release-branch-summary:not(:first-child) {
  margin-top: 1rem;
}
.component-release-branch-summary:not(:last-child) {
  margin-bottom: 1rem;
}

.component-release-edit-log-summary {
  margin-top: 0;
  margin-bottom: 0;
}
.component-release-edit-log-summary:not(:first-child) {
  margin-top: 1rem;
}
.component-release-edit-log-summary:not(:last-child) {
  margin-bottom: 1rem;
}

.component-session-summary {
  border-radius: 0.625rem;
  display: grid;
  grid-template-columns: auto 1fr;
}
.component-session-summary .icon-container {
  align-items: center;
  border-right: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  padding: 0.75rem;
}
.component-session-summary .icon-container .icon {
  font-size: 3rem;
}
.component-session-summary .info-container {
  padding: 0.75rem;
}
.component-session-summary .info-container .user-agent {
  font-size: 1.1rem;
  font-weight: bold;
}
.component-session-summary .info-container .status {
  border-radius: 3px;
  color: #ffffff;
  padding: 0.25rem;
}
.component-session-summary .info-container .status.active {
  background-color: #16a34a;
}
.component-session-summary .info-container .status.expired, .component-session-summary .info-container .status.invalidated {
  background-color: #dc2626;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
}

.component-cookie-banner {
  background-color: var(--tertiary-color);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  padding: 1rem;
  z-index: 1;
}
.component-cookie-banner .inner-wrapper {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto;
}
.component-cookie-banner .inner-wrapper > * {
  margin: 0 !important;
}

.component-global-footer {
  background-color: var(--primary-color);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  color: var(--profile-text-color, #ffffff);
  margin-top: 1rem;
  padding: 1rem;
}
.component-global-footer .link {
  color: inherit;
  text-decoration: none;
}
.component-global-footer .link:hover .text {
  text-decoration: underline;
}
.component-global-footer .row:not(:last-child) {
  padding-bottom: 1rem;
}
.component-global-footer .row:not(:first-child) {
  padding-top: 1rem;
}
.component-global-footer .row.columns {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 35rem) {
  .component-global-footer .row.columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 70rem) {
  .component-global-footer .row.columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.component-global-footer .column .header {
  font-size: 1.1rem;
  margin: 0;
}

.component-global-navigation {
  background-color: var(--primary-color);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  color: var(--profile-text-color, #ffffff);
  height: 3.5rem;
  z-index: 2;
}
.component-global-navigation .component-content-wrapper > div {
  align-items: center;
  display: flex;
  height: 100%;
}
@media (max-width: 50rem) {
  .component-global-navigation .button-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
    background-color: var(--primary-color);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  .component-global-navigation .button-container:not(.open) {
    display: none;
  }
  .component-global-navigation .button-container .component-global-navigation-button {
    width: 100%;
  }
  .component-global-navigation .button-container .link-icon {
    text-align: center;
    width: 1.25em;
  }
}
@media not (max-width: 50rem) {
  .component-global-navigation .button-container {
    flex-shrink: 0;
    height: 100%;
  }
}

.component-global-navigation-button {
  align-items: center;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  gap: 0.375rem;
  height: 100%;
  padding: var(--global-navigation-button-padding, 1rem);
  text-decoration: none;
}
.component-global-navigation-button:hover {
  background-color: var(--secondary-color);
  text-decoration: none;
}
@media not (max-width: 60rem) {
  .component-global-navigation-button[data-name=menu], .component-global-navigation-button[data-name=search] {
    display: none;
  }
}

.component-global-navigation-search {
  height: 100%;
  flex-basis: 100%;
  flex-shrink: 1;
  padding: 0.35rem;
}
@media (max-width: 60rem) {
  .component-global-navigation-search {
    display: none;
  }
}
.component-global-navigation-search .form {
  background-color: var(--secondary-color);
  border-radius: 50px;
  color: inherit;
  height: 100%;
  overflow: hidden;
  transition: 0.2s background-color;
}
.component-global-navigation-search .form:focus-within {
  background-color: var(--tertiary-color);
}
.component-global-navigation-search .form .inner-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  height: 100%;
}
.component-global-navigation-search .form .inner-wrapper .icon-container {
  aspect-ratio: 1/1;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 2.8rem;
}
.component-global-navigation-search .form .inner-wrapper .input {
  background-color: transparent;
  border: none;
  color: inherit;
  display: block;
  font: inherit;
  padding: 0;
  width: auto;
  height: 100%;
}
.component-global-navigation-search .form .inner-wrapper .input:focus {
  outline: none;
}
.component-global-navigation-search .form .inner-wrapper .input::placeholder {
  color: inherit;
  opacity: 0.65;
}

.component-global-navigation-spacer {
  flex-basis: 100%;
  flex-shrink: 1;
}
@media not (max-width: 60rem) {
  .component-global-navigation-spacer {
    display: none;
  }
}

.component-global-navigation-user-image {
  border-radius: 50%;
  width: calc(3.5rem - var(--global-navigation-button-padding, 1rem) * 2);
  height: calc(3.5rem - var(--global-navigation-button-padding, 1rem) * 2);
}

@font-face {
  font-display: swap;
  font-family: Viga;
  src: url("/fonts/Viga-Regular.ttf") format("truetype");
}
.component-logo {
  font-family: "Viga", Arial, Helvetica, "sans-serif";
  text-transform: uppercase;
}
.component-logo .space {
  display: inline-block;
  width: 0;
}

.component-not-found-info {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.component-not-found-info img {
  height: 30rem;
}

.component-popup {
  z-index: 100;
}
.component-popup:not(.open) {
  display: none;
}

.component-site {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}
.component-site .content-wrapper[data-has-banner=false] {
  margin-top: 1rem;
}

body {
  font-family: "Roboto", Arial, Helvetica, "sans-serif";
  overflow-y: scroll;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
body .grecaptcha-badge {
  visibility: hidden;
}
body .component-joined-last-thirty-days-statistics-chart {
  margin: 0;
  position: relative;
}
body .component-joined-last-thirty-days-statistics-chart:not(:first-child) {
  margin-top: 1rem;
}
body .component-joined-last-thirty-days-statistics-chart:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-joined-last-thirty-days-statistics-chart .loader {
  display: flex;
  justify-content: center;
}
body .component-joined-last-thirty-days-statistics-chart .loading-failed:not(.show) {
  display: none;
}
body .component-joined-last-thirty-days-statistics-chart .canvas:not(.show) {
  display: none;
}
body .component-wiki-category-select {
  margin: 0;
}
body .component-wiki-category-select:not(:first-child) {
  margin-top: 1rem;
}
body .component-wiki-category-select:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-add-release-category-form {
  margin: 0;
}
body .component-add-release-category-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-add-release-category-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-add-release-category-form .inner-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
}
body .component-delete-release-link-form {
  margin: 0;
}
body .component-delete-release-link-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-delete-release-link-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-delete-reserved-username-form {
  margin: 0;
}
body .component-delete-reserved-username-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-delete-reserved-username-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-generic-button-form {
  margin: 0;
}
body .component-generic-button-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-generic-button-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-ip-address-lookup-form {
  margin: 0;
}
body .component-ip-address-lookup-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-ip-address-lookup-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-ip-address-lookup-form .inner-wrapper {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto;
}
body .component-moderate-moderation-queue-item-form {
  margin: 0;
}
body .component-moderate-moderation-queue-item-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-moderate-moderation-queue-item-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-publish-release-branch-version-form {
  margin: 0;
}
body .component-publish-release-branch-version-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-publish-release-branch-version-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-search-form {
  margin: 0;
}
body .component-search-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-search-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-search-form .row:not(:first-child) {
  margin-top: 1rem;
}
body .component-search-form .advanced-settings-toggle {
  font-size: smaller;
  opacity: 0.65;
  text-align: center;
}
body .component-search-form .advanced-settings-toggle:hover {
  cursor: pointer;
  text-decoration: underline;
}
body .component-search-form .advanced-settings-toggle.hide {
  display: none;
}
body .component-search-form .advanced-settings:not(.show) {
  display: none;
}
body .component-update-site-configuration-rule-form {
  margin: 0;
}
body .component-update-site-configuration-rule-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-update-site-configuration-rule-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-release-media-sort-order-form {
  margin: 0;
}
body .component-release-media-sort-order-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-release-media-sort-order-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-upsert-release-branch-version-form {
  margin: 0;
}
body .component-upsert-release-branch-version-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-upsert-release-branch-version-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-upsert-release-link-form {
  margin: 0;
}
body .component-upsert-release-link-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-upsert-release-link-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-upsert-wiki-document-form {
  margin: 0;
}
body .component-upsert-wiki-document-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-upsert-wiki-document-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-account-management-layout {
  margin: 0;
}
body .component-account-management-layout:not(:first-child) {
  margin-top: 1rem;
}
body .component-account-management-layout:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-account-management-layout > * > * > .inner-wrapper {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media not (max-width: 60rem) {
  body .component-account-management-layout > * > * > .inner-wrapper {
    grid-template-columns: 15rem 1fr;
  }
}
body .component-admin-layout {
  margin: 0;
  padding: 0 1rem;
}
body .component-admin-layout:not(:first-child) {
  margin-top: 1rem;
}
body .component-admin-layout:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-admin-layout > * > * > .inner-wrapper {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media not (max-width: 60rem) {
  body .component-admin-layout > * > * > .inner-wrapper {
    grid-template-columns: 25rem 1fr;
  }
}
body .component-flexible-column-layout {
  margin: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--minimum-column-width)), 1fr));
}
body .component-flexible-column-layout:not(:first-child) {
  margin-top: 1rem;
}
body .component-flexible-column-layout:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-profile-layout {
  margin: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
body .component-profile-layout:not(:first-child) {
  margin-top: 1rem;
}
body .component-profile-layout:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 70rem) {
  body .component-profile-layout {
    grid-template-columns: 20rem 1fr;
  }
}
body .component-search-layout {
  margin: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
body .component-search-layout:not(:first-child) {
  margin-top: 1rem;
}
body .component-search-layout:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 80rem) {
  body .component-search-layout {
    grid-template-columns: minmax(0, 25rem) minmax(0, 1fr);
  }
  body .component-search-layout .sidebar > .component-block {
    position: sticky;
    top: 1rem;
  }
}
body .component-release-link-summary {
  margin: 0;
}
body .component-release-link-summary:not(:first-child) {
  margin-top: 1rem;
}
body .component-release-link-summary:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-reserved-username-summary {
  margin: 0;
}
body .component-reserved-username-summary:not(:first-child) {
  margin-top: 1rem;
}
body .component-reserved-username-summary:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-site-configuration-rule-summary {
  margin: 0;
}
body .component-site-configuration-rule-summary:not(:first-child) {
  margin-top: 1rem;
}
body .component-site-configuration-rule-summary:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-website-summary {
  margin: 0;
}
body .component-website-summary:not(:first-child) {
  margin-top: 1rem;
}
body .component-website-summary:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-release-edit-button-group {
  margin: 0;
}
body .component-release-edit-button-group:not(:first-child) {
  margin-top: 1rem;
}
body .component-release-edit-button-group:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-breadcrumbs {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}
body .component-breadcrumbs:not(:first-child) {
  margin-top: 1rem;
}
body .component-breadcrumbs:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-breadcrumbs-item {
  font-size: 0.8rem;
  font-weight: bold;
}
body .component-breadcrumbs-item a {
  color: inherit;
  text-decoration: none;
}
body .component-breadcrumbs-item a:hover {
  text-decoration: underline;
}
body .component-breadcrumbs-item:not(:last-child) {
  color: #6b7280;
}
body .component-breadcrumbs-item:not(:last-child)::after {
  content: "/";
  margin-left: 0.5rem;
}
body .component-breadcrumbs-item:last-child {
  color: var(--primary-color);
}
body .component-button {
  margin: 0;
  align-items: center;
  all: unset;
  background-color: var(--primary-color);
  border: none;
  border-radius: 0.625rem;
  color: #ffffff;
  display: flex;
  font-family: inherit;
  font-size: inherit;
  gap: 0.625rem;
  padding: 0.625em;
  text-align: inherit;
  text-decoration: none;
  transition: background-color 0.2s;
}
body .component-button:not(:first-child) {
  margin-top: G 1rem;
}
body .component-button:not(:last-child) {
  margin-bottom: G 1rem;
}
body .component-button:not(:disabled):focus, body .component-button:not(:disabled):hover {
  background-color: var(--secondary-color);
  cursor: pointer;
  text-decoration: none;
}
body .component-button:disabled {
  background-color: #9ca3af;
  color: #d1d5db;
}
body .component-button > .icon,
body .component-button > .external {
  max-height: 1em;
}
body .component-button-group {
  margin: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
body .component-button-group:not(:first-child) {
  margin-top: G 1rem;
}
body .component-button-group:not(:last-child) {
  margin-bottom: G 1rem;
}
body .component-button-group:not(:first-child) {
  margin-top: 0.75rem;
}
body .component-button-group:not(:last-child) {
  margin-bottom: 0.75rem;
}
body .component-button-group > .component-button {
  margin: 0 !important;
}
body .component-button-group.right-aligned {
  justify-content: flex-end;
}
body .component-button-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
body .component-button-list:not(:first-child) {
  margin-top: G 1rem;
}
body .component-button-list:not(:last-child) {
  margin-bottom: G 1rem;
}
body .component-button-list:not(:first-child) {
  margin-top: 0.75rem;
}
body .component-button-list:not(:last-child) {
  margin-bottom: 0.75rem;
}
body .component-button-list > .component-button {
  margin: 0 !important;
}
body .component-button-list > .component-button:not(:only-child):first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .component-button-list > .component-button:not(:first-child, :last-child) {
  border-radius: 0;
}
body .component-button-list > .component-button:not(:only-child):last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .component-button-list.center-aligned > .component-button {
  justify-content: center;
}
body .component-content-wrapper {
  margin: 0;
  --width: 85rem;
  display: grid;
  grid-template-areas: ". content .";
  grid-template-columns: 1fr minmax(0px, var(--width)) 1fr;
}
body .component-content-wrapper > * {
  grid-area: content;
  position: relative;
}
body .component-header {
  margin: 0;
  font-weight: bold;
}
body .component-header:not(:first-child) {
  margin-top: 1rem;
}
body .component-header:not(:last-child) {
  margin-bottom: 1rem;
}
body h1.component-header {
  font-size: 2em;
}
body h2.component-header {
  font-size: 1.5em;
}
body h3.component-header {
  font-size: 1.17em;
}
body h4.component-header {
  font-size: 1em;
}
body h5.component-header {
  font-size: 0.83em;
}
body h6.component-header {
  font-size: 0.67em;
}
body .component-notice {
  margin: 0;
  --notice-border-radius: 0;
  border-radius: var(--notice-border-radius);
  display: grid;
  grid-template-columns: auto 1fr auto;
}
body .component-notice:not(:first-child) {
  margin-top: 0.75rem;
}
body .component-notice:not(:last-child) {
  margin-bottom: 0.75rem;
}
body .component-notice.rounded-corners {
  --notice-border-radius: 0.625rem;
}
body .component-notice.danger {
  background-color: #f8d7da;
  color: #721c24;
}
body .component-notice.info {
  background-color: #d1ecf1;
  color: #0c5460;
}
body .component-notice.success {
  background-color: #d4edda;
  color: #155724;
}
body .component-notice.warning {
  background-color: #fff3cd;
  color: #856404;
}
body .component-notice .icon-container {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  border-top-left-radius: var(--notice-border-radius);
  border-bottom-left-radius: var(--notice-border-radius);
  display: flex;
  justify-content: center;
  padding: 1rem;
}
body .component-notice .content-container {
  padding: 1rem;
}
body .component-notice .dismiss-container {
  padding: 1rem;
}
body .component-notice .dismiss-container .dismiss {
  cursor: pointer;
}
body .component-notice .dismiss-container .dismiss:hover {
  text-decoration: underline;
}
body .component-pagination {
  display: grid;
  gap: 1px;
}
body .component-pagination[data-num-page-numbers="1"] {
  grid-template-columns: 1fr 1fr 1fr;
}
body .component-pagination[data-num-page-numbers="2"] {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
body .component-pagination[data-num-page-numbers="3"] {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
body .component-pagination[data-num-page-numbers="4"] {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
body .component-pagination[data-num-page-numbers="5"] {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
body .component-pagination[data-num-page-numbers="6"] {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
body .component-pagination[data-num-page-numbers="7"] {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
body .component-pagination-page {
  align-items: center;
  background-color: var(--primary-color);
  color: #ffffff;
  display: grid;
  justify-content: center;
  padding: 0.5rem;
  text-decoration: none;
}
body .component-pagination-page:hover, body .component-pagination-page.current-page {
  background-color: var(--secondary-color);
  text-decoration: none;
}
body .component-pagination-page:is(:first-child) {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
body .component-pagination-page:is(:last-child) {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
body .component-paragraph {
  margin: 0;
  line-height: 1.5;
}
body .component-paragraph:not(:first-child) {
  margin-top: 1rem;
}
body .component-paragraph:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-release-breadcrumbs {
  margin: 0;
}
body .component-release-breadcrumbs:not(:first-child) {
  margin-top: 1rem;
}
body .component-release-breadcrumbs:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-acknowledge-penalty-form {
  margin: 0;
}
body .component-acknowledge-penalty-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-acknowledge-penalty-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-admin-search-users-form {
  margin: 0;
}
body .component-admin-search-users-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-admin-search-users-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-admin-search-users-form .inner-wrapper {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto;
}
body .component-cancel-release-mod-internal-name-request-form {
  margin: 0;
}
body .component-cancel-release-mod-internal-name-request-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-cancel-release-mod-internal-name-request-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-create-release-branch-version-file-form {
  margin: 0;
}
body .component-create-release-branch-version-file-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-create-release-branch-version-file-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-create-release-branch-version-file-form .notice-container {
  display: none;
}
body .component-create-release-branch-version-file-form .notice-container.show {
  display: block;
  margin-bottom: 1rem;
}
body .component-create-release-branch-version-file-form .status {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body .component-create-release-branch-version-file-form .status:not(.show) {
  display: none;
}
body .component-create-release-branch-version-file-form .status > * {
  margin: 0 !important;
}
body .component-create-release-branch-version-file-form .status .icon-container .icon {
  font-size: 5rem;
}
body .component-create-release-branch-version-file-form .status .primary-text {
  font-size: 1.25rem;
  font-weight: bold;
}
body .component-create-release-branch-version-file-form .status .secondary-text {
  color: #222222;
  font-weight: bold;
}
body .component-create-release-mod-internal-name-request-form {
  margin: 0;
}
body .component-create-release-mod-internal-name-request-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-create-release-mod-internal-name-request-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-delete-release-image-form.scss {
  margin: 0;
}
body .component-delete-release-image-form.scss:not(:first-child) {
  margin-top: 1rem;
}
body .component-delete-release-image-form.scss:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-filter-account-deletion-requests-form {
  margin: 0;
}
body .component-filter-account-deletion-requests-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-filter-account-deletion-requests-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-filter-penalties-form {
  margin: 0;
}
body .component-filter-penalties-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-filter-penalties-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-password-strength-bar {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
body .component-password-strength-bar .phrase {
  color: #dddddd;
}
body .component-password-strength-bar .strength-bar {
  background-color: #dddddd;
  border-radius: 0.25rem;
  height: 0.5rem;
}
body .component-password-strength-bar .strength-bar .fill {
  border-radius: 0.25rem;
  height: 100%;
}
body .component-password-strength-bar.score-0 .phrase {
  color: #ff0000;
}
body .component-password-strength-bar.score-0 .strength-bar > .fill {
  background-color: #ff0000;
  width: 20%;
}
body .component-password-strength-bar.score-1 .phrase {
  color: #ff4000;
}
body .component-password-strength-bar.score-1 .strength-bar > .fill {
  background-color: #ff4000;
  width: 40%;
}
body .component-password-strength-bar.score-2 .phrase {
  color: #ff8000;
}
body .component-password-strength-bar.score-2 .strength-bar > .fill {
  background-color: #ff8000;
  width: 60%;
}
body .component-password-strength-bar.score-3 .phrase {
  color: #0080ff;
}
body .component-password-strength-bar.score-3 .strength-bar > .fill {
  background-color: #0080ff;
  width: 80%;
}
body .component-password-strength-bar.score-4 .phrase {
  color: #008000;
}
body .component-password-strength-bar.score-4 .strength-bar > .fill {
  background-color: #008000;
  width: 100%;
}
@keyframes flash {
  0% {
    background-color: #bef264;
  }
  100% {
    background-color: transparent;
  }
}
body .component-update-profile-showcase-configuration-form {
  margin-top: 0;
  margin-bottom: 0;
}
body .component-update-profile-showcase-configuration-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-update-profile-showcase-configuration-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-update-profile-showcase-configuration-form .groups-container,
body .component-update-profile-showcase-configuration-form .group {
  margin-top: 0;
  margin-bottom: 0;
}
body .component-update-profile-showcase-configuration-form .groups-container:not(:first-child),
body .component-update-profile-showcase-configuration-form .group:not(:first-child) {
  margin-top: 1rem;
}
body .component-update-profile-showcase-configuration-form .groups-container:not(:last-child),
body .component-update-profile-showcase-configuration-form .group:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-update-profile-showcase-configuration-form .groups-container.flash .component-block,
body .component-update-profile-showcase-configuration-form .group.flash .component-block {
  animation: flash 1s ease-in-out;
}
body .component-revoke-ban-penalty-form {
  margin: 0;
}
body .component-revoke-ban-penalty-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-revoke-ban-penalty-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-upsert-release-branch-form {
  margin: 0;
}
body .component-upsert-release-branch-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-upsert-release-branch-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-upsert-release-image-form {
  margin: 0;
}
body .component-upsert-release-image-form:not(:first-child) {
  margin-top: 1rem;
}
body .component-upsert-release-image-form:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-upsert-release-image-form .image-container {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .component-upsert-release-image-form .image-container:not(:first-child) {
  margin-top: 1rem;
}
body .component-upsert-release-image-form .image-container:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-upsert-release-image-form .image-container .image {
  border: 1px solid #dddddd;
  max-height: 100vw;
}
body .component-release-media-grid {
  margin: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
body .component-release-media-grid:not(:first-child) {
  margin-top: 1rem;
}
body .component-release-media-grid:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 30rem) {
  body .component-release-media-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 60rem) {
  body .component-release-media-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
body .component-release-media-grid-item {
  position: relative;
}
body .component-release-media-grid-item .image {
  aspect-ratio: 16/9;
  border-radius: 0.625rem;
  width: 100%;
}
body .component-release-media-grid-item .play-button-container {
  position: absolute;
  inset: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}
body .component-release-media-grid-item .play-button-container .play-button {
  align-items: center;
  background-color: #ffffff;
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  padding: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
}
body .component-release-media-grid-item .play-button-container .play-button .icon {
  color: #000000;
  font-size: 2rem;
}
body .component-forgot-your-password-paragraph {
  margin: 0;
  font-size: smaller;
  text-align: right;
}
body .component-forgot-your-password-paragraph:not(:first-child) {
  margin-top: 1rem;
}
body .component-forgot-your-password-paragraph:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-profile-sidebar {
  margin: 0;
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
}
body .component-profile-sidebar:not(:first-child) {
  margin-top: 1rem;
}
body .component-profile-sidebar:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-profile-sidebar > .avatar-container {
  display: flex;
  justify-content: center;
}
body .component-profile-sidebar > .avatar-container > .avatar {
  border-radius: 50%;
  aspect-ratio: 1/1;
  max-width: 256px;
}
body .component-profile-sidebar > .preferred-name {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
body .component-profile-sidebar > .secondary-name-and-pronouns {
  font-size: 1.25rem;
  opacity: 0.5;
  text-align: center;
}
body .component-profile-sidebar-detail {
  display: grid;
  gap: 0.25rem;
  grid-template-columns: auto auto 1fr;
  word-break: break-all;
}
body .component-profile-sidebar-detail > .text {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
body .component-profile-sidebar-detail > .text > .note {
  opacity: 0.5;
}
body .component-profile-sidebar-detail > .text.anchor:hover {
  text-decoration: underline;
}
body .component-sidebar {
  margin: 0;
}
body .component-sidebar:not(:first-child) {
  margin-top: 1rem;
}
body .component-sidebar:not(:last-child) {
  margin-bottom: 1rem;
}
@media not (max-width: 60rem) {
  body .component-sidebar .mobile-toggle {
    display: none;
  }
}
@media (max-width: 60rem) {
  body .component-sidebar .sidebar-wrapper {
    margin-top: 1rem;
  }
  body .component-sidebar .sidebar-wrapper:not(.mobile-open) {
    display: none;
  }
}
body .component-sidebar-section {
  margin: 0;
}
body .component-sidebar-section:not(:first-child) {
  margin-top: 1rem;
}
body .component-sidebar-section:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-sidebar-section .header {
  font-size: 1.25rem;
  font-weight: bold;
}
body .component-sidebar-section-hierarchy {
  margin: 0;
  list-style: none;
  padding: 0;
}
body .component-sidebar-section-hierarchy:not(:first-child) {
  margin-top: 1rem;
}
body .component-sidebar-section-hierarchy:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-sidebar-section-hierarchy-item {
  margin: 0;
}
body .component-sidebar-section-hierarchy-item:not(:first-child) {
  margin-top: 1rem;
}
body .component-sidebar-section-hierarchy-item:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-sidebar-section-hierarchy-item > .anchor {
  color: inherit;
  display: flex;
  font-size: 1.1rem;
  text-decoration: none;
}
body .component-sidebar-section-hierarchy-item > .anchor:hover > .text {
  text-decoration: underline;
}
body .component-sidebar-section-hierarchy-item > .anchor > .text {
  flex-basis: 100%;
  flex-shrink: 1;
  margin-left: 0.5rem;
}
body .component-sidebar-section-hierarchy-item > .anchor > .count {
  font-weight: bold;
  margin-left: 1rem;
}
body .component-sidebar-section-hierarchy-item > .anchor > .external-icon {
  margin-left: 1rem;
}
body .component-sidebar-section-hierarchy-item[data-is-current=true] > .anchor {
  color: var(--primary-color);
}
body .component-sidebar-section-hierarchy-item > .component-sidebar-section-hierarchy {
  margin-left: 1rem;
}
body .component-penalty-summary {
  margin: 0;
}
body .component-penalty-summary:not(:first-child) {
  margin-top: 1rem;
}
body .component-penalty-summary:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-release-image-summary {
  margin: 0;
}
body .component-release-image-summary:not(:first-child) {
  margin-top: 1rem;
}
body .component-release-image-summary:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-release-mod-internal-name-request-summary {
  margin: 0;
}
body .component-release-mod-internal-name-request-summary:not(:first-child) {
  margin-top: 1rem;
}
body .component-release-mod-internal-name-request-summary:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-drawer {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-top: none;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  width: 20rem;
  padding: 1rem;
}
body .component-global-quick-drawer .overflow-buttons-toggle {
  cursor: pointer;
  font-size: 0.75rem;
  margin-top: 0.75rem;
  opacity: 0.65;
  text-align: center;
  text-decoration: none;
}
body .component-global-quick-drawer .overflow-buttons-toggle:hover {
  text-decoration: underline;
}
body .component-global-quick-drawer .overflow-buttons-container {
  margin-top: 0.75rem;
}
body .component-global-quick-drawer .overflow-buttons-container:not(.open) {
  display: none;
}
body .component-global-web-services-bar {
  background-color: #1f2937;
}
body .component-global-web-services-bar .inner-wrapper {
  display: flex;
  flex-wrap: wrap;
}
body .component-global-web-services-bar-link {
  color: #ffffff;
  display: inline-block;
  font-family: "Viga", Arial, Helvetica, "sans-serif";
  font-size: 0.8rem;
  padding: 0.5rem 0.7rem;
  text-decoration: none;
  text-transform: uppercase;
}
body .component-global-web-services-bar-link:hover, body .component-global-web-services-bar-link.active {
  background-color: #030712;
}
body .component-global-web-services-bar-link .space {
  display: inline-block;
  width: 0;
}
body .component-release-page-background {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #eeeeee), var(--background-image);
  background-size: cover;
  background-position: center;
  height: 20rem;
  margin-bottom: -19rem;
}
body .component-recaptcha-terms {
  margin: 0;
  font-size: smaller;
}
body .component-recaptcha-terms:not(:first-child) {
  margin-top: 1rem;
}
body .component-recaptcha-terms:not(:last-child) {
  margin-bottom: 1rem;
}
body .component-user-link {
  display: inline-block;
  overflow-wrap: break-word;
  word-break: break-all;
  word-wrap: break-word;
}
body .component-user-link[data-is-deleted=true] {
  color: #ff0000;
}

body.theme-dark {
  --primary-color: #4f0c27;
  --secondary-color: #420c22;
  --tertiary-color: #280412;
  background-color: #171717;
  color: #f5f5f5;
}
body.theme-dark .component-checkbox-input {
  margin: 0;
  align-items: center;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto 1fr;
}
body.theme-dark .component-checkbox-input:not(:first-child) {
  margin-top: 1rem;
}
body.theme-dark .component-checkbox-input:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-dark .component-color-input {
  margin: 0;
  border: none;
  border-radius: 0.625rem;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 3rem;
  width: 100%;
}
body.theme-dark .component-color-input:not(:first-child) {
  margin-top: 1rem;
}
body.theme-dark .component-color-input:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-dark .component-color-input:focus, body.theme-dark .component-color-input:focus-within {
  outline: 2px solid var(--primary-color);
}
body.theme-dark .component-color-input::-moz-color-swatch, body.theme-dark .component-color-input::-webkit-color-swatch {
  border: none;
}
body.theme-dark .component-date-input {
  margin: 0;
  background-color: #262626;
  border: 1px solid #404040;
  border-radius: 0.625rem;
  display: block;
  padding: 0.5rem;
  width: 100%;
}
body.theme-dark .component-date-input:not(:first-child) {
  margin-top: 1rem;
}
body.theme-dark .component-date-input:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-dark .component-date-input:focus, body.theme-dark .component-date-input:focus-within {
  outline: 3px solid var(--primary-color);
}
body.theme-dark .component-date-input[readonly] {
  cursor: default;
  opacity: 0.5;
}
body.theme-dark .component-email-input {
  margin: 0;
  background-color: #262626;
  border: 1px solid #404040;
  border-radius: 0.625rem;
  display: block;
  padding: 0.5rem;
  width: 100%;
}
body.theme-dark .component-email-input:not(:first-child) {
  margin-top: 1rem;
}
body.theme-dark .component-email-input:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-dark .component-email-input:focus, body.theme-dark .component-email-input:focus-within {
  outline: 3px solid var(--primary-color);
}
body.theme-dark .component-email-input[readonly] {
  cursor: default;
  opacity: 0.5;
}
body.theme-dark .component-fieldset {
  margin: 0;
  border: 1px solid #404040;
  border-radius: 10px;
}
body.theme-dark .component-fieldset:not(:first-child) {
  margin-top: 1rem;
}
body.theme-dark .component-fieldset:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-dark .component-file-input {
  margin: 0;
  display: block;
  width: 100%;
}
body.theme-dark .component-file-input:not(:first-child) {
  margin-top: 1rem;
}
body.theme-dark .component-file-input:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-dark .component-form {
  margin: 0;
}
body.theme-dark .component-form:not(:first-child) {
  margin-top: 1rem;
}
body.theme-dark .component-form:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-dark .component-label {
  margin: 0;
  display: flex;
  gap: 0.5rem;
  font-weight: bold;
}
body.theme-dark .component-label:not(:first-child) {
  margin-top: 1rem;
}
body.theme-dark .component-label:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-dark .component-number-input {
  margin: 0;
  background-color: #262626;
  border: 1px solid #404040;
  border-radius: 0.625rem;
  display: block;
  padding: 0.5rem;
  width: 100%;
}
body.theme-dark .component-number-input:not(:first-child) {
  margin-top: 1rem;
}
body.theme-dark .component-number-input:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-dark .component-number-input:focus, body.theme-dark .component-number-input:focus-within {
  outline: 3px solid var(--primary-color);
}
body.theme-dark .component-number-input[readonly] {
  cursor: default;
  opacity: 0.5;
}
body.theme-dark .component-password-input {
  margin: 0;
  background-color: #262626;
  border: 1px solid #404040;
  border-radius: 0.625rem;
  display: block;
  padding: 0.5rem;
  width: 100%;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr auto;
}
body.theme-dark .component-password-input:not(:first-child) {
  margin-top: 1rem;
}
body.theme-dark .component-password-input:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-dark .component-password-input:focus, body.theme-dark .component-password-input:focus-within {
  outline: 3px solid var(--primary-color);
}
body.theme-dark .component-password-input[readonly] {
  cursor: default;
  opacity: 0.5;
}
body.theme-dark .component-password-input input {
  border: none;
}
body.theme-dark .component-password-input input:focus {
  outline: none;
}
body.theme-dark .component-password-input .toggle {
  cursor: pointer;
}
body.theme-dark .component-radio-input {
  margin: 0;
  align-items: center;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto 1fr;
}
body.theme-dark .component-radio-input:not(:first-child) {
  margin-top: 1rem;
}
body.theme-dark .component-radio-input:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-dark .component-select {
  margin: 0;
  background-color: #262626;
  border: 1px solid #404040;
  border-radius: 0.625rem;
  display: block;
  padding: 0.5rem;
  width: 100%;
}
body.theme-dark .component-select:not(:first-child) {
  margin-top: 1rem;
}
body.theme-dark .component-select:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-dark .component-select:focus, body.theme-dark .component-select:focus-within {
  outline: 3px solid var(--primary-color);
}
body.theme-dark .component-select[readonly] {
  cursor: default;
  opacity: 0.5;
}
body.theme-dark .component-text-area {
  margin: 0;
  background-color: #262626;
  border: 1px solid #404040;
  border-radius: 0.625rem;
  display: block;
  padding: 0.5rem;
  width: 100%;
  min-height: 7rem;
  resize: vertical;
}
body.theme-dark .component-text-area:not(:first-child) {
  margin-top: 1rem;
}
body.theme-dark .component-text-area:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-dark .component-text-area:focus, body.theme-dark .component-text-area:focus-within {
  outline: 3px solid var(--primary-color);
}
body.theme-dark .component-text-area[readonly] {
  cursor: default;
  opacity: 0.5;
}
body.theme-dark .component-text-input {
  margin: 0;
  background-color: #262626;
  border: 1px solid #404040;
  border-radius: 0.625rem;
  display: block;
  padding: 0.5rem;
  width: 100%;
}
body.theme-dark .component-text-input:not(:first-child) {
  margin-top: 1rem;
}
body.theme-dark .component-text-input:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-dark .component-text-input:focus, body.theme-dark .component-text-input:focus-within {
  outline: 3px solid var(--primary-color);
}
body.theme-dark .component-text-input[readonly] {
  cursor: default;
  opacity: 0.5;
}
body.theme-dark .component-anchor {
  color: #3b82f6;
  text-decoration: none;
}
body.theme-dark .component-anchor:hover {
  text-decoration: underline;
}
body.theme-dark .component-anchor:visited {
  color: #3b82f6;
}
body.theme-dark .component-block {
  margin: 0;
  background-color: #262626;
  border: 1px solid #404040;
  border-radius: 0.625rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
body.theme-dark .component-block:not(:first-child) {
  margin-top: 1rem;
}
body.theme-dark .component-block:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-dark .component-block-group {
  margin: 0;
}
body.theme-dark .component-block-group:not(:first-child) {
  margin-top: 1rem;
}
body.theme-dark .component-block-group:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-dark .component-block-group > .component-block {
  margin: 0;
}
body.theme-dark .component-block-group > .component-block:not(:only-child, :first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.theme-dark .component-block-group > .component-block:not(:only-child, :last-child) {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body.theme-dark .component-block.no-padding {
  padding: 0;
}
body.theme-dark .component-bubble-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
body.theme-dark .component-bubble-list:not(:first-child) {
  margin-top: 1rem;
}
body.theme-dark .component-bubble-list:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-dark .component-bubble-list-item {
  background-color: transparent;
  border: 1px solid #404040;
  border-radius: 0.625rem;
  padding: 0.5rem;
}
body.theme-dark .component-table {
  margin: 0;
  overflow-x: scroll;
  width: 100%;
}
body.theme-dark .component-table:not(:first-child) {
  margin-top: 1rem;
}
body.theme-dark .component-table:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-dark .component-table .table, body.theme-dark .component-table .table th, body.theme-dark .component-table .table td {
  border: 1px solid #404040;
  border-collapse: collapse;
}
body.theme-dark .component-table .table th {
  padding: 0.75rem;
  white-space: nowrap;
}
body.theme-dark .component-table .table .header {
  font-weight: bold;
}
body.theme-dark .component-table-row .column {
  padding: 0;
}
body.theme-dark .component-table-row .column.has-padding {
  padding: 0.75rem;
}
body.theme-dark .component-table-row .column.no-wrap {
  white-space: nowrap;
}
body.theme-dark .component-multi-text-input .inputs-container {
  margin: 0;
}
body.theme-dark .component-multi-text-input .inputs-container:not(:first-child) {
  margin-top: 1rem;
}
body.theme-dark .component-multi-text-input .inputs-container:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-dark .component-multi-text-input-input {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, auto);
}
body.theme-dark .component-multi-text-input-input:not(:first-child) {
  margin-top: 1rem;
}
body.theme-dark .component-multi-text-input-input:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-dark .component-multi-text-input-input .input {
  background: #262626;
  border: 1px solid #404040;
  border-right: none;
  border-radius: 0.625rem 0 0 0.625rem;
  padding: 0.5rem;
}
body.theme-dark .component-multi-text-input-input .remove {
  border: 1px solid #404040;
  border-radius: 0 0.625rem 0.625rem 0;
  cursor: pointer;
  height: 100%;
  width: 2rem;
}
body.theme-dark .component-description-list-grid {
  margin: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}
body.theme-dark .component-description-list-grid:not(:first-child) {
  margin-top: 1rem;
}
body.theme-dark .component-description-list-grid:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-dark .component-description-list-grid-item {
  background-color: #262626;
  border: 1px solid #404040;
  border-radius: 0.625rem;
  padding: 1rem;
}
body.theme-dark .component-description-list-grid-item__title {
  display: block;
  font-weight: bold;
}
body.theme-dark .component-description-list-grid-item__value {
  display: block;
  margin-left: 0;
  margin-top: 0.75rem;
}
body.theme-dark .component-user-grid {
  margin: 0;
}
body.theme-dark .component-user-grid:not(:first-child) {
  margin-top: 1rem;
}
body.theme-dark .component-user-grid:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-dark .component-user-grid.format-columns .cells {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 25rem), 1fr));
}
body.theme-dark .component-user-grid.format-list .cells {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body.theme-dark .component-user-grid-cell {
  align-items: center;
  background-color: var(--profile-primary-color, #262626);
  border: 1px solid var(--profile-secondary-color, #404040);
  border-radius: 10px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  color: var(--profile-text-color, #f5f5f5);
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr;
  height: 100%;
  padding: 1rem;
}
body.theme-dark .component-user-grid-cell.format-columns .avatar {
  width: 128px;
  height: 128px;
}
body.theme-dark .component-user-grid-cell.format-columns .name {
  font-size: 1.5rem;
}
body.theme-dark .component-user-grid-cell.format-list .avatar {
  width: 64px;
  height: 64px;
}
body.theme-dark .component-user-grid-cell[data-is-clickable=true] {
  cursor: pointer;
}
body.theme-dark .component-user-grid-cell .avatar {
  border-radius: 50%;
}
body.theme-dark .component-user-grid-cell .name {
  color: inherit;
  text-decoration: none;
  word-break: break-word;
}
body.theme-dark .component-user-grid-cell .name:hover {
  text-decoration: underline;
}
body.theme-dark .component-user-grid-cell .info-item-container {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
body.theme-dark .component-release-summary {
  position: relative;
}
body.theme-dark .component-release-summary[data-is-clickable=true] {
  cursor: pointer;
}
body.theme-dark .component-release-summary .pinned-indicator {
  position: absolute;
  top: 5px;
  left: 5px;
  align-items: center;
  border: 1px solid #404040;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}
body.theme-dark .component-release-summary .row:not(:last-child) {
  border-bottom: 1px solid #404040;
}
body.theme-dark .component-release-summary .row.main {
  display: grid;
  padding: 1rem;
}
@media (max-width: 50rem) {
  body.theme-dark .component-release-summary .row.main {
    grid-template-columns: auto 1fr;
  }
  body.theme-dark .component-release-summary .row.main .title-and-summary-container {
    padding-left: 1rem;
  }
}
@media not (max-width: 50rem) {
  body.theme-dark .component-release-summary .row.main {
    grid-template-columns: auto 1fr;
    gap: 1rem;
  }
  body.theme-dark .component-release-summary .row.main[data-show-image=true] {
    grid-template-columns: auto 1fr auto;
  }
}
body.theme-dark .component-release-summary .row.title-and-byline {
  padding-bottom: 0.75rem;
}
body.theme-dark .component-release-summary .row.title-and-byline .byline {
  margin-top: 0.5rem;
}
body.theme-dark .component-release-summary .row.summary {
  padding-top: 0.75rem;
}
body.theme-dark .component-release-summary .row.stats, body.theme-dark .component-release-summary .row.categories, body.theme-dark .component-release-summary .row.links {
  padding: 0.75rem;
}
body.theme-dark .component-release-summary .icon-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 50rem) {
  body.theme-dark .component-release-summary .icon-container {
    width: 7rem;
    height: 7rem;
  }
  body.theme-dark .component-release-summary .icon-container .icon.fa {
    font-size: 6rem;
  }
  body.theme-dark .component-release-summary .icon-container .icon.image {
    width: 100%;
    height: 100%;
  }
}
@media not (max-width: 50rem) {
  body.theme-dark .component-release-summary .icon-container {
    width: 9rem;
    height: 9rem;
  }
  body.theme-dark .component-release-summary .icon-container .icon.fa {
    font-size: 7rem;
  }
  body.theme-dark .component-release-summary .icon-container .icon.image {
    width: 9rem;
    height: 9rem;
  }
}
@media (max-width: 50rem) {
  body.theme-dark .component-release-summary .image-container {
    display: none;
  }
}
body.theme-dark .component-release-summary .image-container .image {
  width: 16rem;
  height: 9rem;
  object-fit: cover;
}
body.theme-dark #nprogress {
  pointer-events: none;
}
body.theme-dark #nprogress .bar {
  background: #4f0c27;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
body.theme-dark #nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #4f0c27, 0 0 5px #4f0c27;
  opacity: 1;
  transform: rotate(3deg) translate(0px, -4px);
}

body.theme-light {
  --primary-color: #9d174d;
  --secondary-color: #831843;
  --tertiary-color: #500724;
  background-color: #eeeeee;
  color: #000000;
}
body.theme-light .component-checkbox-input {
  margin: 0;
  align-items: center;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto 1fr;
}
body.theme-light .component-checkbox-input:not(:first-child) {
  margin-top: 1rem;
}
body.theme-light .component-checkbox-input:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-light .component-color-input {
  margin: 0;
  border: none;
  border-radius: 0.625rem;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 3rem;
  width: 100%;
}
body.theme-light .component-color-input:not(:first-child) {
  margin-top: 1rem;
}
body.theme-light .component-color-input:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-light .component-color-input:focus, body.theme-light .component-color-input:focus-within {
  outline: 2px solid var(--primary-color);
}
body.theme-light .component-color-input::-moz-color-swatch, body.theme-light .component-color-input::-webkit-color-swatch {
  border: none;
}
body.theme-light .component-date-input {
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0.625rem;
  display: block;
  padding: 0.5rem;
  width: 100%;
}
body.theme-light .component-date-input:not(:first-child) {
  margin-top: 1rem;
}
body.theme-light .component-date-input:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-light .component-date-input:focus, body.theme-light .component-date-input:focus-within {
  outline: 3px solid var(--primary-color);
}
body.theme-light .component-date-input[readonly] {
  cursor: default;
  opacity: 0.5;
}
body.theme-light .component-email-input {
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0.625rem;
  display: block;
  padding: 0.5rem;
  width: 100%;
}
body.theme-light .component-email-input:not(:first-child) {
  margin-top: 1rem;
}
body.theme-light .component-email-input:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-light .component-email-input:focus, body.theme-light .component-email-input:focus-within {
  outline: 3px solid var(--primary-color);
}
body.theme-light .component-email-input[readonly] {
  cursor: default;
  opacity: 0.5;
}
body.theme-light .component-fieldset {
  margin: 0;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
body.theme-light .component-fieldset:not(:first-child) {
  margin-top: 1rem;
}
body.theme-light .component-fieldset:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-light .component-file-input {
  margin: 0;
  display: block;
  width: 100%;
}
body.theme-light .component-file-input:not(:first-child) {
  margin-top: 1rem;
}
body.theme-light .component-file-input:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-light .component-form {
  margin: 0;
}
body.theme-light .component-form:not(:first-child) {
  margin-top: 1rem;
}
body.theme-light .component-form:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-light .component-label {
  margin: 0;
  display: flex;
  gap: 0.5rem;
  font-weight: bold;
}
body.theme-light .component-label:not(:first-child) {
  margin-top: 1rem;
}
body.theme-light .component-label:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-light .component-number-input {
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0.625rem;
  display: block;
  padding: 0.5rem;
  width: 100%;
}
body.theme-light .component-number-input:not(:first-child) {
  margin-top: 1rem;
}
body.theme-light .component-number-input:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-light .component-number-input:focus, body.theme-light .component-number-input:focus-within {
  outline: 3px solid var(--primary-color);
}
body.theme-light .component-number-input[readonly] {
  cursor: default;
  opacity: 0.5;
}
body.theme-light .component-password-input {
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0.625rem;
  display: block;
  padding: 0.5rem;
  width: 100%;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr auto;
}
body.theme-light .component-password-input:not(:first-child) {
  margin-top: 1rem;
}
body.theme-light .component-password-input:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-light .component-password-input:focus, body.theme-light .component-password-input:focus-within {
  outline: 3px solid var(--primary-color);
}
body.theme-light .component-password-input[readonly] {
  cursor: default;
  opacity: 0.5;
}
body.theme-light .component-password-input input {
  border: none;
}
body.theme-light .component-password-input input:focus {
  outline: none;
}
body.theme-light .component-password-input .toggle {
  cursor: pointer;
}
body.theme-light .component-radio-input {
  margin: 0;
  align-items: center;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto 1fr;
}
body.theme-light .component-radio-input:not(:first-child) {
  margin-top: 1rem;
}
body.theme-light .component-radio-input:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-light .component-select {
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0.625rem;
  display: block;
  padding: 0.5rem;
  width: 100%;
}
body.theme-light .component-select:not(:first-child) {
  margin-top: 1rem;
}
body.theme-light .component-select:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-light .component-select:focus, body.theme-light .component-select:focus-within {
  outline: 3px solid var(--primary-color);
}
body.theme-light .component-select[readonly] {
  cursor: default;
  opacity: 0.5;
}
body.theme-light .component-text-area {
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0.625rem;
  display: block;
  padding: 0.5rem;
  width: 100%;
  min-height: 7rem;
  resize: vertical;
}
body.theme-light .component-text-area:not(:first-child) {
  margin-top: 1rem;
}
body.theme-light .component-text-area:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-light .component-text-area:focus, body.theme-light .component-text-area:focus-within {
  outline: 3px solid var(--primary-color);
}
body.theme-light .component-text-area[readonly] {
  cursor: default;
  opacity: 0.5;
}
body.theme-light .component-text-input {
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0.625rem;
  display: block;
  padding: 0.5rem;
  width: 100%;
}
body.theme-light .component-text-input:not(:first-child) {
  margin-top: 1rem;
}
body.theme-light .component-text-input:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-light .component-text-input:focus, body.theme-light .component-text-input:focus-within {
  outline: 3px solid var(--primary-color);
}
body.theme-light .component-text-input[readonly] {
  cursor: default;
  opacity: 0.5;
}
body.theme-light .component-anchor {
  color: #1d4ed8;
  text-decoration: none;
}
body.theme-light .component-anchor:hover {
  text-decoration: underline;
}
body.theme-light .component-anchor:visited {
  color: #1d4ed8;
}
body.theme-light .component-block {
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0.625rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
body.theme-light .component-block:not(:first-child) {
  margin-top: 1rem;
}
body.theme-light .component-block:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-light .component-block-group {
  margin: 0;
}
body.theme-light .component-block-group:not(:first-child) {
  margin-top: 1rem;
}
body.theme-light .component-block-group:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-light .component-block-group > .component-block {
  margin: 0;
}
body.theme-light .component-block-group > .component-block:not(:only-child, :first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.theme-light .component-block-group > .component-block:not(:only-child, :last-child) {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body.theme-light .component-block.no-padding {
  padding: 0;
}
body.theme-light .component-bubble-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
body.theme-light .component-bubble-list:not(:first-child) {
  margin-top: 1rem;
}
body.theme-light .component-bubble-list:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-light .component-bubble-list-item {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 0.625rem;
  padding: 0.5rem;
}
body.theme-light .component-table {
  margin: 0;
  overflow-x: scroll;
  width: 100%;
}
body.theme-light .component-table:not(:first-child) {
  margin-top: 1rem;
}
body.theme-light .component-table:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-light .component-table .table, body.theme-light .component-table .table th, body.theme-light .component-table .table td {
  border: 1px solid #dddddd;
  border-collapse: collapse;
}
body.theme-light .component-table .table th {
  padding: 0.75rem;
  white-space: nowrap;
}
body.theme-light .component-table .table .header {
  font-weight: bold;
}
body.theme-light .component-table-row .column {
  padding: 0;
}
body.theme-light .component-table-row .column.has-padding {
  padding: 0.75rem;
}
body.theme-light .component-table-row .column.no-wrap {
  white-space: nowrap;
}
body.theme-light .component-multi-text-input .inputs-container {
  margin: 0;
}
body.theme-light .component-multi-text-input .inputs-container:not(:first-child) {
  margin-top: 1rem;
}
body.theme-light .component-multi-text-input .inputs-container:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-light .component-multi-text-input-input {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, auto);
}
body.theme-light .component-multi-text-input-input:not(:first-child) {
  margin-top: 1rem;
}
body.theme-light .component-multi-text-input-input:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-light .component-multi-text-input-input .input {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-right: none;
  border-radius: 0.625rem 0 0 0.625rem;
  padding: 0.5rem;
}
body.theme-light .component-multi-text-input-input .remove {
  border: 1px solid #dddddd;
  border-radius: 0 0.625rem 0.625rem 0;
  cursor: pointer;
  height: 100%;
  width: 2rem;
}
body.theme-light .component-description-list-grid {
  margin: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}
body.theme-light .component-description-list-grid:not(:first-child) {
  margin-top: 1rem;
}
body.theme-light .component-description-list-grid:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-light .component-description-list-grid-item {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0.625rem;
  padding: 1rem;
}
body.theme-light .component-description-list-grid-item__title {
  display: block;
  font-weight: bold;
}
body.theme-light .component-description-list-grid-item__value {
  display: block;
  margin-left: 0;
  margin-top: 0.75rem;
}
body.theme-light .component-user-grid {
  margin: 0;
}
body.theme-light .component-user-grid:not(:first-child) {
  margin-top: 1rem;
}
body.theme-light .component-user-grid:not(:last-child) {
  margin-bottom: 1rem;
}
body.theme-light .component-user-grid.format-columns .cells {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 25rem), 1fr));
}
body.theme-light .component-user-grid.format-list .cells {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body.theme-light .component-user-grid-cell {
  align-items: center;
  background-color: var(--profile-primary-color, #ffffff);
  border: 1px solid var(--profile-secondary-color, #dddddd);
  border-radius: 10px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  color: var(--profile-text-color, #000000);
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr;
  height: 100%;
  padding: 1rem;
}
body.theme-light .component-user-grid-cell.format-columns .avatar {
  width: 128px;
  height: 128px;
}
body.theme-light .component-user-grid-cell.format-columns .name {
  font-size: 1.5rem;
}
body.theme-light .component-user-grid-cell.format-list .avatar {
  width: 64px;
  height: 64px;
}
body.theme-light .component-user-grid-cell[data-is-clickable=true] {
  cursor: pointer;
}
body.theme-light .component-user-grid-cell .avatar {
  border-radius: 50%;
}
body.theme-light .component-user-grid-cell .name {
  color: inherit;
  text-decoration: none;
  word-break: break-word;
}
body.theme-light .component-user-grid-cell .name:hover {
  text-decoration: underline;
}
body.theme-light .component-user-grid-cell .info-item-container {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
body.theme-light .component-release-summary {
  position: relative;
}
body.theme-light .component-release-summary[data-is-clickable=true] {
  cursor: pointer;
}
body.theme-light .component-release-summary .pinned-indicator {
  position: absolute;
  top: 5px;
  left: 5px;
  align-items: center;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}
body.theme-light .component-release-summary .row:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
body.theme-light .component-release-summary .row.main {
  display: grid;
  padding: 1rem;
}
@media (max-width: 50rem) {
  body.theme-light .component-release-summary .row.main {
    grid-template-columns: auto 1fr;
  }
  body.theme-light .component-release-summary .row.main .title-and-summary-container {
    padding-left: 1rem;
  }
}
@media not (max-width: 50rem) {
  body.theme-light .component-release-summary .row.main {
    grid-template-columns: auto 1fr;
    gap: 1rem;
  }
  body.theme-light .component-release-summary .row.main[data-show-image=true] {
    grid-template-columns: auto 1fr auto;
  }
}
body.theme-light .component-release-summary .row.title-and-byline {
  padding-bottom: 0.75rem;
}
body.theme-light .component-release-summary .row.title-and-byline .byline {
  margin-top: 0.5rem;
}
body.theme-light .component-release-summary .row.summary {
  padding-top: 0.75rem;
}
body.theme-light .component-release-summary .row.stats, body.theme-light .component-release-summary .row.categories, body.theme-light .component-release-summary .row.links {
  padding: 0.75rem;
}
body.theme-light .component-release-summary .icon-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 50rem) {
  body.theme-light .component-release-summary .icon-container {
    width: 7rem;
    height: 7rem;
  }
  body.theme-light .component-release-summary .icon-container .icon.fa {
    font-size: 6rem;
  }
  body.theme-light .component-release-summary .icon-container .icon.image {
    width: 100%;
    height: 100%;
  }
}
@media not (max-width: 50rem) {
  body.theme-light .component-release-summary .icon-container {
    width: 9rem;
    height: 9rem;
  }
  body.theme-light .component-release-summary .icon-container .icon.fa {
    font-size: 7rem;
  }
  body.theme-light .component-release-summary .icon-container .icon.image {
    width: 9rem;
    height: 9rem;
  }
}
@media (max-width: 50rem) {
  body.theme-light .component-release-summary .image-container {
    display: none;
  }
}
body.theme-light .component-release-summary .image-container .image {
  width: 16rem;
  height: 9rem;
  object-fit: cover;
}
body.theme-light #nprogress {
  pointer-events: none;
}
body.theme-light #nprogress .bar {
  background: #9d174d;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
body.theme-light #nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #9d174d, 0 0 5px #9d174d;
  opacity: 1;
  transform: rotate(3deg) translate(0px, -4px);
}

/*# sourceMappingURL=client.css.map */
