@charset "UTF-8";
@font-face {
  font-family: "Sombra";
  src: url("../fonts/SombraTRY-Regular.woff2") format("woff2"), url("../fonts/SombraTRY-Regular.woff") format("woff");
}
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjbQg61aAAAADUlEQVQYV2P4//8/IwAI/QL/+TZZdwAAAABJRU5ErkJggg=="), auto;
}

body {
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  overflow: hidden;
}

a {
  cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjbQg61aAAAADUlEQVQYV2P4//8/IwAI/QL/+TZZdwAAAABJRU5ErkJggg=="), auto;
  text-decoration: none;
  color: #333;
}
a:hover {
  color: black;
}

body {
  background: #8a8f93;
  font-size: 10pt;
}

a {
  color: black;
}

h1 {
  color: #eee;
}

p {
  font-size: 10pt;
}

h1 {
  font-size: 10pt;
}

.samt-edition {
  font-size: 10pt;
  margin-right: 0.5em;
}
.samt-word {
  margin-left: 1.5em;
}
.samt-word:before {
  content: "✨";
  color: black;
  left: 0.5em;
  position: absolute;
}
.samt-cell__title {
  white-space: nowrap;
}
.samt-cell__link {
  white-space: nowrap;
  font-size: 10pt;
  color: white;
  z-index: 999;
}
.samt-rect {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 15px;
  padding: 2px;
}
.samt-rect--filled {
  color: #eee;
  background-color: #8a8f93;
  overflow: hidden;
}
.samt-rect--border:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 1.5px solid;
  border-radius: 15px;
  border-color: #eee;
  overflow: hidden;
}
.samt-rect img {
  object-fit: contain;
  width: calc(100vw - 180px);
  height: calc(100vh - 100px - 180px);
}
.samt-image__cover {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.samt-video__cover {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.samt-image--empty {
  width: 100%;
  height: 100%;
  background-color: red;
}
.samt-cursor {
  position: absolute;
  mix-blend-mode: difference;
  top: 50vh;
  left: 50vw;
  z-index: 99999;
  pointer-events: none;
}
.samt-cursor > svg {
  position: absolute;
  top: -25px;
  left: -25px;
  fill: #8a8f93;
}
.samt-stars {
  width: 50px;
  height: 4rem;
  position: relative;
  margin-right: 0.5em;
}
.samt-star {
  position: absolute;
}
.samt-star#star-01 {
  top: 0;
  left: 0;
}
.samt-star#star-01 {
  top: 20px;
  left: 20px;
}
.samt-container {
  background: #8a8f93;
  position: relative;
  height: 100%;
  color: white;
  overflow: auto;
}
.samt-containera {
  color: white;
}
.samt-container--empty:before {
  content: "❇";
  font-size: 48px;
  color: white;
}
.samt-navlinks {
  flex: 1 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 1em;
}
.samt-navlinks a {
  font-size: 10pt;
}
.samt-navlinks a:hover {
  font-style: italic;
}
.samt-navlinks ul {
  margin: 0;
  padding: 0;
}
.samt-navlinks ul li {
  display: inline;
  list-style-type: none;
}
.samt-navlinks ul li:not(:last-child) {
  margin-right: 1em;
}
.samt-border {
  position: fixed;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  letter-spacing: 6px;
  font-size: 10pt;
  cursor: pointer;
  box-shadow: 0 0 72px red;
}
.samt-border--top {
  top: 0;
  left: 36px;
  width: calc(100% - 36px);
  height: 36px;
  background: red;
}
.samt-border--top > span {
  line-height: 42px;
  height: 100%;
}
.samt-border--right {
  writing-mode: vertical-rl;
  top: 36px;
  right: 0px;
  height: calc(100% - 36px);
  width: 36px;
  background: blueviolet;
}
.samt-border--right > span {
  line-height: 42px;
  width: 100%;
}
.samt-border--bottom {
  bottom: 0px;
  right: 36px;
  width: calc(100% - 36px);
  height: 36px;
  background: rosybrown;
}
.samt-border--bottom > span {
  line-height: 42px;
  height: 100%;
}
.samt-border--left {
  writing-mode: vertical-rl;
  transform: scale(-1);
  left: 0px;
  bottom: 36px;
  height: calc(100% - 36px);
  width: 36px;
  background: palegreen;
}
.samt-border--left > span {
  line-height: 42px;
  width: 100%;
}
.samt-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (min-width: 360px) {
  .samt-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 720px) {
  .samt-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1366px) {
  .samt-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.samt-content {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.samt-content__default {
  border: 2px solid #eee;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 1em;
  overflow-y: auto;
}
.samt-content__card {
  perspective: 1000px;
  border-radius: 20px;
  border: 2px solid #8a8f93;
  overflow: hidden;
  aspect-ratio: 1;
}
.samt-content__card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1em;
  pointer-events: none;
}
.samt-content__card-revealed {
  transform: rotateY(180deg);
}
.samt-content__card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.samt-content__card-front, .samt-content__card-back {
  background: white;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  overflow: hidden;
}
.samt-content__card-front {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.samt-content__card-back {
  transform: rotateY(180deg);
}
.samt-content__card-caption {
  font-family: "Sombra";
  font-size: 10pt;
  color: #8a8f93;
  line-height: 1.2em;
  background: #fff;
  text-align: left;
  width: 100%;
}
.samt-content__card-link {
  width: 100%;
  height: 100%;
}
.samt-glyph {
  border-radius: 20px;
  background: black;
}
.samt-panel {
  height: 100%;
  width: 100%;
  perspective: 1000px;
  overflow: hidden;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.samt-panel__content {
  perspective-origin: center;
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.samt-panel__content--front {
  transform: translate3D(0px, 0px, 0px) rotate3d(0, 0, 0, 0deg);
}
.samt-panel__content--middle {
  transform: translate3D(0px, 0px, 600px) rotate3d(0, 0, 0, 0deg);
}
.samt-panel__background {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  perspective: 500px;
}
.samt-panel__background-grid {
  perspective-origin: center;
  transform-origin: center;
  transform-style: preserve-3d;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  pointer-events: none;
}
.samt-panel__background-grid__item {
  width: 500px;
  height: 300px;
  border: 4px solid white;
  background-color: transparent;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10pt;
  pointer-events: all;
}
.samt-panel__background-grid__item:hover {
  background-color: white;
  color: black;
}
.samt-project {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #8a8f93;
  position: relative;
}
.samt-project__text {
  display: block;
  line-height: 12pt;
  z-index: 999;
  font-size: 10pt;
  width: 100%;
  height: 100%;
}
.samt-project__text a {
  color: black;
}
.samt-project__text a:hover {
  font-style: italic;
}
.samt-project__text-inner {
  display: block;
  position: absolute;
  top: 50%;
  padding: 1em;
  width: calc(100% - 2em);
  transform: translate(0, -50%);
}
.samt-project__author {
  position: relative;
  margin-left: 1.5em;
}
.samt-project__author:before {
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translateY(-50%);
  content: "❇";
  font-size: 10pt;
  color: #eee;
}
.samt-space {
  width: 100%;
  height: 100%;
  position: relative;
}
.samt-zoom {
  width: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
}
.samt-zoom--in {
  flex: 1 0;
  position: relative;
}
.samt-zoom--in:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid white;
  z-index: 999;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
.samt-zoom--in:after {
  content: "";
  background-color: white;
  width: 20px;
  height: calc(100% - 125px);
  display: block;
  z-index: 999;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.samt-zoom--out {
  flex: 1 0;
  position: relative;
}
.samt-zoom--out:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid white;
  z-index: 999;
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
}
.samt-zoom--out:after {
  content: "";
  background-color: white;
  width: 20px;
  height: calc(100% - 125px);
  display: block;
  z-index: 999;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.samt-nav {
  width: 100%;
  height: 50px;
  background: #eee;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  border: 2px solid #8a8f93;
  color: black;
  border-radius: 20px;
  padding: 0 0.5em;
}
.samt-footer {
  width: 100%;
  height: 50px;
  background: #eee;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  border: 2px solid #8a8f93;
  color: black;
  border-radius: 20px;
}
.samt-logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 10pt;
  color: black;
  flex: 1 0;
}
.samt-logo__container {
  display: flex;
  align-items: center;
  position: relative;
}
.samt-play {
  position: relative;
  height: 40px;
  margin-right: 1rem;
  flex: 1 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.samt-play:before {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid white;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.samt-play:hover:before {
  animation: playVideo 1000ms infinite;
  animation-timing-function: linear;
}
.samt-play[data-active]:before {
  animation: none;
  content: "";
  background: white;
  width: 6px;
  height: 100%;
  z-index: 999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 0;
}
.samt-play[data-active]:after {
  animation: none;
  content: "";
  background: white;
  width: 6px;
  height: 100%;
  z-index: 999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border: 0;
}

@keyframes playVideo {
  0% {
    left: 0;
  }
  100% {
    left: 30px;
  }
}
#topside {
  transform: translate3D(0px, -510px, 0px) rotate3d(1, 0, 0, 90deg);
}

#ground {
  transform: translate3D(0px, 510px, -510px) rotate3d(1, 0, 0, 90deg);
}

#leftside {
  transform: translate3D(-510px, 0px, 0px) rotate3d(0, 1, 0, 90deg);
}

#rightside {
  transform: translate3D(510px, 0px, 0px) rotate3d(0, -1, 0, 90deg);
}

/*# sourceMappingURL=samt.css.map */
