<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";._interaction_5a07z_1 {
  background-color: white;
  border-radius: var(--border-radius);
  padding: 15px 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}
._interaction_5a07z_1 ._photos_5a07z_10 img {
  max-width: 300px;
  max-height: 300px;
}
._interaction_5a07z_1 ._row_5a07z_14 {
  flex-direction: column;
  display: flex;
}
._interaction_5a07z_1 ._row_5a07z_14 ._titleRow_5a07z_18 {
  flex-direction: row;
  display: flex;
  gap: 0.5em;
  align-items: center;
}
._interaction_5a07z_1 ._row_5a07z_14 ._titleRow_5a07z_18 ._date_5a07z_24 {
  color: var(--beigedark);
  font-size: 11pt;
}
._interaction_5a07z_1 ._row_5a07z_14 ._titleRow_5a07z_18 ._rowTitle_5a07z_28 {
  flex-grow: 1;
}
._interaction_5a07z_1 ._row_5a07z_14 ._spreadRow_5a07z_31 {
  flex-direction: row;
  display: flex;
  gap: 0.5em;
  margin-top: 0.5em;
  align-items: start;
  justify-content: space-between;
  color: var(--beigedarker);
}
._interaction_5a07z_1 ._row_5a07z_14 ._spreadRow_5a07z_31 * {
  font-size: 11pt;
}
._interaction_5a07z_1 ._row_5a07z_14 ._spreadRow_5a07z_31 ._heartButton_5a07z_43 {
  display: inline-block;
  padding: 0 0.5em;
}

._reply_5a07z_48 {
  flex-direction: column !important;
  padding: 1em;
  border-radius: 26px;
  margin: 0 0 10px 0;
  background-color: var(--beigelight);
  position: relative;
}
._reply_5a07z_48 ._titleRow_5a07z_18 {
  flex-direction: row;
  display: flex;
  gap: 0.5em;
  align-items: center;
}
._reply_5a07z_48 ._titleRow_5a07z_18 ._name_5a07z_62 {
  color: var(--beigedarker);
  margin-bottom: 0.5em;
  flex-grow: 1;
}
._reply_5a07z_48 ._date_5a07z_24 {
  margin-top: 0.5em;
  font-style: italic;
  color: var(--beigedarker);
  font-size: 11pt;
}

._replyForm_5a07z_74 {
  display: flex;
  gap: 10px;
}
._replyForm_5a07z_74 ._input_5a07z_78 {
  border-radius: 20px;
  background-color: var(--beigelight);
  border: 0;
  padding: 10px 20px;
  flex-grow: 1;
}
._replyForm_5a07z_74 ._sendButton_5a07z_85 {
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

._youtubeContainer_5a07z_95 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
._youtubeContainer_5a07z_95::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}
._youtubeContainer_5a07z_95 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

._statusRefused_5a07z_113 {
  background-color: #c8c6c2;
}

._statusExamine_5a07z_117::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  opacity: 0.2;
  background: black;
  border-radius: var(--border-radius);
}

._examineOverlay_5a07z_130 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 110;
  top: 0;
  left: 0;
}
.szh-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  width: -moz-max-content;
  width: max-content;
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.szh-menu:focus {
  outline: none;
}
.szh-menu__arrow {
  box-sizing: border-box;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.szh-menu__arrow--dir-left {
  right: -0.375rem;
  transform: translateY(-50%) rotate(135deg);
}
.szh-menu__arrow--dir-right {
  left: -0.375rem;
  transform: translateY(-50%) rotate(-45deg);
}
.szh-menu__arrow--dir-top {
  bottom: -0.375rem;
  transform: translateX(-50%) rotate(-135deg);
}
.szh-menu__arrow--dir-bottom {
  top: -0.375rem;
  transform: translateX(-50%) rotate(45deg);
}
.szh-menu__item {
  cursor: pointer;
}
.szh-menu__item:focus {
  outline: none;
}
.szh-menu__item--hover {
  background-color: #ebebeb;
}
.szh-menu__item--focusable {
  cursor: default;
  background-color: inherit;
}
.szh-menu__item--disabled {
  cursor: default;
  color: #aaa;
}
.szh-menu__group {
  box-sizing: border-box;
}
.szh-menu__radio-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.szh-menu__divider {
  height: 1px;
  margin: 0.5rem 0;
  background-color: rgba(0, 0, 0, 0.12);
}

.szh-menu-button {
  box-sizing: border-box;
}

.szh-menu {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #212529;
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.133), 0 0.6px 2px rgba(0, 0, 0, 0.1);
  min-width: 10rem;
  padding: 0.5rem 0;
}
.szh-menu__item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.375rem 1.5rem;
}
.szh-menu-container--itemTransition .szh-menu__item {
  transition-property: background-color, color;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}
.szh-menu__item--type-radio {
  padding-left: 2.2rem;
}
.szh-menu__item--type-radio::before {
  content: "○";
  position: absolute;
  left: 0.8rem;
  top: 0.55rem;
  font-size: 0.8rem;
}
.szh-menu__item--type-radio.szh-menu__item--checked::before {
  content: "●";
}
.szh-menu__item--type-checkbox {
  padding-left: 2.2rem;
}
.szh-menu__item--type-checkbox::before {
  position: absolute;
  left: 0.8rem;
}
.szh-menu__item--type-checkbox.szh-menu__item--checked::before {
  content: "✔";
}
.szh-menu__submenu &gt; .szh-menu__item {
  padding-right: 2.5rem;
}
.szh-menu__submenu &gt; .szh-menu__item::after {
  content: "❯";
  position: absolute;
  right: 1rem;
}
.szh-menu__header {
  color: #888;
  font-size: 0.8rem;
  padding: 0.2rem 1.5rem;
  text-transform: uppercase;
}
@keyframes szh-menu-show-slide-left {
  from {
    opacity: 0;
    transform: translateX(0.75rem);
  }
}
@keyframes szh-menu-hide-slide-left {
  to {
    opacity: 0;
    transform: translateX(0.75rem);
  }
}
@keyframes szh-menu-show-slide-right {
  from {
    opacity: 0;
    transform: translateX(-0.75rem);
  }
}
@keyframes szh-menu-hide-slide-right {
  to {
    opacity: 0;
    transform: translateX(-0.75rem);
  }
}
@keyframes szh-menu-show-slide-top {
  from {
    opacity: 0;
    transform: translateY(0.75rem);
  }
}
@keyframes szh-menu-hide-slide-top {
  to {
    opacity: 0;
    transform: translateY(0.75rem);
  }
}
@keyframes szh-menu-show-slide-bottom {
  from {
    opacity: 0;
    transform: translateY(-0.75rem);
  }
}
@keyframes szh-menu-hide-slide-bottom {
  to {
    opacity: 0;
    transform: translateY(-0.75rem);
  }
}
.szh-menu--state-opening.szh-menu--dir-left {
  animation: szh-menu-show-slide-left 0.15s ease-out;
}

.szh-menu--state-closing.szh-menu--dir-left {
  animation: szh-menu-hide-slide-left 0.15s ease-in forwards;
}

.szh-menu--state-opening.szh-menu--dir-right {
  animation: szh-menu-show-slide-right 0.15s ease-out;
}

.szh-menu--state-closing.szh-menu--dir-right {
  animation: szh-menu-hide-slide-right 0.15s ease-in forwards;
}

.szh-menu--state-opening.szh-menu--dir-top {
  animation: szh-menu-show-slide-top 0.15s ease-out;
}

.szh-menu--state-closing.szh-menu--dir-top {
  animation: szh-menu-hide-slide-top 0.15s ease-in forwards;
}

.szh-menu--state-opening.szh-menu--dir-bottom {
  animation: szh-menu-show-slide-bottom 0.15s ease-out;
}

.szh-menu--state-closing.szh-menu--dir-bottom {
  animation: szh-menu-hide-slide-bottom 0.15s ease-in forwards;
}
._container_1jeys_1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
._container_1jeys_1 ._center_1jeys_6 {
  background-color: white;
  border-radius: var(--border-radius);
  padding: 1.25em;
}
._container_1jeys_1 ._center_1jeys_6 ._icons_1jeys_11 {
  display: flex;
  gap: 1.25em;
}
._container_1jeys_1 ._center_1jeys_6 ._icons_1jeys_11 ._iconAccept_1jeys_15 {
  cursor: pointer;
  background-color: var(--green);
}
._container_1jeys_1 ._center_1jeys_6 ._icons_1jeys_11 ._iconDeny_1jeys_19 {
  cursor: pointer;
  background-color: var(--red);
}</pre></body></html>