/*
 * Action Text の添付互換用 style
 */
.lexxy-content .attachment-gallery > action-text-attachment,
.lexxy-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.lexxy-content .attachment-gallery > .popup {
  max-width: 100%;
}

.lexxy-content .attachment-gallery.attachment-gallery--2,
.lexxy-content .attachment-gallery.attachment-gallery--3,
.lexxy-content .attachment-gallery.attachment-gallery--4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lexxy-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.lexxy-content .attachment-gallery.attachment-gallery--2 > .attachment,
.lexxy-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.lexxy-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.lexxy-content .attachment-gallery.attachment-gallery--2 > .popup,
.lexxy-content .attachment-gallery.attachment-gallery--4 > .popup {
  max-width: 100%;
}

.lexxy-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

.lexxy-content figcaption {
  display: none;
}

.lexxy-content .attachment-gallery > .attachment {
  margin-bottom: 1rem !important;
}
/* line 2, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 8, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .user-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
}

/* line 19, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .user-image .material-symbols-rounded {
  user-select: none;
  font-size: 30px;
}

/* line 24, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .user-image img {
  display: inline;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 33, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper a[id] {
  display: block;
  padding-top: 85px;
  margin-top: -85px;
}

/* line 39, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  width: calc(100% - 80px);
  border: 1px solid #f4f5f9;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  word-break: break-all;
}

/* line 53, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment::before {
  position: absolute;
  top: 15px;
  left: -12px;
  border-right: 12px solid #e9e9e9;
  border-bottom: 12px solid transparent;
  border-top: 12px solid transparent;
  content: "";
}

/* line 63, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment::after {
  position: absolute;
  top: 14px;
  left: -11px;
  border-right: 12px solid #fff;
  border-bottom: 12px solid transparent;
  border-top: 12px solid transparent;
  content: "";
}

/* line 73, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment header {
  display: flex;
  gap: 10px;
  font-weight: bold;
  color: #252c41;
}

/* line 80, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment header .username .user-link {
  color: #03a6ff;
  text-decoration: none;
}

/* line 84, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment header .username .user-link:hover {
  opacity: 0.7;
}

/* line 91, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment a[id^="anchor-"] {
  position: relative;
  outline: none;
  z-index: -1;
}

/* line 97, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .comment-body {
  line-height: 1.5;
  color: #252c41;
}

/* line 101, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .comment-body p {
  margin: 0;
}

/* line 105, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .comment-body a {
  color: #03a6ff;
  font-weight: 500;
}

/* line 111, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* line 116, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .images .thumb {
  display: block;
  width: 100px;
  height: 60px;
  overflow: hidden;
  cursor: pointer;
}

/* line 125, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .images .thumb .image-wrapper.popup::after {
  font-family: 'Material Symbols Rounded';
  content: '\e5cd';
  color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 36px;
}

/* line 137, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .images .thumb .image-wrapper:not(.popup):hover {
  opacity: 0.7;
}

/* line 143, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .images .thumb img {
  width: 100px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

/* line 150, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .images .thumb .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95%;
  height: auto;
  max-width: max-content;
  transform: translate(-50%, -50%);
  z-index: 11;
  background: rgba(0, 0, 0, 0.8);
}

/* line 162, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .images .thumb .image-popup {
  width: 100%;
  height: auto;
  max-height: 95dvh;
}

/* line 169, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .images .overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
}

/* line 181, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #52616a;
}

/* line 187, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .footer .icons {
  display: flex;
  gap: 20px;
}

/* line 191, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .footer .icons .material-symbols-rounded {
  font-size: 20px;
  user-select: none;
  cursor: pointer;
}

/* line 198, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .footer .created_at {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  color: #52616a;
  font-size: 14px;
}

/* line 206, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .footer .created_at .material-symbols-rounded {
  font-size: 18px;
}

/* line 212, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .menu {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 217, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .menu .menu-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  right: 0;
  padding: 10px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

/* line 233, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .menu .menu-item {
  width: 70px;
}

/* line 236, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .menu .menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-size: 14px;
  color: #252c41;
}

/* line 245, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .menu .menu-item a:hover {
  opacity: 0.7;
}

/* line 249, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .menu .menu-item a .material-symbols-rounded {
  font-size: 18px;
}

/* line 253, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .menu .menu-item a.color-danger {
  color: #f1404b;
}

/* line 256, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .menu .menu-item a.color-danger .material-symbols-rounded {
  color: #f1404b;
}

/* line 263, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .menu .material-symbols-rounded {
  cursor: pointer;
  font-size: 22px;
  color: #52616a;
}

/* line 268, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .menu .material-symbols-rounded:hover {
  opacity: 0.7;
}

/* line 274, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .menu-checkbox {
  display: none;
}

/* line 277, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .menu-checkbox:checked ~ .menu-wrapper {
  opacity: 1;
  visibility: inherit;
}

/* line 283, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .cancel {
  display: block;
  text-align: right;
  color: #f1404b;
  font-size: 14px;
}

/* line 292, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper footer .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  font-size: 14px;
  color: #52616a;
}

/* line 300, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper footer .right .material-symbols-rounded {
  font-size: 18px;
}

/* line 304, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper footer .right .created-at, [data-scope-path='activity_logs/comments/comment'] .comment-wrapper footer .right .updated-at {
  white-space: nowrap;
}

/* line 309, app/assets/stylesheets/activity_logs/comments/comment.desktop.scss */
[data-scope-path='activity_logs/comments/comment'] .comment-wrapper footer .right .updated-at .material-symbols-rounded {
  font-size: 20px;
}
@media screen and (max-width: 810px) {
  /* line 3, app/assets/stylesheets/activity_logs/comments/comment.mobile.scss */
  [data-scope-path='activity_logs/comments/comment'] .comment-wrapper {
    position: relative;
    flex-direction: column;
  }
  /* line 7, app/assets/stylesheets/activity_logs/comments/comment.mobile.scss */
  [data-scope-path='activity_logs/comments/comment'] .comment-wrapper .user-image {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    left: 10px;
    z-index: 1;
  }
  /* line 16, app/assets/stylesheets/activity_logs/comments/comment.mobile.scss */
  [data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment {
    padding: 15px;
    width: 100%;
    font-size: 14px;
  }
  /* line 21, app/assets/stylesheets/activity_logs/comments/comment.mobile.scss */
  [data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment::before, [data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment::after {
    content: inherit;
  }
  /* line 25, app/assets/stylesheets/activity_logs/comments/comment.mobile.scss */
  [data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment header {
    margin-left: 45px;
    margin-top: 6.5px;
  }
  /* line 29, app/assets/stylesheets/activity_logs/comments/comment.mobile.scss */
  [data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment header .username {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-width: 220px;
  }
  /* line 39, app/assets/stylesheets/activity_logs/comments/comment.mobile.scss */
  [data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .images .thumb {
    width: 80px;
    height: 50px;
  }
  /* line 43, app/assets/stylesheets/activity_logs/comments/comment.mobile.scss */
  [data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .images .thumb img {
    width: 80px;
    height: 50px;
  }
  /* line 48, app/assets/stylesheets/activity_logs/comments/comment.mobile.scss */
  [data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .images .thumb .popup {
    width: 95%;
  }
  /* line 54, app/assets/stylesheets/activity_logs/comments/comment.mobile.scss */
  [data-scope-path='activity_logs/comments/comment'] .comment-wrapper .comment .footer {
    gap: 5px;
  }
}
/* line 1, app/assets/stylesheets/activity_logs/comments/form.desktop.scss */
[data-scope-path='activity_logs/comments/form'] {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  word-break: break-all;
}

/* line 8, app/assets/stylesheets/activity_logs/comments/form.desktop.scss */
[data-scope-path='activity_logs/comments/form'] .textarea {
  display: block;
  padding: 15px;
  width: 100%;
  min-height: 140px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  color: #252c41;
  outline: none;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  resize: vertical;
  background-color: #fff;
  overflow-y: auto;
  line-height: 1.5;
}

/* line 26, app/assets/stylesheets/activity_logs/comments/form.desktop.scss */
[data-scope-path='activity_logs/comments/form'] .buttons {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

/* line 32, app/assets/stylesheets/activity_logs/comments/form.desktop.scss */
[data-scope-path='activity_logs/comments/form'] .buttons.comment-button {
  justify-content: flex-end;
}

/* line 36, app/assets/stylesheets/activity_logs/comments/form.desktop.scss */
[data-scope-path='activity_logs/comments/form'] .buttons .button {
  font-size: 14px;
  color: #fff;
  padding: 6px 26px;
  border-radius: 26px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 45, app/assets/stylesheets/activity_logs/comments/form.desktop.scss */
[data-scope-path='activity_logs/comments/form'] .buttons .submit {
  appearance: none;
  -webkit-appearance: none;
  font-weight: bold;
  border: #a0bf69;
  background-color: #a0bf69;
  font-size: 14px;
}

/* line 53, app/assets/stylesheets/activity_logs/comments/form.desktop.scss */
[data-scope-path='activity_logs/comments/form'] .buttons .submit:hover {
  opacity: 0.7;
}

/* line 58, app/assets/stylesheets/activity_logs/comments/form.desktop.scss */
[data-scope-path='activity_logs/comments/form'] .buttons .cancel, [data-scope-path='activity_logs/comments/form'] .buttons .delete {
  color: #f1404b;
}

/* line 61, app/assets/stylesheets/activity_logs/comments/form.desktop.scss */
[data-scope-path='activity_logs/comments/form'] .buttons .cancel:hover, [data-scope-path='activity_logs/comments/form'] .buttons .delete:hover {
  opacity: 0.7;
}

/* line 66, app/assets/stylesheets/activity_logs/comments/form.desktop.scss */
[data-scope-path='activity_logs/comments/form'] .buttons .submit-button {
  width: max-content;
  border-radius: 26px;
  background-color: #fff;
  cursor: pointer;
}

/* line 72, app/assets/stylesheets/activity_logs/comments/form.desktop.scss */
[data-scope-path='activity_logs/comments/form'] .buttons .submit-button .submit {
  appearance: none;
  -webkit-appearance: none;
  padding: 8px 26px;
  border-radius: 26px;
  border: none;
  font-size: 14px;
  color: #252c41;
  background-color: #fff;
  cursor: pointer;
  font-weight: normal;
}

/* line 85, app/assets/stylesheets/activity_logs/comments/form.desktop.scss */
[data-scope-path='activity_logs/comments/form'] .buttons .submit-button:hover {
  opacity: 0.7;
}
/* line 2, app/assets/stylesheets/mixin/_likes.scss */
[data-scope-path='activity_logs/likes/like'] .like__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

/* line 8, app/assets/stylesheets/mixin/_likes.scss */
[data-scope-path='activity_logs/likes/like'] .like__button form {
  margin: 0;
}

/* line 12, app/assets/stylesheets/mixin/_likes.scss */
[data-scope-path='activity_logs/likes/like'] .like__button .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  margin: 0;
  padding: 5px;
  width: 30px;
  height: 30px;
  font-weight: bold;
  font-size: 22px;
  color: #f91881;
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
  border-radius: 50%;
  line-height: 1;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
}

/* line 36, app/assets/stylesheets/mixin/_likes.scss */
[data-scope-path='activity_logs/likes/like'] .like__button .submit::after {
  margin-top: 2px;
  font-family: 'Material Symbols Rounded';
  content: '\e87d';
  font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 48;
}

/* line 43, app/assets/stylesheets/mixin/_likes.scss */
[data-scope-path='activity_logs/likes/like'] .like__button .submit:hover {
  opacity: 0.7;
}

/* line 49, app/assets/stylesheets/mixin/_likes.scss */
[data-scope-path='activity_logs/likes/like'] .like__button .unlike::after {
  font-family: 'Material Symbols Rounded';
  content: '\e87d';
  font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 48;
}

/* line 57, app/assets/stylesheets/mixin/_likes.scss */
[data-scope-path='activity_logs/likes/like'] .like__button .animate::after {
  transition-delay: 0s;
  animation-name: like;
  animation-duration: .3s;
  animation-timing-function: ease;
}

@keyframes like {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  40% {
    -webkit-transform: scale(1.3, 0.8) rotate(5deg);
    transform: scale(1.3, 0.8) rotate(5deg);
  }
  70% {
    -webkit-transform: scale(0.8, 1.3) rotate(-3deg);
    transform: scale(0.8, 1.3) rotate(-3deg);
  }
  80% {
    -webkit-transform: scale(1.1, 0.85) rotate(1deg);
    transform: scale(1.1, 0.85) rotate(1deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}

/* line 89, app/assets/stylesheets/mixin/_likes.scss */
[data-scope-path='activity_logs/likes/like'] .like__button .count {
  font-size: 12px;
  color: #52616a;
}
/* line 10, app/assets/stylesheets/chats/new.scss */
#modal #backsheet.chat-modal__backdrop {
  position: fixed;
  inset: 0;
  z-index: 1;
  width: 100vw;
  height: 100dvh;
  background: rgba(4, 8, 14, 0.62);
  transform: none;
  animation: chat-modal-backdrop-in 180ms ease-out both;
}

/* line 21, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal[data-scope-path='chats/new'] {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  width: calc(100vw - 2rem);
  max-width: 36rem;
  max-height: min(88dvh, 46rem);
  flex-direction: column;
  overflow: hidden;
  color: hsl(var(--foreground));
  background: hsl(var(--background));
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation: chat-modal-in 220ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

/* line 42, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__header {
  display: flex;
  flex: none;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 1rem;
}

/* line 51, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__title {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

/* line 59, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__description {
  margin: 0.375rem 0 0;
  color: hsl(var(--muted-foreground));
  font-size: 0.8125rem;
  line-height: 1.55;
}

/* line 66, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__close {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  flex: none;
  align-items: center;
  justify-content: center;
  margin: -0.625rem -0.625rem 0 0;
  padding: 0;
  color: hsl(var(--muted-foreground));
  background: transparent;
  border: 0;
  border-radius: calc(var(--radius) - 0.25rem);
  cursor: pointer;
  transition: color 160ms ease-out, background-color 160ms ease-out, transform 100ms ease-out;
}

/* line 85, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__close:hover {
  color: hsl(var(--foreground));
  background: hsl(var(--muted));
}

/* line 90, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__close:focus-visible {
  outline: 2px solid hsl(var(--foreground));
  outline-offset: 2px;
}

/* line 95, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__close:active {
  transform: scale(0.96);
}

/* line 99, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__close .material-symbols-rounded {
  font-size: 1.375rem;
}

/* line 104, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__body {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 1.5rem 1.5rem;
  scroll-padding-bottom: 5rem;
}

/* line 112, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* line 118, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.5rem;
}

/* line 125, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__label-row {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
}

/* line 131, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__label {
  color: hsl(var(--foreground));
  font-size: 0.875rem;
  font-weight: 650;
  line-height: 1.4;
}

/* line 138, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__field-note {
  color: hsl(var(--muted-foreground));
  font-size: 0.75rem;
  line-height: 1.4;
}

/* line 144, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__input,
#modal .chat-modal__select,
#modal .chat-modal__tag-input.tagify {
  width: 100%;
  min-width: 0;
  color: hsl(var(--foreground));
  background: hsl(var(--popover));
  border: 1px solid hsl(var(--muted-foreground));
  border-radius: calc(var(--radius) - 0.25rem);
  box-shadow: none;
  transition: border-color 160ms ease-out, box-shadow 160ms ease-out;
}

/* line 159, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__input,
#modal .chat-modal__select {
  min-height: 2.75rem;
  padding: 0.75rem 0.875rem;
  font: inherit;
  font-size: 0.9375rem;
  line-height: 1.45;
}

/* line 167, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__input::placeholder,
#modal .chat-modal__select::placeholder {
  color: hsl(var(--muted-foreground));
  opacity: 1;
}

/* line 172, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__input:hover,
#modal .chat-modal__select:hover {
  border-color: hsl(var(--foreground));
}

/* line 176, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__input:focus,
#modal .chat-modal__select:focus {
  border-color: hsl(var(--primary));
  outline: 0;
  box-shadow: 0 0 0 4px hsl(var(--primary) / 15%);
}

/* line 183, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__textarea {
  min-height: 6rem;
  resize: vertical;
}

/* line 188, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__count {
  align-self: flex-end;
  margin-top: -0.25rem;
  color: hsl(var(--muted-foreground));
  font-size: 0.75rem;
  font-variant-numeric: tabular-nums;
  line-height: 1.3;
}

/* line 196, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__count[hidden] {
  display: none;
}

/* line 201, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__count--near-limit {
  color: hsl(var(--foreground));
}

/* line 205, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__examples {
  margin-top: -0.5rem;
}

/* line 208, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__examples summary {
  display: inline-flex;
  width: fit-content;
  min-height: 2.75rem;
  align-items: center;
  color: hsl(var(--muted-foreground));
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  list-style-position: outside;
  transition: color 160ms ease-out;
}

/* line 221, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__examples summary:hover {
  color: hsl(var(--foreground));
}

/* line 225, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__examples summary:focus-visible {
  border-radius: calc(var(--radius) - 0.375rem);
  outline: 2px solid hsl(var(--foreground));
  outline-offset: 3px;
}

/* line 233, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__example-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5rem;
  padding: 0 0 0 1rem;
}

/* line 240, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__example {
  min-height: 2.75rem;
  padding: 0.625rem 0.5rem;
  color: hsl(var(--foreground));
  background: transparent;
  border: 0;
  border-radius: calc(var(--radius) - 0.375rem);
  font: inherit;
  font-size: 0.8125rem;
  line-height: 1.7;
  cursor: pointer;
  transition: color 160ms ease-out, border-color 160ms ease-out, transform 100ms ease-out;
}

/* line 256, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__example:hover {
  background: hsl(var(--muted));
}

/* line 260, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__example:focus-visible {
  border-radius: calc(var(--radius) - 0.375rem);
  outline: 2px solid hsl(var(--foreground));
  outline-offset: 3px;
}

/* line 266, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__example:active {
  transform: scale(0.98);
}

/* line 271, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__settings {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
}

/* line 277, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__tag-input.tagify {
  min-height: 2.75rem;
  padding: 0.1875rem 0.375rem;
  --tags-border-color: transparent;
  --tags-hover-border-color: transparent;
  --tags-focus-border-color: transparent;
  --placeholder-color: hsl(var(--muted-foreground));
  --placeholder-color-focus: hsl(var(--muted-foreground));
}

/* line 286, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__tag-input.tagify:hover {
  border-color: hsl(var(--foreground));
}

/* line 290, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__tag-input.tagify:focus-within {
  border-color: hsl(var(--primary));
  outline: 0;
  box-shadow: 0 0 0 4px hsl(var(--primary) / 15%);
}

/* line 296, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__tag-input.tagify .tagify__input {
  min-width: 5rem;
  margin: 0.25rem;
  padding: 0.25rem;
  color: hsl(var(--foreground));
  line-height: 1.3;
}

/* line 304, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__tag-input.tagify .tagify__tag {
  margin: 0.1875rem;
}

/* line 307, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__tag-input.tagify .tagify__tag > div::before {
  background: hsl(var(--muted));
  box-shadow: none;
}

/* line 314, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__select {
  cursor: pointer;
}

/* line 318, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__help,
#modal .chat-modal__scope-note,
#modal .chat-modal__error {
  margin: -0.125rem 0 0;
  font-size: 0.75rem;
  line-height: 1.45;
}

/* line 326, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__help,
#modal .chat-modal__scope-note {
  color: hsl(var(--muted-foreground));
}

/* line 331, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__error {
  color: hsl(var(--destructive));
}

/* line 335, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__group-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0.25rem;
}

/* line 341, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__group-field.hidden {
  display: none;
}

/* line 346, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__scope-note.hidden {
  display: none;
}

/* line 350, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-end;
}

/* line 357, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__submit-wrap {
  display: flex;
}

/* line 361, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__button {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: 0.6875rem 1rem;
  border: 1px solid transparent;
  border-radius: calc(var(--radius) - 0.25rem);
  font: inherit;
  font-size: 0.875rem;
  font-weight: 650;
  line-height: 1.2;
  cursor: pointer;
  transition: color 160ms ease-out, background-color 160ms ease-out, border-color 160ms ease-out, transform 100ms ease-out;
}

/* line 380, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__button:focus-visible {
  outline: 2px solid hsl(var(--foreground));
  outline-offset: 2px;
}

/* line 385, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__button:active {
  transform: scale(0.98);
}

/* line 390, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__button--secondary {
  color: hsl(var(--foreground));
  background: transparent;
  border-color: hsl(var(--muted-foreground));
}

/* line 395, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__button--secondary:hover {
  background: hsl(var(--muted));
}

/* line 400, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__button--primary {
  color: hsl(var(--primary-foreground));
  background: hsl(var(--primary));
  border-color: hsl(var(--primary));
}

/* line 405, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__button--primary:hover {
  background: hsl(var(--primary) / 90%);
}

/* line 409, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__button--primary:disabled {
  cursor: wait;
  opacity: 0.58;
}

/* line 415, app/assets/stylesheets/chats/new.scss */
#modal .chat-modal__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 428, app/assets/stylesheets/chats/new.scss */
#modal.is-closing .chat-modal[data-scope-path='chats/new'] {
  pointer-events: none;
  animation: chat-modal-out 180ms ease-in both;
}

/* line 433, app/assets/stylesheets/chats/new.scss */
#modal.is-closing #backsheet.chat-modal__backdrop {
  pointer-events: none;
  animation: chat-modal-backdrop-out 180ms ease-in both;
}

@keyframes chat-modal-in {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes chat-modal-out {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.98);
  }
}

@keyframes chat-modal-sheet-in {
  from {
    opacity: 0;
    transform: translate(-50%, 1.5rem);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes chat-modal-sheet-out {
  from {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  to {
    opacity: 0;
    transform: translate(-50%, 1.5rem);
  }
}

@keyframes chat-modal-backdrop-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes chat-modal-backdrop-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@media screen and (max-width: 700px) {
  /* line 509, app/assets/stylesheets/chats/new.scss */
  #modal .chat-modal[data-scope-path='chats/new'] {
    top: auto;
    bottom: 0;
    width: 100%;
    max-width: none;
    max-height: 92dvh;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: var(--radius) var(--radius) 0 0;
    transform: translateX(-50%);
    transform-origin: bottom center;
    animation-name: chat-modal-sheet-in;
  }
  /* line 524, app/assets/stylesheets/chats/new.scss */
  #modal .chat-modal__header {
    padding: 1.25rem 1rem 0.875rem;
  }
  /* line 528, app/assets/stylesheets/chats/new.scss */
  #modal .chat-modal__title {
    font-size: 1.25rem;
  }
  /* line 532, app/assets/stylesheets/chats/new.scss */
  #modal .chat-modal__description {
    max-width: 19rem;
  }
  /* line 536, app/assets/stylesheets/chats/new.scss */
  #modal .chat-modal__body {
    padding: 0 1rem calc(1rem + env(safe-area-inset-bottom));
    scroll-padding-bottom: calc(5rem + env(safe-area-inset-bottom));
  }
  /* line 541, app/assets/stylesheets/chats/new.scss */
  #modal .chat-modal__form {
    gap: 1.125rem;
  }
  /* line 545, app/assets/stylesheets/chats/new.scss */
  #modal .chat-modal__settings {
    grid-template-columns: minmax(0, 1fr);
  }
  /* line 549, app/assets/stylesheets/chats/new.scss */
  #modal .chat-modal__actions {
    position: sticky;
    bottom: calc(-1rem - env(safe-area-inset-bottom));
    z-index: 2;
    margin: 0 -1rem calc(-1rem - env(safe-area-inset-bottom));
    padding: 0.875rem 1rem calc(0.875rem + env(safe-area-inset-bottom));
    background: hsl(var(--background));
    border-top: 1px solid hsl(var(--border));
  }
  /* line 559, app/assets/stylesheets/chats/new.scss */
  #modal .chat-modal__button--primary {
    min-width: 10rem;
  }
  /* line 564, app/assets/stylesheets/chats/new.scss */
  #modal.is-closing .chat-modal[data-scope-path='chats/new'] {
    animation-name: chat-modal-sheet-out;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 571, app/assets/stylesheets/chats/new.scss */
  #modal #backsheet.chat-modal__backdrop,
#modal .chat-modal[data-scope-path='chats/new'] {
    animation-name: chat-modal-backdrop-in;
    animation-duration: 100ms;
  }
  /* line 577, app/assets/stylesheets/chats/new.scss */
  #modal .chat-modal__button,
#modal .chat-modal__close,
#modal .chat-modal__example {
    transition-duration: 0ms;
  }
  /* line 583, app/assets/stylesheets/chats/new.scss */
  #modal .chat-modal__button:active,
#modal .chat-modal__close:active,
#modal .chat-modal__example:active {
    opacity: 0.7;
    transform: none;
  }
  /* line 592, app/assets/stylesheets/chats/new.scss */
  #modal.is-closing #backsheet.chat-modal__backdrop,
#modal.is-closing .chat-modal[data-scope-path='chats/new'] {
    animation-name: chat-modal-backdrop-out;
    animation-duration: 100ms;
  }
}

@media (prefers-contrast: more) {
  /* line 602, app/assets/stylesheets/chats/new.scss */
  #modal .chat-modal[data-scope-path='chats/new'],
#modal .chat-modal__input,
#modal .chat-modal__select,
#modal .chat-modal__tag-input.tagify,
#modal .chat-modal__button--secondary {
    border-color: hsl(var(--foreground));
  }
}
/* line 1, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 6, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .heading-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 55px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  height: 300px;
  background-image: url(/images/background_finds_2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  z-index: 1;
}

/* line 24, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .heading-wrapper .heading-top {
  display: flex;
  flex-direction: column;
}

/* line 29, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .heading-wrapper h1 {
  display: flex;
  justify-content: center;
  margin: 0;
}

/* line 34, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .heading-wrapper h1 .title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f4f5f9;
}

/* line 40, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .heading-wrapper h1 .title .material-symbols-rounded {
  font-size: 32px;
}

/* line 46, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .heading-wrapper .description {
  color: #f4f5f9;
  font-size: 18px;
  font-weight: 400;
}

/* line 54, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] details summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 15px;
  cursor: pointer;
}

/* line 62, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] details summary::-webkit-details-marker {
  display: none;
}

/* line 67, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] form {
  margin: 0;
}

/* line 71, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .friend-search {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px 8px 6px 6px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
  color: #252c41;
}

/* line 82, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .friend-search .field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 87, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .friend-search .field .heading {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 500;
}

/* line 94, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .friend-search .field .heading .material-symbols-rounded {
  user-select: none;
}

/* line 100, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .friend-search .submit {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 8px 36px;
  width: 140px;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  border: #001e2a;
  border-radius: 26px;
  background-color: #001e2a;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  transition: .3s ease-in-out;
  cursor: pointer;
}

/* line 116, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .friend-search .submit:hover {
  animation: bounce 2s ease-in-out;
}

/* line 122, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* line 128, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .checkbox {
  display: none;
}

/* line 132, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .input--checkbox {
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  display: inline;
  font-size: var(--input-size--default);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  --input-size: var(--input-size--default);
  user-select: none;
  --input-color--line: var(--theme-light--color-line-success);
}

/* line 147, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .input--checkbox label {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

/* line 156, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .input__box {
  position: relative;
  --theme-light--color-border: rgba(0, 0, 0, 0.3);
  --theme-light--color-line-success: #fff;
  --input-size--default: 11px;
  --input-color--border: var(--theme-light--color-border);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #f4f5f9;
  user-select: none;
  --input-color--line: var(--theme-light--color-line-success);
  text-align: left;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-color: rgba(0, 0, 0, 0.08627);
  border: 1px solid var(--input-color--border);
  vertical-align: calc((var(--input-size--default) - 11px) / 2 - var(--input-size--default) / 4);
  transition: background-color .1s ease;
  border-radius: calc(11px * .266);
  opacity: .9;
  background-color: #fff;
}

/* line 183, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .input--checkbox .input__box:before {
  transition: width .05s linear;
  --rotation: 45deg;
  --translate-top: 4px;
  --translate-left: 3px;
}

/* line 190, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .input--checkbox input:checked + .input__box {
  background-color: #a0bf69;
  transition-delay: 0s;
  animation-name: wobble;
  animation-duration: .3s;
  animation-timing-function: ease;
}

@keyframes wobble {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  40% {
    -webkit-transform: scale(1.1, 0.9) rotate(5deg);
    transform: scale(1.1, 0.9) rotate(5deg);
  }
  70% {
    -webkit-transform: scale(0.9, 1.1) rotate(-3deg);
    transform: scale(0.9, 1.1) rotate(-3deg);
  }
  80% {
    -webkit-transform: scale(1.05, 0.95) rotate(1deg);
    transform: scale(1.05, 0.95) rotate(1deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}

/* line 222, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .input--checkbox input:checked + .input__box:before {
  position: absolute;
  top: 2px;
  left: 1px;
  width: calc(16px / 2 - 2px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  content: "";
  position: absolute;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  border-bottom-color: var(--input-color--line);
  border-bottom-style: solid;
  -webkit-transform: rotate(var(--rotation)) translateX(var(--translate-top)) translateY(var(--translate-left));
  transform: rotate(var(--rotation)) translateX(var(--translate-top)) translateY(var(--translate-left));
}

/* line 239, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .input--checkbox input:checked + .input__box:after {
  position: absolute;
  top: 4px;
  right: 3px;
  width: calc(16px / 2 + 3px);
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}

/* line 248, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .input--checkbox .input__box:after, [data-scope-path='finds/index'] .input--checkbox .input__box:before {
  content: "";
  position: absolute;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  width: 0;
  border-bottom-color: var(--input-color--line);
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-radius: 1px;
  -webkit-transform: rotate(var(--rotation)) translateX(var(--translate-top)) translateY(var(--translate-left));
  transform: rotate(var(--rotation)) translateX(var(--translate-top)) translateY(var(--translate-left));
}

/* line 262, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .input--checkbox .input__box:after {
  --rotation: -45deg;
  --translate-top: -2px;
  --translate-left: 8px;
}

/* line 268, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 20px;
  justify-content: center;
  margin-bottom: 6px;
}

/* line 276, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users .user {
  width: calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
  color: #252c41;
  background-color: #fff;
  border-radius: 8px 8px 6px 6px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
}

/* line 285, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users .user .header {
  position: relative;
}

/* line 288, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users .user .header::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(180deg, transparent 0 40%, #111 120%);
}

/* line 298, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users .user .header img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

/* line 306, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users .user .body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 5px 15px 15px;
}

/* line 312, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users .user .body .top {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* line 319, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users .user .user-info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

/* line 326, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users .user .user-info .image img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
}

/* line 335, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users .user .user-info .username {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 67%;
  font-weight: bold;
}

/* line 343, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users .user .user-info .username a {
  color: #03a6ff;
}

/* line 346, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users .user .user-info .username a:hover {
  opacity: 0.7;
}

/* line 353, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users .user .self-introduction {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 30px;
  font-size: 14px;
}

/* line 362, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users .user .user-data {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  width: 100%;
  font-size: 14px;
  color: #52616a;
}

/* line 371, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users .user .user-data .item {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 376, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users .user .user-data .item .heading {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 125px;
  border-bottom: 1px dotted;
  word-break: keep-all;
}

/* line 384, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users .user .user-data .item .heading .material-symbols-rounded {
  font-size: 20px;
}

/* line 389, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users .user .user-data .item .text {
  margin-top: 3px;
  width: 60%;
  border-bottom: 1px dotted;
}

/* line 397, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users .user .footer {
  display: flex;
  justify-content: space-between;
  margin: 0 15px 15px;
}

/* line 402, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users .user .footer .sns {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 407, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users .user .footer .sns .icon {
  width: 20px;
  height: auto;
}

/* line 413, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users .user .footer .logined_at {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  color: #52616a;
  font-size: 14px;
}

/* line 421, app/assets/stylesheets/finds/index.desktop.scss */
[data-scope-path='finds/index'] .users .user .footer .logined_at .material-symbols-rounded {
  font-size: 18px;
}
@media screen and (max-width: 810px) {
  /* line 3, app/assets/stylesheets/finds/index.mobile.scss */
  [data-scope-path='finds/index'] .heading-wrapper {
    height: 150px;
  }
  /* line 6, app/assets/stylesheets/finds/index.mobile.scss */
  [data-scope-path='finds/index'] .heading-wrapper h1 {
    font-size: 26px;
  }
  /* line 10, app/assets/stylesheets/finds/index.mobile.scss */
  [data-scope-path='finds/index'] .heading-wrapper h1 .title .material-symbols-rounded {
    font-size: 30px;
  }
  /* line 18, app/assets/stylesheets/finds/index.mobile.scss */
  [data-scope-path='finds/index'] .users .user {
    width: 100%;
  }
  /* line 23, app/assets/stylesheets/finds/index.mobile.scss */
  [data-scope-path='finds/index'] .users .user .body .top .self-introduction {
    height: 32px;
    font-size: 14px;
  }
  /* line 29, app/assets/stylesheets/finds/index.mobile.scss */
  [data-scope-path='finds/index'] .users .user .body .user-data {
    font-size: 14px;
  }
}
/* line 3, app/assets/stylesheets/layouts/application.scss */
html {
  line-height: 1.15;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic UI", "Meiryo", sans-serif;
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__hashtag::before {
  content: "\e9ef";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__close::before {
  content: "\e5cd";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__chat::before {
  content: "\e0b7";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__schedule::before {
  content: "\e8b5";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__like::before {
  content: "\e87d";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__add_notes::before {
  content: "\e091";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__add::before {
  content: "\e145";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__title::before {
  content: "\e264";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__category::before {
  content: "\e574";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__tips_and_updates::before {
  content: "\e79a";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__add_photo_alternate::before {
  content: "\e43e";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__add_a_photo::before {
  content: "\e439";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__image::before {
  content: "\e3f4";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__settings::before {
  content: "\e8b8";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__expand_more::before {
  content: "\e5cf";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__reply::before {
  content: "\e15e";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__keyboard_double_arrow_right::before {
  content: "\eac9";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__search::before {
  content: "\e8b6";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__groups::before {
  content: "\f233";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__forum::before {
  content: "\e0bf";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__description::before {
  content: "\e873";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__open_in_new::before {
  content: "\e89e";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__menu::before {
  content: "\e5d2";
}

/* line 31, app/assets/stylesheets/mixin/_material_symbols_icons.scss */
html .icon__bolt::before {
  content: "\ea0b";
}

@media screen and (max-width: 810px) {
  /* line 9, app/assets/stylesheets/layouts/application.scss */
  html .material-symbols-rounded {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
  }
}

/* line 15, app/assets/stylesheets/layouts/application.scss */
html body.no-scroll {
  overflow: hidden;
}

/* line 19, app/assets/stylesheets/layouts/application.scss */
html body .material-symbols-rounded {
  user-select: none;
}

/* line 24, app/assets/stylesheets/layouts/application.scss */
html body main .wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
}

/* line 32, app/assets/stylesheets/layouts/application.scss */
html body #modal #backsheet {
  content: '';
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  animation: appear .3s ease;
}

/* line 45, app/assets/stylesheets/layouts/application.scss */
html body #modal [data-controller='modal'] {
  animation: appear .3s ease;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 59, app/assets/stylesheets/layouts/application.scss */
html body .back-to-top-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 20vh;
}

/* line 66, app/assets/stylesheets/layouts/application.scss */
html body .back-to-top-container.back-to-top-container--intersecting .back-to-top__button {
  opacity: 0;
  visibility: hidden;
}

/* line 72, app/assets/stylesheets/layouts/application.scss */
html body .back-to-top-container .back-to-top__button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

/* line 81, app/assets/stylesheets/layouts/application.scss */
html body .back-to-top-container .button {
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  color: #252c41;
}
/* line 3, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] header ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
}

/* line 11, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] header ul li {
  list-style: none;
}

/* line 14, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] header ul li:hover {
  opacity: 0.7;
}

/* line 18, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] header ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  font-size: 14px;
}

/* line 25, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] header ul li a .material-symbols-rounded {
  font-size: 20px;
}

/* line 32, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] header .icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* line 37, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] header .icons .material-symbols-rounded {
  cursor: pointer;
  color: #52616a;
}

/* line 41, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] header .icons .material-symbols-rounded.logout {
  color: #f1404b;
}

/* line 47, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] header .button {
  display: block;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  height: 32px;
  padding: 0 20px;
  border-radius: 16px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-size: 14px;
}

/* line 60, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] header .button:hover {
  background: rgba(0, 30, 42, 0.8);
}

/* line 65, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] header .twitter--color {
  font-weight: bold;
  background: #00acee;
}

/* line 69, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] header .twitter--color:hover {
  background: rgba(0, 172, 238, 0.8);
}

/* line 74, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] header .form {
  margin: 0;
}

/* line 79, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] .menu {
  display: flex;
  align-items: center;
}

/* line 83, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] .menu .menu-backsheet,
[data-scope-path='layouts/header'] .menu .navi-backsheet {
  content: '';
  position: fixed;
  top: 100%;
  left: 50%;
  width: 100vw;
  height: calc(100dvh - 4rem);
  transform: translate(-50%, 0);
  z-index: 1;
  transition: all 0.4s;
  visibility: hidden;
}

/* line 97, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] .menu #menu-button,
[data-scope-path='layouts/header'] .menu #navi-button {
  display: none;
}

/* line 102, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] .menu .menu-button,
[data-scope-path='layouts/header'] .menu .navi-button {
  cursor: pointer;
}

/* line 107, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] .menu .menu-button .image img,
[data-scope-path='layouts/header'] .menu .navi-button .image img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: contain;
}

/* line 116, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] .menu .menu-content {
  position: fixed;
  top: 64px;
  right: -300px;
  width: 250px;
  height: calc(100dvh - 66px);
  z-index: 2;
  border: 1px solid #e5e5e5;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}

/* line 127, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] .menu .menu-content ul {
  flex-direction: column;
  align-items: flex-start;
  margin: 20px;
}

/* line 132, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] .menu .menu-content ul li {
  display: flex;
  gap: 5px;
  justify-items: center;
  font-weight: bold;
}

/* line 138, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] .menu .menu-content ul li a {
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.15s;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 148, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] .menu .menu-content ul li a:hover {
  color: #1a1a1a;
}

/* line 153, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] .menu .menu-content ul li .logout-in-menu {
  color: #dc2626;
}

/* line 156, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] .menu .menu-content ul li .logout-in-menu:hover {
  color: #dc2626;
}

@media (min-width: 48rem) {
  /* line 167, app/assets/stylesheets/layouts/header.desktop.scss */
  [data-scope-path='layouts/header'] .menu .navi-button {
    display: none;
  }
}

/* line 173, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] .menu .menu-content,
[data-scope-path='layouts/header'] .menu .navi-content {
  background-color: #ffffff;
}

/* line 179, app/assets/stylesheets/layouts/header.desktop.scss */
html.dark [data-scope-path='layouts/header'] .menu .menu-content, html.dark [data-scope-path='layouts/header'] .menu .navi-content {
  background-color: #0a0a0a;
  color: #fafafa;
  border: 1px solid #27272a;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -4px rgba(0, 0, 0, 0.3);
}

/* line 186, app/assets/stylesheets/layouts/header.desktop.scss */
html.dark [data-scope-path='layouts/header'] .menu .menu-content ul li a, html.dark [data-scope-path='layouts/header'] .menu .navi-content ul li a {
  color: #fafafa;
}

/* line 192, app/assets/stylesheets/layouts/header.desktop.scss */
html.retro [data-scope-path='layouts/header'] .menu .menu-content, html.retro [data-scope-path='layouts/header'] .menu .navi-content {
  background-color: #fffbeb;
  color: #1f1f1f;
  border: 1px solid #f59e0b;
  box-shadow: 0 10px 15px -3px rgba(245, 158, 11, 0.1), 0 4px 6px -4px rgba(245, 158, 11, 0.1);
}

/* line 201, app/assets/stylesheets/layouts/header.desktop.scss */
html.forest [data-scope-path='layouts/header'] .menu .menu-content, html.forest [data-scope-path='layouts/header'] .menu .navi-content {
  background-color: #f8fdf9;
  color: #204737;
  border: 1px solid #5eca7d;
  box-shadow: 0 10px 15px -3px rgba(94, 202, 125, 0.15), 0 4px 6px -4px rgba(94, 202, 125, 0.13);
}

@media (min-width: 48rem) {
  /* line 208, app/assets/stylesheets/layouts/header.desktop.scss */
  html.forest [data-scope-path='layouts/header'] .menu .navi-content {
    color: #204737;
  }
}

/* line 216, app/assets/stylesheets/layouts/header.desktop.scss */
html.ocean [data-scope-path='layouts/header'] .menu .menu-content, html.ocean [data-scope-path='layouts/header'] .menu .navi-content {
  background-color: #f0f9ff;
  color: #1f1f1f;
  border: 1px solid #3b82f6;
  box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.1), 0 4px 6px -4px rgba(59, 130, 246, 0.1);
}

/* line 225, app/assets/stylesheets/layouts/header.desktop.scss */
html.sunset [data-scope-path='layouts/header'] .menu .menu-content, html.sunset [data-scope-path='layouts/header'] .menu .navi-content {
  background-color: #fffaf4;
  color: #1f1f1f;
  border: 1px solid #fdb36f;
  box-shadow: 0 10px 15px -3px rgba(253, 179, 111, 0.16), 0 4px 6px -4px rgba(253, 179, 111, 0.16);
}

@media (min-width: 48rem) {
  /* line 232, app/assets/stylesheets/layouts/header.desktop.scss */
  html.sunset [data-scope-path='layouts/header'] .menu .navi-content {
    color: #fafafa;
  }
}

/* line 238, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] .menu #menu-button:checked ~ .menu-content {
  right: 0;
}

/* line 242, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] .menu #navi-button:checked ~ .navi-content {
  left: 0;
}

/* line 246, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] .menu #menu-button:checked ~ .menu-backsheet,
[data-scope-path='layouts/header'] .menu #navi-button:checked ~ .navi-backsheet {
  background: rgba(0, 0, 0, 0.5);
  visibility: inherit;
}

/* line 253, app/assets/stylesheets/layouts/header.desktop.scss */
html.dark [data-scope-path='layouts/header'] .menu #menu-button:checked ~ .menu-backsheet, html.dark [data-scope-path='layouts/header'] .menu #navi-button:checked ~ .navi-backsheet {
  background: rgba(0, 0, 0, 0.7);
}

/* line 259, app/assets/stylesheets/layouts/header.desktop.scss */
html.retro [data-scope-path='layouts/header'] .menu #menu-button:checked ~ .menu-backsheet, html.retro [data-scope-path='layouts/header'] .menu #navi-button:checked ~ .navi-backsheet {
  background: rgba(251, 191, 36, 0.2);
}

/* line 265, app/assets/stylesheets/layouts/header.desktop.scss */
html.forest [data-scope-path='layouts/header'] .menu #menu-button:checked ~ .menu-backsheet, html.forest [data-scope-path='layouts/header'] .menu #navi-button:checked ~ .navi-backsheet {
  background: rgba(94, 202, 125, 0.21);
}

/* line 271, app/assets/stylesheets/layouts/header.desktop.scss */
html.ocean [data-scope-path='layouts/header'] .menu #menu-button:checked ~ .menu-backsheet, html.ocean [data-scope-path='layouts/header'] .menu #navi-button:checked ~ .navi-backsheet {
  background: rgba(59, 130, 246, 0.2);
}

/* line 277, app/assets/stylesheets/layouts/header.desktop.scss */
html.sunset [data-scope-path='layouts/header'] .menu #menu-button:checked ~ .menu-backsheet, html.sunset [data-scope-path='layouts/header'] .menu #navi-button:checked ~ .navi-backsheet {
  background: rgba(249, 115, 22, 0.2);
}

/* line 283, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  gap: 30px;
  top: 64px;
  left: -300px;
  margin: 0;
  padding: 20px;
  width: 250px;
  height: calc(100dvh - 66px);
  z-index: 2;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  font-weight: bold;
}

/* line 300, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] nav ul {
  align-items: flex-start;
  flex-direction: column;
}

/* line 305, app/assets/stylesheets/layouts/header.desktop.scss */
[data-scope-path='layouts/header'] nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  width: auto;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.15s;
}

@media (min-width: 48rem) {
  /* line 318, app/assets/stylesheets/layouts/header.desktop.scss */
  [data-scope-path='layouts/header'] nav {
    display: flex;
    flex-direction: inherit;
    position: inherit;
    width: auto;
    height: auto;
    margin-left: 32px;
    padding: 0;
    box-shadow: unset !important;
    border: none !important;
    background-color: unset !important;
    font-weight: normal;
  }
  /* line 331, app/assets/stylesheets/layouts/header.desktop.scss */
  [data-scope-path='layouts/header'] nav ul {
    align-items: center;
    flex-direction: row;
  }
  /* line 336, app/assets/stylesheets/layouts/header.desktop.scss */
  [data-scope-path='layouts/header'] nav a {
    padding: 0;
  }
}
@media screen and (max-width: 810px) {
  /* line 4, app/assets/stylesheets/layouts/header.mobile.scss */
  [data-scope-path='layouts/header'] header .left {
    width: inherit;
  }
  /* line 9, app/assets/stylesheets/layouts/header.mobile.scss */
  [data-scope-path='layouts/header'] header .center ul {
    gap: 25px;
  }
  /* line 13, app/assets/stylesheets/layouts/header.mobile.scss */
  [data-scope-path='layouts/header'] header .center .text {
    display: none;
  }
  /* line 20, app/assets/stylesheets/layouts/header.mobile.scss */
  [data-scope-path='layouts/header'] header .right .form .button {
    padding: 0 15px;
  }
}
/* line 2, app/assets/stylesheets/layouts/sidebar.scss */
[data-scope-path='layouts/sidebar'] .sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 8px;
  position: sticky;
  top: 80px;
}

/* line 11, app/assets/stylesheets/layouts/sidebar.scss */
[data-scope-path='layouts/sidebar'] .sidebar .sidebar__add_content a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 16px 24px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(119.09deg, #FF6614 32.64%, #F59D4F 93.84%);
  border-radius: 26px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* line 26, app/assets/stylesheets/layouts/sidebar.scss */
[data-scope-path='layouts/sidebar'] .sidebar .sidebar__add_content a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(119.09deg, #F59D4F 32.64%, #FF6614 93.84%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

/* line 40, app/assets/stylesheets/layouts/sidebar.scss */
[data-scope-path='layouts/sidebar'] .sidebar .sidebar__add_content a:hover::before {
  opacity: 1;
}

/* line 47, app/assets/stylesheets/layouts/sidebar.scss */
[data-scope-path='layouts/sidebar'] .sidebar .sidebar__items {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 53, app/assets/stylesheets/layouts/sidebar.scss */
[data-scope-path='layouts/sidebar'] .sidebar .sidebar__items__item {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 16px 24px;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  transition: border-left 0.1s ease;
  color: #61646B;
  border-left: 3px solid transparent;
  cursor: pointer;
}

/* line 66, app/assets/stylesheets/layouts/sidebar.scss */
[data-scope-path='layouts/sidebar'] .sidebar .sidebar__items__item.active, [data-scope-path='layouts/sidebar'] .sidebar .sidebar__items__item:hover {
  border-left: 3px solid #ff6614;
  background: #fff2f2;
  font-weight: bold;
  color: #ff6614;
}

/* line 75, app/assets/stylesheets/layouts/sidebar.scss */
[data-scope-path='layouts/sidebar'] .sidebar .sidebar__favorite {
  position: relative;
}

/* line 78, app/assets/stylesheets/layouts/sidebar.scss */
[data-scope-path='layouts/sidebar'] .sidebar .sidebar__favorite .sidebar__favorite-toggle {
  display: none;
}

/* line 81, app/assets/stylesheets/layouts/sidebar.scss */
[data-scope-path='layouts/sidebar'] .sidebar .sidebar__favorite .sidebar__favorite-toggle:checked ~ .sidebar__favorite-links {
  max-height: 300px;
  opacity: 1;
  margin-top: 8px;
}

/* line 87, app/assets/stylesheets/layouts/sidebar.scss */
[data-scope-path='layouts/sidebar'] .sidebar .sidebar__favorite .sidebar__favorite-toggle:checked ~ .sidebar__favorite-header {
  color: #ff6614;
  border-left: 3px solid;
  background: #fff2f2;
  font-weight: bold;
}

/* line 93, app/assets/stylesheets/layouts/sidebar.scss */
[data-scope-path='layouts/sidebar'] .sidebar .sidebar__favorite .sidebar__favorite-toggle:checked ~ .sidebar__favorite-header .sidebar__favorite-icon {
  transform: rotate(180deg);
}

/* line 99, app/assets/stylesheets/layouts/sidebar.scss */
[data-scope-path='layouts/sidebar'] .sidebar .sidebar__favorite .sidebar__favorite-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  cursor: pointer;
  color: #61646B;
  transition: border-left 0.1s ease;
}

/* line 108, app/assets/stylesheets/layouts/sidebar.scss */
[data-scope-path='layouts/sidebar'] .sidebar .sidebar__favorite .sidebar__favorite-header .sidebar__favorite-icon {
  transition: transform 0.3s ease;
  font-size: 20px;
}

/* line 113, app/assets/stylesheets/layouts/sidebar.scss */
[data-scope-path='layouts/sidebar'] .sidebar .sidebar__favorite .sidebar__favorite-header:hover {
  color: #ff6614;
  border-left: 3px solid;
  background: #fff2f2;
  font-weight: bold;
}

/* line 121, app/assets/stylesheets/layouts/sidebar.scss */
[data-scope-path='layouts/sidebar'] .sidebar .sidebar__favorite .sidebar__favorite-links {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding-left: 16px;
}

/* line 128, app/assets/stylesheets/layouts/sidebar.scss */
[data-scope-path='layouts/sidebar'] .sidebar .sidebar__favorite .sidebar__favorite-links a {
  display: block;
  padding: 10px 24px;
  text-decoration: none;
}

/* line 133, app/assets/stylesheets/layouts/sidebar.scss */
[data-scope-path='layouts/sidebar'] .sidebar .sidebar__favorite .sidebar__favorite-links a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 1, app/assets/stylesheets/my_activity_logs/index.desktop.scss */
[data-scope-path='my_activity_logs/index'] {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

/* line 7, app/assets/stylesheets/my_activity_logs/index.desktop.scss */
[data-scope-path='my_activity_logs/index'] .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

/* line 13, app/assets/stylesheets/my_activity_logs/index.desktop.scss */
[data-scope-path='my_activity_logs/index'] .header .heading {
  margin: 0;
  margin-top: 30px;
}

/* line 19, app/assets/stylesheets/my_activity_logs/index.desktop.scss */
[data-scope-path='my_activity_logs/index'] .write {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 24, app/assets/stylesheets/my_activity_logs/index.desktop.scss */
[data-scope-path='my_activity_logs/index'] .write .link {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: #03a6ff;
  font-size: 14px;
}

/* line 32, app/assets/stylesheets/my_activity_logs/index.desktop.scss */
[data-scope-path='my_activity_logs/index'] .write .link .material-symbols-rounded {
  font-size: 20px;
}

/* line 38, app/assets/stylesheets/my_activity_logs/index.desktop.scss */
[data-scope-path='my_activity_logs/index'] .message {
  font-size: 14px;
}

/* line 41, app/assets/stylesheets/my_activity_logs/index.desktop.scss */
[data-scope-path='my_activity_logs/index'] .message .link {
  text-decoration: none;
  color: #03a6ff;
}

/* line 47, app/assets/stylesheets/my_activity_logs/index.desktop.scss */
[data-scope-path='my_activity_logs/index'] .my-logs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 6px;
}

/* line 54, app/assets/stylesheets/my_activity_logs/index.desktop.scss */
[data-scope-path='my_activity_logs/index'] .my-logs .log {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  padding: 20px 20px 10px 20px;
  width: calc(50% - 10px);
  border: 1px solid #f4f5f9;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
  background-color: #fff;
  word-break: break-all;
  line-height: 1.5;
  color: #252c41;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

/* line 72, app/assets/stylesheets/my_activity_logs/index.desktop.scss */
[data-scope-path='my_activity_logs/index'] .my-logs .log:hover {
  transform: translateY(-0.12em);
}

/* line 76, app/assets/stylesheets/my_activity_logs/index.desktop.scss */
[data-scope-path='my_activity_logs/index'] .my-logs .log .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 54px;
  font-size: 18px;
  font-weight: bold;
}

/* line 86, app/assets/stylesheets/my_activity_logs/index.desktop.scss */
[data-scope-path='my_activity_logs/index'] .my-logs .log footer {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}

/* line 92, app/assets/stylesheets/my_activity_logs/index.desktop.scss */
[data-scope-path='my_activity_logs/index'] .my-logs .log footer .likes {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #52616a;
}

/* line 99, app/assets/stylesheets/my_activity_logs/index.desktop.scss */
[data-scope-path='my_activity_logs/index'] .my-logs .log footer .likes::before {
  font-family: 'Material Symbols Rounded';
  content: '\e87d';
  font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 48;
  color: #f91881;
}

/* line 107, app/assets/stylesheets/my_activity_logs/index.desktop.scss */
[data-scope-path='my_activity_logs/index'] .my-logs .log footer .right {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #52616a;
}

/* line 114, app/assets/stylesheets/my_activity_logs/index.desktop.scss */
[data-scope-path='my_activity_logs/index'] .my-logs .log footer .right .material-symbols-rounded {
  font-size: 20px;
}

/* line 122, app/assets/stylesheets/my_activity_logs/index.desktop.scss */
[data-scope-path='my_activity_logs/index'] .no-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  color: #52616a;
  font-size: 14px;
}

/* line 131, app/assets/stylesheets/my_activity_logs/index.desktop.scss */
[data-scope-path='my_activity_logs/index'] .no-contents img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 810px) {
  /* line 4, app/assets/stylesheets/my_activity_logs/index.mobile.scss */
  [data-scope-path='my_activity_logs/index'] .my-logs .log {
    width: 100%;
  }
}
/* line 2, app/assets/stylesheets/my_likes/index.desktop.scss */
[data-scope-path='my_likes/index'] .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

/* line 8, app/assets/stylesheets/my_likes/index.desktop.scss */
[data-scope-path='my_likes/index'] .header .heading {
  margin: 0;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* line 16, app/assets/stylesheets/my_likes/index.desktop.scss */
[data-scope-path='my_likes/index'] .header .heading::before {
  font-family: 'Material Symbols Rounded';
  content: '\e87d';
  font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 48;
  color: #f91881;
}

/* line 25, app/assets/stylesheets/my_likes/index.desktop.scss */
[data-scope-path='my_likes/index'] .write {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 30, app/assets/stylesheets/my_likes/index.desktop.scss */
[data-scope-path='my_likes/index'] .write .link {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: #03a6ff;
  font-size: 14px;
}

/* line 40, app/assets/stylesheets/my_likes/index.desktop.scss */
[data-scope-path='my_likes/index'] .message {
  font-size: 14px;
}

/* line 43, app/assets/stylesheets/my_likes/index.desktop.scss */
[data-scope-path='my_likes/index'] .message .link {
  text-decoration: none;
  color: #03a6ff;
}

/* line 49, app/assets/stylesheets/my_likes/index.desktop.scss */
[data-scope-path='my_likes/index'] .my-likes {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 6px;
}

/* line 56, app/assets/stylesheets/my_likes/index.desktop.scss */
[data-scope-path='my_likes/index'] .my-likes .log {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  padding: 20px 20px 10px 20px;
  width: calc(50% - 10px);
  border: 1px solid #f4f5f9;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
  background-color: #fff;
  word-break: break-all;
  line-height: 1.5;
  color: #252c41;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

/* line 74, app/assets/stylesheets/my_likes/index.desktop.scss */
[data-scope-path='my_likes/index'] .my-likes .log:hover {
  transform: translateY(-0.12em);
}

/* line 78, app/assets/stylesheets/my_likes/index.desktop.scss */
[data-scope-path='my_likes/index'] .my-likes .log .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 54px;
  font-size: 18px;
  font-weight: bold;
}

/* line 88, app/assets/stylesheets/my_likes/index.desktop.scss */
[data-scope-path='my_likes/index'] .my-likes .log footer {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}

/* line 94, app/assets/stylesheets/my_likes/index.desktop.scss */
[data-scope-path='my_likes/index'] .my-likes .log footer .author {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #52616a;
}

/* line 102, app/assets/stylesheets/my_likes/index.desktop.scss */
[data-scope-path='my_likes/index'] .my-likes .log footer .author .image img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 50%;
}

/* line 111, app/assets/stylesheets/my_likes/index.desktop.scss */
[data-scope-path='my_likes/index'] .my-likes .log footer .right {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #52616a;
}

/* line 118, app/assets/stylesheets/my_likes/index.desktop.scss */
[data-scope-path='my_likes/index'] .my-likes .log footer .right .material-symbols-rounded {
  font-size: 20px;
}

/* line 126, app/assets/stylesheets/my_likes/index.desktop.scss */
[data-scope-path='my_likes/index'] .no-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  color: #52616a;
  font-size: 14px;
}

/* line 135, app/assets/stylesheets/my_likes/index.desktop.scss */
[data-scope-path='my_likes/index'] .no-contents img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 810px) {
  /* line 4, app/assets/stylesheets/my_likes/index.mobile.scss */
  [data-scope-path='my_likes/index'] .my-likes .log {
    width: 100%;
  }
}
@charset "UTF-8";
/* line 9, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-surface {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background: var(--profile-page-background);
}

/* line 16, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-fill--gradient {
  background: linear-gradient(var(--profile-page-background-gradient-angle), var(--profile-page-background), var(--profile-page-background-gradient-color));
}

/* line 25, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-surface::before {
  position: absolute;
  z-index: 1;
  inset: calc(0px - var(--profile-page-background-blur));
  background-image: var(--profile-page-background-image);
  content: "";
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation));
  opacity: var(--profile-page-background-opacity);
  pointer-events: none;
}

/* line 38, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-surface::after {
  position: fixed;
  z-index: 0;
  inset: 0;
  content: "";
  pointer-events: none;
}

/* line 46, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-surface > * {
  position: relative;
  z-index: 2;
}

/* line 51, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background--cover::before {
  position: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 58, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background--repeat::before {
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
}

/* line 65, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-surface::after {
  background-color: var(--profile-page-background-pattern-color);
  -webkit-mask-image: var(--profile-page-background-pattern-image);
  mask-image: var(--profile-page-background-pattern-image);
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
  -webkit-mask-size: var(--profile-page-background-pattern-spacing) var(--profile-page-background-pattern-spacing);
  mask-size: var(--profile-page-background-pattern-spacing) var(--profile-page-background-pattern-spacing);
}

/* line 75, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-pattern--none::after {
  display: none;
}

/* line 79, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-surface > .profile-page-background-animation {
  position: fixed;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.86;
  pointer-events: none;
}

/* line 89, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-surface > .profile-page-background-scene {
  --profile-world-tree-cloud-duration: 58s;
  --profile-world-tree-bird-duration: 26s;
  --profile-background-scene-drift-duration: 52s;
  --profile-background-scene-sway-duration: 10s;
  position: fixed;
  z-index: 1;
  display: none;
  overflow: hidden;
  inset: 0;
  pointer-events: none;
}

/* line 102, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-animation--world-tree > .profile-page-background-scene--world-tree,
.profile-page-background-animation--starry-sky > .profile-page-background-scene--starry-sky,
.profile-page-background-animation--bamboo-grove > .profile-page-background-scene--bamboo-grove,
.profile-page-background-animation--seaside > .profile-page-background-scene--seaside,
.profile-page-background-animation--deep-sea > .profile-page-background-scene--deep-sea,
.profile-page-background-animation--desert > .profile-page-background-scene--desert,
.profile-page-background-animation--castle-town > .profile-page-background-scene--castle-town {
  display: block;
}

/* line 112, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-clouds {
  position: absolute;
  inset: 0;
}

/* line 117, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-cloud {
  position: absolute;
  left: -10rem;
  overflow: hidden;
  aspect-ratio: 1.78;
  animation: profile-world-tree-clouds var(--profile-world-tree-cloud-duration) linear infinite;
  will-change: transform;
}

/* line 126, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-cloud-image {
  position: absolute;
  top: 0;
  width: 200%;
  height: 200%;
  max-width: none;
}

/* line 134, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-cloud--a .profile-page-background-scene-cloud-image {
  left: 0;
}

/* line 138, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-cloud--b .profile-page-background-scene-cloud-image {
  left: -100%;
}

/* line 142, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-clouds--back .profile-page-background-scene-cloud--a {
  --profile-world-tree-cloud-rest-left: 8vw;
  top: 8vh;
  width: clamp(3.5rem, 4.5vw, 5rem);
  opacity: 0.16;
  animation-delay: -48s;
}

/* line 150, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-clouds--back .profile-page-background-scene-cloud--b {
  --profile-world-tree-cloud-rest-left: 68vw;
  top: 27vh;
  width: clamp(3rem, 4vw, 4.5rem);
  opacity: 0.14;
  animation-delay: -18s;
}

/* line 158, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-clouds--front .profile-page-background-scene-cloud--a {
  --profile-world-tree-cloud-rest-left: 30vw;
  top: 17vh;
  width: clamp(4.5rem, 6vw, 7rem);
  opacity: 0.28;
  animation-delay: -34s;
}

/* line 166, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-clouds--front .profile-page-background-scene-cloud--b {
  --profile-world-tree-cloud-rest-left: 82vw;
  top: 35vh;
  width: clamp(4rem, 5.5vw, 6.5rem);
  opacity: 0.26;
  animation-delay: -6s;
}

/* line 174, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-tree {
  position: absolute;
  bottom: 18vh;
  left: 64%;
  height: 56vh;
  max-height: 35rem;
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  opacity: 0.42;
  transform: translateX(-50%);
}

/* line 188, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-land {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: saturate(0.55) brightness(1.05);
  object-fit: cover;
  object-position: center bottom;
  opacity: 1;
}

/* line 199, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-base,
.profile-page-background-scene-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

/* line 209, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene--starry-sky .profile-page-background-scene-base {
  opacity: 0.7;
}

/* line 213, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-layer--stars {
  left: -8%;
  width: 116%;
  opacity: 0.62;
  animation: profile-background-scene-drift var(--profile-background-scene-drift-duration) ease-in-out infinite alternate;
  will-change: transform;
}

/* line 221, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-ground {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44vh;
  max-height: 26rem;
  max-width: none;
  object-fit: cover;
  object-position: center bottom;
  opacity: 0.58;
}

/* line 236, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-bamboo-background {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: auto;
  height: 100%;
  max-width: none;
  opacity: 0.6;
}

/* line 246, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-bamboo-background--left {
  left: 0;
}

/* line 250, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-bamboo-background--right {
  right: 0;
}

/* line 254, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-bamboo {
  --profile-bamboo-sway-scale: 0.56;
  position: absolute;
  z-index: 2;
  bottom: -0.5vh;
  left: clamp(1rem, 29vw, 26rem);
  width: auto;
  height: 100vh;
  max-height: 58rem;
  max-width: none;
  opacity: 0.65;
  animation: profile-background-bamboo-sway var(--profile-background-scene-sway-duration) ease-in-out infinite alternate;
  transform-origin: center bottom;
  will-change: transform;
}

/* line 270, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-bamboo--left {
  --profile-bamboo-offset: -50%;
  --profile-bamboo-flip: 1;
}

/* line 275, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-bamboo--right {
  --profile-bamboo-offset: 50%;
  --profile-bamboo-flip: -1;
  right: clamp(1rem, 29vw, 26rem);
  left: auto;
  animation-direction: alternate-reverse;
}

/* line 283, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene--seaside .profile-page-background-scene-base {
  opacity: 0.64;
}

/* line 287, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene--deep-sea .profile-page-background-scene-base {
  opacity: 0.58;
}

/* line 291, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene--desert .profile-page-background-scene-base {
  opacity: 0.62;
}

/* line 295, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene--castle-town .profile-page-background-scene-base {
  opacity: 0.5;
}

/* line 299, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-layer--waves {
  left: -8%;
  width: 116%;
  opacity: 0.48;
  animation: profile-background-scene-drift var(--profile-background-scene-drift-duration) ease-in-out infinite alternate-reverse;
  will-change: transform;
}

/* line 307, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-crab {
  position: absolute;
  z-index: 4;
  bottom: clamp(0.75rem, 4vh, 2.5rem);
  left: 0;
  width: clamp(2rem, 3.5vw, 3rem);
  max-width: none;
  opacity: 0.68;
  animation: profile-background-seaside-crab var(--profile-background-scene-drift-duration) linear infinite;
  will-change: transform;
}

/* line 319, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-layer--deep-sea-bubbles {
  z-index: 1;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.28;
  animation: profile-background-deep-sea-bubbles var(--profile-background-scene-drift-duration) linear infinite;
  will-change: transform;
}

/* line 332, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-layer--deep-sea-fish-left,
.profile-page-background-scene-layer--deep-sea-fish-right {
  z-index: 2;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: clamp(6rem, 16vw, 12rem);
  height: auto;
  max-width: none;
  object-fit: contain;
  opacity: 0.3;
  will-change: transform;
}

/* line 347, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-layer--deep-sea-fish-left {
  top: 27vh;
  right: -12rem;
  animation: profile-background-deep-sea-fish-left var(--profile-background-scene-drift-duration) linear infinite;
}

/* line 353, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-layer--deep-sea-fish-right {
  top: 52vh;
  left: -12rem;
  animation: profile-background-deep-sea-fish-right var(--profile-background-scene-drift-duration) linear infinite;
  animation-delay: -20s;
}

/* line 360, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-layer--desert-wind {
  left: -8%;
  width: 116%;
  opacity: 0.28;
  animation: profile-background-desert-wind var(--profile-background-scene-drift-duration) ease-in-out infinite alternate;
  will-change: transform;
}

/* line 368, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-layer--castle-town-atmosphere {
  left: -6%;
  width: 112%;
  opacity: 0.32;
  animation: profile-background-castle-town-atmosphere var(--profile-background-scene-drift-duration) ease-in-out infinite alternate;
  will-change: transform;
}

/* line 376, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-birds {
  position: absolute;
  top: 12vh;
  left: -10rem;
  width: clamp(2.5rem, 4vw, 4rem);
  height: auto;
  filter: brightness(0) saturate(100%);
  opacity: 0.2;
  animation: profile-world-tree-birds var(--profile-world-tree-bird-duration) linear infinite -8s;
  will-change: transform;
}

/* line 388, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-animation-speed--slow > .profile-page-background-scene {
  --profile-world-tree-cloud-duration: 78s;
  --profile-world-tree-bird-duration: 34s;
  --profile-background-scene-drift-duration: 74s;
  --profile-background-scene-sway-duration: 15s;
}

/* line 395, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-animation-speed--fast > .profile-page-background-scene {
  --profile-world-tree-cloud-duration: 42s;
  --profile-world-tree-bird-duration: 19s;
  --profile-background-scene-drift-duration: 38s;
  --profile-background-scene-sway-duration: 7s;
}

@keyframes profile-world-tree-clouds {
  to {
    transform: translate3d(calc(100vw + 20rem), 0, 0);
  }
}

@keyframes profile-world-tree-birds {
  50% {
    transform: translate3d(calc(50vw + 10rem), -1vh, 0);
  }
  to {
    transform: translate3d(calc(100vw + 20rem), -2vh, 0);
  }
}

@keyframes profile-background-scene-drift {
  from {
    transform: translate3d(-4%, 0, 0);
  }
  to {
    transform: translate3d(4%, 0, 0);
  }
}

@keyframes profile-background-seaside-crab {
  0% {
    transform: translate3d(-3rem, 0, 0);
  }
  25% {
    transform: translate3d(22vw, -0.12rem, 0);
  }
  50% {
    transform: translate3d(48vw, 0, 0);
  }
  75% {
    transform: translate3d(74vw, -0.12rem, 0);
  }
  100% {
    transform: translate3d(calc(100vw + 3rem), 0, 0);
  }
}

@keyframes profile-background-deep-sea-bubbles {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -200%, 0);
  }
}

@keyframes profile-background-deep-sea-fish-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-100vw - 12rem), 0, 0);
  }
}

@keyframes profile-background-deep-sea-fish-right {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(100vw + 12rem), 0, 0);
  }
}

@keyframes profile-background-desert-wind {
  from {
    transform: translate3d(-5%, 0, 0);
  }
  to {
    transform: translate3d(5%, -1%, 0);
  }
}

@keyframes profile-background-castle-town-atmosphere {
  from {
    transform: translate3d(-3%, 0, 0);
  }
  to {
    transform: translate3d(3%, -1.5vh, 0);
  }
}

@keyframes profile-background-bamboo-sway {
  from {
    transform: translateX(var(--profile-bamboo-offset)) scaleX(var(--profile-bamboo-flip)) scaleX(var(--profile-bamboo-sway-scale)) rotate(-1.1deg);
  }
  to {
    transform: translateX(var(--profile-bamboo-offset)) scaleX(var(--profile-bamboo-flip)) scaleX(var(--profile-bamboo-sway-scale)) rotate(1.1deg);
  }
}

/* line 510, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-animation--none > .profile-page-background-animation {
  display: none;
}

/* line 514, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-animation--world-tree > .profile-page-background-animation,
.profile-page-background-animation--bamboo-grove > .profile-page-background-animation,
.profile-page-background-animation--seaside > .profile-page-background-animation,
.profile-page-background-animation--deep-sea > .profile-page-background-animation,
.profile-page-background-animation--desert > .profile-page-background-animation,
.profile-page-background-animation--castle-town > .profile-page-background-animation {
  display: none;
}

/* line 523, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-animation--starry-sky > .profile-page-background-animation {
  color: color-mix(in srgb, var(--profile-page-background-pattern-color) 35%, #7dd3fc);
}

/* line 527, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-animation--rain > .profile-page-background-animation {
  color: color-mix(in srgb, var(--profile-page-background-pattern-color) 48%, #60a5fa);
}

/* line 531, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-animation--petal > .profile-page-background-animation {
  color: color-mix(in srgb, var(--profile-page-background-pattern-color) 32%, #fb7185);
}

@media (max-width: 40rem) {
  /* line 536, app/assets/stylesheets/profiles/blocks.scss */
  .profile-page-background-scene-ground {
    height: 42vh;
  }
  /* line 540, app/assets/stylesheets/profiles/blocks.scss */
  .profile-page-background-scene-bamboo {
    height: 100vh;
    max-height: none;
  }
  /* line 545, app/assets/stylesheets/profiles/blocks.scss */
  .profile-page-background-scene-bamboo-background--right,
.profile-page-background-scene-bamboo--right {
    display: none;
  }
}

/* line 551, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-section {
  scroll-margin-top: 7rem;
}

/* line 555, app/assets/stylesheets/profiles/blocks.scss */
.profile-tabs-panel {
  position: relative;
}

/* line 559, app/assets/stylesheets/profiles/blocks.scss */
.profile-tabs-nav {
  position: sticky;
  z-index: 40;
  top: 4rem;
  border-bottom: 1px solid hsl(var(--border) / 0.72);
  background: hsl(var(--background) / 0.88);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

/* line 569, app/assets/stylesheets/profiles/blocks.scss */
.profile-tabs-list {
  display: grid;
  max-width: 760px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.25rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
}

/* line 578, app/assets/stylesheets/profiles/blocks.scss */
.profile-tab {
  display: inline-flex;
  min-width: 0;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.55rem 0.25rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  touch-action: manipulation;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

/* line 603, app/assets/stylesheets/profiles/blocks.scss */
.profile-tab .material-symbols-rounded {
  font-size: 1rem;
  line-height: 1;
}

/* line 608, app/assets/stylesheets/profiles/blocks.scss */
.profile-tab[aria-selected="true"],
.profile-tab[aria-current="page"] {
  background: hsl(var(--primary) / 0.12);
  color: hsl(var(--primary));
}

/* line 614, app/assets/stylesheets/profiles/blocks.scss */
.profile-tab:focus-visible {
  outline: 2px solid hsl(var(--primary));
  outline-offset: 2px;
}

/* line 619, app/assets/stylesheets/profiles/blocks.scss */
.profile-tab:active {
  transform: scale(0.97);
}

/* line 623, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-owner {
  color: hsl(var(--foreground));
  text-decoration: none;
}

/* line 628, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-menu-link {
  display: flex;
  min-height: 2.5rem;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.75rem;
  color: hsl(var(--muted-foreground));
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

/* line 641, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-menu-link .material-symbols-rounded {
  font-size: 1.1rem;
}

/* line 645, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-menu-link:hover,
.profile-content-menu-link[aria-current="page"] {
  background: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
}

/* line 651, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-stack {
  container-type: inline-size;
  display: grid;
  gap: 0.875rem;
}

/* line 657, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-block {
  position: relative;
  width: 100%;
}

/* line 662, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style,
.profile-board-border-tone--light {
  --profile-board-border-color:
    color-mix(in srgb, var(--profile-board-background) 30%, #fff);
}

/* line 668, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border-tone--dark {
  --profile-board-border-color:
    color-mix(in srgb, var(--profile-board-background) 70%, #000);
}

/* line 673, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style [data-profile-block-type] {
  --profile-board-border-width: 1px;
  isolation: isolate;
  border-color: var(--profile-board-border-color);
  border-radius: var(--profile-board-block-radius);
  background-color: transparent;
}

/* line 682, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style .profile-content-block-backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  border-radius: calc( var(--profile-board-block-radius) - var(--profile-board-border-width));
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-backdrop-filter: blur(var(--profile-board-block-blur));
  backdrop-filter: blur(var(--profile-board-block-blur));
}

/* line 698, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style .profile-content-block-backdrop::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: var(--profile-board-background);
  content: "";
  opacity: var(--profile-board-block-opacity);
}

/* line 707, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style .profile-content-heading {
  border-radius: var(--profile-board-block-radius);
}

/* line 711, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--none [data-profile-block-type] {
  --profile-board-border-width: 0px;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 719, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--solid [data-profile-block-type] {
  --profile-board-border-width: 2px;
  border-style: solid;
  border-width: 2px;
}

/* line 726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--dashed [data-profile-block-type] {
  --profile-board-border-width: 2px;
  border-style: dashed;
  border-width: 2px;
}

/* line 733, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--double [data-profile-block-type] {
  --profile-board-border-width: 4px;
  border-style: double;
  border-width: 4px;
}

/* line 740, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--dotted [data-profile-block-type] {
  --profile-board-border-width: 4px;
  border-style: dotted;
  border-width: 4px;
}

/* line 747, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--ridge [data-profile-block-type] {
  --profile-board-border-width: 4px;
  border-style: ridge;
  border-width: 4px;
}

/* line 754, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--inset [data-profile-block-type] {
  --profile-board-border-width: 3px;
  border-style: inset;
  border-width: 3px;
}

/* line 761, app/assets/stylesheets/profiles/blocks.scss */
[class*="profile-board-border--"]:not(.profile-board-border--default) .profile-content-heading {
  border-radius: var(--profile-board-block-radius);
}

/* line 765, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border-tone--light[data-profile-block-type] {
  --profile-board-border-color:
    color-mix(in srgb, var(--profile-board-background) 30%, #fff);
}

/* line 770, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border-tone--dark[data-profile-block-type] {
  --profile-board-border-color:
    color-mix(in srgb, var(--profile-board-background) 70%, #000);
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--default[data-profile-block-type] {
  --profile-board-border-width: 1px;
  border-color: var(--profile-board-border-color);
  border-style: solid;
  border-width: 1px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--none[data-profile-block-type] {
  --profile-board-border-width: 0px;
  border-color: transparent;
  border-style: solid;
  border-width: 0px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--solid[data-profile-block-type] {
  --profile-board-border-width: 2px;
  border-color: var(--profile-board-border-color);
  border-style: solid;
  border-width: 2px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--dashed[data-profile-block-type] {
  --profile-board-border-width: 2px;
  border-color: var(--profile-board-border-color);
  border-style: dashed;
  border-width: 2px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--double[data-profile-block-type] {
  --profile-board-border-width: 4px;
  border-color: var(--profile-board-border-color);
  border-style: double;
  border-width: 4px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--dotted[data-profile-block-type] {
  --profile-board-border-width: 4px;
  border-color: var(--profile-board-border-color);
  border-style: dotted;
  border-width: 4px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--ridge[data-profile-block-type] {
  --profile-board-border-width: 4px;
  border-color: var(--profile-board-border-color);
  border-style: ridge;
  border-width: 4px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--inset[data-profile-block-type] {
  --profile-board-border-width: 3px;
  border-color: var(--profile-board-border-color);
  border-style: inset;
  border-width: 3px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--corner[data-profile-block-type] {
  --profile-board-border-width: 0px;
  border-color: var(--profile-board-border-color);
  border-style: corner;
  border-width: 0px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--step[data-profile-block-type] {
  --profile-board-border-width: 0px;
  border-color: var(--profile-board-border-color);
  border-style: step;
  border-width: 0px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--neon[data-profile-block-type] {
  --profile-board-border-width: 0px;
  border-color: var(--profile-board-border-color);
  border-style: neon;
  border-width: 0px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--ticket[data-profile-block-type] {
  --profile-board-border-width: 4px;
  border-color: var(--profile-board-border-color);
  border-style: ticket;
  border-width: 4px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--shadow[data-profile-block-type] {
  --profile-board-border-width: 0px;
  border-color: var(--profile-board-border-color);
  border-style: shadow;
  border-width: 0px;
}

/* line 800, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--corner [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--corner, .profile-board-border--neon [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--neon, .profile-board-border--ticket [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--ticket, .profile-board-border--shadow [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--shadow ) {
  border-radius: var(--profile-board-block-radius);
}

/* line 813, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--corner [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--corner )::after {
  --profile-board-corner-size:
    max(calc(var(--profile-board-block-radius) + 0.5rem), 1.25rem);
  position: absolute;
  z-index: 1;
  inset: 0;
  box-sizing: border-box;
  border: 3px solid var(--profile-board-border-color);
  border-radius: inherit;
  content: "";
  pointer-events: none;
  -webkit-mask: radial-gradient(circle at top left, #000 0 var(--profile-board-corner-size), transparent calc(var(--profile-board-corner-size) + 1px)), radial-gradient(circle at top right, #000 0 var(--profile-board-corner-size), transparent calc(var(--profile-board-corner-size) + 1px)), radial-gradient(circle at bottom left, #000 0 var(--profile-board-corner-size), transparent calc(var(--profile-board-corner-size) + 1px)), radial-gradient(circle at bottom right, #000 0 var(--profile-board-corner-size), transparent calc(var(--profile-board-corner-size) + 1px));
}

/* line 835, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--step [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--step )::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  box-sizing: border-box;
  border: 0;
  background: var(--profile-board-border-color);
  content: "";
  pointer-events: none;
  -webkit-mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0), linear-gradient(#000 0 0), linear-gradient(#000 0 0), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M24 1.5H11.5V7.5H5.5V13.5H1.5V24' fill='none' stroke='black' stroke-width='3' stroke-linejoin='miter'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 1.5H12.5V7.5H18.5V13.5H22.5V24' fill='none' stroke='black' stroke-width='3' stroke-linejoin='miter'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M1.5 0V10.5H7.5V16.5H13.5V22.5H24' fill='none' stroke='black' stroke-width='3' stroke-linejoin='miter'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22.5 0V10.5H16.5V16.5H10.5V22.5H0' fill='none' stroke='black' stroke-width='3' stroke-linejoin='miter'/%3E%3C/svg%3E");
  -webkit-mask-position: top center, bottom center, center left, center right, top left, top right, bottom left, bottom right;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: calc(100% - 3rem) 3px, calc(100% - 3rem) 3px, 3px calc(100% - 3rem), 3px calc(100% - 3rem), 1.5rem 1.5rem, 1.5rem 1.5rem, 1.5rem 1.5rem, 1.5rem 1.5rem;
  mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0), linear-gradient(#000 0 0), linear-gradient(#000 0 0), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M24 1.5H11.5V7.5H5.5V13.5H1.5V24' fill='none' stroke='black' stroke-width='3' stroke-linejoin='miter'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 1.5H12.5V7.5H18.5V13.5H22.5V24' fill='none' stroke='black' stroke-width='3' stroke-linejoin='miter'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M1.5 0V10.5H7.5V16.5H13.5V22.5H24' fill='none' stroke='black' stroke-width='3' stroke-linejoin='miter'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22.5 0V10.5H16.5V16.5H10.5V22.5H0' fill='none' stroke='black' stroke-width='3' stroke-linejoin='miter'/%3E%3C/svg%3E");
  mask-position: top center, bottom center, center left, center right, top left, top right, bottom left, bottom right;
  mask-repeat: no-repeat;
  mask-size: calc(100% - 3rem) 3px, calc(100% - 3rem) 3px, 3px calc(100% - 3rem), 3px calc(100% - 3rem), 1.5rem 1.5rem, 1.5rem 1.5rem, 1.5rem 1.5rem, 1.5rem 1.5rem;
}

/* line 905, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--corner [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--corner ) {
  --profile-board-border-width: 0px;
  border: 0;
}

/* line 914, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--step [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--step ) {
  --profile-board-border-width: 0px;
  border: 0;
}

/* line 923, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--step [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--step ) > .profile-content-block-backdrop,
:is( .profile-board-border--step [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--step ) > .profile-content-block-backdrop::after {
  border-radius: 0;
  -webkit-clip-path: polygon(24px 1.5px, calc(100% - 24px) 1.5px, calc(100% - 11.5px) 1.5px, calc(100% - 11.5px) 7.5px, calc(100% - 5.5px) 7.5px, calc(100% - 5.5px) 13.5px, calc(100% - 1.5px) 13.5px, calc(100% - 1.5px) 24px, calc(100% - 1.5px) calc(100% - 24px), calc(100% - 1.5px) calc(100% - 13.5px), calc(100% - 7.5px) calc(100% - 13.5px), calc(100% - 7.5px) calc(100% - 7.5px), calc(100% - 13.5px) calc(100% - 7.5px), calc(100% - 13.5px) calc(100% - 1.5px), calc(100% - 24px) calc(100% - 1.5px), 24px calc(100% - 1.5px), 13.5px calc(100% - 1.5px), 13.5px calc(100% - 7.5px), 7.5px calc(100% - 7.5px), 7.5px calc(100% - 13.5px), 1.5px calc(100% - 13.5px), 1.5px calc(100% - 24px), 1.5px 24px, 1.5px 13.5px, 5.5px 13.5px, 5.5px 7.5px, 11.5px 7.5px, 11.5px 1.5px);
  clip-path: polygon(24px 1.5px, calc(100% - 24px) 1.5px, calc(100% - 11.5px) 1.5px, calc(100% - 11.5px) 7.5px, calc(100% - 5.5px) 7.5px, calc(100% - 5.5px) 13.5px, calc(100% - 1.5px) 13.5px, calc(100% - 1.5px) 24px, calc(100% - 1.5px) calc(100% - 24px), calc(100% - 1.5px) calc(100% - 13.5px), calc(100% - 7.5px) calc(100% - 13.5px), calc(100% - 7.5px) calc(100% - 7.5px), calc(100% - 13.5px) calc(100% - 7.5px), calc(100% - 13.5px) calc(100% - 1.5px), calc(100% - 24px) calc(100% - 1.5px), 24px calc(100% - 1.5px), 13.5px calc(100% - 1.5px), 13.5px calc(100% - 7.5px), 7.5px calc(100% - 7.5px), 7.5px calc(100% - 13.5px), 1.5px calc(100% - 13.5px), 1.5px calc(100% - 24px), 1.5px 24px, 1.5px 13.5px, 5.5px 13.5px, 5.5px 7.5px, 11.5px 7.5px, 11.5px 1.5px);
}

/* line 994, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--neon [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--neon ) {
  --profile-board-border-width: 0px;
  border: 0;
  box-shadow: 0 0 0.45rem color-mix(in srgb, var(--profile-board-border-color) 78%, transparent), 0 0 1rem color-mix(in srgb, var(--profile-board-border-color) 48%, transparent);
}

/* line 1006, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--ticket [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--ticket ) {
  --profile-board-border-width: 0px;
  --profile-board-ticket-notch-size: 1rem;
  border: 0;
}

/* line 1016, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--ticket [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--ticket ) > .profile-content-block-backdrop {
  box-sizing: border-box;
  border: 4px solid var(--profile-board-border-color);
  border-radius: var(--profile-board-block-radius);
  -webkit-mask-image: radial-gradient(circle at left center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size)), radial-gradient(circle at right center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size));
  -webkit-mask-composite: source-in;
  mask-image: radial-gradient(circle at left center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size)), radial-gradient(circle at right center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size));
  mask-composite: intersect;
}

/* line 1049, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--ticket [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--ticket ) > .profile-content-block-backdrop::after {
  border-radius: max(calc(var(--profile-board-block-radius) - 4px), 0px);
}

/* line 1057, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--shadow [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--shadow ) {
  --profile-board-border-width: 0px;
  border: 0;
  box-shadow: 0.35rem 0.35rem 0 color-mix(in srgb, var(--profile-board-border-color) 50%, transparent);
}

/* line 1068, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style [data-profile-block-type="spacer"],
.profile-board-border--corner[data-profile-block-type="spacer"],
.profile-board-border--step[data-profile-block-type="spacer"],
.profile-board-border--neon[data-profile-block-type="spacer"],
.profile-board-border--ticket[data-profile-block-type="spacer"],
.profile-board-border--shadow[data-profile-block-type="spacer"] {
  --profile-board-border-width: 0px;
  border: 0;
  box-shadow: none;
}

/* line 1080, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style [data-profile-block-type="spacer"]::after,
.profile-board-border--corner[data-profile-block-type="spacer"]::after,
.profile-board-border--step[data-profile-block-type="spacer"]::after,
.profile-board-border--neon[data-profile-block-type="spacer"]::after,
.profile-board-border--ticket[data-profile-block-type="spacer"]::after,
.profile-board-border--shadow[data-profile-block-type="spacer"]::after {
  content: none;
}

/* line 1089, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style [data-profile-block-type] :is( .js-profile-block-title, .js-profile-block-body, .profile-content-copy, .profile-content-game-id-prefix ) {
  font-family: var(--profile-board-font-family);
}

/* line 1098, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style [data-profile-block-type] .js-profile-block-title {
  color: var(--profile-board-text-color);
  font-size: calc(var(--profile-board-text-size) * 1.2);
}

/* line 1103, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style [data-profile-block-type="heading"] .js-profile-block-title {
  font-size: calc(var(--profile-board-text-size) * 1.44);
}

/* line 1107, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style [data-profile-block-type] :is( .js-profile-block-body, .profile-content-copy, .profile-content-game-id-prefix ) {
  color: var(--profile-board-text-color);
  color: color-mix(in srgb, var(--profile-board-text-color) 75%, #ffffff);
  font-size: var(--profile-board-text-size);
}

/* line 1117, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-font--noto-sans-jp {
  --profile-board-font-family: "Noto Sans JP", sans-serif;
}

/* line 1121, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-font--reggae-one {
  --profile-board-font-family: "Reggae One", system-ui;
}

/* line 1125, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-font--zen-maru-gothic {
  --profile-board-font-family: "Zen Maru Gothic", sans-serif;
}

/* line 1129, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-font--shippori-mincho {
  --profile-board-font-family: "Shippori Mincho", serif;
}

/* line 1133, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-font--klee-one {
  --profile-board-font-family: "Klee One", cursive;
}

/* line 1137, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-font--dot-gothic-16 {
  --profile-board-font-family: "DotGothic16", monospace;
}

/* line 1141, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-font--zen-kurenaido {
  --profile-board-font-family: "Zen Kurenaido", cursive;
}

/* line 1145, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-font--kaisei-decol {
  --profile-board-font-family: "Kaisei Decol", serif;
}

/* line 1149, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-heading {
  padding: 1rem 0.25rem 0.25rem;
  border: 1px solid hsl(var(--border) / 0.78);
  text-align: center;
}

/* line 1155, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-heading h2 {
  margin: 0;
  font-size: 1.35rem;
  font-size: clamp(1.35rem, 5cqi, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

/* line 1164, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-text {
  padding: 1.25rem 1.375rem;
  border: 1px solid hsl(var(--border) / 0.78);
  border-radius: 1.35rem;
  background: hsl(var(--card) / 0.72);
}

/* line 1171, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-text h2 {
  margin: 0 0 0.55rem;
  overflow-wrap: anywhere;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

/* line 1179, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-copy {
  overflow-wrap: anywhere;
  color: hsl(var(--muted-foreground));
  font-size: 0.95rem;
  line-height: 1.8;
}

/* line 1186, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-copy p {
  margin: 0;
}

/* line 1190, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-copy p + p {
  margin-top: 0.75rem;
}

/* line 1194, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile {
  padding: 1.375rem;
  border: 1px solid hsl(var(--border) / 0.78);
  border-radius: 1.35rem;
  background: hsl(var(--card) / 0.72);
}

/* プロフィールレイアウト：シンプル (Simple) */
/* line 1202, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--centered {
  /* 自己紹介・よく遊ぶ時間帯などの詳細情報を非表示にし、シンプルにアイコンと名前だけに絞る */
}

/* line 1203, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--centered .mypage-content-profile-header {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.75rem;
}

/* line 1211, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--centered .mypage-content-profile-identity {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* line 1217, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--centered .mypage-content-profile-identity .flex {
  justify-content: center;
}

/* line 1223, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--centered .mypage-content-profile-bio,
.profile-layout--centered .mypage-content-profile-meta {
  display: none !important;
}

/* プロフィールレイアウト：コンパクト (Compact) */
/* line 1230, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--minimal {
  padding: 1.15rem;
}

/* line 1233, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--minimal .mypage-content-profile-avatar-image {
  border-radius: 9999px;
  /* 円形のアバター */
}

/* line 1237, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--minimal .mypage-content-profile-bio {
  border-top: none;
  margin-top: 0.75rem;
  padding-top: 0;
}

/* line 1243, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--minimal .mypage-content-profile-meta {
  border-top: 1px solid var(--profile-board-border-color, hsl(var(--border)));
  padding-top: 0.75rem;
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* line 1251, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--minimal .mypage-content-profile-meta-item {
  border: none;
  padding: 0;
  text-align: center;
}

/* line 1257, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--minimal .mypage-content-profile-meta-item dt {
  justify-content: center;
  margin-bottom: 0.15rem;
}

/* line 1262, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--minimal .mypage-content-profile-meta-item dd {
  font-size: 0.8rem;
}

@keyframes profileTooltipFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, 3px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 36rem) {
  /* line 1279, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal {
    /* 「よく遊ぶ時間帯」などのラベルテキストを完全に消して、吹き出しとしてデザイン */
    /* アイコン部分のスタイル (上下中央揃えを完璧に調整) */
    /* 深夜、何でも などの値部分 (上下中央揃えを完璧に調整) */
    /* アクティブ(タップされた)状態のときにラベル吹き出しを表示 */
  }
  /* line 1280, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem;
    /* 項目(アイコン＋値)同士を横に近づけて中央寄せ */
    border-top: 1px solid var(--profile-board-border-color, hsl(var(--border)));
    padding-top: 0.75rem;
    margin-top: 0.75rem;
  }
  /* line 1291, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item {
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    /* アイコンとテキスト(値)を近づけて並べる */
    text-align: center;
    width: auto;
    /* 横並びにするため幅自動に設定 */
    position: relative;
    /* 吹き出しバルーンを各アイテム基準で配置 */
    cursor: pointer;
  }
  /* line 1304, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item dt {
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  /* line 1311, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item dt .mypage-content-profile-meta-label {
    display: none;
    /* 初期状態は非表示 */
    position: absolute;
    bottom: 2rem;
    /* 項目の上部に浮かせる */
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    background: color-mix(in srgb, var(--profile-board-background) var(--profile-board-block-opacity), transparent);
    -webkit-backdrop-filter: blur(var(--profile-board-block-blur));
    backdrop-filter: blur(var(--profile-board-block-blur));
    border: 1px solid var(--profile-board-border-color, hsl(var(--border)));
    border-radius: 0.5rem;
    padding: 0.35rem 0.6rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--profile-board-text-color);
    z-index: 50;
    text-align: center;
    pointer-events: none;
    animation: profileTooltipFadeIn 0.15s ease-out;
    /* 吹き出しの矢印（下向き） */
  }
  /* line 1334, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item dt .mypage-content-profile-meta-label::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px;
    border-style: solid;
    border-color: var(--profile-board-border-color, hsl(var(--border))) transparent transparent transparent;
  }
  /* line 1347, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item dt .material-symbols-rounded {
    font-size: 1.15rem;
    color: var(--profile-board-text-color);
    line-height: 1;
    display: inline-block;
    transform: translateY(0.0625rem);
    /* テキストベースラインとアイコンを完璧に揃えるための微調整 */
  }
  /* line 1356, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item dd {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--profile-board-text-color);
    margin: 0;
    line-height: 1;
  }
  /* line 1365, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item.is-active dt .mypage-content-profile-meta-label {
    display: block;
  }
}

@media (min-width: 64rem) {
  /* line 1372, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal {
    /* 「よく遊ぶ時間帯」などのラベルテキストを完全に消して、吹き出しとしてデザイン */
    /* アイコン部分のスタイル (上下中央揃えを完璧に調整) */
    /* 深夜、何でも などの値部分 (上下中央揃えを完璧に調整) */
    /* アクティブ(タップされた)状態、またはホバー時にラベル吹き出しを表示 */
  }
  /* line 1373, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem;
    /* 項目(アイコン＋値)同士を横に近づけて中央寄せ */
    border-top: 1px solid var(--profile-board-border-color, hsl(var(--border)));
    padding-top: 0.75rem;
    margin-top: 0.75rem;
  }
  /* line 1384, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item {
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    /* アイコンとテキスト(値)を近づけて並べる */
    text-align: center;
    width: auto;
    /* 横並びにするため幅自動に設定 */
    position: relative;
    /* 吹き出しバルーンを各アイテム基準で配置 */
    cursor: pointer;
  }
  /* line 1397, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item dt {
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  /* line 1404, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item dt .mypage-content-profile-meta-label {
    display: none;
    /* 初期状態は非表示 */
    position: absolute;
    bottom: 2rem;
    /* 項目の上部に浮かせる */
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    background: color-mix(in srgb, var(--profile-board-background) var(--profile-board-block-opacity), transparent);
    -webkit-backdrop-filter: blur(var(--profile-board-block-blur));
    backdrop-filter: blur(var(--profile-board-block-blur));
    border: 1px solid var(--profile-board-border-color, hsl(var(--border)));
    border-radius: 0.5rem;
    padding: 0.35rem 0.6rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--profile-board-text-color);
    z-index: 50;
    text-align: center;
    pointer-events: none;
    animation: profileTooltipFadeIn 0.15s ease-out;
    /* 吹き出しの矢印（下向き） */
  }
  /* line 1427, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item dt .mypage-content-profile-meta-label::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px;
    border-style: solid;
    border-color: var(--profile-board-border-color, hsl(var(--border))) transparent transparent transparent;
  }
  /* line 1440, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item dt .material-symbols-rounded {
    font-size: 1.15rem;
    color: var(--profile-board-text-color);
    line-height: 1;
    display: inline-block;
    transform: translateY(0.0625rem);
    /* テキストベースラインとアイコンを完璧に揃えるための微調整 */
  }
  /* line 1449, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item dd {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--profile-board-text-color);
    margin: 0;
    line-height: 1;
  }
  /* line 1458, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item.is-active dt .mypage-content-profile-meta-label,
.profile-layout--minimal .mypage-content-profile-meta-item:hover dt .mypage-content-profile-meta-label {
    display: block;
  }
}

/* line 1465, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-header {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 1rem;
}

/* line 1472, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-avatar {
  position: relative;
  width: 5rem;
  height: 5rem;
  flex: none;
}

/* line 1479, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-avatar-image {
  width: 100%;
  height: 100%;
  border: 1px solid var(--profile-board-border-color, hsl(var(--border)));
  border-radius: 1.15rem;
  object-fit: cover;
}

/* line 1487, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-identity {
  display: grid;
  min-width: 0;
  gap: 0.35rem;
}

/* line 1493, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-name {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

/* line 1502, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-id {
  margin: 0;
  line-height: 1.4;
}

/* line 1507, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-bio {
  position: relative;
  margin-top: 1.25rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--profile-board-border-color, hsl(var(--border)));
}

/* line 1514, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-meta {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.625rem;
  margin: 1.1rem 0 0;
}

/* line 1522, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-meta-item {
  position: relative;
  min-width: 0;
  padding: 0.75rem;
  border: 1px solid var(--profile-board-border-color, hsl(var(--border)));
  border-radius: 0.9rem;
}

/* line 1530, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-meta-item dt {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.3rem;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.35;
}

/* line 1540, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-meta-item dt .material-symbols-rounded {
  flex: none;
  font-size: 1rem;
}

/* line 1545, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-meta-item dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-weight: 700;
  line-height: 1.45;
}

/* line 1552, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.625rem;
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--profile-board-border-color, hsl(var(--border)));
}

/* line 1561, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-link {
  display: inline-flex;
  min-width: 0;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.65rem 0.5rem;
  border: 1px solid var(--profile-board-border-color, hsl(var(--border)));
  border-radius: 0.9rem;
  background: color-mix(in srgb, var(--profile-board-text-color) 10%, transparent);
  color: color-mix(in srgb, var(--profile-board-text-color) 75%, #ffffff);
  font-family: var(--profile-board-font-family);
  font-size: var(--profile-board-text-size);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

/* line 1580, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-link .material-symbols-rounded {
  flex: none;
  font-size: 1.1em;
  line-height: 1;
  transform: translateY(0.0625rem);
}

/* line 1587, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-link:hover {
  background: color-mix(in srgb, var(--profile-board-text-color) 16%, transparent);
}

/* line 1591, app/assets/stylesheets/profiles/blocks.scss */
.profile-public-board-workspace {
  position: relative;
}

/* line 1595, app/assets/stylesheets/profiles/blocks.scss */
.profile-public-board-tools {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5rem;
  width: 4.25rem;
}

/* line 1603, app/assets/stylesheets/profiles/blocks.scss */
.profile-public-board-actions {
  position: sticky;
  z-index: 2;
  top: 5.5rem;
  display: grid;
  gap: 0.5rem;
}

/* line 1611, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-action-trigger {
  display: inline-flex;
  width: 4.25rem;
  min-height: 4.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.55rem 0.25rem;
  border: 0;
  border-radius: 1rem;
  background: hsl(var(--background) / 0.92);
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  touch-action: manipulation;
  transition: background-color 160ms ease, color 160ms ease, transform 100ms ease-out;
}

/* line 1636, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-action-trigger .material-symbols-rounded {
  font-size: 1.5rem;
}

/* line 1640, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-action-trigger:hover {
  background: color-mix(in srgb, hsl(var(--primary)) 12%, hsl(var(--background)));
  color: hsl(var(--primary));
}

/* line 1650, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-action-trigger:focus-visible {
  outline: 2px solid hsl(var(--primary));
  outline-offset: 2px;
}

/* line 1655, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-action-trigger:active {
  background: color-mix(in srgb, hsl(var(--primary)) 20%, hsl(var(--background)));
  color: hsl(var(--primary));
  transform: scale(0.96);
}

/* line 1666, app/assets/stylesheets/profiles/blocks.scss */
.profile-share {
  position: relative;
}

/* line 1670, app/assets/stylesheets/profiles/blocks.scss */
.profile-share > summary {
  list-style: none;
}

/* line 1674, app/assets/stylesheets/profiles/blocks.scss */
.profile-share > summary::-webkit-details-marker {
  display: none;
}

/* line 1678, app/assets/stylesheets/profiles/blocks.scss */
.profile-share[open] > .profile-share-trigger {
  background: color-mix(in srgb, hsl(var(--primary)) 12%, hsl(var(--background)));
  color: hsl(var(--primary));
}

/* line 1688, app/assets/stylesheets/profiles/blocks.scss */
.profile-share-menu {
  position: absolute;
  top: 0;
  left: calc(100% + 0.6rem);
  display: grid;
  width: 13rem;
  gap: 0.25rem;
  padding: 0.4rem;
  border: 1px solid hsl(var(--border));
  border-radius: 1rem;
  background: hsl(var(--background) / 0.96);
  box-shadow: 0 1rem 2.5rem hsl(var(--foreground) / 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-0.35rem) scale(0.98);
  transform-origin: left center;
  visibility: hidden;
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  backdrop-filter: blur(16px) saturate(150%);
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
}

/* line 1713, app/assets/stylesheets/profiles/blocks.scss */
.profile-share[open] > .profile-share-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
  visibility: visible;
}

/* line 1720, app/assets/stylesheets/profiles/blocks.scss */
.profile-share-menu-item {
  display: grid;
  min-height: 2.75rem;
  grid-template-columns: 1.6rem minmax(0, 1fr);
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  padding: 0.55rem 0.65rem;
  border: 0;
  border-radius: 0.75rem;
  background: transparent;
  color: hsl(var(--foreground));
  cursor: pointer;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  text-decoration: none;
  touch-action: manipulation;
}

/* line 1742, app/assets/stylesheets/profiles/blocks.scss */
.profile-share-menu-item:hover {
  background: hsl(var(--muted) / 0.7);
}

/* line 1746, app/assets/stylesheets/profiles/blocks.scss */
.profile-share-menu-item:focus-visible {
  outline: 2px solid hsl(var(--primary));
  outline-offset: -2px;
}

/* line 1751, app/assets/stylesheets/profiles/blocks.scss */
.profile-share-menu-item > .material-symbols-rounded {
  font-size: 1.25rem;
  text-align: center;
}

/* line 1756, app/assets/stylesheets/profiles/blocks.scss */
.profile-share-x-icon {
  width: 1.6rem;
  height: 1.6rem;
  padding: 0.42rem;
  border-radius: 0.5rem;
  background: #000000;
}

/* line 1764, app/assets/stylesheets/profiles/blocks.scss */
.profile-share-feedback {
  grid-column: 2;
  color: hsl(var(--primary));
  font-size: 0.65rem;
  font-weight: 600;
}

/* line 1771, app/assets/stylesheets/profiles/blocks.scss */
.profile-share-feedback:empty {
  display: none;
}

/* line 1775, app/assets/stylesheets/profiles/blocks.scss */
.profile-owner-empty-block {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  min-height: 7rem;
  padding: 1.125rem 1.25rem;
  border: 2px dashed hsl(var(--border));
  border-radius: 1.35rem;
  background: hsl(var(--muted) / 0.22);
  color: hsl(var(--muted-foreground));
  text-decoration: none;
  touch-action: manipulation;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 100ms ease-out;
}

/* line 1795, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style .profile-owner-empty-block {
  --profile-board-border-width: 2px;
  border: 2px dashed hsl(var(--border));
  background: hsl(var(--muted) / 0.22);
}

/* line 1802, app/assets/stylesheets/profiles/blocks.scss */
.profile-owner-empty-block-icon {
  display: inline-flex;
  flex: none;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: hsl(var(--primary) / 0.12);
  color: hsl(var(--primary));
}

/* line 1814, app/assets/stylesheets/profiles/blocks.scss */
.profile-owner-empty-block-icon .material-symbols-rounded {
  display: block;
  font-size: 1.75rem;
  line-height: 1;
}

/* line 1820, app/assets/stylesheets/profiles/blocks.scss */
.profile-owner-empty-block-copy {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
}

/* line 1826, app/assets/stylesheets/profiles/blocks.scss */
.profile-owner-empty-block-copy strong {
  font-size: calc(var(--profile-board-text-size) * 1.05);
  line-height: 1.5;
}

/* line 1831, app/assets/stylesheets/profiles/blocks.scss */
.profile-owner-empty-block-copy > span {
  color: hsl(var(--muted-foreground));
  font-size: var(--profile-board-text-size);
  line-height: 1.6;
  transition: color 160ms ease;
}

/* line 1838, app/assets/stylesheets/profiles/blocks.scss */
.profile-owner-empty-block-action {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: hsl(var(--muted-foreground));
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
  transition: color 160ms ease;
}

/* line 1849, app/assets/stylesheets/profiles/blocks.scss */
.profile-owner-empty-block-action .material-symbols-rounded {
  font-size: 1.2rem;
  transition: transform 160ms ease;
}

/* line 1854, app/assets/stylesheets/profiles/blocks.scss */
.profile-owner-empty-block:focus-visible {
  outline: 2px solid hsl(var(--primary));
  outline-offset: 3px;
}

/* line 1859, app/assets/stylesheets/profiles/blocks.scss */
.profile-owner-empty-block:active {
  transform: scale(0.985);
}

@media (hover: hover) {
  /* line 1864, app/assets/stylesheets/profiles/blocks.scss */
  .profile-owner-empty-block:hover {
    border-color: hsl(var(--primary) / 0.5);
    background: hsl(var(--primary) / 0.05);
    color: hsl(var(--primary));
    transform: translateY(-2px);
  }
  /* line 1871, app/assets/stylesheets/profiles/blocks.scss */
  .profile-owner-empty-block:hover :is( .profile-owner-empty-block-copy > span, .profile-owner-empty-block-action   ) {
    color: hsl(var(--primary));
  }
  /* line 1878, app/assets/stylesheets/profiles/blocks.scss */
  .profile-owner-empty-block:hover .profile-owner-empty-block-action .material-symbols-rounded {
    transform: translateX(0.2rem);
  }
}

@media (max-width: 53rem) {
  /* line 1884, app/assets/stylesheets/profiles/blocks.scss */
  .profile-page-surface > .profile-tabs-panel {
    z-index: 2;
  }
  /* line 1888, app/assets/stylesheets/profiles/blocks.scss */
  .profile-public-board-tools {
    position: fixed;
    top: auto;
    right: auto;
    bottom: calc(1rem + env(safe-area-inset-bottom));
    left: calc(1rem + env(safe-area-inset-left));
    z-index: 35;
    width: auto;
  }
  /* line 1898, app/assets/stylesheets/profiles/blocks.scss */
  .profile-public-board-actions {
    position: static;
    top: auto;
    display: flex;
    gap: 0.5rem;
  }
  /* line 1905, app/assets/stylesheets/profiles/blocks.scss */
  .profile-board-action-trigger {
    width: 4.25rem;
    height: 3.5rem;
    min-height: 3.5rem;
    border: 1px solid hsl(var(--border));
    background: hsl(var(--background) / 0.92);
    box-shadow: 0 0.75rem 2rem hsl(var(--foreground) / 0.18);
    font-size: 0.65rem;
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    backdrop-filter: blur(16px) saturate(150%);
  }
  /* line 1917, app/assets/stylesheets/profiles/blocks.scss */
  .profile-board-action-trigger .material-symbols-rounded {
    font-size: 1.2rem;
  }
  /* line 1921, app/assets/stylesheets/profiles/blocks.scss */
  .profile-share-menu {
    top: auto;
    bottom: calc(100% + 0.6rem);
    left: 0;
    transform: translateY(0.35rem) scale(0.98);
    transform-origin: left bottom;
  }
  /* line 1929, app/assets/stylesheets/profiles/blocks.scss */
  .profile-share[open] > .profile-share-menu {
    transform: translateY(0) scale(1);
  }
  /* line 1933, app/assets/stylesheets/profiles/blocks.scss */
  .profile-page > .profile-copyright {
    margin-bottom: calc(5rem + env(safe-area-inset-bottom));
  }
}

@media (max-width: 40rem) {
  /* line 1939, app/assets/stylesheets/profiles/blocks.scss */
  .profile-owner-empty-block {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.875rem;
    padding: 1rem;
  }
  /* line 1945, app/assets/stylesheets/profiles/blocks.scss */
  .profile-owner-empty-block-action {
    display: none;
  }
}

@media (max-width: 36rem) {
  /* line 1951, app/assets/stylesheets/profiles/blocks.scss */
  .mypage-content-profile {
    padding: 1.125rem;
  }
  /* line 1955, app/assets/stylesheets/profiles/blocks.scss */
  .mypage-content-profile-avatar {
    width: 4rem;
    height: 4rem;
  }
  /* line 1960, app/assets/stylesheets/profiles/blocks.scss */
  .mypage-content-profile-meta {
    grid-template-columns: 1fr;
  }
  /* line 1964, app/assets/stylesheets/profiles/blocks.scss */
  .mypage-content-profile-meta-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
  }
  /* line 1971, app/assets/stylesheets/profiles/blocks.scss */
  .mypage-content-profile-meta-item dt {
    margin-bottom: 0;
  }
}

/* line 1976, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link {
  display: grid;
  min-height: 5.25rem;
  grid-template-columns: 2.75rem minmax(0, 1fr) 2.25rem;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.25rem;
  padding: 1rem 1rem 1rem 1.25rem;
  border: 1px solid hsl(var(--border) / 0.9);
  border-radius: 1.35rem;
  background: hsl(var(--card));
  color: hsl(var(--foreground));
  text-decoration: none;
  touch-action: manipulation;
  transition: border-color 180ms ease, box-shadow 220ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* line 1997, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link--title-only {
  grid-template-rows: 1fr;
}

/* line 2001, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link-copy {
  display: contents;
}

/* line 2005, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link-copy strong {
  grid-column: 2;
  grid-row: 1;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 2016, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link-copy > span {
  display: -webkit-box;
  grid-column: 2;
  grid-row: 2;
  overflow: hidden;
  color: hsl(var(--muted-foreground));
  font-size: 0.8rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* line 2028, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link-brand {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  grid-column: 1;
  grid-row: 1 / span 2;
  place-items: center;
  border: 1px solid var(--profile-board-border-color, #d9dce1);
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.1);
  color: #2a303c;
}

/* line 2042, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link-brand .material-symbols-rounded {
  font-size: 1.25rem;
}

/* line 2046, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link-action {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  place-items: center;
  border-radius: 999px;
  background: color-mix(in srgb, var(--profile-board-text-color) 10%, transparent);
  color: color-mix(in srgb, var(--profile-board-text-color) 75%, #ffffff);
}

/* line 2059, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link-action .material-symbols-rounded {
  font-size: 1.1rem;
}

/* line 2063, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link--title-only .profile-content-link-brand,
.profile-content-link--title-only .profile-content-link-action {
  grid-row: 1;
}

/* line 2068, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link-service-icon {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}

/* line 2074, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link-service-icon[data-profile-link-service="x"] {
  filter: brightness(0);
}

/* line 2078, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link:active {
  transform: scale(0.985);
}

/* line 2082, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-icon-links-block {
  padding: 1rem;
  border: 1px solid hsl(var(--border) / 0.78);
  border-radius: 1.35rem;
  background: hsl(var(--card));
}

/* line 2089, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-icon-links {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, 3.75rem);
  justify-content: center;
  gap: clamp(0.5rem, 2.5cqi, 0.75rem);
  margin: 0 auto;
}

/* line 2098, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-icon-link {
  display: grid;
  width: 100%;
  max-width: 3.75rem;
  aspect-ratio: 1;
  justify-self: center;
  place-items: center;
  border: 1px solid var(--profile-board-border-color, #d9dce1);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.1);
  color: #2a303c;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

/* line 2118, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-icon-link .profile-content-link-service-icon {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 2123, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-icon-link .material-symbols-rounded {
  font-size: 1.4rem;
}

/* line 2127, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-icon-links-empty {
  margin: 0;
  color: hsl(var(--muted-foreground));
  font-size: 0.8rem;
  text-align: center;
}

/* line 2134, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-icon-links:has(.profile-content-icon-link) + .profile-content-icon-links-empty {
  display: none;
}

/* line 2138, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 4.75rem;
  grid-template-columns: 2.75rem minmax(0, 1fr) 2.25rem;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1rem 0.9rem 1.25rem;
  border: 1px solid hsl(var(--border) / 0.9);
  border-radius: 1.35rem;
  background: hsl(var(--card));
  color: hsl(var(--foreground));
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: border-color 180ms ease, box-shadow 220ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* line 2160, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id-icon {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid var(--profile-board-border-color, #d9dce1);
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.1);
}

/* line 2171, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id-icon img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}

/* line 2177, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id-icon [data-profile-id-custom-icon] {
  height: 1.25rem;
}

/* line 2181, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id-icon [data-profile-id-icon-key="x"] {
  filter: brightness(0);
}

/* line 2185, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id-icon [data-profile-id-icon-key="xbox360"] {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #107c10;
  border-radius: 999px;
}

/* line 2192, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id-copy {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.08rem;
}

/* line 2199, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id-prefix {
  flex: none;
  color: hsl(var(--muted-foreground));
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.4;
}

/* line 2207, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id-copy strong {
  overflow: hidden;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 2216, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id-action {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border-radius: 999px;
  background: color-mix(in srgb, var(--profile-board-text-color) 10%, transparent);
  color: color-mix(in srgb, var(--profile-board-text-color) 75%, #ffffff);
}

/* line 2226, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id-action .material-symbols-rounded {
  font-size: 1.1rem;
}

/* line 2230, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id-feedback {
  position: absolute;
  right: 1rem;
  bottom: 0.3rem;
  color: color-mix(in srgb, var(--profile-board-text-color) 75%, #ffffff);
  font-size: 0.65rem;
  font-weight: 700;
}

/* line 2239, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id:active {
  transform: scale(0.985);
}

/* line 2243, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image {
  border: 1px solid hsl(var(--border) / 0.78);
  border-radius: 1.5rem;
  background: hsl(var(--card));
}

/* line 2249, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image-frame {
  overflow: hidden;
  border-radius: calc(var(--profile-board-block-radius) - var(--profile-board-border-width)) calc(var(--profile-board-block-radius) - var(--profile-board-border-width)) 0 0;
  background: transparent;
}

/* line 2259, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image-content {
  position: relative;
}

/* line 2263, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--step [data-profile-block-type="image"]:not([class*="profile-board-border--"]),   [data-profile-block-type="image"].profile-board-border--step ) .profile-content-image-frame {
  --profile-board-step-points:
    24px 1.5px,
    calc(100% - 24px) 1.5px,
    calc(100% - 11.5px) 1.5px,
    calc(100% - 11.5px) 7.5px,
    calc(100% - 5.5px) 7.5px,
    calc(100% - 5.5px) 13.5px,
    calc(100% - 1.5px) 13.5px,
    calc(100% - 1.5px) 24px,
    calc(100% - 1.5px) calc(100% - 24px),
    calc(100% - 1.5px) calc(100% - 13.5px),
    calc(100% - 7.5px) calc(100% - 13.5px),
    calc(100% - 7.5px) calc(100% - 7.5px),
    calc(100% - 13.5px) calc(100% - 7.5px),
    calc(100% - 13.5px) calc(100% - 1.5px),
    calc(100% - 24px) calc(100% - 1.5px),
    24px calc(100% - 1.5px),
    13.5px calc(100% - 1.5px),
    13.5px calc(100% - 7.5px),
    7.5px calc(100% - 7.5px),
    7.5px calc(100% - 13.5px),
    1.5px calc(100% - 13.5px),
    1.5px calc(100% - 24px),
    1.5px 24px,
    1.5px 13.5px,
    5.5px 13.5px,
    5.5px 7.5px,
    11.5px 7.5px,
    11.5px 1.5px;
  border-radius: 0;
  -webkit-clip-path: polygon(var(--profile-board-step-points));
  clip-path: polygon(var(--profile-board-step-points));
}

/* line 2302, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--ticket [data-profile-block-type="image"]:not([class*="profile-board-border--"]),   [data-profile-block-type="image"].profile-board-border--ticket ) {
  border: 0;
}

/* line 2309, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--ticket [data-profile-block-type="image"]:not([class*="profile-board-border--"]),   [data-profile-block-type="image"].profile-board-border--ticket ) .profile-content-image-frame {
  --profile-board-ticket-notch-size: 1rem;
  box-sizing: border-box;
  border: 4px solid var(--profile-board-border-color);
  border-radius: var(--profile-board-block-radius);
  -webkit-mask-image: radial-gradient(circle at left center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size)), radial-gradient(circle at right center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size));
  -webkit-mask-composite: source-in;
  mask-image: radial-gradient(circle at left center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size)), radial-gradient(circle at right center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size));
  mask-composite: intersect;
}

/* line 2344, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--ticket [data-profile-block-type="image"]:not([class*="profile-board-border--"]),   [data-profile-block-type="image"].profile-board-border--ticket ):has(figcaption:not([hidden])) > .profile-content-block-backdrop {
  border: 0;
}

/* line 2351, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--ticket [data-profile-block-type="image"]:not([class*="profile-board-border--"]),   [data-profile-block-type="image"].profile-board-border--ticket ):has(figcaption:not([hidden])) .profile-content-image-frame {
  border: 0;
  border-radius: var(--profile-board-block-radius) var(--profile-board-block-radius) 0 0;
  -webkit-mask: none;
  mask: none;
}

/* line 2361, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--ticket [data-profile-block-type="image"]:not([class*="profile-board-border--"]),   [data-profile-block-type="image"].profile-board-border--ticket ):has(figcaption:not([hidden])) .profile-content-image-content {
  -webkit-mask-image: radial-gradient(circle at left center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size)), radial-gradient(circle at right center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size));
  -webkit-mask-composite: source-in;
  mask-image: radial-gradient(circle at left center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size)), radial-gradient(circle at right center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size));
  mask-composite: intersect;
}

/* line 2391, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--ticket [data-profile-block-type="image"]:not([class*="profile-board-border--"]),   [data-profile-block-type="image"].profile-board-border--ticket ):has(figcaption:not([hidden]))::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  box-sizing: border-box;
  border: 4px solid var(--profile-board-border-color);
  border-radius: var(--profile-board-block-radius);
  content: "";
  pointer-events: none;
  -webkit-mask-image: radial-gradient(circle at left center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size)), radial-gradient(circle at right center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size));
  -webkit-mask-composite: source-in;
  mask-image: radial-gradient(circle at left center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size)), radial-gradient(circle at right center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size));
  mask-composite: intersect;
}

/* line 2429, app/assets/stylesheets/profiles/blocks.scss */
.profile-image-carousel {
  position: relative;
  width: 100%;
}

/* line 2434, app/assets/stylesheets/profiles/blocks.scss */
.profile-image-carousel-track {
  display: flex;
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}

/* line 2444, app/assets/stylesheets/profiles/blocks.scss */
.profile-image-carousel-track::-webkit-scrollbar {
  display: none;
}

/* line 2448, app/assets/stylesheets/profiles/blocks.scss */
.profile-image-carousel-slide {
  display: grid;
  flex: 0 0 100%;
  aspect-ratio: 16 / 9;
  place-items: center;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

/* line 2457, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image .profile-image-carousel-slide img,
.profile-image-carousel--editor .profile-image-carousel-slide img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-height: none;
  object-fit: contain;
}

/* line 2468, app/assets/stylesheets/profiles/blocks.scss */
.profile-image-carousel-pagination {
  position: absolute;
  z-index: 2;
  right: 50%;
  bottom: 0.65rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.34);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transform: translateX(50%);
}

/* line 2485, app/assets/stylesheets/profiles/blocks.scss */
.profile-image-carousel-dot {
  width: 0.38rem;
  height: 0.38rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  cursor: pointer;
  transition: width 160ms ease, background-color 160ms ease;
}

/* line 2496, app/assets/stylesheets/profiles/blocks.scss */
.profile-image-carousel-dot[aria-current="true"] {
  width: 1rem;
  background: #fff;
}

/* line 2501, app/assets/stylesheets/profiles/blocks.scss */
.profile-image-carousel-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.34);
  color: #fff;
  cursor: pointer;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transform: translateY(-50%);
  transition: background-color 160ms ease, opacity 160ms ease;
}

/* line 2522, app/assets/stylesheets/profiles/blocks.scss */
.profile-image-carousel-arrow:hover {
  background: rgba(15, 23, 42, 0.6);
}

/* line 2526, app/assets/stylesheets/profiles/blocks.scss */
.profile-image-carousel-arrow--prev {
  left: 0.75rem;
}

/* line 2530, app/assets/stylesheets/profiles/blocks.scss */
.profile-image-carousel-arrow--next {
  right: 0.75rem;
}

/* line 2534, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image .profile-image-carousel,
.profile-image-carousel--editor {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  max-height: 50svh;
}

/* line 2541, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image .profile-image-carousel-track,
.profile-image-carousel--editor .profile-image-carousel-track {
  height: 100%;
  overflow-y: hidden;
}

/* line 2547, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image .profile-image-carousel-slide,
.profile-image-carousel--editor .profile-image-carousel-slide {
  height: 100%;
  max-height: none;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  aspect-ratio: auto;
}

/* line 2557, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image .profile-image-carousel-slide img,
.profile-image-carousel--editor .profile-image-carousel-slide img {
  max-width: 100%;
  object-fit: contain;
}

/* line 2563, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image:has(figcaption[hidden]) .profile-content-image-frame,
.profile-content-image:not(:has(figcaption)) .profile-content-image-frame {
  border-radius: calc( var(--profile-board-block-radius) - var(--profile-board-border-width));
}

/* line 2572, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-spacer {
  min-height: 2rem;
  border: 0;
  background: transparent;
}

/* line 2578, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-spacer--small {
  height: 2rem;
}

/* line 2582, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-spacer--medium {
  height: 4rem;
}

/* line 2586, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-spacer--large {
  height: 8rem;
}

/* line 2590, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image img {
  display: block;
  width: 100%;
  max-height: 42rem;
  object-fit: cover;
}

/* line 2597, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image-placeholder {
  display: grid;
  min-height: 13rem;
  place-content: center;
  gap: 0.5rem;
  color: hsl(var(--muted-foreground));
  text-align: center;
}

/* line 2606, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image-placeholder .material-symbols-rounded {
  font-size: 2rem;
}

/* line 2610, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image figcaption {
  display: grid;
  gap: 0.2rem;
  padding: 0.9rem 1.1rem 1rem;
}

/* line 2616, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image figcaption[hidden] {
  display: none;
}

/* line 2620, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image figcaption strong {
  font-size: 0.9rem;
}

/* line 2624, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image figcaption span {
  color: hsl(var(--muted-foreground));
  font-size: 0.78rem;
  line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2631, app/assets/stylesheets/profiles/blocks.scss */
  .profile-image-carousel-dot {
    transition: none;
  }
}

@media (hover: hover) {
  /* line 2637, app/assets/stylesheets/profiles/blocks.scss */
  .profile-content-link:hover {
    box-shadow: 0 18px 46px hsl(var(--foreground) / 0.085);
    transform: translateY(-2px);
  }
  /* line 2642, app/assets/stylesheets/profiles/blocks.scss */
  .profile-content-icon-link:hover {
    border-color: hsl(var(--primary) / 0.38);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
    transform: translateY(-2px);
  }
  /* line 2648, app/assets/stylesheets/profiles/blocks.scss */
  .profile-content-game-id:hover {
    box-shadow: 0 18px 44px hsl(var(--foreground) / 0.09);
    transform: translateY(-1px);
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 2655, app/assets/stylesheets/profiles/blocks.scss */
  .profile-tab,
.profile-board-action-trigger,
.profile-share-menu,
.profile-owner-empty-block,
.profile-owner-empty-block-action .material-symbols-rounded {
    transition: none;
  }
  /* line 2663, app/assets/stylesheets/profiles/blocks.scss */
  .profile-content-link,
.profile-content-icon-link,
.profile-content-game-id {
    transition: border-color 160ms ease, box-shadow 160ms ease;
  }
  /* line 2669, app/assets/stylesheets/profiles/blocks.scss */
  .profile-content-link:hover,
.profile-content-link:active,
.profile-content-icon-link:hover,
.profile-content-icon-link:active,
.profile-content-game-id:hover,
.profile-content-game-id:active,
.profile-board-action-trigger:active,
.profile-owner-empty-block:hover,
.profile-owner-empty-block:active,
.profile-owner-empty-block:hover .profile-owner-empty-block-action .material-symbols-rounded {
    transform: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  /* line 2684, app/assets/stylesheets/profiles/blocks.scss */
  .profile-tabs-nav,
.profile-board-action-trigger,
.profile-share-menu {
    background: hsl(var(--background));
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media (prefers-contrast: more) {
  /* line 2694, app/assets/stylesheets/profiles/blocks.scss */
  .profile-tabs-nav {
    border-bottom: 2px solid hsl(var(--foreground));
    background: hsl(var(--background));
  }
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-0 .mypage-content-profile {
  filter: url(#chromatic-aberration-1-0);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-0 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-1-0);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-0 .profile-content-image img,
.profile-board-page-chromatic-aberration--1-0 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-1-0);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-0 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--1-0 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-1-0);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-0.profile-page-surface::before,
.profile-board-page-chromatic-aberration--1-0 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-1-0);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-0 .mypage-content-profile {
  filter: url(#vhs-glitch-a-1-0);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-0 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-1-0);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-0 .profile-content-image img,
.profile-board-page-glitch--1-0 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-1-0);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-0 .profile-content-link-copy strong,
.profile-board-page-glitch--1-0 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-1-0);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-0.profile-page-surface::before,
.profile-board-page-glitch--1-0 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-1-0);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-1 .mypage-content-profile {
  filter: url(#chromatic-aberration-1-1);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-1 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-1-1);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-1 .profile-content-image img,
.profile-board-page-chromatic-aberration--1-1 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-1-1);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-1 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--1-1 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-1-1);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-1.profile-page-surface::before,
.profile-board-page-chromatic-aberration--1-1 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-1-1);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-1 .mypage-content-profile {
  filter: url(#vhs-glitch-a-1-1);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-1 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-1-1);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-1 .profile-content-image img,
.profile-board-page-glitch--1-1 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-1-1);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-1 .profile-content-link-copy strong,
.profile-board-page-glitch--1-1 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-1-1);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-1.profile-page-surface::before,
.profile-board-page-glitch--1-1 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-1-1);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-2 .mypage-content-profile {
  filter: url(#chromatic-aberration-1-2);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-2 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-1-2);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-2 .profile-content-image img,
.profile-board-page-chromatic-aberration--1-2 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-1-2);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-2 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--1-2 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-1-2);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-2.profile-page-surface::before,
.profile-board-page-chromatic-aberration--1-2 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-1-2);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-2 .mypage-content-profile {
  filter: url(#vhs-glitch-a-1-2);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-2 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-1-2);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-2 .profile-content-image img,
.profile-board-page-glitch--1-2 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-1-2);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-2 .profile-content-link-copy strong,
.profile-board-page-glitch--1-2 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-1-2);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-2.profile-page-surface::before,
.profile-board-page-glitch--1-2 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-1-2);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-3 .mypage-content-profile {
  filter: url(#chromatic-aberration-1-3);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-3 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-1-3);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-3 .profile-content-image img,
.profile-board-page-chromatic-aberration--1-3 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-1-3);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-3 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--1-3 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-1-3);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-3.profile-page-surface::before,
.profile-board-page-chromatic-aberration--1-3 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-1-3);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-3 .mypage-content-profile {
  filter: url(#vhs-glitch-a-1-3);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-3 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-1-3);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-3 .profile-content-image img,
.profile-board-page-glitch--1-3 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-1-3);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-3 .profile-content-link-copy strong,
.profile-board-page-glitch--1-3 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-1-3);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-3.profile-page-surface::before,
.profile-board-page-glitch--1-3 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-1-3);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-4 .mypage-content-profile {
  filter: url(#chromatic-aberration-1-4);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-4 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-1-4);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-4 .profile-content-image img,
.profile-board-page-chromatic-aberration--1-4 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-1-4);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-4 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--1-4 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-1-4);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-4.profile-page-surface::before,
.profile-board-page-chromatic-aberration--1-4 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-1-4);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-4 .mypage-content-profile {
  filter: url(#vhs-glitch-a-1-4);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-4 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-1-4);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-4 .profile-content-image img,
.profile-board-page-glitch--1-4 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-1-4);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-4 .profile-content-link-copy strong,
.profile-board-page-glitch--1-4 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-1-4);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-4.profile-page-surface::before,
.profile-board-page-glitch--1-4 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-1-4);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-5 .mypage-content-profile {
  filter: url(#chromatic-aberration-1-5);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-5 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-1-5);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-5 .profile-content-image img,
.profile-board-page-chromatic-aberration--1-5 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-1-5);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-5 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--1-5 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-1-5);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-5.profile-page-surface::before,
.profile-board-page-chromatic-aberration--1-5 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-1-5);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-5 .mypage-content-profile {
  filter: url(#vhs-glitch-a-1-5);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-5 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-1-5);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-5 .profile-content-image img,
.profile-board-page-glitch--1-5 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-1-5);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-5 .profile-content-link-copy strong,
.profile-board-page-glitch--1-5 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-1-5);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-5.profile-page-surface::before,
.profile-board-page-glitch--1-5 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-1-5);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-0 .mypage-content-profile {
  filter: url(#chromatic-aberration-2-0);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-0 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-2-0);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-0 .profile-content-image img,
.profile-board-page-chromatic-aberration--2-0 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-2-0);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-0 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--2-0 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-2-0);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-0.profile-page-surface::before,
.profile-board-page-chromatic-aberration--2-0 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-2-0);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-0 .mypage-content-profile {
  filter: url(#vhs-glitch-a-2-0);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-0 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-2-0);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-0 .profile-content-image img,
.profile-board-page-glitch--2-0 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-2-0);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-0 .profile-content-link-copy strong,
.profile-board-page-glitch--2-0 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-2-0);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-0.profile-page-surface::before,
.profile-board-page-glitch--2-0 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-2-0);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-1 .mypage-content-profile {
  filter: url(#chromatic-aberration-2-1);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-1 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-2-1);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-1 .profile-content-image img,
.profile-board-page-chromatic-aberration--2-1 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-2-1);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-1 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--2-1 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-2-1);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-1.profile-page-surface::before,
.profile-board-page-chromatic-aberration--2-1 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-2-1);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-1 .mypage-content-profile {
  filter: url(#vhs-glitch-a-2-1);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-1 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-2-1);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-1 .profile-content-image img,
.profile-board-page-glitch--2-1 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-2-1);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-1 .profile-content-link-copy strong,
.profile-board-page-glitch--2-1 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-2-1);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-1.profile-page-surface::before,
.profile-board-page-glitch--2-1 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-2-1);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-2 .mypage-content-profile {
  filter: url(#chromatic-aberration-2-2);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-2 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-2-2);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-2 .profile-content-image img,
.profile-board-page-chromatic-aberration--2-2 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-2-2);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-2 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--2-2 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-2-2);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-2.profile-page-surface::before,
.profile-board-page-chromatic-aberration--2-2 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-2-2);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-2 .mypage-content-profile {
  filter: url(#vhs-glitch-a-2-2);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-2 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-2-2);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-2 .profile-content-image img,
.profile-board-page-glitch--2-2 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-2-2);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-2 .profile-content-link-copy strong,
.profile-board-page-glitch--2-2 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-2-2);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-2.profile-page-surface::before,
.profile-board-page-glitch--2-2 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-2-2);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-3 .mypage-content-profile {
  filter: url(#chromatic-aberration-2-3);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-3 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-2-3);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-3 .profile-content-image img,
.profile-board-page-chromatic-aberration--2-3 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-2-3);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-3 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--2-3 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-2-3);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-3.profile-page-surface::before,
.profile-board-page-chromatic-aberration--2-3 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-2-3);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-3 .mypage-content-profile {
  filter: url(#vhs-glitch-a-2-3);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-3 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-2-3);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-3 .profile-content-image img,
.profile-board-page-glitch--2-3 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-2-3);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-3 .profile-content-link-copy strong,
.profile-board-page-glitch--2-3 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-2-3);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-3.profile-page-surface::before,
.profile-board-page-glitch--2-3 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-2-3);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-4 .mypage-content-profile {
  filter: url(#chromatic-aberration-2-4);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-4 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-2-4);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-4 .profile-content-image img,
.profile-board-page-chromatic-aberration--2-4 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-2-4);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-4 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--2-4 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-2-4);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-4.profile-page-surface::before,
.profile-board-page-chromatic-aberration--2-4 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-2-4);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-4 .mypage-content-profile {
  filter: url(#vhs-glitch-a-2-4);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-4 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-2-4);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-4 .profile-content-image img,
.profile-board-page-glitch--2-4 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-2-4);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-4 .profile-content-link-copy strong,
.profile-board-page-glitch--2-4 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-2-4);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-4.profile-page-surface::before,
.profile-board-page-glitch--2-4 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-2-4);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-5 .mypage-content-profile {
  filter: url(#chromatic-aberration-2-5);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-5 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-2-5);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-5 .profile-content-image img,
.profile-board-page-chromatic-aberration--2-5 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-2-5);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-5 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--2-5 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-2-5);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-5.profile-page-surface::before,
.profile-board-page-chromatic-aberration--2-5 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-2-5);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-5 .mypage-content-profile {
  filter: url(#vhs-glitch-a-2-5);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-5 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-2-5);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-5 .profile-content-image img,
.profile-board-page-glitch--2-5 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-2-5);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-5 .profile-content-link-copy strong,
.profile-board-page-glitch--2-5 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-2-5);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-5.profile-page-surface::before,
.profile-board-page-glitch--2-5 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-2-5);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-0 .mypage-content-profile {
  filter: url(#chromatic-aberration-3-0);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-0 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-3-0);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-0 .profile-content-image img,
.profile-board-page-chromatic-aberration--3-0 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-3-0);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-0 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--3-0 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-3-0);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-0.profile-page-surface::before,
.profile-board-page-chromatic-aberration--3-0 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-3-0);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-0 .mypage-content-profile {
  filter: url(#vhs-glitch-a-3-0);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-0 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-3-0);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-0 .profile-content-image img,
.profile-board-page-glitch--3-0 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-3-0);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-0 .profile-content-link-copy strong,
.profile-board-page-glitch--3-0 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-3-0);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-0.profile-page-surface::before,
.profile-board-page-glitch--3-0 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-3-0);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-1 .mypage-content-profile {
  filter: url(#chromatic-aberration-3-1);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-1 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-3-1);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-1 .profile-content-image img,
.profile-board-page-chromatic-aberration--3-1 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-3-1);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-1 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--3-1 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-3-1);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-1.profile-page-surface::before,
.profile-board-page-chromatic-aberration--3-1 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-3-1);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-1 .mypage-content-profile {
  filter: url(#vhs-glitch-a-3-1);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-1 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-3-1);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-1 .profile-content-image img,
.profile-board-page-glitch--3-1 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-3-1);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-1 .profile-content-link-copy strong,
.profile-board-page-glitch--3-1 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-3-1);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-1.profile-page-surface::before,
.profile-board-page-glitch--3-1 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-3-1);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-2 .mypage-content-profile {
  filter: url(#chromatic-aberration-3-2);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-2 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-3-2);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-2 .profile-content-image img,
.profile-board-page-chromatic-aberration--3-2 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-3-2);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-2 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--3-2 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-3-2);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-2.profile-page-surface::before,
.profile-board-page-chromatic-aberration--3-2 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-3-2);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-2 .mypage-content-profile {
  filter: url(#vhs-glitch-a-3-2);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-2 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-3-2);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-2 .profile-content-image img,
.profile-board-page-glitch--3-2 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-3-2);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-2 .profile-content-link-copy strong,
.profile-board-page-glitch--3-2 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-3-2);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-2.profile-page-surface::before,
.profile-board-page-glitch--3-2 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-3-2);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-3 .mypage-content-profile {
  filter: url(#chromatic-aberration-3-3);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-3 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-3-3);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-3 .profile-content-image img,
.profile-board-page-chromatic-aberration--3-3 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-3-3);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-3 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--3-3 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-3-3);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-3.profile-page-surface::before,
.profile-board-page-chromatic-aberration--3-3 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-3-3);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-3 .mypage-content-profile {
  filter: url(#vhs-glitch-a-3-3);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-3 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-3-3);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-3 .profile-content-image img,
.profile-board-page-glitch--3-3 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-3-3);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-3 .profile-content-link-copy strong,
.profile-board-page-glitch--3-3 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-3-3);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-3.profile-page-surface::before,
.profile-board-page-glitch--3-3 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-3-3);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-4 .mypage-content-profile {
  filter: url(#chromatic-aberration-3-4);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-4 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-3-4);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-4 .profile-content-image img,
.profile-board-page-chromatic-aberration--3-4 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-3-4);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-4 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--3-4 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-3-4);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-4.profile-page-surface::before,
.profile-board-page-chromatic-aberration--3-4 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-3-4);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-4 .mypage-content-profile {
  filter: url(#vhs-glitch-a-3-4);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-4 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-3-4);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-4 .profile-content-image img,
.profile-board-page-glitch--3-4 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-3-4);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-4 .profile-content-link-copy strong,
.profile-board-page-glitch--3-4 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-3-4);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-4.profile-page-surface::before,
.profile-board-page-glitch--3-4 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-3-4);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-5 .mypage-content-profile {
  filter: url(#chromatic-aberration-3-5);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-5 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-3-5);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-5 .profile-content-image img,
.profile-board-page-chromatic-aberration--3-5 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-3-5);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-5 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--3-5 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-3-5);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-5.profile-page-surface::before,
.profile-board-page-chromatic-aberration--3-5 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-3-5);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-5 .mypage-content-profile {
  filter: url(#vhs-glitch-a-3-5);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-5 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-3-5);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-5 .profile-content-image img,
.profile-board-page-glitch--3-5 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-3-5);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-5 .profile-content-link-copy strong,
.profile-board-page-glitch--3-5 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-3-5);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-5.profile-page-surface::before,
.profile-board-page-glitch--3-5 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-3-5);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-0 .mypage-content-profile {
  filter: url(#chromatic-aberration-4-0);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-0 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-4-0);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-0 .profile-content-image img,
.profile-board-page-chromatic-aberration--4-0 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-4-0);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-0 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--4-0 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-4-0);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-0.profile-page-surface::before,
.profile-board-page-chromatic-aberration--4-0 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-4-0);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-0 .mypage-content-profile {
  filter: url(#vhs-glitch-a-4-0);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-0 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-4-0);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-0 .profile-content-image img,
.profile-board-page-glitch--4-0 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-4-0);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-0 .profile-content-link-copy strong,
.profile-board-page-glitch--4-0 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-4-0);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-0.profile-page-surface::before,
.profile-board-page-glitch--4-0 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-4-0);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-1 .mypage-content-profile {
  filter: url(#chromatic-aberration-4-1);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-1 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-4-1);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-1 .profile-content-image img,
.profile-board-page-chromatic-aberration--4-1 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-4-1);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-1 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--4-1 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-4-1);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-1.profile-page-surface::before,
.profile-board-page-chromatic-aberration--4-1 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-4-1);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-1 .mypage-content-profile {
  filter: url(#vhs-glitch-a-4-1);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-1 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-4-1);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-1 .profile-content-image img,
.profile-board-page-glitch--4-1 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-4-1);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-1 .profile-content-link-copy strong,
.profile-board-page-glitch--4-1 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-4-1);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-1.profile-page-surface::before,
.profile-board-page-glitch--4-1 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-4-1);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-2 .mypage-content-profile {
  filter: url(#chromatic-aberration-4-2);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-2 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-4-2);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-2 .profile-content-image img,
.profile-board-page-chromatic-aberration--4-2 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-4-2);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-2 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--4-2 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-4-2);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-2.profile-page-surface::before,
.profile-board-page-chromatic-aberration--4-2 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-4-2);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-2 .mypage-content-profile {
  filter: url(#vhs-glitch-a-4-2);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-2 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-4-2);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-2 .profile-content-image img,
.profile-board-page-glitch--4-2 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-4-2);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-2 .profile-content-link-copy strong,
.profile-board-page-glitch--4-2 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-4-2);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-2.profile-page-surface::before,
.profile-board-page-glitch--4-2 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-4-2);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-3 .mypage-content-profile {
  filter: url(#chromatic-aberration-4-3);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-3 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-4-3);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-3 .profile-content-image img,
.profile-board-page-chromatic-aberration--4-3 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-4-3);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-3 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--4-3 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-4-3);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-3.profile-page-surface::before,
.profile-board-page-chromatic-aberration--4-3 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-4-3);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-3 .mypage-content-profile {
  filter: url(#vhs-glitch-a-4-3);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-3 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-4-3);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-3 .profile-content-image img,
.profile-board-page-glitch--4-3 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-4-3);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-3 .profile-content-link-copy strong,
.profile-board-page-glitch--4-3 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-4-3);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-3.profile-page-surface::before,
.profile-board-page-glitch--4-3 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-4-3);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-4 .mypage-content-profile {
  filter: url(#chromatic-aberration-4-4);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-4 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-4-4);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-4 .profile-content-image img,
.profile-board-page-chromatic-aberration--4-4 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-4-4);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-4 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--4-4 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-4-4);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-4.profile-page-surface::before,
.profile-board-page-chromatic-aberration--4-4 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-4-4);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-4 .mypage-content-profile {
  filter: url(#vhs-glitch-a-4-4);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-4 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-4-4);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-4 .profile-content-image img,
.profile-board-page-glitch--4-4 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-4-4);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-4 .profile-content-link-copy strong,
.profile-board-page-glitch--4-4 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-4-4);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-4.profile-page-surface::before,
.profile-board-page-glitch--4-4 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-4-4);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-5 .mypage-content-profile {
  filter: url(#chromatic-aberration-4-5);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-5 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-4-5);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-5 .profile-content-image img,
.profile-board-page-chromatic-aberration--4-5 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-4-5);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-5 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--4-5 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-4-5);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-5.profile-page-surface::before,
.profile-board-page-chromatic-aberration--4-5 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-4-5);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-5 .mypage-content-profile {
  filter: url(#vhs-glitch-a-4-5);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-5 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-4-5);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-5 .profile-content-image img,
.profile-board-page-glitch--4-5 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-4-5);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-5 .profile-content-link-copy strong,
.profile-board-page-glitch--4-5 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-4-5);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-5.profile-page-surface::before,
.profile-board-page-glitch--4-5 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-4-5);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-0 .mypage-content-profile {
  filter: url(#chromatic-aberration-5-0);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-0 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-5-0);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-0 .profile-content-image img,
.profile-board-page-chromatic-aberration--5-0 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-5-0);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-0 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--5-0 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-5-0);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-0.profile-page-surface::before,
.profile-board-page-chromatic-aberration--5-0 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-5-0);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-0 .mypage-content-profile {
  filter: url(#vhs-glitch-a-5-0);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-0 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-5-0);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-0 .profile-content-image img,
.profile-board-page-glitch--5-0 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-5-0);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-0 .profile-content-link-copy strong,
.profile-board-page-glitch--5-0 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-5-0);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-0.profile-page-surface::before,
.profile-board-page-glitch--5-0 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-5-0);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-1 .mypage-content-profile {
  filter: url(#chromatic-aberration-5-1);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-1 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-5-1);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-1 .profile-content-image img,
.profile-board-page-chromatic-aberration--5-1 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-5-1);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-1 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--5-1 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-5-1);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-1.profile-page-surface::before,
.profile-board-page-chromatic-aberration--5-1 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-5-1);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-1 .mypage-content-profile {
  filter: url(#vhs-glitch-a-5-1);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-1 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-5-1);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-1 .profile-content-image img,
.profile-board-page-glitch--5-1 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-5-1);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-1 .profile-content-link-copy strong,
.profile-board-page-glitch--5-1 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-5-1);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-1.profile-page-surface::before,
.profile-board-page-glitch--5-1 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-5-1);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-2 .mypage-content-profile {
  filter: url(#chromatic-aberration-5-2);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-2 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-5-2);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-2 .profile-content-image img,
.profile-board-page-chromatic-aberration--5-2 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-5-2);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-2 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--5-2 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-5-2);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-2.profile-page-surface::before,
.profile-board-page-chromatic-aberration--5-2 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-5-2);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-2 .mypage-content-profile {
  filter: url(#vhs-glitch-a-5-2);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-2 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-5-2);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-2 .profile-content-image img,
.profile-board-page-glitch--5-2 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-5-2);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-2 .profile-content-link-copy strong,
.profile-board-page-glitch--5-2 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-5-2);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-2.profile-page-surface::before,
.profile-board-page-glitch--5-2 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-5-2);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-3 .mypage-content-profile {
  filter: url(#chromatic-aberration-5-3);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-3 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-5-3);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-3 .profile-content-image img,
.profile-board-page-chromatic-aberration--5-3 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-5-3);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-3 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--5-3 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-5-3);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-3.profile-page-surface::before,
.profile-board-page-chromatic-aberration--5-3 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-5-3);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-3 .mypage-content-profile {
  filter: url(#vhs-glitch-a-5-3);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-3 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-5-3);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-3 .profile-content-image img,
.profile-board-page-glitch--5-3 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-5-3);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-3 .profile-content-link-copy strong,
.profile-board-page-glitch--5-3 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-5-3);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-3.profile-page-surface::before,
.profile-board-page-glitch--5-3 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-5-3);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-4 .mypage-content-profile {
  filter: url(#chromatic-aberration-5-4);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-4 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-5-4);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-4 .profile-content-image img,
.profile-board-page-chromatic-aberration--5-4 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-5-4);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-4 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--5-4 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-5-4);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-4.profile-page-surface::before,
.profile-board-page-chromatic-aberration--5-4 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-5-4);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-4 .mypage-content-profile {
  filter: url(#vhs-glitch-a-5-4);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-4 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-5-4);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-4 .profile-content-image img,
.profile-board-page-glitch--5-4 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-5-4);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-4 .profile-content-link-copy strong,
.profile-board-page-glitch--5-4 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-5-4);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-4.profile-page-surface::before,
.profile-board-page-glitch--5-4 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-5-4);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-5 .mypage-content-profile {
  filter: url(#chromatic-aberration-5-5);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-5 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-5-5);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-5 .profile-content-image img,
.profile-board-page-chromatic-aberration--5-5 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-5-5);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-5 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--5-5 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-5-5);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-5.profile-page-surface::before,
.profile-board-page-chromatic-aberration--5-5 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-5-5);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-5 .mypage-content-profile {
  filter: url(#vhs-glitch-a-5-5);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-5 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-5-5);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-5 .profile-content-image img,
.profile-board-page-glitch--5-5 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-5-5);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-5 .profile-content-link-copy strong,
.profile-board-page-glitch--5-5 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-5-5);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-5.profile-page-surface::before,
.profile-board-page-glitch--5-5 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-5-5);
}

/* line 2765, app/assets/stylesheets/profiles/blocks.scss */
.profile-lightning-layer {
  position: absolute;
  inset: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  overflow: visible;
  pointer-events: none;
}

/* line 2774, app/assets/stylesheets/profiles/blocks.scss */
.profile-lightning-layer--back {
  z-index: -1;
}

/* line 2778, app/assets/stylesheets/profiles/blocks.scss */
.profile-lightning-layer--back .profile-lightning-path {
  opacity: 0.62;
}

/* line 2782, app/assets/stylesheets/profiles/blocks.scss */
.profile-lightning-layer--front {
  z-index: 3;
}

/* line 2786, app/assets/stylesheets/profiles/blocks.scss */
.profile-lightning-path,
.profile-lightning-glow {
  fill: none;
  vector-effect: non-scaling-stroke;
}

/* line 2792, app/assets/stylesheets/profiles/blocks.scss */
.profile-lightning-glow {
  stroke: #38bdf8;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.34;
  filter: blur(1.6px);
}

/* line 2800, app/assets/stylesheets/profiles/blocks.scss */
.profile-lightning-path {
  stroke: #60a5fa;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-miterlimit: 8;
  filter: drop-shadow(-0.7px 0 #8b5cf6) drop-shadow(0.7px 0 #0ea5e9);
}

/* line 2810, app/assets/stylesheets/profiles/blocks.scss */
.profile-lightning-layer--front .profile-lightning-path {
  stroke: #f8fdff;
  filter: drop-shadow(-1px 0 #6366f1) drop-shadow(1px 0 #22d3ee) drop-shadow(0 0 2px #38bdf8);
}

/* line 3, app/assets/stylesheets/profile_public.scss */
html {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic UI", "Meiryo", sans-serif;
  line-height: 1.15;
}

/* line 16, app/assets/stylesheets/profile_public.scss */
body.profile-public-page {
  display: flex;
  min-height: 100vh;
  min-height: 100dvh;
  flex-direction: column;
  margin: 0;
  overflow-x: clip;
  overflow-y: visible;
}

/* line 26, app/assets/stylesheets/profile_public.scss */
.profile-public-page > main {
  min-height: 0;
}

/* line 30, app/assets/stylesheets/profile_public.scss */
.profile-public-page > .profile-copyright a {
  color: inherit;
  text-decoration: none;
}

/* line 35, app/assets/stylesheets/profile_public.scss */
.profile-public-page > .profile-copyright a:focus-visible {
  outline: 2px solid hsl(var(--primary));
  outline-offset: 3px;
}
@charset "UTF-8";
/* line 9, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-surface {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background: var(--profile-page-background);
}

/* line 16, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-fill--gradient {
  background: linear-gradient(var(--profile-page-background-gradient-angle), var(--profile-page-background), var(--profile-page-background-gradient-color));
}

/* line 25, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-surface::before {
  position: absolute;
  z-index: 1;
  inset: calc(0px - var(--profile-page-background-blur));
  background-image: var(--profile-page-background-image);
  content: "";
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation));
  opacity: var(--profile-page-background-opacity);
  pointer-events: none;
}

/* line 38, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-surface::after {
  position: fixed;
  z-index: 0;
  inset: 0;
  content: "";
  pointer-events: none;
}

/* line 46, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-surface > * {
  position: relative;
  z-index: 2;
}

/* line 51, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background--cover::before {
  position: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 58, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background--repeat::before {
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
}

/* line 65, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-surface::after {
  background-color: var(--profile-page-background-pattern-color);
  -webkit-mask-image: var(--profile-page-background-pattern-image);
  mask-image: var(--profile-page-background-pattern-image);
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
  -webkit-mask-size: var(--profile-page-background-pattern-spacing) var(--profile-page-background-pattern-spacing);
  mask-size: var(--profile-page-background-pattern-spacing) var(--profile-page-background-pattern-spacing);
}

/* line 75, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-pattern--none::after {
  display: none;
}

/* line 79, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-surface > .profile-page-background-animation {
  position: fixed;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.86;
  pointer-events: none;
}

/* line 89, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-surface > .profile-page-background-scene {
  --profile-world-tree-cloud-duration: 58s;
  --profile-world-tree-bird-duration: 26s;
  --profile-background-scene-drift-duration: 52s;
  --profile-background-scene-sway-duration: 10s;
  position: fixed;
  z-index: 1;
  display: none;
  overflow: hidden;
  inset: 0;
  pointer-events: none;
}

/* line 102, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-animation--world-tree > .profile-page-background-scene--world-tree,
.profile-page-background-animation--starry-sky > .profile-page-background-scene--starry-sky,
.profile-page-background-animation--bamboo-grove > .profile-page-background-scene--bamboo-grove,
.profile-page-background-animation--seaside > .profile-page-background-scene--seaside,
.profile-page-background-animation--deep-sea > .profile-page-background-scene--deep-sea,
.profile-page-background-animation--desert > .profile-page-background-scene--desert,
.profile-page-background-animation--castle-town > .profile-page-background-scene--castle-town {
  display: block;
}

/* line 112, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-clouds {
  position: absolute;
  inset: 0;
}

/* line 117, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-cloud {
  position: absolute;
  left: -10rem;
  overflow: hidden;
  aspect-ratio: 1.78;
  animation: profile-world-tree-clouds var(--profile-world-tree-cloud-duration) linear infinite;
  will-change: transform;
}

/* line 126, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-cloud-image {
  position: absolute;
  top: 0;
  width: 200%;
  height: 200%;
  max-width: none;
}

/* line 134, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-cloud--a .profile-page-background-scene-cloud-image {
  left: 0;
}

/* line 138, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-cloud--b .profile-page-background-scene-cloud-image {
  left: -100%;
}

/* line 142, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-clouds--back .profile-page-background-scene-cloud--a {
  --profile-world-tree-cloud-rest-left: 8vw;
  top: 8vh;
  width: clamp(3.5rem, 4.5vw, 5rem);
  opacity: 0.16;
  animation-delay: -48s;
}

/* line 150, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-clouds--back .profile-page-background-scene-cloud--b {
  --profile-world-tree-cloud-rest-left: 68vw;
  top: 27vh;
  width: clamp(3rem, 4vw, 4.5rem);
  opacity: 0.14;
  animation-delay: -18s;
}

/* line 158, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-clouds--front .profile-page-background-scene-cloud--a {
  --profile-world-tree-cloud-rest-left: 30vw;
  top: 17vh;
  width: clamp(4.5rem, 6vw, 7rem);
  opacity: 0.28;
  animation-delay: -34s;
}

/* line 166, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-clouds--front .profile-page-background-scene-cloud--b {
  --profile-world-tree-cloud-rest-left: 82vw;
  top: 35vh;
  width: clamp(4rem, 5.5vw, 6.5rem);
  opacity: 0.26;
  animation-delay: -6s;
}

/* line 174, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-tree {
  position: absolute;
  bottom: 18vh;
  left: 64%;
  height: 56vh;
  max-height: 35rem;
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  opacity: 0.42;
  transform: translateX(-50%);
}

/* line 188, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-land {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: saturate(0.55) brightness(1.05);
  object-fit: cover;
  object-position: center bottom;
  opacity: 1;
}

/* line 199, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-base,
.profile-page-background-scene-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

/* line 209, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene--starry-sky .profile-page-background-scene-base {
  opacity: 0.7;
}

/* line 213, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-layer--stars {
  left: -8%;
  width: 116%;
  opacity: 0.62;
  animation: profile-background-scene-drift var(--profile-background-scene-drift-duration) ease-in-out infinite alternate;
  will-change: transform;
}

/* line 221, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-ground {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44vh;
  max-height: 26rem;
  max-width: none;
  object-fit: cover;
  object-position: center bottom;
  opacity: 0.58;
}

/* line 236, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-bamboo-background {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: auto;
  height: 100%;
  max-width: none;
  opacity: 0.6;
}

/* line 246, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-bamboo-background--left {
  left: 0;
}

/* line 250, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-bamboo-background--right {
  right: 0;
}

/* line 254, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-bamboo {
  --profile-bamboo-sway-scale: 0.56;
  position: absolute;
  z-index: 2;
  bottom: -0.5vh;
  left: clamp(1rem, 29vw, 26rem);
  width: auto;
  height: 100vh;
  max-height: 58rem;
  max-width: none;
  opacity: 0.65;
  animation: profile-background-bamboo-sway var(--profile-background-scene-sway-duration) ease-in-out infinite alternate;
  transform-origin: center bottom;
  will-change: transform;
}

/* line 270, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-bamboo--left {
  --profile-bamboo-offset: -50%;
  --profile-bamboo-flip: 1;
}

/* line 275, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-bamboo--right {
  --profile-bamboo-offset: 50%;
  --profile-bamboo-flip: -1;
  right: clamp(1rem, 29vw, 26rem);
  left: auto;
  animation-direction: alternate-reverse;
}

/* line 283, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene--seaside .profile-page-background-scene-base {
  opacity: 0.64;
}

/* line 287, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene--deep-sea .profile-page-background-scene-base {
  opacity: 0.58;
}

/* line 291, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene--desert .profile-page-background-scene-base {
  opacity: 0.62;
}

/* line 295, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene--castle-town .profile-page-background-scene-base {
  opacity: 0.5;
}

/* line 299, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-layer--waves {
  left: -8%;
  width: 116%;
  opacity: 0.48;
  animation: profile-background-scene-drift var(--profile-background-scene-drift-duration) ease-in-out infinite alternate-reverse;
  will-change: transform;
}

/* line 307, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-crab {
  position: absolute;
  z-index: 4;
  bottom: clamp(0.75rem, 4vh, 2.5rem);
  left: 0;
  width: clamp(2rem, 3.5vw, 3rem);
  max-width: none;
  opacity: 0.68;
  animation: profile-background-seaside-crab var(--profile-background-scene-drift-duration) linear infinite;
  will-change: transform;
}

/* line 319, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-layer--deep-sea-bubbles {
  z-index: 1;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.28;
  animation: profile-background-deep-sea-bubbles var(--profile-background-scene-drift-duration) linear infinite;
  will-change: transform;
}

/* line 332, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-layer--deep-sea-fish-left,
.profile-page-background-scene-layer--deep-sea-fish-right {
  z-index: 2;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: clamp(6rem, 16vw, 12rem);
  height: auto;
  max-width: none;
  object-fit: contain;
  opacity: 0.3;
  will-change: transform;
}

/* line 347, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-layer--deep-sea-fish-left {
  top: 27vh;
  right: -12rem;
  animation: profile-background-deep-sea-fish-left var(--profile-background-scene-drift-duration) linear infinite;
}

/* line 353, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-layer--deep-sea-fish-right {
  top: 52vh;
  left: -12rem;
  animation: profile-background-deep-sea-fish-right var(--profile-background-scene-drift-duration) linear infinite;
  animation-delay: -20s;
}

/* line 360, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-layer--desert-wind {
  left: -8%;
  width: 116%;
  opacity: 0.28;
  animation: profile-background-desert-wind var(--profile-background-scene-drift-duration) ease-in-out infinite alternate;
  will-change: transform;
}

/* line 368, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-layer--castle-town-atmosphere {
  left: -6%;
  width: 112%;
  opacity: 0.32;
  animation: profile-background-castle-town-atmosphere var(--profile-background-scene-drift-duration) ease-in-out infinite alternate;
  will-change: transform;
}

/* line 376, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-scene-birds {
  position: absolute;
  top: 12vh;
  left: -10rem;
  width: clamp(2.5rem, 4vw, 4rem);
  height: auto;
  filter: brightness(0) saturate(100%);
  opacity: 0.2;
  animation: profile-world-tree-birds var(--profile-world-tree-bird-duration) linear infinite -8s;
  will-change: transform;
}

/* line 388, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-animation-speed--slow > .profile-page-background-scene {
  --profile-world-tree-cloud-duration: 78s;
  --profile-world-tree-bird-duration: 34s;
  --profile-background-scene-drift-duration: 74s;
  --profile-background-scene-sway-duration: 15s;
}

/* line 395, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-animation-speed--fast > .profile-page-background-scene {
  --profile-world-tree-cloud-duration: 42s;
  --profile-world-tree-bird-duration: 19s;
  --profile-background-scene-drift-duration: 38s;
  --profile-background-scene-sway-duration: 7s;
}

@keyframes profile-world-tree-clouds {
  to {
    transform: translate3d(calc(100vw + 20rem), 0, 0);
  }
}

@keyframes profile-world-tree-birds {
  50% {
    transform: translate3d(calc(50vw + 10rem), -1vh, 0);
  }
  to {
    transform: translate3d(calc(100vw + 20rem), -2vh, 0);
  }
}

@keyframes profile-background-scene-drift {
  from {
    transform: translate3d(-4%, 0, 0);
  }
  to {
    transform: translate3d(4%, 0, 0);
  }
}

@keyframes profile-background-seaside-crab {
  0% {
    transform: translate3d(-3rem, 0, 0);
  }
  25% {
    transform: translate3d(22vw, -0.12rem, 0);
  }
  50% {
    transform: translate3d(48vw, 0, 0);
  }
  75% {
    transform: translate3d(74vw, -0.12rem, 0);
  }
  100% {
    transform: translate3d(calc(100vw + 3rem), 0, 0);
  }
}

@keyframes profile-background-deep-sea-bubbles {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -200%, 0);
  }
}

@keyframes profile-background-deep-sea-fish-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-100vw - 12rem), 0, 0);
  }
}

@keyframes profile-background-deep-sea-fish-right {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(100vw + 12rem), 0, 0);
  }
}

@keyframes profile-background-desert-wind {
  from {
    transform: translate3d(-5%, 0, 0);
  }
  to {
    transform: translate3d(5%, -1%, 0);
  }
}

@keyframes profile-background-castle-town-atmosphere {
  from {
    transform: translate3d(-3%, 0, 0);
  }
  to {
    transform: translate3d(3%, -1.5vh, 0);
  }
}

@keyframes profile-background-bamboo-sway {
  from {
    transform: translateX(var(--profile-bamboo-offset)) scaleX(var(--profile-bamboo-flip)) scaleX(var(--profile-bamboo-sway-scale)) rotate(-1.1deg);
  }
  to {
    transform: translateX(var(--profile-bamboo-offset)) scaleX(var(--profile-bamboo-flip)) scaleX(var(--profile-bamboo-sway-scale)) rotate(1.1deg);
  }
}

/* line 510, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-animation--none > .profile-page-background-animation {
  display: none;
}

/* line 514, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-animation--world-tree > .profile-page-background-animation,
.profile-page-background-animation--bamboo-grove > .profile-page-background-animation,
.profile-page-background-animation--seaside > .profile-page-background-animation,
.profile-page-background-animation--deep-sea > .profile-page-background-animation,
.profile-page-background-animation--desert > .profile-page-background-animation,
.profile-page-background-animation--castle-town > .profile-page-background-animation {
  display: none;
}

/* line 523, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-animation--starry-sky > .profile-page-background-animation {
  color: color-mix(in srgb, var(--profile-page-background-pattern-color) 35%, #7dd3fc);
}

/* line 527, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-animation--rain > .profile-page-background-animation {
  color: color-mix(in srgb, var(--profile-page-background-pattern-color) 48%, #60a5fa);
}

/* line 531, app/assets/stylesheets/profiles/blocks.scss */
.profile-page-background-animation--petal > .profile-page-background-animation {
  color: color-mix(in srgb, var(--profile-page-background-pattern-color) 32%, #fb7185);
}

@media (max-width: 40rem) {
  /* line 536, app/assets/stylesheets/profiles/blocks.scss */
  .profile-page-background-scene-ground {
    height: 42vh;
  }
  /* line 540, app/assets/stylesheets/profiles/blocks.scss */
  .profile-page-background-scene-bamboo {
    height: 100vh;
    max-height: none;
  }
  /* line 545, app/assets/stylesheets/profiles/blocks.scss */
  .profile-page-background-scene-bamboo-background--right,
.profile-page-background-scene-bamboo--right {
    display: none;
  }
}

/* line 551, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-section {
  scroll-margin-top: 7rem;
}

/* line 555, app/assets/stylesheets/profiles/blocks.scss */
.profile-tabs-panel {
  position: relative;
}

/* line 559, app/assets/stylesheets/profiles/blocks.scss */
.profile-tabs-nav {
  position: sticky;
  z-index: 40;
  top: 4rem;
  border-bottom: 1px solid hsl(var(--border) / 0.72);
  background: hsl(var(--background) / 0.88);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

/* line 569, app/assets/stylesheets/profiles/blocks.scss */
.profile-tabs-list {
  display: grid;
  max-width: 760px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.25rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
}

/* line 578, app/assets/stylesheets/profiles/blocks.scss */
.profile-tab {
  display: inline-flex;
  min-width: 0;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.55rem 0.25rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  touch-action: manipulation;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

/* line 603, app/assets/stylesheets/profiles/blocks.scss */
.profile-tab .material-symbols-rounded {
  font-size: 1rem;
  line-height: 1;
}

/* line 608, app/assets/stylesheets/profiles/blocks.scss */
.profile-tab[aria-selected="true"],
.profile-tab[aria-current="page"] {
  background: hsl(var(--primary) / 0.12);
  color: hsl(var(--primary));
}

/* line 614, app/assets/stylesheets/profiles/blocks.scss */
.profile-tab:focus-visible {
  outline: 2px solid hsl(var(--primary));
  outline-offset: 2px;
}

/* line 619, app/assets/stylesheets/profiles/blocks.scss */
.profile-tab:active {
  transform: scale(0.97);
}

/* line 623, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-owner {
  color: hsl(var(--foreground));
  text-decoration: none;
}

/* line 628, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-menu-link {
  display: flex;
  min-height: 2.5rem;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.75rem;
  color: hsl(var(--muted-foreground));
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

/* line 641, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-menu-link .material-symbols-rounded {
  font-size: 1.1rem;
}

/* line 645, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-menu-link:hover,
.profile-content-menu-link[aria-current="page"] {
  background: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
}

/* line 651, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-stack {
  container-type: inline-size;
  display: grid;
  gap: 0.875rem;
}

/* line 657, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-block {
  position: relative;
  width: 100%;
}

/* line 662, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style,
.profile-board-border-tone--light {
  --profile-board-border-color:
    color-mix(in srgb, var(--profile-board-background) 30%, #fff);
}

/* line 668, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border-tone--dark {
  --profile-board-border-color:
    color-mix(in srgb, var(--profile-board-background) 70%, #000);
}

/* line 673, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style [data-profile-block-type] {
  --profile-board-border-width: 1px;
  isolation: isolate;
  border-color: var(--profile-board-border-color);
  border-radius: var(--profile-board-block-radius);
  background-color: transparent;
}

/* line 682, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style .profile-content-block-backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  border-radius: calc( var(--profile-board-block-radius) - var(--profile-board-border-width));
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-backdrop-filter: blur(var(--profile-board-block-blur));
  backdrop-filter: blur(var(--profile-board-block-blur));
}

/* line 698, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style .profile-content-block-backdrop::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: var(--profile-board-background);
  content: "";
  opacity: var(--profile-board-block-opacity);
}

/* line 707, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style .profile-content-heading {
  border-radius: var(--profile-board-block-radius);
}

/* line 711, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--none [data-profile-block-type] {
  --profile-board-border-width: 0px;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 719, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--solid [data-profile-block-type] {
  --profile-board-border-width: 2px;
  border-style: solid;
  border-width: 2px;
}

/* line 726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--dashed [data-profile-block-type] {
  --profile-board-border-width: 2px;
  border-style: dashed;
  border-width: 2px;
}

/* line 733, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--double [data-profile-block-type] {
  --profile-board-border-width: 4px;
  border-style: double;
  border-width: 4px;
}

/* line 740, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--dotted [data-profile-block-type] {
  --profile-board-border-width: 4px;
  border-style: dotted;
  border-width: 4px;
}

/* line 747, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--ridge [data-profile-block-type] {
  --profile-board-border-width: 4px;
  border-style: ridge;
  border-width: 4px;
}

/* line 754, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--inset [data-profile-block-type] {
  --profile-board-border-width: 3px;
  border-style: inset;
  border-width: 3px;
}

/* line 761, app/assets/stylesheets/profiles/blocks.scss */
[class*="profile-board-border--"]:not(.profile-board-border--default) .profile-content-heading {
  border-radius: var(--profile-board-block-radius);
}

/* line 765, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border-tone--light[data-profile-block-type] {
  --profile-board-border-color:
    color-mix(in srgb, var(--profile-board-background) 30%, #fff);
}

/* line 770, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border-tone--dark[data-profile-block-type] {
  --profile-board-border-color:
    color-mix(in srgb, var(--profile-board-background) 70%, #000);
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--default[data-profile-block-type] {
  --profile-board-border-width: 1px;
  border-color: var(--profile-board-border-color);
  border-style: solid;
  border-width: 1px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--none[data-profile-block-type] {
  --profile-board-border-width: 0px;
  border-color: transparent;
  border-style: solid;
  border-width: 0px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--solid[data-profile-block-type] {
  --profile-board-border-width: 2px;
  border-color: var(--profile-board-border-color);
  border-style: solid;
  border-width: 2px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--dashed[data-profile-block-type] {
  --profile-board-border-width: 2px;
  border-color: var(--profile-board-border-color);
  border-style: dashed;
  border-width: 2px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--double[data-profile-block-type] {
  --profile-board-border-width: 4px;
  border-color: var(--profile-board-border-color);
  border-style: double;
  border-width: 4px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--dotted[data-profile-block-type] {
  --profile-board-border-width: 4px;
  border-color: var(--profile-board-border-color);
  border-style: dotted;
  border-width: 4px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--ridge[data-profile-block-type] {
  --profile-board-border-width: 4px;
  border-color: var(--profile-board-border-color);
  border-style: ridge;
  border-width: 4px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--inset[data-profile-block-type] {
  --profile-board-border-width: 3px;
  border-color: var(--profile-board-border-color);
  border-style: inset;
  border-width: 3px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--corner[data-profile-block-type] {
  --profile-board-border-width: 0px;
  border-color: var(--profile-board-border-color);
  border-style: corner;
  border-width: 0px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--step[data-profile-block-type] {
  --profile-board-border-width: 0px;
  border-color: var(--profile-board-border-color);
  border-style: step;
  border-width: 0px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--neon[data-profile-block-type] {
  --profile-board-border-width: 0px;
  border-color: var(--profile-board-border-color);
  border-style: neon;
  border-width: 0px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--ticket[data-profile-block-type] {
  --profile-board-border-width: 4px;
  border-color: var(--profile-board-border-color);
  border-style: ticket;
  border-width: 4px;
}

/* line 790, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-border--shadow[data-profile-block-type] {
  --profile-board-border-width: 0px;
  border-color: var(--profile-board-border-color);
  border-style: shadow;
  border-width: 0px;
}

/* line 800, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--corner [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--corner, .profile-board-border--neon [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--neon, .profile-board-border--ticket [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--ticket, .profile-board-border--shadow [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--shadow ) {
  border-radius: var(--profile-board-block-radius);
}

/* line 813, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--corner [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--corner )::after {
  --profile-board-corner-size:
    max(calc(var(--profile-board-block-radius) + 0.5rem), 1.25rem);
  position: absolute;
  z-index: 1;
  inset: 0;
  box-sizing: border-box;
  border: 3px solid var(--profile-board-border-color);
  border-radius: inherit;
  content: "";
  pointer-events: none;
  -webkit-mask: radial-gradient(circle at top left, #000 0 var(--profile-board-corner-size), transparent calc(var(--profile-board-corner-size) + 1px)), radial-gradient(circle at top right, #000 0 var(--profile-board-corner-size), transparent calc(var(--profile-board-corner-size) + 1px)), radial-gradient(circle at bottom left, #000 0 var(--profile-board-corner-size), transparent calc(var(--profile-board-corner-size) + 1px)), radial-gradient(circle at bottom right, #000 0 var(--profile-board-corner-size), transparent calc(var(--profile-board-corner-size) + 1px));
}

/* line 835, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--step [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--step )::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  box-sizing: border-box;
  border: 0;
  background: var(--profile-board-border-color);
  content: "";
  pointer-events: none;
  -webkit-mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0), linear-gradient(#000 0 0), linear-gradient(#000 0 0), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M24 1.5H11.5V7.5H5.5V13.5H1.5V24' fill='none' stroke='black' stroke-width='3' stroke-linejoin='miter'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 1.5H12.5V7.5H18.5V13.5H22.5V24' fill='none' stroke='black' stroke-width='3' stroke-linejoin='miter'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M1.5 0V10.5H7.5V16.5H13.5V22.5H24' fill='none' stroke='black' stroke-width='3' stroke-linejoin='miter'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22.5 0V10.5H16.5V16.5H10.5V22.5H0' fill='none' stroke='black' stroke-width='3' stroke-linejoin='miter'/%3E%3C/svg%3E");
  -webkit-mask-position: top center, bottom center, center left, center right, top left, top right, bottom left, bottom right;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: calc(100% - 3rem) 3px, calc(100% - 3rem) 3px, 3px calc(100% - 3rem), 3px calc(100% - 3rem), 1.5rem 1.5rem, 1.5rem 1.5rem, 1.5rem 1.5rem, 1.5rem 1.5rem;
  mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0), linear-gradient(#000 0 0), linear-gradient(#000 0 0), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M24 1.5H11.5V7.5H5.5V13.5H1.5V24' fill='none' stroke='black' stroke-width='3' stroke-linejoin='miter'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 1.5H12.5V7.5H18.5V13.5H22.5V24' fill='none' stroke='black' stroke-width='3' stroke-linejoin='miter'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M1.5 0V10.5H7.5V16.5H13.5V22.5H24' fill='none' stroke='black' stroke-width='3' stroke-linejoin='miter'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22.5 0V10.5H16.5V16.5H10.5V22.5H0' fill='none' stroke='black' stroke-width='3' stroke-linejoin='miter'/%3E%3C/svg%3E");
  mask-position: top center, bottom center, center left, center right, top left, top right, bottom left, bottom right;
  mask-repeat: no-repeat;
  mask-size: calc(100% - 3rem) 3px, calc(100% - 3rem) 3px, 3px calc(100% - 3rem), 3px calc(100% - 3rem), 1.5rem 1.5rem, 1.5rem 1.5rem, 1.5rem 1.5rem, 1.5rem 1.5rem;
}

/* line 905, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--corner [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--corner ) {
  --profile-board-border-width: 0px;
  border: 0;
}

/* line 914, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--step [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--step ) {
  --profile-board-border-width: 0px;
  border: 0;
}

/* line 923, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--step [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--step ) > .profile-content-block-backdrop,
:is( .profile-board-border--step [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--step ) > .profile-content-block-backdrop::after {
  border-radius: 0;
  -webkit-clip-path: polygon(24px 1.5px, calc(100% - 24px) 1.5px, calc(100% - 11.5px) 1.5px, calc(100% - 11.5px) 7.5px, calc(100% - 5.5px) 7.5px, calc(100% - 5.5px) 13.5px, calc(100% - 1.5px) 13.5px, calc(100% - 1.5px) 24px, calc(100% - 1.5px) calc(100% - 24px), calc(100% - 1.5px) calc(100% - 13.5px), calc(100% - 7.5px) calc(100% - 13.5px), calc(100% - 7.5px) calc(100% - 7.5px), calc(100% - 13.5px) calc(100% - 7.5px), calc(100% - 13.5px) calc(100% - 1.5px), calc(100% - 24px) calc(100% - 1.5px), 24px calc(100% - 1.5px), 13.5px calc(100% - 1.5px), 13.5px calc(100% - 7.5px), 7.5px calc(100% - 7.5px), 7.5px calc(100% - 13.5px), 1.5px calc(100% - 13.5px), 1.5px calc(100% - 24px), 1.5px 24px, 1.5px 13.5px, 5.5px 13.5px, 5.5px 7.5px, 11.5px 7.5px, 11.5px 1.5px);
  clip-path: polygon(24px 1.5px, calc(100% - 24px) 1.5px, calc(100% - 11.5px) 1.5px, calc(100% - 11.5px) 7.5px, calc(100% - 5.5px) 7.5px, calc(100% - 5.5px) 13.5px, calc(100% - 1.5px) 13.5px, calc(100% - 1.5px) 24px, calc(100% - 1.5px) calc(100% - 24px), calc(100% - 1.5px) calc(100% - 13.5px), calc(100% - 7.5px) calc(100% - 13.5px), calc(100% - 7.5px) calc(100% - 7.5px), calc(100% - 13.5px) calc(100% - 7.5px), calc(100% - 13.5px) calc(100% - 1.5px), calc(100% - 24px) calc(100% - 1.5px), 24px calc(100% - 1.5px), 13.5px calc(100% - 1.5px), 13.5px calc(100% - 7.5px), 7.5px calc(100% - 7.5px), 7.5px calc(100% - 13.5px), 1.5px calc(100% - 13.5px), 1.5px calc(100% - 24px), 1.5px 24px, 1.5px 13.5px, 5.5px 13.5px, 5.5px 7.5px, 11.5px 7.5px, 11.5px 1.5px);
}

/* line 994, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--neon [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--neon ) {
  --profile-board-border-width: 0px;
  border: 0;
  box-shadow: 0 0 0.45rem color-mix(in srgb, var(--profile-board-border-color) 78%, transparent), 0 0 1rem color-mix(in srgb, var(--profile-board-border-color) 48%, transparent);
}

/* line 1006, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--ticket [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--ticket ) {
  --profile-board-border-width: 0px;
  --profile-board-ticket-notch-size: 1rem;
  border: 0;
}

/* line 1016, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--ticket [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--ticket ) > .profile-content-block-backdrop {
  box-sizing: border-box;
  border: 4px solid var(--profile-board-border-color);
  border-radius: var(--profile-board-block-radius);
  -webkit-mask-image: radial-gradient(circle at left center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size)), radial-gradient(circle at right center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size));
  -webkit-mask-composite: source-in;
  mask-image: radial-gradient(circle at left center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size)), radial-gradient(circle at right center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size));
  mask-composite: intersect;
}

/* line 1049, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--ticket [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--ticket ) > .profile-content-block-backdrop::after {
  border-radius: max(calc(var(--profile-board-block-radius) - 4px), 0px);
}

/* line 1057, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--shadow [data-profile-block-type]:not([data-profile-block-type="spacer"]):not([class*="profile-board-border--"]),   [data-profile-block-type].profile-board-border--shadow ) {
  --profile-board-border-width: 0px;
  border: 0;
  box-shadow: 0.35rem 0.35rem 0 color-mix(in srgb, var(--profile-board-border-color) 50%, transparent);
}

/* line 1068, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style [data-profile-block-type="spacer"],
.profile-board-border--corner[data-profile-block-type="spacer"],
.profile-board-border--step[data-profile-block-type="spacer"],
.profile-board-border--neon[data-profile-block-type="spacer"],
.profile-board-border--ticket[data-profile-block-type="spacer"],
.profile-board-border--shadow[data-profile-block-type="spacer"] {
  --profile-board-border-width: 0px;
  border: 0;
  box-shadow: none;
}

/* line 1080, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style [data-profile-block-type="spacer"]::after,
.profile-board-border--corner[data-profile-block-type="spacer"]::after,
.profile-board-border--step[data-profile-block-type="spacer"]::after,
.profile-board-border--neon[data-profile-block-type="spacer"]::after,
.profile-board-border--ticket[data-profile-block-type="spacer"]::after,
.profile-board-border--shadow[data-profile-block-type="spacer"]::after {
  content: none;
}

/* line 1089, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style [data-profile-block-type] :is( .js-profile-block-title, .js-profile-block-body, .profile-content-copy, .profile-content-game-id-prefix ) {
  font-family: var(--profile-board-font-family);
}

/* line 1098, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style [data-profile-block-type] .js-profile-block-title {
  color: var(--profile-board-text-color);
  font-size: calc(var(--profile-board-text-size) * 1.2);
}

/* line 1103, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style [data-profile-block-type="heading"] .js-profile-block-title {
  font-size: calc(var(--profile-board-text-size) * 1.44);
}

/* line 1107, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style [data-profile-block-type] :is( .js-profile-block-body, .profile-content-copy, .profile-content-game-id-prefix ) {
  color: var(--profile-board-text-color);
  color: color-mix(in srgb, var(--profile-board-text-color) 75%, #ffffff);
  font-size: var(--profile-board-text-size);
}

/* line 1117, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-font--noto-sans-jp {
  --profile-board-font-family: "Noto Sans JP", sans-serif;
}

/* line 1121, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-font--reggae-one {
  --profile-board-font-family: "Reggae One", system-ui;
}

/* line 1125, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-font--zen-maru-gothic {
  --profile-board-font-family: "Zen Maru Gothic", sans-serif;
}

/* line 1129, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-font--shippori-mincho {
  --profile-board-font-family: "Shippori Mincho", serif;
}

/* line 1133, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-font--klee-one {
  --profile-board-font-family: "Klee One", cursive;
}

/* line 1137, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-font--dot-gothic-16 {
  --profile-board-font-family: "DotGothic16", monospace;
}

/* line 1141, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-font--zen-kurenaido {
  --profile-board-font-family: "Zen Kurenaido", cursive;
}

/* line 1145, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-font--kaisei-decol {
  --profile-board-font-family: "Kaisei Decol", serif;
}

/* line 1149, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-heading {
  padding: 1rem 0.25rem 0.25rem;
  border: 1px solid hsl(var(--border) / 0.78);
  text-align: center;
}

/* line 1155, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-heading h2 {
  margin: 0;
  font-size: 1.35rem;
  font-size: clamp(1.35rem, 5cqi, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

/* line 1164, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-text {
  padding: 1.25rem 1.375rem;
  border: 1px solid hsl(var(--border) / 0.78);
  border-radius: 1.35rem;
  background: hsl(var(--card) / 0.72);
}

/* line 1171, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-text h2 {
  margin: 0 0 0.55rem;
  overflow-wrap: anywhere;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

/* line 1179, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-copy {
  overflow-wrap: anywhere;
  color: hsl(var(--muted-foreground));
  font-size: 0.95rem;
  line-height: 1.8;
}

/* line 1186, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-copy p {
  margin: 0;
}

/* line 1190, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-copy p + p {
  margin-top: 0.75rem;
}

/* line 1194, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile {
  padding: 1.375rem;
  border: 1px solid hsl(var(--border) / 0.78);
  border-radius: 1.35rem;
  background: hsl(var(--card) / 0.72);
}

/* プロフィールレイアウト：シンプル (Simple) */
/* line 1202, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--centered {
  /* 自己紹介・よく遊ぶ時間帯などの詳細情報を非表示にし、シンプルにアイコンと名前だけに絞る */
}

/* line 1203, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--centered .mypage-content-profile-header {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.75rem;
}

/* line 1211, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--centered .mypage-content-profile-identity {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* line 1217, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--centered .mypage-content-profile-identity .flex {
  justify-content: center;
}

/* line 1223, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--centered .mypage-content-profile-bio,
.profile-layout--centered .mypage-content-profile-meta {
  display: none !important;
}

/* プロフィールレイアウト：コンパクト (Compact) */
/* line 1230, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--minimal {
  padding: 1.15rem;
}

/* line 1233, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--minimal .mypage-content-profile-avatar-image {
  border-radius: 9999px;
  /* 円形のアバター */
}

/* line 1237, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--minimal .mypage-content-profile-bio {
  border-top: none;
  margin-top: 0.75rem;
  padding-top: 0;
}

/* line 1243, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--minimal .mypage-content-profile-meta {
  border-top: 1px solid var(--profile-board-border-color, hsl(var(--border)));
  padding-top: 0.75rem;
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* line 1251, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--minimal .mypage-content-profile-meta-item {
  border: none;
  padding: 0;
  text-align: center;
}

/* line 1257, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--minimal .mypage-content-profile-meta-item dt {
  justify-content: center;
  margin-bottom: 0.15rem;
}

/* line 1262, app/assets/stylesheets/profiles/blocks.scss */
.profile-layout--minimal .mypage-content-profile-meta-item dd {
  font-size: 0.8rem;
}

@keyframes profileTooltipFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, 3px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 36rem) {
  /* line 1279, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal {
    /* 「よく遊ぶ時間帯」などのラベルテキストを完全に消して、吹き出しとしてデザイン */
    /* アイコン部分のスタイル (上下中央揃えを完璧に調整) */
    /* 深夜、何でも などの値部分 (上下中央揃えを完璧に調整) */
    /* アクティブ(タップされた)状態のときにラベル吹き出しを表示 */
  }
  /* line 1280, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem;
    /* 項目(アイコン＋値)同士を横に近づけて中央寄せ */
    border-top: 1px solid var(--profile-board-border-color, hsl(var(--border)));
    padding-top: 0.75rem;
    margin-top: 0.75rem;
  }
  /* line 1291, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item {
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    /* アイコンとテキスト(値)を近づけて並べる */
    text-align: center;
    width: auto;
    /* 横並びにするため幅自動に設定 */
    position: relative;
    /* 吹き出しバルーンを各アイテム基準で配置 */
    cursor: pointer;
  }
  /* line 1304, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item dt {
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  /* line 1311, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item dt .mypage-content-profile-meta-label {
    display: none;
    /* 初期状態は非表示 */
    position: absolute;
    bottom: 2rem;
    /* 項目の上部に浮かせる */
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    background: color-mix(in srgb, var(--profile-board-background) var(--profile-board-block-opacity), transparent);
    -webkit-backdrop-filter: blur(var(--profile-board-block-blur));
    backdrop-filter: blur(var(--profile-board-block-blur));
    border: 1px solid var(--profile-board-border-color, hsl(var(--border)));
    border-radius: 0.5rem;
    padding: 0.35rem 0.6rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--profile-board-text-color);
    z-index: 50;
    text-align: center;
    pointer-events: none;
    animation: profileTooltipFadeIn 0.15s ease-out;
    /* 吹き出しの矢印（下向き） */
  }
  /* line 1334, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item dt .mypage-content-profile-meta-label::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px;
    border-style: solid;
    border-color: var(--profile-board-border-color, hsl(var(--border))) transparent transparent transparent;
  }
  /* line 1347, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item dt .material-symbols-rounded {
    font-size: 1.15rem;
    color: var(--profile-board-text-color);
    line-height: 1;
    display: inline-block;
    transform: translateY(0.0625rem);
    /* テキストベースラインとアイコンを完璧に揃えるための微調整 */
  }
  /* line 1356, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item dd {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--profile-board-text-color);
    margin: 0;
    line-height: 1;
  }
  /* line 1365, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item.is-active dt .mypage-content-profile-meta-label {
    display: block;
  }
}

@media (min-width: 64rem) {
  /* line 1372, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal {
    /* 「よく遊ぶ時間帯」などのラベルテキストを完全に消して、吹き出しとしてデザイン */
    /* アイコン部分のスタイル (上下中央揃えを完璧に調整) */
    /* 深夜、何でも などの値部分 (上下中央揃えを完璧に調整) */
    /* アクティブ(タップされた)状態、またはホバー時にラベル吹き出しを表示 */
  }
  /* line 1373, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem;
    /* 項目(アイコン＋値)同士を横に近づけて中央寄せ */
    border-top: 1px solid var(--profile-board-border-color, hsl(var(--border)));
    padding-top: 0.75rem;
    margin-top: 0.75rem;
  }
  /* line 1384, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item {
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    /* アイコンとテキスト(値)を近づけて並べる */
    text-align: center;
    width: auto;
    /* 横並びにするため幅自動に設定 */
    position: relative;
    /* 吹き出しバルーンを各アイテム基準で配置 */
    cursor: pointer;
  }
  /* line 1397, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item dt {
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  /* line 1404, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item dt .mypage-content-profile-meta-label {
    display: none;
    /* 初期状態は非表示 */
    position: absolute;
    bottom: 2rem;
    /* 項目の上部に浮かせる */
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    background: color-mix(in srgb, var(--profile-board-background) var(--profile-board-block-opacity), transparent);
    -webkit-backdrop-filter: blur(var(--profile-board-block-blur));
    backdrop-filter: blur(var(--profile-board-block-blur));
    border: 1px solid var(--profile-board-border-color, hsl(var(--border)));
    border-radius: 0.5rem;
    padding: 0.35rem 0.6rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--profile-board-text-color);
    z-index: 50;
    text-align: center;
    pointer-events: none;
    animation: profileTooltipFadeIn 0.15s ease-out;
    /* 吹き出しの矢印（下向き） */
  }
  /* line 1427, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item dt .mypage-content-profile-meta-label::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px;
    border-style: solid;
    border-color: var(--profile-board-border-color, hsl(var(--border))) transparent transparent transparent;
  }
  /* line 1440, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item dt .material-symbols-rounded {
    font-size: 1.15rem;
    color: var(--profile-board-text-color);
    line-height: 1;
    display: inline-block;
    transform: translateY(0.0625rem);
    /* テキストベースラインとアイコンを完璧に揃えるための微調整 */
  }
  /* line 1449, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item dd {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--profile-board-text-color);
    margin: 0;
    line-height: 1;
  }
  /* line 1458, app/assets/stylesheets/profiles/blocks.scss */
  .profile-layout--minimal .mypage-content-profile-meta-item.is-active dt .mypage-content-profile-meta-label,
.profile-layout--minimal .mypage-content-profile-meta-item:hover dt .mypage-content-profile-meta-label {
    display: block;
  }
}

/* line 1465, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-header {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 1rem;
}

/* line 1472, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-avatar {
  position: relative;
  width: 5rem;
  height: 5rem;
  flex: none;
}

/* line 1479, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-avatar-image {
  width: 100%;
  height: 100%;
  border: 1px solid var(--profile-board-border-color, hsl(var(--border)));
  border-radius: 1.15rem;
  object-fit: cover;
}

/* line 1487, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-identity {
  display: grid;
  min-width: 0;
  gap: 0.35rem;
}

/* line 1493, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-name {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

/* line 1502, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-id {
  margin: 0;
  line-height: 1.4;
}

/* line 1507, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-bio {
  position: relative;
  margin-top: 1.25rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--profile-board-border-color, hsl(var(--border)));
}

/* line 1514, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-meta {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.625rem;
  margin: 1.1rem 0 0;
}

/* line 1522, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-meta-item {
  position: relative;
  min-width: 0;
  padding: 0.75rem;
  border: 1px solid var(--profile-board-border-color, hsl(var(--border)));
  border-radius: 0.9rem;
}

/* line 1530, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-meta-item dt {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.3rem;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.35;
}

/* line 1540, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-meta-item dt .material-symbols-rounded {
  flex: none;
  font-size: 1rem;
}

/* line 1545, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-meta-item dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-weight: 700;
  line-height: 1.45;
}

/* line 1552, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.625rem;
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--profile-board-border-color, hsl(var(--border)));
}

/* line 1561, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-link {
  display: inline-flex;
  min-width: 0;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.65rem 0.5rem;
  border: 1px solid var(--profile-board-border-color, hsl(var(--border)));
  border-radius: 0.9rem;
  background: color-mix(in srgb, var(--profile-board-text-color) 10%, transparent);
  color: color-mix(in srgb, var(--profile-board-text-color) 75%, #ffffff);
  font-family: var(--profile-board-font-family);
  font-size: var(--profile-board-text-size);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

/* line 1580, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-link .material-symbols-rounded {
  flex: none;
  font-size: 1.1em;
  line-height: 1;
  transform: translateY(0.0625rem);
}

/* line 1587, app/assets/stylesheets/profiles/blocks.scss */
.mypage-content-profile-link:hover {
  background: color-mix(in srgb, var(--profile-board-text-color) 16%, transparent);
}

/* line 1591, app/assets/stylesheets/profiles/blocks.scss */
.profile-public-board-workspace {
  position: relative;
}

/* line 1595, app/assets/stylesheets/profiles/blocks.scss */
.profile-public-board-tools {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5rem;
  width: 4.25rem;
}

/* line 1603, app/assets/stylesheets/profiles/blocks.scss */
.profile-public-board-actions {
  position: sticky;
  z-index: 2;
  top: 5.5rem;
  display: grid;
  gap: 0.5rem;
}

/* line 1611, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-action-trigger {
  display: inline-flex;
  width: 4.25rem;
  min-height: 4.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.55rem 0.25rem;
  border: 0;
  border-radius: 1rem;
  background: hsl(var(--background) / 0.92);
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  touch-action: manipulation;
  transition: background-color 160ms ease, color 160ms ease, transform 100ms ease-out;
}

/* line 1636, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-action-trigger .material-symbols-rounded {
  font-size: 1.5rem;
}

/* line 1640, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-action-trigger:hover {
  background: color-mix(in srgb, hsl(var(--primary)) 12%, hsl(var(--background)));
  color: hsl(var(--primary));
}

/* line 1650, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-action-trigger:focus-visible {
  outline: 2px solid hsl(var(--primary));
  outline-offset: 2px;
}

/* line 1655, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-action-trigger:active {
  background: color-mix(in srgb, hsl(var(--primary)) 20%, hsl(var(--background)));
  color: hsl(var(--primary));
  transform: scale(0.96);
}

/* line 1666, app/assets/stylesheets/profiles/blocks.scss */
.profile-share {
  position: relative;
}

/* line 1670, app/assets/stylesheets/profiles/blocks.scss */
.profile-share > summary {
  list-style: none;
}

/* line 1674, app/assets/stylesheets/profiles/blocks.scss */
.profile-share > summary::-webkit-details-marker {
  display: none;
}

/* line 1678, app/assets/stylesheets/profiles/blocks.scss */
.profile-share[open] > .profile-share-trigger {
  background: color-mix(in srgb, hsl(var(--primary)) 12%, hsl(var(--background)));
  color: hsl(var(--primary));
}

/* line 1688, app/assets/stylesheets/profiles/blocks.scss */
.profile-share-menu {
  position: absolute;
  top: 0;
  left: calc(100% + 0.6rem);
  display: grid;
  width: 13rem;
  gap: 0.25rem;
  padding: 0.4rem;
  border: 1px solid hsl(var(--border));
  border-radius: 1rem;
  background: hsl(var(--background) / 0.96);
  box-shadow: 0 1rem 2.5rem hsl(var(--foreground) / 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-0.35rem) scale(0.98);
  transform-origin: left center;
  visibility: hidden;
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  backdrop-filter: blur(16px) saturate(150%);
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
}

/* line 1713, app/assets/stylesheets/profiles/blocks.scss */
.profile-share[open] > .profile-share-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
  visibility: visible;
}

/* line 1720, app/assets/stylesheets/profiles/blocks.scss */
.profile-share-menu-item {
  display: grid;
  min-height: 2.75rem;
  grid-template-columns: 1.6rem minmax(0, 1fr);
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  padding: 0.55rem 0.65rem;
  border: 0;
  border-radius: 0.75rem;
  background: transparent;
  color: hsl(var(--foreground));
  cursor: pointer;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  text-decoration: none;
  touch-action: manipulation;
}

/* line 1742, app/assets/stylesheets/profiles/blocks.scss */
.profile-share-menu-item:hover {
  background: hsl(var(--muted) / 0.7);
}

/* line 1746, app/assets/stylesheets/profiles/blocks.scss */
.profile-share-menu-item:focus-visible {
  outline: 2px solid hsl(var(--primary));
  outline-offset: -2px;
}

/* line 1751, app/assets/stylesheets/profiles/blocks.scss */
.profile-share-menu-item > .material-symbols-rounded {
  font-size: 1.25rem;
  text-align: center;
}

/* line 1756, app/assets/stylesheets/profiles/blocks.scss */
.profile-share-x-icon {
  width: 1.6rem;
  height: 1.6rem;
  padding: 0.42rem;
  border-radius: 0.5rem;
  background: #000000;
}

/* line 1764, app/assets/stylesheets/profiles/blocks.scss */
.profile-share-feedback {
  grid-column: 2;
  color: hsl(var(--primary));
  font-size: 0.65rem;
  font-weight: 600;
}

/* line 1771, app/assets/stylesheets/profiles/blocks.scss */
.profile-share-feedback:empty {
  display: none;
}

/* line 1775, app/assets/stylesheets/profiles/blocks.scss */
.profile-owner-empty-block {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  min-height: 7rem;
  padding: 1.125rem 1.25rem;
  border: 2px dashed hsl(var(--border));
  border-radius: 1.35rem;
  background: hsl(var(--muted) / 0.22);
  color: hsl(var(--muted-foreground));
  text-decoration: none;
  touch-action: manipulation;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 100ms ease-out;
}

/* line 1795, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-style .profile-owner-empty-block {
  --profile-board-border-width: 2px;
  border: 2px dashed hsl(var(--border));
  background: hsl(var(--muted) / 0.22);
}

/* line 1802, app/assets/stylesheets/profiles/blocks.scss */
.profile-owner-empty-block-icon {
  display: inline-flex;
  flex: none;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: hsl(var(--primary) / 0.12);
  color: hsl(var(--primary));
}

/* line 1814, app/assets/stylesheets/profiles/blocks.scss */
.profile-owner-empty-block-icon .material-symbols-rounded {
  display: block;
  font-size: 1.75rem;
  line-height: 1;
}

/* line 1820, app/assets/stylesheets/profiles/blocks.scss */
.profile-owner-empty-block-copy {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
}

/* line 1826, app/assets/stylesheets/profiles/blocks.scss */
.profile-owner-empty-block-copy strong {
  font-size: calc(var(--profile-board-text-size) * 1.05);
  line-height: 1.5;
}

/* line 1831, app/assets/stylesheets/profiles/blocks.scss */
.profile-owner-empty-block-copy > span {
  color: hsl(var(--muted-foreground));
  font-size: var(--profile-board-text-size);
  line-height: 1.6;
  transition: color 160ms ease;
}

/* line 1838, app/assets/stylesheets/profiles/blocks.scss */
.profile-owner-empty-block-action {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: hsl(var(--muted-foreground));
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
  transition: color 160ms ease;
}

/* line 1849, app/assets/stylesheets/profiles/blocks.scss */
.profile-owner-empty-block-action .material-symbols-rounded {
  font-size: 1.2rem;
  transition: transform 160ms ease;
}

/* line 1854, app/assets/stylesheets/profiles/blocks.scss */
.profile-owner-empty-block:focus-visible {
  outline: 2px solid hsl(var(--primary));
  outline-offset: 3px;
}

/* line 1859, app/assets/stylesheets/profiles/blocks.scss */
.profile-owner-empty-block:active {
  transform: scale(0.985);
}

@media (hover: hover) {
  /* line 1864, app/assets/stylesheets/profiles/blocks.scss */
  .profile-owner-empty-block:hover {
    border-color: hsl(var(--primary) / 0.5);
    background: hsl(var(--primary) / 0.05);
    color: hsl(var(--primary));
    transform: translateY(-2px);
  }
  /* line 1871, app/assets/stylesheets/profiles/blocks.scss */
  .profile-owner-empty-block:hover :is( .profile-owner-empty-block-copy > span, .profile-owner-empty-block-action   ) {
    color: hsl(var(--primary));
  }
  /* line 1878, app/assets/stylesheets/profiles/blocks.scss */
  .profile-owner-empty-block:hover .profile-owner-empty-block-action .material-symbols-rounded {
    transform: translateX(0.2rem);
  }
}

@media (max-width: 53rem) {
  /* line 1884, app/assets/stylesheets/profiles/blocks.scss */
  .profile-page-surface > .profile-tabs-panel {
    z-index: 2;
  }
  /* line 1888, app/assets/stylesheets/profiles/blocks.scss */
  .profile-public-board-tools {
    position: fixed;
    top: auto;
    right: auto;
    bottom: calc(1rem + env(safe-area-inset-bottom));
    left: calc(1rem + env(safe-area-inset-left));
    z-index: 35;
    width: auto;
  }
  /* line 1898, app/assets/stylesheets/profiles/blocks.scss */
  .profile-public-board-actions {
    position: static;
    top: auto;
    display: flex;
    gap: 0.5rem;
  }
  /* line 1905, app/assets/stylesheets/profiles/blocks.scss */
  .profile-board-action-trigger {
    width: 4.25rem;
    height: 3.5rem;
    min-height: 3.5rem;
    border: 1px solid hsl(var(--border));
    background: hsl(var(--background) / 0.92);
    box-shadow: 0 0.75rem 2rem hsl(var(--foreground) / 0.18);
    font-size: 0.65rem;
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    backdrop-filter: blur(16px) saturate(150%);
  }
  /* line 1917, app/assets/stylesheets/profiles/blocks.scss */
  .profile-board-action-trigger .material-symbols-rounded {
    font-size: 1.2rem;
  }
  /* line 1921, app/assets/stylesheets/profiles/blocks.scss */
  .profile-share-menu {
    top: auto;
    bottom: calc(100% + 0.6rem);
    left: 0;
    transform: translateY(0.35rem) scale(0.98);
    transform-origin: left bottom;
  }
  /* line 1929, app/assets/stylesheets/profiles/blocks.scss */
  .profile-share[open] > .profile-share-menu {
    transform: translateY(0) scale(1);
  }
  /* line 1933, app/assets/stylesheets/profiles/blocks.scss */
  .profile-page > .profile-copyright {
    margin-bottom: calc(5rem + env(safe-area-inset-bottom));
  }
}

@media (max-width: 40rem) {
  /* line 1939, app/assets/stylesheets/profiles/blocks.scss */
  .profile-owner-empty-block {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.875rem;
    padding: 1rem;
  }
  /* line 1945, app/assets/stylesheets/profiles/blocks.scss */
  .profile-owner-empty-block-action {
    display: none;
  }
}

@media (max-width: 36rem) {
  /* line 1951, app/assets/stylesheets/profiles/blocks.scss */
  .mypage-content-profile {
    padding: 1.125rem;
  }
  /* line 1955, app/assets/stylesheets/profiles/blocks.scss */
  .mypage-content-profile-avatar {
    width: 4rem;
    height: 4rem;
  }
  /* line 1960, app/assets/stylesheets/profiles/blocks.scss */
  .mypage-content-profile-meta {
    grid-template-columns: 1fr;
  }
  /* line 1964, app/assets/stylesheets/profiles/blocks.scss */
  .mypage-content-profile-meta-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
  }
  /* line 1971, app/assets/stylesheets/profiles/blocks.scss */
  .mypage-content-profile-meta-item dt {
    margin-bottom: 0;
  }
}

/* line 1976, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link {
  display: grid;
  min-height: 5.25rem;
  grid-template-columns: 2.75rem minmax(0, 1fr) 2.25rem;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.25rem;
  padding: 1rem 1rem 1rem 1.25rem;
  border: 1px solid hsl(var(--border) / 0.9);
  border-radius: 1.35rem;
  background: hsl(var(--card));
  color: hsl(var(--foreground));
  text-decoration: none;
  touch-action: manipulation;
  transition: border-color 180ms ease, box-shadow 220ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* line 1997, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link--title-only {
  grid-template-rows: 1fr;
}

/* line 2001, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link-copy {
  display: contents;
}

/* line 2005, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link-copy strong {
  grid-column: 2;
  grid-row: 1;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 2016, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link-copy > span {
  display: -webkit-box;
  grid-column: 2;
  grid-row: 2;
  overflow: hidden;
  color: hsl(var(--muted-foreground));
  font-size: 0.8rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* line 2028, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link-brand {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  grid-column: 1;
  grid-row: 1 / span 2;
  place-items: center;
  border: 1px solid var(--profile-board-border-color, #d9dce1);
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.1);
  color: #2a303c;
}

/* line 2042, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link-brand .material-symbols-rounded {
  font-size: 1.25rem;
}

/* line 2046, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link-action {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  place-items: center;
  border-radius: 999px;
  background: color-mix(in srgb, var(--profile-board-text-color) 10%, transparent);
  color: color-mix(in srgb, var(--profile-board-text-color) 75%, #ffffff);
}

/* line 2059, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link-action .material-symbols-rounded {
  font-size: 1.1rem;
}

/* line 2063, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link--title-only .profile-content-link-brand,
.profile-content-link--title-only .profile-content-link-action {
  grid-row: 1;
}

/* line 2068, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link-service-icon {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}

/* line 2074, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link-service-icon[data-profile-link-service="x"] {
  filter: brightness(0);
}

/* line 2078, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-link:active {
  transform: scale(0.985);
}

/* line 2082, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-icon-links-block {
  padding: 1rem;
  border: 1px solid hsl(var(--border) / 0.78);
  border-radius: 1.35rem;
  background: hsl(var(--card));
}

/* line 2089, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-icon-links {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, 3.75rem);
  justify-content: center;
  gap: clamp(0.5rem, 2.5cqi, 0.75rem);
  margin: 0 auto;
}

/* line 2098, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-icon-link {
  display: grid;
  width: 100%;
  max-width: 3.75rem;
  aspect-ratio: 1;
  justify-self: center;
  place-items: center;
  border: 1px solid var(--profile-board-border-color, #d9dce1);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.1);
  color: #2a303c;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

/* line 2118, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-icon-link .profile-content-link-service-icon {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 2123, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-icon-link .material-symbols-rounded {
  font-size: 1.4rem;
}

/* line 2127, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-icon-links-empty {
  margin: 0;
  color: hsl(var(--muted-foreground));
  font-size: 0.8rem;
  text-align: center;
}

/* line 2134, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-icon-links:has(.profile-content-icon-link) + .profile-content-icon-links-empty {
  display: none;
}

/* line 2138, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 4.75rem;
  grid-template-columns: 2.75rem minmax(0, 1fr) 2.25rem;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1rem 0.9rem 1.25rem;
  border: 1px solid hsl(var(--border) / 0.9);
  border-radius: 1.35rem;
  background: hsl(var(--card));
  color: hsl(var(--foreground));
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: border-color 180ms ease, box-shadow 220ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* line 2160, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id-icon {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid var(--profile-board-border-color, #d9dce1);
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.1);
}

/* line 2171, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id-icon img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}

/* line 2177, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id-icon [data-profile-id-custom-icon] {
  height: 1.25rem;
}

/* line 2181, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id-icon [data-profile-id-icon-key="x"] {
  filter: brightness(0);
}

/* line 2185, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id-icon [data-profile-id-icon-key="xbox360"] {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #107c10;
  border-radius: 999px;
}

/* line 2192, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id-copy {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.08rem;
}

/* line 2199, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id-prefix {
  flex: none;
  color: hsl(var(--muted-foreground));
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.4;
}

/* line 2207, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id-copy strong {
  overflow: hidden;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 2216, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id-action {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border-radius: 999px;
  background: color-mix(in srgb, var(--profile-board-text-color) 10%, transparent);
  color: color-mix(in srgb, var(--profile-board-text-color) 75%, #ffffff);
}

/* line 2226, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id-action .material-symbols-rounded {
  font-size: 1.1rem;
}

/* line 2230, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id-feedback {
  position: absolute;
  right: 1rem;
  bottom: 0.3rem;
  color: color-mix(in srgb, var(--profile-board-text-color) 75%, #ffffff);
  font-size: 0.65rem;
  font-weight: 700;
}

/* line 2239, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-game-id:active {
  transform: scale(0.985);
}

/* line 2243, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image {
  border: 1px solid hsl(var(--border) / 0.78);
  border-radius: 1.5rem;
  background: hsl(var(--card));
}

/* line 2249, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image-frame {
  overflow: hidden;
  border-radius: calc(var(--profile-board-block-radius) - var(--profile-board-border-width)) calc(var(--profile-board-block-radius) - var(--profile-board-border-width)) 0 0;
  background: transparent;
}

/* line 2259, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image-content {
  position: relative;
}

/* line 2263, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--step [data-profile-block-type="image"]:not([class*="profile-board-border--"]),   [data-profile-block-type="image"].profile-board-border--step ) .profile-content-image-frame {
  --profile-board-step-points:
    24px 1.5px,
    calc(100% - 24px) 1.5px,
    calc(100% - 11.5px) 1.5px,
    calc(100% - 11.5px) 7.5px,
    calc(100% - 5.5px) 7.5px,
    calc(100% - 5.5px) 13.5px,
    calc(100% - 1.5px) 13.5px,
    calc(100% - 1.5px) 24px,
    calc(100% - 1.5px) calc(100% - 24px),
    calc(100% - 1.5px) calc(100% - 13.5px),
    calc(100% - 7.5px) calc(100% - 13.5px),
    calc(100% - 7.5px) calc(100% - 7.5px),
    calc(100% - 13.5px) calc(100% - 7.5px),
    calc(100% - 13.5px) calc(100% - 1.5px),
    calc(100% - 24px) calc(100% - 1.5px),
    24px calc(100% - 1.5px),
    13.5px calc(100% - 1.5px),
    13.5px calc(100% - 7.5px),
    7.5px calc(100% - 7.5px),
    7.5px calc(100% - 13.5px),
    1.5px calc(100% - 13.5px),
    1.5px calc(100% - 24px),
    1.5px 24px,
    1.5px 13.5px,
    5.5px 13.5px,
    5.5px 7.5px,
    11.5px 7.5px,
    11.5px 1.5px;
  border-radius: 0;
  -webkit-clip-path: polygon(var(--profile-board-step-points));
  clip-path: polygon(var(--profile-board-step-points));
}

/* line 2302, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--ticket [data-profile-block-type="image"]:not([class*="profile-board-border--"]),   [data-profile-block-type="image"].profile-board-border--ticket ) {
  border: 0;
}

/* line 2309, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--ticket [data-profile-block-type="image"]:not([class*="profile-board-border--"]),   [data-profile-block-type="image"].profile-board-border--ticket ) .profile-content-image-frame {
  --profile-board-ticket-notch-size: 1rem;
  box-sizing: border-box;
  border: 4px solid var(--profile-board-border-color);
  border-radius: var(--profile-board-block-radius);
  -webkit-mask-image: radial-gradient(circle at left center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size)), radial-gradient(circle at right center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size));
  -webkit-mask-composite: source-in;
  mask-image: radial-gradient(circle at left center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size)), radial-gradient(circle at right center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size));
  mask-composite: intersect;
}

/* line 2344, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--ticket [data-profile-block-type="image"]:not([class*="profile-board-border--"]),   [data-profile-block-type="image"].profile-board-border--ticket ):has(figcaption:not([hidden])) > .profile-content-block-backdrop {
  border: 0;
}

/* line 2351, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--ticket [data-profile-block-type="image"]:not([class*="profile-board-border--"]),   [data-profile-block-type="image"].profile-board-border--ticket ):has(figcaption:not([hidden])) .profile-content-image-frame {
  border: 0;
  border-radius: var(--profile-board-block-radius) var(--profile-board-block-radius) 0 0;
  -webkit-mask: none;
  mask: none;
}

/* line 2361, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--ticket [data-profile-block-type="image"]:not([class*="profile-board-border--"]),   [data-profile-block-type="image"].profile-board-border--ticket ):has(figcaption:not([hidden])) .profile-content-image-content {
  -webkit-mask-image: radial-gradient(circle at left center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size)), radial-gradient(circle at right center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size));
  -webkit-mask-composite: source-in;
  mask-image: radial-gradient(circle at left center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size)), radial-gradient(circle at right center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size));
  mask-composite: intersect;
}

/* line 2391, app/assets/stylesheets/profiles/blocks.scss */
:is( .profile-board-border--ticket [data-profile-block-type="image"]:not([class*="profile-board-border--"]),   [data-profile-block-type="image"].profile-board-border--ticket ):has(figcaption:not([hidden]))::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  box-sizing: border-box;
  border: 4px solid var(--profile-board-border-color);
  border-radius: var(--profile-board-block-radius);
  content: "";
  pointer-events: none;
  -webkit-mask-image: radial-gradient(circle at left center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size)), radial-gradient(circle at right center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size));
  -webkit-mask-composite: source-in;
  mask-image: radial-gradient(circle at left center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size)), radial-gradient(circle at right center, transparent 0 calc(var(--profile-board-ticket-notch-size) - 1px), #000 var(--profile-board-ticket-notch-size));
  mask-composite: intersect;
}

/* line 2429, app/assets/stylesheets/profiles/blocks.scss */
.profile-image-carousel {
  position: relative;
  width: 100%;
}

/* line 2434, app/assets/stylesheets/profiles/blocks.scss */
.profile-image-carousel-track {
  display: flex;
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}

/* line 2444, app/assets/stylesheets/profiles/blocks.scss */
.profile-image-carousel-track::-webkit-scrollbar {
  display: none;
}

/* line 2448, app/assets/stylesheets/profiles/blocks.scss */
.profile-image-carousel-slide {
  display: grid;
  flex: 0 0 100%;
  aspect-ratio: 16 / 9;
  place-items: center;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

/* line 2457, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image .profile-image-carousel-slide img,
.profile-image-carousel--editor .profile-image-carousel-slide img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-height: none;
  object-fit: contain;
}

/* line 2468, app/assets/stylesheets/profiles/blocks.scss */
.profile-image-carousel-pagination {
  position: absolute;
  z-index: 2;
  right: 50%;
  bottom: 0.65rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.34);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transform: translateX(50%);
}

/* line 2485, app/assets/stylesheets/profiles/blocks.scss */
.profile-image-carousel-dot {
  width: 0.38rem;
  height: 0.38rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  cursor: pointer;
  transition: width 160ms ease, background-color 160ms ease;
}

/* line 2496, app/assets/stylesheets/profiles/blocks.scss */
.profile-image-carousel-dot[aria-current="true"] {
  width: 1rem;
  background: #fff;
}

/* line 2501, app/assets/stylesheets/profiles/blocks.scss */
.profile-image-carousel-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.34);
  color: #fff;
  cursor: pointer;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transform: translateY(-50%);
  transition: background-color 160ms ease, opacity 160ms ease;
}

/* line 2522, app/assets/stylesheets/profiles/blocks.scss */
.profile-image-carousel-arrow:hover {
  background: rgba(15, 23, 42, 0.6);
}

/* line 2526, app/assets/stylesheets/profiles/blocks.scss */
.profile-image-carousel-arrow--prev {
  left: 0.75rem;
}

/* line 2530, app/assets/stylesheets/profiles/blocks.scss */
.profile-image-carousel-arrow--next {
  right: 0.75rem;
}

/* line 2534, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image .profile-image-carousel,
.profile-image-carousel--editor {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  max-height: 50svh;
}

/* line 2541, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image .profile-image-carousel-track,
.profile-image-carousel--editor .profile-image-carousel-track {
  height: 100%;
  overflow-y: hidden;
}

/* line 2547, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image .profile-image-carousel-slide,
.profile-image-carousel--editor .profile-image-carousel-slide {
  height: 100%;
  max-height: none;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  aspect-ratio: auto;
}

/* line 2557, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image .profile-image-carousel-slide img,
.profile-image-carousel--editor .profile-image-carousel-slide img {
  max-width: 100%;
  object-fit: contain;
}

/* line 2563, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image:has(figcaption[hidden]) .profile-content-image-frame,
.profile-content-image:not(:has(figcaption)) .profile-content-image-frame {
  border-radius: calc( var(--profile-board-block-radius) - var(--profile-board-border-width));
}

/* line 2572, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-spacer {
  min-height: 2rem;
  border: 0;
  background: transparent;
}

/* line 2578, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-spacer--small {
  height: 2rem;
}

/* line 2582, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-spacer--medium {
  height: 4rem;
}

/* line 2586, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-spacer--large {
  height: 8rem;
}

/* line 2590, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image img {
  display: block;
  width: 100%;
  max-height: 42rem;
  object-fit: cover;
}

/* line 2597, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image-placeholder {
  display: grid;
  min-height: 13rem;
  place-content: center;
  gap: 0.5rem;
  color: hsl(var(--muted-foreground));
  text-align: center;
}

/* line 2606, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image-placeholder .material-symbols-rounded {
  font-size: 2rem;
}

/* line 2610, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image figcaption {
  display: grid;
  gap: 0.2rem;
  padding: 0.9rem 1.1rem 1rem;
}

/* line 2616, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image figcaption[hidden] {
  display: none;
}

/* line 2620, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image figcaption strong {
  font-size: 0.9rem;
}

/* line 2624, app/assets/stylesheets/profiles/blocks.scss */
.profile-content-image figcaption span {
  color: hsl(var(--muted-foreground));
  font-size: 0.78rem;
  line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2631, app/assets/stylesheets/profiles/blocks.scss */
  .profile-image-carousel-dot {
    transition: none;
  }
}

@media (hover: hover) {
  /* line 2637, app/assets/stylesheets/profiles/blocks.scss */
  .profile-content-link:hover {
    box-shadow: 0 18px 46px hsl(var(--foreground) / 0.085);
    transform: translateY(-2px);
  }
  /* line 2642, app/assets/stylesheets/profiles/blocks.scss */
  .profile-content-icon-link:hover {
    border-color: hsl(var(--primary) / 0.38);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
    transform: translateY(-2px);
  }
  /* line 2648, app/assets/stylesheets/profiles/blocks.scss */
  .profile-content-game-id:hover {
    box-shadow: 0 18px 44px hsl(var(--foreground) / 0.09);
    transform: translateY(-1px);
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 2655, app/assets/stylesheets/profiles/blocks.scss */
  .profile-tab,
.profile-board-action-trigger,
.profile-share-menu,
.profile-owner-empty-block,
.profile-owner-empty-block-action .material-symbols-rounded {
    transition: none;
  }
  /* line 2663, app/assets/stylesheets/profiles/blocks.scss */
  .profile-content-link,
.profile-content-icon-link,
.profile-content-game-id {
    transition: border-color 160ms ease, box-shadow 160ms ease;
  }
  /* line 2669, app/assets/stylesheets/profiles/blocks.scss */
  .profile-content-link:hover,
.profile-content-link:active,
.profile-content-icon-link:hover,
.profile-content-icon-link:active,
.profile-content-game-id:hover,
.profile-content-game-id:active,
.profile-board-action-trigger:active,
.profile-owner-empty-block:hover,
.profile-owner-empty-block:active,
.profile-owner-empty-block:hover .profile-owner-empty-block-action .material-symbols-rounded {
    transform: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  /* line 2684, app/assets/stylesheets/profiles/blocks.scss */
  .profile-tabs-nav,
.profile-board-action-trigger,
.profile-share-menu {
    background: hsl(var(--background));
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media (prefers-contrast: more) {
  /* line 2694, app/assets/stylesheets/profiles/blocks.scss */
  .profile-tabs-nav {
    border-bottom: 2px solid hsl(var(--foreground));
    background: hsl(var(--background));
  }
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-0 .mypage-content-profile {
  filter: url(#chromatic-aberration-1-0);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-0 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-1-0);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-0 .profile-content-image img,
.profile-board-page-chromatic-aberration--1-0 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-1-0);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-0 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--1-0 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-1-0);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-0.profile-page-surface::before,
.profile-board-page-chromatic-aberration--1-0 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-1-0);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-0 .mypage-content-profile {
  filter: url(#vhs-glitch-a-1-0);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-0 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-1-0);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-0 .profile-content-image img,
.profile-board-page-glitch--1-0 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-1-0);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-0 .profile-content-link-copy strong,
.profile-board-page-glitch--1-0 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-1-0);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-0.profile-page-surface::before,
.profile-board-page-glitch--1-0 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-1-0);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-1 .mypage-content-profile {
  filter: url(#chromatic-aberration-1-1);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-1 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-1-1);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-1 .profile-content-image img,
.profile-board-page-chromatic-aberration--1-1 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-1-1);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-1 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--1-1 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-1-1);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-1.profile-page-surface::before,
.profile-board-page-chromatic-aberration--1-1 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-1-1);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-1 .mypage-content-profile {
  filter: url(#vhs-glitch-a-1-1);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-1 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-1-1);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-1 .profile-content-image img,
.profile-board-page-glitch--1-1 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-1-1);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-1 .profile-content-link-copy strong,
.profile-board-page-glitch--1-1 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-1-1);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-1.profile-page-surface::before,
.profile-board-page-glitch--1-1 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-1-1);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-2 .mypage-content-profile {
  filter: url(#chromatic-aberration-1-2);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-2 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-1-2);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-2 .profile-content-image img,
.profile-board-page-chromatic-aberration--1-2 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-1-2);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-2 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--1-2 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-1-2);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-2.profile-page-surface::before,
.profile-board-page-chromatic-aberration--1-2 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-1-2);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-2 .mypage-content-profile {
  filter: url(#vhs-glitch-a-1-2);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-2 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-1-2);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-2 .profile-content-image img,
.profile-board-page-glitch--1-2 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-1-2);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-2 .profile-content-link-copy strong,
.profile-board-page-glitch--1-2 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-1-2);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-2.profile-page-surface::before,
.profile-board-page-glitch--1-2 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-1-2);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-3 .mypage-content-profile {
  filter: url(#chromatic-aberration-1-3);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-3 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-1-3);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-3 .profile-content-image img,
.profile-board-page-chromatic-aberration--1-3 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-1-3);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-3 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--1-3 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-1-3);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-3.profile-page-surface::before,
.profile-board-page-chromatic-aberration--1-3 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-1-3);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-3 .mypage-content-profile {
  filter: url(#vhs-glitch-a-1-3);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-3 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-1-3);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-3 .profile-content-image img,
.profile-board-page-glitch--1-3 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-1-3);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-3 .profile-content-link-copy strong,
.profile-board-page-glitch--1-3 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-1-3);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-3.profile-page-surface::before,
.profile-board-page-glitch--1-3 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-1-3);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-4 .mypage-content-profile {
  filter: url(#chromatic-aberration-1-4);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-4 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-1-4);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-4 .profile-content-image img,
.profile-board-page-chromatic-aberration--1-4 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-1-4);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-4 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--1-4 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-1-4);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-4.profile-page-surface::before,
.profile-board-page-chromatic-aberration--1-4 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-1-4);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-4 .mypage-content-profile {
  filter: url(#vhs-glitch-a-1-4);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-4 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-1-4);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-4 .profile-content-image img,
.profile-board-page-glitch--1-4 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-1-4);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-4 .profile-content-link-copy strong,
.profile-board-page-glitch--1-4 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-1-4);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-4.profile-page-surface::before,
.profile-board-page-glitch--1-4 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-1-4);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-5 .mypage-content-profile {
  filter: url(#chromatic-aberration-1-5);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-5 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-1-5);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-5 .profile-content-image img,
.profile-board-page-chromatic-aberration--1-5 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-1-5);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-5 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--1-5 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-1-5);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--1-5.profile-page-surface::before,
.profile-board-page-chromatic-aberration--1-5 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-1-5);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-5 .mypage-content-profile {
  filter: url(#vhs-glitch-a-1-5);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-5 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-1-5);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-5 .profile-content-image img,
.profile-board-page-glitch--1-5 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-1-5);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-5 .profile-content-link-copy strong,
.profile-board-page-glitch--1-5 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-1-5);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--1-5.profile-page-surface::before,
.profile-board-page-glitch--1-5 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-1-5);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-0 .mypage-content-profile {
  filter: url(#chromatic-aberration-2-0);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-0 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-2-0);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-0 .profile-content-image img,
.profile-board-page-chromatic-aberration--2-0 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-2-0);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-0 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--2-0 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-2-0);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-0.profile-page-surface::before,
.profile-board-page-chromatic-aberration--2-0 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-2-0);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-0 .mypage-content-profile {
  filter: url(#vhs-glitch-a-2-0);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-0 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-2-0);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-0 .profile-content-image img,
.profile-board-page-glitch--2-0 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-2-0);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-0 .profile-content-link-copy strong,
.profile-board-page-glitch--2-0 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-2-0);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-0.profile-page-surface::before,
.profile-board-page-glitch--2-0 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-2-0);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-1 .mypage-content-profile {
  filter: url(#chromatic-aberration-2-1);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-1 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-2-1);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-1 .profile-content-image img,
.profile-board-page-chromatic-aberration--2-1 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-2-1);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-1 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--2-1 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-2-1);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-1.profile-page-surface::before,
.profile-board-page-chromatic-aberration--2-1 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-2-1);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-1 .mypage-content-profile {
  filter: url(#vhs-glitch-a-2-1);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-1 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-2-1);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-1 .profile-content-image img,
.profile-board-page-glitch--2-1 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-2-1);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-1 .profile-content-link-copy strong,
.profile-board-page-glitch--2-1 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-2-1);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-1.profile-page-surface::before,
.profile-board-page-glitch--2-1 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-2-1);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-2 .mypage-content-profile {
  filter: url(#chromatic-aberration-2-2);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-2 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-2-2);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-2 .profile-content-image img,
.profile-board-page-chromatic-aberration--2-2 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-2-2);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-2 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--2-2 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-2-2);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-2.profile-page-surface::before,
.profile-board-page-chromatic-aberration--2-2 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-2-2);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-2 .mypage-content-profile {
  filter: url(#vhs-glitch-a-2-2);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-2 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-2-2);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-2 .profile-content-image img,
.profile-board-page-glitch--2-2 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-2-2);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-2 .profile-content-link-copy strong,
.profile-board-page-glitch--2-2 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-2-2);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-2.profile-page-surface::before,
.profile-board-page-glitch--2-2 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-2-2);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-3 .mypage-content-profile {
  filter: url(#chromatic-aberration-2-3);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-3 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-2-3);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-3 .profile-content-image img,
.profile-board-page-chromatic-aberration--2-3 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-2-3);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-3 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--2-3 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-2-3);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-3.profile-page-surface::before,
.profile-board-page-chromatic-aberration--2-3 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-2-3);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-3 .mypage-content-profile {
  filter: url(#vhs-glitch-a-2-3);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-3 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-2-3);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-3 .profile-content-image img,
.profile-board-page-glitch--2-3 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-2-3);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-3 .profile-content-link-copy strong,
.profile-board-page-glitch--2-3 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-2-3);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-3.profile-page-surface::before,
.profile-board-page-glitch--2-3 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-2-3);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-4 .mypage-content-profile {
  filter: url(#chromatic-aberration-2-4);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-4 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-2-4);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-4 .profile-content-image img,
.profile-board-page-chromatic-aberration--2-4 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-2-4);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-4 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--2-4 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-2-4);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-4.profile-page-surface::before,
.profile-board-page-chromatic-aberration--2-4 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-2-4);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-4 .mypage-content-profile {
  filter: url(#vhs-glitch-a-2-4);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-4 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-2-4);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-4 .profile-content-image img,
.profile-board-page-glitch--2-4 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-2-4);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-4 .profile-content-link-copy strong,
.profile-board-page-glitch--2-4 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-2-4);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-4.profile-page-surface::before,
.profile-board-page-glitch--2-4 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-2-4);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-5 .mypage-content-profile {
  filter: url(#chromatic-aberration-2-5);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-5 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-2-5);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-5 .profile-content-image img,
.profile-board-page-chromatic-aberration--2-5 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-2-5);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-5 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--2-5 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-2-5);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--2-5.profile-page-surface::before,
.profile-board-page-chromatic-aberration--2-5 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-2-5);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-5 .mypage-content-profile {
  filter: url(#vhs-glitch-a-2-5);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-5 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-2-5);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-5 .profile-content-image img,
.profile-board-page-glitch--2-5 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-2-5);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-5 .profile-content-link-copy strong,
.profile-board-page-glitch--2-5 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-2-5);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--2-5.profile-page-surface::before,
.profile-board-page-glitch--2-5 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-2-5);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-0 .mypage-content-profile {
  filter: url(#chromatic-aberration-3-0);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-0 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-3-0);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-0 .profile-content-image img,
.profile-board-page-chromatic-aberration--3-0 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-3-0);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-0 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--3-0 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-3-0);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-0.profile-page-surface::before,
.profile-board-page-chromatic-aberration--3-0 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-3-0);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-0 .mypage-content-profile {
  filter: url(#vhs-glitch-a-3-0);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-0 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-3-0);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-0 .profile-content-image img,
.profile-board-page-glitch--3-0 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-3-0);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-0 .profile-content-link-copy strong,
.profile-board-page-glitch--3-0 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-3-0);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-0.profile-page-surface::before,
.profile-board-page-glitch--3-0 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-3-0);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-1 .mypage-content-profile {
  filter: url(#chromatic-aberration-3-1);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-1 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-3-1);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-1 .profile-content-image img,
.profile-board-page-chromatic-aberration--3-1 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-3-1);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-1 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--3-1 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-3-1);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-1.profile-page-surface::before,
.profile-board-page-chromatic-aberration--3-1 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-3-1);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-1 .mypage-content-profile {
  filter: url(#vhs-glitch-a-3-1);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-1 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-3-1);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-1 .profile-content-image img,
.profile-board-page-glitch--3-1 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-3-1);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-1 .profile-content-link-copy strong,
.profile-board-page-glitch--3-1 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-3-1);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-1.profile-page-surface::before,
.profile-board-page-glitch--3-1 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-3-1);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-2 .mypage-content-profile {
  filter: url(#chromatic-aberration-3-2);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-2 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-3-2);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-2 .profile-content-image img,
.profile-board-page-chromatic-aberration--3-2 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-3-2);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-2 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--3-2 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-3-2);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-2.profile-page-surface::before,
.profile-board-page-chromatic-aberration--3-2 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-3-2);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-2 .mypage-content-profile {
  filter: url(#vhs-glitch-a-3-2);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-2 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-3-2);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-2 .profile-content-image img,
.profile-board-page-glitch--3-2 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-3-2);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-2 .profile-content-link-copy strong,
.profile-board-page-glitch--3-2 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-3-2);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-2.profile-page-surface::before,
.profile-board-page-glitch--3-2 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-3-2);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-3 .mypage-content-profile {
  filter: url(#chromatic-aberration-3-3);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-3 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-3-3);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-3 .profile-content-image img,
.profile-board-page-chromatic-aberration--3-3 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-3-3);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-3 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--3-3 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-3-3);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-3.profile-page-surface::before,
.profile-board-page-chromatic-aberration--3-3 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-3-3);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-3 .mypage-content-profile {
  filter: url(#vhs-glitch-a-3-3);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-3 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-3-3);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-3 .profile-content-image img,
.profile-board-page-glitch--3-3 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-3-3);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-3 .profile-content-link-copy strong,
.profile-board-page-glitch--3-3 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-3-3);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-3.profile-page-surface::before,
.profile-board-page-glitch--3-3 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-3-3);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-4 .mypage-content-profile {
  filter: url(#chromatic-aberration-3-4);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-4 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-3-4);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-4 .profile-content-image img,
.profile-board-page-chromatic-aberration--3-4 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-3-4);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-4 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--3-4 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-3-4);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-4.profile-page-surface::before,
.profile-board-page-chromatic-aberration--3-4 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-3-4);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-4 .mypage-content-profile {
  filter: url(#vhs-glitch-a-3-4);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-4 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-3-4);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-4 .profile-content-image img,
.profile-board-page-glitch--3-4 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-3-4);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-4 .profile-content-link-copy strong,
.profile-board-page-glitch--3-4 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-3-4);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-4.profile-page-surface::before,
.profile-board-page-glitch--3-4 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-3-4);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-5 .mypage-content-profile {
  filter: url(#chromatic-aberration-3-5);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-5 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-3-5);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-5 .profile-content-image img,
.profile-board-page-chromatic-aberration--3-5 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-3-5);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-5 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--3-5 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-3-5);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--3-5.profile-page-surface::before,
.profile-board-page-chromatic-aberration--3-5 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-3-5);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-5 .mypage-content-profile {
  filter: url(#vhs-glitch-a-3-5);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-5 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-3-5);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-5 .profile-content-image img,
.profile-board-page-glitch--3-5 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-3-5);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-5 .profile-content-link-copy strong,
.profile-board-page-glitch--3-5 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-3-5);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--3-5.profile-page-surface::before,
.profile-board-page-glitch--3-5 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-3-5);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-0 .mypage-content-profile {
  filter: url(#chromatic-aberration-4-0);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-0 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-4-0);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-0 .profile-content-image img,
.profile-board-page-chromatic-aberration--4-0 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-4-0);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-0 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--4-0 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-4-0);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-0.profile-page-surface::before,
.profile-board-page-chromatic-aberration--4-0 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-4-0);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-0 .mypage-content-profile {
  filter: url(#vhs-glitch-a-4-0);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-0 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-4-0);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-0 .profile-content-image img,
.profile-board-page-glitch--4-0 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-4-0);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-0 .profile-content-link-copy strong,
.profile-board-page-glitch--4-0 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-4-0);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-0.profile-page-surface::before,
.profile-board-page-glitch--4-0 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-4-0);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-1 .mypage-content-profile {
  filter: url(#chromatic-aberration-4-1);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-1 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-4-1);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-1 .profile-content-image img,
.profile-board-page-chromatic-aberration--4-1 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-4-1);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-1 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--4-1 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-4-1);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-1.profile-page-surface::before,
.profile-board-page-chromatic-aberration--4-1 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-4-1);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-1 .mypage-content-profile {
  filter: url(#vhs-glitch-a-4-1);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-1 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-4-1);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-1 .profile-content-image img,
.profile-board-page-glitch--4-1 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-4-1);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-1 .profile-content-link-copy strong,
.profile-board-page-glitch--4-1 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-4-1);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-1.profile-page-surface::before,
.profile-board-page-glitch--4-1 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-4-1);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-2 .mypage-content-profile {
  filter: url(#chromatic-aberration-4-2);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-2 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-4-2);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-2 .profile-content-image img,
.profile-board-page-chromatic-aberration--4-2 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-4-2);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-2 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--4-2 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-4-2);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-2.profile-page-surface::before,
.profile-board-page-chromatic-aberration--4-2 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-4-2);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-2 .mypage-content-profile {
  filter: url(#vhs-glitch-a-4-2);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-2 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-4-2);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-2 .profile-content-image img,
.profile-board-page-glitch--4-2 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-4-2);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-2 .profile-content-link-copy strong,
.profile-board-page-glitch--4-2 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-4-2);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-2.profile-page-surface::before,
.profile-board-page-glitch--4-2 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-4-2);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-3 .mypage-content-profile {
  filter: url(#chromatic-aberration-4-3);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-3 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-4-3);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-3 .profile-content-image img,
.profile-board-page-chromatic-aberration--4-3 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-4-3);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-3 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--4-3 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-4-3);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-3.profile-page-surface::before,
.profile-board-page-chromatic-aberration--4-3 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-4-3);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-3 .mypage-content-profile {
  filter: url(#vhs-glitch-a-4-3);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-3 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-4-3);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-3 .profile-content-image img,
.profile-board-page-glitch--4-3 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-4-3);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-3 .profile-content-link-copy strong,
.profile-board-page-glitch--4-3 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-4-3);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-3.profile-page-surface::before,
.profile-board-page-glitch--4-3 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-4-3);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-4 .mypage-content-profile {
  filter: url(#chromatic-aberration-4-4);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-4 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-4-4);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-4 .profile-content-image img,
.profile-board-page-chromatic-aberration--4-4 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-4-4);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-4 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--4-4 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-4-4);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-4.profile-page-surface::before,
.profile-board-page-chromatic-aberration--4-4 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-4-4);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-4 .mypage-content-profile {
  filter: url(#vhs-glitch-a-4-4);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-4 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-4-4);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-4 .profile-content-image img,
.profile-board-page-glitch--4-4 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-4-4);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-4 .profile-content-link-copy strong,
.profile-board-page-glitch--4-4 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-4-4);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-4.profile-page-surface::before,
.profile-board-page-glitch--4-4 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-4-4);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-5 .mypage-content-profile {
  filter: url(#chromatic-aberration-4-5);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-5 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-4-5);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-5 .profile-content-image img,
.profile-board-page-chromatic-aberration--4-5 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-4-5);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-5 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--4-5 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-4-5);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--4-5.profile-page-surface::before,
.profile-board-page-chromatic-aberration--4-5 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-4-5);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-5 .mypage-content-profile {
  filter: url(#vhs-glitch-a-4-5);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-5 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-4-5);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-5 .profile-content-image img,
.profile-board-page-glitch--4-5 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-4-5);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-5 .profile-content-link-copy strong,
.profile-board-page-glitch--4-5 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-4-5);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--4-5.profile-page-surface::before,
.profile-board-page-glitch--4-5 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-4-5);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-0 .mypage-content-profile {
  filter: url(#chromatic-aberration-5-0);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-0 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-5-0);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-0 .profile-content-image img,
.profile-board-page-chromatic-aberration--5-0 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-5-0);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-0 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--5-0 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-5-0);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-0.profile-page-surface::before,
.profile-board-page-chromatic-aberration--5-0 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-5-0);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-0 .mypage-content-profile {
  filter: url(#vhs-glitch-a-5-0);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-0 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-5-0);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-0 .profile-content-image img,
.profile-board-page-glitch--5-0 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-5-0);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-0 .profile-content-link-copy strong,
.profile-board-page-glitch--5-0 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-5-0);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-0.profile-page-surface::before,
.profile-board-page-glitch--5-0 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-5-0);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-1 .mypage-content-profile {
  filter: url(#chromatic-aberration-5-1);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-1 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-5-1);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-1 .profile-content-image img,
.profile-board-page-chromatic-aberration--5-1 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-5-1);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-1 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--5-1 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-5-1);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-1.profile-page-surface::before,
.profile-board-page-chromatic-aberration--5-1 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-5-1);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-1 .mypage-content-profile {
  filter: url(#vhs-glitch-a-5-1);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-1 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-5-1);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-1 .profile-content-image img,
.profile-board-page-glitch--5-1 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-5-1);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-1 .profile-content-link-copy strong,
.profile-board-page-glitch--5-1 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-5-1);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-1.profile-page-surface::before,
.profile-board-page-glitch--5-1 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-5-1);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-2 .mypage-content-profile {
  filter: url(#chromatic-aberration-5-2);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-2 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-5-2);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-2 .profile-content-image img,
.profile-board-page-chromatic-aberration--5-2 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-5-2);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-2 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--5-2 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-5-2);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-2.profile-page-surface::before,
.profile-board-page-chromatic-aberration--5-2 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-5-2);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-2 .mypage-content-profile {
  filter: url(#vhs-glitch-a-5-2);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-2 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-5-2);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-2 .profile-content-image img,
.profile-board-page-glitch--5-2 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-5-2);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-2 .profile-content-link-copy strong,
.profile-board-page-glitch--5-2 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-5-2);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-2.profile-page-surface::before,
.profile-board-page-glitch--5-2 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-5-2);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-3 .mypage-content-profile {
  filter: url(#chromatic-aberration-5-3);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-3 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-5-3);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-3 .profile-content-image img,
.profile-board-page-chromatic-aberration--5-3 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-5-3);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-3 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--5-3 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-5-3);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-3.profile-page-surface::before,
.profile-board-page-chromatic-aberration--5-3 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-5-3);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-3 .mypage-content-profile {
  filter: url(#vhs-glitch-a-5-3);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-3 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-5-3);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-3 .profile-content-image img,
.profile-board-page-glitch--5-3 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-5-3);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-3 .profile-content-link-copy strong,
.profile-board-page-glitch--5-3 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-5-3);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-3.profile-page-surface::before,
.profile-board-page-glitch--5-3 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-5-3);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-4 .mypage-content-profile {
  filter: url(#chromatic-aberration-5-4);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-4 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-5-4);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-4 .profile-content-image img,
.profile-board-page-chromatic-aberration--5-4 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-5-4);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-4 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--5-4 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-5-4);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-4.profile-page-surface::before,
.profile-board-page-chromatic-aberration--5-4 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-5-4);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-4 .mypage-content-profile {
  filter: url(#vhs-glitch-a-5-4);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-4 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-5-4);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-4 .profile-content-image img,
.profile-board-page-glitch--5-4 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-5-4);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-4 .profile-content-link-copy strong,
.profile-board-page-glitch--5-4 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-5-4);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-4.profile-page-surface::before,
.profile-board-page-glitch--5-4 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-5-4);
}

/* line 2704, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-5 .mypage-content-profile {
  filter: url(#chromatic-aberration-5-5);
}

/* line 2709, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-5 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#chromatic-aberration-5-5);
}

/* line 2714, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-5 .profile-content-image img,
.profile-board-page-chromatic-aberration--5-5 .profile-content-image figcaption {
  filter: url(#chromatic-aberration-5-5);
}

/* line 2720, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-5 .profile-content-link-copy strong,
.profile-board-page-chromatic-aberration--5-5 .profile-content-link-copy > span {
  filter: url(#chromatic-aberration-5-5);
}

/* line 2726, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-chromatic-aberration--5-5.profile-page-surface::before,
.profile-board-page-chromatic-aberration--5-5 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#chromatic-aberration-5-5);
}

/* line 2734, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-5 .mypage-content-profile {
  filter: url(#vhs-glitch-a-5-5);
}

/* line 2739, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-5 .profile-content-block:not(.profile-editor-add-block):not(.profile-content-spacer) > :not(.profile-editor-preview-drag-handle):not(.profile-editor-hidden-overlay):not(.profile-editor-hidden-badge):not(.profile-content-game-id-action):not(.profile-content-link-action):not(.profile-content-image-content) {
  filter: url(#vhs-glitch-b-5-5);
}

/* line 2744, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-5 .profile-content-image img,
.profile-board-page-glitch--5-5 .profile-content-image figcaption {
  filter: url(#vhs-glitch-c-5-5);
}

/* line 2750, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-5 .profile-content-link-copy strong,
.profile-board-page-glitch--5-5 .profile-content-link-copy > span {
  filter: url(#vhs-glitch-b-5-5);
}

/* line 2756, app/assets/stylesheets/profiles/blocks.scss */
.profile-board-page-glitch--5-5.profile-page-surface::before,
.profile-board-page-glitch--5-5 .profile-page-surface::before {
  filter: blur(var(--profile-page-background-blur)) saturate(var(--profile-page-background-saturation)) url(#vhs-glitch-d-5-5);
}

/* line 2765, app/assets/stylesheets/profiles/blocks.scss */
.profile-lightning-layer {
  position: absolute;
  inset: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  overflow: visible;
  pointer-events: none;
}

/* line 2774, app/assets/stylesheets/profiles/blocks.scss */
.profile-lightning-layer--back {
  z-index: -1;
}

/* line 2778, app/assets/stylesheets/profiles/blocks.scss */
.profile-lightning-layer--back .profile-lightning-path {
  opacity: 0.62;
}

/* line 2782, app/assets/stylesheets/profiles/blocks.scss */
.profile-lightning-layer--front {
  z-index: 3;
}

/* line 2786, app/assets/stylesheets/profiles/blocks.scss */
.profile-lightning-path,
.profile-lightning-glow {
  fill: none;
  vector-effect: non-scaling-stroke;
}

/* line 2792, app/assets/stylesheets/profiles/blocks.scss */
.profile-lightning-glow {
  stroke: #38bdf8;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.34;
  filter: blur(1.6px);
}

/* line 2800, app/assets/stylesheets/profiles/blocks.scss */
.profile-lightning-path {
  stroke: #60a5fa;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-miterlimit: 8;
  filter: drop-shadow(-0.7px 0 #8b5cf6) drop-shadow(0.7px 0 #0ea5e9);
}

/* line 2810, app/assets/stylesheets/profiles/blocks.scss */
.profile-lightning-layer--front .profile-lightning-path {
  stroke: #f8fdff;
  filter: drop-shadow(-1px 0 #6366f1) drop-shadow(1px 0 #22d3ee) drop-shadow(0 0 2px #38bdf8);
}
@charset "UTF-8";
@media (max-width: 40rem) {
  /* line 10, app/assets/stylesheets/profiles/editor.scss */
  .profile-editor-has-open-sheet[data-scope-path="profiles/form"]
.profile-editor-page-preview {
    overscroll-behavior: none;
    touch-action: none;
  }
}

/* line 18, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] [data-profile-id-icon-key="x"] {
  filter: brightness(0);
}

/* line 22, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] [data-profile-id-icon-key="xbox360"] {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #107c10;
  border-radius: 999px;
}

/* line 29, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-id-icon-tile {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: none;
  place-items: center;
  border: 1px solid #d9dce1;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0 3px 9px rgba(15, 23, 42, 0.12);
}

/* line 41, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-form button:not(:disabled),
[data-scope-path="profiles/edit"] .profile-editor-form [role="button"],
[data-scope-path="profiles/edit"] .profile-editor-form summary,
[data-scope-path="profiles/edit"] .profile-editor-file-input {
  cursor: pointer;
}

/* line 48, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-form button:disabled {
  cursor: not-allowed;
}

/* line 52, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-style-section {
  overflow: hidden;
  border: 1px solid hsl(var(--border) / 0.72);
  border-radius: 1rem;
  background: hsl(var(--muted) / 0.46);
}

/* line 59, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-style-section-summary {
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  color: hsl(var(--foreground));
  font-size: 0.875rem;
  font-weight: 700;
  list-style: none;
  transition: background-color 180ms ease;
}

/* line 73, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-style-section-summary::-webkit-details-marker {
  display: none;
}

/* line 77, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-style-section-summary:focus-visible {
  outline: 2px solid hsl(var(--primary));
  outline-offset: -2px;
}

/* line 82, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-style-section-summary:active {
  background: hsl(var(--primary) / 0.08);
}

/* line 86, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-style-section[open] > .profile-editor-style-section-summary {
  border-bottom: 1px solid hsl(var(--border) / 0.72);
}

/* line 90, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-style-section-indicator {
  flex: none;
  color: hsl(var(--muted-foreground));
  transition: transform 180ms ease;
}

/* line 96, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-style-section[open] .profile-editor-style-section-indicator {
  transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
  /* line 101, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-section-summary,
[data-scope-path="profiles/edit"] .profile-editor-style-section-indicator {
    transition: none;
  }
}

/* line 107, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-input,
[data-scope-path="profiles/edit"] .profile-editor-input-shell {
  border-color: hsl(var(--border));
  background: hsl(var(--muted));
}

/* line 113, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-input {
  color: hsl(var(--foreground));
}

/* line 117, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-input::placeholder {
  color: hsl(var(--muted-foreground) / 0.52);
  opacity: 1;
}

/* line 122, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-input option {
  background: hsl(var(--card));
  color: hsl(var(--foreground));
}

/* line 127, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-tabs {
  flex: 1 1 auto;
  max-width: 20rem;
  min-width: 0;
  gap: 0.25rem;
}

/* line 134, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-tab {
  position: relative;
  display: inline-flex;
  min-height: 2.75rem;
  min-width: 0;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  padding: 0.5rem 0;
  border: 0;
  background: transparent;
  color: hsl(var(--muted-foreground));
  font-size: 0.625rem;
  font-weight: 700;
  white-space: nowrap;
  transition: color 180ms ease, transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* line 155, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-tab::after {
  position: absolute;
  right: 0.75rem;
  bottom: -1px;
  left: 0.75rem;
  height: 0.1875rem;
  border-radius: 999px 999px 0 0;
  background: hsl(var(--primary));
  content: "";
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* line 171, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-tab[aria-selected="true"] {
  color: hsl(var(--primary));
}

/* line 175, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-tab[aria-selected="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}

/* line 180, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-tab:focus-visible {
  border-radius: 0.75rem;
  outline: 2px solid hsl(var(--primary));
  outline-offset: 2px;
}

/* line 186, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-tab:active {
  transform: scale(0.98);
}

/* line 190, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-tab .material-symbols-rounded {
  font-size: 1rem;
}

/* line 194, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-tab-dirty {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  color: hsl(var(--primary));
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

/* line 204, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-tab-dirty:not([hidden]) {
  animation: profile-editor-dirty-enter 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* line 208, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-tab-panel:not([hidden]) {
  animation: profile-editor-tab-panel-enter 180ms ease-out;
}

@keyframes profile-editor-dirty-enter {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes profile-editor-tab-panel-enter {
  from {
    opacity: 0;
    transform: translateY(0.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 640px) {
  /* line 237, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-tab {
    gap: 0.4rem;
    padding: 0.6rem 1rem;
    font-size: 0.875rem;
  }
  /* line 243, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-tab .material-symbols-rounded {
    font-size: 1.1rem;
  }
  /* line 247, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-tab-dirty {
    top: 0.15rem;
    right: 0.45rem;
  }
}

/* line 253, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-save {
  transition: box-shadow 180ms ease, transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* line 259, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-save:hover {
  box-shadow: 0 8px 24px hsl(var(--primary) / 0.24);
}

/* line 263, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-save:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

/* line 268, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-spinner {
  display: inline-block;
  animation: profile-editor-spin 1s linear infinite;
}

@keyframes profile-editor-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 282, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-cancel {
  width: 2.5rem;
  gap: 0.3rem;
  padding: 0;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* line 293, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-cancel:hover {
  border-color: hsl(var(--primary) / 0.42);
  background-color: hsl(var(--muted));
  color: hsl(var(--foreground));
}

/* line 299, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-cancel:active {
  transform: scale(0.98);
}

/* line 303, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-cancel .material-symbols-rounded {
  font-size: 1.1rem;
}

/* line 307, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-cancel-label {
  display: none;
}

@media (min-width: 640px) {
  /* line 312, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-cancel {
    width: auto;
    padding: 0 1rem;
    font-size: 0.875rem;
    font-weight: 600;
  }
  /* line 319, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-cancel-label {
    display: inline;
  }
}

/* line 324, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-add {
  color: hsl(var(--foreground));
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* line 332, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-add:hover {
  border-color: hsl(var(--primary) / 0.42);
  background: hsl(var(--primary) / 0.04);
}

/* line 337, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-add-block {
  background: hsl(var(--muted) / 0.22);
  color: hsl(var(--muted-foreground));
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* line 347, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-add-block:hover {
  border-color: hsl(var(--primary) / 0.5);
  background: hsl(var(--primary) / 0.05);
  color: hsl(var(--primary));
}

/* line 353, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-add-block:active {
  transform: scale(0.985);
}

/* line 357, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-add-block:disabled {
  opacity: 0.48;
}

/* line 361, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-add-block-icon {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border-radius: 999px;
  background: hsl(var(--primary) / 0.12);
  color: hsl(var(--primary));
  font-size: 1.4rem;
}

/* line 372, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-file-input::file-selector-button {
  margin-right: 0.75rem;
  padding: 0.55rem 0.8rem;
  border: 0;
  border-radius: 999px;
  background: hsl(var(--muted));
  color: hsl(var(--foreground));
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

/* line 384, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-background-image-preview {
  display: flex;
  max-height: 40svh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* line 392, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-background-image-preview.hidden {
  display: none;
}

/* line 396, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-background-image-preview img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 40svh;
  object-fit: contain;
}

/* line 405, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-visibility-track {
  display: inline-flex;
  width: 2.75rem;
  height: 1.625rem;
  align-items: center;
  padding: 0.1875rem;
  border: 1px solid hsl(var(--border));
  border-radius: 999px;
  background: hsl(var(--muted));
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

/* line 420, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-visibility-thumb {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 999px;
  background: hsl(var(--background));
  box-shadow: 0 1px 4px hsl(var(--foreground) / 0.24);
  transform: translateX(0);
  transition: background-color 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* line 433, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-visibility-toggle:checked + .profile-editor-visibility-track {
  border-color: hsl(var(--primary));
  background: hsl(var(--primary));
}

/* line 438, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-visibility-toggle:checked + .profile-editor-visibility-track .profile-editor-visibility-thumb {
  background: hsl(var(--primary-foreground));
  transform: translateX(1.125rem);
}

/* line 443, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-visibility-toggle:focus-visible + .profile-editor-visibility-track {
  box-shadow: 0 0 0 3px hsl(var(--primary) / 0.2);
}

/* line 447, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-visibility-state {
  min-width: 3em;
  color: hsl(var(--muted-foreground));
}

/* line 452, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-visibility-state-visible {
  display: none;
  color: hsl(var(--foreground));
}

/* line 457, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-visibility-toggle:checked ~ .profile-editor-visibility-state .profile-editor-visibility-state-visible {
  display: inline;
}

/* line 461, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-visibility-toggle:checked ~ .profile-editor-visibility-state .profile-editor-visibility-state-hidden {
  display: none;
}

/* line 465, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-radio-control {
  background: hsl(var(--background) / 0.68);
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* line 474, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] [data-profile-editor-pattern-select],
[data-scope-path="profiles/edit"] [data-profile-editor-animation-select] {
  z-index: 0;
}

/* line 479, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] [data-profile-editor-pattern-select][open],
[data-scope-path="profiles/edit"] [data-profile-editor-animation-select][open] {
  z-index: 1;
}

/* line 484, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-radio-indicator {
  transition: border-color 180ms ease;
}

/* line 488, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-radio-dot {
  background: hsl(var(--primary));
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 160ms ease, transform 200ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* line 497, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-radio-input:checked + .profile-editor-radio-control {
  border-color: hsl(var(--primary));
  background: hsl(var(--primary) / 0.05);
}

/* line 502, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-radio-input:checked + .profile-editor-radio-control .profile-editor-radio-indicator {
  border-color: hsl(var(--primary));
}

/* line 506, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-radio-input:checked + .profile-editor-radio-control .profile-editor-radio-dot {
  opacity: 1;
  transform: scale(1);
}

/* line 511, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-radio-input:focus-visible + .profile-editor-radio-control {
  box-shadow: 0 0 0 3px hsl(var(--primary) / 0.2);
}

/* line 515, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] [data-profile-editor-pattern-select] .profile-editor-style-choice:hover .profile-editor-radio-input:not(:checked) + .profile-editor-radio-control,
[data-scope-path="profiles/edit"] [data-profile-editor-animation-select] .profile-editor-style-choice:hover .profile-editor-radio-input:not(:checked) + .profile-editor-radio-control {
  border-color: hsl(var(--primary) / 0.45);
  background-color: hsl(var(--primary) / 0.08);
}

/* line 521, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] [data-profile-editor-pattern-select] .profile-editor-style-choice:active .profile-editor-radio-control,
[data-scope-path="profiles/edit"] [data-profile-editor-animation-select] .profile-editor-style-choice:active .profile-editor-radio-control {
  transform: scale(0.99);
}

/* line 526, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-radio:active .profile-editor-radio-control {
  transform: scale(0.99);
}

/* line 530, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-board-workspace {
  position: relative;
  width: 100%;
  max-width: 42.5rem;
  background: transparent;
}

/* line 537, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-actions {
  display: none;
}

/* line 541, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-actions-label {
  align-self: center;
  color: hsl(var(--muted-foreground));
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
}

/* line 549, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-mobile-actions {
  position: sticky;
  top: 4rem;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  justify-content: stretch;
  gap: 0.5rem;
  padding: 0.5rem calc(1rem + env(safe-area-inset-right)) 0.5rem calc(1rem + env(safe-area-inset-left));
  border-bottom: 1px solid hsl(var(--border) / 0.72);
  background: hsl(var(--card) / 0.9);
  box-shadow: 0 0.5rem 1rem hsl(var(--foreground) / 0.08);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
}

/* line 567, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-mobile-actions .profile-editor-cancel {
  width: auto;
  padding: 0 0.875rem;
  font-size: 0.75rem;
  font-weight: 700;
}

/* line 574, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-block-inspector-empty {
  display: none;
}

/* line 578, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-board-tools {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5rem;
  width: 4.25rem;
}

/* line 586, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-style-actions {
  position: sticky;
  top: 8.5rem;
}

/* line 591, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-style-category-list {
  display: grid;
  gap: 0.5rem;
}

/* line 596, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-style-trigger,
[data-scope-path="profiles/edit"] .profile-editor-style-menu-trigger {
  display: inline-flex;
  width: 4.25rem;
  min-height: 4.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.55rem 0.25rem;
  border: 0;
  border-radius: 1rem;
  background: hsl(var(--background) / 0.92);
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  touch-action: manipulation;
  transition: background-color 160ms ease, color 160ms ease, transform 100ms ease-out;
}

/* line 621, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-style-menu-trigger.profile-pressable {
  display: none;
  transition: none;
}

/* line 626, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-style-trigger .material-symbols-rounded,
[data-scope-path="profiles/edit"] .profile-editor-style-menu-trigger .material-symbols-rounded {
  font-size: 1.5rem;
}

/* line 631, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-style-trigger:hover,
[data-scope-path="profiles/edit"] .profile-editor-style-menu-trigger:hover {
  background: color-mix(in srgb, hsl(var(--primary)) 12%, hsl(var(--background)));
  color: hsl(var(--primary));
}

/* line 642, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-style-trigger:focus-visible,
[data-scope-path="profiles/edit"] .profile-editor-style-menu-trigger:focus-visible {
  outline: 2px solid hsl(var(--primary));
  outline-offset: 2px;
}

/* line 648, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] [data-profile-editor-style-template-key][aria-pressed="true"] {
  border-color: hsl(var(--primary));
  box-shadow: 0 0 0 2px hsl(var(--primary) / 0.18);
}

/* line 653, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-style-trigger:active,
[data-scope-path="profiles/edit"] .profile-editor-style-menu-trigger:active {
  background: color-mix(in srgb, hsl(var(--primary)) 20%, hsl(var(--background)));
  color: hsl(var(--primary));
  transform: scale(0.96);
}

/* line 665, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-style-menu-trigger.profile-pressable:active {
  transform: none;
}

/* line 669, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-color-picker {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 160ms ease;
}

/* line 676, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-color-picker:focus-within {
  border-color: hsl(var(--primary));
  box-shadow: 0 0 0 3px hsl(var(--primary) / 0.16);
}

/* line 681, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-color-picker:active {
  transform: scale(0.995);
}

/* line 685, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-color-input {
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  padding: 0.2rem;
  overflow: hidden;
  border: 1px solid hsl(var(--border));
  border-radius: 0.85rem;
  background: hsl(var(--background));
  cursor: pointer;
}

/* line 697, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-color-input::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 701, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-color-input::-webkit-color-swatch {
  border: 0;
  border-radius: 0.6rem;
}

/* line 706, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-color-input::-moz-color-swatch {
  border: 0;
  border-radius: 0.6rem;
}

/* line 711, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-input-theme-color-preview {
  inset: 0.2rem;
  display: none;
  border-radius: 0.6rem;
}

/* line 717, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-color-input[data-profile-editor-color-css-value]
+ .profile-editor-input-theme-color-preview {
  display: block;
}

/* line 722, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-color-action {
  min-height: 2rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid hsl(var(--border));
  border-radius: 999px;
  background: hsl(var(--background));
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  touch-action: manipulation;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 100ms ease-out;
}

/* line 741, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-color-action:hover {
  border-color: hsl(var(--primary) / 0.45);
  background: hsl(var(--primary) / 0.08);
  color: hsl(var(--primary));
}

/* line 747, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-color-action:focus-visible {
  outline: 2px solid hsl(var(--primary));
  outline-offset: 2px;
}

/* line 752, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-color-action:active {
  transform: scale(0.97);
}

/* line 756, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-border-sample {
  display: block;
  width: 2.75rem;
  height: 1.5rem;
  border-radius: 0.4rem;
}

/* line 763, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-border-sample--default {
  border: 1px solid hsl(var(--border));
}

/* line 767, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-border-sample--none {
  background: linear-gradient(to bottom right, transparent 47%, hsl(var(--muted-foreground)) 48% 52%, transparent 53%);
}

/* line 777, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-border-sample--solid {
  border: 2px solid hsl(var(--primary));
}

/* line 781, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-border-sample--dashed {
  border: 2px dashed hsl(var(--primary));
}

/* line 785, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-border-sample--double {
  border: 4px double hsl(var(--primary));
}

/* line 789, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-border-sample--dotted {
  border: 4px dotted hsl(var(--primary));
}

/* line 793, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-border-sample--ridge {
  border: 4px ridge hsl(var(--primary));
}

/* line 797, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-border-sample--inset {
  border: 3px inset hsl(var(--primary));
}

/* line 801, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-border-sample--corner {
  box-sizing: border-box;
  border: 2px solid hsl(var(--primary));
  -webkit-mask: radial-gradient(circle at top left, #000 0 0.9rem, transparent 0.95rem), radial-gradient(circle at top right, #000 0 0.9rem, transparent 0.95rem), radial-gradient(circle at bottom left, #000 0 0.9rem, transparent 0.95rem), radial-gradient(circle at bottom right, #000 0 0.9rem, transparent 0.95rem);
}

/* line 811, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-border-sample--step {
  box-sizing: border-box;
  border: 0;
  background: hsl(var(--primary));
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M25 3H13V9H7V15H3V25' fill='none' stroke='black' stroke-width='3' stroke-linejoin='miter'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 1.5rem 1.5rem;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M25 3H13V9H7V15H3V25' fill='none' stroke='black' stroke-width='3' stroke-linejoin='miter'/%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 1.5rem 1.5rem;
}

/* line 827, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-border-sample--neon {
  border: 0;
  box-shadow: 0 0 0.45rem hsl(var(--primary) / 0.78), 0 0 0.85rem hsl(var(--primary) / 0.46);
}

/* line 834, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-border-sample--ticket {
  border: 3px solid hsl(var(--primary));
  -webkit-mask-image: radial-gradient(circle at left center, transparent 0 0.3rem, #000 0.35rem), radial-gradient(circle at right center, transparent 0 0.3rem, #000 0.35rem);
  -webkit-mask-composite: source-in;
  mask-image: radial-gradient(circle at left center, transparent 0 0.3rem, #000 0.35rem), radial-gradient(circle at right center, transparent 0 0.3rem, #000 0.35rem);
  mask-composite: intersect;
}

/* line 846, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-border-sample--shadow {
  border: 0;
  box-shadow: 0.3rem 0.3rem 0 hsl(var(--primary) / 0.5);
}

/* line 851, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-profile-layout-sample {
  display: block;
  width: 2.75rem;
  height: 1.5rem;
  border-radius: 0.4rem;
  background: hsl(var(--muted));
  border: 1px solid hsl(var(--border));
  position: relative;
  overflow: hidden;
}

/* line 862, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-profile-layout-sample::before,
[data-scope-path="profiles/edit"] .profile-editor-profile-layout-sample::after {
  content: "";
  position: absolute;
  background: hsl(var(--muted-foreground));
  border-radius: 0.15rem;
}

/* line 871, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-profile-layout-sample--default::before {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 0.15rem;
  left: 0.35rem;
  top: 0.4rem;
}

/* line 878, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-profile-layout-sample--default::after {
  width: 1.25rem;
  height: 0.25rem;
  left: 1.15rem;
  top: 0.45rem;
  box-shadow: 0 0.35rem 0 hsl(var(--muted-foreground));
}

/* line 888, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-profile-layout-sample--centered::before {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 0.15rem;
  left: calc(50% - 0.275rem);
  top: 0.2rem;
}

/* line 895, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-profile-layout-sample--centered::after {
  width: 1.1rem;
  height: 0.2rem;
  left: calc(50% - 0.55rem);
  top: 0.85rem;
  box-shadow: 0 0.25rem 0 hsl(var(--muted-foreground));
}

/* line 905, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-profile-layout-sample--minimal::before {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  left: 0.35rem;
  top: 0.4rem;
}

/* line 912, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-profile-layout-sample--minimal::after {
  width: 1.25rem;
  height: 0.25rem;
  left: 1.15rem;
  top: 0.45rem;
  box-shadow: 0 0.35rem 0 hsl(var(--muted-foreground));
}

/* line 921, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-border-tone-sample {
  display: block;
  width: 3.5rem;
  height: 1.5rem;
  border-radius: 0.4rem;
  background: transparent;
}

/* line 929, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-border-tone-sample--light {
  border: 3px solid color-mix(in srgb, var(--profile-board-background) 30%, #fff);
}

/* line 934, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-border-tone-sample--dark {
  border: 3px solid color-mix(in srgb, var(--profile-board-background) 70%, #000);
}

/* line 939, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-font-sample {
  font-size: 1.05rem;
  line-height: 1.2;
}

/* line 944, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-font-sample--noto_sans_jp {
  font-family: "Noto Sans JP", sans-serif;
}

/* line 948, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-font-sample--reggae_one {
  font-family: "Reggae One", system-ui;
}

/* line 952, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-font-sample--zen_maru_gothic {
  font-family: "Zen Maru Gothic", sans-serif;
}

/* line 956, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-font-sample--shippori_mincho {
  font-family: "Shippori Mincho", serif;
}

/* line 960, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-font-sample--klee_one {
  font-family: "Klee One", cursive;
}

/* line 964, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-font-sample--dot_gothic_16 {
  font-family: "DotGothic16", monospace;
}

/* line 968, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-font-sample--zen_kurenaido {
  font-family: "Zen Kurenaido", cursive;
}

/* line 972, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-font-sample--kaisei_decol {
  font-family: "Kaisei Decol", serif;
}

/* line 976, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-text-size-range {
  --profile-editor-range-progress: 0%;
  appearance: none;
  width: 100%;
  height: 1.5rem;
  margin: 0;
  background: transparent;
  cursor: pointer;
}

/* line 987, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-text-size-range::-webkit-slider-runnable-track {
  height: 0.5rem;
  border: 1px solid hsl(var(--border));
  border-radius: 999px;
  background: linear-gradient(to right, hsl(var(--primary)) 0 var(--profile-editor-range-progress), hsl(var(--background)) var(--profile-editor-range-progress) 100%);
}

/* line 999, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-text-size-range::-webkit-slider-thumb {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: -0.375rem;
  appearance: none;
  border: 3px solid hsl(var(--primary));
  border-radius: 999px;
  background: hsl(var(--background));
  box-shadow: 0 2px 6px hsl(var(--foreground) / 0.18);
}

/* line 1010, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-text-size-range::-moz-range-track {
  height: 0.5rem;
  border: 1px solid hsl(var(--border));
  border-radius: 999px;
  background: hsl(var(--background));
}

/* line 1017, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-text-size-range::-moz-range-progress {
  height: 0.5rem;
  border-radius: 999px;
  background: hsl(var(--primary));
}

/* line 1023, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-text-size-range::-moz-range-thumb {
  width: 0.875rem;
  height: 0.875rem;
  border: 3px solid hsl(var(--primary));
  border-radius: 999px;
  background: hsl(var(--background));
  box-shadow: 0 2px 6px hsl(var(--foreground) / 0.18);
}

/* line 1032, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-text-size-range:focus-visible {
  outline: 2px solid hsl(var(--primary));
  outline-offset: 3px;
}

/* line 1037, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-block {
  position: relative;
  scroll-margin-top: 0.75rem;
  touch-action: manipulation;
  transition: border-color 180ms ease, box-shadow 220ms ease, opacity 180ms ease;
}

/* line 1047, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-board-sheet .profile-editor-block:not(.profile-editor-block--selected) {
  display: none;
}

/* line 1051, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-block.is-selected {
  border-color: hsl(var(--primary) / 0.66);
  box-shadow: 0 0 0 3px hsl(var(--primary) / 0.12);
}

/* line 1056, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-board-sheet .profile-editor-block.profile-editor-block--selected {
  border-color: transparent;
  box-shadow: none;
}

/* line 1061, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-block.is-dragging,
[data-scope-path="profiles/edit"] .profile-editor-block.profile-editor-block--dragging,
[data-scope-path="profiles/edit"] .profile-editor-device .profile-content-block.profile-editor-block--dragging {
  z-index: 2;
  opacity: 0.7;
  will-change: opacity;
}

/* line 1069, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-pointer-drag-image {
  position: fixed;
  z-index: 9999;
  margin: 0;
  pointer-events: none;
  will-change: transform;
}

/* line 1077, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-preview-block--landing {
  visibility: hidden;
}

/* line 1081, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-block--drag-before::before,
[data-scope-path="profiles/edit"] .profile-editor-block--drag-after::after {
  position: absolute;
  right: 0.75rem;
  left: 0.75rem;
  z-index: 4;
  height: 0.1875rem;
  border-radius: 999px;
  background: hsl(var(--primary));
  box-shadow: 0 0 0 0.25rem hsl(var(--primary) / 0.12);
  content: "";
  pointer-events: none;
}

/* line 1095, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-block--drag-before::before {
  top: 0;
}

/* line 1099, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-block--drag-after::after {
  bottom: 0;
}

/* line 1103, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-preview-drag-handle {
  position: absolute;
  z-index: 6;
  display: grid;
  width: 2.25rem;
  height: 1.5rem;
  place-items: center;
  padding: 0;
  border: 1px solid hsl(var(--border) / 0.82);
  border-radius: 0.625rem;
  background: hsl(var(--background) / 0.9);
  color: hsl(var(--muted-foreground));
  box-shadow: 0 0.35rem 1rem hsl(var(--foreground) / 0.14);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  backdrop-filter: blur(12px) saturate(150%);
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 100ms ease-out;
}

/* line 1125, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-preview-drag-handle {
  top: -0.8rem;
  left: 50%;
  border-color: hsl(var(--background) / 0.76);
  background: hsl(var(--background) / 0.68);
  box-shadow: none;
  cursor: grab;
  touch-action: none;
  transform: translateX(-50%);
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-backdrop-filter: blur(4px) saturate(120%);
  backdrop-filter: blur(4px) saturate(120%);
}

/* line 1141, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-six-dot-handle {
  display: grid;
  grid-template-columns: repeat(3, 0.25rem);
  grid-template-rows: repeat(2, 0.25rem);
  gap: 0.1875rem;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

/* line 1152, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-six-dot-handle > span {
  display: block;
  width: 0.25rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.28;
  transition: opacity 140ms ease;
}

@media (max-width: 40rem) {
  /* line 1163, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-device .profile-content-block,
[data-scope-path="profiles/edit"] .profile-editor-device .profile-content-block * {
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }
}

/* line 1171, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-device .profile-content-block:hover .profile-editor-six-dot-handle > span,
[data-scope-path="profiles/edit"] .profile-editor-device .profile-content-block:focus-within .profile-editor-six-dot-handle > span,
[data-scope-path="profiles/edit"] .profile-editor-device .profile-content-block:active .profile-editor-six-dot-handle > span,
[data-scope-path="profiles/edit"] .profile-editor-block--dragging .profile-editor-six-dot-handle > span {
  opacity: 1;
}

/* line 1178, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-device .profile-content-block:hover > .profile-editor-preview-drag-handle,
[data-scope-path="profiles/edit"] .profile-editor-device .profile-content-block:focus-within > .profile-editor-preview-drag-handle,
[data-scope-path="profiles/edit"] .profile-editor-device .profile-content-block:active > .profile-editor-preview-drag-handle {
  background: hsl(var(--background) / 0.84);
}

/* line 1184, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-device .profile-content-block .profile-editor-preview-drag-handle:hover,
[data-scope-path="profiles/edit"] .profile-editor-device
.profile-content-block.profile-editor-block--dragging
.profile-editor-preview-drag-handle {
  border-color: hsl(var(--primary) / 0.48);
  background: hsl(var(--background));
  color: hsl(var(--primary));
}

/* line 1193, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-preview-drag-handle:focus-visible {
  outline: 2px solid hsl(var(--primary));
  outline-offset: 2px;
}

/* line 1198, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-preview-drag-handle:active {
  cursor: grabbing;
  transform: translateX(-50%) scale(0.96);
}

/* line 1203, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-block--dragging .profile-editor-preview-drag-handle {
  cursor: grabbing;
}

/* line 1207, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-danger-button:hover {
  background: hsl(var(--destructive) / 0.09);
}

/* line 1211, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-image-carousel--editor [data-profile-editor-image-item] {
  position: relative;
  overflow: hidden;
}

/* line 1216, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-image-carousel--editor .profile-image-carousel-track {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1222, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-image-carousel--editor .profile-image-carousel-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

/* line 1227, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-image-carousel--editor .profile-image-carousel-slide img {
  -webkit-user-drag: none;
}

/* line 1231, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-image-remove {
  position: absolute;
  z-index: 2;
  top: 0.375rem;
  right: 0.375rem;
  display: inline-flex;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0 0.625rem;
  border: 0;
  border-radius: 999px;
  background: hsl(var(--destructive));
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.2);
  color: hsl(var(--destructive-foreground));
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

/* line 1253, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-image-remove:hover {
  background: hsl(var(--destructive) / 0.86);
}

/* line 1257, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-image-remove:focus-visible {
  outline: 2px solid hsl(var(--background));
  outline-offset: -4px;
}

/* line 1262, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-image-remove .material-symbols-rounded {
  font-size: 1.125rem;
}

/* line 1266, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-sheet {
  position: fixed;
  inset: 50% auto auto 50%;
  z-index: 60;
  width: Min(32rem, calc(100vw - 2rem));
  max-width: none;
  max-height: 80svh;
  margin: 0;
  padding: 0;
  border: 1px solid hsl(var(--border) / 0.82);
  border-radius: 1.5rem;
  background: hsl(var(--card));
  color: hsl(var(--foreground));
  box-shadow: 0 1rem 3rem hsl(var(--foreground) / 0.25);
  transform: translate(-50%, -50%);
  overflow: hidden;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 1286, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-block-picker-sheet {
  width: Min(36rem, calc(100vw - 2rem));
}

/* line 1290, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-style-sheet {
  width: Min(32rem, calc(100vw - 2rem));
}

/* line 1294, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-sheet[open] {
  animation: profile-editor-dialog-enter 220ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

/* line 1298, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-sheet::backdrop {
  background: rgba(15, 23, 42, 0.32);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

/* line 1304, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-sheet-surface {
  position: relative;
  display: flex;
  max-height: 80svh;
  flex-direction: column;
  isolation: isolate;
  background: transparent;
}

/* line 1313, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-sheet-header {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid hsl(var(--border) / 0.5);
}

/* line 1323, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-sheet-close {
  background: hsl(var(--muted) / 0.72);
}

/* line 1327, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-inspector-back,
[data-scope-path="profiles/edit"] .profile-editor-inspector-heading {
  display: none;
}

/* line 1332, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-sheet-scroll {
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  scroll-padding-top: 0.75rem;
  scroll-padding-bottom: 1rem;
  scrollbar-width: thin;
  scrollbar-color: hsl(var(--border)) transparent;
}

/* line 1344, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-sheet--keyboard-visible .profile-editor-sheet-scroll {
  padding-bottom: var(--profile-editor-sheet-keyboard-inset, 1rem);
  scroll-padding-bottom: var(--profile-editor-sheet-keyboard-inset, 1rem);
}

@media (max-width: 40rem) {
  /* line 1350, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-sheet,
[data-scope-path="profiles/edit"] .profile-editor-sheet * {
    user-select: none;
    -webkit-user-select: none;
  }
  /* line 1356, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-sheet input:not([type="button"], [type="checkbox"], [type="color"], [type="file"], [type="hidden"], [type="radio"], [type="range"], [type="reset"], [type="submit"]),
[data-scope-path="profiles/edit"] .profile-editor-sheet textarea,
[data-scope-path="profiles/edit"] .profile-editor-sheet [contenteditable="true"] {
    user-select: text;
    -webkit-user-select: text;
  }
}

/* line 1364, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-sheet input:not([type="button"], [type="checkbox"], [type="color"], [type="file"], [type="hidden"], [type="radio"], [type="range"], [type="reset"], [type="submit"]),
[data-scope-path="profiles/edit"] .profile-editor-sheet select,
[data-scope-path="profiles/edit"] .profile-editor-sheet textarea {
  font-size: 1rem;
  scroll-margin-block: 0.75rem;
}

/* line 1371, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-sheet textarea {
  min-height: 10.5rem;
}

/* line 1375, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-sheet :focus {
  outline: none !important;
}

/* line 1379, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-sheet .profile-editor-input:focus {
  border-color: hsl(var(--border));
  box-shadow: none;
}

/* line 1384, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-sheet .profile-editor-radio-input:focus-visible + .profile-editor-radio-control,
[data-scope-path="profiles/edit"] .profile-editor-sheet .profile-editor-visibility-toggle:focus-visible + .profile-editor-visibility-track {
  box-shadow: none;
}

/* line 1389, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-sheet .profile-editor-color-picker:focus-within {
  border-color: hsl(var(--border));
  box-shadow: none;
}

@keyframes profile-editor-sheet-enter {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 1406, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-remove-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  animation: profile-editor-dialog-enter 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* line 1415, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-remove-dialog::backdrop {
  background: hsl(var(--foreground) / 0.42);
  backdrop-filter: blur(4px);
}

@keyframes profile-editor-dialog-enter {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 0.5rem)) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes profile-editor-sub-header-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 1441, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-device {
  box-sizing: border-box;
  width: 100%;
  max-width: 42.5rem;
  padding: 0;
  overflow: visible;
  background: transparent;
}

/* line 1450, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-device [data-profile-editor-preview-list] {
  width: 100%;
  max-width: 42.5rem;
  margin-inline: auto;
  background: transparent;
}

/* line 1457, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-board-stack > [data-profile-editor-preview-list] {
  display: contents;
}

/* line 1461, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-profile-fields.profile-editor-block--selected {
  border-color: transparent;
  box-shadow: none;
}

@media (max-width: 63.999rem) {
  /* line 17, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] {
    /* ハーフモーダル展開時はアクションヘッダーを完全に消去（干渉・見切れを100%防ぐ） */
    /* アクションヘッダーが消えた代わりに、コンテンツ最上位コンテナ（.profile-editor-content）に margin-top: 3.5rem を与えてがたつきを防ぐ */
    /* ハーフモーダルが閉じ始めた瞬間に（.profile-editor-sheet--closing が付与されたら）、
       アクションヘッダーを元の display: grid に戻しつつフェードインさせ、コンテンツを margin-top: 0 に戻す */
  }
  /* line 1468, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-has-open-sheet .profile-editor-mobile-actions {
    display: none;
  }
  /* line 1472, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-has-open-sheet .profile-editor-actions {
    display: none;
  }
  /* line 1477, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-has-open-sheet .profile-editor-content {
    margin-top: 3.5rem !important;
  }
  /* line 1483, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-has-open-sheet:has(.profile-editor-sheet--closing) .profile-editor-mobile-actions {
    display: grid;
    animation: profile-editor-sub-header-fade-in 240ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  /* line 1488, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-has-open-sheet:has(.profile-editor-sheet--closing) .profile-editor-content {
    margin-top: 0 !important;
  }
  /* line 1492, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-board-tools {
    display: contents;
  }
  /* line 1496, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-actions {
    position: fixed;
    z-index: 35;
    top: auto;
    right: auto;
    bottom: calc(1rem + env(safe-area-inset-bottom));
    left: calc(1rem + env(safe-area-inset-left));
    width: 4.25rem;
  }
  /* line 1506, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-has-open-sheet .profile-editor-style-actions {
    display: none;
  }
  /* line 1510, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-category-list {
    position: absolute;
    bottom: calc(3.5rem + 0.6rem);
    left: -0.4rem;
    display: grid;
    gap: 0.4rem;
    padding: 0.4rem;
    border: 1px solid hsl(var(--primary) / 0.22);
    border-radius: 1.35rem;
    background: color-mix(in srgb, hsl(var(--primary)) 12%, hsl(var(--background)));
    box-shadow: 0 1rem 2.5rem hsl(var(--foreground) / 0.22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(0.5rem) scale(0.96);
    transform-origin: bottom center;
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    backdrop-filter: blur(18px) saturate(150%);
    transition: none;
  }
  /* line 1536, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-category-list .profile-editor-style-trigger {
    opacity: 0;
    transform: translateY(0.75rem) scale(0.92);
    transition: none;
  }
  /* line 1542, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-actions--expanded .profile-editor-style-category-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition-delay: 0s;
  }
  /* line 1550, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-actions--expanded .profile-editor-style-trigger {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  /* line 1555, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-actions--expanded .profile-editor-style-menu-trigger {
    background: color-mix(in srgb, hsl(var(--primary)) 18%, hsl(var(--background)));
    color: hsl(var(--primary));
  }
  /* line 1565, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-menu-trigger.profile-pressable {
    position: static;
    display: inline-flex;
  }
  /* line 1570, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-trigger,
[data-scope-path="profiles/edit"] .profile-editor-style-menu-trigger {
    width: 4.25rem;
    height: 3.5rem;
    min-height: 3.5rem;
    border: 1px solid hsl(var(--border));
    background: hsl(var(--background) / 0.92);
    box-shadow: 0 0.75rem 2rem hsl(var(--foreground) / 0.18);
    font-size: 0.65rem;
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    backdrop-filter: blur(16px) saturate(150%);
  }
  /* line 1583, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-trigger .material-symbols-rounded,
[data-scope-path="profiles/edit"] .profile-editor-style-menu-trigger .material-symbols-rounded {
    font-size: 1.2rem;
  }
  /* line 1588, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-template-label {
    font-size: 0;
  }
  /* line 1592, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-template-label::after {
    content: "テンプレ";
    font-size: 0.65rem;
  }
}

@media (min-width: 64rem) {
  /* line 1599, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-mobile-actions {
    display: none;
  }
  /* line 1603, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-board-workspace {
    --profile-editor-desktop-column-height:
        min(52rem, calc(100svh - 7rem - 1px));
    display: grid;
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(17rem, 20rem) minmax(0, 42.5rem) minmax(17rem, 20rem);
    align-items: start;
    justify-content: center;
    gap: 1.25rem;
  }
  /* line 1619, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-board-tools,
[data-scope-path="profiles/edit"] .profile-editor-block-column {
    position: sticky;
    top: calc(5.5rem + 1px);
    width: auto;
    min-height: 0;
    align-self: start;
  }
  /* line 1628, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-board-tools {
    right: auto;
    bottom: auto;
    left: auto;
    height: var(--profile-editor-desktop-column-height);
    overflow: hidden;
    border: 1px solid hsl(var(--border) / 0.72);
    border-radius: 1.25rem;
    background: hsl(var(--card) / 0.88);
    box-shadow: 0 1rem 3rem hsl(var(--foreground) / 0.08);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    backdrop-filter: blur(20px) saturate(150%);
  }
  /* line 1642, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-preview-column {
    min-width: 0;
    container-name: profile-editor-preview;
    container-type: inline-size;
  }
  /* line 1648, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-block-column {
    display: grid;
    height: var(--profile-editor-desktop-column-height);
    grid-template-rows: auto minmax(0, 1fr);
    gap: 0.75rem;
  }
  /* line 1655, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-block-inspector {
    position: relative;
    min-height: 0;
    overflow: hidden;
    border-radius: 1.25rem;
  }
  /* line 1662, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-actions {
    position: static;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.625rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  /* line 1676, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-actions .profile-editor-cancel {
    width: 100%;
    padding: 0 0.75rem;
    font-size: 0.8rem;
  }
  /* line 1682, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-actions,
[data-scope-path="profiles/edit"] .profile-editor-block-inspector-empty {
    height: 100%;
    padding: 1rem;
    border: 1px solid hsl(var(--border) / 0.72);
    border-radius: 1.25rem;
    background: hsl(var(--card) / 0.88);
    box-shadow: 0 1rem 3rem hsl(var(--foreground) / 0.08);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    backdrop-filter: blur(20px) saturate(150%);
  }
  /* line 1694, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-actions {
    position: absolute;
    inset: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transform: translateX(0);
    transition: none;
    will-change: transform;
  }
  /* line 1708, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-inspector-heading {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.25rem 0.125rem 1rem;
  }
  /* line 1715, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-inspector-heading h2,
[data-scope-path="profiles/edit"] .profile-editor-block-inspector-empty h2 {
    color: hsl(var(--foreground));
    font-size: 1rem;
    font-weight: 750;
    letter-spacing: -0.01em;
    line-height: 1.25;
  }
  /* line 1724, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-inspector-heading p,
[data-scope-path="profiles/edit"] .profile-editor-block-inspector-empty p {
    margin-top: 0.3rem;
    color: hsl(var(--muted-foreground));
    font-size: 0.75rem;
    font-weight: 550;
    line-height: 1.55;
  }
  /* line 1733, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-inspector-heading-icon {
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    flex: none;
    place-items: center;
    border-radius: 0.75rem;
    background: hsl(var(--primary) / 0.1);
    color: hsl(var(--primary));
    font-size: 1.25rem;
  }
  /* line 1745, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.625rem;
  }
  /* line 1750, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-trigger {
    width: 100%;
    min-height: 6rem;
    gap: 0.5rem;
    padding: 0.75rem 0.4rem;
    border: 1px solid hsl(var(--border) / 0.72);
    border-radius: 1rem;
    background: hsl(var(--background) / 0.68);
    color: hsl(var(--foreground));
    font-size: 0.75rem;
    box-shadow: none;
  }
  /* line 1763, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-trigger .material-symbols-rounded {
    color: hsl(var(--primary));
    font-size: 1.45rem;
  }
  /* line 1768, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-trigger:hover {
    border-color: hsl(var(--primary) / 0.38);
    background: hsl(var(--primary) / 0.09);
  }
  /* line 1773, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-trigger.profile-pressable,
[data-scope-path="profiles/edit"] .profile-editor-inspector-back.profile-pressable {
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
  }
  /* line 1781, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-trigger.profile-pressable:active,
[data-scope-path="profiles/edit"] .profile-editor-inspector-back.profile-pressable:active {
    transform: none;
  }
  /* line 1786, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-block-inspector-empty {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-inline: 1.5rem;
    text-align: center;
  }
  /* line 1796, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-block-inspector-empty .profile-editor-inspector-heading-icon {
    margin-bottom: 0.9rem;
  }
  /* line 1800, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-inspector-open .profile-editor-style-actions {
    pointer-events: none;
    visibility: hidden;
  }
  /* line 1805, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-block-inspector-open .profile-editor-block-inspector-empty {
    display: none;
  }
  /* line 1809, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-board-tools .profile-editor-style-sheet,
[data-scope-path="profiles/edit"] .profile-editor-block-inspector .profile-editor-board-sheet {
    position: static;
    inset: auto;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
    overflow: hidden;
    transform: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }
  /* line 1826, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-board-tools .profile-editor-style-sheet[open] {
    animation: none;
  }
  /* line 1830, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-block-inspector .profile-editor-board-sheet {
    height: 100%;
    min-height: 0;
    align-self: stretch;
  }
  /* line 1836, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-board-tools .profile-editor-sheet-surface,
[data-scope-path="profiles/edit"] .profile-editor-block-inspector .profile-editor-sheet-surface {
    height: 100%;
    max-height: none;
    border: 1px solid hsl(var(--border) / 0.72);
    border-radius: 1.25rem;
    background: hsl(var(--card) / 0.88);
    box-shadow: 0 1rem 3rem hsl(var(--foreground) / 0.08);
    transition: none;
  }
  /* line 1847, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-board-tools .profile-editor-sheet-surface {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  /* line 1854, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-block-inspector .profile-editor-sheet-surface {
    border-radius: 1.25rem;
    background: hsl(var(--card));
  }
  /* line 1859, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-block-inspector .profile-editor-board-sheet[open] {
    animation: none;
  }
  /* line 1863, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-board-tools .profile-editor-sheet-surface::before,
[data-scope-path="profiles/edit"] .profile-editor-block-inspector .profile-editor-sheet-surface::before {
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    backdrop-filter: blur(20px) saturate(150%);
  }
  /* line 1869, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-board-tools .profile-editor-sheet-surface::before {
    display: none;
  }
  /* line 1873, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-board-tools .profile-editor-sheet-handle,
[data-scope-path="profiles/edit"] .profile-editor-block-inspector .profile-editor-sheet-handle,
[data-scope-path="profiles/edit"] .profile-editor-board-tools .profile-editor-sheet-close,
[data-scope-path="profiles/edit"] .profile-editor-block-inspector .profile-editor-sheet-close {
    display: none;
  }
  /* line 1880, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-board-tools .profile-editor-sheet-header,
[data-scope-path="profiles/edit"] .profile-editor-block-inspector .profile-editor-sheet-header {
    min-height: 4.25rem;
    padding: 0.75rem 0.875rem;
    box-shadow: 0 0.75rem 1.5rem hsl(var(--foreground) / 0.045);
  }
  /* line 1887, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-board-tools .profile-editor-sheet-header h2,
[data-scope-path="profiles/edit"] .profile-editor-block-inspector .profile-editor-sheet-header h2 {
    gap: 0.625rem;
    font-size: 0.95rem;
  }
  /* line 1893, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-board-tools .profile-editor-sheet-header h2 > span:first-child,
[data-scope-path="profiles/edit"] .profile-editor-block-inspector .profile-editor-sheet-header h2 > span:first-child {
    width: 2rem;
    height: 2rem;
    border-radius: 0.65rem;
  }
  /* line 1900, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-inspector-back {
    display: inline-grid;
    width: 2rem;
    height: 2rem;
    flex: none;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: hsl(var(--foreground));
    transition: background-color 160ms ease, transform 100ms ease-out;
  }
  /* line 1916, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-inspector-back:hover {
    background: hsl(var(--primary) / 0.1);
  }
  /* line 1920, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-inspector-back:focus-visible {
    outline: 2px solid hsl(var(--primary));
    outline-offset: 2px;
  }
  /* line 1925, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-inspector-back:active {
    transform: scale(0.92);
  }
  /* line 1929, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-board-tools .profile-editor-sheet-scroll,
[data-scope-path="profiles/edit"] .profile-editor-block-inspector .profile-editor-sheet-scroll {
    flex: 1 1 auto;
    padding-bottom: 1rem;
    scroll-padding-top: 0.75rem;
  }
  /* line 1936, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-board-tools .profile-editor-board-settings {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 1941, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-board-tools
.profile-editor-board-settings
[class~="sm:grid-cols-4"],
[data-scope-path="profiles/edit"] .profile-editor-block-inspector [class~="sm:grid-cols-4"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 1948, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-block-inspector .profile-editor-block {
    background: transparent;
    padding: 0.75rem 1rem 1rem;
  }
  /* line 1953, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-block-inspector .profile-editor-profile-fields {
    padding: 0;
  }
  /* line 1957, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-block-inspector .profile-editor-profile-fields > section {
    background: transparent;
    padding: 0.75rem 1rem 1rem;
  }
  /* line 1962, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-block-inspector .profile-editor-profile-fields .grid.sm\:grid-cols-3 {
    grid-template-columns: minmax(0, 1fr);
  }
  /* line 1966, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-block-inspector .profile-editor-id-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) and (prefers-reduced-motion: reduce) {
  /* line 1971, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-actions,
[data-scope-path="profiles/edit"] .profile-editor-style-inspector-open .profile-editor-style-actions {
    transition: none;
  }
}

@media (min-width: 64rem) {
  /* line 1977, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-board-tools
.profile-editor-sheet
input:not([type="button"], [type="checkbox"], [type="color"], [type="file"], [type="hidden"], [type="radio"], [type="range"], [type="reset"], [type="submit"]),
[data-scope-path="profiles/edit"] .profile-editor-board-tools .profile-editor-sheet select,
[data-scope-path="profiles/edit"] .profile-editor-board-tools .profile-editor-sheet textarea,
[data-scope-path="profiles/edit"] .profile-editor-block-inspector
.profile-editor-sheet
input:not([type="button"], [type="checkbox"], [type="color"], [type="file"], [type="hidden"], [type="radio"], [type="range"], [type="reset"], [type="submit"]),
[data-scope-path="profiles/edit"] .profile-editor-block-inspector .profile-editor-sheet select,
[data-scope-path="profiles/edit"] .profile-editor-block-inspector .profile-editor-sheet textarea {
    font-size: 0.875rem;
  }
  @container profile-editor-preview (max-width: 36rem) {
    /* line 1991, app/assets/stylesheets/profiles/editor.scss */
    [data-scope-path="profiles/edit"] .mypage-content-profile-meta {
      grid-template-columns: minmax(0, 1fr);
    }
    /* line 1995, app/assets/stylesheets/profiles/editor.scss */
    [data-scope-path="profiles/edit"] .mypage-content-profile-meta-item {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 0.75rem;
    }
    /* line 2002, app/assets/stylesheets/profiles/editor.scss */
    [data-scope-path="profiles/edit"] .mypage-content-profile-meta-item dt {
      margin-bottom: 0;
    }
  }
}

/* line 2008, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-device .profile-content-block {
  cursor: pointer;
}

/* line 2012, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-device .profile-content-spacer {
  display: grid;
  place-items: center;
  border: 0;
  background: hsl(var(--muted) / 0.52);
  color: hsl(var(--muted-foreground));
  cursor: pointer;
}

/* line 2021, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-spacer-label {
  place-self: center;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}

/* line 2028, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-editable-preview {
  transition: border-color 180ms ease, box-shadow 220ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) {
  /* line 2036, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-editable-preview:not(.profile-editor-block--dragging):hover {
    border-color: hsl(var(--primary) / 0.5);
    box-shadow: 0 18px 44px hsl(var(--foreground) / 0.1), 0 0 0 3px hsl(var(--primary) / 0.12);
  }
}

/* line 2044, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-editable-preview:not(.profile-editor-block--dragging):active {
  transform: translateY(-1px) scale(0.99);
}

/* line 2048, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-preview-block--hidden {
  isolation: isolate;
  opacity: 1;
  filter: none;
}

/* line 2054, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-hidden-overlay {
  display: none;
  position: absolute;
  inset: calc(var(--profile-board-border-width) * -1);
  z-index: 3;
  border-radius: var(--profile-board-block-radius);
  background: hsl(var(--background) / 0.52);
  pointer-events: none;
  -webkit-backdrop-filter: saturate(55%);
  backdrop-filter: saturate(55%);
}

/* line 2066, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-preview-block--hidden > .profile-editor-hidden-overlay {
  display: block;
}

/* line 2070, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-preview-block--hidden > .profile-editor-preview-drag-handle {
  z-index: 12;
}

/* line 2074, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-hidden-badge {
  display: none;
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  z-index: 2;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  background: hsl(var(--foreground) / 0.82);
  color: hsl(var(--background));
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1;
}

/* line 2089, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-preview-block--hidden .profile-editor-hidden-badge {
  display: inline-flex;
  z-index: 11;
}

/* line 2094, app/assets/stylesheets/profiles/editor.scss */
[data-scope-path="profiles/edit"] .profile-editor-empty-preview {
  color: hsl(var(--foreground));
  background: hsl(var(--muted) / 0.26);
}

@media (prefers-reduced-motion: reduce) {
  /* line 2100, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-save,
[data-scope-path="profiles/edit"] .profile-editor-cancel,
[data-scope-path="profiles/edit"] .profile-editor-tab,
[data-scope-path="profiles/edit"] .profile-editor-style-trigger,
[data-scope-path="profiles/edit"] .profile-editor-style-menu-trigger,
[data-scope-path="profiles/edit"] .profile-editor-color-action,
[data-scope-path="profiles/edit"] .profile-editor-tab::after,
[data-scope-path="profiles/edit"] .profile-editor-add,
[data-scope-path="profiles/edit"] .profile-editor-add-block,
[data-scope-path="profiles/edit"] .profile-editor-block,
[data-scope-path="profiles/edit"] .profile-editor-editable-preview,
[data-scope-path="profiles/edit"] .profile-editor-preview-drag-handle,
[data-scope-path="profiles/edit"] .profile-editor-six-dot-handle > span,
[data-scope-path="profiles/edit"] .profile-editor-radio-control,
[data-scope-path="profiles/edit"] .profile-editor-radio-indicator,
[data-scope-path="profiles/edit"] .profile-editor-radio-dot,
[data-scope-path="profiles/edit"] .profile-editor-visibility-track,
[data-scope-path="profiles/edit"] .profile-editor-visibility-thumb {
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
  }
  /* line 2125, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-remove-dialog {
    animation: none;
  }
  /* line 2129, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-sheet[open] .profile-editor-sheet-surface {
    animation: none;
  }
  /* line 2133, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-sheet-surface {
    transition: none;
  }
  /* line 2137, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-style-category-list,
[data-scope-path="profiles/edit"] .profile-editor-style-category-list .profile-editor-style-trigger {
    transition: none;
  }
  /* line 2142, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-tab-panel:not([hidden]) {
    animation: none;
  }
  /* line 2146, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-tab-dirty:not([hidden]) {
    animation: none;
  }
  /* line 2150, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-block.is-dragging,
[data-scope-path="profiles/edit"] .profile-editor-block.profile-editor-block--dragging,
[data-scope-path="profiles/edit"] .profile-editor-editable-preview:hover,
[data-scope-path="profiles/edit"] .profile-editor-editable-preview:active,
[data-scope-path="profiles/edit"] .profile-editor-radio:active .profile-editor-radio-control,
[data-scope-path="profiles/edit"] .profile-editor-style-trigger:active,
[data-scope-path="profiles/edit"] .profile-editor-style-menu-trigger:active,
[data-scope-path="profiles/edit"] .profile-editor-color-action:active {
    transform: none;
  }
  /* line 2161, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-preview-drag-handle:active {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-transparency: reduce) {
  /* line 2167, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-sheet::backdrop {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  /* line 2172, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-sheet-surface {
    background: hsl(var(--card));
  }
  /* line 2176, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-sheet-surface::before {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  /* line 2181, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-preview-drag-handle {
    background: hsl(var(--background));
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media (prefers-contrast: more) {
  /* line 2189, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-block,
[data-scope-path="profiles/edit"] .profile-editor-device,
[data-scope-path="profiles/edit"] .profile-editor-sheet-surface,
[data-scope-path="profiles/edit"] .profile-editor-preview-drag-handle {
    border-color: hsl(var(--foreground));
  }
  /* line 2196, app/assets/stylesheets/profiles/editor.scss */
  [data-scope-path="profiles/edit"] .profile-editor-tabs {
    border-color: hsl(var(--foreground));
  }
}

/* line 2203, app/assets/stylesheets/profiles/editor.scss */
:is(.dark, .sunset) [data-scope-path="profiles/edit"] .profile-editor-danger-button {
  border: 1px solid hsl(var(--destructive-foreground) / 0.18);
  background: hsl(var(--destructive));
  color: hsl(var(--destructive-foreground));
}

/* line 2209, app/assets/stylesheets/profiles/editor.scss */
:is(.dark, .sunset) [data-scope-path="profiles/edit"] .profile-editor-danger-button:hover {
  background: hsl(var(--destructive) / 0.82);
}

/* line 2213, app/assets/stylesheets/profiles/editor.scss */
:is(.dark, .sunset) [data-scope-path="profiles/edit"] .profile-editor-remove-dialog-icon {
  background: hsl(var(--destructive));
  color: hsl(var(--destructive-foreground));
}
/* line 1, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/* line 7, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 92.5%;
  margin: 0;
}

/* line 14, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .attachments {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* line 19, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .attachments .js-error {
  display: none;
  color: #f1404b;
}

/* line 25, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .attachments .submit-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* line 33, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .attachments .attached-images {
  display: flex;
  gap: 20px;
  align-items: center;
}

/* line 39, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .attachments .attached-images .file-label .material-symbols-rounded {
  color: #52616a;
  font-size: 28px;
  user-select: none;
  cursor: pointer;
}

/* line 45, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .attachments .attached-images .file-label .material-symbols-rounded:hover {
  opacity: 0.8;
}

/* line 50, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .attachments .attached-images .file-label .file {
  display: none;
}

/* line 56, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .attachments .image-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

/* line 62, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .attachments .image-box img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  user-select: none;
}

/* line 69, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .attachments .image-box .material-symbols-rounded {
  font-weight: 300;
  font-size: 20px;
  color: #f1404b;
  user-select: none;
  cursor: pointer;
}

/* line 79, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .tips {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 84, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .tips div {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #52616a;
}

/* line 91, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .tips .material-symbols-rounded {
  font-size: 18px;
  user-select: none;
}

/* line 97, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .response-button {
  display: flex;
  justify-content: flex-end;
}

/* line 101, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .response-button .submit-button {
  border-radius: 26px;
  background-color: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 107, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .response-button .submit-button .submit {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 8px 26px;
  border-radius: 26px;
  font-size: 14px;
  color: #252c41;
  background-color: #fff;
  cursor: pointer;
}

/* line 119, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .response-button .submit-button:hover {
  opacity: 0.7;
}

/* line 125, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .field {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* line 130, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .field .error {
  color: #f1404b;
}

/* line 135, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .field .button__submit__send .material-symbols-rounded {
  cursor: pointer;
  font-size: 30px;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* line 142, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .field .button__submit__send .icon__send::before {
  content: '\e163';
}

/* line 146, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .field .button__submit__send .icon__send:hover {
  opacity: 0.7;
}

/* line 151, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .field .button__submit__send .submit {
  display: none;
}

/* line 157, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .field__textarea {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

/* line 163, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .field__textarea .button__submit__send {
  align-self: flex-end;
}

/* line 167, app/assets/stylesheets/responses/new.desktop.scss */
[data-scope-path='responses/new'] .form .field__textarea .field {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}

@media (min-width: 640px) {
  /* line 157, app/assets/stylesheets/responses/new.desktop.scss */
  [data-scope-path='responses/new'] .form .field__textarea {
    flex-direction: row;
    align-items: flex-end;
  }
}
/* line 1, app/assets/stylesheets/shared/breadcrumb.scss */
.breadcrumb {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
  z-index: 1;
  font-size: 14px;
  overflow-x: auto;
}

@media screen and (max-width: 810px) {
  /* line 1, app/assets/stylesheets/shared/breadcrumb.scss */
  .breadcrumb {
    font-size: 12px;
  }
}

/* line 14, app/assets/stylesheets/shared/breadcrumb.scss */
.breadcrumb a {
  white-space: nowrap;
}

/* line 17, app/assets/stylesheets/shared/breadcrumb.scss */
.breadcrumb a:hover {
  opacity: 0.7;
}

/* line 22, app/assets/stylesheets/shared/breadcrumb.scss */
.breadcrumb .current {
  display: block;
  min-width: 0;
  max-width: min(100vw, 960px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 1;
}
/* line 1, app/assets/stylesheets/shared/flash.scss */
.fade-out {
  transition: opacity 200ms;
  opacity: 1;
}

/* line 6, app/assets/stylesheets/shared/flash.scss */
.fade-out-active {
  opacity: 0;
}

/* line 10, app/assets/stylesheets/shared/flash.scss */
[data-scope-path='shared/flash'] {
  display: flex;
  justify-content: center;
}

/* line 14, app/assets/stylesheets/shared/flash.scss */
[data-scope-path='shared/flash'] .flash-message {
  position: fixed;
  top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 15px;
  max-width: 85%;
  z-index: 10;
  border-radius: 8px;
  font-weight: bold;
  color: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
  z-index: 100;
  animation: appear .3s ease;
}

/* line 31, app/assets/stylesheets/shared/flash.scss */
[data-scope-path='shared/flash'] .flash-message.success {
  background-color: #a0bf69;
}

/* line 35, app/assets/stylesheets/shared/flash.scss */
[data-scope-path='shared/flash'] .flash-message.error {
  background-color: #f1404b;
}

/* line 39, app/assets/stylesheets/shared/flash.scss */
[data-scope-path='shared/flash'] .flash-message .button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

/* line 47, app/assets/stylesheets/shared/flash.scss */
[data-scope-path='shared/flash'] .flash-message .button .material-symbols-rounded {
  font-size: 20px;
  font-weight: bold;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 1, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy,
.takibi-lexxy-editor {
  --lexxy-color-canvas: hsl(var(--popover));
  --lexxy-color-text: hsl(var(--foreground));
  --lexxy-color-text-subtle: hsl(var(--muted-foreground));
  --lexxy-color-link: #03a6ff;
  --lexxy-color-ink-lightest: hsl(var(--muted) / 0.4);
  --lexxy-color-ink-lighter: hsl(var(--border));
  --lexxy-color-selected: hsl(var(--primary) / 0.12);
  --lexxy-color-selected-hover: hsl(var(--muted));
  --lexxy-color-selected-dark: hsl(var(--primary));
  --lexxy-focus-ring-color: hsl(var(--ring));
  --takibi-heading-accent: hsl(var(--primary) / 0.85);
  --takibi-heading-accent-soft: hsl(var(--primary) / 0.1);
  --takibi-heading-accent-soft-strong: hsl(var(--primary) / 0.18);
  --takibi-heading-accent-muted: hsl(var(--primary) / 0.45);
  --lexxy-font-base: inherit;
  --lexxy-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
}

/* line 21, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-form {
  box-sizing: border-box;
  margin-top: 8px;
  min-width: 0;
  inline-size: 100%;
  max-inline-size: 100%;
}

/* line 61, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor {
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  min-width: 0;
  inline-size: 100%;
  max-inline-size: 100%;
}

/* line 68, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor[aria-busy="true"] {
  opacity: 0.88;
}

/* line 72, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor .lexxy-editor__content {
  min-height: 140px;
  padding: 15px;
  line-height: 1.6;
}

/* line 78, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor .attachment__caption textarea {
  color: var(--lexxy-color-text);
}

/* line 82, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor .attachment__caption textarea::placeholder {
  color: var(--lexxy-color-text-subtle);
}

/* line 86, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor .lexxy-editor__content p:has(> :is(figure, table, blockquote, pre, div, ul, ol, h1, h2, h3, h4, h5, h6, hr)) {
  text-align: inherit;
}

/* line 90, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor .lexxy-upload-placeholder {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 6px 10px;
  border: 1px solid var(--lexxy-color-ink-lighter);
  border-radius: 9999px;
  background: var(--lexxy-color-selected-hover);
  color: var(--lexxy-color-text);
  font-size: 14px;
  line-height: 1.4;
}

/* line 104, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor .lexxy-upload-placeholder__name {
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 111, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor .lexxy-upload-placeholder__state {
  color: var(--lexxy-color-text-subtle);
  font-size: 12px;
}

/* line 117, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content {
  color: var(--lexxy-color-text);
  line-height: 1.6;
  inline-size: 100%;
  max-inline-size: 100%;
}

/* line 123, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content code,
.takibi-lexxy.lexxy-content pre,
.takibi-lexxy.lexxy-content pre code {
  color: inherit;
}

/* line 129, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content p,
.takibi-lexxy.lexxy-content ul,
.takibi-lexxy.lexxy-content ol,
.takibi-lexxy.lexxy-content dl,
.takibi-lexxy.lexxy-content blockquote,
.takibi-lexxy.lexxy-content figure,
.takibi-lexxy.lexxy-content .attachment,
.takibi-lexxy.lexxy-content .attachment-gallery {
  margin-block: 0 var(--lexxy-content-margin);
  overflow-wrap: break-word !important;
  text-wrap: wrap !important;
}

/* line 142, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content h1,
.takibi-lexxy.lexxy-content h2,
.takibi-lexxy.lexxy-content h3,
.takibi-lexxy.lexxy-content h4,
.takibi-lexxy.lexxy-content h5,
.takibi-lexxy.lexxy-content h6 {
  overflow-wrap: break-word !important;
  text-wrap: wrap !important;
}

/* line 152, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content table p {
  margin-block: 0;
}

/* line 156, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content table {
  inline-size: auto;
  min-inline-size: 100%;
}

/* line 161, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content th,
.takibi-lexxy.lexxy-content td {
  min-inline-size: 9rem;
  overflow-wrap: break-word !important;
  text-wrap: wrap !important;
  vertical-align: top;
  word-break: normal !important;
}

/* line 170, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content a {
  color: var(--lexxy-color-link);
  font-weight: inherit;
}

/* line 175, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content img {
  max-inline-size: 100%;
  block-size: auto;
}

/* line 180, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content .lexxy-content__table-wrapper {
  margin-block: var(--lexxy-content-margin);
  overflow-x: auto;
}

/* line 185, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content .lexxy-content__table-cell--header {
  background-color: unset !important;
}

/* line 190, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content .lexxy-content__highlight-color--highlight-1 {
  color: var(--highlight-1);
}

/* line 194, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content .lexxy-content__highlight-bg--highlight-bg-1 {
  background-color: var(--highlight-bg-1);
}

/* line 190, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content .lexxy-content__highlight-color--highlight-2 {
  color: var(--highlight-2);
}

/* line 194, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content .lexxy-content__highlight-bg--highlight-bg-2 {
  background-color: var(--highlight-bg-2);
}

/* line 190, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content .lexxy-content__highlight-color--highlight-3 {
  color: var(--highlight-3);
}

/* line 194, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content .lexxy-content__highlight-bg--highlight-bg-3 {
  background-color: var(--highlight-bg-3);
}

/* line 190, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content .lexxy-content__highlight-color--highlight-4 {
  color: var(--highlight-4);
}

/* line 194, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content .lexxy-content__highlight-bg--highlight-bg-4 {
  background-color: var(--highlight-bg-4);
}

/* line 190, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content .lexxy-content__highlight-color--highlight-5 {
  color: var(--highlight-5);
}

/* line 194, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content .lexxy-content__highlight-bg--highlight-bg-5 {
  background-color: var(--highlight-bg-5);
}

/* line 190, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content .lexxy-content__highlight-color--highlight-6 {
  color: var(--highlight-6);
}

/* line 194, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content .lexxy-content__highlight-bg--highlight-bg-6 {
  background-color: var(--highlight-bg-6);
}

/* line 190, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content .lexxy-content__highlight-color--highlight-7 {
  color: var(--highlight-7);
}

/* line 194, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content .lexxy-content__highlight-bg--highlight-bg-7 {
  background-color: var(--highlight-bg-7);
}

/* line 190, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content .lexxy-content__highlight-color--highlight-8 {
  color: var(--highlight-8);
}

/* line 194, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content .lexxy-content__highlight-bg--highlight-bg-8 {
  background-color: var(--highlight-bg-8);
}

/* line 190, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content .lexxy-content__highlight-color--highlight-9 {
  color: var(--highlight-9);
}

/* line 194, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content .lexxy-content__highlight-bg--highlight-bg-9 {
  background-color: var(--highlight-bg-9);
}

/* line 200, app/assets/stylesheets/shared/lexxy.scss */
.custom-response {
  margin-block: 0 var(--lexxy-content-margin);
  overflow-wrap: break-word;
  text-wrap: wrap;
}

/* line 205, app/assets/stylesheets/shared/lexxy.scss */
.custom-response--medium {
  font-size: 1rem;
  font-weight: 600;
}

/* line 210, app/assets/stylesheets/shared/lexxy.scss */
.custom-response--large {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
}

/* line 216, app/assets/stylesheets/shared/lexxy.scss */
.custom-response--punchline {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
}

/* line 30, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--default h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--default h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--default h4,
.takibi-lexxy.lexxy-content.takibi-heading-style--default .lexxy-editor__content h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--default .lexxy-editor__content h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--default .lexxy-editor__content h4, .takibi-lexxy.lexxy-content.takibi-heading-style--ribbon h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--ribbon h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--ribbon h4,
.takibi-lexxy.lexxy-content.takibi-heading-style--ribbon .lexxy-editor__content h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--ribbon .lexxy-editor__content h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--ribbon .lexxy-editor__content h4, .takibi-lexxy.lexxy-content.takibi-heading-style--marker h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--marker h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--marker h4,
.takibi-lexxy.lexxy-content.takibi-heading-style--marker .lexxy-editor__content h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--marker .lexxy-editor__content h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--marker .lexxy-editor__content h4, .takibi-lexxy.lexxy-content.takibi-heading-style--fill h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--fill h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--fill h4,
.takibi-lexxy.lexxy-content.takibi-heading-style--fill .lexxy-editor__content h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--fill .lexxy-editor__content h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--fill .lexxy-editor__content h4, .takibi-lexxy.lexxy-content.takibi-heading-style--dashed h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--dashed h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--dashed h4,
.takibi-lexxy.lexxy-content.takibi-heading-style--dashed .lexxy-editor__content h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--dashed .lexxy-editor__content h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--dashed .lexxy-editor__content h4, .takibi-lexxy.lexxy-content.takibi-heading-style--line h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--line h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--line h4,
.takibi-lexxy.lexxy-content.takibi-heading-style--line .lexxy-editor__content h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--line .lexxy-editor__content h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--line .lexxy-editor__content h4, .takibi-lexxy.lexxy-content.takibi-heading-style--square h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--square h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--square h4,
.takibi-lexxy.lexxy-content.takibi-heading-style--square .lexxy-editor__content h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--square .lexxy-editor__content h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--square .lexxy-editor__content h4, .takibi-lexxy.lexxy-content.takibi-heading-style--offset h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--offset h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--offset h4,
.takibi-lexxy.lexxy-content.takibi-heading-style--offset .lexxy-editor__content h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--offset .lexxy-editor__content h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--offset .lexxy-editor__content h4,
.takibi-lexxy-editor.takibi-heading-style--default h2,
.takibi-lexxy-editor.takibi-heading-style--default h3,
.takibi-lexxy-editor.takibi-heading-style--default h4,
.takibi-lexxy-editor.takibi-heading-style--default .lexxy-editor__content h2,
.takibi-lexxy-editor.takibi-heading-style--default .lexxy-editor__content h3,
.takibi-lexxy-editor.takibi-heading-style--default .lexxy-editor__content h4,
.takibi-lexxy-editor.takibi-heading-style--ribbon h2,
.takibi-lexxy-editor.takibi-heading-style--ribbon h3,
.takibi-lexxy-editor.takibi-heading-style--ribbon h4,
.takibi-lexxy-editor.takibi-heading-style--ribbon .lexxy-editor__content h2,
.takibi-lexxy-editor.takibi-heading-style--ribbon .lexxy-editor__content h3,
.takibi-lexxy-editor.takibi-heading-style--ribbon .lexxy-editor__content h4,
.takibi-lexxy-editor.takibi-heading-style--marker h2,
.takibi-lexxy-editor.takibi-heading-style--marker h3,
.takibi-lexxy-editor.takibi-heading-style--marker h4,
.takibi-lexxy-editor.takibi-heading-style--marker .lexxy-editor__content h2,
.takibi-lexxy-editor.takibi-heading-style--marker .lexxy-editor__content h3,
.takibi-lexxy-editor.takibi-heading-style--marker .lexxy-editor__content h4,
.takibi-lexxy-editor.takibi-heading-style--fill h2,
.takibi-lexxy-editor.takibi-heading-style--fill h3,
.takibi-lexxy-editor.takibi-heading-style--fill h4,
.takibi-lexxy-editor.takibi-heading-style--fill .lexxy-editor__content h2,
.takibi-lexxy-editor.takibi-heading-style--fill .lexxy-editor__content h3,
.takibi-lexxy-editor.takibi-heading-style--fill .lexxy-editor__content h4,
.takibi-lexxy-editor.takibi-heading-style--dashed h2,
.takibi-lexxy-editor.takibi-heading-style--dashed h3,
.takibi-lexxy-editor.takibi-heading-style--dashed h4,
.takibi-lexxy-editor.takibi-heading-style--dashed .lexxy-editor__content h2,
.takibi-lexxy-editor.takibi-heading-style--dashed .lexxy-editor__content h3,
.takibi-lexxy-editor.takibi-heading-style--dashed .lexxy-editor__content h4,
.takibi-lexxy-editor.takibi-heading-style--line h2,
.takibi-lexxy-editor.takibi-heading-style--line h3,
.takibi-lexxy-editor.takibi-heading-style--line h4,
.takibi-lexxy-editor.takibi-heading-style--line .lexxy-editor__content h2,
.takibi-lexxy-editor.takibi-heading-style--line .lexxy-editor__content h3,
.takibi-lexxy-editor.takibi-heading-style--line .lexxy-editor__content h4,
.takibi-lexxy-editor.takibi-heading-style--square h2,
.takibi-lexxy-editor.takibi-heading-style--square h3,
.takibi-lexxy-editor.takibi-heading-style--square h4,
.takibi-lexxy-editor.takibi-heading-style--square .lexxy-editor__content h2,
.takibi-lexxy-editor.takibi-heading-style--square .lexxy-editor__content h3,
.takibi-lexxy-editor.takibi-heading-style--square .lexxy-editor__content h4,
.takibi-lexxy-editor.takibi-heading-style--offset h2,
.takibi-lexxy-editor.takibi-heading-style--offset h3,
.takibi-lexxy-editor.takibi-heading-style--offset h4,
.takibi-lexxy-editor.takibi-heading-style--offset .lexxy-editor__content h2,
.takibi-lexxy-editor.takibi-heading-style--offset .lexxy-editor__content h3,
.takibi-lexxy-editor.takibi-heading-style--offset .lexxy-editor__content h4 {
  position: relative;
}

/* line 238, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--ribbon,
.takibi-lexxy-editor.takibi-heading-style--ribbon {
  --takibi-heading-ribbon-bg: var(--takibi-heading-accent-soft-strong);
  --takibi-heading-ribbon-fold: var(--takibi-heading-accent-muted);
  --takibi-heading-ribbon-border: var(--takibi-heading-accent-muted);
}

/* line 30, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--ribbon h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--ribbon h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--ribbon h4,
.takibi-lexxy.lexxy-content.takibi-heading-style--ribbon .lexxy-editor__content h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--ribbon .lexxy-editor__content h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--ribbon .lexxy-editor__content h4,
.takibi-lexxy-editor.takibi-heading-style--ribbon h2,
.takibi-lexxy-editor.takibi-heading-style--ribbon h3,
.takibi-lexxy-editor.takibi-heading-style--ribbon h4,
.takibi-lexxy-editor.takibi-heading-style--ribbon .lexxy-editor__content h2,
.takibi-lexxy-editor.takibi-heading-style--ribbon .lexxy-editor__content h3,
.takibi-lexxy-editor.takibi-heading-style--ribbon .lexxy-editor__content h4 {
  background: var(--takibi-heading-ribbon-bg);
  color: var(--lexxy-color-text);
  display: inline-block;
  max-inline-size: 100%;
  overflow: visible;
  padding: 0.12em 0.45em;
}

/* line 55, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--ribbon h2::before,
.takibi-lexxy.lexxy-content.takibi-heading-style--ribbon .lexxy-editor__content h2::before,
.takibi-lexxy-editor.takibi-heading-style--ribbon h2::before,
.takibi-lexxy-editor.takibi-heading-style--ribbon .lexxy-editor__content h2::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 12px transparent;
  border-right: solid 16px var(--takibi-heading-ribbon-fold);
}

/* line 30, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--marker h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--marker h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--marker h4,
.takibi-lexxy.lexxy-content.takibi-heading-style--marker .lexxy-editor__content h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--marker .lexxy-editor__content h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--marker .lexxy-editor__content h4,
.takibi-lexxy-editor.takibi-heading-style--marker h2,
.takibi-lexxy-editor.takibi-heading-style--marker h3,
.takibi-lexxy-editor.takibi-heading-style--marker h4,
.takibi-lexxy-editor.takibi-heading-style--marker .lexxy-editor__content h2,
.takibi-lexxy-editor.takibi-heading-style--marker .lexxy-editor__content h3,
.takibi-lexxy-editor.takibi-heading-style--marker .lexxy-editor__content h4 {
  background: linear-gradient(transparent 70%, var(--takibi-heading-accent-soft-strong) 70%);
  display: inline;
}

/* line 270, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--fill,
.takibi-lexxy-editor.takibi-heading-style--fill {
  --takibi-heading-fill-bg: var(--takibi-heading-accent-soft);
  --takibi-heading-fill-border: var(--takibi-heading-accent);
}

/* line 30, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--fill h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--fill h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--fill h4,
.takibi-lexxy.lexxy-content.takibi-heading-style--fill .lexxy-editor__content h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--fill .lexxy-editor__content h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--fill .lexxy-editor__content h4,
.takibi-lexxy-editor.takibi-heading-style--fill h2,
.takibi-lexxy-editor.takibi-heading-style--fill h3,
.takibi-lexxy-editor.takibi-heading-style--fill h4,
.takibi-lexxy-editor.takibi-heading-style--fill .lexxy-editor__content h2,
.takibi-lexxy-editor.takibi-heading-style--fill .lexxy-editor__content h3,
.takibi-lexxy-editor.takibi-heading-style--fill .lexxy-editor__content h4 {
  background: var(--takibi-heading-fill-bg);
  border-left: solid 5px var(--takibi-heading-fill-border);
  color: var(--lexxy-color-text);
  display: inline-block;
  padding: 0.5em;
}

/* line 283, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--line,
.takibi-lexxy-editor.takibi-heading-style--line {
  --takibi-heading-line-border: var(--takibi-heading-accent);
}

/* line 30, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--line h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--line h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--line h4,
.takibi-lexxy.lexxy-content.takibi-heading-style--line .lexxy-editor__content h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--line .lexxy-editor__content h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--line .lexxy-editor__content h4,
.takibi-lexxy-editor.takibi-heading-style--line h2,
.takibi-lexxy-editor.takibi-heading-style--line h3,
.takibi-lexxy-editor.takibi-heading-style--line h4,
.takibi-lexxy-editor.takibi-heading-style--line .lexxy-editor__content h2,
.takibi-lexxy-editor.takibi-heading-style--line .lexxy-editor__content h3,
.takibi-lexxy-editor.takibi-heading-style--line .lexxy-editor__content h4 {
  border-left: solid 5px var(--takibi-heading-line-border);
  color: var(--lexxy-color-text);
  padding: 0.5em 0 0.5em 0.5em;
}

/* line 293, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--dashed,
.takibi-lexxy-editor.takibi-heading-style--dashed {
  --takibi-heading-dashed-border: var(--takibi-heading-accent);
}

/* line 30, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--dashed h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--dashed h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--dashed h4,
.takibi-lexxy.lexxy-content.takibi-heading-style--dashed .lexxy-editor__content h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--dashed .lexxy-editor__content h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--dashed .lexxy-editor__content h4,
.takibi-lexxy-editor.takibi-heading-style--dashed h2,
.takibi-lexxy-editor.takibi-heading-style--dashed h3,
.takibi-lexxy-editor.takibi-heading-style--dashed h4,
.takibi-lexxy-editor.takibi-heading-style--dashed .lexxy-editor__content h2,
.takibi-lexxy-editor.takibi-heading-style--dashed .lexxy-editor__content h3,
.takibi-lexxy-editor.takibi-heading-style--dashed .lexxy-editor__content h4 {
  border-bottom: 3px dotted var(--takibi-heading-dashed-border);
  display: inline-block;
  padding: 0 0.4em 0.2em;
}

/* line 41, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--dashed h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--dashed .lexxy-editor__content h2,
.takibi-lexxy-editor.takibi-heading-style--dashed h2,
.takibi-lexxy-editor.takibi-heading-style--dashed .lexxy-editor__content h2 {
  border-bottom-style: dashed;
}

/* line 307, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--square,
.takibi-lexxy-editor.takibi-heading-style--square {
  --takibi-heading-square-accent: var(--takibi-heading-accent);
}

/* line 30, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--square h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--square h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--square h4,
.takibi-lexxy.lexxy-content.takibi-heading-style--square .lexxy-editor__content h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--square .lexxy-editor__content h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--square .lexxy-editor__content h4,
.takibi-lexxy-editor.takibi-heading-style--square h2,
.takibi-lexxy-editor.takibi-heading-style--square h3,
.takibi-lexxy-editor.takibi-heading-style--square h4,
.takibi-lexxy-editor.takibi-heading-style--square .lexxy-editor__content h2,
.takibi-lexxy-editor.takibi-heading-style--square .lexxy-editor__content h3,
.takibi-lexxy-editor.takibi-heading-style--square .lexxy-editor__content h4 {
  border-bottom: 3px solid var(--takibi-heading-square-accent);
  color: var(--lexxy-color-text);
  display: inline-block;
  overflow: visible;
  padding: 0.3em 0 0.2em 6px;
}

/* line 41, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--square h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--square .lexxy-editor__content h2,
.takibi-lexxy-editor.takibi-heading-style--square h2,
.takibi-lexxy-editor.takibi-heading-style--square .lexxy-editor__content h2 {
  padding-left: 1em;
}

/* line 55, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--square h2::before,
.takibi-lexxy.lexxy-content.takibi-heading-style--square .lexxy-editor__content h2::before,
.takibi-lexxy-editor.takibi-heading-style--square h2::before,
.takibi-lexxy-editor.takibi-heading-style--square .lexxy-editor__content h2::before {
  position: absolute;
  top: 0;
  left: 0.3em;
  transform: rotate(55deg);
  height: 11px;
  width: 12px;
  background: var(--takibi-heading-square-accent);
  content: "";
}

/* line 48, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--square h2::after,
.takibi-lexxy.lexxy-content.takibi-heading-style--square .lexxy-editor__content h2::after,
.takibi-lexxy-editor.takibi-heading-style--square h2::after,
.takibi-lexxy-editor.takibi-heading-style--square .lexxy-editor__content h2::after {
  position: absolute;
  transform: rotate(15deg);
  top: 0.6em;
  left: 0;
  height: 8px;
  width: 8px;
  background: var(--takibi-heading-square-accent);
  content: "";
}

/* line 345, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--offset,
.takibi-lexxy-editor.takibi-heading-style--offset {
  --takibi-heading-offset-border: var(--takibi-heading-accent);
  --takibi-heading-offset-fill: var(--takibi-heading-accent-soft-strong);
  --takibi-heading-offset-fill-soft: var(--takibi-heading-accent-soft);
  --takibi-heading-offset-tilt: -0.35deg;
}

/* line 30, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--offset h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--offset h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--offset h4,
.takibi-lexxy.lexxy-content.takibi-heading-style--offset .lexxy-editor__content h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--offset .lexxy-editor__content h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--offset .lexxy-editor__content h4,
.takibi-lexxy-editor.takibi-heading-style--offset h2,
.takibi-lexxy-editor.takibi-heading-style--offset h3,
.takibi-lexxy-editor.takibi-heading-style--offset h4,
.takibi-lexxy-editor.takibi-heading-style--offset .lexxy-editor__content h2,
.takibi-lexxy-editor.takibi-heading-style--offset .lexxy-editor__content h3,
.takibi-lexxy-editor.takibi-heading-style--offset .lexxy-editor__content h4 {
  color: var(--lexxy-color-text);
  display: inline-block;
  max-inline-size: 100%;
  overflow: visible;
  z-index: 0;
}

/* line 41, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--offset h2,
.takibi-lexxy.lexxy-content.takibi-heading-style--offset .lexxy-editor__content h2,
.takibi-lexxy-editor.takibi-heading-style--offset h2,
.takibi-lexxy-editor.takibi-heading-style--offset .lexxy-editor__content h2 {
  background: transparent;
  padding: 0.45em 0.75em calc(0.45em + 10px) 0.25em;
}

/* line 55, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--offset h2::before,
.takibi-lexxy.lexxy-content.takibi-heading-style--offset .lexxy-editor__content h2::before,
.takibi-lexxy-editor.takibi-heading-style--offset h2::before,
.takibi-lexxy-editor.takibi-heading-style--offset .lexxy-editor__content h2::before {
  position: absolute;
  content: "";
  inset: -0.26em 0.26em 0.26em -0.26em;
  border: 3px solid var(--takibi-heading-offset-border);
  pointer-events: none;
  transform: rotate(var(--takibi-heading-offset-tilt));
  transform-origin: left bottom;
  z-index: -1;
}

/* line 48, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--offset h2::after,
.takibi-lexxy.lexxy-content.takibi-heading-style--offset .lexxy-editor__content h2::after,
.takibi-lexxy-editor.takibi-heading-style--offset h2::after,
.takibi-lexxy-editor.takibi-heading-style--offset .lexxy-editor__content h2::after {
  position: absolute;
  content: "";
  inset: 0;
  background: var(--takibi-heading-offset-fill);
  pointer-events: none;
  transform: rotate(calc(var(--takibi-heading-offset-tilt) * 0.7));
  transform-origin: left bottom;
  z-index: -1;
}

/* line 386, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--offset h3,
.takibi-lexxy.lexxy-content.takibi-heading-style--offset .lexxy-editor__content h3,
.takibi-lexxy-editor.takibi-heading-style--offset h3,
.takibi-lexxy-editor.takibi-heading-style--offset .lexxy-editor__content h3 {
  background: transparent;
  border: 0;
  padding: 0.3em 0.75em 0.3em 0.42em;
}

/* line 393, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--offset h3::before,
.takibi-lexxy.lexxy-content.takibi-heading-style--offset .lexxy-editor__content h3::before,
.takibi-lexxy-editor.takibi-heading-style--offset h3::before,
.takibi-lexxy-editor.takibi-heading-style--offset .lexxy-editor__content h3::before {
  position: absolute;
  content: "";
  inset: 0.28em -0.28em -0.28em 0.28em;
  background: var(--takibi-heading-offset-fill);
  pointer-events: none;
  transform: rotate(calc(var(--takibi-heading-offset-tilt) * 0.65));
  transform-origin: left bottom;
  z-index: -2;
}

/* line 405, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--offset h3::after,
.takibi-lexxy.lexxy-content.takibi-heading-style--offset .lexxy-editor__content h3::after,
.takibi-lexxy-editor.takibi-heading-style--offset h3::after,
.takibi-lexxy-editor.takibi-heading-style--offset .lexxy-editor__content h3::after {
  position: absolute;
  content: "";
  inset: 0;
  border: 2px solid var(--takibi-heading-offset-border);
  pointer-events: none;
  transform: rotate(calc(var(--takibi-heading-offset-tilt) * 0.85));
  transform-origin: left bottom;
  z-index: -1;
}

/* line 417, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--offset h4,
.takibi-lexxy.lexxy-content.takibi-heading-style--offset .lexxy-editor__content h4,
.takibi-lexxy-editor.takibi-heading-style--offset h4,
.takibi-lexxy-editor.takibi-heading-style--offset .lexxy-editor__content h4 {
  background: linear-gradient(transparent calc(100% - 0.34em), var(--takibi-heading-offset-fill) calc(100% - 0.34em));
  border-left: 4px solid var(--takibi-heading-offset-border);
  padding: 0.14em 0.55em 0.28em 0.42em;
}

/* line 428, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy.lexxy-content.takibi-heading-style--offset h4::after,
.takibi-lexxy.lexxy-content.takibi-heading-style--offset .lexxy-editor__content h4::after,
.takibi-lexxy-editor.takibi-heading-style--offset h4::after,
.takibi-lexxy-editor.takibi-heading-style--offset .lexxy-editor__content h4::after {
  position: absolute;
  content: "";
  left: 0.45em;
  right: -0.18em;
  bottom: -0.18em;
  height: 2px;
  background: var(--takibi-heading-offset-fill-soft);
  pointer-events: none;
}

/* line 442, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor lexxy-toolbar {
  position: sticky;
  top: calc(var(--spacing) * 17);
  z-index: 40;
  background: hsl(var(--popover));
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
  box-sizing: border-box;
  inline-size: 100%;
  max-inline-size: 100%;
  min-inline-size: 0;
}

/* line 454, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor lexxy-toolbar > * {
  flex: 0 0 auto;
}

/* line 458, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor lexxy-toolbar:has(.lexxy-editor__toolbar-overflow > .lexxy-editor__toolbar-button[aria-expanded="true"]) {
  z-index: 60;
}

/* line 462, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor lexxy-toolbar .lexxy-editor__toolbar-button[name="italic"],
.takibi-lexxy-editor lexxy-toolbar .lexxy-editor__toolbar-button[name="strikethrough"],
.takibi-lexxy-editor lexxy-toolbar .lexxy-editor__toolbar-button[name="code"],
.takibi-lexxy-editor lexxy-toolbar .lexxy-editor__toolbar-button[name="divider"],
.takibi-lexxy-editor lexxy-toolbar .lexxy-editor__toolbar-button[name="file"] {
  display: none;
}

/* line 470, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor lexxy-toolbar .takibi-lexxy-style-settings-trigger {
  flex-shrink: 0;
  margin-inline-start: auto;
}

/* line 474, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor lexxy-toolbar .takibi-lexxy-style-settings-trigger svg {
  fill: none;
  inline-size: 1lh;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

/* line 484, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor lexxy-toolbar .lexxy-editor__toolbar-dropdown > .lexxy-editor__toolbar-button {
  inline-size: var(--lexxy-toolbar-button-size);
  padding: 0;
}

/* line 489, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor lexxy-toolbar .lexxy-editor__toolbar-dropdown > .lexxy-editor__toolbar-button[name="format"],
.takibi-lexxy-editor lexxy-toolbar lexxy-highlight-dropdown > .lexxy-editor__toolbar-button[name="highlight"] {
  aspect-ratio: 1;
  gap: 0;
  grid-template-columns: 1fr;
  min-inline-size: var(--lexxy-toolbar-button-size);
  place-content: center;
}

/* line 497, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor lexxy-toolbar .lexxy-editor__toolbar-dropdown > .lexxy-editor__toolbar-button[name="format"]::after,
.takibi-lexxy-editor lexxy-toolbar lexxy-highlight-dropdown > .lexxy-editor__toolbar-button[name="highlight"]::after {
  display: none;
}

/* line 502, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor lexxy-toolbar .lexxy-editor__toolbar-dropdown--chevron > .lexxy-editor__toolbar-button {
  aspect-ratio: 1;
  gap: 0;
  grid-template-columns: 1fr;
  place-content: center;
}

/* line 508, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor lexxy-toolbar .lexxy-editor__toolbar-dropdown--chevron > .lexxy-editor__toolbar-button:after {
  display: none;
}

/* line 513, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor lexxy-toolbar .lexxy-editor__toolbar-dropdown-list button {
  color: var(--lexxy-color-text);
}

/* line 516, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor lexxy-toolbar .lexxy-editor__toolbar-dropdown-list button svg {
  color: currentColor;
  fill: currentColor;
}

/* line 522, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-editor lexxy-toolbar .lexxy-editor__toolbar-overflow [data-dropdown-panel] {
  inset-block-start: calc((var(--spacing) * 17) + var(--lexxy-toolbar-button-size) + 6px);
  inset-inline-end: 0.5rem;
  max-inline-size: calc(100vw - 1rem);
  position: fixed;
}

@media (max-width: 640px) {
  /* line 532, app/assets/stylesheets/shared/lexxy.scss */
  .takibi-lexxy-editor lexxy-toolbar .lexxy-editor__toolbar-spacer {
    display: none;
  }
}

@media (max-width: 375px) {
  /* line 539, app/assets/stylesheets/shared/lexxy.scss */
  .takibi-lexxy-editor {
    --lexxy-toolbar-button-size: 1.8lh;
    --lexxy-toolbar-gap: 1px;
    --lexxy-toolbar-spacing: 0.25ch;
  }
}

/* line 546, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-style-settings-dialog {
  background: transparent;
  border: 0;
  inset: 50% auto auto 50%;
  margin: 0;
  padding: 0;
  position: fixed;
  transform: translate(-50%, -50%);
  z-index: 10;
}

/* line 556, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-style-settings-dialog::backdrop {
  background: rgba(15, 23, 42, 0.28);
}

/* line 561, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-style-settings-dialog__inner {
  inline-size: 420px;
  max-inline-size: calc(100vw - 42px);
  border: 1px solid hsl(var(--border));
  border-radius: 20px;
  background: hsl(var(--popover));
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
  color: hsl(var(--foreground));
  padding: 20px;
}

/* line 572, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-style-settings-dialog__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

/* line 580, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-style-settings-dialog__eyebrow {
  color: hsl(var(--muted-foreground));
  font-size: 12px;
  letter-spacing: 0.08em;
  margin: 0 0 4px;
}

/* line 587, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-style-settings-dialog__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

/* line 593, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-style-settings-dialog__close {
  align-items: center;
  appearance: none;
  background: rgba(0, 0, 0, 0.47);
  border: 0;
  border-radius: 9999px;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 0;
  inline-size: 36px;
  justify-content: center;
  line-height: 1;
  block-size: 36px;
  position: relative;
}

/* line 610, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-style-settings-dialog__close::before,
.takibi-lexxy-style-settings-dialog__close::after {
  background: white;
  border-radius: 9999px;
  content: "";
  height: 2px;
  position: absolute;
  width: 16px;
}

/* line 620, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-style-settings-dialog__close::before {
  transform: rotate(45deg);
}

/* line 624, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-style-settings-dialog__close::after {
  transform: rotate(-45deg);
}

/* line 628, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-style-settings-dialog__options {
  display: grid;
  gap: 10px;
}

/* line 633, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-style-settings-dialog__option {
  align-items: start;
  border: 1px solid hsl(var(--border));
  border-radius: 14px;
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr;
  padding: 14px 16px;
}

/* line 643, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-style-settings-dialog__option:has(input:checked) {
  border-color: hsl(var(--primary));
  background: hsl(var(--primary) / 0.08);
}

/* line 649, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-style-settings-dialog__radio {
  accent-color: hsl(var(--primary));
  margin-top: 2px;
}

/* line 654, app/assets/stylesheets/shared/lexxy.scss */
.takibi-lexxy-style-settings-dialog__option-label {
  font-size: 14px;
  font-weight: 700;
}
/* line 2, app/assets/stylesheets/shared/outside_link.scss */
[data-scope-path='shared/outside_link'] .overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  z-index: 50;
  animation: appear .3s ease;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 23, app/assets/stylesheets/shared/outside_link.scss */
[data-scope-path='shared/outside_link'] .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 20px;
  max-width: 420px;
  width: 95%;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  z-index: 60;
}

/* line 42, app/assets/stylesheets/shared/outside_link.scss */
[data-scope-path='shared/outside_link'] .modal .dismiss-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/* line 49, app/assets/stylesheets/shared/outside_link.scss */
[data-scope-path='shared/outside_link'] .modal .outside-link-dialog-modal {
  display: flex;
  flex-direction: column;
  gap: 20px;
  word-break: break-word;
  align-items: center;
}

/* line 56, app/assets/stylesheets/shared/outside_link.scss */
[data-scope-path='shared/outside_link'] .modal .outside-link-dialog-modal .notice {
  font-weight: bold;
}

/* line 60, app/assets/stylesheets/shared/outside_link.scss */
[data-scope-path='shared/outside_link'] .modal .outside-link-dialog-modal .open-link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #03a6ff;
  font-size: 14px;
  font-weight: 500;
  overflow-y: auto;
  max-height: 150px;
  padding: 10px 0;
  text-decoration: none;
}

/* line 72, app/assets/stylesheets/shared/outside_link.scss */
[data-scope-path='shared/outside_link'] .modal .outside-link-dialog-modal .open-link:hover {
  opacity: 0.7;
}

/* line 76, app/assets/stylesheets/shared/outside_link.scss */
[data-scope-path='shared/outside_link'] .modal .outside-link-dialog-modal .open-link .material-symbols-rounded {
  font-size: 18px;
}

/* line 80, app/assets/stylesheets/shared/outside_link.scss */
[data-scope-path='shared/outside_link'] .modal .outside-link-dialog-modal .open-link .text {
  text-decoration: underline;
}

/* line 86, app/assets/stylesheets/shared/outside_link.scss */
[data-scope-path='shared/outside_link'] .modal .cancel {
  color: #f1404b;
  text-decoration: underline;
  cursor: pointer;
}

/* line 91, app/assets/stylesheets/shared/outside_link.scss */
[data-scope-path='shared/outside_link'] .modal .cancel:hover {
  opacity: 0.7;
}
/* line 1, app/assets/stylesheets/shared/switch.scss */
.switch {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

/* line 7, app/assets/stylesheets/shared/switch.scss */
.switch .toggle {
  position: absolute;
  display: none;
}

/* line 11, app/assets/stylesheets/shared/switch.scss */
.switch .toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

/* line 19, app/assets/stylesheets/shared/switch.scss */
.switch input.toggle-round + label {
  padding: 2px;
  width: 45px;
  height: 20px;
  background-color: #dddddd;
  border-radius: 60px;
}

/* line 26, app/assets/stylesheets/shared/switch.scss */
.switch input.toggle-round + label:before,
.switch input.toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

/* line 35, app/assets/stylesheets/shared/switch.scss */
.switch input.toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: background 0.4s;
}

/* line 41, app/assets/stylesheets/shared/switch.scss */
.switch input.toggle-round + label:after {
  width: 22px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}

/* line 48, app/assets/stylesheets/shared/switch.scss */
.switch input.toggle-round:checked + label:before {
  background-color: #a0bf69;
}

/* line 51, app/assets/stylesheets/shared/switch.scss */
.switch input.toggle-round:checked + label:after {
  margin-left: 25px;
}
/* line 1, app/assets/stylesheets/team_logs/index.desktop.scss */
[data-scope-path='team_logs/index'] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 6, app/assets/stylesheets/team_logs/index.desktop.scss */
[data-scope-path='team_logs/index'] .heading-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 55px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  height: 300px;
  background-image: url(/images/background_team_logs_1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  z-index: 1;
}

/* line 24, app/assets/stylesheets/team_logs/index.desktop.scss */
[data-scope-path='team_logs/index'] .heading-wrapper .heading-top {
  display: flex;
  flex-direction: column;
}

/* line 29, app/assets/stylesheets/team_logs/index.desktop.scss */
[data-scope-path='team_logs/index'] .heading-wrapper h1 {
  display: flex;
  justify-content: center;
  margin: 0;
}

/* line 34, app/assets/stylesheets/team_logs/index.desktop.scss */
[data-scope-path='team_logs/index'] .heading-wrapper h1 .title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f4f5f9;
}

/* line 40, app/assets/stylesheets/team_logs/index.desktop.scss */
[data-scope-path='team_logs/index'] .heading-wrapper h1 .title .material-symbols-rounded {
  font-size: 32px;
}

/* line 46, app/assets/stylesheets/team_logs/index.desktop.scss */
[data-scope-path='team_logs/index'] .heading-wrapper .new-log {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  color: #252c41;
  text-decoration: none;
  padding: 8px 36px;
  border: 1px solid #f4f5f9;
  border-radius: 26px;
  background-color: #f4f5f9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.7);
  transition: .3s ease-in-out;
}

/* line 60, app/assets/stylesheets/team_logs/index.desktop.scss */
[data-scope-path='team_logs/index'] .heading-wrapper .new-log:hover {
  animation: bounce 2s ease-in-out;
}

/* line 66, app/assets/stylesheets/team_logs/index.desktop.scss */
[data-scope-path='team_logs/index'] .new-log-mobile {
  display: none;
}

/* line 70, app/assets/stylesheets/team_logs/index.desktop.scss */
[data-scope-path='team_logs/index'] .cannot-create-log {
  text-align: center;
  font-size: 14px;
  color: #52616a;
}

/* line 76, app/assets/stylesheets/team_logs/index.desktop.scss */
[data-scope-path='team_logs/index'] .team-logs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 6px;
}

/* line 83, app/assets/stylesheets/team_logs/index.desktop.scss */
[data-scope-path='team_logs/index'] .team-logs .log {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  padding: 20px 20px 10px 20px;
  width: calc(50% - 10px);
  border: 1px solid #f4f5f9;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
  background-color: #fff;
  word-break: break-all;
  line-height: 1.5;
  color: #252c41;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

/* line 101, app/assets/stylesheets/team_logs/index.desktop.scss */
[data-scope-path='team_logs/index'] .team-logs .log:hover {
  transform: translateY(-0.12em);
}

/* line 105, app/assets/stylesheets/team_logs/index.desktop.scss */
[data-scope-path='team_logs/index'] .team-logs .log .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 54px;
  font-size: 18px;
  font-weight: bold;
}

/* line 115, app/assets/stylesheets/team_logs/index.desktop.scss */
[data-scope-path='team_logs/index'] .team-logs .log footer {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}

/* line 121, app/assets/stylesheets/team_logs/index.desktop.scss */
[data-scope-path='team_logs/index'] .team-logs .log footer .author {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #52616a;
}

/* line 129, app/assets/stylesheets/team_logs/index.desktop.scss */
[data-scope-path='team_logs/index'] .team-logs .log footer .author .image img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 50%;
}

/* line 138, app/assets/stylesheets/team_logs/index.desktop.scss */
[data-scope-path='team_logs/index'] .team-logs .log footer .right {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #52616a;
}

/* line 145, app/assets/stylesheets/team_logs/index.desktop.scss */
[data-scope-path='team_logs/index'] .team-logs .log footer .right .material-symbols-rounded {
  font-size: 20px;
}
@media screen and (max-width: 810px) {
  /* line 3, app/assets/stylesheets/team_logs/index.mobile.scss */
  [data-scope-path='team_logs/index'] .heading-wrapper {
    height: 150px;
  }
  /* line 6, app/assets/stylesheets/team_logs/index.mobile.scss */
  [data-scope-path='team_logs/index'] .heading-wrapper h1 {
    font-size: 26px;
  }
  /* line 10, app/assets/stylesheets/team_logs/index.mobile.scss */
  [data-scope-path='team_logs/index'] .heading-wrapper h1 .title .material-symbols-rounded {
    font-size: 30px;
  }
  /* line 16, app/assets/stylesheets/team_logs/index.mobile.scss */
  [data-scope-path='team_logs/index'] .heading-wrapper .heading-top {
    width: 95%;
    gap: 20px;
  }
  /* line 21, app/assets/stylesheets/team_logs/index.mobile.scss */
  [data-scope-path='team_logs/index'] .heading-wrapper .new-log {
    display: none;
  }
  /* line 26, app/assets/stylesheets/team_logs/index.mobile.scss */
  [data-scope-path='team_logs/index'] .new-log-mobile {
    display: flex;
    gap: 5px;
    font-size: 18px;
    color: #252c41;
    text-decoration: none;
    padding: 8px 36px;
    border: 1px solid #f4f5f9;
    border-radius: 26px;
    background-color: #f4f5f9;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.7);
    transition: .3s ease-in-out;
    max-width: 105px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    white-space: nowrap;
  }
  /* line 46, app/assets/stylesheets/team_logs/index.mobile.scss */
  [data-scope-path='team_logs/index'] .team-logs .log {
    gap: 10px;
    padding: 13px;
    width: 100%;
  }
  /* line 51, app/assets/stylesheets/team_logs/index.mobile.scss */
  [data-scope-path='team_logs/index'] .team-logs .log footer {
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
  }
  /* line 56, app/assets/stylesheets/team_logs/index.mobile.scss */
  [data-scope-path='team_logs/index'] .team-logs .log footer .right {
    gap: 5px;
  }
  /* line 59, app/assets/stylesheets/team_logs/index.mobile.scss */
  [data-scope-path='team_logs/index'] .team-logs .log footer .right .material-symbols-rounded {
    font-size: 16px;
  }
}
/* line 2, app/assets/stylesheets/teams/_team_members.desktop.scss */
[data-scope-path='teams/team_members'] .team-members {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 20px;
  justify-content: center;
  margin-bottom: 7px;
}

/* line 10, app/assets/stylesheets/teams/_team_members.desktop.scss */
[data-scope-path='teams/team_members'] .team-members .member {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(25% - 20px);
  color: #252c41;
  background-color: #fff;
  border-radius: 8px 8px 6px 6px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
}

/* line 20, app/assets/stylesheets/teams/_team_members.desktop.scss */
[data-scope-path='teams/team_members'] .team-members .member .header {
  position: relative;
}

/* line 23, app/assets/stylesheets/teams/_team_members.desktop.scss */
[data-scope-path='teams/team_members'] .team-members .member .header::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(180deg, transparent 0 40%, #111 120%);
}

/* line 33, app/assets/stylesheets/teams/_team_members.desktop.scss */
[data-scope-path='teams/team_members'] .team-members .member .header img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

/* line 41, app/assets/stylesheets/teams/_team_members.desktop.scss */
[data-scope-path='teams/team_members'] .team-members .member .body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 15px 15px;
}

/* line 48, app/assets/stylesheets/teams/_team_members.desktop.scss */
[data-scope-path='teams/team_members'] .team-members .member .member-info {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 60, app/assets/stylesheets/teams/_team_members.desktop.scss */
[data-scope-path='teams/team_members'] .team-members .member .member-info .image img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
}

/* line 69, app/assets/stylesheets/teams/_team_members.desktop.scss */
[data-scope-path='teams/team_members'] .team-members .member .member-info .username {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
  color: #03a6ff;
  width: 90%;
  text-align: center;
}

/* line 79, app/assets/stylesheets/teams/_team_members.desktop.scss */
[data-scope-path='teams/team_members'] .team-members .member .member-info .username a {
  color: #03a6ff;
}

/* line 82, app/assets/stylesheets/teams/_team_members.desktop.scss */
[data-scope-path='teams/team_members'] .team-members .member .member-info .username a:hover {
  opacity: 0.7;
}

/* line 89, app/assets/stylesheets/teams/_team_members.desktop.scss */
[data-scope-path='teams/team_members'] .team-members .member footer {
  display: flex;
  position: absolute;
  right: 5px;
  bottom: 5px;
  gap: 5px;
}

/* line 96, app/assets/stylesheets/teams/_team_members.desktop.scss */
[data-scope-path='teams/team_members'] .team-members .member footer .show, [data-scope-path='teams/team_members'] .team-members .member footer .edit {
  cursor: pointer;
}

/* line 99, app/assets/stylesheets/teams/_team_members.desktop.scss */
[data-scope-path='teams/team_members'] .team-members .member footer .show .material-symbols-rounded, [data-scope-path='teams/team_members'] .team-members .member footer .edit .material-symbols-rounded {
  font-size: 20px;
  color: #52616a;
}

/* line 107, app/assets/stylesheets/teams/_team_members.desktop.scss */
[data-scope-path='teams/team_members'] .team-members .member .description-wrapper a {
  text-decoration: none;
}

/* line 111, app/assets/stylesheets/teams/_team_members.desktop.scss */
[data-scope-path='teams/team_members'] .team-members .member .description-wrapper .description {
  margin: 45px 0 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  font-size: 14px;
  color: #52616a;
}
@media screen and (max-width: 810px) {
  /* line 3, app/assets/stylesheets/teams/_team_members.mobile.scss */
  [data-scope-path='teams/team_members'] .team-members {
    flex-direction: column;
  }
  /* line 6, app/assets/stylesheets/teams/_team_members.mobile.scss */
  [data-scope-path='teams/team_members'] .team-members .member {
    width: inherit;
  }
  /* line 10, app/assets/stylesheets/teams/_team_members.mobile.scss */
  [data-scope-path='teams/team_members'] .team-members .member .description-wrapper .description {
    height: 100%;
    max-height: 95px;
  }
}
/* line 2, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  gap: 30px;
}

/* line 10, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] header .team {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* line 16, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] header .team .logo img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
  background: #fff;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
}

/* line 27, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] header .title {
  max-width: 800px;
  font-size: 24px;
  text-align: left;
  outline: none;
  font-weight: bold;
}

/* line 34, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] header .title[contenteditable=true]:empty:before {
  content: attr(placeholder);
  pointer-events: none;
  display: block;
  /* For Firefox */
  color: #52616a;
  font-weight: normal;
}

/* line 43, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] header .error {
  display: block;
  margin-top: 10px;
  width: 100%;
  color: #f1404b;
  text-align: center;
  font-weight: bold;
}

/* line 53, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .breadcrumb {
  margin: 24px 0;
}

/* line 56, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .breadcrumb .current {
  max-width: inherit;
}

/* line 61, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

/* line 66, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container section {
  display: flex;
  flex-direction: column;
  flex: 3;
}

/* line 72, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container section .body {
  padding: 20px;
  border: 1px solid #f4f5f9;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  word-break: break-all;
  line-height: 1.5;
  color: #252c41;
}

/* line 83, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container section .body lexxy-toolbar {
  padding: 20px 0;
}

/* line 87, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container section .body .lexxy-content {
  border: none;
  padding: 0;
}

/* line 92, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container section .body figure {
  text-align: center;
  margin: 0;
}

/* line 96, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container section .body figure img {
  width: 100%;
  max-width: max-content;
  height: max-content;
  border-radius: 6px;
}

/* line 106, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside {
  width: 300px;
}

/* line 109, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .sidebar {
  height: 100%;
}

/* line 112, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .sidebar .sidebar-wrapper {
  position: sticky;
  top: 85px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 120, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .sidebar .buttons {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

/* line 126, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .sidebar .buttons .button {
  font-size: 14px;
  color: #fff;
  padding: 6px 26px;
  border-radius: 26px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 135, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .sidebar .buttons .submit {
  appearance: none;
  -webkit-appearance: none;
  font-weight: bold;
  border: #a0bf69;
  background-color: #a0bf69;
  font-size: 14px;
}

/* line 143, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .sidebar .buttons .submit:hover {
  opacity: 0.7;
}

/* line 148, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .sidebar .buttons .cancel, [data-scope-path='teams/activity_logs/form'] .container aside .sidebar .buttons .delete {
  color: #f1404b;
}

/* line 151, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .sidebar .buttons .cancel:hover, [data-scope-path='teams/activity_logs/form'] .container aside .sidebar .buttons .delete:hover {
  opacity: 0.7;
}

/* line 156, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .sidebar .buttons .delete {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  text-decoration: none;
  margin-top: 20px;
}

/* line 164, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .sidebar .buttons .delete .material-symbols-rounded {
  font-size: 16px;
}

/* line 171, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .public-range {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 15px;
  border: 1px solid #f4f5f9;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  word-break: break-all;
  line-height: 1.5;
  color: #52616a;
  font-size: 13.5px;
}

/* line 187, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .public-range .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
}

/* line 197, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .radio-buttons .radio {
  display: none;
}

/* line 201, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .radio-buttons .input--radio {
  user-select: none;
}

/* line 204, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .radio-buttons .input--radio label {
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;
}

/* line 212, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .radio-buttons .input__box {
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #f4f5f9;
  user-select: none;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  transition: background-color .1s ease;
  opacity: .9;
  background-color: #fff;
  border-radius: 50%;
}

/* line 228, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .radio-buttons .input--radio input:checked + .input__box {
  border-radius: 50%;
  background-color: #a0bf69;
  transition-delay: 0s;
  animation-name: wobble;
  animation-duration: .3s;
  animation-timing-function: ease;
}

@keyframes wobble {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  40% {
    -webkit-transform: scale(1.1, 0.9) rotate(5deg);
    transform: scale(1.1, 0.9) rotate(5deg);
  }
  70% {
    -webkit-transform: scale(0.9, 1.1) rotate(-3deg);
    transform: scale(0.9, 1.1) rotate(-3deg);
  }
  80% {
    -webkit-transform: scale(1.05, 0.95) rotate(1deg);
    transform: scale(1.05, 0.95) rotate(1deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}

/* line 261, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .radio-buttons .input--radio .input__box:after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
}

/* line 268, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .radio-buttons .input--radio input:checked + .input__box:after {
  position: absolute;
  top: 19%;
  left: 20%;
  width: 10px;
  height: 10px;
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}

/* line 279, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .edit {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 284, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .edit .link {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: #03a6ff;
  font-size: 14px;
}

/* line 292, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .edit .link:hover {
  opacity: 0.7;
}

/* line 296, app/assets/stylesheets/teams/activity_logs/form.desktop.scss */
[data-scope-path='teams/activity_logs/form'] .container aside .edit .link .material-symbols-rounded {
  font-size: 20px;
}
@media screen and (max-width: 810px) {
  /* line 3, app/assets/stylesheets/teams/activity_logs/form.mobile.scss */
  [data-scope-path='teams/activity_logs/form'] header {
    margin: 20px 0;
    gap: 20px;
  }
  /* line 9, app/assets/stylesheets/teams/activity_logs/form.mobile.scss */
  [data-scope-path='teams/activity_logs/form'] header .team .logo img {
    width: 70px;
    height: 70px;
  }
  /* line 16, app/assets/stylesheets/teams/activity_logs/form.mobile.scss */
  [data-scope-path='teams/activity_logs/form'] header .title {
    font-size: 20px;
  }
  /* line 21, app/assets/stylesheets/teams/activity_logs/form.mobile.scss */
  [data-scope-path='teams/activity_logs/form'] .container {
    flex-direction: column;
  }
  /* line 25, app/assets/stylesheets/teams/activity_logs/form.mobile.scss */
  [data-scope-path='teams/activity_logs/form'] .container section .body {
    padding: 15px;
    width: inherit;
    font-size: 14px;
  }
  /* line 31, app/assets/stylesheets/teams/activity_logs/form.mobile.scss */
  [data-scope-path='teams/activity_logs/form'] .container section .body figure img {
    height: inherit;
  }
  /* line 38, app/assets/stylesheets/teams/activity_logs/form.mobile.scss */
  [data-scope-path='teams/activity_logs/form'] .container aside {
    width: inherit;
  }
}
/* line 4, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  gap: 30px;
}

/* line 12, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .header .team {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* line 18, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .header .team .logo img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
  background: #fff;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
}

/* line 29, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .header .title {
  max-width: 800px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}

/* line 38, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .breadcrumb {
  margin: 24px 0;
}

/* line 41, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .breadcrumb .current {
  max-width: inherit;
}

/* line 46, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

/* line 52, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container section {
  display: flex;
  flex-direction: column;
  flex: 3;
  gap: 30px;
}

/* line 58, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container section .body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  padding: 20px;
  border: 1px solid #f4f5f9;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  word-break: break-all;
  line-height: 1.5;
  color: #252c41;
}

/* line 73, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container section .body figure {
  text-align: center;
  margin: 0;
}

/* line 77, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container section .body figure img {
  width: 100%;
  max-width: max-content;
  height: max-content;
  border-radius: 6px;
}

/* line 85, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container section .body .preview--youtube {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  height: 370px;
}

/* line 93, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container section .body .iframe-discription {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #52616a;
}

/* line 102, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container section .body .image-wrapper.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95%;
  height: auto;
  max-width: max-content;
  transform: translate(-50%, -50%);
  z-index: 11;
  background: rgba(0, 0, 0, 0.8);
}

/* line 113, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container section .body .image-wrapper.popup::after {
  font-family: 'Material Symbols Rounded';
  content: '\e5cd';
  color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 36px;
  line-height: 1.15;
  cursor: pointer;
}

/* line 127, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container section .body .image-wrapper:not(.popup):hover {
  opacity: 0.9;
  cursor: pointer;
}

/* line 133, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container section .body .image-wrapper .image-popup {
  width: 100%;
  height: auto;
  max-height: 95dvh;
}

/* line 139, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container section .body .image-wrapper .overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

/* line 151, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container section .body .share {
  position: absolute;
  top: 0;
  left: -65px;
  height: 100%;
}

@media screen and (max-width: 1350px) {
  /* line 151, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
  [data-scope-path='teams/activity_logs/show'] .container section .body .share {
    position: static;
    height: inherit;
  }
}

/* line 162, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container section .body .share .icons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: sticky;
  top: 85px;
}

@media screen and (max-width: 1350px) {
  /* line 162, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
  [data-scope-path='teams/activity_logs/show'] .container section .body .share .icons {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}

/* line 176, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container section .body .share .share-tweet {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  color: #52616a;
  text-decoration: none;
}

/* line 10, app/assets/stylesheets/mixin/_sns-shares.scss */
[data-scope-path='teams/activity_logs/show'] .container section .body .share .share-tweet:hover {
  opacity: 0.7;
}

/* line 14, app/assets/stylesheets/mixin/_sns-shares.scss */
[data-scope-path='teams/activity_logs/show'] .container section .body .share .share-tweet img {
  padding: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
}

/* line 183, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container section .comments {
  gap: 15px;
}

/* line 186, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container section .comments #anchor-comments {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/* line 192, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container section .comments .form--sort {
  margin: 0;
}

/* line 195, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container section .comments .form--sort .select {
  padding: 5px;
  border: 1px solid #f4f5f9;
  border-radius: 6px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  color: #252c41;
  outline: none;
  font-size: 14px;
}

/* line 207, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container section .comments .heading {
  margin: 10px 0;
}

/* line 211, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container section .comments .cannot-comment {
  margin: 20px 0;
  text-align: center;
  font-size: 14px;
  color: #52616a;
}

/* line 220, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container aside {
  width: 300px;
}

/* line 223, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container aside .sidebar {
  height: 100%;
}

/* line 226, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container aside .sidebar .sidebar-wrapper {
  position: sticky;
  top: 85px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 235, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container aside dl {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 20px;
  border: 1px solid #f4f5f9;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  word-break: break-all;
  line-height: 1.5;
  color: #52616a;
}

/* line 250, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container aside dl .data-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13.5px;
  border-bottom: 1px dotted #a4a4a4;
}

/* line 257, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container aside dl .data-wrapper dt {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* line 262, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container aside dl .data-wrapper dt .material-symbols-rounded {
  font-size: 20px;
}

/* line 267, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container aside dl .data-wrapper .name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  width: 152px;
}

/* line 274, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container aside dl .data-wrapper .name .link {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: right;
  color: #03a6ff;
}

/* line 282, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container aside dl .data-wrapper .name .link:hover {
  opacity: 0.7;
}

/* line 290, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container aside .edit {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 295, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container aside .edit .link {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: #03a6ff;
  font-size: 14px;
}

/* line 303, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container aside .edit .link:hover {
  opacity: 0.7;
}

/* line 307, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .container aside .edit .link .material-symbols-rounded {
  font-size: 20px;
}

/* line 315, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .related-team-activity-logs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 870;
  margin-bottom: 6px;
}

/* line 323, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .related-team-activity-logs .log {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  padding: 20px 20px 10px 20px;
  width: calc(50% - 10px);
  border: 1px solid #f4f5f9;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
  background-color: #fff;
  word-break: break-all;
  line-height: 1.5;
  color: #252c41;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

/* line 341, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .related-team-activity-logs .log:hover {
  transform: translateY(-0.12em);
}

/* line 345, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .related-team-activity-logs .log .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 54px;
  font-size: 18px;
  font-weight: bold;
}

/* line 355, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .related-team-activity-logs .log footer {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}

/* line 361, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .related-team-activity-logs .log footer .author {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #52616a;
}

/* line 369, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .related-team-activity-logs .log footer .author .image img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 50%;
}

/* line 378, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .related-team-activity-logs .log footer .right {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #52616a;
}

/* line 385, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .related-team-activity-logs .log footer .right .material-symbols-rounded {
  font-size: 20px;
}

/* line 393, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 870px;
  margin-top: 54px;
  margin-bottom: 15px;
}

/* line 401, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .heading.border-red {
  border-bottom: 1px solid #f1404b;
}

/* line 405, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .heading.border-green {
  border-bottom: 1px solid #a0bf69;
}

/* line 409, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .heading .box {
  display: inline-block;
  padding: 8px 12px;
  color: #fff;
  border-radius: 8px 8px 0 0;
}

/* line 415, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .heading .box.backgrond-red {
  background: #f1404b;
}

/* line 419, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .heading .box.backgrond-green {
  background: #a0bf69;
}

/* line 423, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .heading .box .text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
}

/* line 430, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .heading .box .text .material-symbols-rounded {
  font-size: 20px;
}

/* line 437, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .heading .readmore a {
  font-size: 14px;
  text-decoration: none;
  color: #52616a;
}

/* line 442, app/assets/stylesheets/teams/activity_logs/show.desktop.scss */
[data-scope-path='teams/activity_logs/show'] .heading .readmore a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 810px) {
  /* line 3, app/assets/stylesheets/teams/activity_logs/show.mobile.scss */
  [data-scope-path='teams/activity_logs/show'] .header {
    margin: 20px 0;
    gap: 20px;
  }
  /* line 9, app/assets/stylesheets/teams/activity_logs/show.mobile.scss */
  [data-scope-path='teams/activity_logs/show'] .header .team .logo img {
    width: 70px;
    height: 70px;
  }
  /* line 16, app/assets/stylesheets/teams/activity_logs/show.mobile.scss */
  [data-scope-path='teams/activity_logs/show'] .header .title {
    font-size: 20px;
  }
  /* line 21, app/assets/stylesheets/teams/activity_logs/show.mobile.scss */
  [data-scope-path='teams/activity_logs/show'] .container {
    flex-direction: column;
  }
  /* line 25, app/assets/stylesheets/teams/activity_logs/show.mobile.scss */
  [data-scope-path='teams/activity_logs/show'] .container section .body {
    padding: 15px;
    width: inherit;
    font-size: 14px;
  }
  /* line 31, app/assets/stylesheets/teams/activity_logs/show.mobile.scss */
  [data-scope-path='teams/activity_logs/show'] .container section .body figure img {
    height: inherit;
  }
  /* line 36, app/assets/stylesheets/teams/activity_logs/show.mobile.scss */
  [data-scope-path='teams/activity_logs/show'] .container section .body .preview--youtube {
    height: calc(95vw - 190px);
  }
  /* line 42, app/assets/stylesheets/teams/activity_logs/show.mobile.scss */
  [data-scope-path='teams/activity_logs/show'] .container section .comments .cannot-comment {
    margin-bottom: 0;
  }
  /* line 48, app/assets/stylesheets/teams/activity_logs/show.mobile.scss */
  [data-scope-path='teams/activity_logs/show'] .container aside {
    width: inherit;
  }
  /* line 53, app/assets/stylesheets/teams/activity_logs/show.mobile.scss */
  [data-scope-path='teams/activity_logs/show'] .related-team-activity-logs {
    flex-direction: column;
  }
  /* line 56, app/assets/stylesheets/teams/activity_logs/show.mobile.scss */
  [data-scope-path='teams/activity_logs/show'] .related-team-activity-logs .log {
    width: inherit;
  }
}
/* line 1, app/assets/stylesheets/teams/destroy.desktop.scss */
[data-scope-path='teams/destroy'] {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 10px;
  max-width: 420px;
  width: 95%;
  height: 200px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* line 19, app/assets/stylesheets/teams/destroy.desktop.scss */
[data-scope-path='teams/destroy'] .modal-inner {
  position: relative;
  z-index: 3;
}

/* line 23, app/assets/stylesheets/teams/destroy.desktop.scss */
[data-scope-path='teams/destroy'] .modal-inner .dismiss-button {
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 4;
}

/* line 32, app/assets/stylesheets/teams/destroy.desktop.scss */
[data-scope-path='teams/destroy'] .warning {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

/* line 41, app/assets/stylesheets/teams/destroy.desktop.scss */
[data-scope-path='teams/destroy'] .warning .material-symbols-rounded {
  font-size: 50px;
  color: #f1404b;
}

/* line 47, app/assets/stylesheets/teams/destroy.desktop.scss */
[data-scope-path='teams/destroy'] .submit {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  padding: 8px 36px;
  border-radius: 26px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-weight: bold;
  background-color: #f1404b;
  text-decoration: none;
  height: 20px;
}
/* line 1, app/assets/stylesheets/teams/edit.desktop.scss */
[data-scope-path='teams/edit'] {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 90%;
  width: 100%;
  height: 80%;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1;
}

/* line 16, app/assets/stylesheets/teams/edit.desktop.scss */
[data-scope-path='teams/edit'] .modal-inner {
  position: relative;
}

/* line 19, app/assets/stylesheets/teams/edit.desktop.scss */
[data-scope-path='teams/edit'] .modal-inner .dismiss-button {
  position: absolute;
  top: -25px;
  right: 5px;
  cursor: pointer;
}

/* line 26, app/assets/stylesheets/teams/edit.desktop.scss */
[data-scope-path='teams/edit'] .modal-inner .warning {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

/* line 35, app/assets/stylesheets/teams/edit.desktop.scss */
[data-scope-path='teams/edit'] .modal-inner .warning .material-symbols-rounded {
  font-size: 50px;
  color: #f1404b;
}

/* line 40, app/assets/stylesheets/teams/edit.desktop.scss */
[data-scope-path='teams/edit'] .modal-inner .warning .submit {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  padding: 8px 36px;
  border-radius: 26px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-weight: bold;
  background-color: #f1404b;
  text-decoration: none;
  height: 20px;
}

/* line 57, app/assets/stylesheets/teams/edit.desktop.scss */
[data-scope-path='teams/edit'] .form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}

/* line 63, app/assets/stylesheets/teams/edit.desktop.scss */
[data-scope-path='teams/edit'] .form .agreement {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 68, app/assets/stylesheets/teams/edit.desktop.scss */
[data-scope-path='teams/edit'] .form .agreement a {
  color: #03a6ff;
}

/* line 73, app/assets/stylesheets/teams/edit.desktop.scss */
[data-scope-path='teams/edit'] .form .checkbox {
  width: 20px;
  height: 20px;
}

/* line 79, app/assets/stylesheets/teams/edit.desktop.scss */
[data-scope-path='teams/edit'] [data-scope-path='teams/form'] {
  padding: 20px 20px 0 20px;
}

/* line 82, app/assets/stylesheets/teams/edit.desktop.scss */
[data-scope-path='teams/edit'] [data-scope-path='teams/form'] .edit-error {
  margin: 20px;
  color: #f1404b;
}

/* line 87, app/assets/stylesheets/teams/edit.desktop.scss */
[data-scope-path='teams/edit'] [data-scope-path='teams/form'] .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 30px;
  position: sticky;
  top: 0;
  bottom: 0;
  padding: 10px 20px;
  background-color: #fff;
  z-index: 10;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

/* line 102, app/assets/stylesheets/teams/edit.desktop.scss */
[data-scope-path='teams/edit'] [data-scope-path='teams/form'] .buttons .button {
  font-size: 14px;
  color: #fff;
  padding: 8px 36px;
  border-radius: 26px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 111, app/assets/stylesheets/teams/edit.desktop.scss */
[data-scope-path='teams/edit'] [data-scope-path='teams/form'] .buttons .submit {
  appearance: none;
  -webkit-appearance: none;
  font-weight: bold;
  border: #a0bf69;
  background-color: #a0bf69;
  font-size: 14px;
  color: #fff;
  padding: 8px 36px;
  border-radius: 26px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 124, app/assets/stylesheets/teams/edit.desktop.scss */
[data-scope-path='teams/edit'] [data-scope-path='teams/form'] .buttons .submit:hover {
  opacity: 0.7;
}

/* line 129, app/assets/stylesheets/teams/edit.desktop.scss */
[data-scope-path='teams/edit'] [data-scope-path='teams/form'] .buttons .cancel {
  border: 1px solid #f1404b;
  color: #f1404b;
  background-color: #fff;
  text-decoration: none;
}

/* line 135, app/assets/stylesheets/teams/edit.desktop.scss */
[data-scope-path='teams/edit'] [data-scope-path='teams/form'] .buttons .cancel:hover {
  opacity: 0.7;
}
/* line 1, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/* line 7, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 610px;
  margin: 0;
}

/* line 15, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 20, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .field .heading {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* line 26, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .field .file-preview {
  margin-top: 10px;
}

/* line 29, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .field .file-preview img {
  width: 200px;
  height: auto;
}

/* line 35, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .field .error {
  color: #f1404b;
}

/* line 39, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .field .lexxy-content {
  color: #52616a;
}

/* line 44, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .label {
  color: #252c41;
}

/* line 48, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .radio-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #252c41;
}

/* line 58, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .radio-buttons .radio {
  display: none;
}

/* line 62, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .radio-buttons .input--radio {
  user-select: none;
}

/* line 65, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .radio-buttons .input--radio label {
  cursor: pointer;
  display: flex;
  gap: 5px;
}

/* line 72, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .radio-buttons .input__box {
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #f4f5f9;
  user-select: none;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  transition: background-color .1s ease;
  opacity: .9;
  background-color: #fff;
  border-radius: 50%;
}

/* line 88, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .radio-buttons .input--radio input:checked + .input__box {
  border-radius: 50%;
  background-color: #a0bf69;
  transition-delay: 0s;
  animation-name: wobble;
  animation-duration: .3s;
  animation-timing-function: ease;
}

@keyframes wobble {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  40% {
    -webkit-transform: scale(1.1, 0.9) rotate(5deg);
    transform: scale(1.1, 0.9) rotate(5deg);
  }
  70% {
    -webkit-transform: scale(0.9, 1.1) rotate(-3deg);
    transform: scale(0.9, 1.1) rotate(-3deg);
  }
  80% {
    -webkit-transform: scale(1.05, 0.95) rotate(1deg);
    transform: scale(1.05, 0.95) rotate(1deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}

/* line 121, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .radio-buttons .input--radio .input__box:after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
}

/* line 128, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .radio-buttons .input--radio input:checked + .input__box:after {
  position: absolute;
  top: 19%;
  left: 20%;
  width: 10px;
  height: 10px;
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}

/* line 139, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .name, [data-scope-path='teams/form'] .form .twitter {
  display: block;
  padding: 15px;
  width: 100%;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  color: #252c41;
  outline: none;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 152, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .textarea {
  display: block;
  padding: 15px;
  width: 100%;
  height: 600px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  color: #252c41;
  outline: none;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  resize: vertical;
  background-color: #fff;
  overflow-y: auto;
  line-height: 1.5;
  transform: rotate(0.00001deg);
  -moz-transform: rotate(0.00001deg);
  -ms-transform: rotate(0.00001deg);
  -o-transform: rotate(0.00001deg);
  -webkit-transform: rotate(0.00001deg);
}

/* line 174, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .textarea figure {
  text-align: center;
  margin: 0;
}

/* line 178, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .textarea figure img {
  width: 100%;
  max-width: max-content;
  height: max-content;
  border-radius: 6px;
}

/* line 187, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .attachments {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 192, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .attachments .js-error {
  display: none;
  color: #f1404b;
}

/* line 197, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .attachments .submit-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* line 205, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .attachments .attached-images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

/* line 212, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .attachments .attached-images .file-label .material-symbols-rounded {
  color: #52616a;
  font-size: 28px;
  user-select: none;
  cursor: pointer;
}

/* line 218, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .attachments .attached-images .file-label .material-symbols-rounded:hover {
  opacity: 0.8;
}

/* line 223, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .attachments .attached-images .file-label .file {
  display: none;
}

/* line 229, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .attachments .image-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

/* line 235, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .attachments .image-box img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  user-select: none;
}

/* line 242, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .attachments .image-box .material-symbols-rounded {
  font-weight: 300;
  font-size: 20px;
  color: #f1404b;
  user-select: none;
  cursor: pointer;
}

/* line 252, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .tips {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #52616a;
}

/* line 258, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .tips div {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #52616a;
}

/* line 265, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .tips .material-symbols-rounded {
  font-size: 18px;
  user-select: none;
}

/* line 271, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .submit-button {
  width: max-content;
  border-radius: 26px;
  background-color: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: 7px;
}

/* line 280, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .submit-button .submit {
  appearance: none;
  -webkit-appearance: none;
  padding: 8px 26px;
  border-radius: 26px;
  border: none;
  font-size: 14px;
  color: #252c41;
  background-color: #fff;
  cursor: pointer;
}

/* line 292, app/assets/stylesheets/teams/form.desktop.scss */
[data-scope-path='teams/form'] .form .submit-button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 810px) {
  /* line 6, app/assets/stylesheets/teams/form.mobile.scss */
  [data-scope-path='teams/form'] .form .textarea figure img {
    height: inherit;
  }
}
/* line 1, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 6, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .heading-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 55px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  height: 300px;
  background-image: url(/images/background_teams_2.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: darken;
  z-index: 1;
}

/* line 24, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .heading-wrapper .heading-top {
  display: flex;
  flex-direction: column;
}

/* line 29, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .heading-wrapper h1 {
  display: flex;
  justify-content: center;
  margin: 0;
}

/* line 34, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .heading-wrapper h1 .title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f4f5f9;
}

/* line 40, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .heading-wrapper h1 .title .material-symbols-rounded {
  font-size: 32px;
}

/* line 46, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .heading-wrapper .new-team {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  color: #252c41;
  text-decoration: none;
  padding: 8px 36px;
  border: 1px solid #f4f5f9;
  border-radius: 26px;
  background-color: #f4f5f9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.7);
  transition: .3s ease-in-out;
}

/* line 60, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .heading-wrapper .new-team:hover {
  animation: bounce 2s ease-in-out;
}

/* line 66, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .new-team-mobile {
  display: none;
}

/* line 70, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .cannot-create-team {
  text-align: center;
  font-size: 14px;
  color: #52616a;
}

/* line 77, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] details summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 15px;
  cursor: pointer;
}

/* line 85, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] details summary::-webkit-details-marker {
  display: none;
}

/* line 91, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .friend-search {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px 8px 6px 6px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
  color: #252c41;
}

/* line 102, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .friend-search .field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 107, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .friend-search .field .heading {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 500;
}

/* line 114, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .friend-search .field .heading .material-symbols-rounded {
  user-select: none;
}

/* line 120, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .friend-search .submit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  padding: 8px 36px;
  width: 140px;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  border: #001e2a;
  border-radius: 26px;
  background-color: #001e2a;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  transition: .3s ease-in-out;
  cursor: pointer;
}

/* line 137, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .friend-search .submit:hover {
  animation: bounce 2s ease-in-out;
}

/* line 142, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .friend-search .checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* line 148, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .friend-search .checkbox {
  display: none;
}

/* line 152, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .friend-search .input--checkbox {
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  display: inline;
  font-size: var(--input-size--default);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  --input-size: var(--input-size--default);
  user-select: none;
  --input-color--line: var(--theme-light--color-line-success);
}

/* line 167, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .friend-search .input--checkbox label {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

/* line 176, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .friend-search .input__box {
  position: relative;
  --theme-light--color-border: rgba(0, 0, 0, 0.3);
  --theme-light--color-line-success: #fff;
  --input-size--default: 11px;
  --input-color--border: var(--theme-light--color-border);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #f4f5f9;
  user-select: none;
  --input-color--line: var(--theme-light--color-line-success);
  text-align: left;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-color: rgba(0, 0, 0, 0.08627);
  border: 1px solid var(--input-color--border);
  vertical-align: calc((var(--input-size--default) - 11px) / 2 - var(--input-size--default) / 4);
  transition: background-color .1s ease;
  border-radius: calc(11px * .266);
  opacity: .9;
  background-color: #fff;
}

/* line 203, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .friend-search .input--checkbox .input__box:before {
  transition: width .05s linear;
  --rotation: 45deg;
  --translate-top: 4px;
  --translate-left: 3px;
}

/* line 210, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .friend-search .input--checkbox input:checked + .input__box {
  background-color: #a0bf69;
  transition-delay: 0s;
  animation-name: wobble;
  animation-duration: .3s;
  animation-timing-function: ease;
}

@keyframes wobble {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  40% {
    -webkit-transform: scale(1.1, 0.9) rotate(5deg);
    transform: scale(1.1, 0.9) rotate(5deg);
  }
  70% {
    -webkit-transform: scale(0.9, 1.1) rotate(-3deg);
    transform: scale(0.9, 1.1) rotate(-3deg);
  }
  80% {
    -webkit-transform: scale(1.05, 0.95) rotate(1deg);
    transform: scale(1.05, 0.95) rotate(1deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}

/* line 242, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .friend-search .input--checkbox input:checked + .input__box:before {
  position: absolute;
  top: 2px;
  left: 1px;
  width: calc(16px / 2 - 2px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  content: "";
  position: absolute;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  border-bottom-color: var(--input-color--line);
  border-bottom-style: solid;
  -webkit-transform: rotate(var(--rotation)) translateX(var(--translate-top)) translateY(var(--translate-left));
  transform: rotate(var(--rotation)) translateX(var(--translate-top)) translateY(var(--translate-left));
}

/* line 259, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .friend-search .input--checkbox input:checked + .input__box:after {
  position: absolute;
  top: 4px;
  right: 3px;
  width: calc(16px / 2 + 3px);
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}

/* line 268, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .friend-search .input--checkbox .input__box:after, [data-scope-path='teams/index'] .friend-search .input--checkbox .input__box:before {
  content: "";
  position: absolute;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  width: 0;
  border-bottom-color: var(--input-color--line);
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-radius: 1px;
  -webkit-transform: rotate(var(--rotation)) translateX(var(--translate-top)) translateY(var(--translate-left));
  transform: rotate(var(--rotation)) translateX(var(--translate-top)) translateY(var(--translate-left));
}

/* line 282, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .friend-search .input--checkbox .input__box:after {
  --rotation: -45deg;
  --translate-top: -2px;
  --translate-left: 8px;
}

/* line 289, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .teams {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 20px;
  margin-bottom: 6px;
}

/* line 296, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .teams .team {
  width: calc(33.333% - 13.5px);
  display: flex;
  flex-direction: column;
  color: #252c41;
  background-color: #fff;
  border-radius: 8px 8px 6px 6px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
}

/* line 306, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .teams .team header img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

/* line 314, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .teams .team .body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 15px;
}

/* line 320, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .teams .team .body .top {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

/* line 327, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .teams .team .body .top .image img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
}

/* line 336, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .teams .team .body .top .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 70%;
  font-weight: bold;
}

/* line 344, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .teams .team .body .top .name a {
  color: #03a6ff;
}

/* line 347, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .teams .team .body .top .name a:hover {
  opacity: 0.7;
}

/* line 354, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .teams .team .body .data {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  width: 100%;
  font-size: 14px;
  color: #52616a;
}

/* line 363, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .teams .team .body .data .item {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 368, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .teams .team .body .data .item .heading {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 125px;
  border-bottom: 1px dotted;
  word-break: keep-all;
}

/* line 376, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .teams .team .body .data .item .heading .material-symbols-rounded {
  font-size: 20px;
}

/* line 381, app/assets/stylesheets/teams/index.desktop.scss */
[data-scope-path='teams/index'] .teams .team .body .data .item .text {
  margin-top: 3px;
  width: 60%;
  border-bottom: 1px dotted;
}
@media screen and (max-width: 810px) {
  /* line 3, app/assets/stylesheets/teams/index.mobile.scss */
  [data-scope-path='teams/index'] .heading-wrapper {
    height: 150px;
  }
  /* line 6, app/assets/stylesheets/teams/index.mobile.scss */
  [data-scope-path='teams/index'] .heading-wrapper h1 {
    font-size: 26px;
  }
  /* line 10, app/assets/stylesheets/teams/index.mobile.scss */
  [data-scope-path='teams/index'] .heading-wrapper h1 .title .material-symbols-rounded {
    font-size: 30px;
  }
  /* line 16, app/assets/stylesheets/teams/index.mobile.scss */
  [data-scope-path='teams/index'] .heading-wrapper .heading-top {
    width: 95%;
    gap: 20px;
  }
  /* line 21, app/assets/stylesheets/teams/index.mobile.scss */
  [data-scope-path='teams/index'] .heading-wrapper .new-team {
    display: none;
  }
  /* line 26, app/assets/stylesheets/teams/index.mobile.scss */
  [data-scope-path='teams/index'] .new-team-mobile {
    display: flex;
    gap: 5px;
    font-size: 18px;
    color: #252c41;
    text-decoration: none;
    padding: 8px 36px;
    border: 1px solid #f4f5f9;
    border-radius: 26px;
    background-color: #f4f5f9;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.7);
    transition: .3s ease-in-out;
    max-width: 105px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    white-space: nowrap;
  }
  /* line 46, app/assets/stylesheets/teams/index.mobile.scss */
  [data-scope-path='teams/index'] .teams .team {
    width: 100%;
  }
}
/* line 1, app/assets/stylesheets/teams/new.desktop.scss */
[data-scope-path='teams/new'] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 6, app/assets/stylesheets/teams/new.desktop.scss */
[data-scope-path='teams/new'] .heading-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 55px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  height: 300px;
  background-image: url(/images/background_topics_1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  z-index: 1;
}

/* line 24, app/assets/stylesheets/teams/new.desktop.scss */
[data-scope-path='teams/new'] .heading-wrapper .heading-top {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* line 30, app/assets/stylesheets/teams/new.desktop.scss */
[data-scope-path='teams/new'] .heading-wrapper h1 {
  display: flex;
  justify-content: center;
  margin: 0;
}

/* line 35, app/assets/stylesheets/teams/new.desktop.scss */
[data-scope-path='teams/new'] .heading-wrapper h1 .title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f4f5f9;
}

/* line 41, app/assets/stylesheets/teams/new.desktop.scss */
[data-scope-path='teams/new'] .heading-wrapper h1 .title .material-symbols-rounded {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
  font-size: 32px;
}
@media screen and (max-width: 810px) {
  /* line 3, app/assets/stylesheets/teams/new.mobile.scss */
  [data-scope-path='teams/new'] .heading-wrapper {
    height: 150px;
  }
}
/* line 1, app/assets/stylesheets/teams/settings/edit.desktop.scss */
[data-scope-path='teams/settings/edit'] {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 10px;
  max-width: 420px;
  width: 95%;
  height: 200px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* line 19, app/assets/stylesheets/teams/settings/edit.desktop.scss */
[data-scope-path='teams/settings/edit'] .modal-inner {
  position: relative;
  z-index: 3;
}

/* line 23, app/assets/stylesheets/teams/settings/edit.desktop.scss */
[data-scope-path='teams/settings/edit'] .modal-inner .dismiss-button {
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 4;
}

/* line 32, app/assets/stylesheets/teams/settings/edit.desktop.scss */
[data-scope-path='teams/settings/edit'] .warning {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

/* line 41, app/assets/stylesheets/teams/settings/edit.desktop.scss */
[data-scope-path='teams/settings/edit'] .warning .material-symbols-rounded {
  font-size: 50px;
  color: #f1404b;
}

/* line 47, app/assets/stylesheets/teams/settings/edit.desktop.scss */
[data-scope-path='teams/settings/edit'] .submit {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  padding: 8px 36px;
  border-radius: 26px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-weight: bold;
  background-color: #f1404b;
  text-decoration: none;
  height: 20px;
}
/* line 1, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}

/* line 7, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .heading-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 55px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  height: 300px;
  background-image: url(/images/background_topics_1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

/* line 22, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .heading-wrapper::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-image: linear-gradient(180deg, transparent 0 40%, #111 120%);
}

/* line 32, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .heading-wrapper .settings {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 1;
  text-decoration: none;
}

/* line 42, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .heading-wrapper .settings .material-symbols-rounded {
  font-size: 26px;
  color: #fff;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

/* line 47, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .heading-wrapper .settings .material-symbols-rounded:hover {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

/* line 53, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .heading-wrapper .team {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
  top: 36px;
}

/* line 66, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .heading-wrapper .team .logo img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  background: #fff;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
}

/* line 76, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .heading-wrapper .team .team-name {
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  top: 25px;
  left: 140px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

/* line 87, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .heading-wrapper .team .team-name .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/* line 97, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .cannot-applicant {
  margin: 15px 0;
  text-align: center;
  font-size: 14px;
  color: #52616a;
}

/* line 104, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .tab-button {
  display: none;
}

/* line 108, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .tab-switch {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #52616a;
  list-style-type: none;
}

/* line 118, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .tab-switch li:nth-of-type(1) label {
  border-radius: 5px 0 0 0;
}

/* line 122, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .tab-switch li:nth-last-of-type(1) label {
  border-radius: 0 5px 0 0;
}

/* line 128, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .tab-list {
  display: block;
  padding-top: 5px;
  width: 150px;
  text-align: center;
  background: #afafaf;
  box-sizing: border-box;
  color: #fff;
  line-height: 2;
  cursor: pointer;
}

/* line 140, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] #tab__team-info:checked ~ .tab-switch #tab-list1,
[data-scope-path='teams/show'] #tab__team-member:checked ~ .tab-switch #tab-list2,
[data-scope-path='teams/show'] #tab__team_activity-log:checked ~ .tab-switch #tab-list3 {
  background: #52616a;
}

/* line 146, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .tab-switch-content {
  margin-bottom: 7px;
}

/* line 149, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .tab-switch-content .tab-content {
  display: none;
}

/* line 154, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] #tab__team-info:checked ~ .tab-switch-content .tab-content1,
[data-scope-path='teams/show'] #tab__team-member:checked ~ .tab-switch-content .tab-content2,
[data-scope-path='teams/show'] #tab__team_activity-log:checked ~ .tab-switch-content .tab-content3 {
  display: block;
}

/* line 160, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 610px;
  font-size: 14px;
  color: #52616a;
}

/* line 170, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info a {
  color: #03a6ff;
}

/* line 174, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info .description {
  margin: 14px 0;
}

/* line 178, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info figure {
  text-align: center;
  margin: 0;
}

/* line 182, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info figure img {
  width: 100%;
  max-width: max-content;
  height: max-content;
  border-radius: 6px;
}

/* line 191, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info .image-wrapper.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95%;
  height: auto;
  max-width: max-content;
  transform: translate(-50%, -50%);
  z-index: 11;
  background: rgba(0, 0, 0, 0.8);
}

/* line 202, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info .image-wrapper.popup::after {
  font-family: 'Material Symbols Rounded';
  content: '\e5cd';
  color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 36px;
  line-height: 1.15;
  cursor: pointer;
}

/* line 216, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info .image-wrapper:not(.popup):hover {
  opacity: 0.9;
  cursor: pointer;
}

/* line 222, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info .image-wrapper .image-popup {
  width: 100%;
  height: auto;
  max-height: 95dvh;
}

/* line 228, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info .image-wrapper .overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

/* line 240, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info .preview--youtube {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  height: 370px;
}

/* line 248, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info .iframe-discription {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #52616a;
}

/* line 256, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info .data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
}

/* line 264, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info .data dt {
  min-width: 130px;
  margin-bottom: 15px;
  width: 22%;
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px dotted;
}

/* line 274, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info .data dd {
  width: 58%;
  min-width: 130px;
  margin: 0;
  margin-left: 10px;
  margin-bottom: 15px;
  margin-top: 3px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px dotted;
}

/* line 287, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info .data-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* line 292, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info .data-icons .voice {
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  user-select: none;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
  z-index: 1;
}

/* line 300, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info .data-icons .voice .material-symbols-rounded {
  font-size: 25px;
}

/* line 306, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info .play {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}

/* line 313, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info .play .play-style {
  display: flex;
  gap: 5px;
}

/* line 319, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* line 325, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info .sns a {
  color: #52616a;
  padding: 5px;
  border-radius: 50%;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  background-color: #fff;
}

/* line 333, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-info .sns a img {
  width: 22px;
  height: 22px;
  padding: 3px;
}

/* line 343, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-edit .buttons {
  display: flex;
  justify-content: center;
}

/* line 347, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-edit .buttons .edit-team {
  font-size: 14px;
  color: #52616a;
  padding: 8px 36px;
  border-radius: 26px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  background-color: #fff;
  text-decoration: none;
}

/* line 357, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-edit .buttons .edit-team:hover {
  background-color: #52616a;
  color: #fff;
}

/* line 365, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .applicants-count {
  display: flex;
  justify-content: center;
}

/* line 369, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .applicants-count .applicants {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #03a6ff;
  text-decoration: none;
}

/* line 378, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .applicants-count .applicants .material-symbols-rounded {
  color: #03a6ff;
  animation: bound .5s infinite alternate;
}

@keyframes bound {
  0% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(-3px);
  }
}

/* line 388, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .applicants-count .applicants:hover {
  opacity: 0.7;
}

/* line 394, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .join {
  display: flex;
  justify-content: center;
}

/* line 398, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .join .applicants {
  font-size: 18px;
  font-weight: bold;
  color: #03a6ff;
}

/* line 403, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .join .applicants.cancel {
  color: #ce2f39;
}

/* line 407, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .join .applicants:hover {
  opacity: 0.7;
}

/* line 413, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-activity-log {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

/* line 420, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-activity-log .new-log {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 425, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-activity-log .new-log .link {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: #03a6ff;
  font-size: 16px;
  font-weight: bold;
}

/* line 434, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-activity-log .new-log .link:hover {
  opacity: 0.7;
}

/* line 438, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-activity-log .new-log .link .material-symbols-rounded {
  font-size: 20px;
}

/* line 445, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-activity-log .sort .form--sort {
  margin: 0;
}

/* line 448, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-activity-log .sort .form--sort .select {
  padding: 5px;
  border: 1px solid #f4f5f9;
  border-radius: 6px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  color: #252c41;
  outline: none;
  font-size: 14px;
  text-align: center;
}

/* line 462, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-activity-log .activity-logs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
}

/* line 469, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-activity-log .activity-logs .log {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  padding: 20px 20px 10px 20px;
  width: calc(50% - 10px);
  border: 1px solid #f4f5f9;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
  background-color: #fff;
  word-break: break-all;
  line-height: 1.5;
  color: #252c41;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

/* line 487, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-activity-log .activity-logs .log:hover {
  transform: translateY(-0.12em);
}

/* line 491, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-activity-log .activity-logs .log .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 54px;
  font-size: 18px;
  font-weight: bold;
}

/* line 501, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-activity-log .activity-logs .log footer {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}

/* line 507, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-activity-log .activity-logs .log footer .author {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #52616a;
}

/* line 515, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-activity-log .activity-logs .log footer .author .image img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 50%;
}

/* line 524, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-activity-log .activity-logs .log footer .right {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #52616a;
}

/* line 531, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-activity-log .activity-logs .log footer .right .material-symbols-rounded {
  font-size: 20px;
}

/* line 539, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-activity-log .no-contents {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  font-size: 14px;
  color: #52616a;
}

/* line 549, app/assets/stylesheets/teams/show.desktop.scss */
[data-scope-path='teams/show'] .team-activity-log .no-contents img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 810px) {
  /* line 4, app/assets/stylesheets/teams/show.mobile.scss */
  [data-scope-path='teams/show'] .heading-wrapper {
    height: 150px;
  }
  /* line 7, app/assets/stylesheets/teams/show.mobile.scss */
  [data-scope-path='teams/show'] .heading-wrapper::before {
    height: 150px;
  }
  /* line 11, app/assets/stylesheets/teams/show.mobile.scss */
  [data-scope-path='teams/show'] .heading-wrapper .team {
    gap: 10px;
    top: 10px;
    padding: 0 20px;
  }
  /* line 16, app/assets/stylesheets/teams/show.mobile.scss */
  [data-scope-path='teams/show'] .heading-wrapper .team .team-name {
    gap: 5px;
    position: initial;
    top: 18px;
    left: 120px;
    width: 63%;
    font-size: 18px;
  }
  /* line 26, app/assets/stylesheets/teams/show.mobile.scss */
  [data-scope-path='teams/show'] .heading-wrapper .team .logo img {
    width: 60px;
    height: 60px;
  }
  /* line 34, app/assets/stylesheets/teams/show.mobile.scss */
  [data-scope-path='teams/show'] .tab-switch {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: inherit;
  }
  /* line 39, app/assets/stylesheets/teams/show.mobile.scss */
  [data-scope-path='teams/show'] .tab-switch li {
    width: 100%;
  }
  /* line 44, app/assets/stylesheets/teams/show.mobile.scss */
  [data-scope-path='teams/show'] .tab-switch li:nth-of-type(1) label, [data-scope-path='teams/show'] .tab-switch li:nth-last-of-type(1) label {
    border-radius: 0;
  }
  /* line 49, app/assets/stylesheets/teams/show.mobile.scss */
  [data-scope-path='teams/show'] .tab-switch li .tab-list {
    width: inherit;
  }
  /* line 57, app/assets/stylesheets/teams/show.mobile.scss */
  [data-scope-path='teams/show'] .team-info figure img {
    height: inherit;
  }
  /* line 62, app/assets/stylesheets/teams/show.mobile.scss */
  [data-scope-path='teams/show'] .team-info .preview--youtube {
    height: calc(95vw - 190px);
  }
  /* line 68, app/assets/stylesheets/teams/show.mobile.scss */
  [data-scope-path='teams/show'] .team-activity-log .activity-logs {
    flex-direction: column;
  }
  /* line 71, app/assets/stylesheets/teams/show.mobile.scss */
  [data-scope-path='teams/show'] .team-activity-log .activity-logs .log {
    gap: 10px;
    padding: 13px;
    width: 100%;
  }
  /* line 76, app/assets/stylesheets/teams/show.mobile.scss */
  [data-scope-path='teams/show'] .team-activity-log .activity-logs .log .title {
    font-size: 16px;
  }
  /* line 80, app/assets/stylesheets/teams/show.mobile.scss */
  [data-scope-path='teams/show'] .team-activity-log .activity-logs .log footer {
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
  }
  /* line 86, app/assets/stylesheets/teams/show.mobile.scss */
  [data-scope-path='teams/show'] .team-activity-log .activity-logs .log footer .author .name {
    font-size: 12px;
  }
  /* line 91, app/assets/stylesheets/teams/show.mobile.scss */
  [data-scope-path='teams/show'] .team-activity-log .activity-logs .log footer .right {
    gap: 5px;
  }
  /* line 94, app/assets/stylesheets/teams/show.mobile.scss */
  [data-scope-path='teams/show'] .team-activity-log .activity-logs .log footer .right .material-symbols-rounded {
    font-size: 16px;
  }
}
/* line 2, app/assets/stylesheets/teams/user_status/form.desktop.scss */
[data-scope-path='teams/user_status/form'] .form {
  margin: 55px 0 0 0;
}

/* line 5, app/assets/stylesheets/teams/user_status/form.desktop.scss */
[data-scope-path='teams/user_status/form'] .form .textarea {
  display: block;
  padding: 10px;
  width: 100%;
  height: 120px;
  border-radius: 8px;
  color: #252c41;
  outline: none;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  resize: vertical;
  overflow-y: auto;
  color: #52616a;
  line-height: 1.2;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic UI", "Meiryo", sans-serif;
}

/* line 22, app/assets/stylesheets/teams/user_status/form.desktop.scss */
[data-scope-path='teams/user_status/form'] .form .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  padding: 10px 0;
  z-index: 10;
}

/* line 31, app/assets/stylesheets/teams/user_status/form.desktop.scss */
[data-scope-path='teams/user_status/form'] .form .buttons .button {
  font-size: 12px;
  color: #fff;
  padding: 4px 16px;
  border-radius: 26px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 39, app/assets/stylesheets/teams/user_status/form.desktop.scss */
[data-scope-path='teams/user_status/form'] .form .buttons .button:hover {
  opacity: 0.7;
}

/* line 44, app/assets/stylesheets/teams/user_status/form.desktop.scss */
[data-scope-path='teams/user_status/form'] .form .buttons .submit {
  appearance: none;
  -webkit-appearance: none;
  border: #a0bf69;
  background-color: #a0bf69;
  font-weight: bold;
}

/* line 52, app/assets/stylesheets/teams/user_status/form.desktop.scss */
[data-scope-path='teams/user_status/form'] .form .buttons .cancel {
  border: 1px solid #f1404b;
  color: #f1404b;
  background-color: #fff;
  text-decoration: none;
}
/* line 1, app/assets/stylesheets/teams/user_status/show.desktop.scss */
[data-scope-path='teams/user_status/show'] {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 20px;
  max-width: 420px;
  width: 95%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* line 18, app/assets/stylesheets/teams/user_status/show.desktop.scss */
[data-scope-path='teams/user_status/show'] .modal-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-height: 400px;
}

/* line 27, app/assets/stylesheets/teams/user_status/show.desktop.scss */
[data-scope-path='teams/user_status/show'] .modal-inner header {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 32, app/assets/stylesheets/teams/user_status/show.desktop.scss */
[data-scope-path='teams/user_status/show'] .modal-inner header img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12);
}

/* line 42, app/assets/stylesheets/teams/user_status/show.desktop.scss */
[data-scope-path='teams/user_status/show'] .modal-inner header .username a {
  font-weight: bold;
  color: #03a6ff;
}

/* line 49, app/assets/stylesheets/teams/user_status/show.desktop.scss */
[data-scope-path='teams/user_status/show'] .modal-inner .description {
  padding: 0 5px;
  font-size: 14px;
  color: #52616a;
  overflow-y: auto;
}

/* line 56, app/assets/stylesheets/teams/user_status/show.desktop.scss */
[data-scope-path='teams/user_status/show'] .modal-inner .dismiss-button {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}
/* line 1, app/assets/stylesheets/teams/users/index.desktop.scss */
[data-scope-path='teams/users/index'] {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 20px;
  max-width: 420px;
  width: 95%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  z-index: 2;
  gap: 20px;
}

/* line 20, app/assets/stylesheets/teams/users/index.desktop.scss */
[data-scope-path='teams/users/index'] .title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
}

/* line 27, app/assets/stylesheets/teams/users/index.desktop.scss */
[data-scope-path='teams/users/index'] .form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0;
}

/* line 33, app/assets/stylesheets/teams/users/index.desktop.scss */
[data-scope-path='teams/users/index'] .form .tips {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  color: #52616a;
}

/* line 40, app/assets/stylesheets/teams/users/index.desktop.scss */
[data-scope-path='teams/users/index'] .form .tips .material-symbols-rounded {
  font-size: 18px;
  user-select: none;
}

/* line 47, app/assets/stylesheets/teams/users/index.desktop.scss */
[data-scope-path='teams/users/index'] .form .button:hover {
  opacity: 0.7;
}

/* line 52, app/assets/stylesheets/teams/users/index.desktop.scss */
[data-scope-path='teams/users/index'] .form .submit {
  appearance: none;
  -webkit-appearance: none;
  font-size: 12px;
  color: #fff;
  padding: 6px 20px;
  border-radius: 26px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-weight: bold;
  border: #a0bf69;
  background-color: #a0bf69;
}

/* line 65, app/assets/stylesheets/teams/users/index.desktop.scss */
[data-scope-path='teams/users/index'] .form .submit.reject-button {
  border: #ce2f39;
  background-color: #ce2f39;
}

/* line 72, app/assets/stylesheets/teams/users/index.desktop.scss */
[data-scope-path='teams/users/index'] .dismiss-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/* line 79, app/assets/stylesheets/teams/users/index.desktop.scss */
[data-scope-path='teams/users/index'] .users {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 10px;
  width: 100%;
  max-height: 50dvh;
  overflow-y: auto;
}

/* line 88, app/assets/stylesheets/teams/users/index.desktop.scss */
[data-scope-path='teams/users/index'] .users .user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

/* line 94, app/assets/stylesheets/teams/users/index.desktop.scss */
[data-scope-path='teams/users/index'] .users .user .left {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 100, app/assets/stylesheets/teams/users/index.desktop.scss */
[data-scope-path='teams/users/index'] .users .user .left .image img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
}

/* line 109, app/assets/stylesheets/teams/users/index.desktop.scss */
[data-scope-path='teams/users/index'] .users .user .left a {
  font-size: 12px;
  color: #03a6ff;
}

/* line 115, app/assets/stylesheets/teams/users/index.desktop.scss */
[data-scope-path='teams/users/index'] .users .user .right {
  display: flex;
  gap: 10px;
}
/* line 1, app/assets/stylesheets/teams/users/new.desktop.scss */
[data-scope-path='teams/users/new'] {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 20px;
  max-width: 420px;
  width: 95%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  z-index: 2;
  gap: 30px;
}

/* line 20, app/assets/stylesheets/teams/users/new.desktop.scss */
[data-scope-path='teams/users/new'] .title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
}

/* line 27, app/assets/stylesheets/teams/users/new.desktop.scss */
[data-scope-path='teams/users/new'] .form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0;
}

/* line 33, app/assets/stylesheets/teams/users/new.desktop.scss */
[data-scope-path='teams/users/new'] .form .tips {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  color: #52616a;
}

/* line 40, app/assets/stylesheets/teams/users/new.desktop.scss */
[data-scope-path='teams/users/new'] .form .tips .material-symbols-rounded {
  font-size: 18px;
  user-select: none;
}

/* line 46, app/assets/stylesheets/teams/users/new.desktop.scss */
[data-scope-path='teams/users/new'] .form .button {
  text-align: center;
}

/* line 50, app/assets/stylesheets/teams/users/new.desktop.scss */
[data-scope-path='teams/users/new'] .form .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}

/* line 57, app/assets/stylesheets/teams/users/new.desktop.scss */
[data-scope-path='teams/users/new'] .form .buttons .button {
  font-size: 14px;
  color: #fff;
  padding: 8px 36px;
  border-radius: 26px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 66, app/assets/stylesheets/teams/users/new.desktop.scss */
[data-scope-path='teams/users/new'] .form .buttons .submit {
  appearance: none;
  -webkit-appearance: none;
  font-weight: bold;
  border: #a0bf69;
  background-color: #a0bf69;
  font-size: 14px;
  color: #fff;
  padding: 8px 36px;
  border-radius: 26px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 79, app/assets/stylesheets/teams/users/new.desktop.scss */
[data-scope-path='teams/users/new'] .form .buttons .submit:hover {
  opacity: 0.7;
}

/* line 84, app/assets/stylesheets/teams/users/new.desktop.scss */
[data-scope-path='teams/users/new'] .form .buttons .cancel {
  border: 1px solid #f1404b;
  color: #f1404b;
  background-color: #fff;
  text-decoration: none;
}

/* line 90, app/assets/stylesheets/teams/users/new.desktop.scss */
[data-scope-path='teams/users/new'] .form .buttons .cancel:hover {
  opacity: 0.7;
}

/* line 97, app/assets/stylesheets/teams/users/new.desktop.scss */
[data-scope-path='teams/users/new'] .dismiss-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
/* line 2, app/assets/stylesheets/topics/edit.desktop.scss */
[data-scope-path='topics/edit'] .content-wrapper {
  display: flex;
  gap: 20px;
}
/* line 2, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0;
}

/* line 9, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 14, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__field .form__heading {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* line 20, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__field .form__error {
  color: #f1404b;
}

/* line 25, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__label {
  color: #252c41;
}

/* line 29, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__header {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  max-height: 150px;
}

/* line 36, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__header .form__header_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  background: linear-gradient(180deg, #F6416C 0%, #FFDE7D 100%);
  color: #fff;
  cursor: pointer;
}

/* line 45, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__header .form__header_banner .icon__add_photo_alternate {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 10px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

/* line 54, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__header .form__header_banner .icon__add_photo_alternate:hover {
  opacity: 0.7;
}

/* line 60, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__header .form__header_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.65);
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
  color: #fff;
  cursor: pointer;
}

/* line 73, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__header .form__header_icon .icon__add_photo_alternate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.65);
}

/* line 82, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__header .form__header_icon .icon__add_photo_alternate:hover {
  opacity: 0.7;
}

/* line 88, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__header .form__file_field {
  display: none;
}

/* line 92, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__header .form__file_preview_banner {
  width: 100%;
}

/* line 95, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__header .form__file_preview_banner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  mix-blend-mode: darken;
  content: '';
}

/* line 106, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__header .form__file_preview_banner img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

/* line 112, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__header .form__file_preview_banner .form__banner_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  mix-blend-mode: darken;
}

/* line 123, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__header .form__file_preview_icon {
  width: 100%;
}

/* line 126, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__header .form__file_preview_icon img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
}

/* line 135, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__title {
  display: block;
  padding: 15px;
  width: 100%;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  color: #252c41;
  outline: none;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 148, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__textarea {
  display: block;
  padding: 15px;
  width: 100%;
  min-height: 140px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  color: #252c41;
  outline: none;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  resize: vertical;
  background-color: #fff;
  overflow-y: auto;
  line-height: 1.5;
}

/* line 166, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__text_field {
  display: block;
  margin-top: 5px;
  padding: 15px;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  color: #252c41;
  outline: none;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 179, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__tips {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 184, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__tips div {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #52616a;
}

/* line 191, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__tips .material-symbols-rounded {
  font-size: 18px;
  user-select: none;
}

/* line 197, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__disabled {
  user-select: none;
  opacity: 0.4;
}

/* line 202, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__submit_button {
  text-align: center;
}

/* line 205, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__submit_button .form__submit {
  appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  color: #fff;
  padding: 8px 36px;
  border-radius: 26px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-weight: bold;
  border: #a0bf69;
  background-color: #a0bf69;
}

/* line 218, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/form'] .form__submit_button .form__submit:hover {
  opacity: 0.7;
}

/* line 7, app/assets/stylesheets/topics/form.desktop.scss */
[data-scope-path='topics/form'] .form__form .radio-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  color: #252c41;
}

/* line 17, app/assets/stylesheets/topics/form.desktop.scss */
[data-scope-path='topics/form'] .form__form .radio-buttons .radio {
  display: none;
}

/* line 21, app/assets/stylesheets/topics/form.desktop.scss */
[data-scope-path='topics/form'] .form__form .radio-buttons .input--radio {
  user-select: none;
}

/* line 24, app/assets/stylesheets/topics/form.desktop.scss */
[data-scope-path='topics/form'] .form__form .radio-buttons .input--radio label {
  cursor: pointer;
  display: flex;
  gap: 5px;
}

/* line 31, app/assets/stylesheets/topics/form.desktop.scss */
[data-scope-path='topics/form'] .form__form .radio-buttons .input__box {
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #f4f5f9;
  user-select: none;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  transition: background-color .1s ease;
  opacity: .9;
  background-color: #fff;
  border-radius: 50%;
}

/* line 47, app/assets/stylesheets/topics/form.desktop.scss */
[data-scope-path='topics/form'] .form__form .radio-buttons .input--radio input:checked + .input__box {
  border-radius: 50%;
  background-color: #a0bf69;
  transition-delay: 0s;
  animation-name: wobble;
  animation-duration: .3s;
  animation-timing-function: ease;
}

@keyframes wobble {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  40% {
    -webkit-transform: scale(1.1, 0.9) rotate(5deg);
    transform: scale(1.1, 0.9) rotate(5deg);
  }
  70% {
    -webkit-transform: scale(0.9, 1.1) rotate(-3deg);
    transform: scale(0.9, 1.1) rotate(-3deg);
  }
  80% {
    -webkit-transform: scale(1.05, 0.95) rotate(1deg);
    transform: scale(1.05, 0.95) rotate(1deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}

/* line 80, app/assets/stylesheets/topics/form.desktop.scss */
[data-scope-path='topics/form'] .form__form .radio-buttons .input--radio .input__box:after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
}

/* line 87, app/assets/stylesheets/topics/form.desktop.scss */
[data-scope-path='topics/form'] .form__form .radio-buttons .input--radio input:checked + .input__box:after {
  position: absolute;
  top: 19%;
  left: 20%;
  width: 10px;
  height: 10px;
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}

/* line 98, app/assets/stylesheets/topics/form.desktop.scss */
[data-scope-path='topics/form'] .form__form .attachments {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 103, app/assets/stylesheets/topics/form.desktop.scss */
[data-scope-path='topics/form'] .form__form .attachments .js-error {
  display: none;
  color: #f1404b;
}

/* line 108, app/assets/stylesheets/topics/form.desktop.scss */
[data-scope-path='topics/form'] .form__form .attachments .submit-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* line 116, app/assets/stylesheets/topics/form.desktop.scss */
[data-scope-path='topics/form'] .form__form .attachments .attached-images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

/* line 123, app/assets/stylesheets/topics/form.desktop.scss */
[data-scope-path='topics/form'] .form__form .attachments .attached-images .file-label .material-symbols-rounded {
  color: #52616a;
  font-size: 28px;
  user-select: none;
  cursor: pointer;
}

/* line 129, app/assets/stylesheets/topics/form.desktop.scss */
[data-scope-path='topics/form'] .form__form .attachments .attached-images .file-label .material-symbols-rounded:hover {
  opacity: 0.8;
}

/* line 134, app/assets/stylesheets/topics/form.desktop.scss */
[data-scope-path='topics/form'] .form__form .attachments .attached-images .file-label .file {
  display: none;
}

/* line 140, app/assets/stylesheets/topics/form.desktop.scss */
[data-scope-path='topics/form'] .form__form .attachments .image-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

/* line 146, app/assets/stylesheets/topics/form.desktop.scss */
[data-scope-path='topics/form'] .form__form .attachments .image-box img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  user-select: none;
}

/* line 153, app/assets/stylesheets/topics/form.desktop.scss */
[data-scope-path='topics/form'] .form__form .attachments .image-box .material-symbols-rounded {
  font-weight: 300;
  font-size: 20px;
  color: #f1404b;
  user-select: none;
  cursor: pointer;
}
@media screen and (max-width: 810px) {
  /* line 3, app/assets/stylesheets/topics/form.mobile.scss */
  [data-scope-path='topics/form'] .form {
    width: 100%;
  }
}
/* line 5, app/assets/stylesheets/topics/hashtags/edit.desktop.scss */
[data-scope-path='topics/hashtags/edit'] {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 95%;
  max-width: 600px;
  max-height: 80%;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow-y: scroll;
}

/* line 17, app/assets/stylesheets/mixin/layouts/_modal.scss */
[data-scope-path='topics/hashtags/edit'] .modal__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}

/* line 25, app/assets/stylesheets/mixin/layouts/_modal.scss */
[data-scope-path='topics/hashtags/edit'] .modal__title {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 18px;
}

/* line 32, app/assets/stylesheets/mixin/layouts/_modal.scss */
[data-scope-path='topics/hashtags/edit'] .modal__dismiss_button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/* line 2, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0;
}

/* line 9, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 14, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__field .form__heading {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* line 20, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__field .form__error {
  color: #f1404b;
}

/* line 25, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__label {
  color: #252c41;
}

/* line 29, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__header {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  max-height: 150px;
}

/* line 36, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__header .form__header_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  background: linear-gradient(180deg, #F6416C 0%, #FFDE7D 100%);
  color: #fff;
  cursor: pointer;
}

/* line 45, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__header .form__header_banner .icon__add_photo_alternate {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 10px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

/* line 54, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__header .form__header_banner .icon__add_photo_alternate:hover {
  opacity: 0.7;
}

/* line 60, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__header .form__header_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.65);
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
  color: #fff;
  cursor: pointer;
}

/* line 73, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__header .form__header_icon .icon__add_photo_alternate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.65);
}

/* line 82, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__header .form__header_icon .icon__add_photo_alternate:hover {
  opacity: 0.7;
}

/* line 88, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__header .form__file_field {
  display: none;
}

/* line 92, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__header .form__file_preview_banner {
  width: 100%;
}

/* line 95, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__header .form__file_preview_banner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  mix-blend-mode: darken;
  content: '';
}

/* line 106, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__header .form__file_preview_banner img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

/* line 112, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__header .form__file_preview_banner .form__banner_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  mix-blend-mode: darken;
}

/* line 123, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__header .form__file_preview_icon {
  width: 100%;
}

/* line 126, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__header .form__file_preview_icon img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
}

/* line 135, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__title {
  display: block;
  padding: 15px;
  width: 100%;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  color: #252c41;
  outline: none;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 148, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__textarea {
  display: block;
  padding: 15px;
  width: 100%;
  min-height: 140px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  color: #252c41;
  outline: none;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  resize: vertical;
  background-color: #fff;
  overflow-y: auto;
  line-height: 1.5;
}

/* line 166, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__text_field {
  display: block;
  margin-top: 5px;
  padding: 15px;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  color: #252c41;
  outline: none;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 179, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__tips {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 184, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__tips div {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #52616a;
}

/* line 191, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__tips .material-symbols-rounded {
  font-size: 18px;
  user-select: none;
}

/* line 197, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__disabled {
  user-select: none;
  opacity: 0.4;
}

/* line 202, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__submit_button {
  text-align: center;
}

/* line 205, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__submit_button .form__submit {
  appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  color: #fff;
  padding: 8px 36px;
  border-radius: 26px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-weight: bold;
  border: #a0bf69;
  background-color: #a0bf69;
}

/* line 218, app/assets/stylesheets/mixin/_form.scss */
[data-scope-path='topics/hashtags/edit'] .form__submit_button .form__submit:hover {
  opacity: 0.7;
}

/* line 2, app/assets/stylesheets/mixin/_hashtags.scss */
[data-scope-path='topics/hashtags/edit'] .hashtags__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style-type: none;
}

/* line 10, app/assets/stylesheets/mixin/_hashtags.scss */
[data-scope-path='topics/hashtags/edit'] .hashtags__list .hashtags__item {
  display: flex;
  align-items: center;
  padding: 2px 6px;
  line-height: 1.2;
  border-radius: 16px;
  background-color: rgba(3, 166, 255, 0.1);
  cursor: default;
}

/* line 19, app/assets/stylesheets/mixin/_hashtags.scss */
[data-scope-path='topics/hashtags/edit'] .hashtags__list .hashtags__item :hover {
  opacity: 0.7;
}

/* line 23, app/assets/stylesheets/mixin/_hashtags.scss */
[data-scope-path='topics/hashtags/edit'] .hashtags__list .hashtags__item .hashtags__link {
  font-size: 14px;
  color: #03a6ff;
  text-decoration: none;
}

/* line 30, app/assets/stylesheets/mixin/_hashtags.scss */
[data-scope-path='topics/hashtags/edit'] .hashtags__list .hashtags__item .hashtags__remove .icon__close {
  font-size: 22px;
  color: #52616a;
}

/* line 37, app/assets/stylesheets/mixin/_hashtags.scss */
[data-scope-path='topics/hashtags/edit'] .hashtags__list .hashtags__item__custom {
  cursor: default;
}

/* line 41, app/assets/stylesheets/mixin/_hashtags.scss */
[data-scope-path='topics/hashtags/edit'] .hashtags__list .hashtags__item__custom .hashtags__link__custom .icon__add {
  font-size: 20px;
}

/* line 48, app/assets/stylesheets/mixin/_hashtags.scss */
[data-scope-path='topics/hashtags/edit'] .tagify__tag {
  line-height: 1.2;
}

/* line 52, app/assets/stylesheets/mixin/_hashtags.scss */
[data-scope-path='topics/hashtags/edit'] .tagify__tag > div::before {
  box-shadow: none;
  background-color: rgba(3, 166, 255, 0.1);
  border-radius: 16px;
}

/* line 60, app/assets/stylesheets/mixin/_hashtags.scss */
[data-scope-path='topics/hashtags/edit'] .tagify__tag-text {
  font-size: 14px;
  color: #03a6ff;
}

/* line 66, app/assets/stylesheets/mixin/_hashtags.scss */
[data-scope-path='topics/hashtags/edit'] .tagify__tag__removeBtn::after {
  font-size: 18px;
}
/* line 2, app/assets/stylesheets/mixin/_likes.scss */
[data-scope-path='topics/likes/like'] .like__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

/* line 8, app/assets/stylesheets/mixin/_likes.scss */
[data-scope-path='topics/likes/like'] .like__button form {
  margin: 0;
}

/* line 12, app/assets/stylesheets/mixin/_likes.scss */
[data-scope-path='topics/likes/like'] .like__button .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  margin: 0;
  padding: 5px;
  width: 30px;
  height: 30px;
  font-weight: bold;
  font-size: 22px;
  color: #f91881;
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
  border-radius: 50%;
  line-height: 1;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
}

/* line 36, app/assets/stylesheets/mixin/_likes.scss */
[data-scope-path='topics/likes/like'] .like__button .submit::after {
  margin-top: 2px;
  font-family: 'Material Symbols Rounded';
  content: '\e87d';
  font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 48;
}

/* line 43, app/assets/stylesheets/mixin/_likes.scss */
[data-scope-path='topics/likes/like'] .like__button .submit:hover {
  opacity: 0.7;
}

/* line 49, app/assets/stylesheets/mixin/_likes.scss */
[data-scope-path='topics/likes/like'] .like__button .unlike::after {
  font-family: 'Material Symbols Rounded';
  content: '\e87d';
  font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 48;
}

/* line 57, app/assets/stylesheets/mixin/_likes.scss */
[data-scope-path='topics/likes/like'] .like__button .animate::after {
  transition-delay: 0s;
  animation-name: like;
  animation-duration: .3s;
  animation-timing-function: ease;
}

@keyframes like {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  40% {
    -webkit-transform: scale(1.3, 0.8) rotate(5deg);
    transform: scale(1.3, 0.8) rotate(5deg);
  }
  70% {
    -webkit-transform: scale(0.8, 1.3) rotate(-3deg);
    transform: scale(0.8, 1.3) rotate(-3deg);
  }
  80% {
    -webkit-transform: scale(1.1, 0.85) rotate(1deg);
    transform: scale(1.1, 0.85) rotate(1deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}

/* line 89, app/assets/stylesheets/mixin/_likes.scss */
[data-scope-path='topics/likes/like'] .like__button .count {
  font-size: 12px;
  color: #52616a;
}
/* line 2, app/assets/stylesheets/topics/new.desktop.scss */
[data-scope-path='topics/new'] .content-wrapper {
  display: flex;
  gap: 20px;
}
/* line 4, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 10, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .user-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
}

/* line 21, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .user-image .material-symbols-rounded {
  user-select: none;
  font-size: 30px;
}

/* line 26, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .user-image img {
  display: inline;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 35, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper a[id] {
  display: block;
  padding-top: 85px;
  margin-top: -85px;
}

/* line 41, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  width: calc(100% - 80px);
  border: 1px solid #f4f5f9;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  word-break: break-all;
}

/* line 55, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response::before {
  position: absolute;
  top: 15px;
  left: -12px;
  border-right: 12px solid #e9e9e9;
  border-bottom: 12px solid transparent;
  border-top: 12px solid transparent;
  content: "";
}

/* line 65, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response::after {
  position: absolute;
  top: 14px;
  left: -11px;
  border-right: 12px solid #fff;
  border-bottom: 12px solid transparent;
  border-top: 12px solid transparent;
  content: "";
}

/* line 75, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .header {
  display: flex;
  gap: 10px;
  font-weight: bold;
  color: #252c41;
}

/* line 82, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .header .username .user-link {
  color: #03a6ff;
  text-decoration: none;
}

/* line 86, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .header .username .user-link:hover {
  opacity: 0.7;
}

/* line 93, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response a[id^="anchor-"] {
  position: relative;
  outline: none;
  z-index: -1;
}

/* line 99, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .body {
  line-height: 1.5;
  color: #252c41;
}

/* line 2, app/assets/stylesheets/mixin/_youtube_preview.scss */
[data-scope-path='topics/response'] .response-wrapper .response .body .youtube__preview {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  height: 370px;
}

@media screen and (max-width: 810px) {
  /* line 2, app/assets/stylesheets/mixin/_youtube_preview.scss */
  [data-scope-path='topics/response'] .response-wrapper .response .body .youtube__preview {
    height: calc(95vw - 190px);
  }
}

/* line 14, app/assets/stylesheets/mixin/_youtube_preview.scss */
[data-scope-path='topics/response'] .response-wrapper .response .body .youtube__iframe-discription {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #52616a;
}

/* line 106, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .body:not(.takibi-lexxy) p {
  margin: 0;
}

/* line 110, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .body:not(.takibi-lexxy) a {
  color: #03a6ff;
  font-weight: 500;
}

/* line 117, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}

/* line 123, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .images .thumb {
  display: block;
  width: 100px;
  height: 60px;
  overflow: hidden;
  cursor: pointer;
}

/* line 132, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .images .thumb .image-wrapper.popup::after {
  font-family: 'Material Symbols Rounded';
  content: '\e5cd';
  color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 36px;
}

/* line 144, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .images .thumb .image-wrapper:not(.popup):hover {
  opacity: 0.7;
}

/* line 150, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .images .thumb img {
  width: 100px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

/* line 157, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .images .thumb .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95%;
  height: auto;
  max-width: max-content;
  transform: translate(-50%, -50%);
  z-index: 50;
  background: rgba(0, 0, 0, 0.8);
}

/* line 169, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .images .thumb .image-popup {
  width: 100%;
  height: auto;
  max-height: 95dvh;
}

/* line 176, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .images .overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
}

/* line 188, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #52616a;
  margin-top: 10px;
}

/* line 195, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .footer a {
  text-decoration: none;
}

/* line 198, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .footer a .material-symbols-rounded {
  font-size: 20px;
  user-select: none;
  cursor: pointer;
}

/* line 205, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .footer .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  font-size: 14px;
  color: #52616a;
}

/* line 213, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .footer .right .material-symbols-rounded {
  font-size: 18px;
}

/* line 217, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .footer .right .updated-at {
  white-space: nowrap;
}

/* line 222, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .footer .right .updated-at .material-symbols-rounded {
  font-size: 20px;
}

/* line 227, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .footer .right .created-at {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  color: #52616a;
}

/* line 237, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .menu {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 242, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .menu .menu-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  right: 0;
  padding: 10px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

/* line 258, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .menu .menu-item {
  width: 70px;
}

/* line 261, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .menu .menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-size: 14px;
  color: #252c41;
}

/* line 270, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .menu .menu-item a:hover {
  opacity: 0.7;
}

/* line 274, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .menu .menu-item a .material-symbols-rounded {
  font-size: 18px;
}

/* line 278, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .menu .menu-item a.color-danger {
  color: #f1404b;
}

/* line 281, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .menu .menu-item a.color-danger .material-symbols-rounded {
  color: #f1404b;
}

/* line 288, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .menu .material-symbols-rounded {
  cursor: pointer;
  font-size: 22px;
  color: #52616a;
}

/* line 293, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .menu .material-symbols-rounded:hover {
  opacity: 0.7;
}

/* line 299, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .menu-checkbox {
  display: none;
}

/* line 302, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .menu-checkbox:checked ~ .menu-wrapper {
  opacity: 1;
  visibility: inherit;
}

/* line 308, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin: 0;
}

/* line 315, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .form .textarea {
  display: block;
  padding: 15px;
  width: 100%;
  min-height: 140px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  color: #252c41;
  outline: none;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  resize: vertical;
  background-color: #fff;
  overflow-y: auto;
  line-height: 1.5;
  word-break: break-all;
}

/* line 334, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .form .attachments {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* line 339, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .form .attachments .js-error {
  display: none;
  color: #f1404b;
}

/* line 345, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .form .attachments .submit-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* line 353, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .form .attachments .attached-images {
  display: flex;
  gap: 20px;
  align-items: center;
}

/* line 359, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .form .attachments .attached-images .file-label .material-symbols-rounded {
  color: #52616a;
  font-size: 28px;
  user-select: none;
  cursor: pointer;
}

/* line 365, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .form .attachments .attached-images .file-label .material-symbols-rounded:hover {
  opacity: 0.8;
}

/* line 370, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .form .attachments .attached-images .file-label .file {
  display: none;
}

/* line 376, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .form .attachments .image-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

/* line 382, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .form .attachments .image-box img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  user-select: none;
}

/* line 389, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .form .attachments .image-box .material-symbols-rounded {
  font-weight: 300;
  font-size: 20px;
  color: #f1404b;
  user-select: none;
  cursor: pointer;
}

/* line 399, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .form .tips {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 404, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .form .tips div {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #52616a;
}

/* line 411, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .form .tips .material-symbols-rounded {
  font-size: 18px;
  user-select: none;
}

/* line 417, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .form .response-button {
  display: flex;
  justify-content: flex-end;
}

/* line 421, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .form .response-button .submit-button {
  border-radius: 26px;
  background-color: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 427, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .form .response-button .submit-button .submit {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 8px 26px;
  border-radius: 26px;
  font-size: 14px;
  color: #252c41;
  background-color: #fff;
  cursor: pointer;
}

/* line 439, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .form .response-button .submit-button:hover {
  opacity: 0.7;
}

/* line 445, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .form .field {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* line 450, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .form .field .error {
  color: #f1404b;
}

/* line 456, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .buttons {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

/* line 462, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .buttons .button {
  font-size: 14px;
  color: #fff;
  padding: 6px 26px;
  border-radius: 26px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 471, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .buttons .submit {
  appearance: none;
  -webkit-appearance: none;
  padding: 8px 26px;
  border-radius: 26px;
  border: #a0bf69;
  background-color: #a0bf69;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

/* line 483, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .buttons .submit:hover {
  opacity: 0.7;
}

/* line 488, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .buttons .cancel, [data-scope-path='topics/response'] .response-wrapper .response .buttons .delete {
  color: #f1404b;
}

/* line 491, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .buttons .cancel:hover, [data-scope-path='topics/response'] .response-wrapper .response .buttons .delete:hover {
  opacity: 0.7;
}

/* line 496, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .buttons .submit-button {
  width: max-content;
  border-radius: 26px;
  background-color: #fff;
  cursor: pointer;
}

/* line 503, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .response-wrapper .response .buttons .cancel {
  display: block;
  text-align: right;
  color: #f1404b;
  font-size: 14px;
}

/* line 514, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .image-wrapper.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95%;
  height: auto;
  max-width: max-content;
  transform: translate(-50%, -50%);
  z-index: 50;
  background: rgba(0, 0, 0, 0.8);
}

/* line 525, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .image-wrapper.popup::after {
  font-family: 'Material Symbols Rounded';
  content: '\e5cd';
  color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 36px;
  line-height: 1.15;
  cursor: pointer;
}

/* line 539, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .image-wrapper:not(.popup):hover {
  opacity: 0.9;
  cursor: pointer;
}

/* line 545, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .image-wrapper .image-popup {
  width: 100%;
  height: auto;
  max-height: 95dvh;
}

/* line 551, app/assets/stylesheets/topics/response.desktop.scss */
[data-scope-path='topics/response'] .image-wrapper .overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
@media screen and (max-width: 810px) {
  /* line 3, app/assets/stylesheets/topics/response.mobile.scss */
  [data-scope-path='topics/response'] .response-wrapper {
    position: relative;
    flex-direction: column;
  }
  /* line 7, app/assets/stylesheets/topics/response.mobile.scss */
  [data-scope-path='topics/response'] .response-wrapper .user-image {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    left: 10px;
    z-index: 1;
  }
  /* line 16, app/assets/stylesheets/topics/response.mobile.scss */
  [data-scope-path='topics/response'] .response-wrapper .response {
    padding: 15px;
    width: 100%;
    font-size: 14px;
  }
  /* line 21, app/assets/stylesheets/topics/response.mobile.scss */
  [data-scope-path='topics/response'] .response-wrapper .response::before, [data-scope-path='topics/response'] .response-wrapper .response::after {
    content: inherit;
  }
  /* line 25, app/assets/stylesheets/topics/response.mobile.scss */
  [data-scope-path='topics/response'] .response-wrapper .response .header {
    margin-left: 45px;
    margin-top: 6.5px;
  }
  /* line 29, app/assets/stylesheets/topics/response.mobile.scss */
  [data-scope-path='topics/response'] .response-wrapper .response .header .username {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-width: 220px;
  }
  /* line 39, app/assets/stylesheets/topics/response.mobile.scss */
  [data-scope-path='topics/response'] .response-wrapper .response .images .thumb {
    width: 80px;
    height: 50px;
  }
  /* line 43, app/assets/stylesheets/topics/response.mobile.scss */
  [data-scope-path='topics/response'] .response-wrapper .response .images .thumb img {
    width: 80px;
    height: 50px;
  }
  /* line 48, app/assets/stylesheets/topics/response.mobile.scss */
  [data-scope-path='topics/response'] .response-wrapper .response .images .thumb .popup {
    width: 95%;
  }
  /* line 54, app/assets/stylesheets/topics/response.mobile.scss */
  [data-scope-path='topics/response'] .response-wrapper .response .footer {
    gap: 5px;
  }
}
/* line 1, app/assets/stylesheets/topics/responses/replies/index.scss */
[data-scope-path='topics/responses/replies/index'] {
  z-index: 50;
  transform: translateX(100%);
  transition: all 0.2s;
  overflow-x: auto;
  box-sizing: border-box;
}

/* line 8, app/assets/stylesheets/topics/responses/replies/index.scss */
.active[data-scope-path='topics/responses/replies/index'] {
  transform: translateX(0);
}

/* line 12, app/assets/stylesheets/topics/responses/replies/index.scss */
[data-scope-path='topics/responses/replies/index']:has(.drawer-toggle:checked) {
  transform: translateX(100%);
}

/* line 16, app/assets/stylesheets/topics/responses/replies/index.scss */
[data-scope-path='topics/responses/replies/index'] .icon__close {
  cursor: pointer;
}

/* line 20, app/assets/stylesheets/topics/responses/replies/index.scss */
[data-scope-path='topics/responses/replies/index'] #topics_responses_replies {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

/* line 26, app/assets/stylesheets/topics/responses/replies/index.scss */
[data-scope-path='topics/responses/replies/index'] .reply {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

/* line 32, app/assets/stylesheets/topics/responses/replies/index.scss */
[data-scope-path='topics/responses/replies/index'] .header {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 10px;
}

/* line 38, app/assets/stylesheets/topics/responses/replies/index.scss */
[data-scope-path='topics/responses/replies/index'] .header .user__image {
  border-radius: 10px;
}

/* line 41, app/assets/stylesheets/topics/responses/replies/index.scss */
[data-scope-path='topics/responses/replies/index'] .header .user__image img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 10px;
}

/* line 49, app/assets/stylesheets/topics/responses/replies/index.scss */
[data-scope-path='topics/responses/replies/index'] .header .name {
  font-weight: bold;
}

/* line 52, app/assets/stylesheets/topics/responses/replies/index.scss */
[data-scope-path='topics/responses/replies/index'] .header .name .user-link {
  color: #03a6ff;
  text-decoration: none;
}

/* line 59, app/assets/stylesheets/topics/responses/replies/index.scss */
[data-scope-path='topics/responses/replies/index'] .footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  color: #52616a;
  font-size: 14px;
}

/* line 67, app/assets/stylesheets/topics/responses/replies/index.scss */
[data-scope-path='topics/responses/replies/index'] .footer .material-symbols-rounded {
  font-size: 18px;
}
/* line 6, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 2, app/assets/stylesheets/mixin/_scroll_to_target.scss */
[data-scope-path='topics/show'] .scroll_to_target__container {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100vh;
  z-index: 1;
}

/* line 9, app/assets/stylesheets/mixin/_scroll_to_target.scss */
[data-scope-path='topics/show'] .scroll_to_target__container:hover {
  opacity: 0.85;
}

/* line 14, app/assets/stylesheets/mixin/_scroll_to_target.scss */
[data-scope-path='topics/show'] .scroll_to_target__container.scroll_to_target__container__intersecting .scroll_to_target___button {
  opacity: 0;
  visibility: hidden;
}

/* line 20, app/assets/stylesheets/mixin/_scroll_to_target.scss */
[data-scope-path='topics/show'] .scroll_to_target__container .scroll_to_target___button {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

/* line 30, app/assets/stylesheets/mixin/_scroll_to_target.scss */
[data-scope-path='topics/show'] .scroll_to_target__container .button {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 5px;
  border-radius: 30px;
  cursor: pointer;
  border: none;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  color: #252c41;
}

/* line 41, app/assets/stylesheets/mixin/_scroll_to_target.scss */
[data-scope-path='topics/show'] .scroll_to_target__container .button .image {
  position: relative;
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 50%;
}

/* line 48, app/assets/stylesheets/mixin/_scroll_to_target.scss */
[data-scope-path='topics/show'] .scroll_to_target__container .button .image:first-of-type {
  left: 3px;
}

/* line 52, app/assets/stylesheets/mixin/_scroll_to_target.scss */
[data-scope-path='topics/show'] .scroll_to_target__container .button .image:last-of-type {
  right: 3px;
}

/* line 3, app/assets/stylesheets/mixin/_button__next_link.scss */
[data-scope-path='topics/show'] .button__next_link {
  font-weight: bold;
  width: 100%;
  padding: 0.3em 4em;
  cursor: pointer;
  transition: all 0.3s;
  color: #03a6ff;
  border: 2px solid #03a6ff;
  border-radius: 20px;
  background: #fff;
}

/* line 14, app/assets/stylesheets/mixin/_button__next_link.scss */
[data-scope-path='topics/show'] .button__next_link:hover {
  transition: all 0.3s;
  color: #fff;
  background: #03a6ff;
}

/* line 15, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .page__heading-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  z-index: 1;
  border-radius: 0 0 16px 16px;
  background: center/cover no-repeat, linear-gradient(180deg, #F6416C 0%, #FFDE7D 100%), rgba(0, 0, 0, 0.65);
  background-blend-mode: darken;
}

/* line 27, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .page__heading-wrapper .hidden {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  gap: 10px;
  width: 100%;
  height: 300px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background-image: linear-gradient(180deg, transparent 0%, #111111ba 0%);
}

/* line 40, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .page__heading-wrapper .hidden .material-symbols-rounded {
  font-size: 45px;
}

/* line 45, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .page__heading-wrapper .heading-top {
  display: flex;
  flex-direction: column;
  max-width: 960px;
}

/* line 50, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .page__heading-wrapper .heading-top h1 {
  margin: 0 15px;
  line-height: 1.35;
  font-size: 28px;
}

/* line 55, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .page__heading-wrapper .heading-top h1 .title {
  display: flex;
  align-items: center;
  color: #f4f5f9;
}

/* line 61, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .page__heading-wrapper .heading-top h1 .title .material-symbols-rounded {
  font-size: 32px;
}

/* line 68, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .page__heading-wrapper .category {
  padding: 8px 50px;
  font-size: 20px;
  color: #f4f5f9;
  font-weight: bold;
  border-radius: 8px 0 0 0;
}

/* line 75, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .page__heading-wrapper .category--strategy {
  background-color: #30A9DE;
}

/* line 78, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .page__heading-wrapper .category--skill_build {
  background-color: #F68657;
}

/* line 81, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .page__heading-wrapper .category--equipment {
  background-color: #5A9367;
}

/* line 84, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .page__heading-wrapper .category--recruit {
  background-color: #9055A2;
}

/* line 87, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .page__heading-wrapper .category--screenshot_share {
  background-color: #ef5285;
}

/* line 90, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .page__heading-wrapper .category--small_talk {
  background-color: #77919d;
}

/* line 96, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .page__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  gap: 30px;
}

/* line 105, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .page__header .image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
  background: #fff;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
}

/* line 115, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .page__header .title {
  max-width: 800px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}

/* line 125, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .page__settings {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  z-index: 1;
}

/* line 134, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .page__settings .icon__settings {
  color: #52616a;
}

/* line 137, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .page__settings .icon__settings::before {
  content: '\e5d3';
}

/* line 143, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .share {
  position: absolute;
  top: -190px;
  left: -65px;
  height: 100%;
}

@media screen and (max-width: 1350px) {
  /* line 143, app/assets/stylesheets/topics/show.desktop.scss */
  [data-scope-path='topics/show'] .share {
    position: static;
    height: inherit;
  }
}

/* line 154, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .share .icons {
  position: sticky;
  top: 70px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (max-width: 1350px) {
  /* line 154, app/assets/stylesheets/topics/show.desktop.scss */
  [data-scope-path='topics/show'] .share .icons {
    align-items: center;
    justify-content: center;
  }
}

/* line 167, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] .share .sns-shares {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  color: #52616a;
  text-decoration: none;
}

/* line 10, app/assets/stylesheets/mixin/_sns-shares.scss */
[data-scope-path='topics/show'] .share .sns-shares:hover {
  opacity: 0.7;
}

/* line 14, app/assets/stylesheets/mixin/_sns-shares.scss */
[data-scope-path='topics/show'] .share .sns-shares img {
  padding: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
}

/* line 172, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article {
  position: relative;
  display: flex;
  gap: 20px;
}

/* line 177, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article .responses {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 3;
}

/* line 183, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article .responses .append-response {
  display: none;
}

/* line 187, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article .responses .cannot-comment {
  margin: 20px 0;
  text-align: center;
  font-size: 14px;
  color: #52616a;
}

/* line 194, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article .responses .responses__inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}

/* line 201, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article .sidebar {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 8px;
}

/* line 208, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article .sidebar .sidebar__boxs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 213, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article .sidebar .sidebar__boxs .sidebar__box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
}

/* line 223, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article .sidebar .sidebar__boxs .sidebar__box .sidebar__box__heading {
  display: flex;
  align-items: center;
  color: #52616a;
}

/* line 228, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article .sidebar .sidebar__boxs .sidebar__box .sidebar__box__heading .icon__hashtag {
  font-size: 22px;
}

/* line 231, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article .sidebar .sidebar__boxs .sidebar__box .sidebar__box__heading .icon__hashtag::before {
  content: '\e9ef';
}

/* line 2, app/assets/stylesheets/mixin/_hashtags.scss */
[data-scope-path='topics/show'] article .sidebar .sidebar__boxs .sidebar__box .hashtags__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style-type: none;
}

/* line 10, app/assets/stylesheets/mixin/_hashtags.scss */
[data-scope-path='topics/show'] article .sidebar .sidebar__boxs .sidebar__box .hashtags__list .hashtags__item {
  display: flex;
  align-items: center;
  padding: 2px 6px;
  line-height: 1.2;
  border-radius: 16px;
  background-color: rgba(3, 166, 255, 0.1);
  cursor: default;
}

/* line 19, app/assets/stylesheets/mixin/_hashtags.scss */
[data-scope-path='topics/show'] article .sidebar .sidebar__boxs .sidebar__box .hashtags__list .hashtags__item :hover {
  opacity: 0.7;
}

/* line 23, app/assets/stylesheets/mixin/_hashtags.scss */
[data-scope-path='topics/show'] article .sidebar .sidebar__boxs .sidebar__box .hashtags__list .hashtags__item .hashtags__link {
  font-size: 14px;
  color: #03a6ff;
  text-decoration: none;
}

/* line 30, app/assets/stylesheets/mixin/_hashtags.scss */
[data-scope-path='topics/show'] article .sidebar .sidebar__boxs .sidebar__box .hashtags__list .hashtags__item .hashtags__remove .icon__close {
  font-size: 22px;
  color: #52616a;
}

/* line 37, app/assets/stylesheets/mixin/_hashtags.scss */
[data-scope-path='topics/show'] article .sidebar .sidebar__boxs .sidebar__box .hashtags__list .hashtags__item__custom {
  cursor: default;
}

/* line 41, app/assets/stylesheets/mixin/_hashtags.scss */
[data-scope-path='topics/show'] article .sidebar .sidebar__boxs .sidebar__box .hashtags__list .hashtags__item__custom .hashtags__link__custom .icon__add {
  font-size: 20px;
}

/* line 48, app/assets/stylesheets/mixin/_hashtags.scss */
[data-scope-path='topics/show'] article .sidebar .sidebar__boxs .sidebar__box .tagify__tag {
  line-height: 1.2;
}

/* line 52, app/assets/stylesheets/mixin/_hashtags.scss */
[data-scope-path='topics/show'] article .sidebar .sidebar__boxs .sidebar__box .tagify__tag > div::before {
  box-shadow: none;
  background-color: rgba(3, 166, 255, 0.1);
  border-radius: 16px;
}

/* line 60, app/assets/stylesheets/mixin/_hashtags.scss */
[data-scope-path='topics/show'] article .sidebar .sidebar__boxs .sidebar__box .tagify__tag-text {
  font-size: 14px;
  color: #03a6ff;
}

/* line 66, app/assets/stylesheets/mixin/_hashtags.scss */
[data-scope-path='topics/show'] article .sidebar .sidebar__boxs .sidebar__box .tagify__tag__removeBtn::after {
  font-size: 18px;
}

/* line 242, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article aside {
  flex: 1;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 249, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article aside .related-topics {
  text-align: center;
  font-size: 20px;
}

/* line 254, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article aside .topics {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 259, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article aside .topics .topic {
  position: relative;
  width: 100%;
  height: 190px;
  box-sizing: border-box;
  border-radius: 8px 8px 6px 6px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}

/* line 270, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article aside .topics .topic:hover {
  transform: translateY(-0.12em);
}

/* line 274, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article aside .topics .topic header {
  position: relative;
  overflow: hidden;
}

/* line 278, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article aside .topics .topic header .image::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(180deg, transparent 0 40%, #111 120%);
}

/* line 288, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article aside .topics .topic header img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
}

/* line 295, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article aside .topics .topic header .category {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 20px;
  font-size: 14px;
  color: #f4f5f9;
  box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

/* line 305, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article aside .topics .topic header .category--strategy {
  background-color: #30A9DE;
}

/* line 308, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article aside .topics .topic header .category--skill_build {
  background-color: #F68657;
}

/* line 311, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article aside .topics .topic header .category--equipment {
  background-color: #5A9367;
}

/* line 314, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article aside .topics .topic header .category--recruit {
  background-color: #9055A2;
}

/* line 317, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article aside .topics .topic header .category--screenshot_share {
  background-color: #ef5285;
}

/* line 320, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article aside .topics .topic header .category--small_talk {
  background-color: #77919d;
}

/* line 326, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article aside .topics .topic .title {
  padding: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 25px;
  color: #252c41;
}

/* line 336, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article aside .topics .topic footer {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 10px 10px;
  box-sizing: border-box;
}

/* line 347, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article aside .topics .topic footer .size, [data-scope-path='topics/show'] article aside .topics .topic footer .created_at {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  color: #52616a;
  font-size: 14px;
}

/* line 355, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article aside .topics .topic footer .size .material-symbols-rounded, [data-scope-path='topics/show'] article aside .topics .topic footer .created_at .material-symbols-rounded {
  font-size: 18px;
}

/* line 362, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article aside .topics .no-contents {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #52616a;
}

/* line 371, app/assets/stylesheets/topics/show.desktop.scss */
[data-scope-path='topics/show'] article aside .topics .no-contents img {
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 810px) {
  /* line 3, app/assets/stylesheets/topics/show.mobile.scss */
  [data-scope-path='topics/show'] .heading-wrapper {
    height: 150px;
  }
  /* line 6, app/assets/stylesheets/topics/show.mobile.scss */
  [data-scope-path='topics/show'] .heading-wrapper .hidden {
    height: 150px;
    font-size: 20px;
  }
  /* line 10, app/assets/stylesheets/topics/show.mobile.scss */
  [data-scope-path='topics/show'] .heading-wrapper .hidden .material-symbols-rounded {
    font-size: 30px;
  }
  /* line 17, app/assets/stylesheets/topics/show.mobile.scss */
  [data-scope-path='topics/show'] .heading-wrapper .heading-top h1 .title {
    font-size: 16px;
  }
  /* line 23, app/assets/stylesheets/topics/show.mobile.scss */
  [data-scope-path='topics/show'] .heading-wrapper .topic-info {
    gap: 10px;
  }
  /* line 26, app/assets/stylesheets/topics/show.mobile.scss */
  [data-scope-path='topics/show'] .heading-wrapper .topic-info .material-symbols-rounded {
    font-size: 20px;
  }
  /* line 31, app/assets/stylesheets/topics/show.mobile.scss */
  [data-scope-path='topics/show'] .heading-wrapper .topic-info #topic_favorite .submit {
    font-size: 22px;
  }
  /* line 34, app/assets/stylesheets/topics/show.mobile.scss */
  [data-scope-path='topics/show'] .heading-wrapper .topic-info #topic_favorite .submit:hover {
    opacity: 1;
  }
  /* line 41, app/assets/stylesheets/topics/show.mobile.scss */
  [data-scope-path='topics/show'] .heading-wrapper .category {
    padding: 8px 20px;
    font-size: 14px;
  }
  /* line 47, app/assets/stylesheets/topics/show.mobile.scss */
  [data-scope-path='topics/show'] article {
    flex-direction: column;
  }
  /* line 50, app/assets/stylesheets/topics/show.mobile.scss */
  [data-scope-path='topics/show'] article aside {
    padding: 0;
  }
  /* line 53, app/assets/stylesheets/topics/show.mobile.scss */
  [data-scope-path='topics/show'] article aside .topics {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 7px;
  }
  /* line 59, app/assets/stylesheets/topics/show.mobile.scss */
  [data-scope-path='topics/show'] article aside .topics .topic {
    width: calc(50% - 12px);
  }
  /* line 62, app/assets/stylesheets/topics/show.mobile.scss */
  [data-scope-path='topics/show'] article aside .topics .topic .title {
    height: 22px;
    font-size: 14px;
  }
  /* line 67, app/assets/stylesheets/topics/show.mobile.scss */
  [data-scope-path='topics/show'] article aside .topics .topic footer {
    gap: 10px;
  }
  /* line 70, app/assets/stylesheets/topics/show.mobile.scss */
  [data-scope-path='topics/show'] article aside .topics .topic footer .size, [data-scope-path='topics/show'] article aside .topics .topic footer .created_at {
    font-size: 12px;
  }
  /* line 73, app/assets/stylesheets/topics/show.mobile.scss */
  [data-scope-path='topics/show'] article aside .topics .topic footer .size .material-symbols-rounded, [data-scope-path='topics/show'] article aside .topics .topic footer .created_at .material-symbols-rounded {
    font-size: 16px;
  }
  /* line 80, app/assets/stylesheets/topics/show.mobile.scss */
  [data-scope-path='topics/show'] article aside .topics .no-contents {
    width: 100%;
  }
}
/* line 2, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .heading-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  height: 300px;
  background-image: url(/images/background2.jpg);
  background-repeat: no-repeat;
  background-position: 50% 25%;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  z-index: 1;
}

/* line 19, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .heading-wrapper .heading-top {
  display: flex;
  flex-direction: column;
}

/* line 24, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .heading-wrapper h1 {
  display: flex;
  justify-content: center;
  margin: 0;
}

/* line 29, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .heading-wrapper h1 .title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f4f5f9;
}

/* line 35, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .heading-wrapper h1 .title .material-symbols-rounded {
  font-size: 32px;
}

/* line 41, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .heading-wrapper .description {
  color: #f4f5f9;
  font-size: 18px;
  font-weight: 400;
}

/* line 48, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .main {
  display: flex;
  gap: 20px;
}

/* line 52, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .main .section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 3;
}

/* line 58, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .main .section .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 63, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .main .section .heading.border-red {
  border-bottom: 1px solid #f1404b;
}

/* line 67, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .main .section .heading.border-green {
  border-bottom: 1px solid #a0bf69;
}

/* line 71, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .main .section .heading .box {
  display: inline-block;
  padding: 8px 12px;
  color: #fff;
  border-radius: 8px 8px 0 0;
}

/* line 77, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .main .section .heading .box.backgrond-red {
  background: #f1404b;
}

/* line 81, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .main .section .heading .box.backgrond-green {
  background: #a0bf69;
}

/* line 85, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .main .section .heading .box .text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
}

/* line 92, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .main .section .heading .box .text .material-symbols-rounded {
  font-size: 20px;
}

/* line 99, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .main .section .heading .readmore a {
  font-size: 14px;
  text-decoration: none;
  color: #52616a;
}

/* line 104, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .main .section .heading .readmore a:hover {
  opacity: 0.8;
}

/* line 111, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .main .section .topics, [data-scope-path='tops/show'] .main .section .team-activity-logs, [data-scope-path='tops/show'] .main .section .teams {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 7px;
}

/* line 119, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .main .section .team-activity-logs .no-contents {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #52616a;
}

/* line 128, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .main .section .team-activity-logs .no-contents img {
  width: 150px;
  height: 150px;
}

/* line 136, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .main aside {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

/* line 143, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .main aside .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  border-bottom: 1px solid #03a6ff;
}

/* line 150, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .main aside .heading .box {
  border-radius: 8px 8px 0 0;
}

/* line 153, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .main aside .heading .box .text {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  background: #03a6ff;
  padding: 6px 10px;
  color: #fff;
  border-radius: 8px 8px 0 0;
}

/* line 164, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .main aside .heading .box .text .material-symbols-rounded {
  font-size: 20px;
}

/* line 171, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .main aside .heading .readmore a {
  text-decoration: none;
  color: #52616a;
}

/* line 175, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .main aside .heading .readmore a:hover {
  opacity: 0.8;
}

/* line 184, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topics-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* line 190, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic {
  display: flex;
  flex-direction: column;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  width: calc(50% - 10px);
}

/* line 197, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic .left {
  position: relative;
}

/* line 200, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic .left .image {
  position: relative;
  overflow: hidden;
}

/* line 204, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic .left .image::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(180deg, transparent 0 40%, #111 120%);
}

/* line 214, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic .left .image img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  transition: 0.3s all;
}

/* line 221, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic .left .image img:hover {
  transform: scale(1.1, 1.1);
}

/* line 227, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic .left .category {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 20px;
  font-size: 14px;
  color: #f4f5f9;
  box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

/* line 237, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic .left .category--strategy {
  background-color: #30A9DE;
}

/* line 240, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic .left .category--skill_build {
  background-color: #F68657;
}

/* line 243, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic .left .category--equipment {
  background-color: #5A9367;
}

/* line 246, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic .left .category--recruit {
  background-color: #9055A2;
}

/* line 249, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic .left .category--screenshot_share {
  background-color: #ef5285;
}

/* line 252, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic .left .category--small_talk {
  background-color: #77919d;
}

/* line 258, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  position: relative;
  width: 100%;
  padding: 10px;
  background: #fff;
  border-radius: 0 8px 8px 0;
  text-decoration: none;
  box-sizing: border-box;
}

/* line 271, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic .right .inner-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 276, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic .right .inner-top .link {
  text-decoration: none;
}

/* line 280, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic .right .inner-top .title, [data-scope-path='tops/show'] .topic .right .inner-top .body {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* line 287, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic .right .inner-top .title {
  height: 40px;
  color: #252c41;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.1s ease-out;
}

/* line 294, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic .right .inner-top .title:hover {
  color: #52616a;
}

/* line 299, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic .right .inner-top .body {
  height: 33px;
  font-size: 14px;
  color: #52616a;
}

/* line 306, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic .right .inner-bottom {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

/* line 311, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic .right .inner-bottom .size, [data-scope-path='tops/show'] .topic .right .inner-bottom .created_at {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  color: #52616a;
  font-size: 14px;
}

/* line 319, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .topic .right .inner-bottom .size .material-symbols-rounded, [data-scope-path='tops/show'] .topic .right .inner-bottom .created_at .material-symbols-rounded {
  font-size: 18px;
  user-select: none;
}

/* line 328, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .profiles {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 7px;
}

/* line 334, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .profiles .profile {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}

/* line 345, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .profiles .profile:hover {
  transform: translateY(-0.12em);
}

/* line 349, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .profiles .profile .top {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #252c41;
}

/* line 356, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .profiles .profile .top .image img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
}

/* line 365, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .profiles .profile .top .username {
  font-weight: bold;
  color: #03a6ff;
  text-decoration: underline;
}

/* line 372, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .profiles .profile .bottom {
  font-size: 14px;
  color: #52616a;
}

/* line 379, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .activity-logs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* line 384, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .activity-logs .log {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  padding: 20px 20px 10px 20px;
  width: calc(50% - 10px);
  border: 1px solid #f4f5f9;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
  background-color: #fff;
  word-break: break-all;
  line-height: 1.5;
  color: #252c41;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

/* line 402, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .activity-logs .log:hover {
  transform: translateY(-0.12em);
}

/* line 406, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .activity-logs .log .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 54px;
  font-size: 18px;
  font-weight: bold;
}

/* line 416, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .activity-logs .log footer {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}

/* line 422, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .activity-logs .log footer .author {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #52616a;
}

/* line 429, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .activity-logs .log footer .author .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/* line 437, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .activity-logs .log footer .author .image img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 12px;
}

/* line 446, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .activity-logs .log footer .created-at {
  white-space: nowrap;
}

/* line 450, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .activity-logs .log footer .right {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #52616a;
}

/* line 457, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .activity-logs .log footer .right .material-symbols-rounded {
  font-size: 20px;
}

/* line 465, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .teams-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* line 470, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .teams-wrapper .team {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  color: #252c41;
  background-color: #fff;
  border-radius: 8px 8px 6px 6px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
}

/* line 480, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .teams-wrapper .team header img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

/* line 488, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .teams-wrapper .team .body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 15px;
}

/* line 494, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .teams-wrapper .team .body .top {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

/* line 501, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .teams-wrapper .team .body .top .image img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
}

/* line 510, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .teams-wrapper .team .body .top .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 70%;
  font-weight: bold;
}

/* line 518, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .teams-wrapper .team .body .top .name a {
  color: #03a6ff;
}

/* line 521, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .teams-wrapper .team .body .top .name a:hover {
  opacity: 0.7;
}

/* line 528, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .teams-wrapper .team .body .data {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  width: 100%;
  font-size: 14px;
  color: #52616a;
}

/* line 537, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .teams-wrapper .team .body .data .item {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 542, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .teams-wrapper .team .body .data .item .heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  min-width: 125px;
  border-bottom: 1px dotted;
  word-break: keep-all;
}

/* line 551, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .teams-wrapper .team .body .data .item .heading .material-symbols-rounded {
  font-size: 20px;
}

/* line 556, app/assets/stylesheets/tops/show.desktop.scss */
[data-scope-path='tops/show'] .teams-wrapper .team .body .data .item .text {
  margin-top: 3px;
  width: 60%;
  border-bottom: 1px dotted;
}
@media screen and (max-width: 810px) {
  /* line 3, app/assets/stylesheets/tops/show.mobile.scss */
  [data-scope-path='tops/show'] .heading-wrapper {
    height: 150px;
  }
  /* line 7, app/assets/stylesheets/tops/show.mobile.scss */
  [data-scope-path='tops/show'] .main {
    flex-direction: column;
  }
  /* line 16, app/assets/stylesheets/tops/show.mobile.scss */
  [data-scope-path='tops/show'] .main .section .topics .topics-wrapper .topic .left .image::after {
    height: 100px;
  }
  /* line 20, app/assets/stylesheets/tops/show.mobile.scss */
  [data-scope-path='tops/show'] .main .section .topics .topics-wrapper .topic .left .image img {
    height: 100px;
  }
  /* line 26, app/assets/stylesheets/tops/show.mobile.scss */
  [data-scope-path='tops/show'] .main .section .topics .topics-wrapper .topic .right {
    padding: 10px;
  }
  /* line 30, app/assets/stylesheets/tops/show.mobile.scss */
  [data-scope-path='tops/show'] .main .section .topics .topics-wrapper .topic .right .inner-top .title {
    height: 35px;
    font-size: 14px;
    line-height: 1.3;
  }
  /* line 36, app/assets/stylesheets/tops/show.mobile.scss */
  [data-scope-path='tops/show'] .main .section .topics .topics-wrapper .topic .right .inner-top .body {
    font-size: 14px;
    word-break: break-all;
  }
  /* line 42, app/assets/stylesheets/tops/show.mobile.scss */
  [data-scope-path='tops/show'] .main .section .topics .topics-wrapper .topic .right .inner-bottom {
    gap: 12px;
  }
  /* line 45, app/assets/stylesheets/tops/show.mobile.scss */
  [data-scope-path='tops/show'] .main .section .topics .topics-wrapper .topic .right .inner-bottom .size, [data-scope-path='tops/show'] .main .section .topics .topics-wrapper .topic .right .inner-bottom .created_at {
    font-size: 12px;
  }
  /* line 55, app/assets/stylesheets/tops/show.mobile.scss */
  [data-scope-path='tops/show'] .main .section .activity-logs .log {
    gap: 10px;
    padding: 13px;
    width: 100%;
  }
  /* line 60, app/assets/stylesheets/tops/show.mobile.scss */
  [data-scope-path='tops/show'] .main .section .activity-logs .log .title {
    font-size: 16px;
  }
  /* line 64, app/assets/stylesheets/tops/show.mobile.scss */
  [data-scope-path='tops/show'] .main .section .activity-logs .log footer {
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
  }
  /* line 70, app/assets/stylesheets/tops/show.mobile.scss */
  [data-scope-path='tops/show'] .main .section .activity-logs .log footer .author .name {
    font-size: 12px;
  }
  /* line 75, app/assets/stylesheets/tops/show.mobile.scss */
  [data-scope-path='tops/show'] .main .section .activity-logs .log footer .right {
    gap: 5px;
  }
  /* line 78, app/assets/stylesheets/tops/show.mobile.scss */
  [data-scope-path='tops/show'] .main .section .activity-logs .log footer .right .material-symbols-rounded {
    font-size: 16px;
  }
  /* line 87, app/assets/stylesheets/tops/show.mobile.scss */
  [data-scope-path='tops/show'] .main .section .teams .team {
    width: 100%;
  }
  /* line 93, app/assets/stylesheets/tops/show.mobile.scss */
  [data-scope-path='tops/show'] .main aside {
    padding: 0;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

.action-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.blog.lexxy-content {
  line-height: 1.8;
}

/* Modal styles for screenshots */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
  padding: 1rem;
  overflow-y: auto;
}

.modal-overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.modal-open {
  overflow: hidden;
}

#modal {
  position: relative;
  z-index: 1001;
  max-width: 90vw;
  max-height: 90vh;
  margin: auto;
}

.file-preview img {
  max-height: 128px;
  width: auto;
}

.ellipsis-inline {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis-inline--9 {
  max-width: 9em;
}

.ellipsis-inline--10 {
  max-width: 10em;
}
