@charset "UTF-8";
@import url("../fonts/fonts.d815a2efb324.css");
@keyframes pulse {
  0%, 100% {
    background-color: transparent;
  }
  30%, 70% {
    background-color: #F5515E;
  }
}
table {
  line-height: 1.5;
  width: 100%;
  border-spacing: 0;
}
table.large {
  font-size: 21pt;
}
table thead th {
  text-align: left;
}
table tbody th {
  text-align: left;
}
table tbody.sub th {
  font-weight: 600;
  padding-top: 12pt;
  border-bottom: 1px solid white;
}
table tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.stock .orb {
  background-color: black;
  width: 0.6em;
  height: 0.6em;
  display: inline-block;
  margin-right: 0.2em;
  margin-bottom: 0.1em;
  border-radius: 1em;
}
.stock .orb.lastfew {
  animation: pulse 1s ease-in-out infinite;
}
.stock .orb.plenty {
  background-color: #2AE28C;
}
.stock .orb.low {
  background-color: #F77F02;
}

.bargraph {
  width: 100%;
  border: 0.15em solid #2AE28C;
  color: #000000;
  height: 2.5em;
  border-radius: 10em;
  overflow: hidden;
  position: relative;
}
.bargraph .bar {
  background: #2AE28C;
  overflow: hidden;
  border-radius: 10em;
  height: inherit;
  text-align: center;
  color: #000730;
}
.bargraph .bar span {
  font-size: 1em;
  line-height: 2.3em;
  overflow: hidden;
}

.screen .bargraph {
  height: 3em;
}
.screen .bar span {
  font-size: 1.5em;
}

.marker {
  background: #123f8b;
  height: inherit;
  text-align: center;
  font-size: 1em;
  border-right: 0.25em solid white;
  position: absolute;
  top: 0;
  left: 0;
}
.marker .remaining {
  background: #123f8b;
}

body {
  max-width: 72em;
  margin: 2em auto;
  min-height: 100%;
  background-color: #000730;
  color: white;
  font-size: 12pt;
  font-family: "Open Sans", sans-serif;
}

a:link, a:visited, a:hover {
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

header {
  margin-bottom: 2.5%;
}
header div {
  display: flex;
  width: 100%;
  align-items: center;
}
header div .logo {
  flex: 2;
}
header div .logo img {
  width: 20em;
}
header div h1 {
  text-align: center;
  font-size: 2.5em;
  flex: 7;
  margin-top: 0;
}
header div .status {
  flex: 1;
  flex-direction: column;
  align-items: flex-end;
  text-align: center;
}
header div .status h2 {
  background: #000730;
  color: white;
  border-radius: 0.25em;
  border: 2px solid white;
  padding: 0.25em 0.5em;
  margin: 0;
}
header div .status.closed h2 {
  background-color: #000730;
  color: white;
}
header div .status.open h2 {
  background-color: white;
  color: #000730;
}
header div .status p {
  margin: 1em 0 0 0;
}

.split {
  display: flex;
}
.split > div {
  background-color: rgba(255, 255, 255, 0.025);
  border: 0.15em solid rgba(255, 255, 255, 0.05);
  padding: 1em;
  border-radius: 0.25em;
  box-sizing: border-box;
}
.split > div > h1 {
  margin-top: 0;
}
.split > div {
  flex: 1 1 auto;
  width: 50%;
  margin: 0 1em 1em 0;
}
.split > div .align-bottom {
  margin-top: auto;
}
.split > div:first-child {
  margin-left: 0;
}
.split > div:last-child {
  margin-right: 0;
}

.alert-block {
  color: #2EADD9;
  border: 0.15em solid #2EADD9;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 0.25em;
}
.alert-block.success {
  border-color: #2AE28C;
  color: #2AE28C;
}
.alert-block.warning {
  border-color: #F77F02;
  color: #F77F02;
}
.alert-block.danger {
  border-color: #F5515E;
  color: #F5515E;
}
.alert-block p:first-child {
  margin-top: 0;
}
.alert-block p:last-child {
  margin-bottom: 0;
}
.alert-block a:link, .alert-block a:visited, .alert-block a:hover {
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}

.products {
  display: grid;
  grid-template-columns: 30% 10% 15% 30% 15%;
}
.products.woloc {
  grid-template-columns: 40% 15% 20% 25%;
}
.products.woloc .location, .products.woloc .locations {
  display: none;
}
.products h2 {
  font-size: 1.25em;
  border-bottom: 1px solid white;
  margin: 1em 0 0 0;
  grid-column: 1/-1;
}
.products .product {
  display: contents;
}
.products .product > * {
  padding: 0.5em 0;
}
.products .product:nth-child(even) > * {
  background-color: rgba(255, 255, 255, 0.025);
}
.products .product.head {
  background-color: transparent;
  font-weight: bold;
}
.products .product .locations .location {
  background-color: #2AE28C;
  color: #000730;
  padding: 0 0.5em;
  border-radius: 1em;
  margin-right: 0.2em;
  font-size: 0.9em;
  white-space: nowrap;
}
.products .product .locations .location::before {
  padding-right: 0.2em;
}
.products .product .locations .location.cybar {
  background-color: #F5515E;
}
.products .product .locations .location.cybar::before {
  content: "🤖";
}
.products .product .locations .location.robotarms {
  background-color: #F77F02;
}
.products .product .locations .location.robotarms::before {
  content: "🍺";
}

@media screen and (max-width: 76em) {
  body {
    margin: 2em;
  }
  header div .logo {
    flex: auto;
  }
  header div .logo img {
    width: 15em;
  }
  table .stock {
    text-align: center;
  }
  table .stock .text {
    display: none;
  }
  table .stock .orb {
    width: 1em;
    height: 1em;
    margin-bottom: -0.1em;
    border-radius: 1em;
  }
  .products {
    display: block;
  }
  .products h2 {
    font-size: 1.5em;
    border-bottom: none;
    margin: 1em 0 0 0;
    grid-column: 1/-1;
  }
  .products .product {
    display: flex;
    flex-wrap: wrap;
    padding: 1em;
    margin: 1em 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-color: rgba(255, 255, 255, 0.025);
  }
  .products .product > * {
    padding: 0;
  }
  .products .product:nth-child(even) > * {
    background-color: transparent;
  }
  .products .product.head {
    display: none;
  }
  .products .product .name {
    flex: 1;
    order: 1;
    font-weight: bold;
    font-size: 1.125em;
  }
  .products .product .stock {
    order: 2;
    margin-left: auto;
  }
  .products .product .abv, .products .product .price, .products .product .locations {
    order: 3;
    width: 100%;
    line-height: 1.75em;
  }
  .products .product .locations::before {
    content: "Available at: ";
  }
  .products .product .abv:not(:empty)::before {
    content: "ABV: ";
  }
}
@media screen and (max-width: 768px) {
  header div {
    flex-direction: column;
    align-items: center;
  }
  header div h1 {
    margin-top: 0.7em;
    width: 100%;
  }
  header div .status {
    align-items: center;
  }
  .split {
    display: block;
  }
  .split > div {
    width: 100%;
    flex: unset;
    margin: 0 0 1em 0;
  }
}

/*# sourceMappingURL=whatson.css.c395fee6efba.map */
