:root {
  background-image: url("../img/cork.jpg");
  background-size: cover;
  background-position: center;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html, body {
  margin: 0;
  padding: 0;
}

body::after {
  content: "";
  position: fixed;
  bottom: -30px;
  left: 5%;
  width: 230px;
  aspect-ratio: 273 / 252;
  max-width: 50vw;
  background-image: image-set(url("../img/pencil.png") 1x, url("../img/pencil@2x.png") 2x);
  background-size: cover;
  filter: drop-shadow(-2px 2px 4px rgba(0, 0, 0, 0.8));
  z-index: 100;
}

.preload-font {
  font-family: "Courier Prime", monospace;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.infobar-placeholder,
.infobar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0.15rem 0.5rem rgba(0, 0, 0, 0.25);
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  padding: 1rem 1.5rem;
  text-align: center;
}
.infobar-placeholder p,
.infobar p {
  margin: 0;
}

.infobar-placeholder {
  background: black;
  mix-blend-mode: soft-light;
  box-shadow: 0 0 3px 5px #000;
}
.infobar-placeholder * {
  visibility: hidden;
}
.infobar-placeholder--secondary {
  opacity: 0.4;
}

.crumple {
  width: min(300px, 60vw);
  height: auto;
  filter: drop-shadow(0px 11px 8px rgba(0, 0, 0, 0.3)) contrast(1.05);
}

.infobox,
.infobox-placeholder {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0.6rem 1.5rem;
  font-size: 1.15rem;
  box-shadow: 0 0.15rem 0.5rem rgba(0, 0, 0, 0.25);
  padding: 0.9rem 1.5rem 1rem;
  line-height: 1.5;
  text-align: left;
  border-radius: 0.35rem;
  transform: translateY(-50%);
}
@media (min-width: 600px) {
  .infobox,
  .infobox-placeholder {
    left: 50%;
    width: 600px;
    margin-left: -300px;
  }
}

.infobox-placeholder {
  background: black;
  mix-blend-mode: soft-light;
  box-shadow: 0 0 10px 5px #000;
}
.infobox-placeholder * {
  visibility: hidden;
}
.infobox-placeholder--secondary {
  opacity: 0.4;
}

.infobox {
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}
.infobox a {
  color: inherit;
}

.post-it-wrapper {
  --offset: 40px;
  --background-height: 128px;
  display: flex;
  justify-content: center;
  margin-top: clamp(75px, 10vh, 200px);
  padding-bottom: var(--offset);
}

.post-it {
  --line-height: calc(1 + 1 / 6);
  --line-color: #ccc;
  --line-width: 1px;
  --font-size: 24px;
  position: relative;
  display: flex;
  align-items: stretch;
  margin: 25px auto;
  padding-top: 40px;
  height: max-content;
  width: 353px;
  background-image: image-set(url("../img/ring.png") 1x, url("../img/ring@2x.png") 2x);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  filter: drop-shadow(1px 6px 3px rgba(0, 0, 0, 0.4)) contrast(1.15);
  z-index: 1;
}
.post-it__note {
  --offset-left: 1px;
  width: calc(100% - var(--offset-left));
  min-height: 180px;
  margin-left: var(--offset-left);
  line-height: var(--line-height);
  box-sizing: border-box;
  padding: calc(33px + 1 * var(--font-size) * var(--line-height)) 30px 60px;
  background-image: linear-gradient(to bottom, transparent 0px, transparent calc(var(--font-size) * var(--line-height) - var(--line-width)), var(--line-color) calc(var(--font-size) * var(--line-height) - var(--line-width)), var(--line-color) 100%), linear-gradient(to bottom, transparent, transparent calc(var(--background-height) - var(--offset)), #e3e3e3 calc(var(--background-height) - var(--offset)), #e3e3e3 100%);
  background-size: 100% calc(var(--font-size) * var(--line-height)), 100% 100%;
  color: #210905;
  position: relative;
  font-family: "Courier Prime", monospace;
  font-weight: 500;
  font-size: var(--font-size);
  border-bottom-right-radius: 60px 5px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  white-space: pre-wrap;
  word-break: break-word;
}
.post-it__reveal {
  border: none;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 1rem;
  padding: 0.85rem 1.25rem;
  border-radius: 99rem;
  display: flex;
  align-items: center;
}
.post-it__reveal:focus {
  outline: none;
}
.post-it__reveal:focus-visible {
  outline: 2px solid #210905;
  outline-offset: 3px;
}
.post-it__reveal svg {
  height: 1.2em;
  margin-right: 0.25em;
}

.ownbit-logo {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
}
.ownbit-logo__image {
  display: block;
  width: 143px;
  height: 35px;
}
.ownbit-logo:focus {
  outline: none;
}
.ownbit-logo:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 5px;
}

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