* {
  box-sizing: border-box;
}

body {
  cursor: crosshair;
}

#index {
  display: flex;
  flex-direction: column;
}

#frames {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  place-items: center;
  justify-content: center;
  background-image: url("/a/txt/grassy.gif");
}
#frames .wrapper {
  width: 100%;
  height: calc(100% - 5rem);
  margin: 2.5rem;
  display: flex;
  flex-direction: row;
  box-shadow: 0 0 10px #fff, 0 0 30px #fff;
}
#frames .frame-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#frames iframe {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0.5px solid #fff;
}
#frames .inner {
  min-width: 220px;
  width: 30%;
}
#frames[configuration=outerOnly] .wrapper {
  width: 100%;
}
#frames[configuration=outerOnly] .inner {
  display: none !important;
}
#frames[configuration=innerOnly] .wrapper {
  width: 100%;
}
#frames[configuration=innerOnly] .outer {
  display: none !important;
}
#frames[configuration=innerWorld] .wrapper {
  flex-direction: column;
}
#frames[configuration=innerWorld] .frame-wrapper {
  width: 100%;
}
#frames[configuration=innerWorld] .inner {
  height: 50%;
}
#frames[configuration=stack] .wrapper {
  flex-direction: column;
}
#frames[configuration=stack] .frame-wrapper {
  width: 100%;
}
#frames[configuration=stack] .inner {
  height: 50%;
}
#frames[configuration=stack-reverse] .wrapper {
  flex-direction: column-reverse;
}
#frames[configuration=stack-reverse] .frame-wrapper {
  width: 100%;
}
#frames[configuration=stack-reverse] .inner {
  min-height: 280px;
  height: 50%;
}

*[state=hide] {
  display: none;
}

#title svg, #title img {
  object-fit: cover;
  width: 100%;
}
#title button {
  pointer-events: auto;
}

#index, #focus {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#index {
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  text-align: center;
}

#focus {
  z-index: 100;
  box-shadow: inset 0 0 100px 100px #fff;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}

#words {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-bottom: 5vh;
  z-index: 3;
}
#words div {
  padding: 0.5rem;
  width: 600px;
  max-width: 70vw;
  margin: 0 auto;
  font-size: 2.5rem;
}

/* debug tools */
#debug {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 15000;
  background: #fff;
  color: #000;
  text-align: center;
  margin: 0 auto;
  font-size: 0.75rem;
  margin: 0 auto;
  display: none;
}

.debugMode #frames iframe::after {
  position: absolute;
  font-size: 1.5rem;
  background: #000;
  color: #fff;
  padding: 0.5rem;
  z-index: 10000 !important;
  border: 100px solid yellow;
}
.debugMode #head::after {
  content: "head";
}
.debugMode #ikaw::after {
  content: "ikaw";
}
.debugMode #palms::after {
  content: "palms";
}
.debugMode #mundo::after {
  content: "mundo";
}

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