/* Common imports for all CSS modules */
/*
 * This source is generated by bin/gen/licon.py. Run licon.py after changing public/font/lichess.sfd
 *
 * Constant names and values are pulled from private use characters defined in the sfd file.
 *
 * Character names can be edited in fontforge's "glyph info" dialog, or by editing the StartChar: line that
 * begins each character chunk in lichess.sfd
 *
 * To make these characters visible in your editor, install the lichess.ttf font (which is also generated by
 * licon.py) and then add it to your editor's font list.
 */
/* Uniboard: keep the same page layout across pages */
/* text printed directly on the page background deserves special treatment (transp theme) */
.video .card .reveal, .video .card .info {
  box-shadow: inset 0 2px 3px -2px hsl(0, 0%, 45%), inset 0 -4px 6px -3px var(--m-body-gradient--lighten-3), 0 1px 3px 0 hsla(0, 0%, 0%, 0.2);
}
html.light .video .card .reveal, .video .card html.light .reveal, html.light .video .card .info, .video .card html.light .info {
  box-shadow: inset 0 3px 3px -2px #fff, inset 0 -4px 6px -3px var(--m-body-gradient--lighten-5), 0 1px 3px 0 hsla(0, 0%, 0%, 0.18);
}
.video .card .reveal, .video .card .info {
  background: linear-gradient(to bottom, var(--c-metal-top), var(--c-metal-bottom));
  text-shadow: 0.5px 0.5px 0 var(--m-dimmer--fade-20) !important;
}
.video .card .reveal:hover:not(.disabled, :disabled, [disabled]), .video .card .info:hover:not(.disabled, :disabled, [disabled]) {
  box-shadow: inset 0 3px 3px -2px var(--c-border-light), inset 0 -5px 8px -3px var(--m-body-gradient--lighten-5), 0 2px 4px 0 hsla(0, 0%, 0%, 0.24);
}
html.light .video .card .reveal:hover:not(.disabled, :disabled, [disabled]), .video .card html.light .reveal:hover:not(.disabled, :disabled, [disabled]), html.light .video .card .info:hover:not(.disabled, :disabled, [disabled]), .video .card html.light .info:hover:not(.disabled, :disabled, [disabled]) {
  box-shadow: inset 0 4px 3px -2px #fff, inset 0 -5px 8px -3px var(--m-body-gradient--lighten-7), 0 2px 4px 0 hsla(0, 0%, 0%, 0.21);
}
.video .card .reveal:hover:not(.disabled, :disabled, [disabled]), .video .card .info:hover:not(.disabled, :disabled, [disabled]) {
  background: linear-gradient(to bottom, var(--c-metal-top-hover), var(--c-metal-bottom-hover));
}

.video .tag-list a:hover, .video .card {
  box-shadow: 0 1px 3px 0 hsla(0, 0%, 0%, 0.2);
}
html.light .video .tag-list a:hover, .video .tag-list html.light a:hover, html.light .video .card, .video html.light .card {
  box-shadow: 0 1px 3px 0 hsla(0, 0%, 0%, 0.15);
}

.video .card:hover {
  box-shadow: 0 2px 4px 0 hsla(0, 0%, 0%, 0.225);
}
html.light .video .card:hover, .video html.light .card:hover {
  box-shadow: 0 2px 4px 0 hsla(0, 0%, 0%, 0.18);
}

.video .show .meta {
  padding: 0 var(---box-padding);
}

.video .show .embed, .video .card .img {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  /* 16/9 */
  width: 100%;
}
.video .show .embed > *, .video .card .img > * {
  border: none;
}

.video .show .embed > *, .video .card .img > * {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video .subnav a {
  /* extends %flex-center */
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.video .tag-list a, .video .card .view, .video .card {
  border-radius: 7px;
}

/* helps with clipping background into border-radius */
.video .subnav a.checked {
  border-radius: 7px 0 0 7px;
}

.video .show .embed {
  border-radius: 7px 7px 0 0;
}

.video .box__top form {
  position: relative;
}
.video .box__top form span {
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 1.4em;
  opacity: 0.6;
}
.video .page-menu__menu {
  overflow-x: auto;
}
.video .list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: var(---block-gap);
  margin-bottom: 2em;
}
.video .card {
  transition: all 150ms ease;
  position: relative;
  overflow: hidden;
  color: var(--c-font);
}
.video .card .img {
  background-size: cover;
  background-position: center;
  transition: all 150ms ease;
}
.video .card:hover .img {
  opacity: 0.5;
}
.video .card .info {
  display: block;
  padding: 6px 8px;
  border: 1px solid var(--c-border);
  border-top: 0;
}
.video .card .title {
  font-weight: bold;
  display: block;
  height: 40px;
}
.video .card .reveal {
  transition: all 150ms ease;
}
html.transp .video .card .reveal {
  backdrop-filter: blur(6px);
}
.video .card .reveal {
  position: absolute;
  top: 100%;
  width: 100%;
  height: fit-content;
  border-top: 1px solid var(--c-border);
  z-index: 1;
  padding: 10px 10px 0 10px;
  opacity: 0;
}
.video .card:hover .reveal {
  transform: translateY(-100%);
  opacity: 1;
}
.video .card .date {
  display: none;
}
.video .card .view {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  padding: 3px 5px;
  background: rgba(0, 0, 0, 0.7);
  color: #ddd;
  text-transform: uppercase;
  font-weight: bold;
}
.video .card .full-title {
  font-weight: bold;
  display: block;
}
.video .card .author {
  display: block;
  margin-bottom: 0.8em;
  opacity: 0.8;
}
.video .card .target {
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 0.8em;
}
.video .show .embed {
  overflow: hidden;
  margin-bottom: 2em;
}
.video .show .meta {
  padding-bottom: 10px;
}
.video .show .meta .target__wrapper {
  display: flex;
}
.video .show .meta .target__box {
  text-transform: uppercase;
  margin: 0.4em 0 0.6em;
  padding: 2px 0.5em;
  border-radius: 4px;
  background: var(--c-bg-zebra);
}
.video .show .meta .author {
  color: var(--c-font-dim);
  font-size: 1.5em;
  margin-right: 15px;
}
.video .show .meta .tag {
  color: var(--c-font-dim);
  font-weight: bold;
  margin-right: 0.75em;
  display: inline-flex;
  align-items: center;
}
.video .show .meta .tag::before {
  margin-right: 0.25em;
}
.video .show .meta .author:hover,
.video .show .meta .tag:hover {
  color: var(--c-link);
}
.video .show .meta .description {
  margin-top: 1em;
}
.video .subnav {
  text-transform: capitalize;
}
.video .subnav a {
  padding: 0.5em 0.8em;
}
.video .subnav a em {
  font-weight: bold;
  color: var(--c-font-dim);
  margin-left: 1em;
}
@media (max-width: 799.29px) {
  .video .subnav a em {
    display: none;
  }
}
.video .subnav a.full span::before {
  content: "+";
  font-size: 1.2em;
  margin-right: 0.5em;
  font-weight: bold;
}
.video .subnav a.checked {
  font-weight: bold;
  background: var(--c-bg-box);
  border-bottom: 1px solid var(--c-border);
}
.video .subnav a.checked span::before {
  content: "-";
}
@media (max-width: 799.29px) {
  .video .subnav a.checked {
    background: var(--c-accent);
    color: var(--c-over);
    text-shadow: none;
  }
}
.video .subnav a.empty {
  color: var(--c-font-dimmer);
  cursor: default;
}
.video .subnav a:hover span::before {
  color: var(--c-accent);
}
.video .under-tags {
  margin: 1em 0;
  text-align: center;
}
.video .tag-list {
  text-align: justify;
}
.video .tag-list a {
  color: var(--c-font);
  display: inline-block;
  padding: 3px 5px;
  margin: 5px 5px;
  background: var(--c-bg-zebra);
  text-transform: capitalize;
}
.video .tag-list a:hover {
  background: var(--c-bg-box);
}
.video .tag-list a em {
  font-weight: bold;
  color: var(--c-accent);
}
.video #video .not_much {
  margin-top: 100px;
  text-align: center;
}
.video #video .not_much.nb_0 {
  margin-top: 200px;
}
.video #video .explain {
  text-align: center;
  margin: 50px 0 35px 0;
}

/*# sourceMappingURL=bits.video.css.map */
