/*
 * Falue canonical post runtime bundle.
 * Source order is part of the runtime contract; do not sort or regroup rules.
 * Generated from the six proven-active component styles during the canonical rebase.
 */

/* === BEGIN CANONICAL SOURCE: falue-post-media.css === */
/* Falue universal post media layout — primary implementation */
:root {
  --falue-post-media-height: clamp(320px, 34vw, 420px);
  --falue-post-media-radius: 24px;
  --falue-post-media-bg: #10131b;
}

@media (max-width: 991px) {
  :root {
    --falue-post-media-height: clamp(280px, 54vw, 480px);
  }
}

/* Standard picture/video/gallery media frame. */
[data-falue-post-placard][data-falue-media-class="full-visual"] .falue-post-placard__media,
[data-falue-post-placard][data-falue-media-class="full-visual"] [data-falue-media-element] {
  position: relative !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 100% !important;
  height: var(--falue-post-media-height) !important;
  min-height: var(--falue-post-media-height) !important;
  max-height: var(--falue-post-media-height) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: var(--falue-post-media-radius) var(--falue-post-media-radius) 0 0 !important;
  background: var(--falue-post-media-bg) !important;
  overflow: hidden !important;
}

[data-falue-post-placard][data-falue-media-class="full-visual"] [data-falue-media-element] > a,
[data-falue-post-placard][data-falue-media-class="full-visual"] [data-falue-media-element] .embed-responsive,
[data-falue-post-placard][data-falue-media-class="full-visual"] [data-falue-media-element] .plyr,
[data-falue-post-placard][data-falue-media-class="full-visual"] [data-falue-media-element] .plyr__video-wrapper,
[data-falue-post-placard][data-falue-media-class="full-visual"] [data-falue-media-element] .art-video-player,
[data-falue-post-placard][data-falue-media-class="full-visual"] [data-falue-media-element] .video-js {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

[data-falue-post-placard][data-falue-media-class="full-visual"] [data-falue-media-element] > img,
[data-falue-post-placard][data-falue-media-class="full-visual"] [data-falue-media-element] .image-file,
[data-falue-post-placard][data-falue-media-class="full-visual"] [data-falue-media-element] > a > img,
[data-falue-post-placard][data-falue-media-class="full-visual"] [data-falue-media-element] video,
[data-falue-post-placard][data-falue-media-class="full-visual"] [data-falue-media-element] > a > video,
[data-falue-post-placard][data-falue-media-class="full-visual"] [data-falue-media-element] .plyr video,
[data-falue-post-placard][data-falue-media-class="full-visual"] [data-falue-media-element] .art-video-player video,
[data-falue-post-placard][data-falue-media-class="full-visual"] [data-falue-media-element] .video-js video {
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

[data-falue-post-placard][data-falue-media-class="full-visual"] [data-falue-media-element] iframe,
[data-falue-post-placard][data-falue-media-class="full-visual"] [data-falue-media-element] .embed-responsive-item {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}

/* GIF / animated sticker is a real visual post, not a compact attachment. */
[data-falue-post-placard][data-falue-media-type="sticker"] .tag_post_full_stick {
  position: relative !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: var(--falue-post-media-height) !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: var(--falue-post-media-radius) var(--falue-post-media-radius) 0 0 !important;
  background: var(--falue-post-media-bg) !important;
  overflow: hidden !important;
}

[data-falue-post-placard][data-falue-media-type="sticker"] .tag_post_full_stick img,
[data-falue-post-placard][data-falue-media-type="sticker"] .tag_post_full_stick video {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
}


/* Live posts give the video/player the common frame while live chat and metadata stay below it. */
[data-falue-post-placard][data-falue-media-type="live"] .falue-self-hosted-live-player,
[data-falue-post-placard][data-falue-media-type="live"] .tag_post_full_img > .embed-responsive,
[data-falue-post-placard][data-falue-media-type="live"] .tag_post_full_img > [id^="post_live_video_"],
[data-falue-repost-original][data-falue-shared-media-type="live"] .falue-self-hosted-live-player,
[data-falue-repost-original][data-falue-shared-media-type="live"] .tag_post_full_img > .embed-responsive,
[data-falue-repost-original][data-falue-shared-media-type="live"] .tag_post_full_img > [id^="post_live_video_"] {
  position: relative !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: var(--falue-post-media-height) !important;
  min-height: var(--falue-post-media-height) !important;
  max-height: var(--falue-post-media-height) !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: var(--falue-post-media-radius) var(--falue-post-media-radius) 0 0 !important;
  background: var(--falue-post-media-bg) !important;
  overflow: hidden !important;
}

[data-falue-post-placard][data-falue-media-type="live"] .falue-self-hosted-live-player video,
[data-falue-post-placard][data-falue-media-type="live"] .tag_post_full_img > .embed-responsive iframe,
[data-falue-repost-original][data-falue-shared-media-type="live"] .falue-self-hosted-live-player video,
[data-falue-repost-original][data-falue-shared-media-type="live"] .tag_post_full_img > .embed-responsive iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Shared/reposted original content is classified separately from the outer repost. */
[data-falue-repost-original][data-falue-shared-media-class="full-visual"] [data-falue-media-element],
[data-falue-repost-original][data-falue-shared-media-type="sticker"] .tag_post_full_stick {
  box-sizing: border-box !important;
  width: 100% !important;
  height: var(--falue-post-media-height) !important;
  min-height: var(--falue-post-media-height) !important;
  max-height: var(--falue-post-media-height) !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: var(--falue-post-media-radius) var(--falue-post-media-radius) 0 0 !important;
  background: var(--falue-post-media-bg) !important;
  overflow: hidden !important;
}

[data-falue-repost-original][data-falue-shared-media-class="full-visual"] [data-falue-media-element] img,
[data-falue-repost-original][data-falue-shared-media-class="full-visual"] [data-falue-media-element] video,
[data-falue-repost-original][data-falue-shared-media-type="sticker"] .tag_post_full_stick img,
[data-falue-repost-original][data-falue-shared-media-type="sticker"] .tag_post_full_stick video {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Maps are visual but specialized: never photo-crop them. */
[data-falue-post-placard][data-falue-media-class="special-visual"] .post-map,
[data-falue-repost-original][data-falue-shared-media-class="special-visual"] .post-map {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
}

[data-falue-post-placard][data-falue-media-class="special-visual"] .post-map img,
[data-falue-repost-original][data-falue-shared-media-class="special-visual"] .post-map img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

/* Compact/nonvisual attachments explicitly opt out of the visual frame. */
[data-falue-post-placard][data-falue-media-class="compact-media"] .post-file,
[data-falue-post-placard][data-falue-media-class="compact-media"] .tag_post_full_img,
[data-falue-repost-original][data-falue-shared-media-class="compact-media"] .post-file,
[data-falue-repost-original][data-falue-shared-media-class="compact-media"] .tag_post_full_img {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

/* Mobile placard chrome stays exactly as approved; only the media frame itself is universal. */
@media (max-width: 991px) {
  [data-falue-post-placard][data-falue-media-class="full-visual"] > .panel,
  [data-falue-post-placard][data-falue-media-class="full-visual"] > .panel > .post-description {
    position: relative;
  }

  [data-falue-post-placard][data-falue-media-class="full-visual"] > .panel > .post-description {
    padding: 0 0 14px !important;
    overflow: hidden !important;
    border-radius: var(--falue-post-media-radius) !important;
  }

  [data-falue-post-placard][data-falue-media-class="full-visual"] .falue-post-placard__engagement {
    margin: 0 14px !important;
    padding: 16px 0 0 !important;
    border-top: 0 !important;
  }
}

@media (max-width: 640px) {
  :root {
    --falue-post-media-height: clamp(320px, 88vw, 440px);
  }
}
/* === END CANONICAL SOURCE: falue-post-media.css === */

/* === BEGIN CANONICAL SOURCE: falue-media-post-header.css === */
/* One media-only header implementation. Text and non-media placards stay in flow. */
[data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel {
  position: relative;
  overflow: visible !important;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading {
  --falue-media-header-top: 12px;
  --falue-media-header-left: 12px;
  --falue-media-header-width: calc(100% - 24px);
  --falue-media-header-collapsed-width: min(280px, calc(100% - 24px));
  --falue-media-header-expanded-height: 144px;
  position: absolute !important;
  z-index: 48 !important;
  top: var(--falue-media-header-top) !important;
  right: auto !important;
  left: var(--falue-media-header-left) !important;
  width: 60px !important;
  height: 60px !important;
  min-height: 60px !important;
  box-sizing: border-box;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  margin: 0 !important;
  padding: 6px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  isolation: isolate;
  overflow: visible !important;
  pointer-events: none;
  transition: width 280ms cubic-bezier(.22,.72,.2,1), height 280ms cubic-bezier(.22,.72,.2,1), border-radius 280ms cubic-bezier(.22,.72,.2,1);
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading::before {
  position: absolute;
  z-index: -1;
  top: calc(-1 * var(--falue-media-header-top, 12px));
  right: calc(-1 * var(--falue-media-header-left, 12px));
  bottom: 0;
  left: calc(-1 * var(--falue-media-header-left, 12px));
  content: "";
  border: 0;
  border-radius: 50%;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
  pointer-events: none;
  transition: bottom 280ms cubic-bezier(.22,.72,.2,1), background 220ms ease;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded > .panel > .post-heading {
  width: var(--falue-media-header-width) !important;
  height: var(--falue-media-header-expanded-height) !important;
  border-radius: 20px !important;
  padding: 8px 52px 9px 8px !important;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded > .panel > .post-heading::before {
  bottom: -26px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(180deg, rgba(7,10,18,.9) 0%, rgba(7,10,18,.78) 52%, rgba(7,10,18,.36) 78%, rgba(7,10,18,0) 100%);
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading > .valign {
  width: 100%;
  min-width: 0;
  align-items: flex-start !important;
  pointer-events: none;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading .image {
  position: relative;
  flex: 0 0 48px;
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin: 0 !important;
  overflow: visible !important;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded > .panel > .post-heading .image {
  flex-basis: 44px;
  width: 44px;
  min-width: 44px;
  height: 44px;
  margin-right: 10px !important;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] .falue-media-header__avatar-toggle {
  position: relative;
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  touch-action: manipulation;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] .falue-media-header__avatar-toggle:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px rgba(123,92,255,.7);
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading .image > .user-rating-avatar-badge {
  pointer-events: auto !important;
  touch-action: manipulation;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] .falue-media-header__avatar-toggle .avatar,
[data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading .avatar {
  width: 46px !important;
  min-width: 46px !important;
  height: 46px !important;
  display: block;
  margin: 0 !important;
  border: 2px solid rgba(255,255,255,.94) !important;
  border-radius: 50% !important;
  object-fit: cover;
  box-shadow: 0 5px 16px rgba(0,0,0,.28);
}

[data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded .falue-media-header__avatar-toggle {
  width: 44px;
  min-width: 44px;
  height: 44px;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded .falue-media-header__avatar-toggle .avatar,
[data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded > .panel > .post-heading .avatar {
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
}

@media (max-width: 640px) {
  [data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading {
    width: 64px !important;
    height: 64px !important;
    min-height: 64px !important;
  }

  [data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading .image,
  [data-falue-post-placard][data-falue-media-header-toggle="1"] .falue-media-header__avatar-toggle {
    flex-basis: 52px;
    width: 52px;
    min-width: 52px;
    height: 52px;
  }

  [data-falue-post-placard][data-falue-media-header-toggle="1"] .falue-media-header__avatar-toggle .avatar,
  [data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading .avatar {
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
  }

  [data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded > .panel > .post-heading {
    width: var(--falue-media-header-width) !important;
    height: var(--falue-media-header-expanded-height) !important;
    min-height: var(--falue-media-header-expanded-height) !important;
  }

  [data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded > .panel > .post-heading .image,
  [data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded .falue-media-header__avatar-toggle {
    flex-basis: 44px;
    width: 44px;
    min-width: 44px;
    height: 44px;
  }

  [data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded .falue-media-header__avatar-toggle .avatar,
  [data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded > .panel > .post-heading .avatar {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
  }
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading .meta {
  flex: 0 0 0;
  width: 0;
  max-width: 0;
  min-width: 0;
  padding: 1px 0 0 !important;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-6px);
  color: rgba(255,255,255,.9) !important;
  transition: opacity 180ms ease 55ms, transform 240ms ease, max-width 280ms cubic-bezier(.22,.72,.2,1), visibility 0s linear 0s;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded > .panel > .post-heading .meta {
  flex: 1 1 auto;
  width: calc(100% - 54px);
  max-width: calc(100% - 54px);
  overflow: visible;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition-delay: 55ms, 0s, 0s, 0s;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading .meta .title {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  display: flex !important;
  align-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 3px;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  white-space: nowrap;
  color: #fff !important;
  line-height: 1.2;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] [data-falue-media-header-identity] {
  min-width: 0;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] [data-falue-media-header-identity] .name,
[data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading .meta .title .falue-profile-topbar-name-source {
  min-width: 0;
  max-width: 100%;
  display: block;
  overflow: hidden;
  color: #fff !important;
  font-size: clamp(15px, 2vw, 17px) !important;
  font-weight: 700 !important;
  line-height: 1.2;
  text-overflow: ellipsis;
  text-shadow: 0 2px 9px rgba(0,0,0,.46);
  white-space: nowrap;
  pointer-events: auto;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] [data-falue-media-header-verification] {
  flex: 0 0 auto;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] [data-falue-media-header-verification] svg {
  width: 14px;
  height: 14px;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,.3));
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] .falue-media-header__indicator {
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  display: inline-grid;
  place-items: center;
  margin-left: 1px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease 70ms, transform 280ms cubic-bezier(.22,.72,.2,1), visibility 0s linear 280ms;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] .falue-media-header__indicator::before {
  width: 6px;
  height: 6px;
  content: "";
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  transform: rotate(45deg) translate(-1px,-1px);
}

[data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded .falue-media-header__indicator {
  opacity: .78;
  visibility: visible;
  transform: rotate(180deg);
  transition-delay: 70ms, 0s, 0s;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] .falue-media-header__activity {
  flex: 0 0 0;
  width: 0;
  max-width: 0;
  max-height: 0;
  display: block;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  color: rgba(255,255,255,.86) !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-overflow: ellipsis;
  transform: translateY(-4px);
  transition: opacity 180ms ease, transform 240ms ease, max-height 240ms ease;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded > .panel > .post-heading .meta .title {
  min-height: 62px;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 2px;
  padding-top: 2px !important;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded .falue-media-header__activity {
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
  max-height: 34px;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  white-space: nowrap;
  text-overflow: ellipsis;
  transform: translateY(0);
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading .tag_post_hdr_sub {
  min-width: 0;
  max-width: 100%;
  max-height: 0;
  margin: 0 !important;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  color: rgba(255,255,255,.8) !important;
  font-size: 12px !important;
  line-height: 1.35;
  transform: translateY(-5px);
  transition: opacity 190ms ease 35ms, transform 240ms ease, max-height 240ms ease;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded > .panel > .post-heading .tag_post_hdr_sub {
  max-height: 42px;
  margin-top: 4px !important;
  flex-wrap: wrap !important;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

[data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded > .panel > .post-heading .tag_post_hdr_sub:has(.dropdown.open) {
  overflow: visible;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading .tag_post_hdr_sub,
[data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading .tag_post_hdr_sub a,
[data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading .tag_post_hdr_sub span,
[data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading .tag_post_hdr_sub svg {
  color: rgba(255,255,255,.86) !important;
  fill: currentColor !important;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded > .panel > .post-heading a,
[data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded > .panel > .post-heading .dropdown,
[data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded > .panel > .post-heading .dropdown-toggle {
  pointer-events: auto;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading .tag_post_hdr_menu {
  position: absolute !important;
  z-index: 52 !important;
  top: 8px !important;
  right: 8px !important;
  left: auto !important;
  margin: 0 !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-5px) scale(.94);
  transition: opacity 180ms ease 45ms, transform 240ms ease, visibility 0s linear 240ms;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded > .panel > .post-heading .tag_post_hdr_menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition-delay: 55ms, 0s, 0s;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading .tag_post_hdr_menu > .dropdown-toggle,
[data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading .tag_post_hdr_menu > a {
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  display: grid !important;
  place-items: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 50% !important;
  background: rgba(5,8,15,.3) !important;
  color: #fff !important;
  box-shadow: 0 5px 14px rgba(0,0,0,.18);
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading .dropdown-menu {
  z-index: 1055 !important;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .falue-post-placard__repost-chip {
  z-index: 50 !important;
  top: calc(var(--falue-media-header-top, 12px) + 91px) !important;
  right: auto !important;
  left: calc(var(--falue-media-header-left, 12px) + 61px) !important;
  max-width: calc(var(--falue-media-header-width, 100%) - 72px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 180ms ease 70ms, transform 240ms ease, visibility 0s linear 240ms;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded > .panel > .falue-post-placard__repost-chip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 70ms, 0s, 0s;
}

[data-falue-post-placard][data-falue-media-header-toggle="1"][data-falue-placard-kind="repost"] [data-falue-repost-original] > .falue-profile-topbar-shared-source {
  display: none !important;
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  [data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading::before {
    background: transparent;
  }
  [data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded > .panel > .post-heading::before {
    background: linear-gradient(180deg, rgba(7,10,18,.92) 0%, rgba(7,10,18,.8) 52%, rgba(7,10,18,.38) 78%, rgba(7,10,18,0) 100%);
  }
}

#night-mode [data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading::before,
html[data-theme="dark"] [data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading::before,
body.dark [data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading::before,
body.night_mode [data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading::before {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

#night-mode [data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded > .panel > .post-heading::before,
html[data-theme="dark"] [data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded > .panel > .post-heading::before,
body.dark [data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded > .panel > .post-heading::before,
body.night_mode [data-falue-post-placard][data-falue-media-header-toggle="1"].is-media-header-expanded > .panel > .post-heading::before {
  background: linear-gradient(180deg, rgba(3,5,10,.94) 0%, rgba(3,5,10,.82) 52%, rgba(3,5,10,.4) 78%, rgba(3,5,10,0) 100%);
}

@media (prefers-reduced-motion: reduce) {
  [data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading,
  [data-falue-post-placard][data-falue-media-header-toggle="1"] .falue-media-header__indicator,
  [data-falue-post-placard][data-falue-media-header-toggle="1"] .falue-media-header__activity,
  [data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading .tag_post_hdr_sub,
  [data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .post-heading .tag_post_hdr_menu,
  [data-falue-post-placard][data-falue-media-header-toggle="1"] > .panel > .falue-post-placard__repost-chip {
    transition-duration: .01ms !important;
    transition-delay: 0s !important;
  }
}
/* === END CANONICAL SOURCE: falue-media-post-header.css === */

/* === BEGIN CANONICAL SOURCE: falue-post-caption.css === */
/* Falue media caption — approved compact preview/expand/hide implementation */
@media (max-width: 991px) {
  [data-falue-post-placard][data-falue-placard-kind="image"] .falue-post-placard__media-caption,
  [data-falue-post-placard][data-falue-placard-kind="video"] .falue-post-placard__media-caption {
    position: absolute !important;
    z-index: 30 !important;
    inset: auto !important;
    left: 10px !important;
    right: 52px !important;
    bottom: 10px !important;
    transform: none !important;
    box-sizing: border-box !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 40px !important;
    max-width: none !important;
    max-height: 68px !important;
    padding: 8px 11px !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 17px !important;
    color: #202536 !important;
    background: rgba(255,255,255,.97) !important;
    box-shadow: 0 7px 18px rgba(10,14,26,.13) !important;
  }

  [data-falue-post-placard][data-falue-placard-kind="image"] .falue-post-placard__caption-body,
  [data-falue-post-placard][data-falue-placard-kind="video"] .falue-post-placard__caption-body {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #202536 !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    line-height: 1.24 !important;
    overflow-wrap: anywhere !important;
  }

  [data-falue-post-placard][data-falue-placard-kind="image"][data-caption-state="preview"] .falue-post-placard__caption-body,
  [data-falue-post-placard][data-falue-placard-kind="video"][data-caption-state="preview"] .falue-post-placard__caption-body {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    max-height: calc(1.24em * 2) !important;
    overflow: hidden !important;
  }

  [data-falue-post-placard][data-falue-placard-kind="image"][data-caption-state="expanded"] .falue-post-placard__media-caption,
  [data-falue-post-placard][data-falue-placard-kind="video"][data-caption-state="expanded"] .falue-post-placard__media-caption {
    left: 10px !important;
    right: 52px !important;
    bottom: 10px !important;
    min-height: 52px !important;
    max-height: min(31vh, 150px, calc(100% - 20px)) !important;
    padding: 10px 12px !important;
    border-radius: 18px !important;
    align-items: flex-start !important;
  }

  [data-falue-post-placard][data-falue-placard-kind="image"][data-caption-state="expanded"] .falue-post-placard__caption-body,
  [data-falue-post-placard][data-falue-placard-kind="video"][data-caption-state="expanded"] .falue-post-placard__caption-body {
    display: block !important;
    max-height: none !important;
    overflow: auto !important;
    scrollbar-width: thin;
  }

  [data-falue-post-placard][data-falue-placard-kind="image"] .falue-post-placard__media-caption[hidden],
  [data-falue-post-placard][data-falue-placard-kind="video"] .falue-post-placard__media-caption[hidden] {
    display: none !important;
  }

  [data-falue-post-placard][data-falue-placard-kind="image"] .falue-post-placard__caption-toggle,
  [data-falue-post-placard][data-falue-placard-kind="video"] .falue-post-placard__caption-toggle {
    position: absolute !important;
    z-index: 34 !important;
    inset: auto !important;
    right: 10px !important;
    bottom: 10px !important;
    transform: none !important;
    display: grid !important;
    place-items: center !important;
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    border: 2px solid rgba(255,255,255,.94) !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: rgba(45,49,84,.90) !important;
    box-shadow: 0 6px 16px rgba(10,14,28,.18) !important;
    font-size: 0 !important;
    line-height: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
  }

  [data-falue-post-placard][data-falue-placard-kind="image"] .falue-post-placard__caption-toggle::before,
  [data-falue-post-placard][data-falue-placard-kind="video"] .falue-post-placard__caption-toggle::before {
    content: "i" !important;
    display: block !important;
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    transform: translateY(-1px) !important;
  }

  [data-falue-post-placard][data-falue-placard-kind="image"] .falue-post-placard__caption-toggle > *,
  [data-falue-post-placard][data-falue-placard-kind="video"] .falue-post-placard__caption-toggle > * {
    display: none !important;
  }
}
/* === END CANONICAL SOURCE: falue-post-caption.css === */

/* === BEGIN CANONICAL SOURCE: falue-multi-image-carousel.css === */
/* Falue multi-image carousel — primary implementation */
[data-falue-post-placard][data-falue-media-type="gallery"] [data-falue-media-element].tag_post_full_albm {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  height: var(--falue-post-media-height) !important;
  min-height: var(--falue-post-media-height) !important;
  max-height: var(--falue-post-media-height) !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  background: var(--falue-post-media-bg) !important;
  overflow: hidden !important;
  border-radius: var(--falue-post-media-radius) var(--falue-post-media-radius) 0 0 !important;
}

.falue-media-carousel,
.falue-media-carousel__viewport {
  position: absolute !important;
  inset: 0 !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--falue-post-media-bg) !important;
  overflow: hidden !important;
  border-radius: var(--falue-post-media-radius) var(--falue-post-media-radius) 0 0 !important;
}

.falue-media-carousel__viewport {
  touch-action: pan-y !important;
  user-select: none !important;
}

.falue-media-carousel__slide {
  position: absolute !important;
  inset: 0 !important;
  display: none !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--falue-post-media-bg) !important;
}

.falue-media-carousel__slide.is-active {
  display: block !important;
}

.falue-media-carousel__image,
[data-falue-post-placard] [data-falue-media-element] .falue-media-carousel__image {
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: var(--falue-post-media-bg) !important;
}

.falue-media-carousel__counter {
  position: absolute !important;
  z-index: 26 !important;
  top: 10px !important;
  right: 10px !important;
  min-width: 43px !important;
  height: 25px !important;
  padding: 0 9px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  border-radius: 11px !important;
  color: #fff !important;
  background: rgba(44,48,75,.86) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.14) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  backdrop-filter: blur(8px) !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  pointer-events: none !important;
}

.falue-media-carousel__arrow {
  position: absolute !important;
  z-index: 32 !important;
  top: 50% !important;
  width: 34px !important;
  min-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(-50%) !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
  -webkit-tap-highlight-color: transparent !important;
}

.falue-media-carousel__arrow:active:not(:disabled) {
  transform: translateY(-50%) scale(.93) !important;
}

.falue-media-carousel__arrow svg {
  width: 17px !important;
  height: 17px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.35 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  pointer-events: none !important;
}

.falue-media-carousel__arrow--prev {
  left: 10px !important;
  color: rgba(255,255,255,.93) !important;
  background: rgba(18,21,29,.58) !important;
  box-shadow: 0 5px 14px rgba(0,0,0,.15) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  backdrop-filter: blur(8px) !important;
}

.falue-media-carousel__arrow--next {
  right: 10px !important;
  color: #171a24 !important;
  background: rgba(255,255,255,.95) !important;
  box-shadow: 0 5px 14px rgba(0,0,0,.15) !important;
}

.falue-media-carousel__arrow:disabled {
  opacity: .30 !important;
  cursor: default !important;
}

.falue-media-carousel__dots {
  position: absolute !important;
  z-index: 24 !important;
  left: 50% !important;
  right: auto !important;
  bottom: 9px !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  pointer-events: auto !important;
}

.falue-media-carousel__dot {
  width: 6px !important;
  height: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255,255,255,.72) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.20) !important;
  box-shadow: 0 1px 4px rgba(0,0,0,.14) !important;
  cursor: pointer !important;
}

.falue-media-carousel__dot.is-active {
  width: 7px !important;
  height: 7px !important;
  border-color: #fff !important;
  background: #fff !important;
}

.falue-media-carousel .wo_adaptive_media,
.falue-media-carousel .wo_adaptive_media_2,
.falue-media-carousel .wo_adaptive_media_3,
.falue-media-carousel .wo_adaptive_media_4,
.falue-media-carousel .wo_adaptive_media_5,
.falue-media-carousel .album-image,
.falue-media-carousel .album-collapse,
.falue-media-carousel .album-parent,
.falue-media-carousel .small_lit_holder,
.falue-media-carousel .tag_full_blur_img_innr,
.falue-media-carousel .img-section {
  display: none !important;
}
/* === END CANONICAL SOURCE: falue-multi-image-carousel.css === */

/* === BEGIN CANONICAL SOURCE: falue-gesture-rating.css === */
/* Falue authoritative Post/Comment swipe-to-rate presentation. */
:root {
  --falue-rating-ink: #2b2d42;
  --falue-rating-muted: #707386;
  --falue-rating-accent: #5d5f93;
  --falue-rating-panel: rgba(255, 255, 255, .97);
  --falue-rating-soft: rgba(93, 95, 147, .10);
  --falue-rating-border: rgba(43, 45, 66, .14);
  --falue-rating-danger: #b54b56;
  --falue-rating-shadow: 0 14px 40px rgba(43, 45, 66, .22);
  --falue-negative-underlay: #565a68;
}

.falue-gesture-surface {
  touch-action: pan-y;
  transform-origin: center center;
  -webkit-tap-highlight-color: transparent;
}

[data-falue-rateable="post"].falue-gesture-surface.is-dragging {
  will-change: translate, rotate;
}

[data-falue-rateable="comment"].falue-gesture-surface.is-dragging {
  will-change: translate;
}

.falue-gesture-surface.is-dragging {
  z-index: 3;
  transition: none !important;
  cursor: grabbing !important;
  user-select: none;
  -webkit-user-select: none;
}

[data-falue-rateable="post"].falue-gesture-surface.is-snapping {
  transition:
    translate 280ms cubic-bezier(.2, .8, .2, 1),
    rotate 280ms cubic-bezier(.2, .8, .2, 1) !important;
}

[data-falue-rateable="comment"].falue-gesture-surface.is-snapping {
  transition: translate 250ms cubic-bezier(.2, .8, .2, 1) !important;
}

.falue-gesture-chrome {
  --falue-surface-radius: 18px;
  --falue-underlay-color: transparent;
  position: fixed;
  z-index: 2147483000;
  display: block;
  overflow: hidden;
  border-radius: var(--falue-surface-radius);
  background: var(--falue-underlay-color);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  isolation: isolate;
  will-change: clip-path, background-color;
  transition: background-color 90ms linear;
}

.falue-gesture-chrome.is-active {
  opacity: 1;
  visibility: visible;
}

.falue-gesture-chrome__cue {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  width: min(170px, 46%);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: opacity 120ms ease;
}

.falue-gesture-chrome__cue--negative {
  right: 0;
}

.falue-gesture-chrome__cue--rating {
  left: 0;
}

.falue-gesture-chrome__cue-icon,
.falue-gesture-chrome__cue-label,
.falue-gesture-chrome__cue-value {
  display: block;
}

.falue-gesture-chrome__cue-icon {
  max-width: 100%;
  font-size: 34px;
  line-height: 1.05;
  white-space: nowrap;
}

.falue-gesture-chrome__cue-label {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: .01em;
}

.falue-gesture-chrome__cue-value {
  font-size: clamp(26px, 8vw, 40px);
  font-weight: 850;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .16);
}

.falue-gesture-chrome[data-surface="comment"] .falue-gesture-chrome__cue {
  width: min(132px, 48%);
  padding: 6px;
}

.falue-gesture-chrome[data-surface="comment"] .falue-gesture-chrome__cue-value {
  font-size: clamp(21px, 6vw, 30px);
}

.falue-gesture-chrome[data-surface="comment"] .falue-gesture-chrome__cue-label {
  margin-top: 2px;
  font-size: 10px;
}

.falue-rating-summary {
  position: relative;
  appearance: none;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
  padding: 5px 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}

.falue-rating-summary:hover,
.falue-rating-summary:focus-visible,
.falue-rating-summary.has-own-rating,
.falue-rating-summary.has-private-feedback {
  background: var(--falue-rating-soft);
  color: var(--falue-rating-accent);
}

.falue-rating-summary:focus-visible {
  border-color: rgba(93, 95, 147, .42);
  outline: 2px solid rgba(93, 95, 147, .22);
  outline-offset: 2px;
}

.falue-rating-summary.is-saving::after {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  content: "";
  opacity: .65;
  animation: falue-rating-spin 650ms linear infinite;
}

.falue-rating-summary.is-save-error {
  border-color: rgba(181, 75, 86, .55);
  background: rgba(181, 75, 86, .10);
  color: var(--falue-rating-danger);
}

@keyframes falue-rating-spin {
  to { transform: rotate(1turn); }
}

.falue-rating-picker {
  position: fixed;
  z-index: 2147483200;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(5, minmax(48px, 1fr));
  gap: 5px;
  width: min(calc(100vw - 16px), 382px);
  padding: 8px;
  border: 1px solid var(--falue-rating-border);
  border-radius: 18px;
  background: var(--falue-rating-panel);
  box-shadow: var(--falue-rating-shadow);
  color: var(--falue-rating-ink);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.falue-rating-picker__title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.falue-rating-picker__option,
.falue-rating-picker__negative {
  box-sizing: border-box;
  appearance: none;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.falue-rating-picker__option {
  display: flex;
  min-width: 0;
  min-height: 60px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 3px;
}

.falue-rating-picker__icon {
  max-width: 100%;
  overflow: hidden;
  font-size: 17px;
  line-height: 1;
  white-space: nowrap;
}

.falue-rating-picker__option small {
  margin-top: 5px;
  color: var(--falue-rating-muted);
  font-size: 10px;
  font-weight: 850;
}

.falue-rating-picker__option:hover,
.falue-rating-picker__option:focus-visible,
.falue-rating-picker__negative:hover,
.falue-rating-picker__negative:focus-visible,
.falue-rating-picker__option.is-selected,
.falue-rating-picker__negative.is-selected {
  border-color: rgba(93, 95, 147, .24);
  background: var(--falue-rating-soft);
  outline: none;
}

.falue-rating-picker__option:focus-visible,
.falue-rating-picker__negative:focus-visible {
  box-shadow: 0 0 0 2px rgba(93, 95, 147, .28);
}

.falue-rating-picker__option.is-selected,
.falue-rating-picker__negative.is-selected {
  color: var(--falue-rating-accent);
  box-shadow: inset 0 0 0 1px rgba(93, 95, 147, .20);
}

.falue-rating-picker__negative {
  grid-column: 1 / -1;
  min-height: 40px;
  border-top-color: var(--falue-rating-border);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
}

.falue-comment-muted > :not([data-falue-comment-feedback-notice]) {
  display: none !important;
}

.falue-comment-muted__notice {
  box-sizing: border-box;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 12px;
  border: 1px solid var(--falue-rating-border);
  border-radius: 12px;
  background: rgba(181, 183, 187, .13);
  color: var(--falue-rating-muted);
  font-size: 12px;
  font-weight: 650;
}

.falue-comment-muted__notice button {
  appearance: none;
  padding: 5px 8px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--falue-rating-accent);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.falue-comment-muted__notice button:hover,
.falue-comment-muted__notice button:focus-visible {
  background: var(--falue-rating-soft);
  outline: 2px solid rgba(93, 95, 147, .24);
}

.falue-comment-muted__notice button:disabled {
  cursor: wait;
  opacity: .55;
}

.falue-gesture-toast {
  position: fixed;
  left: 50%;
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  z-index: 2147483300;
  box-sizing: border-box;
  max-width: min(88vw, 430px);
  transform: translate(-50%, 18px);
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(43, 45, 66, .96);
  box-shadow: 0 10px 30px rgba(43, 45, 66, .25);
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.falue-gesture-toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

.falue-gesture-live {
  position: fixed !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

body[data-theme="dark"] {
  --falue-rating-ink: #f1f2f6;
  --falue-rating-muted: #b5b7c5;
  --falue-rating-panel: rgba(31, 33, 43, .97);
  --falue-rating-soft: rgba(141, 144, 204, .16);
  --falue-rating-border: rgba(235, 236, 245, .18);
  --falue-rating-shadow: 0 14px 44px rgba(0, 0, 0, .48);
}

html.falue-rating-night-mode {
  --falue-rating-ink: #f1f2f6;
  --falue-rating-muted: #b5b7c5;
  --falue-rating-panel: rgba(31, 33, 43, .97);
  --falue-rating-soft: rgba(141, 144, 204, .16);
  --falue-rating-border: rgba(235, 236, 245, .18);
  --falue-rating-shadow: 0 14px 44px rgba(0, 0, 0, .48);
}

@media (prefers-color-scheme: dark) {
  body:not([data-theme="light"]) {
    --falue-rating-ink: #f1f2f6;
    --falue-rating-muted: #b5b7c5;
    --falue-rating-panel: rgba(31, 33, 43, .97);
    --falue-rating-soft: rgba(141, 144, 204, .16);
    --falue-rating-border: rgba(235, 236, 245, .18);
    --falue-rating-shadow: 0 14px 44px rgba(0, 0, 0, .48);
  }
}

@media (hover: hover) and (pointer: fine) {
  .falue-gesture-surface:not(.is-snapping) {
    cursor: grab;
  }

  .falue-gesture-surface :is(a, button, input, textarea, select, [onclick], [data-href], .pointer) {
    cursor: revert;
  }
}

@media (max-width: 560px) {
  .falue-rating-picker {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: calc(100vw - 16px);
  }

  .falue-rating-picker__option {
    min-height: 56px;
    padding-inline: 1px;
  }

  .falue-rating-picker__icon {
    font-size: 15px;
  }

  .falue-gesture-chrome__cue-icon {
    font-size: 29px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-falue-rateable="post"].falue-gesture-surface.is-snapping,
  [data-falue-rateable="comment"].falue-gesture-surface.is-snapping,
  .falue-gesture-chrome__cue,
  .falue-gesture-toast,
  .falue-rating-summary {
    transition-duration: 1ms !important;
  }

  .falue-rating-summary.is-saving::after {
    animation-duration: 1.5s;
  }
}


/* Falue swipe escape fix — keep the moving placard above its reveal layer and
   temporarily open only the ancestors that would otherwise clip the gesture. */
[data-falue-rateable="post"].falue-gesture-surface.is-tracking,
[data-falue-rateable="post"].falue-gesture-surface.is-dragging,
[data-falue-rateable="post"].falue-gesture-surface.is-snapping {
  position: relative !important;
  overflow: visible !important;
}

[data-falue-rateable="post"].falue-gesture-surface.is-dragging,
[data-falue-rateable="post"].falue-gesture-surface.is-snapping {
  z-index: 2147483100 !important;
  isolation: isolate;
}

[data-falue-rateable="post"].falue-gesture-surface.is-dragging > .panel,
[data-falue-rateable="post"].falue-gesture-surface.is-snapping > .panel,
[data-falue-rateable="post"].falue-gesture-surface.is-dragging > .panel > .post-description,
[data-falue-rateable="post"].falue-gesture-surface.is-snapping > .panel > .post-description {
  overflow: visible !important;
}

/* Chrome stays behind the physical placard instead of cutting across it when
   the placard is rotated during a right-swipe. */
.falue-gesture-chrome {
  z-index: 2147483000;
}

.falue-gesture-overflow-open {
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  clip-path: none !important;
}

.falue-gesture-stack-host {
  position: relative !important;
  z-index: 2147483050 !important;
  overflow: visible !important;
}

/* Do not let a neighboring sidebar/widget visually sit on top of the card
   while the drag is owned by a post. */
.middlecol.falue-gesture-stack-host {
  z-index: 2147483050 !important;
}

@media (prefers-reduced-motion: reduce) {
  [data-falue-rateable="post"].falue-gesture-surface.is-snapping {
    transition-duration: 1ms !important;
  }
}


/* v54 — Feed/Profile swipe back placards.
   Post swipe surfaces are full matching cards placed behind the actual post,
   rather than clipped vertical reveal strips. */
.falue-gesture-chrome[data-surface="post"] {
  overflow: hidden;
  border-radius: var(--falue-surface-radius, 24px);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow:
    0 18px 46px rgba(43,45,66,.16),
    inset 0 0 0 1px rgba(255,255,255,.06);
  clip-path: none;
  transition: none;
}

.falue-gesture-chrome[data-surface="post"][data-kind="negative"] {
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,.045), transparent 30%),
    linear-gradient(160deg,#5c606f 0%,#525664 55%,#4b4f5c 100%);
}

.falue-gesture-chrome[data-surface="post"][data-kind="rating"] {
  background:
    radial-gradient(circle at 52% 36%, rgba(255,255,255,.10), transparent 31%),
    linear-gradient(160deg,#8a7fa8 0%,#79759a 54%,#6c6c8d 100%);
}

/* v55 — rating-tier back placards: colors mirror the Falue heart tiers.
   1.0–3.99 = muted red, 4.0–4.99 = muted blue, 5.0 = muted purple. */
.falue-gesture-chrome[data-surface="post"][data-kind="rating"][data-rating-tier="red"] {
  background:
    radial-gradient(circle at 52% 36%, rgba(255,255,255,.105), transparent 31%),
    linear-gradient(160deg,#c96d74 0%,#bd626c 54%,#ad5b67 100%);
}

.falue-gesture-chrome[data-surface="post"][data-kind="rating"][data-rating-tier="blue"] {
  background:
    radial-gradient(circle at 52% 36%, rgba(255,255,255,.11), transparent 31%),
    linear-gradient(160deg,#6f8db5 0%,#627da5 54%,#566f96 100%);
}

.falue-gesture-chrome[data-surface="post"][data-kind="rating"][data-rating-tier="purple"] {
  background:
    radial-gradient(circle at 52% 36%, rgba(255,255,255,.12), transparent 31%),
    linear-gradient(160deg,#8a7ac2 0%,#796fa8 54%,#6c6597 100%);
}

.falue-gesture-chrome[data-surface="post"][data-kind=""] {
  background: transparent;
  box-shadow: none;
  border-color: transparent;
}

.falue-gesture-chrome[data-surface="post"] .falue-gesture-chrome__cue {
  top: 0;
  bottom: 0;
  width: min(184px, 43%);
  padding: 22px 16px;
  justify-content: center;
  color: #fff;
  text-shadow: none;
}

.falue-gesture-chrome[data-surface="post"] .falue-gesture-chrome__cue--rating {
  left: 0;
}

.falue-gesture-chrome[data-surface="post"] .falue-gesture-chrome__cue--negative {
  right: 0;
}

.falue-gesture-chrome[data-surface="post"] .falue-gesture-chrome__cue-icon {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 10px;
}

.falue-gesture-chrome[data-surface="post"] .falue-gesture-chrome__cue-heart {
  display: block;
  width: 48px;
  height: 44px;
  object-fit: contain;
  margin: 0 auto 7px;
  filter: drop-shadow(0 7px 12px rgba(36,37,59,.14));
}

.falue-gesture-chrome[data-surface="post"] .falue-gesture-chrome__cue-value {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 850;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 2px 12px rgba(0,0,0,.12);
}

.falue-gesture-chrome[data-surface="post"] .falue-gesture-chrome__cue-label {
  margin-top: 7px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
}

.falue-gesture-chrome[data-surface="post"] .falue-gesture-chrome__cue-label--like {
  margin-top: 7px;
  font-size: 13px;
}

.falue-gesture-chrome__cue-sub {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.28;
  opacity: .92;
}

/* Comments keep their previous compact swipe treatment. */
.falue-gesture-chrome[data-surface="comment"] .falue-gesture-chrome__cue-heart,
.falue-gesture-chrome[data-surface="comment"] .falue-gesture-chrome__cue-sub {
  display: none;
}

@media (max-width: 640px) {
  .falue-gesture-chrome[data-surface="post"] .falue-gesture-chrome__cue {
    width: min(156px, 45%);
    padding: 16px 10px;
  }
  .falue-gesture-chrome[data-surface="post"] .falue-gesture-chrome__cue-heart {
    width: 42px;
    height: 38px;
  }
  .falue-gesture-chrome[data-surface="post"] .falue-gesture-chrome__cue-value {
    font-size: clamp(26px, 8vw, 36px);
  }
}

/* v59 — Mobile feed cues track the opening revealed by the moving post.
   Keep the full-size cue group intact; move its center from the edge toward
   the middle of the exposed strip, matching the welcome-page interaction. */
@media (max-width: 767px) {
  .falue-gesture-chrome[data-surface="post"] .falue-gesture-chrome__cue {
    will-change: transform, opacity;
    transition: none !important;
  }

  .falue-gesture-chrome[data-surface="post"] .falue-gesture-chrome__cue--rating {
    transform: translateX(calc(var(--falue-cue-center, 12px) - 50%));
  }

  .falue-gesture-chrome[data-surface="post"] .falue-gesture-chrome__cue--negative {
    transform: translateX(calc(50% - var(--falue-cue-center, 12px)));
  }

  /* The tier gradient remains the owned card background. This overlay adds
     only the welcome-style white smoke, scaled from 0 to .12 with the same
     reveal progress that positions the cue. */
  .falue-gesture-chrome[data-surface="post"]::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background: radial-gradient(
      circle at 52% 36%,
      rgba(255, 255, 255, var(--falue-swipe-glow-alpha, 0)),
      transparent 32%
    );
    pointer-events: none;
  }

  .falue-gesture-chrome[data-surface="post"][data-kind="negative"]::after {
    background: radial-gradient(
      circle at 50% 38%,
      rgba(255, 255, 255, var(--falue-swipe-glow-alpha, 0)),
      transparent 31%
    );
  }
}


/* v56 — explicit 0.0 preview tier before the red rating tier. */
.falue-gesture-chrome[data-surface="post"][data-kind="rating"][data-rating-tier="neutral"] {
  background:
    radial-gradient(circle at 52% 36%, rgba(255,255,255,.08), transparent 31%),
    linear-gradient(160deg,#777b8d 0%,#686c7e 54%,#5c6072 100%);
}

/* v57 — front placard isolation: the swipe back-placard must NEVER tint the
   physical post. Keep the reveal card strictly behind an opaque front card. */
.falue-gesture-chrome[data-surface="post"] {
  z-index: 2147482800 !important;
  mix-blend-mode: normal !important;
  filter: none !important;
  opacity: 1;
}

[data-falue-rateable="post"].falue-gesture-surface.is-tracking,
[data-falue-rateable="post"].falue-gesture-surface.is-dragging,
[data-falue-rateable="post"].falue-gesture-surface.is-snapping {
  z-index: 2147483200 !important;
  isolation: isolate !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}

/* The Concept 4 feed placard intentionally makes legacy panel wrappers
   transparent. During the gesture, give that exact moving visual surface a
   temporary opaque backing so GPU compositing cannot visually blend the
   red/blue/purple reveal card through post media/content. */
[data-falue-rateable="post"].falue-gesture-surface.is-tracking > .panel,
[data-falue-rateable="post"].falue-gesture-surface.is-dragging > .panel,
[data-falue-rateable="post"].falue-gesture-surface.is-snapping > .panel,
[data-falue-rateable="post"].falue-gesture-surface.is-tracking > .panel-white,
[data-falue-rateable="post"].falue-gesture-surface.is-dragging > .panel-white,
[data-falue-rateable="post"].falue-gesture-surface.is-snapping > .panel-white {
  position: relative !important;
  z-index: 2 !important;
  background-color: #fff !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  isolation: isolate !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}

[data-falue-rateable="post"].falue-gesture-surface.is-tracking > .panel > .post-description,
[data-falue-rateable="post"].falue-gesture-surface.is-dragging > .panel > .post-description,
[data-falue-rateable="post"].falue-gesture-surface.is-snapping > .panel > .post-description {
  position: relative !important;
  z-index: 3 !important;
  background-color: #fff !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

/* Media itself remains fully opaque/normal while swiping. This prevents a
   transformed image/video layer from inheriting any underlay blend. */
[data-falue-rateable="post"].falue-gesture-surface.is-tracking img,
[data-falue-rateable="post"].falue-gesture-surface.is-dragging img,
[data-falue-rateable="post"].falue-gesture-surface.is-snapping img,
[data-falue-rateable="post"].falue-gesture-surface.is-tracking video,
[data-falue-rateable="post"].falue-gesture-surface.is-dragging video,
[data-falue-rateable="post"].falue-gesture-surface.is-snapping video {
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

/* Dark mode keeps its native dark post surface instead of flashing white. */
html.falue-rating-night-mode [data-falue-rateable="post"].falue-gesture-surface.is-tracking > .panel,
html.falue-rating-night-mode [data-falue-rateable="post"].falue-gesture-surface.is-dragging > .panel,
html.falue-rating-night-mode [data-falue-rateable="post"].falue-gesture-surface.is-snapping > .panel,
html.falue-rating-night-mode [data-falue-rateable="post"].falue-gesture-surface.is-tracking > .panel > .post-description,
html.falue-rating-night-mode [data-falue-rateable="post"].falue-gesture-surface.is-dragging > .panel > .post-description,
html.falue-rating-night-mode [data-falue-rateable="post"].falue-gesture-surface.is-snapping > .panel > .post-description {
  background-color: #1f212b !important;
}


/* v58 — MOBILE front-card isolation.
   The colored swipe back placard must be visible only where the real mobile
   post has moved away. Never composite, shade, or shadow the front post. */
@media (max-width: 767px) {
  [data-falue-rateable="post"].falue-gesture-surface.is-tracking,
  [data-falue-rateable="post"].falue-gesture-surface.is-dragging,
  [data-falue-rateable="post"].falue-gesture-surface.is-snapping {
    background: transparent !important;
    background-image: none !important;
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    mix-blend-mode: normal !important;
    background-blend-mode: normal !important;
    transform-style: flat !important;
    isolation: isolate !important;
    box-shadow: none !important;
  }

  /* Legacy panel wrappers are layout-only on mobile. Keep them completely
     transparent and free of shadows while the outer post moves. */
  [data-falue-rateable="post"].falue-gesture-surface.is-tracking > .panel,
  [data-falue-rateable="post"].falue-gesture-surface.is-dragging > .panel,
  [data-falue-rateable="post"].falue-gesture-surface.is-snapping > .panel,
  [data-falue-rateable="post"].falue-gesture-surface.is-tracking > .panel-white,
  [data-falue-rateable="post"].falue-gesture-surface.is-dragging > .panel-white,
  [data-falue-rateable="post"].falue-gesture-surface.is-snapping > .panel-white {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
  }

  /* This is the actual visible mobile post placard. It remains opaque and
     normal-brightness, but its ordinary card shadow is suppressed during the
     swipe so no dark veil/halo rides over media or adjacent content. */
  [data-falue-rateable="post"].falue-gesture-surface.is-tracking > .panel > .post-description,
  [data-falue-rateable="post"].falue-gesture-surface.is-dragging > .panel > .post-description,
  [data-falue-rateable="post"].falue-gesture-surface.is-snapping > .panel > .post-description {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
    opacity: 1 !important;
    box-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    mix-blend-mode: normal !important;
    background-blend-mode: normal !important;
    isolation: isolate !important;
    transform-style: flat !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
  }

  /* Media can have its own GPU layer on phones. Explicitly keep that layer
     unfiltered and opaque while swiping. */
  [data-falue-rateable="post"].falue-gesture-surface:is(.is-tracking,.is-dragging,.is-snapping)
    :is(.falue-post-placard__media,[data-falue-media-element],picture,img,video,canvas) {
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
    mix-blend-mode: normal !important;
    background-blend-mode: normal !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* Any generic overlay pseudo-elements on the mobile post shell are forced
     inert during a gesture; the colored reveal exists only in .falue-gesture-chrome. */
  [data-falue-rateable="post"].falue-gesture-surface:is(.is-tracking,.is-dragging,.is-snapping)::before,
  [data-falue-rateable="post"].falue-gesture-surface:is(.is-tracking,.is-dragging,.is-snapping)::after,
  [data-falue-rateable="post"].falue-gesture-surface:is(.is-tracking,.is-dragging,.is-snapping) > .panel::before,
  [data-falue-rateable="post"].falue-gesture-surface:is(.is-tracking,.is-dragging,.is-snapping) > .panel::after {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    filter: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  html.falue-rating-night-mode
    [data-falue-rateable="post"].falue-gesture-surface:is(.is-tracking,.is-dragging,.is-snapping)
    > .panel > .post-description {
    background: #1f212b !important;
    background-color: #1f212b !important;
  }
}
/* === END CANONICAL SOURCE: falue-gesture-rating.css === */

/* === BEGIN CANONICAL SOURCE: falue-post-placard-concept4.css === */
/*
 * Falue Post Placard — Concept 4: Premium Look
 * One continuous placard surface from header through footer.
 * Loaded after the existing placard/carousel/rating styles so it remains isolated.
 */

[data-falue-post-placard] {
  --falue-c4-accent: #5D5F93;
  --falue-c4-accent-strong: #6948D7;
  --falue-c4-ink: #2B2D42;
  --falue-c4-muted: #858B9C;
  --falue-c4-border: rgba(43,45,66,.10);
  --falue-c4-surface: #fff;
}

/* ONE visible card: the panel owns the surface because it contains both header and body. */
.post-container,
.post-container > .post[data-post-id],
[data-falue-post-placard] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

[data-falue-post-placard] > .panel,
[data-falue-post-placard] > .panel.panel-white,
[data-falue-post-placard] > .panel.panel-shadow,
[data-falue-post-placard] > .panel.panel-white.panel-shadow {
  margin: 0 !important;
  padding: 0 !important;
  background: var(--falue-c4-surface) !important;
  border: 1px solid var(--falue-c4-border) !important;
  border-radius: 24px !important;
  box-shadow: 0 14px 34px rgba(43,45,66,.10) !important;
  overflow: visible !important;
}

/* The old inner card becomes layout-only so there is no nested white shell. */
[data-falue-post-placard] > .panel > .post-description {
  margin: 0 !important;
  padding: 0 14px 14px !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

[data-falue-post-placard] > .panel > .post-description .post-description,
[data-falue-post-placard] .wow_shared_posts,
[data-falue-post-placard] .tag_post_prods,
[data-falue-post-placard] .falue-post-placard__media {
  background-color: transparent !important;
}

/* Premium header spacing, still using the existing functional post header. */
[data-falue-post-placard] > .panel > .post-heading {
  padding: 15px 16px 11px !important;
}
[data-falue-post-placard] > .panel > .post-heading .avatar {
  box-shadow: 0 0 0 3px rgba(93,95,147,.07);
}

/* Media is inset inside the one card, with clean premium corners. */
[data-falue-post-placard] [data-falue-media-element],
[data-falue-post-placard] [data-falue-media-element] > img,
[data-falue-post-placard] [data-falue-media-element] .image-file,
[data-falue-post-placard] [data-falue-media-element] video,
[data-falue-post-placard] [data-falue-media-element] iframe,
[data-falue-post-placard] .falue-media-carousel,
[data-falue-post-placard] .falue-media-carousel__viewport {
  border-radius: 19px !important;
}

/* Concept 4 carousel: count pill + subtle dots, purple selected state. */
[data-falue-post-placard] .falue-media-carousel__counter {
  top: 10px !important;
  right: 10px !important;
  min-width: 38px !important;
  height: 26px !important;
  padding: 0 9px !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  border-radius: 999px !important;
  background: rgba(33,36,55,.76) !important;
  color: #fff !important;
  box-shadow: 0 5px 14px rgba(0,0,0,.12) !important;
  backdrop-filter: blur(10px);
}
[data-falue-post-placard] .falue-media-carousel__dots {
  gap: 5px !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
}
[data-falue-post-placard] .falue-media-carousel__dot {
  width: 6px !important;
  height: 6px !important;
  border: 0 !important;
  background: #D9DBE5 !important;
  box-shadow: none !important;
  opacity: 1 !important;
}
[data-falue-post-placard] .falue-media-carousel__dot.is-active {
  width: 7px !important;
  height: 7px !important;
  background: #7A5AF8 !important;
  transform: none !important;
}
[data-falue-post-placard] .falue-media-carousel__arrow {
  width: 36px !important;
  height: 36px !important;
  border: 1px solid rgba(43,45,66,.08) !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.92) !important;
  color: var(--falue-c4-ink) !important;
  box-shadow: 0 6px 18px rgba(43,45,66,.12) !important;
  backdrop-filter: blur(10px);
}

/* Premium engagement strip contained inside the same surface. */
[data-falue-post-placard] .falue-post-placard__engagement {
  margin: 12px 0 0 !important;
  padding: 12px 0 0 !important;
  border-top: 1px solid rgba(43,45,66,.08) !important;
}
[data-falue-post-placard] .falue-post-placard__rating,
[data-falue-post-placard] .falue-post-placard__comments-button,
[data-falue-post-placard] .falue-post-placard__quick-comment-wrap {
  border-color: rgba(43,45,66,.08) !important;
}
[data-falue-post-placard] .falue-post-placard__quick-comment-submit {
  background: var(--falue-c4-accent) !important;
  box-shadow: 0 5px 14px rgba(93,95,147,.24) !important;
}
[data-falue-post-placard] .falue-post-placard__quick-comment-submit:hover {
  background: #50527F !important;
}

/* PRODUCT placards — Concept 4 premium hierarchy. */
[data-falue-post-placard][data-falue-placard-kind="product"] .tag_post_prods {
  margin: 0 !important;
}
[data-falue-post-placard][data-falue-placard-kind="product"] .tag_post_prods .carousel {
  border-radius: 19px !important;
  overflow: hidden !important;
}
[data-falue-post-placard][data-falue-placard-kind="product"] .wow_post_prod {
  padding: 15px 4px 2px !important;
}
[data-falue-post-placard][data-falue-placard-kind="product"] .wow_post_prod_name {
  margin: 0 0 5px !important;
  color: var(--falue-c4-ink) !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  letter-spacing: -.025em;
}
[data-falue-post-placard][data-falue-placard-kind="product"] p.wow_post_prod_price {
  margin: 0 0 7px !important;
  color: var(--falue-c4-accent-strong) !important;
  font-size: 15px !important;
  font-weight: 750 !important;
}
[data-falue-post-placard][data-falue-placard-kind="product"] .wow_post_prod_shead {
  color: var(--falue-c4-muted) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}
[data-falue-post-placard][data-falue-placard-kind="product"] .pr_stars {
  margin: 0 0 7px !important;
}
[data-falue-post-placard][data-falue-placard-kind="product"] .pr_stars .star {
  width: 15px !important;
  height: 15px !important;
}
[data-falue-post-placard][data-falue-placard-kind="product"] .tag_post_prods_btns {
  justify-content: flex-end !important;
  padding: 4px 0 7px !important;
  margin: 0 !important;
}
[data-falue-post-placard][data-falue-placard-kind="product"] .tag_post_prods_btns > a.btn-default {
  min-width: 122px !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 7px 0 0 !important;
  padding: 0 17px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #2B2D42 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  box-shadow: 0 7px 16px rgba(43,45,66,.17) !important;
}
[data-falue-post-placard][data-falue-placard-kind="product"] .tag_post_prods_btns > a.btn-default:hover {
  background: var(--falue-c4-accent) !important;
  color: #fff !important;
}

/* Desktop product mosaic keeps its layout, but receives Concept 4 hierarchy. */
@media (min-width: 992px) {
  [data-falue-post-placard][data-falue-placard-kind="product"] .falue-product-desktop-card {
    padding: 4px 0 6px !important;
  }
  [data-falue-post-placard][data-falue-placard-kind="product"] .falue-product-desktop-name {
    color: var(--falue-c4-ink) !important;
  }
  [data-falue-post-placard][data-falue-placard-kind="product"] p.falue-product-desktop-price {
    color: var(--falue-c4-accent-strong) !important;
  }
  [data-falue-post-placard][data-falue-placard-kind="product"] .falue-product-desktop-details {
    min-width: 126px !important;
    height: 42px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: #2B2D42 !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(43,45,66,.18) !important;
  }
  [data-falue-post-placard][data-falue-placard-kind="product"] .falue-product-desktop-details:hover,
  [data-falue-post-placard][data-falue-placard-kind="product"] .falue-product-desktop-details:focus {
    background: var(--falue-c4-accent) !important;
    color: #fff !important;
  }
}

/* Smaller screens: tighter premium spacing, still one surface. */
@media (max-width: 767.98px) {
  [data-falue-post-placard] > .panel,
  [data-falue-post-placard] > .panel.panel-white,
  [data-falue-post-placard] > .panel.panel-shadow,
  [data-falue-post-placard] > .panel.panel-white.panel-shadow {
    border-radius: 20px !important;
    box-shadow: 0 10px 25px rgba(43,45,66,.09) !important;
  }
  [data-falue-post-placard] > .panel > .post-heading {
    padding: 12px 12px 9px !important;
  }
  [data-falue-post-placard] > .panel > .post-description {
    padding: 0 10px 11px !important;
  }
  [data-falue-post-placard] [data-falue-media-element],
  [data-falue-post-placard] [data-falue-media-element] > img,
  [data-falue-post-placard] [data-falue-media-element] .image-file,
  [data-falue-post-placard] .falue-media-carousel,
  [data-falue-post-placard] .falue-media-carousel__viewport,
  [data-falue-post-placard][data-falue-placard-kind="product"] .tag_post_prods .carousel {
    border-radius: 16px !important;
  }
  [data-falue-post-placard] .falue-post-placard__engagement {
    margin-top: 10px !important;
    padding-top: 10px !important;
  }
  [data-falue-post-placard][data-falue-placard-kind="product"] .wow_post_prod {
    padding: 13px 3px 2px !important;
  }
}

/* Dark mode version. */
#night-mode [data-falue-post-placard],
html[data-theme="dark"] [data-falue-post-placard],
body.dark [data-falue-post-placard],
body.night_mode [data-falue-post-placard] {
  --falue-c4-surface: #181B28;
  --falue-c4-ink: #F4F6FB;
  --falue-c4-muted: #AAB1C4;
  --falue-c4-border: rgba(255,255,255,.09);
}
#night-mode [data-falue-post-placard] > .panel,
html[data-theme="dark"] [data-falue-post-placard] > .panel,
body.dark [data-falue-post-placard] > .panel,
body.night_mode [data-falue-post-placard] > .panel {
  box-shadow: 0 16px 36px rgba(0,0,0,.27) !important;
}
#night-mode [data-falue-post-placard] .falue-post-placard__engagement,
html[data-theme="dark"] [data-falue-post-placard] .falue-post-placard__engagement,
body.dark [data-falue-post-placard] .falue-post-placard__engagement,
body.night_mode [data-falue-post-placard] .falue-post-placard__engagement {
  border-top-color: rgba(255,255,255,.08) !important;
}
#night-mode [data-falue-post-placard] .falue-media-carousel__dot,
html[data-theme="dark"] [data-falue-post-placard] .falue-media-carousel__dot,
body.dark [data-falue-post-placard] .falue-media-carousel__dot,
body.night_mode [data-falue-post-placard] .falue-media-carousel__dot {
  background: #565C70 !important;
}
#night-mode [data-falue-post-placard] .falue-media-carousel__dot.is-active,
html[data-theme="dark"] [data-falue-post-placard] .falue-media-carousel__dot.is-active,
body.dark [data-falue-post-placard] .falue-media-carousel__dot.is-active,
body.night_mode [data-falue-post-placard] .falue-media-carousel__dot.is-active {
  background: #8B6BFF !important;
}
/* === END CANONICAL SOURCE: falue-post-placard-concept4.css === */

/* Mobile media uses the standard social ratios selected from intrinsic dimensions. */
@media (max-width: 640px) {
  [data-falue-post-placard][data-falue-media-ratio] [data-falue-media],
  [data-falue-post-placard][data-falue-media-ratio] [data-falue-media-element] {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  [data-falue-post-placard][data-falue-media-ratio="square"] [data-falue-media] { aspect-ratio: 1 / 1 !important; }
  [data-falue-post-placard][data-falue-media-ratio="portrait"] [data-falue-media] { aspect-ratio: 4 / 5 !important; }
  [data-falue-post-placard][data-falue-media-ratio="vertical"] [data-falue-media] { aspect-ratio: 9 / 16 !important; }

  [data-falue-post-placard][data-falue-media-ratio] [data-falue-media-element],
  [data-falue-post-placard][data-falue-media-ratio] [data-falue-media-element] > a,
  [data-falue-post-placard][data-falue-media-ratio] [data-falue-media-element] .embed-responsive,
  [data-falue-post-placard][data-falue-media-ratio] [data-falue-media-element] .plyr,
  [data-falue-post-placard][data-falue-media-ratio] [data-falue-media-element] .plyr__video-wrapper,
  [data-falue-post-placard][data-falue-media-ratio] [data-falue-media-element] .art-video-player,
  [data-falue-post-placard][data-falue-media-ratio] [data-falue-media-element] .video-js {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
  }

  [data-falue-post-placard][data-falue-media-ratio] [data-falue-media-element] img,
  [data-falue-post-placard][data-falue-media-ratio] [data-falue-media-element] video,
  [data-falue-post-placard][data-falue-media-ratio] [data-falue-media-element] iframe,
  [data-falue-post-placard][data-falue-media-ratio] .falue-media-carousel__image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  [data-falue-post-placard][data-falue-media-type="video"][data-falue-media-ratio] [data-falue-media-element] .embed-responsive,
  [data-falue-post-placard][data-falue-media-type="video"][data-falue-media-ratio] [data-falue-media-element] .plyr,
  [data-falue-post-placard][data-falue-media-type="video"][data-falue-media-ratio] [data-falue-media-element] .plyr__video-wrapper,
  [data-falue-post-placard][data-falue-media-type="video"][data-falue-media-ratio] [data-falue-media-element] .art-video-player,
  [data-falue-post-placard][data-falue-media-type="video"][data-falue-media-ratio] [data-falue-media-element] .video-js {
    position: absolute !important;
    inset: 0 !important;
    aspect-ratio: auto !important;
    padding: 0 !important;
    padding-bottom: 0 !important;
  }

  [data-falue-post-placard][data-falue-media-type="video"][data-falue-media-ratio] [data-falue-media-element] video,
  [data-falue-post-placard][data-falue-media-type="video"][data-falue-media-ratio] [data-falue-media-element] iframe {
    position: absolute !important;
    inset: 0 !important;
  }

  [data-falue-post-placard][data-falue-media-type="gallery"][data-falue-media-ratio] [data-falue-media-element].tag_post_full_albm,
  [data-falue-post-placard][data-falue-media-type="gallery"][data-falue-media-ratio] .falue-media-carousel,
  [data-falue-post-placard][data-falue-media-type="gallery"][data-falue-media-ratio] .falue-media-carousel__viewport,
  [data-falue-post-placard][data-falue-media-type="gallery"][data-falue-media-ratio] .falue-media-carousel__slide,
  [data-falue-post-placard][data-falue-media-type="gallery"][data-falue-media-ratio] .falue-media-carousel__image {
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
  }

  [data-falue-post-placard][data-falue-media-type="gallery"] .falue-post-placard__media-caption,
  [data-falue-post-placard][data-falue-media-type="gallery"] .falue-post-placard__caption-toggle {
    position: absolute !important;
    z-index: 36 !important;
  }
}

/* Full-bleed feed media: remove the desktop Concept 4 inset without moving
   captions, text, or the engagement footer out of their approved alignment. */
@media (min-width: 992px) {
  [data-falue-post-placard][data-falue-media-class="full-visual"]
    > .panel > .post-description > .falue-post-placard__media {
    width: calc(100% + 28px) !important;
    min-width: calc(100% + 28px) !important;
    max-width: none !important;
    margin-right: -14px !important;
    margin-left: -14px !important;
    border-radius: 23px 23px 0 0 !important;
  }

  [data-falue-post-placard][data-falue-media-class="full-visual"]
    > .panel > .post-description > .falue-post-placard__media > [data-falue-media-element],
  [data-falue-post-placard][data-falue-media-class="full-visual"]
    > .panel > .post-description > .falue-post-placard__media .falue-media-carousel,
  [data-falue-post-placard][data-falue-media-class="full-visual"]
    > .panel > .post-description > .falue-post-placard__media .falue-media-carousel__viewport {
    border-radius: 23px 23px 0 0 !important;
  }
}

/* The engagement strip begins immediately after visual media; its own top
   padding remains the intentional spacing around the controls. */
[data-falue-post-placard][data-falue-media-class="full-visual"]
  .falue-post-placard__engagement {
  margin-top: 0 !important;
}
