/* PetiClips Home Carousel + Pro Studio 1.1.2 */

.pchc-section,
.pchc-section *,
.pchc-pro-wrap,
.pchc-pro-wrap *,
.pchc-manager,
.pchc-manager * {
  box-sizing: border-box;
}

.pchc-section,
.pchc-pro-wrap,
.pchc-manager {
  width: 100%;
  margin: 0 auto;
  color: #171321;
  font-family: Inter, Rubik, Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pchc-section a,
.pchc-pro-wrap a,
.pchc-manager a {
  text-decoration: none;
}

.pchc-header,
.pchc-pro-hero,
.pchc-manager-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  padding: 24px 28px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 209, 0, 0.16), transparent 18rem),
    linear-gradient(135deg, #120718, #1c1025 54%, #111820);
  box-shadow: 0 18px 48px rgba(18, 7, 24, 0.12);
  border: 1px solid rgba(255,255,255,.08);
}

.pchc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 0 12px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 209, 0, 0.12);
  border: 1px solid rgba(255, 209, 0, 0.48);
  color: #ffd100;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.pchc-kicker::before {
  content: "●";
  color: #ffd100;
  font-size: 10px;
}

.pchc-header h2,
.pchc-pro-hero h2,
.pchc-manager-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 2.8vw, 46px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 900;
}

.pchc-header h2 span { color: #ffd100; }

.pchc-header p,
.pchc-pro-hero p,
.pchc-manager-head p {
  max-width: 760px;
  margin: 9px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 650;
}

.pchc-header-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pchc-header-link,
.pchc-tool-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.16);
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
  line-height: 1;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.pchc-header-link:hover,
.pchc-tool-btn:hover,
.pchc-reaction-btn:hover,
.pchc-follow-button:hover { transform: translateY(-1px); }

.pchc-header-link.pchc-yellow {
  background: #ffd100;
  border-color: #ffd100;
  color: #171321 !important;
}

.pchc-tool-btn {
  background: #fff;
  color: #171321 !important;
  border-color: rgba(94,0,121,.16);
  min-height: 38px;
  padding: 0 14px;
  font-size: 12px;
  box-shadow: 0 10px 24px rgba(18,7,24,.08);
}

.pchc-tool-btn.pchc-danger {
  background: #fff0f0;
  border-color: rgba(185, 28, 28, .18);
  color: #b91c1c !important;
}

/* Home carousel */
.pchc-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 275px);
  gap: 16px;
  overflow-x: auto;
  padding: 4px 0 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.pchc-card {
  scroll-snap-align: start;
  min-height: 458px;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(94,0,121,.13);
  box-shadow: 0 14px 34px rgba(18,7,24,.10);
  display: flex;
  flex-direction: column;
}

.pchc-media {
  position: relative;
  display: block;
  height: 292px;
  background: linear-gradient(135deg, #09000f, #2a0735);
  overflow: hidden;
}

.pchc-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #09000f;
}

.pchc-media::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.72));
  pointer-events: none;
}

.pchc-play,
.pchc-reel-play {
  position: absolute;
  z-index: 4;
  left: 14px;
  bottom: 14px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #171321;
  background: #ffd100;
  box-shadow: 0 10px 28px rgba(255,209,0,.26);
  font-size: 16px;
  font-weight: 950;
  border: 0;
  cursor: pointer;
}

.pchc-badge {
  position: absolute;
  z-index: 4;
  right: 12px;
  top: 12px;
  max-width: calc(100% - 24px);
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.52);
  color: #fff;
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(8px);
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.pchc-author-mini {
  position: absolute;
  z-index: 5;
  left: 66px;
  bottom: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.pchc-author-avatar {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
}

.pchc-author-avatar img {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,.82);
  background: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,.22);
}

.pchc-author-copy {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.pchc-author-copy a,
.pchc-author-copy span {
  color: #fff !important;
  text-shadow: 0 2px 10px rgba(0,0,0,.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pchc-author-copy a { font-size: 13px; font-weight: 950; }
.pchc-author-copy span { font-size: 10px; font-weight: 800; opacity: .86; }

.pchc-follow-button {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #ffd100;
  color: #171321;
  border: 2px solid #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
  font-weight: 1000;
  cursor: pointer;
  line-height: 1;
}

.pchc-follow-button.is-following {
  background: #5e0079;
  color: #fff;
}

.pchc-body {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.pchc-body h3 {
  margin: 0;
  color: #171321;
  font-size: 18px;
  line-height: 1.06;
  letter-spacing: -.035em;
  font-weight: 950;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pchc-body p {
  margin: 8px 0 0;
  color: #6f687b;
  font-size: 13px;
  line-height: 1.32;
  font-weight: 650;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pchc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.pchc-meta span {
  padding: 6px 9px;
  border-radius: 999px;
  background: #f6f1fa;
  color: #5e0079;
  border: 1px solid rgba(94,0,121,.12);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
}

.pchc-stats {
  margin-top: auto;
  padding-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pchc-stats span,
.pchc-stat-btn {
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  background: #171321;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 900;
  border: 0;
  cursor: pointer;
}

.pchc-stat-btn.is-active { background: #5e0079; }

/* Reels / TikTok-like feed */
.pchc-pro-wrap {
  margin: 22px auto;
}

.pchc-reels {
  display: grid;
  gap: 22px;
  max-width: 1040px;
  margin: 0 auto;
}

.pchc-reel {
  position: relative;
  min-height: min(82vh, 760px);
  aspect-ratio: 9 / 16;
  max-width: min(100%, 440px);
  width: 100%;
  margin: 0 auto;
  border-radius: 34px;
  overflow: hidden;
  background: #07020a;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 28px 70px rgba(18,7,24,.28);
  scroll-snap-align: start;
}

.pchc-reel-media,
.pchc-reel-media .pchc-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pchc-reel-gradient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,.35), transparent 28%, rgba(0,0,0,.84) 100%),
    linear-gradient(90deg, transparent 56%, rgba(0,0,0,.35));
  z-index: 2;
}

.pchc-reel-play {
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  opacity: .92;
}

.pchc-reel-author {
  position: absolute;
  z-index: 5;
  left: 18px;
  top: 18px;
  right: 82px;
}

.pchc-author-reel {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pchc-author-reel .pchc-author-avatar img {
  width: 48px;
  height: 48px;
}

.pchc-author-reel .pchc-follow-button {
  position: absolute;
  left: 32px;
  top: 32px;
}

.pchc-reel-actions {
  position: absolute;
  right: 12px;
  bottom: 118px;
  z-index: 6;
  display: grid;
  gap: 11px;
}

.pchc-reaction-btn {
  width: 56px;
  min-height: 62px;
  padding: 8px 4px;
  display: grid;
  place-items: center;
  gap: 2px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(10, 2, 15, .44);
  color: #fff !important;
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 30px rgba(0,0,0,.24);
  cursor: pointer;
  text-align: center;
}

.pchc-reaction-btn span { font-size: 22px; line-height: 1; }
.pchc-reaction-btn b { font-size: 10px; line-height: 1; font-weight: 950; }
.pchc-reaction-btn.is-active { background: rgba(94,0,121,.78); border-color: rgba(255,209,0,.5); }

.pchc-reel-caption {
  position: absolute;
  left: 18px;
  right: 84px;
  bottom: 18px;
  z-index: 5;
  color: #fff;
}

.pchc-reel-caption strong {
  display: block;
  font-size: 18px;
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 950;
  margin-bottom: 8px;
  text-shadow: 0 3px 16px rgba(0,0,0,.55);
}

.pchc-reel-caption p {
  margin: 0 0 10px;
  color: rgba(255,255,255,.88);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 650;
  text-shadow: 0 3px 16px rgba(0,0,0,.55);
}

.pchc-reel-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.pchc-reel-tags span {
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 900;
}

/* Manager */
.pchc-manager {
  margin: 20px 0;
}

.pchc-bulkbar {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 12px;
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(94,0,121,.12);
  box-shadow: 0 18px 45px rgba(18,7,24,.10);
}

.pchc-check-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
  margin-right: auto;
}

.pchc-manager-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}

.pchc-manager-card {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(94,0,121,.13);
  box-shadow: 0 14px 34px rgba(18,7,24,.08);
}

.pchc-card-check {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}

.pchc-manager-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 9/16;
  background: #16051e;
}

.pchc-manager-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pchc-manager-thumb span {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  padding: 5px 7px;
  border-radius: 999px;
  background: rgba(0,0,0,.62);
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.pchc-manager-info {
  min-width: 0;
  padding-right: 2px;
}

.pchc-manager-info h3 {
  margin: 0;
  color: #171321;
  font-size: 17px;
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 950;
}

.pchc-manager-info p {
  margin: 7px 0 0;
  color: #6f687b;
  font-size: 12px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pchc-manager-stats,
.pchc-manager-actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.pchc-manager-stats span {
  padding: 6px 8px;
  border-radius: 999px;
  background: #f6f1fa;
  color: #5e0079;
  border: 1px solid rgba(94,0,121,.12);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
}

.pchc-manager-actions {
  grid-column: 1 / -1;
}

.pchc-empty,
.pchc-manager-login {
  scroll-snap-align: start;
  min-height: 230px;
  min-width: min(100%, 620px);
  border-radius: 28px;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(94,0,121,.13);
  box-shadow: 0 14px 34px rgba(18,7,24,.10);
  display: grid;
  gap: 10px;
  align-content: center;
}

.pchc-empty-wide { min-width: 100%; }

.pchc-empty strong,
.pchc-manager-login strong {
  color: #171321;
  font-size: 22px;
  line-height: 1.05;
  font-weight: 950;
}

.pchc-empty span {
  color: #6f687b;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 650;
}

.pchc-empty a,
.pchc-manager-login a {
  width: fit-content;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #ffd100;
  color: #171321 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
}

/* Modals / responsive popups */
.pchc-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.pchc-modal.is-open { display: flex; }

.pchc-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 0, 8, .72);
  backdrop-filter: blur(10px);
}

.pchc-modal-panel {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
  max-height: min(88vh, 860px);
  overflow: auto;
  padding: 24px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(255,255,255,.45);
  box-shadow: 0 28px 90px rgba(0,0,0,.35);
  -webkit-overflow-scrolling: touch;
}

.pchc-modal-panel h3 {
  margin: 0 42px 18px 0;
  color: #171321;
  font-size: 26px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
}

.pchc-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(94,0,121,.12);
  background: #f7f0fb;
  color: #5e0079;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.pchc-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pchc-form-grid label {
  display: grid;
  gap: 7px;
  color: #171321;
  font-size: 12px;
  font-weight: 950;
}

.pchc-form-grid .pchc-wide { grid-column: 1 / -1; }

.pchc-form-grid input,
.pchc-form-grid textarea,
.pchc-form-grid select {
  width: 100%;
  min-height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(94,0,121,.16);
  background: #fff;
  color: #171321;
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
}

.pchc-form-grid textarea { resize: vertical; min-height: 112px; }

.pchc-form-grid input:focus,
.pchc-form-grid textarea:focus,
.pchc-form-grid select:focus {
  border-color: #5e0079;
  box-shadow: 0 0 0 3px rgba(94,0,121,.10);
}

.pchc-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}

.pchc-comments-list {
  display: grid;
  gap: 10px;
}

.pchc-comment-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  padding: 12px;
  border-radius: 18px;
  background: #fbf8fd;
  border: 1px solid rgba(94,0,121,.10);
}

.pchc-comment-item img {
  width: 42px;
  height: 42px;
  border-radius: 999px;
}

.pchc-comment-body strong {
  display: block;
  color: #171321;
  font-size: 13px;
  font-weight: 950;
}

.pchc-comment-body small {
  color: #7c7285;
  font-size: 11px;
  font-weight: 750;
}

.pchc-comment-body p {
  margin: 7px 0 0;
  color: #4f4858;
  font-size: 13px;
  line-height: 1.38;
}

.pchc-comment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  grid-column: 1 / -1;
  padding-left: 52px;
}

.pchc-comment-note {
  margin: 14px 0 0;
  color: #6f687b;
  font-size: 13px;
  font-weight: 700;
}

@media (min-width: 1180px) {
  .pchc-rail { grid-auto-columns: calc((100% - 64px) / 5); }
}

@media (min-width: 980px) {
  .pchc-reels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
}

@media (max-width: 780px) {
  .pchc-header,
  .pchc-pro-hero,
  .pchc-manager-head {
    padding: 16px !important;
    border-radius: 20px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .pchc-kicker { font-size: 10px !important; padding: 7px 10px !important; }
  .pchc-header h2,
  .pchc-pro-hero h2,
  .pchc-manager-head h2 { font-size: 23px !important; }
  .pchc-header p,
  .pchc-pro-hero p,
  .pchc-manager-head p { font-size: 13px !important; }
  .pchc-header-actions { justify-content: flex-start !important; }
  .pchc-header-link { min-height: 38px !important; font-size: 11px !important; padding: 0 12px !important; }

  .pchc-rail {
    grid-auto-columns: minmax(174px, 56vw) !important;
    gap: 10px !important;
    padding-bottom: 10px !important;
  }

  .pchc-card { min-height: 388px !important; border-radius: 22px !important; }
  .pchc-media { height: 226px !important; }
  .pchc-play { width: 38px !important; height: 38px !important; left: 10px !important; bottom: 10px !important; }
  .pchc-badge { font-size: 9px !important; padding: 6px 8px !important; }
  .pchc-author-mini { left: 54px; bottom: 10px; }
  .pchc-author-avatar img { width: 34px; height: 34px; }
  .pchc-author-copy a { font-size: 11px; }
  .pchc-author-copy span { display: none; }
  .pchc-body { padding: 12px !important; }
  .pchc-body h3 { font-size: 14px !important; }
  .pchc-body p { font-size: 11px !important; }
  .pchc-meta span { font-size: 9px !important; padding: 5px 7px !important; }
  .pchc-stats { gap: 5px !important; }
  .pchc-stats span,
  .pchc-stat-btn { min-height: 25px !important; font-size: 10px !important; padding: 0 7px !important; }

  .pchc-pro-wrap { margin: 14px 0; }
  .pchc-reels {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0 0 12px;
    -webkit-overflow-scrolling: touch;
  }
  .pchc-reel {
    flex: 0 0 min(88vw, 390px);
    min-height: min(78vh, 680px);
    border-radius: 28px;
  }
  .pchc-reel-actions { right: 9px; bottom: 116px; gap: 8px; }
  .pchc-reaction-btn { width: 48px; min-height: 54px; padding: 6px 3px; }
  .pchc-reaction-btn span { font-size: 19px; }
  .pchc-reel-caption { left: 14px; right: 68px; bottom: 14px; }
  .pchc-reel-caption strong { font-size: 15px; }
  .pchc-reel-caption p { font-size: 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .pchc-reel-author { left: 14px; top: 14px; right: 68px; }

  .pchc-bulkbar {
    position: sticky;
    top: 0;
    border-radius: 18px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .pchc-check-all { white-space: nowrap; }
  .pchc-manager-grid { grid-template-columns: 1fr; }
  .pchc-manager-card { grid-template-columns: 82px minmax(0,1fr); border-radius: 20px; }
  .pchc-manager-actions { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
  .pchc-tool-btn { min-height: 34px; font-size: 11px; padding: 0 11px; }

  .pchc-modal {
    align-items: flex-end;
    padding: 0;
  }
  .pchc-modal-panel {
    width: 100%;
    max-height: 88dvh;
    border-radius: 28px 28px 0 0;
    padding: 20px 16px calc(20px + env(safe-area-inset-bottom));
  }
  .pchc-modal-panel h3 { font-size: 22px; }
  .pchc-form-grid { grid-template-columns: 1fr; }
  .pchc-modal-actions {
    position: sticky;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255,255,255,.72), #fff 35%);
    padding-top: 12px;
    flex-wrap: wrap;
  }
  .pchc-modal-actions .pchc-header-link,
  .pchc-modal-actions .pchc-tool-btn { flex: 1 1 auto; }
  .pchc-comment-actions { padding-left: 0; }
}

@media (max-width: 420px) {
  .pchc-rail { grid-auto-columns: minmax(160px, 70vw) !important; }
  .pchc-reel { flex-basis: 92vw; }
  .pchc-reel-actions { bottom: 108px; }
  .pchc-reaction-btn { width: 44px; min-height: 50px; }
  .pchc-reel-caption { right: 62px; }
}

/* PetiClips Pro Feed social bar refinement 1.1.2
   /peticlips: first action is creator avatar + follow, then one clear reaction, comments, save and share. */
.pchc-reel-actions-clean {
  right: 12px;
  bottom: 96px;
  gap: 10px;
}

.pchc-reel-profile-action {
  position: relative;
  width: 56px;
  min-height: 66px;
  display: grid;
  place-items: start center;
}

.pchc-side-avatar {
  width: 56px;
  height: 56px;
  display: block;
  border-radius: 999px;
  position: relative;
  background: linear-gradient(135deg, #ffd100, #ff3bd4, #5e0079);
  padding: 2px;
  box-shadow: 0 14px 34px rgba(0,0,0,.30);
}

.pchc-side-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,.88);
  background: #fff;
}

.pchc-follow-side {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  min-width: 24px;
  z-index: 2;
  background: #ff27c8;
  color: #fff;
  border-color: #fff;
  font-size: 18px;
  box-shadow: 0 10px 24px rgba(255,39,200,.28);
}

.pchc-follow-side.is-following {
  background: #ffd100;
  color: #171321;
}

.pchc-reel-actions-clean .pchc-reaction-btn {
  width: 56px;
  min-height: 58px;
}

.pchc-reel-actions-clean .pchc-primary-reaction.is-active {
  background: rgba(255,39,200,.82);
  border-color: rgba(255,255,255,.32);
}

.pchc-save-peticlip.is-active {
  background: rgba(255,209,0,.88) !important;
  color: #171321 !important;
  border-color: rgba(255,255,255,.36) !important;
}

.pchc-save-peticlip.is-active span,
.pchc-save-peticlip.is-active b {
  color: #171321 !important;
}

@media (max-width: 780px) {
  .pchc-reel-actions-clean {
    right: 9px;
    bottom: 92px;
    gap: 8px;
  }

  .pchc-reel-profile-action {
    width: 48px;
    min-height: 58px;
  }

  .pchc-side-avatar {
    width: 48px;
    height: 48px;
  }

  .pchc-follow-side {
    width: 22px;
    height: 22px;
    min-width: 22px;
    font-size: 16px;
  }

  .pchc-reel-actions-clean .pchc-reaction-btn {
    width: 48px;
    min-height: 52px;
  }

  .pchc-reel-actions-clean .pchc-reaction-btn b {
    font-size: 9px;
  }
}

@media (max-width: 420px) {
  .pchc-reel-actions-clean {
    bottom: 84px;
  }

  .pchc-reel-profile-action,
  .pchc-side-avatar {
    width: 44px;
  }

  .pchc-side-avatar {
    height: 44px;
  }

  .pchc-reel-actions-clean .pchc-reaction-btn {
    width: 44px;
    min-height: 48px;
  }
}
