body {
  margin: 0;
  padding: .5em 1em;
  color: #fff;
  background-color: #050607;
  font-family: 'Share Tech Mono', 'VT323', monospace;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: .25px;
}

h1,
h2,
h3,
h4,
.r-btn,
.q {
  font-family: 'VT323', 'Share Tech Mono', monospace;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  font-size: 1.8rem;
}

.container {
  max-width: 1000px;
}

.q {
  font-size: 1.5rem;
  margin-top: 1.8rem;
}

.a {
  font-family: 'Share Tech Mono', 'VT323', monospace;
  font-weight: 400 !important;
}

.dates {
  position: relative;
}

.body {
  padding-top: 5rem;
}

.dates:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, .6), 0 0 10px rgba(0, 120, 140, .06);
  border-radius: 2px;
}

table {
  border-collapse: collapse;
  background: rgba(10, 12, 14, .78);
  border: 2px solid #2c2c2c;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .6), 0 0 8px rgba(0, 110, 130, .08);
  transition: box-shadow .18s;
}

table:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, .7), 0 0 10px rgba(0, 150, 170, .12);
}

th,
td {
  border: 1px solid #262626;
  font-size: 17px;
  background: rgba(18, 20, 22, .7);
  color: #e8eef0;
  padding: 6px 10px;
}

th {
  background: linear-gradient(#141617, #1a1d1f);
  text-shadow: .5px 0 0 rgba(0,0,0,.6);
  font-family: 'VT323', 'Share Tech Mono', monospace;
  letter-spacing: .5px;
}

.tab-content,
.tab {
  font-family: 'Share Tech Mono', 'VT323', monospace;
  font-size: 16px;
  letter-spacing: .3px;
}

/* Countdown animated numbers */
.countdown {
  display: inline-flex;
  gap: 10px;
  align-items: baseline;
  color: inherit;
}
.count-unit {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-family: 'VT323', 'Share Tech Mono', monospace;
  font-size: 1.6rem;
  line-height: 1;
}
.count-value {
  position: relative;
  overflow: hidden;
  min-width: 3.2ch;
}
.count-value span {
  display: block;
  width: 100%;
  transform: translateY(0%);
  transition: transform .36s cubic-bezier(.2,.9,.2,1), opacity .28s;
}
.count-value .new {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  opacity: 0;
}
.count-value.animate .current {
  transform: translateY(-100%);
  opacity: 0;
}
.count-value.animate .new {
  transform: translateY(0%);
  top: 0;
  opacity: 1;
}
.count-label {
  font-size: 1.3rem;
  opacity: .85;
  margin-top: 1px;
  margin-bottom: 0.3rem;
}

/* layout for the two countdown buttons; collapse to single column on small screens */
.countdown-row {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
.countdown-row .r-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 680px) {
  .countdown-row {
    flex-direction: column;
    gap: .6rem;
  }
  .countdown-row .r-btn {
    width: 100%;
    max-width: 520px;
    box-sizing: border-box;
  }
}

a,
a:visited {
  color: #54d7de;
  text-decoration: underline;
}

.tab-content ol li {
  margin-bottom: .8rem;
}

.body-container ul li {
  margin-bottom: .7rem;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  background-color: #1b1d1f;
  color: #e9f1f2;
  border: 2px solid #2f3336;
  padding: 2px 4px;
  margin: .2em 0;
}

.r-btn {
  display: inline-block;
  font-family: 'VT323', 'Share Tech Mono', monospace;
  font-size: 24.5px;
  letter-spacing: .5px;
  padding: 3px 14px 2px;
  line-height: 1.4;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(#242628, #1b1d1f), repeating-linear-gradient(45deg, rgba(255, 255, 255, .02) 0 2px, transparent 2px 4px);
  border: 2px solid #333;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .6), 0 0 6px rgba(0, 120, 140, .08);
  position: relative;
  transition: box-shadow .15s, background .15s, transform .1s;
}

.r-btn:before {
  content: "";
  position: absolute;
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, .06);
  pointer-events: none;
}

.r-btn:hover {
  background: linear-gradient(#2c2f32, #212325), repeating-linear-gradient(45deg, rgba(255,255,255,.02) 0 2px, transparent 2px 4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .75), 0 0 10px rgba(0, 160, 190, .12);
}

.r-btn:active {
  transform: translateY(1px);
  background: linear-gradient(#1a1c1e, #2a2c2e), repeating-linear-gradient(45deg, rgba(255,255,255,.01) 0 2px, transparent 2px 4px);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .6), 0 0 4px rgba(0, 120, 140, .12);
}

.r-btn:focus {
  outline: 2px solid #009ab0;
  outline-offset: 2px;
}

#venues {
  display: contents;
}

.venue-block {
  border: 1px solid #777;
  border-radius: 4px;
  padding: 0 6px;
  margin-right: 8px;
}

.tabtable {
  background: rgba(12, 14, 16, .8);
  border: 2px solid #2c2c2c;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .6), 0 0 8px rgba(0, 120, 140, .06);
  transition: box-shadow .18s;
  padding: 0;
}

.tabtable:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, .72), 0 0 10px rgba(0, 150, 170, .1);
}

.tabtable .nav-tabs {
  border: 0;
  margin: 0;
  padding: 6px 8px 0;
  background: transparent;
}

.tabtable .nav-tabs .nav-item {
  margin-right: 4px;
}

.tabtable .nav-tabs .nav-link {
  font-family: 'VT323', 'Share Tech Mono', monospace;
  letter-spacing: .5px;
  font-size: 16px;
  padding: 6px 14px 5px;
  color: #fff;
  background: linear-gradient(#222426, #191b1d);
  border: 1px solid #333;
  border-bottom: 1px solid #171717;
  text-shadow: .5px 0 0 rgba(0,0,0,.6);
  line-height: 1.1;
  position: relative;
  top: 0;
  transition: background .15s, box-shadow .15s;
}

.tabtable .nav-tabs .nav-link:hover {
  background: linear-gradient(#2b2e30, #212325);
  color: #fff;
}

.tabtable .nav-tabs .nav-link.active {
  background: #151718;
  border: 1px solid #222;
  border-bottom: none;
  margin-bottom: -1px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
  z-index: 3;
}

.tabtable .tab-content {
  background: rgba(12, 14, 16, .7);
  padding: 16px 20px;
  border-top: 1px solid #2b2b2b;
  font-family: 'Share Tech Mono', 'VT323', monospace;
  font-size: 16px;
  letter-spacing: .3px;
  color: #e8eef0;
}

.b-flex {
  background: rgba(14, 16, 18, .94);
  border: 2px solid #262626;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .6), 0 0 8px rgba(0, 120, 140, .06);
  margin: 0 0 6rem;
  position: relative;
  font-size: 17px;
  color: #e8eef0;
}

.b-flex .b-heading {
  font-family: 'VT323', 'Share Tech Mono', monospace;
  letter-spacing: .6px;
  font-size: 27px;
  background: linear-gradient(rgba(30,30,30,.6), rgba(22,22,22,.6));
  padding: .5rem;
  line-height: 1.1;
  border-bottom: 1px solid #222;
}

.b-flex .b-row {
  display: flex;
  align-items: stretch;
  padding: 0;
}

#tour-dates .b-row {
  border-bottom: 1px solid #222;
}

.body-container {
  margin: .8rem;
}

.body-container ul {
  margin-top: .1rem;
  padding-left: 16px;
}

.body-container p + ul {
  margin-top: 0;
}

.body-container p:not(:last-child) {
  margin-bottom: .1em;
}

.body-container p:has(+ ul) {
  margin-bottom: 0;
}

.b-flex .b-row p {
  padding: 0 0 .8rem 0;
}

.b-flex .b-row:first-of-type {
  border-top: none;
}

.b-flex .dateset {
  display: flex;
  flex: 0 0 auto;
}

.b-flex .date {
  min-width: 55px;
  padding: 6px 6px 4px;
  text-align: center;
  border-left: 1px solid #272727;
}

.b-flex .date:first-child {
  border-left: 0;
}

.b-flex .cell {
  padding: 6px 10px 4px;
  border-left: 1px solid #272727;
  display: flex;
  align-items: center;
}

.b-flex .month {
  padding-right: 4vw;
}

.b-flex .venue {
  flex: 1 1 20%;
}

.b-flex .city {
  flex: 0 0 20%;
}

.b-flex .country {
  flex: 0 0 20%;
}

@media (max-width: 680px) {
  .b-flex .b-row {
    padding-bottom: 28px;
    flex-wrap: wrap;
  }

  .b-flex .dateset {
    border-right: 0;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 2px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    order: 1;
  }

  .cell.month {
    order: 0;
    border-top: 1px solid #000;
    width: auto !important;
    border-right: 1px solid #000;
    min-width: 25.2%;
    margin-right: 2px;
  }

  .cell.month:first-child {
    border-top: 0;
  }

  .b-flex .date {
    flex: 1 1 25.2%;
    min-width: 0;
  }

  #tour-dates .b-row {
    border-bottom: 0;
  }

  .b-flex .cell {
    border-left: 0;
    width: 100%;
    padding: 4px 6px 4px;
    font-size: 15.5px;
  }

  .cell.venue {
    flex: 0 1 content;
    order: 2;
    font-size: 18px;
  }

  .cell.venue::after {
    content: ",";
  }

  .cell.country {
    flex: 0 1 content;
    order: 3;
    font-size: 18px;
  }

  .cell.country::after {
    content: ",";
  }

  .cell.city {
    flex: 0 1 content;
    order: 4;
    font-size: 18px;
  }
}

.modal-content {
  background: rgba(14, 16, 18, .95);
  border: 2px solid #262626;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .8), 0 0 18px rgba(0, 120, 140, .06);
  border-radius: 6px;
  font-family: 'Share Tech Mono', 'VT323', monospace;
  padding: 0;
  color: #e8eef0;
  width: 600px;
  max-width: 90vw;
  margin: auto;
}

.modal-header {
  background: linear-gradient(#1f2122, #171819);
  border-bottom: 1px solid #222;
  font-family: 'VT323', 'Share Tech Mono', monospace;
  letter-spacing: .5px;
  font-size: 1.8rem;
  color: #e8eef0;
  text-shadow: .5px 0 0 rgba(0,0,0,.6);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: .5rem;
}

.modal-title {
  font-family: 'VT323', 'Share Tech Mono', monospace;
  font-size: 1.8rem;
  letter-spacing: .5px;
  color: #e8eef0;
  margin: 0;
}

.modal-footer {
  border-top: 1px solid #222;
  background: rgba(16, 18, 19, .9);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.close {
  color: #999;
  font-size: 2rem;
  opacity: 1;
  text-shadow: none;
  position: absolute;
  right: 1rem;
  top: 0rem;
  padding: 0;
  margin: 0;
  border: 0;
  height: 8px;
  background-color: transparent;
}

.modal-body {
  font-size: 16px;
  letter-spacing: .3px;
  line-height: 1.55;
  font-family: 'Share Tech Mono', 'VT323', monospace;
  padding: 0;
  color: #e8eef0;
}

.faqstable {
min-height: 100vh;
}