.ccc-garage,
.ccc-live-vote {
  color: #f2eadb;
  background: #080d0d;
  min-height: 70vh;
  padding: clamp(28px, 5vw, 72px);
}

.ccc-garage__intro,
.ccc-live-vote__box {
  max-width: 1180px;
  margin: 0 auto;
}

.ccc-garage__eyebrow,
.ccc-live-vote__header p {
  margin: 0 0 8px;
  color: #70e5c9;
  font: 800 12px/1.2 "Courier New", monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ccc-garage h1,
.ccc-live-vote h1,
.ccc-garage h2,
.ccc-live-vote h2 {
  margin: 0 0 16px;
  font-family: Impact, Anton, "Arial Black", sans-serif;
  line-height: .9;
  text-transform: uppercase;
}

.ccc-garage__grid,
.ccc-account-grid {
  max-width: 1180px;
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: minmax(280px, 380px) 1fr;
  gap: 24px;
}

.ccc-garage__form,
.ccc-garage__cars,
.ccc-live-vote__box,
.ccc-account-panel,
.ccc-garage-dashboard {
  border: 1px solid rgba(232, 221, 200, .22);
  border-radius: 14px;
  background: #101715;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .35);
}

.ccc-garage__form,
.ccc-garage__cars,
.ccc-account-panel,
.ccc-garage-dashboard {
  padding: 22px;
}

.ccc-live-vote__box {
  padding: clamp(22px, 4vw, 42px);
}

.ccc-results-snapshot {
  min-height: auto;
}

.ccc-results-snapshot .ccc-live-vote__box {
  max-width: 1120px;
}

.ccc-results-snapshot .ccc-full-leaderboard {
  margin-bottom: 0;
}

.ccc-results-snapshot .ccc-current-winners__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ccc-results-board-page {
  background: #080d0d;
}

.ccc-results-picker {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px) clamp(16px, 5vw, 72px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px;
}

.ccc-results-picker label {
  grid-column: 1 / -1;
  margin: 0;
  color: #70e5c9;
  font: 800 12px/1.2 "Courier New", monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ccc-results-picker select {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid rgba(232, 221, 200, .28);
  border-radius: 8px;
  padding: 8px 12px;
  color: #f2eadb;
  background: #101715;
  font-weight: 800;
}

.ccc-results-legacy-content {
  color: rgba(242, 234, 219, .8);
}

.ccc-garage label {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
  font-weight: 800;
}

.ccc-garage input,
.ccc-garage select {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  border: 1px solid rgba(232, 221, 200, .28);
  border-radius: 8px;
  padding: 8px 10px;
  color: #f2eadb;
  background: #080d0d;
}

.ccc-garage input[type="file"] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ccc-garage input[type="file"]::file-selector-button {
  max-width: 110px;
  margin-right: 8px;
}

.ccc-account-grid {
  align-items: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ccc-account-panel {
  display: grid;
  gap: 12px;
}

.ccc-hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.ccc-account-panel h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.ccc-field-help {
  color: rgba(242, 234, 219, .66);
  font-size: .86rem;
  font-weight: 700;
}

.ccc-checkbox {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 2px 0 4px;
}

.ccc-checkbox input {
  width: auto;
  min-width: 16px;
  min-height: auto;
  margin: 0;
  flex: 0 0 auto;
}

.ccc-checkbox--stack {
  align-items: flex-start;
  color: rgba(242, 234, 219, .78);
  font-size: .9rem;
  line-height: 1.35;
}

.ccc-reset-link {
  color: #70e5c9;
  font-weight: 800;
}

.ccc-account-error {
  max-width: 720px;
  border-left: 4px solid #d86b34;
  padding: 12px 16px;
  color: #f2eadb;
  background: rgba(216, 107, 52, .18);
}

.ccc-garage-dashboard {
  max-width: 1180px;
  margin: 34px auto 0;
}

.ccc-garage-dashboard__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(232, 221, 200, .14);
  padding-bottom: 16px;
}

.ccc-garage-dashboard__head p {
  max-width: 520px;
  margin: 0;
  color: rgba(242, 234, 219, .78);
}

.ccc-garage-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.ccc-garage-card {
  overflow: hidden;
  border: 1px solid rgba(232, 221, 200, .2);
  border-radius: 12px;
  background: rgba(8, 13, 13, .92);
}

.ccc-garage-card__image {
  display: grid;
  place-items: center;
  min-height: 190px;
  background:
    linear-gradient(135deg, rgba(112, 229, 201, .12), transparent 34%),
    #050808;
}

.ccc-garage-card__image:empty::before {
  content: "No photo yet";
  color: rgba(242, 234, 219, .62);
  font-weight: 900;
  text-transform: uppercase;
}

.ccc-garage-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ccc-garage-card__body {
  display: grid;
  gap: 10px;
  grid-template-rows: auto auto auto auto auto 1fr auto;
  padding: 16px;
  min-height: 360px;
}

.ccc-garage-card__body h3 {
  margin: 0;
  color: #70e5c9;
  font-family: Impact, Anton, "Arial Black", sans-serif;
  text-transform: uppercase;
}

.ccc-garage-card__body p {
  margin: 0;
}

.ccc-garage-card__note {
  color: rgba(242, 234, 219, .64);
  font-size: .95rem;
}

.ccc-garage-card__remove {
  align-self: end;
  padding-top: 12px;
}

.ccc-garage-card--add {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 100%;
  padding: 20px;
  border-style: dashed;
  background: #050808;
}

.ccc-garage-card__plus {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 2px solid #70e5c9;
  border-radius: 50%;
  color: #70e5c9;
  font: 900 48px/1 Impact, Anton, "Arial Black", sans-serif;
  box-shadow: 5px 5px 0 #d86b34;
}

.ccc-garage-card--add form,
.ccc-garage-edit__form {
  display: grid;
  gap: 10px;
}

.ccc-garage-edit {
  border-top: 1px solid rgba(232, 221, 200, .14);
  padding-top: 10px;
}

.ccc-garage-edit summary,
.ccc-car-history summary {
  color: #70e5c9;
  font-weight: 900;
  cursor: pointer;
  text-transform: uppercase;
}

.ccc-car-history {
  color: rgba(242, 234, 219, .76);
}

.ccc-car-history ul {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.ccc-car-history li {
  display: grid;
  gap: 3px;
  border-left: 3px solid rgba(112, 229, 201, .7);
  padding-left: 10px;
}

.ccc-car-history span {
  color: rgba(242, 234, 219, .68);
}

.ccc-vote-button,
.ccc-small-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  color: #080d0d;
  background: #70e5c9;
  box-shadow: 4px 4px 0 #d86b34;
  font: 900 14px/1 Impact, Anton, "Arial Black", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

.ccc-vote-button--secondary {
  background: #d86b34;
  box-shadow: 4px 4px 0 #70e5c9;
}

.ccc-checkout-button {
  background: #e8ddc8;
  box-shadow: 4px 4px 0 #70e5c9;
}

.ccc-danger {
  background: #d86b34;
  box-shadow: 4px 4px 0 #70e5c9;
}

.ccc-text-button {
  min-height: auto;
  border-radius: 0;
  padding: 0;
  color: rgba(242, 234, 219, .58);
  background: transparent;
  box-shadow: none;
  font-family: Impact, Anton, "Arial Black", sans-serif;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ccc-text-button:hover,
.ccc-text-button:focus {
  color: #d86b34;
}

.ccc-garage-car {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid rgba(232, 221, 200, .16);
}

.ccc-garage-car img {
  width: 150px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.ccc-garage-car__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.ccc-garage-car__actions form {
  margin: 0;
}

.ccc-live-vote__header {
  text-align: center;
  margin-bottom: 22px;
}

.ccc-live-vote__header h1 {
  max-width: 820px;
  margin-inline: auto;
  font-size: clamp(2.35rem, 6vw, 5.15rem);
  color: #e8ddc8;
  text-shadow: 4px 4px 0 #8f3519;
}

.ccc-leaderboard,
.ccc-current-winners {
  margin-bottom: 30px;
}

.ccc-leaderboard__grid,
.ccc-current-winners__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ccc-leaderboard article,
.ccc-ballot-category {
  border: 1px solid rgba(232, 221, 200, .2);
  border-radius: 10px;
  padding: 14px;
  background: rgba(8, 13, 13, .78);
}

.ccc-leaderboard strong,
.ccc-leaderboard span {
  display: block;
}

.ccc-leaderboard strong {
  color: #70e5c9;
}

.ccc-current-winners h2,
.ccc-full-leaderboard h2,
.ccc-full-leaderboard h3 {
  margin-bottom: 10px;
}

.ccc-vote-winner-card {
  position: relative;
  box-sizing: border-box;
  min-width: 0;
  aspect-ratio: 1 / 1.05;
  min-height: 132px;
  overflow: hidden;
  border: 1px solid rgba(232, 221, 200, .28);
  border-radius: 8px;
  background:
    radial-gradient(circle at top right, rgba(112, 229, 201, .14), transparent 42%),
    #080d0d;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, .32);
}

.ccc-vote-winner-card *,
.ccc-vote-winner-card *::before,
.ccc-vote-winner-card *::after {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
}

.ccc-vote-winner-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .78;
}

.ccc-vote-winner-card__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 13, 13, .2) 0%, rgba(8, 13, 13, .48) 42%, rgba(8, 13, 13, .94) 100%),
    repeating-radial-gradient(circle at 0 0, rgba(232, 221, 200, .12) 0 1px, transparent 1px 8px);
}

.ccc-vote-winner-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  min-height: 132px;
  overflow: hidden;
  padding: 10px;
}

.ccc-vote-winner-card__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  border: 2px solid #080d0d;
  border-radius: 999px;
  max-width: calc(100% - 16px);
  overflow: hidden;
  padding: 5px 8px;
  color: #080d0d;
  background: #70e5c9;
  box-shadow: 3px 3px 0 #080d0d;
  font: 900 9px/1 "Courier New", monospace;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.ccc-vote-winner-card h3 {
  overflow: hidden;
  max-width: 100%;
  margin: 0 0 4px;
  color: #70e5c9;
  font-family: Impact, Anton, "Arial Black", sans-serif;
  font-size: clamp(1rem, 4vw, 1.38rem);
  line-height: .92;
  text-transform: uppercase;
  text-overflow: ellipsis;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, .88), 3px 3px 0 #8f3519;
  white-space: nowrap;
}

.ccc-vote-winner-card p,
.ccc-vote-winner-card strong {
  margin: 0;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, .8);
}

.ccc-vote-winner-card p {
  overflow: hidden;
  font: 800 .58rem/1.1 "Courier New", monospace;
  letter-spacing: .02em;
  line-height: 1.15;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ccc-vote-winner-card strong {
  margin-top: 5px;
  color: #70e5c9;
  font-family: Impact, Anton, "Arial Black", sans-serif;
  font-size: .9rem;
  text-transform: uppercase;
}

.ccc-vote-winner-card--classic { --vote-winner-accent: #ef6f2e; }
.ccc-vote-winner-card--muscle { --vote-winner-accent: #d14b3d; }
.ccc-vote-winner-card--import { --vote-winner-accent: #70e5c9; }
.ccc-vote-winner-card--euro { --vote-winner-accent: #6aaec0; }
.ccc-vote-winner-card--truck { --vote-winner-accent: #dcc437; }
.ccc-vote-winner-card--motorcycle { --vote-winner-accent: #b68cff; }

.ccc-vote-winner-card .ccc-vote-winner-card__badge,
.ccc-vote-winner-card h3,
.ccc-vote-winner-card strong {
  color: var(--vote-winner-accent, #70e5c9);
}

.ccc-vote-winner-card__badge {
  background: var(--vote-winner-accent, #70e5c9);
  color: #080d0d !important;
}

.ccc-full-leaderboard {
  border-block: 1px solid rgba(232, 221, 200, .18);
  margin: 0 0 30px;
  padding: 14px 0;
}

.ccc-full-leaderboard summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #70e5c9;
  font: 900 15px/1 Impact, Anton, "Arial Black", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

.ccc-full-leaderboard summary::before,
.ccc-full-leaderboard summary::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(232, 221, 200, .2);
}

.ccc-full-leaderboard__list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.ccc-full-leaderboard__list > p {
  border: 1px solid rgba(232, 221, 200, .18);
  border-radius: 10px;
  padding: 14px;
  background: rgba(8, 13, 13, .72);
}

.ccc-full-leaderboard-row {
  display: grid;
  gap: 9px;
  border: 1px solid rgba(232, 221, 200, .18);
  border-radius: 10px;
  padding: 12px;
  background: rgba(8, 13, 13, .72);
}

.ccc-full-leaderboard-row__top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.ccc-full-leaderboard-row__rank {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #080d0d;
  background: #70e5c9;
  box-shadow: 3px 3px 0 #d86b34;
  font: 900 13px/1 Impact, Anton, "Arial Black", sans-serif;
}

.ccc-full-leaderboard-row h3 {
  margin: 0;
  color: #f2eadb;
  font: 900 18px/1.05 Impact, Anton, "Arial Black", sans-serif;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #8f3519;
}

.ccc-full-leaderboard-row p {
  margin: 3px 0 0;
  color: rgba(242, 234, 219, .82);
  font-size: 13px;
}

.ccc-full-leaderboard-row strong {
  color: #70e5c9;
  white-space: nowrap;
}

.ccc-full-leaderboard-row__track {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(232, 221, 200, .12);
}

.ccc-full-leaderboard-row__track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #70e5c9, #d86b34);
}

.ccc-ballot {
  display: grid;
  gap: 18px;
}

.ccc-ballot-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ccc-ballot-card {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(112, 229, 201, .38);
  border-radius: 10px;
  padding: 0 0 12px;
  color: #f2eadb;
  background: #080d0d;
  text-align: left;
  cursor: pointer;
}

.ccc-ballot-card:hover,
.ccc-ballot-card:focus,
.ccc-ballot-card.is-selected {
  border-color: #70e5c9;
  box-shadow: 0 0 0 3px rgba(112, 229, 201, .18);
}

.ccc-ballot-card.is-selected {
  background: #101715;
}

.ccc-ballot-card.is-selected::after {
  content: "Your vote";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #080d0d;
  background: rgba(112, 229, 201, .78);
  font: 900 24px/1 Impact, Anton, "Arial Black", sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  pointer-events: none;
}

.ccc-ballot-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ccc-ballot-card span,
.ccc-ballot-card small,
.ccc-ballot-card strong {
  display: block;
  padding-inline: 12px;
}

.ccc-ballot-card span {
  margin-top: 10px;
  color: #70e5c9;
  font-weight: 900;
  text-transform: uppercase;
}

.ccc-ballot-card strong {
  width: fit-content;
  margin: 12px 12px 0;
  border-radius: 999px;
  padding: 9px 12px;
  color: #080d0d;
  background: #70e5c9;
  box-shadow: 3px 3px 0 #d86b34;
  font: 900 12px/1 Impact, Anton, "Arial Black", sans-serif;
  text-transform: uppercase;
}

.ccc-ballot-card.is-selected strong {
  background: #70e5c9;
  box-shadow: 3px 3px 0 #d86b34;
}

.ccc-vote-message {
  min-height: 22px;
  margin: -12px 0 20px;
  color: #70e5c9;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.ccc-vote-message.is-error {
  color: #d86b34;
}

.ccc-vote-closed {
  min-height: 420px;
  display: grid;
  place-items: center;
  text-align: center;
}

.ccc-vote-closed-panel {
  position: relative;
  min-height: 640px;
  overflow: hidden;
}

.ccc-vote-closed-panel .ccc-leaderboard,
.ccc-vote-closed-panel .ccc-current-winners,
.ccc-vote-closed-panel .ccc-live-vote__header {
  filter: blur(1px);
  opacity: .42;
}

.ccc-vote-closed-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(3, 7, 7, .82);
  text-align: center;
  z-index: 2;
}

.ccc-vote-closed-overlay > div {
  max-width: 620px;
  border: 1px solid rgba(112, 229, 201, .34);
  border-radius: 12px;
  padding: clamp(24px, 4vw, 46px);
  background: rgba(8, 13, 13, .94);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .4);
}

.ccc-vote-closed-overlay h2 {
  color: #e8ddc8;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  text-shadow: 4px 4px 0 #8f3519;
}

.ccc-vote-closed-overlay p {
  margin: 0 0 20px;
  color: rgba(242, 234, 219, .82);
  font-weight: 800;
}

@media (max-width: 760px) {
  .ccc-garage__grid,
  .ccc-account-grid,
  .ccc-leaderboard__grid {
    grid-template-columns: 1fr;
  }

  .ccc-current-winners__grid,
  .ccc-ballot-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ccc-results-picker {
    grid-template-columns: 1fr;
  }

  .ccc-results-picker .ccc-vote-button {
    width: 100%;
    min-width: 0;
  }

  .ccc-garage,
  .ccc-live-vote {
    padding: 24px 16px;
  }

  .ccc-garage-dashboard__head {
    display: block;
  }

  .ccc-live-vote__header h1 {
    font-size: clamp(2rem, 12vw, 3.4rem);
  }

  .ccc-vote-winner-card {
    min-height: 122px;
  }

  .ccc-vote-winner-card__content {
    min-height: 122px;
    padding: 9px;
  }
}

@media (min-width: 900px) {
  .ccc-current-winners__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 761px) and (max-width: 899px) {
  .ccc-current-winners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ccc-ballot-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 360px) {
  .ccc-current-winners__grid,
  .ccc-ballot-cards {
    grid-template-columns: 1fr;
  }
}
