@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Rajdhani:wght@300;400;500;600;700&display=swap");
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background-color: #f5f3ee;
  color: #2d2d2d;
}
body #footer {
  margin-top: auto;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6 {
  font-family: "Orbitron", sans-serif;
  color: #2d2d2d;
}

.uk-h1 {
  font-size: 3rem;
  line-height: 1.2;
}

.uk-h2 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.uk-h3 {
  font-size: 2rem;
  line-height: 1.2;
}

.uk-h4 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.uk-h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}

.uk-h6 {
  font-size: 1rem;
  line-height: 1.2;
}

p, label {
  font-family: "Rajdhani", sans-serif;
  color: #2d2d2d;
  font-size: 1rem;
}

a {
  color: #66635d;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 0.75rem;
}
a:hover {
  color: #161616;
  text-decoration: none;
}
a.uk-active {
  color: #161616;
}

table {
  font-family: "Rajdhani", sans-serif;
  color: #2d2d2d;
  font-size: 1rem;
}

.uk-button {
  font-family: "Rajdhani", sans-serif;
  background-color: #ff6a1a;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.3;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 6px;
}
.uk-button:hover {
  background-color: #ff8b4d;
  color: #fff;
}

.uk-alert-danger.uk-alert {
  color: #c91134;
}

#header {
  border-bottom: 1px solid rgba(207, 205, 202, 0.6);
}
#header .apk-middle-header {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 80%;
  margin: 0 auto;
}
#header .apk-middle-header .apk-middle-header--home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: cente;
      -ms-flex-pack: cente;
          justify-content: cente;
}
#header .apk-middle-header .apk-middle-header--home a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: none;
  gap: 0.75rem;
}
#header .apk-middle-header .apk-middle-header--home a::before {
  content: "T";
  font-family: "Orbitron", sans-serif;
  font-size: 1.25rem;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ff6a1a;
  color: #fff;
  border-radius: 0.5rem;
}
#header .apk-middle-header .uk-navbar-nav li a {
  color: #66635d;
}
#header .apk-middle-header .uk-navbar-nav li a:hover {
  color: #161616;
}
#header .apk-middle-header .uk-navbar-nav li.uk-active a {
  color: #161616;
}

.apk-header-mobile {
  background-color: #f5f3ee;
}
.apk-header-mobile .uk-navbar-container {
  background: #f5f3ee;
}
.apk-header-mobile .uk-navbar-container .uk-navbar-right {
  margin-left: 0;
}
.apk-header-mobile .uk-navbar-container .uk-navbar-left {
  margin-left: auto;
}
.apk-header-mobile .apk-div-menu-mobile {
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(207, 205, 202, 0.6);
}
.apk-header-mobile .apk-btn-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: none;
  border-radius: 0.5rem;
  background-color: #ff6a1a;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin-left: 10px;
}
.apk-header-mobile .apk-btn-mobile svg rect {
  fill: currentColor;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.apk-header-mobile .apk-btn-mobile:hover {
  background-color: #ff8b4d;
}
.apk-header-mobile .apk-logo-header-mobile {
  -ms-flex-line-pack: center;
      align-content: center;
}
.apk-header-mobile .apk-logo-header-mobile a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: normal;
  color: #2d2d2d;
}
.apk-header-mobile .apk-logo-header-mobile a img {
  max-height: 32px;
}

.apk-menu-mobile .uk-offcanvas-bar {
  background-color: #6b7280;
  padding: 2rem 1.75rem;
}
.apk-menu-mobile .uk-offcanvas-close {
  top: 1.5rem;
  right: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
}
.apk-menu-mobile .uk-offcanvas-close:hover {
  color: #ff6a1a;
}
.apk-menu-mobile > .uk-offcanvas-bar > div > div:first-child > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: none;
  letter-spacing: normal;
  color: #fff;
}
.apk-menu-mobile > .uk-offcanvas-bar > div > div:first-child > a img {
  max-height: 36px;
  margin: 0 !important;
}
.apk-menu-mobile > .uk-offcanvas-bar > div > div:first-child > a::before {
  content: "T";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  font-family: "Orbitron", sans-serif;
  font-size: 1.25rem;
  background-color: #ff6a1a;
  color: #fff;
  border-radius: 0.5rem;
}
.apk-menu-mobile .uk-nav {
  margin: 0;
}
.apk-menu-mobile .uk-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.apk-menu-mobile .uk-nav > li > a {
  display: block;
  padding: 0.85rem 0;
  font-family: "Orbitron", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.apk-menu-mobile .uk-nav > li > a:hover {
  color: #ff6a1a;
}
.apk-menu-mobile .uk-nav > li.uk-active > a {
  color: #ff6a1a;
}
.apk-menu-mobile .uk-nav .uk-nav-sub {
  margin: 0 0 0.75rem 1rem;
}
.apk-menu-mobile .uk-nav .uk-nav-sub li a {
  display: block;
  padding: 0.4rem 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.55);
}
.apk-menu-mobile .uk-nav .uk-nav-sub li a:hover {
  color: #ff6a1a;
}
.apk-menu-mobile .uk-nav .uk-accordion-title {
  color: rgba(255, 255, 255, 0.4);
}
.apk-menu-mobile .apk-container-pictos a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.7);
}
.apk-menu-mobile .apk-container-pictos a:hover {
  color: #ff6a1a;
}
.apk-menu-mobile .apk-container-pictos a img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.apk-menu-mobile .uk-button {
  display: block;
  width: 100%;
  text-align: center;
}
.apk-menu-mobile .apk-mini-menu--size {
  color: rgba(255, 255, 255, 0.7);
}

#footer .apk-footer-top--logo {
  display: none;
}
#footer .apk-footer-bottom {
  border-top: 1px solid rgba(207, 205, 202, 0.6);
}

.apk-breadcrumbs {
  text-transform: uppercase;
  font-family: "Orbitron", sans-serif;
}
.apk-breadcrumbs a {
  color: #ff6a1a;
}
.apk-breadcrumbs svg {
  width: 0.8rem;
  height: 0.8rem;
}
.apk-breadcrumbs span {
  color: #2d2d2d;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  font-weight: 600;
}

.tc-riders-page {
  max-width: 90%;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
}
.tc-riders-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tc-riders-header {
  margin-bottom: 1.5rem;
}
.tc-riders-header .tc-step {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 0.5rem;
}
.tc-riders-header h1 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.1;
  color: #2d2d2d;
}
.tc-riders-header .tc-competition {
  margin-top: 0.35rem;
  color: #64748b;
  font-size: 1rem;
}

.tc-layout-grid {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: 1fr 1rem 2fr;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 1.25rem;
}

@media (max-width: 820px) {
  .tc-layout-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.tc-card {
  background: #fff;
  border: 1px solid #d9d6cf;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
          box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}
.tc-card h2 {
  margin: 0 0 0.4rem;
  font-size: 1.25rem;
}
.tc-card .tc-help {
  margin: 0 0 1rem;
  color: #64748b;
  font-size: 0.9rem;
}

.tc-inline-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tc-inline-form > .uk-button,
.tc-inline-form form .uk-button {
  min-width: 120px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
}

.tc-rider-form {
  display: -ms-grid;
  display: grid;
  gap: 0.85rem;
  -ms-grid-columns: minmax(0, 1fr) 0.85rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tc-form-full {
  grid-column: 1/-1;
}

.uk-form-label {
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  margin-bottom: 0 !important;
}

.uk-input {
  background: #f5f3ee;
  border-color: #d9d6cf;
}

.label-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.1rem;
}
.label-input label {
  font-size: 1rem;
  font-weight: 600;
  color: #2d2d2d;
}
.label-input:has(> input[required], > select[required], > textarea[required]) > .uk-form-label::after,
.label-input:has(> input[required], > select[required], > textarea[required]) > label:first-of-type::after {
  content: " *";
  color: #dc2626;
  font-weight: 700;
}

.tc-riders-page .select2-container {
  width: 100% !important;
}

.tc-riders-page .select2-container--default .select2-selection--single {
  height: auto;
  min-height: 40px;
  background: #f5f3ee;
  border: 1px solid #d9d6cf;
  border-radius: 6px;
  padding: 0.45rem 0.85rem;
}

.tc-riders-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  color: #2d2d2d;
  padding-left: 0;
}

.tc-riders-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.tc-riders-page .select2-search--dropdown .select2-search__field {
  width: 100%;
  padding: 0.45rem 0.65rem;
  border: 1px solid #d9d6cf;
  border-radius: 12px;
}

.tc-riders-page [uk-modal] .select2-container {
  z-index: 1;
}

.tc-riders-page [uk-modal] .select2-dropdown {
  z-index: 1100;
}

input,
select,
button {
  font: inherit;
}

input,
select {
  width: 100%;
  border: 1px solid #d9d6cf;
  border-radius: 10px;
  background: #fff;
  color: #2d2d2d;
  padding: 0.72rem 0.85rem;
}

.tc-participation-list .tc-list-header {
  margin-bottom: 0.9rem;
}
.tc-participation-list .tc-list-header h2 {
  margin: 0;
  font-size: 1.15rem;
}
.tc-participation-list .tc-list-header p {
  margin: 0.35rem 0 0;
  color: #64748b;
  font-size: 0.92rem;
}

.tc-rider-item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9rem;
  -ms-grid-columns: 52px 0.9rem minmax(260px, 1fr) 0.9rem auto 0.9rem auto;
  grid-template-columns: 52px minmax(260px, 1fr) auto auto;
  border: 1px solid #d9d6cf;
  border-radius: 10px;
  padding: 0.9rem;
  background: #f5f3ee;
}
.tc-rider-item:not(:last-child) {
  margin-bottom: 0.7rem;
}

.tc-rider-number {
  width: 50px;
  height: 50px;
  padding: 0.25rem 0.5rem;
  border-radius: 10px;
  border: 1px solid #d9d6cf;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  color: #ff6a1a;
  background: #fff;
}

.tc-rider-main .tc-rider-name-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.2rem;
}
.tc-rider-main .tc-rider-country-flag {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.15rem;
  line-height: 1;
}
.tc-rider-main h3 {
  margin: 0;
  font-size: 1.05rem;
}
.tc-rider-main .tc-rider-subline,
.tc-rider-main .tc-rider-bike {
  margin: 0;
  line-height: 1.35;
}
.tc-rider-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem;
}
.tc-rider-main li {
  border: 1px solid #d9d6cf;
  border-radius: 999px;
  padding: 0.2rem 0.62rem;
  font-size: 0.82rem;
  color: #2d2d2d;
  background: #f5f3ee;
}

.tc-rider-chips {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 5px 8ch 5px 102px;
  -ms-grid-columns: max-content 5px 8ch 5px 102px;
  grid-template-columns: -webkit-max-content 8ch 102px;
  grid-template-columns: max-content 8ch 102px;
  gap: 5px;
}

.tc-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d9d6cf;
  border-radius: 999px;
  padding: 0.22rem 0.62rem;
  font-size: 0.78rem;
  line-height: 1;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-grid-column-align: center;
      justify-self: center;
}

.tc-chip-color-blue {
  border-color: #007bff;
  color: #007bff;
}

.tc-chip-color-red {
  border-color: #dc3545;
  color: #dc3545;
}

.tc-chip-color-yellow {
  border-color: #ffc107;
  color: #ffc107;
}

.tc-chip-color-green {
  border-color: #28a745;
  color: #28a745;
}

.tc-rider-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.45rem;
  -ms-grid-column-align: end;
      justify-self: end;
}

.tc-rider-actions .uk-button {
  min-width: 90px;
  height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}

.tc-drop-input {
  min-height: 120px;
  border: 2px dashed #d9d6cf;
  background: #f5f3ee;
}

.dropify-wrapper {
  min-height: 160px !important;
  border: 2px dashed #d9d6cf !important;
  border-radius: 10px !important;
  background-color: #f5f3ee !important;
  background-image: none !important;
}

.dropify-wrapper .dropify-preview,
.dropify-wrapper .dropify-message {
  border-radius: 10px;
}

.dropify-wrapper .dropify-message {
  color: #6b7280;
}

.dropify-wrapper .dropify-message p:not(.dropify-error) {
  display: inline-block;
  background: #ff5223;
  color: #fff;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0;
}

.dropify-wrapper .dropify-message .dropify-error {
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

.tc-drop-input::-webkit-file-upload-button {
  margin-right: 0.75rem;
  border: 0;
  border-radius: 10px;
  padding: 0.55rem 0.9rem;
  background: #ff6a1a;
  color: #fff;
  cursor: pointer;
}

.tc-drop-input::file-selector-button {
  margin-right: 0.75rem;
  border: 0;
  border-radius: 10px;
  padding: 0.55rem 0.9rem;
  background: #ff6a1a;
  color: #fff;
  cursor: pointer;
}

.tc-modal-dialog {
  border-radius: 10px;
}

.tc-modal-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
}

.tc-riders-page .uk-input,
.tc-riders-page .uk-select,
.tc-riders-page input,
.tc-riders-page select,
.tc-riders-page .uk-modal-dialog {
  border-radius: 6px !important;
  background-color: #f5f3ee !important;
  border: 1px solid #d9d6cf !important;
}

@media (max-width: 820px) {
  .tc-rider-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .tc-rider-item {
    -ms-grid-columns: 1fr 0 2fr 0 2fr;
    grid-template-columns: 1fr 2fr 2fr;
    justify-items: start;
    gap: 0;
    padding: 0.5rem;
  }
  .tc-rider-item .uk-h3 {
    font-size: 0.75rem;
  }
  .tc-rider-chips,
  .tc-rider-actions {
    width: 100%;
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .tc-rider-chips button,
  .tc-rider-actions button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.tc-title-centered {
  text-align: center;
}

.tc-competition-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  text-align: left;
  margin-top: 0.5rem;
}

.tc-competition-headline .tc-step-tight {
  margin-bottom: 0.15rem;
  font-size: 0.75rem;
  color: #66635d;
  letter-spacing: 0.25em;
  font-weight: 700;
}

.tc-competition-headline .tc-subtitle-centered {
  margin: 0;
}

.tc-riders-page .uk-form-icon[uk-icon] {
  cursor: pointer;
  pointer-events: auto;
}
.tc-riders-page .flatpickr-calendar {
  z-index: 1080;
}

.home .tc-home-title-centered {
  text-align: center;
}
.home .tc-home-steps-grid {
  display: -ms-grid;
  display: grid;
  margin: 0 auto;
  max-width: 80%;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
  counter-reset: step-counter;
}
.home .tc-home-step-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1rem 1.1rem;
  -webkit-box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
          box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
}
.home .tc-home-step-card .uk-h3 {
  margin: 0 0 0.45rem;
  font-weight: 700;
  font-size: 1.25rem;
}
.home .tc-home-step-card .uk-h3::after {
  content: counter(step-counter, decimal-leading-zero);
  counter-increment: step-counter;
  margin-left: 0.5rem;
  font-size: 3rem;
  float: right;
  margin-top: -1rem;
  color: #ff6a1a;
  opacity: 0.35;
}
.home .tc-home-step-card p {
  margin: 0;
}
.home .tc-home-step-card a {
  color: #ff6a1a;
  text-transform: none;
  font-family: "Rajdhani", sans-serif;
  letter-spacing: normal;
  font-size: 1rem;
}
.home .tc-home-step-card a:hover {
  text-decoration: underline;
}
.home .tc-home-welcome-section {
  text-align: left;
  max-width: 80%;
  margin: 0 auto;
}

.competition .tc-competitions-page .tc-layout-grid {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 960px) {
  .competition .tc-competitions-page .tc-layout-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.competition .tc-rider-form .uk-form-label {
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  margin-bottom: 0;
}
.competition .tc-rider-form .uk-input {
  background: #f5f3ee;
  border-color: #d9d6cf;
}
.competition .tc-competition-list {
  display: -ms-grid;
  display: grid;
  gap: 0.7rem;
}
.competition .tc-competition-item {
  display: -ms-grid;
  display: grid;
  gap: 0.85rem;
  -ms-grid-columns: minmax(220px, 1fr) 0.85rem auto;
  grid-template-columns: minmax(220px, 1fr) auto;
  border: 1px solid #d9d6cf;
  border-radius: 10px;
  padding: 0.9rem;
  background: #f5f3ee;
}
.competition .tc-competition-main h3 {
  margin: 0 0 0.15rem;
  font-size: 1.05rem;
}
.competition .tc-competition-main p {
  margin: 0;
  color: #64748b;
  font-size: 0.9rem;
}
.competition .tc-competition-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.45rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.competition .tc-competition-tabs {
  margin-top: 0;
}
.competition .tc-competition-tabs li.uk-active > a {
  border-color: #ff6a1a;
  border-width: 2px;
}
.competition .tc-competition-tabs > li > a {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
  font-family: "Rajdhani", sans-serif;
}
.competition .tc-competition-switcher {
  margin-top: 0.65rem;
}
@media (max-width: 820px) {
  .competition .tc-competition-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .competition .tc-competition-actions {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.heat .tc-heats-active-content .tc-step {
  font-family: "Rajdhani", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: 700;
  color: #ff6a1a;
}
.heat .tc-heats-page .tc-heats-header {
  margin-bottom: 1rem;
}
.heat .tc-heats-page .tc-heats-header h1 {
  margin: 0.2rem 0 0;
  color: #2d2d2d;
}
.heat .tc-heats-active-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  background: #fff;
}
.heat .tc-heats-active-content h2 {
  margin: 0.2rem 0 0;
  font-size: 1.4rem;
}
.heat .tc-heats-active-action button[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}
.heat .tc-heats-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1rem minmax(0, 2fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.heat .tc-heats-layout > * {
  min-width: 0;
}
.heat .tc-heats-form {
  border-radius: 12px;
  background: #fff;
}
.heat .tc-heats-form h2 {
  margin-bottom: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.95rem;
}
.heat .tc-heats-chrono-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.65rem 1fr 0.65rem 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}
.heat .tc-heats-chrono-grid input {
  text-align: center;
  font-weight: 700;
  font-size: 1.45rem;
  background: #f5f3ee;
  border: 1px solid #d9d6cf;
  color: #2d2d2d;
}
.heat .tc-heats-penalties-actions {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.55rem 1fr 0.55rem auto;
  grid-template-columns: 1fr 1fr auto;
  gap: 0.55rem;
}
.heat .tc-heats-penalty-btn {
  border-left: 1px solid #d9d6cf;
  border-top: 1px solid #d9d6cf;
  border-bottom: 1px solid #d9d6cf;
  border-right: 1px solid #d9d6cf;
  background: #f5f3ee;
  color: #2d2d2d;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.heat .tc-heats-penalty-btn.btn-less {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.heat .tc-heats-penalty-btn.btn-plus {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.heat .tc-heats-penalty-btn:hover {
  background: #ff6a1a;
}
.heat .tc-heats-status-checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
  font-size: 0.9rem;
}
.heat .tc-heats-status-checks label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45rem;
}
.heat label input[type=radio] {
  margin-top: 0;
}
.heat .tc-heats-status-checks input {
  width: auto;
}
.heat .tc-heats-completed-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.7rem;
}
.heat .tc-heats-completed-header h2 {
  margin: 0;
}
.heat .tc-heats-link {
  color: #ff6a1a;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-family: "Rajdhani", sans-serif;
}
.heat .tc-heats-tabs {
  margin-top: 0.4rem;
}
.heat .tc-heats-tabs li.uk-active > a {
  border-color: #ff6a1a;
  border-width: 2px;
}
.heat .tc-heats-tabs > li > a {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
  font-family: "Rajdhani", sans-serif;
}
.heat .tc-heats-switcher {
  margin-top: 0.65rem;
}
.heat .tc-heats-run-item {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  gap: 0.75rem;
  border: 1px solid #d9d6cf;
  border-radius: 10px;
  padding: 0.7rem;
  background: #f5f3ee;
  margin-bottom: 0.9rem;
}
.heat .tc-heats-run-item + .tc-heats-run-item {
  margin-top: 0.5rem;
}
.heat .tc-heats-run-left {
  -ms-grid-column-align: start;
      justify-self: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  min-width: 0;
}
.heat .tc-heats-run-actions {
  -ms-grid-column-align: end;
      justify-self: end;
}
.heat .tc-heats-rider-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #fff;
  color: #ff6a1a;
  font-weight: 700;
}
.heat .tc-heats-rider-meta {
  min-width: 0;
}
.heat .tc-heats-rider-name,
.heat .tc-heats-rider-run,
.heat .tc-heats-run-time,
.heat .tc-heats-run-penalties {
  margin: 0;
}
.heat .tc-heats-rider-name {
  font-size: 0.92rem;
  font-weight: 700;
  color: #2d2d2d;
}
.heat .tc-heats-rider-run {
  font-size: 0.72rem;
  color: #6b7280;
}
.heat .tc-heats-run-right {
  text-align: right;
}
.heat .tc-heats-run-time {
  font-size: 1.08rem;
  font-weight: 700;
  color: #2d2d2d;
}
.heat .tc-ranking-heat-status {
  color: #ff6a1a;
  display: inline-block;
  font-weight: 700;
  margin-right: 0.35rem;
  text-transform: uppercase;
}
.heat .tc-heats-run-penalties {
  font-size: 0.74rem;
  color: #ff6a1a;
}
.heat .tc-heats-run-penalties span {
  color: #6b7280;
}
.heat .tc-heats-modal .tc-modal-dialog {
  width: min(620px, 100% - 1.5rem);
  margin: 0 auto;
}
.heat .tc-heats-penalties-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0.75rem;
}
.heat .tc-heats-penalty-field {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: auto -webkit-min-content;
  -ms-grid-columns: auto min-content;
  grid-template-columns: auto -webkit-min-content;
  grid-template-columns: auto min-content;
}
.heat .tc-heats-penalty-field label {
  margin: 0;
  white-space: nowrap;
}
.heat .tc-heats-penalty-stepper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.heat .tc-heats-penalty-stepper .tc-heats-penalty-btn {
  min-width: 2.25rem;
  padding: 0.35rem 0.55rem;
}
.heat .tc-heats-penalty-count {
  width: 3rem;
  min-width: 3rem;
  text-align: center;
  font-weight: 700;
  background: #f5f3ee;
  border-top: 1px solid #d9d6cf;
  border-bottom: 1px solid #d9d6cf;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px !important;
  padding: 0.35rem 0.25rem;
  -moz-appearance: textfield;
}
.heat .tc-heats-penalty-count::-webkit-outer-spin-button, .heat .tc-heats-penalty-count::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.heat .tc-heats-status-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.heat .tc-heats-status-inline label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35rem;
}
.heat .tc-heats-status-inline input[type=checkbox] {
  width: auto;
}
.heat .tc-heats-modal-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.65rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.heat .tc-heats-modal-actions .uk-button {
  min-width: 140px;
}
.heat #tc-modal-open-competition.uk-open {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.heat #tc-modal-open-competition .uk-modal-dialog {
  border-radius: 10px;
  width: min(100%, 520px);
  margin: 0 auto;
}
.heat #tc-modal-open-competition .tc-heats-modal-actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
}
.heat #tc-modal-open-competition .tc-heats-modal-actions .uk-button {
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
}
.heat #tc-modal-open-competition .tc-btn-primary {
  background-color: #ff6a1a;
}
.heat #tc-modal-open-competition .tc-btn-primary:hover {
  background-color: #ff7043;
  color: #fff;
}
.heat #tc-modal-open-competition .tc-btn-secondary {
  background-color: #6b7280;
}
.heat #tc-modal-open-competition .tc-btn-secondary:hover {
  background-color: #475569;
  color: #fff;
}
@media (max-width: 980px) {
  .heat .tc-heats-layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .heat .tc-heats-penalties-actions {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .heat .tc-heats-run-item {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
        grid-template-areas: "left left" "badge right" "actions actions";
    justify-items: start;
    text-align: left;
  }
  .heat .tc-heats-run-left {
    grid-area: left;
  }
  .heat .tc-heats-run-badge {
    grid-area: badge;
    -ms-grid-row-align: center;
        align-self: center;
  }
  .heat .tc-heats-run-right {
    grid-area: right;
    -ms-grid-column-align: end;
        justify-self: end;
    text-align: right;
  }
  .heat .tc-heats-run-actions {
    grid-area: actions;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 0.5rem;
  }
  .heat .tc-heats-run-actions .uk-button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .heat .tc-heats-penalties-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .heat .tc-heats-penalty-field {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .heat .tc-heats-status-inline {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .heat .tc-heats-modal-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 640px){
  .heat .tc-heats-run-left {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .heat .tc-heats-run-badge {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .heat .tc-heats-run-right {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .heat .tc-heats-run-actions {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

.tc-heats-edit-form--chrono {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
}
.tc-heats-edit-form--chrono .tc-heats-chrono-grid {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  -ms-grid-columns: minmax(0, 1fr) 0.5rem minmax(0, 1fr) 0.5rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tc-heats-edit-form--chrono .uk-input {
  border-radius: 6px;
}

.tc-heats-edit-form--penalties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.tc-heats-edit-form--penalties label {
  width: 100%;
}
.tc-heats-edit-form--penalties .tc-heats-penalty-field {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tc-heats-edit-form--penalties .tc-heats-penalty-field .tc-heats-penalty-stepper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.tc-heats-edit-form--penalties .tc-heats-penalty-field .tc-heats-penalty-stepper input {
  width: 10%;
  background: #f5f3ee;
  border-top: 1px solid #d9d6cf;
  border-bottom: 1px solid #d9d6cf;
  border-left: none;
  border-right: none;
  border-radius: 0;
  height: 15px;
}
.tc-heats-edit-form--penalties .tc-heats-penalty-field .tc-heats-penalty-stepper button {
  background: #f5f3ee;
  cursor: pointer;
  width: 40px;
}
.tc-heats-edit-form--penalties .tc-heats-penalty-field .tc-heats-penalty-stepper button.tc-heats-penalty-stepper-btn-less {
  border: 1px solid #d9d6cf;
  border-radius: 6px 0 0 6px;
}
.tc-heats-edit-form--penalties .tc-heats-penalty-field .tc-heats-penalty-stepper button.tc-heats-penalty-stepper-btn-plus {
  border: 1px solid #d9d6cf;
  border-radius: 0 6px 6px 0;
}

.tc-heats-edit-form--penalties-total .uk-input {
  border-radius: 6px;
}

.tc-heats-edit-form--checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.tc-heats-edit-form--checks label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.tc-heats-edit-form--checks label input {
  width: auto;
  margin-top: 0;
}

.rankings .tc-rankings-page {
  padding-bottom: 2.25rem;
}
.rankings .tc-rankings-filters-form {
  margin-bottom: 1.5rem;
}
.rankings .tc-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7rem;
}
.rankings .tc-category-item-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.55rem;
}
.rankings .tc-category-label {
  font-family: "Rajdhani", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #2d2d2d;
  margin-right: 0.3rem;
}
.rankings .tc-category-item {
  border: 1px solid #d9d6cf;
  border-radius: 999px;
  background: #f5f3ee;
  color: #2d2d2d;
  padding: 0.45rem 0.85rem;
  font-size: 0.74rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
}
.rankings .tc-category-item:hover {
  border-color: #ff6a1a;
  background: #ff6a1a;
  color: #fff;
}
.rankings .tc-category-item.is-active {
  border-color: #ff6a1a;
  background: #ff6a1a;
  color: #fff;
  -webkit-box-shadow: 0 8px 22px rgba(255, 107, 54, 0.18);
          box-shadow: 0 8px 22px rgba(255, 107, 54, 0.18);
}
.rankings .tc-podium {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.35rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.rankings .tc-podium-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  border: 1px solid #d9d6cf;
  background: #fff;
  color: #2d2d2d;
  padding: 1.2rem 1.25rem;
  min-height: 170px;
  -webkit-box-shadow: 0 18px 32px rgba(10, 10, 10, 0.24);
          box-shadow: 0 18px 32px rgba(10, 10, 10, 0.24);
}
.rankings .tc-podium-item.podium-1 {
  border-color: #ff6a1a;
  -webkit-box-shadow: 0 24px 42px rgba(255, 88, 40, 0.28);
          box-shadow: 0 24px 42px rgba(255, 88, 40, 0.28);
}
.rankings .tc-podium-rank {
  margin: 0.35rem 0 0.35rem;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  color: #ff6a1a;
}
.rankings .tc-podium-rider {
  margin: 0;
  font-size: 1.06rem;
  font-weight: 700;
}
.rankings .tc-podium-time {
  margin: 0 0 0;
  font-size: 1.95rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Roboto Mono", "Courier New", monospace;
}
.rankings .tc-podium-gap {
  font-size: 1rem;
  color: #ff6a1a;
  font-weight: 700;
  letter-spacing: 0.02em;
  vertical-align: middle;
}
.rankings .tc-podium-empty {
  margin: 0;
  font-size: 1.1rem;
}
.rankings .tc-podium-rank-suffix {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-transform: lowercase;
}
.rankings .tc-ranking {
  overflow-x: auto;
  border-radius: 14px;
  border: 1px solid #d9d6cf;
  background: #fff;
  -webkit-box-shadow: 0 18px 30px rgba(14, 7, 9, 0.08);
          box-shadow: 0 18px 30px rgba(14, 7, 9, 0.08);
}
.rankings .tc-ranking-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  color: #2d2d2d;
}
.rankings .tc-ranking-table thead tr {
  background: #fff;
}
.rankings .tc-ranking-table th {
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.64rem;
  font-weight: 700;
  text-align: left;
  padding: 0.85rem 0.75rem;
}
.rankings .tc-ranking-table td {
  padding: 0.75rem 0.5rem;
  border-top: 1px solid #d9d6cf;
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
}
.rankings .tc-ranking-table tbody tr {
  height: 3.6rem;
  -webkit-transition: background-color 0.18s ease;
  transition: background-color 0.18s ease;
}
.rankings .tc-ranking-table tbody tr:hover {
  background: #f5f3ee;
}
.rankings .tc-ranking-rider {
  min-width: 220px;
  font-weight: 700;
}
.rankings .tc-ranking-rider-name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45rem;
}
.rankings .tc-ranking-rider-country {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.15rem;
  line-height: 1;
}
.rankings .tc-heats-run-penalties {
  color: #ff6a1a;
  font-size: 0.75rem;
  font-weight: 700;
  display: block;
}
.rankings .tc-ranking-heat-status {
  color: #ff6a1a;
  display: inline-block;
  font-weight: 700;
  margin-right: 0.35rem;
  text-transform: uppercase;
}
.rankings .tc-ranking-heat-cell {
  vertical-align: middle;
}
.rankings .tc-ranking-heat-edit {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: inherit;
  padding: 0;
  text-align: inherit;
  width: 100%;
}
.rankings .tc-ranking-heat-edit:hover, .rankings .tc-ranking-heat-edit:focus-visible {
  color: #ff6a1a;
  outline: none;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
@media (min-width: 960px) {
  .rankings .tc-podium-item.podium-3 {
    min-height: 0;
    max-height: 110px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .rankings .tc-podium-item.podium-2 {
    min-height: 0;
    max-height: 125px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .rankings .tc-podium-item.podium-1 {
    min-height: 0;
    max-height: 150px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .rankings .tc-podium-item.podium-2 .tc-podium-rank,
  .rankings .tc-podium-item.podium-3 .tc-podium-rank {
    font-size: 1.95rem;
  }
  .rankings .tc-podium-item.podium-1 .tc-podium-rank {
    font-size: 2.7rem;
  }
}
@media (max-width: 959px) {
  .rankings .tc-podium {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .rankings .tc-podium-item.podium-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .rankings .tc-podium-item.podium-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .rankings .tc-podium-item.podium-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.tc-live-diffusion .tc-live-diffusion-page {
  color: #2d2d2d;
  max-width: 100%;
  padding-top: 1.5rem;
}
.tc-live-diffusion .tc-live-diffusion-page .tc-riders-header {
  margin-bottom: 1.2rem;
}
.tc-live-diffusion .tc-live-diffusion-page .tc-competition-headline {
  margin-top: 0.2rem;
}
.tc-live-diffusion .tc-live-diffusion-page .tc-step {
  margin-bottom: 0.2rem;
}
.tc-live-diffusion .tc-live-diffusion-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tc-live-diffusion .tc-live-diffusion-podium-wrap {
  min-width: 0;
}
.tc-live-diffusion .tc-live-diffusion-filters-group {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0.45rem;
}
.tc-live-diffusion .tc-live-diffusion-filter-btn {
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #2d2d2d;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 34px;
  min-width: 0;
  max-width: none;
  padding: 0 0.75rem;
  -webkit-transition: all 0.22s ease;
  transition: all 0.22s ease;
  width: 100%;
}
.tc-live-diffusion .tc-live-diffusion-filter-btn .tc-live-diffusion-filter-text {
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
  white-space: nowrap;
}
.tc-live-diffusion .tc-live-diffusion-filter-btn.is-active {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ff6a1a;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  min-width: 0;
  max-width: none;
  padding: 0.45rem 0.9rem;
}
.tc-live-diffusion .tc-live-diffusion-filter-btn.is-active .tc-live-diffusion-filter-text {
  opacity: 1;
}
.tc-live-diffusion .tc-live-diffusion-progress {
  background: #d9d6cf;
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
  width: 100%;
}
.tc-live-diffusion .tc-live-diffusion-progress-bar {
  background: -webkit-gradient(linear, left top, right top, from(#ff6a1a), to(#ff8844));
  background: linear-gradient(90deg, #ff6a1a, #ff8844);
  border-radius: inherit;
  height: 100%;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
  width: 0%;
}
.tc-live-diffusion .tc-live-diffusion-section {
  padding-left: 0;
  padding-right: 0;
}
.tc-live-diffusion .tc-live-diffusion-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.65rem;
  margin-top: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-live-diffusion .tc-podium--live {
  margin-bottom: 0;
}
.tc-live-diffusion .tc-live-diffusion-pause-btn {
  background: #f5f3ee;
  border: 1px solid #d9d6cf;
  border-radius: 999px;
  color: #161616;
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  min-width: 96px;
  padding: 0.45rem 0.9rem;
  text-transform: uppercase;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
}
.tc-live-diffusion .tc-live-diffusion-pause-btn:hover {
  border-color: #ff6a1a;
  color: #ff6a1a;
}
.tc-live-diffusion .tc-live-diffusion-pause-btn.is-paused {
  background: #ff6a1a;
  border-color: #ff6a1a;
  color: #fff;
}
.tc-live-diffusion .tc-ranking-filler {
  visibility: hidden;
  pointer-events: none;
}
.tc-live-diffusion .tc-ranking-table th.tc-ranking-competition-title {
  color: #ff6a1a;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.tc-live-diffusion .tc-ranking--compact .tc-ranking-table {
  width: 100%;
  min-width: 0;
}
.tc-live-diffusion .tc-ranking--compact .tc-ranking-rider {
  min-width: 0;
}
@media (max-width: 959px) {
  .tc-live-diffusion .tc-live-diffusion-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .tc-live-diffusion .tc-live-diffusion-sidebar {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tc-live-diffusion .tc-live-diffusion-filters-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tc-live-diffusion .tc-live-diffusion-filter-btn {
    width: auto;
    min-width: 72px;
    max-width: 72px;
    padding: 0;
  }
  .tc-live-diffusion .tc-live-diffusion-filter-btn.is-active {
    min-width: 140px;
  }
  .tc-live-diffusion .tc-live-diffusion-controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
  .tc-live-diffusion .tc-live-diffusion-progress {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
/*# sourceMappingURL=application.css.map */