.hidden {
  display: none !important;
}

.StandardLayout {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.StandardLayout > [data-slot=innerHTML] {
  flex: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
}
.StandardLayout #InstallBanner {
  background: rgb(219.8, 63.3484716157, 0);
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  padding: 1rem;
}
.StandardLayout #InstallBanner .btn-ghost {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.StandardLayout #InstallBanner .btn-ghost:hover {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.StandardLayout #InstallBanner .flex-1 {
  flex: 1;
}
.StandardLayout #InstallBanner .flex-1 p:first-child {
  color: white;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.StandardLayout #InstallBanner .flex-1 p:last-child {
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
}
.StandardLayout #InstallBanner .btn:not(.btn-ghost) {
  background: white;
  color: #FF5C1A;
  border: none;
  border-radius: 8px;
  padding: 7px 16px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}
.StandardLayout #InstallBanner .btn:not(.btn-ghost):hover {
  background: #FFF0EA;
}

.AppLayout {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: #FFFBF8;
}
.AppLayout > [data-slot=innerHTML] {
  flex: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
}
.AppLayout .dock {
  flex-shrink: 0;
  padding: 1rem;
  background-color: #FFFFFF;
  border-top: 1px solid #F5EDE6;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0.5rem;
}
.AppLayout .dock button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  gap: 0.5rem;
  color: #8C6E63;
  background-color: transparent;
  border-radius: 12px;
  border: 1px solid transparent;
}
.AppLayout .dock button svg {
  color: #8C6E63;
}
.AppLayout .dock button:focus {
  border-color: transparent;
  outline: none;
}
.AppLayout .dock button:hover {
  cursor: pointer;
  border-color: #F5EDE6;
}
.AppLayout .dock button.active {
  color: #FF5C1A;
}
.AppLayout .dock button.active svg {
  color: #FF5C1A;
}
.AppLayout .dock button.post {
  background-color: #FF5C1A;
  color: #FFFFFF;
  border-color: #FF5C1A;
}
.AppLayout .dock button.post svg {
  color: #FFFFFF;
}
.AppLayout .dock button.post:hover {
  background-color: #FF8150;
  border-color: #FF8150;
}
.AppLayout .dock button.post:focus {
  border-color: #FF5C1A;
}
.AppLayout .dock button.post.active {
  color: #FFFFFF;
}
.AppLayout .dock button.post.active svg {
  color: #FFFFFF;
}

.Toolbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F5EDE6;
  padding: calc(env(safe-area-inset-top) + 0.75rem) 1rem 0.75rem;
}
.Toolbar .back-btn {
  justify-self: start;
}
.Toolbar .title {
  text-align: center;
}
.Toolbar .actions {
  justify-self: end;
}

.WelcomeView {
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
}
.WelcomeView #display-recovery-code {
  display: none;
}
@media (min-width: 960px) {
  .WelcomeView {
    grid-template-columns: 0.4fr 0.6fr;
  }
}
.WelcomeView .copyright {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  max-width: 340px;
  display: inline-flex;
  align-items: center;
  gap: 1ch;
}
.WelcomeView .copyright svg {
  width: 1rem;
  height: 1rem;
}
.WelcomeView .left {
  display: none;
  background: #FF5C1A;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .WelcomeView .left {
    display: flex;
  }
}
.WelcomeView .left::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.WelcomeView .left::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.07);
}
.WelcomeView .left .hero-copy {
  position: relative;
  z-index: 1;
}
.WelcomeView .left .hero-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 24px;
}
.WelcomeView .left .hero-title {
  font-family: "Fraunces", serif;
  font-size: clamp(38px, 4vw, 52px);
  color: white;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.WelcomeView .left .hero-title em {
  font-style: italic;
  font-weight: 300;
}
.WelcomeView .left .hero-sub {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  max-width: 340px;
}
.WelcomeView .left .bubbles {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.WelcomeView .left .bubble {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  font-size: 13px;
  font-weight: 500;
  animation: floatUp 0.6s ease both;
}
.WelcomeView .left .bubble:nth-child(2) {
  animation-delay: 0.1s;
}
.WelcomeView .left .bubble:nth-child(3) {
  animation-delay: 0.2s;
}
.WelcomeView .left .bubble-dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.WelcomeView .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 56px;
  position: relative;
}
.WelcomeView .right.step-2 #step-1 {
  display: none;
}
.WelcomeView .right.step-2 #display-recovery-code {
  display: revert;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.WelcomeView .right .copyright {
  color: #C4A99E;
}
@media (min-width: 960px) {
  .WelcomeView .right .Logo {
    display: none;
  }
  .WelcomeView .right .copyright {
    display: none;
  }
}
.WelcomeView .right .form-container {
  width: 100%;
  position: relative;
  z-index: 1;
}
.WelcomeView .right .form-container > * {
  animation: fadeUp 0.5s ease both;
}
.WelcomeView .right .form-container > *:nth-child(1) {
  animation-delay: 0.05s;
}
.WelcomeView .right .form-container > *:nth-child(2) {
  animation-delay: 0.1s;
}
.WelcomeView .right .form-container > *:nth-child(3) {
  animation-delay: 0.15s;
}
.WelcomeView .right .form-container > *:nth-child(4) {
  animation-delay: 0.2s;
}
.WelcomeView .right .form-heading {
  font-family: "Fraunces", serif;
  font-size: 34px;
  font-weight: 400;
  color: #1A1210;
  letter-spacing: -0.8px;
  line-height: 1.15;
  margin-bottom: 8px;
}
.WelcomeView .right .form-sub {
  color: #8C6E63;
  font-size: 14px;
  margin-bottom: 36px;
  line-height: 1.5;
}
.WelcomeView .right .name-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.WelcomeView .right .join-code-wrap {
  position: relative;
}
.WelcomeView .right .join-code-wrap input {
  padding-right: 52px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}
.WelcomeView .right .join-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #FF5C1A;
}
.WelcomeView .right .divider {
  height: 1px;
  background: #FFD4C2;
  margin: 24px 0;
  opacity: 0.5;
}
.WelcomeView .right .btn-primary {
  width: 100%;
  padding: 16px;
  background: #FF5C1A;
  color: white;
  border: none;
  border-radius: 14px;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: 0.2px;
  position: relative;
  overflow: hidden;
}
.WelcomeView .right .btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
  border-radius: inherit;
}
.WelcomeView .right .btn-primary:hover {
  background: #FF8150;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(255, 92, 26, 0.35);
}
.WelcomeView .right .btn-primary:active {
  transform: translateY(0);
}
.WelcomeView .right .btn-arrow {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.WelcomeView .right .signin-link {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  color: #8C6E63;
}
.WelcomeView .right .signin-link a {
  color: #FF5C1A;
  text-decoration: none;
  font-weight: 600;
}
.WelcomeView .right .signin-link a:hover {
  text-decoration: underline;
}

.ComposeView .NewPostTypeSelector {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.ComposeView .OnlyWhenSelectingType {
  display: none;
}
.ComposeView.SelectingType .OnlyWhenSelectingType {
  display: block;
}
.ComposeView .content {
  max-width: 720px;
  margin: auto;
  padding: 1rem;
}
.ComposeView .content section {
  margin-bottom: 1rem;
}
.ComposeView .content section h2 {
  text-transform: uppercase;
  font-size: 11px;
  color: #C4A99E;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.ComposeView .content .TypeSelection {
  padding: 1rem;
  border: 1px solid #F5EDE6;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 18px;
  gap: 1rem;
}
.ComposeView .content .TypeSelection div {
  flex: 1;
}
.ComposeView .content .TypeSelection:hover {
  cursor: pointer;
  background-color: #FFF0EA;
  border-color: #FF5C1A;
}
.ComposeView .content .fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.HomeView .feed-loader {
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.HomeView .feed-loader svg {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.HomeView .caught-up {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #C4A99E;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 1rem 0;
  justify-content: center;
}
.HomeView .caught-up::before, .HomeView .caught-up::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #F5EDE6;
}
.HomeView .today-button {
  position: fixed;
  top: calc(1rem + env(safe-area-inset-top));
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  background: #1A1210;
  color: #FFFFFF;
  border: none;
  border-radius: 99px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(26, 18, 16, 0.25);
  white-space: nowrap;
  display: none;
}
.HomeView .today-button [data-lucide=arrow-up],
.HomeView .today-button [data-lucide=arrow-down] {
  display: none;
  width: 14px;
  height: 14px;
}
.HomeView .today-button.above {
  display: flex;
}
.HomeView .today-button.above [data-lucide=arrow-up] {
  display: block;
}
.HomeView .today-button.below {
  display: flex;
}
.HomeView .today-button.below [data-lucide=arrow-down] {
  display: block;
}
.HomeView .content {
  max-width: 720px;
  margin: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-sizing: border-box;
}
.HomeView .content .Divider:first-child {
  padding-top: calc(4rem + env(safe-area-inset-top));
}

.MediaViewerView .content {
  max-width: 720px;
  display: grid;
  grid-template-columns: 1fr;
  margin: auto;
  padding: 1rem;
  gap: 1rem;
}
.MediaViewerView .content img {
  width: 100%;
  height: auto;
}

.profileView .cover-photo {
  height: 10rem;
  background-color: #EAE0D8;
  transition: background-color 0.4s ease;
}
.profileView .content {
  max-width: 720px;
  margin: auto;
  padding: 1rem;
}
.profileView .profile-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -3rem;
  margin-bottom: 1rem;
}
.profileView .profile-header .avatar img.image {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #FFFBF8;
  background-color: #F5EDE6;
  display: block;
}
.profileView .profile-header .profile-actions {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
}
.profileView .profile-header .profile-actions button {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #EAE0D8;
  background-color: #FFFBF8;
  color: #1A1210;
  transition: background-color 0.15s ease, transform 0.15s ease;
}
.profileView .profile-header .profile-actions button:hover {
  background-color: #F5EDE6;
}
.profileView .profile-header .profile-actions button:active {
  transform: scale(0.97);
}
.profileView .profile-header .profile-actions button.btn-primary {
  background-color: #FF5C1A;
  color: #FFFFFF;
  border-color: transparent;
}
.profileView .profile-header .profile-actions button.btn-primary:hover {
  opacity: 0.9;
}
.profileView .name {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1A1210;
  margin-bottom: 0.125rem;
}
.profileView .handle {
  font-size: 0.875rem;
  color: #8C6E63;
  margin-bottom: 0.75rem;
}
.profileView .stats {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.profileView .stats a {
  text-decoration: none;
  color: #1A1210;
  font-size: 0.875rem;
}
.profileView .stats a span {
  font-weight: 700;
}
.profileView .stats a .label {
  font-weight: 400;
  color: #8C6E63;
}
.profileView .stats a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.profileView .description {
  font-size: 0.875rem;
  color: #8C6E63;
  line-height: 1.6;
}
.profileView .description:empty {
  display: none;
}
.profileView .divide {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #EAE0D8;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.profileView .divide button {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  background-color: #F5EDE6;
  color: #8C6E63;
  font-size: 0.875rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  width: fit-content;
  transition: background-color 0.15s ease, transform 0.15s ease;
}
.profileView .divide button:hover {
  background-color: #EAE0D8;
}
.profileView .divide button:active {
  transform: scale(0.97);
}

.circle-view .cover-photo {
  height: 10rem;
  background-color: #EAE0D8;
  transition: background-color 0.4s ease;
}
.circle-view .content {
  max-width: 720px;
  margin: auto;
  padding: 1rem;
}
.circle-view .circle-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -3rem;
  margin-bottom: 1rem;
}
.circle-view .circle-header .avatar {
  position: relative;
  display: inline-block;
}
.circle-view .circle-header .avatar img.image {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 1rem;
  object-fit: cover;
  border: 4px solid #FFFBF8;
  background-color: #F5EDE6;
  display: block;
}
.circle-view .circle-header .avatar .circle-badge {
  position: absolute;
  bottom: -0.4rem;
  right: -0.4rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: var(--color-primary);
  border: 2px solid #FFFBF8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.circle-view .circle-header .avatar .circle-badge i {
  width: 0.875rem;
  height: 0.875rem;
}
.circle-view .circle-header .circle-actions {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
}
.circle-view .circle-header .circle-actions button {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #EAE0D8;
  background-color: #FFFBF8;
  color: #1A1210;
  transition: background-color 0.15s ease, transform 0.15s ease;
}
.circle-view .circle-header .circle-actions button:hover {
  background-color: #F5EDE6;
}
.circle-view .circle-header .circle-actions button:active {
  transform: scale(0.97);
}
.circle-view .circle-header .circle-actions button.btn-primary {
  background-color: var(--color-primary);
  color: #FFFFFF;
  border-color: transparent;
}
.circle-view .circle-header .circle-actions button.btn-primary:hover {
  opacity: 0.9;
}
.circle-view .circle-header .circle-actions button.btn-icon {
  padding: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
}
.circle-view .name {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1A1210;
  margin-bottom: 0.125rem;
}
.circle-view .handle {
  font-size: 0.875rem;
  color: #8C6E63;
  margin-bottom: 0.75rem;
}
.circle-view .stats {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.circle-view .description {
  font-size: 0.875rem;
  color: #8C6E63;
  line-height: 1.6;
}
.circle-view .description:empty {
  display: none;
}
.circle-view .divide {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #EAE0D8;
}
.circle-view #circle-feed {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
}
.circle-view.isMember .join-section {
  display: none;
}

.ListView .content {
  max-width: 720px;
  margin: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-sizing: border-box;
}

.CirclesProfileView .content {
  max-width: 720px;
  margin: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-sizing: border-box;
}

.TextField {
  margin-bottom: 1rem;
  border-color: transparent;
}
.TextField legend {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #8C6E63;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.TextField label {
  font-size: 12px;
  color: #C4A99E;
  margin-top: 6px;
}
.TextField input {
  width: 100%;
  padding: 14px 18px;
  background: #FFFFFF;
  border: 1.5px solid #FFD4C2;
  border-radius: 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: var(--text);
  outline: none;
  transition: all 0.2s ease;
}
.TextField input::placeholder {
  color: #C4A99E;
}
.TextField input:focus {
  border-color: #FF5C1A;
  box-shadow: 0 0 0 4px rgba(255, 92, 26, 0.1);
}
.TextField input.input-error {
  border-color: red;
}

.FormContainer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.FormContainer .grid {
  display: grid;
  gap: 1rem;
}
.FormContainer .grid-cols-2 {
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .FormContainer .grid-cols-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.ActionCard {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 14px;
  border: 1.5px solid #FFD4C2;
  background: white;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.ActionCard:hover {
  cursor: pointer;
  border-color: #FF5C1A;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255, 92, 26, 0.12);
}
.ActionCard:hover .ActionCardIcon {
  background: #FF5C1A;
}
.ActionCard:hover .ActionCardIcon svg {
  color: #FFFFFF;
  stroke: #FFFFFF;
}
.ActionCard .ActionCardIcon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background-color: #FFF0EA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.ActionCard .ActionCardIcon svg {
  width: 22px;
  height: 22px;
  color: #FF5C1A;
  stroke: #FF5C1A;
}
.ActionCard .ActionCardTitle {
  font-size: 14px;
  font-weight: 60;
  color: #1A1210;
  margin-bottom: 3px;
}
.ActionCard .ActionCardTextContainer {
  flex: 1;
  position: relative;
  z-index: 1;
}
.ActionCard .ActionCardDescription {
  font-size: 12px;
  color: #8C6E63;
  line-height: 1.5;
}
.ActionCard .ActionCardArrow {
  color: #8C6E63;
  stroke: #8C6E63;
}

.CircleSelector .container.input {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1.5px solid #FFD4C2;
  border-radius: 12px;
  transition: all 0.2s ease;
  padding: 0 18px;
}
.CircleSelector .container.input:focus-within {
  border-color: #FF5C1A;
  box-shadow: 0 0 0 4px rgba(255, 92, 26, 0.1);
}
.CircleSelector .container.input .input-prefix {
  color: #C4A99E;
  font-size: 15px;
  font-weight: 600;
  flex-shrink: 0;
  user-select: none;
}
.CircleSelector .container.input input {
  border: none;
  box-shadow: none;
  padding-left: 4px;
}
.CircleSelector .container.input input:focus {
  border: none;
  box-shadow: none;
}
.CircleSelector.CircleSelector .input-prefix {
  color: #FF5C1A;
  font-weight: 700;
}

.Dropdown {
  position: relative;
  width: 100%;
}
.Dropdown .dropdown-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #FFFFFF;
  border: 1.5px solid #EAE0D8;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  z-index: 100;
  overflow: hidden;
  max-height: 240px;
  overflow-y: auto;
}
.Dropdown .dropdown-list.hidden {
  display: none;
}
.Dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  cursor: pointer;
  transition: background 0.15s;
  border-bottom: 1px solid #F5EDE6;
}
.Dropdown .dropdown-item:last-child {
  border-bottom: none;
}
.Dropdown .dropdown-item:hover {
  background: #FFF0EA;
}
.Dropdown .dropdown-item-image {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}
.Dropdown .dropdown-item-icon {
  width: 36px;
  height: 36px;
  padding: 8px;
  background: #F5EDE6;
  border-radius: 10px;
  color: #8C6E63;
  flex-shrink: 0;
}
.Dropdown .dropdown-item-info {
  flex: 1;
  min-width: 0;
}
.Dropdown .dropdown-item-label {
  font-size: 14px;
  font-weight: 600;
  color: #1A1210;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Dropdown .dropdown-item-sublabel {
  font-size: 12px;
  color: #8C6E63;
  margin-top: 1px;
}

.RichTextEditor {
  width: 100%;
  background: #FFFFFF;
  border: 1.5px solid #FFD4C2;
  border-radius: 12px;
  font-family: "DM Sans", sans-serif;
  color: var(--text);
  outline: none;
  transition: all 0.2s ease;
  overflow: clip;
}
.RichTextEditor .ql-toolbar {
  border-color: transparent !important;
  border-bottom-color: #FFD4C2 !important;
}
.RichTextEditor .ql-editor, .RichTextEditor .ql-container {
  border-color: transparent !important;
  height: 50dvh;
}
.RichTextEditor::placeholder {
  color: #C4A99E;
}
.RichTextEditor:focus {
  border-color: #FF5C1A;
  box-shadow: 0 0 0 4px rgba(255, 92, 26, 0.1);
}

.FilePicker .file-usage {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.FilePicker .file-usage-bar {
  flex: 1;
  height: 4px;
  background: #F5EDE6;
  border-radius: 99px;
  overflow: hidden;
}
.FilePicker .file-usage-bar-fill {
  height: 100%;
  width: 0%;
  border-radius: 99px;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.FilePicker .file-usage-text {
  font-size: 11px;
  color: #C4A99E;
  white-space: nowrap;
}
.FilePicker .file-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.FilePicker .file-add {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  border: 1.5px dashed #EAE0D8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #C4A99E;
  flex-shrink: 0;
  transition: all 0.15s;
}
.FilePicker .file-add:hover {
  border-color: #FF5C1A;
  color: #FF5C1A;
  background: #FFF0EA;
}
.FilePicker .file-add input {
  display: none;
}
.FilePicker .file-add svg {
  width: 22px;
  height: 22px;
}
.FilePicker .file-preview {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  border: 1.5px solid #EAE0D8;
  position: relative;
  overflow: visible;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5EDE6;
}
.FilePicker .file-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 11px;
}
.FilePicker .file-preview svg {
  width: 24px;
  height: 24px;
  color: #8C6E63;
}
.FilePicker .file-preview p {
  display: none;
}
.FilePicker .file-preview .file-remove {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1A1210;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #FFFFFF;
  padding: 0;
  z-index: 1;
}
.FilePicker .file-preview .file-remove svg {
  width: 12px;
  height: 12px;
  color: #FFFFFF;
}

.SelectField {
  margin-bottom: 1rem;
  border-color: transparent;
}
.SelectField legend {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #8C6E63;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.SelectField label {
  font-size: 12px;
  color: #C4A99E;
  margin-top: 6px;
}
.SelectField legend:empty, .SelectField label:empty {
  visibility: hidden;
}
.SelectField select {
  width: 100%;
  padding: 14px 18px;
  background: #FFFFFF;
  border: 1.5px solid #FFD4C2;
  border-radius: 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: var(--text);
  outline: none;
  transition: all 0.2s ease;
  appearance: none;
  cursor: pointer;
}
.SelectField select:focus {
  border-color: #FF5C1A;
  box-shadow: 0 0 0 4px rgba(255, 92, 26, 0.1);
}
.SelectField select.select-error {
  border-color: red;
}

.Logo {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.Logo.light .logo-icon {
  background: #FF5C1A;
}
.Logo.light .logo-icon svg {
  color: #FFFFFF;
}
.Logo.light .logo-text {
  color: #FF5C1A;
}
.Logo.lg .logo-icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
}
.Logo.lg .logo-icon svg {
  width: 33px;
  height: 33px;
}
.Logo.lg .logo-text {
  font-size: 33px;
  letter-spacing: -0.75px;
}
.Logo .logo-icon {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Logo .logo-icon svg {
  width: 22px;
  height: 22px;
  color: #FF5C1A;
}
.Logo .logo-text {
  font-size: 22px;
  color: white;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.TabGroup .TabGroupHeader {
  display: flex;
  background: #F5EDE6;
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 40px;
  width: fit-content;
}
.TabGroup .TabGroupHeader .tab {
  padding: 9px 22px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 9px;
  cursor: pointer;
  color: #8C6E63;
  transition: all 0.2s ease;
  border: none;
  background: transparent;
  font-family: "DM Sans", sans-serif;
}
.TabGroup .TabGroupHeader .tab.active {
  background: white;
  color: #1A1210;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.popup-container {
  max-width: 500px;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  background: #FFFBF8;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(26, 18, 16, 0.14), 0 4px 16px rgba(26, 18, 16, 0.06);
}

.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.popup-title {
  font-family: "Fraunces", serif;
  font-size: 34px;
  font-weight: 400;
  color: #1A1210;
  letter-spacing: -0.8px;
  line-height: 1.15;
}

.popup-subtitle {
  font-size: 13px;
  color: #8C6E63;
  line-height: 1.6;
  margin-bottom: 24px;
}

.popup-close {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #F5EDE6;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8C6E63;
  font-size: 16px;
}
.popup-close:hover {
  color: black;
  background-color: #FFD4C2;
}

.popup-body {
  padding: 20px;
  overflow-y: auto;
}

.Post {
  display: flex;
  gap: 12px;
  padding: 1rem;
  background-color: #FFFFFF;
  border: 1px solid #F5EDE6;
  border-radius: 12px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.Post.highlighted {
  border-color: #FF5C1A;
  box-shadow: 0 0 0 4px rgba(255, 92, 26, 0.1);
  animation: post-highlight 10s ease forwards;
}
.Post .PostHeader {
  gap: 8px;
  border-bottom: 1px solid #F5EDE6;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.Post .PostHeader img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.Post .PostHeader .verb {
  font-size: 14px;
  font-weight: 400;
  color: #8C6E63;
}
.Post .PostHeader .displayname {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Post .flex-row {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}
.Post .gap-1ch {
  gap: 1ch;
}
.Post .PostBody {
  flex: 1;
  min-width: 0;
}
.Post__handle {
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Post__handle:hover {
  color: var(--orange);
}
.Post__dot {
  font-size: 14px;
  color: var(--text-soft);
  flex-shrink: 0;
}
.Post__time {
  font-size: 14px;
  color: var(--text-soft);
  white-space: nowrap;
  flex-shrink: 0;
}
.Post .PostContent {
  font-size: 15px;
  color: var(--text);
  line-height: 1.6;
  margin-bottom: 10px;
  word-break: break-word;
  white-space: pre-wrap;
  list-style-position: inside;
}
.Post .PostActions {
  display: flex;
  gap: 1rem;
}
.Post .PostMediaImages {
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.Post .PostMediaImages:has(img:only-child) {
  grid-template-columns: 1fr;
}
.Post .PostMediaImages:has(img:nth-child(2):last-child) {
  grid-template-columns: 1fr 1fr;
}
.Post .PostMediaImages:has(img:nth-child(3)), .Post .PostMediaImages:has(img:nth-child(4)) {
  grid-template-columns: 1fr 1fr;
}
.Post .PostMediaImages img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 10px;
  object-position: center;
  border: 1px solid var(--stone);
  transition: opacity 0.15s;
}
.Post .PostMediaImages img:hover {
  opacity: 0.92;
}
.Post .PostMediaImages:empty {
  display: none;
}

@keyframes post-highlight {
  0% {
    border-color: #FF5C1A;
    box-shadow: 0 0 0 4px rgba(255, 92, 26, 0.1);
  }
  70% {
    border-color: #FF5C1A;
    box-shadow: 0 0 0 4px rgba(255, 92, 26, 0.1);
  }
  100% {
    border-color: #F5EDE6;
    box-shadow: none;
  }
}
.Divider {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #8C6E63;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-top: 2rem;
  margin-bottom: 2rem;
}
.Divider::before, .Divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #F5EDE6;
}

.Unknown {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  text-align: center;
  min-height: 60vh;
}
.Unknown.hidden {
  display: none;
}
.Unknown .Unknown__icon-wrap {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #F5EDE6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.Unknown .Unknown__icon-wrap i {
  color: #C4A99E;
  width: 2.5rem;
  height: 2.5rem;
}
.Unknown h1 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1A1210;
  margin-bottom: 0.5rem;
}
.Unknown p {
  font-size: 0.875rem;
  color: #8C6E63;
  max-width: 22rem;
  margin: 0 auto 2rem;
  line-height: 1.6;
}
.Unknown .Unknown__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}

.CircleListItem {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #F5EDE6;
  cursor: pointer;
  text-decoration: none;
  background-color: #FFFFFF;
}
.CircleListItem:hover {
  background-color: #f5f5f4;
}
.CircleListItem img {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  object-fit: cover;
}
.CircleListItem .name {
  color: #374151;
  font-size: 1rem;
  font-weight: 700;
}
.CircleListItem .name .handle {
  color: #6b7280;
  font-weight: 400;
}
.CircleListItem .description {
  color: #6b7280;
  font-size: 0.875rem;
}
.CircleListItem .description.hidden {
  display: none;
}
.CircleListItem .since {
  color: #6b7280;
  font-size: 0.875rem;
  margin-left: auto;
}
.CircleListItem .private {
  display: none;
  gap: 0.25rem;
  border-radius: 9999px;
  padding: 0.5rem;
  width: fit-content;
  align-items: center;
  margin-left: auto;
  background-color: #FF5C1A;
  text-decoration: none;
  color: #FFFFFF;
}
.CircleListItem.suggestion .since {
  display: none;
}
.CircleListItem.suggestion.private .private {
  display: flex;
}
.CircleListItem.private .private {
  display: flex;
}
.CircleListItem.private .since {
  display: none;
}

.confetti-container {
  position: relative;
  height: 140px;
  margin-bottom: 20px;
  overflow: visible;
}
.confetti-container .celebration-emoji {
  font-size: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  animation: celebration-bounce 1s ease-in-out;
}
@keyframes celebration-bounce {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.confetti-container .confetti {
  position: absolute;
  width: 10px;
  height: 10px;
  animation: confetti-fall 3s ease-in-out infinite;
}
.confetti-container .confetti:nth-child(1) {
  left: 10%;
  background: oklch(85% 0.199 91.936deg);
  animation-delay: 0s;
  width: 8px;
  height: 8px;
}
.confetti-container .confetti:nth-child(2) {
  left: 25%;
  background: oklch(75% 0.183 55.934deg);
  animation-delay: 0.3s;
  width: 12px;
  height: 4px;
}
.confetti-container .confetti:nth-child(3) {
  left: 40%;
  background: oklch(76% 0.177 163.223deg);
  animation-delay: 0.6s;
  border-radius: 50%;
}
.confetti-container .confetti:nth-child(4) {
  left: 55%;
  background: oklch(74% 0.16 232.661deg);
  animation-delay: 0.9s;
  width: 6px;
  height: 6px;
}
.confetti-container .confetti:nth-child(5) {
  left: 70%;
  background: oklch(82% 0.189 84.429deg);
  animation-delay: 1.2s;
  width: 10px;
  height: 3px;
}
.confetti-container .confetti:nth-child(6) {
  left: 85%;
  background: oklch(70% 0.191 22.216deg);
  animation-delay: 1.5s;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.confetti-container .confetti:nth-child(7) {
  left: 15%;
  background: oklch(85% 0.199 91.936deg);
  animation-delay: 0.4s;
  width: 7px;
  height: 7px;
}
.confetti-container .confetti:nth-child(8) {
  left: 60%;
  background: oklch(75% 0.183 55.934deg);
  animation-delay: 1s;
  width: 9px;
  height: 3px;
}
@keyframes confetti-fall {
  0% {
    transform: translateY(-20px) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(150px) rotate(720deg);
    opacity: 0;
  }
}

.ToastCenter {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}
.ToastCenter .toast {
  animation: toastIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.ToastCenter .toast.toast-hiding {
  animation: toastOut 0.25s ease forwards;
}

@keyframes toastIn {
  from {
    opacity: 0;
    transform: translateX(24px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes toastOut {
  from {
    opacity: 1;
    transform: translateX(0) scale(1);
    max-height: 80px;
    margin-bottom: 0;
  }
  to {
    opacity: 0;
    transform: translateX(24px) scale(0.95);
    max-height: 0;
    margin-bottom: -8px;
  }
}
.toast {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.toast.toast-success {
  background-color: #16A34A;
}
.toast.toast-error {
  background-color: #DC2626;
}
.toast.toast-warning {
  background-color: #D97706;
}
.toast.toast-info {
  background-color: #2563EB;
}
.toast.toast-brand {
  background-color: #FF5C1A;
}
.toast .toast-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
}
.toast svg {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  stroke-width: 2.5;
}
.toast .toast-message {
  flex: 1;
}
.toast .toast-close {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: inherit;
  opacity: 0.7;
  padding: 2px;
  border-radius: 4px;
  transition: opacity 0.15s ease;
}
.toast .toast-close:hover {
  opacity: 1;
}
.toast .toast-close svg {
  width: 14px;
  height: 14px;
}

:root {
  --orange: #FF5C1A;
  --orange-light: #FF8150;
  --orange-pale: #FFF0EA;
  --orange-mid: #FFD4C2;
  --cream: #FFFBF8;
  --stone: #F5EDE6;
  --text: #1A1210;
  --text-muted: #8C6E63;
  --text-soft: #C4A99E;
  --white: #FFFFFF;
  --radius: 18px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "DM Sans", sans-serif;
  background: #FFFBF8;
  min-height: 100vh;
  font-size: 1rem;
}
body #app {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overscroll-behavior: none;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 20px;
  border-radius: 14px;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
}
.btn svg {
  width: 1em;
  height: 1em;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.btn.btn-primary {
  background: #FF5C1A;
  color: #FFFFFF;
  width: 100%;
}
.btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
  border-radius: inherit;
}
.btn.btn-primary:hover {
  background: #FF8150;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(255, 92, 26, 0.35);
}
.btn.btn-primary:active {
  transform: translateY(0);
  box-shadow: none;
}
.btn.btn-secondary {
  background: #FFF0EA;
  color: #FF5C1A;
  width: 100%;
}
.btn.btn-secondary:hover {
  background: #FFD4C2;
  transform: translateY(-1px);
}
.btn.btn-secondary:active {
  transform: translateY(0);
}
.btn.btn-ghost {
  background: #F5EDE6;
  color: #8C6E63;
}
.btn.btn-ghost:hover {
  background: #FFD4C2;
  color: #1A1210;
}
.btn.btn-ghost:active {
  transform: translateY(0);
}
.btn.btn-outline {
  background: transparent;
  color: #FF5C1A;
  border: 1.5px solid #FFD4C2;
}
.btn.btn-outline:hover {
  border-color: #FF5C1A;
  background: #FFF0EA;
}
.btn.btn-danger {
  background: rgb(219.8, 63.3484716157, 0);
  color: #FFFFFF;
  width: 100%;
}
.btn.btn-danger:hover {
  background: rgb(189.2, 54.5292576419, 0);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(180, 60, 0, 0.3);
}
.btn.btn-danger:active {
  transform: translateY(0);
}
.btn.btn-sm {
  padding: 8px 14px;
  font-size: 0.75rem;
  border-radius: 8px;
}
.btn.btn-lg {
  padding: 16px 28px;
  font-size: 1rem;
  border-radius: 14px;
}
.btn.btn-fit {
  width: fit-content;
}
.btn.btn-dark {
  background-color: #1A1210 !important;
  color: #FFFFFF !important;
}
.btn.btn-dark svg {
  color: #FFFFFF !important;
  stroke: #FFFFFF !important;
}

.btn.btn-primary.comment-button {
  background-color: #F5EDE6;
  box-shadow: none;
}
.btn.btn-primary.comment-button > * {
  font-size: 0.875rem;
  color: #8C6E63;
}

.btn.btn-primary.like-button {
  background: transparent;
  color: #8C6E63;
  box-shadow: none;
  width: 25%;
  border: #F5EDE6 1px solid;
}
.btn.btn-primary.like-button:not(.haslikes) span[data-slot=innerHTML] {
  display: none;
}
.btn.btn-primary.like-button::before {
  display: none;
}
.btn.btn-primary.like-button svg, .btn.btn-primary.like-button .like-icon {
  transition: transform 0.2s ease;
}
.btn.btn-primary.like-button:hover {
  background: #FFF0EA;
  color: #FF5C1A;
  box-shadow: none;
}
.btn.btn-primary.like-button:hover svg, .btn.btn-primary.like-button:hover .like-icon {
  transform: scale(1.2);
}
.btn.btn-primary.like-button:active {
  transform: translateY(0);
}
.btn.btn-primary.like-button.liked svg, .btn.btn-primary.like-button.liked .like-icon {
  animation: like-pop 0.3s ease forwards;
  color: #DC2626;
  fill: #DC2626;
}
.btn.btn-primary.like-button.liked:hover {
  background: #FFD4C2;
  box-shadow: none;
}

@keyframes like-pop {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.35);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.15);
  }
}

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