body {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  max-width: 30rem;
  color: #eee;
  position: relative;
  min-height: 100%;
}
p {
  line-height: 1.5;
  margin: 0;
}
:root {
  --viewer-action-tile-size: 58px;
  --viewer-action-tile-radius: 15px;
  --viewer-action-icon-size: 23px;
}
h2,
h3 {
  margin: 0;
}
.icon {
  width: 1.5rem;
  height: 1.5rem;
}
a {
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#modal {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 1;
  inset: 0;
  width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  height: 100dvh;
  overflow-y: auto;
  overscroll-behavior: contain;
  transition: top 0.2s ease-out, opacity 0.1s ease-out;
  transform: translateZ(0);
  box-sizing: border-box;
}
#close {
  align-self: end;
  padding: 1rem;
  cursor: pointer;
  line-height: 0;
}
#keyView,
#copyView,
#qrView {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1rem;
  text-align: center;
}
#keyView p,
#copyView p,
#qrView p {
  margin: 2rem;
}
#copyURL,
#dlKey {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  border: none;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
}
#copyURL span,
#dlKey span {
  margin-left: 0.5rem;
}
#qrView h3 {
  margin: 2rem 2rem 0;
}
#qrView p {
  margin: 0.5rem 2rem 0;
}
#qr {
  margin: 2rem;
  padding: 2rem;
  background: #fff;
  border-radius: 0.5rem;
}
header {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.headerImgC {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  overflow: hidden;
}
#cover {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 20rem;
  -o-object-position: top center;
  object-position: top center;
  -o-object-fit: cover;
  object-fit: cover;
}
#logo {
  max-height: 6rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
}
#topActions {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
#topActions > div {
  display: flex;
}
#topActions a {
  padding: 1rem;
  cursor: pointer;
  line-height: 0;
}
main {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#profilePhoto {
  width: 10rem;
  height: 10rem;
  border-radius: 0.5rem;
  box-sizing: content-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: -6rem;
}
#info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
  line-height: 1.25;
  word-break: break-word;
  padding: 0.25rem 1rem;
}
.name {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0;
}
.pronouns {
  display: block;
  font-size: 0.9rem;
  opacity: 0.8;
  font-weight: normal;
  margin: 0 0 0.5rem;
}
.bizname {
  font-size: 0.9rem;
  margin: 0.5rem 0 0 0;
  opacity: 0.8;
}
.bizaddr {
  font-size: 0.8rem;
  opacity: 0.6;
}
.sub,
.textC {
  font-size: 1rem;
  white-space: pre-line;
  line-height: 1.5;
}
.sub {
  font-size: 0.9rem;
  margin: 0.5rem 0 0;
  opacity: 0.8;
}
.textC {
  margin: 1rem;
}
#cta {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  margin-top: 2rem;
  padding: 1rem 1.5rem;
  cursor: pointer;
  line-height: 0;
  justify-content: center;
  box-sizing: border-box;
}
#cta .icon {
  margin-right: 0.5rem;
}
#cta p {
  margin: 0;
}
.actions {
  width: 100%;
  margin-top: 2rem;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
#primaryActions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 28px auto 0;
  width: min(100%, 390px);
}
#primaryActions[hidden],
.actions.secondary[hidden] {
  display: none !important;
}
.actionBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.actionBtn a {
  border-radius: 0.5rem;
  padding: 1rem;
  line-height: 0;
}
.actionBtn .dlBtn {
  box-sizing: border-box;
  width: var(--viewer-action-tile-size);
  height: var(--viewer-action-tile-size);
  padding: 0 !important;
  border-radius: var(--viewer-action-tile-radius);
}
.actionBtn p {
  margin: 0 0 0 0.75rem;
  font-size: 0.9rem;
  white-space: nowrap;
}
#primaryActions .actionsC,
#primaryActions .actionBtn {
  justify-content: center;
}
#primaryActions .actionBtn {
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
#primaryActions .actionBtn p {
  margin: 0;
  text-align: center;
}
.actions.secondary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 26px;
  row-gap: 28px;
  margin: 34px auto 12px;
  width: min(100%, 390px);
}
.actions.secondary .actionsC,
.actions.secondary .actionBtn {
  display: flex;
  justify-content: center;
}
.actions.secondary .actionBtn {
  gap: 0;
}
.actions.secondary .actionBtn a {
  box-sizing: border-box;
  display: grid;
  width: var(--viewer-action-tile-size);
  height: var(--viewer-action-tile-size);
  padding: 0 !important;
  place-items: center;
  border-radius: var(--viewer-action-tile-radius);
  line-height: 0;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}
.actions.secondary .actionBtn a:hover,
.actions.secondary .actionBtn a:focus-visible {
  filter: saturate(1.08);
  transform: translateY(-2px);
}
.actions.secondary .icon {
  display: grid;
  place-items: center;
}
.actions.secondary .icon img,
.actions.secondary .icon svg {
  width: var(--viewer-action-icon-size);
  height: var(--viewer-action-icon-size);
}
@media (max-width: 420px) {
  :root {
    --viewer-action-tile-size: 54px;
    --viewer-action-tile-radius: 14px;
    --viewer-action-icon-size: 22px;
  }
  .actions.secondary {
    column-gap: 20px;
    row-gap: 24px;
    margin-top: 30px;
    width: min(100%, 344px);
  }
}
.featured {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 3rem 0 0;
  width: 100%;
}
.section {
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
.media {
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: 1rem;
}
.media img {
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.embedded {
  position: relative;
  padding-top: 100%;
}
.embedded iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.music,
.video {
  width: 100%;
}
.mediaC {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
video {
  width: 100%;
}
.controls {
  padding: 1rem;
  font-size: 0.9rem;
  width: 100%;
  box-sizing: border-box;
}
.pCtrl,
.docDl {
  display: none;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 1rem 0 0;
}
.docDl {
  display: flex;
}
.fileSize {
  margin: 0 0 0 1rem;
}
.currentTime {
  margin: 0 0.5rem 0 1rem;
}
.seekBar {
  width: 100%;
  height: 0.5rem;
  border-radius: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.playPause,
.dlBtn {
  padding: 1rem;
  border-radius: 0.5rem;
  line-height: 0;
  cursor: pointer;
  order: -1;
}
.pause {
  display: none;
}
.title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
.prodInfo .sub {
  margin: -1rem 0 0;
}
.price {
  margin: 1rem 0 0;
  font-size: 1rem;
  font-weight: bold;
}
.label {
  display: inline-block;
  font-size: 1rem;
  margin: 1rem 0 0;
  border-radius: 0.5rem;
  letter-spacing: 1px;
  padding: 1rem 1.5rem;
}
.label p {
  margin: 0;
}
footer {
  padding: 4rem 1rem 2rem;
  font-size: 0.9rem;
  text-align: center;
}
footer a {
  text-decoration: underline;
  color: inherit;
}
:root{ --btn-g1:#22d3ee; --btn-g2:#a78bfa; }
