@charset "UTF-8";
/*! 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;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  background-color: var(--rt-bg);
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: var(--rt-link);
  text-decoration: none;
}
a:hover, a:active, a:focus, a:focus-within {
  text-decoration: underline;
}

a:visited {
  color: var(--rt-link);
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/** Hide element
 */
.d-none {
  display: none !important;
}

/**
 * Basic typography style for copy text
 */
body {
  color: var(--rt-text);
  background-color: var(--rt-bg);
  font: normal 100% "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
}
@keyframes loading-blur {
  from {
    filter: blur(0.15rem);
  }
  to {
    filter: blur(0.3rem);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}
.grid, #stripe-signup-provisioning .provisioning, .session .session__header, .page-nav {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}
.grid > *, #stripe-signup-provisioning .provisioning > *, .session .session__header > *, .page-nav > * {
  grid-column: 1/13;
}

.subgrid {
  display: grid;
  gap: 1rem;
}
.subgrid > * {
  grid-column: 1/13;
}

.subgrid__columns {
  grid-template-columns: subgrid;
}

.subgrid__rows {
  grid-template-rows: subgrid;
}

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.content {
  margin-bottom: 1rem;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.header__sm-d-none {
  display: none;
}

.header__brand {
  display: flex;
}
.header__brand a {
  margin-right: 0.5rem;
}
.header__brand img {
  height: 1.5rem;
}

.login-controls {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .header__sm-d-none {
    display: initial;
  }
}
.page-nav {
  gap: 0.25rem;
  margin: 0.75rem 0;
}
.page-nav ol.page-nav__tabs {
  border-bottom: 1px solid var(--rt-border);
}
.page-nav h1 {
  margin: 0;
}
.page-nav .page-nav__main {
  margin: 0;
  margin-bottom: 0.5rem;
}
.page-nav .page-nav__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page-nav .page-nav__actions > :not(:last-child) {
  margin-right: 0.5rem;
}
.page-nav .page-nav__actions a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .page-nav .page-nav__main:has(+ .page-nav__actions) {
    grid-column: 1/8;
    margin-bottom: 0;
  }
  .page-nav .page-nav__actions {
    grid-column: 8/13;
    justify-content: flex-end;
    align-items: start;
  }
}
.acc-nav h3 {
  margin: 0;
}
.acc-nav .chevron-bullets {
  margin-top: 0;
}
.acc-nav .chevron-bullets .btn {
  width: 100%;
}
.acc-nav #acc-logo {
  background-image: var(--rt-acc-logo);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  aspect-ratio: 1920/604;
  width: 100%;
}

@media (min-width: 768px) {
  .acc-nav .chevron-bullets .btn {
    width: auto;
  }
  .acc-nav #acc-server-links {
    grid-column: 1/5;
  }
  .acc-nav #acc-settings-links {
    grid-column: 5/9;
  }
  .acc-nav #acc-explore-links {
    grid-column: 9/13;
  }
}
.acc-setting-summary {
  color: var(--rt-text-muted);
  padding: 0.75rem;
}
.acc-setting-summary .acc-setting-summary__server-name {
  margin: 0.25rem 0;
  font-style: italic;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.acc-setting-summary .acc-setting-summary__server-name button {
  background: var(--rt-brand);
  color: var(--rt-text-on-brand);
  font-weight: 600;
  padding: 0.25rem;
}
.acc-setting-summary .acc-setting-summary__badges {
  margin: 0.25rem 0;
}
.acc-setting-summary .acc-setting-summary__badges > :not(:last-child)::after {
  content: "|";
  margin: 0 0.25rem;
}

.track-stats {
  margin-bottom: 1.5rem;
}

.server {
  border: 1px solid var(--rt-border);
  margin-bottom: 0.5rem;
  padding-top: 0.25rem;
}

.server__name {
  padding: 0 0.5rem;
}

.server__details {
  padding: 0 0.5rem;
}
.server__details > :not(:last-child)::after {
  content: "|";
  margin: 0 0.25rem;
}

.server__network {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.5rem 0.5rem 0.5rem;
}
.server__network > :not(:nth-child(3), :last-child)::after {
  content: "|";
  margin: 0 0.25rem;
}
.server__network span:last-child {
  display: block;
  width: 100%;
}
.server__network .btn {
  display: none;
}

.server__rt {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.25rem 0.5rem;
  background: var(--rt-brand);
  color: var(--rt-text-on-brand);
  font-size: 0.875rem;
}
.server__rt span:last-child {
  display: none;
}

@media (min-width: 768px) {
  .server__network span:last-child {
    display: inline;
    width: auto;
    margin-left: auto;
  }
  .server__network .btn {
    display: inline-block;
  }
  .server__rt span:last-child {
    display: inline;
    margin-left: auto;
  }
}
.my-server {
  border: 1px solid var(--rt-border);
  font-size: 0.85rem;
  padding-top: 0.25rem;
  margin-bottom: 0.5rem;
}

.my-server__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem;
}
.my-server__header a {
  font-size: 1rem;
}

.my-server__name {
  padding: 0 0.5rem;
}

.my-server__details {
  padding: 0 0.5rem;
}
.my-server__details > :not(:last-child)::after {
  content: "|";
  margin: 0 0.25rem;
}

.my-server__network {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.5rem;
}
.my-server__network > :not(:nth-child(3), :last-child)::after {
  content: "|";
  margin: 0 0.25rem;
}
.my-server__network span:last-child {
  display: block;
  width: 100%;
}
.my-server__network .btn {
  display: none;
}

.my-server__rt {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.25rem 0.5rem;
  background: var(--rt-brand);
  color: var(--rt-text-on-brand);
  font-size: 0.85rem;
}
.my-server__rt span:last-child {
  display: none;
}

@media (min-width: 768px) {
  .my-server__network span:last-child {
    display: inline;
    width: auto;
    margin-left: auto;
  }
  .my-server__network .btn {
    display: inline-block;
  }
  .my-server__rt span:last-child {
    display: inline;
    margin-left: auto;
  }
}
.server-header {
  margin-bottom: 1rem;
}
.server-header .server-header__title h3 {
  margin: 0;
}
.server-header .server-header__title .btn {
  display: none;
}
.server-header .server-header__details {
  margin-bottom: 1rem;
}
.server-header .server-header__details > :not(:last-child)::after {
  content: "|";
  margin: 0 0.25rem;
}

@media (min-width: 768px) {
  .server-header .server-header__title {
    display: flex;
    justify-content: space-between;
  }
  .server-header .server-header__title h3 {
    max-width: 85%;
  }
  .server-header .server-header__title .btn {
    display: inline-block;
  }
}
.list, .server-sessions-list {
  padding: 0;
}
.list li, .server-sessions-list li {
  list-style: none;
  padding: 0.5rem;
  border-bottom: 1px solid var(--rt-border);
}

.server-sessions-list li {
  font-size: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.server-sessions-list li div:first-child {
  margin-right: 0.5rem;
}
.server-sessions-list li .session-extra {
  display: none;
}
.server-sessions-list li.server-sessions-list__load-more {
  justify-content: space-around;
  border-bottom: 0;
  padding: 1.75rem 0.5rem;
}

@media (min-width: 768px) {
  .server-sessions-list li {
    font-size: 1rem;
    flex-wrap: no-wrap;
  }
  .server-sessions-list li .session-extra {
    display: inline;
  }
}
.session .session__header fieldset ul {
  padding-left: 1.25rem;
}
.session .session__header h2 {
  font-style: italic;
  margin-bottom: 0;
}
.session .session__header .session__header__info {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
}
.session .table .invalid-lap {
  color: var(--rt-text-subtle);
}
.session .table .valid-lap {
  font-weight: 700;
}
.session .table .green {
  color: var(--rt-lap-green);
  font-weight: 700;
}
.session .table .purple {
  color: var(--rt-lap-purple);
  font-weight: 700;
}

@media (min-width: 768px) {
  .session .session__header div {
    grid-column: 1/10;
  }
  .session .session__header fieldset {
    grid-column: 10/13;
  }
}
.badge {
  display: inline-block;
  padding: 0.05rem 0.45rem;
  border: 1px solid var(--rt-border);
  border-radius: 1rem;
  background-color: var(--rt-surface);
  font-size: 0.72rem;
  line-height: 1.5;
  color: var(--rt-text-muted);
}

.btn {
  display: inline-block;
  padding: 0.5rem;
  text-decoration: none;
  background-color: var(--rt-surface);
}
.btn:hover {
  cursor: pointer;
}

.btn__txt {
  background-color: unset;
  padding: 0;
}
.btn__txt::before {
  display: inline-block;
  margin-right: 0.25rem;
  color: var(--rt-text);
  content: "[";
}
.btn__txt::after {
  display: inline-block;
  margin-left: 0.25rem;
  color: var(--rt-text);
  content: "]";
}

.btn__brand {
  background-color: var(--rt-brand);
  color: var(--rt-text-on-brand);
}
.btn__brand:active, .btn__brand:focus, .btn__brand:hover, .btn__brand:visited {
  color: var(--rt-text-on-brand);
}

.btn--small {
  font-size: 0.875rem;
  padding: 0.25rem 0.375rem;
}

.chevron-bullets {
  padding-left: 1rem;
}
.chevron-bullets li::marker {
  content: "»";
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--rt-link);
}
.chevron-bullets li {
  padding-left: 0.5rem;
}

.crumbs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.crumbs__item + .crumbs__item {
  padding-left: 0.5rem;
}
.crumbs__item + .crumbs__item::before {
  content: "/";
  padding-right: 0.5rem;
  float: left;
}

.form-ctrl {
  display: block;
  width: 100%;
}

.form-ctrl-group {
  display: flex;
  align-items: center;
}
.form-ctrl-group .form-ctrl-group__text {
  background: var(--rt-surface);
  padding: 0.2rem;
  margin-right: 0.2rem;
}

.form-ctrl.form-ctrl__checkbox {
  display: inline;
  width: auto;
}

.form-label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.form-label:has(+ .form-ctrl.invalid), .form-label:has(+ .form-ctrl-group .form-ctrl.invalid) {
  color: var(--rt-danger);
}

.form-ctrl-group:has(.form-ctrl.invalid) ~ .form-reason, .form-ctrl.invalid ~ .form-reason {
  display: block;
}

.form-reason {
  display: none;
  color: var(--rt-danger);
  padding-left: 1rem;
}

.form-reason.invalid {
  display: block;
}

.form-text {
  display: block;
  margin: 0.5rem 0;
}

.fieldset__strong {
  border: 4px double var(--rt-border);
  margin-bottom: 1.5rem;
}
.fieldset__strong legend {
  font-weight: 600;
  color: var(--rt-inverse-text);
  background: var(--rt-inverse-bg);
  padding: 0.25rem 0.5rem;
}

.form-actions {
  display: flex;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.form-actions div {
  flex: 0 0 100%;
}
.form-actions button {
  width: 100%;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .form-actions {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .form-actions div {
    flex: 0 0 auto;
  }
  .form-actions button {
    width: auto;
    margin-bottom: 0;
  }
}
i.icon {
  font-style: unset;
  cursor: pointer;
}

.light {
  display: inline-block;
  border-radius: 50%;
  width: 0.75rem;
  min-width: 0.75rem;
  height: 0.75rem;
  background-color: var(--rt-light-off);
  border: 1px solid var(--rt-light-off);
}

.light--green {
  background-color: rgb(0, 255, 0);
  border-color: rgb(0, 255, 0);
}

.light--red {
  background-color: rgb(255, 0, 0);
  border-color: rgb(255, 0, 0);
}

.light--yellow {
  background-color: rgb(255, 255, 0);
  border-color: rgb(255, 255, 0);
}

.light--blue {
  background-color: rgb(30, 100, 255);
  border-color: rgb(30, 100, 255);
}

.msgs .msg {
  border-width: 1px;
  border-style: solid;
  padding: 0.875rem;
}
.msgs .msg--info {
  color: var(--rt-info-fg);
  border-color: var(--rt-info-fg);
  background-color: var(--rt-info-bg);
}
.msgs .msg--success {
  color: var(--rt-success-fg);
  border-color: var(--rt-success-fg);
  background-color: var(--rt-success-bg);
}
.msgs .msg--warning {
  color: var(--rt-warning-fg);
  border-color: var(--rt-warning-fg);
  background-color: var(--rt-warning-bg);
}
.msgs .msg--failure {
  color: var(--rt-failure-fg);
  border-color: var(--rt-failure-fg);
  background-color: var(--rt-failure-bg);
}

.promo-panel {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
  animation: rise 0.4s ease-out both;
}
.promo-panel > * {
  grid-column: 1/13;
}

.promo-panel__hero {
  padding: 1.25rem 1.5rem;
  background-color: var(--rt-cta-bg);
  border-left: 4px solid var(--rt-brand);
}

.promo-panel__hero__title {
  margin: 0 0 0.5rem;
  font-size: 1.75rem;
  background-image: linear-gradient(to right, var(--rt-brand), var(--rt-cta-promo-to));
  background-clip: text;
  color: transparent;
}

.promo-panel__hero__lede {
  margin: 0;
  color: var(--rt-text-muted);
}

.promo-panel__perks {
  margin: 0;
}

.promo-panel__card-form {
  display: grid;
}

.promo-panel__card {
  display: grid;
  align-content: start;
  gap: 0.25rem;
  padding: 1rem 1.25rem;
  color: var(--rt-text);
  background-color: var(--rt-surface);
  border: 1px solid var(--rt-border);
}
.promo-panel__card:hover {
  border-color: var(--rt-brand);
}

a.promo-panel__card:link, a.promo-panel__card:visited {
  color: var(--rt-text);
}
a.promo-panel__card:hover, a.promo-panel__card:active, a.promo-panel__card:focus, a.promo-panel__card:focus-within {
  text-decoration: none;
}

button.promo-panel__card {
  width: 100%;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.promo-panel__card-title {
  font-size: 1.15rem;
  font-weight: 700;
}

.promo-panel__card-desc {
  font-size: 0.9rem;
  color: var(--rt-text-muted);
}

.promo-panel__card--primary {
  color: var(--rt-text-on-brand);
  background-color: var(--rt-brand);
  border-color: var(--rt-brand);
}
.promo-panel__card--primary .promo-panel__card-desc {
  color: var(--rt-text-on-brand);
}
.promo-panel__card--primary:hover {
  border-color: var(--rt-border-strong);
}

a.promo-panel__card--primary:link, a.promo-panel__card--primary:visited {
  color: var(--rt-text-on-brand);
}

@media (min-width: 768px) {
  .promo-panel__hero__title {
    font-size: 2.25rem;
  }
  .promo-panel__card,
  .promo-panel__card-form {
    grid-column: span 4;
  }
}
.shout {
  border-width: 1px;
  border-style: solid;
  padding: 0.875rem;
}
.shout--info {
  color: var(--rt-info-fg);
  border-color: var(--rt-info-fg);
  background-color: var(--rt-info-bg);
}
.shout--success {
  color: var(--rt-success-fg);
  border-color: var(--rt-success-fg);
  background-color: var(--rt-success-bg);
}
.shout--warning {
  color: var(--rt-warning-fg);
  border-color: var(--rt-warning-fg);
  background-color: var(--rt-warning-bg);
}
.shout--failure {
  color: var(--rt-failure-fg);
  border-color: var(--rt-failure-fg);
  background-color: var(--rt-failure-bg);
}

.sign-up-cta {
  background-color: var(--rt-cta-bg);
  padding: 1.25rem;
}
.sign-up-cta .promo {
  background-image: linear-gradient(to right, var(--rt-brand), var(--rt-cta-promo-to));
  border-bottom: 5px solid transparent;
  border-image: linear-gradient(to left, var(--rt-cta-border-from), var(--rt-cta-border-to)) 1;
  color: transparent;
  background-clip: text;
}
.sign-up-cta p {
  margin: 0;
}

.sign-up-cta__detail {
  margin-bottom: 1rem;
}
.sign-up-cta__detail .btn {
  width: 100%;
  text-align: center;
}
.sign-up-cta__detail .chevron-bullets li {
  font-weight: 600;
}
.sign-up-cta__detail div {
  flex-grow: 2;
}
.sign-up-cta__detail table {
  margin: 1.5rem 0 0.75rem 0;
}
.sign-up-cta__detail form small {
  display: inline-block;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .sign-up-cta__detail {
    display: flex;
    gap: 0 2rem;
  }
}
.spinner {
  width: 3rem;
  height: 3rem;
  border: 4px solid var(--rt-surface);
  border-top-color: var(--rt-brand);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.table-wrap {
  overflow-x: auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table th {
  text-align: start;
}
.table > :not(caption) > * > * {
  padding: 0.375rem 0.375rem;
  border-bottom: var(--rt-border) thin solid;
}
.table tfoot td {
  font-weight: 700;
}

ol.tabs {
  display: flex;
  gap: 0 1rem;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
ol.tabs li {
  padding: 0.25rem;
}
ol.tabs li a:hover {
  text-decoration: none;
}
ol.tabs li.active {
  border-bottom: var(--rt-link) 2px solid;
}
ol.tabs li.disabled {
  color: var(--rt-text-subtle);
  cursor: not-allowed;
}
ol.tabs li.disabled a {
  color: var(--rt-text-subtle);
}

#home #racehub-aside {
  order: 2;
}
#home #racehub-aside .btn {
  width: 100%;
  margin-bottom: 0.5rem;
}
#home #racehub-main {
  order: 1;
}
#home #join-cta {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  #home .grid {
    column-gap: 2.5rem;
  }
  #home #racehub-aside {
    order: 1;
    grid-column: 1/4;
  }
  #home #racehub-main {
    order: 2;
    grid-column: 4/13;
    row-gap: 0;
  }
  #home #racehub-main #acc-logo {
    width: 60%;
  }
  #home #join-cta .promo-panel {
    grid-column: 4/13;
  }
}
#login .header {
  justify-content: space-around;
}
#login .login-box {
  max-width: 600px;
  min-height: 400px;
  margin: 5rem auto;
  padding: 1.5rem;
  border: 1px dashed var(--rt-border-strong);
}
#login h1 {
  text-align: center;
  margin-bottom: 2rem;
}
#login .blurb {
  text-align: center;
  margin-bottom: 4rem;
}
#login .sits {
  text-align: center;
}

#create-profile .profile-form > div, #edit-profile .profile-form > div {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  #create-profile #user-info, #create-profile .profile-form, #edit-profile #user-info, #edit-profile .profile-form {
    grid-column: 1/10;
  }
}
#stripe-signup-success h1 {
  margin: 0 0 1rem 0;
}
#stripe-signup-success .signup-success__flag {
  display: inline-block;
  transform-origin: bottom left;
  animation: signup-wave 1.4s ease-in-out infinite;
}

@keyframes signup-wave {
  0%, 100% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(14deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  75% {
    transform: rotate(14deg);
  }
}
#stripe-signup-provisioning .provisioning {
  justify-items: center;
  gap: 1.5rem;
  padding: 2rem 0;
  text-align: center;
}
#stripe-signup-provisioning .provisioning__lede {
  max-width: 48ch;
  margin: 0;
  color: var(--rt-text-muted);
}

#billing h2 {
  margin-top: 0.25rem;
}
#billing #balance, #billing #purchase-credits, #billing #auto-top-up {
  border: 1px solid var(--rt-border-strong);
  padding: 1rem;
}
#billing .balance {
  margin: 1rem 0;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.1;
}
#billing .balance__val {
  color: var(--rt-link);
  font-size: 3rem;
}
#billing #purchase-credits {
  display: flex;
  flex-direction: column;
}
#billing #purchase-credits #purchase-form {
  margin-bottom: 2rem;
}
#billing #purchase-credits .manage-payment {
  margin-top: auto;
  align-self: flex-end;
}

@media (min-width: 768px) {
  #billing #balance {
    grid-column: 1/7;
  }
  #billing #purchase-credits {
    grid-column: 7/13;
  }
}
#notifications .notification__time,
#notification .notification__time {
  color: var(--rt-text-subtle);
}

#notifications .notification {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.25rem 0.75rem;
}
#notifications .notification__subject {
  color: inherit;
  text-decoration: none;
}
#notifications .notification__subject:hover {
  text-decoration: underline;
}
#notifications .notification--unread .notification__subject {
  font-weight: 700;
}
#notifications .notification__category {
  margin-left: 0.4rem;
  color: var(--rt-text-subtle);
  font-size: 0.85rem;
}
#notifications .notification__status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  white-space: nowrap;
}

#notification .notification__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: var(--rt-text-muted);
}

#stats-track .track-laps-group {
  border: 1px solid var(--rt-border-strong);
  padding: 2rem;
  margin-bottom: 1.5rem;
  row-gap: 0.75rem;
}
#stats-track .track-laps-group h2 {
  margin: 0;
}

@media (min-width: 768px) {
  #stats-track .track-laps-group .track-laps-group__stats-table {
    grid-column: 1/6;
  }
  #stats-track .track-laps-group .track-laps-group__top-cars {
    grid-column: 8/13;
  }
}
#acc-home #join-cta {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  #acc-home .acc-nav {
    gap: 0;
  }
  #acc-home #acc-logo {
    width: 40%;
  }
}
#acc-create-bop #bop-json-group {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  #acc-create-bop #acc-server-bop-name-group {
    grid-column: 1/8;
    margin-bottom: 1rem;
  }
  #acc-create-bop #auto-suffix-group {
    grid-column: 8/13;
    margin-bottom: 1rem;
  }
}
#acc-bops-index .list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#acc-entry-edit h2 {
  margin-bottom: 0;
  text-decoration: underline;
  margin-bottom: 0;
}
#acc-entry-edit .header-subtitle {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
}

.entry-form hr {
  margin: 2rem 0;
}
.entry-form .entry-controls {
  margin: 1.5rem 0;
}

@media (min-width: 768px) {
  .entry-form .driver__player-id-group {
    grid-column: 1/7;
  }
  .entry-form .driver__category-group {
    grid-column: 7/13;
  }
  .entry-form .driver__first-name-group {
    grid-column: 1/6;
    align-self: last baseline;
  }
  .entry-form .driver__last-name-group {
    grid-column: 6/11;
    align-self: last baseline;
  }
  .entry-form .driver__short-name-group {
    grid-column: 11/13;
  }
  .entry-form .entry__race-number-group {
    grid-column: 1/7;
  }
  .entry-form .entry__forced-car-model-group {
    grid-column: 7/13;
  }
  .entry-form .entry__default-grid-position-group {
    grid-column: 1/7;
  }
  .entry-form .entry__ballast-kg-group {
    grid-column: 7/10;
  }
  .entry-form .entry__restrictor-group {
    grid-column: 10/13;
  }
  .entry-form .entry__override-driver-info-group {
    grid-column: 1/7;
  }
  .entry-form .entry__is-server-admin-group {
    grid-column: 7/13;
  }
}
#acc-entry-list form fieldset {
  padding: 1rem;
}
#acc-entry-list #entries-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#acc-entry-list .entry {
  padding: 1rem;
  background: var(--rt-surface);
}
#acc-entry-list .entry__body__drivers, #acc-entry-list .entry__body__other {
  padding-top: 0.5rem;
}
#acc-entry-list .entry__body__drivers p, #acc-entry-list .entry__body__other p {
  margin: 0;
}
#acc-entry-list #controls {
  margin-bottom: 0.5rem;
}
#acc-entry-list #controls button {
  width: 100%;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  #acc-entry-list form fieldset div:first-of-type {
    grid-column: 1/8;
  }
  #acc-entry-list .entry__header {
    display: flex;
  }
  #acc-entry-list .entry__header__name {
    flex-grow: 1;
  }
  #acc-entry-list .entry__body {
    display: flex;
    justify-content: space-between;
    align-items: last baseline;
  }
  #acc-entry-list #controls button {
    width: auto;
    margin-bottom: 0;
  }
}
#acc-entry-create h2 {
  font-style: italic;
  text-decoration: underline;
  margin-bottom: 0;
}
#acc-entry-create .header-subtitle {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
}

#acc-server-settings-edit h2 {
  margin: 0;
}
#acc-server-settings-edit .acc-setting-summary {
  background: var(--rt-surface);
}
#acc-server-settings-edit #instructions {
  margin-bottom: 1.5rem;
}
#acc-server-settings-edit #instructions h3 {
  font-size: 1.25rem;
}
#acc-server-settings-edit #instructions #summary-group {
  box-shadow: 0.125rem 0.125rem 0.25rem var(--rt-shadow);
}
#acc-server-settings-edit #instructions #summary-group.htmx-request, #acc-server-settings-edit #instructions #summary-group.htmx-swapping {
  animation: loading-blur 200ms ease-in-out infinite alternate, shake 200ms ease-in-out;
}
#acc-server-settings-edit #toc h4 {
  margin-top: 0;
}
#acc-server-settings-edit #acc-server-edit-form fieldset {
  padding: 1rem;
  margin-bottom: 1.5rem;
}
#acc-server-settings-edit #acc-server-edit-form fieldset legend {
  font-size: 1.25rem;
  font-weight: 700;
}
#acc-server-settings-edit #acc-server-edit-form .danger {
  color: var(--rt-danger);
}
#acc-server-settings-edit #acc-server-edit-form .rules__disabled-message {
  padding: 0.25rem;
  color: var(--rt-text-subtle);
  font-style: italic;
}
#acc-server-settings-edit #acc-server-edit-form .rules__disabled-message::before {
  content: "These rules do not apply for ACC public multiplayer servers. Password protect the server to edit them.";
}
#acc-server-settings-edit #acc-server-edit-form #event-sessions .event-session {
  margin-bottom: 1rem;
  padding-top: 1rem;
  border-top: 1px solid;
}
#acc-server-settings-edit #acc-server-edit-form #event-sessions .event-session > * {
  grid-column: span 6;
}
#acc-server-settings-edit #acc-server-edit-form #controls-group {
  display: flex;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
#acc-server-settings-edit #acc-server-edit-form #controls-group div {
  flex: 0 0 100%;
}
#acc-server-settings-edit #acc-server-edit-form #controls-group button {
  width: 100%;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  #acc-server-settings-edit #instructions {
    grid-column: 1/10;
  }
  #acc-server-settings-edit #toc {
    grid-column: 10/13;
    display: flex;
    justify-content: end;
  }
  #acc-server-settings-edit #acc-server-edit-form #acc-server-setting-name-group {
    grid-column: 1/7;
  }
  #acc-server-settings-edit #acc-server-edit-form #server-name-group {
    grid-column: 7/13;
  }
  #acc-server-settings-edit #acc-server-edit-form #admin-password-group {
    grid-column: 1/5;
  }
  #acc-server-settings-edit #acc-server-edit-form #password-group {
    grid-column: 5/9;
  }
  #acc-server-settings-edit #acc-server-edit-form #spectator-password-group {
    grid-column: 9/13;
  }
  #acc-server-settings-edit #acc-server-edit-form #car-group-group {
    grid-column: 1/5;
  }
  #acc-server-settings-edit #acc-server-edit-form #max-car-slots-group {
    grid-column: 5/9;
  }
  #acc-server-settings-edit #acc-server-edit-form #formation-lap-type-group {
    grid-column: 9/13;
  }
  #acc-server-settings-edit #acc-server-edit-form #track-medals-group {
    grid-column: 1/5;
  }
  #acc-server-settings-edit #acc-server-edit-form #racecraft-rating-group {
    grid-column: 5/9;
  }
  #acc-server-settings-edit #acc-server-edit-form #safety-rating-group {
    grid-column: 9/13;
  }
  #acc-server-settings-edit #acc-server-edit-form #randomize-track-when-empty-group {
    grid-column: 1/5;
  }
  #acc-server-settings-edit #acc-server-edit-form #is-race-locked-group {
    grid-column: 5/9;
  }
  #acc-server-settings-edit #acc-server-edit-form #short-formation-lap-group {
    grid-column: 9/13;
  }
  #acc-server-settings-edit #acc-server-edit-form #ambient-temp-group, #acc-server-settings-edit #acc-server-edit-form #pre-race-waiting-time-seconds-group {
    grid-column: 1/4;
  }
  #acc-server-settings-edit #acc-server-edit-form #cloud-level-group, #acc-server-settings-edit #acc-server-edit-form #session-over-time-seconds-group {
    grid-column: 4/7;
  }
  #acc-server-settings-edit #acc-server-edit-form #rain-group, #acc-server-settings-edit #acc-server-edit-form #post-qualy-seconds-group {
    grid-column: 7/10;
  }
  #acc-server-settings-edit #acc-server-edit-form #weather-randomness-group, #acc-server-settings-edit #acc-server-edit-form #post-race-seconds-group {
    grid-column: 10/13;
  }
  #acc-server-settings-edit #acc-server-edit-form #event-sessions .event-session {
    padding-top: 0;
    border-top: none;
  }
  #acc-server-settings-edit #acc-server-edit-form #event-sessions .session-type-group {
    grid-column: 1/3;
  }
  #acc-server-settings-edit #acc-server-edit-form #event-sessions .day-of-weekend-group {
    grid-column: 3/5;
  }
  #acc-server-settings-edit #acc-server-edit-form #event-sessions .hour-of-day-group {
    grid-column: 5/7;
  }
  #acc-server-settings-edit #acc-server-edit-form #event-sessions .session-duration-minutes-group {
    grid-column: 7/10;
  }
  #acc-server-settings-edit #acc-server-edit-form #event-sessions .time-multiplier-group {
    grid-column: 10/13;
  }
  #acc-server-settings-edit #acc-server-edit-form #entry-list-group {
    grid-column: 1/7;
  }
  #acc-server-settings-edit #acc-server-edit-form #bop-group {
    grid-column: 7/13;
  }
  #acc-server-settings-edit #acc-server-edit-form .rules__fields {
    align-items: flex-end;
  }
  #acc-server-settings-edit #acc-server-edit-form .rules__fields > * {
    grid-column: span 4;
  }
  #acc-server-settings-edit #acc-server-edit-form #controls-group {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  #acc-server-settings-edit #acc-server-edit-form #controls-group div {
    flex: 0 0 auto;
  }
  #acc-server-settings-edit #acc-server-edit-form #controls-group button {
    width: auto;
    margin-bottom: 0;
  }
}
#acc-server-settings-index .server-setting {
  background: var(--rt-surface);
}
#acc-server-settings-index .server-setting__controls {
  padding: 0.75rem 0.75rem 0 0.75rem;
}
#acc-server-settings-index .server-setting__controls__name {
  margin: 0;
}
#acc-server-settings-index .server-setting__controls__actions {
  margin: 0;
}
#acc-server-settings-index .server-setting__servers {
  padding: 0 0.75rem 0.75rem 0.75rem;
}

@media (min-width: 768px) {
  #acc-server-settings-index .server-setting__controls {
    display: flex;
  }
  #acc-server-settings-index .server-setting__controls__name {
    flex-grow: 1;
  }
}
#acc-create-server-setting-quick #create-acc-server-quick-form h2 {
  margin: 0;
}
#acc-create-server-setting-quick #create-acc-server-quick-form .weather-container .weather-label-container .form-label {
  display: block;
}
#acc-create-server-setting-quick #create-acc-server-quick-form .weather-container:has(> .form-reason.invalid) .form-label {
  color: var(--rt-danger);
}
#acc-create-server-setting-quick #create-acc-server-quick-form .weather-container:has(> .form-reason.invalid) fieldset {
  border-color: var(--rt-danger);
}
#acc-create-server-setting-quick #create-acc-server-quick-form .submission-container button {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  #acc-create-server-setting-quick #create-acc-server-quick-form .track-container {
    grid-column: 1/5;
  }
  #acc-create-server-setting-quick #create-acc-server-quick-form .weekend-structure-container {
    grid-column: 5/9;
  }
  #acc-create-server-setting-quick #create-acc-server-quick-form .session-duration-container {
    grid-column: 9/13;
  }
  #acc-create-server-setting-quick #create-acc-server-quick-form .weather-container .static-weather-container {
    grid-column: 1/7;
  }
  #acc-create-server-setting-quick #create-acc-server-quick-form .weather-container .static-weather-container fieldset {
    height: 100%;
  }
  #acc-create-server-setting-quick #create-acc-server-quick-form .weather-container .dynamic-weather-container {
    grid-column: 7/13;
  }
  #acc-create-server-setting-quick #create-acc-server-quick-form .weather-container .dynamic-weather-container fieldset {
    height: 100%;
  }
  #acc-create-server-setting-quick #create-acc-server-quick-form .submission-container button {
    display: inline-block;
    width: auto;
  }
}
#acc-create-server .grid {
  row-gap: 0.5rem;
}
#acc-create-server h2 {
  margin: 0;
}

@media (min-width: 768px) {
  #acc-create-server #acc-server-setting-block {
    grid-column: 1/7;
  }
  #acc-create-server #regions-block {
    grid-column: 7/13;
  }
}
#my-acc-servers-index .page-nav .btn {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  #my-acc-servers-index .page-nav .btn {
    font-size: 0.875rem;
    padding: 0.25rem 0.375rem;
    width: auto;
    text-align: left;
  }
}
#acc-servers-index .btn {
  width: 100%;
  text-align: center;
}
#acc-servers-index #search-panel {
  margin-bottom: 1rem;
}
#acc-servers-index #search-ctrl input {
  width: 100%;
  padding: 0.25rem;
}
#acc-servers-index #vis-ctrl {
  grid-column: 1/7;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
#acc-servers-index #status {
  grid-column: 7/13;
  display: flex;
  gap: 0.2rem;
  justify-content: flex-end;
  align-items: center;
}
#acc-servers-index #status a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  #acc-servers-index .btn {
    font-size: 0.875rem;
    padding: 0.25rem 0.375rem;
    width: auto;
    text-align: left;
  }
  #acc-servers-index #search-ctrl {
    grid-column: 1/9;
  }
  #acc-servers-index #vis-ctrl {
    grid-column: 9/11;
  }
  #acc-servers-index #status {
    grid-column: 11/13;
  }
}
#acc-server-detail .grid {
  gap: 0.5rem;
}
#acc-server-detail #preview-msg form {
  display: inline;
}
#acc-server-detail .server-content__state {
  padding: 0.25rem;
  background-color: var(--rt-surface);
  margin-bottom: 0.5rem;
}
#acc-server-detail .server-content__state form {
  display: inline;
}
#acc-server-detail .price-display {
  background-color: var(--rt-brand);
  color: var(--rt-text-on-brand);
  padding: 1rem;
  margin: 1rem;
  box-shadow: 0.25rem 0.25rem 0.25rem var(--rt-shadow);
  text-align: center;
}
#acc-server-detail .price-display.htmx-request, #acc-server-detail .price-display.htmx-swapping {
  animation: loading-blur 200ms ease-in-out infinite alternate, shake 200ms ease-in-out;
}
#acc-server-detail .price-display a, #acc-server-detail .price-display a:visited {
  color: var(--rt-text-on-brand);
  text-decoration: underline;
}
#acc-server-detail .price-display__rates {
  margin-bottom: 0.5rem;
}
#acc-server-detail .price-display__rates p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1rem;
  margin: 0;
}
#acc-server-detail .price-display__rates small {
  font-size: 0.875rem;
}
#acc-server-detail .price-display__pitch {
  line-height: 1rem;
}
#acc-server-detail .server-content__controls {
  margin-bottom: 1rem;
  border: 1px solid var(--rt-text);
}
#acc-server-detail .server-content__controls fieldset {
  border: none;
}
#acc-server-detail .server-rt h4 {
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0.25rem;
  background-color: var(--rt-surface);
}
#acc-server-detail .server-rt__related, #acc-server-detail .server-rt__network, #acc-server-detail .server-rt__instance {
  list-style: none;
  font-size: 0.875rem;
  padding: 0 0.25rem;
  margin-bottom: 1rem;
}
#acc-server-detail .server-rt__description {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  #acc-server-detail #server-content {
    grid-column: 1/10;
  }
  #acc-server-detail #server-aside {
    grid-column: 10/13;
  }
  #acc-server-detail .server-content__controls #acc-server-setting-block {
    grid-column: 1/7;
  }
  #acc-server-detail .server-content__controls #regions-block {
    grid-column: 7/13;
  }
}
#acc-server-unhosted .unhosted-server-info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
  color: var(--rt-text-muted);
}
#acc-server-unhosted .unhosted-pitch {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: var(--rt-cta-bg);
  border-top: 4px solid var(--rt-brand);
}
#acc-server-unhosted .unhosted-pitch__headline {
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
  background-image: linear-gradient(to right, var(--rt-brand), var(--rt-cta-promo-to));
  background-clip: text;
  color: transparent;
}
#acc-server-unhosted .unhosted-pitch__lede p {
  max-width: 60ch;
  margin: 0;
  color: var(--rt-text-muted);
}
#acc-server-unhosted .unhosted-pitch__col {
  padding: 1rem 1.25rem;
  background-color: var(--rt-bg);
  border: 1px solid var(--rt-border);
}
#acc-server-unhosted .unhosted-pitch__col h3 {
  margin: 0 0 0.75rem;
}
#acc-server-unhosted .unhosted-pitch__col--them {
  color: var(--rt-text-subtle);
}
#acc-server-unhosted .unhosted-pitch__col--them h3 {
  color: var(--rt-text-muted);
}
#acc-server-unhosted .unhosted-pitch__col--us {
  border-color: var(--rt-brand);
}
#acc-server-unhosted .unhosted-pitch__col--us h3 {
  color: var(--rt-brand);
}
#acc-server-unhosted .unhosted-pitch__col--us li {
  font-weight: 600;
}
#acc-server-unhosted .unhosted-pitch__list {
  padding-left: 1rem;
}
#acc-server-unhosted .unhosted-pitch__list li {
  padding-left: 0.5rem;
}
#acc-server-unhosted .unhosted-pitch__list li::marker {
  content: "✕";
}
#acc-server-unhosted .unhosted-pitch__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  #acc-server-unhosted .unhosted-pitch__headline {
    font-size: 2rem;
  }
  #acc-server-unhosted .unhosted-pitch__col {
    grid-column: span 6;
  }
}

.acc-session-analysis .session-analysis__tabs {
  display: none;
  margin: 1.125rem 0;
}
.acc-session-analysis .fast {
  color: var(--rt-fast);
}
.acc-session-analysis .slow {
  color: var(--rt-slow);
}

.acc-session-no-analysis__thinker {
  display: inline-block;
  transform-origin: center 80%;
  animation: no-analysis-headshake 1.6s ease-in-out infinite;
}

@keyframes no-analysis-headshake {
  0%, 100% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(-12deg);
  }
  40% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-8deg);
  }
  80% {
    transform: rotate(6deg);
  }
}
@media (min-width: 768px) {
  #acc-session-race-plot #race-plot-info {
    order: 1;
    grid-column: 1/9;
  }
  #acc-session-race-plot #race-plot-form {
    order: 2;
    grid-column: 9/13;
  }
}
#acc-session-home .session-results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#acc-drivers-search #search-ctrl input {
  width: 100%;
}

@media (min-width: 768px) {
  #acc-drivers-search #search-ctrl {
    grid-column: 1/9;
  }
}
@media (min-width: 768px) {
  #acc-driver-profile #driver-info {
    grid-column: 1/6;
  }
  #acc-driver-profile #recent-sessions {
    grid-column: 6/13;
  }
}
:root {
  color-scheme: light;
  --rt-bg: rgb(255, 255, 255);
  --rt-surface: rgb(245, 245, 245);
  --rt-text: rgb(34, 34, 34);
  --rt-text-muted: rgb(68, 68, 68);
  --rt-text-subtle: rgb(153, 153, 153);
  --rt-text-on-brand: rgb(255, 255, 255);
  --rt-link: rgb(0, 0, 238);
  --rt-brand: rgb(0, 0, 238);
  --rt-inverse-bg: rgb(34, 34, 34);
  --rt-inverse-text: rgb(255, 255, 255);
  --rt-border: rgb(153, 153, 153);
  --rt-border-strong: rgb(68, 68, 68);
  --rt-shadow: rgb(153, 153, 153);
  --rt-danger: rgb(255, 0, 0);
  --rt-info-fg: rgb(10, 30, 180);
  --rt-info-bg: rgba(130, 150, 255, 0.5);
  --rt-success-fg: rgb(10, 140, 30);
  --rt-success-bg: rgba(130, 255, 150, 0.5);
  --rt-warning-fg: rgb(255, 170, 20);
  --rt-warning-bg: rgba(255, 230, 150, 0.5);
  --rt-failure-fg: rgb(180, 10, 30);
  --rt-failure-bg: rgba(255, 130, 150, 0.5);
  --rt-cta-bg: rgba(220, 225, 255, 0.4);
  --rt-cta-promo-to: rgb(180, 180, 255);
  --rt-cta-border-from: rgb(255, 0, 255);
  --rt-cta-border-to: rgb(255, 209, 255);
  --rt-light-off: rgb(0, 0, 0);
  --rt-lap-green: rgb(40, 210, 60);
  --rt-lap-purple: rgb(173, 55, 220);
  --rt-fast: rgb(255, 0, 0);
  --rt-slow: rgb(0, 0, 255);
  --rt-acc-logo: url('/img/acc-logo.png');
}

:root[data-theme=dark] {
  color-scheme: dark;
  --rt-bg: rgb(30, 30, 30);
  --rt-surface: rgb(45, 45, 45);
  --rt-text: rgb(224, 224, 224);
  --rt-text-muted: rgb(178, 178, 178);
  --rt-text-subtle: rgb(138, 138, 138);
  --rt-text-on-brand: rgb(255, 255, 255);
  --rt-link: rgb(122, 162, 255);
  --rt-brand: rgb(64, 98, 240);
  --rt-inverse-bg: rgb(224, 224, 224);
  --rt-inverse-text: rgb(24, 24, 24);
  --rt-border: rgb(82, 82, 82);
  --rt-border-strong: rgb(112, 112, 112);
  --rt-shadow: rgba(0, 0, 0, 0.6);
  --rt-danger: rgb(255, 110, 110);
  --rt-info-fg: rgb(150, 175, 255);
  --rt-info-bg: rgba(120, 140, 255, 0.22);
  --rt-success-fg: rgb(118, 214, 140);
  --rt-success-bg: rgba(120, 235, 145, 0.18);
  --rt-warning-fg: rgb(240, 190, 90);
  --rt-warning-bg: rgba(250, 205, 120, 0.16);
  --rt-failure-fg: rgb(255, 130, 140);
  --rt-failure-bg: rgba(255, 110, 130, 0.2);
  --rt-cta-bg: rgba(96, 116, 210, 0.16);
  --rt-cta-promo-to: rgb(150, 175, 255);
  --rt-cta-border-from: rgb(224, 100, 224);
  --rt-cta-border-to: rgb(240, 190, 240);
  --rt-light-off: rgb(96, 96, 96);
  --rt-lap-green: rgb(84, 226, 112);
  --rt-lap-purple: rgb(198, 120, 238);
  --rt-fast: rgb(255, 120, 120);
  --rt-slow: rgb(120, 160, 255);
  --rt-acc-logo: url('/img/acc-logo-dark.png');
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    color-scheme: dark;
    --rt-bg: rgb(30, 30, 30);
    --rt-surface: rgb(45, 45, 45);
    --rt-text: rgb(224, 224, 224);
    --rt-text-muted: rgb(178, 178, 178);
    --rt-text-subtle: rgb(138, 138, 138);
    --rt-text-on-brand: rgb(255, 255, 255);
    --rt-link: rgb(122, 162, 255);
    --rt-brand: rgb(64, 98, 240);
    --rt-inverse-bg: rgb(224, 224, 224);
    --rt-inverse-text: rgb(24, 24, 24);
    --rt-border: rgb(82, 82, 82);
    --rt-border-strong: rgb(112, 112, 112);
    --rt-shadow: rgba(0, 0, 0, 0.6);
    --rt-danger: rgb(255, 110, 110);
    --rt-info-fg: rgb(150, 175, 255);
    --rt-info-bg: rgba(120, 140, 255, 0.22);
    --rt-success-fg: rgb(118, 214, 140);
    --rt-success-bg: rgba(120, 235, 145, 0.18);
    --rt-warning-fg: rgb(240, 190, 90);
    --rt-warning-bg: rgba(250, 205, 120, 0.16);
    --rt-failure-fg: rgb(255, 130, 140);
    --rt-failure-bg: rgba(255, 110, 130, 0.2);
    --rt-cta-bg: rgba(96, 116, 210, 0.16);
    --rt-cta-promo-to: rgb(150, 175, 255);
    --rt-cta-border-from: rgb(224, 100, 224);
    --rt-cta-border-to: rgb(240, 190, 240);
    --rt-light-off: rgb(96, 96, 96);
    --rt-lap-green: rgb(84, 226, 112);
    --rt-lap-purple: rgb(198, 120, 238);
    --rt-fast: rgb(255, 120, 120);
    --rt-slow: rgb(120, 160, 255);
    --rt-acc-logo: url('/img/acc-logo-dark.png');
  }
}

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