@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=check,chevron_left,chevron_right,close,content_copy,keyboard_arrow_down,keyboard_arrow_right,keyboard_arrow_up,pause,play_arrow,search,select_to_speak,volume_up");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Syriac:wght@400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Syriac+Eastern:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Syriac+Western:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  background-color: rgb(48.6363636364, 14.3349282297, 92.6650717703);
  color: rgb(221, 221, 232);
  margin: 0 auto 106px;
}

a {
  color: rgb(33.8974895397, 211.6025104603, 60.6046025105);
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  a {
    color: rgb(33.8974895397, 211.6025104603, 60.6046025105);
  }
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: rgb(249.2, 119.2978723404, 0);
}
@media (prefers-color-scheme: dark) {
  a:visited {
    color: rgb(249.2, 119.2978723404, 0);
  }
}
a:active {
  color: rgb(188, 90, 0);
}
@media (prefers-color-scheme: dark) {
  a:active {
    color: rgb(188, 90, 0);
  }
}

#title {
  -webkit-text-stroke-color: rgb(221, 221, 232);
  -webkit-text-stroke-width: 3px;
  color: transparent;
  direction: rtl;
  font-family: "Noto Sans Syriac";
  font-size: 90px;
  font-weight: 900;
  line-height: 1;
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #title {
    -webkit-text-stroke-width: 0.390625vw;
    font-size: 11.71875vw;
    margin-top: 6.5104166667vw;
  }
}
@media screen and (max-width: 480px) {
  #title {
    -webkit-text-stroke-width: 0.5208333333vw;
  }
}

#subtitle {
  color: rgb(221, 221, 232);
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 300;
  margin-top: -18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #subtitle {
    font-size: calc(12px + 2.6041666667vw);
    margin-top: -2.34375vw;
  }
}
@media screen and (max-width: 480px) {
  #subtitle {
    font-weight: 400;
  }
}

#created-by-container {
  color: rgb(221, 221, 232);
  margin-bottom: 30px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
@media (prefers-color-scheme: dark) {
  #created-by-container {
    color: rgb(221, 221, 232);
  }
}

#backlink-promotion-container {
  color: rgb(221, 221, 232);
  margin-bottom: 30px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
@media (prefers-color-scheme: dark) {
  #backlink-promotion-container {
    color: rgb(221, 221, 232);
  }
}

.webapp-backlink-meta {
  font-weight: 400;
  line-height: 1.4;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.webapp-backlink-href {
  font-weight: 400;
  line-height: 1.4;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  text-decoration: underline;
}

.creator-backlink-href {
  direction: rtl;
  font-family: "Noto Sans Syriac Eastern";
  font-weight: 400;
  line-height: 1.4;
  font-size: 16.8px;
  text-decoration: underline;
}

#app-container {
  margin: 0 auto;
  max-width: 520px;
  padding: 0 16px;
}

p {
  font-weight: 400;
  line-height: 1.4;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  padding: 0 16px;
}

#about-dad-title {
  font-weight: 400;
  line-height: 1.4;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  padding: 0 16px;
}

.image-container {
  display: flex;
  gap: 16px;
  margin: 6px 0 8px;
  position: relative;
}

.side-by-side {
  height: auto;
  width: calc(50% - 8px);
}

.image-1-caption,
.image-2-caption {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  bottom: 0;
  padding: 8px;
  position: absolute;
}

.image-1-caption {
  font-weight: 400;
  line-height: 1.4;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 8px;
  color: white;
  left: 0;
  text-shadow: black 1px 1px 1px;
}

.image-2-caption {
  font-weight: 500;
  line-height: 1.4;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  border-bottom-right-radius: 16px;
  border-top-left-radius: 8px;
  color: black;
  right: 0;
  text-align: right;
  text-shadow: rgba(255, 255, 255, 0.6) 0 0 2px;
}

.image-1 {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}

.image-2 {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}

#about-dad-items {
  font-weight: 400;
  line-height: 1.4;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0 16px;
}

#poem-body ul {
  list-style-type: none;
}

.section-title {
  padding: 40px 16px 8px;
}
.section-title > div {
  text-align: left;
}

.section-lines {
  background-color: rgb(95, 28, 181);
  border-radius: 16px;
  margin: 0;
  padding: 0;
}

.section-line {
  padding: 12px 16px;
}
.section-line .aii,
.section-line .aii-tr,
.section-line .eng {
  color: rgb(215, 198.25, 236.5);
  pointer-events: none;
  text-align: right;
  transition: color 0.15s ease-in-out, font-weight 0.15s ease-in-out;
}
.section-line.recite-past-pres .aii,
.section-line.recite-past-pres .aii-tr,
.section-line.recite-past-pres .eng {
  color: white;
}
.section-line.recite-past-pres .aii {
  font-weight: 550;
}
.section-line.recite-past-pres .aii-tr,
.section-line.recite-past-pres .eng {
  font-weight: 650;
}
.section-line:first-child {
  padding: 16px 16px 12px;
}
@media (hover: hover) and (pointer: fine) {
  .section-line:hover {
    background-color: rgb(118.6363636364, 38.4928229665, 221.5071770335);
    cursor: pointer;
  }
  .section-line:first-child {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .section-line:last-child {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}

.tr-backlink-container {
  margin-top: -3px;
  text-align: left;
}

.aii {
  direction: rtl;
  font-family: "Noto Sans Syriac Eastern";
  font-weight: 400;
  line-height: 1.4;
  font-size: 22.4px;
  text-align: right;
}

.aii-tr,
.eng {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-variation-settings: "wdth" 100;
  font-weight: 500;
  line-height: 1.4;
  text-align: right;
}

.aii-tr {
  font-style: italic;
}

.eng {
  font-style: normal;
}

#player-container {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: rgba(0, 0, 0, 0.45);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  bottom: 16px;
  color: rgba(255, 255, 255, 0.7);
  padding: 12px 12px 12px 24px;
}

.player-container-position {
  box-sizing: border-box;
  left: 50%;
  max-width: 488px;
  position: fixed;
  transform: translateX(-50%);
  width: calc(100% - 64px);
}

.player-container-layout {
  align-items: center;
  display: flex;
}

.left-column {
  flex: 1;
}

#author-caption {
  font-weight: 500;
  line-height: 1.4;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

#scan-poem-container {
  font-weight: 400;
  line-height: 1.4;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

#scan-poem-time {
  font-weight: 700;
  line-height: 1.4;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

#scan-poem-caption::before {
  content: " · click ";
}
@media screen and (width <= 480px) {
  #scan-poem-caption::before {
    content: " · tap ";
  }
}

.right-column {
  flex: none;
}

#play-pause-button {
  background-color: rgba(255, 255, 255, 0.25);
  border: 0;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  font-size: 40px;
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 40;
  height: 50px;
  padding: 0;
  width: 50px;
}

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